mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
1660 lines
40 KiB
Text
1660 lines
40 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR Bastian Kleineidam <bastian.kleineidam@web.de>
|
|
# This file is distributed under the same license as the LinkChecker package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: LinkChecker\n"
|
|
"Report-Msgid-Bugs-To: https://github.com/linkchecker/linkchecker\n"
|
|
"POT-Creation-Date: 2021-11-23 19:36+0000\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"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
|
|
#: ../linkcheck/configuration/__init__.py:254
|
|
#, python-format
|
|
msgid "Configuration file %r does not exist."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:256
|
|
#, python-format
|
|
msgid "Configuration file %r is not readable."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:266
|
|
msgid "missing user or URL pattern in authentication data."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:302
|
|
msgid "activating text logger output."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:313
|
|
msgid "no user/password authentication data found for login URL."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:317
|
|
msgid "login URL is not a HTTP URL."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:321
|
|
msgid "login URL is incomplete."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:324
|
|
#, python-format
|
|
msgid "disabling login URL %(url)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:390
|
|
#, python-format
|
|
msgid "could not create plugin directory %(dirname)r: %(errmsg)r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/__init__.py:434
|
|
#, python-format
|
|
msgid "could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:71
|
|
#, python-format
|
|
msgid "Error parsing configuration: %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:79
|
|
#, python-format
|
|
msgid "invalid empty value for %s: %s\n"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:94
|
|
#: ../linkcheck/plugins/sslcertcheck.py:118
|
|
#, python-format
|
|
msgid "invalid value for %s: %d must not be less than %d"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:99
|
|
#, python-format
|
|
msgid "invalid value for %s: %d must not be greater than %d"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:114
|
|
msgid ""
|
|
"The blacklist section in linkcheckerrc is deprecated, please rename to "
|
|
"failures"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:206
|
|
#, python-format
|
|
msgid "missing auth part in entry %(val)r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:216
|
|
#, python-format
|
|
msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:245
|
|
#, python-format
|
|
msgid ""
|
|
"The configuration file %s contains password information (in section [%s] and "
|
|
"options %s) and the file is readable by others. Please make the file only "
|
|
"readable by you."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:254
|
|
#, python-format
|
|
msgid "For example execute 'chmod go-rw %s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration/confparse.py:259
|
|
#, python-format
|
|
msgid "See %(url)s for more info on setting file permissions."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:31
|
|
msgid "Real URL"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:32
|
|
msgid "Cache key"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:33
|
|
msgid "Result"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:34
|
|
msgid "Base"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:35
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:36
|
|
msgid "Parent URL"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:37
|
|
msgid "Extern"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:38
|
|
msgid "Info"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:39
|
|
msgid "Warning"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:40
|
|
msgid "D/L time"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:41
|
|
msgid "Size"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:42
|
|
msgid "Check time"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:43
|
|
msgid "URL"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:44
|
|
msgid "Level"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:45
|
|
msgid "Modified"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:275
|
|
#, python-format
|
|
msgid "Happy birthday for LinkChecker, I'm %d years old today!"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:381
|
|
#, python-format
|
|
msgid "created by %(app)s at %(time)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:385 ../linkcheck/logger/text.py:100
|
|
#, python-format
|
|
msgid "Get the newest version at %(url)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:388 ../linkcheck/logger/text.py:103
|
|
#, python-format
|
|
msgid "Write comments and bugs to %(url)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:397 ../linkcheck/logger/html.py:391
|
|
#: ../linkcheck/logger/text.py:277
|
|
#, python-format
|
|
msgid "Stopped checking at %(time)s (%(duration)s)"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/failures.py:47
|
|
#, python-format
|
|
msgid "%(blacklist)s file is deprecated please rename to failures"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/failures.py:99
|
|
#, python-format
|
|
msgid "invalid line starting with '%(linestart)s' in %(failures)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:127 ../linkcheck/logger/text.py:107
|
|
#, python-format
|
|
msgid "Start checking at %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:203 ../linkcheck/logger/text.py:160
|
|
#, python-format
|
|
msgid ", line %d"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:205 ../linkcheck/logger/text.py:162
|
|
#, python-format
|
|
msgid ", col %d"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:207 ../linkcheck/logger/text.py:164
|
|
#, python-format
|
|
msgid ", page %d"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266
|
|
#: ../linkcheck/logger/text.py:180 ../linkcheck/logger/text.py:190
|
|
#, python-format
|
|
msgid "%.3f seconds"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:311 ../linkcheck/logger/text.py:213
|
|
msgid "Valid"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:316 ../linkcheck/logger/text.py:216
|
|
msgid "Error"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:323
|
|
msgid "Statistics"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:327 ../linkcheck/logger/text.py:295
|
|
#, python-format
|
|
msgid ""
|
|
"Content types: %(image)d image, %(text)d text, %(video)d video, %(audio)d "
|
|
"audio, %(application)d application, %(mail)d mail and %(other)d other."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:335 ../linkcheck/logger/text.py:302
|
|
#, python-format
|
|
msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:343 ../linkcheck/logger/text.py:310
|
|
msgid "No statistics available since no URLs were checked."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:349 ../linkcheck/logger/text.py:226
|
|
msgid "That's it."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:352
|
|
#, python-format
|
|
msgid "%d link checked."
|
|
msgid_plural "%d links checked."
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/logger/html.py:357 ../linkcheck/logger/text.py:235
|
|
#, python-format
|
|
msgid "%d warning found"
|
|
msgid_plural "%d warnings found"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/logger/html.py:362 ../linkcheck/logger/text.py:245
|
|
#, python-format
|
|
msgid " (%d ignored or duplicates not printed)"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:367 ../linkcheck/logger/text.py:250
|
|
#, python-format
|
|
msgid "%d error found"
|
|
msgid_plural "%d errors found"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/logger/html.py:372 ../linkcheck/logger/text.py:260
|
|
#, python-format
|
|
msgid " (%d duplicates not printed)"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:381 ../linkcheck/logger/text.py:268
|
|
#, python-format
|
|
msgid "There was %(num)d internal error."
|
|
msgid_plural "There were %(num)d internal errors."
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/logger/html.py:401
|
|
#, python-format
|
|
msgid "Get the newest version at %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:411
|
|
#, python-format
|
|
msgid "Write comments and bugs to %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/text.py:225
|
|
msgid "The check has been interrupted; results are not complete."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/text.py:227
|
|
#, python-format
|
|
msgid "%d link"
|
|
msgid_plural "%d links"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/logger/text.py:231
|
|
#, python-format
|
|
msgid "in %d URL"
|
|
msgid_plural "in %d URLs"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/logger/text.py:287
|
|
msgid "Statistics:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/text.py:290
|
|
#, python-format
|
|
msgid "Downloaded: %s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/locationinfo.py:47
|
|
#, python-format
|
|
msgid "URL is located in %(location)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/regexcheck.py:61
|
|
#, python-format
|
|
msgid "Found %(match)r at line %(line)d in link contents."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/sslcertcheck.py:70
|
|
msgid "certificate did not include \"notAfter\" information"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/sslcertcheck.py:73
|
|
msgid "SSL verification is disabled; enable the sslverify option"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/sslcertcheck.py:85
|
|
#, python-format
|
|
msgid "Invalid SSL certficate \"notAfter\" value %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/sslcertcheck.py:94
|
|
#, python-format
|
|
msgid "SSL certficate is expired on %(expire)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/sslcertcheck.py:100
|
|
#, python-format
|
|
msgid "SSL certificate expires on %(expire)s and is only %(valid)s valid."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/sslcertcheck.py:104
|
|
#, python-format
|
|
msgid "SSL certificate expires on %(expire)s and is %(valid)s valid."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/syntaxchecks.py:56
|
|
msgid "HTML syntax check plugin is broken. Fixes welcome."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/syntaxchecks.py:74
|
|
msgid "valid HTML syntax"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/syntaxchecks.py:81
|
|
#, python-format
|
|
msgid "HTML syntax check plugin error: %(msg)s "
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/syntaxchecks.py:114
|
|
msgid "valid CSS syntax"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/syntaxchecks.py:121
|
|
#, python-format
|
|
msgid "CSS syntax check plugin error: %(msg)s "
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/syntaxchecks.py:132
|
|
#, python-format
|
|
msgid "%(w3type)s validation error at line %(line)s col %(column)s: %(msg)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/syntaxchecks.py:136
|
|
#, python-format
|
|
msgid "%(w3type)s validation error at line %(line)s: %(msg)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/viruscheck.py:101
|
|
msgid "clamd is not ready for stream scanning"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/viruscheck.py:160
|
|
msgid "ScannerDaemonOutputFormat must be disabled"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/viruscheck.py:163
|
|
msgid "only one of TCPSocket and LocalSocket must be enabled"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/viruscheck.py:193
|
|
msgid "one of TCPSocket or LocalSocket must be enabled"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/viruscheck.py:229
|
|
msgid "Could not connect to ClamAV daemon."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/anchorcheck.py:59
|
|
#, python-format
|
|
msgid "Anchor `%(name)s' not found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/plugins/anchorcheck.py:60
|
|
#, python-format
|
|
msgid "Available anchors: %(anchors)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:105
|
|
msgid "The effective URL is different from the original."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:106
|
|
msgid "Could not get the content of the URL."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:107
|
|
msgid "The URL content size is too large."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:108
|
|
msgid "The URL content size is zero."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:110
|
|
msgid "The URL request was rate limited so need reduce number of requests."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:112
|
|
msgid "The URL is longer than the recommended size."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:113
|
|
msgid "The URL contains leading or trailing whitespace."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:114
|
|
msgid "The file: URL is missing a trailing slash."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:116
|
|
msgid "The file: path is not the same as the system specific path."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:118
|
|
msgid "The ftp: URL is missing a trailing slash."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:119
|
|
msgid "The URL had no content."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:120
|
|
msgid "An error occurred while storing a cookie."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:121
|
|
msgid "The URL has been ignored."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:122
|
|
msgid "The mail MX host could not be found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:123
|
|
msgid "No NNTP server was found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:124
|
|
msgid "The NNTP newsgroup could not be found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:125
|
|
msgid "The IP is obfuscated."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/const.py:126
|
|
msgid "XML could not be parsed."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/dnsurl.py:46
|
|
#, python-format
|
|
msgid "%(host)s resolved to IPs %(ips)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/dnsurl.py:48
|
|
#, python-format
|
|
msgid "%(host)r could not be resolved"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/ftpurl.py:92
|
|
msgid "Got no answer from FTP server"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/ftpurl.py:95
|
|
#, python-format
|
|
msgid "Remote host has closed connection: %(msg)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/ftpurl.py:141
|
|
msgid "Missing trailing directory slash in ftp url."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/ftpurl.py:209
|
|
msgid "FTP file size too large"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/itmsservicesurl.py:31
|
|
msgid "Missing required url parameter"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:88
|
|
#, python-format
|
|
msgid "No mail addresses or email subject found in `%(url)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:132
|
|
#, python-format
|
|
msgid "Error parsing CGI values: %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:158
|
|
#, python-format
|
|
msgid ""
|
|
"Mail address `%(addr)s' too long. Allowed 256 chars, was %(length)d chars."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:168
|
|
#, python-format
|
|
msgid "Missing `@' in mail address `%(addr)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:177
|
|
#, python-format
|
|
msgid "Missing local part of mail address `%(addr)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:184
|
|
#, python-format
|
|
msgid "Missing domain part of mail address `%(addr)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:192
|
|
#, python-format
|
|
msgid ""
|
|
"Local part of mail address `%(addr)s' too long. Allowed 64 chars, was "
|
|
"%(length)d chars."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:203
|
|
#, python-format
|
|
msgid ""
|
|
"Domain part of mail address `%(addr)s' too long. Allowed 255 chars, was "
|
|
"%(length)d chars."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:218
|
|
#, python-format
|
|
msgid "Unquoted double quote or backslash in mail address `%(addr)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:227
|
|
#, python-format
|
|
msgid "Local part of mail address `%(addr)s' may not start with a dot."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:235
|
|
#, python-format
|
|
msgid "Local part of mail address `%(addr)s' may not end with a dot."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:243
|
|
#, python-format
|
|
msgid "Local part of mail address `%(addr)s' may not contain two dots."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:253
|
|
#, python-format
|
|
msgid ""
|
|
"Local part of mail address `%(addr)s' contains unquoted character `%(char)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:271
|
|
#, python-format
|
|
msgid "Domain part of mail address `%(addr)s' has invalid IP."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:281
|
|
#, python-format
|
|
msgid "Invalid domain part of mail address `%(addr)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:289
|
|
#, python-format
|
|
msgid "Invalid top level domain part of mail address `%(addr)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:327
|
|
#, python-format
|
|
msgid "No MX mail host for %(domain)s found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:336
|
|
#, python-format
|
|
msgid "No host for %(domain)s found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:353
|
|
#, python-format
|
|
msgid "Got invalid DNS answer %(answer)s for %(domain)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:366
|
|
msgid "Valid mail address syntax"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:45
|
|
msgid "No NNTP server was specified, skipping this URL."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:56
|
|
#, python-format
|
|
msgid "Article number %(num)s found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:63
|
|
#, python-format
|
|
msgid "News group %(name)s found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:67
|
|
msgid "No newsgroup specified in NNTP URL."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:91
|
|
#, python-format
|
|
msgid "NNTP server too busy; tried more than %d times."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/telneturl.py:52
|
|
msgid "Host is empty"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/unknownurl.py:32
|
|
#, python-format
|
|
msgid "%(scheme)s URL ignored."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/unknownurl.py:34
|
|
msgid "ignored"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/unknownurl.py:36
|
|
msgid "URL is unrecognized or has invalid syntax"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/fileurl.py:141
|
|
#, python-format
|
|
msgid "Could not get current working directory: %(msg)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/fileurl.py:178
|
|
msgid "Added trailing slash to directory."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/fileurl.py:200
|
|
msgid ""
|
|
"local files are only checked without parent URL or when the parent URL is "
|
|
"also a file"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/fileurl.py:205
|
|
msgid "directory"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/fileurl.py:224
|
|
#, python-format
|
|
msgid ""
|
|
"The URL path %(path)r is not the same as the system path %(realpath)r. You "
|
|
"should always use the system path in URLs."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/proxysupport.py:44
|
|
#, python-format
|
|
msgid "Proxy value `%(proxy)s' must start with 'http:' or 'https:'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/proxysupport.py:50
|
|
#, python-format
|
|
msgid "Ignoring proxy setting `%(proxy)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/proxysupport.py:54
|
|
#, python-format
|
|
msgid "Using proxy `%(proxy)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:77
|
|
#, python-format
|
|
msgid "URL has unparsable domain name: %(name)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:160
|
|
msgid "The URL is outside of the domain filter, checked only syntax."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:163
|
|
msgid "filtered"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:213
|
|
#, python-format
|
|
msgid "Leading or trailing whitespace in URL `%(url)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:385
|
|
msgid "URL is empty"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:400
|
|
#, python-format
|
|
msgid "Effective URL %(url)r."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:407
|
|
#, python-format
|
|
msgid "URL length %(len)d is longer than %(max)d."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:457 ../linkcheck/checker/urlbase.py:463
|
|
#, python-format
|
|
msgid "URL host %(host)r has invalid port"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:470
|
|
msgid "URL has empty hostname"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:495
|
|
#, python-format
|
|
msgid "URL %(url)s has obfuscated IP address %(ip)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:531
|
|
msgid "Hostname not found"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:534
|
|
#, python-format
|
|
msgid "Bad hostname %(host)r: %(msg)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:554
|
|
#, python-format
|
|
msgid "could not get content: %(msg)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:609
|
|
#, python-format
|
|
msgid "Content size %(size)s is larger than %(maxbytes)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:703
|
|
msgid "Content size is zero."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:740 ../linkcheck/checker/httpurl.py:327
|
|
msgid "File size too large"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:821
|
|
#, python-format
|
|
msgid "URL has unparsable domain name: %(domain)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:141
|
|
msgid "Access denied by robots.txt, checked only syntax."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:142
|
|
msgid "syntax OK"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:270
|
|
#, python-format
|
|
msgid "Redirected to `%(url)s'."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:315
|
|
msgid "OK"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/__init__.py:36
|
|
#, python-format
|
|
msgid "Problem using login URL: %(msg)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/__init__.py:39
|
|
#, python-format
|
|
msgid "Error using login URL: %(msg)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/__init__.py:44
|
|
#, python-format
|
|
msgid "Error starting log output: %(msg)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/__init__.py:60
|
|
msgid ""
|
|
"Could not start a new thread. Check that the current user is allowed to start "
|
|
"new threads."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/__init__.py:93
|
|
msgid "interrupt; waiting for active threads to finish"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/__init__.py:94
|
|
msgid "another interrupt will exit immediately"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/__init__.py:110
|
|
msgid "user abort; force shutdown"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:38
|
|
#, python-format
|
|
msgid "%2d thread active"
|
|
msgid_plural "%2d threads active"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/director/console.py:40
|
|
#, python-format
|
|
msgid "%5d link queued"
|
|
msgid_plural "%5d links queued"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/director/console.py:42
|
|
#, python-format
|
|
msgid "%4d link"
|
|
msgid_plural "%4d links"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/director/console.py:44
|
|
#, python-format
|
|
msgid "%3d URL"
|
|
msgid_plural "%3d URLs"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/director/console.py:46
|
|
#, python-format
|
|
msgid "runtime %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:66
|
|
#, python-format
|
|
msgid ""
|
|
"********** Oops, I did it again. *************\n"
|
|
"\n"
|
|
"You have found an internal error in LinkChecker. Please write a bug report\n"
|
|
"at %s\n"
|
|
"and include the following information:\n"
|
|
"- the URL or file you are testing\n"
|
|
"- the system information below\n"
|
|
"\n"
|
|
"When using the commandline client:\n"
|
|
"- your commandline arguments and any custom configuration files.\n"
|
|
"- the output of a debug run with option \"-Dall\"\n"
|
|
"\n"
|
|
"Not disclosing some of the information above due to privacy reasons is ok.\n"
|
|
"I will try to help you nonetheless, but you have to give me something\n"
|
|
"I can work with ;) .\n"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:94
|
|
msgid "******** LinkChecker internal error, over and out ********"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:116
|
|
msgid "Default locale:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:141
|
|
msgid "System info:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:143
|
|
msgid "Released on:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:145 ../linkchecker:534
|
|
#, python-format
|
|
msgid "Python %(version)s on %(platform)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:153
|
|
msgid "Local time:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:154
|
|
msgid "sys.argv:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/console.py:159
|
|
msgid "released"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/aggregator.py:166
|
|
msgid "These URLs are still active:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/director/aggregator.py:178
|
|
#, python-format
|
|
msgid ""
|
|
"%(num)d URLs are still active. After a timeout of %(timeout)s the active URLs "
|
|
"will stop."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/htmlutil/linkparse.py:209
|
|
#, python-format
|
|
msgid "trailing comma in line: %(line)s srcset attribute: %(value)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:119
|
|
msgid "CRITICAL"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:120
|
|
msgid "ERROR"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:121
|
|
msgid "WARN"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:122
|
|
msgid "WARNING"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:123
|
|
msgid "INFO"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:124
|
|
msgid "DEBUG"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:125
|
|
msgid "NOTSET"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:140
|
|
msgid "Running as root user; dropping privileges by changing user to nobody."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/cmdline.py:61
|
|
#, python-format
|
|
msgid "Error: %(msg)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/cmdline.py:63
|
|
#, python-format
|
|
msgid "Execute '%(program)s -h' for help"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/strformat.py:164
|
|
#, python-format
|
|
msgid "%(prefix)s%(duration).02f seconds"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/strformat.py:169
|
|
#, python-format
|
|
msgid "%d second"
|
|
msgid_plural "%d seconds"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/strformat.py:170
|
|
#, python-format
|
|
msgid "%d minute"
|
|
msgid_plural "%d minutes"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/strformat.py:171
|
|
#, python-format
|
|
msgid "%d hour"
|
|
msgid_plural "%d hours"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/strformat.py:172
|
|
#, python-format
|
|
msgid "%d day"
|
|
msgid_plural "%d days"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/strformat.py:173
|
|
#, python-format
|
|
msgid "%d year"
|
|
msgid_plural "%d years"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/strformat.py:244
|
|
#, python-format
|
|
msgid ""
|
|
"Could not import %(module)s for %(feature)s. Install %(module)s from %(url)s "
|
|
"to use this feature."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:218
|
|
#, python-format
|
|
msgid "unsupported language %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:223
|
|
msgid "empty url was given"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:225
|
|
#, python-format
|
|
msgid "disallowed url %r was given"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:227
|
|
msgid "no url was given"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:232
|
|
#, python-format
|
|
msgid "invalid recursion level %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:238
|
|
#, python-format
|
|
msgid "invalid %s option %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:265
|
|
#, python-format
|
|
msgid ""
|
|
"<!DOCTYPE HTML>\n"
|
|
"<html><head>\n"
|
|
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n"
|
|
"<title>LinkChecker Online Error</title></head>\n"
|
|
"<body text=#192c83 bgcolor=#fff7e5 link=#191c83 vlink=#191c83 alink=#191c83>\n"
|
|
"<blockquote>\n"
|
|
"<b>Error: %s</b><br/>\n"
|
|
"The LinkChecker Online script has encountered an error. Please ensure\n"
|
|
"that your provided URL link begins with <code>http://</code> and\n"
|
|
"contains only these characters: <code>A-Za-z0-9./_~-</code><br/><br/>\n"
|
|
"Errors are logged.\n"
|
|
"</blockquote>\n"
|
|
"</body>\n"
|
|
"</html>"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:65
|
|
msgid ""
|
|
"NOTES\n"
|
|
" o URLs on the command line starting with \"ftp.\" are treated like\n"
|
|
" \"ftp://ftp.\", URLs starting with \"www.\" are treated like \"http://www."
|
|
"\".\n"
|
|
" You can also give local files as arguments.\n"
|
|
" o If you have your system configured to automatically establish a\n"
|
|
" connection to the internet (e.g. with diald), it will connect when\n"
|
|
" checking links not pointing to your local system.\n"
|
|
" See the --ignore-url option on how to prevent this.\n"
|
|
" o Javascript links are currently ignored.\n"
|
|
" o If your platform does not support threading, LinkChecker disables it\n"
|
|
" automatically.\n"
|
|
" o You can supply multiple user/password pairs in a configuration file.\n"
|
|
" o When checking 'news:' links the given NNTP host doesn't need to be the\n"
|
|
" same as the host of the user browsing your pages.\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:83
|
|
msgid ""
|
|
"PROXY SUPPORT\n"
|
|
"To use a proxy on Unix or Windows set $http_proxy, $https_proxy or "
|
|
"$ftp_proxy\n"
|
|
"to the proxy URL. The URL should be of the form\n"
|
|
"\"http://[<user>:<pass>@]<host>[:<port>]\".\n"
|
|
"LinkChecker also detects manual proxy settings of Internet Explorer under\n"
|
|
"Windows systems, and GNOME or KDE on Linux systems.\n"
|
|
"On a Mac use the Internet Config to select a proxy.\n"
|
|
"\n"
|
|
"LinkChecker honors the $no_proxy environment variable. It can be a list\n"
|
|
"of domain names for which no proxy will be used.\n"
|
|
"\n"
|
|
"Setting a HTTP proxy on Unix for example looks like this:\n"
|
|
"\n"
|
|
" export http_proxy=\"http://proxy.example.com:8080\"\n"
|
|
"\n"
|
|
"Proxy authentication is also supported:\n"
|
|
"\n"
|
|
" export http_proxy=\"http://user1:mypass@proxy.example.org:8081\"\n"
|
|
"\n"
|
|
"Setting a proxy on the Windows command prompt:\n"
|
|
"\n"
|
|
" set http_proxy=http://proxy.example.com:8080\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:110
|
|
msgid ""
|
|
"REGULAR EXPRESSIONS\n"
|
|
"Only Python regular expressions are accepted by LinkChecker.\n"
|
|
"See https://docs.python.org/howto/regex.html for an introduction in\n"
|
|
"regular expressions.\n"
|
|
"\n"
|
|
"The only addition is that a leading exclamation mark negates\n"
|
|
"the regular expression.\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:121
|
|
msgid ""
|
|
"COOKIE FILES\n"
|
|
"A cookie file contains standard RFC 805 header data with the following\n"
|
|
"possible names:\n"
|
|
"Scheme (optional)\n"
|
|
" Sets the scheme the cookies are valid for; default scheme is 'http'.\n"
|
|
"Host (required)\n"
|
|
" Sets the domain the cookies are valid for.\n"
|
|
"Path (optional)\n"
|
|
" Gives the path the cookies are value for; default path is '/'.\n"
|
|
"Set-cookie (optional)\n"
|
|
" Set cookie name/value. Can be given more than once.\n"
|
|
"\n"
|
|
"Multiple entries are separated by a blank line.\n"
|
|
"\n"
|
|
"The example below will send two cookies to all URLs starting with\n"
|
|
"'http://example.org/hello/' and one to all URLs starting\n"
|
|
"with 'https://example.com/':\n"
|
|
"\n"
|
|
"Host: example.org\n"
|
|
"Path: /hello\n"
|
|
"Set-cookie: ID=\"smee\"\n"
|
|
"Set-cookie: spam=\"egg\"\n"
|
|
"\n"
|
|
"Scheme: https\n"
|
|
"Host: example.com\n"
|
|
"Set-cookie: baggage=\"elitist\"; comment=\"hologram\"\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:151
|
|
msgid ""
|
|
"RETURN VALUE\n"
|
|
"The return value is non-zero when\n"
|
|
" o invalid links were found or\n"
|
|
" o warnings were found warnings are enabled\n"
|
|
" o a program error occurred\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:160
|
|
msgid ""
|
|
"EXAMPLES\n"
|
|
"The most common use checks the given domain recursively, plus any\n"
|
|
"single URL pointing outside of the domain:\n"
|
|
" linkchecker http://www.example.org/\n"
|
|
"Beware that this checks the whole site which can have several hundred\n"
|
|
"thousands URLs. Use the -r option to restrict the recursion depth.\n"
|
|
"\n"
|
|
"Don't connect to mailto: hosts, only check their URL syntax. All other\n"
|
|
"links are checked as usual:\n"
|
|
" linkchecker --ignore-url=^mailto: www.example.org\n"
|
|
"\n"
|
|
"Checking local HTML files on Unix:\n"
|
|
" linkchecker ../bla.html subdir/blubber.html\n"
|
|
"\n"
|
|
"Checking a local HTML file on Windows:\n"
|
|
" linkchecker c:\\temp\\test.html\n"
|
|
"\n"
|
|
"You can skip the \"http://\" url part if the domain starts with \"www.\":\n"
|
|
" linkchecker www.example.de\n"
|
|
"\n"
|
|
"You can skip the \"ftp://\" url part if the domain starts with \"ftp.\":\n"
|
|
" linkchecker -r0 ftp.example.org\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:186
|
|
msgid ""
|
|
"OUTPUT TYPES\n"
|
|
"Note that by default only errors and warnings are logged.\n"
|
|
"You should use the --verbose option to see valid URLs,\n"
|
|
"and when outputting a sitemap graph format.\n"
|
|
"\n"
|
|
"text Standard text output, logging URLs in keyword: argument fashion.\n"
|
|
"html Log URLs in keyword: argument fashion, formatted as HTML.\n"
|
|
" Additionally has links to the referenced pages. Invalid URLs have\n"
|
|
" HTML and CSS syntax check links appended.\n"
|
|
"csv Log check result in CSV format with one URL per line.\n"
|
|
"gml Log parent-child relations between linked URLs as a GML sitemap\n"
|
|
" graph.\n"
|
|
"dot Log parent-child relations between linked URLs as a DOT sitemap\n"
|
|
" graph.\n"
|
|
"gxml Log check result as a GraphXML sitemap graph.\n"
|
|
"xml Log check result as machine-readable XML.\n"
|
|
"sql Log check result as SQL script with INSERT commands. An example\n"
|
|
" script to create the initial SQL table is included as create.sql.\n"
|
|
"failures\n"
|
|
" Suitable for cron jobs. Logs the check result into a file\n"
|
|
" ~/.linkchecker/failures which only contains entries with invalid\n"
|
|
" URLs and the number of times they have failed.\n"
|
|
"none Logs nothing. Suitable for debugging or checking the exit code.\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:214
|
|
msgid ""
|
|
"IGNORE WARNINGS\n"
|
|
"The following warnings are recognized in the 'ignorewarnings' config\n"
|
|
"file entry:\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:261
|
|
msgid "General options"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:268
|
|
#, python-format
|
|
msgid ""
|
|
"Use FILENAME as configuration file. Per default LinkChecker uses\n"
|
|
"~/.linkchecker/linkcheckerrc (under Windows\n"
|
|
"%%HOMEPATH%%\\.linkchecker\\linkcheckerrc)."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:279
|
|
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:284
|
|
msgid "Print version and exit."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:290
|
|
msgid "Print available check plugins and exit."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:295
|
|
msgid "Read list of white-space separated URLs to check from stdin."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:299
|
|
msgid "Output options"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:306
|
|
#, python-format
|
|
msgid ""
|
|
"Print debugging output for the given logger.\n"
|
|
"Available loggers are %(lognamelist)s.\n"
|
|
"Specifying 'all' is an alias for specifying all available loggers.\n"
|
|
"The option can be given multiple times to debug with more\n"
|
|
"than one logger.\n"
|
|
"\n"
|
|
"For accurate results, threading will be disabled during debug runs."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:323
|
|
#, python-format
|
|
msgid ""
|
|
"Output to a file linkchecker-out.TYPE, $HOME/.linkchecker/failures for\n"
|
|
"'failures' output, or FILENAME if specified.\n"
|
|
"The ENCODING specifies the output encoding, the default is that of your\n"
|
|
"locale.\n"
|
|
"Valid encodings are listed at https://docs.python.org/library/codecs."
|
|
"html#standard-encodings.\n"
|
|
"The FILENAME and ENCODING parts of the 'none' output type will be ignored,\n"
|
|
"else if the file already exists, it will be overwritten.\n"
|
|
"You can specify this option more than once. Valid file output types\n"
|
|
"are %(loggertypes)s. You can specify this option multiple times to output\n"
|
|
"to more than one file. Default is no file output. Note that you can\n"
|
|
"suppress all console output with the option '-o none'."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:343
|
|
msgid "Do not print check status messages."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:349
|
|
msgid "Don't log warnings. Default is to log warnings."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:357
|
|
#, python-format
|
|
msgid ""
|
|
"Specify output as %(loggertypes)s. Default output type is text.\n"
|
|
"The ENCODING specifies the output encoding, the default is that of your\n"
|
|
"locale.\n"
|
|
"Valid encodings are listed at https://docs.python.org/library/codecs."
|
|
"html#standard-encodings."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:374
|
|
msgid ""
|
|
"Quiet operation, an alias for '-o none'.\n"
|
|
"This is only useful with -F."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:384
|
|
msgid "Log all URLs. Default is to log only errors and warnings."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:388
|
|
msgid "Checking options"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:394
|
|
msgid ""
|
|
"Read a file with initial cookie data. The cookie data format is\n"
|
|
"explained below."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:404
|
|
msgid "Disable robots.txt checks"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:410
|
|
msgid "Check external URLs."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:418
|
|
msgid ""
|
|
"Only check syntax of URLs matching the given regular expression.\n"
|
|
"This option can be given multiple times."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:428
|
|
msgid ""
|
|
"Check but do not recurse into URLs matching the given regular\n"
|
|
"expression. This option can be given multiple times."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:438
|
|
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:450
|
|
msgid ""
|
|
"Read a password from console and use it 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:462
|
|
msgid ""
|
|
"Check recursively all links up to given depth. A negative depth\n"
|
|
"will enable infinite recursion. Default depth is infinite."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:472
|
|
#, python-format
|
|
msgid ""
|
|
"Set the timeout for connection attempts in seconds. The default\n"
|
|
"timeout is %d seconds."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:483
|
|
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:493
|
|
msgid ""
|
|
"Specify the User-Agent string to send to the HTTP server, for example\n"
|
|
"\"Mozilla/4.0\". The default is \"LinkChecker/X.Y\" where X.Y is the current\n"
|
|
"version of LinkChecker."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:530
|
|
#, python-format
|
|
msgid "Invalid debug level %(level)r"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:545
|
|
#, python-format
|
|
msgid "Unreadable config file: %r"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:553
|
|
msgid "Running with python -O disables debugging."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:586
|
|
#, python-format
|
|
msgid "blacklist is deprecated for option %(option)s, using failures instead"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:592 ../linkchecker:636
|
|
#, python-format
|
|
msgid "Unknown logger type %(type)r in %(output)r for option %(option)s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:597 ../linkchecker:645
|
|
#, python-format
|
|
msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:630
|
|
#, python-format
|
|
msgid ""
|
|
"blacklist logger is deprecated for option %(option)s, using failures instead"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:661
|
|
#, python-format
|
|
msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:665
|
|
msgid "Enter LinkChecker HTTP/FTP password:"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:685
|
|
#, python-format
|
|
msgid "Illegal argument %(arg)r for option %(option)s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:704
|
|
#, python-format
|
|
msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:714
|
|
#, python-format
|
|
msgid "Could not read cookie file %s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:739
|
|
msgid "no files or URLs given"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:746
|
|
#, python-format
|
|
msgid ""
|
|
"Overwrite profiling file %(file)r?\n"
|
|
"Press Ctrl-C to cancel, RETURN to continue."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:754
|
|
msgid "Canceled."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:760
|
|
msgid ""
|
|
"The `yappi' Python module is not installed, therefore the --profile option is "
|
|
"disabled."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:780
|
|
msgid "Dumping memory statistics..."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:782
|
|
#, python-format
|
|
msgid "The memory dump has been written to `%(filename)s'."
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:296
|
|
msgid "usage: "
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:856
|
|
msgid ".__call__() not defined"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1199
|
|
#, python-format
|
|
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1259
|
|
#, python-format
|
|
msgid "argument \"-\" with mode %r"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1268
|
|
#, python-format
|
|
msgid "can't open '%(filename)s': %(error)s"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1477
|
|
#, python-format
|
|
msgid "cannot merge actions - two groups are named %r"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1515
|
|
msgid "'required' is an invalid argument for positionals"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1537
|
|
#, python-format
|
|
msgid ""
|
|
"invalid option string %(option)r: must start with a character %(prefix_chars)r"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1555
|
|
#, python-format
|
|
msgid "dest= is required for options like %r"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1572
|
|
#, python-format
|
|
msgid "invalid conflict_resolution value: %r"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1590
|
|
#, python-format
|
|
msgid "conflicting option string: %s"
|
|
msgid_plural "conflicting option strings: %s"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1656
|
|
msgid "mutually exclusive arguments must be optional"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1723
|
|
msgid "positional arguments"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1724
|
|
msgid "options"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1739
|
|
msgid "show this help message and exit"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1770
|
|
msgid "cannot have multiple subparser arguments"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1822 /usr/lib/python3.10/argparse.py:2333
|
|
#, python-format
|
|
msgid "unrecognized arguments: %s"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1923
|
|
#, python-format
|
|
msgid "not allowed with argument %s"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:1969 /usr/lib/python3.10/argparse.py:1983
|
|
#, python-format
|
|
msgid "ignored explicit argument %r"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2090
|
|
#, python-format
|
|
msgid "the following arguments are required: %s"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2105
|
|
#, python-format
|
|
msgid "one of the arguments %s is required"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2148
|
|
msgid "expected one argument"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2149
|
|
msgid "expected at most one argument"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2150
|
|
msgid "expected at least one argument"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2154
|
|
#, python-format
|
|
msgid "expected %s argument"
|
|
msgid_plural "expected %s arguments"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2212
|
|
#, python-format
|
|
msgid "ambiguous option: %(option)s could match %(matches)s"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2276
|
|
#, python-format
|
|
msgid "unexpected option string: %s"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2473
|
|
#, python-format
|
|
msgid "%r is not callable"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2490
|
|
#, python-format
|
|
msgid "invalid %(type)s value: %(value)r"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2501
|
|
#, python-format
|
|
msgid "invalid choice: %(value)r (choose from %(choices)s)"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python3.10/argparse.py:2577
|
|
#, python-format
|
|
msgid "%(prog)s: error: %(message)s\n"
|
|
msgstr ""
|