# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2011-06-28 19:39+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:57 msgid "" "Determines whether the\n" " message parser is enabled. If enabled, will trigger on regexps\n" " added to the regexp db." msgstr "" #: config.py:61 msgid "" "Determines whether we keep updating the usage\n" " count for each regexp, for popularity ranking." msgstr "" #: config.py:64 msgid "" "Determines the number of regexps returned\n" " by the triggerrank command." msgstr "" #: config.py:67 msgid "" "Determines the capability required (if any) to\n" " vacuum the database." msgstr "" #: config.py:70 msgid "" "Determines the\n" " capabilities required (if any) to manage the regexp database,\n" " including add, remove, lock, unlock. Use 'channel,capab' for\n" " channel-level capabilities.\n" " Note that absence of an explicit anticapability means user has\n" " capability." msgstr "" #: config.py:77 msgid "" "Determines the separator used between rexeps when\n" " shown by the list command." msgstr "" #: plugin.py:75 #, docstring msgid "" "This plugin can set regexp triggers to activate the bot.\n" " Use 'add' command to add regexp trigger, 'remove' to remove." msgstr "" #: plugin.py:83 #, docstring msgid "Create the database and connect to it." msgstr "" #: plugin.py:106 #, docstring msgid "Use this to get a database for a specific channel." msgstr "" #: plugin.py:129 #, docstring msgid "Run a command from message, as if command was sent over IRC." msgstr "" #: plugin.py:137 #, docstring msgid "" "Check if the user has any of the required capabilities to manage\n" " the regexp database." msgstr "" #: plugin.py:179 #, docstring msgid "" "[] \n" "\n" " Associates with . is only\n" " necessary if the message isn't sent on the channel\n" " itself. Action is echoed upon regexp match, with variables $1, $2,\n" " etc. being interpolated from the regexp match groups." msgstr "" #: plugin.py:201 msgid "Invalid python regexp: %s" msgstr "" #: plugin.py:213 msgid "That trigger is locked." msgstr "" #: plugin.py:219 #, docstring msgid "" "[] [--id] ]\n" "\n" " Removes the trigger for from the triggers database.\n" " is only necessary if\n" " the message isn't sent in the channel itself.\n" " If option --id specified, will retrieve by regexp id, not content.\n" " " msgstr "" #: plugin.py:241 plugin.py:271 plugin.py:294 plugin.py:322 plugin.py:352 msgid "There is no such regexp trigger." msgstr "" #: plugin.py:245 msgid "This regexp trigger is locked." msgstr "" #: plugin.py:257 #, docstring msgid "" "[] \n" "\n" " Locks the so that it cannot be\n" " removed or overwritten to. is only necessary if the message isn't\n" " sent in the channel itself.\n" " " msgstr "" #: plugin.py:280 #, docstring msgid "" "[] \n" "\n" " Unlocks the entry associated with so that it can be\n" " removed or overwritten. is only necessary if the message isn't\n" " sent in the channel itself.\n" " " msgstr "" #: plugin.py:303 #, docstring msgid "" "[] [--id] \n" "\n" " Looks up the value of in the triggers database.\n" " is only necessary if the message isn't sent in the channel\n" " itself.\n" " If option --id specified, will retrieve by regexp id, not content.\n" " " msgstr "" #: plugin.py:332 #, docstring msgid "" "[] [--id] \n" "\n" " Display information about in the triggers database.\n" " is only necessary if the message isn't sent in the channel\n" " itself.\n" " If option --id specified, will retrieve by regexp id, not content.\n" " " msgstr "" #: plugin.py:355 msgid "The regexp id is %d, regexp is \"%s\", and action is \"%s\". It was added by user %s on %s, has been triggered %d times, and is %s." msgstr "" #: plugin.py:364 msgid "locked" msgstr "" #: plugin.py:364 msgid "not locked" msgstr "" #: plugin.py:371 #, docstring msgid "" "[]\n" "\n" " Lists regexps present in the triggers database.\n" " is only necessary if the message isn't sent in the channel\n" " itself. Regexp ID listed in paretheses.\n" " " msgstr "" #: plugin.py:384 plugin.py:410 msgid "There are no regexp triggers in the database." msgstr "" #: plugin.py:394 #, docstring msgid "" "[]\n" "\n" " Returns a list of top-ranked regexps, sorted by usage count\n" " (rank). The number of regexps returned is set by the\n" " rankListLength registry value. is only necessary if the\n" " message isn't sent in the channel itself.\n" " " msgstr "" #: plugin.py:418 #, docstring msgid "" "[]\n" "\n" " Vacuums the database for .\n" " See SQLite vacuum doc here: http://www.sqlite.org/lang_vacuum.html\n" " is only necessary if the message isn't sent in\n" " the channel itself.\n" " First check if user has the required capability specified in plugin\n" " config requireVacuumCapability.\n" " " msgstr ""