From f26af18dccfd48606290473dd722e4425d2e5e1a Mon Sep 17 00:00:00 2001 From: Florian Besser Date: Sun, 30 Oct 2011 19:05:42 +0100 Subject: [PATCH] Time: Add l10n-de --- plugins/Time/locale/de.po | 127 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 plugins/Time/locale/de.po diff --git a/plugins/Time/locale/de.po b/plugins/Time/locale/de.po new file mode 100644 index 000000000..dc121aca4 --- /dev/null +++ b/plugins/Time/locale/de.po @@ -0,0 +1,127 @@ +msgid "" +msgstr "" +"Project-Id-Version: Supybot\n" +"POT-Creation-Date: 2011-02-26 09:49+CET\n" +"PO-Revision-Date: 2011-10-30 17:05+0100\n" +"Last-Translator: Florian Besser \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" + +#: config.py:45 +msgid "" +"Determines the\n" +" format string for timestamps. Refer to the Python documentation for the\n" +" time module to see what formats are accepted. If you set this variable to\n" +" the empty string, the timestamp will not be shown." +msgstr "Legt die Formatiertung der Zeichenkette für Zeitstempel fest. Siehe Python Dokumentation für das time Modul um zu sehen welche Formate akzeptiert werden. Falls du diese Variable auf eine leere Zeichenkette setzt, wird kein Zeitstempel angezeigt." + +#: plugin.py:61 +msgid "" +"[y] [w] [d] [h] [m] [s]\n" +"\n" +" Returns the number of seconds in the number of , ,\n" +" , , , and given. An example usage is\n" +" \"seconds 2h 30m\", which would return 9000, which is '3600*2 + 30*60'.\n" +" Useful for scheduling events at a given number of seconds in the\n" +" future.\n" +" " +msgstr "" +"[y] [w] [d] [h] [m] [s]\n" +"\n" +"Gibt die Sekunden von der Anzahl von , , , , und Sekunden an. Ein Beispiel ist \"seconds 2h 30m\", das würde 9000 zurückgeben, dass ist '3600*2 + 30*60'. Nützlich um Events zu einem Zeitpunkt von Sekunden in der Zukunft zu planen." + +#: plugin.py:96 +msgid "" +"