Restore compiler warnings now tthat elfutil's -Werror is not there.
authorjbj <devnull@localhost>
Mon, 20 Jan 2003 16:12:12 +0000 (16:12 +0000)
committerjbj <devnull@localhost>
Mon, 20 Jan 2003 16:12:12 +0000 (16:12 +0000)
CVS patchset: 6017
CVS date: 2003/01/20 16:12:12

24 files changed:
configure.ac
lib/query.c
po/cs.po
po/da.po
po/de.po
po/fi.po
po/fr.po
po/gl.po
po/is.po
po/ja.po
po/ko.po
po/no.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/rpm.pot
po/ru.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr.po
tools/convertdb1.c

index fb6e7ba..1fc12b2 100644 (file)
@@ -16,31 +16,31 @@ dnl XXX AM_MAINTAINER_MODE
 dnl Set of available languages.
 ALL_LINGUAS="cs da de fi fr gl is ja ko no pl pt pt_BR ro ru sk sl sr sv tr"
 
-echo "
-****************************************************************************
-*                                                                          *
-*                   *** WARNING WARNING WARNING ***                        *
-*                                                                          *
-* This is source code from the development branch of rpm-4.2.              *
-*                                                                          *
-* If you want the "production" rpm-4.0.4 or rpm-4.1 code, then you should  *
-* either use an rpm-4.0.4 or rpm-4.1 src.rpm. Alternatively, if using a    *
-* CVS checkout, do the following:                                          *
-*                                                                          *
-*       cvs -d :pserver:anonymous@cvs.rpm.org:/cvs/devel login             *
-*       (no password, just carriage return)                                *
-*       cvs -d :pserver:anonymous@cvs.rpm.org:/cvs/devel get rpm           *
-*       cd rpm                                                             *
-*                                                                          *
-* Here's the rpm-4_1 branch:                                               *
-*       cvs up -r rpm-4_1                                                  *
-*                                                                          *
-* Here's the rpm-4_0 branch:                                               *
-*       cvs up -r rpm-4_0                                                  *
-*                                                                          *
-****************************************************************************
-"
-sleep 10
+dnl echo "
+dnl ****************************************************************************
+dnl *                                                                          *
+dnl *                   *** WARNING WARNING WARNING ***                        *
+dnl *                                                                          *
+dnl * This is source code from the development branch of rpm-4.2.              *
+dnl *                                                                          *
+dnl * If you want the "production" rpm-4.0.4 or rpm-4.1 code, then you should  *
+dnl * either use an rpm-4.0.4 or rpm-4.1 src.rpm. Alternatively, if using a    *
+dnl * CVS checkout, do the following:                                          *
+dnl *                                                                          *
+dnl *       cvs -d :pserver:anonymous@cvs.rpm.org:/cvs/devel login             *
+dnl *       (no password, just carriage return)                                *
+dnl *       cvs -d :pserver:anonymous@cvs.rpm.org:/cvs/devel get rpm           *
+dnl *       cd rpm                                                             *
+dnl *                                                                          *
+dnl * Here's the rpm-4_1 branch:                                               *
+dnl *       cvs up -r rpm-4_1                                                  *
+dnl *                                                                          *
+dnl * Here's the rpm-4_0 branch:                                               *
+dnl *       cvs up -r rpm-4_0                                                  *
+dnl *                                                                          *
+dnl ****************************************************************************
+dnl "
+dnl sleep 10
 
 dnl Checks for programs.
 AC_PROG_CC
@@ -50,7 +50,7 @@ AC_PROG_CXX
 AS=${AS-as}
 AC_SUBST(AS)
 if test "$ac_cv_prog_gcc" = yes; then
-    CFLAGS="$CFLAGS -D_GNU_SOURCE -D_REENTRANT -Wall"
+    CFLAGS="$CFLAGS -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
 fi
 export CFLAGS
 
