Limnoria/plugins/Reply/locales/de.po

93 lines
2.3 KiB
Plaintext

msgid ""
msgstr ""
"Project-Id-Version: Supybot\n"
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
"PO-Revision-Date: 2011-10-29 10:22+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"
#: plugin.py:38
msgid ""
"This plugin contains a few commands that construct various types of\n"
" replies. Some bot owners would be wise to not load this plugin because "
"it\n"
" can be easily abused.\n"
" "
msgstr ""
"Dieses Plugin enthält einige befehl um verschiedene Antworten zu "
"konstruieren. Einige Bot Besitzer sollten dieses Plugin nicht laden, weil es "
"einfach missbraucht werden kann."
#: plugin.py:44
msgid ""
"<text>\n"
"\n"
" Replies with <text> in private. Use nested commands to your "
"benefit\n"
" here.\n"
" "
msgstr ""
"<Text>\n"
"\n"
"Antwortet mit <Text> privat. Du kannst hier nutzen aus verschachtelte "
"Befehle ziehen."
#: plugin.py:54
msgid ""
"<text>\n"
"\n"
" Replies with <text> as an action. Use nested commands to your "
"benefit\n"
" here.\n"
" "
msgstr ""
"<Text>\n"
"\n"
"Antwortet mit <Text> als Aktion. Du kannst hier nutzen aus verschachtelte "
"Befehle ziehen."
#: plugin.py:67
msgid ""
"<text>\n"
"\n"
" Replies with <text> in a notice. Use nested commands to your "
"benefit\n"
" here. If you want a private notice, nest the private command.\n"
" "
msgstr ""
"<Text>\n"
"\n"
"Antwortet mit <Text> als Notiz.Du kannst hier nutzen aus verschachtelte "
"Befehle ziehen. Falls du eine private Notiz nutzen willst niste den privaten "
"Befehl ein."
#: plugin.py:77
msgid ""
"<text>\n"
"\n"
" Replies with <text>. Equivalent to the alias, 'echo $nick: $1'.\n"
" "
msgstr ""
"<Text>\n"
"\n"
"Antworte mit <Text>. Gleich wie der Alias 'echo $nick: $1'."
#: plugin.py:86
msgid ""
"<str> [<str> ...]\n"
"\n"
" Replies with each of its arguments <str> in separate replies, "
"depending\n"
" the configuration of supybot.reply.oneToOne.\n"
" "
msgstr ""
"<Zeichenkette> [<Zeichenkette> ...]\n"
"\n"
"Antwortet mit jedem <Zeichenketten> Argument in separaten Antworten, hängt "
"von der Konfiguration von supybot.reply.oneToOne ab."