Limnoria/plugins/Utilities/locales/de.po

146 lines
3.5 KiB
Plaintext

msgid ""
msgstr ""
"Project-Id-Version: Supybot\n"
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
"PO-Revision-Date: 2011-10-30 17:46+0100\n"
"Last-Translator: Florian Besser <fbesser@gmail.com>\n"
"Language-Team: German <fbesser@gmail.com>\n"
"Language: de\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:43
msgid "Provides useful commands for bot scripting / command nesting."
msgstr ""
#: plugin.py:48
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 ""
"[<text>]\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. <text>, if given, will be\n"
" appended to the end of the success message.\n"
" "
msgstr ""
#: plugin.py:72
msgid ""
"<text> [<text> ...]\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 ""
"<text>\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 ""
"<Text>\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 ""
"<arg> [<arg> ...]\n"
"\n"
" Shuffles the arguments given.\n"
" "
msgstr ""
"<Argument> [<Argument> ...]\n"
"\n"
"Mischt die angegebenen Argumente"
#: plugin.py:109
#, fuzzy
msgid ""
"<arg> [<arg> ...]\n"
"\n"
" Sorts the arguments given.\n"
" "
msgstr ""
"<Argument> [<Argument> ...]\n"
"\n"
"Zählt die angegeben Argumente."
#: plugin.py:120
msgid ""
"<num> <arg> [<arg> ...]\n"
"\n"
" Randomly chooses <num> items out of the arguments given.\n"
" "
msgstr ""
"<Zahl> <Argument> [<Argument> ...]\n"
"\n"
"Wählt zufällig <Zahl> bestandteile aus den angegeben Argumenten aus."
#: plugin.py:133
msgid ""
"<arg> [<arg> ...]\n"
"\n"
" Counts the arguments given.\n"
" "
msgstr ""
"<Argument> [<Argument> ...]\n"
"\n"
"Zählt die angegeben Argumente."
#: plugin.py:142
msgid ""
"<command> <text>\n"
"\n"
" Tokenizes <text> and calls <command> with the resulting arguments.\n"
" "
msgstr ""
"<Befehl> <Text>\n"
"\n"
"Bricht den <Text> auseinander und ruft <Befehl> mit den resultierenden "
"Argumenten auf."
#: plugin.py:157
msgid ""
"<variable> = <value> in <command>\n"
"\n"
" Defines <variable> to be equal to <value> in the <command>\n"
" and runs the <command>.\n"
" '=' and 'in' can be omitted."
msgstr ""
#: plugin.py:165
msgid "Cannot set a variable that already exists."
msgstr ""