diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-29 16:14:50 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-29 16:14:50 +0300 |
commit | 001778e0741fb43be358801b8cea4989754b14a0 (patch) | |
tree | bad5c0e817fb4d38c99f08ff6126a08c072620f7 /po/nl.po | |
parent | 3521e8fbcf8ba779900a4e05f85bc2eb5e94a90b (diff) | |
download | librpm-tizen-001778e0741fb43be358801b8cea4989754b14a0.tar.gz librpm-tizen-001778e0741fb43be358801b8cea4989754b14a0.tar.bz2 librpm-tizen-001778e0741fb43be358801b8cea4989754b14a0.zip |
Oops, scriptlet related error messages had dropped out of potfiles
Diffstat (limited to 'po/nl.po')
-rw-r--r-- | po/nl.po | 33 |
1 files changed, 31 insertions, 2 deletions
@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-03-29 16:08+0300\n" +"POT-Creation-Date: 2010-03-29 16:14+0300\n" "PO-Revision-Date: 2008-09-03 22:17+0200\n" "Last-Translator: Peter van Egdom <p.van.egdom@gmail.com>\n" "Language-Team: Dutch <fedora-trans-list@redhat.com>\n" @@ -1358,7 +1358,7 @@ msgstr "" msgid "Couldn't exec %s: %s\n" msgstr "" -#: build/rpmfc.c:191 +#: build/rpmfc.c:191 lib/rpmscript.c:270 #, c-format msgid "Couldn't fork %s: %s\n" msgstr "" @@ -2726,6 +2726,35 @@ msgstr "" msgid "Unable to open %s for reading: %m.\n" msgstr "" +#: lib/rpmscript.c:85 +msgid "<lua> scriptlet support not built in\n" +msgstr "" + +#: lib/rpmscript.c:211 +#, c-format +msgid "Couldn't create temporary file for %s: %s\n" +msgstr "" + +#: lib/rpmscript.c:257 +#, c-format +msgid "Couldn't duplicate file descriptor: %s: %s\n" +msgstr "" + +#: lib/rpmscript.c:280 +#, c-format +msgid "%s scriptlet failed, waitpid(%d) rc %d: %s\n" +msgstr "" + +#: lib/rpmscript.c:284 +#, c-format +msgid "%s scriptlet failed, signal %d\n" +msgstr "" + +#: lib/rpmscript.c:287 +#, c-format +msgid "%s scriptlet failed, exit status %d\n" +msgstr "" + #: lib/rpmtd.c:257 #, fuzzy msgid "Unknown format" |