From ad2168f2428a4a2d8ecb6caf6d3e05162fda7922 Mon Sep 17 00:00:00 2001 From: LinkChecker Date: Mon, 4 Dec 2023 19:24:38 +0000 Subject: [PATCH] Update application translation catalogs --- po/de.po | 1646 ++++++++++++++++++++++--------------------- po/es.po | 1627 ++++++++++++++++++++++--------------------- po/fr.po | 1613 +++++++++++++++++++++--------------------- po/linkchecker.pot | 1568 +++++++++++++++++++++-------------------- po/nl_NL.po | 1664 ++++++++++++++++++++++---------------------- 5 files changed, 4118 insertions(+), 4000 deletions(-) diff --git a/po/de.po b/po/de.po index e6f64337..80555e82 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: LinkChecker\n" "Report-Msgid-Bugs-To: https://github.com/linkchecker/linkchecker\n" -"POT-Creation-Date: 2023-09-11 18:26+0000\n" +"POT-Creation-Date: 2023-12-04 19:24+0000\n" "PO-Revision-Date: 2022-11-01 19:25+0000\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: de \n" @@ -16,547 +16,6 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Gtranslator 40.0\n" -#: ../linkcheck/configuration/confparse.py:72 -#, python-format -msgid "Error parsing configuration: %s" -msgstr "Fehler beim Parsen der Konfiguration: %s" - -#: ../linkcheck/configuration/confparse.py:80 -#, python-format -msgid "invalid empty value for %s: %s\n" -msgstr "ungültiger leerer Wert für %s: %s\n" - -#: ../linkcheck/configuration/confparse.py:95 -#: ../linkcheck/configuration/confparse.py:113 -#: ../linkcheck/plugins/sslcertcheck.py:118 -#, python-format -msgid "invalid value for %s: %d must not be less than %d" -msgstr "ungültiger Wert für %s: %d darf nicht kleiner als %d sein" - -#: ../linkcheck/configuration/confparse.py:100 -#: ../linkcheck/configuration/confparse.py:118 -#, python-format -msgid "invalid value for %s: %d must not be greater than %d" -msgstr "ungültiger Wert für %s: %d darf nicht größer als %d sein" - -#: ../linkcheck/configuration/confparse.py:133 -msgid "" -"The blacklist section in linkcheckerrc is deprecated, please rename to " -"failures" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:234 -#, python-format -msgid "missing auth part in entry %(val)r" -msgstr "fehlende Authentifizierung in entry %(val)r" - -#: ../linkcheck/configuration/confparse.py:244 -#, python-format -msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." -msgstr "ungültige Login URL `%s'. Nur HTTP und HTTPS URLs sind unterstützt." - -#: ../linkcheck/configuration/confparse.py:273 -#, 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:282 -#, python-format -msgid "For example execute 'chmod go-rw %s'." -msgstr "Führen Sie zum Beispiel 'chmod go-rw %s' aus." - -#: ../linkcheck/configuration/confparse.py:287 -#, python-format -msgid "See %(url)s for more info on setting file permissions." -msgstr "" -"Siehe %(url)s für mehr Informationen über das Setzen von Dateiberechtigungen." - -#: ../linkcheck/configuration/__init__.py:226 -#, python-format -msgid "Configuration file %r does not exist." -msgstr "Konfigurationsdatei %r existiert nicht." - -#: ../linkcheck/configuration/__init__.py:228 -#, python-format -msgid "Configuration file %r is not readable." -msgstr "Konfigurationsdatei %r ist nicht lesbar." - -#: ../linkcheck/configuration/__init__.py:238 -msgid "missing user or URL pattern in authentication data." -msgstr "" -"Fehlender Benutzer oder regulärer URL Ausdruck in Authentifizierungsdaten." - -#: ../linkcheck/configuration/__init__.py:273 -msgid "activating text logger output." -msgstr "aktiviere Loggerausgabe text." - -#: ../linkcheck/configuration/__init__.py:284 -msgid "no user/password authentication data found for login URL." -msgstr "keine Benutzer/Passwort-Authentifizierung für Login URL gefunden." - -#: ../linkcheck/configuration/__init__.py:288 -msgid "login URL is not a HTTP URL." -msgstr "Login URL ist keine HTTP URL." - -#: ../linkcheck/configuration/__init__.py:292 -msgid "login URL is incomplete." -msgstr "Login URL ist unvollständig." - -#: ../linkcheck/configuration/__init__.py:295 -#, python-format -msgid "disabling login URL %(url)s." -msgstr "deaktiviere Login URL %(url)s." - -#: ../linkcheck/configuration/__init__.py:348 -#, fuzzy, python-format -msgid "could not create plugin directory %(dirname)r: %(errmsg)r" -msgstr "Konnte Projekt %(filename)s nicht laden: %(err)s" - -#: ../linkcheck/configuration/__init__.py:396 -#, python-format -msgid "" -"could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" -msgstr "" -"Konnte initiale Konfigurationsdatei %(src)r nicht nach %(dst)r kopieren: " -"%(errmsg)r" - -#: ../linkcheck/logger/html.py:127 ../linkcheck/logger/text.py:112 -#, python-format -msgid "Start checking at %s" -msgstr "Beginne Prüfen am %s" - -#: ../linkcheck/logger/html.py:203 ../linkcheck/logger/text.py:165 -#, python-format -msgid ", line %d" -msgstr ", Zeile %d" - -#: ../linkcheck/logger/html.py:205 ../linkcheck/logger/text.py:167 -#, python-format -msgid ", col %d" -msgstr ", Spalte %d" - -#: ../linkcheck/logger/html.py:207 ../linkcheck/logger/text.py:169 -#, fuzzy, python-format -msgid ", page %d" -msgstr ", Zeile %d" - -#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 -#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 -#, python-format -msgid "%.3f seconds" -msgstr "%.3f Sekunden" - -#: ../linkcheck/logger/html.py:311 ../linkcheck/logger/text.py:218 -msgid "Valid" -msgstr "Gültig" - -#: ../linkcheck/logger/html.py:316 ../linkcheck/logger/text.py:221 -msgid "Error" -msgstr "Fehler" - -#: ../linkcheck/logger/html.py:323 -msgid "Statistics" -msgstr "Statistik" - -#: ../linkcheck/logger/html.py:327 ../linkcheck/logger/text.py:300 -#, 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 "" -"Inhalte: %(image)d Bild, %(text)d Text, %(video)d Video, %(audio)d Audio, " -"%(application)d Anwendung, %(mail)d E-Mail und %(other)d andere Inhalte." - -#: ../linkcheck/logger/html.py:335 ../linkcheck/logger/text.py:307 -#, python-format -msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." -msgstr "URL Längen: min=%(min)d, max=%(max)d, mittel=%(avg)d" - -#: ../linkcheck/logger/html.py:343 ../linkcheck/logger/text.py:315 -msgid "No statistics available since no URLs were checked." -msgstr "Keine Statistik verfügbar, da keine URLs geprüft wurden." - -#: ../linkcheck/logger/html.py:349 ../linkcheck/logger/text.py:231 -msgid "That's it." -msgstr "Das war's." - -#: ../linkcheck/logger/html.py:352 -#, python-format -msgid "%d link checked." -msgid_plural "%d links checked." -msgstr[0] "%d Verknüpfung überprüft." -msgstr[1] "%d Verknüpfungen überprüft." - -#: ../linkcheck/logger/html.py:357 ../linkcheck/logger/text.py:240 -#, python-format -msgid "%d warning found" -msgid_plural "%d warnings found" -msgstr[0] "%d Warnung gefunden" -msgstr[1] "%d Warnungen gefunden" - -#: ../linkcheck/logger/html.py:362 ../linkcheck/logger/text.py:250 -#, python-format -msgid " (%d ignored or duplicates not printed)" -msgstr " (%d ignorierte oder doppelte Vorkommen nicht ausgegeben)" - -#: ../linkcheck/logger/html.py:367 ../linkcheck/logger/text.py:255 -#, python-format -msgid "%d error found" -msgid_plural "%d errors found" -msgstr[0] "%d Fehler gefunden" -msgstr[1] "%d Fehler gefunden" - -#: ../linkcheck/logger/html.py:372 ../linkcheck/logger/text.py:265 -#, python-format -msgid " (%d duplicates not printed)" -msgstr " (%d doppelte Vorkommen nicht ausgegeben)" - -#: ../linkcheck/logger/html.py:381 ../linkcheck/logger/text.py:273 -#, python-format -msgid "There was %(num)d internal error." -msgid_plural "There were %(num)d internal errors." -msgstr[0] "Es gab %(num)d internen Fehler." -msgstr[1] "Es gab %(num)d interne Fehler." - -#: ../linkcheck/logger/html.py:391 ../linkcheck/logger/__init__.py:397 -#: ../linkcheck/logger/text.py:282 -#, python-format -msgid "Stopped checking at %(time)s (%(duration)s)" -msgstr "Beende Prüfen am %(time)s (%(duration)s)" - -#: ../linkcheck/logger/html.py:401 -#, fuzzy, python-format -msgid "Read the documentation at %s" -msgstr "Die neueste Version gibt es unter %s" - -#: ../linkcheck/logger/html.py:411 -#, python-format -msgid "Write comments and bugs to %s" -msgstr "Schreiben Sie Kommentare und Fehler an %s" - -#: ../linkcheck/logger/__init__.py:31 -msgid "Real URL" -msgstr "Tats. URL" - -#: ../linkcheck/logger/__init__.py:32 -msgid "Cache key" -msgstr "Cache Schlüssel" - -#: ../linkcheck/logger/__init__.py:33 -msgid "Result" -msgstr "Ergebnis" - -#: ../linkcheck/logger/__init__.py:34 -msgid "Base" -msgstr "Basis" - -#: ../linkcheck/logger/__init__.py:35 -msgid "Name" -msgstr "Name" - -#: ../linkcheck/logger/__init__.py:36 -msgid "Parent URL" -msgstr "Vater URL" - -#: ../linkcheck/logger/__init__.py:37 -msgid "Extern" -msgstr "Extern" - -#: ../linkcheck/logger/__init__.py:38 -msgid "Info" -msgstr "Info" - -#: ../linkcheck/logger/__init__.py:39 -msgid "Warning" -msgstr "Warnung" - -#: ../linkcheck/logger/__init__.py:40 -msgid "D/L time" -msgstr "D/L Zeit" - -#: ../linkcheck/logger/__init__.py:41 -msgid "Size" -msgstr "Größe" - -#: ../linkcheck/logger/__init__.py:42 -msgid "Check time" -msgstr "Prüfzeit" - -#: ../linkcheck/logger/__init__.py:43 -msgid "URL" -msgstr "URL" - -#: ../linkcheck/logger/__init__.py:44 -msgid "Level" -msgstr "Tiefe" - -#: ../linkcheck/logger/__init__.py:45 -msgid "Modified" -msgstr "Geändert" - -#: ../linkcheck/logger/__init__.py:275 -#, python-format -msgid "Happy birthday for LinkChecker, I'm %d years old today!" -msgstr "" -"Herzlichen Glückwunsch zum Geburtstag, LinkChecker, ich bin heute %d Jahre " -"alt geworden!" - -#: ../linkcheck/logger/__init__.py:381 -#, python-format -msgid "created by %(app)s at %(time)s" -msgstr "erstellt von %(app)s am %(time)s" - -#: ../linkcheck/logger/__init__.py:385 ../linkcheck/logger/text.py:105 -#, fuzzy, python-format -msgid "Read the documentation at %(url)s" -msgstr "Die neueste Version gibt es unter %(url)s" - -#: ../linkcheck/logger/__init__.py:388 ../linkcheck/logger/text.py:108 -#, python-format -msgid "Write comments and bugs to %(url)s" -msgstr "Schreiben Sie Kommentare und Fehler an %(url)s" - -#: ../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/text.py:65 -msgid "Invalid value for wraplength. Using default." -msgstr "" - -#: ../linkcheck/logger/text.py:230 -msgid "The check has been interrupted; results are not complete." -msgstr "" - -#: ../linkcheck/logger/text.py:232 -#, python-format -msgid "%d link" -msgid_plural "%d links" -msgstr[0] "%d Verknüpfung" -msgstr[1] "%d Verknüpfungen" - -#: ../linkcheck/logger/text.py:236 -#, fuzzy, python-format -msgid "in %d URL" -msgid_plural "in %d URLs" -msgstr[0] "Gültige URLs" -msgstr[1] "Gültige URLs" - -#: ../linkcheck/logger/text.py:238 -msgid " checked." -msgstr " überprüft." - -#: ../linkcheck/logger/text.py:292 -msgid "Statistics:" -msgstr "Statistik:" - -#: ../linkcheck/logger/text.py:295 -#, python-format -msgid "Downloaded: %s." -msgstr "Heruntergeladen: %s." - -#: ../linkcheck/__init__.py:77 -#, python-format -msgid "Link pattern %r strict=%s" -msgstr "" - -#: ../linkcheck/__init__.py:87 -#, fuzzy, python-format -msgid "invalid regular expression %r: %s" -msgstr "ungültiger Rekursionslevel %r" - -#: ../linkcheck/__init__.py:111 -msgid "CRITICAL" -msgstr "KRITISCH" - -#: ../linkcheck/__init__.py:112 -msgid "ERROR" -msgstr "FEHLER" - -#: ../linkcheck/__init__.py:113 -msgid "WARN" -msgstr "WARN" - -#: ../linkcheck/__init__.py:114 -msgid "WARNING" -msgstr "WARNUNG" - -#: ../linkcheck/__init__.py:115 -msgid "INFO" -msgstr "INFO" - -#: ../linkcheck/__init__.py:116 -msgid "DEBUG" -msgstr "DEBUG" - -#: ../linkcheck/__init__.py:117 -msgid "NOTSET" -msgstr "NICHTS" - -#: ../linkcheck/plugins/sslcertcheck.py:70 -msgid "certificate did not include \"notAfter\" information" -msgstr "Zertifikat besitzt keine \"notAfter\"-Information" - -#: ../linkcheck/plugins/sslcertcheck.py:73 -msgid "SSL verification is disabled; enable the sslverify option" -msgstr "" - -#: ../linkcheck/plugins/sslcertcheck.py:85 -#, fuzzy, python-format -msgid "Invalid SSL certificate \"notAfter\" value %r" -msgstr "ungültiger \"notAfter\" Zertifikatwert %r" - -#: ../linkcheck/plugins/sslcertcheck.py:94 -#, python-format -msgid "SSL certificate is expired on %(expire)s." -msgstr "Zertifikat ist am %(expire)s abgelaufen" - -#: ../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 -#, fuzzy -msgid "HTML syntax check plugin is broken. Fixes welcome." -msgstr "tidy HTML Parser verursachte Fehler: %(msg)s" - -#: ../linkcheck/plugins/syntaxchecks.py:74 -msgid "valid HTML syntax" -msgstr "gültige HTML Syntax" - -#: ../linkcheck/plugins/syntaxchecks.py:81 -#, fuzzy, python-format -msgid "HTML syntax check plugin error: %(msg)s " -msgstr "tidy HTML Parser verursachte Fehler: %(msg)s" - -#: ../linkcheck/plugins/syntaxchecks.py:114 -msgid "valid CSS syntax" -msgstr "gültige CSS Syntax" - -#: ../linkcheck/plugins/syntaxchecks.py:121 -#, fuzzy, python-format -msgid "CSS syntax check plugin error: %(msg)s " -msgstr "Syntaxfehler in %(arg)r: %(msg)s" - -#: ../linkcheck/plugins/syntaxchecks.py:132 -#, python-format -msgid "%(w3type)s validation error at line %(line)s col %(column)s: %(msg)s" -msgstr "" -"%(w3type)s Validierungsfehler in Zeile %(line)s Spalte %(column)s: %(msg)s" - -#: ../linkcheck/plugins/syntaxchecks.py:136 -#, python-format -msgid "%(w3type)s validation error at line %(line)s: %(msg)s" -msgstr "%(w3type)s Validierungsfehler in Zeile %(line)s: %(msg)s" - -#: ../linkcheck/plugins/anchorcheck.py:70 -#, fuzzy, python-format -msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." -msgstr "Anker `%(name)s' nicht gefunden." - -#: ../linkcheck/plugins/anchorcheck.py:71 -#, python-format -msgid "Available anchors: %(anchors)s." -msgstr "Verfügbare Anker: %(anchors)s." - -#: ../linkcheck/plugins/regexcheck.py:45 -#: ../linkcheck/plugins/markdowncheck.py:88 -#, fuzzy, python-format -msgid "Invalid regex pattern %r: %s" -msgstr "ungültiger leerer Wert für %s: %s\n" - -#: ../linkcheck/plugins/regexcheck.py:61 -#, python-format -msgid "Found %(match)r at line %(line)d in link contents." -msgstr "Habe %(match)r in Zeile %(line)d im Inhalt der Verknüpfung gefunden." - -#: ../linkcheck/plugins/viruscheck.py:101 -msgid "clamd is not ready for stream scanning" -msgstr "clamd ist nicht bereit, einen Stream zu prüfen" - -#: ../linkcheck/plugins/viruscheck.py:160 -msgid "ScannerDaemonOutputFormat must be disabled" -msgstr "ScannerDaemonOutputFormat muss deaktiviert sein" - -#: ../linkcheck/plugins/viruscheck.py:163 -msgid "only one of TCPSocket and LocalSocket must be enabled" -msgstr "nur einer von TCPSocket oder LocalSocket muss aktiviert sein" - -#: ../linkcheck/plugins/viruscheck.py:193 -msgid "one of TCPSocket or LocalSocket must be enabled" -msgstr "einer von TCPSocket oder LocalSocket muss aktiviert sein" - -#: ../linkcheck/plugins/viruscheck.py:229 -msgid "Could not connect to ClamAV daemon." -msgstr "Konnte nicht zu ClamAV verbinden." - -#: ../linkcheck/plugins/locationinfo.py:46 -#, python-format -msgid "URL is located in %(location)s." -msgstr "URL befindet sich in %(location)s." - -#: ../linkcheck/director/__init__.py:36 -#, fuzzy, python-format -msgid "Problem using login URL: %(msg)s." -msgstr "Fehler bei Login URL: %(msg)s." - -#: ../linkcheck/director/__init__.py:39 -#, python-format -msgid "Error using login URL: %(msg)s." -msgstr "Fehler bei Login URL: %(msg)s." - -#: ../linkcheck/director/__init__.py:44 -#, fuzzy, python-format -msgid "Error starting log output: %(msg)s." -msgstr "Fehler bei Login URL: %(msg)s." - -#: ../linkcheck/director/__init__.py:60 -msgid "" -"Could not start a new thread. Check that the current user is allowed to " -"start new threads." -msgstr "" -"Konnte keinen neuen Thread starten. Überprüfen sie, ob der aktuelle Benutzer " -"neue Threads starten darf." - -#: ../linkcheck/director/__init__.py:93 -#, fuzzy -msgid "interrupt; waiting for active threads to finish" -msgstr "Benutzerabbruch; warte auf Beendigung von aktiven Verbindungen" - -#: ../linkcheck/director/__init__.py:94 -msgid "another interrupt will exit immediately" -msgstr "ein weiter Abbruch beendet dieses Programm sofort" - -#: ../linkcheck/director/__init__.py:110 -msgid "user abort; force shutdown" -msgstr "Benutzerabbruch; erzwinge Programmende" - -#: ../linkcheck/director/aggregator.py:182 -msgid "These URLs are still active:" -msgstr "Folgende URLs sind noch aktiv:" - -#: ../linkcheck/director/aggregator.py:194 -#, python-format -msgid "" -"%(num)d URLs are still active. After a timeout of %(timeout)s the active " -"URLs will stop." -msgstr "" - #: ../linkcheck/director/console.py:38 #, fuzzy, python-format msgid "%2d thread active" @@ -656,15 +115,114 @@ msgstr "" msgid "released" msgstr "" -#: ../linkcheck/cmdline.py:61 -#, python-format -msgid "Error: %(msg)s" -msgstr "Fehler: %(msg)s" +#: ../linkcheck/director/aggregator.py:54 +#, fuzzy, python-format +msgid "Could not parse cookie file: %s. %s" +msgstr "Konnte Cookie-Datei nicht parsen: %s" -#: ../linkcheck/cmdline.py:63 +#: ../linkcheck/director/aggregator.py:188 +msgid "These URLs are still active:" +msgstr "Folgende URLs sind noch aktiv:" + +#: ../linkcheck/director/aggregator.py:200 #, python-format -msgid "Execute '%(program)s -h' for help" -msgstr "Führen Sie '%(program)s -h' aus, um Hilfe zu erhalten" +msgid "" +"%(num)d URLs are still active. After a timeout of %(timeout)s the active " +"URLs will stop." +msgstr "" + +#: ../linkcheck/director/__init__.py:36 +#, fuzzy, python-format +msgid "Problem using login URL: %(msg)s." +msgstr "Fehler bei Login URL: %(msg)s." + +#: ../linkcheck/director/__init__.py:39 +#, python-format +msgid "Error using login URL: %(msg)s." +msgstr "Fehler bei Login URL: %(msg)s." + +#: ../linkcheck/director/__init__.py:44 +#, fuzzy, python-format +msgid "Error starting log output: %(msg)s." +msgstr "Fehler bei Login URL: %(msg)s." + +#: ../linkcheck/director/__init__.py:60 +msgid "" +"Could not start a new thread. Check that the current user is allowed to " +"start new threads." +msgstr "" +"Konnte keinen neuen Thread starten. Überprüfen sie, ob der aktuelle Benutzer " +"neue Threads starten darf." + +#: ../linkcheck/director/__init__.py:93 +#, fuzzy +msgid "interrupt; waiting for active threads to finish" +msgstr "Benutzerabbruch; warte auf Beendigung von aktiven Verbindungen" + +#: ../linkcheck/director/__init__.py:94 +msgid "another interrupt will exit immediately" +msgstr "ein weiter Abbruch beendet dieses Programm sofort" + +#: ../linkcheck/director/__init__.py:110 +msgid "user abort; force shutdown" +msgstr "Benutzerabbruch; erzwinge Programmende" + +#: ../linkcheck/command/setup_config.py:49 +msgid "Running with python -O disables debugging." +msgstr "Die Option python -O verhindert das Debuggen." + +#: ../linkcheck/command/setup_config.py:81 +#, python-format +msgid "blacklist is deprecated for option %(option)s, using failures instead" +msgstr "" + +#: ../linkcheck/command/setup_config.py:87 +#: ../linkcheck/command/setup_config.py:133 +#, python-format +msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" +msgstr "Unbekannter Logtyp %(type)r in %(output)r für Option %(option)s" + +#: ../linkcheck/command/setup_config.py:94 +#: ../linkcheck/command/setup_config.py:144 +#, python-format +msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" +msgstr "Unbekanntes Encoding %(encoding)r in %(output)r für Option %(option)s" + +#: ../linkcheck/command/setup_config.py:127 +#, python-format +msgid "" +"blacklist logger is deprecated for option %(option)s, using failures instead" +msgstr "" + +#: ../linkcheck/command/setup_config.py:159 +#, python-format +msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" +msgstr "Gebe LinkChecker HTTP/FTP Passwort für Benutzer %(user)s ein:" + +#: ../linkcheck/command/setup_config.py:163 +msgid "Enter LinkChecker HTTP/FTP password:" +msgstr "Gebe LinkChecker HTTP/FTP Passwort ein:" + +#: ../linkcheck/command/setup_config.py:181 +#, python-format +msgid "Illegal argument %(arg)r for option %(option)s" +msgstr "Ungültiges Argument %(arg)r für Option %(option)s" + +#: ../linkcheck/command/setup_config.py:198 +#, python-format +msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" +msgstr "" +"Gebe LinkChecker Passwort für Benutzer %(user)s bei %(strpattern)s ein:" + +#: ../linkcheck/command/setup_config.py:207 +#, fuzzy, python-format +msgid "Cookie file %s does not exist." +msgstr "Konfigurationsdatei %r existiert nicht." + +#: ../linkcheck/command/setup_config.py:210 +#, fuzzy, python-format +msgid "Could not read cookie file %s" +msgstr "Konnte Cookie-Datei nicht parsen: %s" #: ../linkcheck/command/arg_parser.py:28 #, fuzzy @@ -1177,58 +735,6 @@ msgstr "" "z.B. \"Mozilla/4.0\". Der Standard ist \"LinkChecker/X.Y\", wobei X.Y\n" "die aktuelle Version von LinkChecker ist." -#: ../linkcheck/command/setup_config.py:49 -msgid "Running with python -O disables debugging." -msgstr "Die Option python -O verhindert das Debuggen." - -#: ../linkcheck/command/setup_config.py:81 -#, python-format -msgid "blacklist is deprecated for option %(option)s, using failures instead" -msgstr "" - -#: ../linkcheck/command/setup_config.py:87 -#: ../linkcheck/command/setup_config.py:133 -#, python-format -msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" -msgstr "Unbekannter Logtyp %(type)r in %(output)r für Option %(option)s" - -#: ../linkcheck/command/setup_config.py:94 -#: ../linkcheck/command/setup_config.py:144 -#, python-format -msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" -msgstr "Unbekanntes Encoding %(encoding)r in %(output)r für Option %(option)s" - -#: ../linkcheck/command/setup_config.py:127 -#, python-format -msgid "" -"blacklist logger is deprecated for option %(option)s, using failures instead" -msgstr "" - -#: ../linkcheck/command/setup_config.py:159 -#, python-format -msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" -msgstr "Gebe LinkChecker HTTP/FTP Passwort für Benutzer %(user)s ein:" - -#: ../linkcheck/command/setup_config.py:163 -msgid "Enter LinkChecker HTTP/FTP password:" -msgstr "Gebe LinkChecker HTTP/FTP Passwort ein:" - -#: ../linkcheck/command/setup_config.py:181 -#, python-format -msgid "Illegal argument %(arg)r for option %(option)s" -msgstr "Ungültiges Argument %(arg)r für Option %(option)s" - -#: ../linkcheck/command/setup_config.py:200 -#, python-format -msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" -msgstr "" -"Gebe LinkChecker Passwort für Benutzer %(user)s bei %(strpattern)s ein:" - -#: ../linkcheck/command/setup_config.py:210 -#, fuzzy, python-format -msgid "Could not read cookie file %s" -msgstr "Konnte Cookie-Datei nicht parsen: %s" - #: ../linkcheck/command/linkchecker.py:50 msgid "Running as root user; dropping privileges by changing user to nobody." msgstr "" @@ -1240,16 +746,21 @@ msgstr "" msgid "Invalid debug level %(level)r" msgstr "Ungültiger Debuglevel %(level)r" -#: ../linkcheck/command/linkchecker.py:142 -#, python-format -msgid "Unreadable config file: %r" -msgstr "Nicht lesbare Konfigurationsdatei: %r" +#: ../linkcheck/command/linkchecker.py:140 +#, fuzzy, python-format +msgid "Config file %s does not exist." +msgstr "Konfigurationsdatei %r existiert nicht." -#: ../linkcheck/command/linkchecker.py:173 +#: ../linkcheck/command/linkchecker.py:143 +#, fuzzy, python-format +msgid "Could not read config file %s." +msgstr "Konnte Cookie-Datei nicht parsen: %s" + +#: ../linkcheck/command/linkchecker.py:176 msgid "no files or URLs given" msgstr "keine Dateien oder URLs angegeben" -#: ../linkcheck/command/linkchecker.py:181 +#: ../linkcheck/command/linkchecker.py:184 #, python-format msgid "" "Overwrite profiling file %(file)r?\n" @@ -1258,11 +769,11 @@ msgstr "" "Profildatei %(file)r überschreiben?\n" "Drücken Sie Strg-C zum Abbrechen, EINGABETASTE zum Fortfahren." -#: ../linkcheck/command/linkchecker.py:189 +#: ../linkcheck/command/linkchecker.py:192 msgid "Canceled." msgstr "Abgebrochen." -#: ../linkcheck/command/linkchecker.py:196 +#: ../linkcheck/command/linkchecker.py:199 msgid "" "The `yappi' Python module is not installed, therefore the --profile option " "is disabled." @@ -1270,74 +781,15 @@ msgstr "" "Das `yappi' Python Modul ist nicht installiert, deshalb ist die --profile " "Option deaktiviert." -#: ../linkcheck/command/linkchecker.py:215 +#: ../linkcheck/command/linkchecker.py:218 msgid "Dumping memory statistics..." msgstr "Generiere Speicherabzug..." -#: ../linkcheck/command/linkchecker.py:217 +#: ../linkcheck/command/linkchecker.py:220 #, python-format msgid "The memory dump has been written to `%(filename)s'." msgstr "Der Speicherabzug wurde in Datei `%(filename)s' geschrieben." -#: ../linkcheck/loader.py:40 -#, python-format -msgid "WARN: could not load module %s: %s" -msgstr "" - -#: ../linkcheck/loader.py:57 -#, fuzzy, python-format -msgid "WARN: could not load file %s: %s" -msgstr "Konnte Cookie-Datei nicht parsen: %s" - -#: ../linkcheck/strformat.py:164 -#, python-format -msgid "%(prefix)s%(duration).02f seconds" -msgstr "%(prefix)s%(duration).02f Sekunden" - -#: ../linkcheck/strformat.py:169 -#, python-format -msgid "%d second" -msgid_plural "%d seconds" -msgstr[0] "%d Sekunde" -msgstr[1] "%d Sekunden" - -#: ../linkcheck/strformat.py:170 -#, python-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d Minute" -msgstr[1] "%d Minuten" - -#: ../linkcheck/strformat.py:171 -#, python-format -msgid "%d hour" -msgid_plural "%d hours" -msgstr[0] "%d Stunde" -msgstr[1] "%d Stunden" - -#: ../linkcheck/strformat.py:172 -#, python-format -msgid "%d day" -msgid_plural "%d days" -msgstr[0] "%d Tag" -msgstr[1] "%d Tage" - -#: ../linkcheck/strformat.py:173 -#, python-format -msgid "%d year" -msgid_plural "%d years" -msgstr[0] "%d Jahr" -msgstr[1] "%d Jahre" - -#: ../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 "" -"Konnte Modul %(module)s für %(feature)s nicht importieren. Installieren Sie " -"%(module)s von %(url)s, um dieses Feature zu nutzen." - #: ../linkcheck/lc_cgi.py:215 #, fuzzy, python-format msgid "could not set locale %r: %s" @@ -1403,42 +855,542 @@ msgstr "" "enthält: A-Za-z0-9./_~-

