mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-01 13:40:25 +00:00
Fix typo in manual page.
This commit is contained in:
parent
0f0c1a22b8
commit
3e36d10ad5
5 changed files with 10 additions and 8 deletions
|
|
@ -6,6 +6,8 @@ Fixes:
|
|||
- checking: Work around a Squid proxy bug which resulted in not
|
||||
detecting broken links.
|
||||
Closes: SF bug #3472341
|
||||
- documentation: Fix typo in the manual page.
|
||||
Closes: SF bug #3485876
|
||||
|
||||
Changes:
|
||||
- checking: Add steam:// URIs to the list of ignored URIs.
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: linkchecker 3.4\n"
|
||||
"POT-Creation-Date: 2012-01-29 16:57+0100\n"
|
||||
"PO-Revision-Date: 2012-01-29 17:05+0100\n"
|
||||
"POT-Creation-Date: 2012-02-09 13:36+0100\n"
|
||||
"PO-Revision-Date: 2012-02-10 20:15+0100\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@users.sourceforge.net>\n"
|
||||
"Language-Team: de <de@li.org>\n"
|
||||
"Language: \n"
|
||||
|
|
@ -463,12 +463,12 @@ msgid ""
|
|||
"The I<FILENAME> and I<ENCODING> parts of the B<none> output type will be "
|
||||
"ignored, else if the file already exists, it will be overwritten. You can "
|
||||
"specify this option more than once. Valid file output types are B<text>, "
|
||||
"B<html>, B<sql>, B<csv>, B<gml>, B<dot>, B<xml>, B<none> or B<blacklist> "
|
||||
"B<html>, B<sql>, B<csv>, B<gml>, B<dot>, B<xml>, B<none> or B<blacklist>. "
|
||||
"Default is no file output. The various output types are documented below. "
|
||||
"Note that you can suppress all console output with the option B<-o none>."
|
||||
msgstr ""
|
||||
"Der I<DATEINAME> und I<ENKODIERUNG> Teil wird beim Ausgabetyp B<none> "
|
||||
"ignoriert, ansonsten wird die Datei überschreiben falls sie existiert. Sie "
|
||||
"ignoriert, ansonsten wird die Datei überschrieben falls sie existiert. Sie "
|
||||
"können diese Option mehr als einmal verwenden. Gültige Ausgabetypen sind "
|
||||
"B<text>, B<html>, B<sql>, B<csv>, B<gml>, B<dot>, B<xml>, B<none> oder "
|
||||
"B<blacklist>. Standard ist keine Dateiausgabe. I<ENKODIERUNG> gibt die "
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ ist das der lokalen Spracheinstellung. Gültige Enkodierungen sind unter
|
|||
aufgelistet.
|
||||
.br
|
||||
Der \fIDATEINAME\fP und \fIENKODIERUNG\fP Teil wird beim Ausgabetyp \fBnone\fP
|
||||
ignoriert, ansonsten wird die Datei überschreiben falls sie existiert. Sie
|
||||
ignoriert, ansonsten wird die Datei überschrieben falls sie existiert. Sie
|
||||
können diese Option mehr als einmal verwenden. Gültige Ausgabetypen sind
|
||||
\fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP oder
|
||||
\fBblacklist\fP. Standard ist keine Dateiausgabe. \fIENKODIERUNG\fP gibt die
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ The \fIFILENAME\fP and \fIENCODING\fP parts of the \fBnone\fP output type
|
|||
will be ignored, else if the file already exists, it will be overwritten.
|
||||
You can specify this option more than once. Valid file output types
|
||||
are \fBtext\fP, \fBhtml\fP, \fBsql\fP,
|
||||
\fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP
|
||||
\fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP.
|
||||
Default is no file output. The various output types are documented
|
||||
below. Note that you can suppress all console output
|
||||
with the option \fB\-o none\fP.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2012-01-29 16:57+0100\n"
|
||||
"POT-Creation-Date: 2012-02-09 13:36+0100\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"
|
||||
|
|
@ -372,7 +372,7 @@ msgid ""
|
|||
"The I<FILENAME> and I<ENCODING> parts of the B<none> output type will be "
|
||||
"ignored, else if the file already exists, it will be overwritten. You can "
|
||||
"specify this option more than once. Valid file output types are B<text>, "
|
||||
"B<html>, B<sql>, B<csv>, B<gml>, B<dot>, B<xml>, B<none> or B<blacklist> "
|
||||
"B<html>, B<sql>, B<csv>, B<gml>, B<dot>, B<xml>, B<none> or B<blacklist>. "
|
||||
"Default is no file output. The various output types are documented "
|
||||
"below. Note that you can suppress all console output with the option B<-o "
|
||||
"none>."
|
||||
|
|
|
|||
Loading…
Reference in a new issue