]> sjero.net Git - wget/blobdiff - po/fr.po
[svn] Made clarifications and corrections to --continue's --help output and wget...
[wget] / po / fr.po
index fd081f2552146eaf1d8ebeb4c25b6173d741c137..4bf2ae473caaf0798a118cc80dc20d76ea571934 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU Wget 1.7-dev\n"
-"POT-Creation-Date: 2000-12-10 03:30+0100\n"
+"POT-Creation-Date: 2001-01-09 22:12-0800\n"
 "PO-Revision-Date: 1999-06-25 11:00 -0500\n"
 "Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
 "Language-Team: French <traduc@traduc.org>\n"
@@ -45,79 +45,79 @@ msgstr " (%s octets)"
 
 #. Login to the server:
 #. First: Establish the control connection.
-#: src/ftp.c:152 src/http.c:582
+#: src/ftp.c:157 src/http.c:586
 #, c-format
 msgid "Connecting to %s:%hu... "
 msgstr "Connexion vers %s:%hu..."
 
-#: src/ftp.c:174 src/ftp.c:520 src/http.c:599
+#: src/ftp.c:179 src/ftp.c:525 src/http.c:603
 #, c-format
 msgid "Connection to %s:%hu refused.\n"
 msgstr "Connexion vers %s:%hu refusée.\n"
 
 #. Second: Login with proper USER/PASS sequence.
-#: src/ftp.c:195 src/http.c:610
+#: src/ftp.c:200 src/http.c:614
 msgid "connected!\n"
 msgstr "Connecté!\n"
 
-#: src/ftp.c:196
+#: src/ftp.c:201
 #, c-format
 msgid "Logging in as %s ... "
 msgstr "Session débutant sous %s..."
 
-#: src/ftp.c:205 src/ftp.c:258 src/ftp.c:289 src/ftp.c:314 src/ftp.c:410
-#: src/ftp.c:462 src/ftp.c:556 src/ftp.c:629 src/ftp.c:677 src/ftp.c:725
+#: src/ftp.c:210 src/ftp.c:263 src/ftp.c:294 src/ftp.c:319 src/ftp.c:415
+#: src/ftp.c:467 src/ftp.c:561 src/ftp.c:634 src/ftp.c:682 src/ftp.c:730
 msgid "Error in server response, closing control connection.\n"
 msgstr ""
 "ERREUR dans la réponse du serveur, fermeture de connexion de contrôle.\n"
 
-#: src/ftp.c:213
+#: src/ftp.c:218
 msgid "Error in server greeting.\n"
 msgstr "ERREUR dans le message de salutation du serveur.\n"
 
-#: src/ftp.c:221 src/ftp.c:323 src/ftp.c:419 src/ftp.c:471 src/ftp.c:566
-#: src/ftp.c:639 src/ftp.c:687 src/ftp.c:735
+#: src/ftp.c:226 src/ftp.c:328 src/ftp.c:424 src/ftp.c:476 src/ftp.c:571
+#: src/ftp.c:644 src/ftp.c:692 src/ftp.c:740
 msgid "Write failed, closing control connection.\n"
 msgstr "ÉCHEC d'écriture, fermeture de connexion de contrôle.\n"
 
-#: src/ftp.c:228
+#: src/ftp.c:233
 msgid "The server refuses login.\n"
 msgstr "Le serveur refuse l'établissement de session.\n"
 
-#: src/ftp.c:235
+#: src/ftp.c:240
 msgid "Login incorrect.\n"
 msgstr "Établissement de session erroné.\n"
 
-#: src/ftp.c:242
+#: src/ftp.c:247
 msgid "Logged in!\n"
 msgstr "Session établie!\n"
 
-#: src/ftp.c:267
+#: src/ftp.c:272
 msgid "Server error, can't determine system type.\n"
 msgstr ""
 
-#: src/ftp.c:277 src/ftp.c:541 src/ftp.c:613 src/ftp.c:657
+#: src/ftp.c:282 src/ftp.c:546 src/ftp.c:618 src/ftp.c:662
 msgid "done.    "
 msgstr "complété.    "
 
-#: src/ftp.c:303 src/ftp.c:440 src/ftp.c:708 src/ftp.c:756 src/url.c:1432
+#: src/ftp.c:308 src/ftp.c:445 src/ftp.c:713 src/ftp.c:761 src/url.c:1429
 msgid "done.\n"
 msgstr "complété.\n"
 
