[NTOBJSHEX]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 18 Apr 2015 10:02:19 +0000 (10:02 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 18 Apr 2015 10:02:19 +0000 (10:02 +0000)
Add French translation

svn path=/trunk/; revision=67244

reactos/dll/shellext/ntobjshex/lang/fr-FR.rc [new file with mode: 0644]
reactos/dll/shellext/ntobjshex/ntobjshex.rc

diff --git a/reactos/dll/shellext/ntobjshex/lang/fr-FR.rc b/reactos/dll/shellext/ntobjshex/lang/fr-FR.rc
new file mode 100644 (file)
index 0000000..96dc8e8
--- /dev/null
@@ -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
index 2a7928b..5649c42 100644 (file)
@@ -31,6 +31,10 @@ IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
     #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