translations: update 'user tell' master password string.
[rbot] / po / zh_CN / rbot.po
1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the PACKAGE package.
4 # Tom Gilbert <tom@linuxbrit.co.uk>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2008-03-21 11:48-0400\n"
10 "PO-Revision-Date: 2007-07-09 01:39-0400\n"
11 "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n"
12 "Language-Team: Chinese\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
17
18 #: lib/rbot/botuser.rb:42
19 msgid "Password for the bot owner"
20 msgstr ""
21
22 #: lib/rbot/botuser.rb:45
23 msgid ""
24 "Set false to prevent new botusers from logging in without a password when "
25 "the user netmask is known"
26 msgstr ""
27
28 #: lib/rbot/botuser.rb:48
29 msgid ""
30 "Set false to prevent new botusers from recognizing IRC users without a need "
31 "to manually login"
32 msgstr ""
33
34 #: lib/rbot/botuser.rb:51
35 msgid "Set true to allow new botusers to be created automatically"
36 msgstr ""
37
38 #: lib/rbot/botuser.rb:897
39 msgid "%{user}, you don't have '%{command}' permissions here"
40 msgstr ""
41
42 #: lib/rbot/config.rb:217
43 msgid "%{desc} [valid values are: %{values}]"
44 msgstr ""
45
46 #: lib/rbot/config.rb:351
47 msgid "First time rbot configuration wizard"
48 msgstr ""
49
50 #: lib/rbot/config.rb:354
51 msgid "This wizard will ask you a few questions to get you started."
52 msgstr ""
53
54 #: lib/rbot/config.rb:355
55 msgid ""
56 "The rest of rbot's configuration can be manipulated via IRC once rbot is "
57 "connected and you are auth'd."
58 msgstr ""
59
60 #: lib/rbot/core/auth.rb:71
61 msgid "please do not use + or - in front of command %{command} when resetting"
62 msgstr ""
63
64 #: lib/rbot/core/auth.rb:73
65 msgid "+ or - expected in front of %{string}"
66 msgstr ""
67
68 #: lib/rbot/core/auth.rb:86
69 msgid "'%{string}' doesn't look like a channel name"
70 msgstr ""
71
72 #: lib/rbot/core/auth.rb:95
73 msgid "trailing comma"
74 msgstr ""
75
76 #: lib/rbot/core/auth.rb:96
77 msgid "you probably forgot a comma"
78 msgstr ""
79
80 #: lib/rbot/core/auth.rb:111 lib/rbot/core/auth.rb:165
81 msgid "couldn't find botuser %{name}"
82 msgstr ""
83
84 #: lib/rbot/core/auth.rb:113
85 msgid "you can't change permissions for %{username}"
86 msgstr ""
87
88 #: lib/rbot/core/auth.rb:120
89 msgid "couldn't satisfy your request: %{errors}"
90 msgstr ""
91
92 #: lib/rbot/core/auth.rb:159
93 msgid "you are owner, you can do anything"
94 msgstr ""
95
96 #: lib/rbot/core/auth.rb:162
97 msgid "owner can do anything"
98 msgstr ""
99
100 #: lib/rbot/core/auth.rb:173
101 msgid "on any channel: "
102 msgstr ""
103
104 #: lib/rbot/core/auth.rb:175
105 msgid "in private: "
106 msgstr ""
107
108 #: lib/rbot/core/auth.rb:187
109 msgid "no permissions set for %{user}"
110 msgstr ""
111
112 #: lib/rbot/core/auth.rb:189
113 msgid "permissions for %{user}:: %{permissions}"
114 msgstr ""
115
116 #: lib/rbot/core/auth.rb:199
117 msgid ". only %{max} will be shown"
118 msgstr ""
119
120 #: lib/rbot/core/auth.rb:200
121 msgid "%{count} commands found matching %{pattern}%{extra}"
122 msgstr ""
123
124 #: lib/rbot/core/auth.rb:205
125 msgid "%{cmd}: %{perms}"
126 msgstr ""
127
128 #: lib/rbot/core/auth.rb:221
129 msgid "welcome, %{user}"
130 msgstr ""
131
132 #: lib/rbot/core/auth.rb:236
133 msgid "sorry, can't do"
134 msgstr ""
135
136 #: lib/rbot/core/auth.rb:239
137 msgid "couldn't login: %{exception}"
138 msgstr ""
139
140 #: lib/rbot/core/auth.rb:247
141 msgid "I couldn't find anything to let you login automatically"
142 msgstr ""
143
144 #: lib/rbot/core/auth.rb:258
145 msgid "you are %{who}"
146 msgstr ""
147
148 #: lib/rbot/core/auth.rb:260 lib/rbot/core/auth.rb:273
149 msgid "no one that I know"
150 msgstr ""
151
152 #: lib/rbot/core/auth.rb:261 lib/rbot/core/auth.rb:274
153 msgid "my boss"
154 msgstr ""
155
156 #: lib/rbot/core/auth.rb:281
157 msgid ""
158 "login [<botuser>] [<pass>]: logs in to the bot as botuser <botuser> with "
159 "password <pass>. When using the full form, you must contact the bot in "
160 "private. <pass> can be omitted if <botuser> allows login-by-mask and your "
161 "netmask is among the known ones. if <botuser> is omitted too autologin will "
162 "be attempted"
163 msgstr ""
164
165 #: lib/rbot/core/auth.rb:283
166 msgid "whoami: names the botuser you're linked to"
167 msgstr ""
168
169 #: lib/rbot/core/auth.rb:285
170 msgid "who is <user>: names the botuser <user> is linked to"
171 msgstr ""
172
173 #: lib/rbot/core/auth.rb:289
174 msgid ""
175 "a permission is specified as module::path::to::cmd; when you want to enable "
176 "it, prefix it with +; when you want to disable it, prefix it with -; when "
177 "using the +reset+ command, do not use any prefix"
178 msgstr ""
179
180 #: lib/rbot/core/auth.rb:291
181 msgid ""
182 "permissions [re]set <permission> [in <channel>] for <user>: sets or resets "
183 "the permissions for botuser <user> in channel <channel> (use ? to change the "
184 "permissions for private addressing)"
185 msgstr ""
186
187 #: lib/rbot/core/auth.rb:293
188 msgid "permissions view [for <user>]: display the permissions for user <user>"
189 msgstr ""
190
191 #: lib/rbot/core/auth.rb:295
192 msgid ""
193 "permissions search <pattern>: display the permissions associated with the "
194 "commands matching <pattern>"
195 msgstr ""
196
197 #: lib/rbot/core/auth.rb:297
198 msgid "permission topics: syntax, (re)set, view, search"
199 msgstr ""
200
201 #: lib/rbot/core/auth.rb:302
202 msgid ""
203 "user show <what> : shows info about the user; <what> can be any of "
204 "autologin, login-by-mask, netmasks"
205 msgstr ""
206
207 #: lib/rbot/core/auth.rb:304
208 msgid ""
209 "user enable|disable <what> : turns on or off <what> (autologin, login-by-"
210 "mask)"
211 msgstr ""
212
213 #: lib/rbot/core/auth.rb:306
214 msgid ""
215 "user set password <blah> : sets the user password to <blah>; passwords can "
216 "only contain upper and lowercase letters and numbers, and must be at least 4 "
217 "characters long"
218 msgstr ""
219
220 #: lib/rbot/core/auth.rb:308
221 msgid ""
222 "user add|rm netmask <mask> : adds/removes netmask <mask> from the list of "
223 "netmasks known to the botuser you're linked to"
224 msgstr ""
225
226 #: lib/rbot/core/auth.rb:310
227 msgid ""
228 "user reset <what> : resets <what> to the default values. <what> can be "
229 "+netmasks+ (the list will be emptied), +autologin+ or +login-by-mask+ (will "
230 "be reset to the default value) or +password+ (a new one will be generated "
231 "and you'll be told in private)"
232 msgstr ""
233
234 #: lib/rbot/core/auth.rb:312
235 msgid ""
236 "user tell <who> the password for <botuser> : contacts <who> in private to "
237 "tell him/her the password for <botuser>"
238 msgstr ""
239
240 #: lib/rbot/core/auth.rb:314
241 msgid ""
242 "user create <name> <password> : create botuser named <name> with password "
243 "<password>. The password can be omitted, in which case a random one will be "
244 "generated. The <name> should only contain alphanumeric characters and the "
245 "underscore (_)"
246 msgstr ""
247
248 #: lib/rbot/core/auth.rb:316
249 msgid "user list : lists all the botusers"
250 msgstr ""
251
252 #: lib/rbot/core/auth.rb:318
253 msgid ""
254 "user destroy <botuser> : destroys <botuser>. This function %{highlight}must%"
255 "{highlight} be called in two steps. On the first call <botuser> is queued "
256 "for destruction. On the second call, which must be in the form 'user confirm "
257 "destroy <botuser>', the botuser will be destroyed. If you want to cancel the "
258 "destruction, issue the command 'user cancel destroy <botuser>'"
259 msgstr ""
260
261 #: lib/rbot/core/auth.rb:320
262 msgid ""
263 "user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, "
264 "list, destroy"
265 msgstr ""
266
267 #: lib/rbot/core/auth.rb:323
268 msgid ""
269 "auth <masterpassword>: log in as the bot owner; other commands: login, "
270 "whoami, permission syntax, permissions [re]set, permissions view, user, "
271 "meet, hello"
272 msgstr ""
273
274 #: lib/rbot/core/auth.rb:325
275 msgid ""
276 "meet <nick> [as <user>]: creates a bot user for nick, calling it user "
277 "(defaults to the nick itself)"
278 msgstr ""
279
280 #: lib/rbot/core/auth.rb:327
281 msgid "hello: creates a bot user for the person issuing the command"
282 msgstr ""
283
284 #: lib/rbot/core/auth.rb:329
285 msgid ""
286 "auth commands: auth, login, whoami, who, permission[s], user, meet, hello"
287 msgstr ""
288
289 #: lib/rbot/core/auth.rb:334
290 msgid "sorry, I need more arguments to %{command}"
291 msgstr ""
292
293 #: lib/rbot/core/auth.rb:338
294 msgid "I can only %{command} these: %{arguments}"
295 msgstr ""
296
297 #: lib/rbot/core/auth.rb:373
298 msgid "no such bot user %{user}"
299 msgstr ""
300
301 #: lib/rbot/core/auth.rb:376
302 msgid "you can't mess with %{user}"
303 msgstr ""
304
305 #: lib/rbot/core/auth.rb:388
306 msgid "you can't see the properties of %{user}"
307 msgstr ""
308
309 #: lib/rbot/core/auth.rb:397
310 msgid "no way I'm telling you the master password!"
311 msgstr ""
312
313 #: lib/rbot/core/auth.rb:398
314 msgid "you can't ask for someone else's password"
315 msgstr ""
316
317 #: lib/rbot/core/auth.rb:400
318 msgid ""
319 "c'mon, you can't be asking me seriously to tell you the password in public!"
320 msgstr ""
321
322 #: lib/rbot/core/auth.rb:401
323 msgid "the password for %{user} is %{password}"
324 msgstr ""
325
326 #: lib/rbot/core/auth.rb:415
327 msgid "can %{action}"
328 msgstr ""
329
330 #: lib/rbot/core/auth.rb:417
331 msgid "can not %{action}"
332 msgstr ""
333
334 #: lib/rbot/core/auth.rb:421
335 msgid "knows no netmasks"
336 msgstr ""
337
338 #: lib/rbot/core/auth.rb:423
339 msgid "knows %{netmasks}"
340 msgstr ""
341
342 #: lib/rbot/core/auth.rb:430 lib/rbot/core/auth.rb:457
343 #: lib/rbot/core/auth.rb:475 lib/rbot/core/auth.rb:507
344 msgid "you can't change the default user"
345 msgstr ""
346
347 #: lib/rbot/core/auth.rb:431 lib/rbot/core/auth.rb:459
348 #: lib/rbot/core/auth.rb:477 lib/rbot/core/auth.rb:509
349 msgid "you can't edit %{user}"
350 msgstr ""
351
352 #: lib/rbot/core/auth.rb:446 lib/rbot/core/auth.rb:493
353 msgid "I ignored %{things} because %{reason}"
354 msgstr ""
355
356 #: lib/rbot/core/auth.rb:450 lib/rbot/core/auth.rb:497
357 msgid "I haven't changed anything"
358 msgstr ""
359
360 #: lib/rbot/core/auth.rb:468
361 msgid "is that a joke? setting the password in public?"
362 msgstr ""
363
364 #: lib/rbot/core/auth.rb:500
365 msgid "the password for %{user} is now %{password}"
366 msgstr ""
367
368 #: lib/rbot/core/auth.rb:514
369 msgid ""
370 "I can only add/remove netmasks. See +help user add+ for more instructions"
371 msgstr ""
372
373 #: lib/rbot/core/auth.rb:535
374 msgid "sorry, I don't know how to %{request}"
375 msgstr ""
376
377 #: lib/rbot/core/auth.rb:538
378 msgid "couldn't %{cmd}: %{exception}"
379 msgstr ""
380
381 #: lib/rbot/core/auth.rb:567
382 msgid ""
383 "you are now registered as %{buname}. I created a random password for you : %"
384 "{pass} and you can change it at any time by telling me 'user set password "
385 "<password>' in private"
386 msgstr ""
387
388 #: lib/rbot/core/auth.rb:574
389 msgid "but I already know %{buname}"
390 msgstr ""
391
392 #: lib/rbot/core/auth.rb:576
393 msgid "I had problems meeting %{nick}: %{e}"
394 msgstr ""
395
396 #: lib/rbot/core/auth.rb:585
397 msgid "couldn't find botuser %{user}"
398 msgstr ""
399
400 #: lib/rbot/core/auth.rb:587
401 msgid "I'm not telling the master password to anyone, pal"
402 msgstr ""
403
404 #: lib/rbot/core/auth.rb:588
405 msgid "the password for botuser %{user} is %{password}"
406 msgstr ""
407
408 #: lib/rbot/core/auth.rb:591
409 msgid "I told %{user} that %{message}"
410 msgstr ""
411
412 #: lib/rbot/core/auth.rb:597
413 msgid "are you nuts, creating a botuser with a publicly known password?"
414 msgstr ""
415
416 #: lib/rbot/core/auth.rb:602
417 msgid "failed to create %{user}: %{exception}"
418 msgstr ""
419
420 #: lib/rbot/core/auth.rb:606
421 msgid "created botuser %{user}"
422 msgstr ""
423
424 #: lib/rbot/core/auth.rb:614
425 msgid " (queued for destruction)"
426 msgstr ""
427
428 #: lib/rbot/core/auth.rb:617
429 msgid "I have no botusers other than the default ones"
430 msgstr ""
431
432 #: lib/rbot/core/auth.rb:618
433 msgid "botuser: %{list}"
434 msgid_plural "botusers: %{list}"
435 msgstr[0] ""
436 msgstr[1] ""
437
438 #: lib/rbot/core/auth.rb:625
439 msgid "You can't destroy %{user}"
440 msgstr ""
441
442 #: lib/rbot/core/auth.rb:635
443 msgid "no such botuser %{user}"
444 msgstr ""
445
446 #: lib/rbot/core/auth.rb:642
447 msgid "%{user} removed from the destruction queue"
448 msgstr ""
449
450 #: lib/rbot/core/auth.rb:644
451 msgid "%{user} was not queued for destruction"
452 msgstr ""
453
454 #: lib/rbot/core/auth.rb:649
455 msgid ""
456 "%{user} already queued for destruction, use %{highlight}user confirm destroy "
457 "%{user}%{highlight} to destroy it"
458 msgstr ""
459
460 #: lib/rbot/core/auth.rb:652
461 msgid ""
462 "%{user} queued for destruction, use %{highlight}user confirm destroy %{user}%"
463 "{highlight} to destroy it"
464 msgstr ""
465
466 #: lib/rbot/core/auth.rb:656
467 msgid "%{user} is not queued for destruction yet"
468 msgstr ""
469
470 #: lib/rbot/core/auth.rb:665 lib/rbot/core/auth.rb:705
471 msgid "failed: %{exception}"
472 msgstr ""
473
474 #: lib/rbot/core/auth.rb:667
475 msgid "botuser %{user} destroyed"
476 msgstr ""
477
478 #: lib/rbot/core/auth.rb:674
479 msgid "please don't touch the default users"
480 msgstr ""
481
482 #: lib/rbot/core/auth.rb:683
483 msgid "no such botuser %{source}"
484 msgstr ""
485
486 #: lib/rbot/core/auth.rb:685
487 msgid "botuser %{dest} exists already"
488 msgstr ""
489
490 #: lib/rbot/core/auth.rb:708
491 msgid "botuser %{source} copied to %{dest}"
492 msgstr ""
493
494 #: lib/rbot/core/auth.rb:711
495 msgid "botuser %{source} renamed to %{dest}"
496 msgstr ""
497
498 #: lib/rbot/core/auth.rb:731
499 msgid "selecting data to export ..."
500 msgstr ""
501
502 #: lib/rbot/core/auth.rb:747
503 msgid "preparing data for export ..."
504 msgstr ""
505
506 #: lib/rbot/core/auth.rb:770
507 msgid "failed to prepare data: %{exception}"
508 msgstr ""
509
510 #: lib/rbot/core/auth.rb:775
511 msgid "exporting to %{file} ..."
512 msgstr ""
513
514 #: lib/rbot/core/auth.rb:782
515 msgid "failed to export users: %{exception}"
516 msgstr ""
517
518 #: lib/rbot/core/auth.rb:786 lib/rbot/core/auth.rb:864
519 msgid "done"
520 msgstr ""
521
522 #: lib/rbot/core/auth.rb:803
523 msgid "reading %{file} ..."
524 msgstr ""
525
526 #: lib/rbot/core/auth.rb:807
527 msgid "failed to import from: %{exception}"
528 msgstr ""
529
530 #: lib/rbot/core/auth.rb:814
531 msgid "selecting data to import ..."
532 msgstr ""
533
534 #: lib/rbot/core/auth.rb:824
535 msgid "parsing data from import ..."
536 msgstr ""
537
538 #: lib/rbot/core/auth.rb:844
539 msgid "failed to parse data: %{exception}"
540 msgstr ""
541
542 #: lib/rbot/core/basics.rb:105
543 msgid "quit [<message>] => quit IRC with message <message>"
544 msgstr ""
545
546 #: lib/rbot/core/basics.rb:107
547 msgid "restart => completely stop and restart the bot (including reconnect)"
548 msgstr ""
549
550 #: lib/rbot/core/basics.rb:111
551 msgid "part"
552 msgstr ""
553
554 #: lib/rbot/core/basics.rb:113
555 msgid "hide => part all channels"
556 msgstr ""
557
558 #: lib/rbot/core/basics.rb:115
559 msgid "nick <nick> => attempt to change nick to <nick>"
560 msgstr ""
561
562 #: lib/rbot/core/basics.rb:117
563 msgid ""
564 "say <channel>|<nick> <message> => say <message> to <channel> or in private "
565 "message to <nick>"
566 msgstr ""
567
568 #: lib/rbot/core/basics.rb:119
569 msgid ""
570 "action <channel>|<nick> <message> => does a /me <message> to <channel> or in "
571 "private message to <nick>"
572 msgstr ""
573
574 #: lib/rbot/core/basics.rb:121
575 msgid ""
576 "quiet [in here|<channel>] => with no arguments, stop speaking in all "
577 "channels, if \"in here\", stop speaking in this channel, or stop speaking in "
578 "<channel>"
579 msgstr ""
580
581 #: lib/rbot/core/basics.rb:123
582 msgid ""
583 "talk [in here|<channel>] => with no arguments, resume speaking in all "
584 "channels, if \"in here\", resume speaking in this channel, or resume "
585 "speaking in <channel>"
586 msgstr ""
587
588 #: lib/rbot/core/basics.rb:125
589 msgid "ping => replies with a pong"
590 msgstr ""
591
592 #: lib/rbot/core/basics.rb:127
593 msgid ""
594 "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> "
595 "to <mode>"
596 msgstr ""
597
598 #: lib/rbot/core/basics.rb:133
599 msgid ""
600 "%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, "
601 "quiet, talk, ping, mode"
602 msgstr ""
603
604 #: lib/rbot/core/config.rb:13
605 msgid "I'm a v. %{version} rubybot%{copyright}%{url}"
606 msgstr ""
607
608 #: lib/rbot/core/config.rb:33
609 msgid "no such module %{module}"
610 msgstr ""
611
612 #: lib/rbot/core/config.rb:49 lib/rbot/core/config.rb:60
613 #: lib/rbot/core/config.rb:82 lib/rbot/core/config.rb:95
614 #: lib/rbot/core/config.rb:121 lib/rbot/core/config.rb:144
615 msgid "no such config key %{key}"
616 msgstr ""
617
618 #: lib/rbot/core/config.rb:72
619 msgid "no config key found matching %{r}"
620 msgstr ""
621
622 #: lib/rbot/core/config.rb:74
623 msgid "possible keys: %{kl}"
624 msgstr ""
625
626 #: lib/rbot/core/config.rb:87 lib/rbot/core/config.rb:106
627 #: lib/rbot/core/config.rb:136 lib/rbot/core/config.rb:159
628 msgid "this config change will take effect on the next restart"
629 msgstr ""
630
631 #: lib/rbot/core/config.rb:88 lib/rbot/core/config.rb:109
632 #: lib/rbot/core/config.rb:137 lib/rbot/core/config.rb:160
633 msgid "this config change will take effect on the next rescan"
634 msgstr ""
635
636 #: lib/rbot/core/config.rb:102
637 msgid "failed to set %{key}: %{error}"
638 msgstr ""
639
640 #: lib/rbot/core/config.rb:125 lib/rbot/core/config.rb:148
641 msgid "config key %{key} is not an array"
642 msgstr ""
643
644 #: lib/rbot/core/config.rb:132
645 msgid "failed to add %{value} to %{key}: %{error}"
646 msgstr ""
647
648 #: lib/rbot/core/config.rb:155
649 msgid "failed to remove %{value} from %{key}: %{error}"
650 msgstr ""
651
652 #: lib/rbot/core/config.rb:169
653 msgid "saving ..."
654 msgstr ""
655
656 #: lib/rbot/core/config.rb:171
657 msgid "rescanning ..."
658 msgstr ""
659
660 #: lib/rbot/core/config.rb:173
661 msgid "done. %{plugin_status}"
662 msgstr ""
663
664 #: lib/rbot/core/config.rb:216
665 msgid ""
666 "config list => list configuration modules, config list <module> => list "
667 "configuration keys for module <module>"
668 msgstr ""
669
670 #: lib/rbot/core/config.rb:218
671 msgid "config get <key> => get configuration value for key <key>"
672 msgstr ""
673
674 #: lib/rbot/core/config.rb:220
675 msgid "reset key <key> to the default"
676 msgstr ""
677
678 #: lib/rbot/core/config.rb:222
679 msgid ""
680 "config set <key> <value> => set configuration value for key <key> to <value>"
681 msgstr ""
682
683 #: lib/rbot/core/config.rb:224
684 msgid "config desc <key> => describe what key <key> configures"
685 msgstr ""
686
687 #: lib/rbot/core/config.rb:226
688 msgid ""
689 "config add <value> to <key> => add value <value> to key <key> if <key> is an "
690 "array"
691 msgstr ""
692
693 #: lib/rbot/core/config.rb:228
694 msgid ""
695 "config rm <value> from <key> => remove value <value> from key <key> if <key> "
696 "is an array"
697 msgstr ""
698
699 #: lib/rbot/core/config.rb:230
700 msgid ""
701 "config module - bot configuration. usage: list, desc, get, set, unset, add, "
702 "rm"
703 msgstr ""
704
705 #: lib/rbot/core/config.rb:235
706 msgid "nick <newnick> => change the bot nick to <newnick>, if possible"
707 msgstr ""
708
709 #: lib/rbot/core/config.rb:237
710 msgid "status => display some information on the bot's status"
711 msgstr ""
712
713 #: lib/rbot/core/config.rb:239
714 msgid "save => save current dynamic data and configuration"
715 msgstr ""
716
717 #: lib/rbot/core/config.rb:241
718 msgid "rescan => reload modules and static facts"
719 msgstr ""
720
721 #: lib/rbot/core/config.rb:243
722 msgid "version => describes software version"
723 msgstr ""
724
725 #: lib/rbot/core/config.rb:245
726 msgid "config-related tasks: config, save, rescan, version, nick, status"
727 msgstr ""
728
729 #: lib/rbot/core/userdata.rb:148
730 msgid "%{key} data for %{user}: %{data}"
731 msgstr ""
732
733 #: lib/rbot/core/userdata.rb:154
734 msgid "sorry, no %{key} data for %{user}"
735 msgstr ""
736
737 #: lib/rbot/core/utils/utils.rb:205
738 msgid "year"
739 msgstr ""
740
741 #: lib/rbot/core/utils/utils.rb:205
742 msgid "years"
743 msgstr ""
744
745 #: lib/rbot/core/utils/utils.rb:207
746 msgid "month"
747 msgstr ""
748
749 #: lib/rbot/core/utils/utils.rb:207
750 msgid "months"
751 msgstr ""
752
753 #: lib/rbot/core/utils/utils.rb:209
754 msgid "day"
755 msgstr ""
756
757 #: lib/rbot/core/utils/utils.rb:209
758 msgid "days"
759 msgstr ""
760
761 #: lib/rbot/core/utils/utils.rb:211
762 msgid "hour"
763 msgstr ""
764
765 #: lib/rbot/core/utils/utils.rb:211
766 msgid "hours"
767 msgstr ""
768
769 #: lib/rbot/core/utils/utils.rb:213
770 msgid "minute"
771 msgstr ""
772
773 #: lib/rbot/core/utils/utils.rb:213
774 msgid "minutes"
775 msgstr ""
776
777 #: lib/rbot/core/utils/utils.rb:215
778 msgid "second"
779 msgstr ""
780
781 #: lib/rbot/core/utils/utils.rb:215
782 msgid "seconds"
783 msgstr ""
784
785 #: lib/rbot/core/utils/utils.rb:222
786 msgid " and "
787 msgstr ""
788
789 #: lib/rbot/core/filters_ui.rb:27
790 msgid "no filters in group %{g}"
791 msgstr ""
792
793 #: lib/rbot/core/filters_ui.rb:29
794 msgid "no known filters"
795 msgstr ""
796
797 #: lib/rbot/core/filters_ui.rb:32
798 msgid "known filters: "
799 msgstr ""
800
801 #: lib/rbot/core/filters_ui.rb:42
802 msgid "no filters match %{pat}"
803 msgstr ""
804
805 #: lib/rbot/core/filters_ui.rb:44
806 msgid "filters matching %{pat}: "
807 msgstr ""
808
809 #: lib/rbot/ircbot.rb:1184
810 msgid "help topics: "
811 msgstr ""
812
813 #: lib/rbot/ircbot.rb:1186
814 msgid " (help <topic> for more info)"
815 msgstr ""
816
817 #: lib/rbot/ircbot.rb:1189
818 msgid "no help for topic %{topic}"
819 msgstr ""
820
821 #: lib/rbot/ircbot.rb:1200
822 msgid ""
823 "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received."
824 msgstr ""
825
826 #: lib/rbot/plugins.rb:305
827 msgid "incorrect usage, ask for help using '%{command}'"
828 msgstr ""
829
830 #: lib/rbot/plugins.rb:606
831 msgid "%{count} core module loaded"
832 msgid_plural "%{count} core modules loaded"
833 msgstr[0] "%{count}个核心模块"
834 msgstr[1] ""
835
836 #: lib/rbot/plugins.rb:609
837 msgid "%{count} core module: %{list}"
838 msgid_plural "%{count} core modules: %{list}"
839 msgstr[0] "%{count}个核心模块:%{list}"
840 msgstr[1] ""
841
842 #: lib/rbot/plugins.rb:615
843 msgid "no core botmodules loaded"
844 msgstr "没有核心模块"
845
846 #: lib/rbot/plugins.rb:620
847 msgid "%{count} plugin loaded"
848 msgid_plural "%{count} plugins loaded"
849 msgstr[0] ""
850 msgstr[1] ""
851
852 #: lib/rbot/plugins.rb:623
853 msgid "%{count} plugin: %{list}"
854 msgid_plural "%{count} plugins: %{list}"
855 msgstr[0] ""
856 msgstr[1] ""
857
858 #: lib/rbot/plugins.rb:634
859 msgid "%{highlight}%{count} plugin ignored%{highlight}"
860 msgid_plural "%{highlight}%{count} plugins ignored%{highlight}"
861 msgstr[0] ""
862 msgstr[1] ""
863
864 #: lib/rbot/plugins.rb:639
865 msgid ""
866 "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%"
867 "{bold} to see why"
868 msgid_plural ""
869 "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%"
870 "{bold} to see why"
871 msgstr[0] ""
872 msgstr[1] ""
873
874 #: lib/rbot/plugins.rb:649
875 msgid "%{highlight}%{count} plugin failed to load%{highlight}"
876 msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}"
877 msgstr[0] ""
878 msgstr[1] ""
879
880 #: lib/rbot/plugins.rb:654
881 msgid ""
882 "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%"
883 "{command}%{bold} to see why"
884 msgid_plural ""
885 "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%"
886 "{command}%{bold} to see why"
887 msgstr[0] ""
888 msgstr[1] ""
889
890 #: lib/rbot/plugins.rb:684
891 msgid "no plugins failed to load"
892 msgstr ""
893
894 #: lib/rbot/plugins.rb:686
895 msgid ""
896 "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %"
897 "{reason}"
898 msgstr ""
899
900 #: lib/rbot/plugins.rb:690
901 msgid "at %{backtrace}"
902 msgstr ""
903
904 #: lib/rbot/plugins.rb:696
905 msgid "no plugins were ignored"
906 msgstr ""
907
908 #: lib/rbot/plugins.rb:700
909 msgid "overruled by previous"
910 msgstr ""
911
912 #: lib/rbot/registry.rb:20
913 msgid ""
914 "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format"
915 msgstr ""
916
917 #: lib/rbot/registry.rb:40
918 msgid ""
919 "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split "
920 "format"
921 msgstr ""
922
923 #: lib/rbot/registry.rb:190
924 msgid "marshal recovery failed, trying default"
925 msgstr ""
926
927 #: data/rbot/plugins/alias.rb:52
928 msgid "Data file is not found or corrupt, reinitializing data"
929 msgstr ""
930
931 #: data/rbot/plugins/alias.rb:60
932 msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
933 msgstr ""
934
935 #: data/rbot/plugins/alias.rb:76
936 msgid "The definition you provided is invalid: %{reason}"
937 msgstr ""
938
939 #: data/rbot/plugins/alias.rb:87 data/rbot/plugins/alias.rb:104
940 msgid "No such alias is defined"
941 msgstr ""
942
943 #: data/rbot/plugins/alias.rb:93
944 msgid "No aliases defined"
945 msgstr ""
946
947 #: data/rbot/plugins/alias.rb:102
948 msgid "Alias of %{command}"
949 msgstr ""
950
951 #: data/rbot/plugins/alias.rb:114
952 msgid ""
953 "The arguments in alias must match the substitutions in command, and vice "
954 "versa"
955 msgstr ""
956
957 #: data/rbot/plugins/alias.rb:119
958 msgid "Error mapping %{text} as command: %{error}"
959 msgstr ""
960
961 #: data/rbot/plugins/alias.rb:137
962 msgid ""
963 "The alias seems to have caused infinite recursion. Please examine your alias "
964 "definitions"
965 msgstr ""
966
967 #: data/rbot/plugins/alias.rb:153
968 msgid ""
969 "Error handling the alias, The alias %{text} is not defined or has beeen "
970 "removed. I will stop responding to it after rescan,"
971 msgstr ""
972
973 #: data/rbot/plugins/alias.rb:165
974 msgid "Create and use aliases for commands. Topics: create, commands"
975 msgstr ""
976
977 #: data/rbot/plugins/alias.rb:174
978 msgid ""
979 "\"alias <text> => <command>\" => add text as an alias of command. Text can "
980 "contain placeholders marked with : or * for :words and *multiword arguments. "
981 "The command can contain placeholders enclosed with < > which will be "
982 "substituded with argument values. For example: alias googlerbot *terms => "
983 "google site:ruby-rbot.org <terms>"
984 msgstr ""
985
986 #: data/rbot/plugins/alias.rb:176
987 msgid ""
988 "alias list => list defined aliases | alias whatis <alias> => show definition "
989 "of the alias | alias remove <alias> => remove defined alias | see the "
990 "\"create\" topic about adding aliases"
991 msgstr ""
992
993 #: data/rbot/plugins/dictclient.rb:57
994 msgid "Hostname or hostname:port of the DICT server used to lookup words"
995 msgstr ""
996
997 #: data/rbot/plugins/dictclient.rb:60
998 msgid ""
999 "When multiple databases reply a number of definitions that above this limit, "
1000 "only the database names will be listed. Otherwise, the full definitions from "
1001 "each database are replied"
1002 msgstr ""
1003
1004 #: data/rbot/plugins/dictclient.rb:63
1005 msgid "Each definition is truncated to this length"
1006 msgstr ""
1007
1008 #: data/rbot/plugins/dictclient.rb:66
1009 msgid "Format of headwords; <word> will be replaced with the actual word"
1010 msgstr ""
1011
1012 #: data/rbot/plugins/dictclient.rb:69
1013 msgid ""
1014 "Format of database names; <database> will be replaced with the database name"
1015 msgstr ""
1016
1017 #: data/rbot/plugins/dictclient.rb:72
1018 msgid ""
1019 "Format of definitions. <word> will be replaced with the formatted headword, "
1020 "<def> will be replaced with the truncated definition, and <database> with "
1021 "the formatted database name"
1022 msgstr ""
1023
1024 #: data/rbot/plugins/dictclient.rb:75
1025 msgid ""
1026 "Format of match results. <matches> will be replaced with the formatted "
1027 "headwords, <database> with the formatted database name"
1028 msgstr ""
1029
1030 #: data/rbot/plugins/dictclient.rb:95
1031 msgid ""
1032 "An error occured connecting to the DICT server. Check the dictclient.server "
1033 "configuration or retry later"
1034 msgstr ""
1035
1036 #: data/rbot/plugins/dictclient.rb:97
1037 msgid "A protocol error occured"
1038 msgstr ""
1039
1040 #: data/rbot/plugins/dictclient.rb:99
1041 msgid "An error occured"
1042 msgstr ""
1043
1044 #: data/rbot/plugins/dictclient.rb:121
1045 msgid ""
1046 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
1047 "<phrase> from <database> to view a definition."
1048 msgstr ""
1049
1050 #: data/rbot/plugins/dictclient.rb:138
1051 msgid "No definition for %{phrase} found from %{database}."
1052 msgstr ""
1053
1054 #: data/rbot/plugins/dictclient.rb:159
1055 msgid "Nothing matched %{query} from %{database} using %{strategy}"
1056 msgstr ""
1057
1058 #: data/rbot/plugins/dictclient.rb:169
1059 msgid "Databases: %{list}"
1060 msgstr ""
1061
1062 #: data/rbot/plugins/dictclient.rb:177
1063 msgid "Strategies: %{list}"
1064 msgstr ""
1065
1066 #: data/rbot/plugins/dictclient.rb:186
1067 msgid "define <phrase> [from <database>] => Show definition of a phrase"
1068 msgstr ""
1069
1070 #: data/rbot/plugins/dictclient.rb:188
1071 msgid ""
1072 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
1073 "the given pattern"
1074 msgstr ""
1075
1076 #: data/rbot/plugins/dictclient.rb:190
1077 msgid ""
1078 "dictclient databases => List databases; dictclient strategies => List "
1079 "strategies"
1080 msgstr ""
1081
1082 #: data/rbot/plugins/dictclient.rb:192
1083 msgid ""
1084 "look up phrases on the configured DICT server. topics: define, match, server "
1085 "information"
1086 msgstr ""
1087
1088 #: data/rbot/plugins/factoids.rb:32
1089 msgid "from %{who}"
1090 msgstr ""
1091
1092 #: data/rbot/plugins/factoids.rb:35
1093 msgid "on %{when}"
1094 msgstr ""
1095
1096 #: data/rbot/plugins/factoids.rb:38
1097 msgid "in %{where}"
1098 msgstr ""
1099
1100 #: data/rbot/plugins/factoids.rb:41
1101 msgid " [%{data}]"
1102 msgstr ""
1103
1104 #: data/rbot/plugins/factoids.rb:142
1105 msgid "%{name} (%{fname}) must be under %{dir}"
1106 msgstr ""
1107
1108 #: data/rbot/plugins/factoids.rb:149
1109 msgid "%{name} is not a file"
1110 msgstr ""
1111
1112 #: data/rbot/plugins/factoids.rb:163
1113 msgid "fact must be the last field"
1114 msgstr ""
1115
1116 #: data/rbot/plugins/factoids.rb:170
1117 msgid "%{name} (%{fname}) doesn't exist"
1118 msgstr ""
1119
1120 #: data/rbot/plugins/factoids.rb:263
1121 msgid ""
1122 "factoids plugin: learn that <factoid>, forget that <factoids>, facts about "
1123 "<words>"
1124 msgstr ""
1125
1126 #: data/rbot/plugins/factoids.rb:292 data/rbot/plugins/factoids.rb:402
1127 #: data/rbot/plugins/factoids.rb:434
1128 msgid "please select a fact number between 1 and %{total}"
1129 msgstr ""
1130
1131 #: data/rbot/plugins/factoids.rb:296
1132 msgid "I forgot that %{factoid}"
1133 msgstr ""
1134
1135 #: data/rbot/plugins/factoids.rb:299
1136 msgid "I couldn't delete factoid %{idx}"
1137 msgstr ""
1138
1139 #: data/rbot/plugins/factoids.rb:307
1140 msgid "I didn't know that %{factoid}"
1141 msgstr ""
1142
1143 #: data/rbot/plugins/factoids.rb:314
1144 msgid "[%{idx}/%{total}] %{fact}"
1145 msgstr ""
1146
1147 #: data/rbot/plugins/factoids.rb:340
1148 msgid "I know %{total} facts"
1149 msgstr ""
1150
1151 #: data/rbot/plugins/factoids.rb:350 data/rbot/plugins/factoids.rb:418
1152 msgid "I know nothing about %{words}"
1153 msgstr ""
1154
1155 #: data/rbot/plugins/factoids.rb:355
1156 msgid "%{len} out of %{total} facts refer to %{words}, I'll only show %{max}"
1157 msgstr ""
1158
1159 #: data/rbot/plugins/factoids.rb:410
1160 msgid "I know nothing"
1161 msgstr ""
1162
1163 #: data/rbot/plugins/factoids.rb:450
1164 msgid "not a date '%{dstr}'"
1165 msgstr ""
1166
1167 #: data/rbot/plugins/factoids.rb:458
1168 msgid "couldn't change learn data for fact %{fact}: %{err}"
1169 msgstr ""
1170
1171 #: data/rbot/plugins/factoids.rb:473
1172 msgid "failed to import facts from %{fname}: %{err}"
1173 msgstr ""
1174
1175 #: data/rbot/plugins/factoids.rb:478
1176 msgid "%{len} facts loaded from %{fname}"
1177 msgstr ""
1178
1179 #: data/rbot/plugins/figlet.rb:7
1180 msgid "Path to the figlet program"
1181 msgstr ""
1182
1183 #: data/rbot/plugins/games/azgame.rb:78 data/rbot/plugins/games/azgame.rb:252
1184 #: data/rbot/plugins/games/azgame.rb:258
1185 msgid "%{count} try"
1186 msgid_plural "%{count} tries"
1187 msgstr[0] ""
1188 msgstr[1] ""
1189
1190 #: data/rbot/plugins/games/azgame.rb:83
1191 msgid "winner, %{tries}"
1192 msgstr ""
1193
1194 #: data/rbot/plugins/games/azgame.rb:164
1195 msgid ""
1196 "%{bold}BINGO!%{bold} the word was %{underline}%{word}%{underline}. Congrats, "
1197 "%{bold}%{player}%{bold}!"
1198 msgstr ""
1199
1200 #: data/rbot/plugins/games/azgame.rb:171
1201 msgid ""
1202 "The game was won after %{tries} tries. Scores for this game:    %{scores}"
1203 msgstr ""
1204
1205 #: data/rbot/plugins/games/azgame.rb:174
1206 msgid "%{word} is not in the range %{bold}%{range}%{bold}"
1207 msgstr ""
1208
1209 #: data/rbot/plugins/games/azgame.rb:178
1210 msgid "%{word} doesn't exist or is not acceptable for the game"
1211 msgstr ""
1212
1213 #: data/rbot/plugins/games/azgame.rb:184
1214 msgid "close, but no cigar. New range: %{bold}%{range}%{bold}"
1215 msgstr ""
1216
1217 #: data/rbot/plugins/games/azgame.rb:188
1218 msgid "%{word} is already one of the range extrema: %{range}"
1219 msgstr ""
1220
1221 #: data/rbot/plugins/games/azgame.rb:190
1222 msgid "hm, something went wrong while verifying %{word}"
1223 msgstr ""
1224
1225 #: data/rbot/plugins/games/azgame.rb:199
1226 msgid "no A-Z game running here, can't check if %{word} is valid, can I?"
1227 msgstr ""
1228
1229 #: data/rbot/plugins/games/azgame.rb:203
1230 msgid "I only accept single words composed by letters only, sorry"
1231 msgstr ""
1232
1233 #: data/rbot/plugins/games/azgame.rb:213
1234 msgid "the word in %{bold}%{range}%{bold} was:   %{bold}%{word}%{bold}"
1235 msgstr ""
1236
1237 #: data/rbot/plugins/games/azgame.rb:217
1238 msgid ""
1239 "The game was cancelled after %{tries} tries. Scores for this game would have "
1240 "been:    %{scores}"
1241 msgstr ""
1242
1243 #: data/rbot/plugins/games/azgame.rb:220
1244 msgid "no A-Z game running in this channel ..."
1245 msgstr ""
1246
1247 #: data/rbot/plugins/games/azgame.rb:230
1248 msgid "let me think ..."
1249 msgstr ""
1250
1251 #: data/rbot/plugins/games/azgame.rb:234
1252 msgid "couldn't think of anything ..."
1253 msgstr ""
1254
1255 #: data/rbot/plugins/games/azgame.rb:238
1256 msgid "I can't play A-Z in %{lang}, sorry"
1257 msgstr ""
1258
1259 #: data/rbot/plugins/games/azgame.rb:241
1260 msgid "got it!"
1261 msgstr ""
1262
1263 #: data/rbot/plugins/games/azgame.rb:251
1264 msgid " (after %{total_tries} and %{invalid_tries})"
1265 msgstr ""
1266
1267 #: data/rbot/plugins/games/azgame.rb:254
1268 msgid "%{count} invalid try"
1269 msgid_plural "%{count} invalid tries"
1270 msgstr[0] ""
1271 msgstr[1] ""
1272
1273 #: data/rbot/plugins/games/azgame.rb:257
1274 msgid " (after %{total_tries})"
1275 msgstr ""
1276
1277 #: data/rbot/plugins/games/azgame.rb:263
1278 msgid "A-Z: %{bold}%{range}%{bold}"
1279 msgstr ""
1280
1281 #: data/rbot/plugins/games/azgame.rb:274
1282 msgid "I have %{count} %{lang} word in my cache"
1283 msgid_plural "I have %{count} %{lang} words in my cache"
1284 msgstr[0] ""
1285 msgstr[1] ""
1286
1287 #: data/rbot/plugins/games/azgame.rb:277
1288 msgid "provide a regexp to match"
1289 msgstr ""
1290
1291 #: data/rbot/plugins/games/azgame.rb:289
1292 msgid "no %{lang} word I know match %{pattern}"
1293 msgstr ""
1294
1295 #: data/rbot/plugins/games/azgame.rb:291
1296 msgid ""
1297 "more than 25 %{lang} words I know match %{pattern}, try a stricter matching"
1298 msgstr ""
1299
1300 #: data/rbot/plugins/games/azgame.rb:297 data/rbot/plugins/games/azgame.rb:313
1301 #: data/rbot/plugins/games/azgame.rb:325
1302 msgid "provide a word"
1303 msgstr ""
1304
1305 #: data/rbot/plugins/games/azgame.rb:302 data/rbot/plugins/games/azgame.rb:318
1306 msgid "I don't know any %{lang} word %{word}"
1307 msgstr ""
1308
1309 #: data/rbot/plugins/games/azgame.rb:306
1310 msgid "%{word} learned from %{user} on %{date}"
1311 msgstr ""
1312
1313 #: data/rbot/plugins/games/azgame.rb:308
1314 msgid "%{word} learned from %{user}"
1315 msgstr ""
1316
1317 #: data/rbot/plugins/games/azgame.rb:330
1318 msgid "I already know the %{lang} word %{word}"
1319 msgstr ""
1320
1321 #: data/rbot/plugins/games/azgame.rb:546
1322 msgid ""
1323 "az [lang] word [count|list|add|delete] => manage the az wordlist for "
1324 "language lang (defaults to current bot language)"
1325 msgstr ""
1326
1327 #: data/rbot/plugins/games/azgame.rb:548
1328 msgid "az cancel => abort current game"
1329 msgstr ""
1330
1331 #: data/rbot/plugins/games/azgame.rb:550
1332 msgid "az check <word> => checks <word> against current game"
1333 msgstr ""
1334
1335 #: data/rbot/plugins/games/azgame.rb:552
1336 msgid ""
1337 "try to guess the word the bot is thinking of; if you guess wrong, the bot "
1338 "will use the new word to restrict the range of allowed words: eventually, "
1339 "the range will be so small around the correct word that you can't miss it"
1340 msgstr ""
1341
1342 #: data/rbot/plugins/games/azgame.rb:554
1343 msgid ""
1344 "az => start a game if none is running, show the current word range "
1345 "otherwise; you can say 'az <language>' if you want to play in a language "
1346 "different from the current bot default"
1347 msgstr ""
1348
1349 #: data/rbot/plugins/games/azgame.rb:556
1350 msgid "az topics: play, rules, cancel, manage, check"
1351 msgstr ""
1352
1353 #: data/rbot/plugins/games/shiritori.rb:207
1354 msgid "%{current_player}, it's your turn. %{previous_word} -> %{current_word}"
1355 msgstr ""
1356
1357 #: data/rbot/plugins/games/shiritori.rb:211
1358 msgid "No one has given the first word yet. Say the first word to start."
1359 msgstr ""
1360
1361 #: data/rbot/plugins/games/shiritori.rb:213
1362 msgid ""
1363 "Poor %{current_player} is playing alone! Anyone care to join? %"
1364 "{previous_word} -> %{current_word}"
1365 msgstr ""
1366
1367 #: data/rbot/plugins/games/shiritori.rb:244
1368 msgid "%{player} took too long and is out of the game. Try again next game!"
1369 msgstr ""
1370
1371 #: data/rbot/plugins/games/shiritori.rb:249
1372 msgid "%{player} is the last remaining player and the winner! Congratulations!"
1373 msgstr ""
1374
1375 #: data/rbot/plugins/games/shiritori.rb:257
1376 msgid "%{player} took too long and skipped the turn."
1377 msgstr ""
1378
1379 #: data/rbot/plugins/games/shiritori.rb:285
1380 msgid "%{player} has given the first word: %{word}"
1381 msgstr ""
1382
1383 #: data/rbot/plugins/games/shiritori.rb:291
1384 msgid "Welcome to shiritori, %{player}."
1385 msgstr ""
1386
1387 #: data/rbot/plugins/games/shiritori.rb:296
1388 msgid "The word %{used_word} has been used. Retry from %{word}"
1389 msgstr ""
1390
1391 #: data/rbot/plugins/games/shiritori.rb:301
1392 msgid ""
1393 "It's impossible to continue the chain from %{word}. The game has ended. "
1394 "Thanks a lot, %{player}! :("
1395 msgstr ""
1396
1397 #: data/rbot/plugins/games/shiritori.rb:305
1398 msgid ""
1399 "It's impossible to continue the chain from %{bad_word}. Retry from %{word}"
1400 msgstr ""
1401
1402 #: data/rbot/plugins/games/shiritori.rb:310
1403 msgid ""
1404 "It's impossible to continue the chain from %{word}. Start with another word."
1405 msgstr ""
1406
1407 #: data/rbot/plugins/games/shiritori.rb:331
1408 msgid ""
1409 "A game in which each player must continue the previous player's word, by "
1410 "using its last one or few characters/letters of the word to start a new "
1411 "word. 'shiritori <ruleset>' => Play shiritori with a set of rules. Available "
1412 "rulesets: %{rulesets}. 'shiritori stop' => Stop the current shiritori game."
1413 msgstr ""
1414
1415 #: data/rbot/plugins/games/shiritori.rb:408
1416 msgid "Already playing shiritori here"
1417 msgstr ""
1418
1419 #: data/rbot/plugins/games/shiritori.rb:419
1420 msgid "Shiritori has started. Please say the first word"
1421 msgstr ""
1422
1423 #: data/rbot/plugins/games/shiritori.rb:421
1424 msgid "couldn't start %{ruleset} shiritori: %{error}"
1425 msgstr ""
1426
1427 #: data/rbot/plugins/games/shiritori.rb:425
1428 msgid "There is no ruleset named %{ruleset}"
1429 msgstr ""
1430
1431 #: data/rbot/plugins/games/shiritori.rb:443
1432 msgid "Shiritori has stopped. Hope you had fun!"
1433 msgstr ""
1434
1435 #: data/rbot/plugins/games/shiritori.rb:446
1436 msgid "No game to stop here, because no game is being played."
1437 msgstr ""
1438
1439 #: data/rbot/plugins/games/wheelfortune.rb:48
1440 msgid " [Letters called so far: %{red}%{letters}%{nocolor}]"
1441 msgstr ""
1442
1443 #: data/rbot/plugins/games/wheelfortune.rb:230
1444 msgid ""
1445 "wof [<channel>] play [<name>] for <single> to <max> => starts a wheel-of-"
1446 "fortune game on channel <channel> (default: current channel), named <name> "
1447 "(default: wheelfortune.game_name config setting, or the last game name used "
1448 "by the user), with <single> points per round. the game is won when a player "
1449 "reachers <max> points. vowerls cost <single>*<single>/<max> points. The user "
1450 "that starts the game is the game manager and must set up the clues and "
1451 "answers in private. All the other users have to learn the answer to each "
1452 "clue by saying single consonants or the whole sentence. Every time a "
1453 "consonant is guessed, the bot will reveal the partial answer, showing the "
1454 "missing letters as * (asterisks)."
1455 msgstr ""
1456
1457 #: data/rbot/plugins/games/wheelfortune.rb:232
1458 msgid ""
1459 "wof <channel> [category: <cat>,] clue: <clue>, answer: <ans> => set up a new "
1460 "question for the wheel-of-fortune game being played on channel <channel>. "
1461 "This command must be sent in private by the game manager. The category <cat> "
1462 "can be omitted. If you make mistakes, you can use 'wof replace' (see help) "
1463 "before the question gets asked"
1464 msgstr ""
1465
1466 #: data/rbot/plugins/games/wheelfortune.rb:234
1467 msgid ""
1468 "wof <channel> replace <round> [category: <cat>,] [clue: <clue>,] [answer: "
1469 "<ans>] => fix the question for round <round> of the wheel-of-fortune game "
1470 "being played on <channel> by replacing the category and/or clue and/or answer"
1471 msgstr ""
1472
1473 #: data/rbot/plugins/games/wheelfortune.rb:236
1474 msgid ""
1475 "wof cancel => cancels the wheel-of-fortune being played on the current "
1476 "channel"
1477 msgstr ""
1478
1479 #: data/rbot/plugins/games/wheelfortune.rb:238
1480 msgid ""
1481 "wof buy <vowel> => buy the vowel <vowel>: the user buying the vowel will "
1482 "lose points equal to the vowel price, and the corresponding vowel will be "
1483 "revealed in the answer (if present)"
1484 msgstr ""
1485
1486 #: data/rbot/plugins/games/wheelfortune.rb:240
1487 msgid ""
1488 "wof: wheel-of-fortune plugin. topics: play, category, clue, answer, replace, "
1489 "cancel, buy"
1490 msgstr ""
1491
1492 #: data/rbot/plugins/games/wheelfortune.rb:247
1493 msgid "you must specify a channel"
1494 msgstr ""
1495
1496 #: data/rbot/plugins/games/wheelfortune.rb:253
1497 msgid "there's already a %{name} game on %{chan}, managed by %{who}"
1498 msgstr ""
1499
1500 #: data/rbot/plugins/games/wheelfortune.rb:267
1501 msgid ""
1502 "%{who} just created a new %{name} game to %{max} points (%{single} per "
1503 "question, %{price} per vowel)"
1504 msgstr ""
1505
1506 #: data/rbot/plugins/games/wheelfortune.rb:274
1507 msgid ""
1508 "ok, the game has been created. now add clues and answers with \"wof %{chan} "
1509 "[category: <category>,] clue: <clue>, answer: <ans>\". if the clue and "
1510 "answer don't fit in one line, add the answer separately with \"wof %{chan} "
1511 "answer <answer>\""
1512 msgstr ""
1513
1514 #: data/rbot/plugins/games/wheelfortune.rb:282
1515 #: data/rbot/plugins/games/wheelfortune.rb:343
1516 #: data/rbot/plugins/games/wheelfortune.rb:412
1517 #: data/rbot/plugins/games/wheelfortune.rb:522
1518 #: data/rbot/plugins/games/wheelfortune.rb:559
1519 msgid "there's no %{name} game running on %{chan}"
1520 msgstr ""
1521
1522 #: data/rbot/plugins/games/wheelfortune.rb:291
1523 msgid "you can't add questions to the %{name} game on %{chan}"
1524 msgstr ""
1525
1526 #: data/rbot/plugins/games/wheelfortune.rb:301
1527 #: data/rbot/plugins/games/wheelfortune.rb:383
1528 msgid "sorry, the answer cannot contain the '*' character"
1529 msgstr ""
1530
1531 #: data/rbot/plugins/games/wheelfortune.rb:308
1532 msgid "ok, clue added for %{name} round %{count} on %{chan}: %{catclue}"
1533 msgstr ""
1534
1535 #: data/rbot/plugins/games/wheelfortune.rb:310
1536 msgid ""
1537 "there's already a pending clue for %{name} round %{count} on %{chan}: %"
1538 "{catclue}"
1539 msgstr ""
1540
1541 #: data/rbot/plugins/games/wheelfortune.rb:323
1542 msgid ""
1543 "ok, QA added for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
1544 msgstr ""
1545
1546 #: data/rbot/plugins/games/wheelfortune.rb:325
1547 msgid "there's no pending clue for %{name} on %{chan}!"
1548 msgstr ""
1549
1550 #: data/rbot/plugins/games/wheelfortune.rb:336
1551 msgid ""
1552 "something went wrong, I can't seem to understand what you're trying to set up"
1553 msgstr ""
1554
1555 #: data/rbot/plugins/games/wheelfortune.rb:352
1556 msgid "you can't replace questions to the %{name} game on %{chan}"
1557 msgstr ""
1558
1559 #: data/rbot/plugins/games/wheelfortune.rb:365
1560 msgid ""
1561 "there are no questions in the %{name} game on %{chan} which can be replaced"
1562 msgstr ""
1563
1564 #: data/rbot/plugins/games/wheelfortune.rb:370
1565 msgid ""
1566 "you can only replace questions between rounds %{min} and %{max} in the %"
1567 "{name} game on %{chan}"
1568 msgstr ""
1569
1570 #: data/rbot/plugins/games/wheelfortune.rb:398
1571 msgid ""
1572 "ok, replaced QA for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
1573 msgstr ""
1574
1575 #: data/rbot/plugins/games/wheelfortune.rb:421
1576 #: data/rbot/plugins/games/wheelfortune.rb:528
1577 msgid ""
1578 "there are no %{name} questions for %{chan}, I'm waiting for %{who} to add "
1579 "them"
1580 msgstr ""
1581
1582 #: data/rbot/plugins/games/wheelfortune.rb:429
1583 msgid "%{bold}%{color}%{name}%{bold}, round %{count}:%{nocolor} %{qa}"
1584 msgstr ""
1585
1586 #: data/rbot/plugins/games/wheelfortune.rb:444
1587 msgid "no scores"
1588 msgstr ""
1589
1590 #: data/rbot/plugins/games/wheelfortune.rb:465
1591 msgid "You must buy the %{vowel}"
1592 msgstr ""
1593
1594 #: data/rbot/plugins/games/wheelfortune.rb:476
1595 msgid "%{who} got it! The answer was: %{ans}"
1596 msgstr ""
1597
1598 #: data/rbot/plugins/games/wheelfortune.rb:482
1599 msgid ""
1600 "%{bold}%{color}%{name}%{bold}%{nocolor}: %{who} %{bold}wins%{bold} after %"
1601 "{count} rounds!\n"
1602 "The final score is"
1603 msgstr ""
1604
1605 #: data/rbot/plugins/games/wheelfortune.rb:493
1606 msgid ""
1607 "%{bold}%{color}%{name}%{bold}, round %{count}%{nocolor} -- score so far:"
1608 msgstr ""
1609
1610 #: data/rbot/plugins/games/wheelfortune.rb:538
1611 msgid "%{who} buys a %{vowel} for %{price} points"
1612 msgstr ""
1613
1614 #: data/rbot/plugins/games/wheelfortune.rb:546
1615 msgid ""
1616 "you can't buy a %{vowel}, %{who}: it costs %{price} points and you only have "
1617 "%{score}"
1618 msgstr ""
1619
1620 #: data/rbot/plugins/games/wheelfortune.rb:569
1621 msgid "you can't cancel the current game"
1622 msgstr ""
1623
1624 #: data/rbot/plugins/games/wheelfortune.rb:576
1625 msgid "%{name} game cancelled after %{count} rounds. Partial score:"
1626 msgstr ""
1627
1628 #: data/rbot/plugins/keywords.rb:452
1629 msgid "couldn't find keyword %{key}"
1630 msgstr ""
1631
1632 #: data/rbot/plugins/keywords.rb:501
1633 msgid "failed to export keywords as factoids (%{err})"
1634 msgstr ""
1635
1636 #: data/rbot/plugins/markov.rb:134
1637 msgid "markov has a %{prob}% chance of chipping in"
1638 msgstr ""
1639
1640 #: data/rbot/plugins/rss.rb:802
1641 msgid "no such feed %{handle}"
1642 msgstr ""
1643
1644 #: data/rbot/plugins/translator.rb:52
1645 msgid "Cannot translate empty string"
1646 msgstr ""
1647
1648 #: data/rbot/plugins/translator.rb:262
1649 msgid "Number of seconds to wait for the translation service before timeout"
1650 msgstr ""
1651
1652 #: data/rbot/plugins/translator.rb:282
1653 msgid "Translator %{name} cannot be used: %{reason}"
1654 msgstr ""
1655
1656 #: data/rbot/plugins/translator.rb:290
1657 msgid "List of translators to try in order when translator name not specified"
1658 msgstr ""
1659
1660 #: data/rbot/plugins/translator.rb:298
1661 msgid ""
1662 "%{translator} <from> <to> <phrase> => Look up phrase using %{info}, "
1663 "supported from -> to languages: %{directions}"
1664 msgstr ""
1665
1666 #: data/rbot/plugins/translator.rb:302
1667 msgid "%{source} -> %{targets}"
1668 msgstr ""
1669
1670 #: data/rbot/plugins/translator.rb:307
1671 msgid ""
1672 "Command: <translator> <from> <to> <phrase>, where <translator> is one of: %"
1673 "{translators}. If \"translator\" is used in place of the translator name, "
1674 "the first translator in translator.default_list which supports the specified "
1675 "direction will be picked automatically. Use \"help <translator>\" to look up "
1676 "supported from and to languages"
1677 msgstr ""
1678
1679 #: data/rbot/plugins/translator.rb:322
1680 msgid ""
1681 "None of the default translators (translator.default_list) supports "
1682 "translating from %{source} to %{target}"
1683 msgstr ""
1684
1685 #: data/rbot/plugins/translator.rb:337
1686 msgid "%{translation} (provided by %{translator})"
1687 msgstr ""
1688
1689 #: data/rbot/plugins/translator.rb:344
1690 msgid "%{translator} doesn't support translating from %{source} to %{target}"
1691 msgstr ""
1692
1693 #: data/rbot/plugins/translator.rb:347
1694 msgid "%{translator} failed to provide a translation"
1695 msgstr ""
1696
1697 #: data/rbot/plugins/translator.rb:350
1698 msgid "The translator timed out"
1699 msgstr ""
1700
1701 #: data/rbot/plugins/translator.rb:353
1702 msgid "No translator called %{name}"
1703 msgstr ""
1704
1705 #: data/rbot/plugins/twitter.rb:172
1706 msgid "actions will be twitted"
1707 msgstr ""
1708
1709 #: data/rbot/plugins/twitter.rb:174
1710 msgid "actions will not be twitted"
1711 msgstr ""