-#: src/ftp.c:331
+#: src/ftp.c:336
 #, c-format
 msgid "Unknown type `%c', closing control connection.\n"
 msgstr "Type %c inconnu, fermeture de connexion de contrôle.\n"
 
-#: src/ftp.c:344
+#: src/ftp.c:349
 msgid "done.  "
 msgstr "complété.  "
 
-#: src/ftp.c:350
+#: src/ftp.c:355
 msgid "==> CWD not needed.\n"
 msgstr "==> CWD n'est pas nécessaire.\n"
 
-#: src/ftp.c:426
+#: src/ftp.c:431
 #, c-format
 msgid ""
 "No such directory `%s'.\n"
@@ -127,33 +127,33 @@ msgstr ""
 "\n"
 
 #. do not CWD
-#: src/ftp.c:444
+#: src/ftp.c:449
 msgid "==> CWD not required.\n"
 msgstr "==> CWD n'est pas requis.\n"
 
-#: src/ftp.c:478
+#: src/ftp.c:483
 msgid "Cannot initiate PASV transfer.\n"
 msgstr "Ne peut initier le transfert PASV.\n"
 
-#: src/ftp.c:482
+#: src/ftp.c:487
 msgid "Cannot parse PASV response.\n"
 msgstr "Ne peut analyser la réponse PASV.\n"
 
-#: src/ftp.c:496
+#: src/ftp.c:501
 #, c-format
 msgid "Will try connecting to %s:%hu.\n"
 msgstr "Tentative de connexion vers %s:%hu.\n"
 
-#: src/ftp.c:583
+#: src/ftp.c:588
 #, c-format
 msgid "Bind error (%s).\n"
 msgstr "ERREUR de `bind' (%s).\n"
 
-#: src/ftp.c:599
+#: src/ftp.c:604
 msgid "Invalid PORT.\n"
 msgstr "Port non valable.\n"
 
-#: src/ftp.c:646
+#: src/ftp.c:651
 msgid ""
 "\n"
 "REST failed, starting from scratch.\n"
@@ -161,7 +161,7 @@ msgstr ""
 "\n"
 "ÉCHEC sur le reste, reprise depuis le début.\n"
 
-#: src/ftp.c:695
+#: src/ftp.c:700
 #, c-format
 msgid ""
 "No such file `%s'.\n"
@@ -170,7 +170,7 @@ msgstr ""
 "Fichier `%s' inexistant.\n"
 "\n"
 
-#: src/ftp.c:743
+#: src/ftp.c:748
 #, c-format
 msgid ""
 "No such file or directory `%s'.\n"
@@ -179,49 +179,49 @@ msgstr ""
 "Fichier ou répertoire `%s' inexistant.\n"
 "\n"
 
-#: src/ftp.c:819 src/ftp.c:826
+#: src/ftp.c:824 src/ftp.c:831
 #, c-format
 msgid "Length: %s"
 msgstr "Longueur: %s"
 
-#: src/ftp.c:821 src/ftp.c:828
+#: src/ftp.c:826 src/ftp.c:833
 #, c-format
 msgid " [%s to go]"
 msgstr " [%s restant]"
 
-#: src/ftp.c:830
+#: src/ftp.c:835
 msgid " (unauthoritative)\n"
 msgstr " (non autorisée)\n"
 
-#: src/ftp.c:856
+#: src/ftp.c:861
 #, c-format
 msgid "%s: %s, closing control connection.\n"
 msgstr "%s: %s, fermeture de connexion de contrôle.\n"
 
-#: src/ftp.c:864
+#: src/ftp.c:869
 #, c-format
 msgid "%s (%s) - Data connection: %s; "
 msgstr "%s (%s) - Connexion de tranfert de données: %s; "
 
-#: src/ftp.c:881
+#: src/ftp.c:886
 msgid "Control connection closed.\n"
 msgstr "Connexion de contrôle fermée.\n"
 
-#: src/ftp.c:899
+#: src/ftp.c:904
 msgid "Data transfer aborted.\n"
 msgstr "Transfert des données arrêté.\n"
 
-#: src/ftp.c:963
+#: src/ftp.c:968
 #, c-format
 msgid "File `%s' already there, not retrieving.\n"
 msgstr "Fichier `%s' est déjà là, pas de récupération.\n"
 
-#: src/ftp.c:1024 src/http.c:1358
-#, c-format, ycp-format
+#: src/ftp.c:1029 src/http.c:1362
+#, c-format
 msgid "(try:%2d)"
 msgstr "(essai:%2d)"
 
-#: src/ftp.c:1088 src/http.c:1585
+#: src/ftp.c:1093 src/http.c:1599
 #, c-format
 msgid ""
 "%s (%s) - `%s' saved [%ld]\n"
@@ -230,47 +230,47 @@ msgstr ""
 "%s (%s) - `%s' sauvegardé [%ld]\n"
 "\n"
 
-#: src/ftp.c:1130 src/main.c:771 src/recur.c:505 src/retr.c:580
+#: src/ftp.c:1135 src/main.c:775 src/recur.c:509 src/retr.c:584
 #, c-format
 msgid "Removing %s.\n"
 msgstr "Destruction de %s.\n"
 
-#: src/ftp.c:1171
+#: src/ftp.c:1176
 #, c-format
 msgid "Using `%s' as listing tmp file.\n"
 msgstr "Utilisation de `%s' comme fichier temporaire de listage.\n"
 
-#: src/ftp.c:1183
+#: src/ftp.c:1188
 #, c-format
 msgid "Removed `%s'.\n"
 msgstr "`%s' détruit.\n"
 
-#: src/ftp.c:1219
+#: src/ftp.c:1224
 #, c-format
 msgid "Recursion depth %d exceeded max. depth %d.\n"
 msgstr "Le niveau %d de récursivité dépasse le niveau maximum %d.\n"
 
-#: src/ftp.c:1271 src/http.c:1512
+#: src/ftp.c:1276 src/http.c:1516
 #, c-format
 msgid ""
 "Server file no newer than local file `%s' -- not retrieving.\n"
 "\n"
 msgstr ""
 
-#: src/ftp.c:1279
+#: src/ftp.c:1284
 msgid "Cannot compare sizes, remote system is VMS.\n"
 msgstr ""
 
-#: src/ftp.c:1285 src/http.c:1520
+#: src/ftp.c:1290 src/http.c:1524
 #, fuzzy, c-format
 msgid "The sizes do not match (local %ld) -- retrieving.\n"
 msgstr "La taille des fichiers ne concorde pas (local %ld), récupération.\n"
 
-#: src/ftp.c:1303
+#: src/ftp.c:1308
 msgid "Invalid name of the symlink, skipping.\n"
 msgstr "Nom erroné d'un lien symbolique, escamoté.\n"
 
-#: src/ftp.c:1320
+#: src/ftp.c:1325
 #, c-format
 msgid ""
 "Already have correct symlink %s -> %s\n"
@@ -279,44 +279,44 @@ msgstr ""
 "Lien symbolique est déjà correct %s -> %s\n"
 "\n"
 
-#: src/ftp.c:1328
+#: src/ftp.c:1333
 #, c-format
 msgid "Creating symlink %s -> %s\n"
 msgstr "Création du lien symbolique %s -> %s\n"
 
-#: src/ftp.c:1339
+#: src/ftp.c:1344
 #, c-format
 msgid "Symlinks not supported, skipping symlink `%s'.\n"
 msgstr "Lien symbolique non supporté, escamotage du lien `%s'.\n"
 
-#: src/ftp.c:1351
+#: src/ftp.c:1356
 #, c-format
 msgid "Skipping directory `%s'.\n"
 msgstr "Répertoire `%s' escamoté.\n"
 
-#: src/ftp.c:1360
+#: src/ftp.c:1365
 #, c-format
 msgid "%s: unknown/unsupported file type.\n"
 msgstr "%s: type de fichier inconnu ou non supporté.\n"
 
-#: src/ftp.c:1377
+#: src/ftp.c:1392
 #, c-format
 msgid "%s: corrupt time-stamp.\n"
 msgstr "%s: tampon date-heure corrompu.\n"
 
-#: src/ftp.c:1398
+#: src/ftp.c:1413
 #, c-format
 msgid "Will not retrieve dirs since depth is %d (max %d).\n"
 msgstr ""
 "Les répertoires ne seront pas récupérés, la profondeur %d dépasse le maximum "
 "%d.\n"
 
-#: src/ftp.c:1437
+#: src/ftp.c:1449
 #, c-format
 msgid "Not descending to `%s' as it is excluded/not-included.\n"
 msgstr "%s n'a pas été parcouru puisqu'il est exclu ou non inclu.\n"
 
