ipconfig: Update Italian translation.
[wine] / programs / ipconfig / It.rc
1 /*
2  * IP configuration utility
3  * Italian language support
4  *
5  * Copyright 2010 Andrew Nguyen
6  * Copyright 2010 Luca Bennati <lucak3@gmail.com>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
22
23 #include "ipconfig.h"
24
25 /* UTF-8 */
26 #pragma code_page(65001)
27
28 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
29
30 STRINGTABLE
31 {
32     STRING_USAGE, "Uso: ipconfig [ /? | /all ]\n"
33     STRING_INVALID_CMDLINE, "Errore: i parametri specificati della riga di comando sono sconosciuti o non validi\n"
34     STRING_ADAPTER_FRIENDLY, "%s adattatore %s\n"
35     STRING_ETHERNET, "Ethernet"
36     STRING_UNKNOWN, "Sconosciuto"
37     STRING_CONN_DNS_SUFFIX, "Suffisso DNS specifico per la connessione"
38     STRING_IP_ADDRESS, "Indirizzo IP"
39     STRING_HOSTNAME, "Nome host"
40     STRING_NODE_TYPE, "Tipo nodo"
41     STRING_BROADCAST, "Broadcast"
42     STRING_PEER_TO_PEER, "Peer-to-peer"
43     STRING_MIXED, "Misto"
44     STRING_HYBRID, "Ibrido"
45     STRING_IP_ROUTING, "IP routing abilitato"
46     STRING_DESCRIPTION, "Descrizione"
47     STRING_PHYS_ADDR, "Indirizzo fisico"
48     STRING_DHCP_ENABLED, "DHCP abilitato"
49     STRING_YES, "Sì"
50     STRING_NO, "No"
51     STRING_DEFAULT_GATEWAY, "Gateway predefinito"
52 }