Limnoria/plugins/MoobotFactoids/messages.pot

278 lines
6.0 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-03-22 16:34+EET\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"
#: config.py:46
msgid ""
"Determines whether\n"
" or not the factoid value will be shown when a listkeys search returns only\n"
" one factoid key."
msgstr ""
#: config.py:50
msgid ""
"Determines how many items are shown\n"
" when the 'most' command is called."
msgstr ""
#: plugin.py:285
#, docstring
msgid ""
"Add the help for \"@help MoobotFactoids\" here (assuming you don't implement a MoobotFactoids\n"
" command). This should describe *how* to use this plugin."
msgstr ""
#: plugin.py:342
msgid "%s is %s"
msgstr ""
#: plugin.py:361
msgid "Factoid %q is locked."
msgstr ""
#: plugin.py:368
msgid "Factoid %q not found."
msgstr ""
#: plugin.py:378
msgid "Missing an 'is' or '_is_'."
msgstr ""
#: plugin.py:394
msgid "Factoid %q already exists."
msgstr ""
#: plugin.py:428
msgid "%s, or %s"
msgstr ""
#: plugin.py:449
#, docstring
msgid ""
"[<channel>] <factoid key>\n"
"\n"
" Returns the literal factoid for the given factoid key. No parsing of\n"
" the factoid value is done as it is with normal retrieval. <channel>\n"
" is only necessary if the message isn't sent in the channel itself.\n"
" "
msgstr ""
#: plugin.py:462
#, docstring
msgid ""
"[<channel>] <factoid key>\n"
"\n"
" Returns the various bits of info on the factoid for the given key.\n"
" <channel> is only necessary if the message isn't sent in the channel\n"
" itself.\n"
" "
msgstr ""
#: plugin.py:473 plugin.py:513
msgid "No such factoid: %q"
msgstr ""
#: plugin.py:482
msgid "Created by %s on %s."
msgstr ""
#: plugin.py:488
msgid " Last modified by %s on %s."
msgstr ""
#: plugin.py:496
msgid " Last requested by %s on %s, requested %n."
msgstr ""
#: plugin.py:503
msgid " Locked by %s on %s."
msgstr ""
#: plugin.py:518
msgid "Factoid %q is already locked."
msgstr ""
#: plugin.py:521
msgid "Factoid %q is not locked."
msgstr ""
#: plugin.py:531
msgid "Cannot %s someone else's factoid unless you are an admin."
msgstr ""
#: plugin.py:543
#, docstring
msgid ""
"[<channel>] <factoid key>\n"
"\n"
" Locks the factoid with the given factoid key. Requires that the user\n"
" be registered and have created the factoid originally. <channel> is\n"
" only necessary if the message isn't sent in the channel itself.\n"
" "
msgstr ""
#: plugin.py:554
#, docstring
msgid ""
"[<channel>] <factoid key>\n"
"\n"
" Unlocks the factoid with the given factoid key. Requires that the\n"
" user be registered and have locked the factoid. <channel> is only\n"
" necessary if the message isn't sent in the channel itself.\n"
" "
msgstr ""
#: plugin.py:565
#, docstring
msgid ""
"[<channel>] {popular|authored|recent}\n"
"\n"
" Lists the most {popular|authored|recent} factoids. \"popular\" lists the\n"
" most frequently requested factoids. \"authored\" lists the author with\n"
" the most factoids. \"recent\" lists the most recently created factoids.\n"
" <channel> is only necessary if the message isn't sent in the channel\n"
" itself.\n"
" "
msgstr ""
#: plugin.py:587
msgid "author"
msgstr ""
#: plugin.py:589
msgid "authors"
msgstr ""
#: plugin.py:590
msgid "Most prolific %s: %L"
msgstr ""
#: plugin.py:592 plugin.py:604
msgid "There are no factoids in my database."
msgstr ""
#: plugin.py:599
msgid "latest factoid"
msgstr ""
#: plugin.py:601
msgid "latest factoids"
msgstr ""
#: plugin.py:602
msgid "%i %s: %L"
msgstr ""
#: plugin.py:611
msgid "requested factoid"
msgstr ""
#: plugin.py:613
msgid "requested factoids"
msgstr ""
#: plugin.py:614
msgid "Top %i %s: %L"
msgstr ""
#: plugin.py:616
msgid "No factoids have been requested from my database."
msgstr ""
#: plugin.py:620
#, docstring
msgid ""
"[<channel>] <author name>\n"
"\n"
" Lists the keys of the factoids with the given author. Note that if an\n"
" author has an integer name, you'll have to use that author's id to use\n"
" this function (so don't use integer usernames!). <channel> is only\n"
" necessary if the message isn't sent in the channel itself.\n"
" "
msgstr ""
#: plugin.py:633
msgid "No factoids by %q found."
msgstr ""
#: plugin.py:636
msgid "Author search for %q (%i found): %L"
msgstr ""
#: plugin.py:643
#, docstring
msgid ""
"[<channel>] <text>\n"
"\n"
" Lists the keys of the factoids whose key contains the provided text.\n"
" <channel> is only necessary if the message isn't sent in the channel\n"
" itself.\n"
" "
msgstr ""
#: plugin.py:651
msgid "No keys matching %q found."
msgstr ""
#: plugin.py:658
msgid "Key search for %q (%i found): %L"
msgstr ""
#: plugin.py:665
#, docstring
msgid ""
"[<channel>] <text>\n"
"\n"
" Lists the keys of the factoids whose value contains the provided text.\n"
" <channel> is only necessary if the message isn't sent in the channel\n"
" itself.\n"
" "
msgstr ""
#: plugin.py:673
msgid "No values matching %q found."
msgstr ""
#: plugin.py:676
msgid "Value search for %q (%i found): %L"
msgstr ""
#: plugin.py:683
#, docstring
msgid ""
"[<channel>] <factoid key>\n"
"\n"
" Deletes the factoid with the given key. <channel> is only necessary\n"
" if the message isn't sent in the channel itself.\n"
" "
msgstr ""
#: plugin.py:696
#, docstring
msgid ""
"[<channel>]\n"
"\n"
" Displays a random factoid (along with its key) from the database.\n"
" <channel> is only necessary if the message isn't sent in the channel\n"
" itself.\n"
" "
msgstr ""
#: plugin.py:704
msgid "No factoids in the database."
msgstr ""