[LOCALMON]

Add French translation.

CORE-12363

svn path=/trunk/; revision=73364
This commit is contained in:
Pierre Schweitzer 2016-11-23 18:29:40 +00:00
parent 42eafa71ae
commit 46fc7b685b
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_LOCAL_PORT "Port local"
IDS_LOCAL_MONITOR "Moniteur local"
END

View file

@ -24,6 +24,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