index 4349900..ac03fec 100644 (file)
@@ -126,14 +126,12 @@ static inline /*@null@*/ const char * queryHeader(Header h, const char * qfmt)
 int showQueryPackage(QVA_t qva, rpmts ts, Header h)
 {
     uint_32 tscolor = rpmtsColor(ts);
-    HGE_t hge = (HGE_t)headerGetEntryMinMemory;
     int scareMem = 1;
     rpmfi fi = NULL;
     char * t, * te;
     char * prefix = NULL;
     int rc = 0;                /* XXX FIXME: need real return code */
     int nonewline = 0;
-    int xx;
     int i;
 
     te = t = xmalloc(BUFSIZ);
index 304099f..83d774d 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2001-07-24 10:02+0100\n"
 "Last-Translator: Milan Kerslager <kerslage@linux.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -2254,129 +2254,129 @@ msgid "incorrect format: %s\n"
 msgstr "nesprávný formát: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(neobsahuje ¾ádné soubory)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normální      "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "nahrazen      "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "neinstalován  "
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "sdílen v síti "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(chybí stav)  "
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznámý %3d) "
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "balíèek nemá vlastníka souboru ani seznamy id\n"
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr "balíèek nemá vlastníka souboru ani seznamy id\n"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otevøení %s selhalo: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "dotaz na %s se nezdaøil\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "nelze provést dotaz na zdrojové balíèky starého formátu\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "¾ádný balíèek neaktivuje %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr "¾ádné balíèky\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s neobsahuje ¾ádné balíèky\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¾ádný balíèek neaktivuje %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "nemohu zjistit stav %s: %s\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "¾ádný balíèek neaktivuje %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¾ádný balíèek nevy¾aduje %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¾ádný balíèek neposkytuje %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "soubor %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "soubor %s nevlastní ¾ádný balíèek\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "neplatné èíslo balíèku: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr "záznam balíèku èíslo: %u\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "záznam %u nelze pøeèíst\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "balíèek %s není nainstalován\n"
index 1da1f67..24883bb 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2001-04-05 23:03GMT\n"
 "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
 "Language-Team: Danish <dansk@klid.dk>\n"
@@ -2267,129 +2267,129 @@ msgid "incorrect format: %s\n"
 msgstr "ugyldigt format: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(indeholder ingen filer)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "erstattet     "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "ej installeret"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "ej delt       "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(ingen status)"
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(ukendt %3d)  "
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "pakke har hverken filejerskabs- eller id-lister\n"
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr "pakke har hverken filejerskabs- eller id-lister\n"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "åbning af %s mislykkedes %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "forespørgsel af %s mislykkedes\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "pakke med gammelt kildeformat kan ikke forespørges\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "ingen pakker udløser %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr "ingen pakker\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "gruppe %s indeholder ingen pakker\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "ingen pakker udløser %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "Kunne ikke læse %s: %s.\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "ingen pakker udløser %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "ingen pakker kræver %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "ingen pakker tilfører %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "filen %s tilhører ingen pakke\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ugyldigt pakkenummer: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr "pakkens post-nummer: %u\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "post %d kunne ikke læses\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "pakken %s er ikke installeret\n"
index 7bbcd15..1e58bb3 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -37,7 +37,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 1998-08-03 18:02+02:00\n"
 "Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n"
 "Language-Team: German <de@li.org>\n"
@@ -2426,135 +2426,135 @@ msgid "incorrect format: %s\n"
 msgstr "Fehler beim Format %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(beinhaltet keine Dateien)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 #, fuzzy
 msgid "not installed "
 msgstr "Paket %s ist nicht installiert\n"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(unbekannter Typ)"
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "Paket hat keinen Namen"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "Paket hat keinen Namen"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "Anfrage von %s fehlgeschlagen\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "kein Paket triggert %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "kein Paket triggert %s\n"
 
 # , c-format
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "kein Paket triggert %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "kein Paket verlangt %s\n"
 
 # oder besser: ... listet %s auf? -ke-
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "kein Paket stellt %s bereit\n"
 
 # , c-format
-#: lib/query.c:714
+#: lib/query.c:712
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "Eintrag %d konnte nicht gelesen werden\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "Paket %s ist nicht installiert\n"
index 2033a62..8ef2309 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 1998-05-02 21:41:47-0400\n"
 "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
 "Language-Team: Finnish <linux@sot.com>\n"
