https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1f80221ce52bdd0a12e9b2e270b81c9e24d991cf

commit 1f80221ce52bdd0a12e9b2e270b81c9e24d991cf
Author:     Carlo Bramini <[email protected]>
AuthorDate: Thu Oct 31 19:28:50 2019 +0100
Commit:     Hermès BÉLUSCA - MAÏTO <[email protected]>
CommitDate: Thu Oct 31 19:28:50 2019 +0100

    [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(-)

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

Reply via email to