mark translatable strings in nickserv.rb, po update
[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-06-01 14:54-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:40
19 msgid "Password for the bot owner"
20 msgstr ""
21
22 #: lib/rbot/botuser.rb:43
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:46
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:49
35 msgid "Set true to allow new botusers to be created automatically"
36 msgstr ""
37
38 #: lib/rbot/botuser.rb:913
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:352
47 msgid "First time rbot configuration wizard"
48 msgstr ""
49
50 #: lib/rbot/config.rb:355
51 msgid "This wizard will ask you a few questions to get you started."
52 msgstr ""
53
54 #: lib/rbot/config.rb:356
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:69
61 msgid "please do not use + or - in front of command %{command} when resetting"
62 msgstr ""
63
64 #: lib/rbot/core/auth.rb:71
65 msgid "+ or - expected in front of %{string}"
66 msgstr ""
67
68 #: lib/rbot/core/auth.rb:84
69 msgid "'%{string}' doesn't look like a channel name"
70 msgstr ""
71
72 #: lib/rbot/core/auth.rb:93
73 msgid "trailing comma"
74 msgstr ""
75
76 #: lib/rbot/core/auth.rb:94
77 msgid "you probably forgot a comma"
78 msgstr ""
79
80 #: lib/rbot/core/auth.rb:109 lib/rbot/core/auth.rb:163
81 #: lib/rbot/core/auth.rb:229
82 msgid "couldn't find botuser %{name}"
83 msgstr ""
84
85 #: lib/rbot/core/auth.rb:111
86 msgid "you can't change permissions for %{username}"
87 msgstr ""
88
89 #: lib/rbot/core/auth.rb:118
90 msgid "couldn't satisfy your request: %{errors}"
91 msgstr ""
92
93 #: lib/rbot/core/auth.rb:157
94 msgid "you are owner, you can do anything"
95 msgstr ""
96
97 #: lib/rbot/core/auth.rb:160
98 msgid "owner can do anything"
99 msgstr ""
100
101 #: lib/rbot/core/auth.rb:171
102 msgid "on any channel: "
103 msgstr ""
104
105 #: lib/rbot/core/auth.rb:173
106 msgid "in private: "
107 msgstr ""
108
109 #: lib/rbot/core/auth.rb:185
110 msgid "no permissions set for %{user}"
111 msgstr ""
112
113 #: lib/rbot/core/auth.rb:187
114 msgid "permissions for %{user}:: %{permissions}"
115 msgstr ""
116
117 #: lib/rbot/core/auth.rb:197
118 msgid ". only %{max} will be shown"
119 msgstr ""
120
121 #: lib/rbot/core/auth.rb:198
122 msgid "%{count} commands found matching %{pattern}%{extra}"
123 msgstr ""
124
125 #: lib/rbot/core/auth.rb:203
126 msgid "%{cmd}: %{perms}"
127 msgstr ""
128
129 #: lib/rbot/core/auth.rb:260
130 msgid "%{user} can already do that"
131 msgstr ""
132
133 #: lib/rbot/core/auth.rb:262
134 msgid "%{user} can't do that already"
135 msgstr ""
136
137 #: lib/rbot/core/auth.rb:272
138 msgid ""
139 "sorry, %{cmd} doesn't look like a valid command. maybe you misspelled it, or "
140 "you need to specify it should be in private?"
141 msgstr ""
142
143 #: lib/rbot/core/auth.rb:295
144 msgid "welcome, %{user}"
145 msgstr ""
146
147 #: lib/rbot/core/auth.rb:310
148 msgid "sorry, can't do"
149 msgstr ""
150
151 #: lib/rbot/core/auth.rb:313
152 msgid "couldn't login: %{exception}"
153 msgstr ""
154
155 #: lib/rbot/core/auth.rb:321
156 msgid "I couldn't find anything to let you login automatically"
157 msgstr ""
158
159 #: lib/rbot/core/auth.rb:332
160 msgid "you are %{who}"
161 msgstr ""
162
163 #: lib/rbot/core/auth.rb:334 lib/rbot/core/auth.rb:347
164 msgid "no one that I know"
165 msgstr ""
166
167 #: lib/rbot/core/auth.rb:335 lib/rbot/core/auth.rb:348
168 msgid "my boss"
169 msgstr ""
170
171 #: lib/rbot/core/auth.rb:355
172 msgid ""
173 "login [<botuser>] [<pass>]: logs in to the bot as botuser <botuser> with "
174 "password <pass>. When using the full form, you must contact the bot in "
175 "private. <pass> can be omitted if <botuser> allows login-by-mask and your "
176 "netmask is among the known ones. if <botuser> is omitted too autologin will "
177 "be attempted"
178 msgstr ""
179
180 #: lib/rbot/core/auth.rb:357
181 msgid "whoami: names the botuser you're linked to"
182 msgstr ""
183
184 #: lib/rbot/core/auth.rb:359
185 msgid "who is <user>: names the botuser <user> is linked to"
186 msgstr ""
187
188 #: lib/rbot/core/auth.rb:363
189 msgid ""
190 "a permission is specified as module::path::to::cmd; when you want to enable "
191 "it, prefix it with +; when you want to disable it, prefix it with -; when "
192 "using the +reset+ command, do not use any prefix"
193 msgstr ""
194
195 #: lib/rbot/core/auth.rb:365
196 msgid ""
197 "permissions [re]set <permission> [in <channel>] for <user>: sets or resets "
198 "the permissions for botuser <user> in channel <channel> (use ? to change the "
199 "permissions for private addressing)"
200 msgstr ""
201
202 #: lib/rbot/core/auth.rb:367
203 msgid "permissions view [for <user>]: display the permissions for user <user>"
204 msgstr ""
205
206 #: lib/rbot/core/auth.rb:369
207 msgid ""
208 "permissions search <pattern>: display the permissions associated with the "
209 "commands matching <pattern>"
210 msgstr ""
211
212 #: lib/rbot/core/auth.rb:371
213 msgid "permission topics: syntax, (re)set, view, search"
214 msgstr ""
215
216 #: lib/rbot/core/auth.rb:376
217 msgid ""
218 "user show <what> : shows info about the user; <what> can be any of "
219 "autologin, login-by-mask, netmasks"
220 msgstr ""
221
222 #: lib/rbot/core/auth.rb:378
223 msgid ""
224 "user enable|disable <what> : turns on or off <what> (autologin, login-by-"
225 "mask)"
226 msgstr ""
227
228 #: lib/rbot/core/auth.rb:380
229 msgid ""
230 "user set password <blah> : sets the user password to <blah>; passwords can "
231 "only contain upper and lowercase letters and numbers, and must be at least 4 "
232 "characters long"
233 msgstr ""
234
235 #: lib/rbot/core/auth.rb:382
236 msgid ""
237 "user add|rm netmask <mask> : adds/removes netmask <mask> from the list of "
238 "netmasks known to the botuser you're linked to"
239 msgstr ""
240
241 #: lib/rbot/core/auth.rb:384
242 msgid ""
243 "user reset <what> : resets <what> to the default values. <what> can be "
244 "+netmasks+ (the list will be emptied), +autologin+ or +login-by-mask+ (will "
245 "be reset to the default value) or +password+ (a new one will be generated "
246 "and you'll be told in private)"
247 msgstr ""
248
249 #: lib/rbot/core/auth.rb:386
250 msgid ""
251 "user tell <who> the password for <botuser> : contacts <who> in private to "
252 "tell him/her the password for <botuser>"
253 msgstr ""
254
255 #: lib/rbot/core/auth.rb:388
256 msgid ""
257 "user create <name> <password> : create botuser named <name> with password "
258 "<password>. The password can be omitted, in which case a random one will be "
259 "generated. The <name> should only contain alphanumeric characters and the "
260 "underscore (_)"
261 msgstr ""
262
263 #: lib/rbot/core/auth.rb:390
264 msgid "user list : lists all the botusers"
265 msgstr ""
266
267 #: lib/rbot/core/auth.rb:392
268 msgid ""
269 "user destroy <botuser> : destroys <botuser>. This function %{highlight}must%"
270 "{highlight} be called in two steps. On the first call <botuser> is queued "
271 "for destruction. On the second call, which must be in the form 'user confirm "
272 "destroy <botuser>', the botuser will be destroyed. If you want to cancel the "
273 "destruction, issue the command 'user cancel destroy <botuser>'"
274 msgstr ""
275
276 #: lib/rbot/core/auth.rb:394
277 msgid ""
278 "user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, "
279 "list, destroy"
280 msgstr ""
281
282 #: lib/rbot/core/auth.rb:397
283 msgid ""
284 "auth <masterpassword>: log in as the bot owner; other commands: login, "
285 "whoami, permissions syntax, permissions [re]set, permissions view, user, "
286 "meet, hello, allow, prevent"
287 msgstr ""
288
289 #: lib/rbot/core/auth.rb:399
290 msgid ""
291 "meet <nick> [as <user>]: creates a bot user for nick, calling it user "
292 "(defaults to the nick itself)"
293 msgstr ""
294
295 #: lib/rbot/core/auth.rb:401
296 msgid "hello: creates a bot user for the person issuing the command"
297 msgstr ""
298
299 #: lib/rbot/core/auth.rb:403
300 msgid ""
301 "allow <user> to do <sample command> [<where>]: gives botuser <user> the "
302 "permissions to execute a command such as the provided sample command (in "
303 "private or in channel, according to the optional <where>)"
304 msgstr ""
305
306 #: lib/rbot/core/auth.rb:405
307 msgid ""
308 "deny <user> from doing <sample command> [<where>]: removes from botuser "
309 "<user> the permissions to execute a command such as the provided sample "
310 "command (in private or in channel, according to the optional <where>)"
311 msgstr ""
312
313 #: lib/rbot/core/auth.rb:407
314 msgid ""
315 "auth commands: auth, login, whoami, who, permission[s], user, meet, hello, "
316 "allow, deny"
317 msgstr ""
318
319 #: lib/rbot/core/auth.rb:412
320 msgid "sorry, I need more arguments to %{command}"
321 msgstr ""
322
323 #: lib/rbot/core/auth.rb:416
324 msgid "I can only %{command} these: %{arguments}"
325 msgstr ""
326
327 #: lib/rbot/core/auth.rb:451
328 msgid "no such bot user %{user}"
329 msgstr ""
330
331 #: lib/rbot/core/auth.rb:454
332 msgid "you can't mess with %{user}"
333 msgstr ""
334
335 #: lib/rbot/core/auth.rb:466
336 msgid "you can't see the properties of %{user}"
337 msgstr ""
338
339 #: lib/rbot/core/auth.rb:475
340 msgid "no way I'm telling you the master password!"
341 msgstr ""
342
343 #: lib/rbot/core/auth.rb:476
344 msgid "you can't ask for someone else's password"
345 msgstr ""
346
347 #: lib/rbot/core/auth.rb:478
348 msgid ""
349 "c'mon, you can't be asking me seriously to tell you the password in public!"
350 msgstr ""
351
352 #: lib/rbot/core/auth.rb:479
353 msgid "the password for %{user} is %{password}"
354 msgstr ""
355
356 #: lib/rbot/core/auth.rb:493
357 msgid "can %{action}"
358 msgstr ""
359
360 #: lib/rbot/core/auth.rb:495
361 msgid "can not %{action}"
362 msgstr ""
363
364 #: lib/rbot/core/auth.rb:499
365 msgid "knows no netmasks"
366 msgstr ""
367
368 #: lib/rbot/core/auth.rb:501
369 msgid "knows %{netmasks}"
370 msgstr ""
371
372 #: lib/rbot/core/auth.rb:508 lib/rbot/core/auth.rb:535
373 #: lib/rbot/core/auth.rb:553 lib/rbot/core/auth.rb:585
374 msgid "you can't change the default user"
375 msgstr ""
376
377 #: lib/rbot/core/auth.rb:509 lib/rbot/core/auth.rb:537
378 #: lib/rbot/core/auth.rb:555 lib/rbot/core/auth.rb:587
379 msgid "you can't edit %{user}"
380 msgstr ""
381
382 #: lib/rbot/core/auth.rb:524 lib/rbot/core/auth.rb:571
383 msgid "I ignored %{things} because %{reason}"
384 msgstr ""
385
386 #: lib/rbot/core/auth.rb:528 lib/rbot/core/auth.rb:575
387 msgid "I haven't changed anything"
388 msgstr ""
389
390 #: lib/rbot/core/auth.rb:546
391 msgid "is that a joke? setting the password in public?"
392 msgstr ""
393
394 #: lib/rbot/core/auth.rb:578
395 msgid "the password for %{user} is now %{password}"
396 msgstr ""
397
398 #: lib/rbot/core/auth.rb:592
399 msgid ""
400 "I can only add/remove netmasks. See +help user add+ for more instructions"
401 msgstr ""
402
403 #: lib/rbot/core/auth.rb:613
404 msgid "sorry, I don't know how to %{request}"
405 msgstr ""
406
407 #: lib/rbot/core/auth.rb:616
408 msgid "couldn't %{cmd}: %{exception}"
409 msgstr ""
410
411 #: lib/rbot/core/auth.rb:645
412 msgid ""
413 "you are now registered as %{buname}. I created a random password for you : %"
414 "{pass} and you can change it at any time by telling me 'user set password "
415 "<password>' in private"
416 msgstr ""
417
418 #: lib/rbot/core/auth.rb:652
419 msgid "but I already know %{buname}"
420 msgstr ""
421
422 #: lib/rbot/core/auth.rb:654
423 msgid "I had problems meeting %{nick}: %{e}"
424 msgstr ""
425
426 #: lib/rbot/core/auth.rb:663
427 msgid "couldn't find botuser %{user}"
428 msgstr ""
429
430 #: lib/rbot/core/auth.rb:665
431 msgid "I'm not telling the master password to anyone, pal"
432 msgstr ""
433
434 #: lib/rbot/core/auth.rb:666
435 msgid "the password for botuser %{user} is %{password}"
436 msgstr ""
437
438 #: lib/rbot/core/auth.rb:669
439 msgid "I told %{user} that %{message}"
440 msgstr ""
441
442 #: lib/rbot/core/auth.rb:675
443 msgid "are you nuts, creating a botuser with a publicly known password?"
444 msgstr ""
445
446 #: lib/rbot/core/auth.rb:680
447 msgid "failed to create %{user}: %{exception}"
448 msgstr ""
449
450 #: lib/rbot/core/auth.rb:684
451 msgid "created botuser %{user}"
452 msgstr ""
453
454 #: lib/rbot/core/auth.rb:692
455 msgid " (queued for destruction)"
456 msgstr ""
457
458 #: lib/rbot/core/auth.rb:695
459 msgid "I have no botusers other than the default ones"
460 msgstr ""
461
462 #: lib/rbot/core/auth.rb:696
463 msgid "botuser: %{list}"
464 msgid_plural "botusers: %{list}"
465 msgstr[0] ""
466 msgstr[1] ""
467
468 #: lib/rbot/core/auth.rb:703
469 msgid "You can't destroy %{user}"
470 msgstr ""
471
472 #: lib/rbot/core/auth.rb:713
473 msgid "no such botuser %{user}"
474 msgstr ""
475
476 #: lib/rbot/core/auth.rb:720
477 msgid "%{user} removed from the destruction queue"
478 msgstr ""
479
480 #: lib/rbot/core/auth.rb:722
481 msgid "%{user} was not queued for destruction"
482 msgstr ""
483
484 #: lib/rbot/core/auth.rb:727
485 msgid ""
486 "%{user} already queued for destruction, use %{highlight}user confirm destroy "
487 "%{user}%{highlight} to destroy it"
488 msgstr ""
489
490 #: lib/rbot/core/auth.rb:730
491 msgid ""
492 "%{user} queued for destruction, use %{highlight}user confirm destroy %{user}%"
493 "{highlight} to destroy it"
494 msgstr ""
495
496 #: lib/rbot/core/auth.rb:734
497 msgid "%{user} is not queued for destruction yet"
498 msgstr ""
499
500 #: lib/rbot/core/auth.rb:743 lib/rbot/core/auth.rb:783
501 msgid "failed: %{exception}"
502 msgstr ""
503
504 #: lib/rbot/core/auth.rb:745
505 msgid "botuser %{user} destroyed"
506 msgstr ""
507
508 #: lib/rbot/core/auth.rb:752
509 msgid "please don't touch the default users"
510 msgstr ""
511
512 #: lib/rbot/core/auth.rb:761
513 msgid "no such botuser %{source}"
514 msgstr ""
515
516 #: lib/rbot/core/auth.rb:763
517 msgid "botuser %{dest} exists already"
518 msgstr ""
519
520 #: lib/rbot/core/auth.rb:786
521 msgid "botuser %{source} copied to %{dest}"
522 msgstr ""
523
524 #: lib/rbot/core/auth.rb:789
525 msgid "botuser %{source} renamed to %{dest}"
526 msgstr ""
527
528 #: lib/rbot/core/auth.rb:809
529 msgid "selecting data to export ..."
530 msgstr ""
531
532 #: lib/rbot/core/auth.rb:825
533 msgid "preparing data for export ..."
534 msgstr ""
535
536 #: lib/rbot/core/auth.rb:848
537 msgid "failed to prepare data: %{exception}"
538 msgstr ""
539
540 #: lib/rbot/core/auth.rb:853
541 msgid "exporting to %{file} ..."
542 msgstr ""
543
544 #: lib/rbot/core/auth.rb:860
545 msgid "failed to export users: %{exception}"
546 msgstr ""
547
548 #: lib/rbot/core/auth.rb:864 lib/rbot/core/auth.rb:942
549 msgid "done"
550 msgstr ""
551
552 #: lib/rbot/core/auth.rb:881
553 msgid "reading %{file} ..."
554 msgstr ""
555
556 #: lib/rbot/core/auth.rb:885
557 msgid "failed to import from: %{exception}"
558 msgstr ""
559
560 #: lib/rbot/core/auth.rb:892
561 msgid "selecting data to import ..."
562 msgstr ""
563
564 #: lib/rbot/core/auth.rb:902
565 msgid "parsing data from import ..."
566 msgstr ""
567
568 #: lib/rbot/core/auth.rb:922
569 msgid "failed to parse data: %{exception}"
570 msgstr ""
571
572 #: lib/rbot/core/basics.rb:107
573 msgid "quit [<message>] => quit IRC with message <message>"
574 msgstr ""
575
576 #: lib/rbot/core/basics.rb:109
577 msgid "restart => completely stop and restart the bot (including reconnect)"
578 msgstr ""
579
580 #: lib/rbot/core/basics.rb:113
581 msgid "part"
582 msgstr ""
583
584 #: lib/rbot/core/basics.rb:115
585 msgid "hide => part all channels"
586 msgstr ""
587
588 #: lib/rbot/core/basics.rb:117
589 msgid "nick <nick> => attempt to change nick to <nick>"
590 msgstr ""
591
592 #: lib/rbot/core/basics.rb:119
593 msgid ""
594 "say <channel>|<nick> <message> => say <message> to <channel> or in private "
595 "message to <nick>"
596 msgstr ""
597
598 #: lib/rbot/core/basics.rb:121
599 msgid ""
600 "action <channel>|<nick> <message> => does a /me <message> to <channel> or in "
601 "private message to <nick>"
602 msgstr ""
603
604 #: lib/rbot/core/basics.rb:123
605 msgid ""
606 "quiet [in here|<channel>] => with no arguments, stop speaking in all "
607 "channels, if \"in here\", stop speaking in this channel, or stop speaking in "
608 "<channel>"
609 msgstr ""
610
611 #: lib/rbot/core/basics.rb:125
612 msgid ""
613 "talk [in here|<channel>] => with no arguments, resume speaking in all "
614 "channels, if \"in here\", resume speaking in this channel, or resume "
615 "speaking in <channel>"
616 msgstr ""
617
618 #: lib/rbot/core/basics.rb:127
619 msgid "ping => replies with a pong"
620 msgstr ""
621
622 #: lib/rbot/core/basics.rb:129
623 msgid ""
624 "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> "
625 "to <mode>"
626 msgstr ""
627
628 #: lib/rbot/core/basics.rb:135
629 msgid ""
630 "%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, "
631 "quiet, talk, ping, mode"
632 msgstr ""
633
634 #: lib/rbot/core/config.rb:18
635 msgid "I'm a v. %{version}%{ago} rubybot%{copyright}%{url}"
636 msgstr ""
637
638 #: lib/rbot/core/config.rb:39
639 msgid "no such module %{module}"
640 msgstr ""
641
642 #: lib/rbot/core/config.rb:55 lib/rbot/core/config.rb:66
643 #: lib/rbot/core/config.rb:88 lib/rbot/core/config.rb:101
644 #: lib/rbot/core/config.rb:127 lib/rbot/core/config.rb:150
645 msgid "no such config key %{key}"
646 msgstr ""
647
648 #: lib/rbot/core/config.rb:78
649 msgid "no config key found matching %{r}"
650 msgstr ""
651
652 #: lib/rbot/core/config.rb:80
653 msgid "possible keys: %{kl}"
654 msgstr ""
655
656 #: lib/rbot/core/config.rb:93 lib/rbot/core/config.rb:112
657 #: lib/rbot/core/config.rb:142 lib/rbot/core/config.rb:165
658 msgid "this config change will take effect on the next restart"
659 msgstr ""
660
661 #: lib/rbot/core/config.rb:94 lib/rbot/core/config.rb:115
662 #: lib/rbot/core/config.rb:143 lib/rbot/core/config.rb:166
663 msgid "this config change will take effect on the next rescan"
664 msgstr ""
665
666 #: lib/rbot/core/config.rb:108
667 msgid "failed to set %{key}: %{error}"
668 msgstr ""
669
670 #: lib/rbot/core/config.rb:131 lib/rbot/core/config.rb:154
671 msgid "config key %{key} is not an array"
672 msgstr ""
673
674 #: lib/rbot/core/config.rb:138
675 msgid "failed to add %{value} to %{key}: %{error}"
676 msgstr ""
677
678 #: lib/rbot/core/config.rb:161
679 msgid "failed to remove %{value} from %{key}: %{error}"
680 msgstr ""
681
682 #: lib/rbot/core/config.rb:175
683 msgid "saving ..."
684 msgstr ""
685
686 #: lib/rbot/core/config.rb:177
687 msgid "rescanning ..."
688 msgstr ""
689
690 #: lib/rbot/core/config.rb:179
691 msgid "done. %{plugin_status}"
692 msgstr ""
693
694 #: lib/rbot/core/config.rb:220
695 msgid ""
696 "config list => list configuration modules, config list <module> => list "
697 "configuration keys for module <module>"
698 msgstr ""
699
700 #: lib/rbot/core/config.rb:222
701 msgid "config get <key> => get configuration value for key <key>"
702 msgstr ""
703
704 #: lib/rbot/core/config.rb:224
705 msgid "reset key <key> to the default"
706 msgstr ""
707
708 #: lib/rbot/core/config.rb:226
709 msgid ""
710 "config set <key> <value> => set configuration value for key <key> to <value>"
711 msgstr ""
712
713 #: lib/rbot/core/config.rb:228
714 msgid "config desc <key> => describe what key <key> configures"
715 msgstr ""
716
717 #: lib/rbot/core/config.rb:230
718 msgid ""
719 "config add <value> to <key> => add value <value> to key <key> if <key> is an "
720 "array"
721 msgstr ""
722
723 #: lib/rbot/core/config.rb:232
724 msgid ""
725 "config rm <value> from <key> => remove value <value> from key <key> if <key> "
726 "is an array"
727 msgstr ""
728
729 #: lib/rbot/core/config.rb:234
730 msgid ""
731 "config module - bot configuration. usage: list, desc, get, set, unset, add, "
732 "rm"
733 msgstr ""
734
735 #: lib/rbot/core/config.rb:239
736 msgid "nick <newnick> => change the bot nick to <newnick>, if possible"
737 msgstr ""
738
739 #: lib/rbot/core/config.rb:241
740 msgid "status => display some information on the bot's status"
741 msgstr ""
742
743 #: lib/rbot/core/config.rb:243
744 msgid "save => save current dynamic data and configuration"
745 msgstr ""
746
747 #: lib/rbot/core/config.rb:245
748 msgid "rescan => reload modules and static facts"
749 msgstr ""
750
751 #: lib/rbot/core/config.rb:247
752 msgid "version => describes software version"
753 msgstr ""
754
755 #: lib/rbot/core/config.rb:249
756 msgid "config-related tasks: config, save, rescan, version, nick, status"
757 msgstr ""
758
759 #: lib/rbot/core/userdata.rb:146
760 msgid "%{key} data for %{user}: %{data}"
761 msgstr ""
762
763 #: lib/rbot/core/userdata.rb:152
764 msgid "sorry, no %{key} data for %{user}"
765 msgstr ""
766
767 #: lib/rbot/core/utils/utils.rb:202
768 msgid "year"
769 msgstr ""
770
771 #: lib/rbot/core/utils/utils.rb:202
772 msgid "years"
773 msgstr ""
774
775 #: lib/rbot/core/utils/utils.rb:204
776 msgid "month"
777 msgstr ""
778
779 #: lib/rbot/core/utils/utils.rb:204
780 msgid "months"
781 msgstr ""
782
783 #: lib/rbot/core/utils/utils.rb:206
784 msgid "day"
785 msgstr ""
786
787 #: lib/rbot/core/utils/utils.rb:206
788 msgid "days"
789 msgstr ""
790
791 #: lib/rbot/core/utils/utils.rb:208
792 msgid "hour"
793 msgstr ""
794
795 #: lib/rbot/core/utils/utils.rb:208
796 msgid "hours"
797 msgstr ""
798
799 #: lib/rbot/core/utils/utils.rb:210
800 msgid "minute"
801 msgstr ""
802
803 #: lib/rbot/core/utils/utils.rb:210
804 msgid "minutes"
805 msgstr ""
806
807 #: lib/rbot/core/utils/utils.rb:212
808 msgid "second"
809 msgstr ""
810
811 #: lib/rbot/core/utils/utils.rb:212
812 msgid "seconds"
813 msgstr ""
814
815 #: lib/rbot/core/utils/utils.rb:219
816 msgid " and "
817 msgstr ""
818
819 #: lib/rbot/core/filters_ui.rb:25
820 msgid "no filters in group %{g}"
821 msgstr ""
822
823 #: lib/rbot/core/filters_ui.rb:27
824 msgid "no known filters"
825 msgstr ""
826
827 #: lib/rbot/core/filters_ui.rb:30
828 msgid "known filters: "
829 msgstr ""
830
831 #: lib/rbot/core/filters_ui.rb:38
832 msgid "no known filter groups"
833 msgstr ""
834
835 #: lib/rbot/core/filters_ui.rb:40
836 msgid "known filter groups: "
837 msgstr ""
838
839 #: lib/rbot/core/filters_ui.rb:50
840 msgid "no filters match %{pat}"
841 msgstr ""
842
843 #: lib/rbot/core/filters_ui.rb:52
844 msgid "filters matching %{pat}: "
845 msgstr ""
846
847 #: lib/rbot/ircbot.rb:1167
848 msgid "help topics: "
849 msgstr ""
850
851 #: lib/rbot/ircbot.rb:1169
852 msgid " (help <topic> for more info)"
853 msgstr ""
854
855 #: lib/rbot/ircbot.rb:1172
856 msgid "no help for topic %{topic}"
857 msgstr ""
858
859 #: lib/rbot/ircbot.rb:1183
860 msgid ""
861 "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received."
862 msgstr ""
863
864 #: lib/rbot/plugins.rb:340
865 msgid "incorrect usage, ask for help using '%{command}'"
866 msgstr ""
867
868 #: lib/rbot/plugins.rb:662
869 msgid "%{count} core module loaded"
870 msgid_plural "%{count} core modules loaded"
871 msgstr[0] "%{count}个核心模块"
872 msgstr[1] ""
873
874 #: lib/rbot/plugins.rb:665
875 msgid "%{count} core module: %{list}"
876 msgid_plural "%{count} core modules: %{list}"
877 msgstr[0] "%{count}个核心模块:%{list}"
878 msgstr[1] ""
879
880 #: lib/rbot/plugins.rb:671
881 msgid "no core botmodules loaded"
882 msgstr "没有核心模块"
883
884 #: lib/rbot/plugins.rb:676
885 msgid "%{count} plugin loaded"
886 msgid_plural "%{count} plugins loaded"
887 msgstr[0] ""
888 msgstr[1] ""
889
890 #: lib/rbot/plugins.rb:679
891 msgid "%{count} plugin: %{list}"
892 msgid_plural "%{count} plugins: %{list}"
893 msgstr[0] ""
894 msgstr[1] ""
895
896 #: lib/rbot/plugins.rb:690
897 msgid "%{highlight}%{count} plugin ignored%{highlight}"
898 msgid_plural "%{highlight}%{count} plugins ignored%{highlight}"
899 msgstr[0] ""
900 msgstr[1] ""
901
902 #: lib/rbot/plugins.rb:695
903 msgid ""
904 "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%"
905 "{bold} to see why"
906 msgid_plural ""
907 "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%"
908 "{bold} to see why"
909 msgstr[0] ""
910 msgstr[1] ""
911
912 #: lib/rbot/plugins.rb:705
913 msgid "%{highlight}%{count} plugin failed to load%{highlight}"
914 msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}"
915 msgstr[0] ""
916 msgstr[1] ""
917
918 #: lib/rbot/plugins.rb:710
919 msgid ""
920 "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%"
921 "{command}%{bold} to see why"
922 msgid_plural ""
923 "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%"
924 "{command}%{bold} to see why"
925 msgstr[0] ""
926 msgstr[1] ""
927
928 #: lib/rbot/plugins.rb:740
929 msgid "no plugins failed to load"
930 msgstr ""
931
932 #: lib/rbot/plugins.rb:742
933 msgid ""
934 "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %"
935 "{reason}"
936 msgstr ""
937
938 #: lib/rbot/plugins.rb:746
939 msgid "at %{backtrace}"
940 msgstr ""
941
942 #: lib/rbot/plugins.rb:752
943 msgid "no plugins were ignored"
944 msgstr ""
945
946 #: lib/rbot/plugins.rb:756
947 msgid "overruled by previous"
948 msgstr ""
949
950 #: lib/rbot/registry.rb:20
951 msgid ""
952 "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format"
953 msgstr ""
954
955 #: lib/rbot/registry.rb:40
956 msgid ""
957 "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split "
958 "format"
959 msgstr ""
960
961 #: lib/rbot/registry.rb:190
962 msgid "marshal recovery failed, trying default"
963 msgstr ""
964
965 #: data/rbot/plugins/alias.rb:50
966 msgid "Data file is not found or corrupt, reinitializing data"
967 msgstr ""
968
969 #: data/rbot/plugins/alias.rb:58
970 msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
971 msgstr ""
972
973 #: data/rbot/plugins/alias.rb:74
974 msgid "The definition you provided is invalid: %{reason}"
975 msgstr ""
976
977 #: data/rbot/plugins/alias.rb:85 data/rbot/plugins/alias.rb:102
978 msgid "No such alias is defined"
979 msgstr ""
980
981 #: data/rbot/plugins/alias.rb:91
982 msgid "No aliases defined"
983 msgstr ""
984
985 #: data/rbot/plugins/alias.rb:100
986 msgid "Alias of %{command}"
987 msgstr ""
988
989 #: data/rbot/plugins/alias.rb:112
990 msgid ""
991 "The arguments in alias must match the substitutions in command, and vice "
992 "versa"
993 msgstr ""
994
995 #: data/rbot/plugins/alias.rb:117
996 msgid "Error mapping %{text} as command: %{error}"
997 msgstr ""
998
999 #: data/rbot/plugins/alias.rb:138
1000 msgid ""
1001 "The alias seems to have caused infinite recursion. Please examine your alias "
1002 "definitions"
1003 msgstr ""
1004
1005 #: data/rbot/plugins/alias.rb:142
1006 msgid ""
1007 "Error handling the alias, The alias %{text} is not defined or has beeen "
1008 "removed. I will stop responding to it after rescan,"
1009 msgstr ""
1010
1011 #: data/rbot/plugins/alias.rb:154
1012 msgid "Create and use aliases for commands. Topics: create, commands"
1013 msgstr ""
1014
1015 #: data/rbot/plugins/alias.rb:163
1016 msgid ""
1017 "\"alias <text> => <command>\" => add text as an alias of command. Text can "
1018 "contain placeholders marked with : or * for :words and *multiword arguments. "
1019 "The command can contain placeholders enclosed with < > which will be "
1020 "substituded with argument values. For example: alias googlerbot *terms => "
1021 "google site:ruby-rbot.org <terms>"
1022 msgstr ""
1023
1024 #: data/rbot/plugins/alias.rb:165
1025 msgid ""
1026 "alias list => list defined aliases | alias whatis <alias> => show definition "
1027 "of the alias | alias remove <alias> => remove defined alias | see the "
1028 "\"create\" topic about adding aliases"
1029 msgstr ""
1030
1031 #: data/rbot/plugins/dictclient.rb:57
1032 msgid "Hostname or hostname:port of the DICT server used to lookup words"
1033 msgstr ""
1034
1035 #: data/rbot/plugins/dictclient.rb:60
1036 msgid ""
1037 "When multiple databases reply a number of definitions that above this limit, "
1038 "only the database names will be listed. Otherwise, the full definitions from "
1039 "each database are replied"
1040 msgstr ""
1041
1042 #: data/rbot/plugins/dictclient.rb:63
1043 msgid "Each definition is truncated to this length"
1044 msgstr ""
1045
1046 #: data/rbot/plugins/dictclient.rb:66
1047 msgid "Format of headwords; <word> will be replaced with the actual word"
1048 msgstr ""
1049
1050 #: data/rbot/plugins/dictclient.rb:69
1051 msgid ""
1052 "Format of database names; <database> will be replaced with the database name"
1053 msgstr ""
1054
1055 #: data/rbot/plugins/dictclient.rb:72
1056 msgid ""
1057 "Format of definitions. <word> will be replaced with the formatted headword, "
1058 "<def> will be replaced with the truncated definition, and <database> with "
1059 "the formatted database name"
1060 msgstr ""
1061
1062 #: data/rbot/plugins/dictclient.rb:75
1063 msgid ""
1064 "Format of match results. <matches> will be replaced with the formatted "
1065 "headwords, <database> with the formatted database name"
1066 msgstr ""
1067
1068 #: data/rbot/plugins/dictclient.rb:95
1069 msgid ""
1070 "An error occured connecting to the DICT server. Check the dictclient.server "
1071 "configuration or retry later"
1072 msgstr ""
1073
1074 #: data/rbot/plugins/dictclient.rb:97
1075 msgid "A protocol error occured"
1076 msgstr ""
1077
1078 #: data/rbot/plugins/dictclient.rb:99
1079 msgid "An error occured"
1080 msgstr ""
1081
1082 #: data/rbot/plugins/dictclient.rb:121
1083 msgid ""
1084 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
1085 "<phrase> from <database> to view a definition."
1086 msgstr ""
1087
1088 #: data/rbot/plugins/dictclient.rb:138
1089 msgid "No definition for %{phrase} found from %{database}."
1090 msgstr ""
1091
1092 #: data/rbot/plugins/dictclient.rb:159
1093 msgid "Nothing matched %{query} from %{database} using %{strategy}"
1094 msgstr ""
1095
1096 #: data/rbot/plugins/dictclient.rb:169
1097 msgid "Databases: %{list}"
1098 msgstr ""
1099
1100 #: data/rbot/plugins/dictclient.rb:177
1101 msgid "Strategies: %{list}"
1102 msgstr ""
1103
1104 #: data/rbot/plugins/dictclient.rb:186
1105 msgid "define <phrase> [from <database>] => Show definition of a phrase"
1106 msgstr ""
1107
1108 #: data/rbot/plugins/dictclient.rb:188
1109 msgid ""
1110 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
1111 "the given pattern"
1112 msgstr ""
1113
1114 #: data/rbot/plugins/dictclient.rb:190
1115 msgid ""
1116 "dictclient databases => List databases; dictclient strategies => List "
1117 "strategies"
1118 msgstr ""
1119
1120 #: data/rbot/plugins/dictclient.rb:192
1121 msgid ""
1122 "look up phrases on the configured DICT server. topics: define, match, server "
1123 "information"
1124 msgstr ""
1125
1126 #: data/rbot/plugins/factoids.rb:32
1127 msgid "from %{who}"
1128 msgstr ""
1129
1130 #: data/rbot/plugins/factoids.rb:35
1131 msgid "on %{when}"
1132 msgstr ""
1133
1134 #: data/rbot/plugins/factoids.rb:38
1135 msgid "in %{where}"
1136 msgstr ""
1137
1138 #: data/rbot/plugins/factoids.rb:41
1139 msgid " [%{data}]"
1140 msgstr ""
1141
1142 #: data/rbot/plugins/factoids.rb:142
1143 msgid "%{name} (%{fname}) must be under %{dir}"
1144 msgstr ""
1145
1146 #: data/rbot/plugins/factoids.rb:149
1147 msgid "%{name} is not a file"
1148 msgstr ""
1149
1150 #: data/rbot/plugins/factoids.rb:163
1151 msgid "fact must be the last field"
1152 msgstr ""
1153
1154 #: data/rbot/plugins/factoids.rb:170
1155 msgid "%{name} (%{fname}) doesn't exist"
1156 msgstr ""
1157
1158 #: data/rbot/plugins/factoids.rb:263
1159 msgid ""
1160 "factoids plugin: learn that <factoid>, forget that <factoids>, facts about "
1161 "<words>"
1162 msgstr ""
1163
1164 #: data/rbot/plugins/factoids.rb:292 data/rbot/plugins/factoids.rb:404
1165 #: data/rbot/plugins/factoids.rb:436
1166 msgid "please select a fact number between 1 and %{total}"
1167 msgstr ""
1168
1169 #: data/rbot/plugins/factoids.rb:296
1170 msgid "I forgot that %{factoid}"
1171 msgstr ""
1172
1173 #: data/rbot/plugins/factoids.rb:299
1174 msgid "I couldn't delete factoid %{idx}"
1175 msgstr ""
1176
1177 #: data/rbot/plugins/factoids.rb:307
1178 msgid "I didn't know that %{factoid}"
1179 msgstr ""
1180
1181 #: data/rbot/plugins/factoids.rb:314
1182 msgid "[%{idx}/%{total}] %{fact}"
1183 msgstr ""
1184
1185 #: data/rbot/plugins/factoids.rb:342
1186 msgid "I know %{total} facts"
1187 msgstr ""
1188
1189 #: data/rbot/plugins/factoids.rb:352 data/rbot/plugins/factoids.rb:420
1190 msgid "I know nothing about %{words}"
1191 msgstr ""
1192
1193 #: data/rbot/plugins/factoids.rb:357
1194 msgid "%{len} out of %{total} facts refer to %{words}, I'll only show %{max}"
1195 msgstr ""
1196
1197 #: data/rbot/plugins/factoids.rb:412
1198 msgid "I know nothing"
1199 msgstr ""
1200
1201 #: data/rbot/plugins/factoids.rb:452
1202 msgid "not a date '%{dstr}'"
1203 msgstr ""
1204
1205 #: data/rbot/plugins/factoids.rb:460
1206 msgid "couldn't change learn data for fact %{fact}: %{err}"
1207 msgstr ""
1208
1209 #: data/rbot/plugins/factoids.rb:475
1210 msgid "failed to import facts from %{fname}: %{err}"
1211 msgstr ""
1212
1213 #: data/rbot/plugins/factoids.rb:480
1214 msgid "%{len} facts loaded from %{fname}"
1215 msgstr ""
1216
1217 #: data/rbot/plugins/figlet.rb:7
1218 msgid "Path to the figlet program"
1219 msgstr ""
1220
1221 #: data/rbot/plugins/games/azgame.rb:78 data/rbot/plugins/games/azgame.rb:251
1222 #: data/rbot/plugins/games/azgame.rb:257
1223 msgid "%{count} try"
1224 msgid_plural "%{count} tries"
1225 msgstr[0] ""
1226 msgstr[1] ""
1227
1228 #: data/rbot/plugins/games/azgame.rb:83
1229 msgid "winner, %{tries}"
1230 msgstr ""
1231
1232 #: data/rbot/plugins/games/azgame.rb:163
1233 msgid ""
1234 "%{bold}BINGO!%{bold} the word was %{underline}%{word}%{underline}. Congrats, "
1235 "%{bold}%{player}%{bold}!"
1236 msgstr ""
1237
1238 #: data/rbot/plugins/games/azgame.rb:170
1239 msgid ""
1240 "The game was won after %{tries} tries. Scores for this game:    %{scores}"
1241 msgstr ""
1242
1243 #: data/rbot/plugins/games/azgame.rb:173
1244 msgid "%{word} is not in the range %{bold}%{range}%{bold}"
1245 msgstr ""
1246
1247 #: data/rbot/plugins/games/azgame.rb:177
1248 msgid "%{word} doesn't exist or is not acceptable for the game"
1249 msgstr ""
1250
1251 #: data/rbot/plugins/games/azgame.rb:183
1252 msgid "close, but no cigar. New range: %{bold}%{range}%{bold}"
1253 msgstr ""
1254
1255 #: data/rbot/plugins/games/azgame.rb:187
1256 msgid "%{word} is already one of the range extrema: %{range}"
1257 msgstr ""
1258
1259 #: data/rbot/plugins/games/azgame.rb:189
1260 msgid "hm, something went wrong while verifying %{word}"
1261 msgstr ""
1262
1263 #: data/rbot/plugins/games/azgame.rb:198
1264 msgid "no A-Z game running here, can't check if %{word} is valid, can I?"
1265 msgstr ""
1266
1267 #: data/rbot/plugins/games/azgame.rb:202
1268 msgid "I only accept single words composed by letters only, sorry"
1269 msgstr ""
1270
1271 #: data/rbot/plugins/games/azgame.rb:212
1272 msgid "the word in %{bold}%{range}%{bold} was:   %{bold}%{word}%{bold}"
1273 msgstr ""
1274
1275 #: data/rbot/plugins/games/azgame.rb:216
1276 msgid ""
1277 "The game was cancelled after %{tries} tries. Scores for this game would have "
1278 "been:    %{scores}"
1279 msgstr ""
1280
1281 #: data/rbot/plugins/games/azgame.rb:219
1282 msgid "no A-Z game running in this channel ..."
1283 msgstr ""
1284
1285 #: data/rbot/plugins/games/azgame.rb:229
1286 msgid "let me think ..."
1287 msgstr ""
1288
1289 #: data/rbot/plugins/games/azgame.rb:233
1290 msgid "couldn't think of anything ..."
1291 msgstr ""
1292
1293 #: data/rbot/plugins/games/azgame.rb:237
1294 msgid "I can't play A-Z in %{lang}, sorry"
1295 msgstr ""
1296
1297 #: data/rbot/plugins/games/azgame.rb:240
1298 msgid "got it!"
1299 msgstr ""
1300
1301 #: data/rbot/plugins/games/azgame.rb:250
1302 msgid " (after %{total_tries} and %{invalid_tries})"
1303 msgstr ""
1304
1305 #: data/rbot/plugins/games/azgame.rb:253
1306 msgid "%{count} invalid try"
1307 msgid_plural "%{count} invalid tries"
1308 msgstr[0] ""
1309 msgstr[1] ""
1310
1311 #: data/rbot/plugins/games/azgame.rb:256
1312 msgid " (after %{total_tries})"
1313 msgstr ""
1314
1315 #: data/rbot/plugins/games/azgame.rb:262
1316 msgid "A-Z: %{bold}%{range}%{bold}"
1317 msgstr ""
1318
1319 #: data/rbot/plugins/games/azgame.rb:273
1320 msgid "I have %{count} %{lang} word in my cache"
1321 msgid_plural "I have %{count} %{lang} words in my cache"
1322 msgstr[0] ""
1323 msgstr[1] ""
1324
1325 #: data/rbot/plugins/games/azgame.rb:276
1326 msgid "provide a regexp to match"
1327 msgstr ""
1328
1329 #: data/rbot/plugins/games/azgame.rb:288
1330 msgid "no %{lang} word I know match %{pattern}"
1331 msgstr ""
1332
1333 #: data/rbot/plugins/games/azgame.rb:290
1334 msgid ""
1335 "more than 25 %{lang} words I know match %{pattern}, try a stricter matching"
1336 msgstr ""
1337
1338 #: data/rbot/plugins/games/azgame.rb:296 data/rbot/plugins/games/azgame.rb:312
1339 #: data/rbot/plugins/games/azgame.rb:324
1340 msgid "provide a word"
1341 msgstr ""
1342
1343 #: data/rbot/plugins/games/azgame.rb:301 data/rbot/plugins/games/azgame.rb:317
1344 msgid "I don't know any %{lang} word %{word}"
1345 msgstr ""
1346
1347 #: data/rbot/plugins/games/azgame.rb:305
1348 msgid "%{word} learned from %{user} on %{date}"
1349 msgstr ""
1350
1351 #: data/rbot/plugins/games/azgame.rb:307
1352 msgid "%{word} learned from %{user}"
1353 msgstr ""
1354
1355 #: data/rbot/plugins/games/azgame.rb:329
1356 msgid "I already know the %{lang} word %{word}"
1357 msgstr ""
1358
1359 #: data/rbot/plugins/games/azgame.rb:545
1360 msgid ""
1361 "az [lang] word [count|list|add|delete] => manage the az wordlist for "
1362 "language lang (defaults to current bot language)"
1363 msgstr ""
1364
1365 #: data/rbot/plugins/games/azgame.rb:547
1366 msgid "az cancel => abort current game"
1367 msgstr ""
1368
1369 #: data/rbot/plugins/games/azgame.rb:549
1370 msgid "az check <word> => checks <word> against current game"
1371 msgstr ""
1372
1373 #: data/rbot/plugins/games/azgame.rb:551
1374 msgid ""
1375 "try to guess the word the bot is thinking of; if you guess wrong, the bot "
1376 "will use the new word to restrict the range of allowed words: eventually, "
1377 "the range will be so small around the correct word that you can't miss it"
1378 msgstr ""
1379
1380 #: data/rbot/plugins/games/azgame.rb:553
1381 msgid ""
1382 "az => start a game if none is running, show the current word range "
1383 "otherwise; you can say 'az <language>' if you want to play in a language "
1384 "different from the current bot default"
1385 msgstr ""
1386
1387 #: data/rbot/plugins/games/azgame.rb:555
1388 msgid "az topics: play, rules, cancel, manage, check"
1389 msgstr ""
1390
1391 #: data/rbot/plugins/games/shiritori.rb:207
1392 msgid "%{current_player}, it's your turn. %{previous_word} -> %{current_word}"
1393 msgstr ""
1394
1395 #: data/rbot/plugins/games/shiritori.rb:211
1396 msgid "No one has given the first word yet. Say the first word to start."
1397 msgstr ""
1398
1399 #: data/rbot/plugins/games/shiritori.rb:213
1400 msgid ""
1401 "Poor %{current_player} is playing alone! Anyone care to join? %"
1402 "{previous_word} -> %{current_word}"
1403 msgstr ""
1404
1405 #: data/rbot/plugins/games/shiritori.rb:244
1406 msgid "%{player} took too long and is out of the game. Try again next game!"
1407 msgstr ""
1408
1409 #: data/rbot/plugins/games/shiritori.rb:249
1410 msgid "%{player} is the last remaining player and the winner! Congratulations!"
1411 msgstr ""
1412
1413 #: data/rbot/plugins/games/shiritori.rb:257
1414 msgid "%{player} took too long and skipped the turn."
1415 msgstr ""
1416
1417 #: data/rbot/plugins/games/shiritori.rb:285
1418 msgid "%{player} has given the first word: %{word}"
1419 msgstr ""
1420
1421 #: data/rbot/plugins/games/shiritori.rb:291
1422 msgid "Welcome to shiritori, %{player}."
1423 msgstr ""
1424
1425 #: data/rbot/plugins/games/shiritori.rb:296
1426 msgid "The word %{used_word} has been used. Retry from %{word}"
1427 msgstr ""
1428
1429 #: data/rbot/plugins/games/shiritori.rb:301
1430 msgid ""
1431 "It's impossible to continue the chain from %{word}. The game has ended. "
1432 "Thanks a lot, %{player}! :("
1433 msgstr ""
1434
1435 #: data/rbot/plugins/games/shiritori.rb:305
1436 msgid ""
1437 "It's impossible to continue the chain from %{bad_word}. Retry from %{word}"
1438 msgstr ""
1439
1440 #: data/rbot/plugins/games/shiritori.rb:310
1441 msgid ""
1442 "It's impossible to continue the chain from %{word}. Start with another word."
1443 msgstr ""
1444
1445 #: data/rbot/plugins/games/shiritori.rb:331
1446 msgid ""
1447 "A game in which each player must continue the previous player's word, by "
1448 "using its last one or few characters/letters of the word to start a new "
1449 "word. 'shiritori <ruleset>' => Play shiritori with a set of rules. Available "
1450 "rulesets: %{rulesets}. 'shiritori stop' => Stop the current shiritori game."
1451 msgstr ""
1452
1453 #: data/rbot/plugins/games/shiritori.rb:408
1454 msgid "Already playing shiritori here"
1455 msgstr ""
1456
1457 #: data/rbot/plugins/games/shiritori.rb:419
1458 msgid "Shiritori has started. Please say the first word"
1459 msgstr ""
1460
1461 #: data/rbot/plugins/games/shiritori.rb:421
1462 msgid "couldn't start %{ruleset} shiritori: %{error}"
1463 msgstr ""
1464
1465 #: data/rbot/plugins/games/shiritori.rb:425
1466 msgid "There is no ruleset named %{ruleset}"
1467 msgstr ""
1468
1469 #: data/rbot/plugins/games/shiritori.rb:443
1470 msgid "Shiritori has stopped. Hope you had fun!"
1471 msgstr ""
1472
1473 #: data/rbot/plugins/games/shiritori.rb:446
1474 msgid "No game to stop here, because no game is being played."
1475 msgstr ""
1476
1477 #: data/rbot/plugins/games/wheelfortune.rb:48
1478 msgid " [Letters called so far: %{red}%{letters}%{nocolor}]"
1479 msgstr ""
1480
1481 #: data/rbot/plugins/games/wheelfortune.rb:230
1482 msgid ""
1483 "wof [<channel>] play [<name>] for <single> to <max> => starts a wheel-of-"
1484 "fortune game on channel <channel> (default: current channel), named <name> "
1485 "(default: wheelfortune.game_name config setting, or the last game name used "
1486 "by the user), with <single> points per round. the game is won when a player "
1487 "reachers <max> points. vowerls cost <single>*<single>/<max> points. The user "
1488 "that starts the game is the game manager and must set up the clues and "
1489 "answers in private. All the other users have to learn the answer to each "
1490 "clue by saying single consonants or the whole sentence. Every time a "
1491 "consonant is guessed, the bot will reveal the partial answer, showing the "
1492 "missing letters as * (asterisks)."
1493 msgstr ""
1494
1495 #: data/rbot/plugins/games/wheelfortune.rb:232
1496 msgid ""
1497 "wof <channel> [category: <cat>,] clue: <clue>, answer: <ans> => set up a new "
1498 "question for the wheel-of-fortune game being played on channel <channel>. "
1499 "This command must be sent in private by the game manager. The category <cat> "
1500 "can be omitted. If you make mistakes, you can use 'wof replace' (see help) "
1501 "before the question gets asked"
1502 msgstr ""
1503
1504 #: data/rbot/plugins/games/wheelfortune.rb:234
1505 msgid ""
1506 "wof <channel> replace <round> [category: <cat>,] [clue: <clue>,] [answer: "
1507 "<ans>] => fix the question for round <round> of the wheel-of-fortune game "
1508 "being played on <channel> by replacing the category and/or clue and/or answer"
1509 msgstr ""
1510
1511 #: data/rbot/plugins/games/wheelfortune.rb:236
1512 msgid ""
1513 "wof cancel => cancels the wheel-of-fortune being played on the current "
1514 "channel"
1515 msgstr ""
1516
1517 #: data/rbot/plugins/games/wheelfortune.rb:238
1518 msgid ""
1519 "wof buy <vowel> => buy the vowel <vowel>: the user buying the vowel will "
1520 "lose points equal to the vowel price, and the corresponding vowel will be "
1521 "revealed in the answer (if present)"
1522 msgstr ""
1523
1524 #: data/rbot/plugins/games/wheelfortune.rb:240
1525 msgid ""
1526 "wof: wheel-of-fortune plugin. topics: play, category, clue, answer, replace, "
1527 "cancel, buy"
1528 msgstr ""
1529
1530 #: data/rbot/plugins/games/wheelfortune.rb:247
1531 msgid "you must specify a channel"
1532 msgstr ""
1533
1534 #: data/rbot/plugins/games/wheelfortune.rb:253
1535 msgid "there's already a %{name} game on %{chan}, managed by %{who}"
1536 msgstr ""
1537
1538 #: data/rbot/plugins/games/wheelfortune.rb:267
1539 msgid ""
1540 "%{who} just created a new %{name} game to %{max} points (%{single} per "
1541 "question, %{price} per vowel)"
1542 msgstr ""
1543
1544 #: data/rbot/plugins/games/wheelfortune.rb:274
1545 msgid ""
1546 "ok, the game has been created. now add clues and answers with \"wof %{chan} "
1547 "[category: <category>,] clue: <clue>, answer: <ans>\". if the clue and "
1548 "answer don't fit in one line, add the answer separately with \"wof %{chan} "
1549 "answer <answer>\""
1550 msgstr ""
1551
1552 #: data/rbot/plugins/games/wheelfortune.rb:282
1553 #: data/rbot/plugins/games/wheelfortune.rb:343
1554 #: data/rbot/plugins/games/wheelfortune.rb:412
1555 #: data/rbot/plugins/games/wheelfortune.rb:522
1556 #: data/rbot/plugins/games/wheelfortune.rb:559
1557 msgid "there's no %{name} game running on %{chan}"
1558 msgstr ""
1559
1560 #: data/rbot/plugins/games/wheelfortune.rb:291
1561 msgid "you can't add questions to the %{name} game on %{chan}"
1562 msgstr ""
1563
1564 #: data/rbot/plugins/games/wheelfortune.rb:301
1565 #: data/rbot/plugins/games/wheelfortune.rb:383
1566 msgid "sorry, the answer cannot contain the '*' character"
1567 msgstr ""
1568
1569 #: data/rbot/plugins/games/wheelfortune.rb:308
1570 msgid "ok, clue added for %{name} round %{count} on %{chan}: %{catclue}"
1571 msgstr ""
1572
1573 #: data/rbot/plugins/games/wheelfortune.rb:310
1574 msgid ""
1575 "there's already a pending clue for %{name} round %{count} on %{chan}: %"
1576 "{catclue}"
1577 msgstr ""
1578
1579 #: data/rbot/plugins/games/wheelfortune.rb:323
1580 msgid ""
1581 "ok, QA added for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
1582 msgstr ""
1583
1584 #: data/rbot/plugins/games/wheelfortune.rb:325
1585 msgid "there's no pending clue for %{name} on %{chan}!"
1586 msgstr ""
1587
1588 #: data/rbot/plugins/games/wheelfortune.rb:336
1589 msgid ""
1590 "something went wrong, I can't seem to understand what you're trying to set up"
1591 msgstr ""
1592
1593 #: data/rbot/plugins/games/wheelfortune.rb:352
1594 msgid "you can't replace questions to the %{name} game on %{chan}"
1595 msgstr ""
1596
1597 #: data/rbot/plugins/games/wheelfortune.rb:365
1598 msgid ""
1599 "there are no questions in the %{name} game on %{chan} which can be replaced"
1600 msgstr ""
1601
1602 #: data/rbot/plugins/games/wheelfortune.rb:370
1603 msgid ""
1604 "you can only replace questions between rounds %{min} and %{max} in the %"
1605 "{name} game on %{chan}"
1606 msgstr ""
1607
1608 #: data/rbot/plugins/games/wheelfortune.rb:398
1609 msgid ""
1610 "ok, replaced QA for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
1611 msgstr ""
1612
1613 #: data/rbot/plugins/games/wheelfortune.rb:421
1614 #: data/rbot/plugins/games/wheelfortune.rb:528
1615 msgid ""
1616 "there are no %{name} questions for %{chan}, I'm waiting for %{who} to add "
1617 "them"
1618 msgstr ""
1619
1620 #: data/rbot/plugins/games/wheelfortune.rb:429
1621 msgid "%{bold}%{color}%{name}%{bold}, round %{count}:%{nocolor} %{qa}"
1622 msgstr ""
1623
1624 #: data/rbot/plugins/games/wheelfortune.rb:444
1625 msgid "no scores"
1626 msgstr ""
1627
1628 #: data/rbot/plugins/games/wheelfortune.rb:465
1629 msgid "You must buy the %{vowel}"
1630 msgstr ""
1631
1632 #: data/rbot/plugins/games/wheelfortune.rb:476
1633 msgid "%{who} got it! The answer was: %{ans}"
1634 msgstr ""
1635
1636 #: data/rbot/plugins/games/wheelfortune.rb:482
1637 msgid ""
1638 "%{bold}%{color}%{name}%{bold}%{nocolor}: %{who} %{bold}wins%{bold} after %"
1639 "{count} rounds!\n"
1640 "The final score is"
1641 msgstr ""
1642
1643 #: data/rbot/plugins/games/wheelfortune.rb:493
1644 msgid ""
1645 "%{bold}%{color}%{name}%{bold}, round %{count}%{nocolor} -- score so far:"
1646 msgstr ""
1647
1648 #: data/rbot/plugins/games/wheelfortune.rb:538
1649 msgid "%{who} buys a %{vowel} for %{price} points"
1650 msgstr ""
1651
1652 #: data/rbot/plugins/games/wheelfortune.rb:546
1653 msgid ""
1654 "you can't buy a %{vowel}, %{who}: it costs %{price} points and you only have "
1655 "%{score}"
1656 msgstr ""
1657
1658 #: data/rbot/plugins/games/wheelfortune.rb:569
1659 msgid "you can't cancel the current game"
1660 msgstr ""
1661
1662 #: data/rbot/plugins/games/wheelfortune.rb:576
1663 msgid "%{name} game cancelled after %{count} rounds. Partial score:"
1664 msgstr ""
1665
1666 #: data/rbot/plugins/games/uno.rb:243
1667 msgid "%{p} deals the first card from the stock"
1668 msgstr ""
1669
1670 #: data/rbot/plugins/games/uno.rb:266
1671 msgid "no time"
1672 msgstr ""
1673
1674 #: data/rbot/plugins/games/uno.rb:278
1675 msgid "Playing order was reversed!"
1676 msgstr ""
1677
1678 #: data/rbot/plugins/games/uno.rb:280
1679 msgid "%{cp} bounces the pick to %{np}"
1680 msgstr ""
1681
1682 #: data/rbot/plugins/games/uno.rb:291
1683 msgid "%{p} skips a turn!"
1684 msgstr ""
1685
1686 #: data/rbot/plugins/games/uno.rb:366
1687 msgid "what cards were that again?"
1688 msgstr ""
1689
1690 #: data/rbot/plugins/games/uno.rb:386
1691 msgid "you can't play that card"
1692 msgstr ""
1693
1694 #: data/rbot/plugins/games/uno.rb:413
1695 msgid "%{p} plays %{card} twice!"
1696 msgstr ""
1697
1698 #: data/rbot/plugins/games/uno.rb:418
1699 msgid "%{p} plays %{card}"
1700 msgstr ""
1701
1702 #: data/rbot/plugins/games/uno.rb:421
1703 msgid "%{p} has %{uno}!"
1704 msgstr ""
1705
1706 #: data/rbot/plugins/games/uno.rb:437
1707 msgid "%{p}, choose a color with: co r|b|g|y"
1708 msgstr ""
1709
1710 #: data/rbot/plugins/games/uno.rb:440
1711 msgid "you don't have two cards of that kind"
1712 msgstr ""
1713
1714 #: data/rbot/plugins/games/uno.rb:443
1715 msgid "you don't have that card"
1716 msgstr ""
1717
1718 #: data/rbot/plugins/games/uno.rb:453
1719 msgid "%{cp} challenges %{lp}'s %{card}!"
1720 msgstr ""
1721
1722 #: data/rbot/plugins/games/uno.rb:457
1723 msgid "%{p} has %{cards}"
1724 msgstr ""
1725
1726 #: data/rbot/plugins/games/uno.rb:469
1727 msgid "%{lp}'s move was legal, %{cp} must pick %{b}%{n}%{b} cards!"
1728 msgstr ""
1729
1730 #: data/rbot/plugins/games/uno.rb:478
1731 msgid ""
1732 "%{lp}'s move was %{b}not%{b} legal, %{lp} must pick %{b}%{n}%{b} cards and "
1733 "play again!"
1734 msgstr ""
1735
1736 #: data/rbot/plugins/games/uno.rb:506
1737 msgid "%{p} passes turn, and has to pick %{b}%{n}%{b} cards!"
1738 msgstr ""
1739
1740 #: data/rbot/plugins/games/uno.rb:513
1741 msgid "%{p} passes turn"
1742 msgstr ""
1743
1744 #: data/rbot/plugins/games/uno.rb:515
1745 msgid "you need to pick a card first"
1746 msgstr ""
1747
1748 #: data/rbot/plugins/games/uno.rb:525
1749 msgid "you can't pick a color now, %{p}"
1750 msgstr ""
1751
1752 #: data/rbot/plugins/games/uno.rb:540
1753 msgid "what color is that?"
1754 msgstr ""
1755
1756 #: data/rbot/plugins/games/uno.rb:543
1757 msgid "color is now %{c}"
1758 msgstr ""
1759
1760 #: data/rbot/plugins/games/uno.rb:551
1761 msgid "This %{uno} game has been going on for %{time}"
1762 msgstr ""
1763
1764 #: data/rbot/plugins/games/uno.rb:556
1765 msgid "The game hasn't started yet"
1766 msgstr ""
1767
1768 #: data/rbot/plugins/games/uno.rb:561
1769 msgid "%{uno} playing turn: %{players}"
1770 msgstr ""
1771
1772 #: data/rbot/plugins/games/uno.rb:570
1773 msgid "it's %{player}'s turn"
1774 msgstr ""
1775
1776 #: data/rbot/plugins/games/uno.rb:580
1777 msgid "next player must respond correctly or pick %{b}%{n}%{b} cards"
1778 msgstr ""
1779
1780 #: data/rbot/plugins/games/uno.rb:587
1781 msgid "Current discard: %{card} %{c}"
1782 msgstr ""
1783
1784 #: data/rbot/plugins/games/uno.rb:595
1785 msgid "Your cards: %{cards}"
1786 msgstr ""
1787
1788 #: data/rbot/plugins/games/uno.rb:611
1789 msgid "%{player} picks a card"
1790 msgstr ""
1791
1792 #: data/rbot/plugins/games/uno.rb:621
1793 msgid "Shuffling discarded cards"
1794 msgstr ""
1795
1796 #: data/rbot/plugins/games/uno.rb:624
1797 msgid "No more cards!"
1798 msgstr ""
1799
1800 #: data/rbot/plugins/games/uno.rb:630
1801 msgid "You picked %{picked}"
1802 msgstr ""
1803
1804 #: data/rbot/plugins/games/uno.rb:637
1805 msgid "you're already in the game, %{p}"
1806 msgstr ""
1807
1808 #: data/rbot/plugins/games/uno.rb:644
1809 msgid "you dropped from the game, %{p}, you can't get back in"
1810 msgstr ""
1811
1812 #: data/rbot/plugins/games/uno.rb:658
1813 msgid "%{p} joins this game of %{uno}"
1814 msgstr ""
1815
1816 #: data/rbot/plugins/games/uno.rb:666
1817 msgid "game will start in 20 seconds"
1818 msgstr ""
1819
1820 #: data/rbot/plugins/games/uno.rb:677
1821 msgid "%{p} isn't playing %{uno}"
1822 msgstr ""
1823
1824 #: data/rbot/plugins/games/uno.rb:682
1825 msgid "%{p} gives up this game of %{uno}"
1826 msgstr ""
1827
1828 #: data/rbot/plugins/games/uno.rb:708
1829 msgid "%{p} is already playing %{uno} here"
1830 msgstr ""
1831
1832 #: data/rbot/plugins/games/uno.rb:718
1833 msgid "%{p} takes %{b}%{old}%{b}'s place at %{uno}"
1834 msgstr ""
1835
1836 #: data/rbot/plugins/games/uno.rb:724
1837 msgid "%{b}%{old}%{b} isn't playing %{uno} here"
1838 msgstr ""
1839
1840 #: data/rbot/plugins/games/uno.rb:733
1841 msgid "%{uno} game halted after %{time}"
1842 msgstr ""
1843
1844 #: data/rbot/plugins/games/uno.rb:738
1845 msgid "%{uno} game halted before it could start"
1846 msgstr ""
1847
1848 #: data/rbot/plugins/games/uno.rb:743
1849 msgid "%{uno} game finished after %{time}! The winner is %{p}"
1850 msgstr ""
1851
1852 #: data/rbot/plugins/games/uno.rb:750
1853 msgid "%{p} has to pick %{b}%{n}%{b} cards!"
1854 msgstr ""
1855
1856 #: data/rbot/plugins/games/uno.rb:758
1857 msgid "%{p} still had %{cards}"
1858 msgstr ""
1859
1860 #: data/rbot/plugins/games/uno.rb:770
1861 msgid "%{p} wins with %{b}%{score}%{b} points!"
1862 msgstr ""
1863
1864 #: data/rbot/plugins/games/uno.rb:800
1865 msgid "'jo' to join in"
1866 msgstr ""
1867
1868 #: data/rbot/plugins/games/uno.rb:801
1869 msgid ""
1870 "'pl <card>' to play <card>: e.g. 'pl g7' to play Green 7, or 'pl rr' to play "
1871 "Red Reverse, or 'pl y2y2' to play both Yellow 2 cards"
1872 msgstr ""
1873
1874 #: data/rbot/plugins/games/uno.rb:802
1875 msgid "'pe' to pick a card"
1876 msgstr ""
1877
1878 #: data/rbot/plugins/games/uno.rb:803
1879 msgid "'pa' to pass your turn"
1880 msgstr ""
1881
1882 #: data/rbot/plugins/games/uno.rb:804
1883 msgid ""
1884 "'co <color>' to pick a color after playing a Wild: e.g. 'co g' to select "
1885 "Green (or 'pl w+4 g' to select the color when playing the Wild)"
1886 msgstr ""
1887
1888 #: data/rbot/plugins/games/uno.rb:805
1889 msgid "'ca' to show current cards"
1890 msgstr ""
1891
1892 #: data/rbot/plugins/games/uno.rb:806
1893 msgid "'cd' to show the current discard"
1894 msgstr ""
1895
1896 #: data/rbot/plugins/games/uno.rb:807
1897 msgid "'ch' to challenge a Wild +4"
1898 msgstr ""
1899
1900 #: data/rbot/plugins/games/uno.rb:808
1901 msgid "'od' to show the playing order"
1902 msgstr ""
1903
1904 #: data/rbot/plugins/games/uno.rb:809
1905 msgid "'ti' to show play time"
1906 msgstr ""
1907
1908 #: data/rbot/plugins/games/uno.rb:810
1909 msgid "'tu' to show whose turn it is"
1910 msgstr ""
1911
1912 #: data/rbot/plugins/games/uno.rb:813
1913 msgid ""
1914 "A Wild +4 can only be played legally if you don't have normal (not special) "
1915 "cards of the current color. "
1916 msgstr ""
1917
1918 #: data/rbot/plugins/games/uno.rb:814
1919 msgid "The next player can challenge a W+4 by using the 'ch' command. "
1920 msgstr ""
1921
1922 #: data/rbot/plugins/games/uno.rb:815
1923 msgid ""
1924 "If the W+4 play was illegal, the player who played it must pick the W+4, "
1925 "pick 4 cards from the stock, and play a legal card. "
1926 msgstr ""
1927
1928 #: data/rbot/plugins/games/uno.rb:816
1929 msgid ""
1930 "If the W+4 play was legal, the challenger must pick 6 cards instead of 4."
1931 msgstr ""
1932
1933 #: data/rbot/plugins/games/uno.rb:818
1934 msgid ""
1935 "play all your cards, one at a time, by matching either the color or the "
1936 "value of the currently discarded card. "
1937 msgstr ""
1938
1939 #: data/rbot/plugins/games/uno.rb:819
1940 msgid ""
1941 "cards with special effects: Skip (next player skips a turn), Reverse "
1942 "(reverses the playing order), +2 (next player has to take 2 cards). "
1943 msgstr ""
1944
1945 #: data/rbot/plugins/games/uno.rb:820
1946 msgid ""
1947 "Wilds can be played on any card, and you must specify the color for the next "
1948 "card. "
1949 msgstr ""
1950
1951 #: data/rbot/plugins/games/uno.rb:821
1952 msgid ""
1953 "Wild +4 also forces the next player to take 4 cards, but it can only be "
1954 "played if you can't play a color card. "
1955 msgstr ""
1956
1957 #: data/rbot/plugins/games/uno.rb:822
1958 msgid ""
1959 "you can play another +2 or +4 card on a +2 card, and a +4 on a +4, forcing "
1960 "the first player who can't play one to pick the cumulative sum of all cards. "
1961 msgstr ""
1962
1963 #: data/rbot/plugins/games/uno.rb:823
1964 msgid ""
1965 "you can also play a Reverse on a +2 or +4, bouncing the effect back to the "
1966 "previous player (that now comes next). "
1967 msgstr ""
1968
1969 #: data/rbot/plugins/games/uno.rb:826
1970 msgid ""
1971 "The points won with a game of %{uno} are totalled from the cards remaining "
1972 "in the hands of the other players."
1973 msgstr ""
1974
1975 #: data/rbot/plugins/games/uno.rb:827
1976 msgid ""
1977 "Each normal (not special) card is worth its face value (from 0 to 9 points)."
1978 msgstr ""
1979
1980 #: data/rbot/plugins/games/uno.rb:828
1981 msgid "Each colored special card (+2, Reverse, Skip) is worth 20 points."
1982 msgstr ""
1983
1984 #: data/rbot/plugins/games/uno.rb:829
1985 msgid "Each Wild and Wild +4 is worth 50 points."
1986 msgstr ""
1987
1988 #: data/rbot/plugins/games/uno.rb:833
1989 msgid "There are 108 cards in a standard %{uno} deck."
1990 msgstr ""
1991
1992 #: data/rbot/plugins/games/uno.rb:834
1993 msgid ""
1994 "For each color (Blue, Green, Red, Yellow) there are 19 numbered cards (from "
1995 "0 to 9), with two of each number except for 0."
1996 msgstr ""
1997
1998 #: data/rbot/plugins/games/uno.rb:835
1999 msgid ""
2000 "There are also 6 special cards for each color, two each of +2, Reverse, Skip."
2001 msgstr ""
2002
2003 #: data/rbot/plugins/games/uno.rb:836
2004 msgid "Finally, there are 4 Wild and 4 Wild +4 cards."
2005 msgstr ""
2006
2007 #: data/rbot/plugins/games/uno.rb:839
2008 msgid ""
2009 "The game manager (the user that started the game) can execute the following "
2010 "commands to manage it: "
2011 msgstr ""
2012
2013 #: data/rbot/plugins/games/uno.rb:841
2014 msgid ""
2015 "'uno drop <user>' to drop a user from the game (any user can drop itself "
2016 "using 'uno drop')"
2017 msgstr ""
2018
2019 #: data/rbot/plugins/games/uno.rb:842
2020 msgid ""
2021 "'uno replace <old> [with] <new>' to replace a player with someone else "
2022 "(useful in case of disconnects)"
2023 msgstr ""
2024
2025 #: data/rbot/plugins/games/uno.rb:843
2026 msgid "'uno transfer [to] <nick>' to transfer game ownership to someone else"
2027 msgstr ""
2028
2029 #: data/rbot/plugins/games/uno.rb:844
2030 msgid "'uno end' to end the game before its natural completion"
2031 msgstr ""
2032
2033 #: data/rbot/plugins/games/uno.rb:847
2034 msgid ""
2035 "%{uno} game. !uno to start a game. see 'help uno rules' for the rules, 'help "
2036 "uno admin' for admin commands. In-game commands: %{cmds}."
2037 msgstr ""
2038
2039 #: data/rbot/plugins/games/uno.rb:865
2040 msgid "you already picked a card"
2041 msgstr ""
2042
2043 #: data/rbot/plugins/games/uno.rb:872 data/rbot/plugins/games/uno.rb:879
2044 #: data/rbot/plugins/games/uno.rb:885 data/rbot/plugins/games/uno.rb:891
2045 #: data/rbot/plugins/games/uno.rb:907
2046 msgid "It's not your turn"
2047 msgstr ""
2048
2049 #: data/rbot/plugins/games/uno.rb:904
2050 msgid "previous move cannot be challenged"
2051 msgstr ""
2052
2053 #: data/rbot/plugins/games/uno.rb:918
2054 msgid "it's your turn, sleepyhead"
2055 msgstr ""
2056
2057 #: data/rbot/plugins/games/uno.rb:927
2058 msgid ""
2059 "There is already an %{uno} game running here, managed by %{who}. say 'jo' to "
2060 "join in"
2061 msgstr ""
2062
2063 #: data/rbot/plugins/games/uno.rb:935
2064 msgid "Ok, created %{uno} game on %{channel}, say 'jo' to join in"
2065 msgstr ""
2066
2067 #: data/rbot/plugins/games/uno.rb:943 data/rbot/plugins/games/uno.rb:963
2068 #: data/rbot/plugins/games/uno.rb:1099 data/rbot/plugins/games/uno.rb:1107
2069 #: data/rbot/plugins/games/uno.rb:1115
2070 msgid "There is no %{uno} game running here"
2071 msgstr ""
2072
2073 #: data/rbot/plugins/games/uno.rb:953
2074 msgid "%{uno} game ownership transferred from %{old} to %{nick}"
2075 msgstr ""
2076
2077 #: data/rbot/plugins/games/uno.rb:957
2078 msgid "who is this %{nick} you want me to transfer game ownership to?"
2079 msgstr ""
2080
2081 #: data/rbot/plugins/games/uno.rb:1041
2082 msgid "%{nf} %{uno} games completed over %{np} games played. "
2083 msgstr ""
2084
2085 #: data/rbot/plugins/games/uno.rb:1046
2086 msgid "%{cgt} game time for completed games"
2087 msgstr ""
2088
2089 #: data/rbot/plugins/games/uno.rb:1050
2090 msgid " on %{tgt} total game time. "
2091 msgstr ""
2092
2093 #: data/rbot/plugins/games/uno.rb:1056
2094 msgid "%{avg} average game time for completed games"
2095 msgstr ""
2096
2097 #: data/rbot/plugins/games/uno.rb:1059
2098 msgid ", %{tavg} for all games"
2099 msgstr ""
2100
2101 #: data/rbot/plugins/games/uno.rb:1064
2102 msgid "nobody has played %{uno} on %{chan} yet"
2103 msgstr ""
2104
2105 #: data/rbot/plugins/games/uno.rb:1075
2106 msgid "%{nick} never played %{uno} here"
2107 msgstr ""
2108
2109 #: data/rbot/plugins/games/uno.rb:1084
2110 msgid "%{nick} played %{np} %{uno} games here, "
2111 msgstr ""
2112
2113 #: data/rbot/plugins/games/uno.rb:1087
2114 msgid "forfeited %{nf} games, "
2115 msgstr ""
2116
2117 #: data/rbot/plugins/games/uno.rb:1088
2118 msgid "won %{nw} games"
2119 msgstr ""
2120
2121 #: data/rbot/plugins/games/uno.rb:1090
2122 msgid " with %{score} total points"
2123 msgstr ""
2124
2125 #: data/rbot/plugins/games/uno.rb:1092
2126 msgid " and an average of %{avg} points per opponent"
2127 msgstr ""
2128
2129 #: data/rbot/plugins/games/uno.rb:1119
2130 msgid "%{num} cards in stock: %{stock}"
2131 msgstr ""
2132
2133 #: data/rbot/plugins/games/uno.rb:1135
2134 msgid "%{uno} %{num} highest scores: "
2135 msgstr ""
2136
2137 #: data/rbot/plugins/games/uno.rb:1144
2138 msgid "%{i}. %{b}%{nick}%{b} with %{b}%{score}%{b} points"
2139 msgstr ""
2140
2141 #: data/rbot/plugins/games/uno.rb:1151 data/rbot/plugins/games/uno.rb:1173
2142 msgid "%{i}. %{nick} ( %{score} )"
2143 msgstr ""
2144
2145 #: data/rbot/plugins/games/uno.rb:1157
2146 msgid "%{uno} %{num} most wins: "
2147 msgstr ""
2148
2149 #: data/rbot/plugins/games/uno.rb:1166
2150 msgid "%{i}. %{b}%{nick}%{b} with %{b}%{score}%{b} wins"
2151 msgstr ""
2152
2153 #: data/rbot/plugins/games/uno.rb:1179
2154 msgid "uh, what kind of score list did you want, again?"
2155 msgstr ""
2156
2157 #: data/rbot/plugins/games/uno.rb:1180
2158 msgid ""
2159 " I can only show the top scores (with top) and the most wins (with topwin)"
2160 msgstr ""
2161
2162 #: data/rbot/plugins/keywords.rb:457
2163 msgid "couldn't find keyword %{key}"
2164 msgstr ""
2165
2166 #: data/rbot/plugins/keywords.rb:506
2167 msgid "failed to export keywords as factoids (%{err})"
2168 msgstr ""
2169
2170 #: data/rbot/plugins/markov.rb:133
2171 msgid "markov has a %{prob}% chance of chipping in"
2172 msgstr ""
2173
2174 #: data/rbot/plugins/nickserv.rb:26
2175 msgid "Name of the nick server (all lowercase)"
2176 msgstr ""
2177
2178 #: data/rbot/plugins/nickserv.rb:31
2179 msgid "String to look for to see if the nick server is asking us to identify"
2180 msgstr ""
2181
2182 #: data/rbot/plugins/nickserv.rb:36
2183 msgid ""
2184 "String to look for to see if the nick server is informing us that our nick "
2185 "is now available"
2186 msgstr ""
2187
2188 #: data/rbot/plugins/nickserv.rb:41
2189 msgid ""
2190 "String to look for to see if the nick server is informing us that we have "
2191 "identified successfully"
2192 msgstr ""
2193
2194 #: data/rbot/plugins/nickserv.rb:45
2195 msgid ""
2196 "Set to false if the nick server doesn't expect the nick as a parameter in "
2197 "the identify command"
2198 msgstr ""
2199
2200 #: data/rbot/plugins/nickserv.rb:49
2201 msgid ""
2202 "Seconds to wait after sending a message to nickserv, e.g. after ghosting"
2203 msgstr ""
2204
2205 #: data/rbot/plugins/nickserv.rb:54
2206 msgid ""
2207 "nickserv plugin: handles nickserv protected IRC nicks. topics password, "
2208 "register, identify, listnicks"
2209 msgstr ""
2210
2211 #: data/rbot/plugins/nickserv.rb:56
2212 msgid ""
2213 "nickserv password [<nick>] <passwd>: remember the password for nick <nick> "
2214 "and use it to identify in future"
2215 msgstr ""
2216
2217 #: data/rbot/plugins/nickserv.rb:58
2218 msgid ""
2219 "nickserv register [<password> [<email>]]: register the current nick, "
2220 "choosing a random password unless <password> is supplied - current nick must "
2221 "not already be registered for this to work. Also specify email if required "
2222 "by your services"
2223 msgstr ""
2224
2225 #: data/rbot/plugins/nickserv.rb:60
2226 msgid ""
2227 "nickserv identify: identify with nickserv - shouldn't be needed - bot should "
2228 "identify with nickserv immediately on request - however this could be useful "
2229 "after splits or service disruptions, or when you just set the password for "
2230 "the current nick"
2231 msgstr ""
2232
2233 #: data/rbot/plugins/nickserv.rb:62
2234 msgid ""
2235 "nickserv listnicks: lists nicknames and associated password the bot knows "
2236 "about - you will need config level auth access to do this one and it will "
2237 "reply by privmsg only"
2238 msgstr ""
2239
2240 #: data/rbot/plugins/nickserv.rb:115
2241 msgid ""
2242 "I'm only changing this in my database, I won't inform %{ns_nick} of the "
2243 "change"
2244 msgstr ""
2245
2246 #: data/rbot/plugins/nickserv.rb:136
2247 msgid "none known"
2248 msgstr ""
2249
2250 #: data/rbot/plugins/nickserv.rb:163
2251 msgid "I cannot identify for a this nick"
2252 msgstr ""
2253
2254 #: data/rbot/plugins/nickserv.rb:165
2255 msgid "I dunno the nickserv password for the nickname %{botnick} :("
2256 msgstr ""
2257
2258 #: data/rbot/plugins/nickserv.rb:167
2259 msgid "uh ... something went wrong ..."
2260 msgstr ""
2261
2262 #: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209
2263 #: data/rbot/plugins/quotes.rb:237
2264 msgid "[%{num}] %{quote}"
2265 msgstr ""
2266
2267 #: data/rbot/plugins/quotes.rb:172 data/rbot/plugins/quotes.rb:186
2268 #: data/rbot/plugins/quotes.rb:200 data/rbot/plugins/quotes.rb:214
2269 #: data/rbot/plugins/quotes.rb:242
2270 msgid "quote not found!"
2271 msgstr ""
2272
2273 #: data/rbot/plugins/quotes.rb:181
2274 msgid "quote %{num} added by %{source}"
2275 msgstr ""
2276
2277 #: data/rbot/plugins/quotes.rb:195
2278 msgid "quote %{num} added on %{date}"
2279 msgstr ""
2280
2281 #: data/rbot/plugins/quotes.rb:223
2282 msgid "%{total} quotes matching %{reg}"
2283 msgstr ""
2284
2285 #: data/rbot/plugins/quotes.rb:228
2286 msgid "%{total} quotes"
2287 msgstr ""
2288
2289 #: data/rbot/plugins/rss.rb:809
2290 msgid "no such feed %{handle}"
2291 msgstr ""
2292
2293 #: data/rbot/plugins/translator.rb:52
2294 msgid "Cannot translate empty string"
2295 msgstr ""
2296
2297 #: data/rbot/plugins/translator.rb:262
2298 msgid "Number of seconds to wait for the translation service before timeout"
2299 msgstr ""
2300
2301 #: data/rbot/plugins/translator.rb:282
2302 msgid "Translator %{name} cannot be used: %{reason}"
2303 msgstr ""
2304
2305 #: data/rbot/plugins/translator.rb:290
2306 msgid "List of translators to try in order when translator name not specified"
2307 msgstr ""
2308
2309 #: data/rbot/plugins/translator.rb:298
2310 msgid ""
2311 "%{translator} <from> <to> <phrase> => Look up phrase using %{info}, "
2312 "supported from -> to languages: %{directions}"
2313 msgstr ""
2314
2315 #: data/rbot/plugins/translator.rb:302
2316 msgid "%{source} -> %{targets}"
2317 msgstr ""
2318
2319 #: data/rbot/plugins/translator.rb:307
2320 msgid ""
2321 "Command: <translator> <from> <to> <phrase>, where <translator> is one of: %"
2322 "{translators}. If \"translator\" is used in place of the translator name, "
2323 "the first translator in translator.default_list which supports the specified "
2324 "direction will be picked automatically. Use \"help <translator>\" to look up "
2325 "supported from and to languages"
2326 msgstr ""
2327
2328 #: data/rbot/plugins/translator.rb:322
2329 msgid ""
2330 "None of the default translators (translator.default_list) supports "
2331 "translating from %{source} to %{target}"
2332 msgstr ""
2333
2334 #: data/rbot/plugins/translator.rb:337
2335 msgid "%{translation} (provided by %{translator})"
2336 msgstr ""
2337
2338 #: data/rbot/plugins/translator.rb:344
2339 msgid "%{translator} doesn't support translating from %{source} to %{target}"
2340 msgstr ""
2341
2342 #: data/rbot/plugins/translator.rb:347
2343 msgid "%{translator} failed to provide a translation"
2344 msgstr ""
2345
2346 #: data/rbot/plugins/translator.rb:350
2347 msgid "The translator timed out"
2348 msgstr ""
2349
2350 #: data/rbot/plugins/translator.rb:353
2351 msgid "No translator called %{name}"
2352 msgstr ""
2353
2354 #: data/rbot/plugins/twitter.rb:172
2355 msgid "actions will be twitted"
2356 msgstr ""
2357
2358 #: data/rbot/plugins/twitter.rb:174
2359 msgid "actions will not be twitted"
2360 msgstr ""
2361
2362 #: data/rbot/plugins/youtube.rb:33
2363 msgid ""
2364 "Category: %{cat}. Rating: %{rating}. Author: %{author}. Duration: %"
2365 "{duration}. %{views} views, faved %{faves} times. %{desc}"
2366 msgstr ""
2367
2368 #: data/rbot/plugins/youtube.rb:77 data/rbot/plugins/youtube.rb:107
2369 msgid "unknown duration"
2370 msgstr ""
2371
2372 #: data/rbot/plugins/youtube.rb:183
2373 msgid ""
2374 "%{bold}%{title}%{bold} [%{cat}] %{rating} @ %{url} by %{author} (%"
2375 "{duration}). %{views} views, faved %{faves} times. %{desc}"
2376 msgstr ""
2377
2378 #: data/rbot/plugins/youtube.rb:186
2379 msgid ""
2380 "\n"
2381 " -- also available at: "
2382 msgstr ""
2383
2384 #: data/rbot/plugins/youtube.rb:193
2385 msgid "couldn't retrieve video info"
2386 msgstr ""
2387
2388 #: data/rbot/plugins/youtube.rb:203
2389 msgid "error looking for %{what} on youtube: %{e}"
2390 msgstr ""
2391
2392 #: data/rbot/plugins/youtube.rb:211
2393 msgid "no videos found for %{what}"
2394 msgstr ""
2395
2396 #: data/rbot/plugins/youtube.rb:215
2397 msgid "One video found for %{what}: %{show}"
2398 msgstr ""
2399
2400 #: data/rbot/plugins/youtube.rb:222
2401 msgid "Videos for %{what}: %{shorts}"
2402 msgstr ""