"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:43
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:53
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:66
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:76
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:85
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."