Author: pschweitzer
Date: Sun Apr 12 18:22:26 2015
New Revision: 67180
URL:
http://svn.reactos.org/svn/reactos?rev=67180&view=rev
Log:
[MYCOMPUT]
Add French translation
Added:
trunk/reactos/dll/win32/mycomput/lang/fr-FR.rc (with props)
Modified:
trunk/reactos/dll/win32/mycomput/mycomput.rc
Added: trunk/reactos/dll/win32/mycomput/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mycomput/lang/fr…
==============================================================================
--- trunk/reactos/dll/win32/mycomput/lang/fr-FR.rc (added)
+++ trunk/reactos/dll/win32/mycomput/lang/fr-FR.rc [iso-8859-1] Sun Apr 12 18:22:26 2015
@@ -0,0 +1,6 @@
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_MANAGE "Administrer"
+END
Propchange: trunk/reactos/dll/win32/mycomput/lang/fr-FR.rc
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/reactos/dll/win32/mycomput/mycomput.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mycomput/mycompu…
==============================================================================
--- trunk/reactos/dll/win32/mycomput/mycomput.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/mycomput/mycomput.rc [iso-8859-1] Sun Apr 12 18:22:26 2015
@@ -15,6 +15,9 @@
#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