[MYCOMPUT]

Add French translation

svn path=/trunk/; revision=67180
This commit is contained in:
Pierre Schweitzer 2015-04-12 18:22:26 +00:00
parent 0e17cbc7b8
commit 6abe431f5a
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_MANAGE "Administrer"
END

View file

@ -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