]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- capitalize, add pl.po entry
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Jan 2007 15:28:18 +0000 (15:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build-failure-error.patch -> 1.2

rpm-build-failure-error.patch

index 4adda43b98915ba09163ce899c4c007a93891eb3..389b7d3f12e1c61b9b4e49e455672fbfc1c4d6ca 100644 (file)
@@ -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"
This page took 0.110613 seconds and 4 git commands to generate.