mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[NETWORK] Add italian translation for NET command. (#2005)
This commit is contained in:
parent
2f15e2f743
commit
1f80221ce5
2 changed files with 10 additions and 1 deletions
6
base/applications/network/net/lang/it-IT.rc
Normal file
6
base/applications/network/net/lang/it-IT.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USE_NOW_CONNECTED "%s è ora connesso con %s\n"
|
||||
END
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue