reactos/base/applications/network/ipconfig/lang/it-IT.rc

107 lines
4.8 KiB
Plaintext

/* Italian language resource file (Paolo Devoti, devotip@tiscali.it, 2007-01-11) */
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_HEADER "\nReactOS IP Configuration\n\n"
IDS_HOSTNAME "\tHost Name . . . . . . . . . . . . : %hs\n"
IDS_PRIMARYDNSSUFFIX "\tPrimary DNS Suffix. . . . . . . . : %hs\n"
IDS_NODETYPE "\tNode Type . . . . . . . . . . . . : "
IDS_IPROUTINGNO "\tIP Routing Enabled. . . . . . . . : No\n"
IDS_IPROUTINGYES "\tIP Routing Enabled. . . . . . . . : Yes\n"
IDS_WINSPROXYNO "\tWINS Proxy enabled. . . . . . . . : No\n"
IDS_WINSPROXYYES "\tWINS Proxy enabled. . . . . . . . : Yes\n"
IDS_DNSSUFFIXLIST "\tDNS Suffix Search List. . . . . . : %hs\n"
IDS_EMPTYLINE "\t %hs\n"
IDS_MEDIADISCONNECTED "\tMedia State . . . . . . . . . . . : Media disconnected\n"
IDS_CONNECTIONDNSSUFFIX "\tConnection-specific DNS Suffix. . : %hs\n"
IDS_DESCRIPTION "\tDescription . . . . . . . . . . . : "
IDS_PHYSICALADDRESS "\tPhysical Address. . . . . . . . . : %hs\n"
IDS_DHCPNO "\tDHCP Enabled. . . . . . . . . . . : No\n"
IDS_DHCPYES "\tDHCP Enabled. . . . . . . . . . . : Yes\n"
IDS_AUTOCONFIGNO "\tAutoconfiguration Enabled . . . . : No\n"
IDS_AUTOCONFIGYES "\tAutoconfiguration Enabled . . . . : Yes\n"
IDS_IPADDRESS "\tIP Address. . . . . . . . . . . . : %hs\n"
IDS_SUBNETMASK "\tSubnet Mask . . . . . . . . . . . : %hs\n"
IDS_DEFAULTGATEWAY "\tDefault Gateway . . . . . . . . . : %hs\n"
IDS_DHCPSERVER "\tDHCP Server . . . . . . . . . . . : %hs\n"
IDS_DNSSERVERS "\tDNS Servers . . . . . . . . . . . : %hs\n"
IDS_PRIMARYWINSSERVER "\tPrimary WINS Server . . . . . . . : %hs\n"
IDS_SECONDARYWINSSERVER "\tSecondary WINS Server . . . . . . : %hs\n"
IDS_LEASEOBTAINED "\tLease Obtained. . . . . . . . . . : %s\n"
IDS_LEASEEXPIRES "\tLease Expires . . . . . . . . . . : %s\n"
END
STRINGTABLE
BEGIN
IDS_YES "Yes"
IDS_NO "No"
END
STRINGTABLE
BEGIN
IDS_BCAST "Broadcast"
IDS_P2P "Peer To Peer"
IDS_MIXED "Misto"
IDS_HYBRID "Ibrido"
IDS_UNKNOWN "sconosciuto"
END
STRINGTABLE
BEGIN
IDS_UNKNOWNADAPTER "Unknown Adapter"
IDS_OTHER "Altro tipo di adattatore"
IDS_ETH "Adattatore Ethernet"
IDS_TOKEN "Adattatore Token Ring"
IDS_FDDI "Adattatore FDDI"
IDS_PPP "Adattatore PPP"
IDS_LOOP "Adattatore Loopback"
IDS_SLIP "Adattatore SLIP"
IDS_WIFI "Wireless Network Adapter"
END
STRINGTABLE
BEGIN
/* Please keep the spacing/formatting as per En.rc when translating */
IDS_USAGE
"\nUSO:\n\
ipconfig [/? | /all | /renew [adattatore] | /release [adattatore] |\n\
/flushdns | /displaydns | /registerdns |\n\
/showclassid adapter |\n\
/setclassid adapter [idclasse] ]\n\
\n\
where\n\
adattatore Nome Connessione\n\
(i caratteri jolly * e ? sono ammessi, vedi esempi)\n\
\n\
Opzioni:\n\
/? Visualizza questo messaggio\n\
/all Visualizza la configurazione completa.\n\
/release Libera l'indirizzo IP per l'adattatore indicato.\n\
/renew Rinnova l'indirizzo IP per l'adattatore indicato.\n\
/flushdns Svuota la cache del DNS Resolver.\n\
/registerdns Aggiorna gli indirizzi da DHCP e riacquisisce i nomi DNS.\n\
/displaydns Visualizza il contenuto della cache del DNS Resolver.\n\
/showclassid Visualizza tutte le ID di classe del dhcp per l'adattatore.\n\
/setclassid Modifica l'ID classe del dhcp.\n\
\n\
E' predefinita la visualizzazione dei soli indirizzo IP, subnet mask e\n\
gateway predefinito di ogni adattatore con TCP/IP.\n\
\n\
Per Release e Renew, se non è indicato un adattatore, tutti gli indirizzi IP\n\
di tutti gli adattatori con TCP/IP saranno liberati o rinnovati.\n\
\n\
Per Setclassid se non è indicato un ID di classe verrà rimosso l'ID classe.\n\
\n\
Esempi:\n\
> ipconfig ... Mostra le informazioni.\n\
> ipconfig /all ... Mostra le informazioni in dettaglio\n\
> ipconfig /renew ... Rinnova tutti gli adattatori\n\
> ipconfig /renew EL* ... Rinnova tutte le connessioni con il\n\
nome che inizia per EL\n\
> ipconfig /release *Con* ... libera tutte le connessioni corrispondenti,\n\
es: ""Connessione area locale 1"" or\n\
""Connessione area locale 2""\n"
END