mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Recode rosapps French files from UTF-8 to CP-1252.
svn path=/trunk/; revision=39823
This commit is contained in:
parent
730cfa49a0
commit
36586bfb83
4 changed files with 8 additions and 11 deletions
|
@ -27,14 +27,14 @@ BEGIN
|
|||
BEGIN
|
||||
MENUITEM "Quitter\tAlt-F4", ID_EDIT_EXIT
|
||||
END
|
||||
POPUP "&Édition"
|
||||
POPUP "&Édition"
|
||||
BEGIN
|
||||
MENUITEM "&Copier\tCtrl+C", ID_EDIT_COPY, GRAYED
|
||||
MENUITEM "&Rafraîchir\tF5", ID_EDIT_REFRESH
|
||||
MENUITEM "&Rafraîchir\tF5", ID_EDIT_REFRESH
|
||||
END
|
||||
POPUP "&Options"
|
||||
BEGIN
|
||||
MENUITEM "Taux de &rafraîchissement...", ID_OPTIONS_REFRESH_RATE, GRAYED
|
||||
MENUITEM "Taux de &rafraîchissement...", ID_OPTIONS_REFRESH_RATE, GRAYED
|
||||
END
|
||||
POPUP "Aide"
|
||||
BEGIN
|
||||
|
|
|
@ -3,5 +3,5 @@ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "Cercles"
|
||||
IDS_TEXT "Il n'y a aucune option à définir."
|
||||
IDS_TEXT "Il n'y a aucune option à définir."
|
||||
END
|
||||
|
|
|
@ -2,7 +2,7 @@ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "Écran de veille labyrinthe"
|
||||
IDS_TITLE "À propos de"
|
||||
IDS_TEXT "Il n'y a aucune option à définir."
|
||||
IDS_DESCRIPTION "Écran de veille labyrinthe"
|
||||
IDS_TITLE "À propos de"
|
||||
IDS_TEXT "Il n'y a aucune option à définir."
|
||||
END
|
||||
|
|
|
@ -17,13 +17,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_FAILED, "Wordpad n'a pas pu être démarré"
|
||||
IDS_FAILED, "Wordpad n'a pas pu être démarré"
|
||||
}
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
Loading…
Reference in a new issue