push ac4b6ebdd3fd886d6a18959265755579ed195b88
[wine/hacks.git] / programs / reg / It.rc
blob09d38fd4025abe2aa4edc7be309557720868cf47
1 /*
2  * REG.EXE - Wine-compatible reg program.
3  * Italian language support
4  *
5  * Copyright 2010 Luca Bennati
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 #include "reg.h"
24 /*UTF-8*/
25 #pragma code_page(65001)
27 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
29 STRINGTABLE
31     STRING_USAGE, "La sintassi di questo comando è:\n\nREG [ ADD | DELETE | QUERY ]\nREG comando /?\n"
32     STRING_ADD_USAGE, "REG ADD nome_della_chiave [/v nome_del_valore | /ve] [/t tipo] [/s separatore] [/d dati] [/f]\n"
33     STRING_DELETE_USAGE, "REG DELETE nome_della_chiave [/v nome_del_valore | /ve | /va] [/f]\n"
34     STRING_QUERY_USAGE, "REG QUERY nome_della_chiave [/v nome_del_valore | /ve] [/s]\n"
35     STRING_SUCCESS, "Operazione completata con successo\n"
36     STRING_INVALID_KEY, "Errore: nome della chiave non valido\n"
37     STRING_INVALID_CMDLINE, "Errore: parametri della linea di comando non validi\n"
38     STRING_NO_REMOTE, "Errore: Impossibile aggiungere chiavi alla macchina remota\n"
39     STRING_CANNOT_FIND, "Errore: Il sistema non è riuscito a trovare la chiave di registro o il valore specificati\n"