-#: src/ftp.c:1482
+#: src/ftp.c:1494
 #, c-format
 msgid "Rejecting `%s'.\n"
 msgstr "Rejet de `%s'.\n"
@@ -324,17 +324,17 @@ msgstr "Rejet de `%s'.\n"
 #. No luck.
 #. #### This message SUCKS.  We should see what was the
 #. reason that nothing was retrieved.
-#: src/ftp.c:1529
+#: src/ftp.c:1541
 #, c-format
 msgid "No matches on pattern `%s'.\n"
 msgstr "Pas de pairage sur le patron `%s'.\n"
 
-#: src/ftp.c:1589
+#: src/ftp.c:1601
 #, c-format
 msgid "Wrote HTML-ized index to `%s' [%ld].\n"
 msgstr "Écriture de l'index HTML-isé vers `%s' [%ld].\n"
 
-#: src/ftp.c:1594
+#: src/ftp.c:1606
 #, c-format
 msgid "Wrote HTML-ized index to `%s'.\n"
 msgstr "Écriture de l'index HTML-isé vers `%s'.\n"
@@ -428,124 +428,124 @@ msgstr "H
 msgid "Unknown error"
 msgstr "ERREUR inconnue"
 
-#: src/http.c:621 src/http.c:1433
+#: src/http.c:625 src/http.c:1437
 msgid "Unable to establish SSL connection.\n"
 msgstr ""
 
-#: src/http.c:629
+#: src/http.c:633
 #, fuzzy, c-format
 msgid "Reusing connection to %s:%hu.\n"
 msgstr "Tentative de connexion vers %s:%hu.\n"
 
-#: src/http.c:805
+#: src/http.c:809
 #, fuzzy, c-format
 msgid "Failed writing HTTP request: %s.\n"
 msgstr "Échec d'écriture de la requête HTTP.\n"
 
-#: src/http.c:810
+#: src/http.c:814
 #, c-format
 msgid "%s request sent, awaiting response... "
 msgstr "requête %s transmise, en attente de la réponse..."
 
-#: src/http.c:854
+#: src/http.c:858
 msgid "End of file while parsing headers.\n"
 msgstr "Fin de fichier lors de l'analyse du l'en-tête.\n"
 
-#: src/http.c:865
+#: src/http.c:869
 #, c-format
 msgid "Read error (%s) in headers.\n"
 msgstr "ERREUR de lecture (%s) de l'en-tête.\n"
 
-#: src/http.c:905
+#: src/http.c:909
 msgid "No data received"
 msgstr "Aucune donnée reçue"
 
-#: src/http.c:907
+#: src/http.c:911
 msgid "Malformed status line"
 msgstr "Ligne d'état mal composée"
 
-#: src/http.c:912
+#: src/http.c:916
 msgid "(no description)"
 msgstr "(pas de description)"
 
-#: src/http.c:1030
+#: src/http.c:1034
 msgid "Authorization failed.\n"
 msgstr "Échec d'autorisation.\n"
 
-#: src/http.c:1037
+#: src/http.c:1041
 msgid "Unknown authentication scheme.\n"
 msgstr "Schème inconnu d'authentification.\n"
 
-#: src/http.c:1127
+#: src/http.c:1131
 #, c-format
 msgid "Location: %s%s\n"
 msgstr "Location: %s%s\n"
 
-#: src/http.c:1128 src/http.c:1153
+#: src/http.c:1132 src/http.c:1157
 msgid "unspecified"
 msgstr "non spécifié"
 
-#: src/http.c:1129
+#: src/http.c:1133
 msgid " [following]"
 msgstr " [suivant]"
 
 #. No need to print this output if the body won't be
 #. downloaded at all, or if the original server response is
 #. printed.
-#: src/http.c:1143
+#: src/http.c:1147
 msgid "Length: "
 msgstr "Longueur: "
 
-#: src/http.c:1148
+#: src/http.c:1152
 #, c-format
 msgid " (%s to go)"
 msgstr " (%s restant)"
 
-#: src/http.c:1153
+#: src/http.c:1157
 msgid "ignored"
 msgstr "ignoré"
 
-#: src/http.c:1254
+#: src/http.c:1258
 msgid "Warning: wildcards not supported in HTTP.\n"
 msgstr "AVERTISSEMENT: les métacaractères ne sont pas supportés en HTTP.\n"
 
 #. If opt.noclobber is turned on and file already exists, do not
 #. retrieve the file