@@ -2309,132 +2309,132 @@ msgid "incorrect format: %s\n"
 msgstr "virhe formaatissa: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(ei tiedostoja)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 #, fuzzy
 msgid "not installed "
 msgstr "paketti %s ei ole asennettu\n"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(tuntematon tyyppi)"
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "paketilla ei ole nimeä"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paketilla ei ole nimeä"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s:n kysely ei onnistunut\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "mikään paketti ei laukaise %s:a\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "kysele kaikki paketit"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "mikään paketti ei laukaise %s:a\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "mikään paketti ei laukaise %s:a\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "mikään pakettie ei tarvitse %s:a\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "mikään paketti ei tarjoa %s:a\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "tietuetta %d ei voitu lukea\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paketti %s ei ole asennettu\n"
index f5fdaf5..8448dcc 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2350,132 +2350,132 @@ msgid "incorrect format: %s\n"
 msgstr ""
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 #, fuzzy
 msgid "not installed "
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "La construction a chou.\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, fuzzy, c-format
 msgid "no package triggers %s\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, fuzzy, c-format
 msgid "package %s is not installed\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
index 79107a9..dfe1f6e 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2001-01-13 22:31+0100\n"
 "Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
 "Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -2178,128 +2178,128 @@ msgid "incorrect format: %s\n"
 msgstr ""
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:285
 msgid "package has not file owner/group lists\n"
 msgstr ""
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr ""
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, c-format
 msgid "malformed %s: %s\n"
 msgstr ""
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, c-format
 msgid "no package matches %s: %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
index 2f3944b..97209f2 100644 (file)
--- a/po/is.po
+++ b/po/is.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2001-07-12 13:25+0000\n"
 "Last-Translator: Richard Allen <ra@hp.is>\n"
 "Language-Team: is <kde-isl@mmedia.is>\n"
@@ -2206,128 +2206,128 @@ msgid "incorrect format: %s\n"
 msgstr ""
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:285
 msgid "package has not file owner/group lists\n"
 msgstr ""
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "get ekki opnað pakka gagnagrunn í\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "Get ekki lesið %s: %s.\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "get ekki opnað pakka gagnagrunn í\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
index 14d04a0..331cd03 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 1999-12-01 22:49 +JST\n"
 "Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n"
 "Language-Team: JRPM <jrpm@linux.or.jp>\n"
@@ -2346,131 +2346,131 @@ msgid "incorrect format: %s\n"
 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤Î¥¨¥é¡¼: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "Ä̾ï"
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "ÃÖ¤­´¹¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "¥Í¥Ã¥È¶¦Í­"
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(²¿¤Î¾õÂ֤⤢¤ê¤Þ¤»¤ó)"
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(̤ÃΤΠ%3d)"
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¥Õ¥¡¥¤¥ë½êÍ­¼Ô¤ä id ¥ê¥¹¥È¤ò¤É¤Á¤é¤â»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¥Õ¥¡¥¤¥ë½êÍ­¼Ô¤ä id ¥ê¥¹¥È¤ò¤É¤Á¤é¤â»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "µì·Á¼°¤Î¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "%s ¤ò¥È¥ê¥¬¡¼¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "¥°¥ë¡¼¥× %s ¤Ë°¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "%s ¤ò¥È¥ê¥¬¡¼¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "%s ¤òÆɤà¤Î¤Ë¼ºÇÔ: $s¡£"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "%s ¤ò¥È¥ê¥¬¡¼¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "%s ¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "%s ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤â°¤·¤Æ¤¤¤Þ¤»¤ó\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "̵¸ú¤Ê¥Ñ¥Ã¥±¡¼¥¸ÈÖ¹æ: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ì¥³¡¼¥ÉÈÖ¹æ %d\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "¥ì¥³¡¼¥É %d ¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
index ba7cc86..13b9e1f 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.4\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2002-03-04 17:17+0900\n"
 "Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
 "Language-Team: GNU Translation project <ko@li.org>\n"
