2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00
This commit is contained in:
Todd C. Miller
2012-03-14 14:20:55 -04:00
parent b61c0ab473
commit c3ea638b34
2 changed files with 219 additions and 205 deletions

View File

@@ -5,9 +5,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: sudo 1.8.x\n" "Project-Id-Version: sudo 1.8.5\n"
"Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n" "Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n"
"POT-Creation-Date: 2012-02-06 13:40-0500\n" "POT-Creation-Date: 2012-03-14 14:20-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,9 +70,9 @@ msgid "sorry, a password is required to run %s"
msgstr "" msgstr ""
#: plugins/sudoers/check.c:249 plugins/sudoers/iolog.c:172 #: plugins/sudoers/check.c:249 plugins/sudoers/iolog.c:172
#: plugins/sudoers/sudoers.c:992 plugins/sudoers/sudoreplay.c:348 #: plugins/sudoers/sudoers.c:970 plugins/sudoers/sudoreplay.c:348
#: plugins/sudoers/sudoreplay.c:357 plugins/sudoers/sudoreplay.c:703 #: plugins/sudoers/sudoreplay.c:357 plugins/sudoers/sudoreplay.c:703
#: plugins/sudoers/sudoreplay.c:797 plugins/sudoers/visudo.c:790 #: plugins/sudoers/sudoreplay.c:797 plugins/sudoers/visudo.c:816
#, c-format #, c-format
msgid "unable to open %s" msgid "unable to open %s"
msgstr "" msgstr ""
@@ -117,7 +117,7 @@ msgid "%s writable by non-owner (0%o), should be mode 0700"
msgstr "" msgstr ""
#: plugins/sudoers/check.c:501 plugins/sudoers/check.c:545 #: plugins/sudoers/check.c:501 plugins/sudoers/check.c:545
#: plugins/sudoers/check.c:613 plugins/sudoers/sudoers.c:978 #: plugins/sudoers/check.c:613 plugins/sudoers/sudoers.c:989
#: plugins/sudoers/visudo.c:320 plugins/sudoers/visudo.c:582 #: plugins/sudoers/visudo.c:320 plugins/sudoers/visudo.c:582
#, c-format #, c-format
msgid "unable to stat %s" msgid "unable to stat %s"
@@ -149,13 +149,13 @@ msgid "unable to reset %s to the epoch"
msgstr "" msgstr ""
#: plugins/sudoers/check.c:752 plugins/sudoers/check.c:758 #: plugins/sudoers/check.c:752 plugins/sudoers/check.c:758
#: plugins/sudoers/sudoers.c:829 plugins/sudoers/sudoers.c:833 #: plugins/sudoers/sudoers.c:847 plugins/sudoers/sudoers.c:851
#, c-format #, c-format
msgid "unknown uid: %u" msgid "unknown uid: %u"
msgstr "" msgstr ""
#: plugins/sudoers/check.c:755 plugins/sudoers/sudoers.c:770 #: plugins/sudoers/check.c:755 plugins/sudoers/sudoers.c:788
#: plugins/sudoers/sudoers.c:1108 plugins/sudoers/testsudoers.c:218 #: plugins/sudoers/sudoers.c:1109 plugins/sudoers/testsudoers.c:218
#: plugins/sudoers/testsudoers.c:362 #: plugins/sudoers/testsudoers.c:362
#, c-format #, c-format
msgid "unknown user: %s" msgid "unknown user: %s"
@@ -403,7 +403,7 @@ msgid "When to require a password for 'verify' pseudocommand: %s"
msgstr "" msgstr ""
#: plugins/sudoers/def_data.c:243 #: plugins/sudoers/def_data.c:243
msgid "Preload the dummy exec functions contained in \"_PATH_SUDO_NOEXEC" msgid "Preload the dummy exec functions contained in the sudo_noexec library"
msgstr "" msgstr ""
#: plugins/sudoers/def_data.c:247 #: plugins/sudoers/def_data.c:247
@@ -550,25 +550,37 @@ msgstr ""
msgid "option `%s' does not take a value" msgid "option `%s' does not take a value"
msgstr "" msgstr ""
#: plugins/sudoers/env.c:258 #: plugins/sudoers/env.c:329
#, c-format
msgid "internal error, sudo_setenv() overflow"
msgstr ""
#: plugins/sudoers/env.c:291
#, c-format #, c-format
msgid "sudo_putenv: corrupted envp, length mismatch" msgid "sudo_putenv: corrupted envp, length mismatch"
msgstr "" msgstr ""
#: plugins/sudoers/env.c:710 #: plugins/sudoers/env.c:331 plugins/sudoers/env.c:401 toke.l:680 toke.l:810
#: toke.l:868 toke.l:964 plugins/sudoers/toke_util.c:113
#: plugins/sudoers/toke_util.c:167 plugins/sudoers/toke_util.c:207
#, c-format
msgid "unable to allocate memory"
msgstr ""
#: plugins/sudoers/env.c:356
#, c-format
msgid "internal error, sudo_setenv2() overflow"
msgstr ""
#: plugins/sudoers/env.c:400
#, c-format
msgid "internal error, sudo_setenv() overflow"
msgstr ""
#: plugins/sudoers/env.c:896
#, c-format #, c-format
msgid "" msgid ""
"sorry, you are not allowed to set the following environment variables: %s" "sorry, you are not allowed to set the following environment variables: %s"
msgstr "" msgstr ""
#: plugins/sudoers/find_path.c:69 plugins/sudoers/find_path.c:108 #: plugins/sudoers/find_path.c:69 plugins/sudoers/find_path.c:108
#: plugins/sudoers/find_path.c:123 plugins/sudoers/iolog.c:125 #: plugins/sudoers/find_path.c:123 plugins/sudoers/iolog.c:125 toke.l:676
#: plugins/sudoers/sudoers.c:923 toke.l:668 toke.l:823 #: toke.l:864 plugins/sudoers/sudoers.c:941
#, c-format #, c-format
msgid "%s: %s" msgid "%s: %s"
msgstr "" msgstr ""
@@ -612,7 +624,7 @@ msgstr ""
msgid "Local IP address and netmask pairs:\n" msgid "Local IP address and netmask pairs:\n"
msgstr "" msgstr ""
#: plugins/sudoers/iolog.c:179 plugins/sudoers/sudoers.c:999 #: plugins/sudoers/iolog.c:179 plugins/sudoers/sudoers.c:977
#, c-format #, c-format
msgid "unable to read %s" msgid "unable to read %s"
msgstr "" msgstr ""
@@ -631,7 +643,7 @@ msgstr ""
msgid "unable to create %s" msgid "unable to create %s"
msgstr "" msgstr ""
#: plugins/sudoers/iolog_path.c:256 plugins/sudoers/sudoers.c:362 #: plugins/sudoers/iolog_path.c:256 plugins/sudoers/sudoers.c:367
#, c-format #, c-format
msgid "unable to set locale to \"%s\", using \"C\"" msgid "unable to set locale to \"%s\", using \"C\""
msgstr "" msgstr ""
@@ -691,52 +703,71 @@ msgstr ""
msgid "unable to build time filter" msgid "unable to build time filter"
msgstr "" msgstr ""
#: plugins/sudoers/ldap.c:1185 #: plugins/sudoers/ldap.c:1187
#, c-format #, c-format
msgid "sudo_ldap_build_pass1 allocation mismatch" msgid "sudo_ldap_build_pass1 allocation mismatch"
msgstr "" msgstr ""
#: plugins/sudoers/ldap.c:1705
#, c-format
msgid ""
"\n"
"LDAP Role: %s\n"
msgstr ""
#: plugins/sudoers/ldap.c:1707 #: plugins/sudoers/ldap.c:1707
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"LDAP Role: %s\n"
msgstr ""
#: plugins/sudoers/ldap.c:1709
#, c-format
msgid ""
"\n"
"LDAP Role: UNKNOWN\n" "LDAP Role: UNKNOWN\n"
msgstr "" msgstr ""
#: plugins/sudoers/ldap.c:1754 #: plugins/sudoers/ldap.c:1756
#, c-format #, c-format
msgid " Order: %s\n" msgid " Order: %s\n"
msgstr "" msgstr ""
#: plugins/sudoers/ldap.c:1762 #: plugins/sudoers/ldap.c:1764
#, c-format #, c-format
msgid " Commands:\n" msgid " Commands:\n"
msgstr "" msgstr ""
#: plugins/sudoers/ldap.c:2161 #: plugins/sudoers/ldap.c:2163
#, c-format #, c-format
msgid "unable to initialize LDAP: %s" msgid "unable to initialize LDAP: %s"
msgstr "" msgstr ""
#: plugins/sudoers/ldap.c:2192 #: plugins/sudoers/ldap.c:2194
#, c-format #, c-format
msgid "" msgid ""
"start_tls specified but LDAP libs do not support ldap_start_tls_s() or " "start_tls specified but LDAP libs do not support ldap_start_tls_s() or "
"ldap_start_tls_s_np()" "ldap_start_tls_s_np()"
msgstr "" msgstr ""
#: plugins/sudoers/ldap.c:2428 #: plugins/sudoers/ldap.c:2430
#, c-format #, c-format
msgid "invalid sudoOrder attribute: %s" msgid "invalid sudoOrder attribute: %s"
msgstr "" msgstr ""
#: toke.l:803
msgid "too many levels of includes"
msgstr ""
#: toke.l:827 plugins/sudoers/sudoers.c:995
#, c-format
msgid "%s is owned by uid %u, should be %u"
msgstr ""
#: toke.l:834 plugins/sudoers/sudoers.c:999
#, c-format
msgid "%s is world writable"
msgstr ""
#: toke.l:839 plugins/sudoers/sudoers.c:1002
#, c-format
msgid "%s is owned by gid %u, should be %u"
msgstr ""
#: plugins/sudoers/linux_audit.c:57 #: plugins/sudoers/linux_audit.c:57
#, c-format #, c-format
msgid "unable to open audit system" msgid "unable to open audit system"
@@ -892,38 +923,40 @@ msgstr ""
msgid "unable to cache group %s, already exists" msgid "unable to cache group %s, already exists"
msgstr "" msgstr ""
#: plugins/sudoers/set_perms.c:114 plugins/sudoers/set_perms.c:365 #: plugins/sudoers/set_perms.c:122 plugins/sudoers/set_perms.c:439
#: plugins/sudoers/set_perms.c:601 plugins/sudoers/set_perms.c:837 #: plugins/sudoers/set_perms.c:806 plugins/sudoers/set_perms.c:1095
#: plugins/sudoers/set_perms.c:1380
msgid "perm stack overflow" msgid "perm stack overflow"
msgstr "" msgstr ""
#: plugins/sudoers/set_perms.c:122 plugins/sudoers/set_perms.c:373 #: plugins/sudoers/set_perms.c:130 plugins/sudoers/set_perms.c:447
#: plugins/sudoers/set_perms.c:609 plugins/sudoers/set_perms.c:845 #: plugins/sudoers/set_perms.c:814 plugins/sudoers/set_perms.c:1103
#: plugins/sudoers/set_perms.c:1388
msgid "perm stack underflow" msgid "perm stack underflow"
msgstr "" msgstr ""
#: plugins/sudoers/set_perms.c:228 plugins/sudoers/set_perms.c:466 #: plugins/sudoers/set_perms.c:272 plugins/sudoers/set_perms.c:585
#: plugins/sudoers/set_perms.c:706 #: plugins/sudoers/set_perms.c:937 plugins/sudoers/set_perms.c:1226
msgid "unable to change to runas gid" msgid "unable to change to runas gid"
msgstr "" msgstr ""
#: plugins/sudoers/set_perms.c:236 plugins/sudoers/set_perms.c:473 #: plugins/sudoers/set_perms.c:284 plugins/sudoers/set_perms.c:597
#: plugins/sudoers/set_perms.c:713 #: plugins/sudoers/set_perms.c:947 plugins/sudoers/set_perms.c:1236
msgid "unable to change to runas uid" msgid "unable to change to runas uid"
msgstr "" msgstr ""
#: plugins/sudoers/set_perms.c:250 plugins/sudoers/set_perms.c:486 #: plugins/sudoers/set_perms.c:302 plugins/sudoers/set_perms.c:615
#: plugins/sudoers/set_perms.c:726 #: plugins/sudoers/set_perms.c:963 plugins/sudoers/set_perms.c:1252
#, c-format
msgid "unable to change to sudoers gid" msgid "unable to change to sudoers gid"
msgstr "" msgstr ""
#: plugins/sudoers/set_perms.c:291 plugins/sudoers/set_perms.c:524 #: plugins/sudoers/set_perms.c:356 plugins/sudoers/set_perms.c:687
#: plugins/sudoers/set_perms.c:764 plugins/sudoers/set_perms.c:906 #: plugins/sudoers/set_perms.c:1010 plugins/sudoers/set_perms.c:1299
#: plugins/sudoers/set_perms.c:1461
msgid "too many processes" msgid "too many processes"
msgstr "" msgstr ""
#: plugins/sudoers/set_perms.c:970 #: plugins/sudoers/set_perms.c:1529
msgid "unable to set runas group vector" msgid "unable to set runas group vector"
msgstr "" msgstr ""
@@ -947,174 +980,139 @@ msgstr ""
msgid "User %s is not allowed to run sudo on %s.\n" msgid "User %s is not allowed to run sudo on %s.\n"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:201 plugins/sudoers/sudoers.c:232 #: plugins/sudoers/sudoers.c:206 plugins/sudoers/sudoers.c:237
#: plugins/sudoers/sudoers.c:931 #: plugins/sudoers/sudoers.c:949
msgid "problem with defaults entries" msgid "problem with defaults entries"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:205 #: plugins/sudoers/sudoers.c:210
#, c-format #, c-format
msgid "no valid sudoers sources found, quitting" msgid "no valid sudoers sources found, quitting"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:257 #: plugins/sudoers/sudoers.c:262
#, c-format #, c-format
msgid "unable to execute %s: %s" msgid "unable to execute %s: %s"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:311 #: plugins/sudoers/sudoers.c:316
#, c-format #, c-format
msgid "sudoers specifies that root is not allowed to sudo" msgid "sudoers specifies that root is not allowed to sudo"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:318 #: plugins/sudoers/sudoers.c:323
#, c-format #, c-format
msgid "you are not permitted to use the -C option" msgid "you are not permitted to use the -C option"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:408 #: plugins/sudoers/sudoers.c:413
#, c-format #, c-format
msgid "timestamp owner (%s): No such user" msgid "timestamp owner (%s): No such user"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:424 #: plugins/sudoers/sudoers.c:429
msgid "no tty" msgid "no tty"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:425 #: plugins/sudoers/sudoers.c:430
#, c-format #, c-format
msgid "sorry, you must have a tty to run sudo" msgid "sorry, you must have a tty to run sudo"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:464 #: plugins/sudoers/sudoers.c:469
msgid "No user or host" msgid "No user or host"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:478 plugins/sudoers/sudoers.c:499 #: plugins/sudoers/sudoers.c:483 plugins/sudoers/sudoers.c:504
#: plugins/sudoers/sudoers.c:500 plugins/sudoers/sudoers.c:1509 #: plugins/sudoers/sudoers.c:505 plugins/sudoers/sudoers.c:1516
#: plugins/sudoers/sudoers.c:1510 #: plugins/sudoers/sudoers.c:1517
#, c-format #, c-format
msgid "%s: command not found" msgid "%s: command not found"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:480 plugins/sudoers/sudoers.c:496 #: plugins/sudoers/sudoers.c:485 plugins/sudoers/sudoers.c:501
#, c-format #, c-format
msgid "" msgid ""
"ignoring `%s' found in '.'\n" "ignoring `%s' found in '.'\n"
"Use `sudo ./%s' if this is the `%s' you wish to run." "Use `sudo ./%s' if this is the `%s' you wish to run."
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:485 #: plugins/sudoers/sudoers.c:490
msgid "validation failure" msgid "validation failure"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:495 #: plugins/sudoers/sudoers.c:500
msgid "command in current directory" msgid "command in current directory"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:507 #: plugins/sudoers/sudoers.c:512
#, c-format #, c-format
msgid "sorry, you are not allowed to preserve the environment" msgid "sorry, you are not allowed to preserve the environment"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:657 plugins/sudoers/sudoers.c:664 #: plugins/sudoers/sudoers.c:672 plugins/sudoers/sudoers.c:679
#, c-format #, c-format
msgid "internal error, runas_groups overflow" msgid "internal error, runas_groups overflow"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:914 #: plugins/sudoers/sudoers.c:932
#, c-format #, c-format
msgid "internal error, set_cmnd() overflow" msgid "internal error, set_cmnd() overflow"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:957 #: plugins/sudoers/sudoers.c:992
#, c-format
msgid "fixed mode on %s"
msgstr ""
#: plugins/sudoers/sudoers.c:961
#, c-format
msgid "set group on %s"
msgstr ""
#: plugins/sudoers/sudoers.c:964
#, c-format
msgid "unable to set group on %s"
msgstr ""
#: plugins/sudoers/sudoers.c:967
#, c-format
msgid "unable to fix mode on %s"
msgstr ""
#: plugins/sudoers/sudoers.c:980
#, c-format #, c-format
msgid "%s is not a regular file" msgid "%s is not a regular file"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:982 #: plugins/sudoers/sudoers.c:1039
#, c-format
msgid "%s is mode 0%o, should be 0%o"
msgstr ""
#: plugins/sudoers/sudoers.c:986
#, c-format
msgid "%s is owned by uid %u, should be %u"
msgstr ""
#: plugins/sudoers/sudoers.c:989
#, c-format
msgid "%s is owned by gid %u, should be %u"
msgstr ""
#: plugins/sudoers/sudoers.c:1038
#, c-format #, c-format
msgid "only root can use `-c %s'" msgid "only root can use `-c %s'"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1049 #: plugins/sudoers/sudoers.c:1050
#, c-format #, c-format
msgid "unknown login class: %s" msgid "unknown login class: %s"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1077 #: plugins/sudoers/sudoers.c:1078
#, c-format #, c-format
msgid "unable to resolve host %s" msgid "unable to resolve host %s"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1129 plugins/sudoers/testsudoers.c:380 #: plugins/sudoers/sudoers.c:1130 plugins/sudoers/testsudoers.c:380
#, c-format #, c-format
msgid "unknown group: %s" msgid "unknown group: %s"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1178 #: plugins/sudoers/sudoers.c:1179
#, c-format #, c-format
msgid "Sudoers policy plugin version %s\n" msgid "Sudoers policy plugin version %s\n"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1180 #: plugins/sudoers/sudoers.c:1181
#, c-format #, c-format
msgid "Sudoers file grammar version %d\n" msgid "Sudoers file grammar version %d\n"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1184 #: plugins/sudoers/sudoers.c:1185
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Sudoers path: %s\n" "Sudoers path: %s\n"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1187 #: plugins/sudoers/sudoers.c:1188
#, c-format #, c-format
msgid "nsswitch path: %s\n" msgid "nsswitch path: %s\n"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1189 #: plugins/sudoers/sudoers.c:1190
#, c-format #, c-format
msgid "ldap.conf path: %s\n" msgid "ldap.conf path: %s\n"
msgstr "" msgstr ""
#: plugins/sudoers/sudoers.c:1190 #: plugins/sudoers/sudoers.c:1191
#, c-format #, c-format
msgid "ldap.secret path: %s\n" msgid "ldap.secret path: %s\n"
msgstr "" msgstr ""
@@ -1291,15 +1289,6 @@ msgid ""
"Command unmatched" "Command unmatched"
msgstr "" msgstr ""
#: toke.l:672 toke.l:802 toke.l:827 toke.l:923 plugins/sudoers/toke_util.c:113
#: plugins/sudoers/toke_util.c:167 plugins/sudoers/toke_util.c:207
msgid "unable to allocate memory"
msgstr ""
#: toke.l:795
msgid "too many levels of includes"
msgstr ""
#: plugins/sudoers/toke_util.c:218 #: plugins/sudoers/toke_util.c:218
msgid "fill_args: buffer overflow" msgid "fill_args: buffer overflow"
msgstr "" msgstr ""
@@ -1406,89 +1395,89 @@ msgstr ""
msgid "unable to run %s" msgid "unable to run %s"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:796 #: plugins/sudoers/visudo.c:790
#, c-format
msgid "failed to parse %s file, unknown error"
msgstr ""
#: plugins/sudoers/visudo.c:808
#, c-format
msgid "parse error in %s near line %d\n"
msgstr ""
#: plugins/sudoers/visudo.c:811
#, c-format
msgid "parse error in %s\n"
msgstr ""
#: plugins/sudoers/visudo.c:814 plugins/sudoers/visudo.c:816
#, c-format
msgid "%s: parsed OK\n"
msgstr ""
#: plugins/sudoers/visudo.c:826
#, c-format #, c-format
msgid "%s: wrong owner (uid, gid) should be (%u, %u)\n" msgid "%s: wrong owner (uid, gid) should be (%u, %u)\n"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:833 #: plugins/sudoers/visudo.c:797
#, c-format #, c-format
msgid "%s: bad permissions, should be mode 0%o\n" msgid "%s: bad permissions, should be mode 0%o\n"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:880 #: plugins/sudoers/visudo.c:822
#, c-format
msgid "failed to parse %s file, unknown error"
msgstr ""
#: plugins/sudoers/visudo.c:835
#, c-format
msgid "parse error in %s near line %d\n"
msgstr ""
#: plugins/sudoers/visudo.c:838
#, c-format
msgid "parse error in %s\n"
msgstr ""
#: plugins/sudoers/visudo.c:845 plugins/sudoers/visudo.c:850
#, c-format
msgid "%s: parsed OK\n"
msgstr ""
#: plugins/sudoers/visudo.c:897
#, c-format #, c-format
msgid "%s busy, try again later" msgid "%s busy, try again later"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:924 #: plugins/sudoers/visudo.c:941
#, c-format #, c-format
msgid "specified editor (%s) doesn't exist" msgid "specified editor (%s) doesn't exist"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:947 #: plugins/sudoers/visudo.c:964
#, c-format #, c-format
msgid "unable to stat editor (%s)" msgid "unable to stat editor (%s)"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:995 #: plugins/sudoers/visudo.c:1012
#, c-format #, c-format
msgid "no editor found (editor path = %s)" msgid "no editor found (editor path = %s)"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:1089 #: plugins/sudoers/visudo.c:1106
#, c-format #, c-format
msgid "Error: cycle in %s_Alias `%s'" msgid "Error: cycle in %s_Alias `%s'"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:1090 #: plugins/sudoers/visudo.c:1107
#, c-format #, c-format
msgid "Warning: cycle in %s_Alias `%s'" msgid "Warning: cycle in %s_Alias `%s'"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:1093 #: plugins/sudoers/visudo.c:1110
#, c-format #, c-format
msgid "Error: %s_Alias `%s' referenced but not defined" msgid "Error: %s_Alias `%s' referenced but not defined"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:1094 #: plugins/sudoers/visudo.c:1111
#, c-format #, c-format
msgid "Warning: %s_Alias `%s' referenced but not defined" msgid "Warning: %s_Alias `%s' referenced but not defined"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:1229 #: plugins/sudoers/visudo.c:1246
#, c-format #, c-format
msgid "%s: unused %s_Alias %s" msgid "%s: unused %s_Alias %s"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:1286 #: plugins/sudoers/visudo.c:1303
#, c-format #, c-format
msgid "" msgid ""
"%s - safely edit the sudoers file\n" "%s - safely edit the sudoers file\n"
"\n" "\n"
msgstr "" msgstr ""
#: plugins/sudoers/visudo.c:1288 #: plugins/sudoers/visudo.c:1305
msgid "" msgid ""
"\n" "\n"
"Options:\n" "Options:\n"

