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