No need to translate this error message.
This commit is contained in:
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: sudo 1.8.7\n"
|
"Project-Id-Version: sudo 1.8.7\n"
|
||||||
"Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n"
|
"Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n"
|
||||||
"POT-Creation-Date: 2013-04-19 09:53-0400\n"
|
"POT-Creation-Date: 2013-04-24 11:10-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"
|
||||||
@@ -1079,22 +1079,22 @@ msgstr ""
|
|||||||
msgid "unable to cache user %s, already exists"
|
msgid "unable to cache user %s, already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/sudoers/pwutil.c:374
|
#: plugins/sudoers/pwutil.c:386
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "unable to cache gid %u, already exists"
|
msgid "unable to cache gid %u, already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/sudoers/pwutil.c:410
|
#: plugins/sudoers/pwutil.c:422
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "unable to cache group %s, already exists"
|
msgid "unable to cache group %s, already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/sudoers/pwutil.c:564 plugins/sudoers/pwutil.c:586
|
#: plugins/sudoers/pwutil.c:578 plugins/sudoers/pwutil.c:600
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "unable to cache group list for %s, already exists"
|
msgid "unable to cache group list for %s, already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/sudoers/pwutil.c:584
|
#: plugins/sudoers/pwutil.c:598
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "unable to parse groups for %s"
|
msgid "unable to parse groups for %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1321,11 +1321,6 @@ msgstr ""
|
|||||||
msgid "writing to standard output"
|
msgid "writing to standard output"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/sudoers/sudoreplay.c:528
|
|
||||||
#, c-format
|
|
||||||
msgid "nanosleep: tv_sec %ld, tv_nsec %ld"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: plugins/sudoers/sudoreplay.c:641 plugins/sudoers/sudoreplay.c:666
|
#: plugins/sudoers/sudoreplay.c:641 plugins/sudoers/sudoreplay.c:666
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ambiguous expression \"%s\""
|
msgid "ambiguous expression \"%s\""
|
||||||
|
@@ -525,7 +525,7 @@ delay(double secs)
|
|||||||
rval = nanosleep(&ts, &rts);
|
rval = nanosleep(&ts, &rts);
|
||||||
} while (rval == -1 && errno == EINTR);
|
} while (rval == -1 && errno == EINTR);
|
||||||
if (rval == -1) {
|
if (rval == -1) {
|
||||||
fatal_nodebug(_("nanosleep: tv_sec %lld, tv_nsec %ld"),
|
fatal_nodebug("nanosleep: tv_sec %lld, tv_nsec %ld",
|
||||||
(long long)ts.tv_sec, (long)ts.tv_nsec);
|
(long long)ts.tv_sec, (long)ts.tv_nsec);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user