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