Author: pschweitzer Date: Sat Apr 18 10:02:19 2015 New Revision: 67244
URL: http://svn.reactos.org/svn/reactos?rev=67244&view=rev Log: [NTOBJSHEX] Add French translation
Added: trunk/reactos/dll/shellext/ntobjshex/lang/fr-FR.rc (with props) Modified: trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc
Added: trunk/reactos/dll/shellext/ntobjshex/lang/fr-FR.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/lang... ============================================================================== --- trunk/reactos/dll/shellext/ntobjshex/lang/fr-FR.rc (added) +++ trunk/reactos/dll/shellext/ntobjshex/lang/fr-FR.rc [iso-8859-1] Sat Apr 18 10:02:19 2015 @@ -0,0 +1,7 @@ +LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_NTOBJFLD_NAME "Espace de noms des objets NT" + IDS_REGISTRY_NAME "Registre système" +END
Propchange: trunk/reactos/dll/shellext/ntobjshex/lang/fr-FR.rc ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/ntob... ============================================================================== --- trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc [iso-8859-1] Sat Apr 18 10:02:19 2015 @@ -31,6 +31,10 @@ #include "lang/en-US.rc" #endif
+#ifdef LANGUAGE_EN_US + #include "lang/fr-FR.rc" +#endif + #ifdef LANGUAGE_RO_RO #include "lang/ro-RO.rc" #endif