Admin & Factoids & Google & Later & Misc & NickAuth & RSS & Seen & User & Web: Update messages.pot

This commit is contained in:
Valentin Lorentz 2013-07-25 11:38:21 +02:00
parent 7479849767
commit 3341cd15ba
10 changed files with 392 additions and 230 deletions

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -87,14 +87,14 @@ msgstr ""
#: plugin.py:216
#, docstring
msgid ""
"[<nick>]\n"
"[<nick>] [<network>]\n"
"\n"
" Changes the bot's nick to <nick>. If no nick is given, returns the\n"
" bot's current nick.\n"
" "
msgstr ""
#: plugin.py:231
#: plugin.py:233
#, docstring
msgid ""
"[<channel>] [<reason>]\n"
@ -106,11 +106,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:249
#: plugin.py:251
msgid "I'm not in %s."
msgstr ""
#: plugin.py:261
#: plugin.py:263
#, docstring
msgid ""
"<name|hostmask> <capability>\n"
@ -120,15 +120,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:281
#: plugin.py:283
msgid "The \"owner\" capability can't be added in the bot. Use the supybot-adduser program (or edit the users.conf file yourself) to add an owner capability."
msgstr ""
#: plugin.py:292
#: plugin.py:294
msgid "You can't add capabilities you don't have."
msgstr ""
#: plugin.py:297
#: plugin.py:299
#, docstring
msgid ""
"<name|hostmask> <capability>\n"
@ -138,15 +138,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:309
#: plugin.py:311
msgid "That user doesn't have that capability."
msgstr ""
#: plugin.py:311
#: plugin.py:313
msgid "You can't remove capabilities you don't have."
msgstr ""
#: plugin.py:319
#: plugin.py:321
#, docstring
msgid ""
"<hostmask|nick> [<expires>]\n"
@ -158,7 +158,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:332
#: plugin.py:334
#, docstring
msgid ""
"<hostmask|nick>\n"
@ -168,11 +168,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:341
#: plugin.py:343
msgid "%s wasn't in the ignores database."
msgstr ""
#: plugin.py:346
#: plugin.py:348
#, docstring
msgid ""
"takes no arguments\n"
@ -181,11 +181,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:354
#: plugin.py:356
msgid "I'm not currently globally ignoring anyone."
msgstr ""
#: plugin.py:360
#: plugin.py:362
#, docstring
msgid ""
"takes no arguments\n"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-06-28 19:40+CEST\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -22,7 +22,25 @@ msgid ""
" out."
msgstr ""
#: config.py:51
#: config.py:52
msgid ""
"Determines whether the Factoids plugins will\n"
" be browsable on the HTTP server."
msgstr ""
#: config.py:55
msgid ""
"Determines whether factoids can be displayed\n"
" via the web server."
msgstr ""
#: config.py:59
msgid ""
"Only allows a user with voice or above on a\n"
" channel to use the command."
msgstr ""
#: config.py:62
msgid ""
"Determines what separator must be used in the\n"
" learn command. Defaults to 'as' -- learn <key> as <value>. Users might\n"
@ -30,21 +48,21 @@ msgid ""
" configurable."
msgstr ""
#: config.py:56
#: config.py:67
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
#: config.py:71
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
#: config.py:75
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"
@ -52,11 +70,11 @@ msgid ""
" before giving up."
msgstr ""
#: config.py:69
#: config.py:80
msgid "$key could be $value."
msgstr ""
#: config.py:69
#: config.py:80
msgid ""
"Determines the format of\n"
" the response given when a factoid's value is requested. All the standard\n"
@ -64,7 +82,23 @@ msgid ""
" for the factoid's value."
msgstr ""
#: plugin.py:179
#: plugin.py:108
msgid "key"
msgstr ""
#: plugin.py:109
msgid "id"
msgstr ""
#: plugin.py:110
msgid "fact"
msgstr ""
#: plugin.py:275
msgid "You have to be at least voiced to teach factoids."
msgstr ""
#: plugin.py:312
msgid ""
"[<channel>] <key> %s <value>\n"
"\n"
@ -76,7 +110,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:199
#: plugin.py:332
#, docstring
msgid ""
"Try to typo-match input to possible factoids.\n"
@ -87,15 +121,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:257 plugin.py:386
#: plugin.py:390 plugin.py:520
msgid "That's not a valid number for that key."
msgstr ""
#: plugin.py:279 plugin.py:372 plugin.py:598
#: plugin.py:412 plugin.py:506 plugin.py:735
msgid "No factoid matches that key."
msgstr ""
#: plugin.py:304
#: plugin.py:438
#, docstring
msgid ""
"[<channel>] [--raw] <key> [<number>]\n"
@ -108,11 +142,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:321 plugin.py:523
#: plugin.py:455 plugin.py:660
msgid "key id"
msgstr ""
#: plugin.py:334
#: plugin.py:468
#, docstring
msgid ""
"[<channel>] <oldkey> <newkey> [<number>]\n"
@ -126,15 +160,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:381 plugin.py:398
#: plugin.py:515 plugin.py:532
msgid "This key-factoid relationship already exists."
msgstr ""
#: plugin.py:389
#: plugin.py:523
msgid "This key has more than one factoid associated with it, but you have not provided a number."
msgstr ""
#: plugin.py:403
#: plugin.py:537
#, docstring
msgid ""
"[<channel>] [--plain] [--alpha] [<number>]\n"
@ -154,7 +188,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:448
#: plugin.py:582
#, docstring
msgid ""
"[<channel>] <key>\n"
@ -165,7 +199,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:466
#: plugin.py:600
#, docstring
msgid ""
"[<channel>] <key>\n"
@ -176,7 +210,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:505
#: plugin.py:639
#, docstring
msgid ""
"[<channel>] <key> [<number>|*]\n"
@ -194,33 +228,37 @@ msgid ""
" "
msgstr ""
#: plugin.py:537
#: plugin.py:654
msgid "You have to be at least voiced to remove factoids."
msgstr ""
#: plugin.py:674
msgid "There is no such factoid."
msgstr ""
#: plugin.py:547
#: plugin.py:684
msgid "Invalid factoid number."
msgstr ""
#: plugin.py:552
#: plugin.py:689
msgid "%s factoids have that key. Please specify which one to remove, or use * to designate all of them."
msgstr ""
#: plugin.py:560
#: plugin.py:697
#, docstring
msgid ""
"[<channel>]\n"
"\n"
" Returns a random factoid from the database for <channel>. <channel>\n"
" Returns random factoids from the database for <channel>. <channel>\n"
" is only necessary if the message isn't sent in the channel itself.\n"
" "
msgstr ""
#: plugin.py:582
#: plugin.py:719
msgid "I couldn't find a factoid."
msgstr ""
#: plugin.py:587
#: plugin.py:724
#, docstring
msgid ""
"[<channel>] <key>\n"
@ -231,15 +269,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:613
#: plugin.py:750
msgid "#%i was added by %s at %s, and has been recalled %n"
msgstr ""
#: plugin.py:616
#: plugin.py:753
msgid "time"
msgstr ""
#: plugin.py:626
#: plugin.py:763
#, docstring
msgid ""
"[<channel>] <key> <number> <regexp>\n"
@ -249,11 +287,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:640
#: plugin.py:777
msgid "I couldn't find any key %q"
msgstr ""
#: plugin.py:655
#: plugin.py:792
#, docstring
msgid ""
"[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n"
@ -264,11 +302,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:692 plugin.py:701
#: plugin.py:829 plugin.py:838
msgid "No keys matched that query."
msgstr ""
#: plugin.py:697 plugin.py:706
#: plugin.py:834 plugin.py:843
msgid "More than 100 keys matched that query; please narrow your query."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-10-07 18:43+EEST\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -42,52 +42,58 @@ msgstr ""
#: config.py:105
msgid ""
"Determines the base URL used for\n"
" requests."
msgstr ""
#: config.py:108
msgid ""
"Determines whether the search snarfer is\n"
" enabled. If so, messages (even unaddressed ones) beginning with the word\n"
" 'google' will result in the first URL Google returns being sent to the\n"
" channel."
msgstr ""
#: config.py:110
#: config.py:113
msgid ""
"Determines whether the word 'google' in the\n"
" bot's output will be made colorful (like Google's logo)."
msgstr ""
#: config.py:113
#: config.py:116
msgid "Determines whether results are bolded."
msgstr ""
#: config.py:115
#: config.py:118
msgid ""
"Determines whether results are sent in\n"
" different lines or all in the same one."
msgstr ""
#: config.py:118
#: config.py:121
msgid ""
"Determines the maximum number of results returned\n"
" from the google command."
msgstr ""
#: config.py:121
#: config.py:124
msgid ""
"Determines what default language is used in\n"
" searches. If left empty, no specific language will be requested."
msgstr ""
#: config.py:121
#: config.py:124
msgid "en"
msgstr ""
#: config.py:124
#: config.py:127
msgid ""
"Determines what level of search filtering to use\n"
" by default. 'active' - most filtering, 'moderate' - default filtering,\n"
" 'off' - no filtering"
msgstr ""
#: plugin.py:82
#: plugin.py:83
#, docstring
msgid ""
"Perform a search using Google's AJAX API.\n"
@ -101,15 +107,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:121 plugin.py:182
#: plugin.py:122 plugin.py:188
msgid "We broke The Google!"
msgstr ""
#: plugin.py:141
#: plugin.py:147
msgid "No matches found."
msgstr ""
#: plugin.py:149
#: plugin.py:155
#, docstring
msgid ""
"[--snippet] <search>\n"
@ -119,11 +125,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:166
#: plugin.py:172
msgid "Google found nothing."
msgstr ""
#: plugin.py:171
#: plugin.py:177
#, docstring
msgid ""
"<search> [--{filter,language} <value>]\n"
@ -134,7 +140,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:199
#: plugin.py:205
#, docstring
msgid ""
"<url>\n"
@ -143,11 +149,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:210
#: plugin.py:216
msgid "Google seems to have no cache for that site."
msgstr ""
#: plugin.py:215
#: plugin.py:221
#, docstring
msgid ""
"<search string> <search string> [<search string> ...]\n"
@ -157,7 +163,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:238
#: plugin.py:244
#, docstring
msgid ""
"<source language> [to] <target language> <text>\n"
@ -167,12 +173,12 @@ msgid ""
" "
msgstr ""
#: plugin.py:275
#: plugin.py:280
#, docstring
msgid "^google\\s+(.*)$"
msgstr ""
#: plugin.py:304
#: plugin.py:311
#, docstring
msgid ""
"<expression>\n"
@ -181,11 +187,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:337
#: plugin.py:347
msgid "Google says: Error: %s."
msgstr ""
#: plugin.py:344
#: plugin.py:354
#, docstring
msgid ""
"<phone number>\n"
@ -194,7 +200,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:358
#: plugin.py:371
msgid "Google's phonebook didn't come up with anything."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-08-10 11:28+CEST\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -79,7 +79,7 @@ msgstr ""
msgid ""
"<nick> <text>\n"
"\n"
" Tells <nick> <text> the next time <nick> is in seen. <nick> can\n"
" Tells <nick> <text> the next time <nick> is seen. <nick> can\n"
" contain wildcard characters, and the first matching nick will be\n"
" given the note.\n"
" "

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-07-30 11:30+CEST\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -17,13 +17,19 @@ msgstr ""
#: config.py:45
msgid ""
"Determines how many messages the bot\n"
" will issue when using the 'more' command."
msgstr ""
#: config.py:48
msgid ""
"Determines whether the bot will list private\n"
" plugins with the list command if given the --private switch. If this is\n"
" disabled, non-owner users should be unable to see what private plugins\n"
" are loaded."
msgstr ""
#: config.py:50
#: config.py:53
msgid ""
"Determines whether the bot will list unloaded\n"
" plugins with the list command if given the --unloaded switch. If this is\n"
@ -31,7 +37,7 @@ msgid ""
" are available."
msgstr ""
#: config.py:55
#: config.py:58
msgid ""
"Determines the format string for\n"
" timestamps in the Misc.last command. Refer to the Python documentation\n"
@ -39,33 +45,33 @@ msgid ""
" variable to the empty string, the timestamp will not be shown."
msgstr ""
#: config.py:62
#: config.py:65
msgid ""
"Determines whether or not\n"
" the timestamp will be included in the output of last when it is part of a\n"
" nested command"
msgstr ""
#: config.py:66
#: config.py:69
msgid ""
"Determines whether or not the\n"
" nick will be included in the output of last when it is part of a nested\n"
" command"
msgstr ""
#: plugin.py:105
msgid "You've given me %s invalid commands within the last minute; I'm now ignoring you for %s."
#: plugin.py:111
msgid "You've given me %s invalid commands within the last %i seconds; I'm now ignoring you for %s."
msgstr ""
#: plugin.py:144
#: plugin.py:153
msgid "The %q plugin is loaded, but there is no command named %q in it. Try \"list %s\" to see the commands in the %q plugin."
msgstr ""
#: plugin.py:150 plugin.py:153
#: plugin.py:159 plugin.py:162
msgid "command"
msgstr ""
#: plugin.py:170
#: plugin.py:179
#, docstring
msgid ""
"[--private] [--unloaded] [<plugin>]\n"
@ -77,23 +83,23 @@ msgid ""
" "
msgstr ""
#: plugin.py:191
#: plugin.py:200
msgid "--private and --unloaded are uncompatible options."
msgstr ""
#: plugin.py:222
#: plugin.py:231
msgid "There are no private plugins."
msgstr ""
#: plugin.py:224
#: plugin.py:233
msgid "There are no public plugins."
msgstr ""
#: plugin.py:231
#: plugin.py:240
msgid "That plugin exists, but has no commands. This probably means that it has some configuration variables that can be changed in order to modify its behavior. Try \"config list supybot.plugins.%s\" to see what configuration variables it has."
msgstr ""
#: plugin.py:243
#: plugin.py:252
#, docstring
msgid ""
"<string>\n"
@ -103,11 +109,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:262
#: plugin.py:271
msgid "No appropriate commands were found."
msgstr ""
#: plugin.py:267
#: plugin.py:276
#, docstring
msgid ""
"[<plugin>] [<command>]\n"
@ -117,15 +123,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:277
#: plugin.py:286
msgid "That command exists in the %L plugins. Please specify exactly which plugin command you want help with."
msgstr ""
#: plugin.py:284
#: plugin.py:293
msgid "There is no command %q."
msgstr ""
#: plugin.py:290
#: plugin.py:299
#, docstring
msgid ""
"takes no arguments\n"
@ -134,23 +140,23 @@ msgid ""
" "
msgstr ""
#: plugin.py:306
#: plugin.py:314
msgid "The newest versions available online are %s."
msgstr ""
#: plugin.py:307
#: plugin.py:315
msgid "%s (in %s)"
msgstr ""
#: plugin.py:311
#: plugin.py:319
msgid "I couldn't fetch the newest version from the Limnoria repository."
msgstr ""
#: plugin.py:313
#: plugin.py:321
msgid "The current (running) version of this Supybot is %s. %s"
msgstr ""
#: plugin.py:320
#: plugin.py:328
#, docstring
msgid ""
"takes no arguments\n"
@ -159,11 +165,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:324
#: plugin.py:332
msgid "My source is at https://github.com/ProgVal/Limnoria"
msgstr ""
#: plugin.py:329
#: plugin.py:337
#, docstring
msgid ""
"[<nick>]\n"
@ -175,31 +181,31 @@ msgid ""
" "
msgstr ""
#: plugin.py:343
#: plugin.py:351
msgid "%s has no public mores."
msgstr ""
#: plugin.py:346
#: plugin.py:354
msgid "Sorry, I can't find any mores for %s"
msgstr ""
#: plugin.py:353
#: plugin.py:362
msgid "1 more message"
msgstr ""
#: plugin.py:355
#: plugin.py:364
msgid "%i more messages"
msgstr ""
#: plugin.py:359
#: plugin.py:368
msgid "You haven't asked me a command; perhaps you want to see someone else's more. To do so, call this command with that person's nick."
msgstr ""
#: plugin.py:363
#: plugin.py:372
msgid "That's all, there is no more."
msgstr ""
#: plugin.py:373
#: plugin.py:382
#, docstring
msgid ""
"[--{from,in,on,with,without,regexp} <value>] [--nolimit]\n"
@ -214,15 +220,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:475
#: plugin.py:484
msgid "The regular expression timed out."
msgstr ""
#: plugin.py:488
#: plugin.py:497
msgid "I couldn't find a message matching that criteria in my history of %s messages."
msgstr ""
#: plugin.py:503
#: plugin.py:512
#, docstring
msgid ""
"<nick> <text>\n"
@ -232,23 +238,23 @@ msgid ""
" "
msgstr ""
#: plugin.py:513
msgid "Dude, just give the command. No need for the tell."
#: plugin.py:522
msgid "Hey, just give the command. No need for the tell."
msgstr ""
#: plugin.py:518
#: plugin.py:527
msgid "You just told me, why should I tell myself?"
msgstr ""
#: plugin.py:523
#: plugin.py:532
msgid "I haven't seen %s, I'll let you do the telling."
msgstr ""
#: plugin.py:528
#: plugin.py:537
msgid "%s wants me to tell you: %s"
msgstr ""
#: plugin.py:535
#: plugin.py:544
#, docstring
msgid ""
"takes no arguments\n"
@ -257,11 +263,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:539
#: plugin.py:548
msgid "pong"
msgstr ""
#: plugin.py:543
#: plugin.py:552
#, docstring
msgid ""
"[<channel>] <beginning> [--match-case]\n"
@ -271,11 +277,11 @@ msgid ""
" <channel> defaults to the current channel."
msgstr ""
#: plugin.py:549
#: plugin.py:558
msgid "I'm not even in %s."
msgstr ""
#: plugin.py:561
#: plugin.py:570
msgid "No such nick."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-11-04 11:10+EET\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -69,11 +69,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:125
#: plugin.py:119
msgid "You are not identified and <user> is not given."
msgstr ""
#: plugin.py:129
msgid "You have no recognized nick on this network."
msgstr ""
#: plugin.py:132
#: plugin.py:136
#, docstring
msgid ""
"takes no argument\n"
@ -83,11 +87,11 @@ msgid ""
" network services."
msgstr ""
#: plugin.py:158
#: plugin.py:162
msgid "You are now authenticated as %s."
msgstr ""
#: plugin.py:160
#: plugin.py:164
msgid "No user has this nick on this network."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-07-31 19:07+UTC\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -44,33 +44,43 @@ msgid "New news from "
msgstr ""
#: config.py:64
msgid ": "
msgstr ""
#: config.py:64
msgid ""
"Determines what\n"
" suffix is appended to the feed name in a news item."
msgstr ""
#: config.py:67
msgid ""
"Determines which RSS feeds\n"
" should be announced in the channel; valid input is a list of strings\n"
" (either registered RSS feeds or RSS feed URLs) separated by spaces."
msgstr ""
#: config.py:68
#: config.py:71
msgid ""
"Indicates how many seconds the bot will\n"
" wait between retrieving RSS feeds; requests made within this period will\n"
" return cached results."
msgstr ""
#: config.py:72
#: config.py:75
msgid ""
"Determines whether feed items should be\n"
" sorted by their update timestamp or kept in the same order as they appear\n"
" in a feed."
msgstr ""
#: config.py:76
#: config.py:83
msgid ""
"Determines what feeds should be accessible as\n"
" commands."
msgstr ""
#: config.py:79
#: config.py:86
msgid ""
"Determines whether the bot will list the link\n"
" along with the title of the feed when the rss command is called.\n"
@ -78,40 +88,40 @@ msgid ""
" listed when a feed is automatically announced."
msgstr ""
#: config.py:84
#: config.py:97
msgid ""
"Indicates how many headlines an rss feed\n"
" will output by default, if no number is provided."
msgstr ""
#: config.py:87
#: config.py:100
msgid ""
"Indicates how many headlines an rss feed\n"
" will output when it is first added to announce for a channel."
msgstr ""
#: config.py:90
#: config.py:103
msgid ""
"Space separated list of \n"
" strings, lets you filter headlines to those containing one or more items\n"
" in this whitelist."
msgstr ""
#: config.py:94
#: config.py:107
msgid ""
"Space separated list of \n"
" strings, lets you filter headlines to those not containing any items\n"
" in this blacklist."
msgstr ""
#: config.py:100
#: config.py:113
msgid ""
"Determines whether the bot will list the link\n"
" along with the title of the feed when a feed is automatically\n"
" announced."
msgstr ""
#: plugin.py:62
#: plugin.py:63
#, docstring
msgid ""
"This plugin is useful both for announcing updates to RSS feeds in a\n"
@ -120,12 +130,12 @@ msgid ""
" command to determine what feeds should be announced in a given channel."
msgstr ""
#: plugin.py:304
#: plugin.py:320
#, docstring
msgid "Return feed items, sorted according to sortFeedItems."
msgstr ""
#: plugin.py:358
#: plugin.py:373
#, docstring
msgid ""
"<name> <url>\n"
@ -135,7 +145,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:369
#: plugin.py:384
#, docstring
msgid ""
"<name>\n"
@ -145,11 +155,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:375
#: plugin.py:390
msgid "That's not a valid RSS feed command name."
msgstr ""
#: plugin.py:386
#: plugin.py:401
#, docstring
msgid ""
"[<channel>]\n"
@ -159,11 +169,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:393
#: plugin.py:408
msgid "I am currently not announcing any feeds."
msgstr ""
#: plugin.py:398
#: plugin.py:413
#, docstring
msgid ""
"[<channel>] <name|url> [<name|url> ...]\n"
@ -175,7 +185,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:416
#: plugin.py:431
#, docstring
msgid ""
"[<channel>] <name|url> [<name|url> ...]\n"
@ -187,7 +197,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:434
#: plugin.py:449
#, docstring
msgid ""
"<url> [<number of headlines>]\n"
@ -197,11 +207,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:447
#: plugin.py:462
msgid "Couldn't get RSS feed."
msgstr ""
#: plugin.py:462
#: plugin.py:477
#, docstring
msgid ""
"<url|feed>\n"
@ -211,11 +221,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:475
#: plugin.py:490
msgid "I couldn't retrieve that RSS feed."
msgstr ""
#: plugin.py:488
#: plugin.py:503
msgid "Title: %s; URL: %u; Description: %s; Last updated: %s."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-03-03 19:39+CET\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -22,35 +22,46 @@ msgid ""
" is a wildcard in the request."
msgstr ""
#: plugin.py:197
#: config.py:53
msgid ""
"Determines whether the last message will\n"
" be displayed with @seen. Useful for keeping messages from a channel\n"
" private."
msgstr ""
#: plugin.py:198
msgid "Not enough non-wildcard characters."
msgstr ""
#: plugin.py:205 plugin.py:295
msgid "%s was last seen in %s %s ago: %s"
#: plugin.py:206 plugin.py:303
msgid "%s was last seen in %s %s ago"
msgstr ""
#: plugin.py:212
#: plugin.py:212 plugin.py:278 plugin.py:307
msgid "%s: %s"
msgstr ""
#: plugin.py:218
msgid "%s (%s ago)"
msgstr ""
#: plugin.py:214
#: plugin.py:220
msgid "%s could be %L"
msgstr ""
#: plugin.py:214
#: plugin.py:220
msgid "or"
msgstr ""
#: plugin.py:216
#: plugin.py:222
msgid "I haven't seen anyone matching %s."
msgstr ""
#: plugin.py:218 plugin.py:299
#: plugin.py:224 plugin.py:310
msgid "I have not seen %s."
msgstr ""
#: plugin.py:222
#: plugin.py:228
#, docstring
msgid ""
"[<channel>] <nick>\n"
@ -61,7 +72,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:236
#: plugin.py:242
#, docstring
msgid ""
"[<channel>] [--user <name>] [<nick>]\n"
@ -75,15 +86,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:269
msgid "Someone was last seen in %s %s ago: %s"
#: plugin.py:275
msgid "Someone was last seen in %s %s ago"
msgstr ""
#: plugin.py:273
#: plugin.py:281
msgid "I have never seen anyone."
msgstr ""
#: plugin.py:277
#: plugin.py:285
#, docstring
msgid ""
"[<channel>]\n"
@ -93,7 +104,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:303
#: plugin.py:314
#, docstring
msgid ""
"[<channel>] <name>\n"
@ -106,7 +117,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:319
#: plugin.py:330
#, docstring
msgid ""
"[<channel>] <nick>\n"
@ -115,19 +126,19 @@ msgid ""
" "
msgstr ""
#: plugin.py:326
#: plugin.py:337
msgid "I am not in %s."
msgstr ""
#: plugin.py:329
#: plugin.py:340
msgid "%s must be in %s to use this command."
msgstr ""
#: plugin.py:352
#: plugin.py:363
msgid "I couldn't find in my history of %s messages where %r last left the %s"
msgstr ""
#: plugin.py:361
#: plugin.py:372
msgid "Either %s didn't leave, or no messages were sent while %s was gone."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-10-30 17:37+EET\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -15,7 +15,7 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n"
#: plugin.py:49
#: plugin.py:52
#, docstring
msgid ""
"[--capability=<capability>] [<glob>]\n"
@ -25,19 +25,19 @@ msgid ""
" "
msgstr ""
#: plugin.py:64
#: plugin.py:67
msgid "This is a private capability. Only admins can see who has it."
msgstr ""
#: plugin.py:89
#: plugin.py:92
msgid "There are no matching registered users."
msgstr ""
#: plugin.py:91
#: plugin.py:94
msgid "There are no registered users."
msgstr ""
#: plugin.py:97
#: plugin.py:100
#, docstring
msgid ""
"<name> <password>\n"
@ -52,23 +52,23 @@ msgid ""
" "
msgstr ""
#: plugin.py:110
#: plugin.py:113
msgid "That name is already assigned to someone."
msgstr ""
#: plugin.py:115
#: plugin.py:118
msgid "username"
msgstr ""
#: plugin.py:116
#: plugin.py:119
msgid "Hostmasks are not valid usernames."
msgstr ""
#: plugin.py:123
#: plugin.py:126
msgid "Your hostmask is already registered to %s"
msgstr ""
#: plugin.py:139
#: plugin.py:142
#, docstring
msgid ""
"<name> [<password>]\n"
@ -78,11 +78,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:154
#: plugin.py:157
msgid "This command has been disabled. You'll have to ask the owner of this bot to unregister your user."
msgstr ""
#: plugin.py:167
#: plugin.py:170
#, docstring
msgid ""
"<name> <new name> [<password>]\n"
@ -94,11 +94,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:176
#: plugin.py:179
msgid "%q is already registered."
msgstr ""
#: plugin.py:190
#: plugin.py:193
#, docstring
msgid ""
"[<name>] <old password> <new password>\n"
@ -111,7 +111,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:218
#: plugin.py:221
#, docstring
msgid ""
"<password> [<True|False>]\n"
@ -125,11 +125,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:233
#: plugin.py:236
msgid "Secure flag set to %s"
msgstr ""
#: plugin.py:241
#: plugin.py:244
#, docstring
msgid ""
"<hostmask|nick>\n"
@ -139,15 +139,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:250
#: plugin.py:253
msgid "I haven't seen %s."
msgstr ""
#: plugin.py:255
#: plugin.py:258
msgid "I don't know who that is."
msgstr ""
#: plugin.py:261
#: plugin.py:264
#, docstring
msgid ""
"[<nick>]\n"
@ -157,7 +157,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:273
#: plugin.py:276
#, docstring
msgid ""
"[<name>]\n"
@ -168,15 +168,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:285
#: plugin.py:288
msgid "%s has no registered hostmasks."
msgstr ""
#: plugin.py:292
#: plugin.py:295
msgid "You may only retrieve your own hostmasks."
msgstr ""
#: plugin.py:308
#: plugin.py:311
#, docstring
msgid ""
"[<name>] [<hostmask>] [<password>]\n"
@ -192,19 +192,19 @@ msgid ""
" "
msgstr ""
#: plugin.py:322
#: plugin.py:325
msgid "hostmask"
msgstr ""
#: plugin.py:323
#: plugin.py:326
msgid "Make sure your hostmask includes a nick, then an exclamation point (!), then a user, then an at symbol (@), then a host. Feel free to use wildcards (* and ?, which work just like they do on the command line) in any of these parts."
msgstr ""
#: plugin.py:333 plugin.py:356
#: plugin.py:336 plugin.py:359
msgid "That hostmask is already registered."
msgstr ""
#: plugin.py:364
#: plugin.py:367
#, docstring
msgid ""
"<name> <hostmask> [<password>]\n"
@ -212,21 +212,102 @@ msgid ""
" Removes the hostmask <hostmask> from the record of the user\n"
" specified by <name>. If the hostmask given is 'all' then all\n"
" hostmasks will be removed. The <password> may only be required if\n"
" the user is not recognized by his hostmask. This message must be\n"
" the user is not recognized by their hostmask. This message must be\n"
" sent to the bot privately (not on a channel) since it may contain a\n"
" password.\n"
" "
msgstr ""
#: plugin.py:383
#: plugin.py:386
msgid "All hostmasks removed."
msgstr ""
#: plugin.py:387
#: plugin.py:390
msgid "There was no such hostmask."
msgstr ""
#: plugin.py:396
#: plugin.py:407
msgid "GPG features are not enabled."
msgstr ""
#: plugin.py:416
#, docstring
msgid ""
"<key id> <key server>\n"
"\n"
" Add a GPG key to your account."
msgstr ""
#: plugin.py:420
msgid "This key is already associated with your account."
msgstr ""
#: plugin.py:424
msgid "%n imported, %i unchanged, %i not imported."
msgstr ""
#: plugin.py:425
msgid "key"
msgstr ""
#: plugin.py:439
#, docstring
msgid ""
"<fingerprint>\n"
"\n"
" Remove a GPG key from your account."
msgstr ""
#: plugin.py:452
msgid "GPG key not associated with your account."
msgstr ""
#: plugin.py:457
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Send you a token that you'll have to sign with your key."
msgstr ""
#: plugin.py:464
msgid "Your token is: %s. Please sign it with your GPG key, paste it somewhere, and call the 'auth' command with the URL to the (raw) file containing the signature."
msgstr ""
#: plugin.py:478
#, docstring
msgid ""
"<url>\n"
"\n"
" Check the GPG signature at the <url> and authenticates you if\n"
" the key used is associated to a user."
msgstr ""
#: plugin.py:485
msgid "Signature or token not found."
msgstr ""
#: plugin.py:489
msgid "Unknown token. It may have expired before you submit it."
msgstr ""
#: plugin.py:492
msgid "Your hostname/nick changed in the process. Authentication aborted."
msgstr ""
#: plugin.py:503
msgid "You are now authenticated as %s."
msgstr ""
#: plugin.py:506
msgid "Unknown GPG key."
msgstr ""
#: plugin.py:508
msgid "Signature could not be verified. Make sure this is a valid GPG signature and the URL is valid."
msgstr ""
#: plugin.py:514
#, docstring
msgid ""
"[<name>]\n"
@ -237,7 +318,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:416
#: plugin.py:534
#, docstring
msgid ""
"<name> <password>\n"
@ -248,11 +329,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:428
#: plugin.py:546
msgid "Your secure flag is true and your hostmask doesn't match any of your known hostmasks."
msgstr ""
#: plugin.py:438
#: plugin.py:556
#, docstring
msgid ""
"takes no arguments\n"
@ -264,11 +345,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:447
#: plugin.py:565
msgid "If you remain recognized after giving this command, you're being recognized by hostmask, rather than by password. You must remove whatever hostmask is causing you to be recognized in order not to be recognized."
msgstr ""
#: plugin.py:456
#: plugin.py:574
#, docstring
msgid ""
"takes no arguments\n"
@ -277,11 +358,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:464
#: plugin.py:582
msgid "I don't recognize you."
msgstr ""
#: plugin.py:469
#: plugin.py:587
#, docstring
msgid ""
"takes no arguments\n"
@ -290,7 +371,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:487
#: plugin.py:605
msgid "I have %s registered users with %s registered hostmasks; %n and %n."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-03-02 19:04+CET\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\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"
@ -23,12 +23,18 @@ msgstr ""
#: config.py:53
msgid ""
"Determines whether the bot will notfiy the user\n"
" about network exceptions like hostnotfound, timeout ...."
msgstr ""
#: config.py:56
msgid ""
"Determines what URLs matching the given regexp\n"
" will not be snarfed. Give the empty string if you have no URLs that you'd\n"
" like to exclude from being snarfed."
msgstr ""
#: config.py:59
#: config.py:68
msgid ""
"Determines the maximum number of\n"
" bytes the bot will download via the 'fetch' command in this plugin."
@ -39,11 +45,11 @@ msgstr ""
msgid "Add the help for \"@help Web\" here."
msgstr ""
#: plugin.py:115
#: plugin.py:120
msgid "Title: %s (at %s)"
msgstr ""
#: plugin.py:122
#: plugin.py:140
#, docstring
msgid ""
"<url>\n"
@ -53,11 +59,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:129
#: plugin.py:150
msgid "%s: %s"
msgstr ""
#: plugin.py:139
#: plugin.py:160
#, docstring
msgid ""
"<url>\n"
@ -67,11 +73,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:152
#: plugin.py:176
msgid "That URL has no specified doctype."
msgstr ""
#: plugin.py:157
#: plugin.py:181
#, docstring
msgid ""
"<url>\n"
@ -81,15 +87,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:166 plugin.py:171
#: plugin.py:193 plugin.py:198
msgid "%u is %S long."
msgstr ""
#: plugin.py:173
#: plugin.py:200
msgid "The server didn't tell me how long %u is but it's longer than %S."
msgstr ""
#: plugin.py:182
#: plugin.py:209
#, docstring
msgid ""
"[--no-filter] <url>\n"
@ -100,15 +106,15 @@ msgid ""
" "
msgstr ""
#: plugin.py:205
#: plugin.py:238
msgid "That URL appears to have no HTML title."
msgstr ""
#: plugin.py:207
#: plugin.py:240
msgid "That URL appears to have no HTML title within the first %S."
msgstr ""
#: plugin.py:213
#: plugin.py:246
#, docstring
msgid ""
"<text>\n"
@ -117,7 +123,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:222
#: plugin.py:255
#, docstring
msgid ""
"<text>\n"
@ -126,7 +132,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:232
#: plugin.py:265
#, docstring
msgid ""
"<url>\n"
@ -137,7 +143,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:240
#: plugin.py:276
msgid "This command is disabled (supybot.plugins.Web.fetch.maximum is set to 0)."
msgstr ""