@@ -2243,129 +2243,129 @@ msgid "incorrect format: %s\n"
 msgstr "¿Ã¹Ù¸£Áö ¸øÇÑ Çü½Ä: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(ÆÄÀÏÀÌ Æ÷ÇԵǾî ÀÖÁö ¾ÊÀ½)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "Á¤»ó(normal)        "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "±³Ã¼µÊ(replaced)    "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "¼³Ä¡µÇ¾î ÀÖÁö ¾ÊÀ½  "
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "net °øÀ¯µÊ          "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(»óŸ¦ ¾Ë ¼ö ¾øÀ½) "
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(¾Ë ¼ö ¾ø´Â %3d)    "
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "ÆÐÅ°Áö¿¡ ÆÄÀÏ ¼ÒÀ¯ÀÚ ¶Ç´Â id ¸ñ·ÏÀÌ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr "ÆÐÅ°Áö¿¡ ÆÄÀÏ ¼ÒÀ¯ÀÚ ¶Ç´Â id ¸ñ·ÏÀÌ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s(À»)¸¦ ¿©´Âµ¥ ½ÇÆÐÇÔ: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s(À»)¸¦ ÁúÀÇÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "ÀÌÀü Çü½ÄÀÇ ¼Ò½º ÆÐÅ°Áö´Â ÁúÀÇÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "%s(¿Í)°ú ÀÏÄ¡Çϴ ÆÐÅ°Áö°¡ ¾øÀ½: %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr "ÆÐÅ°Áö°¡ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "%s ±×·ìÀº ¾î¶² ÆÐÅ°Áö¿¡µµ Æ÷ÇԵǾî ÀÖÁö ¾Ê½À´Ï´Ù\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "%s(À»)¸¦ »ý¼ºÇÏ´Â(trigger) ÆÐÅ°Áö°¡ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, c-format
 msgid "malformed %s: %s\n"
 msgstr "%s(ÀÌ)°¡ À߸øµÊ: %s\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, c-format
 msgid "no package matches %s: %s\n"
 msgstr "%s(¿Í)°ú ÀÏÄ¡Çϴ ÆÐÅ°Áö°¡ ¾øÀ½: %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "%s(À»)¸¦ ÇÊ¿ä·Î Çϴ ÆÐÅ°Áö°¡ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "%s(À»)¸¦ Á¦°øÇϴ ÆÐÅ°Áö°¡ ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "%s ÆÄÀÏ: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "%s ÆÄÀÏÀº ¾î¶² ÆÐÅ°Áö¿¡µµ µé¾îÀÖÁö ¾Ê½À´Ï´Ù\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ºÎÀûÇÕÇÑ ÆÐÅ°Áö ¹øÈ£: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr "ÆÐÅ°Áö ±â·Ï(record) ¹øÈ£: %u\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "±â·Ï(record) ¹øÈ£ %u(Àº)´Â ÀÐÀ» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "%s ÆÐÅ°Áö°¡ ¼³Ä¡µÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù\n"
index d44daa3..6f4f804 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2001-06-27 12:24+0200\n"
 "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
 "Language-Team: Norwegian <no@li.org>\n"
@@ -2232,129 +2232,129 @@ msgid "incorrect format: %s\n"
 msgstr "ukorrekt format: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(inneholder ingen filer)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "erstattet     "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "ikke installert"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "delt via nett "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(ingen tilstand)"
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(ukjent %3d)  "
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "pakken har verken fileier eller id-lister\n"
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr "pakken har verken fileier eller id-lister\n"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "feil under åpning av %s: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "spørring på %s feilet\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "kildepakker i gammelt format kan ikke spørres\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "ingen pakke utløser %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr "ingen pakker\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "gruppe %s inneholder ingen pakker\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "ingen pakke utløser %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "kunne ikke opprette %s: %s\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "ingen pakke utløser %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "ingen pakke krever %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "ingen pakke gir %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "filen %s eies ikke av noen pakke\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ugyldig pakkenummer: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "pakke %s er ikke installert\n"
index 9f1904b..cb936a8 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 1999-05-25 17:00+0100\n"
 "Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
 "Language-Team: Polish <pl@li.org>\n"
