[LOCALMON]
authorPierre Schweitzer <pierre@reactos.org>
Wed, 23 Nov 2016 18:29:40 +0000 (18:29 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Wed, 23 Nov 2016 18:29:40 +0000 (18:29 +0000)
Add French translation.

CORE-12363

svn path=/trunk/; revision=73364

reactos/win32ss/printing/monitors/localmon/lang/fr-FR.rc [new file with mode: 0644]
reactos/win32ss/printing/monitors/localmon/localmon.rc

diff --git a/reactos/win32ss/printing/monitors/localmon/lang/fr-FR.rc b/reactos/win32ss/printing/monitors/localmon/lang/fr-FR.rc
new file mode 100644 (file)
index 0000000..4addac3
--- /dev/null
@@ -0,0 +1,7 @@
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_LOCAL_PORT "Port local"
+    IDS_LOCAL_MONITOR "Moniteur local"
+END
index b70218d..c84731d 100644 (file)
@@ -24,6 +24,9 @@
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif
+#ifdef LANGUAGE_FR_FR
+    #include "lang/fr-FR.rc"
+#endif
 #ifdef LANGUAGE_IT_IT
     #include "lang/it-IT.rc"
 #endif
 #ifdef LANGUAGE_IT_IT
     #include "lang/it-IT.rc"
 #endif