From 1f80221ce52bdd0a12e9b2e270b81c9e24d991cf Mon Sep 17 00:00:00 2001 From: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com> Date: Thu, 31 Oct 2019 19:28:50 +0100 Subject: [PATCH] [NETWORK] Add italian translation for NET command. (#2005) --- base/applications/network/net/lang/it-IT.rc | 6 ++++++ base/applications/network/net/net.rc | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 base/applications/network/net/lang/it-IT.rc diff --git a/base/applications/network/net/lang/it-IT.rc b/base/applications/network/net/lang/it-IT.rc new file mode 100644 index 00000000000..75895b3de2a --- /dev/null +++ b/base/applications/network/net/lang/it-IT.rc @@ -0,0 +1,6 @@ +LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_USE_NOW_CONNECTED "%s รจ ora connesso con %s\n" +END diff --git a/base/applications/network/net/net.rc b/base/applications/network/net/net.rc index 7fda9f27ee5..d026529c233 100644 --- a/base/applications/network/net/net.rc +++ b/base/applications/network/net/net.rc @@ -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 \ No newline at end of file +#endif