mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Reply: Add l10n-de
This commit is contained in:
parent
377f8bbf05
commit
9f5f3ed5be
79
plugins/Reply/locale/de.po
Normal file
79
plugins/Reply/locale/de.po
Normal file
@ -0,0 +1,79 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Supybot\n"
|
||||
"POT-Creation-Date: 2011-08-10 11:27+CEST\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"
|
||||
"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:37
|
||||
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: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."
|
||||
|
Loading…
Reference in New Issue
Block a user