2011-08-10 13:37:41 +02:00
|
|
|
# Owner plugin in Limnoria.
|
|
|
|
# Copyright (C) 2011 Limnoria
|
2011-07-23 20:51:29 +02:00
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
2011-07-24 15:16:22 +02:00
|
|
|
# WARNING: Translations of Owner plugin will not work, because it's loaded directly by supybot
|
|
|
|
# and translations are more like a hack to it.
|
2011-07-23 20:51:29 +02:00
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: \n"
|
2012-03-15 07:28:38 +01:00
|
|
|
"POT-Creation-Date: 2012-03-11 20:58+UTC\n"
|
|
|
|
"PO-Revision-Date: 2012-03-15 08:28+0200\n"
|
2014-03-22 11:00:40 +01:00
|
|
|
"Last-Translator: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>\n"
|
2011-07-23 20:51:29 +02:00
|
|
|
"Language-Team: \n"
|
2020-03-26 22:10:28 +01:00
|
|
|
"Language: fi_FI\n"
|
2011-07-23 20:51:29 +02:00
|
|
|
"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:273
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Logs <text> to the global Supybot log at critical priority. Useful for\n"
|
|
|
|
" marking logfiles for later searching.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:283
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Sends <text> to all channels the bot is currently on and not\n"
|
|
|
|
" lobotomized in.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:298
|
|
|
|
msgid ""
|
|
|
|
"[--remove] <command> [<plugin>]\n"
|
|
|
|
"\n"
|
|
|
|
" Sets the default plugin for <command> to <plugin>. If --remove is\n"
|
|
|
|
" given, removes the current default plugin for <command>. If no plugin\n"
|
|
|
|
" is given, returns the current default plugin set for <command>. See\n"
|
|
|
|
" also, supybot.commands.defaultPlugins.importantPlugins.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:336
|
|
|
|
msgid ""
|
|
|
|
"<string to be sent to the server>\n"
|
|
|
|
"\n"
|
|
|
|
" Sends the raw string given to the server.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:350
|
|
|
|
msgid ""
|
|
|
|
"[<text>]\n"
|
|
|
|
"\n"
|
|
|
|
" Exits the bot with the QUIT message <text>. If <text> is not given,\n"
|
|
|
|
" the default quit message (supybot.plugins.Owner.quitMsg) will be used.\n"
|
|
|
|
" If there is no default quitMsg set, your nick will be used.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:366
|
|
|
|
msgid ""
|
|
|
|
"takes no arguments\n"
|
|
|
|
"\n"
|
|
|
|
" Runs all the periodic flushers in world.flushers. This includes\n"
|
|
|
|
" flushing all logs and all configuration changes to disk.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:376
|
|
|
|
msgid ""
|
|
|
|
"[<level>]\n"
|
|
|
|
"\n"
|
|
|
|
" Runs the standard upkeep stuff (flushes and gc.collects()). If given\n"
|
|
|
|
" a level, runs that level of upkeep (currently, the only supported\n"
|
|
|
|
" level is \"high\", which causes the bot to flush a lot of caches as well\n"
|
2011-08-10 13:37:41 +02:00
|
|
|
" as do normal upkeep stuff).\n"
|
2011-07-23 20:51:29 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:415
|
|
|
|
msgid ""
|
|
|
|
"[--deprecated] <plugin>\n"
|
|
|
|
"\n"
|
|
|
|
" Loads the plugin <plugin> from any of the directories in\n"
|
|
|
|
" conf.supybot.directories.plugins; usually this includes the main\n"
|
|
|
|
" installed directory and 'plugins' in the current directory.\n"
|
|
|
|
" --deprecated is necessary if you wish to load deprecated plugins.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:450
|
|
|
|
msgid ""
|
|
|
|
"<plugin>\n"
|
|
|
|
"\n"
|
|
|
|
" Unloads and subsequently reloads the plugin by name; use the 'list'\n"
|
|
|
|
" command to see a list of the currently loaded plugins.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:479
|
|
|
|
msgid ""
|
|
|
|
"<plugin>\n"
|
|
|
|
"\n"
|
|
|
|
" Unloads the callback by name; use the 'list' command to see a list\n"
|
2012-03-15 07:28:38 +01:00
|
|
|
" of the currently loaded plugins. Obviously, the Owner plugin can't\n"
|
2011-07-23 20:51:29 +02:00
|
|
|
" be unloaded.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:503
|
|
|
|
msgid ""
|
|
|
|
"{add|remove} <capability>\n"
|
|
|
|
"\n"
|
|
|
|
" Adds or removes (according to the first argument) <capability> from the\n"
|
|
|
|
" default capabilities given to users (the configuration variable\n"
|
|
|
|
" supybot.capabilities stores these).\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:528
|
|
|
|
msgid ""
|
|
|
|
"[<plugin>] <command>\n"
|
|
|
|
"\n"
|
|
|
|
" Disables the command <command> for all users (including the owners).\n"
|
|
|
|
" If <plugin> is given, only disables the <command> from <plugin>. If\n"
|
|
|
|
" you want to disable a command for most users but not for yourself, set\n"
|
|
|
|
" a default capability of -plugin.command or -command (if you want to\n"
|
|
|
|
" disable the command in all plugins).\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:555
|
|
|
|
msgid ""
|
|
|
|
"[<plugin>] <command>\n"
|
|
|
|
"\n"
|
|
|
|
" Enables the command <command> for all users. If <plugin>\n"
|
|
|
|
" if given, only enables the <command> from <plugin>. This command is\n"
|
|
|
|
" the inverse of disable.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:574
|
|
|
|
msgid ""
|
|
|
|
"<plugin> <command> <new name>\n"
|
|
|
|
"\n"
|
|
|
|
" Renames <command> in <plugin> to the <new name>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:591
|
|
|
|
msgid ""
|
|
|
|
"<plugin>\n"
|
|
|
|
"\n"
|
|
|
|
" Removes all renames in <plugin>. The plugin will be reloaded after\n"
|
|
|
|
" this command is run.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:604
|
|
|
|
msgid ""
|
|
|
|
"takes no argument\n"
|
|
|
|
"\n"
|
|
|
|
" Reloads the locale of the bot."
|
|
|
|
msgstr ""
|
|
|
|
|