git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2167 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-19 23:01:44 +00:00
parent 1d29ee41ab
commit 4b5629d9e9
2 changed files with 431 additions and 393 deletions

474
po/de.po

File diff suppressed because it is too large Load diff

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-01-11 12:41+0100\n"
"POT-Creation-Date: 2005-01-19 23:59+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"
@ -17,144 +17,144 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../linkcheck/checker/consumer.py:115
#: ../linkcheck/checker/consumer.py:135
#, python-format
msgid "keyboard interrupt; waiting for %d active threads to finish"
msgstr ""
#: ../linkcheck/checker/consumer.py:133
#: ../linkcheck/checker/consumer.py:155
#, python-format
msgid ""
"Status: %5d URLs queued, %4d URLs checked, %2d active threads, runtime %s"
msgstr ""
#: ../linkcheck/checker/ignoredurl.py:25 ../linkcheck/checker/httpsurl.py:29
#: ../linkcheck/checker/ignoredurl.py:29 ../linkcheck/checker/httpsurl.py:35
#, python-format
msgid "%s URL ignored."
msgstr ""
#: ../linkcheck/checker/fileurl.py:93
#: ../linkcheck/checker/fileurl.py:100
msgid "Added trailing slash to directory."
msgstr ""
#: ../linkcheck/checker/fileurl.py:99
#: ../linkcheck/checker/fileurl.py:106
msgid "directory"
msgstr ""
#: ../linkcheck/checker/fileurl.py:113
#: ../linkcheck/checker/fileurl.py:120
#, python-format
msgid ""
"The URL path %r is not the same as the system path %r. You should always use "
"the system path in URLs."
msgstr ""
#: ../linkcheck/checker/httpurl.py:65
#: ../linkcheck/checker/httpurl.py:71
msgid "URL path is empty, assuming '/' as path."
msgstr ""
#: ../linkcheck/checker/httpurl.py:120
#: ../linkcheck/checker/httpurl.py:126
#, python-format
msgid "Using Proxy %r."
msgstr ""
#: ../linkcheck/checker/httpurl.py:126 ../linkcheck/checker/httpurl.py:256
#: ../linkcheck/checker/httpurl.py:132 ../linkcheck/checker/httpurl.py:262
msgid "Access denied by robots.txt, checked only syntax."
msgstr ""
#: ../linkcheck/checker/httpurl.py:130
#: ../linkcheck/checker/httpurl.py:136
msgid "Amazon servers block HTTP HEAD requests, using GET instead."
msgstr ""
#: ../linkcheck/checker/httpurl.py:157
#: ../linkcheck/checker/httpurl.py:163
#, python-format
msgid "Enforced Proxy %r."
msgstr ""
#: ../linkcheck/checker/httpurl.py:183
#: ../linkcheck/checker/httpurl.py:189
#, python-format
msgid "more than %d redirections, aborting"
msgstr ""
#: ../linkcheck/checker/httpurl.py:215
#: ../linkcheck/checker/httpurl.py:221
msgid "Zope Server cannot determine MIME type with HEAD, falling back to GET."
msgstr ""
#: ../linkcheck/checker/httpurl.py:223
#: ../linkcheck/checker/httpurl.py:229
#, python-format
msgid "Effective URL %s."
msgstr ""
#: ../linkcheck/checker/httpurl.py:243
#: ../linkcheck/checker/httpurl.py:249
#, python-format
msgid "Redirected to %(url)s."
msgstr ""
#: ../linkcheck/checker/httpurl.py:251 ../linkcheck/checker/urlbase.py:325
#: ../linkcheck/checker/httpurl.py:257 ../linkcheck/checker/urlbase.py:360
msgid "Outside of domain filter, checked only syntax."
msgstr ""
#: ../linkcheck/checker/httpurl.py:266
#: ../linkcheck/checker/httpurl.py:272
#, python-format
msgid ""
"recursive redirection encountered:\n"
" %s"
msgstr ""
#: ../linkcheck/checker/httpurl.py:276
#: ../linkcheck/checker/httpurl.py:282
msgid "HTTP 301 (moved permanent) encountered: you should update this link."
msgstr ""
#: ../linkcheck/checker/httpurl.py:281
#: ../linkcheck/checker/httpurl.py:287
msgid ""
"A HTTP 301 redirection occured and the URL has no trailing / at the end. All "
"URLs which point to (home) directories should end with a / to avoid "
"redirection."
msgstr ""
#: ../linkcheck/checker/httpurl.py:292
#: ../linkcheck/checker/httpurl.py:298
#, python-format
msgid "HTTP redirection to non-http url encountered; the original url was %r."
msgstr ""
#: ../linkcheck/checker/httpurl.py:320
#: ../linkcheck/checker/httpurl.py:326
msgid "unknown"
msgstr ""
#: ../linkcheck/checker/httpurl.py:322
#: ../linkcheck/checker/httpurl.py:328
#, python-format
msgid "Server %r did not support HEAD request, used GET for checking."
msgstr ""
#: ../linkcheck/checker/httpurl.py:325
#: ../linkcheck/checker/httpurl.py:331
#, python-format
msgid "Server %r had no anchor support, removed anchor from request."
msgstr ""
#: ../linkcheck/checker/httpurl.py:340
#: ../linkcheck/checker/httpurl.py:346
#, python-format
msgid "Could not store cookies: %(msg)s."
msgstr ""
#: ../linkcheck/checker/httpurl.py:348
#: ../linkcheck/checker/httpurl.py:354
#, python-format
msgid "Last modified %s."
msgstr ""
#: ../linkcheck/checker/httpurl.py:406
#: ../linkcheck/checker/httpurl.py:413
#, python-format
msgid "Unsupported HTTP url scheme %r"
msgstr ""
#: ../linkcheck/checker/httpurl.py:443 ../linkcheck/checker/httpurl.py:464
#: ../linkcheck/checker/httpurl.py:450 ../linkcheck/checker/httpurl.py:471
#, python-format
msgid "Unsupported content encoding %r."
msgstr ""
#: ../linkcheck/checker/errorurl.py:29
#: ../linkcheck/checker/errorurl.py:32
msgid "URL is unrecognized or has invalid syntax"
msgstr ""
#: ../linkcheck/checker/urlbase.py:45
#: ../linkcheck/checker/urlbase.py:49
#, python-format
msgid ""
"********** Oops, I did it again. *************\n"
@ -172,24 +172,24 @@ msgid ""
"I can work with ;) .\n"
msgstr ""
#: ../linkcheck/checker/urlbase.py:64
#: ../linkcheck/checker/urlbase.py:68
msgid "******** LinkChecker internal error, bailing out ********"
msgstr ""
#: ../linkcheck/checker/urlbase.py:70
#: ../linkcheck/checker/urlbase.py:76
msgid "System info:"
msgstr ""
#: ../linkcheck/checker/urlbase.py:72
#: ../linkcheck/checker/urlbase.py:78
#, python-format
msgid "Python %s on %s"
msgstr ""
#: ../linkcheck/checker/urlbase.py:240
#: ../linkcheck/checker/urlbase.py:270
msgid "URL is empty"
msgstr ""
#: ../linkcheck/checker/urlbase.py:258
#: ../linkcheck/checker/urlbase.py:289
#, python-format
msgid ""
"URL %s has a unicode domain name which\n"
@ -197,298 +197,309 @@ msgid ""
" the URL %s instead."
msgstr ""
#: ../linkcheck/checker/urlbase.py:263
#: ../linkcheck/checker/urlbase.py:294
#, python-format
msgid "Base URL is not properly normed. Normed url is %(url)s."
msgstr ""
#: ../linkcheck/checker/urlbase.py:291
#: ../linkcheck/checker/urlbase.py:322
#, python-format
msgid "URL has invalid port %r"
msgstr ""
#: ../linkcheck/checker/urlbase.py:340
#: ../linkcheck/checker/urlbase.py:375
msgid "Hostname not found"
msgstr ""
#: ../linkcheck/checker/urlbase.py:343
#: ../linkcheck/checker/urlbase.py:378
#, python-format
msgid "Bad HTTP response %r"
msgstr ""
#: ../linkcheck/checker/urlbase.py:372
#: ../linkcheck/checker/urlbase.py:407
#, python-format
msgid "could not parse content: %r"
msgstr ""
#: ../linkcheck/checker/urlbase.py:446
#: ../linkcheck/checker/urlbase.py:487
#, python-format
msgid "Anchor #%s not found."
msgstr ""
#: ../linkcheck/checker/urlbase.py:515
#: ../linkcheck/checker/urlbase.py:561
#, python-format
msgid "Found %r in link contents."
msgstr ""
#: ../linkcheck/checker/urlbase.py:522
#: ../linkcheck/checker/urlbase.py:570
#, python-format
msgid "Content size %s is larger than %s."
msgstr ""
#: ../linkcheck/checker/telneturl.py:43
#: ../linkcheck/checker/telneturl.py:47
msgid "Host is empty"
msgstr ""
#: ../linkcheck/checker/mailtourl.py:47
#: ../linkcheck/checker/mailtourl.py:51
msgid "Invalid mail syntax"
msgstr ""
#: ../linkcheck/checker/mailtourl.py:98
#: ../linkcheck/checker/mailtourl.py:105
msgid "No addresses found."
msgstr ""
#: ../linkcheck/checker/mailtourl.py:113
#: ../linkcheck/checker/mailtourl.py:123
#, python-format
msgid "No MX mail host for %(domain)s found."
msgstr ""
#: ../linkcheck/checker/mailtourl.py:135
#: ../linkcheck/checker/mailtourl.py:162
#, python-format
msgid "Verified address: %(info)s."
msgstr ""
#: ../linkcheck/checker/mailtourl.py:139
#: ../linkcheck/checker/mailtourl.py:166
#, python-format
msgid "Unverified address: %(info)s. But mail will be sent anyway."
msgstr ""
#: ../linkcheck/checker/mailtourl.py:169
#, python-format
msgid "Unverified address: %(info)s."
msgstr ""
#: ../linkcheck/checker/mailtourl.py:172
#, python-format
msgid "MX mail host %(host)s did not accept connections: %(error)s."
msgstr ""
#: ../linkcheck/checker/mailtourl.py:145
#: ../linkcheck/checker/mailtourl.py:177
msgid "Could not connect, but syntax is correct"
msgstr ""
#: ../linkcheck/checker/mailtourl.py:147
#: ../linkcheck/checker/mailtourl.py:179
#, python-format
msgid "Found MX mail host %(host)s"
msgstr ""
#: ../linkcheck/checker/mailtourl.py:159
#: ../linkcheck/checker/mailtourl.py:190
msgid "Could not split the mail address"
msgstr ""
#: ../linkcheck/checker/nntpurl.py:104
#: ../linkcheck/checker/nntpurl.py:111
msgid "No NNTP server was specified, skipping this URL."
msgstr ""
#: ../linkcheck/checker/nntpurl.py:113
#, python-format
msgid "Articel number %s found."
msgstr ""
#: ../linkcheck/checker/nntpurl.py:120
#, python-format
msgid "Articel number %s found."
msgstr ""
#: ../linkcheck/checker/nntpurl.py:127
#, python-format
msgid "Group %s has %s articles, range %s to %s."
msgstr ""
#: ../linkcheck/checker/nntpurl.py:124
#: ../linkcheck/checker/nntpurl.py:131
msgid "No newsgroup specified in NNTP URL."
msgstr ""
#: ../linkcheck/checker/nntpurl.py:144
#: ../linkcheck/checker/nntpurl.py:153
#, python-format
msgid "NTTP server too busy; tried more than %d times."
msgstr ""
#: ../linkcheck/checker/nntpurl.py:146
#: ../linkcheck/checker/nntpurl.py:155
#, python-format
msgid "NNTP busy: %s."
msgstr ""
#: ../linkcheck/checker/ftpurl.py:101
msgid "Remote host has closed connection"
#: ../linkcheck/checker/ftpurl.py:108
#, python-format
msgid "Remote host has closed connection: %s"
msgstr ""
#: ../linkcheck/checker/ftpurl.py:105
#: ../linkcheck/checker/ftpurl.py:112
msgid "Got no answer from FTP server"
msgstr ""
#: ../linkcheck/checker/ftpurl.py:137
#: ../linkcheck/checker/ftpurl.py:147
msgid "Missing trailing directory slash in ftp url."
msgstr ""
#: ../linkcheck/logger/__init__.py:28
#: ../linkcheck/logger/__init__.py:30
msgid "Real URL"
msgstr ""
#: ../linkcheck/logger/__init__.py:29
#: ../linkcheck/logger/__init__.py:31
msgid "Cache key"
msgstr ""
#: ../linkcheck/logger/__init__.py:30
#: ../linkcheck/logger/__init__.py:32
msgid "Result"
msgstr ""
#: ../linkcheck/logger/__init__.py:31
#: ../linkcheck/logger/__init__.py:33
msgid "Base"
msgstr ""
#: ../linkcheck/logger/__init__.py:32
#: ../linkcheck/logger/__init__.py:34
msgid "Name"
msgstr ""
#: ../linkcheck/logger/__init__.py:33
#: ../linkcheck/logger/__init__.py:35
msgid "Parent URL"
msgstr ""
#: ../linkcheck/logger/__init__.py:34
#: ../linkcheck/logger/__init__.py:36
msgid "Extern"
msgstr ""
#: ../linkcheck/logger/__init__.py:35
#: ../linkcheck/logger/__init__.py:37
msgid "Info"
msgstr ""
#: ../linkcheck/logger/__init__.py:36
#: ../linkcheck/logger/__init__.py:38
msgid "Warning"
msgstr ""
#: ../linkcheck/logger/__init__.py:37
#: ../linkcheck/logger/__init__.py:39
msgid "D/L Time"
msgstr ""
#: ../linkcheck/logger/__init__.py:38
#: ../linkcheck/logger/__init__.py:40
msgid "D/L Size"
msgstr ""
#: ../linkcheck/logger/__init__.py:39
#: ../linkcheck/logger/__init__.py:41
msgid "Check Time"
msgstr ""
#: ../linkcheck/logger/__init__.py:40
#: ../linkcheck/logger/__init__.py:42
msgid "URL"
msgstr ""
#: ../linkcheck/logger/__init__.py:94
#: ../linkcheck/logger/__init__.py:108
#, python-format
msgid "Happy birthday for LinkChecker, I'm %d years old today!"
msgstr ""
#: ../linkcheck/logger/gml.py:44 ../linkcheck/logger/sql.py:61
#: ../linkcheck/logger/xmllog.py:80 ../linkcheck/logger/csvlog.py:49
#: ../linkcheck/logger/gml.py:51 ../linkcheck/logger/sql.py:81
#: ../linkcheck/logger/xmllog.py:98 ../linkcheck/logger/csvlog.py:60
#, python-format
msgid "created by %s at %s"
msgstr ""
#: ../linkcheck/logger/gml.py:47 ../linkcheck/logger/csvlog.py:52
#: ../linkcheck/logger/gml.py:54 ../linkcheck/logger/csvlog.py:63
#, python-format
msgid "Get the newest version at %(url)s"
msgstr ""
#: ../linkcheck/logger/gml.py:49 ../linkcheck/logger/csvlog.py:54
#: ../linkcheck/logger/gml.py:56 ../linkcheck/logger/csvlog.py:65
#, python-format
msgid "Write comments and bugs to %(email)s"
msgstr ""
#: ../linkcheck/logger/gml.py:111 ../linkcheck/logger/html.py:254
#: ../linkcheck/logger/sql.py:124 ../linkcheck/logger/xmllog.py:151
#: ../linkcheck/logger/csvlog.py:107 ../linkcheck/logger/text.py:219
#: ../linkcheck/logger/gml.py:125 ../linkcheck/logger/html.py:296
#: ../linkcheck/logger/sql.py:148 ../linkcheck/logger/xmllog.py:172
#: ../linkcheck/logger/text.py:254 ../linkcheck/logger/csvlog.py:126
#, python-format
msgid "Stopped checking at %s (%s)"
msgstr ""
#: ../linkcheck/logger/html.py:92 ../linkcheck/logger/text.py:97
#: ../linkcheck/logger/html.py:104 ../linkcheck/logger/text.py:106
#, python-format
msgid "Start checking at %s"
msgstr ""
#: ../linkcheck/logger/html.py:154 ../linkcheck/logger/text.py:135
#: ../linkcheck/logger/html.py:174 ../linkcheck/logger/text.py:148
msgid " (cached)"
msgstr ""
#: ../linkcheck/logger/html.py:168 ../linkcheck/logger/text.py:147
#: ../linkcheck/logger/html.py:192 ../linkcheck/logger/text.py:164
#, python-format
msgid ", line %d"
msgstr ""
#: ../linkcheck/logger/html.py:169 ../linkcheck/logger/text.py:148
#: ../linkcheck/logger/html.py:193 ../linkcheck/logger/text.py:165
#, python-format
msgid ", col %d"
msgstr ""
#: ../linkcheck/logger/html.py:193 ../linkcheck/logger/html.py:205
#: ../linkcheck/logger/text.py:164 ../linkcheck/logger/text.py:176
#: ../linkcheck/logger/html.py:223 ../linkcheck/logger/html.py:239
#: ../linkcheck/logger/text.py:187 ../linkcheck/logger/text.py:203
#, python-format
msgid "%.3f seconds"
msgstr ""
#: ../linkcheck/logger/html.py:228 ../linkcheck/logger/text.py:194
#: ../linkcheck/logger/html.py:268 ../linkcheck/logger/text.py:227
msgid "Valid"
msgstr ""
#: ../linkcheck/logger/html.py:233 ../linkcheck/logger/text.py:198
#: ../linkcheck/logger/html.py:273 ../linkcheck/logger/text.py:231
msgid "Error"
msgstr ""
#: ../linkcheck/logger/html.py:244 ../linkcheck/logger/text.py:209
#: ../linkcheck/logger/html.py:286 ../linkcheck/logger/text.py:244
msgid "That's it."
msgstr ""
#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/text.py:211
#: ../linkcheck/logger/html.py:288 ../linkcheck/logger/text.py:246
#, python-format
msgid "%d link checked."
msgid_plural "%d links checked."
msgstr[0] ""
msgstr[1] ""
#: ../linkcheck/logger/html.py:249 ../linkcheck/logger/text.py:215
#: ../linkcheck/logger/html.py:291 ../linkcheck/logger/text.py:250
#, python-format
msgid "%d error found."
msgid_plural "%d errors found."
msgstr[0] ""
msgstr[1] ""
#: ../linkcheck/logger/html.py:259 ../linkcheck/logger/sql.py:64
#: ../linkcheck/logger/xmllog.py:83 ../linkcheck/logger/text.py:91
#: ../linkcheck/logger/html.py:301 ../linkcheck/logger/sql.py:84
#: ../linkcheck/logger/xmllog.py:101 ../linkcheck/logger/text.py:100
#, python-format
msgid "Get the newest version at %s"
msgstr ""
#: ../linkcheck/logger/html.py:262 ../linkcheck/logger/sql.py:66
#: ../linkcheck/logger/xmllog.py:85 ../linkcheck/logger/text.py:93
#: ../linkcheck/logger/html.py:304 ../linkcheck/logger/sql.py:86
#: ../linkcheck/logger/xmllog.py:103 ../linkcheck/logger/text.py:102
#, python-format
msgid "Write comments and bugs to %s"
msgstr ""
#: ../linkcheck/logger/csvlog.py:57
#: ../linkcheck/logger/csvlog.py:68
msgid "Format of the entries:"
msgstr ""
#: ../linkcheck/lc_cgi.py:115
#: ../linkcheck/lc_cgi.py:128
msgid "unsupported language"
msgstr ""
#: ../linkcheck/lc_cgi.py:120
#: ../linkcheck/lc_cgi.py:133
msgid "empty url was given"
msgstr ""
#: ../linkcheck/lc_cgi.py:122
#: ../linkcheck/lc_cgi.py:135
msgid "disallowed url was given"
msgstr ""
#: ../linkcheck/lc_cgi.py:124
#: ../linkcheck/lc_cgi.py:137
msgid "no url was given"
msgstr ""
#: ../linkcheck/lc_cgi.py:129
#: ../linkcheck/lc_cgi.py:142
msgid "invalid recursion level"
msgstr ""
#: ../linkcheck/lc_cgi.py:134
#: ../linkcheck/lc_cgi.py:147
#, python-format
msgid "invalid %s option syntax"
msgstr ""
#: ../linkcheck/lc_cgi.py:155
#: ../linkcheck/lc_cgi.py:172
#, python-format
msgid ""
"<html><head>\n"
@ -505,33 +516,33 @@ msgid ""
"</html>"
msgstr ""
#: ../linkcheck/configuration.py:221
#: ../linkcheck/configuration.py:239
#, python-format
msgid "invalid log option %r"
msgstr ""
#: ../linkcheck/configuration.py:331
#: ../linkcheck/configuration.py:355
#, python-format
msgid "extern%d: syntax error %s\n"
msgstr ""
#: ../linkcheck/strformat.py:135
#: ../linkcheck/strformat.py:156
msgid "seconds"
msgstr ""
#: ../linkcheck/strformat.py:138
#: ../linkcheck/strformat.py:159
msgid "minutes"
msgstr ""
#: ../linkcheck/strformat.py:141
#: ../linkcheck/strformat.py:162
msgid "hours"
msgstr ""
#: ../linkchecker:59
#: ../linkchecker:54
msgid "USAGE\tlinkchecker [options] file-or-url...\n"
msgstr ""
#: ../linkchecker:62
#: ../linkchecker:57
msgid ""
"NOTES\n"
"o A ! before a regular expression negates it. So '!^mailto:' matches\n"
@ -555,7 +566,7 @@ msgid ""
" same as the host of the user browsing your pages!\n"
msgstr ""
#: ../linkchecker:83
#: ../linkchecker:78
msgid ""
"EXAMPLES\n"
"The most common use checks the given domain recursively, plus any\n"
@ -581,7 +592,7 @@ msgid ""
" linkchecker -r0 ftp.linux.org\n"
msgstr ""
#: ../linkchecker:107
#: ../linkchecker:102
msgid ""
"OUTPUT TYPES\n"
"Note that by default only errors are logged.\n"
@ -603,62 +614,62 @@ msgid ""
"none Logs nothing. Suitable for scripts.\n"
msgstr ""
#: ../linkchecker:141
#: ../linkchecker:136
#, python-format
msgid "Error: %s"
msgstr ""
#: ../linkchecker:143
#: ../linkchecker:138
msgid "Execute 'linkchecker -h' for help"
msgstr ""
#: ../linkchecker:151
#: ../linkchecker:146
#, python-format
msgid "Could not find profiling file %s."
msgstr ""
#: ../linkchecker:154
#: ../linkchecker:149
msgid "Please run linkchecker with --profile to generate it."
msgstr ""
#: ../linkchecker:238
#: ../linkchecker:233
msgid "General options"
msgstr ""
#: ../linkchecker:241
#: ../linkchecker:236
msgid ""
"Use CONFIGFILE as configuration file. As default LinkChecker first\n"
"searches /etc/linkchecker/linkcheckerrc and then ~/.linkcheckerrc\n"
"(under Windows <path-to-program>\\linkcheckerrc)."
msgstr ""
#: ../linkchecker:246
#: ../linkchecker:241
msgid "Ask for url if none are given on the commandline."
msgstr ""
#: ../linkchecker:249
#: ../linkchecker:244
msgid "Generate no more than num threads. Default number of threads is 10."
msgstr ""
#: ../linkchecker:253
#: ../linkchecker:248
msgid "Print version and exit."
msgstr ""
#: ../linkchecker:258
#: ../linkchecker:253
msgid "Output options"
msgstr ""
#: ../linkchecker:261
#: ../linkchecker:256
msgid ""
"Log all checked URLs (implies -w). Default is to log only invalid\n"
"URLs."
msgstr ""
#: ../linkchecker:264
#: ../linkchecker:259
msgid "Log warnings."
msgstr ""
#: ../linkchecker:267
#: ../linkchecker:262
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"
@ -669,17 +680,17 @@ msgid ""
"Application Server error'. This option implies -w."
msgstr ""
#: ../linkchecker:276
#: ../linkchecker:271
msgid ""
"Print a warning if content size is available and exceeds the given\n"
"number of bytes. This option implies -w."
msgstr ""
#: ../linkchecker:280
#: ../linkchecker:275
msgid "Quiet operation. This is only useful with -F."
msgstr ""
#: ../linkchecker:284
#: ../linkchecker:279
#, python-format
msgid ""
"Specify output as %(loggertypes)s. Default output type is text.\n"
@ -687,7 +698,7 @@ msgid ""
"Valid encodings are listed at http://docs.python.org/lib/node127.html."
msgstr ""
#: ../linkchecker:291
#: ../linkchecker:286
#, python-format
msgid ""
"Output to a file linkchecker-out.TYPE, $HOME/.linkchecker_blacklist for\n"
@ -702,11 +713,11 @@ msgid ""
"suppress all console output with the option '-o none'."
msgstr ""
#: ../linkchecker:304
#: ../linkchecker:299
msgid "Do not print check status messages."
msgstr ""
#: ../linkchecker:307
#: ../linkchecker:302
#, python-format
msgid ""
"Print debugging output for given logger.\n"
@ -718,28 +729,28 @@ msgid ""
"For accurate results, threading will be disabled during debug runs."
msgstr ""
#: ../linkchecker:317
#: ../linkchecker:312
#, python-format
msgid ""
"Write profiling data into a file named %s in the\n"
"current working directory. See also --viewprof."
msgstr ""
#: ../linkchecker:321
#: ../linkchecker:316
msgid "Print out previously generated profiling data. See also --profile."
msgstr ""
#: ../linkchecker:326
#: ../linkchecker:321
msgid "Checking options"
msgstr ""
#: ../linkchecker:329
#: ../linkchecker:324
msgid ""
"Check recursively all links up to given depth. A negative depth\n"
"will enable inifinite recursion. Default depth is infinite."
msgstr ""
#: ../linkchecker:333
#: ../linkchecker:328
msgid ""
" regex, --intern=regex\n"
"Assume URLs that match the given expression as internal.\n"
@ -747,32 +758,32 @@ msgid ""
"external."
msgstr ""
#: ../linkchecker:339
#: ../linkchecker:334
msgid ""
"Assume urls that match the given expression as external.\n"
"Only internal HTML links are checked recursively."
msgstr ""
#: ../linkchecker:343
#: ../linkchecker:338
msgid ""
"Assume urls that match the given expression as strict external.\n"
"Only internal HTML links are checked recursively."
msgstr ""
#: ../linkchecker:347
#: ../linkchecker:342
msgid ""
"Check only syntax of external links, do not try to connect to them.\n"
"For local file urls, only local files are internal. For\n"
"http and ftp urls, all urls at the same domain name are internal."
msgstr ""
#: ../linkchecker:352
#: ../linkchecker:347
msgid ""
"Swap checking order to external/internal. Default checking order\n"
"is internal/external."
msgstr ""
#: ../linkchecker:356
#: ../linkchecker:351
msgid ""
"Accept and send HTTP cookies according to RFC 2109. Only cookies\n"
"which are sent back to the originating server are accepted.\n"
@ -780,95 +791,106 @@ msgid ""
"information."
msgstr ""
#: ../linkchecker:362
#: ../linkchecker:357
msgid ""
"Check HTTP anchor references. This option applies to both internal\n"
"and external urls. Default is don't check anchors.\n"
"This option implies -w because anchor errors are always warnings."
msgstr ""
#: ../linkchecker:367
#: ../linkchecker:362
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:372
#: ../linkchecker:367
msgid ""
"Try given username for HTTP and FTP authorization.\n"
"For FTP the default username is 'anonymous'. See also -p."
msgstr ""
#: ../linkchecker:376
#: ../linkchecker:371
msgid ""
"Try given password for HTTP and FTP authorization.\n"
"For FTP the default password is 'anonymous@'. See also -u."
msgstr ""
#: ../linkchecker:380
#: ../linkchecker:375
#, python-format
msgid ""
"Set the timeout for TCP connection attempts in seconds. The default\n"
"timeout is %d seconds."
msgstr ""
#: ../linkchecker:384
#: ../linkchecker:379
msgid ""
"Pause PAUSE seconds between each url check. This option implies -t0.\n"
"Default is no pause between requests."
msgstr ""
#: ../linkchecker:388
#: ../linkchecker:383
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:394
#: ../linkchecker:389
msgid "Deprecated options"
msgstr ""
#: ../linkchecker:397
#: ../linkchecker:392
msgid "Print check status every 5 seconds to stderr. This is the default."
msgstr ""
#: ../linkchecker:437 ../linkchecker:465
#: ../linkchecker:432 ../linkchecker:460
#, python-format
msgid "Unknown logger type %r in %r for option %s"
msgstr ""
#: ../linkchecker:440 ../linkchecker:469
#: ../linkchecker:435 ../linkchecker:464
#, python-format
msgid "Unknown encoding %r in %r for option %s"
msgstr ""
#: ../linkchecker:476
#: ../linkchecker:471
#, python-format
msgid "Illegal argument %r for option %s: %s"
msgstr ""
#: ../linkchecker:497 ../linkchecker:511
#: ../linkchecker:492 ../linkchecker:506
#, python-format
msgid "Illegal argument %d for option %s"
msgstr ""
#: ../linkchecker:518
#: ../linkchecker:513
#, python-format
msgid "Illegal argument %r for option %s"
msgstr ""
#: ../linkchecker:552
#: ../linkchecker:547
msgid ""
"enter one or more urls, separated by white-space\n"
"--> "
msgstr ""
#: ../linkchecker:555
#: ../linkchecker:550
msgid "no files or urls given"
msgstr ""
#: ../linkchecker:587
#: ../linkchecker:568
#, python-format
msgid ""
"Overwrite profiling file %r?\n"
"Press Ctrl-C to cancel, RETURN to continue."
msgstr ""
#: ../linkchecker:574
msgid "Canceled."
msgstr ""
#: ../linkchecker:594
msgid "Hit RETURN to finish"
msgstr ""