git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2861 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-10-11 20:10:50 +00:00
parent 402353f0e9
commit de2af2d72d
2 changed files with 57 additions and 58 deletions

View file

@ -23,6 +23,10 @@
Changed: linkcheck/__init__.py Changed: linkcheck/__init__.py
Closes: SF bug #1277577 Closes: SF bug #1277577
* Compress libraries in the .exe installer with UPX compressor.
Type: feature
Changed: setup.py
3.2 "Kiss kiss bang bang" (released 3.8.2005) 3.2 "Kiss kiss bang bang" (released 3.8.2005)
* Fixed typo in redirection handling code. * Fixed typo in redirection handling code.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: calvin@users.sourceforge.net\n" "Report-Msgid-Bugs-To: calvin@users.sourceforge.net\n"
"POT-Creation-Date: 2005-07-20 18:06+0200\n" "POT-Creation-Date: 2005-10-11 14:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -43,122 +43,122 @@ msgstr[1] ""
msgid "runtime %s" msgid "runtime %s"
msgstr "" msgstr ""
#: ../linkcheck/checker/consumer.py:166 #: ../linkcheck/checker/consumer.py:178
#, python-format #, python-format
msgid "keyboard interrupt; waiting for %d active thread to finish" msgid "keyboard interrupt; waiting for %d active thread to finish"
msgid_plural "keyboard interrupt; waiting for %d active threads to finish" msgid_plural "keyboard interrupt; waiting for %d active threads to finish"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: ../linkcheck/checker/consumer.py:181 #: ../linkcheck/checker/consumer.py:193
msgid "Status:" msgid "Status:"
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:74 #: ../linkcheck/checker/__init__.py:81
msgid "The effective URL is different from the original." msgid "The effective URL is different from the original."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:76 #: ../linkcheck/checker/__init__.py:83
msgid "Could not get the content of the URL." msgid "Could not get the content of the URL."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:77 #: ../linkcheck/checker/__init__.py:84
msgid "URL uses a unicode domain." msgid "URL uses a unicode domain."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:78 #: ../linkcheck/checker/__init__.py:85
msgid "URL is not normed." msgid "URL is not normed."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:79 #: ../linkcheck/checker/__init__.py:86
msgid "URL anchor was not found." msgid "URL anchor was not found."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:81 #: ../linkcheck/checker/__init__.py:88
msgid "The warning regular expression was found in the URL contents." msgid "The warning regular expression was found in the URL contents."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:82 #: ../linkcheck/checker/__init__.py:89
msgid "The URL content is too large." msgid "The URL content is too large."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:83 #: ../linkcheck/checker/__init__.py:90
msgid "The file: URL is missing a trailing slash." msgid "The file: URL is missing a trailing slash."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:85 #: ../linkcheck/checker/__init__.py:92
msgid "The file: path is not the same as the system specific path." msgid "The file: path is not the same as the system specific path."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:86 #: ../linkcheck/checker/__init__.py:93
msgid "The ftp: URL is missing a trailing slash." msgid "The ftp: URL is missing a trailing slash."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:87 #: ../linkcheck/checker/__init__.py:94
msgid "The http: URL checking has been denied." msgid "The http: URL checking has been denied."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:88 #: ../linkcheck/checker/__init__.py:95
msgid "The HTTP server had no anchor support." msgid "The HTTP server had no anchor support."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:89 #: ../linkcheck/checker/__init__.py:96
msgid "The URL has moved permanently." msgid "The URL has moved permanently."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:91 #: ../linkcheck/checker/__init__.py:98
msgid "The URL has been redirected to an URL of a different type." msgid "The URL has been redirected to an URL of a different type."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:92 #: ../linkcheck/checker/__init__.py:99
msgid "The URL had no content." msgid "The URL had no content."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:93 #: ../linkcheck/checker/__init__.py:100
msgid "An error occurred while storing a cookie." msgid "An error occurred while storing a cookie."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:95 #: ../linkcheck/checker/__init__.py:102
msgid "An error occurred while decompressing the URL content." msgid "An error occurred while decompressing the URL content."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:97 #: ../linkcheck/checker/__init__.py:104
msgid "The URL content is encoded with an unknown encoding." msgid "The URL content is encoded with an unknown encoding."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:98 #: ../linkcheck/checker/__init__.py:105
msgid "The URL has been ignored." msgid "The URL has been ignored."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:99 #: ../linkcheck/checker/__init__.py:106
msgid "The mailto: URL contained no addresses." msgid "The mailto: URL contained no addresses."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:100 #: ../linkcheck/checker/__init__.py:107
msgid "The mail MX host could not be found." msgid "The mail MX host could not be found."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:102 #: ../linkcheck/checker/__init__.py:109
msgid "The mailto: address could not be verified." msgid "The mailto: address could not be verified."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:104 #: ../linkcheck/checker/__init__.py:111
msgid "No connection to a MX host could be established." msgid "No connection to a MX host could be established."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:105 #: ../linkcheck/checker/__init__.py:112
msgid "No NNTP server was found." msgid "No NNTP server was found."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:106 #: ../linkcheck/checker/__init__.py:113
msgid "The NNTP newsgroup could not be found." msgid "The NNTP newsgroup could not be found."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:107 #: ../linkcheck/checker/__init__.py:114
msgid "The NNTP server was busy." msgid "The NNTP server was busy."
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:156 #: ../linkcheck/checker/__init__.py:163
#, python-format #, python-format
msgid "" msgid ""
"********** Oops, I did it again. *************\n" "********** Oops, I did it again. *************\n"
@ -176,15 +176,15 @@ msgid ""
"I can work with ;) .\n" "I can work with ;) .\n"
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:175 #: ../linkcheck/checker/__init__.py:182
msgid "******** LinkChecker internal error, over and out ********" msgid "******** LinkChecker internal error, over and out ********"
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:183 #: ../linkcheck/checker/__init__.py:190
msgid "System info:" msgid "System info:"
msgstr "" msgstr ""
#: ../linkcheck/checker/__init__.py:185 #: ../linkcheck/checker/__init__.py:192
#, python-format #, python-format
msgid "Python %s on %s" msgid "Python %s on %s"
msgstr "" msgstr ""
@ -194,15 +194,15 @@ msgstr ""
msgid "%s URL ignored." msgid "%s URL ignored."
msgstr "" msgstr ""
#: ../linkcheck/checker/fileurl.py:119 #: ../linkcheck/checker/fileurl.py:120
msgid "Added trailing slash to directory." msgid "Added trailing slash to directory."
msgstr "" msgstr ""
#: ../linkcheck/checker/fileurl.py:130 #: ../linkcheck/checker/fileurl.py:131
msgid "directory" msgid "directory"
msgstr "" msgstr ""
#: ../linkcheck/checker/fileurl.py:146 #: ../linkcheck/checker/fileurl.py:147
#, python-format #, python-format
msgid "" msgid ""
"The URL path %r is not the same as the system path %r. You should always use " "The URL path %r is not the same as the system path %r. You should always use "
@ -290,45 +290,50 @@ msgstr ""
msgid "Invalid mail syntax" msgid "Invalid mail syntax"
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:136 #: ../linkcheck/checker/mailtourl.py:116
#, python-format
msgid "Error parsing CGI values: %s"
msgstr ""
#: ../linkcheck/checker/mailtourl.py:139
msgid "No addresses found." msgid "No addresses found."
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:155 #: ../linkcheck/checker/mailtourl.py:158
#, python-format #, python-format
msgid "No MX mail host for %(domain)s found." msgid "No MX mail host for %(domain)s found."
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:160 #: ../linkcheck/checker/mailtourl.py:163
#, python-format #, python-format
msgid "No host for %(domain)s found." msgid "No host for %(domain)s found."
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:208 #: ../linkcheck/checker/mailtourl.py:211
#, python-format #, python-format
msgid "Verified address: %(info)s." msgid "Verified address: %(info)s."
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:212 #: ../linkcheck/checker/mailtourl.py:215
#, python-format #, python-format
msgid "Unverified address: %(info)s. But mail will be sent anyway." msgid "Unverified address: %(info)s. But mail will be sent anyway."
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:215 #: ../linkcheck/checker/mailtourl.py:218
#, python-format #, python-format
msgid "Unverified address: %(info)s." msgid "Unverified address: %(info)s."
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:219 #: ../linkcheck/checker/mailtourl.py:222
#, python-format #, python-format
msgid "MX mail host %(host)s did not accept connections: %(error)s." msgid "MX mail host %(host)s did not accept connections: %(error)s."
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:225 #: ../linkcheck/checker/mailtourl.py:228
msgid "Could not connect, but syntax is correct" msgid "Could not connect, but syntax is correct"
msgstr "" msgstr ""
#: ../linkcheck/checker/mailtourl.py:227 #: ../linkcheck/checker/mailtourl.py:230
#, python-format #, python-format
msgid "Found MX mail host %(host)s" msgid "Found MX mail host %(host)s"
msgstr "" msgstr ""
@ -728,25 +733,15 @@ msgstr ""
msgid "syntax error in entry%d %r: %s" msgid "syntax error in entry%d %r: %s"
msgstr "" msgstr ""
#: ../linkcheck/configuration.py:420 #: ../linkcheck/strformat.py:214
#, python-format
msgid "nofollow%d: syntax error %s\n"
msgstr ""
#: ../linkcheck/configuration.py:438
#, python-format
msgid "ignore%d: syntax error %s\n"
msgstr ""
#: ../linkcheck/strformat.py:195
msgid "seconds" msgid "seconds"
msgstr "" msgstr ""
#: ../linkcheck/strformat.py:198 #: ../linkcheck/strformat.py:217
msgid "minutes" msgid "minutes"
msgstr "" msgstr ""
#: ../linkcheck/strformat.py:201 #: ../linkcheck/strformat.py:220
msgid "hours" msgid "hours"
msgstr "" msgstr ""