mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix the internationalisation problem for the docstrings
This commit is contained in:
parent
09209056fe
commit
842221801a
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2010-10-06 16:16+0200\n"
|
"POT-Creation-Date: 2010-10-09 17:55+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -17,52 +17,85 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: plugin.py:252
|
#: plugin.py:48
|
||||||
msgid "I couldn't find you in my user database."
|
msgid "ChannelStats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:265
|
#: plugin.py:51
|
||||||
msgid ""
|
msgid "actions"
|
||||||
"%s has sent %n; a total of %n, %n, %n, and %n; %s of those messages %s. %s "
|
|
||||||
"has joined %n, parted %n, quit %n, kicked someone %n, been kicked %n, "
|
|
||||||
"changed the topic %n, and changed the mode %n."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:272
|
#: plugin.py:51
|
||||||
msgid "character"
|
msgid "chars"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:273 plugin.py:355
|
#: plugin.py:51 plugin.py:83
|
||||||
msgid "word"
|
msgid "frowns"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:274 plugin.py:356
|
#: plugin.py:51
|
||||||
msgid "smiley"
|
msgid "joins"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:275 plugin.py:357
|
#: plugin.py:51
|
||||||
msgid "frown"
|
msgid "kicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:277 plugin.py:358
|
#: plugin.py:51
|
||||||
msgid "was an ACTION"
|
msgid "modes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:278 plugin.py:359
|
#: plugin.py:52
|
||||||
msgid "were ACTIONs"
|
msgid "msgs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:280 plugin.py:281 plugin.py:282 plugin.py:283 plugin.py:284
|
#: plugin.py:52
|
||||||
#: plugin.py:285 plugin.py:286
|
msgid "parts"
|
||||||
msgid "time"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:289
|
#: plugin.py:52
|
||||||
#, python-format
|
msgid "quits"
|
||||||
msgid "I have no stats for that %s in %s."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:291
|
#: plugin.py:52 plugin.py:84
|
||||||
|
msgid "smileys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:52
|
||||||
|
msgid "topics"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:52
|
||||||
|
msgid "words"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:52
|
||||||
|
msgid "users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:121
|
||||||
|
msgid "kicked"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:139 plugin.py:147 plugin.py:148 plugin.py:149 plugin.py:160
|
||||||
|
#: plugin.py:206 plugin.py:207 plugin.py:208 plugin.py:210 plugin.py:225
|
||||||
|
#: plugin.py:226 plugin.py:227
|
||||||
|
msgid "channelStats"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:165
|
||||||
|
msgid "ChannelStats.db"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:195
|
||||||
|
msgid "PRIVMSG"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:197
|
||||||
|
msgid "selfStats"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:246
|
||||||
msgid ""
|
msgid ""
|
||||||
"[<channel>] [<name>]\n"
|
"[<channel>] [<name>]\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -73,21 +106,68 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:305
|
#: plugin.py:259
|
||||||
|
msgid "I couldn't find you in my user database."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:272
|
||||||
msgid ""
|
msgid ""
|
||||||
"There's really no reason why you should have underscores or brackets in your "
|
"%s has sent %n; a total of %n, %n, %n, and %n; %s of those messages %s. %s "
|
||||||
"mathematical expression. Please remove them."
|
"has joined %n, parted %n, quit %n, kicked someone %n, been kicked %n, "
|
||||||
|
"changed the topic %n, and changed the mode %n."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:309
|
#: plugin.py:278
|
||||||
msgid "You can't use lambda in this command."
|
msgid "message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:323
|
#: plugin.py:279
|
||||||
msgid "stat variable"
|
msgid "character"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:335
|
#: plugin.py:280 plugin.py:365
|
||||||
|
msgid "word"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:281 plugin.py:366
|
||||||
|
msgid "smiley"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:282 plugin.py:367
|
||||||
|
msgid "frown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:284 plugin.py:368
|
||||||
|
msgid "was an ACTION"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:285 plugin.py:369
|
||||||
|
msgid "were ACTIONs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:287 plugin.py:288 plugin.py:289 plugin.py:290 plugin.py:291
|
||||||
|
#: plugin.py:292 plugin.py:293
|
||||||
|
msgid "time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:296
|
||||||
|
#, python-format
|
||||||
|
msgid "I have no stats for that %s in %s."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:298 plugin.py:346 plugin.py:382
|
||||||
|
msgid "channeldb"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:298
|
||||||
|
msgid "something"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:300
|
||||||
|
msgid "__builtins__"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:305
|
||||||
msgid ""
|
msgid ""
|
||||||
"[<channel>] <stat expression>\n"
|
"[<channel>] <stat expression>\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -100,51 +180,42 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:349
|
#: plugin.py:315
|
||||||
|
msgid "_[]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:316
|
||||||
msgid ""
|
msgid ""
|
||||||
"On %s there %h been %i messages, containing %i characters, %n, %n, and %n; "
|
"There's really no reason why you should have underscores or brackets in your "
|
||||||
"%i of those messages %s. There have been %n, %n, %n, %n, %n, and %n. There "
|
"mathematical expression. Please remove them."
|
||||||
"%b currently %n and the channel has peaked at %n."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:360
|
#: plugin.py:319
|
||||||
msgid "join"
|
msgid "lambda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:361
|
#: plugin.py:320
|
||||||
msgid "part"
|
msgid "You can't use lambda in this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:362
|
#: plugin.py:332
|
||||||
msgid "quit"
|
msgid "inf"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:363
|
#: plugin.py:334
|
||||||
msgid "kick"
|
msgid "stat variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:364
|
#: plugin.py:343
|
||||||
msgid "mode"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: plugin.py:364 plugin.py:365
|
|
||||||
msgid "change"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: plugin.py:365
|
|
||||||
msgid "topic"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: plugin.py:367 plugin.py:368
|
|
||||||
msgid "user"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: plugin.py:371
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "I've never been on %s."
|
msgid "#%s %s (%.3g)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:372
|
#: plugin.py:346
|
||||||
|
msgid "text"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"[<channel>]\n"
|
"[<channel>]\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -153,3 +224,47 @@ msgid ""
|
|||||||
" the message isn't sent on the channel itself.\n"
|
" the message isn't sent on the channel itself.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:359
|
||||||
|
msgid ""
|
||||||
|
"On %s there %h been %i messages, containing %i characters, %n, %n, and %n; "
|
||||||
|
"%i of those messages %s. There have been %n, %n, %n, %n, %n, and %n. There "
|
||||||
|
"%b currently %n and the channel has peaked at %n."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:370
|
||||||
|
msgid "join"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:371
|
||||||
|
msgid "part"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:372
|
||||||
|
msgid "quit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:373
|
||||||
|
msgid "kick"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:374
|
||||||
|
msgid "mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:374 plugin.py:375
|
||||||
|
msgid "change"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:375
|
||||||
|
msgid "topic"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:377 plugin.py:378
|
||||||
|
msgid "user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:381
|
||||||
|
#, python-format
|
||||||
|
msgid "I've never been on %s."
|
||||||
|
msgstr ""
|
Loading…
Reference in New Issue
Block a user