# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2010-10-17 10:59+CEST\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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 as . 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 "" #: config.py:64 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 "" #: plugin.py:153 msgid "" "[] %s \n" "\n" " Associates with . 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 "" #: plugin.py:179 msgid "That's not a valid number for that key." msgstr "" #: plugin.py:199 plugin.py:345 msgid "No factoid matches that key." msgstr "" #: plugin.py:211 #, docstring msgid "" "[] []\n" "\n" " Looks up the value of in the factoid database. If given a\n" " number, will return only that exact factoid. is only\n" " necessary if the message isn't sent in the channel itself.\n" " " msgstr "" #: plugin.py:222 plugin.py:273 plugin.py:384 msgid "key id" msgstr "" #: plugin.py:230 #, docstring msgid "" "[] \n" "\n" " Locks the factoid(s) associated with so that they cannot be\n" " removed or added to. is only necessary if the message isn't\n" " sent in the channel itself.\n" " " msgstr "" #: plugin.py:245 #, docstring msgid "" "[] \n" "\n" " Unlocks the factoid(s) associated with so that they can be\n" " removed or added to. is only necessary if the message isn't\n" " sent in the channel itself.\n" " " msgstr "" #: plugin.py:260 #, docstring msgid "" "[] [|*]\n" "\n" " Removes the factoid from the factoids database. If there are\n" " more than one factoid with such a key, a number is necessary to\n" " determine which one should be removed. A * can be used to remove all\n" " factoids associated with a key. is only necessary if\n" " the message isn't sent in the channel itself.\n" " " msgstr "" #: plugin.py:285 msgid "There is no such factoid." msgstr "" #: plugin.py:298 msgid "Invalid factoid number." msgstr "" #: plugin.py:304 msgid "%s factoids have that key. Please specify which one to remove, or use * to designate all of them." msgstr "" #: plugin.py:312 #, docstring msgid "" "[]\n" "\n" " Returns a random factoid from the database for . \n" " is only necessary if the message isn't sent in the channel itself.\n" " " msgstr "" #: plugin.py:330 msgid "I couldn't find a factoid." msgstr "" #: plugin.py:335 #, docstring msgid "" "[] \n" "\n" " Gives information about the factoid(s) associated with .\n" " is only necessary if the message isn't sent in the channel\n" " itself.\n" " " msgstr "" #: plugin.py:358 msgid "#%i was added by %s at %s" msgstr "" #: plugin.py:369 #, docstring msgid "" "[] \n" "\n" " Changes the factoid # associated with according to\n" " .\n" " " msgstr "" #: plugin.py:381 msgid "I couldn't find any key %q" msgstr "" #: plugin.py:396 #, docstring msgid "" "[] [--values] [--{regexp} ] [ ...]\n" "\n" " Searches the keyspace for keys matching . If --regexp is given,\n" " it associated value is taken as a regexp and matched against the keys.\n" " If --values is given, search the value space instead of the keyspace.\n" " " msgstr "" #: plugin.py:431 msgid "No keys matched that query." msgstr "" #: plugin.py:436 msgid "More than 100 keys matched that query; please narrow your query." msgstr ""