git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2977 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-12-18 08:14:25 +00:00
parent 713c7e8677
commit 0fd882123a

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: calvin@users.sourceforge.net\n"
"POT-Creation-Date: 2005-10-17 14:31+0200\n"
"POT-Creation-Date: 2005-12-18 09:14+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -59,16 +59,16 @@ msgstr ""
msgid "%s URL ignored."
msgstr ""
#: ../linkcheck/checker/urlbase.py:262
#: ../linkcheck/checker/urlbase.py:269
msgid "URL is empty"
msgstr ""
#: ../linkcheck/checker/urlbase.py:269
#: ../linkcheck/checker/urlbase.py:276
#, python-format
msgid "Effective URL %r."
msgstr ""
#: ../linkcheck/checker/urlbase.py:286
#: ../linkcheck/checker/urlbase.py:293
#, python-format
msgid ""
"URL %r has a unicode domain name which\n"
@ -76,50 +76,50 @@ msgid ""
" the URL %r instead."
msgstr ""
#: ../linkcheck/checker/urlbase.py:292
#: ../linkcheck/checker/urlbase.py:299
#, python-format
msgid "Base URL is not properly normed. Normed URL is %(url)s."
msgstr ""
#: ../linkcheck/checker/urlbase.py:332
#: ../linkcheck/checker/urlbase.py:339
#, python-format
msgid "URL has invalid port %r"
msgstr ""
#: ../linkcheck/checker/urlbase.py:366
#: ../linkcheck/checker/urlbase.py:373
#, python-format
msgid "URL is located in %s."
msgstr ""
#: ../linkcheck/checker/urlbase.py:381 ../linkcheck/checker/ignoredurl.py:34
#: ../linkcheck/checker/urlbase.py:388 ../linkcheck/checker/ignoredurl.py:34
msgid "Outside of domain filter, checked only syntax."
msgstr ""
#: ../linkcheck/checker/urlbase.py:395
#: ../linkcheck/checker/urlbase.py:402
msgid "Hostname not found"
msgstr ""
#: ../linkcheck/checker/urlbase.py:398
#: ../linkcheck/checker/urlbase.py:405
#, python-format
msgid "Bad HTTP response %r"
msgstr ""
#: ../linkcheck/checker/urlbase.py:422
#: ../linkcheck/checker/urlbase.py:429
#, python-format
msgid "could not get content: %r"
msgstr ""
#: ../linkcheck/checker/urlbase.py:533
#: ../linkcheck/checker/urlbase.py:541
#, python-format
msgid "Anchor #%s not found."
msgstr ""
#: ../linkcheck/checker/urlbase.py:590
#: ../linkcheck/checker/urlbase.py:598
#, python-format
msgid "Found %r in link contents."
msgstr ""
#: ../linkcheck/checker/urlbase.py:600
#: ../linkcheck/checker/urlbase.py:608
#, python-format
msgid "Content size %s is larger than %s."
msgstr ""
@ -370,7 +370,7 @@ msgstr ""
msgid "System info:"
msgstr ""
#: ../linkcheck/checker/__init__.py:193 ../linkchecker:507
#: ../linkcheck/checker/__init__.py:193 ../linkchecker:493
#, python-format
msgid "Python %s on %s"
msgstr ""
@ -379,98 +379,98 @@ msgstr ""
msgid "URL is unrecognized or has invalid syntax"
msgstr ""
#: ../linkcheck/checker/httpurl.py:161
#: ../linkcheck/checker/httpurl.py:162
msgid "Access denied by robots.txt, checked only syntax."
msgstr ""
#: ../linkcheck/checker/httpurl.py:167
#: ../linkcheck/checker/httpurl.py:168
msgid "Amazon servers block HTTP HEAD requests, using GET instead."
msgstr ""
#: ../linkcheck/checker/httpurl.py:178
#: ../linkcheck/checker/httpurl.py:179
msgid "unknown"
msgstr ""
#: ../linkcheck/checker/httpurl.py:180
#: ../linkcheck/checker/httpurl.py:181
#, python-format
msgid "Server %r did not support HEAD request; a GET request was used instead."
msgstr ""
#: ../linkcheck/checker/httpurl.py:183
#: ../linkcheck/checker/httpurl.py:184
#, python-format
msgid "Server %r had no anchor support, removed anchor from request."
msgstr ""
#: ../linkcheck/checker/httpurl.py:224
#: ../linkcheck/checker/httpurl.py:225
#, python-format
msgid "Enforced proxy %r."
msgstr ""
#: ../linkcheck/checker/httpurl.py:228
#: ../linkcheck/checker/httpurl.py:229
#, python-format
msgid "Enforced proxy %r ignored, aborting."
msgstr ""
#: ../linkcheck/checker/httpurl.py:254
#: ../linkcheck/checker/httpurl.py:255
#, python-format
msgid "more than %d redirections, aborting"
msgstr ""
#: ../linkcheck/checker/httpurl.py:307
#: ../linkcheck/checker/httpurl.py:308
#, python-format
msgid "Redirected to %(url)s."
msgstr ""
#: ../linkcheck/checker/httpurl.py:316
#: ../linkcheck/checker/httpurl.py:318
#, python-format
msgid "Redirection to different URL type encountered; the original URL was %r."
msgstr ""
#: ../linkcheck/checker/httpurl.py:323
#: ../linkcheck/checker/httpurl.py:325
msgid "The redirected URL is outside of the domain filter, checked only syntax."
msgstr ""
#: ../linkcheck/checker/httpurl.py:330
#: ../linkcheck/checker/httpurl.py:332
msgid "Access to redirected URL denied by robots.txt, checked only syntax."
msgstr ""
#: ../linkcheck/checker/httpurl.py:344
#: ../linkcheck/checker/httpurl.py:346
#, python-format
msgid ""
"recursive redirection encountered:\n"
" %s"
msgstr ""
#: ../linkcheck/checker/httpurl.py:354
#: ../linkcheck/checker/httpurl.py:356
msgid "HTTP 301 (moved permanent) encountered: you should update this link."
msgstr ""
#: ../linkcheck/checker/httpurl.py:395
#: ../linkcheck/checker/httpurl.py:409
#, python-format
msgid "Store cookie: %s."
msgstr ""
#: ../linkcheck/checker/httpurl.py:402
#: ../linkcheck/checker/httpurl.py:418
#, python-format
msgid "Could not store cookies: %(msg)s."
msgstr ""
#: ../linkcheck/checker/httpurl.py:411
#: ../linkcheck/checker/httpurl.py:427
#, python-format
msgid "Last modified %s."
msgstr ""
#: ../linkcheck/checker/httpurl.py:494
#: ../linkcheck/checker/httpurl.py:516
#, python-format
msgid "Unsupported HTTP url scheme %r"
msgstr ""
#: ../linkcheck/checker/httpurl.py:525
#: ../linkcheck/checker/httpurl.py:547
#, python-format
msgid "Decompress error %(err)s"
msgstr ""
#: ../linkcheck/checker/httpurl.py:548 ../linkcheck/checker/httpurl.py:577
#: ../linkcheck/checker/httpurl.py:570 ../linkcheck/checker/httpurl.py:599
#, python-format
msgid "Unsupported content encoding %r."
msgstr ""
@ -567,8 +567,8 @@ msgid "Write comments and bugs to %(email)s"
msgstr ""
#: ../linkcheck/logger/dot.py:120 ../linkcheck/logger/gml.py:124
#: ../linkcheck/logger/csvlog.py:128 ../linkcheck/logger/html.py:298
#: ../linkcheck/logger/sql.py:149 ../linkcheck/logger/text.py:255
#: ../linkcheck/logger/csvlog.py:128 ../linkcheck/logger/html.py:299
#: ../linkcheck/logger/sql.py:150 ../linkcheck/logger/text.py:256
#: ../linkcheck/logger/xmllog.py:113
#, python-format
msgid "Stopped checking at %s (%s)"
@ -603,46 +603,46 @@ msgstr ""
msgid "%.3f seconds"
msgstr ""
#: ../linkcheck/logger/html.py:268 ../linkcheck/logger/text.py:226
#: ../linkcheck/logger/html.py:269 ../linkcheck/logger/text.py:227
msgid "Valid"
msgstr ""
#: ../linkcheck/logger/html.py:272 ../linkcheck/logger/text.py:229
#: ../linkcheck/logger/html.py:273 ../linkcheck/logger/text.py:230
msgid "Error"
msgstr ""
#: ../linkcheck/logger/html.py:285 ../linkcheck/logger/text.py:242
#: ../linkcheck/logger/html.py:286 ../linkcheck/logger/text.py:243
msgid "That's it."
msgstr ""
#: ../linkcheck/logger/html.py:287 ../linkcheck/logger/text.py:244
#: ../linkcheck/logger/html.py:288 ../linkcheck/logger/text.py:245
#, python-format
msgid "%d link checked."
msgid_plural "%d links checked."
msgstr[0] ""
msgstr[1] ""
#: ../linkcheck/logger/html.py:290 ../linkcheck/logger/text.py:248
#: ../linkcheck/logger/html.py:291 ../linkcheck/logger/text.py:249
#, python-format
msgid "%d warning found."
msgid_plural "%d warnings found."
msgstr[0] ""
msgstr[1] ""
#: ../linkcheck/logger/html.py:293 ../linkcheck/logger/text.py:251
#: ../linkcheck/logger/html.py:294 ../linkcheck/logger/text.py:252
#, python-format
msgid "%d error found."
msgid_plural "%d errors found."
msgstr[0] ""
msgstr[1] ""
#: ../linkcheck/logger/html.py:303 ../linkcheck/logger/sql.py:84
#: ../linkcheck/logger/html.py:304 ../linkcheck/logger/sql.py:84
#: ../linkcheck/logger/text.py:98 ../linkcheck/logger/xmllog.py:99
#, python-format
msgid "Get the newest version at %s"
msgstr ""
#: ../linkcheck/logger/html.py:306 ../linkcheck/logger/sql.py:86
#: ../linkcheck/logger/html.py:307 ../linkcheck/logger/sql.py:86
#: ../linkcheck/logger/text.py:100 ../linkcheck/logger/xmllog.py:101
#, python-format
msgid "Write comments and bugs to %s"
@ -676,15 +676,15 @@ msgstr ""
msgid "NOTSET"
msgstr ""
#: ../linkcheck/strformat.py:214
#: ../linkcheck/strformat.py:225
msgid "seconds"
msgstr ""
#: ../linkcheck/strformat.py:217
#: ../linkcheck/strformat.py:228
msgid "minutes"
msgstr ""
#: ../linkcheck/strformat.py:220
#: ../linkcheck/strformat.py:231
msgid "hours"
msgstr ""
@ -750,11 +750,11 @@ msgstr ""
msgid "syntax error in entry%d %r: %s"
msgstr ""
#: ../linkchecker:69
#: ../linkchecker:57
msgid "USAGE\tlinkchecker [options] file-or-url...\n"
msgstr ""
#: ../linkchecker:72
#: ../linkchecker:60
msgid ""
"NOTES\n"
" o URLs on the command line starting with \"ftp.\" are treated like\n"
@ -773,7 +773,7 @@ msgid ""
" same as the host of the user browsing your pages.\n"
msgstr ""
#: ../linkchecker:88
#: ../linkchecker:76
msgid ""
"PROXY SUPPORT\n"
"To use a proxy set $http_proxy, $https_proxy, $ftp_proxy, $gopher_proxy\n"
@ -781,7 +781,7 @@ msgid ""
"On a Mac use the Internet Config.\n"
msgstr ""
#: ../linkchecker:94
#: ../linkchecker:82
msgid ""
"REGULAR EXPRESSIONS\n"
"Only Python regular expressions are accepted by LinkChecker.\n"
@ -792,7 +792,7 @@ msgid ""
"the regular expression.\n"
msgstr ""
#: ../linkchecker:103
#: ../linkchecker:91
msgid ""
"RETURN VALUE\n"
"The return value is non-zero when\n"
@ -801,7 +801,7 @@ msgid ""
" o a program error occurred\n"
msgstr ""
#: ../linkchecker:110
#: ../linkchecker:98
msgid ""
"EXAMPLES\n"
"The most common use checks the given domain recursively, plus any\n"
@ -827,7 +827,7 @@ msgid ""
" linkchecker -r0 ftp.linux.org\n"
msgstr ""
#: ../linkchecker:134
#: ../linkchecker:122
msgid ""
"OUTPUT TYPES\n"
"Note that by default only errors and warnings are logged.\n"
@ -854,47 +854,47 @@ msgid ""
"none Logs nothing. Suitable for scripts.\n"
msgstr ""
#: ../linkchecker:159
#: ../linkchecker:147
msgid ""
"IGNORE WARNINGS\n"
"The following warnings are recognized in the ignorewarnings config\n"
"file entry:\n"
msgstr ""
#: ../linkchecker:185
#: ../linkchecker:173
#, python-format
msgid "Error: %s"
msgstr ""
#: ../linkchecker:187
#: ../linkchecker:174
msgid "Execute 'linkchecker -h' for help"
msgstr ""
#: ../linkchecker:198
#: ../linkchecker:184
msgid ""
"The `pstats' Python module is not installed, therefore the --viewprof option "
"is disabled."
msgstr ""
#: ../linkchecker:203
#: ../linkchecker:189
#, python-format
msgid "Could not find profiling file %r."
msgstr ""
#: ../linkchecker:205
#: ../linkchecker:191
msgid "Please run linkchecker with --profile to generate it."
msgstr ""
#: ../linkchecker:222
#: ../linkchecker:207
#, python-format
msgid "Syntax error in %r: %s"
msgstr ""
#: ../linkchecker:316
#: ../linkchecker:301
msgid "General options"
msgstr ""
#: ../linkchecker:320
#: ../linkchecker:305
msgid ""
"Use FILENAME as configuration file. Per default LinkChecker first\n"
"searches /etc/linkchecker/linkcheckerrc and then ~/.linkchecker/"
@ -902,43 +902,43 @@ msgid ""
"(under Windows <path-to-program>\\linkcheckerrc)."
msgstr ""
#: ../linkchecker:325
#: ../linkchecker:310
msgid "Ask for URL if none are given on the commandline."
msgstr ""
#: ../linkchecker:329
#: ../linkchecker:314
msgid ""
"Generate no more than the given number of threads. Default number\n"
"of threads is 10. To disable threading specify a non-positive number."
msgstr ""
#: ../linkchecker:333
#: ../linkchecker:318
msgid ""
"Run with normal thread scheduling priority. Per default LinkChecker\n"
"runs with low thread priority to be suitable as a background job."
msgstr ""
#: ../linkchecker:337
#: ../linkchecker:322
msgid "Do not use the psyco optimization module even if it is installed."
msgstr ""
#: ../linkchecker:341
#: ../linkchecker:326
msgid "Print version and exit."
msgstr ""
#: ../linkchecker:344
#: ../linkchecker:329
msgid "Output options"
msgstr ""
#: ../linkchecker:347
#: ../linkchecker:332
msgid "Log all checked URLs. Default is to log only errors and warnings."
msgstr ""
#: ../linkchecker:349
#: ../linkchecker:334
msgid "Don't log warnings. Default is to log warnings."
msgstr ""
#: ../linkchecker:353
#: ../linkchecker:338
msgid ""
"Define a regular expression which prints a warning if it matches\n"
"any content of the checked link. This applies only to valid pages,\n"
@ -949,19 +949,19 @@ msgid ""
"Application Server error'."
msgstr ""
#: ../linkchecker:363
#: ../linkchecker:348
msgid ""
"Print a warning if content size info is available and exceeds the\n"
"given number of bytes."
msgstr ""
#: ../linkchecker:367
#: ../linkchecker:352
msgid ""
"Quiet operation, an alias for '-o none'.\n"
"This is only useful with -F."
msgstr ""
#: ../linkchecker:372
#: ../linkchecker:357
#, python-format
msgid ""
"Specify output as %(loggertypes)s. Default output type is text.\n"
@ -971,7 +971,7 @@ msgid ""
"html."
msgstr ""
#: ../linkchecker:380
#: ../linkchecker:365
#, python-format
msgid ""
"Output to a file linkchecker-out.TYPE, $HOME/.linkchecker/blacklist for\n"
@ -988,11 +988,11 @@ msgid ""
"suppress all console output with the option '-o none'."
msgstr ""
#: ../linkchecker:394
#: ../linkchecker:379
msgid "Do not print check status messages."
msgstr ""
#: ../linkchecker:397
#: ../linkchecker:382
#, python-format
msgid ""
"Print debugging output for the given logger.\n"
@ -1005,46 +1005,46 @@ msgid ""
"be disabled during debug runs."
msgstr ""
#: ../linkchecker:407
#: ../linkchecker:392
msgid ""
"Print tracing information. The psyco optimization\n"
"module will be disabled during traced runs."
msgstr ""
#: ../linkchecker:411
#: ../linkchecker:396
#, python-format
msgid ""
"Write profiling data into a file named %s in the\n"
"current working directory. See also --viewprof."
msgstr ""
#: ../linkchecker:415
#: ../linkchecker:400
msgid "Print out previously generated profiling data. See also --profile."
msgstr ""
#: ../linkchecker:420
#: ../linkchecker:405
msgid "Checking options"
msgstr ""
#: ../linkchecker:424
#: ../linkchecker:409
msgid ""
"Check recursively all links up to given depth. A negative depth\n"
"will enable infinite recursion. Default depth is infinite."
msgstr ""
#: ../linkchecker:429
#: ../linkchecker:414
msgid ""
"Check but do not recurse into URLs matching the given regular\n"
"expression. This option can be given multiple times."
msgstr ""
#: ../linkchecker:434
#: ../linkchecker:419
msgid ""
"Only check syntax of URLs matching the given regular expression.\n"
" This option can be given multiple times."
msgstr ""
#: ../linkchecker:438
#: ../linkchecker:423
msgid ""
"Accept and send HTTP cookies according to RFC 2109. Only cookies\n"
"which are sent back to the originating server are accepted.\n"
@ -1052,127 +1052,127 @@ msgid ""
"information."
msgstr ""
#: ../linkchecker:444
#: ../linkchecker:429
msgid "Check HTTP anchor references. Default is not to check anchors."
msgstr ""
#: ../linkchecker:447
#: ../linkchecker:432
msgid ""
"Treat url#anchora and url#anchorb as equal on caching. This\n"
"is the default browser behaviour, but it's not specified in\n"
"the URI specification. Use with care."
msgstr ""
#: ../linkchecker:453
#: ../linkchecker:438
msgid ""
"Try the given username for HTTP and FTP authorization.\n"
"For FTP the default username is 'anonymous'. For HTTP there is\n"
"no default username. See also -p."
msgstr ""
#: ../linkchecker:459
#: ../linkchecker:444
msgid ""
"Try the given password for HTTP and FTP authorization.\n"
"For FTP the default password is 'anonymous@'. For HTTP there is\n"
"no default password. See also -u."
msgstr ""
#: ../linkchecker:465
#: ../linkchecker:450
#, python-format
msgid ""
"Set the timeout for connection attempts in seconds. The default\n"
"timeout is %d seconds."
msgstr ""
#: ../linkchecker:470
#: ../linkchecker:455
msgid ""
"Pause the given number of seconds between each url check. This option\n"
"disables threading. Default is no pause between requests."
msgstr ""
#: ../linkchecker:475
#: ../linkchecker:460
msgid ""
"Specify an NNTP server for 'news:...' links. Default is the\n"
"environment variable NNTP_SERVER. If no host is given,\n"
"only the syntax of the link is checked."
msgstr ""
#: ../linkchecker:481
#: ../linkchecker:466
msgid ""
"Contact hosts that match the given regular expression directly instead\n"
"of going through a proxy. This option can be given multiple times."
msgstr ""
#: ../linkchecker:498
#: ../linkchecker:484
#, python-format
msgid "Invalid debug level %(level)r"
msgstr ""
#: ../linkchecker:517
#: ../linkchecker:503
#, python-format
msgid "Unreadable config file: %r"
msgstr ""
#: ../linkchecker:549 ../linkchecker:577
#: ../linkchecker:535 ../linkchecker:563
#, python-format
msgid "Unknown logger type %r in %r for option %s"
msgstr ""
#: ../linkchecker:552 ../linkchecker:581
#: ../linkchecker:538 ../linkchecker:567
#, python-format
msgid "Unknown encoding %r in %r for option %s"
msgstr ""
#: ../linkchecker:588
#: ../linkchecker:574
#, python-format
msgid "Illegal argument %r for option %s: %s"
msgstr ""
#: ../linkchecker:604 ../linkchecker:622
#: ../linkchecker:590 ../linkchecker:608
#, python-format
msgid "Illegal argument %r for option %s"
msgstr ""
#: ../linkchecker:654
#: ../linkchecker:640
msgid ""
"Using DOT or GML loggers without verbose output gives an incomplete sitemap "
"graph."
msgstr ""
#: ../linkchecker:661
#: ../linkchecker:647
msgid ""
"enter one or more URLs, separated by white-space\n"
"--> "
msgstr ""
#: ../linkchecker:664
#: ../linkchecker:650
msgid "no files or URLs given"
msgstr ""
#: ../linkchecker:685
#: ../linkchecker:671
msgid ""
"The `profile' Python module is not installed, therefore the --profile option "
"is disabled."
msgstr ""
#: ../linkchecker:691
#: ../linkchecker:677
#, python-format
msgid ""
"Overwrite profiling file %r?\n"
"Press Ctrl-C to cancel, RETURN to continue."
msgstr ""
#: ../linkchecker:697
#: ../linkchecker:683
msgid "Canceled."
msgstr ""
#: ../linkchecker:711
#: ../linkchecker:697
msgid ""
"Psyco is installed but not used since the version is too old.\n"
"Psyco >= 1.4 is needed."
msgstr ""
#: ../linkchecker:721
#: ../linkchecker:707
msgid "Hit RETURN to finish"
msgstr ""