mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 15:14:45 +00:00
add %d in de.po translation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@355 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e8f94f3c41
commit
d203664c0f
3 changed files with 10 additions and 2 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
|
@ -1,3 +1,11 @@
|
|||
linkchecker (1.3.15) unstable; urgency=low
|
||||
|
||||
* po/de.po: forgot a %d format in the german translation of 'server
|
||||
does not support HEAD request'; bug report by Philipp Schwarzhuber
|
||||
<philipp@schwarzhuber.com>
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Mon, 7 Jan 2002 21:05:45 +0100
|
||||
|
||||
linkchecker (1.3.14) unstable; urgency=low
|
||||
|
||||
* better debugging output
|
||||
|
|
|
|||
2
po/de.po
2
po/de.po
|
|
@ -448,7 +448,7 @@ msgstr "Fehlendes '/' am Ende der URL"
|
|||
|
||||
msgid ""
|
||||
"Server does not support HEAD request (got %d status), falling back to GET"
|
||||
msgstr "Server unterstützt kein HEAD, verwende GET"
|
||||
msgstr "Server unterstützt keine HEAD Anfrage (bekam Status %d), verwende GET"
|
||||
|
||||
msgid "result"
|
||||
msgstr "Ergebnis"
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -129,7 +129,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.3.14",
|
||||
version = "1.3.15",
|
||||
description = "check HTML documents for broken links",
|
||||
author = myname,
|
||||
author_email = myemail,
|
||||
|
|
|
|||
Loading…
Reference in a new issue