From: Todd C. Miller Date: Mon, 16 Apr 2012 16:55:11 +0000 (-0400) Subject: Sort xgettext output by file name. X-Git-Tag: SUDO_1_8_5~1^2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ed67539148de97f1610a326962fd9e8ed30032e;p=sudo Sort xgettext output by file name. --- diff --git a/Makefile.in b/Makefile.in index a32afa55e..ef474f596 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,7 +67,7 @@ POTFILES = src/po/sudo.pot plugins/sudoers/po/sudoers.pot MSGFMT = msgfmt MSGMERGE = msgmerge XGETTEXT = xgettext -XGETTEXT_OPTS = -k_ -kN_ --copyright-holder="Todd C. Miller" \ +XGETTEXT_OPTS = -F -k_ -kN_ --copyright-holder="Todd C. Miller" \ "--msgid-bugs-address=http://www.sudo.ws/bugs" \ --package-name=@PACKAGE_NAME@ --package-version=$(VERSION) \ --flag warning:1:c-format --flag warningx:1:c-format \ diff --git a/plugins/sudoers/po/sudoers.pot b/plugins/sudoers/po/sudoers.pot index 12c5a32c4..ce908f225 100644 --- a/plugins/sudoers/po/sudoers.pot +++ b/plugins/sudoers/po/sudoers.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sudo 1.8.5\n" "Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n" -"POT-Creation-Date: 2012-04-13 16:21-0400\n" +"POT-Creation-Date: 2012-04-16 12:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,11 +17,213 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +#: gram.y:110 +#, c-format +msgid ">>> %s: %s near line %d <<<" +msgstr "" + #: plugins/sudoers/alias.c:125 #, c-format msgid "Alias `%s' already defined" msgstr "" +#: plugins/sudoers/auth/bsdauth.c:78 +#, c-format +msgid "unable to get login class for user %s" +msgstr "" + +#: plugins/sudoers/auth/bsdauth.c:84 +msgid "unable to begin bsd authentication" +msgstr "" + +#: plugins/sudoers/auth/bsdauth.c:92 +msgid "invalid authentication type" +msgstr "" + +#: plugins/sudoers/auth/bsdauth.c:101 +msgid "unable to setup authentication" +msgstr "" + +#: plugins/sudoers/auth/fwtk.c:60 +#, c-format +msgid "unable to read fwtk config" +msgstr "" + +#: plugins/sudoers/auth/fwtk.c:65 +#, c-format +msgid "unable to connect to authentication server" +msgstr "" + +#: plugins/sudoers/auth/fwtk.c:71 plugins/sudoers/auth/fwtk.c:95 +#: plugins/sudoers/auth/fwtk.c:128 +#, c-format +msgid "lost connection to authentication server" +msgstr "" + +#: plugins/sudoers/auth/fwtk.c:75 +#, c-format +msgid "" +"authentication server error:\n" +"%s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:117 +#, c-format +msgid "%s: unable to unparse princ ('%s'): %s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:160 +#, c-format +msgid "%s: unable to parse '%s': %s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:170 +#, c-format +msgid "%s: unable to resolve ccache: %s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:218 +#, c-format +msgid "%s: unable to allocate options: %s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:234 +#, c-format +msgid "%s: unable to get credentials: %s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:247 +#, c-format +msgid "%s: unable to initialize ccache: %s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:251 +#, c-format +msgid "%s: unable to store cred in ccache: %s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:316 +#, c-format +msgid "%s: unable to get host principal: %s" +msgstr "" + +#: plugins/sudoers/auth/kerb5.c:331 +#, c-format +msgid "%s: Cannot verify TGT! Possible attack!: %s" +msgstr "" + +#: plugins/sudoers/auth/pam.c:100 +msgid "unable to initialize PAM" +msgstr "" + +#: plugins/sudoers/auth/pam.c:144 +msgid "account validation failure, is your account locked?" +msgstr "" + +#: plugins/sudoers/auth/pam.c:148 +msgid "Account or password is expired, reset your password and try again" +msgstr "" + +#: plugins/sudoers/auth/pam.c:155 +#, c-format +msgid "pam_chauthtok: %s" +msgstr "" + +#: plugins/sudoers/auth/pam.c:159 +msgid "Password expired, contact your system administrator" +msgstr "" + +#: plugins/sudoers/auth/pam.c:163 +msgid "" +"Account expired or PAM config lacks an \"account\" section for sudo, contact " +"your system administrator" +msgstr "" + +#: plugins/sudoers/auth/pam.c:180 +#, c-format +msgid "pam_authenticate: %s" +msgstr "" + +#: plugins/sudoers/auth/pam.c:330 +msgid "Password: " +msgstr "" + +#: plugins/sudoers/auth/pam.c:331 +msgid "Password:" +msgstr "" + +#: plugins/sudoers/auth/rfc1938.c:104 plugins/sudoers/visudo.c:220 +#, c-format +msgid "you do not exist in the %s database" +msgstr "" + +#: plugins/sudoers/auth/securid5.c:81 +#, c-format +msgid "failed to initialise the ACE API library" +msgstr "" + +#: plugins/sudoers/auth/securid5.c:107 +#, c-format +msgid "unable to contact the SecurID server" +msgstr "" + +#: plugins/sudoers/auth/securid5.c:116 +#, c-format +msgid "User ID locked for SecurID Authentication" +msgstr "" + +#: plugins/sudoers/auth/securid5.c:120 plugins/sudoers/auth/securid5.c:171 +#, c-format +msgid "invalid username length for SecurID" +msgstr "" + +#: plugins/sudoers/auth/securid5.c:124 plugins/sudoers/auth/securid5.c:176 +#, c-format +msgid "invalid Authentication Handle for SecurID" +msgstr "" + +#: plugins/sudoers/auth/securid5.c:128 +#, c-format +msgid "SecurID communication failed" +msgstr "" + +#: plugins/sudoers/auth/securid5.c:132 plugins/sudoers/auth/securid5.c:215 +#, c-format +msgid "unknown SecurID error" +msgstr "" + +#: plugins/sudoers/auth/securid5.c:166 +#, c-format +msgid "invalid passcode length for SecurID" +msgstr "" + +#: plugins/sudoers/auth/sia.c:109 +msgid "unable to initialize SIA session" +msgstr "" + +#: plugins/sudoers/auth/sudo_auth.c:117 +msgid "" +"Invalid authentication methods compiled into sudo! You may mix standalone " +"and non-standalone authentication." +msgstr "" + +#: plugins/sudoers/auth/sudo_auth.c:199 +msgid "" +"There are no authentication methods compiled into sudo! If you want to turn " +"off authentication, use the --disable-authentication configure option." +msgstr "" + +#: plugins/sudoers/auth/sudo_auth.c:271 +#, c-format +msgid "%d incorrect password attempt" +msgid_plural "%d incorrect password attempts" +msgstr[0] "" +msgstr[1] "" + +#: plugins/sudoers/auth/sudo_auth.c:374 +msgid "Authentication methods:" +msgstr "" + #: plugins/sudoers/bsm_audit.c:60 plugins/sudoers/bsm_audit.c:63 #: plugins/sudoers/bsm_audit.c:112 plugins/sudoers/bsm_audit.c:116 #: plugins/sudoers/bsm_audit.c:168 plugins/sudoers/bsm_audit.c:172 @@ -565,9 +767,9 @@ msgstr "" msgid "sudo_putenv: corrupted envp, length mismatch" msgstr "" -#: plugins/sudoers/env.c:341 plugins/sudoers/env.c:411 toke.l:682 toke.l:812 -#: toke.l:870 toke.l:966 plugins/sudoers/toke_util.c:113 -#: plugins/sudoers/toke_util.c:167 plugins/sudoers/toke_util.c:207 +#: plugins/sudoers/env.c:341 plugins/sudoers/env.c:411 +#: plugins/sudoers/toke_util.c:113 plugins/sudoers/toke_util.c:167 +#: plugins/sudoers/toke_util.c:207 toke.l:682 toke.l:812 toke.l:870 toke.l:966 #, c-format msgid "unable to allocate memory" msgstr "" @@ -589,17 +791,12 @@ msgid "" msgstr "" #: plugins/sudoers/find_path.c:69 plugins/sudoers/find_path.c:108 -#: plugins/sudoers/find_path.c:123 plugins/sudoers/iolog.c:125 toke.l:678 -#: toke.l:866 plugins/sudoers/sudoers.c:950 +#: plugins/sudoers/find_path.c:123 plugins/sudoers/iolog.c:125 +#: plugins/sudoers/sudoers.c:950 toke.l:678 toke.l:866 #, c-format msgid "%s: %s" msgstr "" -#: gram.y:110 -#, c-format -msgid ">>> %s: %s near line %d <<<" -msgstr "" - #: plugins/sudoers/group_plugin.c:91 #, c-format msgid "%s%s: %s" @@ -759,25 +956,6 @@ msgstr "" msgid "invalid sudoOrder attribute: %s" msgstr "" -#: toke.l:805 -msgid "too many levels of includes" -msgstr "" - -#: toke.l:829 plugins/sudoers/sudoers.c:1004 -#, c-format -msgid "%s is owned by uid %u, should be %u" -msgstr "" - -#: toke.l:836 plugins/sudoers/sudoers.c:1008 -#, c-format -msgid "%s is world writable" -msgstr "" - -#: toke.l:841 plugins/sudoers/sudoers.c:1011 -#, c-format -msgid "%s is owned by gid %u, should be %u" -msgstr "" - #: plugins/sudoers/linux_audit.c:57 #, c-format msgid "unable to open audit system" @@ -1075,6 +1253,21 @@ msgstr "" msgid "%s is not a regular file" msgstr "" +#: plugins/sudoers/sudoers.c:1004 toke.l:829 +#, c-format +msgid "%s is owned by uid %u, should be %u" +msgstr "" + +#: plugins/sudoers/sudoers.c:1008 toke.l:836 +#, c-format +msgid "%s is world writable" +msgstr "" + +#: plugins/sudoers/sudoers.c:1011 toke.l:841 +#, c-format +msgid "%s is owned by gid %u, should be %u" +msgstr "" + #: plugins/sudoers/sudoers.c:1038 #, c-format msgid "only root can use `-c %s'" @@ -1313,11 +1506,6 @@ msgstr "" msgid "%s grammar version %d\n" msgstr "" -#: plugins/sudoers/visudo.c:220 plugins/sudoers/auth/rfc1938.c:104 -#, c-format -msgid "you do not exist in the %s database" -msgstr "" - #: plugins/sudoers/visudo.c:252 plugins/sudoers/visudo.c:538 #, c-format msgid "press return to edit %s: " @@ -1504,194 +1692,6 @@ msgid "" " -V display version information and exit" msgstr "" -#: plugins/sudoers/auth/bsdauth.c:78 -#, c-format -msgid "unable to get login class for user %s" -msgstr "" - -#: plugins/sudoers/auth/bsdauth.c:84 -msgid "unable to begin bsd authentication" -msgstr "" - -#: plugins/sudoers/auth/bsdauth.c:92 -msgid "invalid authentication type" -msgstr "" - -#: plugins/sudoers/auth/bsdauth.c:101 -msgid "unable to setup authentication" -msgstr "" - -#: plugins/sudoers/auth/fwtk.c:60 -#, c-format -msgid "unable to read fwtk config" -msgstr "" - -#: plugins/sudoers/auth/fwtk.c:65 -#, c-format -msgid "unable to connect to authentication server" -msgstr "" - -#: plugins/sudoers/auth/fwtk.c:71 plugins/sudoers/auth/fwtk.c:95 -#: plugins/sudoers/auth/fwtk.c:128 -#, c-format -msgid "lost connection to authentication server" -msgstr "" - -#: plugins/sudoers/auth/fwtk.c:75 -#, c-format -msgid "" -"authentication server error:\n" -"%s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:117 -#, c-format -msgid "%s: unable to unparse princ ('%s'): %s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:160 -#, c-format -msgid "%s: unable to parse '%s': %s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:170 -#, c-format -msgid "%s: unable to resolve ccache: %s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:218 -#, c-format -msgid "%s: unable to allocate options: %s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:234 -#, c-format -msgid "%s: unable to get credentials: %s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:247 -#, c-format -msgid "%s: unable to initialize ccache: %s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:251 -#, c-format -msgid "%s: unable to store cred in ccache: %s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:316 -#, c-format -msgid "%s: unable to get host principal: %s" -msgstr "" - -#: plugins/sudoers/auth/kerb5.c:331 -#, c-format -msgid "%s: Cannot verify TGT! Possible attack!: %s" -msgstr "" - -#: plugins/sudoers/auth/pam.c:100 -msgid "unable to initialize PAM" -msgstr "" - -#: plugins/sudoers/auth/pam.c:144 -msgid "account validation failure, is your account locked?" -msgstr "" - -#: plugins/sudoers/auth/pam.c:148 -msgid "Account or password is expired, reset your password and try again" -msgstr "" - -#: plugins/sudoers/auth/pam.c:155 -#, c-format -msgid "pam_chauthtok: %s" -msgstr "" - -#: plugins/sudoers/auth/pam.c:159 -msgid "Password expired, contact your system administrator" -msgstr "" - -#: plugins/sudoers/auth/pam.c:163 -msgid "" -"Account expired or PAM config lacks an \"account\" section for sudo, contact " -"your system administrator" -msgstr "" - -#: plugins/sudoers/auth/pam.c:180 -#, c-format -msgid "pam_authenticate: %s" -msgstr "" - -#: plugins/sudoers/auth/pam.c:330 -msgid "Password: " -msgstr "" - -#: plugins/sudoers/auth/pam.c:331 -msgid "Password:" -msgstr "" - -#: plugins/sudoers/auth/securid5.c:81 -#, c-format -msgid "failed to initialise the ACE API library" -msgstr "" - -#: plugins/sudoers/auth/securid5.c:107 -#, c-format -msgid "unable to contact the SecurID server" -msgstr "" - -#: plugins/sudoers/auth/securid5.c:116 -#, c-format -msgid "User ID locked for SecurID Authentication" -msgstr "" - -#: plugins/sudoers/auth/securid5.c:120 plugins/sudoers/auth/securid5.c:171 -#, c-format -msgid "invalid username length for SecurID" -msgstr "" - -#: plugins/sudoers/auth/securid5.c:124 plugins/sudoers/auth/securid5.c:176 -#, c-format -msgid "invalid Authentication Handle for SecurID" -msgstr "" - -#: plugins/sudoers/auth/securid5.c:128 -#, c-format -msgid "SecurID communication failed" -msgstr "" - -#: plugins/sudoers/auth/securid5.c:132 plugins/sudoers/auth/securid5.c:215 -#, c-format -msgid "unknown SecurID error" -msgstr "" - -#: plugins/sudoers/auth/securid5.c:166 -#, c-format -msgid "invalid passcode length for SecurID" -msgstr "" - -#: plugins/sudoers/auth/sia.c:109 -msgid "unable to initialize SIA session" -msgstr "" - -#: plugins/sudoers/auth/sudo_auth.c:117 -msgid "" -"Invalid authentication methods compiled into sudo! You may mix standalone " -"and non-standalone authentication." -msgstr "" - -#: plugins/sudoers/auth/sudo_auth.c:199 -msgid "" -"There are no authentication methods compiled into sudo! If you want to turn " -"off authentication, use the --disable-authentication configure option." -msgstr "" - -#: plugins/sudoers/auth/sudo_auth.c:271 -#, c-format -msgid "%d incorrect password attempt" -msgid_plural "%d incorrect password attempts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/sudoers/auth/sudo_auth.c:374 -msgid "Authentication methods:" +#: toke.l:805 +msgid "too many levels of includes" msgstr "" diff --git a/src/po/sudo.pot b/src/po/sudo.pot index 9fce15f55..d32ddbe1d 100644 --- a/src/po/sudo.pot +++ b/src/po/sudo.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sudo 1.8.5\n" "Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n" -"POT-Creation-Date: 2012-03-28 14:06-0400\n" +"POT-Creation-Date: 2012-04-16 12:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,11 +16,100 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +#: common/aix.c:149 +#, c-format +msgid "unable to open userdb" +msgstr "" + +#: common/aix.c:152 +#, c-format +msgid "unable to switch to registry \"%s\" for %s" +msgstr "" + +#: common/aix.c:169 +#, c-format +msgid "unable to restore registry" +msgstr "" + +#: common/alloc.c:82 +msgid "internal error, tried to emalloc(0)" +msgstr "" + +#: common/alloc.c:85 common/alloc.c:105 common/alloc.c:127 common/alloc.c:146 +#: common/alloc.c:168 common/alloc.c:192 common/alloc.c:256 common/alloc.c:270 +#: src/exec_common.c:111 src/parse_args.c:432 src/sudo.c:458 src/sudo.c:484 +#: src/sudo.c:491 src/sudo.c:502 src/sudo.c:888 +#, c-format +msgid "unable to allocate memory" +msgstr "" + +#: common/alloc.c:99 +msgid "internal error, tried to emalloc2(0)" +msgstr "" + +#: common/alloc.c:101 +msgid "internal error, emalloc2() overflow" +msgstr "" + +#: common/alloc.c:120 +msgid "internal error, tried to ecalloc(0)" +msgstr "" + +#: common/alloc.c:123 +msgid "internal error, ecalloc() overflow" +msgstr "" + +#: common/alloc.c:142 +msgid "internal error, tried to erealloc(0)" +msgstr "" + +#: common/alloc.c:161 common/alloc.c:185 +msgid "internal error, tried to erealloc3(0)" +msgstr "" + +#: common/alloc.c:163 common/alloc.c:187 +msgid "internal error, erealloc3() overflow" +msgstr "" + +#: common/sudo_conf.c:306 +#, c-format +msgid "unable to stat %s" +msgstr "" + +#: common/sudo_conf.c:309 +#, c-format +msgid "%s is not a regular file" +msgstr "" + +#: common/sudo_conf.c:312 +#, c-format +msgid "%s is owned by uid %u, should be %u" +msgstr "" + +#: common/sudo_conf.c:316 +#, c-format +msgid "%s is world writable" +msgstr "" + +#: common/sudo_conf.c:319 +#, c-format +msgid "%s is group writable" +msgstr "" + +#: common/sudo_conf.c:328 src/selinux.c:196 src/selinux.c:209 src/sudo.c:333 +#, c-format +msgid "unable to open %s" +msgstr "" + +#: compat/strsignal.c:47 +msgid "Unknown signal" +msgstr "" + #: src/error.c:82 src/error.c:86 msgid ": " msgstr "" -#: src/exec.c:105 src/exec_pty.c:616 src/exec_pty.c:948 src/tgetpass.c:221 +#: src/exec.c:105 src/exec_pty.c:623 src/exec_pty.c:957 src/tgetpass.c:221 #, c-format msgid "unable to fork" msgstr "" @@ -30,18 +119,18 @@ msgstr "" msgid "unable to create sockets" msgstr "" -#: src/exec.c:259 src/exec_pty.c:567 src/exec_pty.c:576 src/exec_pty.c:584 -#: src/exec_pty.c:883 src/exec_pty.c:945 src/tgetpass.c:218 +#: src/exec.c:259 src/exec_pty.c:569 src/exec_pty.c:578 src/exec_pty.c:586 +#: src/exec_pty.c:892 src/exec_pty.c:954 src/tgetpass.c:218 #, c-format msgid "unable to create pipe" msgstr "" -#: src/exec.c:340 src/exec_pty.c:1011 src/exec_pty.c:1146 +#: src/exec.c:344 src/exec_pty.c:1019 src/exec_pty.c:1157 #, c-format msgid "select failed" msgstr "" -#: src/exec.c:425 +#: src/exec.c:434 #, c-format msgid "unable to restore tty label" msgstr "" @@ -51,45 +140,37 @@ msgstr "" msgid "unable to remove PRIV_PROC_EXEC from PRIV_LIMIT" msgstr "" -#: src/exec_common.c:111 src/parse_args.c:432 src/sudo.c:447 src/sudo.c:467 -#: src/sudo.c:474 src/sudo.c:485 src/sudo.c:871 common/alloc.c:85 -#: common/alloc.c:105 common/alloc.c:127 common/alloc.c:146 common/alloc.c:168 -#: common/alloc.c:192 common/alloc.c:256 common/alloc.c:270 -#, c-format -msgid "unable to allocate memory" -msgstr "" - -#: src/exec_pty.c:140 +#: src/exec_pty.c:144 #, c-format msgid "unable to allocate pty" msgstr "" -#: src/exec_pty.c:609 +#: src/exec_pty.c:616 #, c-format msgid "unable to set terminal to raw mode" msgstr "" -#: src/exec_pty.c:926 +#: src/exec_pty.c:935 #, c-format msgid "unable to set controlling tty" msgstr "" -#: src/exec_pty.c:1019 +#: src/exec_pty.c:1028 #, c-format msgid "error reading from signal pipe" msgstr "" -#: src/exec_pty.c:1038 +#: src/exec_pty.c:1049 #, c-format msgid "error reading from pipe" msgstr "" -#: src/exec_pty.c:1054 +#: src/exec_pty.c:1065 #, c-format msgid "error reading from socketpair" msgstr "" -#: src/exec_pty.c:1058 +#: src/exec_pty.c:1069 #, c-format msgid "unexpected reply type on backchannel: %d" msgstr "" @@ -377,11 +458,6 @@ msgstr "" msgid "unable to set new tty context" msgstr "" -#: src/selinux.c:196 src/selinux.c:209 src/sudo.c:333 common/sudo_conf.c:328 -#, c-format -msgid "unable to open %s" -msgstr "" - #: src/selinux.c:252 #, c-format msgid "you must specify a role for type %s" @@ -477,134 +553,134 @@ msgstr "" msgid "unable to get group vector" msgstr "" -#: src/sudo.c:443 +#: src/sudo.c:454 #, c-format msgid "unknown uid %u: who are you?" msgstr "" -#: src/sudo.c:735 +#: src/sudo.c:752 #, c-format msgid "%s must be owned by uid %d and have the setuid bit set" msgstr "" -#: src/sudo.c:738 +#: src/sudo.c:755 #, c-format msgid "" "effective uid is not %d, is %s on a file system with the 'nosuid' option set " "or an NFS file system without root privileges?" msgstr "" -#: src/sudo.c:744 +#: src/sudo.c:761 #, c-format msgid "effective uid is not %d, is sudo installed setuid root?" msgstr "" -#: src/sudo.c:813 +#: src/sudo.c:830 #, c-format msgid "resource control limit has been reached" msgstr "" -#: src/sudo.c:816 +#: src/sudo.c:833 #, c-format msgid "user \"%s\" is not a member of project \"%s\"" msgstr "" -#: src/sudo.c:820 +#: src/sudo.c:837 #, c-format msgid "the invoking task is final" msgstr "" -#: src/sudo.c:823 +#: src/sudo.c:840 #, c-format msgid "could not join project \"%s\"" msgstr "" -#: src/sudo.c:828 +#: src/sudo.c:845 #, c-format msgid "no resource pool accepting default bindings exists for project \"%s\"" msgstr "" -#: src/sudo.c:832 +#: src/sudo.c:849 #, c-format msgid "specified resource pool does not exist for project \"%s\"" msgstr "" -#: src/sudo.c:836 +#: src/sudo.c:853 #, c-format msgid "could not bind to default resource pool for project \"%s\"" msgstr "" -#: src/sudo.c:842 +#: src/sudo.c:859 #, c-format msgid "setproject failed for project \"%s\"" msgstr "" -#: src/sudo.c:844 +#: src/sudo.c:861 #, c-format msgid "warning, resource control assignment failed for project \"%s\"" msgstr "" -#: src/sudo.c:909 +#: src/sudo.c:926 #, c-format msgid "unknown login class %s" msgstr "" -#: src/sudo.c:923 src/sudo.c:926 +#: src/sudo.c:940 src/sudo.c:943 #, c-format msgid "unable to set user context" msgstr "" -#: src/sudo.c:938 +#: src/sudo.c:955 #, c-format msgid "unable to set supplementary group IDs" msgstr "" -#: src/sudo.c:945 +#: src/sudo.c:962 #, c-format msgid "unable to set effective gid to runas gid %u" msgstr "" -#: src/sudo.c:951 +#: src/sudo.c:968 #, c-format msgid "unable to set gid to runas gid %u" msgstr "" -#: src/sudo.c:958 +#: src/sudo.c:975 #, c-format msgid "unable to set process priority" msgstr "" -#: src/sudo.c:966 +#: src/sudo.c:983 #, c-format msgid "unable to change root to %s" msgstr "" -#: src/sudo.c:973 src/sudo.c:979 src/sudo.c:985 +#: src/sudo.c:990 src/sudo.c:996 src/sudo.c:1002 #, c-format msgid "unable to change to runas uid (%u, %u)" msgstr "" -#: src/sudo.c:999 +#: src/sudo.c:1016 #, c-format msgid "unable to change directory to %s" msgstr "" -#: src/sudo.c:1072 +#: src/sudo.c:1089 #, c-format msgid "unexpected child termination condition: %d" msgstr "" -#: src/sudo.c:1133 +#: src/sudo.c:1150 #, c-format msgid "policy plugin %s does not support listing privileges" msgstr "" -#: src/sudo.c:1145 +#: src/sudo.c:1162 #, c-format msgid "policy plugin %s does not support the -v option" msgstr "" -#: src/sudo.c:1157 +#: src/sudo.c:1174 #, c-format msgid "policy plugin %s does not support the -k/-K options" msgstr "" @@ -693,79 +769,3 @@ msgstr "" #, c-format msgid "unable to restore stdin" msgstr "" - -#: common/aix.c:149 -#, c-format -msgid "unable to open userdb" -msgstr "" - -#: common/aix.c:152 -#, c-format -msgid "unable to switch to registry \"%s\" for %s" -msgstr "" - -#: common/aix.c:169 -#, c-format -msgid "unable to restore registry" -msgstr "" - -#: common/alloc.c:82 -msgid "internal error, tried to emalloc(0)" -msgstr "" - -#: common/alloc.c:99 -msgid "internal error, tried to emalloc2(0)" -msgstr "" - -#: common/alloc.c:101 -msgid "internal error, emalloc2() overflow" -msgstr "" - -#: common/alloc.c:120 -msgid "internal error, tried to ecalloc(0)" -msgstr "" - -#: common/alloc.c:123 -msgid "internal error, ecalloc() overflow" -msgstr "" - -#: common/alloc.c:142 -msgid "internal error, tried to erealloc(0)" -msgstr "" - -#: common/alloc.c:161 common/alloc.c:185 -msgid "internal error, tried to erealloc3(0)" -msgstr "" - -#: common/alloc.c:163 common/alloc.c:187 -msgid "internal error, erealloc3() overflow" -msgstr "" - -#: common/sudo_conf.c:306 -#, c-format -msgid "unable to stat %s" -msgstr "" - -#: common/sudo_conf.c:309 -#, c-format -msgid "%s is not a regular file" -msgstr "" - -#: common/sudo_conf.c:312 -#, c-format -msgid "%s is owned by uid %u, should be %u" -msgstr "" - -#: common/sudo_conf.c:316 -#, c-format -msgid "%s is world writable" -msgstr "" - -#: common/sudo_conf.c:319 -#, c-format -msgid "%s is group writable" -msgstr "" - -#: compat/strsignal.c:47 -msgid "Unknown signal" -msgstr ""