reactos/base/applications/cmdutils/wmic/lang/it-IT.rc
George Bișoc b00ecdcab9
Replace my E-mail with the ReactOS org one (#3475)
From now on for ReactOS related contributions only the organization e-mail shall be used and also reverse the order of my real full name.
2021-02-22 18:26:55 +03:00

17 lines
519 B
Plaintext

/*
* PROJECT: ReactOS WMI command line
* LICENSE: See COPYING in the top level directory
* PURPOSE: Italian resource file
* COPYRIGHT: Copyright 2018 George Bișoc (george.bisoc@reactos.org)
*/
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"
}