From: Bișoc George Date: Tue, 7 Aug 2018 18:31:56 +0000 (+0200) Subject: [TRANSLATION][WMIC] Add Italian translation X-Git-Tag: 0.4.11-dev~195 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=3c131c23931e9cfb609b5d4c282021ffcb6e1b4e;hp=fb5d5ecd64e1e47701e922e08fd97b29a1d418be;ds=sidebyside [TRANSLATION][WMIC] Add Italian translation --- 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 00000000000..dcf3ab56777 --- /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 1ca447b1e4d..e7bacd362dd 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