mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-15 07:04:53 +01:00
311 lines
9.0 KiB
Plaintext
311 lines
9.0 KiB
Plaintext
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Supybot\n"
|
|
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
|
|
"PO-Revision-Date: 2011-10-27 00:20+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"
|
|
|
|
#: plugin.py:86
|
|
msgid ""
|
|
"Prevents changing certain config variables to gain shell access via\n"
|
|
" a vulnerable IRC network."
|
|
msgstr ""
|
|
|
|
#: plugin.py:110
|
|
msgid ""
|
|
"This configuration variable is not writeable via IRC. To change it you have "
|
|
"to: 1) use the 'flush' command 2) edit the config file 3) use the 'config "
|
|
"reload' command."
|
|
msgstr ""
|
|
|
|
#: plugin.py:141
|
|
msgid "configuration variable"
|
|
msgstr "Konfigurationsvariable"
|
|
|
|
#: plugin.py:147
|
|
msgid "settable configuration variable"
|
|
msgstr "setzbare Konfigurationsvariable"
|
|
|
|
#: plugin.py:152
|
|
msgid ""
|
|
"Provides access to the Supybot configuration. This is\n"
|
|
" a core Supybot plugin that should not be removed!"
|
|
msgstr ""
|
|
|
|
#: plugin.py:185
|
|
#, fuzzy
|
|
msgid ""
|
|
"<group>\n"
|
|
"\n"
|
|
" Returns the configuration variables available under the given\n"
|
|
" configuration <group>. If a variable has values under it, it is\n"
|
|
" preceded by an '@' sign. If a variable is channel-specific, that "
|
|
"is,\n"
|
|
" it can be separately configured for each channel using the "
|
|
"'channel'\n"
|
|
" command in this plugin, it is preceded by an '#' sign.\n"
|
|
" And if a variable is a network-specific, it is preceded by a ':' "
|
|
"sign.\n"
|
|
" "
|
|
msgstr ""
|
|
"<Gruppe>\n"
|
|
"\n"
|
|
"Gibt die Konfigurationsvariablen aus die unter der gegeben Konfiguraions "
|
|
"<Gruppe> verfügbar sind. Falls eine Variable mehrere Werte unter ihr wird "
|
|
"'@' Zeichen vorangestellt. Falls eine Variable ein 'Kanalwert' wird ein '#' "
|
|
"Zeichen vorangestellt, es ist dann möglich diese Variable für jeden Kanal, "
|
|
"mit dem 'channel' Befehl, separat zu setzen."
|
|
|
|
#: plugin.py:198
|
|
msgid "There don't seem to be any values in %s."
|
|
msgstr "Es scheint so als würde es keine Werte in %s geben."
|
|
|
|
#: plugin.py:204
|
|
msgid ""
|
|
"<word>\n"
|
|
"\n"
|
|
" Searches for <word> in the current configuration variables.\n"
|
|
" "
|
|
msgstr ""
|
|
"<Wort>\n"
|
|
"\n"
|
|
"Sucht nach <Wort> in den momentanen Konfigurationsvariablen."
|
|
|
|
#: plugin.py:218 plugin.py:237 plugin.py:255
|
|
msgid "There were no matching configuration variables."
|
|
msgstr "Keine passende Konfigurationsvariable gefunden."
|
|
|
|
#: plugin.py:223
|
|
#, fuzzy
|
|
msgid ""
|
|
"<phrase>\n"
|
|
"\n"
|
|
" Searches for <phrase> in the help of current configuration "
|
|
"variables.\n"
|
|
" "
|
|
msgstr ""
|
|
"<Wort>\n"
|
|
"\n"
|
|
"Sucht nach <Wort> in den momentanen Konfigurationsvariablen."
|
|
|
|
#: plugin.py:242
|
|
#, fuzzy
|
|
msgid ""
|
|
"<word>\n"
|
|
"\n"
|
|
" Searches for <word> in the values of current configuration "
|
|
"variables.\n"
|
|
" "
|
|
msgstr ""
|
|
"<Wort>\n"
|
|
"\n"
|
|
"Sucht nach <Wort> in den momentanen Konfigurationsvariablen."
|
|
|
|
#: plugin.py:267
|
|
msgid ""
|
|
"Global: %(global_value)s; %(channel_name)s @ %(network_name)s: "
|
|
"%(channel_value)s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:276
|
|
msgid "Global: %(global_value)s; %(network_name)s: %(network_value)s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:293
|
|
msgid ""
|
|
"That registry variable has no value. Use the list command in this plugin to "
|
|
"see what variables are available in this group."
|
|
msgstr ""
|
|
"Diese Registierungsvariable hat keinen Wert. Benutze den list Befehl um zu "
|
|
"sehen welche Variablen in dieser Gruppe verfügbar sind."
|
|
|
|
#: plugin.py:304
|
|
#, fuzzy
|
|
msgid ""
|
|
"[<network>] [<channel>] <name> [<value>]\n"
|
|
"\n"
|
|
" If <value> is given, sets the channel configuration variable for "
|
|
"<name>\n"
|
|
" to <value> for <channel> on the <network>.\n"
|
|
" Otherwise, returns the current channel\n"
|
|
" configuration value of <name>. <channel> is only necessary if the\n"
|
|
" message isn't sent in the channel itself. More than one channel may\n"
|
|
" be given at once by separating them with commas.\n"
|
|
" <network> defaults to the current network."
|
|
msgstr ""
|
|
"[<Kanal>] <name> [<Wert>]\n"
|
|
"\n"
|
|
"Falls <Wert> angegeben ist wird die Kanal Konfigurationsvariable für <Name> "
|
|
"auf <Wert> gesetzt für <Kanal>. Andererseits wird der momentane Wert der "
|
|
"Kanal Konfigurationsvariable <name> ausgegben. <Kanal> wird nur benötigt "
|
|
"wenn die Nachricht nicht im Kanal selbst gesendet wird."
|
|
|
|
#: plugin.py:314
|
|
msgid ""
|
|
"That configuration variable is not a channel-specific configuration variable."
|
|
msgstr ""
|
|
"Diese Konfigurationsvariable ist keine kanalspezifische "
|
|
"Konfigurationsvariable."
|
|
|
|
#: plugin.py:355
|
|
#, fuzzy
|
|
msgid ""
|
|
"[<network>] <name> [<value>]\n"
|
|
"\n"
|
|
" If <value> is given, sets the network configuration variable for "
|
|
"<name>\n"
|
|
" to <value> for <network>.\n"
|
|
" Otherwise, returns the current network configuration value of "
|
|
"<name>.\n"
|
|
" <network> defaults to the current network."
|
|
msgstr ""
|
|
"[<Kanal>] <name> [<Wert>]\n"
|
|
"\n"
|
|
"Falls <Wert> angegeben ist wird die Kanal Konfigurationsvariable für <Name> "
|
|
"auf <Wert> gesetzt für <Kanal>. Andererseits wird der momentane Wert der "
|
|
"Kanal Konfigurationsvariable <name> ausgegben. <Kanal> wird nur benötigt "
|
|
"wenn die Nachricht nicht im Kanal selbst gesendet wird."
|
|
|
|
#: plugin.py:362
|
|
#, fuzzy
|
|
msgid ""
|
|
"That configuration variable is not a network-specific configuration variable."
|
|
msgstr ""
|
|
"Diese Konfigurationsvariable ist keine kanalspezifische "
|
|
"Konfigurationsvariable."
|
|
|
|
#: plugin.py:380
|
|
msgid ""
|
|
"<name> [<value>]\n"
|
|
"\n"
|
|
" If <value> is given, sets the value of <name> to <value>. "
|
|
"Otherwise,\n"
|
|
" returns the current value of <name>. You may omit the leading\n"
|
|
" \"supybot.\" in the name if you so choose.\n"
|
|
" "
|
|
msgstr ""
|
|
"<Name> [<Wert>]\n"
|
|
"\n"
|
|
"Falls <Wert> angegeben wird, wird der Wert von <Name> auf <Wert> gesetzt. "
|
|
"Wenn nicht, wird der momentane Wert von <Name> ausgegben> Du kannst "
|
|
"möglicherweise das vornstehende \"supybot.\" im Namen weglassen, falls du "
|
|
"das möchtest."
|
|
|
|
#: plugin.py:399
|
|
msgid ""
|
|
"<name>\n"
|
|
"\n"
|
|
" Returns the description of the configuration variable <name>.\n"
|
|
" "
|
|
msgstr ""
|
|
"<name>\n"
|
|
"\n"
|
|
"Gibt die Beschreibung der Konfigurationsvariable <name> aus."
|
|
|
|
#: plugin.py:412
|
|
msgid " (Current global value: %s; current channel value: %s)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:416 plugin.py:418
|
|
msgid " (Current value: %s)"
|
|
msgstr " (Momentaner Wert: %s)"
|
|
|
|
#: plugin.py:421
|
|
msgid ""
|
|
"That configuration group exists, but seems to have no help. Try \"config "
|
|
"list %s\" to see if it has any children values."
|
|
msgstr ""
|
|
"Diese Konfigurationsgruppe extistiert, es scheint aber so als wäre keine "
|
|
"Hilfe verfügbar. Probiere \"config list\" um zu sehen ob es Werte darunter "
|
|
"gibt."
|
|
|
|
#: plugin.py:425
|
|
msgid "%s has no help."
|
|
msgstr "%s hat keine Hilfe."
|
|
|
|
#: plugin.py:430
|
|
msgid ""
|
|
"<name>\n"
|
|
"\n"
|
|
" Returns the default value of the configuration variable <name>.\n"
|
|
" "
|
|
msgstr ""
|
|
"<name>\n"
|
|
"\n"
|
|
"Gibt den Standartwert der Konfigurationsvariable <name> aus."
|
|
|
|
#: plugin.py:440
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Reloads the various configuration files (user database, channel\n"
|
|
" database, registry, etc.).\n"
|
|
" "
|
|
msgstr ""
|
|
"hat kein Argument\n"
|
|
"\n"
|
|
"Läd verschiedene Konfigurationsdateien neu (Benuter Datenbank, Kanal "
|
|
"Datenbank, Registrierung, etc)."
|
|
|
|
#: plugin.py:451
|
|
msgid ""
|
|
"<filename>\n"
|
|
"\n"
|
|
" Exports the public variables of your configuration to <filename>.\n"
|
|
" If you want to show someone your configuration file, but you don't\n"
|
|
" want that person to be able to see things like passwords, etc., "
|
|
"this\n"
|
|
" command will export a \"sanitized\" configuration file suitable for\n"
|
|
" showing publicly.\n"
|
|
" "
|
|
msgstr ""
|
|
"<Dateiname>\n"
|
|
"\n"
|
|
"Exportier die öffentlichen Variablen deiner Konfiguration nach <Dateiname>. "
|
|
"Falls du deine Konfiguration jemandem zeigen möchtest, er aber keine Dinge "
|
|
"wie Passwörter, etc. sehen soll, wird dieser Befehl eine \"bereinigte\" "
|
|
"Konfiguration exportieren die für die Öffentlichkeit geeignet ist."
|
|
|
|
#: plugin.py:469
|
|
msgid ""
|
|
"<name>\n"
|
|
"\n"
|
|
" Resets the configuration variable <name> to its default value.\n"
|
|
" Use commands 'reset channel' and 'reset network' instead to make\n"
|
|
" a channel- or network- specific value inherit from the global one.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:488
|
|
msgid ""
|
|
"[<network>] [<channel>] <name>\n"
|
|
"\n"
|
|
" Resets the channel-specific value of variable <name>, so that\n"
|
|
" it will match the network-specific value (or the global one\n"
|
|
" if the latter isn't set).\n"
|
|
" <network> and <channel> default to the current network and\n"
|
|
" channel.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:516
|
|
msgid ""
|
|
"[<network>] [<channel>] <name>\n"
|
|
"\n"
|
|
" Resets the network-specific value of variable <name>, so that\n"
|
|
" it will match the global.\n"
|
|
" <network> defaults to the current network and\n"
|
|
" channel.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#~ msgid "Global: %s; %s: %s"
|
|
#~ msgstr "Global: %s; %s: %s"
|