2010-10-17 11:22:07 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"POT-Creation-Date: 2011-06-28 19:40+CEST\n"
|
2010-10-17 11:22:07 +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"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: ENCODING\n"
|
|
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
|
|
|
|
|
|
#: config.py:45
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Value must include $value, otherwise the factoid's value would be left\n"
|
|
|
|
" out."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:51
|
|
|
|
msgid ""
|
|
|
|
"Determines what separator must be used in the\n"
|
|
|
|
" learn command. Defaults to 'as' -- learn <key> as <value>. Users might\n"
|
|
|
|
" feel more comfortable with 'is' or something else, so it's\n"
|
|
|
|
" configurable."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:56
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will reply with the\n"
|
|
|
|
" single matching factoid if only one factoid matches when using the search\n"
|
|
|
|
" command."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:60
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will reply to invalid\n"
|
|
|
|
" commands by searching for a factoid; basically making the whatis\n"
|
|
|
|
" unnecessary when you want all factoids for a given key."
|
|
|
|
msgstr ""
|
|
|
|
|
2010-11-11 12:36:47 +01:00
|
|
|
#: config.py:64
|
2011-02-26 10:40:50 +01:00
|
|
|
msgid ""
|
|
|
|
"If you try to look up a nonexistent factoid,\n"
|
|
|
|
" this setting make the bot try to find some possible matching keys through\n"
|
|
|
|
" several approximate matching algorithms and return a list of matching keys,\n"
|
|
|
|
" before giving up."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:69
|
2010-11-11 12:36:47 +01:00
|
|
|
msgid "$key could be $value."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: config.py:69
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines the format of\n"
|
|
|
|
" the response given when a factoid's value is requested. All the standard\n"
|
|
|
|
" substitutes apply, in addition to \"$key\" for the factoid's key and \"$value\"\n"
|
|
|
|
" for the factoid's value."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:179
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid ""
|
|
|
|
"[<channel>] <key> %s <value>\n"
|
|
|
|
"\n"
|
|
|
|
" Associates <key> with <value>. <channel> is only\n"
|
|
|
|
" necessary if the message isn't sent on the channel\n"
|
|
|
|
" itself. The word '%s' is necessary to separate the\n"
|
|
|
|
" key from the value. It can be changed to another word\n"
|
|
|
|
" via the learnSeparator registry value.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:199
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Try to typo-match input to possible factoids.\n"
|
|
|
|
" \n"
|
|
|
|
" Assume first letter is correct, to reduce processing time. \n"
|
|
|
|
" First, try a simple wildcard search.\n"
|
|
|
|
" If that fails, use the Damerau-Levenshtein edit-distance metric.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:257 plugin.py:386
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "That's not a valid number for that key."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:279 plugin.py:372 plugin.py:598
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "No factoid matches that key."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:304
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2011-02-26 10:40:50 +01:00
|
|
|
"[<channel>] [--raw] <key> [<number>]\n"
|
2010-10-17 11:22:07 +02:00
|
|
|
"\n"
|
|
|
|
" Looks up the value of <key> in the factoid database. If given a\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" number, will return only that exact factoid. If '--raw' option is\n"
|
|
|
|
" given, no variable substitution will take place on the factoid.\n"
|
|
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
|
|
" itself.\n"
|
2010-10-17 11:22:07 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:321 plugin.py:523
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "key id"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:334
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <oldkey> <newkey> [<number>]\n"
|
|
|
|
"\n"
|
|
|
|
" Adds a new key <newkey> for factoid associated with <oldkey>.\n"
|
|
|
|
" <number> is only necessary if there's more than one factoid associated\n"
|
|
|
|
" with <oldkey>.\n"
|
|
|
|
"\n"
|
|
|
|
" The same action can be accomplished by using the 'learn' function with\n"
|
|
|
|
" a new key but an existing (verbatim) factoid content.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:381 plugin.py:398
|
2011-02-26 10:40:50 +01:00
|
|
|
msgid "This key-factoid relationship already exists."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:389
|
2011-02-26 10:40:50 +01:00
|
|
|
msgid "This key has more than one factoid associated with it, but you have not provided a number."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:403
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] [--plain] [--alpha] [<number>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns a list of top-ranked factoid keys, sorted by usage count\n"
|
|
|
|
" (rank). If <number> is not provided, the default number of factoid keys\n"
|
|
|
|
" returned is set by the rankListLength registry value.\n"
|
|
|
|
"\n"
|
|
|
|
" If --plain option is given, rank numbers and usage counts are not\n"
|
|
|
|
" included in output.\n"
|
|
|
|
"\n"
|
|
|
|
" If --alpha option is given in addition to --plain, keys are sorted\n"
|
|
|
|
" alphabetically, instead of by rank.\n"
|
|
|
|
"\n"
|
|
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
|
|
" itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:448
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <key>\n"
|
|
|
|
"\n"
|
|
|
|
" Locks the factoid(s) associated with <key> so that they cannot be\n"
|
|
|
|
" removed or added to. <channel> is only necessary if the message isn't\n"
|
|
|
|
" sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:466
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <key>\n"
|
|
|
|
"\n"
|
|
|
|
" Unlocks the factoid(s) associated with <key> so that they can be\n"
|
|
|
|
" removed or added to. <channel> is only necessary if the message isn't\n"
|
|
|
|
" sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:505
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <key> [<number>|*]\n"
|
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Removes a key-fact relationship for key <key> from the factoids\n"
|
|
|
|
" database. If there is more than one such relationship for this key,\n"
|
|
|
|
" a number is necessary to determine which one should be removed.\n"
|
|
|
|
" A * can be used to remove all relationships for <key>.\n"
|
|
|
|
"\n"
|
|
|
|
" If as a result, the key (factoid) remains without any relationships to\n"
|
|
|
|
" a factoid (key), it shall be removed from the database.\n"
|
|
|
|
"\n"
|
|
|
|
" <channel> is only necessary if\n"
|
2010-10-17 11:22:07 +02:00
|
|
|
" the message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:537
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "There is no such factoid."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:547
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "Invalid factoid number."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:552
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "%s factoids have that key. Please specify which one to remove, or use * to designate all of them."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:560
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns a random factoid from the database for <channel>. <channel>\n"
|
|
|
|
" is only necessary if the message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:582
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "I couldn't find a factoid."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:587
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <key>\n"
|
|
|
|
"\n"
|
|
|
|
" Gives information about the factoid(s) associated with <key>.\n"
|
|
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
|
|
" itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:613
|
2011-02-26 10:40:50 +01:00
|
|
|
msgid "#%i was added by %s at %s, and has been recalled %n"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:616
|
2011-02-26 10:40:50 +01:00
|
|
|
msgid "time"
|
2010-10-17 11:22:07 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:626
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <key> <number> <regexp>\n"
|
|
|
|
"\n"
|
|
|
|
" Changes the factoid #<number> associated with <key> according to\n"
|
|
|
|
" <regexp>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:640
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "I couldn't find any key %q"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:655
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Searches the keyspace for keys matching <glob>. If --regexp is given,\n"
|
2011-07-18 15:23:06 +02:00
|
|
|
" its associated value is taken as a regexp and matched against the keys.\n"
|
2010-10-17 11:22:07 +02:00
|
|
|
" If --values is given, search the value space instead of the keyspace.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:692 plugin.py:701
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "No keys matched that query."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-28 19:43:21 +02:00
|
|
|
#: plugin.py:697 plugin.py:706
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "More than 100 keys matched that query; please narrow your query."
|
|
|
|
msgstr ""
|
|
|
|
|