[PRINTING]
[reactos.git] / reactos / base / applications / network / ping / lang / fr-FR.rc
1 /*
2 * FILE: base/applications/network/ping/lang/fr-FR.rc
3 * PURPOSE: French translations for ReactOS Ping Command
4 * TRANSLATORS:
5 */
6
7 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
8
9 STRINGTABLE
10 BEGIN
11 IDS_USAGE "\n\
12 Utilisation : ping [-t] [-a] [-n nombre] [-l taille] [-f] [-i TTL] [-v TOS]\n\
13 [-w délai] [-4] [-6] hôte-destination\n\
14 \n\
15 Options :\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 nombre Nombre de requêtes echo à envoyer.\n\
21 -l taille Taille du tampon d'envoi.\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 délai Délai d'attente en millisecondes pour chaque réponse.\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 "Ressources libres disponibles insuffisantes.\n"
35 IDS_MISSING_ADDRESS "IP address must be specified.\n"
36 IDS_MISSING_VALUE "Value must be supplied for option %1.\n"
37 IDS_BAD_OPTION "Option incorrecte %1.\n"
38 IDS_BAD_PARAMETER "Paramètre incorrect %1.\n"
39 IDS_BAD_VALUE "Valeur incorrecte pour l'option %1, elle doit être entre %2!d! et %3!u!.\n"
40 IDS_WRONG_FAMILY "The option %1 is only supported for %2.\n"
41 IDS_UNKNOWN_HOST "Ping could not find host %1. Please check the name and try again.\n"
42 IDS_PINGING_ADDRESS "\nPing de %1 %0"
43 IDS_PINGING_HOSTNAME "\nPing de %1 [%2] %0"
44 IDS_SOURCE_ADDRESS "from %1!s! %0"
45 IDS_PING_SIZE "avec %1!d! octets de données :\n\n"
46 IDS_REPLY_FROM "Réponse de %1 : %0"
47 IDS_REPLY_BYTES "octets=%1!d! %0"
48 IDS_REPLY_TIME_MS "durée=%1!d!ms %0"
49 IDS_REPLY_TIME_0MS "durée<1ms %0"
50 IDS_REPLY_TTL "TTL=%1!d!\n"
51 IDS_REPLY_STATUS "Echo reply returned %1.\n"
52 IDS_DEST_HOST_UNREACHABLE "Destination host unreachable.\n"
53 IDS_DEST_NET_UNREACHABLE "Destination net unreachable.\n"
54 IDS_REQUEST_TIMED_OUT "Expiration du délai d'attente.\n"
55 IDS_TTL_EXPIRED "TTL expired in transit.\n"
56 IDS_TRANSMIT_FAILED "PING: transmit failed. (Error %1!u!)\n"
57
58 IDS_STATISTICS "\n\
59 Statistiques du ping de %1!s! :\n\
60 Paquets : Envoyés = %2!d!, Reçus = %3!d!, Perdus %4!d! (%5!u!%% de perte),\n"
61
62 IDS_APPROXIMATE_RTT "Délai approximatif de réponse en millisecondes :\n\
63 Minimum = %1!u!ms, Maximum = %2!u!ms, Moyenne = %3!u!ms\n"
64
65 IDS_WINSOCK_FAIL "Failed to initialize WinSock: %1!d!\n"
66 END