-#: src/http.c:1275
+#: src/http.c:1279
 #, c-format
 msgid "File `%s' already there, will not retrieve.\n"
 msgstr "Fichier `%s' est déjà là, pas de récupération.\n"
 
-#: src/http.c:1425
+#: src/http.c:1429
 #, c-format
 msgid "Cannot write to `%s' (%s).\n"
 msgstr "Ne peut écrire dans `%s' (%s).\n"
 
-#: src/http.c:1443
+#: src/http.c:1447
 #, c-format
 msgid "ERROR: Redirection (%d) without location.\n"
 msgstr "ERREUR: redirection (%d) sans destination.\n"
 
-#: src/http.c:1468
+#: src/http.c:1472
 #, c-format
 msgid "%s ERROR %d: %s.\n"
 msgstr "%s ERREUR %d: %s.\n"
 
-#: src/http.c:1481
+#: src/http.c:1485
 msgid "Last-modified header missing -- time-stamps turned off.\n"
 msgstr ""
 "En-tête manquante de la dernière modification -- tampon date-heure ignoré.\n"
 
-#: src/http.c:1489
+#: src/http.c:1493
 msgid "Last-modified header invalid -- time-stamp ignored.\n"
 msgstr ""
 "En-tête erronée de la dernière modification -- tampon date-heure ignoré.\n"
 
-#: src/http.c:1524
+#: src/http.c:1528
 msgid "Remote file is newer, retrieving.\n"
 msgstr "Fichier éloigné est plus récent, récupération.\n"
 
-#: src/http.c:1559
+#: src/http.c:1573
 #, c-format
 msgid ""
 "%s (%s) - `%s' saved [%ld/%ld]\n"
@@ -554,12 +554,12 @@ msgstr ""
 "%s (%s) - `%s' sauvegardé [%ld/%ld]\n"
 "\n"
 
-#: src/http.c:1607
+#: src/http.c:1621
 #, c-format
 msgid "%s (%s) - Connection closed at byte %ld. "
 msgstr "%s (%s) - Fermeture de la connexion à l'octet %ld. "
 
-#: src/http.c:1615
+#: src/http.c:1629
 #, c-format
 msgid ""
 "%s (%s) - `%s' saved [%ld/%ld])\n"
@@ -568,17 +568,17 @@ msgstr ""
 "%s (%s) - `%s' sauvegardé [%ld/%ld]\n"
 "\n"
 
-#: src/http.c:1635
+#: src/http.c:1649
 #, c-format
 msgid "%s (%s) - Connection closed at byte %ld/%ld. "
 msgstr "%s (%s) - Fermeture de la connexion à l'octet %ld/%ld. "
 
-#: src/http.c:1646
+#: src/http.c:1660
 #, c-format
 msgid "%s (%s) - Read error at byte %ld (%s)."
 msgstr "%s (%s) - ERREUR de lecture à l'octet %ld (%s)."
 
-#: src/http.c:1654
+#: src/http.c:1668
 #, c-format
 msgid "%s (%s) - Read error at byte %ld/%ld (%s). "
 msgstr "%s (%s) - ERREUR de lecture à l'octet %ld/%ld (%s)."
@@ -604,50 +604,45 @@ msgstr ""
 msgid "%s: BUG: unknown command `%s', value `%s'.\n"
 msgstr "%s: ERREUR: commande inconnue `%s', valeur `%s'.\n"
 
-#: src/init.c:501
-#, fuzzy, c-format
-msgid "%s: Out of memory.\n"
-msgstr "%s: %s: mémoire épuisée.\n"
-
-#: src/init.c:507
+#: src/init.c:500
 #, fuzzy, c-format
 msgid "%s: %s: Cannot convert `%s' to an IP address.\n"
 msgstr ""
 "%s: AVERTISSEMENT: ne peut repérer l'adresse IP locale par requête inverse.\n"
 
-#: src/init.c:535
+#: src/init.c:528
 #, c-format
 msgid "%s: %s: Please specify on or off.\n"
 msgstr "%s: %s: SVP spécifier `on' ou `off'.\n"
 
-#: src/init.c:579
+#: src/init.c:572
 #, fuzzy, c-format
 msgid "%s: %s: Please specify always, on, off, or never.\n"
 msgstr "%s: %s: SVP spécifier `on' ou `off'.\n"
 
