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

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

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