From 5ff7cd8c93fd5eb682571d503eb1cb01c645c1ad Mon Sep 17 00:00:00 2001 From: hniksic Date: Sat, 1 Dec 2001 09:41:49 -0800 Subject: [PATCH] [svn] Rebuilt wget.pot. --- po/wget.pot | 216 +++++++++++++++++++++++++++------------------------- 1 file changed, 111 insertions(+), 105 deletions(-) diff --git a/po/wget.pot b/po/wget.pot index c15ff03e..08d2490c 100644 --- a/po/wget.pot +++ b/po/wget.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-11-27 13:58+0100\n" +"POT-Creation-Date: 2001-12-01 18:41+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -42,17 +42,17 @@ msgstr "" msgid "Syntax error in Set-Cookie: premature end of string.\n" msgstr "" -#: src/cookies.c:1345 +#: src/cookies.c:1329 #, c-format msgid "Cannot open cookies file `%s': %s\n" msgstr "" -#: src/cookies.c:1357 +#: src/cookies.c:1341 #, c-format msgid "Error writing to `%s': %s\n" msgstr "" -#: src/cookies.c:1361 +#: src/cookies.c:1345 #, c-format msgid "Error closing `%s': %s\n" msgstr "" @@ -133,7 +133,7 @@ msgid "done. " msgstr "" #: src/ftp.c:318 src/ftp.c:453 src/ftp.c:488 src/ftp.c:733 src/ftp.c:781 -#: src/host.c:245 +#: src/host.c:263 msgid "done.\n" msgstr "" @@ -248,19 +248,19 @@ msgstr "" msgid "File `%s' already there, not retrieving.\n" msgstr "" -#: src/ftp.c:1067 src/http.c:1519 +#: src/ftp.c:1067 src/http.c:1538 #, c-format msgid "(try:%2d)" msgstr "" -#: src/ftp.c:1131 src/http.c:1778 +#: src/ftp.c:1131 src/http.c:1797 #, c-format msgid "" "%s (%s) - `%s' saved [%ld]\n" "\n" msgstr "" -#: src/ftp.c:1173 src/main.c:815 src/recur.c:329 src/retr.c:561 +#: src/ftp.c:1173 src/main.c:814 src/recur.c:336 src/retr.c:587 #, c-format msgid "Removing %s.\n" msgstr "" @@ -416,112 +416,112 @@ msgstr "" msgid "%s: option requires an argument -- %c\n" msgstr "" -#: src/host.c:231 +#: src/host.c:251 #, c-format msgid "Resolving %s... " msgstr "" -#: src/host.c:240 +#: src/host.c:258 #, c-format msgid "failed: %s.\n" msgstr "" -#: src/host.c:308 +#: src/host.c:326 msgid "Host not found" msgstr "" -#: src/host.c:310 +#: src/host.c:328 msgid "Unknown error" msgstr "" #. this is fatal -#: src/http.c:573 +#: src/http.c:584 msgid "Failed to set up an SSL context\n" msgstr "" -#: src/http.c:579 +#: src/http.c:590 #, c-format msgid "Failed to load certificates from %s\n" msgstr "" -#: src/http.c:583 src/http.c:591 +#: src/http.c:594 src/http.c:602 msgid "Trying without the specified certificate\n" msgstr "" -#: src/http.c:587 +#: src/http.c:598 #, c-format msgid "Failed to get certificate key from %s\n" msgstr "" -#: src/http.c:657 src/http.c:1612 +#: src/http.c:668 src/http.c:1631 msgid "Unable to establish SSL connection.\n" msgstr "" -#: src/http.c:666 +#: src/http.c:677 #, c-format msgid "Reusing connection to %s:%hu.\n" msgstr "" -#: src/http.c:860 +#: src/http.c:879 #, c-format msgid "Failed writing HTTP request: %s.\n" msgstr "" -#: src/http.c:865 +#: src/http.c:884 #, c-format msgid "%s request sent, awaiting response... " msgstr "" -#: src/http.c:909 +#: src/http.c:928 msgid "End of file while parsing headers.\n" msgstr "" -#: src/http.c:919 +#: src/http.c:938 #, c-format msgid "Read error (%s) in headers.\n" msgstr "" -#: src/http.c:954 +#: src/http.c:973 msgid "No data received" msgstr "" -#: src/http.c:956 +#: src/http.c:975 msgid "Malformed status line" msgstr "" -#: src/http.c:961 +#: src/http.c:980 msgid "(no description)" msgstr "" -#: src/http.c:1093 +#: src/http.c:1112 msgid "Authorization failed.\n" msgstr "" -#: src/http.c:1100 +#: src/http.c:1119 msgid "Unknown authentication scheme.\n" msgstr "" -#: src/http.c:1140 +#: src/http.c:1159 #, c-format msgid "Location: %s%s\n" msgstr "" -#: src/http.c:1141 src/http.c:1274 +#: src/http.c:1160 src/http.c:1293 msgid "unspecified" msgstr "" -#: src/http.c:1142 +#: src/http.c:1161 msgid " [following]" msgstr "" -#: src/http.c:1205 +#: src/http.c:1224 msgid "" "\n" " The file is already fully retrieved; nothing to do.\n" "\n" msgstr "" -#: src/http.c:1221 +#: src/http.c:1240 #, c-format msgid "" "\n" @@ -533,149 +533,149 @@ msgstr "" #. 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:1264 +#: src/http.c:1283 msgid "Length: " msgstr "" -#: src/http.c:1269 +#: src/http.c:1288 #, c-format msgid " (%s to go)" msgstr "" -#: src/http.c:1274 +#: src/http.c:1293 msgid "ignored" msgstr "" -#: src/http.c:1405 +#: src/http.c:1424 msgid "Warning: wildcards not supported in HTTP.\n" msgstr "" #. If opt.noclobber is turned on and file already exists, do not #. retrieve the file -#: src/http.c:1435 +#: src/http.c:1454 #, c-format msgid "File `%s' already there, will not retrieve.\n" msgstr "" -#: src/http.c:1603 +#: src/http.c:1622 #, c-format msgid "Cannot write to `%s' (%s).\n" msgstr "" -#: src/http.c:1622 +#: src/http.c:1641 #, c-format msgid "ERROR: Redirection (%d) without location.\n" msgstr "" -#: src/http.c:1654 +#: src/http.c:1673 #, c-format msgid "%s ERROR %d: %s.\n" msgstr "" -#: src/http.c:1667 +#: src/http.c:1686 msgid "Last-modified header missing -- time-stamps turned off.\n" msgstr "" -#: src/http.c:1675 +#: src/http.c:1694 msgid "Last-modified header invalid -- time-stamp ignored.\n" msgstr "" -#: src/http.c:1698 +#: src/http.c:1717 #, c-format msgid "" "Server file no newer than local file `%s' -- not retrieving.\n" "\n" msgstr "" -#: src/http.c:1706 +#: src/http.c:1725 #, c-format msgid "The sizes do not match (local %ld) -- retrieving.\n" msgstr "" -#: src/http.c:1710 +#: src/http.c:1729 msgid "Remote file is newer, retrieving.\n" msgstr "" -#: src/http.c:1751 +#: src/http.c:1770 #, c-format msgid "" "%s (%s) - `%s' saved [%ld/%ld]\n" "\n" msgstr "" -#: src/http.c:1801 +#: src/http.c:1820 #, c-format msgid "%s (%s) - Connection closed at byte %ld. " msgstr "" -#: src/http.c:1810 +#: src/http.c:1829 #, c-format msgid "" "%s (%s) - `%s' saved [%ld/%ld])\n" "\n" msgstr "" -#: src/http.c:1831 +#: src/http.c:1850 #, c-format msgid "%s (%s) - Connection closed at byte %ld/%ld. " msgstr "" -#: src/http.c:1843 +#: src/http.c:1862 #, c-format msgid "%s (%s) - Read error at byte %ld (%s)." msgstr "" -#: src/http.c:1852 +#: src/http.c:1871 #, c-format msgid "%s (%s) - Read error at byte %ld/%ld (%s). " msgstr "" -#: src/init.c:352 src/netrc.c:267 +#: src/init.c:354 src/netrc.c:265 #, c-format msgid "%s: Cannot read %s (%s).\n" msgstr "" -#: src/init.c:370 src/init.c:376 +#: src/init.c:372 src/init.c:378 #, c-format msgid "%s: Error in %s at line %d.\n" msgstr "" -#: src/init.c:408 +#: src/init.c:410 #, c-format msgid "%s: Warning: Both system and user wgetrc point to `%s'.\n" msgstr "" -#: src/init.c:500 +#: src/init.c:502 #, c-format msgid "%s: BUG: unknown command `%s', value `%s'.\n" msgstr "" -#: src/init.c:534 +#: src/init.c:536 #, c-format msgid "%s: %s: Cannot convert `%s' to an IP address.\n" msgstr "" -#: src/init.c:567 +#: src/init.c:569 #, c-format msgid "%s: %s: Please specify on or off.\n" msgstr "" -#: src/init.c:611 +#: src/init.c:613 #, c-format msgid "%s: %s: Please specify always, on, off, or never.\n" msgstr "" -#: src/init.c:630 src/init.c:894 src/init.c:973 +#: src/init.c:632 src/init.c:896 src/init.c:975 #, c-format msgid "%s: %s: Invalid specification `%s'.\n" msgstr "" -#: src/init.c:783 src/init.c:805 src/init.c:827 src/init.c:853 +#: src/init.c:785 src/init.c:807 src/init.c:829 src/init.c:855 #, c-format msgid "%s: Invalid specification `%s'\n" msgstr "" -#: src/init.c:944 +#: src/init.c:946 #, c-format msgid "%s: %s: Invalid progress type `%s'.\n" msgstr "" @@ -723,10 +723,11 @@ msgid "" " -B, --base=URL prepends URL to relative links in -F -i file.\n" " --sslcertfile=FILE optional client certificate.\n" " --sslcertkey=KEYFILE optional keyfile for this certificate.\n" +" --sslegdsock=FILE socket to the egd daemon(random data source).\n" "\n" msgstr "" -#: src/main.c:150 +#: src/main.c:151 msgid "" "Download:\n" " --bind-address=ADDRESS bind to ADDRESS (hostname or IP) on local " @@ -754,7 +755,7 @@ msgid "" "\n" msgstr "" -#: src/main.c:169 +#: src/main.c:170 msgid "" "Directories:\n" " -nd --no-directories don't create directories.\n" @@ -766,7 +767,7 @@ msgid "" "\n" msgstr "" -#: src/main.c:177 +#: src/main.c:178 msgid "" "HTTP options:\n" " --http-user=USER set http user to USER.\n" @@ -790,7 +791,7 @@ msgid "" "\n" msgstr "" -#: src/main.c:195 +#: src/main.c:196 msgid "" "FTP options:\n" " -nr, --dont-remove-listing don't remove `.listing' files.\n" @@ -801,7 +802,7 @@ msgid "" "\n" msgstr "" -#: src/main.c:202 +#: src/main.c:203 msgid "" "Recursive retrieval:\n" " -r, --recursive recursive web-suck -- use with care!\n" @@ -816,7 +817,7 @@ msgid "" "\n" msgstr "" -#: src/main.c:212 +#: src/main.c:213 msgid "" "Recursive accept/reject:\n" " -A, --accept=LIST comma-separated list of accepted " @@ -841,22 +842,22 @@ msgid "" "\n" msgstr "" -#: src/main.c:228 +#: src/main.c:229 msgid "Mail bug reports and suggestions to .\n" msgstr "" -#: src/main.c:415 +#: src/main.c:417 #, c-format msgid "%s: debug support not compiled in.\n" msgstr "" -#: src/main.c:467 +#: src/main.c:469 msgid "" "Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, " "Inc.\n" msgstr "" -#: src/main.c:469 +#: src/main.c:471 msgid "" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" @@ -864,49 +865,49 @@ msgid "" "GNU General Public License for more details.\n" msgstr "" -#: src/main.c:474 +#: src/main.c:476 msgid "" "\n" "Originally written by Hrvoje Niksic .\n" msgstr "" -#: src/main.c:576 +#: src/main.c:575 #, c-format msgid "%s: %s: invalid command\n" msgstr "" -#: src/main.c:629 +#: src/main.c:628 #, c-format msgid "%s: illegal option -- `-n%c'\n" msgstr "" #. #### Something nicer should be printed here -- similar to the #. pre-1.5 `--help' page. -#: src/main.c:632 src/main.c:674 src/main.c:725 +#: src/main.c:631 src/main.c:673 src/main.c:724 #, c-format msgid "Try `%s --help' for more options.\n" msgstr "" -#: src/main.c:705 +#: src/main.c:704 msgid "Can't be verbose and quiet at the same time.\n" msgstr "" -#: src/main.c:711 +#: src/main.c:710 msgid "Can't timestamp and not clobber old files at the same time.\n" msgstr "" #. No URL specified. -#: src/main.c:720 +#: src/main.c:719 #, c-format msgid "%s: missing URL\n" msgstr "" -#: src/main.c:830 +#: src/main.c:829 #, c-format msgid "No URLs found in %s.\n" msgstr "" -#: src/main.c:839 +#: src/main.c:838 #, c-format msgid "" "\n" @@ -914,19 +915,19 @@ msgid "" "Downloaded: %s bytes in %d files\n" msgstr "" -#: src/main.c:847 +#: src/main.c:846 #, c-format msgid "Download quota (%s bytes) EXCEEDED!\n" msgstr "" #. Please note that the double `%' in `%%s' is intentional, because #. redirect_output passes tmp through printf. -#: src/main.c:885 +#: src/main.c:884 #, c-format msgid "%s received, redirecting output to `%%s'.\n" msgstr "" -#: src/mswindows.c:89 +#: src/mswindows.c:106 #, c-format msgid "" "\n" @@ -936,41 +937,41 @@ msgid "" msgstr "" #. parent, no error -#: src/mswindows.c:106 src/utils.c:462 +#: src/mswindows.c:123 src/utils.c:462 msgid "Continuing in background.\n" msgstr "" -#: src/mswindows.c:108 src/utils.c:464 +#: src/mswindows.c:125 src/utils.c:464 #, c-format msgid "Output will be written to `%s'.\n" msgstr "" -#: src/mswindows.c:188 +#: src/mswindows.c:205 #, c-format msgid "Starting WinHelp %s\n" msgstr "" -#: src/mswindows.c:215 src/mswindows.c:222 +#: src/mswindows.c:232 src/mswindows.c:239 #, c-format msgid "%s: Couldn't find usable socket driver.\n" msgstr "" -#: src/netrc.c:367 +#: src/netrc.c:365 #, c-format msgid "%s: %s:%d: warning: \"%s\" token appears before any machine name\n" msgstr "" -#: src/netrc.c:398 +#: src/netrc.c:396 #, c-format msgid "%s: %s:%d: unknown token \"%s\"\n" msgstr "" -#: src/netrc.c:462 +#: src/netrc.c:460 #, c-format msgid "Usage: %s NETRC [HOSTNAME]\n" msgstr "" -#: src/netrc.c:472 +#: src/netrc.c:470 #, c-format msgid "%s: cannot stat %s: %s\n" msgstr "" @@ -985,17 +986,17 @@ msgid "" "%*s[ skipping %dK ]" msgstr "" -#: src/progress.c:365 +#: src/progress.c:370 #, c-format msgid "Invalid dot style specification `%s'; leaving unchanged.\n" msgstr "" -#: src/recur.c:330 +#: src/recur.c:337 #, c-format msgid "Removing %s since it should be rejected.\n" msgstr "" -#: src/recur.c:737 +#: src/recur.c:747 #, c-format msgid "Converted %d files in %.2f seconds.\n" msgstr "" @@ -1004,57 +1005,62 @@ msgstr "" msgid "Loading robots.txt; please ignore errors.\n" msgstr "" -#: src/retr.c:351 +#: src/retr.c:363 msgid "Could not find proxy host.\n" msgstr "" -#: src/retr.c:363 +#: src/retr.c:375 #, c-format msgid "Error parsing proxy URL %s: %s.\n" msgstr "" -#: src/retr.c:372 +#: src/retr.c:384 #, c-format msgid "Error in proxy URL %s: Must be HTTP.\n" msgstr "" -#: src/retr.c:465 +#: src/retr.c:476 +#, c-format +msgid "%d redirections exceeded.\n" +msgstr "" + +#: src/retr.c:491 #, c-format msgid "%s: Redirection cycle detected.\n" msgstr "" -#: src/retr.c:582 +#: src/retr.c:608 msgid "" "Giving up.\n" "\n" msgstr "" -#: src/retr.c:582 +#: src/retr.c:608 msgid "" "Retrying.\n" "\n" msgstr "" -#: src/url.c:1718 +#: src/url.c:1725 #, c-format msgid "Converting %s... " msgstr "" -#: src/url.c:1731 +#: src/url.c:1738 msgid "nothing to do.\n" msgstr "" -#: src/url.c:1739 src/url.c:1763 +#: src/url.c:1746 src/url.c:1770 #, c-format msgid "Cannot convert links in %s: %s\n" msgstr "" -#: src/url.c:1754 +#: src/url.c:1761 #, c-format msgid "Unable to delete `%s': %s\n" msgstr "" -#: src/url.c:1948 +#: src/url.c:1967 #, c-format msgid "Cannot back up %s as %s: %s\n" msgstr "" -- 2.39.2