[TRANSLATION] Add and fix translations for ping and tracert (#331)
[reactos.git] / base / applications / network / ping / lang / it-IT.rc
1 /*
2 * FILE: base/applications/network/ping/lang/it-IT.rc
3 * PURPOSE: Italian translations for ReactOS Ping Command
4 * TRANSLATORS:
5 */
6
7 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
8
9 STRINGTABLE
10 BEGIN
11 IDS_USAGE "\n\
12 Uso: ping [-t] [-a] [-n conteggio] [-l dimensione] [-f] [-i TTL] [-v TOS]\n\
13 [-w timeout] [-4] [-6] host-destinazione\n\
14 \n\
15 Opzioni:\n\
16 -t Ping the specified host until stopped.\n\
17 To see statistics and continue - type Control-Break;\n\
18 To stop - type Control-C.\n\
19 -a Resolve addresses to hostnames.\n\
20 -n conteggio Numero di richieste echo da inviare.\n\
21 -l dimensione Dimensione del buffer di invio.\n\
22 -f Set Don't Fragment flag in packet (IPv4-only).\n\
23 -i TTL Time To Live.\n\
24 -v TOS Type Of Service (IPv4-only. This setting has been deprecated\n\
25 and has no effect on the type of service field in the IP\n\
26 Header).\n\
27 -w timeout Timeout in millisecondi per l'attesa di ogni risposta.\n\
28 -4 Force using IPv4.\n\
29 -6 Force using IPv6.\n\
30 \n"
31
32 IDS_CTRL_BREAK "Control-Break\n"
33 IDS_CTRL_C "Control-C\n"
34 IDS_NO_RESOURCES "Risorse disponibili insufficienti.\n"
35 IDS_MISSING_ADDRESS "IP address must be specified.\n"
36 IDS_MISSING_VALUE "Value must be supplied for option %s.\n"
37 IDS_BAD_OPTION "Opzione errata %s.\n"
38 IDS_BAD_PARAMETER "Parametro errato %s.\n"
39 IDS_BAD_VALUE "Valore errato per il parametro %s, รจ valido un valore tra %u to %u.\n"
40 IDS_WRONG_FAMILY "The option %s is only supported for %s.\n"
41 IDS_UNKNOWN_HOST "Ping could not find host %s. Please check the name and try again.\n"
42 IDS_PINGING_ADDRESS "\nPing in corso %s "
43 IDS_PINGING_HOSTNAME "\nPing in corso %s [%s] "
44 IDS_SOURCE_ADDRESS "from %s %s"
45 IDS_PING_SIZE "con %lu bytes di dati:\n\n"
46 IDS_REPLY_FROM "Risposta da %s: "
47 IDS_REPLY_BYTES "bytes=%d "
48 IDS_REPLY_TIME_MS "time=%lums "
49 IDS_REPLY_TIME_0MS "time<1ms "
50 IDS_REPLY_TTL "TTL=%d\n"
51 IDS_REPLY_STATUS "Echo reply returned %lu.\n"
52 IDS_DEST_HOST_UNREACHABLE "Destination host unreachable.\n"
53 IDS_DEST_NET_UNREACHABLE "Destination network unreachable.\n"
54 IDS_REQUEST_TIMED_OUT "Richiesta scaduta.\n"
55 IDS_TTL_EXPIRED "TTL expired in transit.\n"
56 IDS_TRANSMIT_FAILED "PING: transmit failed. (Error %u)\n"
57
58 IDS_STATISTICS "\n\
59 Statistiche di Ping per %s:\n\
60 Pacchetti: Inviati = %d, Ricevuti = %d, Persi %d (%d%% perdita),\n"
61
62 IDS_APPROXIMATE_RTT "Tempo approssimato di andata e ritorno in milli-secondi:\n\
63 Minimo = %lums, Massimo = %lums, Media = %lums\n"
64
65 IDS_WINSOCK_FAIL "Failed to initialize WinSock: %i\n"
66 END