mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 13:10:37 +00:00
synchronize docs
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3202 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b6ad3084aa
commit
5dcaeb6c04
6 changed files with 13 additions and 13 deletions
|
|
@ -5,8 +5,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: linkchecker 3.4\n"
|
||||
"POT-Creation-Date: 2006-05-16 11:24+0200\n"
|
||||
"PO-Revision-Date: 2006-05-16 16:42+0100\n"
|
||||
"POT-Creation-Date: 2006-05-16 18:24+0200\n"
|
||||
"PO-Revision-Date: 2006-05-16 18:25+0100\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@users.sourceforge.net>\n"
|
||||
"Language-Team: de <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -627,8 +627,8 @@ msgstr "B<none>"
|
|||
|
||||
# type: Plain text
|
||||
#: en/linkchecker.1:250
|
||||
msgid "Logs nothing. Suitable for scripts checking the exit code."
|
||||
msgstr "Gibt nichts aus. Für Skripte geeignet, die den Rückgabewert prüfen."
|
||||
msgid "Logs nothing. Suitable for debugging or checking the exit code."
|
||||
msgstr "Gibt nichts aus. Für Debugging oder Prüfen des Rückgabewerts geeignet."
|
||||
|
||||
# type: SH
|
||||
#: en/linkchecker.1:251
|
||||
|
|
|
|||
|
|
@ -187,8 +187,8 @@ ist das Standardpasswort \fBanonymous@\fP. F
|
|||
Standardpasswort. Siehe auch \fB\-u\fP.
|
||||
.TP
|
||||
\fB\-\-timeout=\fP\fINUMMER\fP
|
||||
Set the timeout for connection attempts in seconds. The default timeout is
|
||||
60 seconds.
|
||||
Setze den Timeout für TCP\-Verbindungen in Sekunden. Der Standard Timeout
|
||||
ist 60 Sekunden.
|
||||
.TP
|
||||
\fB\-P\fP\fINUMMER\fP, \fB\-\-pause=\fP\fINUMMER\fP
|
||||
Pausiere die angegebene Anzahl von Sekunden zwischen dem Prüfen jeder
|
||||
|
|
@ -245,7 +245,7 @@ F
|
|||
und die Anzahl der Fehlversuche enthält.
|
||||
.TP
|
||||
\fBnone\fP
|
||||
Logs nothing. Suitable for scripts checking the exit code.
|
||||
Gibt nichts aus. Für Debugging oder Prüfen des Rückgabewerts geeignet.
|
||||
.
|
||||
.SH "REGULÄRE AUSDRÜCKE"
|
||||
Lediglich Pythons reguläre Ausdrücke werden von LinkChecker
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ Suitable for cron jobs. Logs the check result into a file
|
|||
URLs and the number of times they have failed.
|
||||
.TP
|
||||
\fBnone\fP
|
||||
Logs nothing. Suitable for scripts checking the exit code.
|
||||
Logs nothing. Suitable for debugging or checking the exit code.
|
||||
.
|
||||
.SH REGULAR EXPRESSIONS
|
||||
Only Python regular expressions are accepted by LinkChecker.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: linkchecker 3.4\n"
|
||||
"POT-Creation-Date: 2006-05-16 11:24+0200\n"
|
||||
"POT-Creation-Date: 2006-05-16 18:24+0200\n"
|
||||
"PO-Revision-Date: 2005-05-07 00:42+0100\n"
|
||||
"Last-Translator: Yann Verley <yann.verley@free.fr>\n"
|
||||
"Language-Team: kde-francophone@kde.org\n"
|
||||
|
|
@ -844,7 +844,7 @@ msgstr "B<none>"
|
|||
# type: Plain text
|
||||
#: en/linkchecker.1:250
|
||||
#, fuzzy
|
||||
msgid "Logs nothing. Suitable for scripts checking the exit code."
|
||||
msgid "Logs nothing. Suitable for debugging or checking the exit code."
|
||||
msgstr "Ne rien journaliser du tout. Approprié pour les scripts."
|
||||
|
||||
# type: SH
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2006-05-16 11:24+0200\n"
|
||||
"POT-Creation-Date: 2006-05-16 18:24+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -702,7 +702,7 @@ msgstr ""
|
|||
|
||||
# type: Plain text
|
||||
#: en/linkchecker.1:250
|
||||
msgid "Logs nothing. Suitable for scripts checking the exit code."
|
||||
msgid "Logs nothing. Suitable for debugging or checking the exit code."
|
||||
msgstr ""
|
||||
|
||||
# type: SH
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ blacklist
|
|||
Suitable for cron jobs. Logs the check result into a file
|
||||
~/.linkchecker/blacklist which only contains entries with invalid
|
||||
URLs and the number of times they have failed.
|
||||
none Logs nothing. Suitable for scripts.
|
||||
none Logs nothing. Suitable for debugging or checking the exit code.
|
||||
""")
|
||||
|
||||
Warnings = _(r"""IGNORE WARNINGS
|
||||
|
|
|
|||
Loading…
Reference in a new issue