From 0f249b34e50669ff27a415e83303778fe0d5c8e6 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 16 Apr 2012 18:11:51 +0300 Subject: [PATCH] core: update messages.pot --- locale/messages.pot | 439 ++++++++++++++++++++++++-------------------- 1 file changed, 241 insertions(+), 198 deletions(-) diff --git a/locale/messages.pot b/locale/messages.pot index c881f3581..6633ee4fa 100644 --- a/locale/messages.pot +++ b/locale/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2011-06-25 14:17+CEST\n" +"POT-Creation-Date: 2012-04-16 18:10+EEST\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,198 +15,212 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: ../src/callbacks.py:184 +#: src/callbacks.py:184 msgid "Error: " msgstr "" -#: ../src/callbacks.py:198 +#: src/callbacks.py:198 msgid "Error: I tried to send you an empty message." msgstr "" -#: ../src/callbacks.py:288 +#: src/callbacks.py:288 msgid "Missing \"%s\". You may want to quote your arguments with double quotes in order to prevent extra brackets from being evaluated as nested commands." msgstr "" -#: ../src/callbacks.py:318 +#: src/callbacks.py:318 msgid "\"|\" with nothing preceding. I obviously can't do a pipe with nothing before the |." msgstr "" -#: ../src/callbacks.py:326 +#: src/callbacks.py:326 msgid "Spurious \"%s\". You may want to quote your arguments with double quotes in order to prevent extra brackets from being evaluated as nested commands." msgstr "" -#: ../src/callbacks.py:335 +#: src/callbacks.py:335 msgid "\"|\" with nothing following. I obviously can't do a pipe with nothing after the |." msgstr "" -#: ../src/callbacks.py:519 +#: src/callbacks.py:519 msgid "%s is not a valid %s." msgstr "" -#: ../src/callbacks.py:521 +#: src/callbacks.py:521 msgid "That's not a valid %s." msgstr "" -#: ../src/callbacks.py:599 +#: src/callbacks.py:599 msgid "You've attempted more nesting than is currently allowed on this bot." msgstr "" -#: ../src/callbacks.py:778 +#: src/callbacks.py:778 msgid "The command %q is available in the %L plugins. Please specify the plugin whose command you wish to call by using its name as a command before %q." msgstr "" -#: ../src/callbacks.py:863 ../src/callbacks.py:876 +#: src/callbacks.py:864 src/callbacks.py:877 msgid "(XX more messages)" msgstr "" -#: ../src/callbacks.py:908 +#: src/callbacks.py:909 msgid "more message" msgstr "" -#: ../src/callbacks.py:910 +#: src/callbacks.py:911 msgid "more messages" msgstr "" -#: ../src/callbacks.py:1010 +#: src/callbacks.py:1028 msgid "" "Determines what commands are currently disabled. Such\n" " commands will not appear in command lists, etc. They will appear not even\n" " to exist." msgstr "" -#: ../src/callbacks.py:1201 +#: src/callbacks.py:1224 msgid "Invalid arguments for %s." msgstr "" -#: ../src/callbacks.py:1227 +#: src/callbacks.py:1250 msgid "The %q command has no help." msgstr "" -#: ../src/commands.py:171 +#: src/commands.py:228 msgid "integer" msgstr "" -#: ../src/commands.py:182 +#: src/commands.py:239 msgid "non-integer value" msgstr "" -#: ../src/commands.py:193 +#: src/commands.py:250 msgid "floating point number" msgstr "" -#: ../src/commands.py:202 +#: src/commands.py:259 msgid "positive integer" msgstr "" -#: ../src/commands.py:206 +#: src/commands.py:263 msgid "non-negative integer" msgstr "" -#: ../src/commands.py:209 +#: src/commands.py:266 msgid "index" msgstr "" -#: ../src/commands.py:234 +#: src/commands.py:291 msgid "number of seconds" msgstr "" -#: ../src/commands.py:241 +#: src/commands.py:298 msgid "boolean" msgstr "" -#: ../src/commands.py:255 +#: src/commands.py:312 src/commands.py:320 src/commands.py:328 +#: src/commands.py:336 msgid "do that" msgstr "" -#: ../src/commands.py:259 +#: src/commands.py:316 src/commands.py:324 src/commands.py:332 +#: src/commands.py:340 msgid "I'm not even in %s." msgstr "" -#: ../src/commands.py:261 +#: src/commands.py:318 +msgid "I need to be voiced to %s." +msgstr "" + +#: src/commands.py:326 +msgid "I need to be halfopped to %s." +msgstr "" + +#: src/commands.py:334 msgid "I need to be opped to %s." msgstr "" -#: ../src/commands.py:278 +#: src/commands.py:344 +msgid "I need to be at least halfopped to %s." +msgstr "" + +#: src/commands.py:362 msgid "nick or hostmask" msgstr "" -#: ../src/commands.py:330 ../src/commands.py:333 +#: src/commands.py:414 src/commands.py:417 msgid "regular expression" msgstr "" -#: ../src/commands.py:344 +#: src/commands.py:428 msgid "That nick is too long for this server." msgstr "" -#: ../src/commands.py:393 ../src/commands.py:412 +#: src/commands.py:477 src/commands.py:496 msgid "I'm not in %s." msgstr "" -#: ../src/commands.py:397 +#: src/commands.py:481 msgid "This command may only be given in a channel that I am in." msgstr "" -#: ../src/commands.py:410 +#: src/commands.py:494 msgid "You must be in %s." msgstr "" -#: ../src/commands.py:414 +#: src/commands.py:498 msgid "channel" msgstr "" -#: ../src/commands.py:421 +#: src/commands.py:505 msgid "%s is not in %s." msgstr "" -#: ../src/commands.py:455 +#: src/commands.py:539 msgid "You must not give the empty string as an argument." msgstr "" -#: ../src/commands.py:472 +#: src/commands.py:556 msgid "This message must be sent in a channel." msgstr "" -#: ../src/commands.py:518 +#: src/commands.py:602 msgid "http url" msgstr "" -#: ../src/commands.py:525 +#: src/commands.py:609 msgid "command name" msgstr "" -#: ../src/commands.py:533 +#: src/commands.py:617 msgid "ip" msgstr "" -#: ../src/commands.py:539 +#: src/commands.py:623 msgid "letter" msgstr "" -#: ../src/commands.py:571 +#: src/commands.py:655 msgid "plugin" msgstr "" -#: ../src/commands.py:579 +#: src/commands.py:663 msgid "irc color" msgstr "" -#: ../src/conf.py:104 +#: src/conf.py:104 msgid "" "Determines whether this plugin is loaded\n" -" bydefault." +" by default." msgstr "" -#: ../src/conf.py:108 +#: src/conf.py:108 msgid "" "Determines whether this plugin is\n" " publicly visible." msgstr "" -#: ../src/conf.py:194 +#: src/conf.py:202 msgid "Determines the bot's default nick." msgstr "" -#: ../src/conf.py:197 +#: src/conf.py:205 msgid "" "Determines what alternative\n" " nicks will be used if the primary nick (supybot.nick) isn't available. A\n" @@ -215,54 +229,72 @@ msgid "" " appropriately until an unused nick is found." msgstr "" -#: ../src/conf.py:204 +#: src/conf.py:212 msgid "" "Determines the bot's ident string, if the server\n" " doesn't provide one by default." msgstr "" -#: ../src/conf.py:215 +#: src/conf.py:223 msgid "" "Determines the user the bot sends to the server.\n" " A standard user using the current version of the bot will be generated if\n" " this is left empty." msgstr "" -#: ../src/conf.py:223 +#: src/conf.py:231 msgid "Determines what networks the bot will connect to." msgstr "" -#: ../src/conf.py:264 +#: src/conf.py:273 msgid "" "Determines what password will be used on %s. Yes, we know that\n" " technically passwords are server-specific and not network-specific,\n" " but this is the best we can do right now." msgstr "" -#: ../src/conf.py:268 +#: src/conf.py:277 msgid "" "Determines what servers the bot will connect to for %s. Each will\n" " be tried in order, wrapping back to the first when the cycle is\n" " completed." msgstr "" -#: ../src/conf.py:272 +#: src/conf.py:281 msgid "Determines what channels the bot will join only on %s." msgstr "" -#: ../src/conf.py:275 +#: src/conf.py:284 msgid "" "Determines whether the bot will attempt to connect with SSL\n" " sockets to %s." msgstr "" -#: ../src/conf.py:278 +#: src/conf.py:287 msgid "" "Determines what key (if any) will be used to join the\n" " channel." msgstr "" -#: ../src/conf.py:298 +#: src/conf.py:289 +msgid "" +"Determines\n" +" what nick the bot will use on this network. If empty, defaults to\n" +" supybot.nick." +msgstr "" + +#: src/conf.py:294 +msgid "" +"Determines what SASL username will be used on %s. This should\n" +" be the bot's account name. Due to the way SASL works, you can't use\n" +" any grouped nick." +msgstr "" + +#: src/conf.py:298 +msgid "Determines what SASL password will be used on %s." +msgstr "" + +#: src/conf.py:318 msgid "" "Determines how timestamps\n" " printed for human reading should be formatted. Refer to the Python\n" @@ -270,40 +302,40 @@ msgid "" " time formats." msgstr "" -#: ../src/conf.py:312 +#: src/conf.py:332 msgid "" "Determines whether elapsed times will be given\n" " as \"1 day, 2 hours, 3 minutes, and 15 seconds\" or as \"1d 2h 3m 15s\"." msgstr "" -#: ../src/conf.py:322 +#: src/conf.py:342 msgid "" "Determines the absolute maximum length of\n" " the bot's reply -- no reply will be passed through the bot with a length\n" " greater than this." msgstr "" -#: ../src/conf.py:327 +#: src/conf.py:347 msgid "" "Determines whether the bot will break up long\n" " messages into chunks and allow users to use the 'more' command to get the\n" " remaining chunks." msgstr "" -#: ../src/conf.py:332 +#: src/conf.py:352 msgid "" "Determines what the maximum number of\n" " chunks (for use with the 'more' command) will be." msgstr "" -#: ../src/conf.py:336 +#: src/conf.py:356 msgid "" "Determines how long individual chunks\n" " will be. If set to 0, uses our super-tweaked,\n" " get-the-most-out-of-an-individual-message default." msgstr "" -#: ../src/conf.py:341 +#: src/conf.py:361 msgid "" "Determines how many mores will be sent\n" " instantly (i.e., without the use of the more command, immediately when\n" @@ -311,7 +343,7 @@ msgid "" " required for all but the first chunk." msgstr "" -#: ../src/conf.py:347 +#: src/conf.py:367 msgid "" "Determines whether the bot will send\n" " multi-message replies in a single message or in multiple messages. For\n" @@ -319,7 +351,7 @@ msgid "" " everything in a single message, using mores if necessary." msgstr "" -#: ../src/conf.py:353 +#: src/conf.py:373 msgid "" "Determines whether the bot will reply with an\n" " error message when it is addressed but not given a valid command. If this\n" @@ -327,14 +359,14 @@ msgid "" " override the normal behavior." msgstr "" -#: ../src/conf.py:360 +#: src/conf.py:380 msgid "" "Determines whether error messages that result\n" " from bugs in the bot will show a detailed error message (the uncaught\n" " exception) or a generic error message." msgstr "" -#: ../src/conf.py:364 +#: src/conf.py:384 msgid "" "Determines whether the bot will send error\n" " messages to users in private. You might want to do this in order to keep\n" @@ -342,7 +374,7 @@ msgid "" " supybot.reply.error.withNotice." msgstr "" -#: ../src/conf.py:369 +#: src/conf.py:389 msgid "" "Determines whether the bot will send error\n" " messages to users via NOTICE instead of PRIVMSG. You might want to do this\n" @@ -352,7 +384,7 @@ msgid "" " in most IRC clients." msgstr "" -#: ../src/conf.py:376 +#: src/conf.py:396 msgid "" "Determines whether the bot will send an error\n" " message to users who attempt to call a command for which they do not have\n" @@ -361,21 +393,21 @@ msgid "" " running certain commands." msgstr "" -#: ../src/conf.py:383 +#: src/conf.py:403 msgid "" "Determines whether the bot will reply\n" " privatelywhen replying in a channel, rather than replying to the whole\n" " channel." msgstr "" -#: ../src/conf.py:388 +#: src/conf.py:408 msgid "" "Determines whether the bot will reply with a\n" " notice when replying in a channel, rather than replying with a privmsg as\n" " normal." msgstr "" -#: ../src/conf.py:394 +#: src/conf.py:414 msgid "" "Determines whether the bot will reply with a\n" " notice when it is sending a private message, in order not to open a /query\n" @@ -383,13 +415,13 @@ msgid "" " configuration variable reply.withNoticeWhenPrivate." msgstr "" -#: ../src/conf.py:400 +#: src/conf.py:420 msgid "" "Determines whether the bot will always prefix\n" " theuser's nick to its reply to that user's command." msgstr "" -#: ../src/conf.py:404 +#: src/conf.py:424 msgid "" "Determines whether the bot should attempt to\n" " reply to all messages even if they don't address it (either via its nick\n" @@ -397,7 +429,7 @@ msgid "" " to set supybot.reply.whenNotCommand to False." msgstr "" -#: ../src/conf.py:410 +#: src/conf.py:430 msgid "" "Determines whether the bot will allow you to\n" " send channel-related commands outside of that channel. Sometimes people\n" @@ -406,7 +438,7 @@ msgid "" " itself." msgstr "" -#: ../src/conf.py:417 +#: src/conf.py:437 msgid "" "Determines whether the bot will unidentify\n" " someone when that person changes his or her nick. Setting this to True\n" @@ -414,7 +446,7 @@ msgid "" " little greater security." msgstr "" -#: ../src/conf.py:423 +#: src/conf.py:443 msgid "" "Determines whether the bot will always join a\n" " channel when it's invited. If this value is False, the bot will only join\n" @@ -422,7 +454,7 @@ msgid "" " explicitly told to join the channel using the Admin.join command)" msgstr "" -#: ../src/conf.py:429 +#: src/conf.py:449 msgid "" "Supybot normally replies with the full help\n" " whenever a user misuses a command. If this value is set to True, the bot\n" @@ -430,7 +462,7 @@ msgid "" " help) rather than the full help." msgstr "" -#: ../src/conf.py:443 +#: src/conf.py:463 msgid "" "Determines what prefix characters the bot will\n" " reply to. A prefix character is a single character that the bot will use\n" @@ -441,7 +473,7 @@ msgid "" " assume it is being addressed." msgstr "" -#: ../src/conf.py:452 +#: src/conf.py:472 msgid "" "Determines what strings the\n" " bot will reply to when they are at the beginning of the message. Whereas\n" @@ -451,89 +483,89 @@ msgid "" " prefixed by either @@ or ??." msgstr "" -#: ../src/conf.py:459 +#: src/conf.py:479 msgid "" "Determines whether the bot will reply when\n" " people address it by its nick, rather than with a prefix character." msgstr "" -#: ../src/conf.py:462 +#: src/conf.py:482 msgid "" "Determines whether the bot will reply when\n" " people address it by its nick at the end of the message, rather than at\n" " the beginning." msgstr "" -#: ../src/conf.py:466 +#: src/conf.py:486 msgid "" "Determines what extra nicks\n" " the bot will always respond to when addressed by, even if its current nick\n" " is something else." msgstr "" -#: ../src/conf.py:476 +#: src/conf.py:496 msgid "The operation succeeded." msgstr "" -#: ../src/conf.py:477 +#: src/conf.py:497 msgid "" "Determines what message the bot replies with when a command succeeded.\n" " If this configuration variable is empty, no success message will be\n" " sent." msgstr "" -#: ../src/conf.py:482 +#: src/conf.py:502 msgid "" "An error has occurred and has been logged.\n" " Please contact this bot's administrator for more information." msgstr "" -#: ../src/conf.py:483 +#: src/conf.py:503 msgid "" "\n" " Determines what error message the bot gives when it wants to be\n" " ambiguous." msgstr "" -#: ../src/conf.py:488 +#: src/conf.py:508 msgid "" "An error has occurred and has been logged.\n" " Check the logs for more informations." msgstr "" -#: ../src/conf.py:489 +#: src/conf.py:509 msgid "" "Determines what error\n" " message the bot gives to the owner when it wants to be ambiguous." msgstr "" -#: ../src/conf.py:493 +#: src/conf.py:513 msgid "" "Your hostmask doesn't match or your password\n" " is wrong." msgstr "" -#: ../src/conf.py:494 +#: src/conf.py:514 msgid "" "Determines what message the bot replies with when\n" -" someonetries to use a command that requires being identified or having a\n" +" someone tries to use a command that requires being identified or having a\n" " password and neither credential is correct." msgstr "" -#: ../src/conf.py:500 +#: src/conf.py:520 msgid "" "I can't find %s in my user\n" " database. If you didn't give a user name, then I might not know what your\n" " user is, and you'll need to identify before this command might work." msgstr "" -#: ../src/conf.py:503 +#: src/conf.py:523 msgid "" "Determines what error message the bot replies with when someone tries\n" " to accessing some information on a user the bot doesn't know about." msgstr "" -#: ../src/conf.py:507 +#: src/conf.py:527 msgid "" "You must be registered to use this command.\n" " If you are already registered, you must either identify (using the identify\n" @@ -541,14 +573,14 @@ msgid "" " \"hostmask add\" command)." msgstr "" -#: ../src/conf.py:510 +#: src/conf.py:530 msgid "" "Determines what error message the bot\n" " replies with when someone tries to do something that requires them to be\n" " registered but they're not currently recognized." msgstr "" -#: ../src/conf.py:515 +#: src/conf.py:535 msgid "" "You don't have the %s capability. If you\n" " think that you should have this capability, be sure that you are identified\n" @@ -556,14 +588,14 @@ msgid "" " identified." msgstr "" -#: ../src/conf.py:518 +#: src/conf.py:538 msgid "" "Determines what error message is given when the bot\n" " is telling someone they aren't cool enough to use the command they tried to\n" " use." msgstr "" -#: ../src/conf.py:523 +#: src/conf.py:543 msgid "" "You're missing some capability you need.\n" " This could be because you actually possess the anti-capability for the\n" @@ -575,7 +607,7 @@ msgid "" " what you want to do." msgstr "" -#: ../src/conf.py:531 +#: src/conf.py:551 msgid "" "Determines what generic error message is given when the bot is telling\n" " someone that they aren't cool enough to use the command they tried to use,\n" @@ -583,40 +615,40 @@ msgid "" " explicit capability for whatever reason." msgstr "" -#: ../src/conf.py:537 +#: src/conf.py:557 msgid "" "That operation cannot be done in a\n" " channel." msgstr "" -#: ../src/conf.py:538 +#: src/conf.py:558 msgid "" "Determines what error messages the bot sends to people\n" " who try to do things in a channel that really should be done in\n" " private." msgstr "" -#: ../src/conf.py:543 +#: src/conf.py:563 msgid "" "This may be a bug. If you think it is,\n" " please file a bug report at\n" -" ." +" ." msgstr "" -#: ../src/conf.py:546 +#: src/conf.py:566 msgid "" "Determines what message the bot sends when it thinks you've\n" " encountered a bug that the developers don't know about." msgstr "" -#: ../src/conf.py:553 +#: src/conf.py:573 msgid "" "A floating point number of seconds to throttle\n" " snarfed URLs, in order to prevent loops between two bots snarfing the same\n" " URLs and having the snarfed URL in the output of the snarf message." msgstr "" -#: ../src/conf.py:558 +#: src/conf.py:578 msgid "" "Determines the number of seconds\n" " between running the upkeep function that flushes (commits) open databases,\n" @@ -624,7 +656,7 @@ msgid "" " level." msgstr "" -#: ../src/conf.py:564 +#: src/conf.py:584 msgid "" "Determines whether the bot will periodically\n" " flush data and configuration files to disk. Generally, the only time\n" @@ -635,27 +667,27 @@ msgid "" " permanent, you must edit the registry yourself." msgstr "" -#: ../src/conf.py:589 +#: src/conf.py:609 msgid "" "Determines what characters are valid for quoting\n" " arguments to commands in order to prevent them from being tokenized.\n" " " msgstr "" -#: ../src/conf.py:596 +#: src/conf.py:616 msgid "" "Determines whether the bot will allow nested\n" " commands, which rule. You definitely should keep this on." msgstr "" -#: ../src/conf.py:599 +#: src/conf.py:619 msgid "" "Determines what the maximum number of\n" " nested commands will be; users will receive an error if they attempt\n" " commands more nested than this." msgstr "" -#: ../src/conf.py:607 +#: src/conf.py:627 msgid "" "Supybot allows you to specify what brackets are\n" " used for your nested commands. Valid sets of brackets include [], <>, and\n" @@ -665,21 +697,21 @@ msgid "" " not be allowed in this channel." msgstr "" -#: ../src/conf.py:614 +#: src/conf.py:634 msgid "" "Supybot allows nested commands. Enabling this\n" " option will allow nested commands with a syntax similar to UNIX pipes, for\n" " example: 'bot: foo | bar'." msgstr "" -#: ../src/conf.py:619 +#: src/conf.py:639 msgid "" "Determines what commands have default\n" " plugins set, and which plugins are set to be the default for each of those\n" " commands." msgstr "" -#: ../src/conf.py:625 +#: src/conf.py:645 msgid "" "Determines what plugins automatically get precedence over all\n" " other plugins when selecting a default plugin for a command. By\n" @@ -689,13 +721,13 @@ msgid "" " case-sensitive." msgstr "" -#: ../src/conf.py:640 +#: src/conf.py:660 msgid "" "Determines whether the bot will defend itself\n" " against command-flooding." msgstr "" -#: ../src/conf.py:643 +#: src/conf.py:663 msgid "" "Determines how many commands users are\n" " allowed per minute. If a user sends more than this many commands in any\n" @@ -703,19 +735,19 @@ msgid "" " supybot.abuse.flood.command.punishment seconds." msgstr "" -#: ../src/conf.py:648 +#: src/conf.py:668 msgid "" "Determines how many seconds the bot\n" " will ignore users who flood it with commands." msgstr "" -#: ../src/conf.py:652 +#: src/conf.py:672 msgid "" "Determines whether the bot will defend itself\n" " against invalid command-flooding." msgstr "" -#: ../src/conf.py:655 +#: src/conf.py:675 msgid "" "Determines how many invalid commands users\n" " are allowed per minute. If a user sends more than this many invalid\n" @@ -726,28 +758,28 @@ msgid "" " commands than for them to flood with valid commands." msgstr "" -#: ../src/conf.py:663 +#: src/conf.py:683 msgid "" "Determines how many seconds the bot\n" " will ignore users who flood it with invalid commands. Typically, this\n" " value is higher than supybot.abuse.flood.command.punishment, since it's far\n" -" less likely (and far more annoying) for users to flood witih invalid\n" +" less likely (and far more annoying) for users to flood with invalid\n" " commands than for them to flood with valid commands." msgstr "" -#: ../src/conf.py:669 +#: src/conf.py:689 msgid "" "Determines whether the bot will notify people\n" " that they're being ignored for invalid command flooding." msgstr "" -#: ../src/conf.py:678 +#: src/conf.py:698 msgid "" "Determines the default length of time a\n" " driver should block waiting for input." msgstr "" -#: ../src/conf.py:685 +#: src/conf.py:705 msgid "" "Determines what driver module the bot\n" " will use. Socket, a simple driver based on timeout sockets, is used by\n" @@ -755,36 +787,37 @@ msgid "" " and if you've got Twisted installed, is probably your best bet." msgstr "" -#: ../src/conf.py:691 +#: src/conf.py:711 msgid "" "Determines the maximum time the bot will\n" " wait before attempting to reconnect to an IRC server. The bot may, of\n" " course, reconnect earlier if possible." msgstr "" -#: ../src/conf.py:740 +#: src/conf.py:760 msgid "" "Determines what directory configuration data is\n" " put into." msgstr "" -#: ../src/conf.py:743 +#: src/conf.py:763 msgid "Determines what directory data is put into." msgstr "" -#: ../src/conf.py:745 +#: src/conf.py:765 msgid "" "Determines what directory backup data is put\n" -" into." +" into. Set it to /dev/null (it is a special value,\n" +" so it also works on Windows and systems without /dev/null)." msgstr "" -#: ../src/conf.py:748 +#: src/conf.py:769 msgid "" "Determines what directory temporary files\n" " are put into." msgstr "" -#: ../src/conf.py:755 +#: src/conf.py:776 msgid "" "Determines what directories\n" " the bot will look for plugins in. Accepts a comma-separated list of\n" @@ -794,13 +827,13 @@ msgid "" " [config supybot.directories.plugins], newPluginDirectory'." msgstr "" -#: ../src/conf.py:763 +#: src/conf.py:784 msgid "" "Determines what plugins will\n" " be loaded." msgstr "" -#: ../src/conf.py:766 +#: src/conf.py:787 msgid "" "Determines whether the bot will always load\n" " important plugins (Admin, Channel, Config, Misc, Owner, and User)\n" @@ -810,28 +843,28 @@ msgid "" " enough to change the value of this variable appropriately :)" msgstr "" -#: ../src/conf.py:793 +#: src/conf.py:814 msgid "" "Determines what databases are available for use. If this\n" " value is not configured (that is, if its value is empty) then sane defaults\n" " will be provided." msgstr "" -#: ../src/conf.py:799 +#: src/conf.py:820 msgid "" "Determines what filename will be used\n" " for the users database. This file will go into the directory specified by\n" " the supybot.directories.conf variable." msgstr "" -#: ../src/conf.py:803 +#: src/conf.py:824 msgid "" "Determines how long it takes identification to\n" " time out. If the value is less than or equal to zero, identification never\n" " times out." msgstr "" -#: ../src/conf.py:807 +#: src/conf.py:828 msgid "" "Determines whether the bot will allow users to\n" " unregister their users. This can wreak havoc with already-existing\n" @@ -841,21 +874,21 @@ msgid "" " " msgstr "" -#: ../src/conf.py:816 +#: src/conf.py:837 msgid "" "Determines what filename will be used\n" " for the ignores database. This file will go into the directory specified\n" " by the supybot.directories.conf variable." msgstr "" -#: ../src/conf.py:822 +#: src/conf.py:843 msgid "" "Determines what filename will be used\n" " for the channels database. This file will go into the directory specified\n" " by the supybot.directories.conf variable." msgstr "" -#: ../src/conf.py:852 +#: src/conf.py:873 msgid "" "Determines whether database-based plugins that\n" " can be channel-specific will be so. This can be overridden by individual\n" @@ -866,7 +899,7 @@ msgid "" " to share a certain channel's databases globally." msgstr "" -#: ../src/conf.py:860 +#: src/conf.py:881 msgid "" "Determines what channel global\n" " (non-channel-specific) databases will be considered a part of. This is\n" @@ -878,7 +911,7 @@ msgid "" " for your channel." msgstr "" -#: ../src/conf.py:869 +#: src/conf.py:890 msgid "" "Determines whether another channel's global\n" " (non-channel-specific) databases will be allowed to link to this channel's\n" @@ -887,13 +920,13 @@ msgid "" " " msgstr "" -#: ../src/conf.py:886 +#: src/conf.py:907 msgid "" "Determines\n" " whether CDB databases will be allowed as a database implementation." msgstr "" -#: ../src/conf.py:889 +#: src/conf.py:910 msgid "" "Determines how often CDB databases will have\n" " their modifications flushed to disk. When the number of modified records\n" @@ -901,13 +934,13 @@ msgid "" " will be entirely flushed to disk." msgstr "" -#: ../src/conf.py:974 +#: src/conf.py:998 msgid "" "Determines what will be used as the\n" " default banmask style." msgstr "" -#: ../src/conf.py:978 +#: src/conf.py:1002 msgid "" "Determines whether the bot will strictly follow\n" " the RFC; currently this only affects what strings are considered to be\n" @@ -916,7 +949,7 @@ msgid "" " False." msgstr "" -#: ../src/conf.py:985 +#: src/conf.py:1009 msgid "" "Determines what user modes the bot will request\n" " from the server when it first connects. Many people might choose +i; some\n" @@ -924,27 +957,27 @@ msgid "" " that you should be given a fake host." msgstr "" -#: ../src/conf.py:991 +#: src/conf.py:1015 msgid "" "Determines what vhost the bot will bind to before\n" " connecting to the IRC server." msgstr "" -#: ../src/conf.py:995 +#: src/conf.py:1019 msgid "" "Determines how many old messages the bot will\n" " keep around in its history. Changing this variable will not take effect\n" " until the bot is restarted." msgstr "" -#: ../src/conf.py:1000 +#: src/conf.py:1024 msgid "" "A floating point number of seconds to throttle\n" " queued messages -- that is, messages will not be sent faster than once per\n" " throttleTime seconds." msgstr "" -#: ../src/conf.py:1005 +#: src/conf.py:1029 msgid "" "Determines whether the bot will send PINGs to\n" " the server it's connected to in order to keep the connection alive and\n" @@ -953,28 +986,28 @@ msgid "" " some strange server issues." msgstr "" -#: ../src/conf.py:1012 +#: src/conf.py:1036 msgid "" "Determines the number of seconds between sending\n" " pings to the server, if pings are being sent to the server." msgstr "" -#: ../src/conf.py:1017 +#: src/conf.py:1041 msgid "" "Determines whether the bot will refuse\n" -" duplicate messages to be queued for delivery to the server. This is a\n" +" duplicated messages to be queued for delivery to the server. This is a\n" " safety mechanism put in place to prevent plugins from sending the same\n" " message multiple times; most of the time it doesn't matter, unless you're\n" " doing certain kinds of plugin hacking." msgstr "" -#: ../src/conf.py:1025 +#: src/conf.py:1049 msgid "" "Determines how many seconds must elapse between\n" " JOINs sent to the server." msgstr "" -#: ../src/conf.py:1033 +#: src/conf.py:1057 msgid "" "Determines how many bytes the bot will\n" " 'peek' at when looking through a URL for a doctype or title or something\n" @@ -982,30 +1015,36 @@ msgid "" " found what it was looking for." msgstr "" -#: ../src/conf.py:1039 +#: src/conf.py:1063 msgid "" "Determines what proxy all HTTP requests should go\n" " through. The value should be of the form 'host:port'." msgstr "" -#: ../src/conf.py:1059 +#: src/conf.py:1083 msgid "Determines what host the HTTP server will bind." msgstr "" -#: ../src/conf.py:1061 +#: src/conf.py:1085 msgid "" "Determines what port the HTTP server will\n" " bind." msgstr "" -#: ../src/conf.py:1064 +#: src/conf.py:1088 msgid "" -"Defines whether the server will stay alive if\n" -" no plugin is using it. This also means that the server will start even\n" -" if it is not used." +"Determiness whether the server will stay\n" +" alive if no plugin is using it. This also means that the server will\n" +" start even if it is not used." msgstr "" -#: ../src/conf.py:1073 +#: src/conf.py:1092 +msgid "" +"Determines the content of the robots.txt file,\n" +" served on the server to search engine." +msgstr "" + +#: src/conf.py:1100 msgid "" "Determines whether the bot will ignore\n" " unregistered users by default. Of course, that'll make it particularly\n" @@ -1013,14 +1052,14 @@ msgid "" " problem to solve." msgstr "" -#: ../src/conf.py:1080 +#: src/conf.py:1107 msgid "" "A string that is the external IP of the bot. If this is the\n" " empty string, the bot will attempt to find out its IP dynamically (though\n" " sometimes that doesn't work, hence this variable)." msgstr "" -#: ../src/conf.py:1094 +#: src/conf.py:1121 msgid "" "Determines what the default timeout for socket\n" " objects will be. This means that *all* sockets will timeout when this many\n" @@ -1028,7 +1067,7 @@ msgid "" " that uses the sockets)." msgstr "" -#: ../src/conf.py:1100 +#: src/conf.py:1127 msgid "" "Determines what file the bot should write its PID\n" " (Process ID) to, so you can kill it more easily. If it's left unset (as is\n" @@ -1036,48 +1075,28 @@ msgid "" " changes to this variable to take effect." msgstr "" -#: ../src/conf.py:1110 +#: src/conf.py:1137 msgid "" "Determines whether the bot will automatically\n" " thread all commands." msgstr "" -#: ../src/conf.py:1113 +#: src/conf.py:1140 msgid "" "Determines whether the bot will automatically\n" " flush all flushers *very* often. Useful for debugging when you don't know\n" " what's breaking or when, but think that it might be logged." msgstr "" -#: ../src/questions.py:60 -msgid "Sorry, that response was not an option." -msgstr "" - -#: ../src/questions.py:106 -msgid "Sorry, you must enter a value." -msgstr "" - -#: ../src/questions.py:126 -msgid "Enter password: " -msgstr "" - -#: ../src/questions.py:128 -msgid "Re-enter password: " -msgstr "" - -#: ../src/questions.py:141 -msgid "Passwords don't match." -msgstr "" - -#: ../src/utils/httpserver.py:129 +#: src/httpserver.py:131 msgid "" "\n" " This is a default response of the Supybot HTTP server. If you see this\n" -" message, it probably means you are developping a plugin, and you have\n" +" message, it probably means you are developing a plugin, and you have\n" " neither overriden this message or defined an handler for this query." msgstr "" -#: ../src/utils/httpserver.py:150 +#: src/httpserver.py:152 msgid "" "\n" " I am a pretty clever IRC bot, but I suck at serving Web pages, particulary\n" @@ -1086,19 +1105,43 @@ msgid "" " trained to help you in such a case." msgstr "" -#: ../src/utils/httpserver.py:167 +#: src/httpserver.py:169 msgid "Request not handled." msgstr "" -#: ../src/utils/httpserver.py:171 +#: src/httpserver.py:173 msgid "Supybot Web server index" msgstr "" -#: ../src/utils/httpserver.py:174 +#: src/httpserver.py:176 msgid "Here is a list of the plugins that have a Web interface:" msgstr "" -#: ../src/utils/httpserver.py:183 +#: src/httpserver.py:185 msgid "No plugins available." msgstr "" +#: src/httpserver.py:199 +msgid "Request not handled" +msgstr "" + +#: src/questions.py:60 +msgid "Sorry, that response was not an option." +msgstr "" + +#: src/questions.py:106 +msgid "Sorry, you must enter a value." +msgstr "" + +#: src/questions.py:126 +msgid "Enter password: " +msgstr "" + +#: src/questions.py:128 +msgid "Re-enter password: " +msgstr "" + +#: src/questions.py:141 +msgid "Passwords don't match." +msgstr "" +