2010-10-16 13:51:27 +02:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2022-02-06 00:14:47 +01:00
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
2010-10-16 13:51:27 +02:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
2022-02-06 00:14:47 +01:00
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2010-10-16 13:51:27 +02:00
"Generated-By: pygettext.py 1.5\n"
2022-02-06 00:14:47 +01:00
#: plugin.py:86
#, docstring
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
2010-12-12 15:03:13 +01:00
msgid "configuration variable"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:147
2010-12-12 15:03:13 +01:00
msgid "settable configuration variable"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:152
2014-12-20 14:37:27 +01:00
#, docstring
msgid ""
"Provides access to the Supybot configuration. This is\n"
" a core Supybot plugin that should not be removed!"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:185
2010-10-16 13:51:27 +02:00
#, docstring
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"
2022-02-06 00:14:47 +01:00
" preceded by an '@' sign. If a variable is channel-specific, that is,\n"
2010-10-16 13:51:27 +02:00
" it can be separately configured for each channel using the 'channel'\n"
" command in this plugin, it is preceded by an '#' sign.\n"
2022-02-06 00:14:47 +01:00
" And if a variable is a network-specific, it is preceded by a ':' sign.\n"
2010-10-16 13:51:27 +02:00
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:198
2010-10-16 13:51:27 +02:00
msgid "There don't seem to be any values in %s."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:204
2010-10-16 13:51:27 +02:00
#, docstring
msgid ""
"<word>\n"
"\n"
" Searches for <word> in the current configuration variables.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:218 plugin.py:237 plugin.py:255
2010-10-16 13:51:27 +02:00
msgid "There were no matching configuration variables."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:223
#, docstring
msgid ""
"<phrase>\n"
"\n"
" Searches for <phrase> in the help of current configuration variables.\n"
" "
msgstr ""
#: plugin.py:242
#, docstring
msgid ""
"<word>\n"
"\n"
" Searches for <word> in the values of current configuration variables.\n"
" "
msgstr ""
#: plugin.py:267
msgid "Global: %(global_value)s; %(channel_name)s @ %(network_name)s: %(channel_value)s"
2010-10-16 13:51:27 +02:00
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:276
msgid "Global: %(global_value)s; %(network_name)s: %(network_value)s"
msgstr ""
#: plugin.py:293
2010-10-16 13:51:27 +02:00
msgid "That registry variable has no value. Use the list command in this plugin to see what variables are available in this group."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:304
2010-10-16 13:51:27 +02:00
#, docstring
msgid ""
2022-02-06 00:14:47 +01:00
"[<network>] [<channel>] <name> [<value>]\n"
2010-10-16 13:51:27 +02:00
"\n"
" If <value> is given, sets the channel configuration variable for <name>\n"
2022-02-06 00:14:47 +01:00
" to <value> for <channel> on the <network>.\n"
" Otherwise, returns the current channel\n"
2010-10-16 13:51:27 +02:00
" configuration value of <name>. <channel> is only necessary if the\n"
2022-02-06 00:14:47 +01:00
" 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."
2010-10-16 13:51:27 +02:00
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:314
2010-10-16 13:51:27 +02:00
msgid "That configuration variable is not a channel-specific configuration variable."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:355
#, docstring
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 ""
#: plugin.py:362
msgid "That configuration variable is not a network-specific configuration variable."
msgstr ""
#: plugin.py:380
2010-10-16 13:51:27 +02:00
#, docstring
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 ""
2022-02-06 00:14:47 +01:00
#: plugin.py:399
2010-10-16 13:51:27 +02:00
#, docstring
msgid ""
"<name>\n"
"\n"
" Returns the description of the configuration variable <name>.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:412
2014-05-07 17:58:48 +02:00
msgid " (Current global value: %s; current channel value: %s)"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:416 plugin.py:418
2010-10-16 13:51:27 +02:00
msgid " (Current value: %s)"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:421
2010-10-16 13:51:27 +02:00
msgid "That configuration group exists, but seems to have no help. Try \"config list %s\" to see if it has any children values."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:425
2010-10-16 13:51:27 +02:00
msgid "%s has no help."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:430
2010-10-16 13:51:27 +02:00
#, docstring
msgid ""
"<name>\n"
"\n"
" Returns the default value of the configuration variable <name>.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:440
2010-10-16 13:51:27 +02:00
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Reloads the various configuration files (user database, channel\n"
" database, registry, etc.).\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:451
2010-10-16 13:51:27 +02:00
#, docstring
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 ""
2022-02-06 00:14:47 +01:00
#: plugin.py:469
2013-03-03 19:48:31 +01:00
#, docstring
msgid ""
"<name>\n"
"\n"
" Resets the configuration variable <name> to its default value.\n"
2022-02-06 00:14:47 +01:00
" Use commands 'reset channel' and 'reset network' instead to make\n"
" a channel- or network- specific value inherit from the global one.\n"
2013-03-03 19:48:31 +01:00
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:488
#, docstring
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
#, docstring
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 ""