]> sjero.net Git - wget/blob - po/en_GB.po
[svn] Updated PO files according to the recent PO template sent by the translation...
[wget] / po / en_GB.po
1 # English (British) translation.
2 # Copyright (C) 2004 Free Software Foundation, Inc.
3 # Gareth Owen <gowen72@yahoo.com>, 2004.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: wget 1.9.1\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2005-06-06 09:11-0400\n"
10 "PO-Revision-Date: 2004-05-27 21:46-0400\n"
11 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
12 "Language-Team: English (British) <en_gb@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16
17 #: src/connect.c:199
18 #, c-format
19 msgid "%s: unable to resolve bind address `%s'; disabling bind.\n"
20 msgstr ""
21
22 #: src/connect.c:271
23 #, fuzzy, c-format
24 msgid "Connecting to %s|%s|:%d... "
25 msgstr "Connecting to %s[%s]:%hu... "
26
27 #: src/connect.c:274
28 #, fuzzy, c-format
29 msgid "Connecting to %s:%d... "
30 msgstr "Connecting to %s:%hu... "
31
32 #: src/connect.c:335
33 msgid "connected.\n"
34 msgstr "connected.\n"
35
36 #: src/convert.c:176
37 #, fuzzy, c-format
38 msgid "Converted %d files in %.*f seconds.\n"
39 msgstr "Converted %d files in %.2f seconds.\n"
40
41 #: src/convert.c:202
42 #, c-format
43 msgid "Converting %s... "
44 msgstr "Converting %s... "
45
46 #: src/convert.c:215
47 msgid "nothing to do.\n"
48 msgstr "nothing to do.\n"
49
50 #: src/convert.c:223 src/convert.c:247
51 #, c-format
52 msgid "Cannot convert links in %s: %s\n"
53 msgstr "Cannot convert links in %s: %s\n"
54
55 #: src/convert.c:238
56 #, c-format
57 msgid "Unable to delete `%s': %s\n"
58 msgstr "Unable to delete `%s': %s\n"
59
60 #: src/convert.c:447
61 #, c-format
62 msgid "Cannot back up %s as %s: %s\n"
63 msgstr "Cannot back up %s as %s: %s\n"
64
65 #: src/cookies.c:619
66 #, c-format
67 msgid "Error in Set-Cookie, field `%s'"
68 msgstr "Error in Set-Cookie, field `%s'"
69
70 #: src/cookies.c:643
71 #, c-format
72 msgid "Syntax error in Set-Cookie: %s at position %d.\n"
73 msgstr "Syntax error in Set-Cookie: %s at position %d.\n"
74
75 #: src/cookies.c:1469
76 #, c-format
77 msgid "Cannot open cookies file `%s': %s\n"
78 msgstr "Cannot open cookies file `%s': %s\n"
79
80 #: src/cookies.c:1481
81 #, c-format
82 msgid "Error writing to `%s': %s\n"
83 msgstr "Error writing to `%s': %s\n"
84
85 #: src/cookies.c:1484
86 #, c-format
87 msgid "Error closing `%s': %s\n"
88 msgstr "Error closing `%s': %s\n"
89
90 #: src/ftp-ls.c:841
91 msgid "Unsupported listing type, trying Unix listing parser.\n"
92 msgstr "Unsupported listing type, trying Unix listing parser.\n"
93
94 #: src/ftp-ls.c:887 src/ftp-ls.c:889
95 #, c-format
96 msgid "Index of /%s on %s:%d"
97 msgstr "Index of /%s on %s:%d"
98
99 #: src/ftp-ls.c:912
100 #, c-format
101 msgid "time unknown       "
102 msgstr "time unknown       "
103
104 #: src/ftp-ls.c:916
105 #, c-format
106 msgid "File        "
107 msgstr "File        "
108
109 #: src/ftp-ls.c:919
110 #, c-format
111 msgid "Directory   "
112 msgstr "Directory   "
113
114 #: src/ftp-ls.c:922
115 #, c-format
116 msgid "Link        "
117 msgstr "Link        "
118
119 #: src/ftp-ls.c:925
120 #, c-format
121 msgid "Not sure    "
122 msgstr "Not sure    "
123
124 #: src/ftp-ls.c:943
125 #, c-format
126 msgid " (%s bytes)"
127 msgstr " (%s bytes)"
128
129 #: src/ftp.c:226
130 #, c-format
131 msgid "Length: %s"
132 msgstr "Length: %s"
133
134 #: src/ftp.c:232 src/http.c:1857
135 #, c-format
136 msgid ", %s (%s) remaining"
137 msgstr ""
138
139 #: src/ftp.c:236 src/http.c:1861
140 #, c-format
141 msgid ", %s remaining"
142 msgstr ""
143
144 #: src/ftp.c:239
145 msgid " (unauthoritative)\n"
146 msgstr " (unauthoritative)\n"
147
148 #. Second: Login with proper USER/PASS sequence.
149 #: src/ftp.c:314
150 #, c-format
151 msgid "Logging in as %s ... "
152 msgstr "Logging in as %s ... "
153
154 #: src/ftp.c:327 src/ftp.c:373 src/ftp.c:402 src/ftp.c:454 src/ftp.c:566
155 #: src/ftp.c:612 src/ftp.c:640 src/ftp.c:698 src/ftp.c:759 src/ftp.c:819
156 #: src/ftp.c:866
157 msgid "Error in server response, closing control connection.\n"
158 msgstr "Error in server response, closing control connection.\n"
159
160 #: src/ftp.c:334
161 msgid "Error in server greeting.\n"
162 msgstr "Error in server greeting.\n"
163
164 #: src/ftp.c:341 src/ftp.c:462 src/ftp.c:574 src/ftp.c:648 src/ftp.c:708
165 #: src/ftp.c:769 src/ftp.c:829 src/ftp.c:876
166 msgid "Write failed, closing control connection.\n"
167 msgstr "Write failed, closing control connection.\n"
168
169 #: src/ftp.c:347
170 msgid "The server refuses login.\n"
171 msgstr "The server refuses login.\n"
172
173 #: src/ftp.c:353
174 msgid "Login incorrect.\n"
175 msgstr "Login incorrect.\n"
176
177 #: src/ftp.c:359
178 msgid "Logged in!\n"
179 msgstr "Logged in!\n"
180
181 #: src/ftp.c:381
182 msgid "Server error, can't determine system type.\n"
183 msgstr "Server error, can't determine system type.\n"
184
185 #: src/ftp.c:390 src/ftp.c:685 src/ftp.c:742 src/ftp.c:785
186 msgid "done.    "
187 msgstr "done.    "
188
189 #: src/ftp.c:442 src/ftp.c:591 src/ftp.c:624 src/ftp.c:849 src/ftp.c:895
190 msgid "done.\n"
191 msgstr "done.\n"
192
193 #: src/ftp.c:469
194 #, c-format
195 msgid "Unknown type `%c', closing control connection.\n"
196 msgstr "Unknown type `%c', closing control connection.\n"
197
198 #: src/ftp.c:481
199 msgid "done.  "
200 msgstr "done.  "
201
202 #: src/ftp.c:487
203 msgid "==> CWD not needed.\n"
204 msgstr "==> CWD not needed.\n"
205
206 #: src/ftp.c:580
207 #, c-format
208 msgid ""
209 "No such directory `%s'.\n"
210 "\n"
211 msgstr ""
212 "No such directory `%s'.\n"
213 "\n"
214
215 #. do not CWD
216 #: src/ftp.c:595
217 msgid "==> CWD not required.\n"
218 msgstr "==> CWD not required.\n"
219
220 #: src/ftp.c:654
221 msgid "Cannot initiate PASV transfer.\n"
222 msgstr "Cannot initiate PASV transfer.\n"
223
224 #: src/ftp.c:658
225 msgid "Cannot parse PASV response.\n"
226 msgstr "Cannot parse PASV response.\n"
227
228 #: src/ftp.c:676
229 #, fuzzy, c-format
230 msgid "couldn't connect to %s port %d: %s\n"
231 msgstr "couldn't connect to %s:%hu: %s\n"
232
233 #: src/ftp.c:724
234 #, c-format
235 msgid "Bind error (%s).\n"
236 msgstr "Bind error (%s).\n"
237
238 #: src/ftp.c:730
239 msgid "Invalid PORT.\n"
240 msgstr "Invalid PORT.\n"
241
242 #: src/ftp.c:776
243 msgid ""
244 "\n"
245 "REST failed, starting from scratch.\n"
246 msgstr ""
247 "\n"
248 "REST failed, starting from scratch.\n"
249
250 #: src/ftp.c:837
251 #, c-format
252 msgid ""
253 "No such file `%s'.\n"
254 "\n"
255 msgstr ""
256 "No such file `%s'.\n"
257 "\n"
258
259 #: src/ftp.c:884
260 #, c-format
261 msgid ""
262 "No such file or directory `%s'.\n"
263 "\n"
264 msgstr ""
265 "No such file or directory `%s'.\n"
266 "\n"
267
268 #. We cannot just invent a new name and use it (which is
269 #. what functions like unique_create typically do)
270 #. because we told the user we'd use this name.
271 #. Instead, return and retry the download.
272 #: src/ftp.c:946 src/http.c:1913
273 #, c-format
274 msgid "%s has sprung into existence.\n"
275 msgstr ""
276
277 #: src/ftp.c:1008
278 #, c-format
279 msgid "%s: %s, closing control connection.\n"
280 msgstr "%s: %s, closing control connection.\n"
281
282 #: src/ftp.c:1016
283 #, c-format
284 msgid "%s (%s) - Data connection: %s; "
285 msgstr "%s (%s) - Data connection: %s; "
286
287 #: src/ftp.c:1031
288 msgid "Control connection closed.\n"
289 msgstr "Control connection closed.\n"
290
291 #: src/ftp.c:1049
292 msgid "Data transfer aborted.\n"
293 msgstr "Data transfer aborted.\n"
294
295 #: src/ftp.c:1114
296 #, c-format
297 msgid "File `%s' already there, not retrieving.\n"
298 msgstr "File `%s' already there, not retrieving.\n"
299
300 #: src/ftp.c:1182 src/http.c:2130
301 #, c-format
302 msgid "(try:%2d)"
303 msgstr "(try:%2d)"
304
305 #: src/ftp.c:1252 src/http.c:2409
306 #, fuzzy, c-format
307 msgid ""
308 "%s (%s) - `%s' saved [%s]\n"
309 "\n"
310 msgstr ""
311 "%s (%s) - `%s' saved [%ld]\n"
312 "\n"
313
314 #: src/ftp.c:1294 src/main.c:948 src/recur.c:376 src/retr.c:842
315 #, c-format
316 msgid "Removing %s.\n"
317 msgstr "Removing %s.\n"
318
319 #: src/ftp.c:1336
320 #, c-format
321 msgid "Using `%s' as listing tmp file.\n"
322 msgstr "Using `%s' as listing tmp file.\n"
323
324 #: src/ftp.c:1351
325 #, c-format
326 msgid "Removed `%s'.\n"
327 msgstr "Removed `%s'.\n"
328
329 #: src/ftp.c:1386
330 #, c-format
331 msgid "Recursion depth %d exceeded max. depth %d.\n"
332 msgstr "Recursion depth %d exceeded max. depth %d.\n"
333
334 #. Remote file is older, file sizes can be compared and
335 #. are both equal.
336 #: src/ftp.c:1456
337 #, c-format
338 msgid "Remote file no newer than local file `%s' -- not retrieving.\n"
339 msgstr "Remote file no newer than local file `%s' -- not retrieving.\n"
340
341 #. Remote file is newer or sizes cannot be matched
342 #: src/ftp.c:1463
343 #, c-format
344 msgid ""
345 "Remote file is newer than local file `%s' -- retrieving.\n"
346 "\n"
347 msgstr ""
348 "Remote file is newer than local file `%s' -- retrieving.\n"
349 "\n"
350
351 #. Sizes do not match
352 #: src/ftp.c:1470
353 #, fuzzy, c-format
354 msgid ""
355 "The sizes do not match (local %s) -- retrieving.\n"
356 "\n"
357 msgstr ""
358 "The sizes do not match (local %ld) -- retrieving.\n"
359 "\n"
360
361 #: src/ftp.c:1488
362 msgid "Invalid name of the symlink, skipping.\n"
363 msgstr "Invalid name of the symlink, skipping.\n"
364
365 #: src/ftp.c:1505
366 #, c-format
367 msgid ""
368 "Already have correct symlink %s -> %s\n"
369 "\n"
370 msgstr ""
371 "Already have correct symlink %s -> %s\n"
372 "\n"
373
374 #: src/ftp.c:1513
375 #, c-format
376 msgid "Creating symlink %s -> %s\n"
377 msgstr "Creating symlink %s -> %s\n"
378
379 #: src/ftp.c:1523
380 #, c-format
381 msgid "Symlinks not supported, skipping symlink `%s'.\n"
382 msgstr "Symlinks not supported, skipping symlink `%s'.\n"
383
384 #: src/ftp.c:1535
385 #, c-format
386 msgid "Skipping directory `%s'.\n"
387 msgstr "Skipping directory `%s'.\n"
388
389 #: src/ftp.c:1544
390 #, c-format
391 msgid "%s: unknown/unsupported file type.\n"
392 msgstr "%s: unknown/unsupported file type.\n"
393
394 #: src/ftp.c:1571
395 #, c-format
396 msgid "%s: corrupt time-stamp.\n"
397 msgstr "%s: corrupt time-stamp.\n"
398
399 #: src/ftp.c:1599
400 #, c-format
401 msgid "Will not retrieve dirs since depth is %d (max %d).\n"
402 msgstr "Will not retrieve dirs since depth is %d (max %d).\n"
403
404 #: src/ftp.c:1649
405 #, c-format
406 msgid "Not descending to `%s' as it is excluded/not-included.\n"
407 msgstr "Not descending to `%s' as it is excluded/not-included.\n"
408
409 #: src/ftp.c:1715 src/ftp.c:1729
410 #, c-format
411 msgid "Rejecting `%s'.\n"
412 msgstr "Rejecting `%s'.\n"
413
414 #. No luck.
415 #. #### This message SUCKS.  We should see what was the
416 #. reason that nothing was retrieved.
417 #: src/ftp.c:1775
418 #, c-format
419 msgid "No matches on pattern `%s'.\n"
420 msgstr "No matches on pattern `%s'.\n"
421
422 #: src/ftp.c:1841
423 #, fuzzy, c-format
424 msgid "Wrote HTML-ized index to `%s' [%s].\n"
425 msgstr "Wrote HTML-ised index to `%s' [%ld].\n"
426
427 #: src/ftp.c:1846
428 #, c-format
429 msgid "Wrote HTML-ized index to `%s'.\n"
430 msgstr "Wrote HTML-ised index to `%s'.\n"
431
432 #: src/getopt.c:675
433 #, c-format
434 msgid "%s: option `%s' is ambiguous\n"
435 msgstr "%s: option `%s' is ambiguous\n"
436
437 #: src/getopt.c:700
438 #, c-format
439 msgid "%s: option `--%s' doesn't allow an argument\n"
440 msgstr "%s: option `--%s' doesn't allow an argument\n"
441
442 #: src/getopt.c:705
443 #, c-format
444 msgid "%s: option `%c%s' doesn't allow an argument\n"
445 msgstr "%s: option `%c%s' doesn't allow an argument\n"
446
447 #: src/getopt.c:723 src/getopt.c:896
448 #, c-format
449 msgid "%s: option `%s' requires an argument\n"
450 msgstr "%s: option `%s' requires an argument\n"
451
452 #. --option
453 #: src/getopt.c:752
454 #, c-format
455 msgid "%s: unrecognized option `--%s'\n"
456 msgstr "%s: unrecognised option `--%s'\n"
457
458 #. +option or -option
459 #: src/getopt.c:756
460 #, c-format
461 msgid "%s: unrecognized option `%c%s'\n"
462 msgstr "%s: unrecognised option `%c%s'\n"
463
464 #. 1003.2 specifies the format of this message.
465 #: src/getopt.c:782
466 #, c-format
467 msgid "%s: illegal option -- %c\n"
468 msgstr "%s: illegal option -- %c\n"
469
470 #: src/getopt.c:785
471 #, c-format
472 msgid "%s: invalid option -- %c\n"
473 msgstr "%s: invalid option -- %c\n"
474
475 #. 1003.2 specifies the format of this message.
476 #: src/getopt.c:815 src/getopt.c:945
477 #, c-format
478 msgid "%s: option requires an argument -- %c\n"
479 msgstr "%s: option requires an argument -- %c\n"
480
481 #: src/getopt.c:862
482 #, c-format
483 msgid "%s: option `-W %s' is ambiguous\n"
484 msgstr "%s: option `-W %s' is ambiguous\n"
485
486 #: src/getopt.c:880
487 #, c-format
488 msgid "%s: option `-W %s' doesn't allow an argument\n"
489 msgstr "%s: option `-W %s' doesn't allow an argument\n"
490
491 #: src/host.c:371
492 #, fuzzy
493 msgid "Unknown host"
494 msgstr "Unknown error"
495
496 #. Message modeled after what gai_strerror returns in similar
497 #. circumstances.
498 #: src/host.c:375
499 msgid "Temporary failure in name resolution"
500 msgstr ""
501
502 #: src/host.c:377
503 msgid "Unknown error"
504 msgstr "Unknown error"
505
506 #: src/host.c:756
507 #, c-format
508 msgid "Resolving %s... "
509 msgstr "Resolving %s... "
510
511 #: src/host.c:800 src/host.c:829
512 #, c-format
513 msgid "failed: %s.\n"
514 msgstr "failed: %s.\n"
515
516 #: src/host.c:809
517 msgid "failed: No IPv4/IPv6 addresses for host.\n"
518 msgstr ""
519
520 #: src/host.c:832
521 msgid "failed: timed out.\n"
522 msgstr "failed: timed out.\n"
523
524 #: src/html-url.c:298
525 #, c-format
526 msgid "%s: Cannot resolve incomplete link %s.\n"
527 msgstr "%s: Cannot resolve incomplete link %s.\n"
528
529 #: src/http.c:373 src/http.c:1549
530 #, c-format
531 msgid "Failed writing HTTP request: %s.\n"
532 msgstr "Failed writing HTTP request: %s.\n"
533
534 #: src/http.c:687
535 msgid "No headers, assuming HTTP/0.9"
536 msgstr ""
537
538 #: src/http.c:1198
539 msgid "Disabling SSL due to encountered errors.\n"
540 msgstr ""
541
542 #: src/http.c:1417
543 #, fuzzy, c-format
544 msgid "Reusing existing connection to %s:%d.\n"
545 msgstr "Reusing connection to %s:%hu.\n"
546
547 #: src/http.c:1479
548 #, fuzzy, c-format
549 msgid "Failed writing to proxy: %s.\n"
550 msgstr "Failed writing HTTP request: %s.\n"
551
552 #: src/http.c:1488
553 #, fuzzy, c-format
554 msgid "Failed reading proxy response: %s\n"
555 msgstr "Failed writing HTTP request: %s.\n"
556
557 #: src/http.c:1508
558 #, c-format
559 msgid "Proxy tunneling failed: %s"
560 msgstr ""
561
562 #: src/http.c:1555
563 #, c-format
564 msgid "%s request sent, awaiting response... "
565 msgstr "%s request sent, awaiting response... "
566
567 #: src/http.c:1566
568 #, fuzzy
569 msgid "No data received.\n"
570 msgstr "No data received"
571
572 #: src/http.c:1573
573 #, c-format
574 msgid "Read error (%s) in headers.\n"
575 msgstr "Read error (%s) in headers.\n"
576
577 #. If the authentication header is missing or
578 #. unrecognized, there's no sense in retrying.
579 #: src/http.c:1658
580 msgid "Unknown authentication scheme.\n"
581 msgstr "Unknown authentication scheme.\n"
582
583 #: src/http.c:1682
584 msgid "Authorization failed.\n"
585 msgstr "Authorization failed.\n"
586
587 #: src/http.c:1696
588 msgid "Malformed status line"
589 msgstr "Malformed status line"
590
591 #: src/http.c:1698
592 msgid "(no description)"
593 msgstr "(no description)"
594
595 #: src/http.c:1769
596 #, c-format
597 msgid "Location: %s%s\n"
598 msgstr "Location: %s%s\n"
599
600 #: src/http.c:1770 src/http.c:1867
601 msgid "unspecified"
602 msgstr "unspecified"
603
604 #: src/http.c:1771
605 msgid " [following]"
606 msgstr " [following]"
607
608 #. If `-c' is in use and the file has been fully downloaded (or
609 #. the remote file has shrunk), Wget effectively requests bytes
610 #. after the end of file and the server response with 416.
611 #: src/http.c:1817
612 msgid ""
613 "\n"
614 "    The file is already fully retrieved; nothing to do.\n"
615 "\n"
616 msgstr ""
617 "\n"
618 "    The file is already fully retrieved; nothing to do.\n"
619 "\n"
620
621 #. No need to print this output if the body won't be
622 #. downloaded at all, or if the original server response is
623 #. printed.
624 #: src/http.c:1847
625 msgid "Length: "
626 msgstr "Length: "
627
628 #: src/http.c:1867
629 msgid "ignored"
630 msgstr "ignored"
631
632 #: src/http.c:2007
633 msgid "Warning: wildcards not supported in HTTP.\n"
634 msgstr "Warning: wildcards not supported in HTTP.\n"
635
636 #. If opt.noclobber is turned on and file already exists, do not
637 #. retrieve the file
638 #: src/http.c:2042
639 #, c-format
640 msgid "File `%s' already there, will not retrieve.\n"
641 msgstr "File `%s' already there, will not retrieve.\n"
642
643 #: src/http.c:2232
644 #, c-format
645 msgid "Cannot write to `%s' (%s).\n"
646 msgstr "Cannot write to `%s' (%s).\n"
647
648 #. Another fatal error.
649 #: src/http.c:2239
650 msgid "Unable to establish SSL connection.\n"
651 msgstr "Unable to establish SSL connection.\n"
652
653 #: src/http.c:2248
654 #, c-format
655 msgid "ERROR: Redirection (%d) without location.\n"
656 msgstr "ERROR: Redirection (%d) without location.\n"
657
658 #: src/http.c:2278
659 #, c-format
660 msgid "%s ERROR %d: %s.\n"
661 msgstr "%s ERROR %d: %s.\n"
662
663 #: src/http.c:2291
664 msgid "Last-modified header missing -- time-stamps turned off.\n"
665 msgstr "Last-modified header missing -- time-stamps turned off.\n"
666
667 #: src/http.c:2299
668 msgid "Last-modified header invalid -- time-stamp ignored.\n"
669 msgstr "Last-modified header invalid -- time-stamp ignored.\n"
670
671 #: src/http.c:2322
672 #, c-format
673 msgid ""
674 "Server file no newer than local file `%s' -- not retrieving.\n"
675 "\n"
676 msgstr ""
677 "Server file no newer than local file `%s' -- not retrieving.\n"
678 "\n"
679
680 #: src/http.c:2330
681 #, fuzzy, c-format
682 msgid "The sizes do not match (local %s) -- retrieving.\n"
683 msgstr "The sizes do not match (local %ld) -- retrieving.\n"
684
685 #: src/http.c:2335
686 msgid "Remote file is newer, retrieving.\n"
687 msgstr "Remote file is newer, retrieving.\n"
688
689 #: src/http.c:2377
690 #, fuzzy, c-format
691 msgid ""
692 "%s (%s) - `%s' saved [%s/%s]\n"
693 "\n"
694 msgstr ""
695 "%s (%s) - `%s' saved [%ld/%ld]\n"
696 "\n"
697
698 #: src/http.c:2434
699 #, fuzzy, c-format
700 msgid "%s (%s) - Connection closed at byte %s. "
701 msgstr "%s (%s) - Connection closed at byte %ld. "
702
703 #: src/http.c:2443
704 #, fuzzy, c-format
705 msgid ""
706 "%s (%s) - `%s' saved [%s/%s])\n"
707 "\n"
708 msgstr ""
709 "%s (%s) - `%s' saved [%ld/%ld])\n"
710 "\n"
711
712 #: src/http.c:2469
713 #, fuzzy, c-format
714 msgid "%s (%s) - Connection closed at byte %s/%s. "
715 msgstr "%s (%s) - Connection closed at byte %ld/%ld. "
716
717 #: src/http.c:2483
718 #, fuzzy, c-format
719 msgid "%s (%s) - Read error at byte %s (%s)."
720 msgstr "%s (%s) - Read error at byte %ld (%s)."
721
722 #: src/http.c:2493
723 #, fuzzy, c-format
724 msgid "%s (%s) - Read error at byte %s/%s (%s). "
725 msgstr "%s (%s) - Read error at byte %ld/%ld (%s). "
726
727 #: src/init.c:369
728 #, c-format
729 msgid "%s: WGETRC points to %s, which doesn't exist.\n"
730 msgstr "%s: WGETRC points to %s, which doesn't exist.\n"
731
732 #: src/init.c:433 src/netrc.c:277
733 #, c-format
734 msgid "%s: Cannot read %s (%s).\n"
735 msgstr "%s: Cannot read %s (%s).\n"
736
737 #: src/init.c:451
738 #, c-format
739 msgid "%s: Error in %s at line %d.\n"
740 msgstr "%s: Error in %s at line %d.\n"
741
742 #: src/init.c:457
743 #, fuzzy, c-format
744 msgid "%s: Syntax error in %s at line %d.\n"
745 msgstr "%s: Error in %s at line %d.\n"
746
747 #: src/init.c:462
748 #, fuzzy, c-format
749 msgid "%s: Unknown command `%s' in %s at line %d.\n"
750 msgstr "%s: Error in %s at line %d.\n"
751
752 #: src/init.c:507
753 #, c-format
754 msgid "%s: Warning: Both system and user wgetrc point to `%s'.\n"
755 msgstr "%s: Warning: Both system and user wgetrc point to `%s'.\n"
756
757 #: src/init.c:661
758 #, c-format
759 msgid "%s: Invalid --execute command `%s'\n"
760 msgstr "%s: Invalid --execute command `%s'\n"
761
762 #: src/init.c:707
763 #, c-format
764 msgid "%s: %s: Invalid boolean `%s', use `on' or `off'.\n"
765 msgstr "%s: %s: Invalid boolean `%s', use `on' or `off'.\n"
766
767 #: src/init.c:750
768 #, c-format
769 msgid "%s: %s: Invalid boolean `%s', use always, on, off, or never.\n"
770 msgstr "%s: %s: Invalid boolean `%s', use always, on, off, or never.\n"
771
772 #: src/init.c:767
773 #, c-format
774 msgid "%s: %s: Invalid number `%s'.\n"
775 msgstr "%s: %s: Invalid number `%s'.\n"
776
777 #: src/init.c:998 src/init.c:1017
778 #, c-format
779 msgid "%s: %s: Invalid byte value `%s'\n"
780 msgstr "%s: %s: Invalid byte value `%s'\n"
781
782 #: src/init.c:1042
783 #, c-format
784 msgid "%s: %s: Invalid time period `%s'\n"
785 msgstr "%s: %s: Invalid time period `%s'\n"
786
787 #: src/init.c:1096 src/init.c:1186 src/init.c:1281 src/init.c:1306
788 #, c-format
789 msgid "%s: %s: Invalid value `%s'.\n"
790 msgstr "%s: %s: Invalid value `%s'.\n"
791
792 #: src/init.c:1133
793 #, c-format
794 msgid "%s: %s: Invalid header `%s'.\n"
795 msgstr "%s: %s: Invalid header `%s'.\n"
796
797 #: src/init.c:1198
798 #, c-format
799 msgid "%s: %s: Invalid progress type `%s'.\n"
800 msgstr "%s: %s: Invalid progress type `%s'.\n"
801
802 #: src/init.c:1249
803 #, c-format
804 msgid "%s: %s: Invalid restriction `%s', use `unix' or `windows'.\n"
805 msgstr "%s: %s: Invalid restriction `%s', use `unix' or `windows'.\n"
806
807 #: src/log.c:806
808 #, c-format
809 msgid ""
810 "\n"
811 "%s received, redirecting output to `%s'.\n"
812 msgstr ""
813 "\n"
814 "%s received, redirecting output to `%s'.\n"
815
816 #. Eek!  Opening the alternate log file has failed.  Nothing we
817 #. can do but disable printing completely.
818 #: src/log.c:816
819 #, fuzzy, c-format
820 msgid ""
821 "\n"
822 "%s received.\n"
823 msgstr "No data received"
824
825 #: src/log.c:817
826 #, c-format
827 msgid "%s: %s; disabling logging.\n"
828 msgstr "%s: %s; disabling logging.\n"
829
830 #: src/main.c:375
831 #, c-format
832 msgid "Usage: %s [OPTION]... [URL]...\n"
833 msgstr "Usage: %s [OPTION]... [URL]...\n"
834
835 #: src/main.c:387
836 #, fuzzy
837 msgid ""
838 "Mandatory arguments to long options are mandatory for short options too.\n"
839 "\n"
840 msgstr ""
841 "\n"
842 "Mandatory arguments to long options are mandatory for short options too.\n"
843 "\n"
844
845 #: src/main.c:389
846 msgid "Startup:\n"
847 msgstr ""
848
849 #: src/main.c:391
850 msgid "  -V,  --version           display the version of Wget and exit.\n"
851 msgstr ""
852
853 #: src/main.c:393
854 msgid "  -h,  --help              print this help.\n"
855 msgstr ""
856
857 #: src/main.c:395
858 msgid "  -b,  --background        go to background after startup.\n"
859 msgstr ""
860
861 #: src/main.c:397
862 msgid "  -e,  --execute=COMMAND   execute a `.wgetrc'-style command.\n"
863 msgstr ""
864
865 #: src/main.c:401
866 msgid "Logging and input file:\n"
867 msgstr ""
868
869 #: src/main.c:403
870 msgid "  -o,  --output-file=FILE    log messages to FILE.\n"
871 msgstr ""
872
873 #: src/main.c:405
874 msgid "  -a,  --append-output=FILE  append messages to FILE.\n"
875 msgstr ""
876
877 #: src/main.c:408
878 msgid "  -d,  --debug               print lots of debugging information.\n"
879 msgstr ""
880
881 #: src/main.c:411
882 msgid "  -q,  --quiet               quiet (no output).\n"
883 msgstr ""
884
885 #: src/main.c:413
886 msgid "  -v,  --verbose             be verbose (this is the default).\n"
887 msgstr ""
888
889 #: src/main.c:415
890 msgid ""
891 "  -nv, --no-verbose          turn off verboseness, without being quiet.\n"
892 msgstr ""
893
894 #: src/main.c:417
895 msgid "  -i,  --input-file=FILE     download URLs found in FILE.\n"
896 msgstr ""
897
898 #: src/main.c:419
899 msgid "  -F,  --force-html          treat input file as HTML.\n"
900 msgstr ""
901
902 #: src/main.c:421
903 msgid ""
904 "  -B,  --base=URL            prepends URL to relative links in -F -i file.\n"
905 msgstr ""
906
907 #: src/main.c:425
908 msgid "Download:\n"
909 msgstr ""
910
911 #: src/main.c:427
912 msgid ""
913 "  -t,  --tries=NUMBER            set number of retries to NUMBER (0 "
914 "unlimits).\n"
915 msgstr ""
916
917 #: src/main.c:429
918 msgid "       --retry-connrefused       retry even if connection is refused.\n"
919 msgstr ""
920
921 #: src/main.c:431
922 msgid "  -O,  --output-document=FILE    write documents to FILE.\n"
923 msgstr ""
924
925 #: src/main.c:433
926 msgid ""
927 "  -nc, --no-clobber              skip downloads that would download to\n"
928 "                                 existing files.\n"
929 msgstr ""
930
931 #: src/main.c:436
932 msgid ""
933 "  -c,  --continue                resume getting a partially-downloaded "
934 "file.\n"
935 msgstr ""
936
937 #: src/main.c:438
938 msgid "       --progress=TYPE           select progress gauge type.\n"
939 msgstr ""
940
941 #: src/main.c:440
942 msgid ""
943 "  -N,  --timestamping            don't re-retrieve files unless newer than\n"
944 "                                 local.\n"
945 msgstr ""
946
947 #: src/main.c:443
948 msgid "  -S,  --server-response         print server response.\n"
949 msgstr ""
950
951 #: src/main.c:445
952 msgid "       --spider                  don't download anything.\n"
953 msgstr ""
954
955 #: src/main.c:447
956 msgid "  -T,  --timeout=SECONDS         set all timeout values to SECONDS.\n"
957 msgstr ""
958
959 #: src/main.c:449
960 msgid "       --dns-timeout=SECS        set the DNS lookup timeout to SECS.\n"
961 msgstr ""
962
963 #: src/main.c:451
964 msgid "       --connect-timeout=SECS    set the connect timeout to SECS.\n"
965 msgstr ""
966
967 #: src/main.c:453
968 msgid "       --read-timeout=SECS       set the read timeout to SECS.\n"
969 msgstr ""
970
971 #: src/main.c:455
972 msgid "  -w,  --wait=SECONDS            wait SECONDS between retrievals.\n"
973 msgstr ""
974
975 #: src/main.c:457
976 msgid ""
977 "       --waitretry=SECONDS       wait 1..SECONDS between retries of a "
978 "retrieval.\n"
979 msgstr ""
980
981 #: src/main.c:459
982 msgid ""
983 "       --random-wait             wait from 0...2*WAIT secs between "
984 "retrievals.\n"
985 msgstr ""
986
987 #: src/main.c:461
988 msgid "  -Y,  --proxy                   explicitly turn on proxy.\n"
989 msgstr ""
990
991 #: src/main.c:463
992 msgid "       --no-proxy                explicitly turn off proxy.\n"
993 msgstr ""
994
995 #: src/main.c:465
996 msgid "  -Q,  --quota=NUMBER            set retrieval quota to NUMBER.\n"
997 msgstr ""
998
999 #: src/main.c:467
1000 msgid ""
1001 "       --bind-address=ADDRESS    bind to ADDRESS (hostname or IP) on local "
1002 "host.\n"
1003 msgstr ""
1004
1005 #: src/main.c:469
1006 msgid "       --limit-rate=RATE         limit download rate to RATE.\n"
1007 msgstr ""
1008
1009 #: src/main.c:471
1010 msgid "       --no-dns-cache            disable caching DNS lookups.\n"
1011 msgstr ""
1012
1013 #: src/main.c:473
1014 msgid ""
1015 "       --restrict-file-names=OS  restrict chars in file names to ones OS "
1016 "allows.\n"
1017 msgstr ""
1018
1019 #: src/main.c:476
1020 msgid "  -4,  --inet4-only              connect only to IPv4 addresses.\n"
1021 msgstr ""
1022
1023 #: src/main.c:478
1024 msgid "  -6,  --inet6-only              connect only to IPv6 addresses.\n"
1025 msgstr ""
1026
1027 #: src/main.c:480
1028 msgid ""
1029 "       --prefer-family=FAMILY    connect first to addresses of specified "
1030 "family,\n"
1031 "                                 one of IPv6, IPv4, or none.\n"
1032 msgstr ""
1033
1034 #: src/main.c:484
1035 msgid "       --user=USER               set both ftp and http user to USER.\n"
1036 msgstr ""
1037
1038 #: src/main.c:486
1039 msgid ""
1040 "       --password=PASS           set both ftp and http password to PASS.\n"
1041 msgstr ""
1042
1043 #: src/main.c:490
1044 #, fuzzy
1045 msgid "Directories:\n"
1046 msgstr "Directory   "
1047
1048 #: src/main.c:492
1049 msgid "  -nd, --no-directories           don't create directories.\n"
1050 msgstr ""
1051
1052 #: src/main.c:494
1053 msgid "  -x,  --force-directories        force creation of directories.\n"
1054 msgstr ""
1055
1056 #: src/main.c:496
1057 msgid "  -nH, --no-host-directories      don't create host directories.\n"
1058 msgstr ""
1059
1060 #: src/main.c:498
1061 msgid "       --protocol-directories     use protocol name in directories.\n"
1062 msgstr ""
1063
1064 #: src/main.c:500
1065 msgid "  -P,  --directory-prefix=PREFIX  save files to PREFIX/...\n"
1066 msgstr ""
1067
1068 #: src/main.c:502
1069 msgid ""
1070 "       --cut-dirs=NUMBER          ignore NUMBER remote directory "
1071 "components.\n"
1072 msgstr ""
1073
1074 #: src/main.c:506
1075 msgid "HTTP options:\n"
1076 msgstr ""
1077
1078 #: src/main.c:508
1079 msgid "       --http-user=USER        set http user to USER.\n"
1080 msgstr ""
1081
1082 #: src/main.c:510
1083 msgid "       --http-password=PASS    set http password to PASS.\n"
1084 msgstr ""
1085
1086 #: src/main.c:512
1087 msgid "       --no-cache              disallow server-cached data.\n"
1088 msgstr ""
1089
1090 #: src/main.c:514
1091 msgid ""
1092 "  -E,  --html-extension        save HTML documents with `.html' extension.\n"
1093 msgstr ""
1094
1095 #: src/main.c:516
1096 msgid "       --ignore-length         ignore `Content-Length' header field.\n"
1097 msgstr ""
1098
1099 #: src/main.c:518
1100 msgid "       --header=STRING         insert STRING among the headers.\n"
1101 msgstr ""
1102
1103 #: src/main.c:520
1104 msgid "       --proxy-user=USER       set USER as proxy username.\n"
1105 msgstr ""
1106
1107 #: src/main.c:522
1108 msgid "       --proxy-password=PASS   set PASS as proxy password.\n"
1109 msgstr ""
1110
1111 #: src/main.c:524
1112 msgid ""
1113 "       --referer=URL           include `Referer: URL' header in HTTP "
1114 "request.\n"
1115 msgstr ""
1116
1117 #: src/main.c:526
1118 msgid "       --save-headers          save the HTTP headers to file.\n"
1119 msgstr ""
1120
1121 #: src/main.c:528
1122 msgid ""
1123 "  -U,  --user-agent=AGENT      identify as AGENT instead of Wget/VERSION.\n"
1124 msgstr ""
1125
1126 #: src/main.c:530
1127 msgid ""
1128 "       --no-http-keep-alive    disable HTTP keep-alive (persistent "
1129 "connections).\n"
1130 msgstr ""
1131
1132 #: src/main.c:532
1133 msgid "       --no-cookies            don't use cookies.\n"
1134 msgstr ""
1135
1136 #: src/main.c:534
1137 msgid "       --load-cookies=FILE     load cookies from FILE before session.\n"
1138 msgstr ""
1139
1140 #: src/main.c:536
1141 msgid "       --save-cookies=FILE     save cookies to FILE after session.\n"
1142 msgstr ""
1143
1144 #: src/main.c:538
1145 msgid ""
1146 "       --keep-session-cookies  load and save session (non-permanent) "
1147 "cookies.\n"
1148 msgstr ""
1149
1150 #: src/main.c:540
1151 msgid ""
1152 "       --post-data=STRING      use the POST method; send STRING as the "
1153 "data.\n"
1154 msgstr ""
1155
1156 #: src/main.c:542
1157 msgid ""
1158 "       --post-file=FILE        use the POST method; send contents of FILE.\n"
1159 msgstr ""
1160
1161 #: src/main.c:547
1162 msgid "HTTPS (SSL/TLS) options:\n"
1163 msgstr ""
1164
1165 #: src/main.c:549
1166 msgid ""
1167 "       --secure-protocol=PR     choose secure protocol, one of auto, SSLv2,\n"
1168 "                                SSLv3, and TLSv1.\n"
1169 msgstr ""
1170
1171 #: src/main.c:552
1172 msgid ""
1173 "       --no-check-certificate   don't validate the server's certificate.\n"
1174 msgstr ""
1175
1176 #: src/main.c:554
1177 msgid "       --certificate=FILE       client certificate file.\n"
1178 msgstr ""
1179
1180 #: src/main.c:556
1181 msgid "       --certificate-type=TYPE  client certificate type, PEM or DER.\n"
1182 msgstr ""
1183
1184 #: src/main.c:558
1185 msgid "       --private-key=FILE       private key file.\n"
1186 msgstr ""
1187
1188 #: src/main.c:560
1189 msgid "       --private-key-type=TYPE  private key type, PEM or DER.\n"
1190 msgstr ""
1191
1192 #: src/main.c:562
1193 msgid "       --ca-certificate=FILE    file with the bundle of CA's.\n"
1194 msgstr ""
1195
1196 #: src/main.c:564
1197 msgid ""
1198 "       --ca-directory=DIR       directory where hash list of CA's is "
1199 "stored.\n"
1200 msgstr ""
1201
1202 #: src/main.c:566
1203 msgid ""
1204 "       --random-file=FILE       file with random data for seeding the SSL "
1205 "PRNG.\n"
1206 msgstr ""
1207
1208 #: src/main.c:568
1209 msgid ""
1210 "       --egd-file=FILE          file naming the EGD socket with random "
1211 "data.\n"
1212 msgstr ""
1213
1214 #: src/main.c:573
1215 msgid "FTP options:\n"
1216 msgstr ""
1217
1218 #: src/main.c:575
1219 msgid "       --ftp-user=USER         set ftp user to USER.\n"
1220 msgstr ""
1221
1222 #: src/main.c:577
1223 msgid "       --ftp-password=PASS     set ftp password to PASS.\n"
1224 msgstr ""
1225
1226 #: src/main.c:579
1227 msgid "       --no-remove-listing     don't remove `.listing' files.\n"
1228 msgstr ""
1229
1230 #: src/main.c:581
1231 msgid "       --no-glob               turn off FTP file name globbing.\n"
1232 msgstr ""
1233
1234 #: src/main.c:583
1235 msgid "       --no-passive-ftp        disable the \"passive\" transfer mode.\n"
1236 msgstr ""
1237
1238 #: src/main.c:585
1239 msgid ""
1240 "       --retr-symlinks         when recursing, get linked-to files (not "
1241 "dir).\n"
1242 msgstr ""
1243
1244 #: src/main.c:587
1245 msgid "       --preserve-permissions  preserve remote file permissions.\n"
1246 msgstr ""
1247
1248 #: src/main.c:591
1249 msgid "Recursive download:\n"
1250 msgstr ""
1251
1252 #: src/main.c:593
1253 msgid "  -r,  --recursive          specify recursive download.\n"
1254 msgstr ""
1255
1256 #: src/main.c:595
1257 msgid ""
1258 "  -l,  --level=NUMBER       maximum recursion depth (inf or 0 for "
1259 "infinite).\n"
1260 msgstr ""
1261
1262 #: src/main.c:597
1263 msgid ""
1264 "       --delete-after       delete files locally after downloading them.\n"
1265 msgstr ""
1266
1267 #: src/main.c:599
1268 msgid ""
1269 "  -k,  --convert-links      make links in downloaded HTML point to local "
1270 "files.\n"
1271 msgstr ""
1272
1273 #: src/main.c:601
1274 msgid ""
1275 "  -K,  --backup-converted   before converting file X, back up as X.orig.\n"
1276 msgstr ""
1277
1278 #: src/main.c:603
1279 msgid ""
1280 "  -m,  --mirror             shortcut option equivalent to -r -N -l inf -nr.\n"
1281 msgstr ""
1282
1283 #: src/main.c:605
1284 msgid ""
1285 "  -p,  --page-requisites    get all images, etc. needed to display HTML "
1286 "page.\n"
1287 msgstr ""
1288
1289 #: src/main.c:607
1290 msgid ""
1291 "       --strict-comments    turn on strict (SGML) handling of HTML "
1292 "comments.\n"
1293 msgstr ""
1294
1295 #: src/main.c:611
1296 msgid "Recursive accept/reject:\n"
1297 msgstr ""
1298
1299 #: src/main.c:613
1300 msgid ""
1301 "  -A,  --accept=LIST               comma-separated list of accepted "
1302 "extensions.\n"
1303 msgstr ""
1304
1305 #: src/main.c:615
1306 msgid ""
1307 "  -R,  --reject=LIST               comma-separated list of rejected "
1308 "extensions.\n"
1309 msgstr ""
1310
1311 #: src/main.c:617
1312 msgid ""
1313 "  -D,  --domains=LIST              comma-separated list of accepted "
1314 "domains.\n"
1315 msgstr ""
1316
1317 #: src/main.c:619
1318 msgid ""
1319 "       --exclude-domains=LIST      comma-separated list of rejected "
1320 "domains.\n"
1321 msgstr ""
1322
1323 #: src/main.c:621
1324 msgid ""
1325 "       --follow-ftp                follow FTP links from HTML documents.\n"
1326 msgstr ""
1327
1328 #: src/main.c:623
1329 msgid ""
1330 "       --follow-tags=LIST          comma-separated list of followed HTML "
1331 "tags.\n"
1332 msgstr ""
1333
1334 #: src/main.c:625
1335 msgid ""
1336 "       --ignore-tags=LIST          comma-separated list of ignored HTML "
1337 "tags.\n"
1338 msgstr ""
1339
1340 #: src/main.c:627
1341 msgid ""
1342 "  -H,  --span-hosts                go to foreign hosts when recursive.\n"
1343 msgstr ""
1344
1345 #: src/main.c:629
1346 msgid "  -L,  --relative                  follow relative links only.\n"
1347 msgstr ""
1348
1349 #: src/main.c:631
1350 msgid "  -I,  --include-directories=LIST  list of allowed directories.\n"
1351 msgstr ""
1352
1353 #: src/main.c:633
1354 msgid "  -X,  --exclude-directories=LIST  list of excluded directories.\n"
1355 msgstr ""
1356
1357 #: src/main.c:635
1358 msgid ""
1359 "  -np, --no-parent                 don't ascend to the parent directory.\n"
1360 msgstr ""
1361
1362 #: src/main.c:639
1363 msgid "Mail bug reports and suggestions to <bug-wget@gnu.org>.\n"
1364 msgstr "Mail bug reports and suggestions to <bug-wget@gnu.org>.\n"
1365
1366 #: src/main.c:644
1367 #, c-format
1368 msgid "GNU Wget %s, a non-interactive network retriever.\n"
1369 msgstr "GNU Wget %s, a non-interactive network retriever.\n"
1370
1371 #: src/main.c:658
1372 #, fuzzy
1373 msgid "Copyright (C) 2005 Free Software Foundation, Inc.\n"
1374 msgstr "Copyright (C) 2003 Free Software Foundation, Inc.\n"
1375
1376 #: src/main.c:660
1377 msgid ""
1378 "This program is distributed in the hope that it will be useful,\n"
1379 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1380 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1381 "GNU General Public License for more details.\n"
1382 msgstr ""
1383 "This program is distributed in the hope that it will be useful,\n"
1384 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1385 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1386 "GNU General Public Licence for more details.\n"
1387
1388 #: src/main.c:665
1389 msgid ""
1390 "\n"
1391 "Originally written by Hrvoje Niksic <hniksic@xemacs.org>.\n"
1392 msgstr ""
1393 "\n"
1394 "Originally written by Hrvoje Niksic <hniksic@xemacs.org>.\n"
1395
1396 #. #### Something nicer should be printed here -- similar to the
1397 #. pre-1.5 `--help' page.
1398 #: src/main.c:711 src/main.c:780 src/main.c:859
1399 #, c-format
1400 msgid "Try `%s --help' for more options.\n"
1401 msgstr "Try `%s --help' for more options.\n"
1402
1403 #: src/main.c:777
1404 #, c-format
1405 msgid "%s: illegal option -- `-n%c'\n"
1406 msgstr "%s: illegal option -- `-n%c'\n"
1407
1408 #: src/main.c:830
1409 #, c-format
1410 msgid "Can't be verbose and quiet at the same time.\n"
1411 msgstr "Can't be verbose and quiet at the same time.\n"
1412
1413 #: src/main.c:836
1414 #, c-format
1415 msgid "Can't timestamp and not clobber old files at the same time.\n"
1416 msgstr "Can't timestamp and not clobber old files at the same time.\n"
1417
1418 #: src/main.c:844
1419 #, c-format
1420 msgid "Cannot specify both --inet4-only and --inet6-only.\n"
1421 msgstr ""
1422
1423 #. No URL specified.
1424 #: src/main.c:854
1425 #, c-format
1426 msgid "%s: missing URL\n"
1427 msgstr "%s: missing URL\n"
1428
1429 #: src/main.c:963
1430 #, c-format
1431 msgid "No URLs found in %s.\n"
1432 msgstr "No URLs found in %s.\n"
1433
1434 #: src/main.c:972
1435 #, c-format
1436 msgid ""
1437 "\n"
1438 "FINISHED --%s--\n"
1439 "Downloaded: %s bytes in %d files\n"
1440 msgstr ""
1441 "\n"
1442 "FINISHED --%s--\n"
1443 "Downloaded: %s bytes in %d files\n"
1444
1445 #: src/main.c:978
1446 #, c-format
1447 msgid "Download quota (%s bytes) EXCEEDED!\n"
1448 msgstr "Download quota (%s bytes) EXCEEDED!\n"
1449
1450 #: src/mswindows.c:235
1451 #, c-format
1452 msgid "Continuing in background.\n"
1453 msgstr "Continuing in background.\n"
1454
1455 #: src/mswindows.c:427
1456 #, fuzzy, c-format
1457 msgid "Continuing in background, pid %lu.\n"
1458 msgstr "Continuing in background, pid %d.\n"
1459
1460 #: src/mswindows.c:429 src/utils.c:348
1461 #, c-format
1462 msgid "Output will be written to `%s'.\n"
1463 msgstr "Output will be written to `%s'.\n"
1464
1465 #: src/mswindows.c:597 src/mswindows.c:604
1466 #, c-format
1467 msgid "%s: Couldn't find usable socket driver.\n"
1468 msgstr "%s: Couldn't find usable socket driver.\n"
1469
1470 #: src/netrc.c:385
1471 #, c-format
1472 msgid "%s: %s:%d: warning: \"%s\" token appears before any machine name\n"
1473 msgstr "%s: %s:%d: warning: \"%s\" token appears before any machine name\n"
1474
1475 #: src/netrc.c:416
1476 #, c-format
1477 msgid "%s: %s:%d: unknown token \"%s\"\n"
1478 msgstr "%s: %s:%d: unknown token \"%s\"\n"
1479
1480 #: src/netrc.c:480
1481 #, c-format
1482 msgid "Usage: %s NETRC [HOSTNAME]\n"
1483 msgstr "Usage: %s NETRC [HOSTNAME]\n"
1484
1485 #: src/netrc.c:490
1486 #, c-format
1487 msgid "%s: cannot stat %s: %s\n"
1488 msgstr "%s: cannot stat %s: %s\n"
1489
1490 #. Still not random enough, presumably because neither /dev/random
1491 #. nor EGD were available.  Try to seed OpenSSL's PRNG with libc
1492 #. PRNG.  This is cryptographically weak and defeats the purpose
1493 #. of using OpenSSL, which is why it is highly discouraged.
1494 #: src/openssl.c:121
1495 msgid "WARNING: using a weak random seed.\n"
1496 msgstr ""
1497
1498 #: src/openssl.c:181
1499 #, fuzzy
1500 msgid "Could not seed PRNG; consider using --random-file.\n"
1501 msgstr "Could not seed OpenSSL PRNG; disabling SSL.\n"
1502
1503 #. If the user has specified --no-check-cert, we still want to warn
1504 #. him about problems with the server's certificate.
1505 #: src/openssl.c:419
1506 msgid "ERROR"
1507 msgstr ""
1508
1509 #: src/openssl.c:419
1510 msgid "WARNING"
1511 msgstr ""
1512
1513 #: src/openssl.c:427
1514 #, c-format
1515 msgid "%s: No certificate presented by %s.\n"
1516 msgstr ""
1517
1518 #: src/openssl.c:458
1519 #, c-format
1520 msgid "%s: Certificate verification error for %s: %s\n"
1521 msgstr ""
1522
1523 #: src/openssl.c:485
1524 #, c-format
1525 msgid ""
1526 "%s: certificate common name `%s' doesn't match requested host name `%s'.\n"
1527 msgstr ""
1528
1529 #: src/openssl.c:498
1530 #, c-format
1531 msgid "To connect to %s insecurely, use `--no-check-certificate'.\n"
1532 msgstr ""
1533
1534 #. Align the [ skipping ... ] line with the dots.  To do
1535 #. that, insert the number of spaces equal to the number of
1536 #. digits in the skipped amount in K.
1537 #: src/progress.c:243
1538 #, c-format
1539 msgid ""
1540 "\n"
1541 "%*s[ skipping %dK ]"
1542 msgstr ""
1543 "\n"
1544 "%*s[ skipping %dK ]"
1545
1546 #: src/progress.c:410
1547 #, c-format
1548 msgid "Invalid dot style specification `%s'; leaving unchanged.\n"
1549 msgstr "Invalid dot style specification `%s'; leaving unchanged.\n"
1550
1551 #: src/recur.c:377
1552 #, c-format
1553 msgid "Removing %s since it should be rejected.\n"
1554 msgstr "Removing %s since it should be rejected.\n"
1555
1556 #: src/res.c:544
1557 msgid "Loading robots.txt; please ignore errors.\n"
1558 msgstr "Loading robots.txt; please ignore errors.\n"
1559
1560 #: src/retr.c:645
1561 #, c-format
1562 msgid "Error parsing proxy URL %s: %s.\n"
1563 msgstr "Error parsing proxy URL %s: %s.\n"
1564
1565 #: src/retr.c:653
1566 #, c-format
1567 msgid "Error in proxy URL %s: Must be HTTP.\n"
1568 msgstr "Error in proxy URL %s: Must be HTTP.\n"
1569
1570 #: src/retr.c:738
1571 #, c-format
1572 msgid "%d redirections exceeded.\n"
1573 msgstr "%d redirections exceeded.\n"
1574
1575 #: src/retr.c:863
1576 msgid ""
1577 "Giving up.\n"
1578 "\n"
1579 msgstr ""
1580 "Giving up.\n"
1581 "\n"
1582
1583 #: src/retr.c:863
1584 msgid ""
1585 "Retrying.\n"
1586 "\n"
1587 msgstr ""
1588 "Retrying.\n"
1589 "\n"
1590
1591 #: src/url.c:626
1592 msgid "No error"
1593 msgstr "No error"
1594
1595 #: src/url.c:628
1596 msgid "Unsupported scheme"
1597 msgstr "Unsupported scheme"
1598
1599 #: src/url.c:630
1600 msgid "Empty host"
1601 msgstr "Empty host"
1602
1603 #: src/url.c:632
1604 msgid "Bad port number"
1605 msgstr "Bad port number"
1606
1607 #: src/url.c:634
1608 msgid "Invalid user name"
1609 msgstr "Invalid user name"
1610
1611 #: src/url.c:636
1612 msgid "Unterminated IPv6 numeric address"
1613 msgstr "Unterminated IPv6 numeric address"
1614
1615 #: src/url.c:638
1616 msgid "IPv6 addresses not supported"
1617 msgstr "IPv6 addresses not supported"
1618
1619 #: src/url.c:640
1620 msgid "Invalid IPv6 numeric address"
1621 msgstr "Invalid IPv6 numeric address"
1622
1623 #. parent, no error
1624 #: src/utils.c:346
1625 #, c-format
1626 msgid "Continuing in background, pid %d.\n"
1627 msgstr "Continuing in background, pid %d.\n"
1628
1629 #: src/utils.c:394
1630 #, c-format
1631 msgid "Failed to unlink symlink `%s': %s\n"
1632 msgstr "Failed to unlink symlink `%s': %s\n"
1633
1634 #: src/xmalloc.c:72
1635 #, c-format
1636 msgid "%s: %s: Failed to allocate %ld bytes; memory exhausted.\n"
1637 msgstr ""
1638
1639 #~ msgid "Failed to set up an SSL context\n"
1640 #~ msgstr "Failed to set up an SSL context\n"
1641
1642 #~ msgid "Failed to load certificates from %s\n"
1643 #~ msgstr "Failed to load certificates from %s\n"
1644
1645 #~ msgid "Trying without the specified certificate\n"
1646 #~ msgstr "Trying without the specified certificate\n"
1647
1648 #~ msgid "Failed to get certificate key from %s\n"
1649 #~ msgstr "Failed to get certificate key from %s\n"
1650
1651 #~ msgid "Unable to convert `%s' to a bind address.  Reverting to ANY.\n"
1652 #~ msgstr "Unable to convert `%s' to a bind address.  Reverting to ANY.\n"
1653
1654 #~ msgid ""
1655 #~ "\n"
1656 #~ "REST failed; will not truncate `%s'.\n"
1657 #~ msgstr ""
1658 #~ "\n"
1659 #~ "REST failed; will not truncate `%s'.\n"
1660
1661 #~ msgid " [%s to go]"
1662 #~ msgstr " [%s to go]"
1663
1664 #~ msgid "Host not found"
1665 #~ msgstr "Host not found"
1666
1667 #~ msgid "End of file while parsing headers.\n"
1668 #~ msgstr "End of file while parsing headers.\n"
1669
1670 #~ msgid ""
1671 #~ "\n"
1672 #~ "Continued download failed on this file, which conflicts with `-c'.\n"
1673 #~ "Refusing to truncate existing file `%s'.\n"
1674 #~ "\n"
1675 #~ msgstr ""
1676 #~ "\n"
1677 #~ "Continued download failed on this file, which conflicts with `-c'.\n"
1678 #~ "Refusing to truncate existing file `%s'.\n"
1679 #~ "\n"
1680
1681 #~ msgid " (%s to go)"
1682 #~ msgstr " (%s to go)"
1683
1684 #~ msgid ""
1685 #~ "Startup:\n"
1686 #~ "  -V,  --version           display the version of Wget and exit.\n"
1687 #~ "  -h,  --help              print this help.\n"
1688 #~ "  -b,  --background        go to background after startup.\n"
1689 #~ "  -e,  --execute=COMMAND   execute a `.wgetrc'-style command.\n"
1690 #~ "\n"
1691 #~ msgstr ""
1692 #~ "Startup:\n"
1693 #~ "  -V,  --version           display the version of Wget and exit.\n"
1694 #~ "  -h,  --help              print this help.\n"
1695 #~ "  -b,  --background        go to background after startup.\n"
1696 #~ "  -e,  --execute=COMMAND   execute a `.wgetrc'-style command.\n"
1697 #~ "\n"
1698
1699 #~ msgid ""
1700 #~ "Logging and input file:\n"
1701 #~ "  -o,  --output-file=FILE     log messages to FILE.\n"
1702 #~ "  -a,  --append-output=FILE   append messages to FILE.\n"
1703 #~ "  -d,  --debug                print debug output.\n"
1704 #~ "  -q,  --quiet                quiet (no output).\n"
1705 #~ "  -v,  --verbose              be verbose (this is the default).\n"
1706 #~ "  -nv, --non-verbose          turn off verboseness, without being quiet.\n"
1707 #~ "  -i,  --input-file=FILE      download URLs found in FILE.\n"
1708 #~ "  -F,  --force-html           treat input file as HTML.\n"
1709 #~ "  -B,  --base=URL             prepends URL to relative links in -F -i "
1710 #~ "file.\n"
1711 #~ "\n"
1712 #~ msgstr ""
1713 #~ "Logging and input file:\n"
1714 #~ "  -o,  --output-file=FILE     log messages to FILE.\n"
1715 #~ "  -a,  --append-output=FILE   append messages to FILE.\n"
1716 #~ "  -d,  --debug                print debug output.\n"
1717 #~ "  -q,  --quiet                quiet (no output).\n"
1718 #~ "  -v,  --verbose              be verbose (this is the default).\n"
1719 #~ "  -nv, --non-verbose          turn off verboseness, without being quiet.\n"
1720 #~ "  -i,  --input-file=FILE      download URLs found in FILE.\n"
1721 #~ "  -F,  --force-html           treat input file as HTML.\n"
1722 #~ "  -B,  --base=URL             prepends URL to relative links in -F -i "
1723 #~ "file.\n"
1724 #~ "\n"
1725
1726 #~ msgid ""
1727 #~ "Download:\n"
1728 #~ "  -t,  --tries=NUMBER           set number of retries to NUMBER (0 "
1729 #~ "unlimits).\n"
1730 #~ "       --retry-connrefused      retry even if connection is refused.\n"
1731 #~ "  -O   --output-document=FILE   write documents to FILE.\n"
1732 #~ "  -nc, --no-clobber             don't clobber existing files or use .# "
1733 #~ "suffixes.\n"
1734 #~ "  -c,  --continue               resume getting a partially-downloaded "
1735 #~ "file.\n"
1736 #~ "       --progress=TYPE          select progress gauge type.\n"
1737 #~ "  -N,  --timestamping           don't re-retrieve files unless newer than "
1738 #~ "local.\n"
1739 #~ "  -S,  --server-response        print server response.\n"
1740 #~ "       --spider                 don't download anything.\n"
1741 #~ "  -T,  --timeout=SECONDS        set all timeout values to SECONDS.\n"
1742 #~ "       --dns-timeout=SECS       set the DNS lookup timeout to SECS.\n"
1743 #~ "       --connect-timeout=SECS   set the connect timeout to SECS.\n"
1744 #~ "       --read-timeout=SECS      set the read timeout to SECS.\n"
1745 #~ "  -w,  --wait=SECONDS           wait SECONDS between retrievals.\n"
1746 #~ "       --waitretry=SECONDS      wait 1...SECONDS between retries of a "
1747 #~ "retrieval.\n"
1748 #~ "       --random-wait            wait from 0...2*WAIT secs between "
1749 #~ "retrievals.\n"
1750 #~ "  -Y,  --proxy=on/off           turn proxy on or off.\n"
1751 #~ "  -Q,  --quota=NUMBER           set retrieval quota to NUMBER.\n"
1752 #~ "       --bind-address=ADDRESS   bind to ADDRESS (hostname or IP) on local "
1753 #~ "host.\n"
1754 #~ "       --limit-rate=RATE        limit download rate to RATE.\n"
1755 #~ "       --dns-cache=off          disable caching DNS lookups.\n"
1756 #~ "       --restrict-file-names=OS restrict chars in file names to ones OS "
1757 #~ "allows.\n"
1758 #~ "\n"
1759 #~ msgstr ""
1760 #~ "Download:\n"
1761 #~ "  -t,  --tries=NUMBER           set number of retries to NUMBER (0 "
1762 #~ "unlimits).\n"
1763 #~ "       --retry-connrefused      retry even if connection is refused.\n"
1764 #~ "  -O   --output-document=FILE   write documents to FILE.\n"
1765 #~ "  -nc, --no-clobber             don't clobber existing files or use .# "
1766 #~ "suffixes.\n"
1767 #~ "  -c,  --continue               resume getting a partially-downloaded "
1768 #~ "file.\n"
1769 #~ "       --progress=TYPE          select progress gauge type.\n"
1770 #~ "  -N,  --timestamping           don't re-retrieve files unless newer than "
1771 #~ "local.\n"
1772 #~ "  -S,  --server-response        print server response.\n"
1773 #~ "       --spider                 don't download anything.\n"
1774 #~ "  -T,  --timeout=SECONDS        set all timeout values to SECONDS.\n"
1775 #~ "       --dns-timeout=SECS       set the DNS lookup timeout to SECS.\n"
1776 #~ "       --connect-timeout=SECS   set the connect timeout to SECS.\n"
1777 #~ "       --read-timeout=SECS      set the read timeout to SECS.\n"
1778 #~ "  -w,  --wait=SECONDS           wait SECONDS between retrievals.\n"
1779 #~ "       --waitretry=SECONDS      wait 1...SECONDS between retries of a "
1780 #~ "retrieval.\n"
1781 #~ "       --random-wait            wait from 0...2*WAIT secs between "
1782 #~ "retrievals.\n"
1783 #~ "  -Y,  --proxy=on/off           turn proxy on or off.\n"
1784 #~ "  -Q,  --quota=NUMBER           set retrieval quota to NUMBER.\n"
1785 #~ "       --bind-address=ADDRESS   bind to ADDRESS (hostname or IP) on local "
1786 #~ "host.\n"
1787 #~ "       --limit-rate=RATE        limit download rate to RATE.\n"
1788 #~ "       --dns-cache=off          disable caching DNS lookups.\n"
1789 #~ "       --restrict-file-names=OS restrict chars in file names to ones OS "
1790 #~ "allows.\n"
1791 #~ "\n"
1792
1793 #~ msgid ""
1794 #~ "Directories:\n"
1795 #~ "  -nd, --no-directories            don't create directories.\n"
1796 #~ "  -x,  --force-directories         force creation of directories.\n"
1797 #~ "  -nH, --no-host-directories       don't create host directories.\n"
1798 #~ "  -P,  --directory-prefix=PREFIX   save files to PREFIX/...\n"
1799 #~ "       --cut-dirs=NUMBER           ignore NUMBER remote directory "
1800 #~ "components.\n"
1801 #~ "\n"
1802 #~ msgstr ""
1803 #~ "Directories:\n"
1804 #~ "  -nd, --no-directories            don't create directories.\n"
1805 #~ "  -x,  --force-directories         force creation of directories.\n"
1806 #~ "  -nH, --no-host-directories       don't create host directories.\n"
1807 #~ "  -P,  --directory-prefix=PREFIX   save files to PREFIX/...\n"
1808 #~ "       --cut-dirs=NUMBER           ignore NUMBER remote directory "
1809 #~ "components.\n"
1810 #~ "\n"
1811
1812 #~ msgid ""
1813 #~ "HTTP options:\n"
1814 #~ "       --http-user=USER      set http user to USER.\n"
1815 #~ "       --http-passwd=PASS    set http password to PASS.\n"
1816 #~ "  -C,  --cache=on/off        (dis)allow server-cached data (normally "
1817 #~ "allowed).\n"
1818 #~ "  -E,  --html-extension      save all text/html documents with .html "
1819 #~ "extension.\n"
1820 #~ "       --ignore-length       ignore `Content-Length' header field.\n"
1821 #~ "       --header=STRING       insert STRING among the headers.\n"
1822 #~ "       --proxy-user=USER     set USER as proxy username.\n"
1823 #~ "       --proxy-passwd=PASS   set PASS as proxy password.\n"
1824 #~ "       --referer=URL         include `Referer: URL' header in HTTP "
1825 #~ "request.\n"
1826 #~ "  -s,  --save-headers        save the HTTP headers to file.\n"
1827 #~ "  -U,  --user-agent=AGENT    identify as AGENT instead of Wget/VERSION.\n"
1828 #~ "       --no-http-keep-alive  disable HTTP keep-alive (persistent "
1829 #~ "connections).\n"
1830 #~ "       --cookies=off         don't use cookies.\n"
1831 #~ "       --load-cookies=FILE   load cookies from FILE before session.\n"
1832 #~ "       --save-cookies=FILE   save cookies to FILE after session.\n"
1833 #~ "       --post-data=STRING    use the POST method; send STRING as the "
1834 #~ "data.\n"
1835 #~ "       --post-file=FILE      use the POST method; send contents of FILE.\n"
1836 #~ "\n"
1837 #~ msgstr ""
1838 #~ "HTTP options:\n"
1839 #~ "       --http-user=USER      set http user to USER.\n"
1840 #~ "       --http-passwd=PASS    set http password to PASS.\n"
1841 #~ "  -C,  --cache=on/off        (dis)allow server-cached data (normally "
1842 #~ "allowed).\n"
1843 #~ "  -E,  --html-extension      save all text/html documents with .html "
1844 #~ "extension.\n"
1845 #~ "       --ignore-length       ignore `Content-Length' header field.\n"
1846 #~ "       --header=STRING       insert STRING among the headers.\n"
1847 #~ "       --proxy-user=USER     set USER as proxy username.\n"
1848 #~ "       --proxy-passwd=PASS   set PASS as proxy password.\n"
1849 #~ "       --referer=URL         include `Referer: URL' header in HTTP "
1850 #~ "request.\n"
1851 #~ "  -s,  --save-headers        save the HTTP headers to file.\n"
1852 #~ "  -U,  --user-agent=AGENT    identify as AGENT instead of Wget/VERSION.\n"
1853 #~ "       --no-http-keep-alive  disable HTTP keep-alive (persistent "
1854 #~ "connections).\n"
1855 #~ "       --cookies=off         don't use cookies.\n"
1856 #~ "       --load-cookies=FILE   load cookies from FILE before session.\n"
1857 #~ "       --save-cookies=FILE   save cookies to FILE after session.\n"
1858 #~ "       --post-data=STRING    use the POST method; send STRING as the "
1859 #~ "data.\n"
1860 #~ "       --post-file=FILE      use the POST method; send contents of FILE.\n"
1861 #~ "\n"
1862
1863 #~ msgid ""
1864 #~ "HTTPS (SSL) options:\n"
1865 #~ "       --sslcertfile=FILE     optional client certificate.\n"
1866 #~ "       --sslcertkey=KEYFILE   optional keyfile for this certificate.\n"
1867 #~ "       --egd-file=FILE        file name of the EGD socket.\n"
1868 #~ "       --sslcadir=DIR         dir where hash list of CA's are stored.\n"
1869 #~ "       --sslcafile=FILE       file with bundle of CA's\n"
1870 #~ "       --sslcerttype=0/1      Client-Cert type 0=PEM (default) / 1=ASN1 "
1871 #~ "(DER)\n"
1872 #~ "       --sslcheckcert=0/1     Check the server cert agenst given CA\n"
1873 #~ "       --sslprotocol=0-3      choose SSL protocol; 0=automatic,\n"
1874 #~ "                              1=SSLv2 2=SSLv3 3=TLSv1\n"
1875 #~ "\n"
1876 #~ msgstr ""
1877 #~ "HTTPS (SSL) options:\n"
1878 #~ "       --sslcertfile=FILE     optional client certificate.\n"
1879 #~ "       --sslcertkey=KEYFILE   optional keyfile for this certificate.\n"
1880 #~ "       --egd-file=FILE        file name of the EGD socket.\n"
1881 #~ "       --sslcadir=DIR         dir where hash list of CA's are stored.\n"
1882 #~ "       --sslcafile=FILE       file with bundle of CA's\n"
1883 #~ "       --sslcerttype=0/1      Client-Cert type 0=PEM (default) / 1=ASN1 "
1884 #~ "(DER)\n"
1885 #~ "       --sslcheckcert=0/1     Check the server cert agenst given CA\n"
1886 #~ "       --sslprotocol=0-3      choose SSL protocol; 0=automatic,\n"
1887 #~ "                              1=SSLv2 2=SSLv3 3=TLSv1\n"
1888 #~ "\n"
1889
1890 #~ msgid ""
1891 #~ "FTP options:\n"
1892 #~ "  -nr, --dont-remove-listing   don't remove `.listing' files.\n"
1893 #~ "  -g,  --glob=on/off           turn file name globbing on or off.\n"
1894 #~ "       --passive-ftp           use the \"passive\" transfer mode.\n"
1895 #~ "       --retr-symlinks         when recursing, get linked-to files (not "
1896 #~ "dirs).\n"
1897 #~ "\n"
1898 #~ msgstr ""
1899 #~ "FTP options:\n"
1900 #~ "  -nr, --dont-remove-listing   don't remove `.listing' files.\n"
1901 #~ "  -g,  --glob=on/off           turn file name globbing on or off.\n"
1902 #~ "       --passive-ftp           use the \"passive\" transfer mode.\n"
1903 #~ "       --retr-symlinks         when recursing, get linked-to files (not "
1904 #~ "dirs).\n"
1905 #~ "\n"
1906
1907 #~ msgid ""
1908 #~ "Recursive retrieval:\n"
1909 #~ "  -r,  --recursive          recursive download.\n"
1910 #~ "  -l,  --level=NUMBER       maximum recursion depth (inf or 0 for "
1911 #~ "infinite).\n"
1912 #~ "       --delete-after       delete files locally after downloading them.\n"
1913 #~ "  -k,  --convert-links      convert non-relative links to relative.\n"
1914 #~ "  -K,  --backup-converted   before converting file X, back up as X.orig.\n"
1915 #~ "  -m,  --mirror             shortcut option equivalent to -r -N -l inf -"
1916 #~ "nr.\n"
1917 #~ "  -p,  --page-requisites    get all images, etc. needed to display HTML "
1918 #~ "page.\n"
1919 #~ "       --strict-comments    turn on strict (SGML) handling of HTML "
1920 #~ "comments.\n"
1921 #~ "\n"
1922 #~ msgstr ""
1923 #~ "Recursive retrieval:\n"
1924 #~ "  -r,  --recursive          recursive download.\n"
1925 #~ "  -l,  --level=NUMBER       maximum recursion depth (inf or 0 for "
1926 #~ "infinite).\n"
1927 #~ "       --delete-after       delete files locally after downloading them.\n"
1928 #~ "  -k,  --convert-links      convert non-relative links to relative.\n"
1929 #~ "  -K,  --backup-converted   before converting file X, back up as X.orig.\n"
1930 #~ "  -m,  --mirror             shortcut option equivalent to -r -N -l inf -"
1931 #~ "nr.\n"
1932 #~ "  -p,  --page-requisites    get all images, etc. needed to display HTML "
1933 #~ "page.\n"
1934 #~ "       --strict-comments    turn on strict (SGML) handling of HTML "
1935 #~ "comments.\n"
1936 #~ "\n"
1937
1938 #~ msgid ""
1939 #~ "Recursive accept/reject:\n"
1940 #~ "  -A,  --accept=LIST                comma-separated list of accepted "
1941 #~ "extensions.\n"
1942 #~ "  -R,  --reject=LIST                comma-separated list of rejected "
1943 #~ "extensions.\n"
1944 #~ "  -D,  --domains=LIST               comma-separated list of accepted "
1945 #~ "domains.\n"
1946 #~ "       --exclude-domains=LIST       comma-separated list of rejected "
1947 #~ "domains.\n"
1948 #~ "       --follow-ftp                 follow FTP links from HTML "
1949 #~ "documents.\n"
1950 #~ "       --follow-tags=LIST           comma-separated list of followed HTML "
1951 #~ "tags.\n"
1952 #~ "  -G,  --ignore-tags=LIST           comma-separated list of ignored HTML "
1953 #~ "tags.\n"
1954 #~ "  -H,  --span-hosts                 go to foreign hosts when recursive.\n"
1955 #~ "  -L,  --relative                   follow relative links only.\n"
1956 #~ "  -I,  --include-directories=LIST   list of allowed directories.\n"
1957 #~ "  -X,  --exclude-directories=LIST   list of excluded directories.\n"
1958 #~ "  -np, --no-parent                  don't ascend to the parent "
1959 #~ "directory.\n"
1960 #~ "\n"
1961 #~ msgstr ""
1962 #~ "Recursive accept/reject:\n"
1963 #~ "  -A,  --accept=LIST                comma-separated list of accepted "
1964 #~ "extensions.\n"
1965 #~ "  -R,  --reject=LIST                comma-separated list of rejected "
1966 #~ "extensions.\n"
1967 #~ "  -D,  --domains=LIST               comma-separated list of accepted "
1968 #~ "domains.\n"
1969 #~ "       --exclude-domains=LIST       comma-separated list of rejected "
1970 #~ "domains.\n"
1971 #~ "       --follow-ftp                 follow FTP links from HTML "
1972 #~ "documents.\n"
1973 #~ "       --follow-tags=LIST           comma-separated list of followed HTML "
1974 #~ "tags.\n"
1975 #~ "  -G,  --ignore-tags=LIST           comma-separated list of ignored HTML "
1976 #~ "tags.\n"
1977 #~ "  -H,  --span-hosts                 go to foreign hosts when recursive.\n"
1978 #~ "  -L,  --relative                   follow relative links only.\n"
1979 #~ "  -I,  --include-directories=LIST   list of allowed directories.\n"
1980 #~ "  -X,  --exclude-directories=LIST   list of excluded directories.\n"
1981 #~ "  -np, --no-parent                  don't ascend to the parent "
1982 #~ "directory.\n"
1983 #~ "\n"
1984
1985 #~ msgid "%s: debug support not compiled in.\n"
1986 #~ msgstr "%s: debug support not compiled in.\n"
1987
1988 #~ msgid "Starting WinHelp %s\n"
1989 #~ msgstr "Starting WinHelp %s\n"
1990
1991 #~ msgid "%s: %s: Not enough memory.\n"
1992 #~ msgstr "%s: %s: Not enough memory.\n"