mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
66 lines
2.7 KiB
Text
66 lines
2.7 KiB
Text
/*
|
|
* FILE: base/applications/network/ping/lang/it-IT.rc
|
|
* PURPOSE: Italian translations for ReactOS Ping Command
|
|
* TRANSLATORS:
|
|
*/
|
|
|
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "\n\
|
|
Uso: ping [-t] [-a] [-n conteggio] [-l dimensione] [-f] [-i TTL] [-v TOS]\n\
|
|
[-w timeout] [-4] [-6] host-destinazione\n\
|
|
\n\
|
|
Opzioni:\n\
|
|
-t Ping the specified host until stopped.\n\
|
|
To see statistics and continue - type Control-Break;\n\
|
|
To stop - type Control-C.\n\
|
|
-a Resolve addresses to hostnames.\n\
|
|
-n conteggio Numero di richieste echo da inviare.\n\
|
|
-l dimensione Dimensione del buffer di invio.\n\
|
|
-f Set Don't Fragment flag in packet (IPv4-only).\n\
|
|
-i TTL Time To Live.\n\
|
|
-v TOS Type Of Service (IPv4-only. This setting has been deprecated\n\
|
|
and has no effect on the type of service field in the IP\n\
|
|
Header).\n\
|
|
-w timeout Timeout in millisecondi per l'attesa di ogni risposta.\n\
|
|
-4 Force using IPv4.\n\
|
|
-6 Force using IPv6.\n\
|
|
\n"
|
|
|
|
IDS_CTRL_BREAK "Control-Break\n"
|
|
IDS_CTRL_C "Control-C\n"
|
|
IDS_NO_RESOURCES "Risorse disponibili insufficienti.\n"
|
|
IDS_MISSING_ADDRESS "IP address must be specified.\n"
|
|
IDS_MISSING_VALUE "Value must be supplied for option %s.\n"
|
|
IDS_BAD_OPTION "Opzione errata %s.\n"
|
|
IDS_BAD_PARAMETER "Parametro errato %s.\n"
|
|
IDS_BAD_VALUE "Valore errato per il parametro %s, è valido un valore tra %u to %u.\n"
|
|
IDS_WRONG_FAMILY "The option %s is only supported for %s.\n"
|
|
IDS_UNKNOWN_HOST "Ping could not find host %s. Please check the name and try again.\n"
|
|
IDS_PINGING_ADDRESS "\nPing in corso %s "
|
|
IDS_PINGING_HOSTNAME "\nPing in corso %s [%s] "
|
|
IDS_SOURCE_ADDRESS "from %s %s"
|
|
IDS_PING_SIZE "con %lu bytes di dati:\n\n"
|
|
IDS_REPLY_FROM "Risposta da %s: "
|
|
IDS_REPLY_BYTES "bytes=%d "
|
|
IDS_REPLY_TIME_MS "time=%lums "
|
|
IDS_REPLY_TIME_0MS "time<1ms "
|
|
IDS_REPLY_TTL "TTL=%d\n"
|
|
IDS_REPLY_STATUS "Echo reply returned %lu.\n"
|
|
IDS_DEST_HOST_UNREACHABLE "Destination host unreachable.\n"
|
|
IDS_DEST_NET_UNREACHABLE "Destination network unreachable.\n"
|
|
IDS_REQUEST_TIMED_OUT "Richiesta scaduta.\n"
|
|
IDS_TTL_EXPIRED "TTL expired in transit.\n"
|
|
IDS_TRANSMIT_FAILED "PING: transmit failed. (Error %u)\n"
|
|
|
|
IDS_STATISTICS "\n\
|
|
Statistiche di Ping per %s:\n\
|
|
Pacchetti: Inviati = %d, Ricevuti = %d, Persi %d (%d%% perdita),\n"
|
|
|
|
IDS_APPROXIMATE_RTT "Tempo approssimato di andata e ritorno in milli-secondi:\n\
|
|
Minimo = %lums, Massimo = %lums, Media = %lums\n"
|
|
|
|
IDS_WINSOCK_FAIL "Failed to initialize WinSock: %i\n"
|
|
END
|