Annotation of embedaddon/sudo/src/po/sudo.pot, revision 1.1.1.5

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>