Imported Upstream version 1.8.5
[debian/sudo] / src / po / sudo.pot
1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: sudo 1.8.5\n"
9 "Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n"
10 "POT-Creation-Date: 2012-04-24 13:41-0400\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: common/aix.c:149
20 #, c-format
21 msgid "unable to open userdb"
22 msgstr ""
23
24 #: common/aix.c:152
25 #, c-format
26 msgid "unable to switch to registry \"%s\" for %s"
27 msgstr ""
28
29 #: common/aix.c:169
30 #, c-format
31 msgid "unable to restore registry"
32 msgstr ""
33
34 #: common/alloc.c:82
35 msgid "internal error, tried to emalloc(0)"
36 msgstr ""
37
38 #: common/alloc.c:85 common/alloc.c:105 common/alloc.c:127 common/alloc.c:146
39 #: common/alloc.c:168 common/alloc.c:192 common/alloc.c:256 common/alloc.c:270
40 #: src/exec_common.c:111 src/parse_args.c:432 src/sudo.c:456 src/sudo.c:482
41 #: src/sudo.c:489 src/sudo.c:500 src/sudo.c:737
42 #, c-format
43 msgid "unable to allocate memory"
44 msgstr ""
45
46 #: common/alloc.c:99
47 msgid "internal error, tried to emalloc2(0)"
48 msgstr ""
49
50 #: common/alloc.c:101
51 msgid "internal error, emalloc2() overflow"
52 msgstr ""
53
54 #: common/alloc.c:120
55 msgid "internal error, tried to ecalloc(0)"
56 msgstr ""
57
58 #: common/alloc.c:123
59 msgid "internal error, ecalloc() overflow"
60 msgstr ""
61
62 #: common/alloc.c:142
63 msgid "internal error, tried to erealloc(0)"
64 msgstr ""
65
66 #: common/alloc.c:161 common/alloc.c:185
67 msgid "internal error, tried to erealloc3(0)"
68 msgstr ""
69
70 #: common/alloc.c:163 common/alloc.c:187
71 msgid "internal error, erealloc3() overflow"
72 msgstr ""
73
74 #: common/sudo_conf.c:306
75 #, c-format
76 msgid "unable to stat %s"
77 msgstr ""
78
79 #: common/sudo_conf.c:309
80 #, c-format
81 msgid "%s is not a regular file"
82 msgstr ""
83
84 #: common/sudo_conf.c:312
85 #, c-format
86 msgid "%s is owned by uid %u, should be %u"
87 msgstr ""
88
89 #: common/sudo_conf.c:316
90 #, c-format
91 msgid "%s is world writable"
92 msgstr ""
93
94 #: common/sudo_conf.c:319
95 #, c-format
96 msgid "%s is group writable"
97 msgstr ""
98
99 #: common/sudo_conf.c:328 src/selinux.c:196 src/selinux.c:209 src/sudo.c:331
100 #, c-format
101 msgid "unable to open %s"
102 msgstr ""
103
104 #: compat/strsignal.c:47
105 msgid "Unknown signal"
106 msgstr ""
107
108 #: src/error.c:82 src/error.c:86
109 msgid ": "
110 msgstr ""
111
112 #: src/exec.c:107 src/exec_pty.c:628
113 #, c-format
114 msgid "policy plugin failed session initialization"
115 msgstr ""
116
117 #: src/exec.c:112 src/exec_pty.c:633 src/exec_pty.c:967 src/tgetpass.c:221
118 #, c-format
119 msgid "unable to fork"
120 msgstr ""
121
122 #: src/exec.c:259
123 #, c-format
124 msgid "unable to create sockets"
125 msgstr ""
126
127 #: src/exec.c:266 src/exec_pty.c:572 src/exec_pty.c:581 src/exec_pty.c:589
128 #: src/exec_pty.c:902 src/exec_pty.c:964 src/tgetpass.c:218
129 #, c-format
130 msgid "unable to create pipe"
131 msgstr ""
132
133 #: src/exec.c:351 src/exec_pty.c:1029 src/exec_pty.c:1167
134 #, c-format
135 msgid "select failed"
136 msgstr ""
137
138 #: src/exec.c:441
139 #, c-format
140 msgid "unable to restore tty label"
141 msgstr ""
142
143 #: src/exec_common.c:69
144 #, c-format
145 msgid "unable to remove PRIV_PROC_EXEC from PRIV_LIMIT"
146 msgstr ""
147
148 #: src/exec_pty.c:144
149 #, c-format
150 msgid "unable to allocate pty"
151 msgstr ""
152
153 #: src/exec_pty.c:619
154 #, c-format
155 msgid "unable to set terminal to raw mode"
156 msgstr ""
157
158 #: src/exec_pty.c:945
159 #, c-format
160 msgid "unable to set controlling tty"
161 msgstr ""
162
163 #: src/exec_pty.c:1038
164 #, c-format
165 msgid "error reading from signal pipe"
166 msgstr ""
167
168 #: src/exec_pty.c:1059
169 #, c-format
170 msgid "error reading from pipe"
171 msgstr ""
172
173 #: src/exec_pty.c:1075
174 #, c-format
175 msgid "error reading from socketpair"
176 msgstr ""
177
178 #: src/exec_pty.c:1079
179 #, c-format
180 msgid "unexpected reply type on backchannel: %d"
181 msgstr ""
182
183 #: src/load_plugins.c:79
184 #, c-format
185 msgid "%s: %s"
186 msgstr ""
187
188 #: src/load_plugins.c:85
189 #, c-format
190 msgid "%s%s: %s"
191 msgstr ""
192
193 #: src/load_plugins.c:95
194 #, c-format
195 msgid "%s must be owned by uid %d"
196 msgstr ""
197
198 #: src/load_plugins.c:99
199 #, c-format
200 msgid "%s must be only be writable by owner"
201 msgstr ""
202
203 #: src/load_plugins.c:106
204 #, c-format
205 msgid "unable to dlopen %s: %s"
206 msgstr ""
207
208 #: src/load_plugins.c:111
209 #, c-format
210 msgid "%s: unable to find symbol %s"
211 msgstr ""
212
213 #: src/load_plugins.c:117
214 #, c-format
215 msgid "%s: unknown policy type %d"
216 msgstr ""
217
218 #: src/load_plugins.c:121
219 #, c-format
220 msgid "%s: incompatible policy major version %d, expected %d"
221 msgstr ""
222
223 #: src/load_plugins.c:128
224 #, c-format
225 msgid "%s: only a single policy plugin may be loaded"
226 msgstr ""
227
228 #: src/load_plugins.c:148
229 #, c-format
230 msgid "%s: at least one policy plugin must be specified"
231 msgstr ""
232
233 #: src/load_plugins.c:153
234 #, c-format
235 msgid "policy plugin %s does not include a check_policy method"
236 msgstr ""
237
238 #: src/net_ifs.c:157 src/net_ifs.c:166 src/net_ifs.c:178 src/net_ifs.c:187
239 #: src/net_ifs.c:298 src/net_ifs.c:322
240 #, c-format
241 msgid "load_interfaces: overflow detected"
242 msgstr ""
243
244 #: src/net_ifs.c:227
245 #, c-format
246 msgid "unable to open socket"
247 msgstr ""
248
249 #: src/parse_args.c:187
250 #, c-format
251 msgid "the argument to -C must be a number greater than or equal to 3"
252 msgstr ""
253
254 #: src/parse_args.c:276
255 #, c-format
256 msgid "unknown user: %s"
257 msgstr ""
258
259 #: src/parse_args.c:335
260 #, c-format
261 msgid "you may not specify both the `-i' and `-s' options"
262 msgstr ""
263
264 #: src/parse_args.c:339
265 #, c-format
266 msgid "you may not specify both the `-i' and `-E' options"
267 msgstr ""
268
269 #: src/parse_args.c:349
270 #, c-format
271 msgid "the `-E' option is not valid in edit mode"
272 msgstr ""
273
274 #: src/parse_args.c:351
275 #, c-format
276 msgid "you may not specify environment variables in edit mode"
277 msgstr ""
278
279 #: src/parse_args.c:359
280 #, c-format
281 msgid "the `-U' option may only be used with the `-l' option"
282 msgstr ""
283
284 #: src/parse_args.c:363
285 #, c-format
286 msgid "the `-A' and `-S' options may not be used together"
287 msgstr ""
288
289 #: src/parse_args.c:445
290 #, c-format
291 msgid "sudoedit is not supported on this platform"
292 msgstr ""
293
294 #: src/parse_args.c:518
295 #, c-format
296 msgid ""
297 "Only one of the -e, -h, -i, -K, -l, -s, -v or -V options may be specified"
298 msgstr ""
299
300 #: src/parse_args.c:532
301 #, c-format
302 msgid ""
303 "%s - edit files as another user\n"
304 "\n"
305 msgstr ""
306
307 #: src/parse_args.c:534
308 #, c-format
309 msgid ""
310 "%s - execute a command as another user\n"
311 "\n"
312 msgstr ""
313
314 #: src/parse_args.c:539
315 #, c-format
316 msgid ""
317 "\n"
318 "Options:\n"
319 msgstr ""
320
321 #: src/parse_args.c:542
322 msgid "use helper program for password prompting\n"
323 msgstr ""
324
325 #: src/parse_args.c:545
326 msgid "use specified BSD authentication type\n"
327 msgstr ""
328
329 #: src/parse_args.c:547
330 msgid "run command in the background\n"
331 msgstr ""
332
333 #: src/parse_args.c:549
334 msgid "close all file descriptors >= fd\n"
335 msgstr ""
336
337 #: src/parse_args.c:552
338 msgid "run command with specified login class\n"
339 msgstr ""
340
341 #: src/parse_args.c:555
342 msgid "preserve user environment when executing command\n"
343 msgstr ""
344
345 #: src/parse_args.c:557
346 msgid "edit files instead of running a command\n"
347 msgstr ""
348
349 #: src/parse_args.c:559
350 msgid "execute command as the specified group\n"
351 msgstr ""
352
353 #: src/parse_args.c:561
354 msgid "set HOME variable to target user's home dir.\n"
355 msgstr ""
356
357 #: src/parse_args.c:563
358 msgid "display help message and exit\n"
359 msgstr ""
360
361 #: src/parse_args.c:565
362 msgid "run a login shell as target user\n"
363 msgstr ""
364
365 #: src/parse_args.c:567
366 msgid "remove timestamp file completely\n"
367 msgstr ""
368
369 #: src/parse_args.c:569
370 msgid "invalidate timestamp file\n"
371 msgstr ""
372
373 #: src/parse_args.c:571
374 msgid "list user's available commands\n"
375 msgstr ""
376
377 #: src/parse_args.c:573
378 msgid "non-interactive mode, will not prompt user\n"
379 msgstr ""
380
381 #: src/parse_args.c:575
382 msgid "preserve group vector instead of setting to target's\n"
383 msgstr ""
384
385 #: src/parse_args.c:577
386 msgid "use specified password prompt\n"
387 msgstr ""
388
389 #: src/parse_args.c:580 src/parse_args.c:588
390 msgid "create SELinux security context with specified role\n"
391 msgstr ""
392
393 #: src/parse_args.c:583
394 msgid "read password from standard input\n"
395 msgstr ""
396
397 #: src/parse_args.c:585
398 msgid "run a shell as target user\n"
399 msgstr ""
400
401 #: src/parse_args.c:591
402 msgid "when listing, list specified user's privileges\n"
403 msgstr ""
404
405 #: src/parse_args.c:593
406 msgid "run command (or edit file) as specified user\n"
407 msgstr ""
408
409 #: src/parse_args.c:595
410 msgid "display version information and exit\n"
411 msgstr ""
412
413 #: src/parse_args.c:597
414 msgid "update user's timestamp without running a command\n"
415 msgstr ""
416
417 #: src/parse_args.c:599
418 msgid "stop processing command line arguments\n"
419 msgstr ""
420
421 #: src/selinux.c:77
422 #, c-format
423 msgid "unable to open audit system"
424 msgstr ""
425
426 #: src/selinux.c:85
427 #, c-format
428 msgid "unable to send audit message"
429 msgstr ""
430
431 #: src/selinux.c:113
432 #, c-format
433 msgid "unable to fgetfilecon %s"
434 msgstr ""
435
436 #: src/selinux.c:118
437 #, c-format
438 msgid "%s changed labels"
439 msgstr ""
440
441 #: src/selinux.c:123
442 #, c-format
443 msgid "unable to restore context for %s"
444 msgstr ""
445
446 #: src/selinux.c:163
447 #, c-format
448 msgid "unable to open %s, not relabeling tty"
449 msgstr ""
450
451 #: src/selinux.c:172
452 #, c-format
453 msgid "unable to get current tty context, not relabeling tty"
454 msgstr ""
455
456 #: src/selinux.c:179
457 #, c-format
458 msgid "unable to get new tty context, not relabeling tty"
459 msgstr ""
460
461 #: src/selinux.c:186
462 #, c-format
463 msgid "unable to set new tty context"
464 msgstr ""
465
466 #: src/selinux.c:252
467 #, c-format
468 msgid "you must specify a role for type %s"
469 msgstr ""
470
471 #: src/selinux.c:258
472 #, c-format
473 msgid "unable to get default type for role %s"
474 msgstr ""
475
476 #: src/selinux.c:276
477 #, c-format
478 msgid "failed to set new role %s"
479 msgstr ""
480
481 #: src/selinux.c:280
482 #, c-format
483 msgid "failed to set new type %s"
484 msgstr ""
485
486 #: src/selinux.c:289
487 #, c-format
488 msgid "%s is not a valid context"
489 msgstr ""
490
491 #: src/selinux.c:324
492 #, c-format
493 msgid "failed to get old_context"
494 msgstr ""
495
496 #: src/selinux.c:330
497 #, c-format
498 msgid "unable to determine enforcing mode."
499 msgstr ""
500
501 #: src/selinux.c:342
502 #, c-format
503 msgid "unable to setup tty context for %s"
504 msgstr ""
505
506 #: src/selinux.c:373
507 #, c-format
508 msgid "unable to set exec context to %s"
509 msgstr ""
510
511 #: src/selinux.c:380
512 #, c-format
513 msgid "unable to set key creation context to %s"
514 msgstr ""
515
516 #: src/sesh.c:70
517 #, c-format
518 msgid "requires at least one argument"
519 msgstr ""
520
521 #: src/sesh.c:91
522 #, c-format
523 msgid "unable to execute %s"
524 msgstr ""
525
526 #: src/sudo.c:211
527 #, c-format
528 msgid "Sudo version %s\n"
529 msgstr ""
530
531 #: src/sudo.c:213
532 #, c-format
533 msgid "Configure options: %s\n"
534 msgstr ""
535
536 #: src/sudo.c:218
537 #, c-format
538 msgid "fatal error, unable to load plugins"
539 msgstr ""
540
541 #: src/sudo.c:226
542 #, c-format
543 msgid "unable to initialize policy plugin"
544 msgstr ""
545
546 #: src/sudo.c:281
547 #, c-format
548 msgid "error initializing I/O plugin %s"
549 msgstr ""
550
551 #: src/sudo.c:306
552 #, c-format
553 msgid "unexpected sudo mode 0x%x"
554 msgstr ""
555
556 #: src/sudo.c:400
557 #, c-format
558 msgid "unable to get group vector"
559 msgstr ""
560
561 #: src/sudo.c:452
562 #, c-format
563 msgid "unknown uid %u: who are you?"
564 msgstr ""
565
566 #: src/sudo.c:760
567 #, c-format
568 msgid "%s must be owned by uid %d and have the setuid bit set"
569 msgstr ""
570
571 #: src/sudo.c:763
572 #, c-format
573 msgid ""
574 "effective uid is not %d, is %s on a file system with the 'nosuid' option set "
575 "or an NFS file system without root privileges?"
576 msgstr ""
577
578 #: src/sudo.c:769
579 #, c-format
580 msgid "effective uid is not %d, is sudo installed setuid root?"
581 msgstr ""
582
583 #: src/sudo.c:838
584 #, c-format
585 msgid "resource control limit has been reached"
586 msgstr ""
587
588 #: src/sudo.c:841
589 #, c-format
590 msgid "user \"%s\" is not a member of project \"%s\""
591 msgstr ""
592
593 #: src/sudo.c:845
594 #, c-format
595 msgid "the invoking task is final"
596 msgstr ""
597
598 #: src/sudo.c:848
599 #, c-format
600 msgid "could not join project \"%s\""
601 msgstr ""
602
603 #: src/sudo.c:853
604 #, c-format
605 msgid "no resource pool accepting default bindings exists for project \"%s\""
606 msgstr ""
607
608 #: src/sudo.c:857
609 #, c-format
610 msgid "specified resource pool does not exist for project \"%s\""
611 msgstr ""
612
613 #: src/sudo.c:861
614 #, c-format
615 msgid "could not bind to default resource pool for project \"%s\""
616 msgstr ""
617
618 #: src/sudo.c:867
619 #, c-format
620 msgid "setproject failed for project \"%s\""
621 msgstr ""
622
623 #: src/sudo.c:869
624 #, c-format
625 msgid "warning, resource control assignment failed for project \"%s\""
626 msgstr ""
627
628 #: src/sudo.c:917
629 #, c-format
630 msgid "unknown login class %s"
631 msgstr ""
632
633 #: src/sudo.c:931 src/sudo.c:934
634 #, c-format
635 msgid "unable to set user context"
636 msgstr ""
637
638 #: src/sudo.c:946
639 #, c-format
640 msgid "unable to set supplementary group IDs"
641 msgstr ""
642
643 #: src/sudo.c:953
644 #, c-format
645 msgid "unable to set effective gid to runas gid %u"
646 msgstr ""
647
648 #: src/sudo.c:959
649 #, c-format
650 msgid "unable to set gid to runas gid %u"
651 msgstr ""
652
653 #: src/sudo.c:966
654 #, c-format
655 msgid "unable to set process priority"
656 msgstr ""
657
658 #: src/sudo.c:974
659 #, c-format
660 msgid "unable to change root to %s"
661 msgstr ""
662
663 #: src/sudo.c:981 src/sudo.c:987 src/sudo.c:993
664 #, c-format
665 msgid "unable to change to runas uid (%u, %u)"
666 msgstr ""
667
668 #: src/sudo.c:1007
669 #, c-format
670 msgid "unable to change directory to %s"
671 msgstr ""
672
673 #: src/sudo.c:1079
674 #, c-format
675 msgid "unexpected child termination condition: %d"
676 msgstr ""
677
678 #: src/sudo.c:1140
679 #, c-format
680 msgid "policy plugin %s does not support listing privileges"
681 msgstr ""
682
683 #: src/sudo.c:1152
684 #, c-format
685 msgid "policy plugin %s does not support the -v option"
686 msgstr ""
687
688 #: src/sudo.c:1164
689 #, c-format
690 msgid "policy plugin %s does not support the -k/-K options"
691 msgstr ""
692
693 #: src/sudo_edit.c:111
694 #, c-format
695 msgid "unable to change uid to root (%u)"
696 msgstr ""
697
698 #: src/sudo_edit.c:143
699 #, c-format
700 msgid "plugin error: missing file list for sudoedit"
701 msgstr ""
702
703 #: src/sudo_edit.c:171 src/sudo_edit.c:271
704 #, c-format
705 msgid "%s: not a regular file"
706 msgstr ""
707
708 #: src/sudo_edit.c:205 src/sudo_edit.c:307
709 #, c-format
710 msgid "%s: short write"
711 msgstr ""
712
713 #: src/sudo_edit.c:272
714 #, c-format
715 msgid "%s left unmodified"
716 msgstr ""
717
718 #: src/sudo_edit.c:285
719 #, c-format
720 msgid "%s unchanged"
721 msgstr ""
722
723 #: src/sudo_edit.c:297 src/sudo_edit.c:318
724 #, c-format
725 msgid "unable to write to %s"
726 msgstr ""
727
728 #: src/sudo_edit.c:298 src/sudo_edit.c:316 src/sudo_edit.c:319
729 #, c-format
730 msgid "contents of edit session left in %s"
731 msgstr ""
732
733 #: src/sudo_edit.c:315
734 #, c-format
735 msgid "unable to read temporary file"
736 msgstr ""
737
738 #: src/tgetpass.c:90
739 #, c-format
740 msgid "no tty present and no askpass program specified"
741 msgstr ""
742
743 #: src/tgetpass.c:99
744 #, c-format
745 msgid "no askpass program specified, try setting SUDO_ASKPASS"
746 msgstr ""
747
748 #: src/tgetpass.c:231
749 #, c-format
750 msgid "unable to set gid to %u"
751 msgstr ""
752
753 #: src/tgetpass.c:235
754 #, c-format
755 msgid "unable to set uid to %u"
756 msgstr ""
757
758 #: src/tgetpass.c:240
759 #, c-format
760 msgid "unable to run %s"
761 msgstr ""
762
763 #: src/utmp.c:278
764 #, c-format
765 msgid "unable to save stdin"
766 msgstr ""
767
768 #: src/utmp.c:280
769 #, c-format
770 msgid "unable to dup2 stdin"
771 msgstr ""
772
773 #: src/utmp.c:283
774 #, c-format
775 msgid "unable to restore stdin"
776 msgstr ""