-#: src/init.c:598 src/init.c:855 src/init.c:877 src/init.c:941
+#: src/init.c:591 src/init.c:848 src/init.c:870 src/init.c:934
 #, c-format
 msgid "%s: %s: Invalid specification `%s'.\n"
 msgstr "%s: %s: spécification erronnée `%s'.\n"
 
-#: src/init.c:711 src/init.c:733 src/init.c:755 src/init.c:781
+#: src/init.c:704 src/init.c:726 src/init.c:748 src/init.c:774
 #, c-format
 msgid "%s: Invalid specification `%s'\n"
 msgstr "%s: spécification erronnée `%s'\n"
 
-#: src/main.c:119
+#: src/main.c:120
 #, c-format
 msgid "Usage: %s [OPTION]... [URL]...\n"
 msgstr "Usage: %s [OPTION]... [URL]...\n"
 
-#: src/main.c:127
+#: src/main.c:128
 #, c-format
 msgid "GNU Wget %s, a non-interactive network retriever.\n"
 msgstr "GNU Wget %s, un récupérateur réseau non intéractif.\n"
 
 #. Had to split this in parts, so the #@@#%# Ultrix compiler and cpp
 #. don't bitch.  Also, it makes translation much easier.
-#: src/main.c:132
+#: src/main.c:133
 msgid ""
 "\n"
 "Mandatory arguments to long options are mandatory for short options too.\n"
@@ -658,7 +653,7 @@ msgstr ""
 "aussi pour les options de formes courtes.\n"
 "\n"
 
-#: src/main.c:135
+#: src/main.c:136
 #, fuzzy
 msgid ""
 "Startup:\n"
@@ -676,7 +671,7 @@ msgstr ""
 "  -e,  --execute=COMMAND       exécuter une commande `.wgetrc'.\n"
 "\n"
 
-#: src/main.c:141
+#: src/main.c:142
 #, fuzzy
 msgid ""
 "Logging and input file:\n"
@@ -704,7 +699,7 @@ msgstr ""
 "HTML.\n"
 "\n"
 
-#: src/main.c:152
+#: src/main.c:153
 #, fuzzy
 msgid ""
 "Download:\n"
@@ -715,7 +710,7 @@ msgid ""
 "  -O   --output-document=FILE   write documents to FILE.\n"
 "  -nc, --no-clobber             don't clobber existing files or use .# "
 "suffixes.\n"
-"  -c,  --continue               restart getting an existing file.\n"
+"  -c,  --continue               resume getting a partially-downloaded file.\n"
 "       --dot-style=STYLE        set retrieval display style.\n"
 "  -N,  --timestamping           don't retrieve files if older than local.\n"
 "  -S,  --server-response        print server response.\n"
@@ -748,7 +743,7 @@ msgstr ""
 "  -Q,  --quota=N                 initialiser le quota de récupération à N.\n"
 "\n"
 
-#: src/main.c:168
+#: src/main.c:169
 msgid ""
 "Directories:\n"
 "  -nd  --no-directories            don't create directories.\n"
@@ -769,7 +764,7 @@ msgstr ""
 "de l'hôte.\n"
 "\n"
 
-#: src/main.c:175
+#: src/main.c:176
 #, fuzzy
 msgid ""
 "HTTP options:\n"
@@ -806,7 +801,7 @@ msgstr ""
 "  -U,  --user-agent=AGENT      identifier l'AGENT plutôt que Wget/VERSION.\n"
 "\n"
 
-#: src/main.c:188
+#: src/main.c:189
 #, fuzzy
 msgid ""
 "FTP options:\n"
@@ -823,7 +818,7 @@ msgstr ""
 "       --passive-ftp     utiliser un mode de transfert passif.\n"
 "\n"
 
-#: src/main.c:193
+#: src/main.c:194
 #, fuzzy
 msgid ""
 "Recursive retrieval:\n"
@@ -853,7 +848,7 @@ msgstr ""
 "  -nr, --dont-remove-listing   ne pas détruire les fichiers `.listing'.\n"
 "\n"
 
-#: src/main.c:203
+#: src/main.c:204
 #, fuzzy
 msgid ""
 "Recursive accept/reject:\n"
@@ -895,16 +890,16 @@ msgstr ""
 "parent.\n"
 "\n"
 