@@ -2310,131 +2310,131 @@ msgid "incorrect format: %s\n"
 msgstr "b³±d w formacie: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(nie zawiera plików)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normalny      "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "zast±piony    "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "niezainstalowany"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "udostêpniony w sieci"
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(brak statusu)"
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(nieznany %3d)"
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "pakiet nie ma ani w³a¶ciciela pliku ani list id"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "pakiet nie ma ani w³a¶ciciela pliku ani list id"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otwarcie %s nie powiod³o siê: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "odpytywanie %s nie powiod³o siê\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "pakiety w starym formacie nie mog± byæ odpytywane\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "¿aden pakiet nie zahacza %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "znaleziono %d pakietów\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupa %s nie zawiera ¿adnych pakietów\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¿aden pakiet nie zahacza %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "Odczytanie %s nie powiod³o siê: %s."
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "¿aden pakiet nie zahacza %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¿aden pakiet nie wymaga %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¿aden pakiet nie udostêpnia %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "plik %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "b³êdny numer pakietu: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "numer rekordu pakietu: %d\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "nie mo¿na odczytaæ rekordu %d\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "pakiet %s nie jest zainstalowany\n"
index 7deadb1..dfd9591 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2002-02-14 10:51+0000\n"
 "Last-Translator: José Nuno Coelho Sanarra Pires <jncp@rnl.ist.utl.pt>\n"
 "Language-Team: pt <morais@kde.org\n"
@@ -2254,130 +2254,130 @@ msgid "incorrect format: %s\n"
 msgstr "formato incorrecto: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(não contém ficheiros)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "substituído   "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "não instalado "
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "partilhado"
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(sem estado)  "
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(desconhecido %3d)"
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "o pacote nem tem um dono do ficheiro ou as listas de IDs\n"
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr "o pacote nem tem um dono do ficheiro ou as listas de IDs\n"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "o acesso ao %s falhou: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "a pesquisa do %s falhou\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 "os pacotes com código-fonte no formato antigo não podem ser pesquisados\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "nenhum pacote coincide com %s: %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr "nenhum pacote\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "o grupo %s não contém nenhum pacote\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "nenhum pacote activa o %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, c-format
 msgid "malformed %s: %s\n"
 msgstr "malformado %s: %s\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, c-format
 msgid "no package matches %s: %s\n"
 msgstr "nenhum pacote coincide com %s: %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "nenhum pacote precisa do %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "nenhum pacote oferece o %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "ficheiro %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "o ficheiro %s não pertence a nenhum pacote\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "número de pacote inválido: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr "número de registo do pacote: %u\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "o registo %u não pôde ser lido\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "o pacote %s não está instalado\n"
index 782e6b5..a10f947 100644 (file)
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
@@ -2438,133 +2438,133 @@ msgid "incorrect format: %s\n"
 msgstr ""
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 #, fuzzy
 msgid "not installed "
 msgstr "no foi passado pacote para instalao"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "no foi passado pacote para instalao"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "no foi passado pacote para instalao"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "Construo falhou.\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "no foram passados pacotes para assinatura"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "pesquise todos os pacotes"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, fuzzy, c-format
 msgid "no package triggers %s\n"
 msgstr "no foram passados pacotes para assinatura"
 
 # , c-format
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "no foram passados pacotes para assinatura"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, fuzzy, c-format
 msgid "package %s is not installed\n"
 msgstr "no foi passado pacote para instalao"
index b3aad6d..63dd8d4 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 1999-04-10 12:00+EST\n"
 "Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
 "Language-Team: Romanian <ro@li.org>\n"
@@ -2178,128 +2178,128 @@ msgid "incorrect format: %s\n"
 msgstr ""
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:285
 msgid "package has not file owner/group lists\n"
 msgstr ""
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr ""
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, c-format
 msgid "malformed %s: %s\n"
 msgstr ""
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, c-format
 msgid "no package matches %s: %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
index 45debdf..8cc51c5 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2184,128 +2184,128 @@ msgid "incorrect format: %s\n"
 msgstr ""
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:287
+#: lib/query.c:285
 msgid "package has not file owner/group lists\n"
 msgstr ""
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr ""
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr ""
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, c-format
 msgid "malformed %s: %s\n"
 msgstr ""
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, c-format
 msgid "no package matches %s: %s\n"
 msgstr ""
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr ""
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
index 8b32212..de04000 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2002-08-27 13:36-0400\n"
 "Last-Translator: Eugene Kanter, <eugene@blackcatlinux.com>\n"
 "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@@ -2226,128 +2226,128 @@ msgid "incorrect format: %s\n"
 msgstr "ÏÛÉÂËÁ × ÆÏÒÍÁÔÅ: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÏ×)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "ÎÏÒÍÁÌØÎÙÊ    "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "ÚÁÍÅÎÅÎÎÙÊ    "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "ÎÅ ÕÓÔÁÎÏ×ÌÅΠ"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "ÓÅÔÅ×ÏÊ       "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(ÓÏÓÔ. ÎÅÔ)   "
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(ÎÅÉÚ×. %3d)  "
 
