mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:51:40 +00:00
[TRANSLATION][WMIC] Add Italian translation
This commit is contained in:
parent
fb5d5ecd64
commit
3c131c2393
2 changed files with 19 additions and 0 deletions
16
base/applications/cmdutils/wmic/lang/it-IT.rc
Normal file
16
base/applications/cmdutils/wmic/lang/it-IT.rc
Normal 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"
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue