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