From: Jakub Bogusz Date: Sat, 20 Jan 2007 15:28:18 +0000 (+0000) Subject: - capitalize, add pl.po entry X-Git-Tag: auto/th/rpm-4_4_7-8~5 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=39aff8028f0c3b5b748d4d772f766ae5919ea57b;p=packages%2Frpm.git - capitalize, add pl.po entry Changed files: rpm-build-failure-error.patch -> 1.2 --- diff --git a/rpm-build-failure-error.patch b/rpm-build-failure-error.patch index 4adda43..389b7d3 100644 --- a/rpm-build-failure-error.patch +++ b/rpm-build-failure-error.patch @@ -4,8 +4,22 @@ Rurlfn = rpmGetPath(Rmacro, sp->source, NULL); if (Rurlfn == NULL || *Rurlfn == '%' || !strcmp(Lurlfn, Rurlfn)) { -+ rpmError(RPMERR_BADFILENAME, _("file %s missing: %s\n"), ++ rpmError(RPMERR_BADFILENAME, _("File %s missing: %s\n"), + Lurlfn, strerror(errno)); ec++; goto bottom; } +--- po/pl.po.orig 2007-01-17 23:56:13.102973000 +0100 ++++ po/pl.po 2007-01-20 15:13:06.441315610 +0100 +@@ -1048,6 +1048,11 @@ + msgid "line %d: Bad arg to %%patch: %s\n" + msgstr "linia %d: B³êdny argument dla %%patch: %s\n" + ++#: build/parsePrep.c:591 ++#, c-format ++msgid "File %s missing: %s\n" ++msgstr "Brak pliku %s: %s\n" ++ + #: build/parsePrep.c:597 + #, c-format + msgid "Fetching %s failed: %s\n"