From: Sylvain Petreolle Date: Sun, 1 Mar 2009 12:47:18 +0000 (+0000) Subject: Recode rosapps French files from UTF-8 to CP-1252. X-Git-Tag: backups/danny-web@40415~24^2~290 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=36586bfb8317e551fea58520286fd921d219d28a Recode rosapps French files from UTF-8 to CP-1252. svn path=/trunk/; revision=39823 --- diff --git a/rosapps/applications/devutils/zoomin/lang/fr-FR.rc b/rosapps/applications/devutils/zoomin/lang/fr-FR.rc index eeeb7e9000c..5194031bed5 100644 --- a/rosapps/applications/devutils/zoomin/lang/fr-FR.rc +++ b/rosapps/applications/devutils/zoomin/lang/fr-FR.rc @@ -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 diff --git a/rosapps/applications/screensavers/circles/lang/fr-FR.rc b/rosapps/applications/screensavers/circles/lang/fr-FR.rc index 94130ba64e7..c38d79ad22b 100644 --- a/rosapps/applications/screensavers/circles/lang/fr-FR.rc +++ b/rosapps/applications/screensavers/circles/lang/fr-FR.rc @@ -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 diff --git a/rosapps/applications/screensavers/mazescr/lang/fr-FR.rc b/rosapps/applications/screensavers/mazescr/lang/fr-FR.rc index 70aa6ba6f15..4af4e52d760 100644 --- a/rosapps/applications/screensavers/mazescr/lang/fr-FR.rc +++ b/rosapps/applications/screensavers/mazescr/lang/fr-FR.rc @@ -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 diff --git a/rosapps/applications/write/lang/fr-FR.rc b/rosapps/applications/write/lang/fr-FR.rc index 0258efc8142..d1aa2c2c0d1 100644 --- a/rosapps/applications/write/lang/fr-FR.rc +++ b/rosapps/applications/write/lang/fr-FR.rc @@ -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)