File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / sudo / src / po / sudo.pot
Revision 1.1.1.6 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:12:55 2014 UTC (10 years ago) by misho
Branches: sudo, MAIN
CVS tags: v1_8_10p3_0, v1_8_10p3, HEAD
sudo v 1.8.10p3

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

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