PO update
[rbot] / po / rbot.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: rbot\n"
10 "POT-Creation-Date: 2008-07-07 18:02+0200\n"
11 "PO-Revision-Date: 2008-07-07 18:02+0200\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:40
20 msgid "Password for the bot owner"
21 msgstr ""
22
23 #: lib/rbot/botuser.rb:43
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:46
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:49
36 msgid "Set true to allow new botusers to be created automatically"
37 msgstr ""
38
39 #: lib/rbot/botuser.rb:913
40 msgid "%{user}, you don't have '%{command}' permissions here"
41 msgstr ""
42
43 #: lib/rbot/config.rb:219
44 msgid "%{desc} [valid values are: %{values}]"
45 msgstr ""
46
47 #: lib/rbot/config.rb:370
48 msgid "First time rbot configuration wizard"
49 msgstr ""
50
51 #: lib/rbot/config.rb:373
52 msgid "This wizard will ask you a few questions to get you started."
53 msgstr ""
54
55 #: lib/rbot/config.rb:374
56 msgid ""
57 "The rest of rbot's configuration can be manipulated via IRC once rbot is "
58 "connected and you are auth'd."
59 msgstr ""
60
61 #: lib/rbot/core/auth.rb:69
62 msgid "please do not use + or - in front of command %{command} when resetting"
63 msgstr ""
64
65 #: lib/rbot/core/auth.rb:71
66 msgid "+ or - expected in front of %{string}"
67 msgstr ""
68
69 #: lib/rbot/core/auth.rb:84
70 msgid "'%{string}' doesn't look like a channel name"
71 msgstr ""
72
73 #: lib/rbot/core/auth.rb:93
74 msgid "trailing comma"
75 msgstr ""
76
77 #: lib/rbot/core/auth.rb:94
78 msgid "you probably forgot a comma"
79 msgstr ""
80
81 #: lib/rbot/core/auth.rb:109 lib/rbot/core/auth.rb:163
82 #: lib/rbot/core/auth.rb:229
83 msgid "couldn't find botuser %{name}"
84 msgstr ""
85
86 #: lib/rbot/core/auth.rb:111
87 msgid "you can't change permissions for %{username}"
88 msgstr ""
89
90 #: lib/rbot/core/auth.rb:118
91 msgid "couldn't satisfy your request: %{errors}"
92 msgstr ""
93
94 #: lib/rbot/core/auth.rb:157
95 msgid "you are owner, you can do anything"
96 msgstr ""
97
98 #: lib/rbot/core/auth.rb:160
99 msgid "owner can do anything"
100 msgstr ""
101
102 #: lib/rbot/core/auth.rb:171
103 msgid "on any channel: "
104 msgstr ""
105
106 #: lib/rbot/core/auth.rb:173
107 msgid "in private: "
108 msgstr ""
109
110 #: lib/rbot/core/auth.rb:185
111 msgid "no permissions set for %{user}"
112 msgstr ""
113
114 #: lib/rbot/core/auth.rb:187
115 msgid "permissions for %{user}:: %{permissions}"
116 msgstr ""
117
118 #: lib/rbot/core/auth.rb:197
119 msgid ". only %{max} will be shown"
120 msgstr ""
121
122 #: lib/rbot/core/auth.rb:198
123 msgid "%{count} commands found matching %{pattern}%{extra}"
124 msgstr ""
125
126 #: lib/rbot/core/auth.rb:203
127 msgid "%{cmd}: %{perms}"
128 msgstr ""
129
130 #: lib/rbot/core/auth.rb:260
131 msgid "%{user} can already do that"
132 msgstr ""
133
134 #: lib/rbot/core/auth.rb:262
135 msgid "%{user} can't do that already"
136 msgstr ""
137
138 #: lib/rbot/core/auth.rb:272
139 msgid ""
140 "sorry, %{cmd} doesn't look like a valid command. maybe you misspelled it, or "
141 "you need to specify it should be in private?"
142 msgstr ""
143
144 #: lib/rbot/core/auth.rb:295
145 msgid "welcome, %{user}"
146 msgstr ""
147
148 #: lib/rbot/core/auth.rb:310
149 msgid "sorry, can't do"
150 msgstr ""
151
152 #: lib/rbot/core/auth.rb:313
153 msgid "couldn't login: %{exception}"
154 msgstr ""
155
156 #: lib/rbot/core/auth.rb:321
157 msgid "I couldn't find anything to let you login automatically"
158 msgstr ""
159
160 #: lib/rbot/core/auth.rb:332
161 msgid "you are %{who}"
162 msgstr ""
163
164 #: lib/rbot/core/auth.rb:334 lib/rbot/core/auth.rb:347
165 msgid "no one that I know"
166 msgstr ""
167
168 #: lib/rbot/core/auth.rb:335 lib/rbot/core/auth.rb:348
169 msgid "my boss"
170 msgstr ""
171
172 #: lib/rbot/core/auth.rb:355
173 msgid ""
174 "login [<botuser>] [<pass>]: logs in to the bot as botuser <botuser> with "
175 "password <pass>. When using the full form, you must contact the bot in "
176 "private. <pass> can be omitted if <botuser> allows login-by-mask and your "
177 "netmask is among the known ones. if <botuser> is omitted too autologin will "
178 "be attempted"
179 msgstr ""
180
181 #: lib/rbot/core/auth.rb:357
182 msgid "whoami: names the botuser you're linked to"
183 msgstr ""
184
185 #: lib/rbot/core/auth.rb:359
186 msgid "who is <user>: names the botuser <user> is linked to"
187 msgstr ""
188
189 #: lib/rbot/core/auth.rb:363
190 msgid ""
191 "a permission is specified as module::path::to::cmd; when you want to enable "
192 "it, prefix it with +; when you want to disable it, prefix it with -; when "
193 "using the +reset+ command, do not use any prefix"
194 msgstr ""
195
196 #: lib/rbot/core/auth.rb:365
197 msgid ""
198 "permissions [re]set <permission> [in <channel>] for <user>: sets or resets "
199 "the permissions for botuser <user> in channel <channel> (use ? to change the "
200 "permissions for private addressing)"
201 msgstr ""
202
203 #: lib/rbot/core/auth.rb:367
204 msgid "permissions view [for <user>]: display the permissions for user <user>"
205 msgstr ""
206
207 #: lib/rbot/core/auth.rb:369
208 msgid ""
209 "permissions search <pattern>: display the permissions associated with the "
210 "commands matching <pattern>"
211 msgstr ""
212
213 #: lib/rbot/core/auth.rb:371
214 msgid "permission topics: syntax, (re)set, view, search"
215 msgstr ""
216
217 #: lib/rbot/core/auth.rb:376
218 msgid ""
219 "user show <what> : shows info about the user; <what> can be any of "
220 "autologin, login-by-mask, netmasks"
221 msgstr ""
222
223 #: lib/rbot/core/auth.rb:378
224 msgid ""
225 "user enable|disable <what> : turns on or off <what> (autologin, login-by-"
226 "mask)"
227 msgstr ""
228
229 #: lib/rbot/core/auth.rb:380
230 msgid ""
231 "user set password <blah> : sets the user password to <blah>; passwords can "
232 "only contain upper and lowercase letters and numbers, and must be at least 4 "
233 "characters long"
234 msgstr ""
235
236 #: lib/rbot/core/auth.rb:382
237 msgid ""
238 "user add|rm netmask <mask> : adds/removes netmask <mask> from the list of "
239 "netmasks known to the botuser you're linked to"
240 msgstr ""
241
242 #: lib/rbot/core/auth.rb:384
243 msgid ""
244 "user reset <what> : resets <what> to the default values. <what> can be "
245 "+netmasks+ (the list will be emptied), +autologin+ or +login-by-mask+ (will "
246 "be reset to the default value) or +password+ (a new one will be generated "
247 "and you'll be told in private)"
248 msgstr ""
249
250 #: lib/rbot/core/auth.rb:386
251 msgid ""
252 "user tell <who> the password for <botuser> : contacts <who> in private to "
253 "tell him/her the password for <botuser>"
254 msgstr ""
255
256 #: lib/rbot/core/auth.rb:388
257 msgid ""
258 "user create <name> <password> : create botuser named <name> with password "
259 "<password>. The password can be omitted, in which case a random one will be "
260 "generated. The <name> should only contain alphanumeric characters and the "
261 "underscore (_)"
262 msgstr ""
263
264 #: lib/rbot/core/auth.rb:390
265 msgid "user list : lists all the botusers"
266 msgstr ""
267
268 #: lib/rbot/core/auth.rb:392
269 msgid ""
270 "user destroy <botuser> : destroys <botuser>. This function %{highlight}must%"
271 "{highlight} be called in two steps. On the first call <botuser> is queued "
272 "for destruction. On the second call, which must be in the form 'user confirm "
273 "destroy <botuser>', the botuser will be destroyed. If you want to cancel the "
274 "destruction, issue the command 'user cancel destroy <botuser>'"
275 msgstr ""
276
277 #: lib/rbot/core/auth.rb:394
278 msgid ""
279 "user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, "
280 "list, destroy"
281 msgstr ""
282
283 #: lib/rbot/core/auth.rb:397
284 msgid ""
285 "auth <masterpassword>: log in as the bot owner; other commands: login, "
286 "whoami, permissions syntax, permissions [re]set, permissions view, user, "
287 "meet, hello, allow, prevent"
288 msgstr ""
289
290 #: lib/rbot/core/auth.rb:399
291 msgid ""
292 "meet <nick> [as <user>]: creates a bot user for nick, calling it user "
293 "(defaults to the nick itself)"
294 msgstr ""
295
296 #: lib/rbot/core/auth.rb:401
297 msgid "hello: creates a bot user for the person issuing the command"
298 msgstr ""
299
300 #: lib/rbot/core/auth.rb:403
301 msgid ""
302 "allow <user> to do <sample command> [<where>]: gives botuser <user> the "
303 "permissions to execute a command such as the provided sample command (in "
304 "private or in channel, according to the optional <where>)"
305 msgstr ""
306
307 #: lib/rbot/core/auth.rb:405
308 msgid ""
309 "deny <user> from doing <sample command> [<where>]: removes from botuser "
310 "<user> the permissions to execute a command such as the provided sample "
311 "command (in private or in channel, according to the optional <where>)"
312 msgstr ""
313
314 #: lib/rbot/core/auth.rb:407
315 msgid ""
316 "auth commands: auth, login, whoami, who, permission[s], user, meet, hello, "
317 "allow, deny"
318 msgstr ""
319
320 #: lib/rbot/core/auth.rb:412
321 msgid "sorry, I need more arguments to %{command}"
322 msgstr ""
323
324 #: lib/rbot/core/auth.rb:416
325 msgid "I can only %{command} these: %{arguments}"
326 msgstr ""
327
328 #: lib/rbot/core/auth.rb:451
329 msgid "no such bot user %{user}"
330 msgstr ""
331
332 #: lib/rbot/core/auth.rb:454
333 msgid "you can't mess with %{user}"
334 msgstr ""
335
336 #: lib/rbot/core/auth.rb:466
337 msgid "you can't see the properties of %{user}"
338 msgstr ""
339
340 #: lib/rbot/core/auth.rb:475
341 msgid "no way I'm telling you the master password!"
342 msgstr ""
343
344 #: lib/rbot/core/auth.rb:476
345 msgid "you can't ask for someone else's password"
346 msgstr ""
347
348 #: lib/rbot/core/auth.rb:478
349 msgid ""
350 "c'mon, you can't be asking me seriously to tell you the password in public!"
351 msgstr ""
352
353 #: lib/rbot/core/auth.rb:479
354 msgid "the password for %{user} is %{password}"
355 msgstr ""
356
357 #: lib/rbot/core/auth.rb:493
358 msgid "can %{action}"
359 msgstr ""
360
361 #: lib/rbot/core/auth.rb:495
362 msgid "can not %{action}"
363 msgstr ""
364
365 #: lib/rbot/core/auth.rb:499
366 msgid "knows no netmasks"
367 msgstr ""
368
369 #: lib/rbot/core/auth.rb:501
370 msgid "knows %{netmasks}"
371 msgstr ""
372
373 #: lib/rbot/core/auth.rb:508 lib/rbot/core/auth.rb:535
374 #: lib/rbot/core/auth.rb:553 lib/rbot/core/auth.rb:585
375 msgid "you can't change the default user"
376 msgstr ""
377
378 #: lib/rbot/core/auth.rb:509 lib/rbot/core/auth.rb:537
379 #: lib/rbot/core/auth.rb:555 lib/rbot/core/auth.rb:587
380 msgid "you can't edit %{user}"
381 msgstr ""
382
383 #: lib/rbot/core/auth.rb:524 lib/rbot/core/auth.rb:571
384 msgid "I ignored %{things} because %{reason}"
385 msgstr ""
386
387 #: lib/rbot/core/auth.rb:528 lib/rbot/core/auth.rb:575
388 msgid "I haven't changed anything"
389 msgstr ""
390
391 #: lib/rbot/core/auth.rb:546
392 msgid "is that a joke? setting the password in public?"
393 msgstr ""
394
395 #: lib/rbot/core/auth.rb:578
396 msgid "the password for %{user} is now %{password}"
397 msgstr ""
398
399 #: lib/rbot/core/auth.rb:592
400 msgid ""
401 "I can only add/remove netmasks. See +help user add+ for more instructions"
402 msgstr ""
403
404 #: lib/rbot/core/auth.rb:613
405 msgid "sorry, I don't know how to %{request}"
406 msgstr ""
407
408 #: lib/rbot/core/auth.rb:616
409 msgid "couldn't %{cmd}: %{exception}"
410 msgstr ""
411
412 #: lib/rbot/core/auth.rb:645
413 msgid ""
414 "you are now registered as %{buname}. I created a random password for you : %"
415 "{pass} and you can change it at any time by telling me 'user set password "
416 "<password>' in private"
417 msgstr ""
418
419 #: lib/rbot/core/auth.rb:652
420 msgid "but I already know %{buname}"
421 msgstr ""
422
423 #: lib/rbot/core/auth.rb:654
424 msgid "I had problems meeting %{nick}: %{e}"
425 msgstr ""
426
427 #: lib/rbot/core/auth.rb:663
428 msgid "couldn't find botuser %{user}"
429 msgstr ""
430
431 #: lib/rbot/core/auth.rb:665
432 msgid "I'm not telling the master password to anyone, pal"
433 msgstr ""
434
435 #: lib/rbot/core/auth.rb:666
436 msgid "the password for botuser %{user} is %{password}"
437 msgstr ""
438
439 #: lib/rbot/core/auth.rb:669
440 msgid "I told %{user} that %{message}"
441 msgstr ""
442
443 #: lib/rbot/core/auth.rb:675
444 msgid "are you nuts, creating a botuser with a publicly known password?"
445 msgstr ""
446
447 #: lib/rbot/core/auth.rb:680
448 msgid "failed to create %{user}: %{exception}"
449 msgstr ""
450
451 #: lib/rbot/core/auth.rb:684
452 msgid "created botuser %{user}"
453 msgstr ""
454
455 #: lib/rbot/core/auth.rb:692
456 msgid " (queued for destruction)"
457 msgstr ""
458
459 #: lib/rbot/core/auth.rb:695
460 msgid "I have no botusers other than the default ones"
461 msgstr ""
462
463 #: lib/rbot/core/auth.rb:696
464 msgid "botuser: %{list}"
465 msgid_plural "botusers: %{list}"
466 msgstr[0] ""
467 msgstr[1] ""
468
469 #: lib/rbot/core/auth.rb:703
470 msgid "You can't destroy %{user}"
471 msgstr ""
472
473 #: lib/rbot/core/auth.rb:713
474 msgid "no such botuser %{user}"
475 msgstr ""
476
477 #: lib/rbot/core/auth.rb:720
478 msgid "%{user} removed from the destruction queue"
479 msgstr ""
480
481 #: lib/rbot/core/auth.rb:722
482 msgid "%{user} was not queued for destruction"
483 msgstr ""
484
485 #: lib/rbot/core/auth.rb:727
486 msgid ""
487 "%{user} already queued for destruction, use %{highlight}user confirm destroy "
488 "%{user}%{highlight} to destroy it"
489 msgstr ""
490
491 #: lib/rbot/core/auth.rb:730
492 msgid ""
493 "%{user} queued for destruction, use %{highlight}user confirm destroy %{user}%"
494 "{highlight} to destroy it"
495 msgstr ""
496
497 #: lib/rbot/core/auth.rb:734
498 msgid "%{user} is not queued for destruction yet"
499 msgstr ""
500
501 #: lib/rbot/core/auth.rb:743 lib/rbot/core/auth.rb:783
502 msgid "failed: %{exception}"
503 msgstr ""
504
505 #: lib/rbot/core/auth.rb:745
506 msgid "botuser %{user} destroyed"
507 msgstr ""
508
509 #: lib/rbot/core/auth.rb:752
510 msgid "please don't touch the default users"
511 msgstr ""
512
513 #: lib/rbot/core/auth.rb:761
514 msgid "no such botuser %{source}"
515 msgstr ""
516
517 #: lib/rbot/core/auth.rb:763
518 msgid "botuser %{dest} exists already"
519 msgstr ""
520
521 #: lib/rbot/core/auth.rb:786
522 msgid "botuser %{source} copied to %{dest}"
523 msgstr ""
524
525 #: lib/rbot/core/auth.rb:789
526 msgid "botuser %{source} renamed to %{dest}"
527 msgstr ""
528
529 #: lib/rbot/core/auth.rb:809
530 msgid "selecting data to export ..."
531 msgstr ""
532
533 #: lib/rbot/core/auth.rb:825
534 msgid "preparing data for export ..."
535 msgstr ""
536
537 #: lib/rbot/core/auth.rb:848
538 msgid "failed to prepare data: %{exception}"
539 msgstr ""
540
541 #: lib/rbot/core/auth.rb:853
542 msgid "exporting to %{file} ..."
543 msgstr ""
544
545 #: lib/rbot/core/auth.rb:860
546 msgid "failed to export users: %{exception}"
547 msgstr ""
548
549 #: lib/rbot/core/auth.rb:864 lib/rbot/core/auth.rb:942
550 msgid "done"
551 msgstr ""
552
553 #: lib/rbot/core/auth.rb:881
554 msgid "reading %{file} ..."
555 msgstr ""
556
557 #: lib/rbot/core/auth.rb:885
558 msgid "failed to import from: %{exception}"
559 msgstr ""
560
561 #: lib/rbot/core/auth.rb:892
562 msgid "selecting data to import ..."
563 msgstr ""
564
565 #: lib/rbot/core/auth.rb:902
566 msgid "parsing data from import ..."
567 msgstr ""
568
569 #: lib/rbot/core/auth.rb:922
570 msgid "failed to parse data: %{exception}"
571 msgstr ""
572
573 #: lib/rbot/core/basics.rb:107
574 msgid "quit [<message>] => quit IRC with message <message>"
575 msgstr ""
576
577 #: lib/rbot/core/basics.rb:109
578 msgid "restart => completely stop and restart the bot (including reconnect)"
579 msgstr ""
580
581 #: lib/rbot/core/basics.rb:113
582 msgid "part"
583 msgstr ""
584
585 #: lib/rbot/core/basics.rb:115
586 msgid "hide => part all channels"
587 msgstr ""
588
589 #: lib/rbot/core/basics.rb:117
590 msgid "nick <nick> => attempt to change nick to <nick>"
591 msgstr ""
592
593 #: lib/rbot/core/basics.rb:119
594 msgid ""
595 "say <channel>|<nick> <message> => say <message> to <channel> or in private "
596 "message to <nick>"
597 msgstr ""
598
599 #: lib/rbot/core/basics.rb:121
600 msgid ""
601 "action <channel>|<nick> <message> => does a /me <message> to <channel> or in "
602 "private message to <nick>"
603 msgstr ""
604
605 #: lib/rbot/core/basics.rb:123
606 msgid ""
607 "quiet [in here|<channel>] => with no arguments, stop speaking in all "
608 "channels, if \"in here\", stop speaking in this channel, or stop speaking in "
609 "<channel>"
610 msgstr ""
611
612 #: lib/rbot/core/basics.rb:125
613 msgid ""
614 "talk [in here|<channel>] => with no arguments, resume speaking in all "
615 "channels, if \"in here\", resume speaking in this channel, or resume "
616 "speaking in <channel>"
617 msgstr ""
618
619 #: lib/rbot/core/basics.rb:127
620 msgid "ping => replies with a pong"
621 msgstr ""
622
623 #: lib/rbot/core/basics.rb:129
624 msgid ""
625 "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> "
626 "to <mode>"
627 msgstr ""
628
629 #: lib/rbot/core/basics.rb:135
630 msgid ""
631 "%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, "
632 "quiet, talk, ping, mode"
633 msgstr ""
634
635 #: lib/rbot/core/config.rb:12
636 msgid " [%{secs} ago]"
637 msgstr ""
638
639 #: lib/rbot/core/config.rb:18
640 msgid "I'm a v. %{version}%{ago} rubybot%{copyright}%{url}"
641 msgstr ""
642
643 #: lib/rbot/core/config.rb:39
644 msgid "no such module %{module}"
645 msgstr ""
646
647 #: lib/rbot/core/config.rb:55 lib/rbot/core/config.rb:66
648 #: lib/rbot/core/config.rb:88 lib/rbot/core/config.rb:101
649 #: lib/rbot/core/config.rb:127 lib/rbot/core/config.rb:150
650 msgid "no such config key %{key}"
651 msgstr ""
652
653 #: lib/rbot/core/config.rb:78
654 msgid "no config key found matching %{r}"
655 msgstr ""
656
657 #: lib/rbot/core/config.rb:80
658 msgid "possible keys: %{kl}"
659 msgstr ""
660
661 #: lib/rbot/core/config.rb:93 lib/rbot/core/config.rb:112
662 #: lib/rbot/core/config.rb:142 lib/rbot/core/config.rb:165
663 msgid "this config change will take effect on the next restart"
664 msgstr ""
665
666 #: lib/rbot/core/config.rb:94 lib/rbot/core/config.rb:115
667 #: lib/rbot/core/config.rb:143 lib/rbot/core/config.rb:166
668 msgid "this config change will take effect on the next rescan"
669 msgstr ""
670
671 #: lib/rbot/core/config.rb:108
672 msgid "failed to set %{key}: %{error}"
673 msgstr ""
674
675 #: lib/rbot/core/config.rb:131 lib/rbot/core/config.rb:154
676 msgid "config key %{key} is not an array"
677 msgstr ""
678
679 #: lib/rbot/core/config.rb:138
680 msgid "failed to add %{value} to %{key}: %{error}"
681 msgstr ""
682
683 #: lib/rbot/core/config.rb:161
684 msgid "failed to remove %{value} from %{key}: %{error}"
685 msgstr ""
686
687 #: lib/rbot/core/config.rb:175
688 msgid "saving ..."
689 msgstr ""
690
691 #: lib/rbot/core/config.rb:177
692 msgid "rescanning ..."
693 msgstr ""
694
695 #: lib/rbot/core/config.rb:179
696 msgid "done. %{plugin_status}"
697 msgstr ""
698
699 #: lib/rbot/core/config.rb:220
700 msgid ""
701 "config list => list configuration modules, config list <module> => list "
702 "configuration keys for module <module>"
703 msgstr ""
704
705 #: lib/rbot/core/config.rb:222
706 msgid "config get <key> => get configuration value for key <key>"
707 msgstr ""
708
709 #: lib/rbot/core/config.rb:224
710 msgid "reset key <key> to the default"
711 msgstr ""
712
713 #: lib/rbot/core/config.rb:226
714 msgid ""
715 "config set <key> <value> => set configuration value for key <key> to <value>"
716 msgstr ""
717
718 #: lib/rbot/core/config.rb:228
719 msgid "config desc <key> => describe what key <key> configures"
720 msgstr ""
721
722 #: lib/rbot/core/config.rb:230
723 msgid ""
724 "config add <value> to <key> => add value <value> to key <key> if <key> is an "
725 "array"
726 msgstr ""
727
728 #: lib/rbot/core/config.rb:232
729 msgid ""
730 "config rm <value> from <key> => remove value <value> from key <key> if <key> "
731 "is an array"
732 msgstr ""
733
734 #: lib/rbot/core/config.rb:234
735 msgid ""
736 "config module - bot configuration. usage: list, desc, get, set, unset, add, "
737 "rm"
738 msgstr ""
739
740 #: lib/rbot/core/config.rb:239
741 msgid "nick <newnick> => change the bot nick to <newnick>, if possible"
742 msgstr ""
743
744 #: lib/rbot/core/config.rb:241
745 msgid "status => display some information on the bot's status"
746 msgstr ""
747
748 #: lib/rbot/core/config.rb:243
749 msgid "save => save current dynamic data and configuration"
750 msgstr ""
751
752 #: lib/rbot/core/config.rb:245
753 msgid "rescan => reload modules and static facts"
754 msgstr ""
755
756 #: lib/rbot/core/config.rb:247
757 msgid "version => describes software version"
758 msgstr ""
759
760 #: lib/rbot/core/config.rb:249
761 msgid "config-related tasks: config, save, rescan, version, nick, status"
762 msgstr ""
763
764 #: lib/rbot/core/filters_ui.rb:25
765 msgid "no filters in group %{g}"
766 msgstr ""
767
768 #: lib/rbot/core/filters_ui.rb:27
769 msgid "no known filters"
770 msgstr ""
771
772 #: lib/rbot/core/filters_ui.rb:30
773 msgid "known filters: "
774 msgstr ""
775
776 #: lib/rbot/core/filters_ui.rb:38
777 msgid "no known filter groups"
778 msgstr ""
779
780 #: lib/rbot/core/filters_ui.rb:40
781 msgid "known filter groups: "
782 msgstr ""
783
784 #: lib/rbot/core/filters_ui.rb:50
785 msgid "no filters match %{pat}"
786 msgstr ""
787
788 #: lib/rbot/core/filters_ui.rb:52
789 msgid "filters matching %{pat}: "
790 msgstr ""
791
792 #: lib/rbot/core/userdata.rb:146
793 msgid "%{key} data for %{user}: %{data}"
794 msgstr ""
795
796 #: lib/rbot/core/userdata.rb:152
797 msgid "sorry, no %{key} data for %{user}"
798 msgstr ""
799
800 #: lib/rbot/core/utils/utils.rb:202
801 msgid "year"
802 msgstr ""
803
804 #: lib/rbot/core/utils/utils.rb:202
805 msgid "years"
806 msgstr ""
807
808 #: lib/rbot/core/utils/utils.rb:204
809 msgid "month"
810 msgstr ""
811
812 #: lib/rbot/core/utils/utils.rb:204
813 msgid "months"
814 msgstr ""
815
816 #: lib/rbot/core/utils/utils.rb:206
817 msgid "day"
818 msgstr ""
819
820 #: lib/rbot/core/utils/utils.rb:206
821 msgid "days"
822 msgstr ""
823
824 #: lib/rbot/core/utils/utils.rb:208
825 msgid "hour"
826 msgstr ""
827
828 #: lib/rbot/core/utils/utils.rb:208
829 msgid "hours"
830 msgstr ""
831
832 #: lib/rbot/core/utils/utils.rb:210
833 msgid "minute"
834 msgstr ""
835
836 #: lib/rbot/core/utils/utils.rb:210
837 msgid "minutes"
838 msgstr ""
839
840 #: lib/rbot/core/utils/utils.rb:212
841 msgid "second"
842 msgstr ""
843
844 #: lib/rbot/core/utils/utils.rb:212
845 msgid "seconds"
846 msgstr ""
847
848 #: lib/rbot/core/utils/utils.rb:219
849 msgid " and "
850 msgstr ""
851
852 #: lib/rbot/core/utils/utils.rb:252
853 msgid "%{d} from now"
854 msgstr ""
855
856 #: lib/rbot/core/utils/utils.rb:254
857 msgid "%{d} ago"
858 msgstr ""
859
860 #: lib/rbot/core/utils/utils.rb:257
861 msgid "on %{date}"
862 msgstr ""
863
864 #: lib/rbot/core/utils/utils.rb:266
865 msgid "less than a minute"
866 msgstr ""
867
868 #: lib/rbot/core/utils/utils.rb:268
869 msgid "%{m} minutes"
870 msgstr ""
871
872 #: lib/rbot/core/utils/utils.rb:270
873 msgid "about one hour"
874 msgstr ""
875
876 #: lib/rbot/core/utils/utils.rb:272
877 msgid "%{m} hours"
878 msgstr ""
879
880 #: lib/rbot/core/utils/utils.rb:274
881 msgid "one day"
882 msgstr ""
883
884 #: lib/rbot/core/utils/utils.rb:276
885 msgid "about one day"
886 msgstr ""
887
888 #: lib/rbot/core/utils/utils.rb:278
889 msgid "%{m} days"
890 msgstr ""
891
892 #: lib/rbot/ircbot.rb:1209
893 msgid "help topics: "
894 msgstr ""
895
896 #: lib/rbot/ircbot.rb:1211
897 msgid " (help <topic> for more info)"
898 msgstr ""
899
900 #: lib/rbot/ircbot.rb:1214
901 msgid "no help for topic %{topic}"
902 msgstr ""
903
904 #: lib/rbot/ircbot.rb:1225
905 msgid ""
906 "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received."
907 msgstr ""
908
909 #: lib/rbot/plugins.rb:341
910 msgid "incorrect usage, ask for help using '%{command}'"
911 msgstr ""
912
913 #: lib/rbot/plugins.rb:665
914 msgid "%{count} core module loaded"
915 msgid_plural "%{count} core modules loaded"
916 msgstr[0] ""
917 msgstr[1] ""
918
919 #: lib/rbot/plugins.rb:668
920 msgid "%{count} core module: %{list}"
921 msgid_plural "%{count} core modules: %{list}"
922 msgstr[0] ""
923 msgstr[1] ""
924
925 #: lib/rbot/plugins.rb:674
926 msgid "no core botmodules loaded"
927 msgstr ""
928
929 #: lib/rbot/plugins.rb:679
930 msgid "%{count} plugin loaded"
931 msgid_plural "%{count} plugins loaded"
932 msgstr[0] ""
933 msgstr[1] ""
934
935 #: lib/rbot/plugins.rb:682
936 msgid "%{count} plugin: %{list}"
937 msgid_plural "%{count} plugins: %{list}"
938 msgstr[0] ""
939 msgstr[1] ""
940
941 #: lib/rbot/plugins.rb:693
942 msgid "%{highlight}%{count} plugin ignored%{highlight}"
943 msgid_plural "%{highlight}%{count} plugins ignored%{highlight}"
944 msgstr[0] ""
945 msgstr[1] ""
946
947 #: lib/rbot/plugins.rb:698
948 msgid ""
949 "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%"
950 "{bold} to see why"
951 msgid_plural ""
952 "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%"
953 "{bold} to see why"
954 msgstr[0] ""
955 msgstr[1] ""
956
957 #: lib/rbot/plugins.rb:708
958 msgid "%{highlight}%{count} plugin failed to load%{highlight}"
959 msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}"
960 msgstr[0] ""
961 msgstr[1] ""
962
963 #: lib/rbot/plugins.rb:713
964 msgid ""
965 "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%"
966 "{command}%{bold} to see why"
967 msgid_plural ""
968 "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%"
969 "{command}%{bold} to see why"
970 msgstr[0] ""
971 msgstr[1] ""
972
973 #: lib/rbot/plugins.rb:743
974 msgid "no plugins failed to load"
975 msgstr ""
976
977 #: lib/rbot/plugins.rb:745
978 msgid ""
979 "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %"
980 "{reason}"
981 msgstr ""
982
983 #: lib/rbot/plugins.rb:749
984 msgid "at %{backtrace}"
985 msgstr ""
986
987 #: lib/rbot/plugins.rb:755
988 msgid "no plugins were ignored"
989 msgstr ""
990
991 #: lib/rbot/plugins.rb:759
992 msgid "overruled by previous"
993 msgstr ""
994
995 #: lib/rbot/registry.rb:20
996 msgid ""
997 "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format"
998 msgstr ""
999
1000 #: lib/rbot/registry.rb:40
1001 msgid ""
1002 "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split "
1003 "format"
1004 msgstr ""
1005
1006 #: lib/rbot/registry.rb:190
1007 msgid "marshal recovery failed, trying default"
1008 msgstr ""