Mercurial > p > roundup > code
changeset 4881:96a2c825c8d6
Apply german translation fixes in issue2550761
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 31 Mar 2014 18:45:55 +0200 |
| parents | ca692423e401 |
| children | 7f02765c6c31 |
| files | CHANGES.txt locale/de.po |
| diffstat | 2 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon Mar 31 18:19:23 2014 +0200 +++ b/CHANGES.txt Mon Mar 31 18:45:55 2014 +0200 @@ -85,6 +85,8 @@ interval that depends on the local time. Put the queried date a little later to avoid a race condition where the queried interval doesn't match the date because the clock has advanced. (Ralf Schlatterbeck) +- Apply german translation fixes from Debian team in issue2550761, + thanks to Kai Storbeck for taking the time to report these. Minor: - demo.py usage message improved: explains "nuke" now. (Bernhard Reiter)
--- a/locale/de.po Mon Mar 31 18:19:23 2014 +0200 +++ b/locale/de.po Mon Mar 31 18:45:55 2014 +0200 @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Roundup 1.4.6\n" +"Project-Id-Version: Roundup 1.5.0\n" "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2009-03-12 11:58+0200\n" -"PO-Revision-Date: 2013-10-31 10:43+0100\n" +"PO-Revision-Date: 2014-03-31 18:42+0200\n" "Last-Translator: Tobias Herp <tobias.herp@gmx.de>\n" "Language-Team: German Translators <roundup-devel@lists.sourceforge.net>\n" "MIME-Version: 1.0\n" @@ -259,7 +259,7 @@ "Verwendung: help Thema\n" " Zeigt die Hilfe für ein Thema ein.\n" "\n" -" commands -- Befehle auflisten\n" +" commands -- Befehlsliste ausgeben\n" " <command> -- Hilfe zu einem bestimmten Befehl\n" " initopts -- Optionen zur Initialisierung\n" " all -- sämtlichen Hilfetext anzeigen\n" @@ -383,7 +383,7 @@ #: ../roundup/admin.py:401 msgid "Select template [classic]: " -msgstr "Template auswählen [classic]:" +msgstr "Vorlagensatz auswählen [classic]:" #: ../roundup/admin.py:412 msgid "Select backend [anydbm]: " @@ -444,7 +444,7 @@ msgstr "" "Verwendung: genconfig <filename>\n" " Schreibt eine neue Tracker-Konfiguration (im \".ini\"-Format) mit \n" -" Standard-Werten in die Datei <filename>.\n" +" Standardwerten in die Datei <filename>.\n" " " #. password @@ -1898,7 +1898,7 @@ "\tcontains old-style template - ignored" msgstr "" "WARNUNG: Das Verzeichnis '%s'\n" -"\tenthält Templates im alten Format, die ignoriert werden." +"\tenthält Vorlagen im alten Format, die ignoriert werden." #: ../roundup/mailgw.py:201 #: ../roundup/mailgw.py:213