Fehler werden geloggt.\n" "" -#: ../linkcheck/checker/httpurl.py:138 -#, fuzzy -msgid "Access denied by robots.txt, checked only syntax." -msgstr "" -"Zugriff zur Weiterleitungs-URL verweigert durch robots.txt; prüfe lediglich " -"Syntax." - -#: ../linkcheck/checker/httpurl.py:139 -msgid "syntax OK" -msgstr "Syntax OK" - -#: ../linkcheck/checker/httpurl.py:283 +#: ../linkcheck/plugins/markdowncheck.py:88 +#: ../linkcheck/plugins/regexcheck.py:45 #, fuzzy, python-format -msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." -msgstr "Zu `%(url)s' umgeleitet." +msgid "Invalid regex pattern %r: %s" +msgstr "ungültiger leerer Wert für %s: %s\n" -#: ../linkcheck/checker/httpurl.py:336 -msgid "OK" -msgstr "OK" +#: ../linkcheck/plugins/sslcertcheck.py:70 +msgid "certificate did not include \"notAfter\" information" +msgstr "Zertifikat besitzt keine \"notAfter\"-Information" -#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 -msgid "File size too large" -msgstr "Dateigröße ist zu groß" +#: ../linkcheck/plugins/sslcertcheck.py:73 +msgid "SSL verification is disabled; enable the sslverify option" +msgstr "" -#: ../linkcheck/checker/unknownurl.py:32 +#: ../linkcheck/plugins/sslcertcheck.py:85 +#, fuzzy, python-format +msgid "Invalid SSL certificate \"notAfter\" value %r" +msgstr "ungültiger \"notAfter\" Zertifikatwert %r" + +#: ../linkcheck/plugins/sslcertcheck.py:94 #, python-format -msgid "%(scheme)s URL ignored." -msgstr "%(scheme)s URL ignoriert." +msgid "SSL certificate is expired on %(expire)s." +msgstr "Zertifikat ist am %(expire)s abgelaufen" -#: ../linkcheck/checker/unknownurl.py:34 -msgid "ignored" -msgstr "ignoriert" +#: ../linkcheck/plugins/sslcertcheck.py:100 +#, python-format +msgid "SSL certificate expires on %(expire)s and is only %(valid)s valid." +msgstr "" -#: ../linkcheck/checker/unknownurl.py:36 -msgid "URL is unrecognized or has invalid syntax" -msgstr "URL ist unbekannt oder besitzt ungültige Syntax" +#: ../linkcheck/plugins/sslcertcheck.py:104 +#, python-format +msgid "SSL certificate expires on %(expire)s and is %(valid)s valid." +msgstr "" + +#: ../linkcheck/plugins/sslcertcheck.py:118 +#: ../linkcheck/configuration/confparse.py:98 +#: ../linkcheck/configuration/confparse.py:116 +#, python-format +msgid "invalid value for %s: %d must not be less than %d" +msgstr "ungültiger Wert für %s: %d darf nicht kleiner als %d sein" + +#: ../linkcheck/plugins/viruscheck.py:101 +msgid "clamd is not ready for stream scanning" +msgstr "clamd ist nicht bereit, einen Stream zu prüfen" + +#: ../linkcheck/plugins/viruscheck.py:160 +msgid "ScannerDaemonOutputFormat must be disabled" +msgstr "ScannerDaemonOutputFormat muss deaktiviert sein" + +#: ../linkcheck/plugins/viruscheck.py:163 +msgid "only one of TCPSocket and LocalSocket must be enabled" +msgstr "nur einer von TCPSocket oder LocalSocket muss aktiviert sein" + +#: ../linkcheck/plugins/viruscheck.py:193 +msgid "one of TCPSocket or LocalSocket must be enabled" +msgstr "einer von TCPSocket oder LocalSocket muss aktiviert sein" + +#: ../linkcheck/plugins/viruscheck.py:229 +msgid "Could not connect to ClamAV daemon." +msgstr "Konnte nicht zu ClamAV verbinden." + +#: ../linkcheck/plugins/locationinfo.py:46 +#, python-format +msgid "URL is located in %(location)s." +msgstr "URL befindet sich in %(location)s." + +#: ../linkcheck/plugins/regexcheck.py:61 +#, python-format +msgid "Found %(match)r at line %(line)d in link contents." +msgstr "Habe %(match)r in Zeile %(line)d im Inhalt der Verknüpfung gefunden." + +#: ../linkcheck/plugins/syntaxchecks.py:56 +#, fuzzy +msgid "HTML syntax check plugin is broken. Fixes welcome." +msgstr "tidy HTML Parser verursachte Fehler: %(msg)s" + +#: ../linkcheck/plugins/syntaxchecks.py:74 +msgid "valid HTML syntax" +msgstr "gültige HTML Syntax" + +#: ../linkcheck/plugins/syntaxchecks.py:81 +#, fuzzy, python-format +msgid "HTML syntax check plugin error: %(msg)s " +msgstr "tidy HTML Parser verursachte Fehler: %(msg)s" + +#: ../linkcheck/plugins/syntaxchecks.py:114 +msgid "valid CSS syntax" +msgstr "gültige CSS Syntax" + +#: ../linkcheck/plugins/syntaxchecks.py:121 +#, fuzzy, python-format +msgid "CSS syntax check plugin error: %(msg)s " +msgstr "Syntaxfehler in %(arg)r: %(msg)s" + +#: ../linkcheck/plugins/syntaxchecks.py:132 +#, python-format +msgid "%(w3type)s validation error at line %(line)s col %(column)s: %(msg)s" +msgstr "" +"%(w3type)s Validierungsfehler in Zeile %(line)s Spalte %(column)s: %(msg)s" + +#: ../linkcheck/plugins/syntaxchecks.py:136 +#, python-format +msgid "%(w3type)s validation error at line %(line)s: %(msg)s" +msgstr "%(w3type)s Validierungsfehler in Zeile %(line)s: %(msg)s" + +#: ../linkcheck/plugins/anchorcheck.py:70 +#, fuzzy, python-format +msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." +msgstr "Anker `%(name)s' nicht gefunden." + +#: ../linkcheck/plugins/anchorcheck.py:71 +#, python-format +msgid "Available anchors: %(anchors)s." +msgstr "Verfügbare Anker: %(anchors)s." + +#: ../linkcheck/logger/text.py:65 +msgid "Invalid value for wraplength. Using default." +msgstr "" + +#: ../linkcheck/logger/text.py:105 ../linkcheck/logger/__init__.py:385 +#, fuzzy, python-format +msgid "Read the documentation at %(url)s" +msgstr "Die neueste Version gibt es unter %(url)s" + +#: ../linkcheck/logger/text.py:108 ../linkcheck/logger/__init__.py:388 +#, python-format +msgid "Write comments and bugs to %(url)s" +msgstr "Schreiben Sie Kommentare und Fehler an %(url)s" + +#: ../linkcheck/logger/text.py:112 ../linkcheck/logger/html.py:127 +#, python-format +msgid "Start checking at %s" +msgstr "Beginne Prüfen am %s" + +#: ../linkcheck/logger/text.py:165 ../linkcheck/logger/html.py:203 +#, python-format +msgid ", line %d" +msgstr ", Zeile %d" + +#: ../linkcheck/logger/text.py:167 ../linkcheck/logger/html.py:205 +#, python-format +msgid ", col %d" +msgstr ", Spalte %d" + +#: ../linkcheck/logger/text.py:169 ../linkcheck/logger/html.py:207 +#, fuzzy, python-format +msgid ", page %d" +msgstr ", Zeile %d" + +#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 +#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 +#, python-format +msgid "%.3f seconds" +msgstr "%.3f Sekunden" + +#: ../linkcheck/logger/text.py:218 ../linkcheck/logger/html.py:311 +msgid "Valid" +msgstr "Gültig" + +#: ../linkcheck/logger/text.py:221 ../linkcheck/logger/html.py:316 +msgid "Error" +msgstr "Fehler" + +#: ../linkcheck/logger/text.py:230 +msgid "The check has been interrupted; results are not complete." +msgstr "" + +#: ../linkcheck/logger/text.py:231 ../linkcheck/logger/html.py:349 +msgid "That's it." +msgstr "Das war's." + +#: ../linkcheck/logger/text.py:232 +#, python-format +msgid "%d link" +msgid_plural "%d links" +msgstr[0] "%d Verknüpfung" +msgstr[1] "%d Verknüpfungen" + +#: ../linkcheck/logger/text.py:236 +#, fuzzy, python-format +msgid "in %d URL" +msgid_plural "in %d URLs" +msgstr[0] "Gültige URLs" +msgstr[1] "Gültige URLs" + +#: ../linkcheck/logger/text.py:238 +msgid " checked." +msgstr " überprüft." + +#: ../linkcheck/logger/text.py:240 ../linkcheck/logger/html.py:357 +#, python-format +msgid "%d warning found" +msgid_plural "%d warnings found" +msgstr[0] "%d Warnung gefunden" +msgstr[1] "%d Warnungen gefunden" + +#: ../linkcheck/logger/text.py:250 ../linkcheck/logger/html.py:362 +#, python-format +msgid " (%d ignored or duplicates not printed)" +msgstr " (%d ignorierte oder doppelte Vorkommen nicht ausgegeben)" + +#: ../linkcheck/logger/text.py:255 ../linkcheck/logger/html.py:367 +#, python-format +msgid "%d error found" +msgid_plural "%d errors found" +msgstr[0] "%d Fehler gefunden" +msgstr[1] "%d Fehler gefunden" + +#: ../linkcheck/logger/text.py:265 ../linkcheck/logger/html.py:372 +#, python-format +msgid " (%d duplicates not printed)" +msgstr " (%d doppelte Vorkommen nicht ausgegeben)" + +#: ../linkcheck/logger/text.py:273 ../linkcheck/logger/html.py:381 +#, python-format +msgid "There was %(num)d internal error." +msgid_plural "There were %(num)d internal errors." +msgstr[0] "Es gab %(num)d internen Fehler." +msgstr[1] "Es gab %(num)d interne Fehler." + +#: ../linkcheck/logger/text.py:282 ../linkcheck/logger/html.py:391 +#: ../linkcheck/logger/__init__.py:397 +#, python-format +msgid "Stopped checking at %(time)s (%(duration)s)" +msgstr "Beende Prüfen am %(time)s (%(duration)s)" + +#: ../linkcheck/logger/text.py:292 +msgid "Statistics:" +msgstr "Statistik:" + +#: ../linkcheck/logger/text.py:295 +#, python-format +msgid "Downloaded: %s." +msgstr "Heruntergeladen: %s." + +#: ../linkcheck/logger/text.py:300 ../linkcheck/logger/html.py:327 +#, 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 "" +"Inhalte: %(image)d Bild, %(text)d Text, %(video)d Video, %(audio)d Audio, " +"%(application)d Anwendung, %(mail)d E-Mail und %(other)d andere Inhalte." + +#: ../linkcheck/logger/text.py:307 ../linkcheck/logger/html.py:335 +#, python-format +msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." +msgstr "URL Längen: min=%(min)d, max=%(max)d, mittel=%(avg)d" + +#: ../linkcheck/logger/text.py:315 ../linkcheck/logger/html.py:343 +msgid "No statistics available since no URLs were checked." +msgstr "Keine Statistik verfügbar, da keine URLs geprüft wurden." + +#: ../linkcheck/logger/html.py:323 +msgid "Statistics" +msgstr "Statistik" + +#: ../linkcheck/logger/html.py:352 +#, python-format +msgid "%d link checked." +msgid_plural "%d links checked." +msgstr[0] "%d Verknüpfung überprüft." +msgstr[1] "%d Verknüpfungen überprüft." + +#: ../linkcheck/logger/html.py:401 +#, fuzzy, python-format +msgid "Read the documentation at %s" +msgstr "Die neueste Version gibt es unter %s" + +#: ../linkcheck/logger/html.py:411 +#, python-format +msgid "Write comments and bugs to %s" +msgstr "Schreiben Sie Kommentare und Fehler an %s" + +#: ../linkcheck/logger/__init__.py:31 +msgid "Real URL" +msgstr "Tats. URL" + +#: ../linkcheck/logger/__init__.py:32 +msgid "Cache key" +msgstr "Cache Schlüssel" + +#: ../linkcheck/logger/__init__.py:33 +msgid "Result" +msgstr "Ergebnis" + +#: ../linkcheck/logger/__init__.py:34 +msgid "Base" +msgstr "Basis" + +#: ../linkcheck/logger/__init__.py:35 +msgid "Name" +msgstr "Name" + +#: ../linkcheck/logger/__init__.py:36 +msgid "Parent URL" +msgstr "Vater URL" + +#: ../linkcheck/logger/__init__.py:37 +msgid "Extern" +msgstr "Extern" + +#: ../linkcheck/logger/__init__.py:38 +msgid "Info" +msgstr "Info" + +#: ../linkcheck/logger/__init__.py:39 +msgid "Warning" +msgstr "Warnung" + +#: ../linkcheck/logger/__init__.py:40 +msgid "D/L time" +msgstr "D/L Zeit" + +#: ../linkcheck/logger/__init__.py:41 +msgid "Size" +msgstr "Größe" + +#: ../linkcheck/logger/__init__.py:42 +msgid "Check time" +msgstr "Prüfzeit" + +#: ../linkcheck/logger/__init__.py:43 +msgid "URL" +msgstr "URL" + +#: ../linkcheck/logger/__init__.py:44 +msgid "Level" +msgstr "Tiefe" + +#: ../linkcheck/logger/__init__.py:45 +msgid "Modified" +msgstr "Geändert" + +#: ../linkcheck/logger/__init__.py:275 +#, python-format +msgid "Happy birthday for LinkChecker, I'm %d years old today!" +msgstr "" +"Herzlichen Glückwunsch zum Geburtstag, LinkChecker, ich bin heute %d Jahre " +"alt geworden!" + +#: ../linkcheck/logger/__init__.py:381 +#, python-format +msgid "created by %(app)s at %(time)s" +msgstr "erstellt von %(app)s am %(time)s" + +#: ../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/cache/robots_txt.py:77 +#, python-format +msgid "Relative Sitemap %s in %s discarded" +msgstr "" + +#: ../linkcheck/__init__.py:77 +#, python-format +msgid "Link pattern %r strict=%s" +msgstr "" + +#: ../linkcheck/__init__.py:87 +#, fuzzy, python-format +msgid "invalid regular expression %r: %s" +msgstr "ungültiger Rekursionslevel %r" + +#: ../linkcheck/__init__.py:111 +msgid "CRITICAL" +msgstr "KRITISCH" + +#: ../linkcheck/__init__.py:112 +msgid "ERROR" +msgstr "FEHLER" + +#: ../linkcheck/__init__.py:113 +msgid "WARN" +msgstr "WARN" + +#: ../linkcheck/__init__.py:114 +msgid "WARNING" +msgstr "WARNUNG" + +#: ../linkcheck/__init__.py:115 +msgid "INFO" +msgstr "INFO" + +#: ../linkcheck/__init__.py:116 +msgid "DEBUG" +msgstr "DEBUG" + +#: ../linkcheck/__init__.py:117 +msgid "NOTSET" +msgstr "NICHTS" + +#: ../linkcheck/cookies.py:46 +#, fuzzy +msgid "No entries found" +msgstr "Es wurde kein NNTP Server gefunden." + +#: ../linkcheck/strformat.py:165 +#, python-format +msgid "%(prefix)s%(duration).02f seconds" +msgstr "%(prefix)s%(duration).02f Sekunden" + +#: ../linkcheck/strformat.py:170 +#, python-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "%d Sekunde" +msgstr[1] "%d Sekunden" + +#: ../linkcheck/strformat.py:171 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d Minute" +msgstr[1] "%d Minuten" + +#: ../linkcheck/strformat.py:172 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d Stunde" +msgstr[1] "%d Stunden" + +#: ../linkcheck/strformat.py:173 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d Tag" +msgstr[1] "%d Tage" + +#: ../linkcheck/strformat.py:174 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d Jahr" +msgstr[1] "%d Jahre" + +#: ../linkcheck/strformat.py:245 +#, python-format +msgid "" +"Could not import %(module)s for %(feature)s. Install %(module)s from %(url)s " +"to use this feature." +msgstr "" +"Konnte Modul %(module)s für %(feature)s nicht importieren. Installieren Sie " +"%(module)s von %(url)s, um dieses Feature zu nutzen." + +#: ../linkcheck/loader.py:40 +#, python-format +msgid "WARN: could not load module %s: %s" +msgstr "" + +#: ../linkcheck/loader.py:57 +#, fuzzy, python-format +msgid "WARN: could not load file %s: %s" +msgstr "Konnte Cookie-Datei nicht parsen: %s" + +#: ../linkcheck/checker/const.py:99 +msgid "The effective URL is different from the original." +msgstr "Die effektive URL unterscheidet sich vom Original." + +#: ../linkcheck/checker/const.py:100 +msgid "Could not get the content of the URL." +msgstr "Konnte den Inhalt der URL nicht bekommen." + +#: ../linkcheck/checker/const.py:101 +msgid "The URL content size is too large." +msgstr "Der URL Inhalt ist zu groß." + +#: ../linkcheck/checker/const.py:102 +msgid "The URL content size is zero." +msgstr "Der URL Inhaltsgrößenangabe ist Null." + +#: ../linkcheck/checker/const.py:103 +#, fuzzy +msgid "The URL content type is not parseable." +msgstr "Der URL Inhalt ist zu groß." + +#: ../linkcheck/checker/const.py:104 +msgid "The URL is longer than the recommended size." +msgstr "Die URL ist länger als die empfohlene Länge." + +#: ../linkcheck/checker/const.py:105 +msgid "The URL contains leading or trailing whitespace." +msgstr "Die URL %(url)s enthält Leerzeichen am Anfang oder Ende." + +#: ../linkcheck/checker/const.py:106 +msgid "The file: URL is missing a trailing slash." +msgstr "Der file: URL fehlt ein abschließender Schrägstrich." + +#: ../linkcheck/checker/const.py:108 +msgid "The file: path is not the same as the system specific path." +msgstr "Der file: Pfad ist nicht derselbe wie der Systempfad." + +#: ../linkcheck/checker/const.py:111 +msgid "A local directory with an anchor, not supported by AnchorCheck." +msgstr "" + +#: ../linkcheck/checker/const.py:112 +msgid "The ftp: URL is missing a trailing slash." +msgstr "Der ftp: URL fehlt ein abschließender Schrägstrich." + +#: ../linkcheck/checker/const.py:113 +msgid "The URL had no content." +msgstr "Die URL besitzt keinen Inhalt." + +#: ../linkcheck/checker/const.py:114 +msgid "An error occurred while storing a cookie." +msgstr "Ein Fehler trat auf während des Speicherns eines Cookies." + +#: ../linkcheck/checker/const.py:115 +msgid "The URL request was rate limited." +msgstr "" + +#: ../linkcheck/checker/const.py:116 +msgid "Redirected to a different URL." +msgstr "" + +#: ../linkcheck/checker/const.py:117 +msgid "The mail MX host could not be found." +msgstr "Der MX Mail-Rechner konnte nicht gefunden werden." + +#: ../linkcheck/checker/const.py:118 +msgid "The IP is obfuscated." +msgstr "Die IP-Adresse ist verschleiert." + +#: ../linkcheck/checker/const.py:119 +#, fuzzy +msgid "XML could not be parsed." +msgstr "Der MX Mail-Rechner konnte nicht gefunden werden." #: ../linkcheck/checker/mailtourl.py:88 #, fuzzy, python-format @@ -1573,6 +1525,10 @@ msgstr "" msgid "%(host)r could not be resolved" msgstr "Der MX Mail-Rechner konnte nicht gefunden werden." +#: ../linkcheck/checker/itmsservicesurl.py:31 +msgid "Missing required url parameter" +msgstr "" + #: ../linkcheck/checker/ftpurl.py:75 msgid "Got no answer from FTP server" msgstr "Keine Antwort vom FTP Server" @@ -1590,6 +1546,19 @@ msgstr "Fehlender / am Ende der FTP url." msgid "FTP file size too large" msgstr "FTP Dateigröße ist zu groß" +#: ../linkcheck/checker/unknownurl.py:32 +#, python-format +msgid "%(scheme)s URL ignored." +msgstr "%(scheme)s URL ignoriert." + +#: ../linkcheck/checker/unknownurl.py:34 +msgid "ignored" +msgstr "ignoriert" + +#: ../linkcheck/checker/unknownurl.py:36 +msgid "URL is unrecognized or has invalid syntax" +msgstr "URL ist unbekannt oder besitzt ungültige Syntax" + #: ../linkcheck/checker/fileurl.py:142 #, python-format msgid "Could not get current working directory: %(msg)s" @@ -1627,83 +1596,29 @@ msgid "" "AnchorCheck does not support anchors for directories." msgstr "" -#: ../linkcheck/checker/itmsservicesurl.py:31 -msgid "Missing required url parameter" -msgstr "" - -#: ../linkcheck/checker/const.py:99 -msgid "The effective URL is different from the original." -msgstr "Die effektive URL unterscheidet sich vom Original." - -#: ../linkcheck/checker/const.py:100 -msgid "Could not get the content of the URL." -msgstr "Konnte den Inhalt der URL nicht bekommen." - -#: ../linkcheck/checker/const.py:101 -msgid "The URL content size is too large." -msgstr "Der URL Inhalt ist zu groß." - -#: ../linkcheck/checker/const.py:102 -msgid "The URL content size is zero." -msgstr "Der URL Inhaltsgrößenangabe ist Null." - -#: ../linkcheck/checker/const.py:103 +#: ../linkcheck/checker/httpurl.py:138 #, fuzzy -msgid "The URL content type is not parseable." -msgstr "Der URL Inhalt ist zu groß." - -#: ../linkcheck/checker/const.py:104 -msgid "The URL is longer than the recommended size." -msgstr "Die URL ist länger als die empfohlene Länge." - -#: ../linkcheck/checker/const.py:105 -msgid "The URL contains leading or trailing whitespace." -msgstr "Die URL %(url)s enthält Leerzeichen am Anfang oder Ende." - -#: ../linkcheck/checker/const.py:106 -msgid "The file: URL is missing a trailing slash." -msgstr "Der file: URL fehlt ein abschließender Schrägstrich." - -#: ../linkcheck/checker/const.py:108 -msgid "The file: path is not the same as the system specific path." -msgstr "Der file: Pfad ist nicht derselbe wie der Systempfad." - -#: ../linkcheck/checker/const.py:111 -msgid "A local directory with an anchor, not supported by AnchorCheck." +msgid "Access denied by robots.txt, checked only syntax." msgstr "" +"Zugriff zur Weiterleitungs-URL verweigert durch robots.txt; prüfe lediglich " +"Syntax." -#: ../linkcheck/checker/const.py:112 -msgid "The ftp: URL is missing a trailing slash." -msgstr "Der ftp: URL fehlt ein abschließender Schrägstrich." +#: ../linkcheck/checker/httpurl.py:139 +msgid "syntax OK" +msgstr "Syntax OK" -#: ../linkcheck/checker/const.py:113 -msgid "The URL had no content." -msgstr "Die URL besitzt keinen Inhalt." +#: ../linkcheck/checker/httpurl.py:283 +#, fuzzy, python-format +msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." +msgstr "Zu `%(url)s' umgeleitet." -#: ../linkcheck/checker/const.py:114 -msgid "An error occurred while storing a cookie." -msgstr "Ein Fehler trat auf während des Speicherns eines Cookies." +#: ../linkcheck/checker/httpurl.py:336 +msgid "OK" +msgstr "OK" -#: ../linkcheck/checker/const.py:115 -msgid "The URL request was rate limited." -msgstr "" - -#: ../linkcheck/checker/const.py:116 -msgid "Redirected to a different URL." -msgstr "" - -#: ../linkcheck/checker/const.py:117 -msgid "The mail MX host could not be found." -msgstr "Der MX Mail-Rechner konnte nicht gefunden werden." - -#: ../linkcheck/checker/const.py:118 -msgid "The IP is obfuscated." -msgstr "Die IP-Adresse ist verschleiert." - -#: ../linkcheck/checker/const.py:119 -#, fuzzy -msgid "XML could not be parsed." -msgstr "Der MX Mail-Rechner konnte nicht gefunden werden." +#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 +msgid "File size too large" +msgstr "Dateigröße ist zu groß" #: ../linkcheck/checker/urlbase.py:79 #, python-format @@ -1787,183 +1702,294 @@ msgstr "Größe des Inhalts ist Null." msgid "URL has unparsable domain name: %(domain)s" msgstr "URL besitzt einen nicht analysierbaren Rechnernamen: %(domain)s" -#: ../linkcheck/cache/robots_txt.py:77 +#: ../linkcheck/cmdline.py:61 #, python-format -msgid "Relative Sitemap %s in %s discarded" +msgid "Error: %(msg)s" +msgstr "Fehler: %(msg)s" + +#: ../linkcheck/cmdline.py:63 +#, python-format +msgid "Execute '%(program)s -h' for help" +msgstr "Führen Sie '%(program)s -h' aus, um Hilfe zu erhalten" + +#: ../linkcheck/configuration/__init__.py:226 +#, python-format +msgid "Configuration file %r does not exist." +msgstr "Konfigurationsdatei %r existiert nicht." + +#: ../linkcheck/configuration/__init__.py:228 +#, python-format +msgid "Configuration file %r is not readable." +msgstr "Konfigurationsdatei %r ist nicht lesbar." + +#: ../linkcheck/configuration/__init__.py:238 +msgid "missing user or URL pattern in authentication data." +msgstr "" +"Fehlender Benutzer oder regulärer URL Ausdruck in Authentifizierungsdaten." + +#: ../linkcheck/configuration/__init__.py:273 +msgid "activating text logger output." +msgstr "aktiviere Loggerausgabe text." + +#: ../linkcheck/configuration/__init__.py:284 +msgid "no user/password authentication data found for login URL." +msgstr "keine Benutzer/Passwort-Authentifizierung für Login URL gefunden." + +#: ../linkcheck/configuration/__init__.py:288 +msgid "login URL is not a HTTP URL." +msgstr "Login URL ist keine HTTP URL." + +#: ../linkcheck/configuration/__init__.py:292 +msgid "login URL is incomplete." +msgstr "Login URL ist unvollständig." + +#: ../linkcheck/configuration/__init__.py:295 +#, python-format +msgid "disabling login URL %(url)s." +msgstr "deaktiviere Login URL %(url)s." + +#: ../linkcheck/configuration/__init__.py:348 +#, fuzzy, python-format +msgid "could not create plugin directory %(dirname)r: %(errmsg)r" +msgstr "Konnte Projekt %(filename)s nicht laden: %(err)s" + +#: ../linkcheck/configuration/__init__.py:396 +#, python-format +msgid "" +"could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" +msgstr "" +"Konnte initiale Konfigurationsdatei %(src)r nicht nach %(dst)r kopieren: " +"%(errmsg)r" + +#: ../linkcheck/configuration/confparse.py:62 +#, fuzzy, python-format +msgid "configuration files %s contain no sections." +msgstr "Konfigurationsdatei %r existiert nicht." + +#: ../linkcheck/configuration/confparse.py:75 +#, python-format +msgid "Error parsing configuration: %s" +msgstr "Fehler beim Parsen der Konfiguration: %s" + +#: ../linkcheck/configuration/confparse.py:83 +#, python-format +msgid "invalid empty value for %s: %s\n" +msgstr "ungültiger leerer Wert für %s: %s\n" + +#: ../linkcheck/configuration/confparse.py:103 +#: ../linkcheck/configuration/confparse.py:121 +#, python-format +msgid "invalid value for %s: %d must not be greater than %d" +msgstr "ungültiger Wert für %s: %d darf nicht größer als %d sein" + +#: ../linkcheck/configuration/confparse.py:136 +msgid "" +"The blacklist section in linkcheckerrc is deprecated, please rename to " +"failures" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:299 +#: ../linkcheck/configuration/confparse.py:237 +#, python-format +msgid "missing auth part in entry %(val)r" +msgstr "fehlende Authentifizierung in entry %(val)r" + +#: ../linkcheck/configuration/confparse.py:247 +#, python-format +msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." +msgstr "ungültige Login URL `%s'. Nur HTTP und HTTPS URLs sind unterstützt." + +#: ../linkcheck/configuration/confparse.py:276 +#, 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:285 +#, python-format +msgid "For example execute 'chmod go-rw %s'." +msgstr "Führen Sie zum Beispiel 'chmod go-rw %s' aus." + +#: ../linkcheck/configuration/confparse.py:290 +#, python-format +msgid "See %(url)s for more info on setting file permissions." +msgstr "" +"Siehe %(url)s für mehr Informationen über das Setzen von Dateiberechtigungen." + +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:299 #, fuzzy msgid "usage: " msgstr "Syntax: %s\n" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:776 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:777 #, python-format msgid "argument %(argument_name)s: %(message)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:882 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:883 msgid ".__call__() not defined" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1192 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1214 #, python-format msgid "conflicting subparser: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1196 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1218 #, python-format msgid "conflicting subparser alias: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1231 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1253 #, python-format msgid "unknown parser %(parser_name)r (choices: %(choices)s)" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1291 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1313 #, python-format msgid "argument \"-\" with mode %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1300 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1322 #, python-format msgid "can't open '%(filename)s': %(error)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1509 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1531 #, python-format msgid "cannot merge actions - two groups are named %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1547 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1569 msgid "'required' is an invalid argument for positionals" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1569 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1591 #, python-format msgid "" "invalid option string %(option)r: must start with a character " "%(prefix_chars)r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1587 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1609 #, python-format msgid "dest= is required for options like %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1604 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1626 #, fuzzy, python-format msgid "invalid conflict_resolution value: %r" msgstr "ungültiger \"notAfter\" Zertifikatwert %r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1622 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1644 #, python-format msgid "conflicting option string: %s" msgid_plural "conflicting option strings: %s" msgstr[0] "" msgstr[1] "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1696 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1718 msgid "mutually exclusive arguments must be optional" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1772 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1794 #, fuzzy msgid "positional arguments" msgstr "%s Option erfordert ein Argument" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1773 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1795 #, fuzzy msgid "options" msgstr "Ausgabeoptionen" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1788 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1810 msgid "show this help message and exit" msgstr "Zeige diesen Hilfetext und beende" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1819 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1841 msgid "cannot have multiple subparser arguments" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1871 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2384 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1893 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2408 #, python-format msgid "unrecognized arguments: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1971 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1993 #, python-format msgid "not allowed with argument %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2021 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2035 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2043 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2057 #, python-format msgid "ignored explicit argument %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2142 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2164 #, python-format msgid "the following arguments are required: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2157 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2179 #, python-format msgid "one of the arguments %s is required" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2199 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2223 msgid "expected one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2200 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2224 msgid "expected at most one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2201 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2225 msgid "expected at least one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2205 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2229 #, python-format msgid "expected %s argument" msgid_plural "expected %s arguments" msgstr[0] "" msgstr[1] "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2263 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2287 #, fuzzy, python-format msgid "ambiguous option: %(option)s could match %(matches)s" msgstr "Mehrdeutige Option: %s (%s?)" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2327 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2351 #, python-format msgid "unexpected option string: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2524 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2550 #, python-format msgid "%r is not callable" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2541 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2566 #, fuzzy, python-format msgid "invalid %(type)s value: %(value)r" msgstr "Option %s: Ungültiger %s Wert: %r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2552 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2577 #, fuzzy, python-format msgid "invalid choice: %(value)r (choose from %(choices)s)" msgstr "Option %s: ungültige Auswahl: %r (wähle von %s)" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2630 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2655 #, fuzzy, python-format msgid "%(prog)s: error: %(message)s\n" msgstr "ignore%d: Syntaxfehler %s\n" -#~ msgid "No NNTP server was found." -#~ msgstr "Es wurde kein NNTP Server gefunden." +#, python-format +#~ msgid "Unreadable config file: %r" +#~ msgstr "Nicht lesbare Konfigurationsdatei: %r" #~ msgid "The NNTP newsgroup could not be found." #~ msgstr "Die NNTP Nachrichtengruppe konnte nicht gefunden werden." diff --git a/po/es.po b/po/es.po index 80e82a28..8f7a0c54 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: LinkChecker\n" "Report-Msgid-Bugs-To: https://github.com/linkchecker/linkchecker\n" -"POT-Creation-Date: 2023-09-11 18:26+0000\n" +"POT-Creation-Date: 2023-12-04 19:24+0000\n" "PO-Revision-Date: 2011-02-16 15:24+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: Spanish \n" @@ -17,541 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(1 < n);\n" -#: ../linkcheck/configuration/confparse.py:72 -#, python-format -msgid "Error parsing configuration: %s" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:80 -#, python-format -msgid "invalid empty value for %s: %s\n" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:95 -#: ../linkcheck/configuration/confparse.py:113 -#: ../linkcheck/plugins/sslcertcheck.py:118 -#, python-format -msgid "invalid value for %s: %d must not be less than %d" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:100 -#: ../linkcheck/configuration/confparse.py:118 -#, python-format -msgid "invalid value for %s: %d must not be greater than %d" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:133 -msgid "" -"The blacklist section in linkcheckerrc is deprecated, please rename to " -"failures" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:234 -#, python-format -msgid "missing auth part in entry %(val)r" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:244 -#, python-format -msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." -msgstr "" - -#: ../linkcheck/configuration/confparse.py:273 -#, 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:282 -#, python-format -msgid "For example execute 'chmod go-rw %s'." -msgstr "" - -#: ../linkcheck/configuration/confparse.py:287 -#, python-format -msgid "See %(url)s for more info on setting file permissions." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:226 -#, python-format -msgid "Configuration file %r does not exist." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:228 -#, python-format -msgid "Configuration file %r is not readable." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:238 -msgid "missing user or URL pattern in authentication data." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:273 -msgid "activating text logger output." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:284 -msgid "no user/password authentication data found for login URL." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:288 -msgid "login URL is not a HTTP URL." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:292 -msgid "login URL is incomplete." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:295 -#, python-format -msgid "disabling login URL %(url)s." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:348 -#, python-format -msgid "could not create plugin directory %(dirname)r: %(errmsg)r" -msgstr "" - -#: ../linkcheck/configuration/__init__.py:396 -#, python-format -msgid "" -"could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" -msgstr "" - -#: ../linkcheck/logger/html.py:127 ../linkcheck/logger/text.py:112 -#, python-format -msgid "Start checking at %s" -msgstr "Se comenzó el chequeo en %s" - -#: ../linkcheck/logger/html.py:203 ../linkcheck/logger/text.py:165 -#, python-format -msgid ", line %d" -msgstr ", línea %d" - -#: ../linkcheck/logger/html.py:205 ../linkcheck/logger/text.py:167 -#, python-format -msgid ", col %d" -msgstr ", columna %d" - -#: ../linkcheck/logger/html.py:207 ../linkcheck/logger/text.py:169 -#, fuzzy, python-format -msgid ", page %d" -msgstr ", línea %d" - -#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 -#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 -#, python-format -msgid "%.3f seconds" -msgstr "%.3f segundos" - -#: ../linkcheck/logger/html.py:311 ../linkcheck/logger/text.py:218 -msgid "Valid" -msgstr "Válido" - -#: ../linkcheck/logger/html.py:316 ../linkcheck/logger/text.py:221 -msgid "Error" -msgstr "Error" - -#: ../linkcheck/logger/html.py:323 -msgid "Statistics" -msgstr "" - -#: ../linkcheck/logger/html.py:327 ../linkcheck/logger/text.py:300 -#, 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:307 -#, python-format -msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." -msgstr "" - -#: ../linkcheck/logger/html.py:343 ../linkcheck/logger/text.py:315 -msgid "No statistics available since no URLs were checked." -msgstr "" - -#: ../linkcheck/logger/html.py:349 ../linkcheck/logger/text.py:231 -msgid "That's it." -msgstr "Eso es." - -#: ../linkcheck/logger/html.py:352 -#, python-format -msgid "%d link checked." -msgid_plural "%d links checked." -msgstr[0] "%d enlace chequeado." -msgstr[1] "%d enlaces chequeados." - -#: ../linkcheck/logger/html.py:357 ../linkcheck/logger/text.py:240 -#, python-format -msgid "%d warning found" -msgid_plural "%d warnings found" -msgstr[0] "%d error encontrado" -msgstr[1] "%d errores encontrados" - -#: ../linkcheck/logger/html.py:362 ../linkcheck/logger/text.py:250 -#, python-format -msgid " (%d ignored or duplicates not printed)" -msgstr "" - -#: ../linkcheck/logger/html.py:367 ../linkcheck/logger/text.py:255 -#, python-format -msgid "%d error found" -msgid_plural "%d errors found" -msgstr[0] "%d error encontrado" -msgstr[1] "%d errores encontrados" - -#: ../linkcheck/logger/html.py:372 ../linkcheck/logger/text.py:265 -#, python-format -msgid " (%d duplicates not printed)" -msgstr "" - -#: ../linkcheck/logger/html.py:381 ../linkcheck/logger/text.py:273 -#, 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:391 ../linkcheck/logger/__init__.py:397 -#: ../linkcheck/logger/text.py:282 -#, python-format -msgid "Stopped checking at %(time)s (%(duration)s)" -msgstr "Se paró el chequeo en %(time)s (%(duration)s)" - -#: ../linkcheck/logger/html.py:401 -#, fuzzy, python-format -msgid "Read the documentation at %s" -msgstr "Obtenga la versión más reciente en %s" - -#: ../linkcheck/logger/html.py:411 -#, python-format -msgid "Write comments and bugs to %s" -msgstr "Escriba comentarios y errores a %s" - -#: ../linkcheck/logger/__init__.py:31 -msgid "Real URL" -msgstr "URL real" - -#: ../linkcheck/logger/__init__.py:32 -msgid "Cache key" -msgstr "Llave del \"cache\"" - -#: ../linkcheck/logger/__init__.py:33 -msgid "Result" -msgstr "Resultado" - -#: ../linkcheck/logger/__init__.py:34 -msgid "Base" -msgstr "Base" - -#: ../linkcheck/logger/__init__.py:35 -msgid "Name" -msgstr "Nombre" - -#: ../linkcheck/logger/__init__.py:36 -msgid "Parent URL" -msgstr "URL padre" - -#: ../linkcheck/logger/__init__.py:37 -msgid "Extern" -msgstr "Externo" - -#: ../linkcheck/logger/__init__.py:38 -msgid "Info" -msgstr "Información" - -#: ../linkcheck/logger/__init__.py:39 -msgid "Warning" -msgstr "Advertencia" - -#: ../linkcheck/logger/__init__.py:40 -#, fuzzy -msgid "D/L time" -msgstr "Tiempo de bajada" - -#: ../linkcheck/logger/__init__.py:41 -#, fuzzy -msgid "Size" -msgstr "Tamaño de bajada" - -#: ../linkcheck/logger/__init__.py:42 -#, fuzzy -msgid "Check time" -msgstr "Tiempo de chequeo" - -#: ../linkcheck/logger/__init__.py:43 -msgid "URL" -msgstr "URL" - -#: ../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 "¡Cumpleaños feliz para LinkChecker, cumplo %d años hoy!" - -#: ../linkcheck/logger/__init__.py:381 -#, python-format -msgid "created by %(app)s at %(time)s" -msgstr "crado por %(app)s en %(time)s" - -#: ../linkcheck/logger/__init__.py:385 ../linkcheck/logger/text.py:105 -#, fuzzy, python-format -msgid "Read the documentation at %(url)s" -msgstr "Obtenga la versión más reciente en %(url)s" - -#: ../linkcheck/logger/__init__.py:388 ../linkcheck/logger/text.py:108 -#, python-format -msgid "Write comments and bugs to %(url)s" -msgstr "Escriba comentarios y errores a %(url)s" - -#: ../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/text.py:65 -msgid "Invalid value for wraplength. Using default." -msgstr "" - -#: ../linkcheck/logger/text.py:230 -msgid "The check has been interrupted; results are not complete." -msgstr "" - -#: ../linkcheck/logger/text.py:232 -#, fuzzy, python-format -msgid "%d link" -msgid_plural "%d links" -msgstr[0] "%d enlace chequeado." -msgstr[1] "%d enlaces chequeados." - -#: ../linkcheck/logger/text.py:236 -#, python-format -msgid "in %d URL" -msgid_plural "in %d URLs" -msgstr[0] "" -msgstr[1] "" - -#: ../linkcheck/logger/text.py:238 -#, fuzzy -msgid " checked." -msgstr "%d enlace chequeado." - -#: ../linkcheck/logger/text.py:292 -msgid "Statistics:" -msgstr "" - -#: ../linkcheck/logger/text.py:295 -#, python-format -msgid "Downloaded: %s." -msgstr "" - -#: ../linkcheck/__init__.py:77 -#, python-format -msgid "Link pattern %r strict=%s" -msgstr "" - -#: ../linkcheck/__init__.py:87 -#, fuzzy, python-format -msgid "invalid regular expression %r: %s" -msgstr "nivel de recursión inválido" - -#: ../linkcheck/__init__.py:111 -msgid "CRITICAL" -msgstr "CRÍTICO" - -#: ../linkcheck/__init__.py:112 -msgid "ERROR" -msgstr "ERROR" - -#: ../linkcheck/__init__.py:113 -msgid "WARN" -msgstr "ADVERTENCIA" - -#: ../linkcheck/__init__.py:114 -msgid "WARNING" -msgstr "ADVERTENCIA" - -#: ../linkcheck/__init__.py:115 -msgid "INFO" -msgstr "INFORMACIÓN" - -#: ../linkcheck/__init__.py:116 -msgid "DEBUG" -msgstr "DEPURACIÓN" - -#: ../linkcheck/__init__.py:117 -msgid "NOTSET" -msgstr "NODEFINIDO" - -#: ../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 certificate \"notAfter\" value %r" -msgstr "" - -#: ../linkcheck/plugins/sslcertcheck.py:94 -#, python-format -msgid "SSL certificate 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 -#, fuzzy -msgid "HTML syntax check plugin is broken. Fixes welcome." -msgstr "Error de sintaxis en %(arg)r: %(msg)s" - -#: ../linkcheck/plugins/syntaxchecks.py:74 -msgid "valid HTML syntax" -msgstr "" - -#: ../linkcheck/plugins/syntaxchecks.py:81 -#, fuzzy, python-format -msgid "HTML syntax check plugin error: %(msg)s " -msgstr "Error de sintaxis en %(arg)r: %(msg)s" - -#: ../linkcheck/plugins/syntaxchecks.py:114 -msgid "valid CSS syntax" -msgstr "" - -#: ../linkcheck/plugins/syntaxchecks.py:121 -#, fuzzy, python-format -msgid "CSS syntax check plugin error: %(msg)s " -msgstr "Error de sintaxis en %(arg)r: %(msg)s" - -#: ../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/anchorcheck.py:70 -#, fuzzy, python-format -msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." -msgstr "No se encontró el ancla `%(name)s'." - -#: ../linkcheck/plugins/anchorcheck.py:71 -#, python-format -msgid "Available anchors: %(anchors)s." -msgstr "" - -#: ../linkcheck/plugins/regexcheck.py:45 -#: ../linkcheck/plugins/markdowncheck.py:88 -#, python-format -msgid "Invalid regex pattern %r: %s" -msgstr "" - -#: ../linkcheck/plugins/regexcheck.py:61 -#, fuzzy, python-format -msgid "Found %(match)r at line %(line)d in link contents." -msgstr "Se encontró %(match)r en los contenidos del enlace." - -#: ../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 -#, fuzzy -msgid "Could not connect to ClamAV daemon." -msgstr "No pude conectar, pero la sintaxis es correcta" - -#: ../linkcheck/plugins/locationinfo.py:46 -#, fuzzy, python-format -msgid "URL is located in %(location)s." -msgstr "El URL está localizado en %(country)s." - -#: ../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 -#, fuzzy -msgid "interrupt; waiting for active threads to finish" -msgstr "interrupción por teclado, esperando a que termine %d hilo activo" - -#: ../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/aggregator.py:182 -msgid "These URLs are still active:" -msgstr "" - -#: ../linkcheck/director/aggregator.py:194 -#, python-format -msgid "" -"%(num)d URLs are still active. After a timeout of %(timeout)s the active " -"URLs will stop." -msgstr "" - #: ../linkcheck/director/console.py:38 #, fuzzy, python-format msgid "%2d thread active" @@ -651,15 +116,111 @@ msgstr "" msgid "released" msgstr "" -#: ../linkcheck/cmdline.py:61 -#, python-format -msgid "Error: %(msg)s" -msgstr "Error: %(msg)s" - -#: ../linkcheck/cmdline.py:63 +#: ../linkcheck/director/aggregator.py:54 #, fuzzy, python-format -msgid "Execute '%(program)s -h' for help" -msgstr "Ejecute 'linkchecker -h' para obtener ayuda" +msgid "Could not parse cookie file: %s. %s" +msgstr "No se pudieron almacenar las \"cookies\": %s." + +#: ../linkcheck/director/aggregator.py:188 +msgid "These URLs are still active:" +msgstr "" + +#: ../linkcheck/director/aggregator.py:200 +#, python-format +msgid "" +"%(num)d URLs are still active. After a timeout of %(timeout)s the active " +"URLs will stop." +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 +#, fuzzy +msgid "interrupt; waiting for active threads to finish" +msgstr "interrupción por teclado, esperando a que termine %d hilo activo" + +#: ../linkcheck/director/__init__.py:94 +msgid "another interrupt will exit immediately" +msgstr "" + +#: ../linkcheck/director/__init__.py:110 +msgid "user abort; force shutdown" +msgstr "" + +#: ../linkcheck/command/setup_config.py:49 +msgid "Running with python -O disables debugging." +msgstr "" + +#: ../linkcheck/command/setup_config.py:81 +#, python-format +msgid "blacklist is deprecated for option %(option)s, using failures instead" +msgstr "" + +#: ../linkcheck/command/setup_config.py:87 +#: ../linkcheck/command/setup_config.py:133 +#, fuzzy, python-format +msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" +msgstr "Tipo %r de registrador desconocido en %r para la opción %s" + +#: ../linkcheck/command/setup_config.py:94 +#: ../linkcheck/command/setup_config.py:144 +#, fuzzy, python-format +msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" +msgstr "Codificación %r desconocida en %r para la opción %s" + +#: ../linkcheck/command/setup_config.py:127 +#, python-format +msgid "" +"blacklist logger is deprecated for option %(option)s, using failures instead" +msgstr "" + +#: ../linkcheck/command/setup_config.py:159 +#, python-format +msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:163 +msgid "Enter LinkChecker HTTP/FTP password:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:181 +#, python-format +msgid "Illegal argument %(arg)r for option %(option)s" +msgstr "Argumento ilegal %(arg)r para la opción %(option)s" + +#: ../linkcheck/command/setup_config.py:198 +#, python-format +msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:207 +#, python-format +msgid "Cookie file %s does not exist." +msgstr "" + +#: ../linkcheck/command/setup_config.py:210 +#, fuzzy, python-format +msgid "Could not read cookie file %s" +msgstr "No se pudieron almacenar las \"cookies\": %s." #: ../linkcheck/command/arg_parser.py:28 #, fuzzy @@ -1106,57 +667,6 @@ msgid "" "version of LinkChecker." msgstr "" -#: ../linkcheck/command/setup_config.py:49 -msgid "Running with python -O disables debugging." -msgstr "" - -#: ../linkcheck/command/setup_config.py:81 -#, python-format -msgid "blacklist is deprecated for option %(option)s, using failures instead" -msgstr "" - -#: ../linkcheck/command/setup_config.py:87 -#: ../linkcheck/command/setup_config.py:133 -#, fuzzy, python-format -msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" -msgstr "Tipo %r de registrador desconocido en %r para la opción %s" - -#: ../linkcheck/command/setup_config.py:94 -#: ../linkcheck/command/setup_config.py:144 -#, fuzzy, python-format -msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" -msgstr "Codificación %r desconocida en %r para la opción %s" - -#: ../linkcheck/command/setup_config.py:127 -#, python-format -msgid "" -"blacklist logger is deprecated for option %(option)s, using failures instead" -msgstr "" - -#: ../linkcheck/command/setup_config.py:159 -#, python-format -msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:163 -msgid "Enter LinkChecker HTTP/FTP password:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:181 -#, python-format -msgid "Illegal argument %(arg)r for option %(option)s" -msgstr "Argumento ilegal %(arg)r para la opción %(option)s" - -#: ../linkcheck/command/setup_config.py:200 -#, python-format -msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:210 -#, fuzzy, python-format -msgid "Could not read cookie file %s" -msgstr "No se pudieron almacenar las \"cookies\": %s." - #: ../linkcheck/command/linkchecker.py:50 msgid "Running as root user; dropping privileges by changing user to nobody." msgstr "" @@ -1166,16 +676,21 @@ msgstr "" msgid "Invalid debug level %(level)r" msgstr "Nivel de depuración inválido %(level)r" -#: ../linkcheck/command/linkchecker.py:142 +#: ../linkcheck/command/linkchecker.py:140 #, python-format -msgid "Unreadable config file: %r" +msgid "Config file %s does not exist." msgstr "" -#: ../linkcheck/command/linkchecker.py:173 +#: ../linkcheck/command/linkchecker.py:143 +#, fuzzy, python-format +msgid "Could not read config file %s." +msgstr "No se pudieron almacenar las \"cookies\": %s." + +#: ../linkcheck/command/linkchecker.py:176 msgid "no files or URLs given" msgstr "no se han dado archivos o URLs" -#: ../linkcheck/command/linkchecker.py:181 +#: ../linkcheck/command/linkchecker.py:184 #, python-format msgid "" "Overwrite profiling file %(file)r?\n" @@ -1184,11 +699,11 @@ msgstr "" "¿Sobreescribir archivo %(file)r de perfilamiento?\n" "Presione Ctrl-C para cancelar, RETORNO para continuar." -#: ../linkcheck/command/linkchecker.py:189 +#: ../linkcheck/command/linkchecker.py:192 msgid "Canceled." msgstr "Cancelado." -#: ../linkcheck/command/linkchecker.py:196 +#: ../linkcheck/command/linkchecker.py:199 #, fuzzy msgid "" "The `yappi' Python module is not installed, therefore the --profile option " @@ -1197,72 +712,15 @@ msgstr "" "El módulo `profile' de Python no está instalado, por tanto la opción --" "profile está deshabilitada." -#: ../linkcheck/command/linkchecker.py:215 +#: ../linkcheck/command/linkchecker.py:218 msgid "Dumping memory statistics..." msgstr "" -#: ../linkcheck/command/linkchecker.py:217 +#: ../linkcheck/command/linkchecker.py:220 #, python-format msgid "The memory dump has been written to `%(filename)s'." msgstr "" -#: ../linkcheck/loader.py:40 -#, python-format -msgid "WARN: could not load module %s: %s" -msgstr "" - -#: ../linkcheck/loader.py:57 -#, fuzzy, python-format -msgid "WARN: could not load file %s: %s" -msgstr "No se pudieron almacenar las \"cookies\": %s." - -#: ../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] "%d segundos" -msgstr[1] "%d segundos" - -#: ../linkcheck/strformat.py:170 -#, python-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d minutos" -msgstr[1] "%d minutos" - -#: ../linkcheck/strformat.py:171 -#, python-format -msgid "%d hour" -msgid_plural "%d hours" -msgstr[0] "%d horas" -msgstr[1] "%d horas" - -#: ../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:215 #, fuzzy, python-format msgid "could not set locale %r: %s" @@ -1331,41 +789,538 @@ msgstr "" "\n" "" -#: ../linkcheck/checker/httpurl.py:138 -#, fuzzy -msgid "Access denied by robots.txt, checked only syntax." -msgstr "Denegado el acceso por robots.txt, chequeando sólo la sintaxis." - -#: ../linkcheck/checker/httpurl.py:139 -msgid "syntax OK" -msgstr "" - -#: ../linkcheck/checker/httpurl.py:283 -#, fuzzy, python-format -msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." -msgstr "Redireccionado a `%(url)s'." - -#: ../linkcheck/checker/httpurl.py:336 -msgid "OK" -msgstr "" - -#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 -msgid "File size too large" -msgstr "" - -#: ../linkcheck/checker/unknownurl.py:32 +#: ../linkcheck/plugins/markdowncheck.py:88 +#: ../linkcheck/plugins/regexcheck.py:45 #, python-format -msgid "%(scheme)s URL ignored." -msgstr "URL %(scheme)s ignorado." +msgid "Invalid regex pattern %r: %s" +msgstr "" -#: ../linkcheck/checker/unknownurl.py:34 +#: ../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 certificate \"notAfter\" value %r" +msgstr "" + +#: ../linkcheck/plugins/sslcertcheck.py:94 +#, python-format +msgid "SSL certificate 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/sslcertcheck.py:118 +#: ../linkcheck/configuration/confparse.py:98 +#: ../linkcheck/configuration/confparse.py:116 +#, python-format +msgid "invalid value for %s: %d must not be less than %d" +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 #, fuzzy -msgid "ignored" -msgstr "URL %s ignorado." +msgid "Could not connect to ClamAV daemon." +msgstr "No pude conectar, pero la sintaxis es correcta" -#: ../linkcheck/checker/unknownurl.py:36 -msgid "URL is unrecognized or has invalid syntax" -msgstr "No se reconoce el URL o tiene sintaxis inválida" +#: ../linkcheck/plugins/locationinfo.py:46 +#, fuzzy, python-format +msgid "URL is located in %(location)s." +msgstr "El URL está localizado en %(country)s." + +#: ../linkcheck/plugins/regexcheck.py:61 +#, fuzzy, python-format +msgid "Found %(match)r at line %(line)d in link contents." +msgstr "Se encontró %(match)r en los contenidos del enlace." + +#: ../linkcheck/plugins/syntaxchecks.py:56 +#, fuzzy +msgid "HTML syntax check plugin is broken. Fixes welcome." +msgstr "Error de sintaxis en %(arg)r: %(msg)s" + +#: ../linkcheck/plugins/syntaxchecks.py:74 +msgid "valid HTML syntax" +msgstr "" + +#: ../linkcheck/plugins/syntaxchecks.py:81 +#, fuzzy, python-format +msgid "HTML syntax check plugin error: %(msg)s " +msgstr "Error de sintaxis en %(arg)r: %(msg)s" + +#: ../linkcheck/plugins/syntaxchecks.py:114 +msgid "valid CSS syntax" +msgstr "" + +#: ../linkcheck/plugins/syntaxchecks.py:121 +#, fuzzy, python-format +msgid "CSS syntax check plugin error: %(msg)s " +msgstr "Error de sintaxis en %(arg)r: %(msg)s" + +#: ../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/anchorcheck.py:70 +#, fuzzy, python-format +msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." +msgstr "No se encontró el ancla `%(name)s'." + +#: ../linkcheck/plugins/anchorcheck.py:71 +#, python-format +msgid "Available anchors: %(anchors)s." +msgstr "" + +#: ../linkcheck/logger/text.py:65 +msgid "Invalid value for wraplength. Using default." +msgstr "" + +#: ../linkcheck/logger/text.py:105 ../linkcheck/logger/__init__.py:385 +#, fuzzy, python-format +msgid "Read the documentation at %(url)s" +msgstr "Obtenga la versión más reciente en %(url)s" + +#: ../linkcheck/logger/text.py:108 ../linkcheck/logger/__init__.py:388 +#, python-format +msgid "Write comments and bugs to %(url)s" +msgstr "Escriba comentarios y errores a %(url)s" + +#: ../linkcheck/logger/text.py:112 ../linkcheck/logger/html.py:127 +#, python-format +msgid "Start checking at %s" +msgstr "Se comenzó el chequeo en %s" + +#: ../linkcheck/logger/text.py:165 ../linkcheck/logger/html.py:203 +#, python-format +msgid ", line %d" +msgstr ", línea %d" + +#: ../linkcheck/logger/text.py:167 ../linkcheck/logger/html.py:205 +#, python-format +msgid ", col %d" +msgstr ", columna %d" + +#: ../linkcheck/logger/text.py:169 ../linkcheck/logger/html.py:207 +#, fuzzy, python-format +msgid ", page %d" +msgstr ", línea %d" + +#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 +#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 +#, python-format +msgid "%.3f seconds" +msgstr "%.3f segundos" + +#: ../linkcheck/logger/text.py:218 ../linkcheck/logger/html.py:311 +msgid "Valid" +msgstr "Válido" + +#: ../linkcheck/logger/text.py:221 ../linkcheck/logger/html.py:316 +msgid "Error" +msgstr "Error" + +#: ../linkcheck/logger/text.py:230 +msgid "The check has been interrupted; results are not complete." +msgstr "" + +#: ../linkcheck/logger/text.py:231 ../linkcheck/logger/html.py:349 +msgid "That's it." +msgstr "Eso es." + +#: ../linkcheck/logger/text.py:232 +#, fuzzy, python-format +msgid "%d link" +msgid_plural "%d links" +msgstr[0] "%d enlace chequeado." +msgstr[1] "%d enlaces chequeados." + +#: ../linkcheck/logger/text.py:236 +#, python-format +msgid "in %d URL" +msgid_plural "in %d URLs" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/logger/text.py:238 +#, fuzzy +msgid " checked." +msgstr "%d enlace chequeado." + +#: ../linkcheck/logger/text.py:240 ../linkcheck/logger/html.py:357 +#, python-format +msgid "%d warning found" +msgid_plural "%d warnings found" +msgstr[0] "%d error encontrado" +msgstr[1] "%d errores encontrados" + +#: ../linkcheck/logger/text.py:250 ../linkcheck/logger/html.py:362 +#, python-format +msgid " (%d ignored or duplicates not printed)" +msgstr "" + +#: ../linkcheck/logger/text.py:255 ../linkcheck/logger/html.py:367 +#, python-format +msgid "%d error found" +msgid_plural "%d errors found" +msgstr[0] "%d error encontrado" +msgstr[1] "%d errores encontrados" + +#: ../linkcheck/logger/text.py:265 ../linkcheck/logger/html.py:372 +#, python-format +msgid " (%d duplicates not printed)" +msgstr "" + +#: ../linkcheck/logger/text.py:273 ../linkcheck/logger/html.py:381 +#, python-format +msgid "There was %(num)d internal error." +msgid_plural "There were %(num)d internal errors." +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/logger/text.py:282 ../linkcheck/logger/html.py:391 +#: ../linkcheck/logger/__init__.py:397 +#, python-format +msgid "Stopped checking at %(time)s (%(duration)s)" +msgstr "Se paró el chequeo en %(time)s (%(duration)s)" + +#: ../linkcheck/logger/text.py:292 +msgid "Statistics:" +msgstr "" + +#: ../linkcheck/logger/text.py:295 +#, python-format +msgid "Downloaded: %s." +msgstr "" + +#: ../linkcheck/logger/text.py:300 ../linkcheck/logger/html.py:327 +#, 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/text.py:307 ../linkcheck/logger/html.py:335 +#, python-format +msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." +msgstr "" + +#: ../linkcheck/logger/text.py:315 ../linkcheck/logger/html.py:343 +msgid "No statistics available since no URLs were checked." +msgstr "" + +#: ../linkcheck/logger/html.py:323 +msgid "Statistics" +msgstr "" + +#: ../linkcheck/logger/html.py:352 +#, python-format +msgid "%d link checked." +msgid_plural "%d links checked." +msgstr[0] "%d enlace chequeado." +msgstr[1] "%d enlaces chequeados." + +#: ../linkcheck/logger/html.py:401 +#, fuzzy, python-format +msgid "Read the documentation at %s" +msgstr "Obtenga la versión más reciente en %s" + +#: ../linkcheck/logger/html.py:411 +#, python-format +msgid "Write comments and bugs to %s" +msgstr "Escriba comentarios y errores a %s" + +#: ../linkcheck/logger/__init__.py:31 +msgid "Real URL" +msgstr "URL real" + +#: ../linkcheck/logger/__init__.py:32 +msgid "Cache key" +msgstr "Llave del \"cache\"" + +#: ../linkcheck/logger/__init__.py:33 +msgid "Result" +msgstr "Resultado" + +#: ../linkcheck/logger/__init__.py:34 +msgid "Base" +msgstr "Base" + +#: ../linkcheck/logger/__init__.py:35 +msgid "Name" +msgstr "Nombre" + +#: ../linkcheck/logger/__init__.py:36 +msgid "Parent URL" +msgstr "URL padre" + +#: ../linkcheck/logger/__init__.py:37 +msgid "Extern" +msgstr "Externo" + +#: ../linkcheck/logger/__init__.py:38 +msgid "Info" +msgstr "Información" + +#: ../linkcheck/logger/__init__.py:39 +msgid "Warning" +msgstr "Advertencia" + +#: ../linkcheck/logger/__init__.py:40 +#, fuzzy +msgid "D/L time" +msgstr "Tiempo de bajada" + +#: ../linkcheck/logger/__init__.py:41 +#, fuzzy +msgid "Size" +msgstr "Tamaño de bajada" + +#: ../linkcheck/logger/__init__.py:42 +#, fuzzy +msgid "Check time" +msgstr "Tiempo de chequeo" + +#: ../linkcheck/logger/__init__.py:43 +msgid "URL" +msgstr "URL" + +#: ../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 "¡Cumpleaños feliz para LinkChecker, cumplo %d años hoy!" + +#: ../linkcheck/logger/__init__.py:381 +#, python-format +msgid "created by %(app)s at %(time)s" +msgstr "crado por %(app)s en %(time)s" + +#: ../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/cache/robots_txt.py:77 +#, python-format +msgid "Relative Sitemap %s in %s discarded" +msgstr "" + +#: ../linkcheck/__init__.py:77 +#, python-format +msgid "Link pattern %r strict=%s" +msgstr "" + +#: ../linkcheck/__init__.py:87 +#, fuzzy, python-format +msgid "invalid regular expression %r: %s" +msgstr "nivel de recursión inválido" + +#: ../linkcheck/__init__.py:111 +msgid "CRITICAL" +msgstr "CRÍTICO" + +#: ../linkcheck/__init__.py:112 +msgid "ERROR" +msgstr "ERROR" + +#: ../linkcheck/__init__.py:113 +msgid "WARN" +msgstr "ADVERTENCIA" + +#: ../linkcheck/__init__.py:114 +msgid "WARNING" +msgstr "ADVERTENCIA" + +#: ../linkcheck/__init__.py:115 +msgid "INFO" +msgstr "INFORMACIÓN" + +#: ../linkcheck/__init__.py:116 +msgid "DEBUG" +msgstr "DEPURACIÓN" + +#: ../linkcheck/__init__.py:117 +msgid "NOTSET" +msgstr "NODEFINIDO" + +#: ../linkcheck/cookies.py:46 +#, fuzzy +msgid "No entries found" +msgstr "No se especificó un servidor NNTP, pasando por alto este URL." + +#: ../linkcheck/strformat.py:165 +#, python-format +msgid "%(prefix)s%(duration).02f seconds" +msgstr "" + +#: ../linkcheck/strformat.py:170 +#, python-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "%d segundos" +msgstr[1] "%d segundos" + +#: ../linkcheck/strformat.py:171 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutos" +msgstr[1] "%d minutos" + +#: ../linkcheck/strformat.py:172 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d horas" +msgstr[1] "%d horas" + +#: ../linkcheck/strformat.py:173 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/strformat.py:174 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/strformat.py:245 +#, python-format +msgid "" +"Could not import %(module)s for %(feature)s. Install %(module)s from %(url)s " +"to use this feature." +msgstr "" + +#: ../linkcheck/loader.py:40 +#, python-format +msgid "WARN: could not load module %s: %s" +msgstr "" + +#: ../linkcheck/loader.py:57 +#, fuzzy, python-format +msgid "WARN: could not load file %s: %s" +msgstr "No se pudieron almacenar las \"cookies\": %s." + +#: ../linkcheck/checker/const.py:99 +msgid "The effective URL is different from the original." +msgstr "" + +#: ../linkcheck/checker/const.py:100 +msgid "Could not get the content of the URL." +msgstr "" + +#: ../linkcheck/checker/const.py:101 +msgid "The URL content size is too large." +msgstr "" + +#: ../linkcheck/checker/const.py:102 +msgid "The URL content size is zero." +msgstr "" + +#: ../linkcheck/checker/const.py:103 +msgid "The URL content type is not parseable." +msgstr "" + +#: ../linkcheck/checker/const.py:104 +msgid "The URL is longer than the recommended size." +msgstr "" + +#: ../linkcheck/checker/const.py:105 +msgid "The URL contains leading or trailing whitespace." +msgstr "" + +#: ../linkcheck/checker/const.py:106 +msgid "The file: URL is missing a trailing slash." +msgstr "" + +#: ../linkcheck/checker/const.py:108 +msgid "The file: path is not the same as the system specific path." +msgstr "" + +#: ../linkcheck/checker/const.py:111 +msgid "A local directory with an anchor, not supported by AnchorCheck." +msgstr "" + +#: ../linkcheck/checker/const.py:112 +msgid "The ftp: URL is missing a trailing slash." +msgstr "" + +#: ../linkcheck/checker/const.py:113 +msgid "The URL had no content." +msgstr "" + +#: ../linkcheck/checker/const.py:114 +msgid "An error occurred while storing a cookie." +msgstr "" + +#: ../linkcheck/checker/const.py:115 +msgid "The URL request was rate limited." +msgstr "" + +#: ../linkcheck/checker/const.py:116 +msgid "Redirected to a different URL." +msgstr "" + +#: ../linkcheck/checker/const.py:117 +msgid "The mail MX host could not be found." +msgstr "" + +#: ../linkcheck/checker/const.py:118 +msgid "The IP is obfuscated." +msgstr "" + +#: ../linkcheck/checker/const.py:119 +msgid "XML could not be parsed." +msgstr "" #: ../linkcheck/checker/mailtourl.py:88 #, fuzzy, python-format @@ -1483,6 +1438,10 @@ msgstr "" msgid "%(host)r could not be resolved" msgstr "" +#: ../linkcheck/checker/itmsservicesurl.py:31 +msgid "Missing required url parameter" +msgstr "" + #: ../linkcheck/checker/ftpurl.py:75 msgid "Got no answer from FTP server" msgstr "No se obtuvo respuesta del servidor FTP" @@ -1500,6 +1459,20 @@ msgstr "Falta el \"slash\" final en el URL de FTP." msgid "FTP file size too large" msgstr "" +#: ../linkcheck/checker/unknownurl.py:32 +#, python-format +msgid "%(scheme)s URL ignored." +msgstr "URL %(scheme)s ignorado." + +#: ../linkcheck/checker/unknownurl.py:34 +#, fuzzy +msgid "ignored" +msgstr "URL %s ignorado." + +#: ../linkcheck/checker/unknownurl.py:36 +msgid "URL is unrecognized or has invalid syntax" +msgstr "No se reconoce el URL o tiene sintaxis inválida" + #: ../linkcheck/checker/fileurl.py:142 #, fuzzy, python-format msgid "Could not get current working directory: %(msg)s" @@ -1537,80 +1510,26 @@ msgid "" "AnchorCheck does not support anchors for directories." msgstr "" -#: ../linkcheck/checker/itmsservicesurl.py:31 -msgid "Missing required url parameter" +#: ../linkcheck/checker/httpurl.py:138 +#, fuzzy +msgid "Access denied by robots.txt, checked only syntax." +msgstr "Denegado el acceso por robots.txt, chequeando sólo la sintaxis." + +#: ../linkcheck/checker/httpurl.py:139 +msgid "syntax OK" msgstr "" -#: ../linkcheck/checker/const.py:99 -msgid "The effective URL is different from the original." +#: ../linkcheck/checker/httpurl.py:283 +#, fuzzy, python-format +msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." +msgstr "Redireccionado a `%(url)s'." + +#: ../linkcheck/checker/httpurl.py:336 +msgid "OK" msgstr "" -#: ../linkcheck/checker/const.py:100 -msgid "Could not get the content of the URL." -msgstr "" - -#: ../linkcheck/checker/const.py:101 -msgid "The URL content size is too large." -msgstr "" - -#: ../linkcheck/checker/const.py:102 -msgid "The URL content size is zero." -msgstr "" - -#: ../linkcheck/checker/const.py:103 -msgid "The URL content type is not parseable." -msgstr "" - -#: ../linkcheck/checker/const.py:104 -msgid "The URL is longer than the recommended size." -msgstr "" - -#: ../linkcheck/checker/const.py:105 -msgid "The URL contains leading or trailing whitespace." -msgstr "" - -#: ../linkcheck/checker/const.py:106 -msgid "The file: URL is missing a trailing slash." -msgstr "" - -#: ../linkcheck/checker/const.py:108 -msgid "The file: path is not the same as the system specific path." -msgstr "" - -#: ../linkcheck/checker/const.py:111 -msgid "A local directory with an anchor, not supported by AnchorCheck." -msgstr "" - -#: ../linkcheck/checker/const.py:112 -msgid "The ftp: URL is missing a trailing slash." -msgstr "" - -#: ../linkcheck/checker/const.py:113 -msgid "The URL had no content." -msgstr "" - -#: ../linkcheck/checker/const.py:114 -msgid "An error occurred while storing a cookie." -msgstr "" - -#: ../linkcheck/checker/const.py:115 -msgid "The URL request was rate limited." -msgstr "" - -#: ../linkcheck/checker/const.py:116 -msgid "Redirected to a different URL." -msgstr "" - -#: ../linkcheck/checker/const.py:117 -msgid "The mail MX host could not be found." -msgstr "" - -#: ../linkcheck/checker/const.py:118 -msgid "The IP is obfuscated." -msgstr "" - -#: ../linkcheck/checker/const.py:119 -msgid "XML could not be parsed." +#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 +msgid "File size too large" msgstr "" #: ../linkcheck/checker/urlbase.py:79 @@ -1694,185 +1613,287 @@ msgstr "" msgid "URL has unparsable domain name: %(domain)s" msgstr "" -#: ../linkcheck/cache/robots_txt.py:77 +#: ../linkcheck/cmdline.py:61 #, python-format -msgid "Relative Sitemap %s in %s discarded" +msgid "Error: %(msg)s" +msgstr "Error: %(msg)s" + +#: ../linkcheck/cmdline.py:63 +#, fuzzy, python-format +msgid "Execute '%(program)s -h' for help" +msgstr "Ejecute 'linkchecker -h' para obtener ayuda" + +#: ../linkcheck/configuration/__init__.py:226 +#, python-format +msgid "Configuration file %r does not exist." msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:299 +#: ../linkcheck/configuration/__init__.py:228 +#, python-format +msgid "Configuration file %r is not readable." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:238 +msgid "missing user or URL pattern in authentication data." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:273 +msgid "activating text logger output." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:284 +msgid "no user/password authentication data found for login URL." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:288 +msgid "login URL is not a HTTP URL." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:292 +msgid "login URL is incomplete." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:295 +#, python-format +msgid "disabling login URL %(url)s." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:348 +#, python-format +msgid "could not create plugin directory %(dirname)r: %(errmsg)r" +msgstr "" + +#: ../linkcheck/configuration/__init__.py:396 +#, python-format +msgid "" +"could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:62 +#, python-format +msgid "configuration files %s contain no sections." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:75 +#, python-format +msgid "Error parsing configuration: %s" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:83 +#, python-format +msgid "invalid empty value for %s: %s\n" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:103 +#: ../linkcheck/configuration/confparse.py:121 +#, python-format +msgid "invalid value for %s: %d must not be greater than %d" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:136 +msgid "" +"The blacklist section in linkcheckerrc is deprecated, please rename to " +"failures" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:237 +#, python-format +msgid "missing auth part in entry %(val)r" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:247 +#, python-format +msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:276 +#, 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:285 +#, python-format +msgid "For example execute 'chmod go-rw %s'." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:290 +#, python-format +msgid "See %(url)s for more info on setting file permissions." +msgstr "" + +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:299 #, fuzzy msgid "usage: " msgstr "Uso: %s\n" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:776 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:777 #, python-format msgid "argument %(argument_name)s: %(message)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:882 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:883 msgid ".__call__() not defined" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1192 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1214 #, fuzzy, python-format msgid "conflicting subparser: %s" msgstr "Opciones deprecadas" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1196 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1218 #, fuzzy, python-format msgid "conflicting subparser alias: %s" msgstr "Opciones deprecadas" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1231 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1253 #, python-format msgid "unknown parser %(parser_name)r (choices: %(choices)s)" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1291 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1313 #, python-format msgid "argument \"-\" with mode %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1300 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1322 #, python-format msgid "can't open '%(filename)s': %(error)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1509 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1531 #, python-format msgid "cannot merge actions - two groups are named %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1547 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1569 msgid "'required' is an invalid argument for positionals" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1569 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1591 #, python-format msgid "" "invalid option string %(option)r: must start with a character " "%(prefix_chars)r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1587 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1609 #, python-format msgid "dest= is required for options like %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1604 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1626 #, python-format msgid "invalid conflict_resolution value: %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1622 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1644 #, fuzzy, python-format msgid "conflicting option string: %s" msgid_plural "conflicting option strings: %s" msgstr[0] "Opciones deprecadas" msgstr[1] "Opciones deprecadas" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1696 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1718 msgid "mutually exclusive arguments must be optional" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1772 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1794 #, fuzzy msgid "positional arguments" msgstr "la opción %s requiere un argumento" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1773 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1795 #, fuzzy msgid "options" msgstr "Opciones de salida" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1788 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1810 msgid "show this help message and exit" msgstr "mostrar este mensaje de ayuda y salir" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1819 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1841 msgid "cannot have multiple subparser arguments" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1871 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2384 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1893 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2408 #, python-format msgid "unrecognized arguments: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1971 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1993 #, python-format msgid "not allowed with argument %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2021 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2035 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2043 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2057 #, python-format msgid "ignored explicit argument %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2142 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2164 #, python-format msgid "the following arguments are required: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2157 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2179 #, python-format msgid "one of the arguments %s is required" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2199 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2223 msgid "expected one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2200 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2224 msgid "expected at most one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2201 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2225 msgid "expected at least one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2205 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2229 #, python-format msgid "expected %s argument" msgid_plural "expected %s arguments" msgstr[0] "" msgstr[1] "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2263 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2287 #, fuzzy, python-format msgid "ambiguous option: %(option)s could match %(matches)s" msgstr "opción ambigua: %s (¿%s?)" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2327 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2351 #, fuzzy, python-format msgid "unexpected option string: %s" msgstr "Opciones deprecadas" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2524 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2550 #, python-format msgid "%r is not callable" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2541 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2566 #, fuzzy, python-format msgid "invalid %(type)s value: %(value)r" msgstr "opción %s: inválido %s valor: %r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2552 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2577 #, fuzzy, python-format msgid "invalid choice: %(value)r (choose from %(choices)s)" msgstr "opción %s: opción inválida: %r (escoja de %s)" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2630 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2655 #, fuzzy, python-format msgid "%(prog)s: error: %(message)s\n" msgstr "extern%d: error de sintaxis %s\n" -#, fuzzy -#~ msgid "No NNTP server was found." -#~ msgstr "No se especificó un servidor NNTP, pasando por alto este URL." - #~ msgid "No NNTP server was specified, skipping this URL." #~ msgstr "No se especificó un servidor NNTP, pasando por alto este URL." diff --git a/po/fr.po b/po/fr.po index 166cd874..02dd228a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: LinkChecker\n" "Report-Msgid-Bugs-To: https://github.com/linkchecker/linkchecker\n" -"POT-Creation-Date: 2023-09-11 18:26+0000\n" +"POT-Creation-Date: 2023-12-04 19:24+0000\n" "PO-Revision-Date: 2011-02-16 15:27+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: français \n" @@ -19,542 +19,6 @@ msgstr "" "X-Generator: KBabel 1.9.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../linkcheck/configuration/confparse.py:72 -#, fuzzy, python-format -msgid "Error parsing configuration: %s" -msgstr "Erreur : %s" - -#: ../linkcheck/configuration/confparse.py:80 -#, python-format -msgid "invalid empty value for %s: %s\n" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:95 -#: ../linkcheck/configuration/confparse.py:113 -#: ../linkcheck/plugins/sslcertcheck.py:118 -#, python-format -msgid "invalid value for %s: %d must not be less than %d" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:100 -#: ../linkcheck/configuration/confparse.py:118 -#, python-format -msgid "invalid value for %s: %d must not be greater than %d" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:133 -msgid "" -"The blacklist section in linkcheckerrc is deprecated, please rename to " -"failures" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:234 -#, python-format -msgid "missing auth part in entry %(val)r" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:244 -#, python-format -msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." -msgstr "" - -#: ../linkcheck/configuration/confparse.py:273 -#, 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:282 -#, python-format -msgid "For example execute 'chmod go-rw %s'." -msgstr "" - -#: ../linkcheck/configuration/confparse.py:287 -#, python-format -msgid "See %(url)s for more info on setting file permissions." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:226 -#, python-format -msgid "Configuration file %r does not exist." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:228 -#, python-format -msgid "Configuration file %r is not readable." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:238 -msgid "missing user or URL pattern in authentication data." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:273 -msgid "activating text logger output." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:284 -msgid "no user/password authentication data found for login URL." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:288 -msgid "login URL is not a HTTP URL." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:292 -msgid "login URL is incomplete." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:295 -#, fuzzy, python-format -msgid "disabling login URL %(url)s." -msgstr "Erreur : %s" - -#: ../linkcheck/configuration/__init__.py:348 -#, python-format -msgid "could not create plugin directory %(dirname)r: %(errmsg)r" -msgstr "" - -#: ../linkcheck/configuration/__init__.py:396 -#, python-format -msgid "" -"could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" -msgstr "" - -#: ../linkcheck/logger/html.py:127 ../linkcheck/logger/text.py:112 -#, python-format -msgid "Start checking at %s" -msgstr "Démarrage du contrôle à %s" - -#: ../linkcheck/logger/html.py:203 ../linkcheck/logger/text.py:165 -#, python-format -msgid ", line %d" -msgstr ", ligne %d" - -#: ../linkcheck/logger/html.py:205 ../linkcheck/logger/text.py:167 -#, python-format -msgid ", col %d" -msgstr ", col. %d" - -#: ../linkcheck/logger/html.py:207 ../linkcheck/logger/text.py:169 -#, fuzzy, python-format -msgid ", page %d" -msgstr ", ligne %d" - -#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 -#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 -#, python-format -msgid "%.3f seconds" -msgstr "%.3f secondes" - -#: ../linkcheck/logger/html.py:311 ../linkcheck/logger/text.py:218 -msgid "Valid" -msgstr "Valide" - -#: ../linkcheck/logger/html.py:316 ../linkcheck/logger/text.py:221 -msgid "Error" -msgstr "Erreur" - -#: ../linkcheck/logger/html.py:323 -msgid "Statistics" -msgstr "Statistiques" - -#: ../linkcheck/logger/html.py:327 ../linkcheck/logger/text.py:300 -#, 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:307 -#, python-format -msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." -msgstr "" - -#: ../linkcheck/logger/html.py:343 ../linkcheck/logger/text.py:315 -#, fuzzy -msgid "No statistics available since no URLs were checked." -msgstr "Aucune statistique disponible puisque aucune URL n'a été vérifiée." - -#: ../linkcheck/logger/html.py:349 ../linkcheck/logger/text.py:231 -msgid "That's it." -msgstr "Fin." - -#: ../linkcheck/logger/html.py:352 -#, python-format -msgid "%d link checked." -msgid_plural "%d links checked." -msgstr[0] "%d lien vérifié" -msgstr[1] "%d liens vérifiés" - -#: ../linkcheck/logger/html.py:357 ../linkcheck/logger/text.py:240 -#, python-format -msgid "%d warning found" -msgid_plural "%d warnings found" -msgstr[0] "%d avertissement trouvée." -msgstr[1] "%d avertissements trouvées." - -#: ../linkcheck/logger/html.py:362 ../linkcheck/logger/text.py:250 -#, python-format -msgid " (%d ignored or duplicates not printed)" -msgstr "" - -#: ../linkcheck/logger/html.py:367 ../linkcheck/logger/text.py:255 -#, python-format -msgid "%d error found" -msgid_plural "%d errors found" -msgstr[0] "%d erreur trouvée." -msgstr[1] "%d erreurs trouvées." - -#: ../linkcheck/logger/html.py:372 ../linkcheck/logger/text.py:265 -#, python-format -msgid " (%d duplicates not printed)" -msgstr "" - -#: ../linkcheck/logger/html.py:381 ../linkcheck/logger/text.py:273 -#, 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:391 ../linkcheck/logger/__init__.py:397 -#: ../linkcheck/logger/text.py:282 -#, fuzzy, python-format -msgid "Stopped checking at %(time)s (%(duration)s)" -msgstr "Arrêt du contrôle à %s (%s)" - -#: ../linkcheck/logger/html.py:401 -#, fuzzy, python-format -msgid "Read the documentation at %s" -msgstr "Récupérez la dernière version sur %s" - -#: ../linkcheck/logger/html.py:411 -#, python-format -msgid "Write comments and bugs to %s" -msgstr "Écrivez des commentaires et rapports de bogue à %s." - -#: ../linkcheck/logger/__init__.py:31 -msgid "Real URL" -msgstr "URL Réelle" - -#: ../linkcheck/logger/__init__.py:32 -msgid "Cache key" -msgstr "Clef du cache" - -#: ../linkcheck/logger/__init__.py:33 -msgid "Result" -msgstr "Résultat" - -#: ../linkcheck/logger/__init__.py:34 -msgid "Base" -msgstr "Base" - -#: ../linkcheck/logger/__init__.py:35 -msgid "Name" -msgstr "Nom" - -#: ../linkcheck/logger/__init__.py:36 -msgid "Parent URL" -msgstr "URL parente" - -#: ../linkcheck/logger/__init__.py:37 -msgid "Extern" -msgstr "Externe" - -#: ../linkcheck/logger/__init__.py:38 -msgid "Info" -msgstr "Info" - -#: ../linkcheck/logger/__init__.py:39 -msgid "Warning" -msgstr "Avertissement" - -#: ../linkcheck/logger/__init__.py:40 -#, fuzzy -msgid "D/L time" -msgstr "Temps D/L" - -#: ../linkcheck/logger/__init__.py:41 -msgid "Size" -msgstr "Taille" - -#: ../linkcheck/logger/__init__.py:42 -msgid "Check time" -msgstr "Temps de vérification" - -#: ../linkcheck/logger/__init__.py:43 -msgid "URL" -msgstr "URL" - -#: ../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 "Joyeux anniversaire LinkChecker, j'ai %d ans aujourd'hui !" - -#: ../linkcheck/logger/__init__.py:381 -#, python-format -msgid "created by %(app)s at %(time)s" -msgstr "créé par %(app)s à %(time)s" - -#: ../linkcheck/logger/__init__.py:385 ../linkcheck/logger/text.py:105 -#, fuzzy, python-format -msgid "Read the documentation at %(url)s" -msgstr "Récupérez la dernière version sur %(url)s" - -#: ../linkcheck/logger/__init__.py:388 ../linkcheck/logger/text.py:108 -#, python-format -msgid "Write comments and bugs to %(url)s" -msgstr "Écrivez des commentaires et rapports de bogue à %(url)s" - -#: ../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/text.py:65 -msgid "Invalid value for wraplength. Using default." -msgstr "" - -#: ../linkcheck/logger/text.py:230 -msgid "The check has been interrupted; results are not complete." -msgstr "" - -#: ../linkcheck/logger/text.py:232 -#, fuzzy, python-format -msgid "%d link" -msgid_plural "%d links" -msgstr[0] "%d lien vérifié" -msgstr[1] "%d liens vérifiés" - -#: ../linkcheck/logger/text.py:236 -#, fuzzy, python-format -msgid "in %d URL" -msgid_plural "in %d URLs" -msgstr[0] "URLs valides" -msgstr[1] "URLs valides" - -#: ../linkcheck/logger/text.py:238 -#, fuzzy -msgid " checked." -msgstr "%d lien vérifié" - -#: ../linkcheck/logger/text.py:292 -msgid "Statistics:" -msgstr "Statistiques :" - -#: ../linkcheck/logger/text.py:295 -#, python-format -msgid "Downloaded: %s." -msgstr "" - -#: ../linkcheck/__init__.py:77 -#, python-format -msgid "Link pattern %r strict=%s" -msgstr "" - -#: ../linkcheck/__init__.py:87 -#, fuzzy, python-format -msgid "invalid regular expression %r: %s" -msgstr "Niveau de récursion invalide" - -#: ../linkcheck/__init__.py:111 -msgid "CRITICAL" -msgstr "CRITICAL" - -#: ../linkcheck/__init__.py:112 -msgid "ERROR" -msgstr "ERROR" - -#: ../linkcheck/__init__.py:113 -msgid "WARN" -msgstr "WARN" - -#: ../linkcheck/__init__.py:114 -msgid "WARNING" -msgstr "WARNING" - -#: ../linkcheck/__init__.py:115 -msgid "INFO" -msgstr "INFO" - -#: ../linkcheck/__init__.py:116 -msgid "DEBUG" -msgstr "DEBUG" - -#: ../linkcheck/__init__.py:117 -msgid "NOTSET" -msgstr "NOTSET" - -#: ../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 certificate \"notAfter\" value %r" -msgstr "" - -#: ../linkcheck/plugins/sslcertcheck.py:94 -#, python-format -msgid "SSL certificate 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 -#, fuzzy -msgid "valid HTML syntax" -msgstr "Syntaxe mail invalide" - -#: ../linkcheck/plugins/syntaxchecks.py:81 -#, python-format -msgid "HTML syntax check plugin error: %(msg)s " -msgstr "" - -#: ../linkcheck/plugins/syntaxchecks.py:114 -#, fuzzy -msgid "valid CSS syntax" -msgstr "Syntaxe mail invalide" - -#: ../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/anchorcheck.py:70 -#, fuzzy, python-format -msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." -msgstr "Impossible de trouver l'ancre `%(name)s'." - -#: ../linkcheck/plugins/anchorcheck.py:71 -#, python-format -msgid "Available anchors: %(anchors)s." -msgstr "" - -#: ../linkcheck/plugins/regexcheck.py:45 -#: ../linkcheck/plugins/markdowncheck.py:88 -#, python-format -msgid "Invalid regex pattern %r: %s" -msgstr "" - -#: ../linkcheck/plugins/regexcheck.py:61 -#, fuzzy, python-format -msgid "Found %(match)r at line %(line)d in link contents." -msgstr "%r trouvé dans le contenu du lien." - -#: ../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 -#, fuzzy -msgid "Could not connect to ClamAV daemon." -msgstr "Impossible de se connecter, mais la syntaxe est correcte" - -#: ../linkcheck/plugins/locationinfo.py:46 -#, python-format -msgid "URL is located in %(location)s." -msgstr "" - -#: ../linkcheck/director/__init__.py:36 -#, fuzzy, python-format -msgid "Problem using login URL: %(msg)s." -msgstr "Erreur : %s" - -#: ../linkcheck/director/__init__.py:39 -#, fuzzy, python-format -msgid "Error using login URL: %(msg)s." -msgstr "Erreur : %s" - -#: ../linkcheck/director/__init__.py:44 -#, fuzzy, python-format -msgid "Error starting log output: %(msg)s." -msgstr "Erreur : %s" - -#: ../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 -#, fuzzy -msgid "interrupt; waiting for active threads to finish" -msgstr "interruption clavier ; en attente de la terminaison d' %d thread actif" - -#: ../linkcheck/director/__init__.py:94 -msgid "another interrupt will exit immediately" -msgstr "" - -#: ../linkcheck/director/__init__.py:110 -#, fuzzy -msgid "user abort; force shutdown" -msgstr "interruption clavier ; en attente de la terminaison d' %d thread actif" - -#: ../linkcheck/director/aggregator.py:182 -msgid "These URLs are still active:" -msgstr "" - -#: ../linkcheck/director/aggregator.py:194 -#, python-format -msgid "" -"%(num)d URLs are still active. After a timeout of %(timeout)s the active " -"URLs will stop." -msgstr "" - #: ../linkcheck/director/console.py:38 #, fuzzy, python-format msgid "%2d thread active" @@ -655,15 +119,112 @@ msgstr "" msgid "released" msgstr "" -#: ../linkcheck/cmdline.py:61 +#: ../linkcheck/director/aggregator.py:54 #, fuzzy, python-format -msgid "Error: %(msg)s" +msgid "Could not parse cookie file: %s. %s" +msgstr "Impossible d'enregistrer les cookies : %(msg)s." + +#: ../linkcheck/director/aggregator.py:188 +msgid "These URLs are still active:" +msgstr "" + +#: ../linkcheck/director/aggregator.py:200 +#, python-format +msgid "" +"%(num)d URLs are still active. After a timeout of %(timeout)s the active " +"URLs will stop." +msgstr "" + +#: ../linkcheck/director/__init__.py:36 +#, fuzzy, python-format +msgid "Problem using login URL: %(msg)s." msgstr "Erreur : %s" -#: ../linkcheck/cmdline.py:63 +#: ../linkcheck/director/__init__.py:39 #, fuzzy, python-format -msgid "Execute '%(program)s -h' for help" -msgstr "Lancez la commande « linkchecker -h » pour obtenir l'aide" +msgid "Error using login URL: %(msg)s." +msgstr "Erreur : %s" + +#: ../linkcheck/director/__init__.py:44 +#, fuzzy, python-format +msgid "Error starting log output: %(msg)s." +msgstr "Erreur : %s" + +#: ../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 +#, fuzzy +msgid "interrupt; waiting for active threads to finish" +msgstr "interruption clavier ; en attente de la terminaison d' %d thread actif" + +#: ../linkcheck/director/__init__.py:94 +msgid "another interrupt will exit immediately" +msgstr "" + +#: ../linkcheck/director/__init__.py:110 +#, fuzzy +msgid "user abort; force shutdown" +msgstr "interruption clavier ; en attente de la terminaison d' %d thread actif" + +#: ../linkcheck/command/setup_config.py:49 +msgid "Running with python -O disables debugging." +msgstr "" + +#: ../linkcheck/command/setup_config.py:81 +#, python-format +msgid "blacklist is deprecated for option %(option)s, using failures instead" +msgstr "" + +#: ../linkcheck/command/setup_config.py:87 +#: ../linkcheck/command/setup_config.py:133 +#, fuzzy, python-format +msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" +msgstr "Type d'enregistreur de journal %r inconnu dans %r pour l'option %s" + +#: ../linkcheck/command/setup_config.py:94 +#: ../linkcheck/command/setup_config.py:144 +#, fuzzy, python-format +msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" +msgstr "Encodage %r inconnu dans %r pour l'option %s" + +#: ../linkcheck/command/setup_config.py:127 +#, python-format +msgid "" +"blacklist logger is deprecated for option %(option)s, using failures instead" +msgstr "" + +#: ../linkcheck/command/setup_config.py:159 +#, python-format +msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:163 +msgid "Enter LinkChecker HTTP/FTP password:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:181 +#, fuzzy, python-format +msgid "Illegal argument %(arg)r for option %(option)s" +msgstr "Argument %r illégal pour l'option %s" + +#: ../linkcheck/command/setup_config.py:198 +#, python-format +msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:207 +#, python-format +msgid "Cookie file %s does not exist." +msgstr "" + +#: ../linkcheck/command/setup_config.py:210 +#, fuzzy, python-format +msgid "Could not read cookie file %s" +msgstr "Impossible d'enregistrer les cookies : %(msg)s." #: ../linkcheck/command/arg_parser.py:28 #, fuzzy @@ -1119,57 +680,6 @@ msgid "" "version of LinkChecker." msgstr "" -#: ../linkcheck/command/setup_config.py:49 -msgid "Running with python -O disables debugging." -msgstr "" - -#: ../linkcheck/command/setup_config.py:81 -#, python-format -msgid "blacklist is deprecated for option %(option)s, using failures instead" -msgstr "" - -#: ../linkcheck/command/setup_config.py:87 -#: ../linkcheck/command/setup_config.py:133 -#, fuzzy, python-format -msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" -msgstr "Type d'enregistreur de journal %r inconnu dans %r pour l'option %s" - -#: ../linkcheck/command/setup_config.py:94 -#: ../linkcheck/command/setup_config.py:144 -#, fuzzy, python-format -msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" -msgstr "Encodage %r inconnu dans %r pour l'option %s" - -#: ../linkcheck/command/setup_config.py:127 -#, python-format -msgid "" -"blacklist logger is deprecated for option %(option)s, using failures instead" -msgstr "" - -#: ../linkcheck/command/setup_config.py:159 -#, python-format -msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:163 -msgid "Enter LinkChecker HTTP/FTP password:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:181 -#, fuzzy, python-format -msgid "Illegal argument %(arg)r for option %(option)s" -msgstr "Argument %r illégal pour l'option %s" - -#: ../linkcheck/command/setup_config.py:200 -#, python-format -msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:210 -#, fuzzy, python-format -msgid "Could not read cookie file %s" -msgstr "Impossible d'enregistrer les cookies : %(msg)s." - #: ../linkcheck/command/linkchecker.py:50 msgid "Running as root user; dropping privileges by changing user to nobody." msgstr "" @@ -1179,17 +689,22 @@ msgstr "" msgid "Invalid debug level %(level)r" msgstr "" -#: ../linkcheck/command/linkchecker.py:142 +#: ../linkcheck/command/linkchecker.py:140 #, python-format -msgid "Unreadable config file: %r" +msgid "Config file %s does not exist." msgstr "" -#: ../linkcheck/command/linkchecker.py:173 +#: ../linkcheck/command/linkchecker.py:143 +#, fuzzy, python-format +msgid "Could not read config file %s." +msgstr "Impossible d'enregistrer les cookies : %(msg)s." + +#: ../linkcheck/command/linkchecker.py:176 #, fuzzy msgid "no files or URLs given" msgstr "aucun fichier ou URL donné" -#: ../linkcheck/command/linkchecker.py:181 +#: ../linkcheck/command/linkchecker.py:184 #, fuzzy, python-format msgid "" "Overwrite profiling file %(file)r?\n" @@ -1198,82 +713,25 @@ msgstr "" "Écraser le fichier de profilage %r ?\n" "Appuyez sur Ctrl-C pour annuler, Retour pour continuer." -#: ../linkcheck/command/linkchecker.py:189 +#: ../linkcheck/command/linkchecker.py:192 msgid "Canceled." msgstr "Annulé." -#: ../linkcheck/command/linkchecker.py:196 +#: ../linkcheck/command/linkchecker.py:199 msgid "" "The `yappi' Python module is not installed, therefore the --profile option " "is disabled." msgstr "" -#: ../linkcheck/command/linkchecker.py:215 +#: ../linkcheck/command/linkchecker.py:218 msgid "Dumping memory statistics..." msgstr "" -#: ../linkcheck/command/linkchecker.py:217 +#: ../linkcheck/command/linkchecker.py:220 #, python-format msgid "The memory dump has been written to `%(filename)s'." msgstr "" -#: ../linkcheck/loader.py:40 -#, python-format -msgid "WARN: could not load module %s: %s" -msgstr "" - -#: ../linkcheck/loader.py:57 -#, fuzzy, python-format -msgid "WARN: could not load file %s: %s" -msgstr "Impossible d'enregistrer les cookies : %(msg)s." - -#: ../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] "%d seconde" -msgstr[1] "%d secondes" - -#: ../linkcheck/strformat.py:170 -#, python-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d minute" -msgstr[1] "%d minutes" - -#: ../linkcheck/strformat.py:171 -#, python-format -msgid "%d hour" -msgid_plural "%d hours" -msgstr[0] "%d heure" -msgstr[1] "%d heures" - -#: ../linkcheck/strformat.py:172 -#, python-format -msgid "%d day" -msgid_plural "%d days" -msgstr[0] "%d jour" -msgstr[1] "%d jours" - -#: ../linkcheck/strformat.py:173 -#, python-format -msgid "%d year" -msgid_plural "%d years" -msgstr[0] "%d année" -msgstr[1] "%d années" - -#: ../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:215 #, fuzzy, python-format msgid "could not set locale %r: %s" @@ -1343,41 +801,541 @@ msgstr "" "\n" "" -#: ../linkcheck/checker/httpurl.py:138 +#: ../linkcheck/plugins/markdowncheck.py:88 +#: ../linkcheck/plugins/regexcheck.py:45 +#, python-format +msgid "Invalid regex pattern %r: %s" +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 certificate \"notAfter\" value %r" +msgstr "" + +#: ../linkcheck/plugins/sslcertcheck.py:94 +#, python-format +msgid "SSL certificate 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/sslcertcheck.py:118 +#: ../linkcheck/configuration/confparse.py:98 +#: ../linkcheck/configuration/confparse.py:116 +#, python-format +msgid "invalid value for %s: %d must not be less than %d" +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 #, fuzzy -msgid "Access denied by robots.txt, checked only syntax." -msgstr "Accès refusé par robots.txt, analyse de la syntaxe seulement." +msgid "Could not connect to ClamAV daemon." +msgstr "Impossible de se connecter, mais la syntaxe est correcte" -#: ../linkcheck/checker/httpurl.py:139 -msgid "syntax OK" +#: ../linkcheck/plugins/locationinfo.py:46 +#, python-format +msgid "URL is located in %(location)s." msgstr "" -#: ../linkcheck/checker/httpurl.py:283 +#: ../linkcheck/plugins/regexcheck.py:61 #, fuzzy, python-format -msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." -msgstr "Redirigé vers %(url)s." +msgid "Found %(match)r at line %(line)d in link contents." +msgstr "%r trouvé dans le contenu du lien." -#: ../linkcheck/checker/httpurl.py:336 -msgid "OK" +#: ../linkcheck/plugins/syntaxchecks.py:56 +msgid "HTML syntax check plugin is broken. Fixes welcome." msgstr "" -#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 -msgid "File size too large" -msgstr "" - -#: ../linkcheck/checker/unknownurl.py:32 -#, fuzzy, python-format -msgid "%(scheme)s URL ignored." -msgstr "URL %s ignorée." - -#: ../linkcheck/checker/unknownurl.py:34 +#: ../linkcheck/plugins/syntaxchecks.py:74 #, fuzzy -msgid "ignored" -msgstr "URL %s ignorée." +msgid "valid HTML syntax" +msgstr "Syntaxe mail invalide" -#: ../linkcheck/checker/unknownurl.py:36 -msgid "URL is unrecognized or has invalid syntax" -msgstr "L'URL n'est pas reconnue ou n'a pas une syntaxe valide." +#: ../linkcheck/plugins/syntaxchecks.py:81 +#, python-format +msgid "HTML syntax check plugin error: %(msg)s " +msgstr "" + +#: ../linkcheck/plugins/syntaxchecks.py:114 +#, fuzzy +msgid "valid CSS syntax" +msgstr "Syntaxe mail invalide" + +#: ../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/anchorcheck.py:70 +#, fuzzy, python-format +msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." +msgstr "Impossible de trouver l'ancre `%(name)s'." + +#: ../linkcheck/plugins/anchorcheck.py:71 +#, python-format +msgid "Available anchors: %(anchors)s." +msgstr "" + +#: ../linkcheck/logger/text.py:65 +msgid "Invalid value for wraplength. Using default." +msgstr "" + +#: ../linkcheck/logger/text.py:105 ../linkcheck/logger/__init__.py:385 +#, fuzzy, python-format +msgid "Read the documentation at %(url)s" +msgstr "Récupérez la dernière version sur %(url)s" + +#: ../linkcheck/logger/text.py:108 ../linkcheck/logger/__init__.py:388 +#, python-format +msgid "Write comments and bugs to %(url)s" +msgstr "Écrivez des commentaires et rapports de bogue à %(url)s" + +#: ../linkcheck/logger/text.py:112 ../linkcheck/logger/html.py:127 +#, python-format +msgid "Start checking at %s" +msgstr "Démarrage du contrôle à %s" + +#: ../linkcheck/logger/text.py:165 ../linkcheck/logger/html.py:203 +#, python-format +msgid ", line %d" +msgstr ", ligne %d" + +#: ../linkcheck/logger/text.py:167 ../linkcheck/logger/html.py:205 +#, python-format +msgid ", col %d" +msgstr ", col. %d" + +#: ../linkcheck/logger/text.py:169 ../linkcheck/logger/html.py:207 +#, fuzzy, python-format +msgid ", page %d" +msgstr ", ligne %d" + +#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 +#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 +#, python-format +msgid "%.3f seconds" +msgstr "%.3f secondes" + +#: ../linkcheck/logger/text.py:218 ../linkcheck/logger/html.py:311 +msgid "Valid" +msgstr "Valide" + +#: ../linkcheck/logger/text.py:221 ../linkcheck/logger/html.py:316 +msgid "Error" +msgstr "Erreur" + +#: ../linkcheck/logger/text.py:230 +msgid "The check has been interrupted; results are not complete." +msgstr "" + +#: ../linkcheck/logger/text.py:231 ../linkcheck/logger/html.py:349 +msgid "That's it." +msgstr "Fin." + +#: ../linkcheck/logger/text.py:232 +#, fuzzy, python-format +msgid "%d link" +msgid_plural "%d links" +msgstr[0] "%d lien vérifié" +msgstr[1] "%d liens vérifiés" + +#: ../linkcheck/logger/text.py:236 +#, fuzzy, python-format +msgid "in %d URL" +msgid_plural "in %d URLs" +msgstr[0] "URLs valides" +msgstr[1] "URLs valides" + +#: ../linkcheck/logger/text.py:238 +#, fuzzy +msgid " checked." +msgstr "%d lien vérifié" + +#: ../linkcheck/logger/text.py:240 ../linkcheck/logger/html.py:357 +#, python-format +msgid "%d warning found" +msgid_plural "%d warnings found" +msgstr[0] "%d avertissement trouvée." +msgstr[1] "%d avertissements trouvées." + +#: ../linkcheck/logger/text.py:250 ../linkcheck/logger/html.py:362 +#, python-format +msgid " (%d ignored or duplicates not printed)" +msgstr "" + +#: ../linkcheck/logger/text.py:255 ../linkcheck/logger/html.py:367 +#, python-format +msgid "%d error found" +msgid_plural "%d errors found" +msgstr[0] "%d erreur trouvée." +msgstr[1] "%d erreurs trouvées." + +#: ../linkcheck/logger/text.py:265 ../linkcheck/logger/html.py:372 +#, python-format +msgid " (%d duplicates not printed)" +msgstr "" + +#: ../linkcheck/logger/text.py:273 ../linkcheck/logger/html.py:381 +#, python-format +msgid "There was %(num)d internal error." +msgid_plural "There were %(num)d internal errors." +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/logger/text.py:282 ../linkcheck/logger/html.py:391 +#: ../linkcheck/logger/__init__.py:397 +#, fuzzy, python-format +msgid "Stopped checking at %(time)s (%(duration)s)" +msgstr "Arrêt du contrôle à %s (%s)" + +#: ../linkcheck/logger/text.py:292 +msgid "Statistics:" +msgstr "Statistiques :" + +#: ../linkcheck/logger/text.py:295 +#, python-format +msgid "Downloaded: %s." +msgstr "" + +#: ../linkcheck/logger/text.py:300 ../linkcheck/logger/html.py:327 +#, 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/text.py:307 ../linkcheck/logger/html.py:335 +#, python-format +msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." +msgstr "" + +#: ../linkcheck/logger/text.py:315 ../linkcheck/logger/html.py:343 +#, fuzzy +msgid "No statistics available since no URLs were checked." +msgstr "Aucune statistique disponible puisque aucune URL n'a été vérifiée." + +#: ../linkcheck/logger/html.py:323 +msgid "Statistics" +msgstr "Statistiques" + +#: ../linkcheck/logger/html.py:352 +#, python-format +msgid "%d link checked." +msgid_plural "%d links checked." +msgstr[0] "%d lien vérifié" +msgstr[1] "%d liens vérifiés" + +#: ../linkcheck/logger/html.py:401 +#, fuzzy, python-format +msgid "Read the documentation at %s" +msgstr "Récupérez la dernière version sur %s" + +#: ../linkcheck/logger/html.py:411 +#, python-format +msgid "Write comments and bugs to %s" +msgstr "Écrivez des commentaires et rapports de bogue à %s." + +#: ../linkcheck/logger/__init__.py:31 +msgid "Real URL" +msgstr "URL Réelle" + +#: ../linkcheck/logger/__init__.py:32 +msgid "Cache key" +msgstr "Clef du cache" + +#: ../linkcheck/logger/__init__.py:33 +msgid "Result" +msgstr "Résultat" + +#: ../linkcheck/logger/__init__.py:34 +msgid "Base" +msgstr "Base" + +#: ../linkcheck/logger/__init__.py:35 +msgid "Name" +msgstr "Nom" + +#: ../linkcheck/logger/__init__.py:36 +msgid "Parent URL" +msgstr "URL parente" + +#: ../linkcheck/logger/__init__.py:37 +msgid "Extern" +msgstr "Externe" + +#: ../linkcheck/logger/__init__.py:38 +msgid "Info" +msgstr "Info" + +#: ../linkcheck/logger/__init__.py:39 +msgid "Warning" +msgstr "Avertissement" + +#: ../linkcheck/logger/__init__.py:40 +#, fuzzy +msgid "D/L time" +msgstr "Temps D/L" + +#: ../linkcheck/logger/__init__.py:41 +msgid "Size" +msgstr "Taille" + +#: ../linkcheck/logger/__init__.py:42 +msgid "Check time" +msgstr "Temps de vérification" + +#: ../linkcheck/logger/__init__.py:43 +msgid "URL" +msgstr "URL" + +#: ../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 "Joyeux anniversaire LinkChecker, j'ai %d ans aujourd'hui !" + +#: ../linkcheck/logger/__init__.py:381 +#, python-format +msgid "created by %(app)s at %(time)s" +msgstr "créé par %(app)s à %(time)s" + +#: ../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/cache/robots_txt.py:77 +#, python-format +msgid "Relative Sitemap %s in %s discarded" +msgstr "" + +#: ../linkcheck/__init__.py:77 +#, python-format +msgid "Link pattern %r strict=%s" +msgstr "" + +#: ../linkcheck/__init__.py:87 +#, fuzzy, python-format +msgid "invalid regular expression %r: %s" +msgstr "Niveau de récursion invalide" + +#: ../linkcheck/__init__.py:111 +msgid "CRITICAL" +msgstr "CRITICAL" + +#: ../linkcheck/__init__.py:112 +msgid "ERROR" +msgstr "ERROR" + +#: ../linkcheck/__init__.py:113 +msgid "WARN" +msgstr "WARN" + +#: ../linkcheck/__init__.py:114 +msgid "WARNING" +msgstr "WARNING" + +#: ../linkcheck/__init__.py:115 +msgid "INFO" +msgstr "INFO" + +#: ../linkcheck/__init__.py:116 +msgid "DEBUG" +msgstr "DEBUG" + +#: ../linkcheck/__init__.py:117 +msgid "NOTSET" +msgstr "NOTSET" + +#: ../linkcheck/cookies.py:46 +#, fuzzy +msgid "No entries found" +msgstr "Aucun serveur NNTP spécifié, l'URL est ignorée." + +#: ../linkcheck/strformat.py:165 +#, python-format +msgid "%(prefix)s%(duration).02f seconds" +msgstr "" + +#: ../linkcheck/strformat.py:170 +#, python-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "%d seconde" +msgstr[1] "%d secondes" + +#: ../linkcheck/strformat.py:171 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minute" +msgstr[1] "%d minutes" + +#: ../linkcheck/strformat.py:172 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d heure" +msgstr[1] "%d heures" + +#: ../linkcheck/strformat.py:173 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d jour" +msgstr[1] "%d jours" + +#: ../linkcheck/strformat.py:174 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d année" +msgstr[1] "%d années" + +#: ../linkcheck/strformat.py:245 +#, python-format +msgid "" +"Could not import %(module)s for %(feature)s. Install %(module)s from %(url)s " +"to use this feature." +msgstr "" + +#: ../linkcheck/loader.py:40 +#, python-format +msgid "WARN: could not load module %s: %s" +msgstr "" + +#: ../linkcheck/loader.py:57 +#, fuzzy, python-format +msgid "WARN: could not load file %s: %s" +msgstr "Impossible d'enregistrer les cookies : %(msg)s." + +#: ../linkcheck/checker/const.py:99 +msgid "The effective URL is different from the original." +msgstr "" + +#: ../linkcheck/checker/const.py:100 +msgid "Could not get the content of the URL." +msgstr "" + +#: ../linkcheck/checker/const.py:101 +msgid "The URL content size is too large." +msgstr "" + +#: ../linkcheck/checker/const.py:102 +msgid "The URL content size is zero." +msgstr "" + +#: ../linkcheck/checker/const.py:103 +msgid "The URL content type is not parseable." +msgstr "" + +#: ../linkcheck/checker/const.py:104 +msgid "The URL is longer than the recommended size." +msgstr "" + +#: ../linkcheck/checker/const.py:105 +msgid "The URL contains leading or trailing whitespace." +msgstr "" + +#: ../linkcheck/checker/const.py:106 +msgid "The file: URL is missing a trailing slash." +msgstr "" + +#: ../linkcheck/checker/const.py:108 +#, fuzzy +msgid "The file: path is not the same as the system specific path." +msgstr "" +"L'URL %r n'est pas la même que le chemin du système %r. Vous devez toujours " +"utiliser le chemin du système dans les URL." + +#: ../linkcheck/checker/const.py:111 +msgid "A local directory with an anchor, not supported by AnchorCheck." +msgstr "" + +#: ../linkcheck/checker/const.py:112 +msgid "The ftp: URL is missing a trailing slash." +msgstr "" + +#: ../linkcheck/checker/const.py:113 +msgid "The URL had no content." +msgstr "" + +#: ../linkcheck/checker/const.py:114 +msgid "An error occurred while storing a cookie." +msgstr "" + +#: ../linkcheck/checker/const.py:115 +msgid "The URL request was rate limited." +msgstr "" + +#: ../linkcheck/checker/const.py:116 +msgid "Redirected to a different URL." +msgstr "" + +#: ../linkcheck/checker/const.py:117 +msgid "The mail MX host could not be found." +msgstr "" + +#: ../linkcheck/checker/const.py:118 +msgid "The IP is obfuscated." +msgstr "" + +#: ../linkcheck/checker/const.py:119 +msgid "XML could not be parsed." +msgstr "" #: ../linkcheck/checker/mailtourl.py:88 #, fuzzy, python-format @@ -1495,6 +1453,10 @@ msgstr "" msgid "%(host)r could not be resolved" msgstr "" +#: ../linkcheck/checker/itmsservicesurl.py:31 +msgid "Missing required url parameter" +msgstr "" + #: ../linkcheck/checker/ftpurl.py:75 msgid "Got no answer from FTP server" msgstr "Pas de réponse du serveur FTP" @@ -1512,6 +1474,20 @@ msgstr "Barre oblique terminale manquante dans l'URL FTP." msgid "FTP file size too large" msgstr "" +#: ../linkcheck/checker/unknownurl.py:32 +#, fuzzy, python-format +msgid "%(scheme)s URL ignored." +msgstr "URL %s ignorée." + +#: ../linkcheck/checker/unknownurl.py:34 +#, fuzzy +msgid "ignored" +msgstr "URL %s ignorée." + +#: ../linkcheck/checker/unknownurl.py:36 +msgid "URL is unrecognized or has invalid syntax" +msgstr "L'URL n'est pas reconnue ou n'a pas une syntaxe valide." + #: ../linkcheck/checker/fileurl.py:142 #, fuzzy, python-format msgid "Could not get current working directory: %(msg)s" @@ -1547,83 +1523,26 @@ msgid "" "AnchorCheck does not support anchors for directories." msgstr "" -#: ../linkcheck/checker/itmsservicesurl.py:31 -msgid "Missing required url parameter" -msgstr "" - -#: ../linkcheck/checker/const.py:99 -msgid "The effective URL is different from the original." -msgstr "" - -#: ../linkcheck/checker/const.py:100 -msgid "Could not get the content of the URL." -msgstr "" - -#: ../linkcheck/checker/const.py:101 -msgid "The URL content size is too large." -msgstr "" - -#: ../linkcheck/checker/const.py:102 -msgid "The URL content size is zero." -msgstr "" - -#: ../linkcheck/checker/const.py:103 -msgid "The URL content type is not parseable." -msgstr "" - -#: ../linkcheck/checker/const.py:104 -msgid "The URL is longer than the recommended size." -msgstr "" - -#: ../linkcheck/checker/const.py:105 -msgid "The URL contains leading or trailing whitespace." -msgstr "" - -#: ../linkcheck/checker/const.py:106 -msgid "The file: URL is missing a trailing slash." -msgstr "" - -#: ../linkcheck/checker/const.py:108 +#: ../linkcheck/checker/httpurl.py:138 #, fuzzy -msgid "The file: path is not the same as the system specific path." -msgstr "" -"L'URL %r n'est pas la même que le chemin du système %r. Vous devez toujours " -"utiliser le chemin du système dans les URL." +msgid "Access denied by robots.txt, checked only syntax." +msgstr "Accès refusé par robots.txt, analyse de la syntaxe seulement." -#: ../linkcheck/checker/const.py:111 -msgid "A local directory with an anchor, not supported by AnchorCheck." +#: ../linkcheck/checker/httpurl.py:139 +msgid "syntax OK" msgstr "" -#: ../linkcheck/checker/const.py:112 -msgid "The ftp: URL is missing a trailing slash." +#: ../linkcheck/checker/httpurl.py:283 +#, fuzzy, python-format +msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." +msgstr "Redirigé vers %(url)s." + +#: ../linkcheck/checker/httpurl.py:336 +msgid "OK" msgstr "" -#: ../linkcheck/checker/const.py:113 -msgid "The URL had no content." -msgstr "" - -#: ../linkcheck/checker/const.py:114 -msgid "An error occurred while storing a cookie." -msgstr "" - -#: ../linkcheck/checker/const.py:115 -msgid "The URL request was rate limited." -msgstr "" - -#: ../linkcheck/checker/const.py:116 -msgid "Redirected to a different URL." -msgstr "" - -#: ../linkcheck/checker/const.py:117 -msgid "The mail MX host could not be found." -msgstr "" - -#: ../linkcheck/checker/const.py:118 -msgid "The IP is obfuscated." -msgstr "" - -#: ../linkcheck/checker/const.py:119 -msgid "XML could not be parsed." +#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 +msgid "File size too large" msgstr "" #: ../linkcheck/checker/urlbase.py:79 @@ -1707,185 +1626,287 @@ msgstr "La taille du contenu est nulle." msgid "URL has unparsable domain name: %(domain)s" msgstr "" -#: ../linkcheck/cache/robots_txt.py:77 +#: ../linkcheck/cmdline.py:61 +#, fuzzy, python-format +msgid "Error: %(msg)s" +msgstr "Erreur : %s" + +#: ../linkcheck/cmdline.py:63 +#, fuzzy, python-format +msgid "Execute '%(program)s -h' for help" +msgstr "Lancez la commande « linkchecker -h » pour obtenir l'aide" + +#: ../linkcheck/configuration/__init__.py:226 #, python-format -msgid "Relative Sitemap %s in %s discarded" +msgid "Configuration file %r does not exist." msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:299 +#: ../linkcheck/configuration/__init__.py:228 +#, python-format +msgid "Configuration file %r is not readable." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:238 +msgid "missing user or URL pattern in authentication data." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:273 +msgid "activating text logger output." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:284 +msgid "no user/password authentication data found for login URL." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:288 +msgid "login URL is not a HTTP URL." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:292 +msgid "login URL is incomplete." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:295 +#, fuzzy, python-format +msgid "disabling login URL %(url)s." +msgstr "Erreur : %s" + +#: ../linkcheck/configuration/__init__.py:348 +#, python-format +msgid "could not create plugin directory %(dirname)r: %(errmsg)r" +msgstr "" + +#: ../linkcheck/configuration/__init__.py:396 +#, python-format +msgid "" +"could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:62 +#, python-format +msgid "configuration files %s contain no sections." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:75 +#, fuzzy, python-format +msgid "Error parsing configuration: %s" +msgstr "Erreur : %s" + +#: ../linkcheck/configuration/confparse.py:83 +#, python-format +msgid "invalid empty value for %s: %s\n" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:103 +#: ../linkcheck/configuration/confparse.py:121 +#, python-format +msgid "invalid value for %s: %d must not be greater than %d" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:136 +msgid "" +"The blacklist section in linkcheckerrc is deprecated, please rename to " +"failures" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:237 +#, python-format +msgid "missing auth part in entry %(val)r" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:247 +#, python-format +msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:276 +#, 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:285 +#, python-format +msgid "For example execute 'chmod go-rw %s'." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:290 +#, python-format +msgid "See %(url)s for more info on setting file permissions." +msgstr "" + +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:299 #, fuzzy msgid "usage: " msgstr "Usage : %s\n" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:776 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:777 #, python-format msgid "argument %(argument_name)s: %(message)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:882 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:883 msgid ".__call__() not defined" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1192 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1214 #, fuzzy, python-format msgid "conflicting subparser: %s" msgstr "Options obsolètes" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1196 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1218 #, fuzzy, python-format msgid "conflicting subparser alias: %s" msgstr "Options obsolètes" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1231 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1253 #, python-format msgid "unknown parser %(parser_name)r (choices: %(choices)s)" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1291 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1313 #, python-format msgid "argument \"-\" with mode %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1300 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1322 #, python-format msgid "can't open '%(filename)s': %(error)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1509 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1531 #, python-format msgid "cannot merge actions - two groups are named %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1547 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1569 msgid "'required' is an invalid argument for positionals" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1569 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1591 #, python-format msgid "" "invalid option string %(option)r: must start with a character " "%(prefix_chars)r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1587 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1609 #, python-format msgid "dest= is required for options like %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1604 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1626 #, python-format msgid "invalid conflict_resolution value: %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1622 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1644 #, fuzzy, python-format msgid "conflicting option string: %s" msgid_plural "conflicting option strings: %s" msgstr[0] "Options obsolètes" msgstr[1] "Options obsolètes" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1696 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1718 msgid "mutually exclusive arguments must be optional" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1772 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1794 #, fuzzy msgid "positional arguments" msgstr "L'option %s nécessite un argument" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1773 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1795 #, fuzzy msgid "options" msgstr "Options de sortie" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1788 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1810 msgid "show this help message and exit" msgstr "afficher ce message d'aide et se terminer" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1819 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1841 msgid "cannot have multiple subparser arguments" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1871 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2384 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1893 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2408 #, python-format msgid "unrecognized arguments: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1971 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1993 #, python-format msgid "not allowed with argument %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2021 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2035 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2043 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2057 #, python-format msgid "ignored explicit argument %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2142 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2164 #, python-format msgid "the following arguments are required: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2157 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2179 #, python-format msgid "one of the arguments %s is required" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2199 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2223 msgid "expected one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2200 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2224 msgid "expected at most one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2201 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2225 msgid "expected at least one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2205 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2229 #, python-format msgid "expected %s argument" msgid_plural "expected %s arguments" msgstr[0] "" msgstr[1] "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2263 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2287 #, fuzzy, python-format msgid "ambiguous option: %(option)s could match %(matches)s" msgstr "option ambiguë : %s (%s ?)" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2327 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2351 #, fuzzy, python-format msgid "unexpected option string: %s" msgstr "Options obsolètes" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2524 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2550 #, python-format msgid "%r is not callable" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2541 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2566 #, fuzzy, python-format msgid "invalid %(type)s value: %(value)r" msgstr "option %s : valeur %s invalide : %r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2552 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2577 #, fuzzy, python-format msgid "invalid choice: %(value)r (choose from %(choices)s)" msgstr "option %s : choix invalide : %r (choisir dans %s)" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2630 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2655 #, fuzzy, python-format msgid "%(prog)s: error: %(message)s\n" msgstr "extern%d : erreur de syntaxe %s\n" -#, fuzzy -#~ msgid "No NNTP server was found." -#~ msgstr "Aucun serveur NNTP spécifié, l'URL est ignorée." - #~ msgid "No NNTP server was specified, skipping this URL." #~ msgstr "Aucun serveur NNTP spécifié, l'URL est ignorée." diff --git a/po/linkchecker.pot b/po/linkchecker.pot index d09fa29a..7a3096f8 100644 --- a/po/linkchecker.pot +++ b/po/linkchecker.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: LinkChecker\n" "Report-Msgid-Bugs-To: https://github.com/linkchecker/linkchecker\n" -"POT-Creation-Date: 2023-09-11 18:26+0000\n" +"POT-Creation-Date: 2023-12-04 19:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,533 +18,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../linkcheck/configuration/confparse.py:72 -#, python-format -msgid "Error parsing configuration: %s" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:80 -#, python-format -msgid "invalid empty value for %s: %s\n" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:95 -#: ../linkcheck/configuration/confparse.py:113 -#: ../linkcheck/plugins/sslcertcheck.py:118 -#, python-format -msgid "invalid value for %s: %d must not be less than %d" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:100 -#: ../linkcheck/configuration/confparse.py:118 -#, python-format -msgid "invalid value for %s: %d must not be greater than %d" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:133 -msgid "" -"The blacklist section in linkcheckerrc is deprecated, please rename to " -"failures" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:234 -#, python-format -msgid "missing auth part in entry %(val)r" -msgstr "" - -#: ../linkcheck/configuration/confparse.py:244 -#, python-format -msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." -msgstr "" - -#: ../linkcheck/configuration/confparse.py:273 -#, 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:282 -#, python-format -msgid "For example execute 'chmod go-rw %s'." -msgstr "" - -#: ../linkcheck/configuration/confparse.py:287 -#, python-format -msgid "See %(url)s for more info on setting file permissions." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:226 -#, python-format -msgid "Configuration file %r does not exist." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:228 -#, python-format -msgid "Configuration file %r is not readable." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:238 -msgid "missing user or URL pattern in authentication data." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:273 -msgid "activating text logger output." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:284 -msgid "no user/password authentication data found for login URL." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:288 -msgid "login URL is not a HTTP URL." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:292 -msgid "login URL is incomplete." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:295 -#, python-format -msgid "disabling login URL %(url)s." -msgstr "" - -#: ../linkcheck/configuration/__init__.py:348 -#, python-format -msgid "could not create plugin directory %(dirname)r: %(errmsg)r" -msgstr "" - -#: ../linkcheck/configuration/__init__.py:396 -#, python-format -msgid "could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" -msgstr "" - -#: ../linkcheck/logger/html.py:127 ../linkcheck/logger/text.py:112 -#, python-format -msgid "Start checking at %s" -msgstr "" - -#: ../linkcheck/logger/html.py:203 ../linkcheck/logger/text.py:165 -#, python-format -msgid ", line %d" -msgstr "" - -#: ../linkcheck/logger/html.py:205 ../linkcheck/logger/text.py:167 -#, python-format -msgid ", col %d" -msgstr "" - -#: ../linkcheck/logger/html.py:207 ../linkcheck/logger/text.py:169 -#, python-format -msgid ", page %d" -msgstr "" - -#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 -#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 -#, python-format -msgid "%.3f seconds" -msgstr "" - -#: ../linkcheck/logger/html.py:311 ../linkcheck/logger/text.py:218 -msgid "Valid" -msgstr "" - -#: ../linkcheck/logger/html.py:316 ../linkcheck/logger/text.py:221 -msgid "Error" -msgstr "" - -#: ../linkcheck/logger/html.py:323 -msgid "Statistics" -msgstr "" - -#: ../linkcheck/logger/html.py:327 ../linkcheck/logger/text.py:300 -#, 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:307 -#, python-format -msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." -msgstr "" - -#: ../linkcheck/logger/html.py:343 ../linkcheck/logger/text.py:315 -msgid "No statistics available since no URLs were checked." -msgstr "" - -#: ../linkcheck/logger/html.py:349 ../linkcheck/logger/text.py:231 -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:240 -#, python-format -msgid "%d warning found" -msgid_plural "%d warnings found" -msgstr[0] "" -msgstr[1] "" - -#: ../linkcheck/logger/html.py:362 ../linkcheck/logger/text.py:250 -#, python-format -msgid " (%d ignored or duplicates not printed)" -msgstr "" - -#: ../linkcheck/logger/html.py:367 ../linkcheck/logger/text.py:255 -#, python-format -msgid "%d error found" -msgid_plural "%d errors found" -msgstr[0] "" -msgstr[1] "" - -#: ../linkcheck/logger/html.py:372 ../linkcheck/logger/text.py:265 -#, python-format -msgid " (%d duplicates not printed)" -msgstr "" - -#: ../linkcheck/logger/html.py:381 ../linkcheck/logger/text.py:273 -#, 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:391 ../linkcheck/logger/__init__.py:397 -#: ../linkcheck/logger/text.py:282 -#, python-format -msgid "Stopped checking at %(time)s (%(duration)s)" -msgstr "" - -#: ../linkcheck/logger/html.py:401 -#, python-format -msgid "Read the documentation at %s" -msgstr "" - -#: ../linkcheck/logger/html.py:411 -#, python-format -msgid "Write comments and bugs to %s" -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:105 -#, python-format -msgid "Read the documentation at %(url)s" -msgstr "" - -#: ../linkcheck/logger/__init__.py:388 ../linkcheck/logger/text.py:108 -#, python-format -msgid "Write comments and bugs to %(url)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/text.py:65 -msgid "Invalid value for wraplength. Using default." -msgstr "" - -#: ../linkcheck/logger/text.py:230 -msgid "The check has been interrupted; results are not complete." -msgstr "" - -#: ../linkcheck/logger/text.py:232 -#, python-format -msgid "%d link" -msgid_plural "%d links" -msgstr[0] "" -msgstr[1] "" - -#: ../linkcheck/logger/text.py:236 -#, python-format -msgid "in %d URL" -msgid_plural "in %d URLs" -msgstr[0] "" -msgstr[1] "" - -#: ../linkcheck/logger/text.py:238 -msgid " checked." -msgstr "" - -#: ../linkcheck/logger/text.py:292 -msgid "Statistics:" -msgstr "" - -#: ../linkcheck/logger/text.py:295 -#, python-format -msgid "Downloaded: %s." -msgstr "" - -#: ../linkcheck/__init__.py:77 -#, python-format -msgid "Link pattern %r strict=%s" -msgstr "" - -#: ../linkcheck/__init__.py:87 -#, python-format -msgid "invalid regular expression %r: %s" -msgstr "" - -#: ../linkcheck/__init__.py:111 -msgid "CRITICAL" -msgstr "" - -#: ../linkcheck/__init__.py:112 -msgid "ERROR" -msgstr "" - -#: ../linkcheck/__init__.py:113 -msgid "WARN" -msgstr "" - -#: ../linkcheck/__init__.py:114 -msgid "WARNING" -msgstr "" - -#: ../linkcheck/__init__.py:115 -msgid "INFO" -msgstr "" - -#: ../linkcheck/__init__.py:116 -msgid "DEBUG" -msgstr "" - -#: ../linkcheck/__init__.py:117 -msgid "NOTSET" -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 certificate \"notAfter\" value %r" -msgstr "" - -#: ../linkcheck/plugins/sslcertcheck.py:94 -#, python-format -msgid "SSL certificate 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/anchorcheck.py:70 -#, python-format -msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." -msgstr "" - -#: ../linkcheck/plugins/anchorcheck.py:71 -#, python-format -msgid "Available anchors: %(anchors)s." -msgstr "" - -#: ../linkcheck/plugins/regexcheck.py:45 -#: ../linkcheck/plugins/markdowncheck.py:88 -#, python-format -msgid "Invalid regex pattern %r: %s" -msgstr "" - -#: ../linkcheck/plugins/regexcheck.py:61 -#, python-format -msgid "Found %(match)r at line %(line)d in link contents." -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/locationinfo.py:46 -#, python-format -msgid "URL is located in %(location)s." -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/aggregator.py:182 -msgid "These URLs are still active:" -msgstr "" - -#: ../linkcheck/director/aggregator.py:194 -#, python-format -msgid "" -"%(num)d URLs are still active. After a timeout of %(timeout)s the active URLs " -"will stop." -msgstr "" - #: ../linkcheck/director/console.py:38 #, python-format msgid "%2d thread active" @@ -627,14 +100,109 @@ msgstr "" msgid "released" msgstr "" -#: ../linkcheck/cmdline.py:61 +#: ../linkcheck/director/aggregator.py:54 #, python-format -msgid "Error: %(msg)s" +msgid "Could not parse cookie file: %s. %s" msgstr "" -#: ../linkcheck/cmdline.py:63 +#: ../linkcheck/director/aggregator.py:188 +msgid "These URLs are still active:" +msgstr "" + +#: ../linkcheck/director/aggregator.py:200 #, python-format -msgid "Execute '%(program)s -h' for help" +msgid "" +"%(num)d URLs are still active. After a timeout of %(timeout)s the active URLs " +"will stop." +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/command/setup_config.py:49 +msgid "Running with python -O disables debugging." +msgstr "" + +#: ../linkcheck/command/setup_config.py:81 +#, python-format +msgid "blacklist is deprecated for option %(option)s, using failures instead" +msgstr "" + +#: ../linkcheck/command/setup_config.py:87 +#: ../linkcheck/command/setup_config.py:133 +#, python-format +msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" +msgstr "" + +#: ../linkcheck/command/setup_config.py:94 +#: ../linkcheck/command/setup_config.py:144 +#, python-format +msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" +msgstr "" + +#: ../linkcheck/command/setup_config.py:127 +#, python-format +msgid "" +"blacklist logger is deprecated for option %(option)s, using failures instead" +msgstr "" + +#: ../linkcheck/command/setup_config.py:159 +#, python-format +msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:163 +msgid "Enter LinkChecker HTTP/FTP password:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:181 +#, python-format +msgid "Illegal argument %(arg)r for option %(option)s" +msgstr "" + +#: ../linkcheck/command/setup_config.py:198 +#, python-format +msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" +msgstr "" + +#: ../linkcheck/command/setup_config.py:207 +#, python-format +msgid "Cookie file %s does not exist." +msgstr "" + +#: ../linkcheck/command/setup_config.py:210 +#, python-format +msgid "Could not read cookie file %s" msgstr "" #: ../linkcheck/command/arg_parser.py:28 @@ -943,57 +511,6 @@ msgid "" "version of LinkChecker." msgstr "" -#: ../linkcheck/command/setup_config.py:49 -msgid "Running with python -O disables debugging." -msgstr "" - -#: ../linkcheck/command/setup_config.py:81 -#, python-format -msgid "blacklist is deprecated for option %(option)s, using failures instead" -msgstr "" - -#: ../linkcheck/command/setup_config.py:87 -#: ../linkcheck/command/setup_config.py:133 -#, python-format -msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" -msgstr "" - -#: ../linkcheck/command/setup_config.py:94 -#: ../linkcheck/command/setup_config.py:144 -#, python-format -msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" -msgstr "" - -#: ../linkcheck/command/setup_config.py:127 -#, python-format -msgid "" -"blacklist logger is deprecated for option %(option)s, using failures instead" -msgstr "" - -#: ../linkcheck/command/setup_config.py:159 -#, python-format -msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:163 -msgid "Enter LinkChecker HTTP/FTP password:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:181 -#, python-format -msgid "Illegal argument %(arg)r for option %(option)s" -msgstr "" - -#: ../linkcheck/command/setup_config.py:200 -#, python-format -msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" -msgstr "" - -#: ../linkcheck/command/setup_config.py:210 -#, python-format -msgid "Could not read cookie file %s" -msgstr "" - #: ../linkcheck/command/linkchecker.py:50 msgid "Running as root user; dropping privileges by changing user to nobody." msgstr "" @@ -1003,98 +520,46 @@ msgstr "" msgid "Invalid debug level %(level)r" msgstr "" -#: ../linkcheck/command/linkchecker.py:142 +#: ../linkcheck/command/linkchecker.py:140 #, python-format -msgid "Unreadable config file: %r" +msgid "Config file %s does not exist." msgstr "" -#: ../linkcheck/command/linkchecker.py:173 +#: ../linkcheck/command/linkchecker.py:143 +#, python-format +msgid "Could not read config file %s." +msgstr "" + +#: ../linkcheck/command/linkchecker.py:176 msgid "no files or URLs given" msgstr "" -#: ../linkcheck/command/linkchecker.py:181 +#: ../linkcheck/command/linkchecker.py:184 #, python-format msgid "" "Overwrite profiling file %(file)r?\n" "Press Ctrl-C to cancel, RETURN to continue." msgstr "" -#: ../linkcheck/command/linkchecker.py:189 +#: ../linkcheck/command/linkchecker.py:192 msgid "Canceled." msgstr "" -#: ../linkcheck/command/linkchecker.py:196 +#: ../linkcheck/command/linkchecker.py:199 msgid "" "The `yappi' Python module is not installed, therefore the --profile option is " "disabled." msgstr "" -#: ../linkcheck/command/linkchecker.py:215 +#: ../linkcheck/command/linkchecker.py:218 msgid "Dumping memory statistics..." msgstr "" -#: ../linkcheck/command/linkchecker.py:217 +#: ../linkcheck/command/linkchecker.py:220 #, python-format msgid "The memory dump has been written to `%(filename)s'." msgstr "" -#: ../linkcheck/loader.py:40 -#, python-format -msgid "WARN: could not load module %s: %s" -msgstr "" - -#: ../linkcheck/loader.py:57 -#, python-format -msgid "WARN: could not load file %s: %s" -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:215 #, python-format msgid "could not set locale %r: %s" @@ -1147,38 +612,530 @@ msgid "" "" msgstr "" -#: ../linkcheck/checker/httpurl.py:138 -msgid "Access denied by robots.txt, checked only syntax." -msgstr "" - -#: ../linkcheck/checker/httpurl.py:139 -msgid "syntax OK" -msgstr "" - -#: ../linkcheck/checker/httpurl.py:283 +#: ../linkcheck/plugins/markdowncheck.py:88 +#: ../linkcheck/plugins/regexcheck.py:45 #, python-format -msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." +msgid "Invalid regex pattern %r: %s" msgstr "" -#: ../linkcheck/checker/httpurl.py:336 -msgid "OK" +#: ../linkcheck/plugins/sslcertcheck.py:70 +msgid "certificate did not include \"notAfter\" information" msgstr "" -#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 -msgid "File size too large" +#: ../linkcheck/plugins/sslcertcheck.py:73 +msgid "SSL verification is disabled; enable the sslverify option" msgstr "" -#: ../linkcheck/checker/unknownurl.py:32 +#: ../linkcheck/plugins/sslcertcheck.py:85 #, python-format -msgid "%(scheme)s URL ignored." +msgid "Invalid SSL certificate \"notAfter\" value %r" msgstr "" -#: ../linkcheck/checker/unknownurl.py:34 -msgid "ignored" +#: ../linkcheck/plugins/sslcertcheck.py:94 +#, python-format +msgid "SSL certificate is expired on %(expire)s." msgstr "" -#: ../linkcheck/checker/unknownurl.py:36 -msgid "URL is unrecognized or has invalid syntax" +#: ../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/sslcertcheck.py:118 +#: ../linkcheck/configuration/confparse.py:98 +#: ../linkcheck/configuration/confparse.py:116 +#, python-format +msgid "invalid value for %s: %d must not be less than %d" +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/locationinfo.py:46 +#, 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/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/anchorcheck.py:70 +#, python-format +msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." +msgstr "" + +#: ../linkcheck/plugins/anchorcheck.py:71 +#, python-format +msgid "Available anchors: %(anchors)s." +msgstr "" + +#: ../linkcheck/logger/text.py:65 +msgid "Invalid value for wraplength. Using default." +msgstr "" + +#: ../linkcheck/logger/text.py:105 ../linkcheck/logger/__init__.py:385 +#, python-format +msgid "Read the documentation at %(url)s" +msgstr "" + +#: ../linkcheck/logger/text.py:108 ../linkcheck/logger/__init__.py:388 +#, python-format +msgid "Write comments and bugs to %(url)s" +msgstr "" + +#: ../linkcheck/logger/text.py:112 ../linkcheck/logger/html.py:127 +#, python-format +msgid "Start checking at %s" +msgstr "" + +#: ../linkcheck/logger/text.py:165 ../linkcheck/logger/html.py:203 +#, python-format +msgid ", line %d" +msgstr "" + +#: ../linkcheck/logger/text.py:167 ../linkcheck/logger/html.py:205 +#, python-format +msgid ", col %d" +msgstr "" + +#: ../linkcheck/logger/text.py:169 ../linkcheck/logger/html.py:207 +#, python-format +msgid ", page %d" +msgstr "" + +#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 +#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 +#, python-format +msgid "%.3f seconds" +msgstr "" + +#: ../linkcheck/logger/text.py:218 ../linkcheck/logger/html.py:311 +msgid "Valid" +msgstr "" + +#: ../linkcheck/logger/text.py:221 ../linkcheck/logger/html.py:316 +msgid "Error" +msgstr "" + +#: ../linkcheck/logger/text.py:230 +msgid "The check has been interrupted; results are not complete." +msgstr "" + +#: ../linkcheck/logger/text.py:231 ../linkcheck/logger/html.py:349 +msgid "That's it." +msgstr "" + +#: ../linkcheck/logger/text.py:232 +#, python-format +msgid "%d link" +msgid_plural "%d links" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/logger/text.py:236 +#, python-format +msgid "in %d URL" +msgid_plural "in %d URLs" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/logger/text.py:238 +msgid " checked." +msgstr "" + +#: ../linkcheck/logger/text.py:240 ../linkcheck/logger/html.py:357 +#, python-format +msgid "%d warning found" +msgid_plural "%d warnings found" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/logger/text.py:250 ../linkcheck/logger/html.py:362 +#, python-format +msgid " (%d ignored or duplicates not printed)" +msgstr "" + +#: ../linkcheck/logger/text.py:255 ../linkcheck/logger/html.py:367 +#, python-format +msgid "%d error found" +msgid_plural "%d errors found" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/logger/text.py:265 ../linkcheck/logger/html.py:372 +#, python-format +msgid " (%d duplicates not printed)" +msgstr "" + +#: ../linkcheck/logger/text.py:273 ../linkcheck/logger/html.py:381 +#, python-format +msgid "There was %(num)d internal error." +msgid_plural "There were %(num)d internal errors." +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/logger/text.py:282 ../linkcheck/logger/html.py:391 +#: ../linkcheck/logger/__init__.py:397 +#, python-format +msgid "Stopped checking at %(time)s (%(duration)s)" +msgstr "" + +#: ../linkcheck/logger/text.py:292 +msgid "Statistics:" +msgstr "" + +#: ../linkcheck/logger/text.py:295 +#, python-format +msgid "Downloaded: %s." +msgstr "" + +#: ../linkcheck/logger/text.py:300 ../linkcheck/logger/html.py:327 +#, 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/text.py:307 ../linkcheck/logger/html.py:335 +#, python-format +msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." +msgstr "" + +#: ../linkcheck/logger/text.py:315 ../linkcheck/logger/html.py:343 +msgid "No statistics available since no URLs were checked." +msgstr "" + +#: ../linkcheck/logger/html.py:323 +msgid "Statistics" +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:401 +#, python-format +msgid "Read the documentation at %s" +msgstr "" + +#: ../linkcheck/logger/html.py:411 +#, python-format +msgid "Write comments and bugs to %s" +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/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/cache/robots_txt.py:77 +#, python-format +msgid "Relative Sitemap %s in %s discarded" +msgstr "" + +#: ../linkcheck/__init__.py:77 +#, python-format +msgid "Link pattern %r strict=%s" +msgstr "" + +#: ../linkcheck/__init__.py:87 +#, python-format +msgid "invalid regular expression %r: %s" +msgstr "" + +#: ../linkcheck/__init__.py:111 +msgid "CRITICAL" +msgstr "" + +#: ../linkcheck/__init__.py:112 +msgid "ERROR" +msgstr "" + +#: ../linkcheck/__init__.py:113 +msgid "WARN" +msgstr "" + +#: ../linkcheck/__init__.py:114 +msgid "WARNING" +msgstr "" + +#: ../linkcheck/__init__.py:115 +msgid "INFO" +msgstr "" + +#: ../linkcheck/__init__.py:116 +msgid "DEBUG" +msgstr "" + +#: ../linkcheck/__init__.py:117 +msgid "NOTSET" +msgstr "" + +#: ../linkcheck/cookies.py:46 +msgid "No entries found" +msgstr "" + +#: ../linkcheck/strformat.py:165 +#, python-format +msgid "%(prefix)s%(duration).02f seconds" +msgstr "" + +#: ../linkcheck/strformat.py:170 +#, python-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/strformat.py:171 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/strformat.py:172 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/strformat.py:173 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/strformat.py:174 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: ../linkcheck/strformat.py:245 +#, python-format +msgid "" +"Could not import %(module)s for %(feature)s. Install %(module)s from %(url)s " +"to use this feature." +msgstr "" + +#: ../linkcheck/loader.py:40 +#, python-format +msgid "WARN: could not load module %s: %s" +msgstr "" + +#: ../linkcheck/loader.py:57 +#, python-format +msgid "WARN: could not load file %s: %s" +msgstr "" + +#: ../linkcheck/checker/const.py:99 +msgid "The effective URL is different from the original." +msgstr "" + +#: ../linkcheck/checker/const.py:100 +msgid "Could not get the content of the URL." +msgstr "" + +#: ../linkcheck/checker/const.py:101 +msgid "The URL content size is too large." +msgstr "" + +#: ../linkcheck/checker/const.py:102 +msgid "The URL content size is zero." +msgstr "" + +#: ../linkcheck/checker/const.py:103 +msgid "The URL content type is not parseable." +msgstr "" + +#: ../linkcheck/checker/const.py:104 +msgid "The URL is longer than the recommended size." +msgstr "" + +#: ../linkcheck/checker/const.py:105 +msgid "The URL contains leading or trailing whitespace." +msgstr "" + +#: ../linkcheck/checker/const.py:106 +msgid "The file: URL is missing a trailing slash." +msgstr "" + +#: ../linkcheck/checker/const.py:108 +msgid "The file: path is not the same as the system specific path." +msgstr "" + +#: ../linkcheck/checker/const.py:111 +msgid "A local directory with an anchor, not supported by AnchorCheck." +msgstr "" + +#: ../linkcheck/checker/const.py:112 +msgid "The ftp: URL is missing a trailing slash." +msgstr "" + +#: ../linkcheck/checker/const.py:113 +msgid "The URL had no content." +msgstr "" + +#: ../linkcheck/checker/const.py:114 +msgid "An error occurred while storing a cookie." +msgstr "" + +#: ../linkcheck/checker/const.py:115 +msgid "The URL request was rate limited." +msgstr "" + +#: ../linkcheck/checker/const.py:116 +msgid "Redirected to a different URL." +msgstr "" + +#: ../linkcheck/checker/const.py:117 +msgid "The mail MX host could not be found." +msgstr "" + +#: ../linkcheck/checker/const.py:118 +msgid "The IP is obfuscated." +msgstr "" + +#: ../linkcheck/checker/const.py:119 +msgid "XML could not be parsed." msgstr "" #: ../linkcheck/checker/mailtourl.py:88 @@ -1296,6 +1253,10 @@ msgstr "" msgid "%(host)r could not be resolved" msgstr "" +#: ../linkcheck/checker/itmsservicesurl.py:31 +msgid "Missing required url parameter" +msgstr "" + #: ../linkcheck/checker/ftpurl.py:75 msgid "Got no answer from FTP server" msgstr "" @@ -1313,6 +1274,19 @@ msgstr "" msgid "FTP file size too large" 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:142 #, python-format msgid "Could not get current working directory: %(msg)s" @@ -1346,80 +1320,25 @@ msgid "" "does not support anchors for directories." msgstr "" -#: ../linkcheck/checker/itmsservicesurl.py:31 -msgid "Missing required url parameter" +#: ../linkcheck/checker/httpurl.py:138 +msgid "Access denied by robots.txt, checked only syntax." msgstr "" -#: ../linkcheck/checker/const.py:99 -msgid "The effective URL is different from the original." +#: ../linkcheck/checker/httpurl.py:139 +msgid "syntax OK" msgstr "" -#: ../linkcheck/checker/const.py:100 -msgid "Could not get the content of the URL." +#: ../linkcheck/checker/httpurl.py:283 +#, python-format +msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." msgstr "" -#: ../linkcheck/checker/const.py:101 -msgid "The URL content size is too large." +#: ../linkcheck/checker/httpurl.py:336 +msgid "OK" msgstr "" -#: ../linkcheck/checker/const.py:102 -msgid "The URL content size is zero." -msgstr "" - -#: ../linkcheck/checker/const.py:103 -msgid "The URL content type is not parseable." -msgstr "" - -#: ../linkcheck/checker/const.py:104 -msgid "The URL is longer than the recommended size." -msgstr "" - -#: ../linkcheck/checker/const.py:105 -msgid "The URL contains leading or trailing whitespace." -msgstr "" - -#: ../linkcheck/checker/const.py:106 -msgid "The file: URL is missing a trailing slash." -msgstr "" - -#: ../linkcheck/checker/const.py:108 -msgid "The file: path is not the same as the system specific path." -msgstr "" - -#: ../linkcheck/checker/const.py:111 -msgid "A local directory with an anchor, not supported by AnchorCheck." -msgstr "" - -#: ../linkcheck/checker/const.py:112 -msgid "The ftp: URL is missing a trailing slash." -msgstr "" - -#: ../linkcheck/checker/const.py:113 -msgid "The URL had no content." -msgstr "" - -#: ../linkcheck/checker/const.py:114 -msgid "An error occurred while storing a cookie." -msgstr "" - -#: ../linkcheck/checker/const.py:115 -msgid "The URL request was rate limited." -msgstr "" - -#: ../linkcheck/checker/const.py:116 -msgid "Redirected to a different URL." -msgstr "" - -#: ../linkcheck/checker/const.py:117 -msgid "The mail MX host could not be found." -msgstr "" - -#: ../linkcheck/checker/const.py:118 -msgid "The IP is obfuscated." -msgstr "" - -#: ../linkcheck/checker/const.py:119 -msgid "XML could not be parsed." +#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 +msgid "File size too large" msgstr "" #: ../linkcheck/checker/urlbase.py:79 @@ -1501,173 +1420,278 @@ msgstr "" msgid "URL has unparsable domain name: %(domain)s" msgstr "" -#: ../linkcheck/cache/robots_txt.py:77 +#: ../linkcheck/cmdline.py:61 #, python-format -msgid "Relative Sitemap %s in %s discarded" +msgid "Error: %(msg)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:299 +#: ../linkcheck/cmdline.py:63 +#, python-format +msgid "Execute '%(program)s -h' for help" +msgstr "" + +#: ../linkcheck/configuration/__init__.py:226 +#, python-format +msgid "Configuration file %r does not exist." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:228 +#, python-format +msgid "Configuration file %r is not readable." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:238 +msgid "missing user or URL pattern in authentication data." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:273 +msgid "activating text logger output." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:284 +msgid "no user/password authentication data found for login URL." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:288 +msgid "login URL is not a HTTP URL." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:292 +msgid "login URL is incomplete." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:295 +#, python-format +msgid "disabling login URL %(url)s." +msgstr "" + +#: ../linkcheck/configuration/__init__.py:348 +#, python-format +msgid "could not create plugin directory %(dirname)r: %(errmsg)r" +msgstr "" + +#: ../linkcheck/configuration/__init__.py:396 +#, python-format +msgid "could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:62 +#, python-format +msgid "configuration files %s contain no sections." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:75 +#, python-format +msgid "Error parsing configuration: %s" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:83 +#, python-format +msgid "invalid empty value for %s: %s\n" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:103 +#: ../linkcheck/configuration/confparse.py:121 +#, python-format +msgid "invalid value for %s: %d must not be greater than %d" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:136 +msgid "" +"The blacklist section in linkcheckerrc is deprecated, please rename to " +"failures" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:237 +#, python-format +msgid "missing auth part in entry %(val)r" +msgstr "" + +#: ../linkcheck/configuration/confparse.py:247 +#, python-format +msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:276 +#, 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:285 +#, python-format +msgid "For example execute 'chmod go-rw %s'." +msgstr "" + +#: ../linkcheck/configuration/confparse.py:290 +#, python-format +msgid "See %(url)s for more info on setting file permissions." +msgstr "" + +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:299 msgid "usage: " msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:776 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:777 #, python-format msgid "argument %(argument_name)s: %(message)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:882 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:883 msgid ".__call__() not defined" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1192 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1214 #, python-format msgid "conflicting subparser: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1196 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1218 #, python-format msgid "conflicting subparser alias: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1231 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1253 #, python-format msgid "unknown parser %(parser_name)r (choices: %(choices)s)" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1291 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1313 #, python-format msgid "argument \"-\" with mode %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1300 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1322 #, python-format msgid "can't open '%(filename)s': %(error)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1509 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1531 #, python-format msgid "cannot merge actions - two groups are named %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1547 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1569 msgid "'required' is an invalid argument for positionals" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1569 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1591 #, python-format msgid "" "invalid option string %(option)r: must start with a character %(prefix_chars)r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1587 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1609 #, python-format msgid "dest= is required for options like %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1604 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1626 #, python-format msgid "invalid conflict_resolution value: %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1622 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1644 #, python-format msgid "conflicting option string: %s" msgid_plural "conflicting option strings: %s" msgstr[0] "" msgstr[1] "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1696 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1718 msgid "mutually exclusive arguments must be optional" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1772 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1794 msgid "positional arguments" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1773 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1795 msgid "options" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1788 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1810 msgid "show this help message and exit" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1819 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1841 msgid "cannot have multiple subparser arguments" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1871 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2384 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1893 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2408 #, python-format msgid "unrecognized arguments: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1971 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1993 #, python-format msgid "not allowed with argument %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2021 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2035 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2043 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2057 #, python-format msgid "ignored explicit argument %r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2142 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2164 #, python-format msgid "the following arguments are required: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2157 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2179 #, python-format msgid "one of the arguments %s is required" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2199 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2223 msgid "expected one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2200 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2224 msgid "expected at most one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2201 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2225 msgid "expected at least one argument" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2205 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2229 #, python-format msgid "expected %s argument" msgid_plural "expected %s arguments" msgstr[0] "" msgstr[1] "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2263 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2287 #, python-format msgid "ambiguous option: %(option)s could match %(matches)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2327 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2351 #, python-format msgid "unexpected option string: %s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2524 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2550 #, python-format msgid "%r is not callable" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2541 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2566 #, python-format msgid "invalid %(type)s value: %(value)r" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2552 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2577 #, python-format msgid "invalid choice: %(value)r (choose from %(choices)s)" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2630 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2655 #, python-format msgid "%(prog)s: error: %(message)s\n" msgstr "" diff --git a/po/nl_NL.po b/po/nl_NL.po index 2de1f684..8af014d0 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: LinkChecker\n" "Report-Msgid-Bugs-To: https://github.com/linkchecker/linkchecker\n" -"POT-Creation-Date: 2023-09-11 18:26+0000\n" +"POT-Creation-Date: 2023-12-04 19:24+0000\n" "PO-Revision-Date: 2022-11-19 14:59+0100\n" "Last-Translator: Gideon van Melle \n" "Language-Team: \n" @@ -17,552 +17,6 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.2\n" -#: ../linkcheck/configuration/confparse.py:72 -#, python-format -msgid "Error parsing configuration: %s" -msgstr "Fout parsing configuratie: %s" - -#: ../linkcheck/configuration/confparse.py:80 -#, python-format -msgid "invalid empty value for %s: %s\n" -msgstr "ongeldige lege waarde voor %s: %s\n" - -#: ../linkcheck/configuration/confparse.py:95 -#: ../linkcheck/configuration/confparse.py:113 -#: ../linkcheck/plugins/sslcertcheck.py:118 -#, python-format -msgid "invalid value for %s: %d must not be less than %d" -msgstr "ongeldige waarde voor %s: %d mag niet lager zijn dan %d" - -#: ../linkcheck/configuration/confparse.py:100 -#: ../linkcheck/configuration/confparse.py:118 -#, python-format -msgid "invalid value for %s: %d must not be greater than %d" -msgstr "ongeldige waarde voor %s: %d mag niet groter zijn dan %d" - -#: ../linkcheck/configuration/confparse.py:133 -msgid "" -"The blacklist section in linkcheckerrc is deprecated, please rename to " -"failures" -msgstr "" -"De blacklist sectie in linkcheckeerrc is afgeschaft. Hernoem naar failures" - -#: ../linkcheck/configuration/confparse.py:234 -#, python-format -msgid "missing auth part in entry %(val)r" -msgstr "ontbrekend auth-gedeelte in de vermelding %(val)r" - -#: ../linkcheck/configuration/confparse.py:244 -#, python-format -msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." -msgstr "" -"ongeldige login URL `%s’. Alleen HTTP- en HTTPS-URL's worden ondersteund." - -#: ../linkcheck/configuration/confparse.py:273 -#, 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 "" -"Het configuratiebestand bevat %s wachtwoordinformatie (in sectie [%s] en " -"opties %s) en het bestand is leesbaar voor anderen. Maak het bestand alleen " -"leesbaar voor u." - -#: ../linkcheck/configuration/confparse.py:282 -#, python-format -msgid "For example execute 'chmod go-rw %s'." -msgstr "Voer bijvoorbeeld 'chmod go-rw %s' uit." - -#: ../linkcheck/configuration/confparse.py:287 -#, python-format -msgid "See %(url)s for more info on setting file permissions." -msgstr "" -"Zie %(url)s voor meer informatie over het instellen van bestandsmachtigingen." - -#: ../linkcheck/configuration/__init__.py:226 -#, python-format -msgid "Configuration file %r does not exist." -msgstr "Configuratiebestand %r bestaat niet." - -#: ../linkcheck/configuration/__init__.py:228 -#, python-format -msgid "Configuration file %r is not readable." -msgstr "Configuratiebestand %r is niet leesbaar." - -#: ../linkcheck/configuration/__init__.py:238 -msgid "missing user or URL pattern in authentication data." -msgstr "ontbrekende gebruiker of URL-patroon in verificatiegegevens." - -#: ../linkcheck/configuration/__init__.py:273 -msgid "activating text logger output." -msgstr "activatie van tekstlogger output." - -#: ../linkcheck/configuration/__init__.py:284 -msgid "no user/password authentication data found for login URL." -msgstr "" -"geen gebruikers-/wachtwoordverificatiegegevens gevonden voor login-URL." - -#: ../linkcheck/configuration/__init__.py:288 -msgid "login URL is not a HTTP URL." -msgstr "login URL is geen HTTP URL." - -#: ../linkcheck/configuration/__init__.py:292 -msgid "login URL is incomplete." -msgstr "login URL is onvolledig." - -#: ../linkcheck/configuration/__init__.py:295 -#, python-format -msgid "disabling login URL %(url)s." -msgstr "uitschakelen van login URL %(url)s." - -#: ../linkcheck/configuration/__init__.py:348 -#, python-format -msgid "could not create plugin directory %(dirname)r: %(errmsg)r" -msgstr "kan geen plugin directory %(dirname)r aanmaken: %(errmsg)r" - -#: ../linkcheck/configuration/__init__.py:396 -#, python-format -msgid "" -"could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" -msgstr "" -"kon het oorspronkelijke configuratiebestand %(src)r niet kopiëren naar " -"%(dst)r: %(errmsg)r" - -#: ../linkcheck/logger/html.py:127 ../linkcheck/logger/text.py:112 -#, python-format -msgid "Start checking at %s" -msgstr "Begin met controleren op %s" - -#: ../linkcheck/logger/html.py:203 ../linkcheck/logger/text.py:165 -#, python-format -msgid ", line %d" -msgstr ", regel %d" - -#: ../linkcheck/logger/html.py:205 ../linkcheck/logger/text.py:167 -#, python-format -msgid ", col %d" -msgstr ", kolom %d" - -#: ../linkcheck/logger/html.py:207 ../linkcheck/logger/text.py:169 -#, python-format -msgid ", page %d" -msgstr ", pagina %d" - -#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 -#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 -#, python-format -msgid "%.3f seconds" -msgstr "%.3f seconden" - -#: ../linkcheck/logger/html.py:311 ../linkcheck/logger/text.py:218 -msgid "Valid" -msgstr "Geldig" - -#: ../linkcheck/logger/html.py:316 ../linkcheck/logger/text.py:221 -msgid "Error" -msgstr "Fout" - -#: ../linkcheck/logger/html.py:323 -msgid "Statistics" -msgstr "Statistieken" - -#: ../linkcheck/logger/html.py:327 ../linkcheck/logger/text.py:300 -#, 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 "" -"Inhoudstypen: %(image)d image, %(text)d text, %(video)d video, %(audio)d " -"audio, %(application)d application, %(mail)d mail en %(other)d other." - -#: ../linkcheck/logger/html.py:335 ../linkcheck/logger/text.py:307 -#, python-format -msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." -msgstr "URL lengtes: min=%(min)d, max=%(max)d, avg=%(avg)d." - -#: ../linkcheck/logger/html.py:343 ../linkcheck/logger/text.py:315 -msgid "No statistics available since no URLs were checked." -msgstr "" -"Er zijn geen statistieken beschikbaar omdat er geen URL's zijn gecontroleerd." - -#: ../linkcheck/logger/html.py:349 ../linkcheck/logger/text.py:231 -msgid "That's it." -msgstr "Dat was het." - -#: ../linkcheck/logger/html.py:352 -#, python-format -msgid "%d link checked." -msgid_plural "%d links checked." -msgstr[0] "%d link gecontroleerd." -msgstr[1] "%d links gecontroleerd." - -#: ../linkcheck/logger/html.py:357 ../linkcheck/logger/text.py:240 -#, python-format -msgid "%d warning found" -msgid_plural "%d warnings found" -msgstr[0] "%d waarschuwing gevonden" -msgstr[1] "%d waarschuwingen gevonden" - -#: ../linkcheck/logger/html.py:362 ../linkcheck/logger/text.py:250 -#, python-format -msgid " (%d ignored or duplicates not printed)" -msgstr " (%d genegeerd of duplicaten niet afgedrukt)" - -#: ../linkcheck/logger/html.py:367 ../linkcheck/logger/text.py:255 -#, python-format -msgid "%d error found" -msgid_plural "%d errors found" -msgstr[0] "%d fout gevonden" -msgstr[1] "%d fouten gevonden" - -#: ../linkcheck/logger/html.py:372 ../linkcheck/logger/text.py:265 -#, python-format -msgid " (%d duplicates not printed)" -msgstr " (%d duplicaten niet afgedrukt)" - -#: ../linkcheck/logger/html.py:381 ../linkcheck/logger/text.py:273 -#, python-format -msgid "There was %(num)d internal error." -msgid_plural "There were %(num)d internal errors." -msgstr[0] "Er was een interne fout %(num)d." -msgstr[1] "Er waren interne fouten %(num)d." - -#: ../linkcheck/logger/html.py:391 ../linkcheck/logger/__init__.py:397 -#: ../linkcheck/logger/text.py:282 -#, python-format -msgid "Stopped checking at %(time)s (%(duration)s)" -msgstr "Gestopt met controleren bij %(time)s (%(duration)s)" - -#: ../linkcheck/logger/html.py:401 -#, python-format -msgid "Read the documentation at %s" -msgstr "Lees de documentatie op %s" - -#: ../linkcheck/logger/html.py:411 -#, python-format -msgid "Write comments and bugs to %s" -msgstr "Schrijf opmerkingen en bugs naar %s" - -#: ../linkcheck/logger/__init__.py:31 -msgid "Real URL" -msgstr "Echte URL" - -#: ../linkcheck/logger/__init__.py:32 -msgid "Cache key" -msgstr "Cachesleutel" - -#: ../linkcheck/logger/__init__.py:33 -msgid "Result" -msgstr "Resultaat" - -#: ../linkcheck/logger/__init__.py:34 -msgid "Base" -msgstr "Basis" - -#: ../linkcheck/logger/__init__.py:35 -msgid "Name" -msgstr "Naam" - -#: ../linkcheck/logger/__init__.py:36 -msgid "Parent URL" -msgstr "Bovenliggende URL" - -#: ../linkcheck/logger/__init__.py:37 -msgid "Extern" -msgstr "Extern" - -#: ../linkcheck/logger/__init__.py:38 -msgid "Info" -msgstr "Info" - -#: ../linkcheck/logger/__init__.py:39 -msgid "Warning" -msgstr "Waarschuwing" - -#: ../linkcheck/logger/__init__.py:40 -msgid "D/L time" -msgstr "D/L-tijd" - -#: ../linkcheck/logger/__init__.py:41 -msgid "Size" -msgstr "Grootte" - -#: ../linkcheck/logger/__init__.py:42 -msgid "Check time" -msgstr "De tijd controleren" - -#: ../linkcheck/logger/__init__.py:43 -msgid "URL" -msgstr "URL" - -#: ../linkcheck/logger/__init__.py:44 -msgid "Level" -msgstr "Niveau" - -#: ../linkcheck/logger/__init__.py:45 -msgid "Modified" -msgstr "Gewijzigd" - -#: ../linkcheck/logger/__init__.py:275 -#, python-format -msgid "Happy birthday for LinkChecker, I'm %d years old today!" -msgstr "" -"Gefeliciteerd met de verjaardag van LinkChecker, ik ben %d jaar oud vandaag!" - -#: ../linkcheck/logger/__init__.py:381 -#, python-format -msgid "created by %(app)s at %(time)s" -msgstr "gemaakt door %(app)s op %(time)s" - -#: ../linkcheck/logger/__init__.py:385 ../linkcheck/logger/text.py:105 -#, python-format -msgid "Read the documentation at %(url)s" -msgstr "Lees de documentatie op %(url)s" - -#: ../linkcheck/logger/__init__.py:388 ../linkcheck/logger/text.py:108 -#, python-format -msgid "Write comments and bugs to %(url)s" -msgstr "Opmerkingen en bugs schrijven naar %(url)s" - -#: ../linkcheck/logger/failures.py:47 -#, python-format -msgid "%(blacklist)s file is deprecated please rename to failures" -msgstr "%(blacklist)s bestand is afgeschaft, hernoem naar failures" - -#: ../linkcheck/logger/failures.py:99 -#, python-format -msgid "invalid line starting with '%(linestart)s' in %(failures)s" -msgstr "ongeldige regel die begint met '%(linestart)s' in %(failures)s" - -#: ../linkcheck/logger/text.py:65 -msgid "Invalid value for wraplength. Using default." -msgstr "" - -#: ../linkcheck/logger/text.py:230 -msgid "The check has been interrupted; results are not complete." -msgstr "De controle is onderbroken; resultaten zijn niet compleet." - -#: ../linkcheck/logger/text.py:232 -#, python-format -msgid "%d link" -msgid_plural "%d links" -msgstr[0] "%d link" -msgstr[1] "%d links" - -#: ../linkcheck/logger/text.py:236 -#, python-format -msgid "in %d URL" -msgid_plural "in %d URLs" -msgstr[0] "in %d URL" -msgstr[1] "in %d URL's" - -#: ../linkcheck/logger/text.py:238 -msgid " checked." -msgstr " aangevinkt." - -#: ../linkcheck/logger/text.py:292 -msgid "Statistics:" -msgstr "Statistieken:" - -#: ../linkcheck/logger/text.py:295 -#, python-format -msgid "Downloaded: %s." -msgstr "Gedownload: %s." - -#: ../linkcheck/__init__.py:77 -#, python-format -msgid "Link pattern %r strict=%s" -msgstr "" - -#: ../linkcheck/__init__.py:87 -#, fuzzy, python-format -msgid "invalid regular expression %r: %s" -msgstr "ongeldig recursieniveau %r" - -#: ../linkcheck/__init__.py:111 -msgid "CRITICAL" -msgstr "KRITIEK" - -#: ../linkcheck/__init__.py:112 -msgid "ERROR" -msgstr "FOUT" - -#: ../linkcheck/__init__.py:113 -msgid "WARN" -msgstr "WAARSCHUWEN" - -#: ../linkcheck/__init__.py:114 -msgid "WARNING" -msgstr "WAARSCHUWING" - -#: ../linkcheck/__init__.py:115 -msgid "INFO" -msgstr "INFO" - -#: ../linkcheck/__init__.py:116 -msgid "DEBUG" -msgstr "FOUTOPSPORING" - -#: ../linkcheck/__init__.py:117 -msgid "NOTSET" -msgstr "NOT SET" - -#: ../linkcheck/plugins/sslcertcheck.py:70 -msgid "certificate did not include \"notAfter\" information" -msgstr "certificaat bevat geen \"notAfter\" informatie" - -#: ../linkcheck/plugins/sslcertcheck.py:73 -msgid "SSL verification is disabled; enable the sslverify option" -msgstr "SSL-verificatie is uitgeschakeld; de optie sslverify inschakelen" - -#: ../linkcheck/plugins/sslcertcheck.py:85 -#, python-format -msgid "Invalid SSL certificate \"notAfter\" value %r" -msgstr "Ongeldig SSL-certificaat \"notAfter\" waarde %r" - -#: ../linkcheck/plugins/sslcertcheck.py:94 -#, python-format -msgid "SSL certificate is expired on %(expire)s." -msgstr "SSL-certificaat is verlopen op %(expire)s." - -#: ../linkcheck/plugins/sslcertcheck.py:100 -#, python-format -msgid "SSL certificate expires on %(expire)s and is only %(valid)s valid." -msgstr "" -"SSL-certificaat verloopt op %(expire)s en is alleen geldig voor %(valid)s." - -#: ../linkcheck/plugins/sslcertcheck.py:104 -#, python-format -msgid "SSL certificate expires on %(expire)s and is %(valid)s valid." -msgstr "SSL-certificaat verloopt op %(expire)s en is %(valid)s geldig." - -#: ../linkcheck/plugins/syntaxchecks.py:56 -msgid "HTML syntax check plugin is broken. Fixes welcome." -msgstr "HTML syntax check plugin is kapot. Fixes welkom." - -#: ../linkcheck/plugins/syntaxchecks.py:74 -msgid "valid HTML syntax" -msgstr "geldige HTML-syntaxis" - -#: ../linkcheck/plugins/syntaxchecks.py:81 -#, python-format -msgid "HTML syntax check plugin error: %(msg)s " -msgstr "HTML-syntaxiscontrole-plugin fout: %(msg)s " - -#: ../linkcheck/plugins/syntaxchecks.py:114 -msgid "valid CSS syntax" -msgstr "geldige CSS-syntaxis" - -#: ../linkcheck/plugins/syntaxchecks.py:121 -#, python-format -msgid "CSS syntax check plugin error: %(msg)s " -msgstr "CSS syntaxiscontrole-plugin fout: %(msg)s " - -#: ../linkcheck/plugins/syntaxchecks.py:132 -#, python-format -msgid "%(w3type)s validation error at line %(line)s col %(column)s: %(msg)s" -msgstr "%(w3type)s validatiefout bij regel %(line)s col %(column)s: %(msg)s" - -#: ../linkcheck/plugins/syntaxchecks.py:136 -#, python-format -msgid "%(w3type)s validation error at line %(line)s: %(msg)s" -msgstr "%(w3type)s validatiefout bij regel %(line)s: %(msg)s" - -#: ../linkcheck/plugins/anchorcheck.py:70 -#, python-format -msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." -msgstr "Anker '%(name)s' (gedecodeerd: '%(decoded)s') niet gevonden." - -#: ../linkcheck/plugins/anchorcheck.py:71 -#, python-format -msgid "Available anchors: %(anchors)s." -msgstr "Beschikbare ankers: %(anchors)s." - -#: ../linkcheck/plugins/regexcheck.py:45 -#: ../linkcheck/plugins/markdowncheck.py:88 -#, fuzzy, python-format -msgid "Invalid regex pattern %r: %s" -msgstr "ongeldige lege waarde voor %s: %s\n" - -#: ../linkcheck/plugins/regexcheck.py:61 -#, python-format -msgid "Found %(match)r at line %(line)d in link contents." -msgstr "Gevonden %(match)r bij regel %(line)d in de inhoud van de koppeling." - -#: ../linkcheck/plugins/viruscheck.py:101 -msgid "clamd is not ready for stream scanning" -msgstr "clamd is niet klaar voor stream scanning" - -#: ../linkcheck/plugins/viruscheck.py:160 -msgid "ScannerDaemonOutputFormat must be disabled" -msgstr "ScannerDaemonOutputFormat moet zijn uitgeschakeld" - -#: ../linkcheck/plugins/viruscheck.py:163 -msgid "only one of TCPSocket and LocalSocket must be enabled" -msgstr "slechts één van TCPSocket en LocalSocket moet ingeschakeld zijn" - -#: ../linkcheck/plugins/viruscheck.py:193 -msgid "one of TCPSocket or LocalSocket must be enabled" -msgstr "één van TCPSocket of LocalSocket moet ingeschakeld zijn" - -#: ../linkcheck/plugins/viruscheck.py:229 -msgid "Could not connect to ClamAV daemon." -msgstr "Kon geen verbinding maken met ClamAV daemon." - -#: ../linkcheck/plugins/locationinfo.py:46 -#, python-format -msgid "URL is located in %(location)s." -msgstr "URL bevindt zich in %(location)s." - -#: ../linkcheck/director/__init__.py:36 -#, python-format -msgid "Problem using login URL: %(msg)s." -msgstr "Fout met login URL: %(msg)s." - -#: ../linkcheck/director/__init__.py:39 -#, python-format -msgid "Error using login URL: %(msg)s." -msgstr "Fout met login URL: %(msg)s." - -#: ../linkcheck/director/__init__.py:44 -#, python-format -msgid "Error starting log output: %(msg)s." -msgstr "Fout startlogboekuitvoer: %(msg)s." - -#: ../linkcheck/director/__init__.py:60 -msgid "" -"Could not start a new thread. Check that the current user is allowed to " -"start new threads." -msgstr "" -"Kon niet beginnen met een nieuwe draad. Controleer of de huidige gebruiker " -"nieuwe threads mag starten." - -#: ../linkcheck/director/__init__.py:93 -msgid "interrupt; waiting for active threads to finish" -msgstr "onderbreking; wachten op actieve threads te voltooien" - -#: ../linkcheck/director/__init__.py:94 -msgid "another interrupt will exit immediately" -msgstr "een andere interrupt zal onmiddellijk afsluiten" - -#: ../linkcheck/director/__init__.py:110 -msgid "user abort; force shutdown" -msgstr "gebruikersafboren; force shutdown" - -#: ../linkcheck/director/aggregator.py:182 -msgid "These URLs are still active:" -msgstr "Deze URL's zijn nog steeds actief:" - -#: ../linkcheck/director/aggregator.py:194 -#, python-format -msgid "" -"%(num)d URLs are still active. After a timeout of %(timeout)s the active " -"URLs will stop." -msgstr "" -"%(num)d URL's zijn nog steeds actief. Na een time-out van %(timeout)s " -"stoppen de actieve URL's." - #: ../linkcheck/director/console.py:38 #, python-format msgid "%2d thread active" @@ -661,15 +115,121 @@ msgstr "sys.argv:" msgid "released" msgstr "vrijgegeven" -#: ../linkcheck/cmdline.py:61 -#, python-format -msgid "Error: %(msg)s" -msgstr "Fout: %(msg)s" +#: ../linkcheck/director/aggregator.py:54 +#, fuzzy, python-format +msgid "Could not parse cookie file: %s. %s" +msgstr "Kan cookie-bestand %s niet lezen" -#: ../linkcheck/cmdline.py:63 +#: ../linkcheck/director/aggregator.py:188 +msgid "These URLs are still active:" +msgstr "Deze URL's zijn nog steeds actief:" + +#: ../linkcheck/director/aggregator.py:200 #, python-format -msgid "Execute '%(program)s -h' for help" -msgstr "Voer '%(program)s -h' uit voor hulp" +msgid "" +"%(num)d URLs are still active. After a timeout of %(timeout)s the active " +"URLs will stop." +msgstr "" +"%(num)d URL's zijn nog steeds actief. Na een time-out van %(timeout)s " +"stoppen de actieve URL's." + +#: ../linkcheck/director/__init__.py:36 +#, python-format +msgid "Problem using login URL: %(msg)s." +msgstr "Fout met login URL: %(msg)s." + +#: ../linkcheck/director/__init__.py:39 +#, python-format +msgid "Error using login URL: %(msg)s." +msgstr "Fout met login URL: %(msg)s." + +#: ../linkcheck/director/__init__.py:44 +#, python-format +msgid "Error starting log output: %(msg)s." +msgstr "Fout startlogboekuitvoer: %(msg)s." + +#: ../linkcheck/director/__init__.py:60 +msgid "" +"Could not start a new thread. Check that the current user is allowed to " +"start new threads." +msgstr "" +"Kon niet beginnen met een nieuwe draad. Controleer of de huidige gebruiker " +"nieuwe threads mag starten." + +#: ../linkcheck/director/__init__.py:93 +msgid "interrupt; waiting for active threads to finish" +msgstr "onderbreking; wachten op actieve threads te voltooien" + +#: ../linkcheck/director/__init__.py:94 +msgid "another interrupt will exit immediately" +msgstr "een andere interrupt zal onmiddellijk afsluiten" + +#: ../linkcheck/director/__init__.py:110 +msgid "user abort; force shutdown" +msgstr "gebruikersafboren; force shutdown" + +#: ../linkcheck/command/setup_config.py:49 +msgid "Running with python -O disables debugging." +msgstr "Uitvoeren met python -O schakelt foutopsporing uit." + +#: ../linkcheck/command/setup_config.py:81 +#, python-format +msgid "blacklist is deprecated for option %(option)s, using failures instead" +msgstr "" +"blacklist is afgeschaft voor optie %(option)s, inplaats hiervan worden " +"failures gebruikt" + +#: ../linkcheck/command/setup_config.py:87 +#: ../linkcheck/command/setup_config.py:133 +#, python-format +msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" +msgstr "Onbekend loggertype %(type)r in %(output)r voor optie %(option)s" + +#: ../linkcheck/command/setup_config.py:94 +#: ../linkcheck/command/setup_config.py:144 +#, python-format +msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" +msgstr "Onbekende codering %(encoding)r in %(output)r voor optie %(option)s" + +#: ../linkcheck/command/setup_config.py:127 +#, python-format +msgid "" +"blacklist logger is deprecated for option %(option)s, using failures instead" +msgstr "" +"blacklist logger is afgeschaft voor optie %(option)s, inplaats hiervan " +"worden failures gebruikt" + +#: ../linkcheck/command/setup_config.py:159 +#, python-format +msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" +msgstr "" +"Voer het HTTP/FTP-wachtwoord van LinkChecker in voor gebruikers %(user)s:" + +#: ../linkcheck/command/setup_config.py:163 +msgid "Enter LinkChecker HTTP/FTP password:" +msgstr "Voer het HTTP/FTP-wachtwoord van LinkChecker in:" + +#: ../linkcheck/command/setup_config.py:181 +#, python-format +msgid "Illegal argument %(arg)r for option %(option)s" +msgstr "Illegaal argument %(arg)r voor optie %(option)s" + +#: ../linkcheck/command/setup_config.py:198 +#, python-format +msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" +msgstr "" +"Voer het wachtwoord van LinkChecker in voor gebruikers %(user)s bij " +"%(strpattern)s:" + +#: ../linkcheck/command/setup_config.py:207 +#, fuzzy, python-format +msgid "Cookie file %s does not exist." +msgstr "Configuratiebestand %r bestaat niet." + +#: ../linkcheck/command/setup_config.py:210 +#, python-format +msgid "Could not read cookie file %s" +msgstr "Kan cookie-bestand %s niet lezen" #: ../linkcheck/command/arg_parser.py:28 #, fuzzy @@ -1190,64 +750,6 @@ msgstr "" "de huidige\n" "versie van LinkChecker." -#: ../linkcheck/command/setup_config.py:49 -msgid "Running with python -O disables debugging." -msgstr "Uitvoeren met python -O schakelt foutopsporing uit." - -#: ../linkcheck/command/setup_config.py:81 -#, python-format -msgid "blacklist is deprecated for option %(option)s, using failures instead" -msgstr "" -"blacklist is afgeschaft voor optie %(option)s, inplaats hiervan worden " -"failures gebruikt" - -#: ../linkcheck/command/setup_config.py:87 -#: ../linkcheck/command/setup_config.py:133 -#, python-format -msgid "Unknown logger type %(type)r in %(output)r for option %(option)s" -msgstr "Onbekend loggertype %(type)r in %(output)r voor optie %(option)s" - -#: ../linkcheck/command/setup_config.py:94 -#: ../linkcheck/command/setup_config.py:144 -#, python-format -msgid "Unknown encoding %(encoding)r in %(output)r for option %(option)s" -msgstr "Onbekende codering %(encoding)r in %(output)r voor optie %(option)s" - -#: ../linkcheck/command/setup_config.py:127 -#, python-format -msgid "" -"blacklist logger is deprecated for option %(option)s, using failures instead" -msgstr "" -"blacklist logger is afgeschaft voor optie %(option)s, inplaats hiervan " -"worden failures gebruikt" - -#: ../linkcheck/command/setup_config.py:159 -#, python-format -msgid "Enter LinkChecker HTTP/FTP password for user %(user)s:" -msgstr "" -"Voer het HTTP/FTP-wachtwoord van LinkChecker in voor gebruikers %(user)s:" - -#: ../linkcheck/command/setup_config.py:163 -msgid "Enter LinkChecker HTTP/FTP password:" -msgstr "Voer het HTTP/FTP-wachtwoord van LinkChecker in:" - -#: ../linkcheck/command/setup_config.py:181 -#, python-format -msgid "Illegal argument %(arg)r for option %(option)s" -msgstr "Illegaal argument %(arg)r voor optie %(option)s" - -#: ../linkcheck/command/setup_config.py:200 -#, python-format -msgid "Enter LinkChecker password for user %(user)s at %(strpattern)s:" -msgstr "" -"Voer het wachtwoord van LinkChecker in voor gebruikers %(user)s bij " -"%(strpattern)s:" - -#: ../linkcheck/command/setup_config.py:210 -#, python-format -msgid "Could not read cookie file %s" -msgstr "Kan cookie-bestand %s niet lezen" - #: ../linkcheck/command/linkchecker.py:50 msgid "Running as root user; dropping privileges by changing user to nobody." msgstr "" @@ -1259,16 +761,21 @@ msgstr "" msgid "Invalid debug level %(level)r" msgstr "Ongeldig debugniveau %(level)r" -#: ../linkcheck/command/linkchecker.py:142 -#, python-format -msgid "Unreadable config file: %r" -msgstr "Onleesbaar config-bestand: %r" +#: ../linkcheck/command/linkchecker.py:140 +#, fuzzy, python-format +msgid "Config file %s does not exist." +msgstr "Configuratiebestand %r bestaat niet." -#: ../linkcheck/command/linkchecker.py:173 +#: ../linkcheck/command/linkchecker.py:143 +#, fuzzy, python-format +msgid "Could not read config file %s." +msgstr "Kan cookie-bestand %s niet lezen" + +#: ../linkcheck/command/linkchecker.py:176 msgid "no files or URLs given" msgstr "geen bestanden of URL's gegeven" -#: ../linkcheck/command/linkchecker.py:181 +#: ../linkcheck/command/linkchecker.py:184 #, python-format msgid "" "Overwrite profiling file %(file)r?\n" @@ -1277,11 +784,11 @@ msgstr "" "Overschrijven profilering bestand %(file)r?\n" "Druk op Ctrl-C om te annuleren, RETURN om door te gaan." -#: ../linkcheck/command/linkchecker.py:189 +#: ../linkcheck/command/linkchecker.py:192 msgid "Canceled." msgstr "Geannuleerd." -#: ../linkcheck/command/linkchecker.py:196 +#: ../linkcheck/command/linkchecker.py:199 msgid "" "The `yappi' Python module is not installed, therefore the --profile option " "is disabled." @@ -1289,74 +796,15 @@ msgstr "" "De 'yappi' Python module is niet geïnstalleerd, daarom is de --profiel optie " "uitgeschakeld." -#: ../linkcheck/command/linkchecker.py:215 +#: ../linkcheck/command/linkchecker.py:218 msgid "Dumping memory statistics..." msgstr "Dumping geheugen statistieken ..." -#: ../linkcheck/command/linkchecker.py:217 +#: ../linkcheck/command/linkchecker.py:220 #, python-format msgid "The memory dump has been written to `%(filename)s'." msgstr "De geheugendump is geschreven naar '%(filename)s'." -#: ../linkcheck/loader.py:40 -#, python-format -msgid "WARN: could not load module %s: %s" -msgstr "" - -#: ../linkcheck/loader.py:57 -#, fuzzy, python-format -msgid "WARN: could not load file %s: %s" -msgstr "Kan cookie-bestand %s niet lezen" - -#: ../linkcheck/strformat.py:164 -#, python-format -msgid "%(prefix)s%(duration).02f seconds" -msgstr "%(prefix)s%(duration).02f seconden" - -#: ../linkcheck/strformat.py:169 -#, python-format -msgid "%d second" -msgid_plural "%d seconds" -msgstr[0] "%d seconde" -msgstr[1] "%d seconden" - -#: ../linkcheck/strformat.py:170 -#, python-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d minuut" -msgstr[1] "%d minuten" - -#: ../linkcheck/strformat.py:171 -#, python-format -msgid "%d hour" -msgid_plural "%d hours" -msgstr[0] "%d uur" -msgstr[1] "%d uren" - -#: ../linkcheck/strformat.py:172 -#, python-format -msgid "%d day" -msgid_plural "%d days" -msgstr[0] "%d dag" -msgstr[1] "%d dagen" - -#: ../linkcheck/strformat.py:173 -#, python-format -msgid "%d year" -msgid_plural "%d years" -msgstr[0] "%d jaar" -msgstr[1] "%d jaren" - -#: ../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 "" -"Kan geen %(module)s importeren voor %(feature)s. Installeer %(module)s van " -"%(url)s om deze functie te gebruiken." - #: ../linkcheck/lc_cgi.py:215 #, fuzzy, python-format msgid "could not set locale %r: %s" @@ -1426,39 +874,539 @@ msgstr "" "\n" "" -#: ../linkcheck/checker/httpurl.py:138 -msgid "Access denied by robots.txt, checked only syntax." -msgstr "Toegang geweigerd door robots.txt, alleen syntaxis gecontroleerd." - -#: ../linkcheck/checker/httpurl.py:139 -msgid "syntax OK" -msgstr "syntaxis OK" - -#: ../linkcheck/checker/httpurl.py:283 +#: ../linkcheck/plugins/markdowncheck.py:88 +#: ../linkcheck/plugins/regexcheck.py:45 #, fuzzy, python-format -msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." -msgstr "Doorgestuurd naar `%(url)s'." +msgid "Invalid regex pattern %r: %s" +msgstr "ongeldige lege waarde voor %s: %s\n" -#: ../linkcheck/checker/httpurl.py:336 -msgid "OK" -msgstr "OK" +#: ../linkcheck/plugins/sslcertcheck.py:70 +msgid "certificate did not include \"notAfter\" information" +msgstr "certificaat bevat geen \"notAfter\" informatie" -#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 -msgid "File size too large" -msgstr "Bestand te groot" +#: ../linkcheck/plugins/sslcertcheck.py:73 +msgid "SSL verification is disabled; enable the sslverify option" +msgstr "SSL-verificatie is uitgeschakeld; de optie sslverify inschakelen" -#: ../linkcheck/checker/unknownurl.py:32 +#: ../linkcheck/plugins/sslcertcheck.py:85 #, python-format -msgid "%(scheme)s URL ignored." -msgstr "URL van %(scheme)s genegeerd." +msgid "Invalid SSL certificate \"notAfter\" value %r" +msgstr "Ongeldig SSL-certificaat \"notAfter\" waarde %r" -#: ../linkcheck/checker/unknownurl.py:34 -msgid "ignored" -msgstr "genegeerd" +#: ../linkcheck/plugins/sslcertcheck.py:94 +#, python-format +msgid "SSL certificate is expired on %(expire)s." +msgstr "SSL-certificaat is verlopen op %(expire)s." -#: ../linkcheck/checker/unknownurl.py:36 -msgid "URL is unrecognized or has invalid syntax" -msgstr "URL is niet herkend of heeft ongeldige syntaxis" +#: ../linkcheck/plugins/sslcertcheck.py:100 +#, python-format +msgid "SSL certificate expires on %(expire)s and is only %(valid)s valid." +msgstr "" +"SSL-certificaat verloopt op %(expire)s en is alleen geldig voor %(valid)s." + +#: ../linkcheck/plugins/sslcertcheck.py:104 +#, python-format +msgid "SSL certificate expires on %(expire)s and is %(valid)s valid." +msgstr "SSL-certificaat verloopt op %(expire)s en is %(valid)s geldig." + +#: ../linkcheck/plugins/sslcertcheck.py:118 +#: ../linkcheck/configuration/confparse.py:98 +#: ../linkcheck/configuration/confparse.py:116 +#, python-format +msgid "invalid value for %s: %d must not be less than %d" +msgstr "ongeldige waarde voor %s: %d mag niet lager zijn dan %d" + +#: ../linkcheck/plugins/viruscheck.py:101 +msgid "clamd is not ready for stream scanning" +msgstr "clamd is niet klaar voor stream scanning" + +#: ../linkcheck/plugins/viruscheck.py:160 +msgid "ScannerDaemonOutputFormat must be disabled" +msgstr "ScannerDaemonOutputFormat moet zijn uitgeschakeld" + +#: ../linkcheck/plugins/viruscheck.py:163 +msgid "only one of TCPSocket and LocalSocket must be enabled" +msgstr "slechts één van TCPSocket en LocalSocket moet ingeschakeld zijn" + +#: ../linkcheck/plugins/viruscheck.py:193 +msgid "one of TCPSocket or LocalSocket must be enabled" +msgstr "één van TCPSocket of LocalSocket moet ingeschakeld zijn" + +#: ../linkcheck/plugins/viruscheck.py:229 +msgid "Could not connect to ClamAV daemon." +msgstr "Kon geen verbinding maken met ClamAV daemon." + +#: ../linkcheck/plugins/locationinfo.py:46 +#, python-format +msgid "URL is located in %(location)s." +msgstr "URL bevindt zich in %(location)s." + +#: ../linkcheck/plugins/regexcheck.py:61 +#, python-format +msgid "Found %(match)r at line %(line)d in link contents." +msgstr "Gevonden %(match)r bij regel %(line)d in de inhoud van de koppeling." + +#: ../linkcheck/plugins/syntaxchecks.py:56 +msgid "HTML syntax check plugin is broken. Fixes welcome." +msgstr "HTML syntax check plugin is kapot. Fixes welkom." + +#: ../linkcheck/plugins/syntaxchecks.py:74 +msgid "valid HTML syntax" +msgstr "geldige HTML-syntaxis" + +#: ../linkcheck/plugins/syntaxchecks.py:81 +#, python-format +msgid "HTML syntax check plugin error: %(msg)s " +msgstr "HTML-syntaxiscontrole-plugin fout: %(msg)s " + +#: ../linkcheck/plugins/syntaxchecks.py:114 +msgid "valid CSS syntax" +msgstr "geldige CSS-syntaxis" + +#: ../linkcheck/plugins/syntaxchecks.py:121 +#, python-format +msgid "CSS syntax check plugin error: %(msg)s " +msgstr "CSS syntaxiscontrole-plugin fout: %(msg)s " + +#: ../linkcheck/plugins/syntaxchecks.py:132 +#, python-format +msgid "%(w3type)s validation error at line %(line)s col %(column)s: %(msg)s" +msgstr "%(w3type)s validatiefout bij regel %(line)s col %(column)s: %(msg)s" + +#: ../linkcheck/plugins/syntaxchecks.py:136 +#, python-format +msgid "%(w3type)s validation error at line %(line)s: %(msg)s" +msgstr "%(w3type)s validatiefout bij regel %(line)s: %(msg)s" + +#: ../linkcheck/plugins/anchorcheck.py:70 +#, python-format +msgid "Anchor `%(name)s' (decoded: `%(decoded)s') not found." +msgstr "Anker '%(name)s' (gedecodeerd: '%(decoded)s') niet gevonden." + +#: ../linkcheck/plugins/anchorcheck.py:71 +#, python-format +msgid "Available anchors: %(anchors)s." +msgstr "Beschikbare ankers: %(anchors)s." + +#: ../linkcheck/logger/text.py:65 +msgid "Invalid value for wraplength. Using default." +msgstr "" + +#: ../linkcheck/logger/text.py:105 ../linkcheck/logger/__init__.py:385 +#, python-format +msgid "Read the documentation at %(url)s" +msgstr "Lees de documentatie op %(url)s" + +#: ../linkcheck/logger/text.py:108 ../linkcheck/logger/__init__.py:388 +#, python-format +msgid "Write comments and bugs to %(url)s" +msgstr "Opmerkingen en bugs schrijven naar %(url)s" + +#: ../linkcheck/logger/text.py:112 ../linkcheck/logger/html.py:127 +#, python-format +msgid "Start checking at %s" +msgstr "Begin met controleren op %s" + +#: ../linkcheck/logger/text.py:165 ../linkcheck/logger/html.py:203 +#, python-format +msgid ", line %d" +msgstr ", regel %d" + +#: ../linkcheck/logger/text.py:167 ../linkcheck/logger/html.py:205 +#, python-format +msgid ", col %d" +msgstr ", kolom %d" + +#: ../linkcheck/logger/text.py:169 ../linkcheck/logger/html.py:207 +#, python-format +msgid ", page %d" +msgstr ", pagina %d" + +#: ../linkcheck/logger/text.py:185 ../linkcheck/logger/text.py:195 +#: ../linkcheck/logger/html.py:246 ../linkcheck/logger/html.py:266 +#, python-format +msgid "%.3f seconds" +msgstr "%.3f seconden" + +#: ../linkcheck/logger/text.py:218 ../linkcheck/logger/html.py:311 +msgid "Valid" +msgstr "Geldig" + +#: ../linkcheck/logger/text.py:221 ../linkcheck/logger/html.py:316 +msgid "Error" +msgstr "Fout" + +#: ../linkcheck/logger/text.py:230 +msgid "The check has been interrupted; results are not complete." +msgstr "De controle is onderbroken; resultaten zijn niet compleet." + +#: ../linkcheck/logger/text.py:231 ../linkcheck/logger/html.py:349 +msgid "That's it." +msgstr "Dat was het." + +#: ../linkcheck/logger/text.py:232 +#, python-format +msgid "%d link" +msgid_plural "%d links" +msgstr[0] "%d link" +msgstr[1] "%d links" + +#: ../linkcheck/logger/text.py:236 +#, python-format +msgid "in %d URL" +msgid_plural "in %d URLs" +msgstr[0] "in %d URL" +msgstr[1] "in %d URL's" + +#: ../linkcheck/logger/text.py:238 +msgid " checked." +msgstr " aangevinkt." + +#: ../linkcheck/logger/text.py:240 ../linkcheck/logger/html.py:357 +#, python-format +msgid "%d warning found" +msgid_plural "%d warnings found" +msgstr[0] "%d waarschuwing gevonden" +msgstr[1] "%d waarschuwingen gevonden" + +#: ../linkcheck/logger/text.py:250 ../linkcheck/logger/html.py:362 +#, python-format +msgid " (%d ignored or duplicates not printed)" +msgstr " (%d genegeerd of duplicaten niet afgedrukt)" + +#: ../linkcheck/logger/text.py:255 ../linkcheck/logger/html.py:367 +#, python-format +msgid "%d error found" +msgid_plural "%d errors found" +msgstr[0] "%d fout gevonden" +msgstr[1] "%d fouten gevonden" + +#: ../linkcheck/logger/text.py:265 ../linkcheck/logger/html.py:372 +#, python-format +msgid " (%d duplicates not printed)" +msgstr " (%d duplicaten niet afgedrukt)" + +#: ../linkcheck/logger/text.py:273 ../linkcheck/logger/html.py:381 +#, python-format +msgid "There was %(num)d internal error." +msgid_plural "There were %(num)d internal errors." +msgstr[0] "Er was een interne fout %(num)d." +msgstr[1] "Er waren interne fouten %(num)d." + +#: ../linkcheck/logger/text.py:282 ../linkcheck/logger/html.py:391 +#: ../linkcheck/logger/__init__.py:397 +#, python-format +msgid "Stopped checking at %(time)s (%(duration)s)" +msgstr "Gestopt met controleren bij %(time)s (%(duration)s)" + +#: ../linkcheck/logger/text.py:292 +msgid "Statistics:" +msgstr "Statistieken:" + +#: ../linkcheck/logger/text.py:295 +#, python-format +msgid "Downloaded: %s." +msgstr "Gedownload: %s." + +#: ../linkcheck/logger/text.py:300 ../linkcheck/logger/html.py:327 +#, 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 "" +"Inhoudstypen: %(image)d image, %(text)d text, %(video)d video, %(audio)d " +"audio, %(application)d application, %(mail)d mail en %(other)d other." + +#: ../linkcheck/logger/text.py:307 ../linkcheck/logger/html.py:335 +#, python-format +msgid "URL lengths: min=%(min)d, max=%(max)d, avg=%(avg)d." +msgstr "URL lengtes: min=%(min)d, max=%(max)d, avg=%(avg)d." + +#: ../linkcheck/logger/text.py:315 ../linkcheck/logger/html.py:343 +msgid "No statistics available since no URLs were checked." +msgstr "" +"Er zijn geen statistieken beschikbaar omdat er geen URL's zijn gecontroleerd." + +#: ../linkcheck/logger/html.py:323 +msgid "Statistics" +msgstr "Statistieken" + +#: ../linkcheck/logger/html.py:352 +#, python-format +msgid "%d link checked." +msgid_plural "%d links checked." +msgstr[0] "%d link gecontroleerd." +msgstr[1] "%d links gecontroleerd." + +#: ../linkcheck/logger/html.py:401 +#, python-format +msgid "Read the documentation at %s" +msgstr "Lees de documentatie op %s" + +#: ../linkcheck/logger/html.py:411 +#, python-format +msgid "Write comments and bugs to %s" +msgstr "Schrijf opmerkingen en bugs naar %s" + +#: ../linkcheck/logger/__init__.py:31 +msgid "Real URL" +msgstr "Echte URL" + +#: ../linkcheck/logger/__init__.py:32 +msgid "Cache key" +msgstr "Cachesleutel" + +#: ../linkcheck/logger/__init__.py:33 +msgid "Result" +msgstr "Resultaat" + +#: ../linkcheck/logger/__init__.py:34 +msgid "Base" +msgstr "Basis" + +#: ../linkcheck/logger/__init__.py:35 +msgid "Name" +msgstr "Naam" + +#: ../linkcheck/logger/__init__.py:36 +msgid "Parent URL" +msgstr "Bovenliggende URL" + +#: ../linkcheck/logger/__init__.py:37 +msgid "Extern" +msgstr "Extern" + +#: ../linkcheck/logger/__init__.py:38 +msgid "Info" +msgstr "Info" + +#: ../linkcheck/logger/__init__.py:39 +msgid "Warning" +msgstr "Waarschuwing" + +#: ../linkcheck/logger/__init__.py:40 +msgid "D/L time" +msgstr "D/L-tijd" + +#: ../linkcheck/logger/__init__.py:41 +msgid "Size" +msgstr "Grootte" + +#: ../linkcheck/logger/__init__.py:42 +msgid "Check time" +msgstr "De tijd controleren" + +#: ../linkcheck/logger/__init__.py:43 +msgid "URL" +msgstr "URL" + +#: ../linkcheck/logger/__init__.py:44 +msgid "Level" +msgstr "Niveau" + +#: ../linkcheck/logger/__init__.py:45 +msgid "Modified" +msgstr "Gewijzigd" + +#: ../linkcheck/logger/__init__.py:275 +#, python-format +msgid "Happy birthday for LinkChecker, I'm %d years old today!" +msgstr "" +"Gefeliciteerd met de verjaardag van LinkChecker, ik ben %d jaar oud vandaag!" + +#: ../linkcheck/logger/__init__.py:381 +#, python-format +msgid "created by %(app)s at %(time)s" +msgstr "gemaakt door %(app)s op %(time)s" + +#: ../linkcheck/logger/failures.py:47 +#, python-format +msgid "%(blacklist)s file is deprecated please rename to failures" +msgstr "%(blacklist)s bestand is afgeschaft, hernoem naar failures" + +#: ../linkcheck/logger/failures.py:99 +#, python-format +msgid "invalid line starting with '%(linestart)s' in %(failures)s" +msgstr "ongeldige regel die begint met '%(linestart)s' in %(failures)s" + +#: ../linkcheck/cache/robots_txt.py:77 +#, python-format +msgid "Relative Sitemap %s in %s discarded" +msgstr "Relatieve sitemap %s in %s verwijderd" + +#: ../linkcheck/__init__.py:77 +#, python-format +msgid "Link pattern %r strict=%s" +msgstr "" + +#: ../linkcheck/__init__.py:87 +#, fuzzy, python-format +msgid "invalid regular expression %r: %s" +msgstr "ongeldig recursieniveau %r" + +#: ../linkcheck/__init__.py:111 +msgid "CRITICAL" +msgstr "KRITIEK" + +#: ../linkcheck/__init__.py:112 +msgid "ERROR" +msgstr "FOUT" + +#: ../linkcheck/__init__.py:113 +msgid "WARN" +msgstr "WAARSCHUWEN" + +#: ../linkcheck/__init__.py:114 +msgid "WARNING" +msgstr "WAARSCHUWING" + +#: ../linkcheck/__init__.py:115 +msgid "INFO" +msgstr "INFO" + +#: ../linkcheck/__init__.py:116 +msgid "DEBUG" +msgstr "FOUTOPSPORING" + +#: ../linkcheck/__init__.py:117 +msgid "NOTSET" +msgstr "NOT SET" + +#: ../linkcheck/cookies.py:46 +#, fuzzy +msgid "No entries found" +msgstr "Er is geen NNTP-server gevonden." + +#: ../linkcheck/strformat.py:165 +#, python-format +msgid "%(prefix)s%(duration).02f seconds" +msgstr "%(prefix)s%(duration).02f seconden" + +#: ../linkcheck/strformat.py:170 +#, python-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "%d seconde" +msgstr[1] "%d seconden" + +#: ../linkcheck/strformat.py:171 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuut" +msgstr[1] "%d minuten" + +#: ../linkcheck/strformat.py:172 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d uur" +msgstr[1] "%d uren" + +#: ../linkcheck/strformat.py:173 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dagen" + +#: ../linkcheck/strformat.py:174 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d jaar" +msgstr[1] "%d jaren" + +#: ../linkcheck/strformat.py:245 +#, python-format +msgid "" +"Could not import %(module)s for %(feature)s. Install %(module)s from %(url)s " +"to use this feature." +msgstr "" +"Kan geen %(module)s importeren voor %(feature)s. Installeer %(module)s van " +"%(url)s om deze functie te gebruiken." + +#: ../linkcheck/loader.py:40 +#, python-format +msgid "WARN: could not load module %s: %s" +msgstr "" + +#: ../linkcheck/loader.py:57 +#, fuzzy, python-format +msgid "WARN: could not load file %s: %s" +msgstr "Kan cookie-bestand %s niet lezen" + +#: ../linkcheck/checker/const.py:99 +msgid "The effective URL is different from the original." +msgstr "De effectieve URL is anders dan het origineel." + +#: ../linkcheck/checker/const.py:100 +msgid "Could not get the content of the URL." +msgstr "Kan de content van de URL niet krijgen." + +#: ../linkcheck/checker/const.py:101 +msgid "The URL content size is too large." +msgstr "De grootte van de URL-inhoud is te groot." + +#: ../linkcheck/checker/const.py:102 +msgid "The URL content size is zero." +msgstr "De grootte van de URL-inhoud is nul." + +#: ../linkcheck/checker/const.py:103 +msgid "The URL content type is not parseable." +msgstr "Het URL-inhoudstype kan niet worden geparseerd." + +#: ../linkcheck/checker/const.py:104 +msgid "The URL is longer than the recommended size." +msgstr "De URL is langer dan de aanbevolen grootte." + +#: ../linkcheck/checker/const.py:105 +msgid "The URL contains leading or trailing whitespace." +msgstr "De URL bevat toonaangevende of nakomende spaties." + +#: ../linkcheck/checker/const.py:106 +msgid "The file: URL is missing a trailing slash." +msgstr "Het bestand: URL mist een schuine eindstreep." + +#: ../linkcheck/checker/const.py:108 +msgid "The file: path is not the same as the system specific path." +msgstr "Het bestand: pad is niet hetzelfde als het systeemspecifieke pad." + +#: ../linkcheck/checker/const.py:111 +msgid "A local directory with an anchor, not supported by AnchorCheck." +msgstr "Een lokale directory met een anker, niet ondersteund door AnchorCheck." + +#: ../linkcheck/checker/const.py:112 +msgid "The ftp: URL is missing a trailing slash." +msgstr "De ftp: URL mist een afsluitende schuine streep." + +#: ../linkcheck/checker/const.py:113 +msgid "The URL had no content." +msgstr "De URL had geen inhoud." + +#: ../linkcheck/checker/const.py:114 +msgid "An error occurred while storing a cookie." +msgstr "Er is een fout opgetreden tijdens het opslaan van een cookie." + +#: ../linkcheck/checker/const.py:115 +msgid "The URL request was rate limited." +msgstr "Het URL-verzoek was beperkt." + +#: ../linkcheck/checker/const.py:116 +msgid "Redirected to a different URL." +msgstr "" + +#: ../linkcheck/checker/const.py:117 +msgid "The mail MX host could not be found." +msgstr "De E-mail MX-host kon niet worden gevonden." + +#: ../linkcheck/checker/const.py:118 +msgid "The IP is obfuscated." +msgstr "De IP is verborgen." + +#: ../linkcheck/checker/const.py:119 +msgid "XML could not be parsed." +msgstr "XML kon niet worden ontleed." #: ../linkcheck/checker/mailtourl.py:88 #, python-format @@ -1586,6 +1534,10 @@ msgstr "%(host)s opgelost voor IPS %(ips)s" msgid "%(host)r could not be resolved" msgstr "%(host)r kan niet worden opgelost" +#: ../linkcheck/checker/itmsservicesurl.py:31 +msgid "Missing required url parameter" +msgstr "Ontbrekende vereiste url-parameter" + #: ../linkcheck/checker/ftpurl.py:75 msgid "Got no answer from FTP server" msgstr "Heb je geen antwoord van FTP-server" @@ -1603,6 +1555,19 @@ msgstr "Ontbrekende eind schuine streep voor folder in ftp url." msgid "FTP file size too large" msgstr "FTP-bestandsgrootte te groot" +#: ../linkcheck/checker/unknownurl.py:32 +#, python-format +msgid "%(scheme)s URL ignored." +msgstr "URL van %(scheme)s genegeerd." + +#: ../linkcheck/checker/unknownurl.py:34 +msgid "ignored" +msgstr "genegeerd" + +#: ../linkcheck/checker/unknownurl.py:36 +msgid "URL is unrecognized or has invalid syntax" +msgstr "URL is niet herkend of heeft ongeldige syntaxis" + #: ../linkcheck/checker/fileurl.py:142 #, python-format msgid "Could not get current working directory: %(msg)s" @@ -1642,81 +1607,26 @@ msgstr "" "URL `%s' is een directory met een anker. Bij het controleren van lokale " "bestanden ondersteunt AnchorCheck geen ankers voor mappen." -#: ../linkcheck/checker/itmsservicesurl.py:31 -msgid "Missing required url parameter" -msgstr "Ontbrekende vereiste url-parameter" +#: ../linkcheck/checker/httpurl.py:138 +msgid "Access denied by robots.txt, checked only syntax." +msgstr "Toegang geweigerd door robots.txt, alleen syntaxis gecontroleerd." -#: ../linkcheck/checker/const.py:99 -msgid "The effective URL is different from the original." -msgstr "De effectieve URL is anders dan het origineel." +#: ../linkcheck/checker/httpurl.py:139 +msgid "syntax OK" +msgstr "syntaxis OK" -#: ../linkcheck/checker/const.py:100 -msgid "Could not get the content of the URL." -msgstr "Kan de content van de URL niet krijgen." +#: ../linkcheck/checker/httpurl.py:283 +#, fuzzy, python-format +msgid "Redirected to `%(url)s' status: %(code)d %(reason)s." +msgstr "Doorgestuurd naar `%(url)s'." -#: ../linkcheck/checker/const.py:101 -msgid "The URL content size is too large." -msgstr "De grootte van de URL-inhoud is te groot." +#: ../linkcheck/checker/httpurl.py:336 +msgid "OK" +msgstr "OK" -#: ../linkcheck/checker/const.py:102 -msgid "The URL content size is zero." -msgstr "De grootte van de URL-inhoud is nul." - -#: ../linkcheck/checker/const.py:103 -msgid "The URL content type is not parseable." -msgstr "Het URL-inhoudstype kan niet worden geparseerd." - -#: ../linkcheck/checker/const.py:104 -msgid "The URL is longer than the recommended size." -msgstr "De URL is langer dan de aanbevolen grootte." - -#: ../linkcheck/checker/const.py:105 -msgid "The URL contains leading or trailing whitespace." -msgstr "De URL bevat toonaangevende of nakomende spaties." - -#: ../linkcheck/checker/const.py:106 -msgid "The file: URL is missing a trailing slash." -msgstr "Het bestand: URL mist een schuine eindstreep." - -#: ../linkcheck/checker/const.py:108 -msgid "The file: path is not the same as the system specific path." -msgstr "Het bestand: pad is niet hetzelfde als het systeemspecifieke pad." - -#: ../linkcheck/checker/const.py:111 -msgid "A local directory with an anchor, not supported by AnchorCheck." -msgstr "Een lokale directory met een anker, niet ondersteund door AnchorCheck." - -#: ../linkcheck/checker/const.py:112 -msgid "The ftp: URL is missing a trailing slash." -msgstr "De ftp: URL mist een afsluitende schuine streep." - -#: ../linkcheck/checker/const.py:113 -msgid "The URL had no content." -msgstr "De URL had geen inhoud." - -#: ../linkcheck/checker/const.py:114 -msgid "An error occurred while storing a cookie." -msgstr "Er is een fout opgetreden tijdens het opslaan van een cookie." - -#: ../linkcheck/checker/const.py:115 -msgid "The URL request was rate limited." -msgstr "Het URL-verzoek was beperkt." - -#: ../linkcheck/checker/const.py:116 -msgid "Redirected to a different URL." -msgstr "" - -#: ../linkcheck/checker/const.py:117 -msgid "The mail MX host could not be found." -msgstr "De E-mail MX-host kon niet worden gevonden." - -#: ../linkcheck/checker/const.py:118 -msgid "The IP is obfuscated." -msgstr "De IP is verborgen." - -#: ../linkcheck/checker/const.py:119 -msgid "XML could not be parsed." -msgstr "XML kon niet worden ontleed." +#: ../linkcheck/checker/httpurl.py:348 ../linkcheck/checker/urlbase.py:776 +msgid "File size too large" +msgstr "Bestand te groot" #: ../linkcheck/checker/urlbase.py:79 #, python-format @@ -1799,59 +1709,174 @@ msgstr "De content grootte is nul." msgid "URL has unparsable domain name: %(domain)s" msgstr "URL heeft unparsable domeinnaam: %(domain)s" -#: ../linkcheck/cache/robots_txt.py:77 +#: ../linkcheck/cmdline.py:61 #, python-format -msgid "Relative Sitemap %s in %s discarded" -msgstr "Relatieve sitemap %s in %s verwijderd" +msgid "Error: %(msg)s" +msgstr "Fout: %(msg)s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:299 +#: ../linkcheck/cmdline.py:63 +#, python-format +msgid "Execute '%(program)s -h' for help" +msgstr "Voer '%(program)s -h' uit voor hulp" + +#: ../linkcheck/configuration/__init__.py:226 +#, python-format +msgid "Configuration file %r does not exist." +msgstr "Configuratiebestand %r bestaat niet." + +#: ../linkcheck/configuration/__init__.py:228 +#, python-format +msgid "Configuration file %r is not readable." +msgstr "Configuratiebestand %r is niet leesbaar." + +#: ../linkcheck/configuration/__init__.py:238 +msgid "missing user or URL pattern in authentication data." +msgstr "ontbrekende gebruiker of URL-patroon in verificatiegegevens." + +#: ../linkcheck/configuration/__init__.py:273 +msgid "activating text logger output." +msgstr "activatie van tekstlogger output." + +#: ../linkcheck/configuration/__init__.py:284 +msgid "no user/password authentication data found for login URL." +msgstr "" +"geen gebruikers-/wachtwoordverificatiegegevens gevonden voor login-URL." + +#: ../linkcheck/configuration/__init__.py:288 +msgid "login URL is not a HTTP URL." +msgstr "login URL is geen HTTP URL." + +#: ../linkcheck/configuration/__init__.py:292 +msgid "login URL is incomplete." +msgstr "login URL is onvolledig." + +#: ../linkcheck/configuration/__init__.py:295 +#, python-format +msgid "disabling login URL %(url)s." +msgstr "uitschakelen van login URL %(url)s." + +#: ../linkcheck/configuration/__init__.py:348 +#, python-format +msgid "could not create plugin directory %(dirname)r: %(errmsg)r" +msgstr "kan geen plugin directory %(dirname)r aanmaken: %(errmsg)r" + +#: ../linkcheck/configuration/__init__.py:396 +#, python-format +msgid "" +"could not copy initial configuration file %(src)r to %(dst)r: %(errmsg)r" +msgstr "" +"kon het oorspronkelijke configuratiebestand %(src)r niet kopiëren naar " +"%(dst)r: %(errmsg)r" + +#: ../linkcheck/configuration/confparse.py:62 +#, fuzzy, python-format +msgid "configuration files %s contain no sections." +msgstr "Configuratiebestand %r bestaat niet." + +#: ../linkcheck/configuration/confparse.py:75 +#, python-format +msgid "Error parsing configuration: %s" +msgstr "Fout parsing configuratie: %s" + +#: ../linkcheck/configuration/confparse.py:83 +#, python-format +msgid "invalid empty value for %s: %s\n" +msgstr "ongeldige lege waarde voor %s: %s\n" + +#: ../linkcheck/configuration/confparse.py:103 +#: ../linkcheck/configuration/confparse.py:121 +#, python-format +msgid "invalid value for %s: %d must not be greater than %d" +msgstr "ongeldige waarde voor %s: %d mag niet groter zijn dan %d" + +#: ../linkcheck/configuration/confparse.py:136 +msgid "" +"The blacklist section in linkcheckerrc is deprecated, please rename to " +"failures" +msgstr "" +"De blacklist sectie in linkcheckeerrc is afgeschaft. Hernoem naar failures" + +#: ../linkcheck/configuration/confparse.py:237 +#, python-format +msgid "missing auth part in entry %(val)r" +msgstr "ontbrekend auth-gedeelte in de vermelding %(val)r" + +#: ../linkcheck/configuration/confparse.py:247 +#, python-format +msgid "invalid login URL `%s'. Only HTTP and HTTPS URLs are supported." +msgstr "" +"ongeldige login URL `%s’. Alleen HTTP- en HTTPS-URL's worden ondersteund." + +#: ../linkcheck/configuration/confparse.py:276 +#, 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 "" +"Het configuratiebestand bevat %s wachtwoordinformatie (in sectie [%s] en " +"opties %s) en het bestand is leesbaar voor anderen. Maak het bestand alleen " +"leesbaar voor u." + +#: ../linkcheck/configuration/confparse.py:285 +#, python-format +msgid "For example execute 'chmod go-rw %s'." +msgstr "Voer bijvoorbeeld 'chmod go-rw %s' uit." + +#: ../linkcheck/configuration/confparse.py:290 +#, python-format +msgid "See %(url)s for more info on setting file permissions." +msgstr "" +"Zie %(url)s voor meer informatie over het instellen van bestandsmachtigingen." + +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:299 msgid "usage: " msgstr "gebruik: " -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:776 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:777 #, python-format msgid "argument %(argument_name)s: %(message)s" msgstr "" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:882 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:883 msgid ".__call__() not defined" msgstr ".__call__() niet gedefinieerd" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1192 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1214 #, fuzzy, python-format msgid "conflicting subparser: %s" msgstr "conflicterende optietekenreeks: %s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1196 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1218 #, fuzzy, python-format msgid "conflicting subparser alias: %s" msgstr "conflicterende optietekenreeks: %s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1231 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1253 #, python-format msgid "unknown parser %(parser_name)r (choices: %(choices)s)" msgstr "onbekende parser %(parser_name)r (keuzes: %(choices)s)" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1291 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1313 #, python-format msgid "argument \"-\" with mode %r" msgstr "argument \"-\" met modus %r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1300 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1322 #, python-format msgid "can't open '%(filename)s': %(error)s" msgstr "kan ‘%(filename)s niet openen': %(error)s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1509 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1531 #, python-format msgid "cannot merge actions - two groups are named %r" msgstr "kan geen acties samenvoegen - twee groepen worden %r genoemd" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1547 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1569 msgid "'required' is an invalid argument for positionals" msgstr "'vereist' is een ongeldig argument voor positionals" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1569 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1591 #, python-format msgid "" "invalid option string %(option)r: must start with a character " @@ -1860,122 +1885,123 @@ msgstr "" "ongeldige optietekenreeks %(option)r: moet beginnen met een teken " "%(prefix_chars)r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1587 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1609 #, python-format msgid "dest= is required for options like %r" msgstr "dest= is vereist voor opties zoals %r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1604 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1626 #, python-format msgid "invalid conflict_resolution value: %r" msgstr "ongeldige conflict_resolution waarde: %r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1622 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1644 #, python-format msgid "conflicting option string: %s" msgid_plural "conflicting option strings: %s" msgstr[0] "conflicterende optietekenreeks: %s" msgstr[1] "conflicterende optietekenreeksen: %s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1696 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1718 msgid "mutually exclusive arguments must be optional" msgstr "wederzijds exclusieve argumenten moeten facultatief zijn" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1772 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1794 msgid "positional arguments" msgstr "positionele argumenten" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1773 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1795 #, fuzzy msgid "options" msgstr "Uitvoeropties" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1788 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1810 msgid "show this help message and exit" msgstr "dit helpbericht weergeven en afsluiten" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1819 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1841 msgid "cannot have multiple subparser arguments" msgstr "kan niet meerdere subparserargumenten hebben" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1871 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2384 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1893 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2408 #, python-format msgid "unrecognized arguments: %s" msgstr "niet-herkende argumenten: %s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:1971 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:1993 #, python-format msgid "not allowed with argument %s" msgstr "niet toegestaan met argument %s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2021 -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2035 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2043 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2057 #, python-format msgid "ignored explicit argument %r" msgstr "genegeerd expliciet argument %r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2142 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2164 #, python-format msgid "the following arguments are required: %s" msgstr "de volgende argumenten zijn vereist: %s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2157 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2179 #, python-format msgid "one of the arguments %s is required" msgstr "een van de argumenten %s is vereist" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2199 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2223 msgid "expected one argument" msgstr "verwacht een argument" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2200 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2224 msgid "expected at most one argument" msgstr "verwacht hoogstens één argument" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2201 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2225 msgid "expected at least one argument" msgstr "verwacht ten minste één argument" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2205 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2229 #, python-format msgid "expected %s argument" msgid_plural "expected %s arguments" msgstr[0] "verwacht %s argument" msgstr[1] "verwachte %s argumenten" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2263 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2287 #, python-format msgid "ambiguous option: %(option)s could match %(matches)s" msgstr "dubbelzinnige optie: %(option)s kan overeenkomen met %(matches)s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2327 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2351 #, python-format msgid "unexpected option string: %s" msgstr "onverwachte optiereeks: %s" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2524 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2550 #, python-format msgid "%r is not callable" msgstr "%r is niet oproepbaar" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2541 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2566 #, python-format msgid "invalid %(type)s value: %(value)r" msgstr "ongeldige %(type)s waarde: %(value)r" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2552 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2577 #, python-format msgid "invalid choice: %(value)r (choose from %(choices)s)" msgstr "ongeldige keuze: %(value)r (kies uit %(choices)s)" -#: /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/argparse.py:2630 +#: /opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/argparse.py:2655 #, python-format msgid "%(prog)s: error: %(message)s\n" msgstr "%(prog)s: fout: %(message)s\n" -#~ msgid "No NNTP server was found." -#~ msgstr "Er is geen NNTP-server gevonden." +#, python-format +#~ msgid "Unreadable config file: %r" +#~ msgstr "Onleesbaar config-bestand: %r" #~ msgid "The NNTP newsgroup could not be found." #~ msgstr "De NNTP-nieuwsgroep kon niet worden gevonden."