# English (British) translation. # Copyright (C) 2004 Free Software Foundation, Inc. # Gareth Owen , 2004. # msgid "" msgstr "" "Project-Id-Version: wget 1.9.1\n" "Report-Msgid-Bugs-To: bug-wget@gnu.org\n" "POT-Creation-Date: 2016-06-09 18:13+0200\n" "PO-Revision-Date: 2004-05-27 21:46-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" "Language: en_GB\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/error.c:191 #, fuzzy #| msgid "Unknown error" msgid "Unknown system error" msgstr "Unknown error" #: lib/gai_strerror.c:57 #, fuzzy #| msgid "IPv6 addresses not supported" msgid "Address family for hostname not supported" msgstr "IPv6 addresses not supported" #: lib/gai_strerror.c:58 src/host.c:377 msgid "Temporary failure in name resolution" msgstr "" #: lib/gai_strerror.c:59 msgid "Bad value for ai_flags" msgstr "" #: lib/gai_strerror.c:60 msgid "Non-recoverable failure in name resolution" msgstr "" #: lib/gai_strerror.c:61 msgid "ai_family not supported" msgstr "" #: lib/gai_strerror.c:62 msgid "Memory allocation failure" msgstr "" #: lib/gai_strerror.c:63 msgid "No address associated with hostname" msgstr "" #: lib/gai_strerror.c:64 msgid "Name or service not known" msgstr "" #: lib/gai_strerror.c:65 msgid "Servname not supported for ai_socktype" msgstr "" #: lib/gai_strerror.c:66 #, fuzzy #| msgid "IPv6 addresses not supported" msgid "ai_socktype not supported" msgstr "IPv6 addresses not supported" #: lib/gai_strerror.c:67 #, fuzzy #| msgid "No error" msgid "System error" msgstr "No error" #: lib/gai_strerror.c:68 msgid "Argument buffer too small" msgstr "" #: lib/gai_strerror.c:70 msgid "Processing request in progress" msgstr "" #: lib/gai_strerror.c:71 msgid "Request canceled" msgstr "" #: lib/gai_strerror.c:72 msgid "Request not canceled" msgstr "" #: lib/gai_strerror.c:73 msgid "All requests done" msgstr "" #: lib/gai_strerror.c:74 msgid "Interrupted by a signal" msgstr "" #: lib/gai_strerror.c:75 msgid "Parameter string not correctly encoded" msgstr "" #: lib/gai_strerror.c:87 src/host.c:379 msgid "Unknown error" msgstr "Unknown error" #: lib/getopt.c:575 lib/getopt.c:604 #, fuzzy, c-format #| msgid "%s: option `%s' is ambiguous\n" msgid "%s: option '%s' is ambiguous; possibilities:" msgstr "%s: option `%s' is ambiguous\n" #: lib/getopt.c:619 #, fuzzy, c-format #| msgid "%s: option `%s' is ambiguous\n" msgid "%s: option '%s' is ambiguous\n" msgstr "%s: option `%s' is ambiguous\n" #: lib/getopt.c:654 lib/getopt.c:658 #, fuzzy, c-format #| msgid "%s: option `--%s' doesn't allow an argument\n" msgid "%s: option '--%s' doesn't allow an argument\n" msgstr "%s: option `--%s' doesn't allow an argument\n" #: lib/getopt.c:667 lib/getopt.c:672 #, fuzzy, c-format #| msgid "%s: option `%c%s' doesn't allow an argument\n" msgid "%s: option '%c%s' doesn't allow an argument\n" msgstr "%s: option `%c%s' doesn't allow an argument\n" #: lib/getopt.c:715 lib/getopt.c:734 #, fuzzy, c-format #| msgid "%s: option `%s' requires an argument\n" msgid "%s: option '--%s' requires an argument\n" msgstr "%s: option `%s' requires an argument\n" #: lib/getopt.c:772 lib/getopt.c:775 #, fuzzy, c-format #| msgid "%s: unrecognized option `--%s'\n" msgid "%s: unrecognized option '--%s'\n" msgstr "%s: unrecognised option `--%s'\n" #: lib/getopt.c:783 lib/getopt.c:786 #, fuzzy, c-format #| msgid "%s: unrecognized option `%c%s'\n" msgid "%s: unrecognized option '%c%s'\n" msgstr "%s: unrecognised option `%c%s'\n" #: lib/getopt.c:835 lib/getopt.c:838 #, fuzzy, c-format #| msgid "%s: invalid option -- %c\n" msgid "%s: invalid option -- '%c'\n" msgstr "%s: invalid option -- %c\n" #: lib/getopt.c:891 lib/getopt.c:908 lib/getopt.c:1118 lib/getopt.c:1136 #, fuzzy, c-format #| msgid "%s: option requires an argument -- %c\n" msgid "%s: option requires an argument -- '%c'\n" msgstr "%s: option requires an argument -- %c\n" #: lib/getopt.c:964 lib/getopt.c:980 #, fuzzy, c-format #| msgid "%s: option `-W %s' is ambiguous\n" msgid "%s: option '-W %s' is ambiguous\n" msgstr "%s: option `-W %s' is ambiguous\n" #: lib/getopt.c:1004 lib/getopt.c:1022 #, fuzzy, c-format #| msgid "%s: option `-W %s' doesn't allow an argument\n" msgid "%s: option '-W %s' doesn't allow an argument\n" msgstr "%s: option `-W %s' doesn't allow an argument\n" #: lib/getopt.c:1043 lib/getopt.c:1061 #, fuzzy, c-format #| msgid "%s: option `%s' requires an argument\n" msgid "%s: option '-W %s' requires an argument\n" msgstr "%s: option `%s' requires an argument\n" #. TRANSLATORS: #. Get translations for open and closing quotation marks. #. The message catalog should translate "`" to a left #. quotation mark suitable for the locale, and similarly for #. "'". For example, a French Unicode local should translate #. these to U+00AB (LEFT-POINTING DOUBLE ANGLE #. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE #. QUOTATION MARK), respectively. #. #. If the catalog has no translation, we will try to #. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and #. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the #. current locale is not Unicode, locale_quoting_style #. will quote 'like this', and clocale_quoting_style will #. quote "like this". You should always include translations #. for "`" and "'" even if U+2018 and U+2019 are appropriate #. for your locale. #. #. If you don't know what to put here, please see #. #. and use glyphs suitable for your language. #: lib/quotearg.c:347 msgid "`" msgstr "" #: lib/quotearg.c:348 msgid "'" msgstr "" #: lib/regcomp.c:135 msgid "Success" msgstr "" #: lib/regcomp.c:138 msgid "No match" msgstr "" #: lib/regcomp.c:141 msgid "Invalid regular expression" msgstr "" #: lib/regcomp.c:144 msgid "Invalid collation character" msgstr "" #: lib/regcomp.c:147 #, fuzzy #| msgid "Invalid user name" msgid "Invalid character class name" msgstr "Invalid user name" #: lib/regcomp.c:150 msgid "Trailing backslash" msgstr "" #: lib/regcomp.c:153 #, fuzzy #| msgid "Invalid user name" msgid "Invalid back reference" msgstr "Invalid user name" #: lib/regcomp.c:156 msgid "Unmatched [ or [^" msgstr "" #: lib/regcomp.c:159 msgid "Unmatched ( or \\(" msgstr "" #: lib/regcomp.c:162 msgid "Unmatched \\{" msgstr "" #: lib/regcomp.c:165 msgid "Invalid content of \\{\\}" msgstr "" #: lib/regcomp.c:168 #, fuzzy #| msgid "Invalid user name" msgid "Invalid range end" msgstr "Invalid user name" #: lib/regcomp.c:171 msgid "Memory exhausted" msgstr "" #: lib/regcomp.c:174 msgid "Invalid preceding regular expression" msgstr "" #: lib/regcomp.c:177 msgid "Premature end of regular expression" msgstr "" #: lib/regcomp.c:180 msgid "Regular expression too big" msgstr "" #: lib/regcomp.c:183 msgid "Unmatched ) or \\)" msgstr "" #: lib/regcomp.c:711 msgid "No previous regular expression" msgstr "" #: lib/spawn-pipe.c:135 lib/spawn-pipe.c:138 lib/spawn-pipe.c:259 #: lib/spawn-pipe.c:262 #, c-format msgid "cannot create pipe" msgstr "" #: lib/spawn-pipe.c:229 lib/spawn-pipe.c:343 lib/wait-process.c:282 #: lib/wait-process.c:356 #, c-format msgid "%s subprocess failed" msgstr "" #: lib/w32spawn.h:43 #, c-format msgid "_open_osfhandle failed" msgstr "" #: lib/w32spawn.h:84 #, c-format msgid "cannot restore fd %d: dup2 failed" msgstr "" #: lib/wait-process.c:223 lib/wait-process.c:255 lib/wait-process.c:317 #, c-format msgid "%s subprocess" msgstr "" #: lib/wait-process.c:274 lib/wait-process.c:346 #, c-format msgid "%s subprocess got fatal signal %d" msgstr "" #: lib/xalloc-die.c:34 msgid "memory exhausted" msgstr "" #: src/connect.c:205 #, c-format msgid "%s: unable to resolve bind address %s; disabling bind.\n" msgstr "" #: src/connect.c:289 #, fuzzy, c-format #| msgid "Connecting to %s[%s]:%hu... " msgid "Connecting to %s|%s|:%d... " msgstr "Connecting to %s[%s]:%hu... " #: src/connect.c:297 #, fuzzy, c-format #| msgid "Connecting to %s:%hu... " msgid "Connecting to %s:%d... " msgstr "Connecting to %s:%hu... " #: src/connect.c:300 #, fuzzy, c-format #| msgid "Connecting to %s[%s]:%hu... " msgid "Connecting to [%s]:%d... " msgstr "Connecting to %s[%s]:%hu... " #: src/connect.c:362 msgid "connected.\n" msgstr "connected.\n" #: src/connect.c:381 src/host.c:923 src/host.c:961 #, c-format msgid "failed: %s.\n" msgstr "failed: %s.\n" #: src/connect.c:405 src/http.c:2044 #, c-format msgid "%s: unable to resolve host address %s\n" msgstr "" #: src/convert.c:198 #, fuzzy, c-format #| msgid "Converted %d files in %.2f seconds.\n" msgid "Converted links in %d files in %s seconds.\n" msgstr "Converted %d files in %.2f seconds.\n" #: src/convert.c:227 #, fuzzy, c-format #| msgid "Converting %s... " msgid "Converting links in %s... " msgstr "Converting %s... " #: src/convert.c:240 msgid "nothing to do.\n" msgstr "nothing to do.\n" #: src/convert.c:248 src/convert.c:272 #, c-format msgid "Cannot convert links in %s: %s\n" msgstr "Cannot convert links in %s: %s\n" #: src/convert.c:263 #, fuzzy, c-format #| msgid "Unable to delete `%s': %s\n" msgid "Unable to delete %s: %s\n" msgstr "Unable to delete `%s': %s\n" #: src/convert.c:578 #, c-format msgid "Cannot back up %s as %s: %s\n" msgstr "Cannot back up %s as %s: %s\n" #: src/cookies.c:310 #, fuzzy, c-format #| msgid "Unable to delete `%s': %s\n" msgid "Unable to get cookie for %s\n" msgstr "Unable to delete `%s': %s\n" #: src/cookies.c:457 #, c-format msgid "Syntax error in Set-Cookie: %s at position %d.\n" msgstr "Syntax error in Set-Cookie: %s at position %d.\n" #: src/cookies.c:739 #, c-format msgid "Cookie coming from %s attempted to set domain to " msgstr "" #: src/cookies.c:742 src/spider.c:92 #, c-format msgid "%s\n" msgstr "" #: src/cookies.c:1190 src/cookies.c:1311 #, fuzzy, c-format #| msgid "Cannot open cookies file `%s': %s\n" msgid "Cannot open cookies file %s: %s\n" msgstr "Cannot open cookies file `%s': %s\n" #: src/cookies.c:1348 #, fuzzy, c-format #| msgid "Error writing to `%s': %s\n" msgid "Error writing to %s: %s\n" msgstr "Error writing to `%s': %s\n" #: src/cookies.c:1351 #, fuzzy, c-format #| msgid "Error closing `%s': %s\n" msgid "Error closing %s: %s\n" msgstr "Error closing `%s': %s\n" #: src/ftp-ls.c:1050 msgid "Unsupported listing type, trying Unix listing parser.\n" msgstr "Unsupported listing type, trying Unix listing parser.\n" #: src/ftp-ls.c:1101 src/ftp-ls.c:1103 #, c-format msgid "Index of /%s on %s:%d" msgstr "Index of /%s on %s:%d" #: src/ftp-ls.c:1128 #, c-format msgid "time unknown " msgstr "time unknown " #: src/ftp-ls.c:1132 #, c-format msgid "File " msgstr "File " #: src/ftp-ls.c:1135 #, c-format msgid "Directory " msgstr "Directory " #: src/ftp-ls.c:1138 #, c-format msgid "Link " msgstr "Link " #: src/ftp-ls.c:1141 #, c-format msgid "Not sure " msgstr "Not sure " #: src/ftp-ls.c:1164 #, c-format msgid " (%s bytes)" msgstr " (%s bytes)" #: src/ftp.c:223 #, c-format msgid "Length: %s" msgstr "Length: %s" #: src/ftp.c:229 src/http.c:3679 #, c-format msgid ", %s (%s) remaining" msgstr "" #: src/ftp.c:233 src/http.c:3683 #, c-format msgid ", %s remaining" msgstr "" #: src/ftp.c:236 msgid " (unauthoritative)\n" msgstr " (unauthoritative)\n" #: src/ftp.c:378 msgid "Could not initialize SSL. It will be disabled." msgstr "" #: src/ftp.c:460 #, c-format msgid "Logging in as %s ... " msgstr "Logging in as %s ... " #: src/ftp.c:479 src/ftp.c:565 src/ftp.c:632 src/ftp.c:697 src/ftp.c:931 #: src/ftp.c:984 src/ftp.c:1031 src/ftp.c:1094 src/ftp.c:1155 src/ftp.c:1246 #: src/ftp.c:1296 msgid "Error in server response, closing control connection.\n" msgstr "Error in server response, closing control connection.\n" #: src/ftp.c:486 msgid "Error in server greeting.\n" msgstr "Error in server greeting.\n" #: src/ftp.c:493 src/ftp.c:705 src/ftp.c:939 src/ftp.c:1039 src/ftp.c:1104 #: src/ftp.c:1165 src/ftp.c:1256 src/ftp.c:1306 msgid "Write failed, closing control connection.\n" msgstr "Write failed, closing control connection.\n" #: src/ftp.c:499 msgid "The server refuses login.\n" msgstr "The server refuses login.\n" #: src/ftp.c:505 msgid "Login incorrect.\n" msgstr "Login incorrect.\n" #: src/ftp.c:511 msgid "Logged in!\n" msgstr "Logged in!\n" #: src/ftp.c:531 msgid "Server did not accept the 'PBSZ 0' command.\n" msgstr "" #: src/ftp.c:541 #, c-format msgid "Server did not accept the 'PROT %c' command.\n" msgstr "" #: src/ftp.c:573 msgid "Server error, can't determine system type.\n" msgstr "Server error, can't determine system type.\n" #: src/ftp.c:582 src/ftp.c:1074 src/ftp.c:1138 src/ftp.c:1181 msgid "done. " msgstr "done. " #: src/ftp.c:685 src/ftp.c:957 src/ftp.c:1001 src/ftp.c:1276 src/ftp.c:1325 msgid "done.\n" msgstr "done.\n" #: src/ftp.c:712 #, c-format msgid "Unknown type `%c', closing control connection.\n" msgstr "Unknown type `%c', closing control connection.\n" #: src/ftp.c:724 msgid "done. " msgstr "done. " #: src/ftp.c:730 msgid "==> CWD not needed.\n" msgstr "==> CWD not needed.\n" #: src/ftp.c:914 msgid "Logically impossible section reached in getftp()" msgstr "" #: src/ftp.c:915 #, c-format msgid "" "cwd_count: %d\n" "cwd_start: %d\n" "cwd_end: %d\n" msgstr "" #: src/ftp.c:945 #, fuzzy, c-format #| msgid "" #| "No such directory `%s'.\n" #| "\n" msgid "" "No such directory %s.\n" "\n" msgstr "" "No such directory `%s'.\n" "\n" #: src/ftp.c:966 msgid "==> CWD not required.\n" msgstr "==> CWD not required.\n" #: src/ftp.c:1009 #, fuzzy #| msgid "File `%s' already there, not retrieving.\n" msgid "File has already been retrieved.\n" msgstr "File `%s' already there, not retrieving.\n" #: src/ftp.c:1045 msgid "Cannot initiate PASV transfer.\n" msgstr "Cannot initiate PASV transfer.\n" #: src/ftp.c:1049 msgid "Cannot parse PASV response.\n" msgstr "Cannot parse PASV response.\n" #: src/ftp.c:1066 #, fuzzy, c-format #| msgid "couldn't connect to %s:%hu: %s\n" msgid "couldn't connect to %s port %d: %s\n" msgstr "couldn't connect to %s:%hu: %s\n" #: src/ftp.c:1120 #, c-format msgid "Bind error (%s).\n" msgstr "Bind error (%s).\n" #: src/ftp.c:1126 msgid "Invalid PORT.\n" msgstr "Invalid PORT.\n" #: src/ftp.c:1172 msgid "" "\n" "REST failed, starting from scratch.\n" msgstr "" "\n" "REST failed, starting from scratch.\n" #: src/ftp.c:1212 #, c-format msgid "File %s exists.\n" msgstr "" #: src/ftp.c:1218 #, fuzzy, c-format #| msgid "" #| "No such file `%s'.\n" #| "\n" msgid "No such file %s.\n" msgstr "" "No such file `%s'.\n" "\n" #: src/ftp.c:1264 #, fuzzy, c-format #| msgid "" #| "No such file `%s'.\n" #| "\n" msgid "" "No such file %s.\n" "\n" msgstr "" "No such file `%s'.\n" "\n" #: src/ftp.c:1314 #, fuzzy, c-format #| msgid "" #| "No such file or directory `%s'.\n" #| "\n" msgid "" "No such file or directory %s.\n" "\n" msgstr "" "No such file or directory `%s'.\n" "\n" #: src/ftp.c:1473 src/http.c:2483 #, c-format msgid "%s has sprung into existence.\n" msgstr "" #: src/ftp.c:1557 #, c-format msgid "%s: %s, closing control connection.\n" msgstr "%s: %s, closing control connection.\n" #: src/ftp.c:1569 #, c-format msgid "%s (%s) - Data connection: %s; " msgstr "%s (%s) - Data connection: %s; " #: src/ftp.c:1584 msgid "Control connection closed.\n" msgstr "Control connection closed.\n" #: src/ftp.c:1602 msgid "Data transfer aborted.\n" msgstr "Data transfer aborted.\n" #: src/ftp.c:1826 #, fuzzy, c-format #| msgid "File `%s' already there, not retrieving.\n" msgid "File %s already there; not retrieving.\n" msgstr "File `%s' already there, not retrieving.\n" #: src/ftp.c:1911 src/http.c:3919 #, c-format msgid "(try:%2d)" msgstr "(try:%2d)" #: src/ftp.c:1999 src/http.c:4328 #, c-format msgid "" "%s (%s) - written to stdout %s[%s]\n" "\n" msgstr "" #: src/ftp.c:2000 src/http.c:4329 #, fuzzy, c-format #| msgid "" #| "%s (%s) - `%s' saved [%ld]\n" #| "\n" msgid "" "%s (%s) - %s saved [%s]\n" "\n" msgstr "" "%s (%s) - `%s' saved [%ld]\n" "\n" #: src/ftp.c:2060 src/main.c:1954 src/metalink.c:423 src/recur.c:501 #: src/recur.c:736 src/retr.c:1148 #, c-format msgid "Removing %s.\n" msgstr "Removing %s.\n" #: src/ftp.c:2114 #, fuzzy, c-format #| msgid "Using `%s' as listing tmp file.\n" msgid "Using %s as listing tmp file.\n" msgstr "Using `%s' as listing tmp file.\n" #: src/ftp.c:2131 #, fuzzy, c-format #| msgid "Removed `%s'.\n" msgid "Removed %s.\n" msgstr "Removed `%s'.\n" #: src/ftp.c:2171 #, c-format msgid "Recursion depth %d exceeded max. depth %d.\n" msgstr "Recursion depth %d exceeded max. depth %d.\n" #: src/ftp.c:2241 #, fuzzy, c-format #| msgid "Remote file no newer than local file `%s' -- not retrieving.\n" msgid "Remote file no newer than local file %s -- not retrieving.\n" msgstr "Remote file no newer than local file `%s' -- not retrieving.\n" #: src/ftp.c:2249 #, fuzzy, c-format #| msgid "" #| "Remote file is newer than local file `%s' -- retrieving.\n" #| "\n" msgid "" "Remote file is newer than local file %s -- retrieving.\n" "\n" msgstr "" "Remote file is newer than local file `%s' -- retrieving.\n" "\n" #: src/ftp.c:2256 #, fuzzy, c-format #| msgid "" #| "The sizes do not match (local %ld) -- retrieving.\n" #| "\n" msgid "" "The sizes do not match (local %s) -- retrieving.\n" "\n" msgstr "" "The sizes do not match (local %ld) -- retrieving.\n" "\n" #: src/ftp.c:2274 msgid "Invalid name of the symlink, skipping.\n" msgstr "Invalid name of the symlink, skipping.\n" #: src/ftp.c:2291 #, c-format msgid "" "Already have correct symlink %s -> %s\n" "\n" msgstr "" "Already have correct symlink %s -> %s\n" "\n" #: src/ftp.c:2300 #, c-format msgid "Creating symlink %s -> %s\n" msgstr "Creating symlink %s -> %s\n" #: src/ftp.c:2310 #, fuzzy, c-format #| msgid "Symlinks not supported, skipping symlink `%s'.\n" msgid "Symlinks not supported, skipping symlink %s.\n" msgstr "Symlinks not supported, skipping symlink `%s'.\n" #: src/ftp.c:2325 #, fuzzy, c-format #| msgid "Skipping directory `%s'.\n" msgid "Skipping directory %s.\n" msgstr "Skipping directory `%s'.\n" #: src/ftp.c:2337 #, c-format msgid "%s: unknown/unsupported file type.\n" msgstr "%s: unknown/unsupported file type.\n" #: src/ftp.c:2377 #, c-format msgid "%s: corrupt time-stamp.\n" msgstr "%s: corrupt time-stamp.\n" #: src/ftp.c:2401 #, c-format msgid "Will not retrieve dirs since depth is %d (max %d).\n" msgstr "Will not retrieve dirs since depth is %d (max %d).\n" #: src/ftp.c:2452 #, fuzzy, c-format #| msgid "Not descending to `%s' as it is excluded/not-included.\n" msgid "Not descending to %s as it is excluded/not-included.\n" msgstr "Not descending to `%s' as it is exclude