-#: src/main.c:218
+#: src/main.c:219
 msgid "Mail bug reports and suggestions to <bug-wget@gnu.org>.\n"
 msgstr "Transmettre toutes anomalies ou suggestions à <bug-wget@gnu.org>.\n"
 
-#: src/main.c:402
+#: src/main.c:403
 #, c-format
 msgid "%s: debug support not compiled in.\n"
 msgstr "%s: support de mise au point non compilé.\n"
 
-#: src/main.c:454
+#: src/main.c:455
 #, fuzzy
 msgid ""
 "Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.\n"
@@ -921,7 +916,7 @@ msgstr ""
 "Pour plus d'informations à ce sujet, consulter la «GNU General Public "
 "License».\n"
 
-#: src/main.c:460
+#: src/main.c:461
 #, fuzzy
 msgid ""
 "\n"
@@ -930,43 +925,43 @@ msgstr ""
 "\n"
 "Écrit par Hrvoje Niksic <hniksic@srce.hr>.\n"
 
-#: src/main.c:534
+#: src/main.c:535
 #, c-format
 msgid "%s: %s: invalid command\n"
 msgstr "%s: %s: commande invalide\n"
 
-#: src/main.c:590
+#: src/main.c:591
 #, c-format
 msgid "%s: illegal option -- `-n%c'\n"
 msgstr "%s: option illégale -- `-n%c'\n"
 
 #. #### Something nicer should be printed here -- similar to the
 #. pre-1.5 `--help' page.
-#: src/main.c:593 src/main.c:635 src/main.c:693
+#: src/main.c:594 src/main.c:636 src/main.c:694
 #, c-format
 msgid "Try `%s --help' for more options.\n"
 msgstr "Essayez `%s --help' pour plus d'informations.\n"
 
-#: src/main.c:673
+#: src/main.c:674
 msgid "Can't be verbose and quiet at the same time.\n"
 msgstr "Ne peut être en mode bavard et silencieux en même temps.\n"
 
-#: src/main.c:679
+#: src/main.c:680
 msgid "Can't timestamp and not clobber old files at the same time.\n"
 msgstr "Ne peut dater et ne pas écraser les vieux fichiers en même temps.\n"
 
 #. No URL specified.
-#: src/main.c:688
+#: src/main.c:689
 #, c-format
 msgid "%s: missing URL\n"
 msgstr "%s: URL manquant\n"
 
-#: src/main.c:786
+#: src/main.c:790
 #, c-format
 msgid "No URLs found in %s.\n"
 msgstr "Aucun URL repéré dans %s.\n"
 
-#: src/main.c:795
+#: src/main.c:799
 #, c-format
 msgid ""
 "\n"
@@ -977,18 +972,18 @@ msgstr ""
 "Terminé --%s--\n"
 "Téléchargement: %s octets dans %d fichiers\n"
 
-#: src/main.c:803
+#: src/main.c:807
 #, c-format
 msgid "Download quota (%s bytes) EXCEEDED!\n"
 msgstr "Quota de téléchargement (%s octets) DÉPASSÉ!\n"
 
 #. Please note that the double `%' in `%%s' is intentional, because
 #. redirect_output passes tmp through printf.
-#: src/main.c:833
+#: src/main.c:837
 msgid "%s received, redirecting output to `%%s'.\n"
 msgstr "%s reçu, redirection de la sortie vers `%%s'.\n"
 
-#: src/mswindows.c:118
+#: src/mswindows.c:123
 #, c-format
 msgid ""
 "\n"
@@ -1002,21 +997,21 @@ msgstr ""
 "Vous pouvez arrêter l'exécution de `wget' en appuyant CTRL+ALT+DELETE.\n"
 
 #. parent, no error
-#: src/mswindows.c:135 src/utils.c:457
+#: src/mswindows.c:140 src/utils.c:451
 msgid "Continuing in background.\n"
 msgstr "Poursuite à l'arrière plan.\n"
 
-#: src/mswindows.c:137 src/utils.c:459
+#: src/mswindows.c:142 src/utils.c:453
 #, c-format
 msgid "Output will be written to `%s'.\n"
 msgstr "La sortie sera écrite vers `%s'.\n"
 
-#: src/mswindows.c:227
+#: src/mswindows.c:232
 #, c-format
 msgid "Starting WinHelp %s\n"
 msgstr "Démarrage de WinHelp %s\n"
 
