https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3c131c23931e9cfb609b5…
commit 3c131c23931e9cfb609b5d4c282021ffcb6e1b4e
Author: Bișoc George <fraizeraust99(a)gmail.com>
AuthorDate: Tue Aug 7 20:31:56 2018 +0200
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
CommitDate: Wed Aug 8 12:55:10 2018 +0200
[TRANSLATION][WMIC] Add Italian translation
---
base/applications/cmdutils/wmic/lang/it-IT.rc | 16 ++++++++++++++++
base/applications/cmdutils/wmic/wmic.rc | 3 +++
2 files changed, 19 insertions(+)
diff --git a/base/applications/cmdutils/wmic/lang/it-IT.rc
b/base/applications/cmdutils/wmic/lang/it-IT.rc
new file mode 100644
index 0000000000..dcf3ab5677
--- /dev/null
+++ b/base/applications/cmdutils/wmic/lang/it-IT.rc
@@ -0,0 +1,16 @@
+/*
+ * PROJECT: ReactOS WMI command line
+ * LICENSE: See COPYING in the top level directory
+ * PURPOSE: Italian resource file
+ * COPYRIGHT: Copyright 2018 Bișoc George (fraizeraust99 at gmail dot com)
+ */
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+ STRING_CMDLINE_NOT_SUPPORTED, "Errore: Comando sconosciuto\n"
+ STRING_ALIAS_NOT_FOUND, "Errore: Alias sconosciuto\n"
+ STRING_INVALID_QUERY, "Errore: Richiesta non valida\n"
+ STRING_INVALID_PATH, "Errore: Sintassi non valida per PATH\n"
+}
diff --git a/base/applications/cmdutils/wmic/wmic.rc
b/base/applications/cmdutils/wmic/wmic.rc
index 1ca447b1e4..e7bacd362d 100644
--- a/base/applications/cmdutils/wmic/wmic.rc
+++ b/base/applications/cmdutils/wmic/wmic.rc
@@ -34,6 +34,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
+#ifdef LANGUAGE_IT_IT
+ #include "lang/it-IT.rc"
+#endif
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif