]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- updated for 4.4.5
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Feb 2006 22:02:56 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-doxygen_hack.patch -> 1.6
    rpm-empty-rpmlock-path.patch -> 1.2
    rpm-etc_dir.patch -> 1.9
    rpm-libdir-links.patch -> 1.2
    rpm-morearchs.patch -> 1.3
    rpm-no-neon.patch -> 1.5
    rpm-pl.po.patch -> 1.17

rpm-doxygen_hack.patch
rpm-empty-rpmlock-path.patch
rpm-etc_dir.patch
rpm-libdir-links.patch
rpm-morearchs.patch
rpm-no-neon.patch
rpm-pl.po.patch

index f787dee732b699d619cd9c50acafa135deb61fc1..24aaa8218ec96c99aa2e4c5b938455564364e8d5 100644 (file)
@@ -1,5 +1,5 @@
---- rpm-4.4.3/Doxyfile.in.orig 2005-11-06 17:06:09.000000000 +0100
-+++ rpm-4.4.3/Doxyfile.in      2005-11-19 00:31:53.373268416 +0100
+--- rpm-4.4.5/Doxyfile.in.orig 2006-02-21 01:03:02.000000000 +0100
++++ rpm-4.4.5/Doxyfile.in      2006-02-28 21:50:15.890636250 +0100
 @@ -383,29 +383,7 @@
                           @top_srcdir@/rpmrc \
                           @top_srcdir@/rpm2cpio.c \
@@ -31,7 +31,7 @@
                           @top_srcdir@/doc/manual/builddependencies \
                           @top_srcdir@/doc/manual/buildroot \
                           @top_srcdir@/doc/manual/conditionalbuilds \
-@@ -420,193 +398,12 @@
+@@ -420,194 +398,12 @@
                           @top_srcdir@/doc/manual/spec \
                           @top_srcdir@/doc/manual/triggers \
                           @top_srcdir@/doc/manual/tsort \
@@ -52,6 +52,7 @@
 -                         @top_srcdir@/lib/depends.c \
 -                         @top_srcdir@/lib/formats.c \
 -                         @top_srcdir@/lib/fs.c \
+-                         @top_srcdir@/lib/fs.h \
 -                         @top_srcdir@/lib/fsm.c \
 -                         @top_srcdir@/lib/fsm.h \
 -                         @top_srcdir@/lib/manifest.c \
  
  # If the value of the INPUT tag contains directories, you can use the 
  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
-@@ -615,8 +412,8 @@
+@@ -616,8 +412,8 @@
  # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp 
  # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc
  
index fc39592cab743f6cd64144bc8db475c682b5e316..71f02024a60f515ed56b83cb726d14c518b8c5a7 100644 (file)
@@ -1,11 +1,11 @@
---- rpm-4.4.4/lib/rpmlock.c.orig       2005-12-08 19:32:31.000000000 +0100
-+++ rpm-4.4.4/lib/rpmlock.c    2005-12-16 01:00:31.601268584 +0100
+--- rpm-4.4.5/lib/rpmlock.c.orig       2006-02-21 01:03:07.000000000 +0100
++++ rpm-4.4.5/lib/rpmlock.c    2006-02-28 21:57:10.968577000 +0100
 @@ -39,7 +39,11 @@
      /* XXX oneshot to determine path for fcntl lock. */
      /* XXX rpmlock_path is set once, cannot be changed with %{_rpmlock_path}. */
      if (!oneshot) {
--      char * t = rpmGenPath(rootdir, rpmlock_path_default, NULL);
-+      char * t = NULL;
+-      const char * t = rpmGenPath(rootdir, rpmlock_path_default, NULL);
++      const char * t = NULL;
 +      char * check = rpmExpand(rpmlock_path_default, NULL);
 +      if (check[0] != '\0')
 +          t = rpmGenPath(rootdir, rpmlock_path_default, NULL);
index 300cee558234816ee0841f924ae1f3155b8345ef..20664070c07be719c36a61d49fc0c62087137d67 100644 (file)
@@ -59,16 +59,16 @@ diff -Nru rpm-4.1/lib/rpmrc.c rpm-4.1.new/lib/rpmrc.c
        /* Read another rcfile */
        fd = Fopen(fn, "r.fpio");
        if (fd == NULL || Ferror(fd)) {
---- rpm-4.4.3/po/pl.po.orig    2005-11-18 22:46:19.577151784 +0100
-+++ rpm-4.4.3/po/pl.po 2005-11-18 22:48:30.947180504 +0100
-@@ -3176,6 +3176,10 @@
+--- rpm-4.4.5/po/pl.po.orig    2006-02-28 20:32:10.457815000 +0100
++++ rpm-4.4.5/po/pl.po 2006-02-28 21:31:38.132780750 +0100
+@@ -3188,6 +3188,10 @@
  msgid "bad option '%s' at %s:%d\n"
  msgstr "b³êdna opcja '%s' w %s:%d\n"
  
-+#: lib/rpmrc.c:1796
++#: lib/rpmrc.c:1809
 +msgid "Cannot read %s, HOME_ETC is too large.\n"
 +msgstr "Nie mo¿na odczytaæ %s, HOME_ETC jest zbyt du¿e.\n"
 +
- #: lib/rpmrc.c:1797
+ #: lib/rpmrc.c:1810
  #, c-format
  msgid "Cannot expand %s\n"
index be00efd19528bb7d07a2ff491740b267592198c0..4befa2a262d3e790db66681599389fabe6b0a476 100644 (file)
@@ -1,14 +1,9 @@
-diff -durN -x '*~' rpm-4.3.orig/Makefile.am rpm-4.3/Makefile.am
---- rpm-4.3.orig/Makefile.am   2004-12-19 12:44:01.000000000 +0100
-+++ rpm-4.3/Makefile.am        2004-12-19 12:44:44.217070104 +0100
-@@ -124,18 +124,18 @@
+--- rpm-4.4.5/Makefile.am.orig 2006-02-28 21:32:49.949269000 +0100
++++ rpm-4.4.5/Makefile.am      2006-02-28 21:44:44.885949750 +0100
+@@ -131,14 +131,14 @@
  
  install-data-local:
        @$(mkinstalldirs) $(DESTDIR)$(varprefix)/lib/rpm
--      @rm -f $(DESTDIR)$(libdir)/rpmrc
--      @@LN_S@ rpm/rpmrc $(DESTDIR)$(libdir)/rpmrc
--      @rm -f $(DESTDIR)$(libdir)/rpmpopt
--      @@LN_S@ rpm/rpmpopt $(DESTDIR)$(libdir)/rpmpopt
 -      @rm -f $(DESTDIR)$(libdir)/rpm/rpmt
 -      @@LN_S@ rpmb $(DESTDIR)$(libdir)/rpm/rpmt
 -      @rm -f $(DESTDIR)$(libdir)/rpm/rpme
@@ -17,17 +12,13 @@ diff -durN -x '*~' rpm-4.3.orig/Makefile.am rpm-4.3/Makefile.am
 -      @@LN_S@ rpmi $(DESTDIR)$(libdir)/rpm/rpmu
 -      @rm -f $(DESTDIR)$(libdir)/rpm/rpmv
 -      @@LN_S@ rpmq $(DESTDIR)$(libdir)/rpm/rpmv
-+      @rm -f $(DESTDIR)$(libdir)/rpmrc
-+      @@LN_S@ rpm/rpmrc $(DESTDIR)$(libdir)/rpmrc
-+      @rm -f $(DESTDIR)$(libdir)/rpmpopt
-+      @@LN_S@ rpm/rpmpopt $(DESTDIR)$(libdir)/rpmpopt
-+      @rm -f $(DESTDIR)$(pkglibdir)/rpm/rpmt
++      @rm -f $(DESTDIR)$(pkglibdir)/rpmt
 +      @@LN_S@ rpmb $(DESTDIR)$(pkglibdir)/rpmt
-+      @rm -f $(DESTDIR)$(pkglibdir)/rpm/rpme
++      @rm -f $(DESTDIR)$(pkglibdir)/rpme
 +      @@LN_S@ rpmi $(DESTDIR)$(pkglibdir)/rpme
-+      @rm -f $(DESTDIR)$(pkglibdir)/rpm/rpmu
++      @rm -f $(DESTDIR)$(pkglibdir)/rpmu
 +      @@LN_S@ rpmi $(DESTDIR)$(pkglibdir)/rpmu
-+      @rm -f $(DESTDIR)$(pkglibdir)/rpm/rpmv
++      @rm -f $(DESTDIR)$(pkglibdir)/rpmv
 +      @@LN_S@ rpmq $(DESTDIR)$(pkglibdir)/rpmv
        rm -f $(DESTDIR)$(bindir)/rpmbuild
        @LN_S@ ../lib/rpm/rpmb $(DESTDIR)$(bindir)/rpmbuild
index 35a6fec08415ac176aca21a7f6b73fb4ee64d2bc..7cd8a5ed41525828f72db2df88447e1bcb631836 100644 (file)
@@ -22,23 +22,28 @@ diff -ur rpm-4.4.4/installplatform rpm-4.4.4.morearchs/installplatform
    s390*) SUBSTS='s_s390x_s390_ s_s390\([^x]\|$\)_s390x\1_' ;;
    *) SUBSTS=y___ ;;
  esac