-#: lib/query.c:287
+#: lib/query.c:285
 msgid "package has not file owner/group lists\n"
 msgstr "ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÓÐÉÓËÏ× ×ÌÁÄÅÌØÃÅ×/ÇÒÕÐÐ-×ÌÁÄÅÌØÃÅ× ÆÁÊÌÏ×\n"
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr "ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÓÐÉÓËÏ× ÎÉ ÈÏÚÑÅ× ÆÁÊÌÏ×, ÎÉ ÉÈ ID\n"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "ÏÛÉÂËÁ ÚÁÐÒÏÓÁ %s\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "ÚÁÐÒÏÓÙ Ë ÉÓÈÏÄÎÙÍ ÐÁËÅÔÁÍ × ÓÔÁÒÏÍ ÆÏÒÍÁÔÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "%s: ÎÅ ÐÁËÅÔ (ÉÌÉ ÍÁÎÉÆÅÓÔ ÐÁËÅÔÁ) rpm : %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ×Ú×ÏÄÉÔ ÔÒÉÇÇÅÒ %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, c-format
 msgid "malformed %s: %s\n"
 msgstr "ÏÛÉÂËÁ ÆÏÒÍÁÔÁ %s: %s.\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, c-format
 msgid "no package matches %s: %s\n"
 msgstr "ÎÉ ÏÄÉΠÐÁËÅÔ ÎÅ ÐÏÄÈÏÄÉÔ Ë %s: %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ÔÒÅÂÕÅÔ %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "ÆÁÊÌ %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "ÆÁÊÌ %s ÎÅ ÐÒÉÎÁÄÌÅÖÉÔ ÎÉ ÏÄÎÏÍÕ ÉÚ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ÎÅ×ÅÒÎÙÊ ÎÏÍÅÒ ÐÁËÅÔÁ: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr "ÎÏÍÅÒ ÚÁÐÉÓÉ ÐÁËÅÔÁ: %u\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÚÁÐÉÓØ %u\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "ÐÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"
index 831e1d7..aa97fde 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 1999-04-08 21:37+02:00\n"
 "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
 "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
@@ -2308,131 +2308,131 @@ msgid "incorrect format: %s\n"
 msgstr "chyba formátu: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(neobsahuje ¾iadne súbory)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normálny      "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "nahradený     "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "nein¹talovaný "
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "zdieµaný      "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(¾iadny stav) "
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznámy %d)  "
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "balík neobsahuje ani vlastníka súboru, ani zoznamy identifikácií"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "balík neobsahuje ani vlastníka súboru, ani zoznamy identifikácií"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otvorenie %s zlyhalo\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "otázka na %s zlyhala\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "nie je mo¾né pýta» sa zdrojových balíkov v starom formáte\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "¾iadny z balíkov nespú¹»a %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "nájdených %d balíkov\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s neobsahuje ¾iadne balíky\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¾iadny z balíkov nespú¹»a %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "Nie je mo¾né preèíta» %s: %s."
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "¾iadny z balíkov nespú¹»a %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¾iadny z balíkov nevy¾aduje %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¾iadny z balíkov neposkytuje %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "súbor %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "chybné èíslo balíku: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "po¾aduje sa záznam èíslo %d\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "záznam %d nie je mo¾né preèíta»\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "balík %s nie je nain¹talovaný\n"
index f7f1557..a778955 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,12 +1,12 @@
 # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr.
 # Copyright (C) 2000 Free Software Foundation, Inc.
 # Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000.
