mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1174 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
ed563ee2e6
commit
34c8a29a35
5 changed files with 37 additions and 22 deletions
|
|
@ -3,6 +3,8 @@
|
|||
Changed: linkchecker, po/*.po
|
||||
* use Set() instead of hashmap
|
||||
Changed: linkcheck/Config.py
|
||||
* fix mime-type checking to allow parsing of external stylesheets
|
||||
Changed: linkcheck/HttpUrlData.py
|
||||
|
||||
1.10.2 (release 3.1.2004)
|
||||
* fixed CGI safe_url pattern, it was too strict
|
||||
|
|
|
|||
39
po/de.po
39
po/de.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: $Id$\n"
|
||||
"POT-Creation-Date: Sun Jan 4 09:54:39 2004\n"
|
||||
"POT-Creation-Date: Sun Jan 4 10:23:05 2004\n"
|
||||
"PO-Revision-Date: 2004-01-04 09:55+0100\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@debian.org>\n"
|
||||
"Language-Team: de <de@li.org>\n"
|
||||
|
|
@ -56,10 +56,17 @@ msgstr ""
|
|||
" %s"
|
||||
|
||||
msgid "HTTP 301 (moved permanent) encountered: you should update this link."
|
||||
msgstr "HTTP 301 (moved permanent) gefunden: sie sollten diesen Link aktualisieren."
|
||||
msgstr ""
|
||||
"HTTP 301 (moved permanent) gefunden: sie sollten diesen Link aktualisieren."
|
||||
|
||||
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 "Es trat eine HTTP 301 Weiterleitung auf und die URL endet nicht mit /. Alle URLs, die auf (Home-) Verzeichnisse verweisen, sollten mit einem / enden, um Weiterleitungen zu verhindern."
|
||||
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 ""
|
||||
"Es trat eine HTTP 301 Weiterleitung auf und die URL endet nicht mit /. Alle "
|
||||
"URLs, die auf (Home-) Verzeichnisse verweisen, sollten mit einem / enden, um "
|
||||
"Weiterleitungen zu verhindern."
|
||||
|
||||
msgid "HTTP redirection to non-http url encountered; the original url was %r."
|
||||
msgstr "HTTP Weiterleitung zu einer nicht-HTTP url; die Original-Url war %r."
|
||||
|
|
@ -67,7 +74,8 @@ msgstr "HTTP Weiterleitung zu einer nicht-HTTP url; die Original-Url war %r."
|
|||
msgid "more than five redirections, aborting"
|
||||
msgstr "mehr als fünf Weiterleitungen, breche ab"
|
||||
|
||||
msgid "Server does not support HEAD request (got %d status), falling back to GET"
|
||||
msgid ""
|
||||
"Server does not support HEAD request (got %d status), falling back to GET"
|
||||
msgstr "Server unterstützt keine HEAD Anfrage (bekam Status %d), verwende GET"
|
||||
|
||||
msgid "Server %r has no HEAD support, falling back to GET"
|
||||
|
|
@ -197,12 +205,14 @@ msgstr "Inhalt %s is gr
|
|||
msgid "more than one <base> tag found, using only the first one"
|
||||
msgstr "mehr als ein <base> Tag gefunden, benutze lediglich das erste"
|
||||
|
||||
msgid "%5d urls queued, %4d links checked, %2d active threads, runtime %s"
|
||||
msgstr "%5d URLs zu prüfen, %4d Verknüpfungen überprüft, %2d aktive Threads, Laufzeit %s"
|
||||
|
||||
msgid "keyboard interrupt; waiting for %d active threads to finish"
|
||||
msgstr "Tastatur Abbruch; warte auf Beendigung von %d aktiven Verbindungen"
|
||||
|
||||
msgid "%5d urls queued, %4d links checked, %2d active threads, runtime %s"
|
||||
msgstr ""
|
||||
"%5d URLs zu prüfen, %4d Verknüpfungen überprüft, %2d aktive Threads, "
|
||||
"Laufzeit %s"
|
||||
|
||||
msgid "unsupported language"
|
||||
msgstr "nicht unterstützte Sprache"
|
||||
|
||||
|
|
@ -227,7 +237,8 @@ msgstr "ung
|
|||
msgid ""
|
||||
"<html><head>\n"
|
||||
"<title>LinkChecker Online Error</title></head>\n"
|
||||
"<body text=#192c83 bgcolor=#fff7e5 link=#191c83 vlink=#191c83 alink=#191c83>\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"
|
||||
|
|
@ -238,7 +249,8 @@ msgid ""
|
|||
"</body>\n"
|
||||
"</html>"
|
||||
msgstr ""
|
||||
"<html><head><title>LinkChecker Online Fehler</title></head><body text=#192c83 bgcolor=#fff7e5 link=#191c83 vlink=#191c83 alink=#191c83>\n"
|
||||
"<html><head><title>LinkChecker Online Fehler</title></head><body "
|
||||
"text=#192c83 bgcolor=#fff7e5 link=#191c83 vlink=#191c83 alink=#191c83>\n"
|
||||
"<blockquote><b>Fehler: %s</b><br>Das LinkChecker Online Skript ist\n"
|
||||
"auf einen Fehler gestoßen. Bitte stellen Sie sicher, daß die\n"
|
||||
"angegebene URL mit <code>http://</code> beginnt und nur diese Zeichen\n"
|
||||
|
|
@ -399,13 +411,15 @@ msgstr ""
|
|||
"KOMMENTARE\n"
|
||||
"o Ein ! vor einem regulären Ausdruck negiert diesen. Also matcht\n"
|
||||
" '!^mailto:' alles außer mailto Links.\n"
|
||||
"o LinkChecker's Kommandozeilenparser behandelt \"ftp.\" Links wie \"ftp://ftp.\"\n"
|
||||
"o LinkChecker's Kommandozeilenparser behandelt \"ftp.\" Links wie \"ftp://"
|
||||
"ftp.\"\n"
|
||||
" und \"www.\" Links wie \"http://www.\".\n"
|
||||
" Sie können auch lokale Dateien als Argumente angeben\n"
|
||||
"o Falls sich Ihr System automatisch mit dem Internet verbindet\n"
|
||||
" (z.B. mit diald), wird es dies tun wenn Sie Links prüfen, die nicht\n"
|
||||
" auf Ihren lokalen Rechner verweisen\n"
|
||||
" Benutzen Sie die Optionen -s und -i um dies zu verhindern (siehe BEISPIELE)\n"
|
||||
" Benutzen Sie die Optionen -s und -i um dies zu verhindern (siehe "
|
||||
"BEISPIELE)\n"
|
||||
"o Javascript Links werden zur Zeit ignoriert\n"
|
||||
"o Wenn Ihr System keine Threads unterstützt verwendet LinkChecker die\n"
|
||||
" Option -t0\n"
|
||||
|
|
@ -690,4 +704,3 @@ msgstr "keine Dateien oder URLs angegeben"
|
|||
|
||||
msgid "Hit RETURN to finish"
|
||||
msgstr "Drücken Sie RETURN zum Beenden"
|
||||
|
||||
|
|
|
|||
6
po/fr.po
6
po/fr.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: $Id$\n"
|
||||
"POT-Creation-Date: Sun Jan 4 09:54:39 2004\n"
|
||||
"POT-Creation-Date: Sun Jan 4 10:23:05 2004\n"
|
||||
"PO-Revision-Date: 2004-01-03 23:24+0100\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@debian.org>\n"
|
||||
"Language-Team: fr <fr@li.org>\n"
|
||||
|
|
@ -183,10 +183,10 @@ msgstr ""
|
|||
msgid "more than one <base> tag found, using only the first one"
|
||||
msgstr ""
|
||||
|
||||
msgid "%5d urls queued, %4d links checked, %2d active threads, runtime %s"
|
||||
msgid "keyboard interrupt; waiting for %d active threads to finish"
|
||||
msgstr ""
|
||||
|
||||
msgid "keyboard interrupt; waiting for %d active threads to finish"
|
||||
msgid "%5d urls queued, %4d links checked, %2d active threads, runtime %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "unsupported language"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Sun Jan 4 09:54:39 2004\n"
|
||||
"POT-Creation-Date: Sun Jan 4 10:23:05 2004\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"
|
||||
|
|
@ -183,10 +183,10 @@ msgstr ""
|
|||
msgid "more than one <base> tag found, using only the first one"
|
||||
msgstr ""
|
||||
|
||||
msgid "%5d urls queued, %4d links checked, %2d active threads, runtime %s"
|
||||
msgid "keyboard interrupt; waiting for %d active threads to finish"
|
||||
msgstr ""
|
||||
|
||||
msgid "keyboard interrupt; waiting for %d active threads to finish"
|
||||
msgid "%5d urls queued, %4d links checked, %2d active threads, runtime %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "unsupported language"
|
||||
|
|
|
|||
6
po/nl.po
6
po/nl.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: $Id$\n"
|
||||
"POT-Creation-Date: Sun Jan 4 09:54:39 2004\n"
|
||||
"POT-Creation-Date: Sun Jan 4 10:23:05 2004\n"
|
||||
"PO-Revision-Date: 2004-01-03 23:27+0100\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@debian.org>\n"
|
||||
"Language-Team: nl <nl@li.org>\n"
|
||||
|
|
@ -184,10 +184,10 @@ msgstr ""
|
|||
msgid "more than one <base> tag found, using only the first one"
|
||||
msgstr ""
|
||||
|
||||
msgid "%5d urls queued, %4d links checked, %2d active threads, runtime %s"
|
||||
msgid "keyboard interrupt; waiting for %d active threads to finish"
|
||||
msgstr ""
|
||||
|
||||
msgid "keyboard interrupt; waiting for %d active threads to finish"
|
||||
msgid "%5d urls queued, %4d links checked, %2d active threads, runtime %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "unsupported language"
|
||||
|
|
|
|||
Loading…
Reference in a new issue