mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 00:20:59 +00:00
Updated manpage link.
This commit is contained in:
parent
27fe6fdfcf
commit
21f4a41ecb
4 changed files with 17 additions and 15 deletions
14
doc/de.po
14
doc/de.po
|
|
@ -5,8 +5,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: linkchecker 3.4\n"
|
||||
"POT-Creation-Date: 2010-09-06 21:55+0300\n"
|
||||
"PO-Revision-Date: 2010-09-06 21:55+0100\n"
|
||||
"POT-Creation-Date: 2010-09-06 23:10+0300\n"
|
||||
"PO-Revision-Date: 2010-09-06 23:10+0100\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@users.sourceforge.net>\n"
|
||||
"Language-Team: de <de@li.org>\n"
|
||||
"Language: \n"
|
||||
|
|
@ -1062,11 +1062,11 @@ msgstr "REGULÄRE AUSDRÜCKE"
|
|||
#: en/linkchecker.1:282
|
||||
msgid ""
|
||||
"Only Python regular expressions are accepted by LinkChecker. See B<http://"
|
||||
"docs.python.org/howto/regex/> for an introduction in regular expressions."
|
||||
"docs.python.org/howto/regex.html> for an introduction in regular expressions."
|
||||
msgstr ""
|
||||
"Lediglich Pythons reguläre Ausdrücke werden von LinkChecker akzeptiert. "
|
||||
"Siehe B<http://docs.python.org/howto/regex/> für eine Einführung in reguläre "
|
||||
"Ausdrücke."
|
||||
"Siehe B<http://docs.python.org/howto/regex.html> für eine Einführung in "
|
||||
"reguläre Ausdrücke."
|
||||
|
||||
# type: Plain text
|
||||
#. type: Plain text
|
||||
|
|
@ -1805,9 +1805,9 @@ msgstr ""
|
|||
#. type: Plain text
|
||||
#: en/linkchecker.1:529
|
||||
msgid ""
|
||||
"B<http://docs.python.org/howto/regex/> - regular expression documentation"
|
||||
"B<http://docs.python.org/howto/regex.html> - regular expression documentation"
|
||||
msgstr ""
|
||||
"B<http://docs.python.org/howto/regex/> - Dokumentation zu regulären "
|
||||
"B<http://docs.python.org/howto/regex.html> - Dokumentation zu regulären "
|
||||
"Ausdrücken"
|
||||
|
||||
# type: SH
|
||||
|
|
|
|||
|
|
@ -276,8 +276,8 @@ 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
|
||||
akzeptiert. Siehe \fBhttp://docs.python.org/howto/regex/\fP für eine Einführung
|
||||
in reguläre Ausdrücke.
|
||||
akzeptiert. Siehe \fBhttp://docs.python.org/howto/regex.html\fP für eine
|
||||
Einführung in reguläre Ausdrücke.
|
||||
|
||||
Die einzige Hinzufügung ist, dass ein regulärer Ausdruck negiert wird falls
|
||||
er mit einem Ausrufezeichen beginnt.
|
||||
|
|
@ -515,7 +515,7 @@ Ausgabe
|
|||
\fBhttp://docs.python.org/lib/standard\-encodings.html\fP \- gültige Ausgabe
|
||||
Enkodierungen
|
||||
.br
|
||||
\fBhttp://docs.python.org/howto/regex/\fP \- Dokumentation zu regulären
|
||||
\fBhttp://docs.python.org/howto/regex.html\fP \- Dokumentation zu regulären
|
||||
Ausdrücken
|
||||
|
||||
.SH "SIEHE AUCH"
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@ Logs nothing. Suitable for debugging or checking the exit code.
|
|||
.
|
||||
.SH REGULAR EXPRESSIONS
|
||||
Only Python regular expressions are accepted by LinkChecker.
|
||||
See \fBhttp://docs.python.org/howto/regex/\fP for an introduction in
|
||||
See \fBhttp://docs.python.org/howto/regex.html\fP for an introduction in
|
||||
regular expressions.
|
||||
|
||||
The only addition is that a leading exclamation mark negates the regular
|
||||
|
|
@ -525,7 +525,7 @@ configuration files
|
|||
.br
|
||||
\fBhttp://docs.python.org/lib/standard\-encodings.html\fP - valid output encodings
|
||||
.br
|
||||
\fBhttp://docs.python.org/howto/regex/\fP - regular expression documentation
|
||||
\fBhttp://docs.python.org/howto/regex.html\fP - regular expression documentation
|
||||
|
||||
.SH "SEE ALSO"
|
||||
\fBlinkcheckerrc\fP(5)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2010-09-06 21:55+0300\n"
|
||||
"POT-Creation-Date: 2010-09-06 23:10+0300\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"
|
||||
|
|
@ -816,7 +816,7 @@ msgstr ""
|
|||
#: en/linkchecker.1:282
|
||||
msgid ""
|
||||
"Only Python regular expressions are accepted by LinkChecker. See "
|
||||
"B<http://docs.python.org/howto/regex/> for an introduction in regular "
|
||||
"B<http://docs.python.org/howto/regex.html> for an introduction in regular "
|
||||
"expressions."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1392,7 +1392,9 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: en/linkchecker.1:529
|
||||
msgid "B<http://docs.python.org/howto/regex/> - regular expression documentation"
|
||||
msgid ""
|
||||
"B<http://docs.python.org/howto/regex.html> - regular expression "
|
||||
"documentation"
|
||||
msgstr ""
|
||||
|
||||
#. type: SH
|
||||
|
|
|
|||
Loading…
Reference in a new issue