mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 17:44:42 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2356 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2066 lines
43 KiB
Text
2066 lines
43 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR Bastian Kleineidam <calvin@users.sourceforge.net>
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: calvin@users.sourceforge.net\n"
|
|
"POT-Creation-Date: 2005-03-07 01:10+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"
|
|
"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/checker/consumer.py:36
|
|
#, python-format
|
|
msgid "%5d URL queued,"
|
|
msgid_plural "%5d URLs queued,"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/checker/consumer.py:41
|
|
#, python-format
|
|
msgid "%4d URL checked,"
|
|
msgid_plural "%4d URLs checked,"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/checker/consumer.py:46
|
|
#, python-format
|
|
msgid "%2d active thread,"
|
|
msgid_plural "%2d active threads,"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/checker/consumer.py:51
|
|
#, python-format
|
|
msgid "runtime %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/consumer.py:160
|
|
#, python-format
|
|
msgid "keyboard interrupt; waiting for %d active thread to finish"
|
|
msgid_plural "keyboard interrupt; waiting for %d active threads to finish"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/checker/consumer.py:178
|
|
msgid "Status:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/ignoredurl.py:32 ../linkcheck/checker/httpsurl.py:35
|
|
#, python-format
|
|
msgid "%s URL ignored."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/fileurl.py:119
|
|
msgid "Added trailing slash to directory."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/fileurl.py:129
|
|
msgid "directory"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/fileurl.py:145
|
|
#, 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:131
|
|
msgid "URL path is empty, assuming '/' as path."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:195
|
|
#, python-format
|
|
msgid "Using Proxy %r."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:201 ../linkcheck/checker/httpurl.py:336
|
|
msgid "Access denied by robots.txt, checked only syntax."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:205
|
|
msgid "Amazon servers block HTTP HEAD requests, using GET instead."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:236
|
|
#, python-format
|
|
msgid "Enforced Proxy %r."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:262
|
|
#, python-format
|
|
msgid "more than %d redirections, aborting"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:294
|
|
msgid "Zope Server cannot determine MIME type with HEAD, falling back to GET."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:302
|
|
#, python-format
|
|
msgid "Effective URL %s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:323
|
|
#, python-format
|
|
msgid "Redirected to %(url)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:331 ../linkcheck/checker/urlbase.py:363
|
|
msgid "Outside of domain filter, checked only syntax."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:346
|
|
#, python-format
|
|
msgid ""
|
|
"recursive redirection encountered:\n"
|
|
" %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:356
|
|
msgid "HTTP 301 (moved permanent) encountered: you should update this link."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:361
|
|
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:372
|
|
#, python-format
|
|
msgid "HTTP redirection to non-http url encountered; the original url was %r."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:402
|
|
msgid "unknown"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:404
|
|
#, python-format
|
|
msgid "Server %r did not support HEAD request, used GET for checking."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:407
|
|
#, python-format
|
|
msgid "Server %r had no anchor support, removed anchor from request."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:416
|
|
#, python-format
|
|
msgid "Store cookie: %s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:423
|
|
#, python-format
|
|
msgid "Could not store cookies: %(msg)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:431
|
|
#, python-format
|
|
msgid "Last modified %s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:509
|
|
#, python-format
|
|
msgid "Unsupported HTTP url scheme %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/httpurl.py:560 ../linkcheck/checker/httpurl.py:600
|
|
#, python-format
|
|
msgid "Unsupported content encoding %r."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/errorurl.py:35
|
|
msgid "URL is unrecognized or has invalid syntax"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:48
|
|
#, 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 http://sourceforge.net/tracker/?func=add&group_id=1913&atid=101913\n"
|
|
"or send mail to %s and include the following information:\n"
|
|
"- the URL or file you are testing\n"
|
|
"- your commandline arguments and/or configuration.\n"
|
|
"- the output of a debug run with option \"-Dall\" of the executed command\n"
|
|
"- the system information below.\n"
|
|
"\n"
|
|
"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/checker/urlbase.py:67
|
|
msgid "******** LinkChecker internal error, bailing out ********"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:75
|
|
msgid "System info:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:77
|
|
#, python-format
|
|
msgid "Python %s on %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:269
|
|
msgid "URL is empty"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:289
|
|
#, python-format
|
|
msgid ""
|
|
"URL %s has a unicode domain name which\n"
|
|
" is not yet widely supported. You should use\n"
|
|
" the URL %s instead."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:294
|
|
#, python-format
|
|
msgid "Base URL is not properly normed. Normed url is %(url)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:322
|
|
#, python-format
|
|
msgid "URL has invalid port %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:326
|
|
#, python-format
|
|
msgid "URL is located in %s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:378
|
|
msgid "Hostname not found"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:381
|
|
#, python-format
|
|
msgid "Bad HTTP response %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:412
|
|
#, python-format
|
|
msgid "could not parse content: %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:496
|
|
#, python-format
|
|
msgid "Anchor #%s not found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:582
|
|
#, python-format
|
|
msgid "Found %r in link contents."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/urlbase.py:591
|
|
#, python-format
|
|
msgid "Content size %s is larger than %s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/telneturl.py:52
|
|
msgid "Host is empty"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:50
|
|
msgid "Could not split the mail address"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:75
|
|
msgid "Invalid mail syntax"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:136
|
|
msgid "No addresses found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:154
|
|
#, python-format
|
|
msgid "No MX mail host for %(domain)s found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:198
|
|
#, python-format
|
|
msgid "Verified address: %(info)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:202
|
|
#, python-format
|
|
msgid "Unverified address: %(info)s. But mail will be sent anyway."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:205
|
|
#, python-format
|
|
msgid "Unverified address: %(info)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:208
|
|
#, python-format
|
|
msgid "MX mail host %(host)s did not accept connections: %(error)s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:213
|
|
msgid "Could not connect, but syntax is correct"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/mailtourl.py:215
|
|
#, python-format
|
|
msgid "Found MX mail host %(host)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:46
|
|
msgid "No NNTP server was specified, skipping this URL."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:55
|
|
#, python-format
|
|
msgid "Articel number %s found."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:62
|
|
#, python-format
|
|
msgid "Group %s has %s articles, range %s to %s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:66
|
|
msgid "No newsgroup specified in NNTP URL."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:88
|
|
#, python-format
|
|
msgid "NTTP server too busy; tried more than %d times."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/nntpurl.py:90
|
|
#, python-format
|
|
msgid "NNTP busy: %s."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/ftpurl.py:110
|
|
#, python-format
|
|
msgid "Remote host has closed connection: %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/ftpurl.py:114
|
|
msgid "Got no answer from FTP server"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/ftpurl.py:146
|
|
msgid "Missing trailing directory slash in ftp url."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:36
|
|
msgid "Asia/Pacific Region"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:37
|
|
msgid "Europe"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:38
|
|
msgid "Andorra"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:39
|
|
msgid "United Arab Emirates"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:40
|
|
msgid "Afghanistan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:41
|
|
msgid "Antigua and Barbuda"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:42
|
|
msgid "Anguilla"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:43
|
|
msgid "Albania"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:44
|
|
msgid "Armenia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:45
|
|
msgid "Netherlands Antilles"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:46
|
|
msgid "Angola"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:47
|
|
msgid "Antarctica"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:48
|
|
msgid "Argentina"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:49
|
|
msgid "American Samoa"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:50
|
|
msgid "Austria"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:51
|
|
msgid "Australia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:52
|
|
msgid "Aruba"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:53
|
|
msgid "Azerbaijan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:54
|
|
msgid "Bosnia and Herzegovina"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:55
|
|
msgid "Barbados"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:56
|
|
msgid "Bangladesh"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:57
|
|
msgid "Belgium"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:58
|
|
msgid "Burkina Faso"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:59
|
|
msgid "Bulgaria"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:60
|
|
msgid "Bahrain"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:61
|
|
msgid "Burundi"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:62
|
|
msgid "Benin"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:63
|
|
msgid "Bermuda"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:64
|
|
msgid "Brunei Darussalam"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:65
|
|
msgid "Bolivia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:66
|
|
msgid "Brazil"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:67
|
|
msgid "Bahamas"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:68
|
|
msgid "Bhutan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:69
|
|
msgid "Bouvet Island"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:70
|
|
msgid "Botswana"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:71
|
|
msgid "Belarus"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:72
|
|
msgid "Belize"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:73
|
|
msgid "Canada"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:74
|
|
msgid "Cocos (Keeling) Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:75
|
|
msgid "Congo, The Democratic Republic of the"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:76
|
|
msgid "Central African Republic"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:77
|
|
msgid "Congo"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:78
|
|
msgid "Switzerland"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:79
|
|
msgid "Cote D'Ivoire"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:80
|
|
msgid "Cook Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:81
|
|
msgid "Chile"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:82
|
|
msgid "Cameroon"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:83
|
|
msgid "China"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:84
|
|
msgid "Colombia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:85
|
|
msgid "Costa Rica"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:86
|
|
msgid "Cuba"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:87
|
|
msgid "Cape Verde"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:88
|
|
msgid "Christmas Island"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:89
|
|
msgid "Cyprus"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:90
|
|
msgid "Czech Republic"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:91
|
|
msgid "Germany"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:92
|
|
msgid "Djibouti"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:93
|
|
msgid "Denmark"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:94
|
|
msgid "Dominica"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:95
|
|
msgid "Dominican Republic"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:96
|
|
msgid "Algeria"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:97
|
|
msgid "Ecuador"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:98
|
|
msgid "Estonia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:99
|
|
msgid "Egypt"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:100
|
|
msgid "Western Sahara"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:101
|
|
msgid "Eritrea"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:102
|
|
msgid "Spain"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:103
|
|
msgid "Ethiopia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:104
|
|
msgid "Finland"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:105
|
|
msgid "Fiji"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:106
|
|
msgid "Falkland Islands (Malvinas)"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:107
|
|
msgid "Micronesia, Federated States of"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:108
|
|
msgid "Faroe Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:109
|
|
msgid "France"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:110
|
|
msgid "France, Metropolitan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:111
|
|
msgid "Gabon"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:112
|
|
msgid "United Kingdom"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:113
|
|
msgid "Grenada"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:114
|
|
msgid "Georgia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:115
|
|
msgid "French Guiana"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:116
|
|
msgid "Ghana"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:117
|
|
msgid "Gibraltar"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:118
|
|
msgid "Greenland"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:119
|
|
msgid "Gambia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:120
|
|
msgid "Guinea"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:121
|
|
msgid "Guadeloupe"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:122
|
|
msgid "Equatorial Guinea"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:123
|
|
msgid "Greece"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:124
|
|
msgid "South Georgia and the South Sandwich Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:125
|
|
msgid "Guatemala"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:126
|
|
msgid "Guam"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:127
|
|
msgid "Guinea-Bissau"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:128
|
|
msgid "Guyana"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:129
|
|
msgid "Hong Kong"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:130
|
|
msgid "Heard Island and McDonald Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:131
|
|
msgid "Honduras"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:132
|
|
msgid "Croatia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:133
|
|
msgid "Haiti"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:134
|
|
msgid "Hungary"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:135
|
|
msgid "Indonesia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:136
|
|
msgid "Ireland"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:137
|
|
msgid "Israel"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:138
|
|
msgid "India"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:139
|
|
msgid "British Indian Ocean Territory"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:140
|
|
msgid "Iraq"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:141
|
|
msgid "Iran, Islamic Republic of"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:142
|
|
msgid "Iceland"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:143
|
|
msgid "Italy"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:144
|
|
msgid "Jamaica"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:145
|
|
msgid "Jordan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:146
|
|
msgid "Japan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:147
|
|
msgid "Kenya"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:148
|
|
msgid "Kyrgyzstan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:149
|
|
msgid "Cambodia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:150
|
|
msgid "Kiribati"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:151
|
|
msgid "Comoros"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:152
|
|
msgid "Saint Kitts and Nevis"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:153
|
|
msgid "Korea, Democratic People's Republic of"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:154
|
|
msgid "Korea, Republic of"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:155
|
|
msgid "Kuwait"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:156
|
|
msgid "Cayman Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:157
|
|
msgid "Kazakhstan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:158
|
|
msgid "Lao People's Democratic Republic"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:159
|
|
msgid "Lebanon"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:160
|
|
msgid "Saint Lucia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:161
|
|
msgid "Liechtenstein"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:162
|
|
msgid "Sri Lanka"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:163
|
|
msgid "Liberia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:164
|
|
msgid "Lesotho"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:165
|
|
msgid "Lithuania"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:166
|
|
msgid "Luxembourg"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:167
|
|
msgid "Latvia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:168
|
|
msgid "Libyan Arab Jamahiriya"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:169
|
|
msgid "Morocco"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:170
|
|
msgid "Monaco"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:171
|
|
msgid "Moldova, Republic of"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:172
|
|
msgid "Madagascar"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:173
|
|
msgid "Marshall Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:174
|
|
msgid "Macedonia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:175
|
|
msgid "Mali"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:176
|
|
msgid "Myanmar"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:177
|
|
msgid "Mongolia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:178
|
|
msgid "Macau"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:179
|
|
msgid "Northern Mariana Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:180
|
|
msgid "Martinique"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:181
|
|
msgid "Mauritania"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:182
|
|
msgid "Montserrat"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:183
|
|
msgid "Malta"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:184
|
|
msgid "Mauritius"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:185
|
|
msgid "Maldives"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:186
|
|
msgid "Malawi"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:187
|
|
msgid "Mexico"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:188
|
|
msgid "Malaysia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:189
|
|
msgid "Mozambique"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:190
|
|
msgid "Namibia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:191
|
|
msgid "New Caledonia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:192
|
|
msgid "Niger"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:193
|
|
msgid "Norfolk Island"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:194
|
|
msgid "Nigeria"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:195
|
|
msgid "Nicaragua"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:196
|
|
msgid "Netherlands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:197
|
|
msgid "Norway"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:198
|
|
msgid "Nepal"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:199
|
|
msgid "Nauru"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:200
|
|
msgid "Niue"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:201
|
|
msgid "New Zealand"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:202
|
|
msgid "Oman"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:203
|
|
msgid "Panama"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:204
|
|
msgid "Peru"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:205
|
|
msgid "French Polynesia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:206
|
|
msgid "Papua New Guinea"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:207
|
|
msgid "Philippines"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:208
|
|
msgid "Pakistan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:209
|
|
msgid "Poland"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:210
|
|
msgid "Saint Pierre and Miquelon"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:211
|
|
msgid "Pitcairn Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:212
|
|
msgid "Puerto Rico"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:213
|
|
msgid "Palestinian Territory, Occupied"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:214
|
|
msgid "Portugal"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:215
|
|
msgid "Palau"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:216
|
|
msgid "Paraguay"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:217
|
|
msgid "Qatar"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:218
|
|
msgid "Reunion"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:219
|
|
msgid "Romania"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:220
|
|
msgid "Russian Federation"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:221
|
|
msgid "Rwanda"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:222
|
|
msgid "Saudi Arabia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:223
|
|
msgid "Solomon Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:224
|
|
msgid "Seychelles"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:225
|
|
msgid "Sudan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:226
|
|
msgid "Sweden"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:227
|
|
msgid "Singapore"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:228
|
|
msgid "Saint Helena"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:229
|
|
msgid "Slovenia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:230
|
|
msgid "Svalbard and Jan Mayen"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:231
|
|
msgid "Slovakia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:232
|
|
msgid "Sierra Leone"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:233
|
|
msgid "San Marino"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:234
|
|
msgid "Senegal"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:235
|
|
msgid "Somalia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:236
|
|
msgid "Suriname"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:237
|
|
msgid "Sao Tome and Principe"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:238
|
|
msgid "El Salvador"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:239
|
|
msgid "Syrian Arab Republic"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:240
|
|
msgid "Swaziland"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:241
|
|
msgid "Turks and Caicos Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:242
|
|
msgid "Chad"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:243
|
|
msgid "French Southern Territories"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:244
|
|
msgid "Togo"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:245
|
|
msgid "Thailand"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:246
|
|
msgid "Tajikistan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:247
|
|
msgid "Tokelau"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:248
|
|
msgid "Turkmenistan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:249
|
|
msgid "Tunisia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:250
|
|
msgid "Tonga"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:251
|
|
msgid "East Timor"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:252
|
|
msgid "Turkey"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:253
|
|
msgid "Trinidad and Tobago"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:254
|
|
msgid "Tuvalu"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:255
|
|
msgid "Taiwan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:256
|
|
msgid "Tanzania, United Republic of"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:257
|
|
msgid "Ukraine"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:258
|
|
msgid "Uganda"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:259
|
|
msgid "United States Minor Outlying Islands"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:260
|
|
msgid "United States"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:261
|
|
msgid "Uruguay"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:262
|
|
msgid "Uzbekistan"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:263
|
|
msgid "Holy See (Vatican City State)"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:264
|
|
msgid "Saint Vincent and the Grenadines"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:265
|
|
msgid "Venezuela"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:266
|
|
msgid "Virgin Islands, British"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:267
|
|
msgid "Virgin Islands, U.S."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:268
|
|
msgid "Vietnam"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:269
|
|
msgid "Vanuatu"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:270
|
|
msgid "Wallis and Futuna"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:271
|
|
msgid "Samoa"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:272
|
|
msgid "Yemen"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:273
|
|
msgid "Mayotte"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:274
|
|
msgid "Yugoslavia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:275
|
|
msgid "South Africa"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:276
|
|
msgid "Zambia"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:277
|
|
msgid "Zaire"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:278
|
|
msgid "Zimbabwe"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:279
|
|
msgid "Anonymous Proxy"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:280
|
|
msgid "Satellite Provider"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/checker/geoip.py:281
|
|
msgid "Other"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:30
|
|
msgid "Real URL"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:31
|
|
msgid "Cache key"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:32
|
|
msgid "Result"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:33
|
|
msgid "Base"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:34
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:35
|
|
msgid "Parent URL"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:36
|
|
msgid "Extern"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:37
|
|
msgid "Info"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:38
|
|
msgid "Warning"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:39
|
|
msgid "D/L Time"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:40
|
|
msgid "D/L Size"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:41
|
|
msgid "Check Time"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:42
|
|
msgid "URL"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/__init__.py:108
|
|
#, python-format
|
|
msgid "Happy birthday for LinkChecker, I'm %d years old today!"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/dot.py:50 ../linkcheck/logger/gml.py:50
|
|
#: ../linkcheck/logger/sql.py:81 ../linkcheck/logger/xmllog.py:97
|
|
#: ../linkcheck/logger/csvlog.py:61
|
|
#, python-format
|
|
msgid "created by %s at %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/dot.py:53 ../linkcheck/logger/gml.py:53
|
|
#: ../linkcheck/logger/csvlog.py:64
|
|
#, python-format
|
|
msgid "Get the newest version at %(url)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/dot.py:55 ../linkcheck/logger/gml.py:55
|
|
#: ../linkcheck/logger/csvlog.py:66
|
|
#, python-format
|
|
msgid "Write comments and bugs to %(email)s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/dot.py:120 ../linkcheck/logger/gml.py:124
|
|
#: ../linkcheck/logger/html.py:296 ../linkcheck/logger/sql.py:148
|
|
#: ../linkcheck/logger/xmllog.py:171 ../linkcheck/logger/text.py:252
|
|
#: ../linkcheck/logger/csvlog.py:128
|
|
#, python-format
|
|
msgid "Stopped checking at %s (%s)"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:104 ../linkcheck/logger/text.py:104
|
|
#, python-format
|
|
msgid "Start checking at %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:174 ../linkcheck/logger/text.py:146
|
|
msgid " (cached)"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:192 ../linkcheck/logger/text.py:162
|
|
#, python-format
|
|
msgid ", line %d"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:193 ../linkcheck/logger/text.py:163
|
|
#, python-format
|
|
msgid ", col %d"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:223 ../linkcheck/logger/html.py:239
|
|
#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:201
|
|
#, python-format
|
|
msgid "%.3f seconds"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:268 ../linkcheck/logger/text.py:225
|
|
msgid "Valid"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:273 ../linkcheck/logger/text.py:229
|
|
msgid "Error"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:286 ../linkcheck/logger/text.py:242
|
|
msgid "That's it."
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:288 ../linkcheck/logger/text.py:244
|
|
#, python-format
|
|
msgid "%d link checked."
|
|
msgid_plural "%d links checked."
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/logger/html.py:291 ../linkcheck/logger/text.py:248
|
|
#, python-format
|
|
msgid "%d error found."
|
|
msgid_plural "%d errors found."
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../linkcheck/logger/html.py:301 ../linkcheck/logger/sql.py:84
|
|
#: ../linkcheck/logger/xmllog.py:100 ../linkcheck/logger/text.py:98
|
|
#, python-format
|
|
msgid "Get the newest version at %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/html.py:304 ../linkcheck/logger/sql.py:86
|
|
#: ../linkcheck/logger/xmllog.py:102 ../linkcheck/logger/text.py:100
|
|
#, python-format
|
|
msgid "Write comments and bugs to %s"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/logger/csvlog.py:69
|
|
msgid "Format of the entries:"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:133
|
|
msgid "unsupported language"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:138
|
|
msgid "empty url was given"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:140
|
|
msgid "disallowed url was given"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:142
|
|
msgid "no url was given"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:147
|
|
msgid "invalid recursion level"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:152
|
|
#, python-format
|
|
msgid "invalid %s option syntax"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/lc_cgi.py:177
|
|
#, python-format
|
|
msgid ""
|
|
"<html><head>\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 ""
|
|
|
|
#: ../linkcheck/__init__.py:124
|
|
msgid "CRITICAL"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:125
|
|
msgid "ERROR"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:126
|
|
msgid "WARN"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:127
|
|
msgid "WARNING"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:128
|
|
msgid "INFO"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:129
|
|
msgid "DEBUG"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/__init__.py:130
|
|
msgid "NOTSET"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration.py:269
|
|
#, python-format
|
|
msgid "invalid log option %r"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/configuration.py:386
|
|
#, python-format
|
|
msgid "extern%d: syntax error %s\n"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/strformat.py:182
|
|
msgid "seconds"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/strformat.py:185
|
|
msgid "minutes"
|
|
msgstr ""
|
|
|
|
#: ../linkcheck/strformat.py:188
|
|
msgid "hours"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:69
|
|
msgid "USAGE\tlinkchecker [options] file-or-url...\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:72
|
|
msgid ""
|
|
"NOTES\n"
|
|
"o A ! before a regular expression negates it. So '!^mailto:' matches\n"
|
|
" everything but a mailto link.\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 --extern-strict-all 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 To use proxies set $http_proxy, $https_proxy, $ftp_proxy, $gopher_proxy\n"
|
|
" on Unix or Windows.\n"
|
|
" On a Mac use the Internet Config.\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:93
|
|
msgid ""
|
|
"RETURN VALUE\n"
|
|
"The return value is non-zero when\n"
|
|
" o invalid links were found or\n"
|
|
" o link warnings were found and --warnings option was given\n"
|
|
" o a program error occurred\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:100
|
|
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://treasure.calvinsplayground.de/\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 --intern='!^mailto:' --extern-strict-all www.mysite.org\n"
|
|
"\n"
|
|
"Checking a local HTML file on Unix:\n"
|
|
" linkchecker ../bla.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.myhomepage.de\n"
|
|
"\n"
|
|
"You can skip the \"ftp://\" url part if the domain starts with \"ftp.\":\n"
|
|
" linkchecker -r0 ftp.linux.org\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:124
|
|
msgid ""
|
|
"OUTPUT TYPES\n"
|
|
"Note that by default only errors are logged.\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 graph.\n"
|
|
" You should use the --verbose option to get a complete graph.\n"
|
|
"dot Log parent-child relations between linked URLs as a DOT graph.\n"
|
|
" You should use the --verbose option to get a complete graph.\n"
|
|
"xml Log check result as machine-readable XML file.\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"
|
|
"blacklist\n"
|
|
" Suitable for cron jobs. Logs the check result into a file\n"
|
|
" ~/.linkchecker/blacklist which only contains entries with invalid\n"
|
|
" urls and the number of times they have failed.\n"
|
|
"none Logs nothing. Suitable for scripts.\n"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:160
|
|
#, python-format
|
|
msgid "Error: %s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:162
|
|
msgid "Execute 'linkchecker -h' for help"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:171
|
|
msgid ""
|
|
"The `pstats' Python module is not installed, therefore the --viewprof option "
|
|
"is disabled."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:176
|
|
#, python-format
|
|
msgid "Could not find profiling file %r."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:178
|
|
msgid "Please run linkchecker with --profile to generate it."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:262
|
|
msgid "General options"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:265
|
|
msgid ""
|
|
"Use CONFIGFILE as configuration file. As default LinkChecker first\n"
|
|
"searches /etc/linkchecker/linkcheckerrc and then ~/.linkchecker/"
|
|
"linkcheckerrc\n"
|
|
"(under Windows <path-to-program>\\linkcheckerrc)."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:270
|
|
msgid "Ask for url if none are given on the commandline."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:273
|
|
msgid "Generate no more than num threads. Default number of threads is 10."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:277
|
|
msgid "Print version and exit."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:281
|
|
msgid ""
|
|
"Run with low thread scheduling priority. Useful when checking large\n"
|
|
"sites to not interfere with running progams."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:287
|
|
msgid "Output options"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:290
|
|
msgid ""
|
|
"Log all checked URLs (implies -w). Default is to log only invalid\n"
|
|
"URLs."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:293
|
|
msgid "Log warnings."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:296
|
|
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"
|
|
"so we can get their content.\n"
|
|
"\n"
|
|
"Use this to check for pages that contain some form of error\n"
|
|
"message, for example 'This page has moved' or 'Oracle\n"
|
|
"Application Server error'. This option implies -w."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:305
|
|
msgid ""
|
|
"Print a warning if content size is available and exceeds the given\n"
|
|
"number of bytes. This option implies -w."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:309
|
|
msgid "Quiet operation. This is only useful with -F."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:313
|
|
#, python-format
|
|
msgid ""
|
|
"Specify output as %(loggertypes)s. Default output type is text.\n"
|
|
"ENCODING specifies the output encoding, the default is \"iso-8859-15\".\n"
|
|
"Valid encodings are listed at http://docs.python.org/lib/node127.html."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:320
|
|
#, python-format
|
|
msgid ""
|
|
"Output to a file linkchecker-out.TYPE, $HOME/.linkchecker/blacklist for\n"
|
|
"'blacklist' output, or FILENAME if specified.\n"
|
|
"ENCODING specifies the output encoding, the default is \"iso-8859-15\".\n"
|
|
"Valid encodings are listed at http://docs.python.org/lib/node127.html.\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:333
|
|
msgid "Do not print check status messages."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:336
|
|
#, python-format
|
|
msgid ""
|
|
"Print debugging output for 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:346
|
|
#, python-format
|
|
msgid ""
|
|
"Write profiling data into a file named %s in the\n"
|
|
"current working directory. See also --viewprof."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:350
|
|
msgid "Print out previously generated profiling data. See also --profile."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:355
|
|
msgid "Checking options"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:358
|
|
msgid ""
|
|
"Check recursively all links up to given depth. A negative depth\n"
|
|
"will enable inifinite recursion. Default depth is infinite."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:362
|
|
msgid ""
|
|
" regex, --intern=regex\n"
|
|
"Assume URLs that match the given expression as internal.\n"
|
|
"LinkChecker descends recursively only to internal URLs, not to\n"
|
|
"external."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:368
|
|
msgid ""
|
|
"Assume urls that match the given expression as external.\n"
|
|
"Only internal HTML links are checked recursively."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:372
|
|
msgid ""
|
|
"Assume urls that match the given expression as strict external.\n"
|
|
"Only internal HTML links are checked recursively."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:376
|
|
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:381
|
|
msgid ""
|
|
"Swap checking order to external/internal. Default checking order\n"
|
|
"is internal/external."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:385
|
|
msgid ""
|
|
"Accept and send HTTP cookies according to RFC 2109. Only cookies\n"
|
|
"which are sent back to the originating server are accepted.\n"
|
|
"Sent and accepted cookies are provided as additional logging\n"
|
|
"information."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:391
|
|
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:396
|
|
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:401
|
|
msgid ""
|
|
"Try given username for HTTP and FTP authorization.\n"
|
|
"For FTP the default username is 'anonymous'. See also -p."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:405
|
|
msgid ""
|
|
"Try given password for HTTP and FTP authorization.\n"
|
|
"For FTP the default password is 'anonymous@'. See also -u."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:409
|
|
#, python-format
|
|
msgid ""
|
|
"Set the timeout for TCP connection attempts in seconds. The default\n"
|
|
"timeout is %d seconds."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:413
|
|
msgid ""
|
|
"Pause PAUSE seconds between each url check. This option implies -t0.\n"
|
|
"Default is no pause between requests."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:417
|
|
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:422
|
|
msgid ""
|
|
"Contact hosts that match the given expression directly instead of\n"
|
|
"going through a proxy."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:427
|
|
msgid "Deprecated options"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:430
|
|
msgid "Print check status every 5 seconds to stderr. This is the default."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:473 ../linkchecker:501
|
|
#, python-format
|
|
msgid "Unknown logger type %r in %r for option %s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:476 ../linkchecker:505
|
|
#, python-format
|
|
msgid "Unknown encoding %r in %r for option %s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:512
|
|
#, python-format
|
|
msgid "Illegal argument %r for option %s: %s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:533 ../linkchecker:547
|
|
#, python-format
|
|
msgid "Illegal argument %d for option %s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:554
|
|
#, python-format
|
|
msgid "Illegal argument %r for option %s"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:597
|
|
msgid ""
|
|
"enter one or more urls, separated by white-space\n"
|
|
"--> "
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:600
|
|
msgid "no files or urls given"
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:617
|
|
msgid ""
|
|
"The `profile' Python module is not installed, therefore the --profile option "
|
|
"is disabled."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:623
|
|
#, python-format
|
|
msgid ""
|
|
"Overwrite profiling file %r?\n"
|
|
"Press Ctrl-C to cancel, RETURN to continue."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:629
|
|
msgid "Canceled."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:643
|
|
msgid ""
|
|
"Psyco is installed but not used since the version is too old.\n"
|
|
"Psyco >= 1.4 is needed."
|
|
msgstr ""
|
|
|
|
#: ../linkchecker:653
|
|
msgid "Hit RETURN to finish"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:329
|
|
#, python-format
|
|
msgid "usage: %s\n"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:348
|
|
msgid "Usage"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:354
|
|
msgid "integer"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:355
|
|
msgid "long integer"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:356
|
|
msgid "floating-point"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:357
|
|
msgid "complex"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:365
|
|
#, python-format
|
|
msgid "option %s: invalid %s value: %r"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:373
|
|
#, python-format
|
|
msgid "option %s: invalid choice: %r (choose from %s)"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1136
|
|
msgid "show this help message and exit"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1141
|
|
msgid "show program's version number and exit"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1164
|
|
msgid "%prog [options]"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1374 /usr/lib/python2.4/optparse.py:1413
|
|
#, python-format
|
|
msgid "%s option requires an argument"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1376 /usr/lib/python2.4/optparse.py:1415
|
|
#, python-format
|
|
msgid "%s option requires %d arguments"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1385
|
|
#, python-format
|
|
msgid "%s option does not take a value"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1402 /usr/lib/python2.4/optparse.py:1556
|
|
#, python-format
|
|
msgid "no such option: %s"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1502
|
|
msgid "options"
|
|
msgstr ""
|
|
|
|
#: /usr/lib/python2.4/optparse.py:1559
|
|
#, python-format
|
|
msgid "ambiguous option: %s (%s?)"
|
|
msgstr ""
|