From 8b928d4da79ef816847c3f48188eb2d8978f80fc Mon Sep 17 00:00:00 2001 From: Florian Besser Date: Sun, 30 Oct 2011 19:06:35 +0100 Subject: [PATCH] Utilities: Add l10n-de --- plugins/Utilities/locale/de.po | 106 +++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 plugins/Utilities/locale/de.po diff --git a/plugins/Utilities/locale/de.po b/plugins/Utilities/locale/de.po new file mode 100644 index 000000000..6565df37d --- /dev/null +++ b/plugins/Utilities/locale/de.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"Project-Id-Version: Supybot\n" +"POT-Creation-Date: 2011-02-26 09:49+CET\n" +"PO-Revision-Date: 2011-10-30 17:46+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" +"X-Poedit-Language: German\n" +"X-Poedit-Country: GERMANY\n" + +#: plugin.py:45 +msgid "" +"requires no arguments\n" +"\n" +" Does nothing. Useful sometimes for sequencing commands when you don't\n" +" care about their non-error return values.\n" +" " +msgstr "" +"benötigt keine Argumente\n" +"\n" +"Tut nichts. Manchmal nützlich um Befehle aneinanderzuketten, wenn die Rückgabewerte der Befehle egal ist." + +#: plugin.py:59 +msgid "" +"[]\n" +"\n" +" Does nothing except to reply with a success message. This is useful\n" +" when you want to run multiple commands as nested commands, and don't\n" +" care about their output as long as they're successful. An error, of\n" +" course, will break out of this command. , if given, will be\n" +" appended to the end of the success message.\n" +" " +msgstr "" + +#: plugin.py:72 +msgid "" +" [ ...]\n" +"\n" +" Returns the last argument given. Useful when you'd like multiple\n" +" nested commands to run, but only the output of the last one to be\n" +" returned.\n" +" " +msgstr "" + +#: plugin.py:86 +msgid "" +"\n" +"\n" +" Returns the arguments given it. Uses our standard substitute on the\n" +" string(s) given to it; $nick (or $who), $randomNick, $randomInt,\n" +" $botnick, $channel, $user, $host, $today, $now, and $randomDate are all\n" +" handled appropriately.\n" +" " +msgstr "" +"\n" +"\n" +"Gibt die angegeben Argumente an. Wendet unsere Standardsubstitution auf die Zeichenketten an: $nick (or $who), $randomNick, $randomInt, $botnick, $channel, $user, $host, $today, $now, and $randomDate werden behandelt." + +#: plugin.py:99 +msgid "" +" [ ...]\n" +"\n" +" Shuffles the arguments given.\n" +" " +msgstr "" +" [ ...]\n" +"\n" +"Mischt die angegebenen Argumente" + +#: plugin.py:109 +msgid "" +" [ ...]\n" +"\n" +" Randomly chooses items out of the arguments given.\n" +" " +msgstr "" +" [ ...]\n" +"\n" +"Wählt zufällig bestandteile aus den angegeben Argumenten aus." + +#: plugin.py:122 +msgid "" +" [ ...]\n" +"\n" +" Counts the arguments given.\n" +" " +msgstr "" +" [ ...]\n" +"\n" +"Zählt die angegeben Argumente." + +#: plugin.py:131 +msgid "" +" \n" +"\n" +" Tokenizes and calls with the resulting arguments.\n" +" " +msgstr "" +" \n" +"\n" +"Bricht den auseinander und ruft mit den resultierenden Argumenten auf." +