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