-# $Id: sl.po,v 1.365 2003/01/17 17:43:32 jbj Exp $
+# $Id: sl.po,v 1.366 2003/01/20 16:13:00 jbj Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2000-10-08 19:05+0200\n"
 "Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -2308,131 +2308,131 @@ msgid "incorrect format: %s\n"
 msgstr "napaka v obliki: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(ne vsebuje datotek)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normalno      "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "nadome¹èeno   "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "ni name¹èeno  "
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "omre¾ni       "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(brez stanja) "
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznano %3d) "
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "odpiranje %s je bilo neuspe¹no: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "poizvedba po %s je bila neuspe¹na\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "poizvedba po izvornih paketih v stari obliki ni mo¾na\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "noben paket ne pro¾i %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "ni paketov\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s ne vsebuje nobenega paketa\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "noben paket ne pro¾i %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "Neuspe¹no branje %s: %s."
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "noben paket ne pro¾i %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "noben paket ne potrebuje %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "noben paket ne nudi %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "datoteka %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "datoteka %s ni del nobenega paketa\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "neveljavna ¹tevilka paketa: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "¹tevilka zapisa paketa: %d\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "zapisa %d ni mo¾no prebrati\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s ni name¹èen\n"
index af5e191..306982c 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=iso-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -2300,132 +2300,132 @@ msgid "incorrect format: %s\n"
 msgstr "gre¹ka u formatu: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(nema datoteka)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:257
+#: lib/query.c:255
 #, fuzzy
 msgid "not installed "
 msgstr "paket %s nije instaliran\n"
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(nepoznat tip)"
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "paket nema imena"
 
-#: lib/query.c:320
+#: lib/query.c:318
 #, fuzzy
 msgid "package has neither file owner or id lists\n"
 msgstr "paket nema imena"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "upit nad %s neuspeo\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "Upit se ne mo¾e izvesti nad izvorni paketima u starom formatu\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "nijedan paket ne aktivira %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 #, fuzzy
 msgid "no packages\n"
 msgstr "upit nad svim paketima"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "nijedan paket ne aktivira %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "nijedan paket ne aktivira %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "nijedan paket ne zahteva %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "nijedan paket ne obezbeðuje %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, fuzzy, c-format
 msgid "record %u could not be read\n"
 msgstr "ne mogu da proèitam slog %d\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s nije instaliran\n"
index 43f8376..55cbb2f 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.1\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2002-08-19 22:26+0200\n"
 "Last-Translator: Göran Uddeborg <goeran@uddeborg.pp.se>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -2210,128 +2210,128 @@ msgid "incorrect format: %s\n"
 msgstr "fel format: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(innehåller inga filer)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "ersatt        "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "oinstallerat  "
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "nätdelad      "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(ej tillstnd) "
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(okänd %3d)   "
 
-#: lib/query.c:287
+#: lib/query.c:285
 msgid "package has not file owner/group lists\n"
 msgstr "paketet har inte filägare-/-grupplistor\n"
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr "paketet har varken filägare eller id-listor\n"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "misslyckades med att öppna %s: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "fråga av %s misslyckades\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "källpaket i gammalt format går inte att fråga om\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "%s: inte ett rpm-paket (eller paketspecifikation): %s\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr "inga paket\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupp %s innehåller inga paket\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "inga paketutlösare %s\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, c-format
 msgid "malformed %s: %s\n"
 msgstr "felformaterad %s: %s\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, c-format
 msgid "no package matches %s: %s\n"
 msgstr "inga paket matchar %s: %s\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "inget paket behöver %s\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "inget paket tillhandahåller %s\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "filen %s tillhör inget paket\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "felaktigt paketnummer: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr "paketpost nummer: %u\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "post %u kunde inte läsas\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s är inte installerat\n"
index d5f9450..3b81fb6 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2003-01-17 12:33-0500\n"
+"POT-Creation-Date: 2003-01-20 11:06-0500\n"
 "PO-Revision-Date: 2001-07-05 08:02+300\n"
 "Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n"
 "Language-Team: Turkish <tr@li.org>\n"
@@ -2272,129 +2272,129 @@ msgid "incorrect format: %s\n"
 msgstr "biçem yanlýþ: %s\n"
 
 #. @-boundswrite@
-#: lib/query.c:186
+#: lib/query.c:184
 msgid "(contains no files)"
 msgstr "(hiç dosya içermiyor)"
 
-#: lib/query.c:251
+#: lib/query.c:249
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:254
+#: lib/query.c:252
 msgid "replaced      "
 msgstr "yerine        "
 
-#: lib/query.c:257
+#: lib/query.c:255
 msgid "not installed "
 msgstr "yüklenmedi "
 
-#: lib/query.c:260
+#: lib/query.c:258
 msgid "net shared    "
 msgstr "að paylaþýmlý "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "wrong color   "
 msgstr ""
 
