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: 2007-10-22 01:22+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/botuser.rb:42
19 msgid "Password for the bot owner"
22 #: lib/rbot/botuser.rb:45
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:48
30 "Set false to prevent new botusers from recognizing IRC users without a need "
34 #: lib/rbot/botuser.rb:51
35 msgid "Set true to allow new botusers to be created automatically"
38 #: lib/rbot/botuser.rb:885
39 msgid "%{user}, you don't have '%{command}' permissions here"
42 #: lib/rbot/config.rb:196
43 msgid "%{desc} [valid values are: %{values}]"
46 #: lib/rbot/config.rb:326
47 msgid "First time rbot configuration wizard"
50 #: lib/rbot/config.rb:329
51 msgid "This wizard will ask you a few questions to get you started."
54 #: lib/rbot/config.rb:330
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:71
61 msgid "please do not use + or - in front of command %{command} when resetting"
64 #: lib/rbot/core/auth.rb:73
65 msgid "+ or - expected in front of %{string}"
68 #: lib/rbot/core/auth.rb:86
69 msgid "'%{string}' doesn't look like a channel name"
72 #: lib/rbot/core/auth.rb:95
73 msgid "trailing comma"
76 #: lib/rbot/core/auth.rb:96
77 msgid "you probably forgot a comma"
80 #: lib/rbot/core/auth.rb:111 lib/rbot/core/auth.rb:165
81 msgid "couldn't find botuser %{name}"
84 #: lib/rbot/core/auth.rb:113
85 msgid "you can't change permissions for %{username}"
88 #: lib/rbot/core/auth.rb:120
89 msgid "couldn't satisfy your request: %{errors}"
92 #: lib/rbot/core/auth.rb:159
93 msgid "you are owner, you can do anything"
96 #: lib/rbot/core/auth.rb:162
97 msgid "owner can do anything"
100 #: lib/rbot/core/auth.rb:173
101 msgid "on any channel: "
104 #: lib/rbot/core/auth.rb:175
108 #: lib/rbot/core/auth.rb:187
109 msgid "no permissions set for %{user}"
112 #: lib/rbot/core/auth.rb:189
113 msgid "permissions for %{user}:: %{permissions}"
116 #: lib/rbot/core/auth.rb:203
117 msgid "welcome, %{user}"
120 #: lib/rbot/core/auth.rb:218
121 msgid "sorry, can't do"
124 #: lib/rbot/core/auth.rb:221
125 msgid "couldn't login: %{exception}"
128 #: lib/rbot/core/auth.rb:229
129 msgid "I couldn't find anything to let you login automatically"
132 #: lib/rbot/core/auth.rb:240
133 msgid "you are %{who}"
136 #: lib/rbot/core/auth.rb:242 lib/rbot/core/auth.rb:255
137 msgid "no one that I know"
140 #: lib/rbot/core/auth.rb:243 lib/rbot/core/auth.rb:256
144 #: lib/rbot/core/auth.rb:263
146 "login [<botuser>] [<pass>]: logs in to the bot as botuser <botuser> with "
147 "password <pass>. When using the full form, you must contact the bot in "
148 "private. <pass> can be omitted if <botuser> allows login-by-mask and your "
149 "netmask is among the known ones. if <botuser> is omitted too autologin will "
153 #: lib/rbot/core/auth.rb:265
154 msgid "whoami: names the botuser you're linked to"
157 #: lib/rbot/core/auth.rb:267
158 msgid "who is <user>: names the botuser <user> is linked to"
161 #: lib/rbot/core/auth.rb:271
163 "a permission is specified as module::path::to::cmd; when you want to enable "
164 "it, prefix it with +; when you want to disable it, prefix it with -; when "
165 "using the +reset+ command, do not use any prefix"
168 #: lib/rbot/core/auth.rb:273
170 "permissions [re]set <permission> [in <channel>] for <user>: sets or resets "
171 "the permissions for botuser <user> in channel <channel> (use ? to change the "
172 "permissions for private addressing)"
175 #: lib/rbot/core/auth.rb:275
176 msgid "permissions view [for <user>]: display the permissions for user <user>"
179 #: lib/rbot/core/auth.rb:277
180 msgid "permission topics: syntax, (re)set, view"
183 #: lib/rbot/core/auth.rb:282
185 "user show <what> : shows info about the user; <what> can be any of "
186 "autologin, login-by-mask, netmasks"
189 #: lib/rbot/core/auth.rb:284
191 "user enable|disable <what> : turns on or off <what> (autologin, login-by-"
195 #: lib/rbot/core/auth.rb:286
197 "user set password <blah> : sets the user password to <blah>; passwords can "
198 "only contain upper and lowercase letters and numbers, and must be at least 4 "
202 #: lib/rbot/core/auth.rb:288
204 "user add|rm netmask <mask> : adds/removes netmask <mask> from the list of "
205 "netmasks known to the botuser you're linked to"
208 #: lib/rbot/core/auth.rb:290
210 "user reset <what> : resets <what> to the default values. <what> can be "
211 "+netmasks+ (the list will be emptied), +autologin+ or +login-by-mask+ (will "
212 "be reset to the default value) or +password+ (a new one will be generated "
213 "and you'll be told in private)"
216 #: lib/rbot/core/auth.rb:292
218 "user tell <who> the password for <botuser> : contacts <who> in private to "
219 "tell him/her the password for <botuser>"
222 #: lib/rbot/core/auth.rb:294
224 "user create <name> <password> : create botuser named <name> with password "
225 "<password>. The password can be omitted, in which case a random one will be "
226 "generated. The <name> should only contain alphanumeric characters and the "
230 #: lib/rbot/core/auth.rb:296
231 msgid "user list : lists all the botusers"
234 #: lib/rbot/core/auth.rb:298
236 "user destroy <botuser> <password> : destroys <botuser>; this function %"
237 "{highlight}must%{highlight} be called in two steps. On the first call, no "
238 "password must be specified: <botuser> is then queued for destruction. On the "
239 "second call, you must specify the correct password for <botuser>, and it "
240 "will be destroyed. If you want to cancel the destruction, issue the command "
241 "+user cancel destroy <botuser>+"
244 #: lib/rbot/core/auth.rb:300
246 "user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, "
250 #: lib/rbot/core/auth.rb:303
252 "auth <masterpassword>: log in as the bot owner; other commands: login, "
253 "whoami, permission syntax, permissions [re]set, permissions view, user"
256 #: lib/rbot/core/auth.rb:305
257 msgid "auth commands: auth, login, whoami, who, permission[s], user"
260 #: lib/rbot/core/auth.rb:310
261 msgid "sorry, I need more arguments to %{command}"
264 #: lib/rbot/core/auth.rb:314
265 msgid "I can only %{command} these: %{arguments}"
268 #: lib/rbot/core/auth.rb:349
269 msgid "no such bot user %{user}"
272 #: lib/rbot/core/auth.rb:352
273 msgid "you can't mess with %{user}"
276 #: lib/rbot/core/auth.rb:363
277 msgid "you can't see the properties of %{user}"
280 #: lib/rbot/core/auth.rb:372
281 msgid "no way I'm telling you the master password!"
284 #: lib/rbot/core/auth.rb:373
285 msgid "you can't ask for someone else's password"
288 #: lib/rbot/core/auth.rb:375
290 "c'mon, you can't be asking me seriously to tell you the password in public!"
293 #: lib/rbot/core/auth.rb:376
294 msgid "the password for %{user} is %{password}"
297 #: lib/rbot/core/auth.rb:390
298 msgid "can %{action}"
301 #: lib/rbot/core/auth.rb:392
302 msgid "can not %{action}"
305 #: lib/rbot/core/auth.rb:396
306 msgid "knows no netmasks"
309 #: lib/rbot/core/auth.rb:398
310 msgid "knows %{netmasks}"
313 #: lib/rbot/core/auth.rb:405 lib/rbot/core/auth.rb:432
314 #: lib/rbot/core/auth.rb:450 lib/rbot/core/auth.rb:482
315 msgid "you can't change the default user"
318 #: lib/rbot/core/auth.rb:406 lib/rbot/core/auth.rb:434
319 #: lib/rbot/core/auth.rb:452 lib/rbot/core/auth.rb:484
320 msgid "you can't edit %{user}"
323 #: lib/rbot/core/auth.rb:421 lib/rbot/core/auth.rb:468
324 msgid "I ignored %{things} because %{reason}"
327 #: lib/rbot/core/auth.rb:425 lib/rbot/core/auth.rb:472
328 msgid "I haven't changed anything"
331 #: lib/rbot/core/auth.rb:443
332 msgid "is that a joke? setting the password in public?"
335 #: lib/rbot/core/auth.rb:475
336 msgid "the password for %{user} is now %{password}"
339 #: lib/rbot/core/auth.rb:489
341 "I can only add/remove netmasks. See +help user add+ for more instructions"
344 #: lib/rbot/core/auth.rb:510
345 msgid "sorry, I don't know how to %{request}"
348 #: lib/rbot/core/auth.rb:519
349 msgid "couldn't find botuser %{user}"
352 #: lib/rbot/core/auth.rb:521
353 msgid "I'm not telling the master password to anyway, pal"
356 #: lib/rbot/core/auth.rb:522
357 msgid "the password for botuser %{user} is %{password}"
360 #: lib/rbot/core/auth.rb:525
361 msgid "I told %{user} that %{message}"
364 #: lib/rbot/core/auth.rb:531
365 msgid "are you nuts, creating a botuser with a publicly known password?"
368 #: lib/rbot/core/auth.rb:536
369 msgid "failed to create %{user}: %{exception}"
372 #: lib/rbot/core/auth.rb:540
373 msgid "created botuser %{user}"
376 #: lib/rbot/core/auth.rb:548
377 msgid " (queued for destruction)"
380 #: lib/rbot/core/auth.rb:551
381 msgid "I have no botusers other than the default ones"
384 #: lib/rbot/core/auth.rb:552
385 msgid "botuser: %{list}"
386 msgid_plural "botusers: %{list}"
390 #: lib/rbot/core/auth.rb:559
391 msgid "You can't destroy %{user}"
394 #: lib/rbot/core/auth.rb:570
395 msgid "no such botuser %{user}"
398 #: lib/rbot/core/auth.rb:576
399 msgid "%{user} removed from the destruction queue"
402 #: lib/rbot/core/auth.rb:578
403 msgid "%{user} was not queued for destruction"
406 #: lib/rbot/core/auth.rb:585
408 "%{user} already queued for destruction, use %{highlight}user destroy %{user} "
409 "<password>%{highlight} to destroy it"
412 #: lib/rbot/core/auth.rb:588
414 "%{user} queued for destruction, use %{highlight}user destroy %{user} "
415 "<password>%{highlight} to destroy it"
418 #: lib/rbot/core/auth.rb:592
419 msgid "%{user} is not queued for destruction yet"
422 #: lib/rbot/core/auth.rb:594
423 msgid "wrong password for %{user}"
426 #: lib/rbot/core/auth.rb:603 lib/rbot/core/auth.rb:643
427 msgid "failed: %{exception}"
430 #: lib/rbot/core/auth.rb:605
431 msgid "botuser %{user} destroyed"
434 #: lib/rbot/core/auth.rb:613
435 msgid "please don't touch the default users"
438 #: lib/rbot/core/auth.rb:622
439 msgid "no such botuser %{source}"
442 #: lib/rbot/core/auth.rb:624
443 msgid "botuser %{dest} exists already"
446 #: lib/rbot/core/auth.rb:645
447 msgid "botuser %{source} copied to %{dest}"
450 #: lib/rbot/core/auth.rb:647
451 msgid "botuser %{source} renamed to %{dest}"
454 #: lib/rbot/core/auth.rb:666
455 msgid "selecting data to export ..."
458 #: lib/rbot/core/auth.rb:682
459 msgid "preparing data for export ..."
462 #: lib/rbot/core/auth.rb:705
463 msgid "failed to prepare data: %{exception}"
466 #: lib/rbot/core/auth.rb:710
467 msgid "exporting to %{file} ..."
470 #: lib/rbot/core/auth.rb:717
471 msgid "failed to export users: %{exception}"
474 #: lib/rbot/core/auth.rb:721 lib/rbot/core/auth.rb:799
478 #: lib/rbot/core/auth.rb:738
479 msgid "reading %{file} ..."
482 #: lib/rbot/core/auth.rb:742
483 msgid "failed to import from: %{exception}"
486 #: lib/rbot/core/auth.rb:749
487 msgid "selecting data to import ..."
490 #: lib/rbot/core/auth.rb:759
491 msgid "parsing data from import ..."
494 #: lib/rbot/core/auth.rb:779
495 msgid "failed to parse data: %{exception}"
498 #: lib/rbot/core/basics.rb:105
499 msgid "quit [<message>] => quit IRC with message <message>"
502 #: lib/rbot/core/basics.rb:107
503 msgid "restart => completely stop and restart the bot (including reconnect)"
506 #: lib/rbot/core/basics.rb:111
510 #: lib/rbot/core/basics.rb:113
511 msgid "hide => part all channels"
514 #: lib/rbot/core/basics.rb:115
515 msgid "nick <nick> => attempt to change nick to <nick>"
518 #: lib/rbot/core/basics.rb:117
520 "say <channel>|<nick> <message> => say <message> to <channel> or in private "
524 #: lib/rbot/core/basics.rb:119
526 "action <channel>|<nick> <message> => does a /me <message> to <channel> or in "
527 "private message to <nick>"
530 #: lib/rbot/core/basics.rb:121
532 "quiet [in here|<channel>] => with no arguments, stop speaking in all "
533 "channels, if \"in here\", stop speaking in this channel, or stop speaking in "
537 #: lib/rbot/core/basics.rb:123
539 "talk [in here|<channel>] => with no arguments, resume speaking in all "
540 "channels, if \"in here\", resume speaking in this channel, or resume "
541 "speaking in <channel>"
544 #: lib/rbot/core/basics.rb:125
545 msgid "ping => replies with a pong"
548 #: lib/rbot/core/basics.rb:127
550 "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> "
554 #: lib/rbot/core/basics.rb:133
556 "%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, "
557 "quiet, talk, ping, mode"
560 #: lib/rbot/core/config.rb:13
561 msgid "I'm a v. %{version} rubybot%{copyright}%{url}"
564 #: lib/rbot/core/config.rb:33
565 msgid "no such module %{module}"
568 #: lib/rbot/core/config.rb:49 lib/rbot/core/config.rb:60
569 #: lib/rbot/core/config.rb:68 lib/rbot/core/config.rb:81
570 #: lib/rbot/core/config.rb:107 lib/rbot/core/config.rb:130
571 msgid "no such config key %{key}"
574 #: lib/rbot/core/config.rb:73 lib/rbot/core/config.rb:92
575 #: lib/rbot/core/config.rb:122 lib/rbot/core/config.rb:145
576 msgid "this config change will take effect on the next restart"
579 #: lib/rbot/core/config.rb:74 lib/rbot/core/config.rb:95
580 #: lib/rbot/core/config.rb:123 lib/rbot/core/config.rb:146
581 msgid "this config change will take effect on the next rescan"
584 #: lib/rbot/core/config.rb:88
585 msgid "failed to set %{key}: %{error}"
588 #: lib/rbot/core/config.rb:111 lib/rbot/core/config.rb:134
589 msgid "config key %{key} is not an array"
592 #: lib/rbot/core/config.rb:118
593 msgid "failed to add %{value} to %{key}: %{error}"
596 #: lib/rbot/core/config.rb:141
597 msgid "failed to remove %{value} from %{key}: %{error}"
600 #: lib/rbot/core/config.rb:155
604 #: lib/rbot/core/config.rb:157
605 msgid "rescanning ..."
608 #: lib/rbot/core/config.rb:159
609 msgid "done. %{plugin_status}"
612 #: lib/rbot/core/config.rb:202
614 "config list => list configuration modules, config list <module> => list "
615 "configuration keys for module <module>"
618 #: lib/rbot/core/config.rb:204
619 msgid "config get <key> => get configuration value for key <key>"
622 #: lib/rbot/core/config.rb:206
623 msgid "reset key <key> to the default"
626 #: lib/rbot/core/config.rb:208
628 "config set <key> <value> => set configuration value for key <key> to <value>"
631 #: lib/rbot/core/config.rb:210
632 msgid "config desc <key> => describe what key <key> configures"
635 #: lib/rbot/core/config.rb:212
637 "config add <value> to <key> => add value <value> to key <key> if <key> is an "
641 #: lib/rbot/core/config.rb:214
643 "config rm <value> from <key> => remove value <value> from key <key> if <key> "
647 #: lib/rbot/core/config.rb:216
649 "config module - bot configuration. usage: list, desc, get, set, unset, add, "
653 #: lib/rbot/core/config.rb:221
654 msgid "nick <newnick> => change the bot nick to <newnick>, if possible"
657 #: lib/rbot/core/config.rb:223
658 msgid "status => display some information on the bot's status"
661 #: lib/rbot/core/config.rb:225
662 msgid "save => save current dynamic data and configuration"
665 #: lib/rbot/core/config.rb:227
666 msgid "rescan => reload modules and static facts"
669 #: lib/rbot/core/config.rb:229
670 msgid "version => describes software version"
673 #: lib/rbot/core/config.rb:231
674 msgid "config-related tasks: config, save, rescan, version, nick, status"
677 #: lib/rbot/core/utils/utils.rb:205
681 #: lib/rbot/core/utils/utils.rb:205
685 #: lib/rbot/core/utils/utils.rb:207
689 #: lib/rbot/core/utils/utils.rb:207
693 #: lib/rbot/core/utils/utils.rb:209
697 #: lib/rbot/core/utils/utils.rb:209
701 #: lib/rbot/core/utils/utils.rb:211
705 #: lib/rbot/core/utils/utils.rb:211
709 #: lib/rbot/core/utils/utils.rb:213
713 #: lib/rbot/core/utils/utils.rb:213
717 #: lib/rbot/core/utils/utils.rb:215
721 #: lib/rbot/core/utils/utils.rb:215
725 #: lib/rbot/core/utils/utils.rb:222
729 #: lib/rbot/core/userdata.rb:133
730 msgid "%{key} data for %{user}: %{data}"
733 #: lib/rbot/core/userdata.rb:139
734 msgid "sorry, no %{key} data for %{user}"
737 #: lib/rbot/ircbot.rb:1148
738 msgid "help topics: "
741 #: lib/rbot/ircbot.rb:1150
742 msgid " (help <topic> for more info)"
745 #: lib/rbot/ircbot.rb:1153
746 msgid "no help for topic %{topic}"
749 #: lib/rbot/ircbot.rb:1164
751 "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received."
754 #: lib/rbot/plugins.rb:306
755 msgid "incorrect usage, ask for help using '%{command}'"
758 #: lib/rbot/plugins.rb:578
759 msgid "%{count} core module loaded"
760 msgid_plural "%{count} core modules loaded"
761 msgstr[0] "%{count}个核心模块"
764 #: lib/rbot/plugins.rb:581
765 msgid "%{count} core module: %{list}"
766 msgid_plural "%{count} core modules: %{list}"
767 msgstr[0] "%{count}个核心模块:%{list}"
770 #: lib/rbot/plugins.rb:587
771 msgid "no core botmodules loaded"
774 #: lib/rbot/plugins.rb:592
775 msgid "%{count} plugin loaded"
776 msgid_plural "%{count} plugins loaded"
780 #: lib/rbot/plugins.rb:595
781 msgid "%{count} plugin: %{list}"
782 msgid_plural "%{count} plugins: %{list}"
786 #: lib/rbot/plugins.rb:606
787 msgid "%{highlight}%{count} plugin ignored%{highlight}"
788 msgid_plural "%{highlight}%{count} plugins ignored%{highlight}"
792 #: lib/rbot/plugins.rb:611
794 "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%"
797 "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%"
802 #: lib/rbot/plugins.rb:621
803 msgid "%{highlight}%{count} plugin failed to load%{highlight}"
804 msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}"
808 #: lib/rbot/plugins.rb:626
810 "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%"
811 "{command}%{bold} to see why"
813 "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%"
814 "{command}%{bold} to see why"
818 #: lib/rbot/plugins.rb:656
819 msgid "no plugins failed to load"
822 #: lib/rbot/plugins.rb:658
824 "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %"
828 #: lib/rbot/plugins.rb:662
829 msgid "at %{backtrace}"
832 #: lib/rbot/plugins.rb:668
833 msgid "no plugins were ignored"
836 #: lib/rbot/plugins.rb:672
837 msgid "overruled by previous"
840 #: lib/rbot/registry.rb:20
842 "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format"
845 #: lib/rbot/registry.rb:40
847 "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split "
851 #: lib/rbot/registry.rb:190
852 msgid "marshal recovery failed, trying default"
855 #: data/rbot/plugins/alias.rb:52
856 msgid "Data file is not found or corrupt, reinitializing data"
859 #: data/rbot/plugins/alias.rb:60
860 msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
863 #: data/rbot/plugins/alias.rb:76
864 msgid "The definition you provided is invalid: %{reason}"
867 #: data/rbot/plugins/alias.rb:87 data/rbot/plugins/alias.rb:104
868 msgid "No such alias is defined"
871 #: data/rbot/plugins/alias.rb:93
872 msgid "No aliases defined"
875 #: data/rbot/plugins/alias.rb:102
876 msgid "Alias of %{command}"
879 #: data/rbot/plugins/alias.rb:114
881 "The arguments in alias must match the substitutions in command, and vice "
885 #: data/rbot/plugins/alias.rb:131
887 "The alias seems to have caused infinite recursion. Please examine your alias "
891 #: data/rbot/plugins/alias.rb:147
892 msgid "Error handling the alias, the command is not defined"
895 #: data/rbot/plugins/alias.rb:157
896 msgid "Create and use aliases for commands. Topics: create, commands"
899 #: data/rbot/plugins/alias.rb:159
901 "\"alias <text> => <command>\" => add text as an alias of command. Text can "
902 "contain placeholders marked with : or * for :words and *multiword arguments. "
903 "The command can contain placeholders enclosed with < > which will be "
904 "substituded with argument values. For example: alias googlerbot *terms => "
905 "google site:linuxbrit.co.uk/rbot/ <terms>"
908 #: data/rbot/plugins/alias.rb:161
910 "alias list => list defined aliases | alias whatis <alias> => show definition "
911 "of the alias | alias remove <alias> => remove defined alias | see the "
912 "\"create\" topic about adding aliases"
915 #: data/rbot/plugins/dictclient.rb:57
916 msgid "Hostname or hostname:port of the DICT server used to lookup words"
919 #: data/rbot/plugins/dictclient.rb:60
921 "When multiple databases reply a number of definitions that above this limit, "
922 "only the database names will be listed. Otherwise, the full definitions from "
923 "each database are replied"
926 #: data/rbot/plugins/dictclient.rb:63
927 msgid "Each definition is truncated to this length"
930 #: data/rbot/plugins/dictclient.rb:66
931 msgid "Format of headwords; <word> will be replaced with the actual word"
934 #: data/rbot/plugins/dictclient.rb:69
936 "Format of database names; <database> will be replaced with the database name"
939 #: data/rbot/plugins/dictclient.rb:72
941 "Format of definitions. <word> will be replaced with the formatted headword, "
942 "<def> will be replaced with the truncated definition, and <database> with "
943 "the formatted database name"
946 #: data/rbot/plugins/dictclient.rb:75
948 "Format of match results. <matches> will be replaced with the formatted "
949 "headwords, <database> with the formatted database name"
952 #: data/rbot/plugins/dictclient.rb:95
954 "An error occured connecting to the DICT server. Check the dictclient.server "
955 "configuration or retry later"
958 #: data/rbot/plugins/dictclient.rb:97
959 msgid "A protocol error occured"
962 #: data/rbot/plugins/dictclient.rb:99
963 msgid "An error occured"
966 #: data/rbot/plugins/dictclient.rb:121
968 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
969 "<phrase> from <database> to view a definition."
972 #: data/rbot/plugins/dictclient.rb:138
973 msgid "No definition for %{phrase} found from %{database}."
976 #: data/rbot/plugins/dictclient.rb:159
977 msgid "Nothing matched %{query} from %{database} using %{strategy}"
980 #: data/rbot/plugins/dictclient.rb:169
981 msgid "Databases: %{list}"
984 #: data/rbot/plugins/dictclient.rb:177
985 msgid "Strategies: %{list}"
988 #: data/rbot/plugins/dictclient.rb:186
989 msgid "define <phrase> [from <database>] => Show definition of a phrase"
992 #: data/rbot/plugins/dictclient.rb:188
994 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
998 #: data/rbot/plugins/dictclient.rb:190
1000 "dictclient databases => List databases; dictclient strategies => List "
1004 #: data/rbot/plugins/dictclient.rb:192
1006 "look up phrases on the configured DICT server. topics: define, match, server "
1010 #: data/rbot/plugins/figlet.rb:7
1011 msgid "Path to the figlet program"
1014 #: data/rbot/plugins/games/azgame.rb:69 data/rbot/plugins/games/azgame.rb:236
1015 #: data/rbot/plugins/games/azgame.rb:242
1016 msgid "%{count} try"
1017 msgid_plural "%{count} tries"
1021 #: data/rbot/plugins/games/azgame.rb:74
1022 msgid "winner, %{tries}"
1025 #: data/rbot/plugins/games/azgame.rb:153
1027 "%{bold}BINGO!%{bold} the word was %{underline}%{word}%{underline}. Congrats, "
1028 "%{bold}%{player}%{bold}!"
1031 #: data/rbot/plugins/games/azgame.rb:160
1033 "The game was won after %{tries} tries. Scores for this game: %{scores}"
1036 #: data/rbot/plugins/games/azgame.rb:163
1037 msgid "%{word} is not in the range %{bold}%{range}%{bold}"
1040 #: data/rbot/plugins/games/azgame.rb:165
1041 msgid "%{word} doesn't exist or is not acceptable for the game"
1044 #: data/rbot/plugins/games/azgame.rb:169
1045 msgid "close, but no cigar. New range: %{bold}%{range}%{bold}"
1048 #: data/rbot/plugins/games/azgame.rb:173
1049 msgid "%{word} is already one of the range extrema: %{range}"
1052 #: data/rbot/plugins/games/azgame.rb:175
1053 msgid "hm, something went wrong while verifying %{word}"
1056 #: data/rbot/plugins/games/azgame.rb:183
1057 msgid "no A-Z game running here, can't check if %{word} is valid, can I?"
1060 #: data/rbot/plugins/games/azgame.rb:187
1061 msgid "I only accept single words composed by letters only, sorry"
1064 #: data/rbot/plugins/games/azgame.rb:197
1065 msgid "the word in %{bold}%{range}%{bold} was: %{bold}%{word}%{bold}"
1068 #: data/rbot/plugins/games/azgame.rb:201
1070 "The game was cancelled after %{tries} tries. Scores for this game would have "
1074 #: data/rbot/plugins/games/azgame.rb:204
1075 msgid "no A-Z game running in this channel ..."
1078 #: data/rbot/plugins/games/azgame.rb:214
1079 msgid "let me think ..."
1082 #: data/rbot/plugins/games/azgame.rb:218
1083 msgid "couldn't think of anything ..."
1086 #: data/rbot/plugins/games/azgame.rb:222
1087 msgid "I can't play A-Z in %{lang}, sorry"
1090 #: data/rbot/plugins/games/azgame.rb:225
1094 #: data/rbot/plugins/games/azgame.rb:235
1095 msgid " (after %{total_tries} and %{invalid_tries})"
1098 #: data/rbot/plugins/games/azgame.rb:238
1099 msgid "%{count} invalid try"
1100 msgid_plural "%{count} invalid tries"
1104 #: data/rbot/plugins/games/azgame.rb:241
1105 msgid " (after %{total_tries}"
1108 #: data/rbot/plugins/games/azgame.rb:247
1109 msgid "A-Z: %{bold}%{range}%{bold}"
1112 #: data/rbot/plugins/games/azgame.rb:258
1113 msgid "I have %{count} %{lang} word in my cache"
1114 msgid_plural "I have %{count} %{lang} words in my cache"
1118 #: data/rbot/plugins/games/azgame.rb:261
1119 msgid "provide a regexp to match"
1122 #: data/rbot/plugins/games/azgame.rb:273
1123 msgid "no %{lang} word I know match %{pattern}"
1126 #: data/rbot/plugins/games/azgame.rb:275
1128 "more than 25 %{lang} words I know match %{pattern}, try a stricter matching"
1131 #: data/rbot/plugins/games/azgame.rb:281 data/rbot/plugins/games/azgame.rb:297
1132 #: data/rbot/plugins/games/azgame.rb:309
1133 msgid "provide a word"
1136 #: data/rbot/plugins/games/azgame.rb:286 data/rbot/plugins/games/azgame.rb:302
1137 msgid "I don't know any %{lang} word %{word}"
1140 #: data/rbot/plugins/games/azgame.rb:290
1141 msgid "%{word} learned from %{user} on %{date}"
1144 #: data/rbot/plugins/games/azgame.rb:292
1145 msgid "%{word} learned from %{user}"
1148 #: data/rbot/plugins/games/azgame.rb:314
1149 msgid "I already know the %{lang} word %{word}"
1152 #: data/rbot/plugins/games/azgame.rb:530
1154 "az [lang] word [count|list|add|delete] => manage the az wordlist for "
1155 "language lang (defaults to current bot language)"
1158 #: data/rbot/plugins/games/azgame.rb:532
1159 msgid "az cancel => abort current game"
1162 #: data/rbot/plugins/games/azgame.rb:534
1163 msgid "az check <word> => checks <word> against current game"
1166 #: data/rbot/plugins/games/azgame.rb:536
1168 "try to guess the word the bot is thinking of; if you guess wrong, the bot "
1169 "will use the new word to restrict the range of allowed words: eventually, "
1170 "the range will be so small around the correct word that you can't miss it"
1173 #: data/rbot/plugins/games/azgame.rb:538
1175 "az => start a game if none is running, show the current word range "
1176 "otherwise; you can say 'az <language>' if you want to play in a language "
1177 "different from the current bot default"
1180 #: data/rbot/plugins/games/azgame.rb:540
1181 msgid "az topics: play, rules, cancel, manage, check"
1184 #: data/rbot/plugins/games/shiritori.rb:203
1185 msgid "%{current_player}, it's your turn. %{previous_word} -> %{current_word}"
1188 #: data/rbot/plugins/games/shiritori.rb:207
1189 msgid "No one has given the first word yet. Say the first word to start."
1192 #: data/rbot/plugins/games/shiritori.rb:209
1194 "Poor %{current_player} is playing alone! Anyone care to join? %"
1195 "{previous_word} -> %{current_word}"
1198 #: data/rbot/plugins/games/shiritori.rb:240
1199 msgid "%{player} took too long and is out of the game. Try again next game!"
1202 #: data/rbot/plugins/games/shiritori.rb:245
1203 msgid "%{player} is the last remaining player and the winner! Congratulations!"
1206 #: data/rbot/plugins/games/shiritori.rb:253
1207 msgid "%{player} took too long and skipped the turn."
1210 #: data/rbot/plugins/games/shiritori.rb:281
1211 msgid "%{player} has given the first word: %{word}"
1214 #: data/rbot/plugins/games/shiritori.rb:287
1215 msgid "Welcome to shiritori, %{player}."
1218 #: data/rbot/plugins/games/shiritori.rb:292
1219 msgid "The word %{used_word} has been used. Retry from %{word}"
1222 #: data/rbot/plugins/games/shiritori.rb:297
1224 "It's impossible to continue the chain from %{word}. The game has ended. "
1225 "Thanks a lot, %{player}! :("
1228 #: data/rbot/plugins/games/shiritori.rb:301
1230 "It's impossible to continue the chain from %{bad_word}. Retry from %{word}"
1233 #: data/rbot/plugins/games/shiritori.rb:306
1235 "It's impossible to continue the chain from %{word}. Start with another word."
1238 #: data/rbot/plugins/games/shiritori.rb:327
1240 "A game in which each player must continue the previous player's word, by "
1241 "using its last one or few characters/letters of the word to start a new "
1242 "word. 'shiritori <ruleset>' => Play shiritori with a set of rules. Available "
1243 "rulesets: %{rulesets}. 'shiritori stop' => Stop the current shiritori game."
1246 #: data/rbot/plugins/games/shiritori.rb:398
1247 msgid "Already playing shiritori here"
1250 #: data/rbot/plugins/games/shiritori.rb:409
1251 msgid "Shiritori has started. Please say the first word"
1254 #: data/rbot/plugins/games/shiritori.rb:411
1255 msgid "couldn't start %{ruleset} shiritori: %{error}"
1258 #: data/rbot/plugins/games/shiritori.rb:415
1259 msgid "There is no ruleset named %{ruleset}"
1262 #: data/rbot/plugins/games/shiritori.rb:433
1263 msgid "Shiritori has stopped. Hope you had fun!"
1266 #: data/rbot/plugins/games/shiritori.rb:436
1267 msgid "No game to stop here, because no game is being played."
1270 #: data/rbot/plugins/translator.rb:47
1271 msgid "Cannot translate empty string"
1274 #: data/rbot/plugins/translator.rb:257
1275 msgid "Number of seconds to wait for the translation service before timeout"
1278 #: data/rbot/plugins/translator.rb:277
1279 msgid "Translator %{name} cannot be used: %{reason}"
1282 #: data/rbot/plugins/translator.rb:285
1283 msgid "List of translators to try in order when translator name not specified"
1286 #: data/rbot/plugins/translator.rb:293
1287 msgid "%{info}, supported directions of translation: %{directions}"
1290 #: data/rbot/plugins/translator.rb:296
1291 msgid "%{source} -> %{targets}"
1294 #: data/rbot/plugins/translator.rb:301
1296 "Command: <translator> <from> <to> <phrase>, where <translator> is one of: %"
1297 "{translators}. If \"translator\" is used in place of the translator name, "
1298 "the first translator in translator.default_list which supports the specified "
1299 "direction will be picked automatically. Use \"help translator <translator>\" "
1300 "to look up supported from and to languages"
1303 #: data/rbot/plugins/translator.rb:316
1305 "None of the default translators (translator.default_list) supports "
1306 "translating from %{source} to %{target}"
1309 #: data/rbot/plugins/translator.rb:332
1310 msgid "%{translator} doesn't support translating from %{source} to %{target}"
1313 #: data/rbot/plugins/translator.rb:335
1314 msgid "%{translator} failed to provide a translation"
1317 #: data/rbot/plugins/translator.rb:338
1318 msgid "The translator timed out"
1321 #: data/rbot/plugins/translator.rb:341
1322 msgid "No translator called %{name}"