1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the rbot package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2008-06-05 22:13-0400\n"
10 "PO-Revision-Date: 2007-07-09 01:24-0400\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\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/botuser.rb:40
19 msgid "Password for the bot owner"
22 #: lib/rbot/botuser.rb:43
24 "Set false to prevent new botusers from logging in without a password when "
25 "the user netmask is known"
28 #: lib/rbot/botuser.rb:46
30 "Set false to prevent new botusers from recognizing IRC users without a need "
34 #: lib/rbot/botuser.rb:49
35 msgid "Set true to allow new botusers to be created automatically"
38 #: lib/rbot/botuser.rb:913
39 msgid "%{user}, you don't have '%{command}' permissions here"
42 #: lib/rbot/config.rb:217
43 msgid "%{desc} [valid values are: %{values}]"
46 #: lib/rbot/config.rb:352
47 msgid "First time rbot configuration wizard"
50 #: lib/rbot/config.rb:355
51 msgid "This wizard will ask you a few questions to get you started."
54 #: lib/rbot/config.rb:356
56 "The rest of rbot's configuration can be manipulated via IRC once rbot is "
57 "connected and you are auth'd."
60 #: lib/rbot/core/auth.rb:69
61 msgid "please do not use + or - in front of command %{command} when resetting"
64 #: lib/rbot/core/auth.rb:71
65 msgid "+ or - expected in front of %{string}"
68 #: lib/rbot/core/auth.rb:84
69 msgid "'%{string}' doesn't look like a channel name"
72 #: lib/rbot/core/auth.rb:93
73 msgid "trailing comma"
76 #: lib/rbot/core/auth.rb:94
77 msgid "you probably forgot a comma"
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}"
85 #: lib/rbot/core/auth.rb:111
86 msgid "you can't change permissions for %{username}"
89 #: lib/rbot/core/auth.rb:118
90 msgid "couldn't satisfy your request: %{errors}"
93 #: lib/rbot/core/auth.rb:157
94 msgid "you are owner, you can do anything"
97 #: lib/rbot/core/auth.rb:160
98 msgid "owner can do anything"
101 #: lib/rbot/core/auth.rb:171
102 msgid "on any channel: "
105 #: lib/rbot/core/auth.rb:173
109 #: lib/rbot/core/auth.rb:185
110 msgid "no permissions set for %{user}"
113 #: lib/rbot/core/auth.rb:187
114 msgid "permissions for %{user}:: %{permissions}"
117 #: lib/rbot/core/auth.rb:197
118 msgid ". only %{max} will be shown"
121 #: lib/rbot/core/auth.rb:198
122 msgid "%{count} commands found matching %{pattern}%{extra}"
125 #: lib/rbot/core/auth.rb:203
126 msgid "%{cmd}: %{perms}"
129 #: lib/rbot/core/auth.rb:260
130 msgid "%{user} can already do that"
133 #: lib/rbot/core/auth.rb:262
134 msgid "%{user} can't do that already"
137 #: lib/rbot/core/auth.rb:272
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?"
143 #: lib/rbot/core/auth.rb:295
144 msgid "welcome, %{user}"
147 #: lib/rbot/core/auth.rb:310
148 msgid "sorry, can't do"
151 #: lib/rbot/core/auth.rb:313
152 msgid "couldn't login: %{exception}"
155 #: lib/rbot/core/auth.rb:321
156 msgid "I couldn't find anything to let you login automatically"
159 #: lib/rbot/core/auth.rb:332
160 msgid "you are %{who}"
163 #: lib/rbot/core/auth.rb:334 lib/rbot/core/auth.rb:347
164 msgid "no one that I know"
167 #: lib/rbot/core/auth.rb:335 lib/rbot/core/auth.rb:348
171 #: lib/rbot/core/auth.rb:355
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 "
180 #: lib/rbot/core/auth.rb:357
181 msgid "whoami: names the botuser you're linked to"
184 #: lib/rbot/core/auth.rb:359
185 msgid "who is <user>: names the botuser <user> is linked to"
188 #: lib/rbot/core/auth.rb:363
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"
195 #: lib/rbot/core/auth.rb:365
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)"
202 #: lib/rbot/core/auth.rb:367
203 msgid "permissions view [for <user>]: display the permissions for user <user>"
206 #: lib/rbot/core/auth.rb:369
208 "permissions search <pattern>: display the permissions associated with the "
209 "commands matching <pattern>"
212 #: lib/rbot/core/auth.rb:371
213 msgid "permission topics: syntax, (re)set, view, search"
216 #: lib/rbot/core/auth.rb:376
218 "user show <what> : shows info about the user; <what> can be any of "
219 "autologin, login-by-mask, netmasks"
222 #: lib/rbot/core/auth.rb:378
224 "user enable|disable <what> : turns on or off <what> (autologin, login-by-"
228 #: lib/rbot/core/auth.rb:380
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 "
235 #: lib/rbot/core/auth.rb:382
237 "user add|rm netmask <mask> : adds/removes netmask <mask> from the list of "
238 "netmasks known to the botuser you're linked to"
241 #: lib/rbot/core/auth.rb:384
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)"
249 #: lib/rbot/core/auth.rb:386
251 "user tell <who> the password for <botuser> : contacts <who> in private to "
252 "tell him/her the password for <botuser>"
255 #: lib/rbot/core/auth.rb:388
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 "
263 #: lib/rbot/core/auth.rb:390
264 msgid "user list : lists all the botusers"
267 #: lib/rbot/core/auth.rb:392
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>'"
276 #: lib/rbot/core/auth.rb:394
278 "user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, "
282 #: lib/rbot/core/auth.rb:397
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"
289 #: lib/rbot/core/auth.rb:399
291 "meet <nick> [as <user>]: creates a bot user for nick, calling it user "
292 "(defaults to the nick itself)"
295 #: lib/rbot/core/auth.rb:401
296 msgid "hello: creates a bot user for the person issuing the command"
299 #: lib/rbot/core/auth.rb:403
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>)"
306 #: lib/rbot/core/auth.rb:405
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>)"
313 #: lib/rbot/core/auth.rb:407
315 "auth commands: auth, login, whoami, who, permission[s], user, meet, hello, "
319 #: lib/rbot/core/auth.rb:412
320 msgid "sorry, I need more arguments to %{command}"
323 #: lib/rbot/core/auth.rb:416
324 msgid "I can only %{command} these: %{arguments}"
327 #: lib/rbot/core/auth.rb:451
328 msgid "no such bot user %{user}"
331 #: lib/rbot/core/auth.rb:454
332 msgid "you can't mess with %{user}"
335 #: lib/rbot/core/auth.rb:466
336 msgid "you can't see the properties of %{user}"
339 #: lib/rbot/core/auth.rb:475
340 msgid "no way I'm telling you the master password!"
343 #: lib/rbot/core/auth.rb:476
344 msgid "you can't ask for someone else's password"
347 #: lib/rbot/core/auth.rb:478
349 "c'mon, you can't be asking me seriously to tell you the password in public!"
352 #: lib/rbot/core/auth.rb:479
353 msgid "the password for %{user} is %{password}"
356 #: lib/rbot/core/auth.rb:493
357 msgid "can %{action}"
360 #: lib/rbot/core/auth.rb:495
361 msgid "can not %{action}"
364 #: lib/rbot/core/auth.rb:499
365 msgid "knows no netmasks"
368 #: lib/rbot/core/auth.rb:501
369 msgid "knows %{netmasks}"
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"
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}"
382 #: lib/rbot/core/auth.rb:524 lib/rbot/core/auth.rb:571
383 msgid "I ignored %{things} because %{reason}"
386 #: lib/rbot/core/auth.rb:528 lib/rbot/core/auth.rb:575
387 msgid "I haven't changed anything"
390 #: lib/rbot/core/auth.rb:546
391 msgid "is that a joke? setting the password in public?"
394 #: lib/rbot/core/auth.rb:578
395 msgid "the password for %{user} is now %{password}"
398 #: lib/rbot/core/auth.rb:592
400 "I can only add/remove netmasks. See +help user add+ for more instructions"
403 #: lib/rbot/core/auth.rb:613
404 msgid "sorry, I don't know how to %{request}"
407 #: lib/rbot/core/auth.rb:616
408 msgid "couldn't %{cmd}: %{exception}"
411 #: lib/rbot/core/auth.rb:645
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"
418 #: lib/rbot/core/auth.rb:652
419 msgid "but I already know %{buname}"
422 #: lib/rbot/core/auth.rb:654
423 msgid "I had problems meeting %{nick}: %{e}"
426 #: lib/rbot/core/auth.rb:663
427 msgid "couldn't find botuser %{user}"
430 #: lib/rbot/core/auth.rb:665
431 msgid "I'm not telling the master password to anyone, pal"
434 #: lib/rbot/core/auth.rb:666
435 msgid "the password for botuser %{user} is %{password}"
438 #: lib/rbot/core/auth.rb:669
439 msgid "I told %{user} that %{message}"
442 #: lib/rbot/core/auth.rb:675
443 msgid "are you nuts, creating a botuser with a publicly known password?"
446 #: lib/rbot/core/auth.rb:680
447 msgid "failed to create %{user}: %{exception}"
450 #: lib/rbot/core/auth.rb:684
451 msgid "created botuser %{user}"
454 #: lib/rbot/core/auth.rb:692
455 msgid " (queued for destruction)"
458 #: lib/rbot/core/auth.rb:695
459 msgid "I have no botusers other than the default ones"
462 #: lib/rbot/core/auth.rb:696
463 msgid "botuser: %{list}"
464 msgid_plural "botusers: %{list}"
468 #: lib/rbot/core/auth.rb:703
469 msgid "You can't destroy %{user}"
472 #: lib/rbot/core/auth.rb:713
473 msgid "no such botuser %{user}"
476 #: lib/rbot/core/auth.rb:720
477 msgid "%{user} removed from the destruction queue"
480 #: lib/rbot/core/auth.rb:722
481 msgid "%{user} was not queued for destruction"
484 #: lib/rbot/core/auth.rb:727
486 "%{user} already queued for destruction, use %{highlight}user confirm destroy "
487 "%{user}%{highlight} to destroy it"
490 #: lib/rbot/core/auth.rb:730
492 "%{user} queued for destruction, use %{highlight}user confirm destroy %{user}%"
493 "{highlight} to destroy it"
496 #: lib/rbot/core/auth.rb:734
497 msgid "%{user} is not queued for destruction yet"
500 #: lib/rbot/core/auth.rb:743 lib/rbot/core/auth.rb:783
501 msgid "failed: %{exception}"
504 #: lib/rbot/core/auth.rb:745
505 msgid "botuser %{user} destroyed"
508 #: lib/rbot/core/auth.rb:752
509 msgid "please don't touch the default users"
512 #: lib/rbot/core/auth.rb:761
513 msgid "no such botuser %{source}"
516 #: lib/rbot/core/auth.rb:763
517 msgid "botuser %{dest} exists already"
520 #: lib/rbot/core/auth.rb:786
521 msgid "botuser %{source} copied to %{dest}"
524 #: lib/rbot/core/auth.rb:789
525 msgid "botuser %{source} renamed to %{dest}"
528 #: lib/rbot/core/auth.rb:809
529 msgid "selecting data to export ..."
532 #: lib/rbot/core/auth.rb:825
533 msgid "preparing data for export ..."
536 #: lib/rbot/core/auth.rb:848
537 msgid "failed to prepare data: %{exception}"
540 #: lib/rbot/core/auth.rb:853
541 msgid "exporting to %{file} ..."
544 #: lib/rbot/core/auth.rb:860
545 msgid "failed to export users: %{exception}"
548 #: lib/rbot/core/auth.rb:864 lib/rbot/core/auth.rb:942
552 #: lib/rbot/core/auth.rb:881
553 msgid "reading %{file} ..."
556 #: lib/rbot/core/auth.rb:885
557 msgid "failed to import from: %{exception}"
560 #: lib/rbot/core/auth.rb:892
561 msgid "selecting data to import ..."
564 #: lib/rbot/core/auth.rb:902
565 msgid "parsing data from import ..."
568 #: lib/rbot/core/auth.rb:922
569 msgid "failed to parse data: %{exception}"
572 #: lib/rbot/core/basics.rb:107
573 msgid "quit [<message>] => quit IRC with message <message>"
576 #: lib/rbot/core/basics.rb:109
577 msgid "restart => completely stop and restart the bot (including reconnect)"
580 #: lib/rbot/core/basics.rb:113
584 #: lib/rbot/core/basics.rb:115
585 msgid "hide => part all channels"
588 #: lib/rbot/core/basics.rb:117
589 msgid "nick <nick> => attempt to change nick to <nick>"
592 #: lib/rbot/core/basics.rb:119
594 "say <channel>|<nick> <message> => say <message> to <channel> or in private "
598 #: lib/rbot/core/basics.rb:121
600 "action <channel>|<nick> <message> => does a /me <message> to <channel> or in "
601 "private message to <nick>"
604 #: lib/rbot/core/basics.rb:123
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 "
611 #: lib/rbot/core/basics.rb:125
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>"
618 #: lib/rbot/core/basics.rb:127
619 msgid "ping => replies with a pong"
622 #: lib/rbot/core/basics.rb:129
624 "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> "
628 #: lib/rbot/core/basics.rb:135
630 "%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, "
631 "quiet, talk, ping, mode"
634 #: lib/rbot/core/config.rb:18
635 msgid "I'm a v. %{version}%{ago} rubybot%{copyright}%{url}"
638 #: lib/rbot/core/config.rb:39
639 msgid "no such module %{module}"
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}"
648 #: lib/rbot/core/config.rb:78
649 msgid "no config key found matching %{r}"
652 #: lib/rbot/core/config.rb:80
653 msgid "possible keys: %{kl}"
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"
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"
666 #: lib/rbot/core/config.rb:108
667 msgid "failed to set %{key}: %{error}"
670 #: lib/rbot/core/config.rb:131 lib/rbot/core/config.rb:154
671 msgid "config key %{key} is not an array"
674 #: lib/rbot/core/config.rb:138
675 msgid "failed to add %{value} to %{key}: %{error}"
678 #: lib/rbot/core/config.rb:161
679 msgid "failed to remove %{value} from %{key}: %{error}"
682 #: lib/rbot/core/config.rb:175
686 #: lib/rbot/core/config.rb:177
687 msgid "rescanning ..."
690 #: lib/rbot/core/config.rb:179
691 msgid "done. %{plugin_status}"
694 #: lib/rbot/core/config.rb:220
696 "config list => list configuration modules, config list <module> => list "
697 "configuration keys for module <module>"
700 #: lib/rbot/core/config.rb:222
701 msgid "config get <key> => get configuration value for key <key>"
704 #: lib/rbot/core/config.rb:224
705 msgid "reset key <key> to the default"
708 #: lib/rbot/core/config.rb:226
710 "config set <key> <value> => set configuration value for key <key> to <value>"
713 #: lib/rbot/core/config.rb:228
714 msgid "config desc <key> => describe what key <key> configures"
717 #: lib/rbot/core/config.rb:230
719 "config add <value> to <key> => add value <value> to key <key> if <key> is an "
723 #: lib/rbot/core/config.rb:232
725 "config rm <value> from <key> => remove value <value> from key <key> if <key> "
729 #: lib/rbot/core/config.rb:234
731 "config module - bot configuration. usage: list, desc, get, set, unset, add, "
735 #: lib/rbot/core/config.rb:239
736 msgid "nick <newnick> => change the bot nick to <newnick>, if possible"
739 #: lib/rbot/core/config.rb:241
740 msgid "status => display some information on the bot's status"
743 #: lib/rbot/core/config.rb:243
744 msgid "save => save current dynamic data and configuration"
747 #: lib/rbot/core/config.rb:245
748 msgid "rescan => reload modules and static facts"
751 #: lib/rbot/core/config.rb:247
752 msgid "version => describes software version"
755 #: lib/rbot/core/config.rb:249
756 msgid "config-related tasks: config, save, rescan, version, nick, status"
759 #: lib/rbot/core/userdata.rb:146
760 msgid "%{key} data for %{user}: %{data}"
763 #: lib/rbot/core/userdata.rb:152
764 msgid "sorry, no %{key} data for %{user}"
767 #: lib/rbot/core/utils/utils.rb:202
771 #: lib/rbot/core/utils/utils.rb:202
775 #: lib/rbot/core/utils/utils.rb:204
779 #: lib/rbot/core/utils/utils.rb:204
783 #: lib/rbot/core/utils/utils.rb:206
787 #: lib/rbot/core/utils/utils.rb:206
791 #: lib/rbot/core/utils/utils.rb:208
795 #: lib/rbot/core/utils/utils.rb:208
799 #: lib/rbot/core/utils/utils.rb:210
803 #: lib/rbot/core/utils/utils.rb:210
807 #: lib/rbot/core/utils/utils.rb:212
811 #: lib/rbot/core/utils/utils.rb:212
815 #: lib/rbot/core/utils/utils.rb:219
819 #: lib/rbot/core/filters_ui.rb:25
820 msgid "no filters in group %{g}"
823 #: lib/rbot/core/filters_ui.rb:27
824 msgid "no known filters"
827 #: lib/rbot/core/filters_ui.rb:30
828 msgid "known filters: "
831 #: lib/rbot/core/filters_ui.rb:38
832 msgid "no known filter groups"
835 #: lib/rbot/core/filters_ui.rb:40
836 msgid "known filter groups: "
839 #: lib/rbot/core/filters_ui.rb:50
840 msgid "no filters match %{pat}"
843 #: lib/rbot/core/filters_ui.rb:52
844 msgid "filters matching %{pat}: "
847 #: lib/rbot/ircbot.rb:1167
848 msgid "help topics: "
851 #: lib/rbot/ircbot.rb:1169
852 msgid " (help <topic> for more info)"
855 #: lib/rbot/ircbot.rb:1172
856 msgid "no help for topic %{topic}"
859 #: lib/rbot/ircbot.rb:1183
861 "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received."
864 #: lib/rbot/plugins.rb:340
865 msgid "incorrect usage, ask for help using '%{command}'"
868 #: lib/rbot/plugins.rb:664
869 msgid "%{count} core module loaded"
870 msgid_plural "%{count} core modules loaded"
874 #: lib/rbot/plugins.rb:667
875 msgid "%{count} core module: %{list}"
876 msgid_plural "%{count} core modules: %{list}"
880 #: lib/rbot/plugins.rb:673
881 msgid "no core botmodules loaded"
884 #: lib/rbot/plugins.rb:678
885 msgid "%{count} plugin loaded"
886 msgid_plural "%{count} plugins loaded"
890 #: lib/rbot/plugins.rb:681
891 msgid "%{count} plugin: %{list}"
892 msgid_plural "%{count} plugins: %{list}"
896 #: lib/rbot/plugins.rb:692
897 msgid "%{highlight}%{count} plugin ignored%{highlight}"
898 msgid_plural "%{highlight}%{count} plugins ignored%{highlight}"
902 #: lib/rbot/plugins.rb:697
904 "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%"
907 "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%"
912 #: lib/rbot/plugins.rb:707
913 msgid "%{highlight}%{count} plugin failed to load%{highlight}"
914 msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}"
918 #: lib/rbot/plugins.rb:712
920 "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%"
921 "{command}%{bold} to see why"
923 "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%"
924 "{command}%{bold} to see why"
928 #: lib/rbot/plugins.rb:742
929 msgid "no plugins failed to load"
932 #: lib/rbot/plugins.rb:744
934 "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %"
938 #: lib/rbot/plugins.rb:748
939 msgid "at %{backtrace}"
942 #: lib/rbot/plugins.rb:754
943 msgid "no plugins were ignored"
946 #: lib/rbot/plugins.rb:758
947 msgid "overruled by previous"
950 #: lib/rbot/registry.rb:20
952 "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format"
955 #: lib/rbot/registry.rb:40
957 "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split "
961 #: lib/rbot/registry.rb:190
962 msgid "marshal recovery failed, trying default"