-diff -ur rpm-4.4.4/lib/rpmrc.c rpm-4.4.4.morearchs/lib/rpmrc.c
---- rpm-4.4.4/lib/rpmrc.c      2006-02-11 15:01:38.000000000 +0000
-+++ rpm-4.4.4.morearchs/lib/rpmrc.c    2006-02-11 18:00:45.000000000 +0000
-@@ -1328,7 +1328,12 @@
-           if ( pvr ) {
-               pvr >>= 16;
--              if ( pvr >= 0x40)
-+              if ( (pvr & ~0x3) == 0x8000)
-+                  // 0x8000: 7450, 0x8001: 7455, 0x8002: 7457, 0x8003: 7447A
+--- rpm-4.4.5/lib/rpmrc.c.orig 2006-02-28 22:01:56.462419250 +0100
++++ rpm-4.4.5/lib/rpmrc.c      2006-02-28 22:09:36.415164500 +0100
+@@ -1331,10 +1331,18 @@
+               switch (pvr) {
+               /* IBM750FX, 7410, 7450,  7451, 7441, 7455, 7445 */ 
+               case 0x7000:
++                  strcpy(un.machine, "ppc"); 
++                  break;
+               case 0x8000:
+               case 0x8001:
++              case 0x8002:
++              case 0x8003:
++                  /* 0x8000: 7450, 0x8001: 7455, 0x8002: 7457, 0x8003: 7447A */
 +                  strcpy(un.machine, "ppc7450");
-+              else if ( pvr == 0x800C || pvr == 12 )
++                  break;
+               case 0x800c:
+-                  strcpy(un.machine, "ppc"); 
++              case 0x000c:
 +                  strcpy(un.machine, "ppc7400");
-+              else if ( pvr >= 0x40)
-                   strcpy(un.machine, "ppcpseries");
-               else if ( (pvr == 0x36) || (pvr == 0x37) )
-                   strcpy(un.machine, "ppciseries");
+                   break;
+               case 0x36:
+               case 0x37:
 diff -ur rpm-4.4.4/macros.in rpm-4.4.4.morearchs/macros.in
 --- rpm-4.4.4/macros.in        2006-02-11 15:01:38.000000000 +0000
 +++ rpm-4.4.4.morearchs/macros.in      2006-02-11 18:17:36.000000000 +0000
index 13d3affd8e93607a8713025fe05d0a7ab60ffaf1..7d598fb41aadf92109d47b239d521aa02950ced8 100644 (file)
@@ -29,8 +29,8 @@
  AC_SUBST(WITH_NEON_SUBDIR)
  AC_SUBST(WITH_NEON_INCLUDE)
  AC_SUBST(WITH_NEON_LIB)
---- rpm-4.4.3/rpmio/rpmdav.c.orig      2005-11-16 01:09:03.000000000 +0100
-+++ rpm-4.4.3/rpmio/rpmdav.c   2005-11-19 00:57:53.058160272 +0100
+--- rpm-4.4.5/rpmio/rpmdav.c.orig      2006-02-22 00:58:54.000000000 +0100
++++ rpm-4.4.5/rpmio/rpmdav.c   2006-02-28 22:00:44.929948750 +0100
 @@ -9,24 +9,6 @@
  #include <pthread.h>
  #endif
 -    rc = ne_read_response_block(fd->req, buf, count);
 -
 -if (_dav_debug < 0) {
--fprintf(stderr, "*** davRead(%p,%p,0x%x) rc 0x%x\n", cookie, buf, count, (unsigned)rc);
+-fprintf(stderr, "*** davRead(%p,%p,0x%x) rc 0x%x\n", cookie, buf, (unsigned)count, (unsigned)rc);
 -#ifdef        DYING
 -hexdump(buf, rc);
 -#endif
 -    rc = (xx == 0 ? count : -1);
 -
 -if (_dav_debug < 0)
--fprintf(stderr, "*** davWrite(%p,%p,0x%x) rc 0x%x\n", cookie, buf, count, rc);
+-fprintf(stderr, "*** davWrite(%p,%p,0x%x) rc 0x%x\n", cookie, buf, (unsigned)count, (unsigned)rc);
 -#ifdef        DYING
 -if (count > 0)
 -hexdump(buf, count);
index a67b544c286d8ebc331ed2670a6fce2f407ae3b8..1ade65e98b0cde0b9022154c4b129ab5ee855a90 100644 (file)
---- rpm-4.4.4/po/pl.po.orig    2005-12-13 13:23:00.000000000 +0100
-+++ rpm-4.4.4/po/pl.po 2005-12-14 23:53:59.176005968 +0100
-@@ -9,10 +9,10 @@
+--- rpm-4.4.5/po/pl.po.orig    2006-02-22 01:30:32.000000000 +0100
++++ rpm-4.4.5/po/pl.po 2006-02-28 20:30:16.154671500 +0100
+@@ -4,15 +4,15 @@
+ # get your own copy of PePeSza from http://www.ids.pl/~pkollegu/pepesza.html
+ # Wojciech Drapiñski <wojciech.drapinski@zie.pg.gda.pl>, 1999.
+ # Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>, 1999
+-# Jakub Bogusz <qboosh@pld-linux.org>, 2002-2005.
++# Jakub Bogusz <qboosh@pld-linux.org>, 2002-2006.
+ # Arkadiusz Mi¶kiewicz <arekm@pld-linux.org>, 2004.
  #
  msgid ""
  msgstr ""
--"Project-Id-Version: rpm 4.4.3\n"
-+"Project-Id-Version: rpm 4.4.4\n"
+-"Project-Id-Version: rpm 4.4.4\n"
++"Project-Id-Version: rpm 4.4.5\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2005-12-13 07:22-0500\n"
--"PO-Revision-Date: 2005-11-18 21:30+0100\n"
-+"PO-Revision-Date: 2005-12-14 23:47+0100\n"
+ "POT-Creation-Date: 2006-02-21 19:05-0500\n"
+-"PO-Revision-Date: 2005-12-14 23:47+0100\n"
++"PO-Revision-Date: 2006-02-28 20:20+0100\n"
  "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
  "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
  "MIME-Version: 1.0\n"
-@@ -1610,9 +1610,9 @@
- msgstr "%s rmdir %s nie powiod³o siê: %s\n"
+@@ -3003,14 +3003,13 @@
+ msgstr "Instalacja %s\n"
  
- #: lib/fsm.c:2014
+ #: lib/rpminstall.c:1138
+-#, fuzzy
+ msgid "Missing repackaged package(s) detected:\n"
+-msgstr "Czyszczenie przepakowanych pakietów:\n"
++msgstr "Wykryto brakuj±ce przepakowane pakiety:\n"
+ #: lib/rpminstall.c:1140
 -#, fuzzy, c-format
 +#, c-format
- msgid " %s: unlink of %s failed: %s\n"
--msgstr "%s unlink %s nie powiod³o siê: %s\n"
-+msgstr " %s: unlink %s nie powiod³o siê: %s\n"
+ msgid "    %s[%d]: %s\n"
+-msgstr "%s: %s\n"
++msgstr "    %s[%d]: %s\n"
  
- #: lib/fsm.c:2037
+ #: lib/rpminstall.c:1363
  #, c-format
-@@ -1848,7 +1848,7 @@
- #: lib/poptALL.c:325
- msgid "debug cpio payloads"
--msgstr ""
-+msgstr "¶led¼ dane cpio"
+@@ -3079,14 +3078,14 @@
+ msgstr "pakiet %s (nowszy ni¿ %s) jest ju¿ zainstalowany"
  
- #: lib/poptALL.c:329
- msgid "debug payload file state machine"
-@@ -1887,9 +1887,8 @@
- msgstr "¶led¼ wej¶cie/wyj¶cie rpmio"
- #: lib/poptALL.c:375
--#, fuzzy
- msgid "debug tar payloads"
--msgstr "¶led¼ zbiory argv"
-+msgstr "¶led¼ dane tar"
- #: lib/poptALL.c:379
- msgid "debug URL cache handling"
-@@ -2297,14 +2296,14 @@
- msgstr "wy¶wietl pliki zawarte w pakiecie"
- #: lib/poptQV.c:295 lib/poptQV.c:338
+ #: lib/rpmps.c:243
 -#, fuzzy, c-format
 +#, c-format
- msgid "skip %%config files"
--msgstr "pomiñ pliki %%license"
-+msgstr "pomiñ pliki %%config"
+ msgid "installing package %s needs %lu%cB on the %s filesystem"
+-msgstr "instalacja pakietu %s wymaga %ld%cB w systemie plików %s"
++msgstr "instalacja pakietu %s wymaga %lu%cB w systemie plików %s"
  
- #: lib/poptQV.c:298 lib/poptQV.c:341
+ #: lib/rpmps.c:253
 -#, fuzzy, c-format
 +#, c-format
- msgid "skip %%doc files"
--msgstr "pomiñ pliki %%ghost"
-+msgstr "pomiñ pliki %%doc"
+ msgid "installing package %s needs %lu inodes on the %s filesystem"
+-msgstr "instalacja pakietu %s wymaga %ld i-wêz³ów w systemie plików %s"
++msgstr "instalacja pakietu %s wymaga %lu i-wêz³ów w systemie plików %s"
  
- #: lib/poptQV.c:301
+ #: lib/rpmps.c:258
  #, c-format
-@@ -2763,7 +2762,7 @@
+@@ -3109,9 +3108,9 @@
+ msgstr "%s jest w konflikcie z %s%s"
  
- #: lib/rpmds.c:1326
- msgid "package payload can be in ustar tar archive format."
--msgstr ""
-+msgstr "dane pakietu mog± byæ w formacie archiwum tara ustar."
+ #: lib/rpmps.c:273
+-#, fuzzy, c-format
++#, c-format
+ msgid "installing package %s on %s rdonly filesystem"
+-msgstr "instalacja pakietu %s wymaga %ld%cB w systemie plików %s"
++msgstr "instalacja pakietu %s w systemie plików %s tylko do odczytu"
  
- #: lib/rpmds.c:1427
+ #: lib/rpmps.c:278
  #, c-format
-@@ -3569,9 +3568,9 @@
- msgstr "\tNie uda³o siê dodaæ nag³ówka nieudanego pakietu do bazy!\n"
+@@ -3300,19 +3299,19 @@
+ msgstr "    i        urz    bloków  bl.wolnych    i.wolnych punkt montowania\n"
  
- #: lib/transaction.c:1527 lib/transaction.c:1663
+ #: lib/rpmts.c:1293
 -#, fuzzy, c-format
 +#, c-format
- msgid "%s: Unknown transaction element type!\n"
--msgstr "_rpmtsAddRollbackElement: Nieznany rodzaj elementu transakcji!\n"
-+msgstr "%s: Nieznany typ elementu transakcji!\n"
+ msgid "%5d 0x%08x %8u %12ld %12ld %s %s\n"
+-msgstr "%5d 0x%08x %8u %12ld %12ld %s\n"
++msgstr "%5d 0x%08x %8u %12ld %12ld %s %s\n"
  
- #: lib/transaction.c:1528 lib/transaction.c:1664
- #, c-format
-@@ -3617,9 +3616,8 @@
- msgstr "Przetwarzanie elementu usuniêcia do automatycznego wycofania...\n"
+ #: lib/signature.c:139
+-#, fuzzy, c-format
++#, c-format
+ msgid "Expected size: %12lu = lead(%d)+sigs(%d)+pad(%d)+data(%lu)\n"
+-msgstr "Oczekiwany rozmiar: %12d = nag³(%d)+sygn(%d)+wyrówn(%d)+dane(%d)\n"
++msgstr "Oczekiwany rozmiar: %12lu = nag³(%d)+sygn(%d)+wyrówn(%d)+dane(%lu)\n"
  
- #: lib/transaction.c:1623
--#, fuzzy
- msgid "\tErase element(s) already added.\n"
--msgstr "\tElement usuniêcia ju¿ dodany do grzeczno¶ciowej instalacji.\n"
-+msgstr "\tElement(y) usuniêcia ju¿ dodane.\n"
+ #: lib/signature.c:144
+-#, fuzzy, c-format
++#, c-format
+ msgid "  Actual size: %12lu\n"
+-msgstr "  Faktyczny rozmiar: %12d\n"
++msgstr "  Faktyczny rozmiar: %12lu\n"
  
- #: lib/transaction.c:1634
+ #: lib/signature.c:187
  #, c-format
-@@ -4490,87 +4488,3 @@
- #: ../rpmpopt:410 ../rpmpopt:418
- msgid "DIRECTORY"
- msgstr "KATALOG"
--
--#~ msgid "(db package)"
--#~ msgstr "(pakiet w bazie)"
--
--#, fuzzy
--#~ msgid "Attempting to mark %s as installed in transaction score\n"
--#~ msgstr "Próba oznakowania %s jako zainstalowanego w tablicy punktów\n"
--
--#, fuzzy
--#~ msgid "Attempting to mark %s as erased.\n"
--#~ msgstr "Próba oznakowania %s jako usuniêtego w tablicy punktów(0x%x).\n"
--
--#~ msgid "Setting %s to TID of 0x%08x\n"
--#~ msgstr "Ustawianie %s na TID 0x%08x\n"
--
--#~ msgid "Processing failed erase element %s for autorollback.\n"
--#~ msgstr ""
--#~ "Przetwarzanie nieudanego elementu usuniêcia %s do automatycznego "
--#~ "wycofania.\n"
--
--#~ msgid "\tForce removing header from rpmdb.\n"
--#~ msgstr "\tWymuszenie usuniêcia nag³ówka z rpmdb.\n"
--
--#~ msgid "\tCould not remove failed package header from db!\n"
--#~ msgstr "\tNie uda³o siê usun±æ nag³ówka nieudanego pakietu z bazy!\n"
--
--#~ msgid "Could not acquire transaction score entry for %s\n"
--#~ msgstr "Nie uda³o siê uzyskaæ wpisu wyniku transakcji dla %s\n"
--
--#~ msgid "Creating transaction score board(%p, %p)\n"
--#~ msgstr "Tworzenie tablicy wyników transakcji(%p, %p)\n"
--
--#~ msgid "\tScore board address:  %p\n"
--#~ msgstr "\tAdres tablicy wyników:  %p\n"
--
--#~ msgid "\tAllocating space for %d entries\n"
--#~ msgstr "\tPrzydzielanie przestrzeni na %d wpisów\n"
--
--#~ msgid "\tAdding entry for %s to score board.\n"
--#~ msgstr "\tDodawanie wpisu dla %s do tablicy wyników.\n"
--
--#~ msgid "\t\tEntry address:  %p\n"
--#~ msgstr "\t\tAdres wpisu:  %p\n"
--
--#~ msgid "\tUpdating entry for %s in score board.\n"
--#~ msgstr "\tUaktualnianie wpisu dla %s w tablicy wyników.\n"
--
--#~ msgid "Could not get header for transaction score!\n"
--#~ msgstr "Nie uda³o siê pobraæ nag³ówka dla wyników transakcji!\n"
--
--#~ msgid "NEVRA: %s"
--#~ msgstr "NEVRA: %s"
--
--#~ msgid "\tCould not get INSTALLTID for %s.\n"
--#~ msgstr "\tNie uda³o siê pobraæ INSTALLTID-a dla %s.\n"
--
--#~ msgid "\tINSTALLTID for %s is 0x%08x.\n"
--#~ msgstr "\tINSTALLTID dla %s to 0x%08x.\n"
--
--#~ msgid "Looking in score board(%p) for %s\n"
--#~ msgstr "Przeszukiwanie tablicy wyników(%p) pod k±tem %s\n"
--
--#~ msgid "\tFound entry at address:  %p\n"
--#~ msgstr "\tZnaleziono wpis pod adresem:  %p\n"
--
--#~ msgid "Could not acquire transaction score!.\n"
--#~ msgstr "Nie uda³o siê uzyskaæ wyniku transakcji!\n"
--
--#~ msgid "Could not acquire score entry %s!.\n"
--#~ msgstr "Nie uda³o siê uzyskaæ wpisu wyniku %s!\n"
--
--# --- from popt/po/pl.po (in popt.h, not in .pot) ---
--#~ msgid "Options implemented via popt alias/exec:"
--#~ msgstr "Opcje zaimplementowane poprzez popt alias/exec:"
--
--#~ msgid "Help options:"
--#~ msgstr "Opcje pomocy:"
--
--# --- from popt (displayed using rpm domain)
--#~ msgid "Show this help message"
--#~ msgstr "Poka¿ tê pomoc"
--
--#~ msgid "Display brief usage message"
--#~ msgstr "Wy¶wietl skrócony sposób u¿ycia"
This page took 0.070664 seconds and 4 git commands to generate.