mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
125 lines
4.1 KiB
Plaintext
125 lines
4.1 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2024-12-06 11:00+0100\n"
|
|
"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"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
#: plugin.py:152
|
|
msgid "Plugin installed. However, it may be incompatible with Python 3 and require manual code changes to work correctly."
|
|
msgstr ""
|
|
|
|
#: plugin.py:154
|
|
msgid "Plugin successfully installed."
|
|
msgstr ""
|
|
|
|
#: plugin.py:241
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" This plugin allows you to install unofficial plugins from\n"
|
|
" multiple repositories easily. Use the \"repolist\" command to see list of\n"
|
|
" available repositories and \"repolist <repository>\" to list plugins,\n"
|
|
" which are available in that repository. When you want to install a plugin,\n"
|
|
" just run command \"install <repository> <plugin>\".\n"
|
|
"\n"
|
|
" First start by using the `plugindownloader repolist` command to see the\n"
|
|
" available repositories.\n"
|
|
"\n"
|
|
" To see the plugins inside repository, use command\n"
|
|
" `plugindownloader repolist <repository>`\n"
|
|
"\n"
|
|
" When you see anything interesting, you can use\n"
|
|
" `plugindownloader info <repository> <plugin>` to see what the plugin is\n"
|
|
" for.\n"
|
|
"\n"
|
|
" And finally to install the plugin,\n"
|
|
" `plugindownloader install <repository> <plugin>`.\n"
|
|
"\n"
|
|
" Examples\n"
|
|
" ^^^^^^^^\n"
|
|
"\n"
|
|
" ::\n"
|
|
"\n"
|
|
" < Mikaela> @load PluginDownloader\n"
|
|
" < Limnoria> Ok.\n"
|
|
" < Mikaela> @plugindownloader repolist\n"
|
|
" < Limnoria> Antibody, jlu5, Hoaas, Iota, progval, SpiderDave, boombot, code4lib, code4lib-edsu, code4lib-snapshot, doorbot, frumious, jonimoose, mailed-notifier, mtughan-weather, nanotube-bitcoin, nyuszika7h, nyuszika7h-old, pingdom, quantumlemur, resistivecorpse, scrum, skgsergio, stepnem\n"
|
|
" < Mikaela> @plugindownloader repolist progval\n"
|
|
" < Limnoria> AttackProtector, AutoTrans, Biography, Brainfuck, ChannelStatus, Cleverbot, Coffee, Coinpan, Debian, ERepublik, Eureka, Fortune, GUI, GitHub, Glob2Chan, GoodFrench, I18nPlaceholder, IMDb, IgnoreNonVoice, Iwant, Kickme, LimnoriaChan, LinkRelay, ListEmpty, Listener, Markovgen, MegaHAL, MilleBornes, NoLatin1, NoisyKarma, OEIS, PPP, PingTime, Pinglist, RateLimit, Rbls, Redmine, Scheme, Seeks, (1 more message)\n"
|
|
" < Mikaela> more\n"
|
|
" < Limnoria> SilencePlugin, StdoutCapture, Sudo, SupyML, SupySandbox, TWSS, Trigger, Trivia, Twitter, TwitterStream, Untiny, Variables, WebDoc, WebLogs, WebStats, Website, WikiTrans, Wikipedia, WunderWeather\n"
|
|
" < Mikaela> @plugindownloader info progval Wikipedia\n"
|
|
" < Limnoria> Grabs data from Wikipedia.\n"
|
|
" < Mikaela> @plugindownloader install progval Wikipedia\n"
|
|
" < Limnoria> Ok.\n"
|
|
" < Mikaela> @load Wikipedia\n"
|
|
" < Limnoria> Ok.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:286
|
|
#, docstring
|
|
msgid ""
|
|
"[<repository>]\n"
|
|
"\n"
|
|
" Displays the list of plugins in the <repository>.\n"
|
|
" If <repository> is not given, returns a list of available\n"
|
|
" repositories."
|
|
msgstr ""
|
|
|
|
#: plugin.py:294 plugin.py:305
|
|
msgid ", "
|
|
msgstr ""
|
|
|
|
#: plugin.py:296 plugin.py:318 plugin.py:343
|
|
msgid "This repository does not exist or is not known by this bot."
|
|
msgstr ""
|
|
|
|
#: plugin.py:303
|
|
msgid "No plugin found in this repository."
|
|
msgstr ""
|
|
|
|
#: plugin.py:310
|
|
#, docstring
|
|
msgid ""
|
|
"<repository> <plugin>\n"
|
|
"\n"
|
|
" Downloads and installs the <plugin> from the <repository>."
|
|
msgstr ""
|
|
|
|
#: plugin.py:314
|
|
msgid "This command is not available, because supybot.commands.allowShell is False."
|
|
msgstr ""
|
|
|
|
#: plugin.py:323 plugin.py:348
|
|
msgid "This plugin does not exist in this repository."
|
|
msgstr ""
|
|
|
|
#: plugin.py:338
|
|
#, docstring
|
|
msgid ""
|
|
"<repository> <plugin>\n"
|
|
"\n"
|
|
" Displays informations on the <plugin> in the <repository>."
|
|
msgstr ""
|
|
|
|
#: plugin.py:352
|
|
msgid "No README found for this plugin."
|
|
msgstr ""
|
|
|
|
#: plugin.py:355
|
|
msgid "This plugin has no description."
|
|
msgstr ""
|
|
|