french translation by bulio Added: trunk/reactos/lib/userenv/Fr.rc Modified: trunk/reactos/lib/userenv/userenv.rc _____
Added: trunk/reactos/lib/userenv/Fr.rc --- trunk/reactos/lib/userenv/Fr.rc 2005-11-21 22:16:31 UTC (rev 19430) +++ trunk/reactos/lib/userenv/Fr.rc 2005-11-21 22:45:00 UTC (rev 19431) @@ -0,0 +1,48 @@
+/* + * Copyright (C) 2004 Eric Kohl + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT + +STRINGTABLE +BEGIN + IDS_PROFILEPATH "%SystemDrive%\Dossiers et Arrangements" + IDS_APPDATA "DonnÚes Applications" + IDS_DESKTOP "Bureau" + IDS_FAVORITES "Favorits" + IDS_STARTMENU "DÚmarrer" + IDS_PROGRAMS "DÚmarrer\Programmes" + IDS_ADMINTOOLS "DÚmarrer\Programmes\Outils Administrative" + IDS_STARTUP "DÚmarrer\Programmes\DÚmarrage" + IDS_MYDOCUMENTS "Mes Documents" + IDS_MYPICTURES "Mes Documents\Mes Photos" + IDS_MYMUSIC "Mes Documents\Ma Musique" + IDS_MYVIDEOS "Mes Documents\Mes VidÚos" + IDS_TEMPLATES "Calibres" + IDS_RECENT "RecÚnements" + IDS_SENDTO "Envoyer?" + IDS_PRINTHOOD "ImprimezHood" + IDS_NETHOOD "NetHood" + IDS_LOCALSETTINGS "Arrangements Local" + IDS_LOCALAPPDATA "Arrangements Local\DonnÚes Application" + IDS_TEMP "Arrangements Local\Temporaire" + IDS_CACHE "Arrangements Local\Dossiers Internet Temporaire" + IDS_HISTORY "Arrangements Local\Histoire" + IDS_COOKIES "Biscuits" + IDS_PROGRAMFILES "%SystemDrive%\Programme Dossiers" +END + _____
Modified: trunk/reactos/lib/userenv/userenv.rc --- trunk/reactos/lib/userenv/userenv.rc 2005-11-21 22:16:31 UTC (rev 19430) +++ trunk/reactos/lib/userenv/userenv.rc 2005-11-21 22:45:00 UTC (rev 19431) @@ -38,6 +38,7 @@
#include "De.rc" #include "En.rc" +#include "Fr.rc" #include "Ja.rc" #include "Nl.rc" #include "Pl.rc"