From 6abe431f5a92b5644b770c87aa12e68bca56b001 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 12 Apr 2015 18:22:26 +0000 Subject: [PATCH] [MYCOMPUT] Add French translation svn path=/trunk/; revision=67180 --- reactos/dll/win32/mycomput/lang/fr-FR.rc | 6 ++++++ reactos/dll/win32/mycomput/mycomput.rc | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 reactos/dll/win32/mycomput/lang/fr-FR.rc diff --git a/reactos/dll/win32/mycomput/lang/fr-FR.rc b/reactos/dll/win32/mycomput/lang/fr-FR.rc new file mode 100644 index 00000000000..f56d794f11e --- /dev/null +++ b/reactos/dll/win32/mycomput/lang/fr-FR.rc @@ -0,0 +1,6 @@ +LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_MANAGE "Administrer" +END diff --git a/reactos/dll/win32/mycomput/mycomput.rc b/reactos/dll/win32/mycomput/mycomput.rc index a6ad3f61659..073f1f6022e 100644 --- a/reactos/dll/win32/mycomput/mycomput.rc +++ b/reactos/dll/win32/mycomput/mycomput.rc @@ -15,6 +15,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #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