-#: src/mswindows.c:254 src/mswindows.c:262
+#: src/mswindows.c:259 src/mswindows.c:267
 #, c-format
 msgid "%s: Couldn't find usable socket driver.\n"
 msgstr "%s: ne repérer un pilote de socket utilisable.\n"
@@ -1043,16 +1038,16 @@ msgstr "Usage: %s NETRC [H
 msgid "%s: cannot stat %s: %s\n"
 msgstr "%s: ne peut évaluer par `stat' le fichier %s: %s\n"
 
-#: src/recur.c:506
+#: src/recur.c:510
 #, c-format
 msgid "Removing %s since it should be rejected.\n"
 msgstr "Destruction de %s puiqu'il doit être rejeté.\n"
 
-#: src/recur.c:680
+#: src/recur.c:684
 msgid "Loading robots.txt; please ignore errors.\n"
 msgstr "Chargement de robots.txt; svp ignorer les erreurs.\n"
 
-#: src/retr.c:217
+#: src/retr.c:221
 #, c-format
 msgid ""
 "\n"
@@ -1061,21 +1056,21 @@ msgstr ""
 "\n"
 "          [ escamoté %dK ]"
 
-#: src/retr.c:399
+#: src/retr.c:403
 msgid "Could not find proxy host.\n"
 msgstr "Ne peut repérer un hôte proxy.\n"
 
-#: src/retr.c:413
+#: src/retr.c:417
 #, c-format
 msgid "Proxy %s: Must be HTTP.\n"
 msgstr "Proxy %s: doit être de type HTTP.\n"
 
-#: src/retr.c:507
+#: src/retr.c:511
 #, fuzzy, c-format
 msgid "%s: Redirection cycle detected.\n"
 msgstr "%s: redirection vers lui-même.\n"
 
-#: src/retr.c:601
+#: src/retr.c:605
 msgid ""
 "Giving up.\n"
 "\n"
@@ -1083,7 +1078,7 @@ msgstr ""
 "Abandon.\n"
 "\n"
 
-#: src/retr.c:601
+#: src/retr.c:605
 msgid ""
 "Retrying.\n"
 "\n"
@@ -1091,26 +1086,26 @@ msgstr ""
 "Nouvel essai.\n"
 "\n"
 
-#: src/url.c:1325
+#: src/url.c:1329
 #, c-format
 msgid "Converting %s... "
 msgstr "Converstion de %s..."
 
-#: src/url.c:1338
+#: src/url.c:1342
 msgid "nothing to do.\n"
 msgstr ""
 
-#: src/url.c:1346 src/url.c:1370
+#: src/url.c:1350 src/url.c:1374
 #, c-format
 msgid "Cannot convert links in %s: %s\n"
 msgstr "Ne peut convertir les liens dans %s: %s\n"
 
-#: src/url.c:1361
+#: src/url.c:1365
 #, fuzzy, c-format
 msgid "Unable to delete `%s': %s\n"
 msgstr "Échec de `unlink' sur le lien symbolique `%s': %s\n"
 
-#: src/url.c:1558
+#: src/url.c:1555
 #, fuzzy, c-format
 msgid "Cannot back up %s as %s: %s\n"
 msgstr "Ne peut convertir les liens dans %s: %s\n"
@@ -1120,23 +1115,27 @@ msgstr "Ne peut convertir les liens dans %s: %s\n"
 msgid "%s: %s: Not enough memory.\n"
 msgstr "%s: %s: mémoire épuisée.\n"
 
-#: src/utils.c:392
+#: src/utils.c:386
 msgid "Unknown/unsupported protocol"
 msgstr "Protocole inconnu ou non supporté"
 
-#: src/utils.c:395
+#: src/utils.c:389
 msgid "Invalid port specification"
 msgstr "Spécification du port erronée"
 
-#: src/utils.c:398
+#: src/utils.c:392
 msgid "Invalid host name"
 msgstr "Nom de l'hôte erroné"
 
-#: src/utils.c:619
+#: src/utils.c:613
 #, c-format
 msgid "Failed to unlink symlink `%s': %s\n"
 msgstr "Échec de `unlink' sur le lien symbolique `%s': %s\n"
 
+#, fuzzy
+#~ msgid "%s: Out of memory.\n"
+#~ msgstr "%s: %s: mémoire épuisée.\n"
+
 #~ msgid ""
 #~ "Local file `%s' is more recent, not retrieving.\n"
 #~ "\n"