[TRANSLATION][WMIC] Add Italian translation

This commit is contained in:
Bișoc George 2018-08-07 20:31:56 +02:00 committed by Hermès BÉLUSCA - MAÏTO
parent fb5d5ecd64
commit 3c131c2393
2 changed files with 19 additions and 0 deletions

View file

@ -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"
}

View file

@ -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