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.
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2008-06-18 16:41+0200\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"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18 #: lib/rbot/core/filters_ui.rb:25
19 msgid "no filters in group %{g}"
22 #: lib/rbot/core/filters_ui.rb:27
23 msgid "no known filters"
26 #: lib/rbot/core/filters_ui.rb:30
27 msgid "known filters: "
30 #: lib/rbot/core/filters_ui.rb:38
31 msgid "no known filter groups"
34 #: lib/rbot/core/filters_ui.rb:40
35 msgid "known filter groups: "
38 #: lib/rbot/core/filters_ui.rb:50
39 msgid "no filters match %{pat}"
42 #: lib/rbot/core/filters_ui.rb:52
43 msgid "filters matching %{pat}: "
46 #: lib/rbot/core/basics.rb:107
47 msgid "quit [<message>] => quit IRC with message <message>"
50 #: lib/rbot/core/basics.rb:109
51 msgid "restart => completely stop and restart the bot (including reconnect)"
54 #: lib/rbot/core/basics.rb:113
58 #: lib/rbot/core/basics.rb:115
59 msgid "hide => part all channels"
62 #: lib/rbot/core/basics.rb:117
63 msgid "nick <nick> => attempt to change nick to <nick>"
66 #: lib/rbot/core/basics.rb:119
68 "say <channel>|<nick> <message> => say <message> to <channel> or in private "
72 #: lib/rbot/core/basics.rb:121
74 "action <channel>|<nick> <message> => does a /me <message> to <channel> or in "
75 "private message to <nick>"
78 #: lib/rbot/core/basics.rb:123
80 "quiet [in here|<channel>] => with no arguments, stop speaking in all "
81 "channels, if \"in here\", stop speaking in this channel, or stop speaking in "
85 #: lib/rbot/core/basics.rb:125
87 "talk [in here|<channel>] => with no arguments, resume speaking in all "
88 "channels, if \"in here\", resume speaking in this channel, or resume "
89 "speaking in <channel>"
92 #: lib/rbot/core/basics.rb:127
93 msgid "ping => replies with a pong"
96 #: lib/rbot/core/basics.rb:129
98 "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> "
102 #: lib/rbot/core/basics.rb:135
104 "%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, "
105 "quiet, talk, ping, mode"
108 #: lib/rbot/core/utils/utils.rb:202
112 #: lib/rbot/core/utils/utils.rb:202
116 #: lib/rbot/core/utils/utils.rb:204
120 #: lib/rbot/core/utils/utils.rb:204
124 #: lib/rbot/core/utils/utils.rb:206
128 #: lib/rbot/core/utils/utils.rb:206
132 #: lib/rbot/core/utils/utils.rb:208
136 #: lib/rbot/core/utils/utils.rb:208
140 #: lib/rbot/core/utils/utils.rb:210
144 #: lib/rbot/core/utils/utils.rb:210
148 #: lib/rbot/core/utils/utils.rb:212
152 #: lib/rbot/core/utils/utils.rb:212
156 #: lib/rbot/core/utils/utils.rb:219
160 #: lib/rbot/core/userdata.rb:146
161 msgid "%{key} data for %{user}: %{data}"
164 #: lib/rbot/core/userdata.rb:152
165 msgid "sorry, no %{key} data for %{user}"
168 #: lib/rbot/core/config.rb:18
169 msgid "I'm a v. %{version}%{ago} rubybot%{copyright}%{url}"
172 #: lib/rbot/core/config.rb:39
173 msgid "no such module %{module}"
176 #: lib/rbot/core/config.rb:55 lib/rbot/core/config.rb:66
177 #: lib/rbot/core/config.rb:88 lib/rbot/core/config.rb:101
178 #: lib/rbot/core/config.rb:127 lib/rbot/core/config.rb:150
179 msgid "no such config key %{key}"
182 #: lib/rbot/core/config.rb:78
183 msgid "no config key found matching %{r}"
186 #: lib/rbot/core/config.rb:80
187 msgid "possible keys: %{kl}"
190 #: lib/rbot/core/config.rb:93 lib/rbot/core/config.rb:112
191 #: lib/rbot/core/config.rb:142 lib/rbot/core/config.rb:165
192 msgid "this config change will take effect on the next restart"
195 #: lib/rbot/core/config.rb:94 lib/rbot/core/config.rb:115
196 #: lib/rbot/core/config.rb:143 lib/rbot/core/config.rb:166
197 msgid "this config change will take effect on the next rescan"
200 #: lib/rbot/core/config.rb:108
201 msgid "failed to set %{key}: %{error}"
204 #: lib/rbot/core/config.rb:131 lib/rbot/core/config.rb:154
205 msgid "config key %{key} is not an array"
208 #: lib/rbot/core/config.rb:138
209 msgid "failed to add %{value} to %{key}: %{error}"
212 #: lib/rbot/core/config.rb:161
213 msgid "failed to remove %{value} from %{key}: %{error}"
216 #: lib/rbot/core/config.rb:175
220 #: lib/rbot/core/config.rb:177
221 msgid "rescanning ..."
224 #: lib/rbot/core/config.rb:179
225 msgid "done. %{plugin_status}"
228 #: lib/rbot/core/config.rb:220
230 "config list => list configuration modules, config list <module> => list "
231 "configuration keys for module <module>"
234 #: lib/rbot/core/config.rb:222
235 msgid "config get <key> => get configuration value for key <key>"
238 #: lib/rbot/core/config.rb:224
239 msgid "reset key <key> to the default"
242 #: lib/rbot/core/config.rb:226
244 "config set <key> <value> => set configuration value for key <key> to <value>"
247 #: lib/rbot/core/config.rb:228
248 msgid "config desc <key> => describe what key <key> configures"
251 #: lib/rbot/core/config.rb:230
253 "config add <value> to <key> => add value <value> to key <key> if <key> is an "
257 #: lib/rbot/core/config.rb:232
259 "config rm <value> from <key> => remove value <value> from key <key> if <key> "
263 #: lib/rbot/core/config.rb:234
265 "config module - bot configuration. usage: list, desc, get, set, unset, add, "
269 #: lib/rbot/core/config.rb:239
270 msgid "nick <newnick> => change the bot nick to <newnick>, if possible"
273 #: lib/rbot/core/config.rb:241
274 msgid "status => display some information on the bot's status"
277 #: lib/rbot/core/config.rb:243
278 msgid "save => save current dynamic data and configuration"
281 #: lib/rbot/core/config.rb:245
282 msgid "rescan => reload modules and static facts"
285 #: lib/rbot/core/config.rb:247
286 msgid "version => describes software version"
289 #: lib/rbot/core/config.rb:249
290 msgid "config-related tasks: config, save, rescan, version, nick, status"
293 #: lib/rbot/core/auth.rb:69
294 msgid "please do not use + or - in front of command %{command} when resetting"
297 #: lib/rbot/core/auth.rb:71
298 msgid "+ or - expected in front of %{string}"
301 #: lib/rbot/core/auth.rb:84
302 msgid "'%{string}' doesn't look like a channel name"
305 #: lib/rbot/core/auth.rb:93
306 msgid "trailing comma"
309 #: lib/rbot/core/auth.rb:94
310 msgid "you probably forgot a comma"
313 #: lib/rbot/core/auth.rb:109 lib/rbot/core/auth.rb:163
314 #: lib/rbot/core/auth.rb:229
315 msgid "couldn't find botuser %{name}"
318 #: lib/rbot/core/auth.rb:111
319 msgid "you can't change permissions for %{username}"
322 #: lib/rbot/core/auth.rb:118
323 msgid "couldn't satisfy your request: %{errors}"
326 #: lib/rbot/core/auth.rb:157
327 msgid "you are owner, you can do anything"
330 #: lib/rbot/core/auth.rb:160
331 msgid "owner can do anything"
334 #: lib/rbot/core/auth.rb:171
335 msgid "on any channel: "
338 #: lib/rbot/core/auth.rb:173
342 #: lib/rbot/core/auth.rb:185
343 msgid "no permissions set for %{user}"
346 #: lib/rbot/core/auth.rb:187
347 msgid "permissions for %{user}:: %{permissions}"
350 #: lib/rbot/core/auth.rb:197
351 msgid ". only %{max} will be shown"
354 #: lib/rbot/core/auth.rb:198
355 msgid "%{count} commands found matching %{pattern}%{extra}"
358 #: lib/rbot/core/auth.rb:203
359 msgid "%{cmd}: %{perms}"
362 #: lib/rbot/core/auth.rb:260
363 msgid "%{user} can already do that"
366 #: lib/rbot/core/auth.rb:262
367 msgid "%{user} can't do that already"
370 #: lib/rbot/core/auth.rb:272
372 "sorry, %{cmd} doesn't look like a valid command. maybe you misspelled it, or "
373 "you need to specify it should be in private?"
376 #: lib/rbot/core/auth.rb:295
377 msgid "welcome, %{user}"
380 #: lib/rbot/core/auth.rb:310
381 msgid "sorry, can't do"
384 #: lib/rbot/core/auth.rb:313
385 msgid "couldn't login: %{exception}"
388 #: lib/rbot/core/auth.rb:321
389 msgid "I couldn't find anything to let you login automatically"
392 #: lib/rbot/core/auth.rb:332
393 msgid "you are %{who}"
396 #: lib/rbot/core/auth.rb:334 lib/rbot/core/auth.rb:347
397 msgid "no one that I know"
400 #: lib/rbot/core/auth.rb:335 lib/rbot/core/auth.rb:348
404 #: lib/rbot/core/auth.rb:355
406 "login [<botuser>] [<pass>]: logs in to the bot as botuser <botuser> with "
407 "password <pass>. When using the full form, you must contact the bot in "
408 "private. <pass> can be omitted if <botuser> allows login-by-mask and your "
409 "netmask is among the known ones. if <botuser> is omitted too autologin will "
413 #: lib/rbot/core/auth.rb:357
414 msgid "whoami: names the botuser you're linked to"
417 #: lib/rbot/core/auth.rb:359
418 msgid "who is <user>: names the botuser <user> is linked to"
421 #: lib/rbot/core/auth.rb:363
423 "a permission is specified as module::path::to::cmd; when you want to enable "
424 "it, prefix it with +; when you want to disable it, prefix it with -; when "
425 "using the +reset+ command, do not use any prefix"
428 #: lib/rbot/core/auth.rb:365
430 "permissions [re]set <permission> [in <channel>] for <user>: sets or resets "
431 "the permissions for botuser <user> in channel <channel> (use ? to change the "
432 "permissions for private addressing)"
435 #: lib/rbot/core/auth.rb:367
436 msgid "permissions view [for <user>]: display the permissions for user <user>"
439 #: lib/rbot/core/auth.rb:369
441 "permissions search <pattern>: display the permissions associated with the "
442 "commands matching <pattern>"
445 #: lib/rbot/core/auth.rb:371
446 msgid "permission topics: syntax, (re)set, view, search"
449 #: lib/rbot/core/auth.rb:376
451 "user show <what> : shows info about the user; <what> can be any of "
452 "autologin, login-by-mask, netmasks"
455 #: lib/rbot/core/auth.rb:378
457 "user enable|disable <what> : turns on or off <what> (autologin, login-by-"
461 #: lib/rbot/core/auth.rb:380
463 "user set password <blah> : sets the user password to <blah>; passwords can "
464 "only contain upper and lowercase letters and numbers, and must be at least 4 "
468 #: lib/rbot/core/auth.rb:382
470 "user add|rm netmask <mask> : adds/removes netmask <mask> from the list of "
471 "netmasks known to the botuser you're linked to"
474 #: lib/rbot/core/auth.rb:384
476 "user reset <what> : resets <what> to the default values. <what> can be "
477 "+netmasks+ (the list will be emptied), +autologin+ or +login-by-mask+ (will "
478 "be reset to the default value) or +password+ (a new one will be generated "
479 "and you'll be told in private)"
482 #: lib/rbot/core/auth.rb:386
484 "user tell <who> the password for <botuser> : contacts <who> in private to "
485 "tell him/her the password for <botuser>"
488 #: lib/rbot/core/auth.rb:388
490 "user create <name> <password> : create botuser named <name> with password "
491 "<password>. The password can be omitted, in which case a random one will be "
492 "generated. The <name> should only contain alphanumeric characters and the "
496 #: lib/rbot/core/auth.rb:390
497 msgid "user list : lists all the botusers"
500 #: lib/rbot/core/auth.rb:392
502 "user destroy <botuser> : destroys <botuser>. This function %{highlight}must%"
503 "{highlight} be called in two steps. On the first call <botuser> is queued "
504 "for destruction. On the second call, which must be in the form 'user confirm "
505 "destroy <botuser>', the botuser will be destroyed. If you want to cancel the "
506 "destruction, issue the command 'user cancel destroy <botuser>'"
509 #: lib/rbot/core/auth.rb:394
511 "user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, "
515 #: lib/rbot/core/auth.rb:397
517 "auth <masterpassword>: log in as the bot owner; other commands: login, "
518 "whoami, permissions syntax, permissions [re]set, permissions view, user, "
519 "meet, hello, allow, prevent"
522 #: lib/rbot/core/auth.rb:399
524 "meet <nick> [as <user>]: creates a bot user for nick, calling it user "
525 "(defaults to the nick itself)"
528 #: lib/rbot/core/auth.rb:401
529 msgid "hello: creates a bot user for the person issuing the command"
532 #: lib/rbot/core/auth.rb:403
534 "allow <user> to do <sample command> [<where>]: gives botuser <user> the "
535 "permissions to execute a command such as the provided sample command (in "
536 "private or in channel, according to the optional <where>)"
539 #: lib/rbot/core/auth.rb:405
541 "deny <user> from doing <sample command> [<where>]: removes from botuser "
542 "<user> the permissions to execute a command such as the provided sample "
543 "command (in private or in channel, according to the optional <where>)"
546 #: lib/rbot/core/auth.rb:407
548 "auth commands: auth, login, whoami, who, permission[s], user, meet, hello, "
552 #: lib/rbot/core/auth.rb:412
553 msgid "sorry, I need more arguments to %{command}"
556 #: lib/rbot/core/auth.rb:416
557 msgid "I can only %{command} these: %{arguments}"
560 #: lib/rbot/core/auth.rb:451
561 msgid "no such bot user %{user}"
564 #: lib/rbot/core/auth.rb:454
565 msgid "you can't mess with %{user}"
568 #: lib/rbot/core/auth.rb:466
569 msgid "you can't see the properties of %{user}"
572 #: lib/rbot/core/auth.rb:475
573 msgid "no way I'm telling you the master password!"
576 #: lib/rbot/core/auth.rb:476
577 msgid "you can't ask for someone else's password"
580 #: lib/rbot/core/auth.rb:478
582 "c'mon, you can't be asking me seriously to tell you the password in public!"
585 #: lib/rbot/core/auth.rb:479
586 msgid "the password for %{user} is %{password}"
589 #: lib/rbot/core/auth.rb:493
590 msgid "can %{action}"
593 #: lib/rbot/core/auth.rb:495
594 msgid "can not %{action}"
597 #: lib/rbot/core/auth.rb:499
598 msgid "knows no netmasks"
601 #: lib/rbot/core/auth.rb:501
602 msgid "knows %{netmasks}"
605 #: lib/rbot/core/auth.rb:508 lib/rbot/core/auth.rb:535
606 #: lib/rbot/core/auth.rb:553 lib/rbot/core/auth.rb:585
607 msgid "you can't change the default user"
610 #: lib/rbot/core/auth.rb:509 lib/rbot/core/auth.rb:537
611 #: lib/rbot/core/auth.rb:555 lib/rbot/core/auth.rb:587
612 msgid "you can't edit %{user}"
615 #: lib/rbot/core/auth.rb:524 lib/rbot/core/auth.rb:571
616 msgid "I ignored %{things} because %{reason}"
619 #: lib/rbot/core/auth.rb:528 lib/rbot/core/auth.rb:575
620 msgid "I haven't changed anything"
623 #: lib/rbot/core/auth.rb:546
624 msgid "is that a joke? setting the password in public?"
627 #: lib/rbot/core/auth.rb:578
628 msgid "the password for %{user} is now %{password}"
631 #: lib/rbot/core/auth.rb:592
633 "I can only add/remove netmasks. See +help user add+ for more instructions"
636 #: lib/rbot/core/auth.rb:613
637 msgid "sorry, I don't know how to %{request}"
640 #: lib/rbot/core/auth.rb:616
641 msgid "couldn't %{cmd}: %{exception}"
644 #: lib/rbot/core/auth.rb:645
646 "you are now registered as %{buname}. I created a random password for you : %"
647 "{pass} and you can change it at any time by telling me 'user set password "
648 "<password>' in private"
651 #: lib/rbot/core/auth.rb:652
652 msgid "but I already know %{buname}"
655 #: lib/rbot/core/auth.rb:654
656 msgid "I had problems meeting %{nick}: %{e}"
659 #: lib/rbot/core/auth.rb:663
660 msgid "couldn't find botuser %{user}"
663 #: lib/rbot/core/auth.rb:665
664 msgid "I'm not telling the master password to anyone, pal"
667 #: lib/rbot/core/auth.rb:666
668 msgid "the password for botuser %{user} is %{password}"
671 #: lib/rbot/core/auth.rb:669
672 msgid "I told %{user} that %{message}"
675 #: lib/rbot/core/auth.rb:675
676 msgid "are you nuts, creating a botuser with a publicly known password?"
679 #: lib/rbot/core/auth.rb:680
680 msgid "failed to create %{user}: %{exception}"
683 #: lib/rbot/core/auth.rb:684
684 msgid "created botuser %{user}"
687 #: lib/rbot/core/auth.rb:692
688 msgid " (queued for destruction)"
691 #: lib/rbot/core/auth.rb:695
692 msgid "I have no botusers other than the default ones"
695 #: lib/rbot/core/auth.rb:696
696 msgid "botuser: %{list}"
697 msgid_plural "botusers: %{list}"
701 #: lib/rbot/core/auth.rb:703
702 msgid "You can't destroy %{user}"
705 #: lib/rbot/core/auth.rb:713
706 msgid "no such botuser %{user}"
709 #: lib/rbot/core/auth.rb:720
710 msgid "%{user} removed from the destruction queue"
713 #: lib/rbot/core/auth.rb:722
714 msgid "%{user} was not queued for destruction"
717 #: lib/rbot/core/auth.rb:727
719 "%{user} already queued for destruction, use %{highlight}user confirm destroy "
720 "%{user}%{highlight} to destroy it"
723 #: lib/rbot/core/auth.rb:730
725 "%{user} queued for destruction, use %{highlight}user confirm destroy %{user}%"
726 "{highlight} to destroy it"
729 #: lib/rbot/core/auth.rb:734
730 msgid "%{user} is not queued for destruction yet"
733 #: lib/rbot/core/auth.rb:743 lib/rbot/core/auth.rb:783
734 msgid "failed: %{exception}"
737 #: lib/rbot/core/auth.rb:745
738 msgid "botuser %{user} destroyed"
741 #: lib/rbot/core/auth.rb:752
742 msgid "please don't touch the default users"
745 #: lib/rbot/core/auth.rb:761
746 msgid "no such botuser %{source}"
749 #: lib/rbot/core/auth.rb:763
750 msgid "botuser %{dest} exists already"
753 #: lib/rbot/core/auth.rb:786
754 msgid "botuser %{source} copied to %{dest}"
757 #: lib/rbot/core/auth.rb:789
758 msgid "botuser %{source} renamed to %{dest}"
761 #: lib/rbot/core/auth.rb:809
762 msgid "selecting data to export ..."
765 #: lib/rbot/core/auth.rb:825
766 msgid "preparing data for export ..."
769 #: lib/rbot/core/auth.rb:848
770 msgid "failed to prepare data: %{exception}"
773 #: lib/rbot/core/auth.rb:853
774 msgid "exporting to %{file} ..."
777 #: lib/rbot/core/auth.rb:860
778 msgid "failed to export users: %{exception}"
781 #: lib/rbot/core/auth.rb:864 lib/rbot/core/auth.rb:942
785 #: lib/rbot/core/auth.rb:881
786 msgid "reading %{file} ..."
789 #: lib/rbot/core/auth.rb:885
790 msgid "failed to import from: %{exception}"
793 #: lib/rbot/core/auth.rb:892
794 msgid "selecting data to import ..."
797 #: lib/rbot/core/auth.rb:902
798 msgid "parsing data from import ..."
801 #: lib/rbot/core/auth.rb:922
802 msgid "failed to parse data: %{exception}"
805 #: lib/rbot/botuser.rb:40
806 msgid "Password for the bot owner"
809 #: lib/rbot/botuser.rb:43
811 "Set false to prevent new botusers from logging in without a password when "
812 "the user netmask is known"
815 #: lib/rbot/botuser.rb:46
817 "Set false to prevent new botusers from recognizing IRC users without a need "
821 #: lib/rbot/botuser.rb:49
822 msgid "Set true to allow new botusers to be created automatically"
825 #: lib/rbot/botuser.rb:913
826 msgid "%{user}, you don't have '%{command}' permissions here"
829 #: lib/rbot/ircbot.rb:1176
830 msgid "help topics: "
833 #: lib/rbot/ircbot.rb:1178
834 msgid " (help <topic> for more info)"
837 #: lib/rbot/ircbot.rb:1181
838 msgid "no help for topic %{topic}"
841 #: lib/rbot/ircbot.rb:1192
843 "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received."
846 #: lib/rbot/plugins.rb:341
847 msgid "incorrect usage, ask for help using '%{command}'"
850 #: lib/rbot/plugins.rb:665
851 msgid "%{count} core module loaded"
852 msgid_plural "%{count} core modules loaded"
853 msgstr[0] "%{count}个核心模块"
856 #: lib/rbot/plugins.rb:668
857 msgid "%{count} core module: %{list}"
858 msgid_plural "%{count} core modules: %{list}"
859 msgstr[0] "%{count}个核心模块:%{list}"
862 #: lib/rbot/plugins.rb:674
863 msgid "no core botmodules loaded"
866 #: lib/rbot/plugins.rb:679
867 msgid "%{count} plugin loaded"
868 msgid_plural "%{count} plugins loaded"
872 #: lib/rbot/plugins.rb:682
873 msgid "%{count} plugin: %{list}"
874 msgid_plural "%{count} plugins: %{list}"
878 #: lib/rbot/plugins.rb:693
879 msgid "%{highlight}%{count} plugin ignored%{highlight}"
880 msgid_plural "%{highlight}%{count} plugins ignored%{highlight}"
884 #: lib/rbot/plugins.rb:698
886 "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%"
889 "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%"
894 #: lib/rbot/plugins.rb:708
895 msgid "%{highlight}%{count} plugin failed to load%{highlight}"
896 msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}"
900 #: lib/rbot/plugins.rb:713
902 "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%"
903 "{command}%{bold} to see why"
905 "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%"
906 "{command}%{bold} to see why"
910 #: lib/rbot/plugins.rb:743
911 msgid "no plugins failed to load"
914 #: lib/rbot/plugins.rb:745
916 "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %"
920 #: lib/rbot/plugins.rb:749
921 msgid "at %{backtrace}"
924 #: lib/rbot/plugins.rb:755
925 msgid "no plugins were ignored"
928 #: lib/rbot/plugins.rb:759
929 msgid "overruled by previous"
932 #: lib/rbot/registry.rb:20
934 "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format"
937 #: lib/rbot/registry.rb:40
939 "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split "
943 #: lib/rbot/registry.rb:190
944 msgid "marshal recovery failed, trying default"
947 #: lib/rbot/config.rb:217
948 msgid "%{desc} [valid values are: %{values}]"
951 #: lib/rbot/config.rb:352
952 msgid "First time rbot configuration wizard"
955 #: lib/rbot/config.rb:355
956 msgid "This wizard will ask you a few questions to get you started."
959 #: lib/rbot/config.rb:356
961 "The rest of rbot's configuration can be manipulated via IRC once rbot is "
962 "connected and you are auth'd."