-#: lib/query.c:266
+#: lib/query.c:264
 msgid "(no state)    "
 msgstr "(durumsuz)    "
 
-#: lib/query.c:269
+#: lib/query.c:267
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(bilinmeyen %3d)"
 
-#: lib/query.c:287
+#: lib/query.c:285
 #, fuzzy
 msgid "package has not file owner/group lists\n"
 msgstr "paket ne dosya sahibi ne de kimlik listesi içeriyor\n"
 
-#: lib/query.c:320
+#: lib/query.c:318
 msgid "package has neither file owner or id lists\n"
 msgstr "paket ne dosya sahibi ne de kimlik listesi içeriyor\n"
 
-#: lib/query.c:449 lib/query.c:496 lib/rpminstall.c:127 lib/rpminstall.c:464
+#: lib/query.c:447 lib/query.c:494 lib/rpminstall.c:127 lib/rpminstall.c:464
 #: lib/rpminstall.c:595 lib/rpminstall.c:1011 lib/rpmts.c:462
 #: tools/rpmgraph.c:127 tools/rpmgraph.c:164
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s açýlamadý: %s\n"
 
-#: lib/query.c:464
+#: lib/query.c:462
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
 
-#: lib/query.c:474
+#: lib/query.c:472
 msgid "old format source packages cannot be queried\n"
 msgstr "eski biçem kaynak paketleri sorgulanamaz\n"
 
-#: lib/query.c:507 lib/rpminstall.c:608
+#: lib/query.c:505 lib/rpminstall.c:608
 #, fuzzy, c-format
 msgid "%s: not an rpm package (or package manifest): %s\n"
 msgstr "%s tetikleyen paket yok\n"
 
-#: lib/query.c:536
+#: lib/query.c:534
 msgid "no packages\n"
 msgstr "paket yok\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "%s grubu hiç paket içermiyor\n"
 
-#: lib/query.c:565
+#: lib/query.c:563
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "%s tetikleyen paket yok\n"
 
-#: lib/query.c:578 lib/query.c:599 lib/query.c:619 lib/query.c:653
+#: lib/query.c:576 lib/query.c:597 lib/query.c:617 lib/query.c:651
 #, fuzzy, c-format
 msgid "malformed %s: %s\n"
 msgstr "%s okunamadý: %s.\n"
 
-#: lib/query.c:588 lib/query.c:605 lib/query.c:629 lib/query.c:658
+#: lib/query.c:586 lib/query.c:603 lib/query.c:627 lib/query.c:656
 #, fuzzy, c-format
 msgid "no package matches %s: %s\n"
 msgstr "%s tetikleyen paket yok\n"
 
-#: lib/query.c:668
+#: lib/query.c:666
 #, c-format
 msgid "no package requires %s\n"
 msgstr "%s gerektiren paket yok\n"
 
-#: lib/query.c:679
+#: lib/query.c:677
 #, c-format
 msgid "no package provides %s\n"
 msgstr "%s saðlayan paket yok\n"
 
-#: lib/query.c:714
+#: lib/query.c:712
 #, c-format
 msgid "file %s: %s\n"
 msgstr "dosya %s: %s\n"
 
-#: lib/query.c:718
+#: lib/query.c:716
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
 
-#: lib/query.c:743
+#: lib/query.c:741
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "geçersiz paket numarasý: %s\n"
 
-#: lib/query.c:746
+#: lib/query.c:744
 #, c-format
 msgid "package record number: %u\n"
 msgstr "paket kayýt numarasý: %u\n"
 
-#: lib/query.c:751
+#: lib/query.c:749
 #, c-format
 msgid "record %u could not be read\n"
 msgstr "%u. kayýt okunamadý\n"
 
-#: lib/query.c:761 lib/rpminstall.c:779
+#: lib/query.c:759 lib/rpminstall.c:779
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "%s paketi kurulu deðil\n"
index 2ac4322..9e5bb62 100644 (file)
@@ -116,7 +116,8 @@ static int dncmp(const void * a, const void * b)
 /*@=boundsread@*/
 
 /*@-bounds@*/
-void compressFilelist(Header h)
+static void compressFilelist(Header h)
+       /*@*/
 {
     HGE_t hge = (HGE_t)headerGetEntryMinMemory;
     HAE_t hae = (HAE_t)headerAddEntry;