View File

@@ -5,9 +5,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: sudo 1.8.x\n" "Project-Id-Version: sudo 1.8.5\n"
"Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n" "Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n"
"POT-Creation-Date: 2012-02-16 17:03-0500\n" "POT-Creation-Date: 2012-03-14 14:20-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,7 +20,7 @@ msgstr ""
msgid ": " msgid ": "
msgstr "" msgstr ""
#: src/exec.c:105 src/exec_pty.c:604 src/exec_pty.c:936 src/tgetpass.c:227 #: src/exec.c:105 src/exec_pty.c:616 src/exec_pty.c:948 src/tgetpass.c:227
#, c-format #, c-format
msgid "unable to fork" msgid "unable to fork"
msgstr "" msgstr ""
@@ -30,13 +30,13 @@ msgstr ""
msgid "unable to create sockets" msgid "unable to create sockets"
msgstr "" msgstr ""
#: src/exec.c:259 src/exec_pty.c:557 src/exec_pty.c:565 src/exec_pty.c:572 #: src/exec.c:259 src/exec_pty.c:567 src/exec_pty.c:576 src/exec_pty.c:584
#: src/exec_pty.c:871 src/exec_pty.c:933 src/tgetpass.c:224 #: src/exec_pty.c:883 src/exec_pty.c:945 src/tgetpass.c:224
#, c-format #, c-format
msgid "unable to create pipe" msgid "unable to create pipe"
msgstr "" msgstr ""
#: src/exec.c:340 src/exec_pty.c:1000 src/exec_pty.c:1135 #: src/exec.c:340 src/exec_pty.c:1012 src/exec_pty.c:1147
#, c-format #, c-format
msgid "select failed" msgid "select failed"
msgstr "" msgstr ""
@@ -46,13 +46,13 @@ msgstr ""
msgid "unable to restore tty label" msgid "unable to restore tty label"
msgstr "" msgstr ""
#: src/exec_common.c:66 #: src/exec_common.c:69
#, c-format #, c-format
msgid "unable to remove PRIV_PROC_EXEC from PRIV_LIMIT" msgid "unable to remove PRIV_PROC_EXEC from PRIV_LIMIT"
msgstr "" msgstr ""
#: src/exec_common.c:88 src/parse_args.c:432 src/sudo.c:445 src/sudo.c:465 #: src/exec_common.c:111 src/parse_args.c:432 src/sudo.c:451 src/sudo.c:471
#: src/sudo.c:472 src/sudo.c:483 src/sudo.c:842 common/alloc.c:85 #: src/sudo.c:478 src/sudo.c:489 src/sudo.c:848 common/alloc.c:85
#: common/alloc.c:105 common/alloc.c:123 common/alloc.c:145 common/alloc.c:203 #: common/alloc.c:105 common/alloc.c:123 common/alloc.c:145 common/alloc.c:203
#: common/alloc.c:217 #: common/alloc.c:217
#, c-format #, c-format
@@ -64,32 +64,32 @@ msgstr ""
msgid "unable to allocate pty" msgid "unable to allocate pty"
msgstr "" msgstr ""
#: src/exec_pty.c:597 #: src/exec_pty.c:609
#, c-format #, c-format
msgid "unable to set terminal to raw mode" msgid "unable to set terminal to raw mode"
msgstr "" msgstr ""
#: src/exec_pty.c:914 #: src/exec_pty.c:926
#, c-format #, c-format
msgid "unable to set controlling tty" msgid "unable to set controlling tty"
msgstr "" msgstr ""
#: src/exec_pty.c:1008 #: src/exec_pty.c:1020
#, c-format #, c-format
msgid "error reading from signal pipe" msgid "error reading from signal pipe"
msgstr "" msgstr ""
#: src/exec_pty.c:1027 #: src/exec_pty.c:1039
#, c-format #, c-format
msgid "error reading from pipe" msgid "error reading from pipe"
msgstr "" msgstr ""
#: src/exec_pty.c:1043 #: src/exec_pty.c:1055
#, c-format #, c-format
msgid "error reading from socketpair" msgid "error reading from socketpair"
msgstr "" msgstr ""
#: src/exec_pty.c:1047 #: src/exec_pty.c:1059
#, c-format #, c-format
msgid "unexpected reply type on backchannel: %d" msgid "unexpected reply type on backchannel: %d"
msgstr "" msgstr ""
@@ -139,12 +139,12 @@ msgstr ""
msgid "%s: only a single policy plugin may be loaded" msgid "%s: only a single policy plugin may be loaded"
msgstr "" msgstr ""
#: src/load_plugins.c:146 #: src/load_plugins.c:148
#, c-format #, c-format
msgid "%s: at least one policy plugin must be specified" msgid "%s: at least one policy plugin must be specified"
msgstr "" msgstr ""
#: src/load_plugins.c:151 #: src/load_plugins.c:153
#, c-format #, c-format
msgid "policy plugin %s does not include a check_policy method" msgid "policy plugin %s does not include a check_policy method"
msgstr "" msgstr ""
@@ -377,7 +377,7 @@ msgstr ""
msgid "unable to set new tty context" msgid "unable to set new tty context"
msgstr "" msgstr ""
#: src/selinux.c:195 src/selinux.c:208 src/sudo.c:331 #: src/selinux.c:195 src/selinux.c:208 src/sudo.c:337 common/sudo_conf.c:328
#, c-format #, c-format
msgid "unable to open %s" msgid "unable to open %s"
msgstr "" msgstr ""
@@ -432,167 +432,167 @@ msgstr ""
msgid "unable to set key creation context to %s" msgid "unable to set key creation context to %s"
msgstr "" msgstr ""
#: src/sesh.c:69 #: src/sesh.c:70
#, c-format #, c-format
msgid "requires at least one argument" msgid "requires at least one argument"
msgstr "" msgstr ""
#: src/sesh.c:90 #: src/sesh.c:91
#, c-format #, c-format
msgid "unable to execute %s" msgid "unable to execute %s"
msgstr "" msgstr ""
#: src/sudo.c:189 #: src/sudo.c:191
#, c-format #, c-format
msgid "must be setuid root" msgid "must be setuid root"
msgstr "" msgstr ""
#: src/sudo.c:212 #: src/sudo.c:214
#, c-format #, c-format
msgid "Sudo version %s\n" msgid "Sudo version %s\n"
msgstr "" msgstr ""
#: src/sudo.c:214 #: src/sudo.c:216
#, c-format #, c-format
msgid "Configure options: %s\n" msgid "Configure options: %s\n"
msgstr "" msgstr ""
#: src/sudo.c:219 #: src/sudo.c:221
#, c-format #, c-format
msgid "fatal error, unable to load plugins" msgid "fatal error, unable to load plugins"
msgstr "" msgstr ""
#: src/sudo.c:227 #: src/sudo.c:229
#, c-format #, c-format
msgid "unable to initialize policy plugin" msgid "unable to initialize policy plugin"
msgstr "" msgstr ""
#: src/sudo.c:282 #: src/sudo.c:284
#, c-format #, c-format
msgid "error initializing I/O plugin %s" msgid "error initializing I/O plugin %s"
msgstr "" msgstr ""
#: src/sudo.c:306 #: src/sudo.c:312
#, c-format #, c-format
msgid "unexpected sudo mode 0x%x" msgid "unexpected sudo mode 0x%x"
msgstr "" msgstr ""
#: src/sudo.c:400 #: src/sudo.c:406
#, c-format #, c-format
msgid "unable to get group vector" msgid "unable to get group vector"
msgstr "" msgstr ""
#: src/sudo.c:441 #: src/sudo.c:447
#, c-format #, c-format
msgid "unknown uid %u: who are you?" msgid "unknown uid %u: who are you?"
msgstr "" msgstr ""
#: src/sudo.c:784 #: src/sudo.c:790
#, c-format #, c-format
msgid "resource control limit has been reached" msgid "resource control limit has been reached"
msgstr "" msgstr ""
#: src/sudo.c:787 #: src/sudo.c:793
#, c-format #, c-format
msgid "user \"%s\" is not a member of project \"%s\"" msgid "user \"%s\" is not a member of project \"%s\""
msgstr "" msgstr ""
#: src/sudo.c:791 #: src/sudo.c:797
#, c-format #, c-format
msgid "the invoking task is final" msgid "the invoking task is final"
msgstr "" msgstr ""
#: src/sudo.c:794 #: src/sudo.c:800
#, c-format #, c-format
msgid "could not join project \"%s\"" msgid "could not join project \"%s\""
msgstr "" msgstr ""
#: src/sudo.c:799 #: src/sudo.c:805
#, c-format #, c-format
msgid "no resource pool accepting default bindings exists for project \"%s\"" msgid "no resource pool accepting default bindings exists for project \"%s\""
msgstr "" msgstr ""
#: src/sudo.c:803 #: src/sudo.c:809
#, c-format #, c-format
msgid "specified resource pool does not exist for project \"%s\"" msgid "specified resource pool does not exist for project \"%s\""
msgstr "" msgstr ""
#: src/sudo.c:807 #: src/sudo.c:813
#, c-format #, c-format
msgid "could not bind to default resource pool for project \"%s\"" msgid "could not bind to default resource pool for project \"%s\""
msgstr "" msgstr ""
#: src/sudo.c:813 #: src/sudo.c:819
#, c-format #, c-format
msgid "setproject failed for project \"%s\"" msgid "setproject failed for project \"%s\""
msgstr "" msgstr ""
#: src/sudo.c:815 #: src/sudo.c:821
#, c-format #, c-format
msgid "warning, resource control assignment failed for project \"%s\"" msgid "warning, resource control assignment failed for project \"%s\""
msgstr "" msgstr ""
#: src/sudo.c:880 #: src/sudo.c:892
#, c-format #, c-format
msgid "unknown login class %s" msgid "unknown login class %s"
msgstr "" msgstr ""
#: src/sudo.c:896 src/sudo.c:899 #: src/sudo.c:906 src/sudo.c:909
#, c-format #, c-format
msgid "unable to set user context" msgid "unable to set user context"
msgstr "" msgstr ""
#: src/sudo.c:915 #: src/sudo.c:924
#, c-format #, c-format
msgid "unable to set supplementary group IDs" msgid "unable to set supplementary group IDs"
msgstr "" msgstr ""
#: src/sudo.c:922 #: src/sudo.c:931
#, c-format #, c-format
msgid "unable to set effective gid to runas gid %u" msgid "unable to set effective gid to runas gid %u"
msgstr "" msgstr ""
#: src/sudo.c:928 #: src/sudo.c:937
#, c-format #, c-format
msgid "unable to set gid to runas gid %u" msgid "unable to set gid to runas gid %u"
msgstr "" msgstr ""
#: src/sudo.c:935 #: src/sudo.c:944
#, c-format #, c-format
msgid "unable to set process priority" msgid "unable to set process priority"
msgstr "" msgstr ""
#: src/sudo.c:943 #: src/sudo.c:952
#, c-format #, c-format
msgid "unable to change root to %s" msgid "unable to change root to %s"
msgstr "" msgstr ""
#: src/sudo.c:950 src/sudo.c:956 src/sudo.c:962 #: src/sudo.c:959 src/sudo.c:965 src/sudo.c:971
#, c-format #, c-format
msgid "unable to change to runas uid (%u, %u)" msgid "unable to change to runas uid (%u, %u)"
msgstr "" msgstr ""
#: src/sudo.c:976 #: src/sudo.c:985
#, c-format #, c-format
msgid "unable to change directory to %s" msgid "unable to change directory to %s"
msgstr "" msgstr ""
#: src/sudo.c:1049 #: src/sudo.c:1058
#, c-format #, c-format
msgid "unexpected child termination condition: %d" msgid "unexpected child termination condition: %d"
msgstr "" msgstr ""
#: src/sudo.c:1095 #: src/sudo.c:1119
#, c-format #, c-format
msgid "policy plugin %s does not support listing privileges" msgid "policy plugin %s does not support listing privileges"
msgstr "" msgstr ""
#: src/sudo.c:1107 #: src/sudo.c:1131
#, c-format #, c-format
msgid "policy plugin %s does not support the -v option" msgid "policy plugin %s does not support the -v option"
msgstr "" msgstr ""
#: src/sudo.c:1119 #: src/sudo.c:1143
#, c-format #, c-format
msgid "policy plugin %s does not support the -k/-K options" msgid "policy plugin %s does not support the -k/-K options"
msgstr "" msgstr ""
@@ -721,6 +721,31 @@ msgstr ""
msgid "internal error, erealloc3() overflow" msgid "internal error, erealloc3() overflow"
msgstr "" 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 #: compat/strsignal.c:47
msgid "Unknown signal" msgid "Unknown signal"
msgstr "" msgstr ""