[NETWORK] Add italian translation for NET command. (#2005)

This commit is contained in:
Carlo Bramini 2019-10-31 19:28:50 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 2f15e2f743
commit 1f80221ce5
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,6 @@
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_USE_NOW_CONNECTED "%s è ora connesso con %s\n"
END

View file

@ -20,6 +20,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#ifdef LANGUAGE_ES_ES
#include "lang/es-ES.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "lang/it-IT.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif
@ -37,4 +40,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#endif
#ifdef LANGUAGE_ZH_TW
#include "lang/zh-TW.rc"
#endif
#endif