mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
230 lines
4.5 KiB
Plaintext
230 lines
4.5 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: 2014-01-21 16:39+CET\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=CHARSET\n"
|
|
"Content-Transfer-Encoding: ENCODING\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
#: plugin.py:42
|
|
#, docstring
|
|
msgid ""
|
|
"This plugin exists to help users manage their plugins. Use 'plugin\n"
|
|
" list' to list the loaded plugins; use 'plugin help' to get the description\n"
|
|
" of a plugin; use the 'plugin' command itself to determine what plugin a\n"
|
|
" command exists in."
|
|
msgstr ""
|
|
|
|
#: plugin.py:48
|
|
#, docstring
|
|
msgid ""
|
|
"<plugin>\n"
|
|
"\n"
|
|
" Returns a useful description of how to use <plugin>, if the plugin has\n"
|
|
" one.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:57
|
|
msgid "That plugin is loaded, but has no plugin help."
|
|
msgstr ""
|
|
|
|
#: plugin.py:62
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns a list of the currently loaded plugins.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:73
|
|
#, docstring
|
|
msgid ""
|
|
"<command>\n"
|
|
"\n"
|
|
" Returns the name of the plugin that would be used to call <command>.\n"
|
|
" \n"
|
|
" If it is not uniquely determined, returns list of all plugins that\n"
|
|
" contain <command>.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:91
|
|
msgid "plugins"
|
|
msgstr ""
|
|
|
|
#: plugin.py:93
|
|
msgid "plugin"
|
|
msgstr ""
|
|
|
|
#: plugin.py:94
|
|
msgid "The %q command is available in the %L %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:97
|
|
msgid "There is no command %q."
|
|
msgstr ""
|
|
|
|
#: plugin.py:113
|
|
#, docstring
|
|
msgid ""
|
|
"<command>\n"
|
|
"\n"
|
|
" Returns the names of all plugins that contain <command>.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:134
|
|
#, docstring
|
|
msgid ""
|
|
"<plugin>\n"
|
|
"\n"
|
|
" Returns the author of <plugin>. This is the person you should talk to\n"
|
|
" if you have ideas, suggestions, or other comments about a given plugin.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:140
|
|
msgid "That plugin does not seem to be loaded."
|
|
msgstr ""
|
|
|
|
#: plugin.py:146
|
|
msgid "That plugin doesn't have an author that claims it."
|
|
msgstr ""
|
|
|
|
#: plugin.py:151
|
|
#, docstring
|
|
msgid ""
|
|
"<plugin> [<nick>]\n"
|
|
"\n"
|
|
" Replies with a list of people who made contributions to a given plugin.\n"
|
|
" If <nick> is specified, that person's specific contributions will\n"
|
|
" be listed. Note: The <nick> is the part inside of the parentheses\n"
|
|
" in the people listing.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:159
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Take an Authors object, and return only the name and nick values\n"
|
|
" in the format 'First Last (nick)'.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:165
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Take a list of long names and turn it into :\n"
|
|
" shortname[, shortname and shortname].\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:172
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Sort the list of 'long names' based on the number of contributions\n"
|
|
" associated with each.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:182
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Build the list of author + contributors (if any) for the requested\n"
|
|
" plugin.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:186
|
|
msgid "The %s plugin"
|
|
msgstr ""
|
|
|
|
#: plugin.py:187
|
|
msgid "has not been claimed by an author"
|
|
msgstr ""
|
|
|
|
#: plugin.py:188
|
|
msgid "and"
|
|
msgstr ""
|
|
|
|
#: plugin.py:189
|
|
msgid "has no contributors listed."
|
|
msgstr ""
|
|
|
|
#: plugin.py:194
|
|
msgid "was written by %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:205
|
|
msgid "%s %h contributed to it."
|
|
msgstr ""
|
|
|
|
#: plugin.py:210
|
|
msgid "has no additional contributors listed."
|
|
msgstr ""
|
|
|
|
#: plugin.py:212
|
|
msgid "but"
|
|
msgstr ""
|
|
|
|
#: plugin.py:215
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Build the list of contributions (if any) for the requested person\n"
|
|
" for the requested plugin\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:229
|
|
msgid "The nick specified (%s) is not a registered contributor."
|
|
msgstr ""
|
|
|
|
#: plugin.py:235
|
|
msgid "The %s plugin does not have '%s' listed as a contributor."
|
|
msgstr ""
|
|
|
|
#: plugin.py:243
|
|
msgid "command"
|
|
msgstr ""
|
|
|
|
#: plugin.py:246
|
|
msgid "the %L %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:248
|
|
msgid "the %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:251
|
|
msgid "%s wrote the %s plugin and also contributed %L."
|
|
msgstr ""
|
|
|
|
#: plugin.py:254
|
|
msgid "%s contributed %L to the %s plugin."
|
|
msgstr ""
|
|
|
|
#: plugin.py:257
|
|
msgid "%s wrote the %s plugin"
|
|
msgstr ""
|
|
|
|
#: plugin.py:260
|
|
msgid "%s has no listed contributions for the %s plugin."
|
|
msgstr ""
|
|
|