summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--lib/psm.c6
-rw-r--r--lib/transaction.c6
-rw-r--r--po/cs.po140
-rw-r--r--po/da.po139
-rw-r--r--po/de.po137
-rw-r--r--po/en_RN.po137
-rw-r--r--po/es.po137
-rw-r--r--po/eu_ES.po137
-rw-r--r--po/fi.po137
-rw-r--r--po/fr.po137
-rw-r--r--po/gl.po137
-rw-r--r--po/hu.po137
-rw-r--r--po/id.po137
-rw-r--r--po/is.po137
-rw-r--r--po/it.po137
-rw-r--r--po/ja.po137
-rw-r--r--po/ko.po140
-rw-r--r--po/no.po137
-rw-r--r--po/pl.po137
-rw-r--r--po/pt.po139
-rw-r--r--po/pt_BR.po137
-rw-r--r--po/ro.po137
-rw-r--r--po/rpm.pot72
-rw-r--r--po/ru.po140
-rw-r--r--po/sk.po137
-rw-r--r--po/sl.po139
-rw-r--r--po/sr.po137
-rw-r--r--po/sv.po140
-rw-r--r--po/tr.po140
-rw-r--r--po/uk.po137
-rw-r--r--po/wa.po137
-rw-r--r--po/zh.po137
-rw-r--r--po/zh_CN.GB2312.po137
-rw-r--r--rpm.spec3
-rw-r--r--rpm.spec.in3
-rw-r--r--rpmdb/db3.c33
-rw-r--r--rpmdb/dbconfig.c2
-rw-r--r--rpmdb/rpmdb.h2
39 files changed, 2151 insertions, 2108 deletions
diff --git a/CHANGES b/CHANGES
index 466d88e44..8efb093b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -86,6 +86,7 @@
- tru64 compiler message cleanup.
- add buildarch lines for hppa (#57728).
- sparc: make dbenv per-rpmdb, not per-dbi.
+ - handle lazy db open's in chroot with absolute path, not prefix strip.
4.0.2 -> 4.0.3:
- update per-interpreter dependency scripts, add sql/tcl (#20295).
diff --git a/lib/psm.c b/lib/psm.c
index f3bbb2ada..0a6d7670e 100644
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -33,10 +33,12 @@
/*@access alKey@*/
/*@access rpmDepSet@*/
+#ifdef DYING
/*@-redecl -declundef -exportheadervar@*/
/*@unchecked@*/
extern const char * chroot_prefix;
/*@=redecl =declundef =exportheadervar@*/
+#endif
int rpmVersionCompare(Header first, Header second)
{
@@ -1783,11 +1785,13 @@ assert(psm->mi == NULL);
/*@=superuser@*/
psm->chrootDone = ts->chrootDone = 1;
if (ts->rpmdb != NULL) ts->rpmdb->db_chrootDone = 1;
+#ifdef DYING
/*@-onlytrans@*/
/*@-mods@*/
chroot_prefix = ts->rootDir;
/*@=mods@*/
/*@=onlytrans@*/
+#endif
}
break;
case PSM_CHROOT_OUT:
@@ -1798,9 +1802,11 @@ assert(psm->mi == NULL);
/*@=superuser@*/
psm->chrootDone = ts->chrootDone = 0;
if (ts->rpmdb != NULL) ts->rpmdb->db_chrootDone = 0;
+#ifdef DYING
/*@-mods@*/
chroot_prefix = NULL;
/*@=mods@*/
+#endif
xx = chdir(ts->currDir);
}
break;
diff --git a/lib/transaction.c b/lib/transaction.c
index 26192f058..e20d84a40 100644
--- a/lib/transaction.c
+++ b/lib/transaction.c
@@ -14,10 +14,12 @@
#include "misc.h" /* XXX stripTrailingChar, splitString, currentDirectory */
#include "rpmdb.h"
+#ifdef DYING
/*@-redecl -exportheadervar@*/
/*@unchecked@*/
extern const char * chroot_prefix;
/*@=redecl =exportheadervar@*/
+#endif
/* XXX FIXME: merge with existing (broken?) tests in system.h */
/* portability fiddles */
@@ -1256,11 +1258,13 @@ int rpmRunTransactions( rpmTransactionSet ts,
/*@=superuser =noeffect @*/
ts->chrootDone = 1;
if (ts->rpmdb) ts->rpmdb->db_chrootDone = 1;
+#ifdef DYING
/*@-onlytrans@*/
/*@-mods@*/
chroot_prefix = ts->rootDir;
/*@=mods@*/
/*@=onlytrans@*/
+#endif
}
ts->ht = htCreate(totalFileCount * 2, 0, 0, fpHashFunction, fpEqual);
@@ -1445,9 +1449,11 @@ int rpmRunTransactions( rpmTransactionSet ts,
/*@=superuser =noeffect @*/
ts->chrootDone = 0;
if (ts->rpmdb) ts->rpmdb->db_chrootDone = 0;
+#ifdef DYING
/*@-mods@*/
chroot_prefix = NULL;
/*@=mods@*/
+#endif
xx = chdir(ts->currDir);
}
diff --git a/po/cs.po b/po/cs.po
index e60237e6d..da9cb725c 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -831,7 +831,7 @@ msgstr "Nemohu přečíst hlavičku z %s: %s\n"
msgid "Could not open %s: %s\n"
msgstr "Nemohu otevřít %s: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "Nemohu zapsat balíček: %s\n"
@@ -861,7 +861,7 @@ msgstr "Nemohu přečíst payload z %s: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "Nemohu zapsat payload do %s: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapsáno: %s\n"
@@ -897,8 +897,8 @@ msgid "bad date in %%changelog: %s\n"
msgstr "špatný datum v %%changelog: %s\n"
#: build/parseChangelog.c:155
-#, c-format
-msgid "%%changelog not in decending chronological order\n"
+#, fuzzy, c-format
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog není seřazen sestupně podle času\n"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1490,31 +1490,33 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "odstraňuji %s-%s-%s \"%s\" z tsort relací.\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr "========== ukládání tsort relací\n"
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
+#, fuzzy
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
"========== tsorting balíčků (pořadí, #předchůdce, #následovník, hloubka)\n"
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr "========== pouze úspěšné (pořadí dle prezentace)\n"
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr "SMYČKA:\n"
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr "========== pokračuje tsort ...\n"
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2130,79 +2132,79 @@ msgid "is needed by"
msgstr " je nutné pro %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "Datový typ %d není podporován\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr "nemohu vytvořit %s: %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr "nemohu zapsat do %%%s %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr "očekávám balíček se zdrojovými kódy, nalezen však binární\n"
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "zdrojový balíček neobsahuje .spec soubor\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "%s: spouštím %s skript(y) (pokud existují)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "provedení skripletu %s z %s-%s-%s selhalo, návratový kód byl: %s\n"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "provedení %s skripletu z %s-%s-%s selhalo, návratový kód: %d\n"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "%s: %s-%s-%s obsahuje %d souborů, test = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, fuzzy, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr "%s: scriptlet %s selhal (%d), přeskakuji %s-%s-%s\n"
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr "uživatel %s neexistuje - použit uživatel root\n"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr "skupina %s neexistuje - použita skupina root\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "rozbalování archívu selhalo %s%s: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " na souboru "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "nemohu otevřít %s: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s selhalo\n"
@@ -2751,18 +2753,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "Podpisu: velikost(%d)+vata(%d)\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s přeskočeno, protože chybí příznak\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "vynechávám adresář %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "získávám seznam připojených systémů souborů\n"
@@ -2841,70 +2843,70 @@ msgstr "otevírám db soubor %s mode 0x%x\n"
msgid "cannot get %s lock on database\n"
msgstr "nemohu vytvořit zámek %s na databázi\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "výhradní"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "sdílený"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr "uzavřeno DB prostředí %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr "odstraněno db prostředí %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "otevírám db environment %s/%s %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr "uzavřen db index %s/%s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr "uzavřen db index %s/%s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "otevírám db index %s/%s %s mode=0x%x\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "nemohu zamknout databázi zámkem %s v %s/%s\n"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr "uzamčen db index %s/%s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr "neznámá db volba: \"%s\" ignorována\n"
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr "%s má neplatnou numerickou hodnotu, přeskočeno\n"
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr "%s má moc velkou nebo moc malou long hodnotu, přeskočeno\n"
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr "%s má příliš velkou nebo moc malou celočíselnou hodnotu, přeskočeno\n"
@@ -3055,7 +3057,7 @@ msgstr "chyba(%d) při odstraňování záznamu %s z %s\n"
msgid "no dbpath has been set\n"
msgstr "nebyla nastavena dbpath\n"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
@@ -3063,115 +3065,115 @@ msgstr ""
"databáze je ve starém formátu; použijte --rebuilddb pro převod do nového\n"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr "chyba(%d) při počítání balíčků\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "záznam číslo %d v databázi je chybný -- vynechávám.\n"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr "rpmdb: porušená položka hlavičky #%u, přeskakuji.\n"
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: nemohu číst hlavičku na adrese 0x%x\n"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "odstraňuji \"%s\" z indexu %s.\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "odstraňuji %d položek z indexu %s.\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "chyba(%d) při alokaci nové instance balíčku\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "přidávám \"%s\" do indexu %s\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "přidávám %d položek do indexu %s.\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr "odstraňuji %s po úspěšném znovusestavení db3.\n"
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "nebyla nastavena dbpath"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "databázi %s převádím do %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr "dočasná databáze %s již existuje\n"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr "vytvářím adresář %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr "vytvářím adresář %s: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "otevírám starou databázi s dbapi %d\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "otevírám novou databázi s dbapi %d\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr "nemohu přidat záznam - původně u %d\n"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"databázi nelze zvovu vytvořit; původní databáze zůstává na svém místě\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "starou databázi nelze nahradit novou databází!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "pro obnovení nahraďte soubory v %s soubory z %s"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr "mažu adresář %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "nemohu odstranit adresář %s: %s\n"
diff --git a/po/da.po b/po/da.po
index eb7fa640e..21694bdae 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -828,7 +828,7 @@ msgstr "Kunne ikke lćse hoved fra %s: %s\n"
msgid "Could not open %s: %s\n"
msgstr "Kunne ikke ĺbne %s: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "Kunne ikke skrive pakke: %s\n"
@@ -858,7 +858,7 @@ msgstr "Kunne ikke lćse pakkeindhold fra %s: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "Kunne ikke skrive pakkeindhold til %s: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Skrev: %s\n"
@@ -894,8 +894,8 @@ msgid "bad date in %%changelog: %s\n"
msgstr "ugyldig dato i %%changelog: %s\n"
#: build/parseChangelog.c:155
-#, c-format
-msgid "%%changelog not in decending chronological order\n"
+#, fuzzy, c-format
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog ikke i omvendt kronologisk rćkkefřlge\n"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1492,30 +1492,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "fjerne %s-%s-%s \"%s\" fra tsort-relationer.\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr "========== gemmer tsort-relationer\n"
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr "========== kun efterfřlgere (prćsentationsrćkkefřlge)\n"
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr "LŘKKE:\n"
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr "========== fortsćtter tsort ...\n"
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2149,81 +2150,81 @@ msgid "is needed by"
msgstr " krćves af %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "Datatype %d understřttes ikke\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "kan ikke oprette %s: %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "kunne ikke skrive til %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr "kildepakke forventet, binćr fundet\n"
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "kildepakke indeholder ingen .spec-fil\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "křrer postinstallations-skript (hvis det findes)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
"křrsel af smĺskriptet %s fra %s-%s-%s mislykkedes, afslutningsstatus %d\n"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
"křrsel af smĺskriptet %s fra %s-%s-%s mislykkedes, afslutningsstatus %d\n"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "pakke: %s-%s-%s filer test = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr "bruger %s eksisterer ikke - bruger root\n"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr "gruppe %s eksisterer ikke - bruger root\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "udpakning af arkiv mislykkedes%s%s: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " for fil "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "kunne ikke ĺbne %s: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s mislykkedes\n"
@@ -2773,18 +2774,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "Signaturfyld : %d\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s oversprunget grundet manglende ok-flag\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "ekskluderer kataloget %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "henter liste over monterede filsystemer\n"
@@ -2863,70 +2864,70 @@ msgstr "ĺbner db-fil %s modus 0x%x\n"
msgid "cannot get %s lock on database\n"
msgstr "kunne ikke opnĺ %s lĺs pĺ database\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "eksklusiv"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "delt"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, fuzzy, c-format
msgid "closed db environment %s/%s\n"
msgstr "lukkede db-miljř %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, fuzzy, c-format
msgid "removed db environment %s/%s\n"
msgstr "fjernede db-miljř %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "ĺbner db-miljř %s/%s %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "lukkede db-indeks %s/%s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "lukkede db-indeks %s/%s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "ĺbner db-indeks %s/%s %s mode=0x%x\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "kan ikke opnĺ %s lĺs pĺ %s/%s\n"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "lĺste db-index %s/%s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, fuzzy, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr "ukendt db-tilvalg: \"%s\" ignoreret\n"
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr "%s har ugyldig talvćrdi, overspringes\n"
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr "%s har for stor eller lille 'long'-vćrdi, overspringes\n"
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr "%s har for stor eller lille heltalsvćrdi, overspringes\n"
@@ -3080,7 +3081,7 @@ msgstr "fejl(%d) ved fjernelse af post %s fra %s\n"
msgid "no dbpath has been set\n"
msgstr "der er ikke sat nogen dbpath\n"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
@@ -3089,118 +3090,118 @@ msgstr ""
"database med det nye format\n"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr "fejl(%d) ved optćlling af pakker\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "post nummer %d i databasen er fejlbehćftet -- overspringer.\n"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: kan ikke lćse hoved ved 0x%x\n"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "fjerner \"%s\" fra %s-indekset.\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "fjerne %d indgange fra %s-indekset.\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "fejl(%d) under allokering af ny pakkeinstans\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
"tilfřjer \"%s\" til '%s'-indekset.\n"
"\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "tilfřjer %d indgange til '%s'-indekset.\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr "fjerner %s efter vellykket genopbygning af db3.\n"
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "der ikke sat nogen dbpath"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "genopbygger database %s over i %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr "den midlertidige database %s eksisterer allerede\n"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
"opretter kataloget %s\n"
"\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr "opretter kataloget %s: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "ĺbner gammel database med dbapi %d\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "ĺbner ny database med dbapi %d\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "kunne ikke tilfřje posten, der tidligere var ved %d\n"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr "kunne ikke genopbygge database: original-databasen beholdes\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "kunne ikke erstatte gammel database med ny database!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "erstat filer i %s med filer fra %s for at genoprette"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr "fjerner kataloget %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "kunne ikke fjerne katalog %s: %s\n"
diff --git a/po/de.po b/po/de.po
index 3f51ca178..652053659 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -921,7 +921,7 @@ msgid "Could not open %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen\n"
# , c-format
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Nicht möglich %s zu schreiben"
@@ -956,7 +956,7 @@ msgstr "Nicht möglich %s zu schreiben"
msgid "Unable to write payload to %s: %s\n"
msgstr "Nicht möglich %s zu schreiben"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -994,7 +994,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1628,30 +1628,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2318,82 +2319,82 @@ msgid "is needed by"
msgstr " wird von %s-%s-%s gebraucht\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "kann Datei %s nicht öffnen: "
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "kann Datei %s nicht öffnen: "
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "Keine Stufen ausführen"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "Ausführung des Skripts fehlgeschlagen"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "Ausführung des Skripts fehlgeschlagen"
# FIXME shared, besser: "mit anderen geteilte ..."
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, fuzzy, c-format
msgid "group %s does not exist - using root\n"
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "öffnen von %s fehlgeschlagen: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
# , c-format
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "pgp fehlgeschlagen"
@@ -2965,18 +2966,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -3052,70 +3053,70 @@ msgstr "Datenbank aus der vorhandenen neu erstellen"
msgid "cannot get %s lock on database\n"
msgstr "kann %s lock für die Datenbank nicht bekommen"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "exklusiv"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "geteilt"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "kann %s lock für die Datenbank nicht bekommen"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3269,126 +3270,126 @@ msgstr "Fehler beim Löschen des Eintrags %s nach %s"
msgid "no dbpath has been set\n"
msgstr "ťdbpathŤ ist nicht gesetzt"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "Fehler beim Suchen nach Paket %s\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
"Eintrag Nummer %d in der Datenback ist nicht in Ordnung -- wird übersprungen"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "kann Kopfzeilen bei %d nicht lesen, um danach zu suchen"
# FIXME
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
# FIXME
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "Fehler beim Suchen nach Paket %s\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
# FIXME
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "ťdbpathŤ ist nicht gesetzt"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "die temporäre Datenbank %s existiert schon"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "kann einen Eintrag hinzufügen, ursprünglich bei %d"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
# , c-format
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
diff --git a/po/en_RN.po b/po/en_RN.po
index 10003c6eb..9288bfcf2 100644
--- a/po/en_RN.po
+++ b/po/en_RN.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/es.po b/po/es.po
index 10003c6eb..9288bfcf2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/eu_ES.po b/po/eu_ES.po
index 10003c6eb..9288bfcf2 100644
--- a/po/eu_ES.po
+++ b/po/eu_ES.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 7fc65465a..40c65a480 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-0500\n"
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
"Language-Team: Finnish <linux@sot.com>\n"
"Content-Type: text/plain; charset=\n"
@@ -835,7 +835,7 @@ msgstr "%s:n kirjoitus ei onnistu"
msgid "Could not open %s: %s\n"
msgstr "%s:n avaus epäonnistui\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "%s:n kirjoitus ei onnistu"
@@ -865,7 +865,7 @@ msgstr "%s:n kirjoitus ei onnistu"
msgid "Unable to write payload to %s: %s\n"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -902,7 +902,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1509,30 +1509,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2181,80 +2182,80 @@ msgid "is needed by"
msgstr "vaatii %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "en voinut avata tiedostoa %s: "
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "en voinut avata tiedostoa %s: "
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "älä suorita mitään vaiheita"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "skriptin ajo epäonnistui"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "skriptin ajo epäonnistui"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, fuzzy, c-format
msgid "group %s does not exist - using root\n"
msgstr "ryhmässä %s ei ole paketteja\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "%s:n avaus ei onnistunut: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "en voinut avata %s: %s"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "pgp epäonnistui"
@@ -2818,18 +2819,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2904,70 +2905,70 @@ msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
msgid "cannot get %s lock on database\n"
msgstr "en voi saada %s lukitusta tietokantaan"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "poissulkevaa"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "jaettua"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "en voi saada %s lukitusta tietokantaan"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3119,121 +3120,121 @@ msgstr "virhe poistettaessa tietuetta %s %s:stä"
msgid "no dbpath has been set\n"
msgstr "dbpath ei ole asetettu"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "virhe etsittäessä pakettia %s\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "tietue numero %d tietokannassa viallinen -- ohitan sen"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "en voi lukea headeria %d:stä päivittäessä"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "virhe etsittäessä pakettia %s\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "dbpath ei ole asetettu"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "väliaikainen tietokanta %s on jo olemassa"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "en voi lisätä tietuetta %d:stä"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "en voinut avata %s: %s"
diff --git a/po/fr.po b/po/fr.po
index 7b3a1ab64..49c2081d3 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -870,7 +870,7 @@ msgstr "impossible d'ouvrir: %s\n"
msgid "Could not open %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "impossible d'ouvrir: %s\n"
@@ -900,7 +900,7 @@ msgstr "impossible d'ouvrir: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -937,7 +937,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1546,30 +1546,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "impossible d'ouvrir: %s\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2229,81 +2230,81 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr ""
" -f <file>+ - interroge le package qui appartient <file>"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "aucun package n'a t spcifi pour l'installation"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "La construction a chou.\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "La construction a chou.\n"
@@ -2861,18 +2862,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2947,70 +2948,70 @@ msgstr "impossible d'ouvrir: %s\n"
msgid "cannot get %s lock on database\n"
msgstr "aucun package n'a t spcifi pour la dsinstallation"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "aucun package n'a t spcifi pour la dsinstallation"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3161,121 +3162,121 @@ msgstr "impossible d'ouvrir: %s\n"
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "aucun package n'a t spcifi pour l'installation"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "aucun package n'a t spcifi pour la dsinstallation"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "aucun package n'a t spcifi pour l'installation"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
diff --git a/po/gl.po b/po/gl.po
index d48f5cbbf..54e059f2b 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -811,7 +811,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -841,7 +841,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -878,7 +878,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1458,30 +1458,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2078,79 +2079,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2691,18 +2692,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2777,70 +2778,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2987,121 +2988,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 10003c6eb..9288bfcf2 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/id.po b/po/id.po
index 10003c6eb..9288bfcf2 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/is.po b/po/is.po
index 46d3e7cfb..ca782f148 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -815,7 +815,7 @@ msgstr "Get ekki lesiđ haus úr %s: %s\n"
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "Get ekki ritađ í pakka: %s\n"
@@ -845,7 +845,7 @@ msgstr "Get ekki lesiđ innihald %s: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "Get ekki ritađ innihald í %s: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Skrifađi: %s\n"
@@ -882,7 +882,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1464,30 +1464,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2089,79 +2090,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr "gat ekki búiđ til %%%s %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr "get ekki ritađ í %%%s %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "pakkinn inniheldur enga .spec skrá\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "gat ekki opnađ %s: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s brást\n"
@@ -2702,18 +2703,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2788,70 +2789,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr "get ekki fengiđ %s lás á gagnagrunninn\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "einka"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "deildann"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr "lokađi gagnagrunnsumhverfi %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr "fjarlćgđi gagnagrunnsumhverfi %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "opna gagnagrunnsumhverfi %s/%s %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2998,121 +2999,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/it.po b/po/it.po
index 10003c6eb..9288bfcf2 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 34267267c..e1044e73a 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -862,7 +862,7 @@ msgstr "Ľ˘Ľ¤ĽłĽó¤ňĆɤळ¤Č¤Ź¤Ç¤­¤Ţ¤ť¤ó: %s"
msgid "Could not open %s: %s\n"
msgstr "%s ¤ÎĽŞĄźĽ×Ľó¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "ĽŃĽĂĽąĄźĽ¸¤Î˝ń¤­šţ¤ß¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s"
@@ -892,7 +892,7 @@ msgstr "Ľ˘Ľ¤ĽłĽó¤ňĆɤळ¤Č¤Ź¤Ç¤­¤Ţ¤ť¤ó: %s"
msgid "Unable to write payload to %s: %s\n"
msgstr "ĽŃĽĂĽąĄźĽ¸¤Î˝ń¤­šţ¤ß¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "˝ń¤­šţ¤ßĂć: %s\n"
@@ -929,7 +929,7 @@ msgstr "%%changelog Ăć¤ÎÉÔŔľ¤ĘĆüÉŐ: %s"
#: build/parseChangelog.c:155
#, fuzzy, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog ¤Ď˝˝żĘżô¤ÎÇŻÂĺ˝ç¤Ë¤Ę¤Ă¤Ć¤¤¤Ţ¤ť¤ó"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1541,30 +1541,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "group Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2240,82 +2241,82 @@ msgid "is needed by"
msgstr "¤Ď %s-%s-%s ¤ËÉŹÍפȤľ¤ě¤Ć¤¤¤Ţ¤š\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "ĽÇĄźĽżĽżĽ¤Ľ× %d ¤ĎĽľĽÝĄźĽČ¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "%s ¤ňşîŔŽ¤Ç¤­¤Ţ¤ť¤ó: %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "%s ¤Ř˝ń¤­šţ¤á¤Ţ¤ť¤ó"
-#: lib/psm.c:489
+#: lib/psm.c:491
#, fuzzy
msgid "source package expected, binary found\n"
msgstr "Ľ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤Ź´üÂÔ¤ľ¤ě¤Ţ¤šĄ˘ĽĐĽ¤ĽĘĽę¤Ď¸Ť¤Ä¤Ť¤ę¤Ţ¤ˇ¤ż"
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr "Ľ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤Ď .spec ĽŐĽĄĽ¤Ľë¤ň´Ţ¤ó¤Ç¤¤¤Ţ¤ť¤ó"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "ĽÝĽšĽČĽ¤ĽóĽšĽČĄźĽëĽšĽŻĽęĽ×ĽČ(¤ŹÍ­¤ě¤Đ)¤ňźÂšÔ¤ˇ¤Ţ¤š\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "ĽšĽŻĽęĽ×ĽČ¤ÎźÂšÔ¤ËźşÇÔ"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "ĽšĽŻĽęĽ×ĽČ¤ÎźÂšÔ¤ËźşÇÔ"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "ĽŃĽĂĽąĄźĽ¸: %s-%s-%s ĽŐĽĄĽ¤ĽëĽĆĽšĽČ = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, fuzzy, c-format
msgid "user %s does not exist - using root\n"
msgstr "ĽćĄźĽś %s ¤Ď¸şß¤ˇ¤Ţ¤ť¤ó - root ¤ňťČÍѤˇ¤Ţ¤š"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, fuzzy, c-format
msgid "group %s does not exist - using root\n"
msgstr "Ľ°ĽëĄźĽ× %s ¤Ď¸şß¤ˇ¤Ţ¤ť¤ó - root ¤ňťČÍѤˇ¤Ţ¤š"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "ĽŐĽĄĽ¤Ľë %s ¤ÎĽ˘ĄźĽŤĽ¤ĽÖ¤Îż­Äš¤ËźşÇÔ %s%s: %s"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
#, fuzzy
msgid " on file "
msgstr "ĽŐĽĄĽ¤Ľëžĺ"
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "%s ¤ÎĽŞĄźĽ×Ľó¤ËźşÇÔ: %s"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s źşÇÔ"
@@ -2879,18 +2880,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "˝đĚžĽŃĽĂĽÉ: %d\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s ¤Ď missingok ĽŐĽéĽ°¤Î¤ż¤áĽšĽ­ĽĂĽ×¤ˇ¤Ţ¤š\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "ĽÇĽŁĽěĽŻĽČĽę¤Î˝üł°: %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "ĽŢĽŚĽóĽČ¤ľ¤ě¤żĽŐĽĄĽ¤ĽëĽˇĽšĽĆĽŕ¤ÎĽęĽšĽČ¤ňźčĆŔ¤ˇ¤Ć¤¤¤Ţ¤š\n"
@@ -2971,70 +2972,70 @@ msgstr "ĽÇĄźĽżĽŮĄźĽšĽâĄźĽÉ 0x%x ¤ÎĽŞĄźĽ×Ľó (%s)\n"
msgid "cannot get %s lock on database\n"
msgstr "ĽÇĄźĽżĽŮĄźĽš¤Î %s ¤ňĽíĽĂĽŻ¤Ç¤­¤Ţ¤ť¤ó"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "˝üł°"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "śŚÍ­"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, fuzzy, c-format
msgid "closed db environment %s/%s\n"
msgstr "%s ÍѤΠfile Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, fuzzy, c-format
msgid "removed db environment %s/%s\n"
msgstr "%s ÍѤΠfile Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "%s ÍѤΠfile Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "%s ÍѤΠfile Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "%s ÍѤΠfile Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "ĽÇĄźĽżĽŮĄźĽšĽâĄźĽÉ 0x%x ¤ÎĽŞĄźĽ×Ľó (%s)\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "ĽÇĄźĽżĽŮĄźĽš¤Î %s ¤ňĽíĽĂĽŻ¤Ç¤­¤Ţ¤ť¤ó"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "%s ÍѤΠfile Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3190,123 +3191,123 @@ msgstr "ĽěĽłĄźĽÉ %s ¤ň %s ¤Ëşď˝ü¤ÇĽ¨ĽéĄź"
msgid "no dbpath has been set\n"
msgstr "dbpath ¤ŹŔßÄꤾ¤ě¤Ć¤¤¤Ţ¤ť¤ó"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ÎĂľş÷Ľ¨ĽéĄź\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "ĽÇĄźĽżĽŮĄźĽšĂć¤ÎĽěĽłĄźĽÉČÖšć %d ¤ĎÉÔŔľ¤Ç¤š -- ĽšĽ­ĽĂĽ×¤ˇ¤Ţ¤š"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "¸Ąş÷¤Î¤ż¤á¤Î %d ¤Ç ĽŘĽĂĽŔ¤ňĆɤळ¤Č¤Ź¤Ç¤­¤Ţ¤ť¤ó"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "group Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "name Ľ¤ĽóĽÇĽĂĽŻĽšşď˝ü¤ˇ¤Ţ¤š\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ÎĂľş÷Ľ¨ĽéĄź\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, fuzzy, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "%s ¤ň %s ¤ŘĚžÁ°¤ňĘŃšš¤ˇ¤Ţ¤š\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "%s ¤ň %s ¤ŘĚžÁ°¤ňĘŃšš¤ˇ¤Ţ¤š\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "dbpath ¤ŹŔßÄꤾ¤ě¤Ć¤¤¤Ţ¤ť¤ó"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "rootdir %s Ăć¤ÇĽÇĄźĽżĽŮĄźĽš¤ňşĆš˝Ăۤˇ¤Ţ¤š\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "°ěťţĹŞ¤ĘĽÇĄźĽżĽŮĄźĽš %s ¤Ď¤š¤Ç¤Ë¸şß¤ˇ¤Ć¤¤¤Ţ¤š"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "ĽÇĽŁĽěĽŻĽČĽę¤ÎşîŔŽ: %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "ĽÇĽŁĽěĽŻĽČĽę¤ÎşîŔŽ: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "¸Ĺ¤¤ĽÇĄźĽżĽŮĄźĽš¤ÎĽŞĄźĽ×Ľó\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "żˇ¤ˇ¤¤ĽÇĄźĽżĽŮĄźĽš¤ÎĽŞĄźĽ×Ľó\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "%d ¤Ë ĽŞĽęĽ¸ĽĘĽë¤ÎĽěĽłĄźĽÉ¤ňÉղäǤ­¤Ţ¤ť¤ó"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
#, fuzzy
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"ĽÇĄźĽżĽŮĄźĽš¤ÎşĆš˝Ăۤ˟şÇÔ; ĽŞĽęĽ¸ĽĘĽëĽÇĄźĽżĽŮĄźĽš¤Ź¤Ţ¤Ŕ¤˝¤ł¤ËťÄ¤Ă¤Ć¤¤¤Ţ¤š\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "¸Ĺ¤¤ĽÇĄźĽżĽŮĄźĽš¤ňżˇ¤ˇ¤¤ĽÇĄźĽżĽŮĄźĽš¤ËĂÖ¤­´š¤¨¤ë¤Î¤ËźşÇÔ!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, fuzzy, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "%s Ăć¤ÎĽŐĽĄĽ¤Ľë¤ňĽęĽŤĽĐĄź¤š¤ë¤ż¤á¤Ë %s ¤Ť¤éĽŐĽĄĽ¤Ľë¤ČĂÖ¤­´š¤¨¤Ţ¤š"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "ĽÇĽŁĽěĽŻĽČĽę¤ÎşîŔŽ: %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "ĽÇĽŁĽěĽŻĽČĽę %s ¤Îşď˝üźşÇÔ: %s\n"
diff --git a/po/ko.po b/po/ko.po
index 7365919ba..f03585067 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-0500\n"
"PO-Revision-Date: 2001-09-07 22:03+0900\n"
"Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
"Language-Team: GNU Translation project <ko@li.org>\n"
@@ -822,7 +822,7 @@ msgstr "ź­¸í(signature) Çě´ő¸Ś ´Ů˝Ă ŔĐžîżĂ źö žř˝Ŕ´Ď´Ů.\n"
msgid "Could not open %s: %s\n"
msgstr "%s (Ŕť)¸Ś ż­ źö žřŔ˝: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "ĆĐĹ°Áö¸Ś ŔŰźşÇŇ źö žřŔ˝: %s\n"
@@ -852,7 +852,7 @@ msgstr "%s ŔÇ payload¸Ś ŔĐŔť źö žřŔ˝: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "%s żĄ payload¸Ś ŔŰźşÇŇ źö žřŔ˝: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "ŔŰźş: %s\n"
@@ -888,8 +888,8 @@ msgid "bad date in %%changelog: %s\n"
msgstr "%%changelogżĄ Ŕ߸řľČ łŻÂĽ: %s\n"
#: build/parseChangelog.c:155
-#, c-format
-msgid "%%changelog not in decending chronological order\n"
+#, fuzzy, c-format
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog°Ą łŻÂĽźřŔ¸ˇÎ ľÇžî ŔÖÁö žĘ˝Ŕ´Ď´Ů\n"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1481,31 +1481,33 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "tsort °ü°čżĄź­ %s-%s-%s \"%s\" (Ŕť)¸Ś ťčÁŚÇŐ´Ď´Ů.\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr "========== tsort °ü°č¸Ś ąâˇĎ(record)ÇŐ´Ď´Ů\n"
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
+#, fuzzy
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
"========== ĆĐĹ°Áö¸Ś tsort ÇŐ´Ď´Ů (źřź­, #źąŔÓŔÚ, #ČÄŔÓŔÚ, ąíŔĚ[depth])\n"
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr "========== ČÄŔÓŔÚ [successors only] (ÇĽÇö źř)\n"
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr "ˇçÇÁ(LOOP):\n"
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr "========== tsort¸Ś ÁřÇŕÇŐ´Ď´Ů...\n"
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2130,85 +2132,85 @@ msgid "is needed by"
msgstr " (Ŕş)´Â %s-%s-%s żĄź­ ÇĘżäˇÎ ÇŐ´Ď´Ů\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "%d ľĽŔĚĹÍ ŔŻÇüŔş ťçżëÇĎ˝Ç źö žř˝Ŕ´Ď´Ů\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr "%%%s %s (Ŕť)¸Ś ťýźşÇŇ źö žř˝Ŕ´Ď´Ů\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr "%%%s %s (Ŕť)¸Ś ŔŰźşÇŇ źö žř˝Ŕ´Ď´Ů\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr "źŇ˝ş ĆĐĹ°Áö°Ą żäą¸ľË´Ď´Ů, šŮŔ̳ʸŽ¸Ś ĂŁžŇ˝Ŕ´Ď´Ů\n"
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "źŇ˝ş ĆĐĹ°ÁöżĄ .spec ĆÄŔĎŔĚ Ć÷ÇԾǞî ŔÖÁö žĘ˝Ŕ´Ď´Ů\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "%s: %s ˝şĹŠ¸łĆŽ¸Ś ˝ÇÇŕÇŐ´Ď´Ů (ŔÖŔť °ćżě)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
"%2$s-%3$s-%4$s ŔÇ %1$s ˝şĹŠ¸łĆŽ¸´(scriptlet) ˝ÇÇ࿥ ˝ÇĆĐÇß˝Ŕ´Ď´Ů, waitpid°Ą %"
"5$s (Ŕť)¸Ś šÝČŻÇĎż´˝Ŕ´Ď´Ů \n"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
"%2$s-%3$s-%4$s ŔÇ %1$s ˝şĹŠ¸łĆŽ¸´(scriptlet) ˝ÇÇ࿥ ˝ÇĆĐÇß˝Ŕ´Ď´Ů, Ážˇá ťóȲ %"
"5$d\n"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "%s: %s-%s-%s (ŔĚ)°Ą %d ŔÇ ĆÄŔĎŔť °Ž°í ŔÖ˝Ŕ´Ď´Ů, Ĺ×˝şĆŽ = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, fuzzy, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
"%s: %s ˝şĹŠ¸łĆŽ¸´(scriptlet)°Ą ˝ÇĆĐÇß˝Ŕ´Ď´Ů (%d), %s-%s-%s (Ŕť)¸Ś ťýˇŤÇŐ´Ď"
"´Ů\n"
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr "%s ťçżëŔÚ°Ą Á¸ŔçÇĎÁö žĘ˝Ŕ´Ď´Ů - root¸Ś ŔĚżëÇŐ´Ď´Ů\n"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr "%s ą×ˇěŔĚ Á¸ŔçÇĎÁö žĘ˝Ŕ´Ď´Ů - root¸Ś ŔĚżëÇŐ´Ď´Ů\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "žĆÄŤŔ̺긌 ÇŞ´ÂľĽ ˝ÇĆĐÇÔ%s%s: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " ´ŮŔ˝ ĆÄŔĎżĄ "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr "%2$s ĆÄŔĎŔÇ %1$s (ŔĚ)°Ą ˝ÇĆĐÇÔ: %3$s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr "%s (ŔĚ)°Ą ˝ÇĆĐÇÔ: %s\n"
@@ -2756,18 +2758,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "ź­¸í: size(%d)+pad(%d)\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "missingok Ç᥹סΠŔÎÇŘ %s (Ŕť)¸Ś ťýˇŤÇŐ´Ď´Ů\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "%s ľđˇşĹ与¸Ś ÁŚżÜ˝ĂĹľ´Ď´Ů\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "¸śżîĆŽľČ ĆÄŔϽýşĹŰŔÇ ¸ńˇĎŔť źöÁýÇĎ°í ŔÖ˝Ŕ´Ď´Ů\n"
@@ -2847,70 +2849,70 @@ msgstr "ż­¸° db ĆÄŔĎ %s ¸đľĺ 0x%x\n"
msgid "cannot get %s lock on database\n"
msgstr "Ŕá°ÜŔÖ´Â ľĽŔĚĹÍşŁŔĚ˝şŔÇ %s (Ŕť)¸Ś žňŔť źö žř˝Ŕ´Ď´Ů\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "ÁŚżÜÇÔ(exclusive)"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "°řŔŻľĘ"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr "´ÝČů db ČŻ°ć %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr "ťčÁŚľČ db ČŻ°ć %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "ż­¸° db ČŻ°ć %s/%s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr "´ÝČů db ŔÎľŚ˝ş %s/%s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr "°ËÁőľČ db ŔÎľŚ˝ş %s/%s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "ż­¸° db ŔÎľŚ˝ş %s/%s %s ¸đľĺ=0x%x\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "Ŕá°ÜŔÖ´Â %2$s/%3$s ŔÇ %1$s (Ŕť)¸Ś žňŔť źö žř˝Ŕ´Ď´Ů\n"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr "Ŕáąä db ŔÎľŚ˝ş %s/%s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr "ŔÎÁőľÇÁö žĘŔş db żÉźÇ: \"%s\" (Ŕť)¸Ś šŤ˝ĂÇŐ´Ď´Ů.\n"
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr "%s (Ŕş)´Â şÎŔűÇŐÇŃ źöÄĄ °ŞŔÔ´Ď´Ů, ťýˇŤÇŐ´Ď´Ů\n"
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr "%s (Ŕş)´Â łĘšŤ ĹŠ°ĹłŞ łĘšŤ ŔŰŔş Á¤źö(long) °ŞŔÔ´Ď´Ů, ťýˇŤÇŐ´Ď´Ů\n"
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr "%s (Ŕş)´Â łĘšŤ ĹŠ°ĹłŞ łĘšŤ ŔŰŔş Á¤źö(int) °ŞŔÔ´Ď´Ů, ťýˇŤÇŐ´Ď´Ů\n"
@@ -3066,7 +3068,7 @@ msgstr "%3$s żĄź­ %2$s ˇšÄھ希 ťčÁŚÇĎ´Â ľľÁß żŔˇů(%1$d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n"
msgid "no dbpath has been set\n"
msgstr "db°ćˇÎ°Ą źłÁ¤ľÇžî ŔÖÁö žĘ˝Ŕ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
@@ -3075,115 +3077,115 @@ msgstr ""
"ˇÁ¸é --rebuilddb żÉźÇŔť ŔĚżëÇϽʽÿä\n"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr "ĆĐĹ°ÁöŔÇ źö¸Ś źź´Â ľľÁß żŔˇů(%d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "ľĽŔĚĹÍşŁŔĚ˝şŔÇ ˇšÄÚľĺ šřČŁ %u (ŔĚ)°Ą Ŕ߸řľÇžú˝Ŕ´Ď´Ů -- ťýˇŤÇŐ´Ď´Ů.\n"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr "rpmdb: źŐťóľČ Çě´ő #%u (ŔĚ)°Ą şšą¸(retrieved)ľÇžú˝Ŕ´Ď´Ů, ťýˇŤÇŐ´Ď´Ů.\n"
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: 0x%x ŔÇ Çě´ő¸Ś ŔĐŔť źö žř˝Ŕ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "%2$s ŔÎľŚ˝şżĄź­ \"%1$s\" (Ŕť)¸Ś ťčÁŚÇŐ´Ď´Ů.\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "%2$s ŔÎľŚ˝şżĄź­ %1$d Ç׸ńľé(entries)Ŕť ťčÁŚÇŐ´Ď´Ů.\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "ťőˇÎżî ĆĐĹ°Áö¸Ś ščÄĄÇĎ´Â ľľÁß żŔˇů(%d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "%2$s ŔÎľŚ˝şżĄ \"%1$s\" (Ŕť)¸Ś Ăß°ĄÇŐ´Ď´Ů.\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "%2$s ŔÎľŚ˝şżĄ %1$d Ç׸ńľé(entries)Ŕť Ăß°ĄÇŐ´Ď´Ů.\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr "db3¸Ś Ŕ繸Ăŕ ÇŃ ČÄżĄ %s (Ŕť)¸Ś ťčÁŚÇŐ´Ď´Ů.\n"
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "db°ćˇÎ°Ą źłÁ¤ľÇžî ŔÖÁö žĘ˝Ŕ´Ď´Ů"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "%2$s żĄ ľĽŔĚĹÍşŁŔĚ˝ş %1$s (Ŕť)¸Ś Ŕ繸Ăŕ ÇŐ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr "Ŕӽà ľĽŔĚĹÍşŁŔĚ˝ş %s (ŔĚ)°Ą ŔĚšĚ Á¸ŔçÇŐ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr "%s ľđˇşĹ与¸Ś ťýźşÇŐ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr "%s ľđˇşĹ与¸Ś ťýźşÇÔ: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "dbapi %d (Ŕť)¸Ś ĹëÇŘ ŔĚŔü ľĽŔĚĹÍşŁŔĚ˝ş¸Ś żą´Ď´Ů\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "dbapi %d (Ŕť)¸Ś ĹëÇŘ ťőˇÎżî ľĽŔĚĹÍşŁŔĚ˝ş¸Ś żą´Ď´Ů\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr "%u żĄ ˇšÄھ希 Ăß°ĄÇŇ źö žř˝Ŕ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"ľĽŔĚĹÍşŁŔĚ˝ş¸Ś Ŕ繸ĂŕÇĎ´ÂľĽ ˝ÇĆĐÇÔ: żřşť ľĽŔĚĹÍşŁŔĚ˝ş´Â ą×´ëˇÎ ŔŻÁöľË´Ď´Ů\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "ŔĚŔü ľĽŔĚĹÍşŁŔĚ˝ş¸Ś ťőˇÎżî ľĽŔĚĹÍşŁŔĚ˝şˇÎ ąłĂźÇĎ´ÂľĽ ˝ÇĆĐÇß˝Ŕ´Ď´Ů!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "şšą¸ÇĎąâ Ŕ§ÇŘ $2$s ŔÇ ĆÄŔĎŔť $1$s ŔÇ ĆÄŔϡΠąłĂźÇŐ´Ď´Ů"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr "%s ľđˇşĹ与¸Ś ťčÁŚÇŐ´Ď´Ů\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "%s ľđˇşĹ与¸Ś ťčÁŚÇĎ´ÂľĽ ˝ÇĆĐÇÔ: %s\n"
diff --git a/po/no.po b/po/no.po
index 95be5014d..034c48fa0 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -825,7 +825,7 @@ msgstr "Kunne ikke ĺpne spec fil %s: %s\n"
msgid "Could not open %s: %s\n"
msgstr "Kunne ikke ĺpne %s: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "Kunne ikke skrive pakke: %s\n"
@@ -855,7 +855,7 @@ msgstr "Kunne ikke lese \"payload\" fra %s: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "Kunne ikke skrive \"payload\" til %s: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Skrev: %s\n"
@@ -892,7 +892,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1478,30 +1478,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2113,79 +2114,79 @@ msgid "is needed by"
msgstr " kreves av %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "Datatype %d ikke střttet\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr "kan ikke opprette %%%s %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr "kan ikke skrive til %%%s %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr "kildepakke forventet, binćr funnet\n"
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "kildepakke inneholder ikke en .spec-fil\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "%s: kjřrer %s-skript (hvis noen)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "klarte ikke ĺ ĺpne %s: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s feilet\n"
@@ -2728,18 +2729,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "ekskluderer katalog %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "henter liste over monterte filsystemer\n"
@@ -2814,70 +2815,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr "kan ikke ĺpne pakkedatabase i %s\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3024,121 +3025,121 @@ msgstr "feil(%d) under fjerning av post %s fra %s\n"
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 81373816f..e0c020e0f 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -852,7 +852,7 @@ msgstr "Nie można odczytać ikony: %s"
msgid "Could not open %s: %s\n"
msgstr "Nie można otworzyć %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Nie można zapisać pakietu: %s"
@@ -882,7 +882,7 @@ msgstr "Nie można odczytać ikony: %s"
msgid "Unable to write payload to %s: %s\n"
msgstr "Nie można zapisać pakietu: %s"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapisano: %s\n"
@@ -919,7 +919,7 @@ msgstr "błędna data w %%changelog: %s"
#: build/parseChangelog.c:155
#, fuzzy, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr "wpisy w %%changelog ułożone niechronologicznie"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1524,30 +1524,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "usuwanie indeksu grupy\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2198,81 +2199,81 @@ msgid "is needed by"
msgstr " jest wymagany przez %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "Typ danych %d nie jest obsługiwany\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "nie można utworzyć %s"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "nie można zapisać do %s"
-#: lib/psm.c:489
+#: lib/psm.c:491
#, fuzzy
msgid "source package expected, binary found\n"
msgstr "spodziewany pakiet źródłowy a nie binarny"
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr "pakiet źródłowy nie zawiera pliku .spec"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "uruchamianie skryptu postinstall (jeśli istnieje)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "wykonanie skryptu nie powiodło się"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "wykonanie skryptu nie powiodło się"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "pakiet: %s-%s-%s test plików = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, fuzzy, c-format
msgid "user %s does not exist - using root\n"
msgstr "użytkownik %s nie istnieje - użyto konta root"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, fuzzy, c-format
msgid "group %s does not exist - using root\n"
msgstr "grupa %s nie istnieje - użyto grupy root"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "rozpakowanie archiwum nie powiodło się %s%s: %s"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " na pliku "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "nie można otworzyć %s: %s"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s nie powiodło się"
@@ -2832,18 +2833,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "Blok sygnatury: %d\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s pominięty z powodu flagi missingok\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "tworzenie katalogu: %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2924,70 +2925,70 @@ msgstr "otwiernie bazę danych w trybie 0x%x w %s\n"
msgid "cannot get %s lock on database\n"
msgstr "utworzenie blokady %s na bazie danych nie jest możliwe"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, fuzzy, c-format
msgid "closed db environment %s/%s\n"
msgstr "usuwanie indeksu plików dla %s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, fuzzy, c-format
msgid "removed db environment %s/%s\n"
msgstr "usuwanie indeksu plików dla %s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "usuwanie indeksu plików dla %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "usuwanie indeksu plików dla %s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "usuwanie indeksu plików dla %s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "otwiernie bazę danych w trybie 0x%x w %s\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "utworzenie blokady %s na bazie danych nie jest możliwe"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "usuwanie indeksu plików dla %s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3138,7 +3139,7 @@ msgstr "błąd usuwania rekordu %s z %s"
msgid "no dbpath has been set\n"
msgstr "ścieżka bazy danych nie została podana"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
@@ -3148,115 +3149,115 @@ msgstr ""
"nowym formacie"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "błąd szukania pakietu %s\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "rekord numer %d w bazie danych jest błędny -- rekord pominięto"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "nie można odczytać nagłówka przy %d dla poszukiwania"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "usuwanie indeksu grupy\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "usuwanie indeksu nazw\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "błąd szukania pakietu %s\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, fuzzy, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "zmiana nazwy %s na %s\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "zmiana nazwy %s na %s\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "ścieżka bazy danych nie została podana"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "odbudowywuję bazę danych w rootdir %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "tymczasowa baza danych %s już istnieje"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "tworzenie katalogu: %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "tworzenie katalogu: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "otwieranie starej bazy danych\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "otwieranie nowej bazy danych\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "nie można dodać rekordu oryginalnie przy %d"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
#, fuzzy
msgid "failed to rebuild database: original database remains in place\n"
msgstr "przebudowanie bazy nie powiodło się; stara pozostała na miejscu\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "zamiana starej bazy na nową nie powiodła się!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, fuzzy, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "naprawcze zastępowanie plików w %s plikami z %s"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "tworzenie katalogu: %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "usunięcie katalogu %s nie powiodło się: %s\n"
diff --git a/po/pt.po b/po/pt.po
index d89b76f72..767953fbd 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-0500\n"
"PO-Revision-Date: 2000-06-22 01:13+01:00\n"
"Last-Translator: José Nuno Coelho Sanarra Pires\n"
"Language-Team: pt <kde@poli.org>\n"
@@ -823,7 +823,7 @@ msgstr "Năo consegui ler o cabeçalho de %s: %s\n"
msgid "Could not open %s: %s\n"
msgstr "Năo consigo aceder ao %s: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "Năo consegui gravar o pacote: %s\n"
@@ -853,7 +853,7 @@ msgstr "Năo consegui ler o conteúdo de %s: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "Năo consegui escrever o conteúdo de %s: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Gravei: %s\n"
@@ -889,8 +889,8 @@ msgid "bad date in %%changelog: %s\n"
msgstr "data inválida no %%changelog: %s\n"
#: build/parseChangelog.c:155
-#, c-format
-msgid "%%changelog not in decending chronological order\n"
+#, fuzzy, c-format
+msgid "%%changelog not in descending chronological order\n"
msgstr "O %%changelog năo está na ordem cronológica descendente\n"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1479,30 +1479,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "a remover o %s-%s-%s \"%s\" das relaçőes do tsort.\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr "=========== a guardar as relaçőes do tsort\n"
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr "========== só os sucessores (ordem de apresentaçăo)\n"
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr "CICLO:\n"
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr "========== a prosseguir o tsort ...\n"
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2127,79 +2128,79 @@ msgid "is needed by"
msgstr " é necessário pelo %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "O tipo de dados %d năo é suportado\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "năo consigo criar o %s: %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "năo consigo escrever em %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr "esperava-se um pacote com código-fonte, foi encontrado um pacote binário\n"
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "o pacote de código-fonte năo contem um ficheiro .spec\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "a correr os programas de pós-instalaçăo (se existirem)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "a execuçăo do 'scriptlet' %s do %s-%s-%s falhou com código de erro %d\n"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "a execuçăo do 'scriptlet' %s do %s-%s-%s falhou com código de erro %d\n"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "pacote: teste dos ficheiros do %s-%s-%s = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr "o utilizador %s năo existe - a usar o root\n"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr "o grupo %s năo existe - a usar o root\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "a abertura do pacote falhou%s%s: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " no ficheiro "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "falhei ao aceder ao %s: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "O %s falhou\n"
@@ -2747,18 +2748,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "'Pad' ou preenchimento da assinatura: %d\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s ignorado devido ŕ opçăo missingok\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "a excluir a directoria %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "a obter a lista dos sistemas de ficheiros montados\n"
@@ -2833,70 +2834,70 @@ msgstr "a aceder ao ficheiro db %s modo 0x%x\n"
msgid "cannot get %s lock on database\n"
msgstr "năo consegui adquirir exclusivamente o %s na base de dados\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "exclusivo"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "partilhado"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, fuzzy, c-format
msgid "closed db environment %s/%s\n"
msgstr "fechei o ambiente do db %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, fuzzy, c-format
msgid "removed db environment %s/%s\n"
msgstr "removi o ambiente do db %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "a aceder ao ambiente do db %s/%s %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "fechei o índice do db %s/%s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "fechei o índice do db %s/%s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "a abrir o índice do db %s/%s %s modo=0x%x\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "năo consigo trancar o %s no %s/%s\n"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "tranquei o índice do db %s/%s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, fuzzy, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr "opçăo do db desconhecida: \"%s\" ignorado\n"
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr "O %s tem um valor numérico inválido, foi ignorado\n"
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr "O %s tem um valor demasiado elevado ou pequeno, foi ignorado\n"
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr "O %s tem um valor inteiro demasiado elevado ou pequeno, foi ignorado\n"
@@ -3049,121 +3050,121 @@ msgstr "erro(%d) ao remover o registo %s do %s\n"
msgid "no dbpath has been set\n"
msgstr "năo foi definido o dbpath\n"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr "está presente uma base de dados antiga; use o --rebuildb para gerar uma base de dados no novo formato\n"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr "erro(%d) ao contar os pacotes\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "o número do registo %d na base de dados está errado -- a ignorar.\n"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: năo consigo ler o cabeçalho em 0x%x\n"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "a remover o \"%s\" do índice %s.\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "a remover %d registos do índice %s.\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "erro(%d) ao criar uma nova instância do pacote\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "a adicionar o \"%s\" ao índice %s.\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "a adicionar %d registos ao índice %s.\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr "a remover o %s depois duma reconstruçăo bem sucedida do db3.\n"
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "năo foi definido o dbpath"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "a reconstruir a base de dados %s em %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr "A base de dados temporária %s já existe\n"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr "a criar a directoria %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr "a criar a directoria %s: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "a abrir a base de dados antiga com a dbapi %d\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "a abrir a base de dados nova com a dbapi %d\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "năo consigo adicionar o registo originalmente em %d\n"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr "falhou a reconstruçăo da base de dados: a base de dados original mantém-se\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "falhou a substituiçăo da base de dados antiga pela nova!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "substituir os ficheiros em %s por ficheiros de %s a recuperar"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr "a remover a directoria %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "falhou a remoçăo da directoria %s: %s\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index de8593d96..da855e45e 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-0500\n"
#: build.c:36
#, fuzzy
@@ -911,7 +911,7 @@ msgid "Could not open %s: %s\n"
msgstr "No consegui abrir: %s\n"
# , c-format
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "No consegui abrir: %s\n"
@@ -946,7 +946,7 @@ msgstr "No consegui abrir: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "No consegui abrir: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -985,7 +985,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1635,30 +1635,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "No consegui abrir: %s\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2318,83 +2319,83 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
# , c-format
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "No consegui abrir: %s\n"
# , c-format
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "No consegui abrir: %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "no execute nenhum estgio"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "no foi passado pacote para instalao"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "Construo falhou.\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
# , c-format
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "No consegui abrir: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "Construo falhou.\n"
@@ -2982,7 +2983,7 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
@@ -2996,12 +2997,12 @@ msgstr ""
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "RPM verso %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -3077,70 +3078,70 @@ msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
msgid "cannot get %s lock on database\n"
msgstr "no foi passado pacote para desinstalao"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "no foi passado pacote para desinstalao"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3296,115 +3297,115 @@ msgstr "No consegui abrir: %s\n"
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "no foi passado pacote para instalao"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "no foi passado pacote para desinstalao"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
# , c-format
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "No consegui abrir: %s\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "no foi passado pacote para instalao"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
# , c-format
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "No consegui abrir: %s\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
# , c-format
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "No consegui abrir: %s\n"
# , c-format
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "No consegui abrir: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
@@ -3417,13 +3418,13 @@ msgstr ""
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "RPM verso %s\n"
# , c-format
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "No consegui abrir: %s\n"
diff --git a/po/ro.po b/po/ro.po
index caaa28c47..39bda54bf 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -811,7 +811,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -841,7 +841,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -878,7 +878,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1458,30 +1458,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2078,79 +2079,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2691,18 +2692,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2777,70 +2778,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2987,121 +2988,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/rpm.pot b/po/rpm.pot
index 88bdf5d41..a59cac0dc 100644
--- a/po/rpm.pot
+++ b/po/rpm.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-01-05 21:18-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -2084,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2697,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2783,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1230
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1230
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:782
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1007
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1228
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1234
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index d3123bed9..aad53b1e5 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-0500\n"
"PO-Revision-Date: 2001-08-29 13:55-0400\n"
"Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@@ -834,7 +834,7 @@ msgstr "îĹ×ĎÚÍĎÖÎĎ ĐĹŇĹÚÁÇŇŐÚÉÔŘ ÚÁÇĎĚĎ×ĎË ĐĎÄĐÉÓÉ.\n"
msgid "Could not open %s: %s\n"
msgstr "îĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ %s: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "îĹ×ĎÚÍĎÖÎĎ ÚÁĐÉÓÁÔŘ ĐÁËĹÔ: %s\n"
@@ -864,7 +864,7 @@ msgstr "îĹ×ĎÚÍĎÖÎĎ ĐŇĎŢÉÔÁÔŘ ÓĎÄĹŇÖÉÍĎĹ ÉÚ %s: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "îĹ×ĎÚÍĎÖÎĎ ÚÁĐÉÓÁÔŘ ÓĎÄĹŇÖÉÍĎĹ × %s: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "úÁĐÉÓÁÎ: %s\n"
@@ -900,8 +900,8 @@ msgid "bad date in %%changelog: %s\n"
msgstr "ÎĹ×ĹŇÎÁŃ ÄÁÔÁ × %%changelog: %s\n"
#: build/parseChangelog.c:155
-#, c-format
-msgid "%%changelog not in decending chronological order\n"
+#, fuzzy, c-format
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog ÎĹ × ÎÉÓČĎÄŃÝĹÍ ČŇĎÎĎĚĎÇÉŢĹÓËĎÍ ĐĎŇŃÄËĹ\n"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1499,32 +1499,34 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "ŐÄÁĚŃĹÔÓŃ %s-%s-%s \"%s\" ÉÚ ŐĐĎŇŃÄĎŢĹÎÎŮČ ÚÁ×ÉÓÉÍĎÓÔĹĘ.\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr "========== ÚÁĐÉÓŘ ŐĐĎŇŃÄĎŢĹÎÎŮČ ÚÁ×ÉÓÉÍĎÓÔĹĘ\n"
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
+#, fuzzy
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
"========== ÓĎŇÔÉŇĎ×ËÁ ĐÁËĹÔĎ× (ĎŢĹŇĹÄÎĎÓÔŘ, #predecessors, #succesors, "
"ÇĚŐÂÉÎÁ)\n"
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr "========== ÔĎĚŘËĎ ĐĎÓĚĹÄĎ×ÁÔĹĚÉ (× ĐĎŇŃÄËĹ ĐŇĹÄÓÔÁ×ĚĹÎÉŃ)\n"
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr "ăéëě:\n"
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr "========== ĐŇĎÄĎĚÖĹÎÉĹ ŐĐĎŇŃÄĎŢĹÎÉŃ ...\n"
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2143,79 +2145,79 @@ msgid "is needed by"
msgstr " ÎŐÖĹÎ ÄĚŃ %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "ôÉĐ ÄÁÎÎŮČ %d ÎĹ ĐĎÄÄĹŇÖÉ×ÁĹÔÓŃ\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÓĎÚÄÁÔŘ %%%s %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĐÉÓÁÔŘ × %%%s %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr "ĎÂÎÁŇŐÖĹÎ Ä×ĎÉŢÎŮĘ ĐÁËĹÔ ×ÍĹÓÔĎ ĎÖÉÄÁĹÍĎÇĎ ÉÓČĎÄÎĎÇĎ\n"
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "ÉÓČĎÄÎŮĘ ĐÁËĹÔ ÎĹ ÓĎÄĹŇÖÉÔ ĆÁĘĚÁ ÓĐĹĂÉĆÉËÁĂÉÉ\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "%s: ×ŮĐĎĚÎŃĹÔÓŃ ÓĂĹÎÁŇÉĘ %s (ĹÓĚÉ ĹÓÔŘ)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "ĎŰÉÂËÁ ×ŮĐĎĚÎĹÎÉŃ ÓĂĹÎÁŇÉŃ %s ÉÚ %s-%s-%s, waitpid() ×ĎÚ×ŇÁÔÉĚ %s\n"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "ĎŰÉÂËÁ ×ŮĐĎĚÎĹÎÉŃ ÓĂĹÎÁŇÉŃ %s ÉÚ %s-%s-%s, ËĎÄ ×ĎÚ×ŇÁÔÁ %d\n"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "%s: %s-%s-%s ÓĎÄĹŇÖÉÔ %d ĆÁĘĚĎ×, test = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, fuzzy, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr "%s: ĎŰÉÂËÁ ÓĂĹÎÁŇÉŃ %s (%d), %s-%s-%s ĐŇĎĐŐÓËÁĹÔÓŃ\n"
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr "ĐĎĚŘÚĎ×ÁÔĹĚŘ %s ÎĹ ÓŐÝĹÓÔ×ŐĹÔ - ÉÓĐĎĚŘÚŐĹÔÓŃ root\n"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr "ÇŇŐĐĐÁ %s ÎĹ ÓŐÝĹÓÔ×ŐĹÔ - ÉÓĐĎĚŘÚŐĹÔÓŃ root\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "ŇÁÓĐÁËĎ×ËÁ ÁŇČÉ×Á ÎĹ ŐÄÁĚÁÓŘ%s%s: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " ÎÁ ĆÁĘĚĹ "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr "%s ĎŰÉÂËÁ ÎÁ ĆÁĘĚĹ %s: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr "%s ÎĹ ŐÄÁĚĎÓŘ: %s\n"
@@ -2764,18 +2766,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "đĎÄĐÉÓŘ: ŇÁÚÍĹŇ(%d)+ÚÁĐĎĚÎĹÎÉĹ(%d)\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s ĐŇĎĐŐÝĹÎ ÉÚ-ÚÁ ĆĚÁÇÁ missingok\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "ÉÓËĚŔŢÁĹÔÓŃ ËÁÔÁĚĎÇ %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "ĐĎĚŐŢĹÎÉĹ ÓĐÉÓËÁ ÓÍĎÎÔÉŇĎ×ÁÎÎŮČ ĆÁĘĚĎ×ŮČ ÓÉÓÔĹÍ\n"
@@ -2855,70 +2857,70 @@ msgstr "ĎÔËŇŮ×ĹÔÓŃ ĆÁĘĚ %s ÂÁÚŮ ÄÁÎÎŮČ × ŇĹÖÉÍĹ 0x%x\n"
msgid "cannot get %s lock on database\n"
msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĐĎĚŐŢÉÔŘ ÂĚĎËÉŇĎ×ËŐ %s ÂÁÚŮ ÄÁÎÎŮČ\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "ÉÓËĚŔŢÉÔĹĚŘÎŮĘ"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "ŇÁÚÄĹĚŃĹÍŮĘ"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr "ÚÁËŇŮÔĎ ĎËŇŐÖĹÎÉĹ ÂÁÚŮ ÄÁÎÎŮČ %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr "ŐÄÁĚĹÎĎ ĎËŇŐÖĹÎÉĹ ÂÁÚŮ ÄÁÎÎŮČ %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "ĎÔËŇŮ×ÁĹÔÓŃ ĎËŇŐÖĹÎÉĹ ÂÁÚŮ ÄÁÎÎŮČ %s/%s %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr "ÚÁËŇŮÔ ÉÎÄĹËÓ ÂÁÚŮ ÄÁÎÎŮČ %s/%s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr "ĐŇĎ×ĹŇĹÎ ÉÎÄĹËÓ ÂÁÚŮ ÄÁÎÎŮČ %s/%s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "ĎÔËŇŮ×ÁĹÔÓŃ ÉÎÄĹËÓ ÂÁÚŮ ÄÁÎÎŮČ %s/%s %s mode=0x%x\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĐĎĚŐŢÉÔŘ ÂĚĎËÉŇĎ×ËŐ %s ÎÁ %s/%s\n"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr "ÚÁÂĚĎËÉŇĎ×ÁÎ ÉÎÄĹËÓ ÂÁÚŮ ÄÁÎÎŮČ %s/%s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr "ÎĹĎĐĎÚÎÁÎÎŮĘ ĐÁŇÁÍĹÔŇ ÂÁÚŮ ÄÁÎÎŮČ: \"%s\" ĐŇĎÉÇÎĎŇÉŇĎ×ÁÎ\n"
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr "ÎĹ×ĹŇÎĎĹ ŢÉÓĚĎ×ĎĹ ÚÎÁŢĹÎÉĹ %s, ĐŇĎĐŐÝĹÎĎ\n"
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr "%s ÉÍĹĹÔ ÓĚÉŰËĎÍ ÍÁĚŐŔ ÉĚÉ ÓĚÉŰËĎÍ ÂĎĚŘŰŐŔ ×ĹĚÉŢÉÎŐ long, ĐŇĎĐŐÝĹÎĎ\n"
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3072,7 +3074,7 @@ msgstr "ĎŰÉÂËÁ(%d) ŐÄÁĚĹÎÉŃ ÚÁĐÉÓÉ %s ÉÚ %s\n"
msgid "no dbpath has been set\n"
msgstr "ĐÁŇÁÍĹÔĹŇ dbpath ÎĹ ŐÓÔÁÎĎ×ĚĹÎ\n"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
@@ -3081,115 +3083,115 @@ msgstr ""
"ÂÁÚŮ ÄÁÎÎŮČ ÎĎ×ĎÇĎ ĆĎŇÍÁÔÁ\n"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr "ĎŰÉÂËÁ(%d) ĐŇÉ ĐĎÄÓŢŁÔĹ ĐÁËĹÔĎ×\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "ÚÁĐÉÓŘ ÎĎÍĹŇ %u × ÂÁÚĹ ÄÁÎÎŮČ ÎĹ×ĹŇÎÁ, ĐŇĎĐŐÓËÁĹÔÓŃ.\n"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr "rpmdb: ĐĎĚŐŢĹÎ ĐĎ×ŇĹÖÄĹÎÎŮĘ ÚÁÇĎĚĎ×ĎË #%u, ĐŇĎĐŐÓËÁĹÔÓŃ.\n"
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: ÎĹ×ĎÚÍĎÖÎĎ ĐŇĎŢĹÓÔŘ ÚÁÇĎĚĎ×ĎË × 0x%x\n"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "ŐÄÁĚŃĹÔÓŃ \"%s\" ÉÚ ÉÎÄĹËÓÁ %s.\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "ŐÄÁĚŃĹÔÓŃ %d ÚÁĐÉÓĹĘ ÉÚ ÉÎÄĹËÓÁ %s.\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "ĎŰÉÂËÁ(%d) ŇĹÚĹŇ×ÉŇĎ×ÁÎÉŃ ĐÁÍŃÔÉ ÄĚŃ ĎÂŇÁÚÁ ÎĎ×ĎÇĎ ĐÁËĹÔÁ\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "ÄĎÂÁ×ĚŃĹÔÓŃ \"%s\" × ÉÎÄĹËÓ %s.\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "ÄĎÂÁ×ĚŃĹÔÓŃ %d ÚÁĐÉÓĹĘ × ÉÎÄĹËÓ %s\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr "ŐÄÁĚŃĹÔÓŃ %s ĐĎÓĚĹ ŐÓĐĹŰÎĎÇĎ ÚÁ×ĹŇŰĹÎÉŃ ĐĹŇĹÉÎÄĹËÁĂÉÉ ÂÁÚŮ × db3.\n"
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "ĐÁŇÁÍĹÔĹŇ dbpath ÎĹ ŐÓÔÁÎĎ×ĚĹÎ"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "ĐĹŇĹÓÔŇÁÉ×ÁĹÔÓŃ ÂÁÚÁ ÄÁÎÎŮČ %s × %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr "×ŇĹÍĹÎÎÁŃ ÂÁÚÁ ÄÁÎÎŮČ %s ŐÖĹ ÓŐÝĹÓÔ×ŐĹÔ\n"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr "ÓĎÚÄÁŁÔÓŃ ËÁÔÁĚĎÇ %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr "ÓĎÚÄÁŁÔÓŃ ËÁÔÁĚĎÇ %s: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "ĎÔËŇŮ×ÁĹÔÓŃ ÓÔÁŇÁŃ ÂÁÚÁ ÄÁÎÎŮČ ŢĹŇĹÚ dbapi %d\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "ĎÔËŇŮ×ÁĹÔÓŃ ÎĎ×ÁŃ ÂÁÚÁ ÄÁÎÎŮČ ŢĹŇĹÚ dbapi %d\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÄĎÂÁ×ÉÔŘ ÚÁĐÉÓŘ (ĐĹŇ×ĎÎÁŢÁĚŘÎĎ × %u)\n"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"ĐĹŇĹÓÔŇĎĹÎÉĹ ÂÁÚŮ ÄÁÎÎŮČ ÎĹ ŐÄÁĚĎÓŘ, ÓÔÁŇÁŃ ÂÁÚÁ ÄÁÎÎŮČ ĎÓÔÁĹÔÓŃ ÎÁ ÍĹÓÔĹ\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÚÁÍĹÎÉÔŘ ÓÔÁŇŐŔ ÂÁÚŐ ÄÁÎÎŮČ ÎÁ ÎĎ×ŐŔ!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "ĆÁĘĚŮ × %s ÚÁÍĹÎŃŔÔÓŃ ĆÁĘĚÁÍÉ ÉÚ %s ÄĚŃ ×ĎÓÓÔÁÎĎ×ĚĹÎÉŃ"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr "ŐÄÁĚŃĹÔÓŃ ËÁÔÁĚĎÇ %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "ĎŰÉÂËÁ ŐÄÁĚĹÎÉŃ ËÁÔÁĚĎÇÁ %s: %s\n"
diff --git a/po/sk.po b/po/sk.po
index dc8954d79..5f051ec0e 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -850,7 +850,7 @@ msgstr "Nie je možné prečítať ikonu: %s"
msgid "Could not open %s: %s\n"
msgstr "Otvorenie %s zlyhalo\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Nie je možné zapísať balík: %s"
@@ -880,7 +880,7 @@ msgstr "Nie je možné prečítať ikonu: %s"
msgid "Unable to write payload to %s: %s\n"
msgstr "Nie je možné zapísať balík: %s"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapísané: %s\n"
@@ -917,7 +917,7 @@ msgstr "chybný dátum v %%changelog: %s "
#: build/parseChangelog.c:155
#, fuzzy, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog nie sú v zostupnom chronologickom poradí"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1523,30 +1523,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "odstraňuje sa index skupín\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2195,81 +2196,81 @@ msgid "is needed by"
msgstr " je vyžadované %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "Typ údajov %d nie je podorovaný\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "nie je možné zapísať do %s: "
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "nie je možné zapísať do %s: "
-#: lib/psm.c:489
+#: lib/psm.c:491
#, fuzzy
msgid "source package expected, binary found\n"
msgstr "očakávaný zdrojový balík, nájdený binárny"
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr "zdrojový balík neobsahuje žiadny .spec súbor"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "vykonávajú sa poinštalačné skripty (ak existujú)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "vykonanie skriptu zlyhalo"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "vykonanie skriptu zlyhalo"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "balík: %s-%s-%s test súborov = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, fuzzy, c-format
msgid "user %s does not exist - using root\n"
msgstr "používateľ %s neexistuje - použije sa root"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, fuzzy, c-format
msgid "group %s does not exist - using root\n"
msgstr "skupina %s neexistuje - použije sa root"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "rozbalenie archívu zlyhalo%s%s: %s"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " pre súbor "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "nepodarilo sa otvoriť %s: %s"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s zlyhalo"
@@ -2829,18 +2830,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "Doplnenie podpisu: %d\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s vynechané kvôli príznaku missingok\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "vytvára sa adresár %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2921,70 +2922,70 @@ msgstr "otvára sa databáza s právami 0x%x v %s\n"
msgid "cannot get %s lock on database\n"
msgstr "nie je možné získať %s zámok pre databázu"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "výhradný"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "zdieľaný"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, fuzzy, c-format
msgid "closed db environment %s/%s\n"
msgstr "odstraňuje sa index súborov pre %s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, fuzzy, c-format
msgid "removed db environment %s/%s\n"
msgstr "odstraňuje sa index súborov pre %s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "odstraňuje sa index súborov pre %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "odstraňuje sa index súborov pre %s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "odstraňuje sa index súborov pre %s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "otvára sa databáza s právami 0x%x v %s\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "nie je možné získať %s zámok pre databázu"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "odstraňuje sa index súborov pre %s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3135,7 +3136,7 @@ msgstr "chyba pri odstraňovaní záznamu %s z %s"
msgid "no dbpath has been set\n"
msgstr "nebola nastavená žiadna dbpath"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
@@ -3145,115 +3146,115 @@ msgstr ""
"databázy v novom formáte"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "chyba pri hľadaní balíka %s\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "záznam číslo %d v databáze je chybný -- bol vynechaný"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "nie je možné prečítať hlavičku na %d pre vyhľadanie"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "odstraňuje sa index skupín\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "odstraňuje sa index názvov\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "chyba pri hľadaní balíka %s\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, fuzzy, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "premenováva sa %s na %s\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "premenováva sa %s na %s\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "nebola nastavená žiadna dbpath"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "znovu sa vytvára databáza v adresári %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "dočasná databáza %s už existuje"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "vytvára sa adresár %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "vytvára sa adresár %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "otvára sa stará databáza\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "otvára sa nová databáza\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "nie je možné pridať záznam pôvodne na %d"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
#, fuzzy
msgid "failed to rebuild database: original database remains in place\n"
msgstr "nepodarilo sa znovu vytvoriť databázu; zostáva pôvodná\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "nepodarilo sa nahradiť starú databázu novou!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, fuzzy, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "nahradí súbory v %s súbormi z %s kvôli obnove"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "vytvára sa adresár %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "nepodarilo sa odstrániť adresár %s: %s\n"
diff --git a/po/sl.po b/po/sl.po
index 2a4427ab8..f5d2fad30 100644
--- 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.216 2001/12/27 21:04:51 jbj Exp $
+# $Id: sl.po,v 1.217 2002/01/06 22:13:11 jbj Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -848,7 +848,7 @@ msgstr "Ikone %s ni možno prebrati: %s"
msgid "Could not open %s: %s\n"
msgstr "Ni možno odpreti %s: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Ni možno zapisati paketa: %s"
@@ -878,7 +878,7 @@ msgstr "Ikone %s ni možno prebrati: %s"
msgid "Unable to write payload to %s: %s\n"
msgstr "Ni možno zapisati paketa %s: %s"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapisano: %s\n"
@@ -915,7 +915,7 @@ msgstr "V %%changelog je napačen datum: %s"
#: build/parseChangelog.c:155
#, fuzzy, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog ni urejen v padajočem časovnem zaporedju"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1524,30 +1524,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "odstranjujemo seznam skupin\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2194,81 +2195,81 @@ msgid "is needed by"
msgstr " potrebuje %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "Tip podatkov %d ni podprt\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "ni možno ustvariti %s: %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "pisanje na %s ni možno"
-#: lib/psm.c:489
+#: lib/psm.c:491
#, fuzzy
msgid "source package expected, binary found\n"
msgstr "pričakovan je bil izvorni paket, najden binarni"
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr "izvorni paket ne vsebuje datoteke .spec"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "poganjanje ponamestitvenih skript (če obstajajo)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "skript se ni uspešno izvedel"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "skript se ni uspešno izvedel"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "paket: %s-%s-%s datoteke test = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, fuzzy, c-format
msgid "user %s does not exist - using root\n"
msgstr "uporabnik %s ne obstaja - uporabljam root"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, fuzzy, c-format
msgid "group %s does not exist - using root\n"
msgstr "skupina %s ne obstaja - uporabljam root"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "razširitev arhiva je bilo neuspešno%s%s: %s"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " za datoteko "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "neuspešno odpiranje %s: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s neuspešen"
@@ -2827,18 +2828,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "Dolž. polnila : %d\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s preskočen zaradi manjkajoče zastavice OK\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "izključevanje imenika %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "zbiranje seznama priklopljenih datotečnih sistemov.\n"
@@ -2917,70 +2918,70 @@ msgstr "odpiranje datoteke %s v načinu 0x%x\n"
msgid "cannot get %s lock on database\n"
msgstr "datoteke ni možno %s zakleniti"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "izključujoče"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "skupno"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, fuzzy, c-format
msgid "closed db environment %s/%s\n"
msgstr "zaprto db okolje %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, fuzzy, c-format
msgid "removed db environment %s/%s\n"
msgstr "odstranjeno db okolje %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "odpiranje db okolja %s/%s %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "zaprto db kazalo %s/%s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "zaprto db kazalo %s/%s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "odpiranje db kazala %s/%s %s način=0x%x\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "ni možno zakleniti z %s datotek %s/%s\n"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "zaklenjeno db kazalo %s/%s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, fuzzy, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr "dbiSetConfig: neprepoznana izbira db: \"%s\" prezrto\n"
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr "%s ima neveljavno številčno vrednost, prezrto\n"
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr "%s ima preveliko ali premajhno dolgo (long) vrednost, prezrto\n"
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3137,7 +3138,7 @@ msgstr "napaka(%d) pri brisanju zapisa %s iz %s"
msgid "no dbpath has been set\n"
msgstr "dbpath ni nastavljena"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
@@ -3146,117 +3147,117 @@ msgstr ""
"da bi staro obliko zbirke podatkov pretvorili v novo poženite --rebuilddb"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "napaka(%d) pri štetju paketov"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "zapis št. %d v zbirki je poškodovan -- preskočeno."
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: ni možno prebrati glave pri 0x%x"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "odstranjevanje \"%s\" iz kazala %s.\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "odstranjevanje %d vnosov iz kazala %s\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "napaka(%d) pri iskanju paketa %s\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, fuzzy, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "dodajanje \"%s\" v kazalo %s.\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "dodajanje %d vnosov v kazalo %s.\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "dbpath ni nastavljena"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "ponovna izgradnja podatkovne zbirke %s v %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "začasna podatkovna zbirka %s že obstaja"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "ustvarjanje imenika: %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "ustvarjanje imenika: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "odpiranje stare podatkovne zbirke\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "odpiramo nove podatkovne zbirke z dbapi %d\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "zapisa ni možno dodati na %d"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
#, fuzzy
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"ponovna izgradnja podatkovne zbirke je bila neuspešna; stara ostaja na\n"
"istem mestu\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "zamenjava stare podatkovne zbirke z novo je bila neuspešna!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, fuzzy, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "poskus povrnitve z nadomestitvijo datotek v %s z datotekami v %s"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "odstranjevanje imenika: %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "neuspešna odstranitev imenika %s: %s\n"
diff --git a/po/sr.po b/po/sr.po
index d3d4488f4..aa28d2a30 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-0500\n"
"Content-Type: text/plain; charset=\n"
"Date: 1998-05-02 21:41:47-0400\n"
@@ -833,7 +833,7 @@ msgstr "Ne mogu da upišem %s"
msgid "Could not open %s: %s\n"
msgstr "neuspelo otvaranje %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Ne mogu da upišem %s"
@@ -863,7 +863,7 @@ msgstr "Ne mogu da upišem %s"
msgid "Unable to write payload to %s: %s\n"
msgstr "Ne mogu da upišem %s"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -900,7 +900,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1507,30 +1507,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "greška uklanjanja sloga %s u %s"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2180,80 +2181,80 @@ msgid "is needed by"
msgstr " je potreban paketu %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, fuzzy, c-format
msgid "cannot create %%%s %s\n"
msgstr "Ne mogu da otvorim datoteku %s: "
-#: lib/psm.c:448
+#: lib/psm.c:450
#, fuzzy, c-format
msgid "cannot write to %%%s %s\n"
msgstr "Ne mogu da otvorim datoteku %s: "
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
#, fuzzy
msgid "source package contains no .spec file\n"
msgstr "upit nad paketom koji ima <datoteku>"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "nemoj izvršiti nijednu fazu"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "neuspelo izvršavanje skripta"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, fuzzy, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "neuspelo izvršavanje skripta"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "paket %s-%s-%s sadrži deljene datoteke\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, fuzzy, c-format
msgid "group %s does not exist - using root\n"
msgstr "grupa %s ne sadrži nijedan paket\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, fuzzy, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "neuspelo otvaranje %s: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "PGP omanuo"
@@ -2817,18 +2818,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "greška kod kreiranja direktorijuma %s: %s"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2903,70 +2904,70 @@ msgstr "rekreiraj bazu podataka iz postojeće baze"
msgid "cannot get %s lock on database\n"
msgstr "ne mogu da dobijem %s zaključavanje baze podataka"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "ekskluzivno"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "deljeno"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, fuzzy, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "rekreiraj bazu podataka iz postojeće baze"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, fuzzy, c-format
msgid "closed db index %s/%s\n"
msgstr "rekreiraj bazu podataka iz postojeće baze"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, fuzzy, c-format
msgid "verified db index %s/%s\n"
msgstr "rekreiraj bazu podataka iz postojeće baze"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, fuzzy, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "rekreiraj bazu podataka iz postojeće baze"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, fuzzy, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "ne mogu da dobijem %s zaključavanje baze podataka"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, fuzzy, c-format
msgid "locked db index %s/%s\n"
msgstr "rekreiraj bazu podataka iz postojeće baze"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -3118,121 +3119,121 @@ msgstr "greška uklanjanja sloga %s u %s"
msgid "no dbpath has been set\n"
msgstr "dbpath nije određen"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "greška kod potrage za paketom %s\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, fuzzy, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "slog broj %d u bazi podataka je neispravan -- preskačem ga"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "ne mogu da pročitam zaglavlje na %d za proveru"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "greška uklanjanja sloga %s u %s"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "greška uklanjanja sloga %s u %s"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "greška kod potrage za paketom %s\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "greška uklanjanja sloga %s u %s"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "dbpath nije određen"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "rekreiraj bazu podataka iz postojeće baze"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "privremena baza podataka %s već postoji"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "greška kod kreiranja direktorijuma %s: %s"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "greška kod kreiranja direktorijuma %s: %s"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "rekreiraj bazu podataka iz postojeće baze"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "rekreiraj bazu podataka iz postojeće baze"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, fuzzy, c-format
msgid "cannot add record originally at %u\n"
msgstr "ne mogu da dodam slog originalno na %d"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "greška kod kreiranja direktorijuma %s: %s"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
diff --git a/po/sv.po b/po/sv.po
index 107394154..98d206449 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-0500\n"
"PO-Revision-Date: 2001-09-12 14:18+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.pp.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -825,7 +825,7 @@ msgstr "Kan inte läsa om signaturhuvud.\n"
msgid "Could not open %s: %s\n"
msgstr "Kunde inte öppna %s: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "Kunde inte skriva paket: %s\n"
@@ -855,7 +855,7 @@ msgstr "Kan inte läsa last frĺn %s: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "Kan inte skriva last till %s: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Skrev: %s\n"
@@ -891,8 +891,8 @@ msgid "bad date in %%changelog: %s\n"
msgstr "felaktigt datum i %%changelog: %s\n"
#: build/parseChangelog.c:155
-#, c-format
-msgid "%%changelog not in decending chronological order\n"
+#, fuzzy, c-format
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog är inte i fallande kronologisk ordning\n"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1484,31 +1484,33 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "tar bort %s-%s-%s \"%s\" frĺn tsort-relationer.\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr "========== noterar alla relationer\n"
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
+#, fuzzy
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
"========== tsort:erar paket (ordning, #föregĺngare, #efterföljare, djup)\n"
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr "========== endast efterföljare (presentationsordning)\n"
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr "LOOP:\n"
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr "========== fortsätter med tsort ...\n"
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2126,80 +2128,80 @@ msgid "is needed by"
msgstr " behövs av %s-%s-%s\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "Datatyp %d stöds inte\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr "kan inte skapa %%%s %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr "kan inte skriva till %%%s %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr "källpaket förväntades, fann binärpaket\n"
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "källpaket innehĺller ingen .spec-fil\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "%s: kör (eventuellt) %s-skript\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
"körning av %s-skript frĺn %s-%s-%s misslyckades, waitpid returnerade %s\n"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "körning av %s-skript frĺn %s-%s-%s misslyckades, slutstatus %d\n"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "%s: %s-%s-%s har %d filer, test = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, fuzzy, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr "%s: %s-skript misslyckades (%d), hoppar över %s-%s-%s\n"
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr "användare %s finns inte - använder root\n"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr "grupp %s finns inte - använder root\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "uppackning av arkiv misslyckades%s%s: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " vid fil "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr "%s misslyckades pĺ fil %s: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr "%s misslyckades: %s\n"
@@ -2749,18 +2751,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "Signatur: storlek(%d)+utfyllnad(%d)\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s överhoppad pĺ grund av missingok-flagga\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "hoppar över katalogen %s\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "hämtar lista över monterade filsystem\n"
@@ -2838,70 +2840,70 @@ msgstr "öppnar db-fil %s rättighet 0x%x\n"
msgid "cannot get %s lock on database\n"
msgstr "kan inte fĺ %s lĺs pĺ databas\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "uteslutande"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "delat"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr "stängde db-miljö %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr "tog bort db-miljö %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "öppnar db-miljö %s/%s %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr "stängde db-index %s/%s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr "verifierade db-index %s/%s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "öppnar db-index %s/%s %s rättighet=0x%x\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "kan inte fĺ %s lĺs pĺ %s/%s\n"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr "lĺste db-index %s/%s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr "okänd db-flagga: \"%s\" ignorerad\n"
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr "%s har ogiltigt ogiltigt numeriskt värde, hoppar över\n"
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr "%s har för stort eller för litet \"long\"-värde, hoppar över\n"
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr "%s har för stort eller för litet heltalsvärde, hoppar över\n"
@@ -3053,7 +3055,7 @@ msgstr "fel(%d) när post %s togs bort ur %s\n"
msgid "no dbpath has been set\n"
msgstr "ingen dbpath har satts\n"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
@@ -3062,114 +3064,114 @@ msgstr ""
"i nytt format\n"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr "fel(%d) när paket räknades\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "post nummer %u i databasen är felaktig -- hoppar över.\n"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr "rpmdb: skadad huvudinstans #%u hämtad, hoppar över.\n"
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: kan inte läsa huvud vid 0x%x\n"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "tar bort \"%s\" frĺn %s-indexet.\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "tar bort %d poster frĺn %s-indexet.\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "fel(%d) vid allokering av ny paketinstans\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "lägger till \"%s\" till %s-indexet.\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "lägger till %d poster till %s-indexet.\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr "tar bort %s efter lyckad db3-ombyggnad.\n"
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "ingen dbpath har satts"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "bygger om databas %s till %s\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr "tillfällig databas %s existerar redan\n"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr "skapar katalog %s\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr "skapar katalog %s: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "öppnar gammal databas med dbapi %d\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "öppnar ny databas med dbapi %d\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr "kan inte lägga till post ursprungligen vid %u\n"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr "kunde inte bygga om databasen: orginaldatabasen finns kvar\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "kunde inte ersätta gammal databas med ny databas!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "byt ut filer i %s med filer frĺn %s för att ĺterställa"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr "tar bort katalog %s\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "kunde inte ta bort katalogen %s: %s\n"
diff --git a/po/tr.po b/po/tr.po
index f12d562fe..5bd6e4a97 100644
--- 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: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -836,7 +836,7 @@ msgstr "%s'den baţlýk okunamadý: %s\n"
msgid "Could not open %s: %s\n"
msgstr "%s açýlamadý: %s\n"
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr "paket yazýlamadý: %s\n"
@@ -866,7 +866,7 @@ msgstr "%s'den payload okunamadý: %s\n"
msgid "Unable to write payload to %s: %s\n"
msgstr "%s'e payload yazýlamadý: %s\n"
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr "Yazýldý: %s\n"
@@ -902,8 +902,8 @@ msgid "bad date in %%changelog: %s\n"
msgstr "%%changelog içinde tarih hatasý: %s\n"
#: build/parseChangelog.c:155
-#, c-format
-msgid "%%changelog not in decending chronological order\n"
+#, fuzzy, c-format
+msgid "%%changelog not in descending chronological order\n"
msgstr "%%changelog azalan kronolojik sýrada deđil\n"
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1504,31 +1504,33 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr "tsort bađýntýlarýndan %s-%s-%s \"%s\" kaldýrýlýyor\n"
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr "========== tsort bađýntýlarý kaydediliyor\n"
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
+#, fuzzy
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
"========== paketler tsort'lanýyor (sýra, #öncüller, #ardýllar, derinlik)\n"
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr "========== sadece ardýllar (sunum sýrasý)\n"
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr "ÇEVRÝM:\n"
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr "========== tsort sürüyor ...\n"
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2150,79 +2152,79 @@ msgid "is needed by"
msgstr " %s-%s-%s için gerekli\n"
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr "%d veri türü desteklenmiyor\n"
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr "%%%s dosyasý oluţturulamýyor: %s\n"
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr "%%%s dosyasýna yazýlamaz %s\n"
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr "kaynak paketi gerekirken çalýţtýrýlabilir paketi bulundu\n"
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr "kaynak paketi .spec dosyasý içermiyor\n"
-#: lib/psm.c:715
+#: lib/psm.c:717
#, fuzzy, c-format
msgid "%s: running %s scriptlet\n"
msgstr "%s: %s betiđi çalýţtýrýlýyor (varsa)\n"
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr "%s betiđinin %s-%s-%s'den icrasý baţarýsýz, waitpid sonucu %s\n"
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr "%s betiđinin %s-%s-%s'den icrasý baţarýsýz, çýkýţta durum %d\n"
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, fuzzy, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr "%s: %s-%s-%s %d dosya içeriyor, test = %d\n"
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, fuzzy, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr "%s: %s betiđi baţarýsýz (%d), %s-%s-%s atlanýyor\n"
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr "kullanýcý %s yok - root kullanýlacak\n"
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr "grup %s yok - root kullanýlacak\n"
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr "arţiv paketi açýlýrken baţarýsýz%s%s: %s\n"
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr " dosyada "
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, fuzzy, c-format
msgid "%s failed on file %s: %s\n"
msgstr "%s açýlamadý: %s\n"
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s baţarýsýz\n"
@@ -2770,18 +2772,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr "Ýmza: boyut(%d)+iz(%d)\n"
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "missingok flamasýndan dolayý %s atlandý\n"
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr "%s dizini dýţlanýyor\n"
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr "bađlý dosya sistemlerinin listesi alýnýyor\n"
@@ -2861,70 +2863,70 @@ msgstr "açýlan db dosyasý %s kip 0x%x\n"
msgid "cannot get %s lock on database\n"
msgstr "Veritabaný için %s kilit alýnamadý\n"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr "bađdaţýk"
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr "paylaţýmlý"
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr "kapandý db ortamý %s/%s\n"
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr "silindi db ortamý %s/%s\n"
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr "açýlýyor db ortamý %s/%s %s\n"
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr "kapandý db endeks %s/%s\n"
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr "dođrulandý db endeks %s/%s\n"
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr "açýlýyor db endeks %s/%s %s kip=0x%x\n"
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr "%s kilit %s/%s'den alýnamadý\n"
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr "kilitli db endeks %s/%s\n"
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr "tanýnmayan db seçeneđi: \"%s\" yoksayýldý\n"
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr "%s geçersiz sayýsal deđer içeriyor, atlandý\n"
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr "%s ya çok büyük ya da çok küçük 'long' deđer içeriyor, atlandý\n"
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr "%s ya çok büyük ya da çok küçük 'integer' deđer içeriyor, atlandý\n"
@@ -3075,7 +3077,7 @@ msgstr "hata(%d) %s kaydýn %s dosyasýndan silinmesi\n"
msgid "no dbpath has been set\n"
msgstr "belirtilmiţ bir dbpath deđeri yok\n"
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
@@ -3084,116 +3086,116 @@ msgstr ""
"rebuilddb kullanýn\n"
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr "paketler taranýrken hata(%d)\n"
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr "veritabanýndaki %u. kayýt hatalý -- atlanýyor\n"
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr "rpmdb: bozuk baţlýk örneđi #%u alýndý, atlanýyor.\n"
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: 0x%x de baţlýk okunamadý\n"
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "\"%s\" %s indeksinden siliniyor.\n"
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "%d girdi %s indeksinden siliniyor.\n"
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "yeni paket örneđini tutma hatasý(%d)\n"
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "\"%s\" %s indeksine ekleniyor.\n"
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "%d girdi %s indeksine ekleniyor.\n"
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr "baţarýlý db3 yeniden oluţturma ertesinde %s kaldýrýlýyor\n"
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr "belirtilmiţ bir dbpath yok"
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "%s veritabaný %s içinde yeniden oluţturuluyor\n"
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr "geçici veritabaný %s zaten mevcut\n"
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr "%s dizini oluţturuluyor\n"
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr "%s dizini oluţturuluyor: %s\n"
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "eski veritabaný dbapi %d ile açýlýyor\n"
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "yeni veritabaný dbapi %d ile açýlýyor\n"
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr "kayýt özgün olarak %u e eklenemedi\n"
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"veritabaný yeniden oluţturulamadý: mevcut veritabaný deđiţmeden\n"
"yerinde býrakýldý\n"
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr "eski veritabanýnýn yenisiyle deđiţtirilirmesi baţarýsýz!\n"
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "kurtarmak için %s içindeki dosyalar %s deki dosyalarla deđiţtiriliyor"
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr "%s dizini siliniyor\n"
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "%s dizininin silinmesi baţarýsýz: %s\n"
diff --git a/po/uk.po b/po/uk.po
index 10003c6eb..9288bfcf2 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/wa.po b/po/wa.po
index 10003c6eb..9288bfcf2 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/zh.po b/po/zh.po
index 10003c6eb..9288bfcf2 100644
--- a/po/zh.po
+++ b/po/zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po
index 10003c6eb..9288bfcf2 100644
--- a/po/zh_CN.GB2312.po
+++ b/po/zh_CN.GB2312.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-12-20 11:00-0500\n"
+"POT-Creation-Date: 2002-01-06 16:41-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"
@@ -816,7 +816,7 @@ msgstr ""
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:603 lib/psm.c:1424
+#: build/pack.c:603 lib/psm.c:1426
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:683 lib/psm.c:1698
+#: build/pack.c:683 lib/psm.c:1700
#, c-format
msgid "Wrote: %s\n"
msgstr ""
@@ -883,7 +883,7 @@ msgstr ""
#: build/parseChangelog.c:155
#, c-format
-msgid "%%changelog not in decending chronological order\n"
+msgid "%%changelog not in descending chronological order\n"
msgstr ""
#: build/parseChangelog.c:163 build/parseChangelog.c:174
@@ -1463,30 +1463,31 @@ msgid "removing %s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1301
+#: lib/depends.c:1303
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1395
+#: lib/depends.c:1409
msgid ""
-"========== tsorting packages (order, #predecessors, #succesors, depth)\n"
+"========== tsorting packages (order, #predecessors, #succesors, tree, "
+"depth)\n"
msgstr ""
-#: lib/depends.c:1478
+#: lib/depends.c:1502
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1548
+#: lib/depends.c:1572
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1583
+#: lib/depends.c:1607
msgid "========== continuing tsort ...\n"
msgstr ""
#. Return no. of packages that could not be ordered.
-#: lib/depends.c:1588
+#: lib/depends.c:1612
#, c-format
msgid "rpmdepOrder failed, %d elements remain\n"
msgstr ""
@@ -2083,79 +2084,79 @@ msgid "is needed by"
msgstr ""
#. @-modfilesys@
-#: lib/psm.c:245 rpmdb/header.c:384 rpmdb/header_internal.c:161
+#: lib/psm.c:247 rpmdb/header.c:384 rpmdb/header_internal.c:161
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/psm.c:442
+#: lib/psm.c:444
#, c-format
msgid "cannot create %%%s %s\n"
msgstr ""
-#: lib/psm.c:448
+#: lib/psm.c:450
#, c-format
msgid "cannot write to %%%s %s\n"
msgstr ""
-#: lib/psm.c:489
+#: lib/psm.c:491
msgid "source package expected, binary found\n"
msgstr ""
-#: lib/psm.c:605
+#: lib/psm.c:607
msgid "source package contains no .spec file\n"
msgstr ""
-#: lib/psm.c:715
+#: lib/psm.c:717
#, c-format
msgid "%s: running %s scriptlet\n"
msgstr ""
-#: lib/psm.c:881
+#: lib/psm.c:883
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
msgstr ""
-#: lib/psm.c:888
+#: lib/psm.c:890
#, c-format
msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
msgstr ""
-#: lib/psm.c:1230
+#: lib/psm.c:1232
#, c-format
msgid "%s: %s has %d files, test = %d\n"
msgstr ""
-#: lib/psm.c:1349
+#: lib/psm.c:1351
#, c-format
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
msgstr ""
-#: lib/psm.c:1466
+#: lib/psm.c:1468
#, c-format
msgid "user %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1475
+#: lib/psm.c:1477
#, c-format
msgid "group %s does not exist - using root\n"
msgstr ""
-#: lib/psm.c:1517
+#: lib/psm.c:1519
#, c-format
msgid "unpacking of archive failed%s%s: %s\n"
msgstr ""
-#: lib/psm.c:1518
+#: lib/psm.c:1520
msgid " on file "
msgstr ""
-#: lib/psm.c:1706
+#: lib/psm.c:1708
#, c-format
msgid "%s failed on file %s: %s\n"
msgstr ""
-#: lib/psm.c:1709
+#: lib/psm.c:1711
#, c-format
msgid "%s failed: %s\n"
msgstr ""
@@ -2696,18 +2697,18 @@ msgstr ""
msgid "Signature: UNKNOWN (%d)\n"
msgstr ""
-#: lib/transaction.c:178
+#: lib/transaction.c:180
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
#. @innercontinue@
-#: lib/transaction.c:988
+#: lib/transaction.c:990
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:1083
+#: lib/transaction.c:1085
msgid "getting list of mounted filesystems\n"
msgstr ""
@@ -2782,70 +2783,70 @@ msgstr ""
msgid "cannot get %s lock on database\n"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "exclusive"
msgstr ""
-#: rpmdb/db1.c:573 rpmdb/db3.c:1213
+#: rpmdb/db1.c:573 rpmdb/db3.c:1226
msgid "shared"
msgstr ""
-#: rpmdb/db3.c:131
+#: rpmdb/db3.c:129
#, c-format
msgid "closed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:149
+#: rpmdb/db3.c:147
#, c-format
msgid "removed db environment %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:190
+#: rpmdb/db3.c:187
#, c-format
msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: rpmdb/db3.c:712
+#: rpmdb/db3.c:709
#, c-format
msgid "closed db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:777
+#: rpmdb/db3.c:776
#, c-format
msgid "verified db index %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:990
+#: rpmdb/db3.c:999
#, c-format
msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: rpmdb/db3.c:1211
+#: rpmdb/db3.c:1224
#, c-format
msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: rpmdb/db3.c:1217
+#: rpmdb/db3.c:1230
#, c-format
msgid "locked db index %s/%s\n"
msgstr ""
-#: rpmdb/dbconfig.c:406
+#: rpmdb/dbconfig.c:404
#, c-format
msgid "unrecognized db option: \"%s\" ignored.\n"
msgstr ""
-#: rpmdb/dbconfig.c:444
+#: rpmdb/dbconfig.c:442
#, c-format
msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:453
+#: rpmdb/dbconfig.c:451
#, c-format
msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: rpmdb/dbconfig.c:462
+#: rpmdb/dbconfig.c:460
#, c-format
msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
@@ -2992,121 +2993,121 @@ msgstr ""
msgid "no dbpath has been set\n"
msgstr ""
-#: rpmdb/rpmdb.c:1050
+#: rpmdb/rpmdb.c:1054
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: rpmdb/rpmdb.c:1315
+#: rpmdb/rpmdb.c:1319
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: rpmdb/rpmdb.c:2092 rpmdb/rpmdb.c:3345
+#: rpmdb/rpmdb.c:2096 rpmdb/rpmdb.c:3349
#, c-format
msgid "record number %u in database is bad -- skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2145
+#: rpmdb/rpmdb.c:2149
#, c-format
msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2415
+#: rpmdb/rpmdb.c:2419
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: rpmdb/rpmdb.c:2487
+#: rpmdb/rpmdb.c:2491
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2496
+#: rpmdb/rpmdb.c:2500
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2697
+#: rpmdb/rpmdb.c:2701
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: rpmdb/rpmdb.c:2778
+#: rpmdb/rpmdb.c:2782
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:2789
+#: rpmdb/rpmdb.c:2793
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3231
+#: rpmdb/rpmdb.c:3235
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: rpmdb/rpmdb.c:3264
+#: rpmdb/rpmdb.c:3268
msgid "no dbpath has been set"
msgstr ""
-#: rpmdb/rpmdb.c:3291
+#: rpmdb/rpmdb.c:3295
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3295
+#: rpmdb/rpmdb.c:3299
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: rpmdb/rpmdb.c:3301
+#: rpmdb/rpmdb.c:3305
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3303
+#: rpmdb/rpmdb.c:3307
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3310
+#: rpmdb/rpmdb.c:3314
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3321
+#: rpmdb/rpmdb.c:3325
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: rpmdb/rpmdb.c:3385
+#: rpmdb/rpmdb.c:3389
#, c-format
msgid "cannot add record originally at %u\n"
msgstr ""
-#: rpmdb/rpmdb.c:3403
+#: rpmdb/rpmdb.c:3407
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: rpmdb/rpmdb.c:3411
+#: rpmdb/rpmdb.c:3415
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: rpmdb/rpmdb.c:3413
+#: rpmdb/rpmdb.c:3417
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: rpmdb/rpmdb.c:3423
+#: rpmdb/rpmdb.c:3427
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: rpmdb/rpmdb.c:3425
+#: rpmdb/rpmdb.c:3429
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
diff --git a/rpm.spec b/rpm.spec
index 8d95bd5f5..a3ed04050 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -598,3 +598,6 @@ fi
- solaris: translate i86pc to i386 (#57182).
- fix: %GNUconfigure breaks with single quotes (#57264).
- simple automake wrapper for zlib.
+- add buildarch lines for hppa (#57728).
+- sparc: make dbenv per-rpmdb, not per-dbi.
+- handle lazy db open's in chroot with absolute path, not prefix strip.
diff --git a/rpm.spec.in b/rpm.spec.in
index ffb7bff2e..a59ca1752 100644
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -598,3 +598,6 @@ fi
- solaris: translate i86pc to i386 (#57182).
- fix: %GNUconfigure breaks with single quotes (#57264).
- simple automake wrapper for zlib.
+- add buildarch lines for hppa (#57728).
+- sparc: make dbenv per-rpmdb, not per-dbi.
+- handle lazy db open's in chroot with absolute path, not prefix strip.
diff --git a/rpmdb/db3.c b/rpmdb/db3.c
index 07068af07..07ed89908 100644
--- a/rpmdb/db3.c
+++ b/rpmdb/db3.c
@@ -113,16 +113,14 @@ static int db_fini(dbiIndex dbi, const char * dbhome,
/*@null@*/ const char * dbfile,
/*@unused@*/ /*@null@*/ const char * dbsubfile)
/*@globals fileSystem @*/
- /*@modifies dbi, fileSystem @*/
+ /*@modifies fileSystem @*/
{
rpmdb rpmdb = dbi->dbi_rpmdb;
- DB_ENV * dbenv = dbi->dbi_dbenv;
+ DB_ENV * dbenv = rpmdb->db_dbenv;
int rc;
- if (dbenv == NULL) {
- dbi->dbi_dbenv = NULL;
+ if (dbenv == NULL)
return 0;
- }
rc = dbenv->close(dbenv, 0);
rc = cvtdberr(dbi, "dbenv->close", rc, _debug);
@@ -150,7 +148,6 @@ static int db_fini(dbiIndex dbi, const char * dbhome,
dbhome, dbfile);
}
- dbi->dbi_dbenv = NULL;
return rc;
}
@@ -692,7 +689,7 @@ static int db3close(/*@only@*/ dbiIndex dbi, /*@unused@*/ unsigned int flags)
dbfile = NULL;
dbsubfile = NULL;
} else {
-#ifdef HACK
+#ifdef HACK /* XXX necessary to support dbsubfile */
dbfile = (dbi->dbi_file ? dbi->dbi_file : db3basename);
dbsubfile = (dbi->dbi_subfile ? dbi->dbi_subfile : tagName(dbi->dbi_rpmtag));
#else
@@ -714,16 +711,13 @@ static int db3close(/*@only@*/ dbiIndex dbi, /*@unused@*/ unsigned int flags)
}
- dbi->dbi_dbinfo = _free(dbi->dbi_dbinfo);
-
- if (dbi->dbi_use_dbenv) {
- if (dbi->dbi_dbenv == rpmdb->db_dbenv && rpmdb->db_opens == 1) {
+ if (rpmdb->db_dbenv != NULL && dbi->dbi_use_dbenv) {
+ if (rpmdb->db_opens == 1) {
/*@-nullstate@*/
xx = db_fini(dbi, (dbhome ? dbhome : ""), dbfile, dbsubfile);
/*@=nullstate@*/
rpmdb->db_dbenv = NULL;
}
- dbi->dbi_dbenv = NULL;
rpmdb->db_opens--;
}
@@ -864,7 +858,7 @@ static int db3open(rpmdb rpmdb, int rpmtag, dbiIndex * dbip)
dbfile = NULL;
dbsubfile = NULL;
} else {
-#ifdef HACK
+#ifdef HACK /* XXX necessary to support dbsubfile */
dbfile = (dbi->dbi_file ? dbi->dbi_file : db3basename);
dbsubfile = (dbi->dbi_subfile ? dbi->dbi_subfile : tagName(dbi->dbi_rpmtag));
#else
@@ -987,8 +981,6 @@ static int db3open(rpmdb rpmdb, int rpmtag, dbiIndex * dbip)
if (oflags & DB_RDONLY)
dbi->dbi_verify_on_close = 0;
- dbi->dbi_dbinfo = NULL;
-
if (dbi->dbi_use_dbenv) {
/*@-mods@*/
if (rpmdb->db_dbenv == NULL) {
@@ -1137,7 +1129,6 @@ static int db3open(rpmdb rpmdb, int rpmtag, dbiIndex * dbip)
break;
}
}
- dbi->dbi_dbinfo = NULL;
if (rc == 0) {
const char * dbfullpath;
@@ -1152,8 +1143,13 @@ static int db3open(rpmdb rpmdb, int rpmtag, dbiIndex * dbip)
t = stpcpy(t, dbhome);
if (dbfile)
t = stpcpy( stpcpy( t, "/"), dbfile);
- dbpath = (!dbi->dbi_use_dbenv && !dbi->dbi_temporary)
+#ifdef HACK /* XXX necessary to support dbsubfile */
+ dbpath = (!dbi->dbi_use_dbenv && !dbi->dbi_temporary)
+ ? dbfullpath : dbfile;
+#else
+ dbpath = (!dbi->dbi_temporary)
? dbfullpath : dbfile;
+#endif
rc = db->open(db, dbpath, dbsubfile,
dbi->dbi_type, oflags, dbi->dbi_perms);
@@ -1240,9 +1236,6 @@ static int db3open(rpmdb rpmdb, int rpmtag, dbiIndex * dbip)
}
dbi->dbi_db = db;
- /*@-kepttrans@*/
- dbi->dbi_dbenv = dbenv;
- /*@=kepttrans@*/
if (rc == 0 && dbi->dbi_db != NULL && dbip != NULL) {
dbi->dbi_vec = &db3vec;
diff --git a/rpmdb/dbconfig.c b/rpmdb/dbconfig.c
index 8625f4ced..fe7142fb9 100644
--- a/rpmdb/dbconfig.c
+++ b/rpmdb/dbconfig.c
@@ -323,8 +323,6 @@ dbiIndex db3Free(dbiIndex dbi)
dbi->dbi_host = _free(dbi->dbi_host);
dbi->dbi_errpfx = _free(dbi->dbi_errpfx);
dbi->dbi_re_source = _free(dbi->dbi_re_source);
- dbi->dbi_dbenv = _free(dbi->dbi_dbenv);
- dbi->dbi_dbinfo = _free(dbi->dbi_dbinfo);
dbi->dbi_stats = _free(dbi->dbi_stats);
dbi = _free(dbi);
}
diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h
index 10cb0880f..6c917e7af 100644
--- a/rpmdb/rpmdb.h
+++ b/rpmdb/rpmdb.h
@@ -294,8 +294,6 @@ struct _dbiIndex {
unsigned int dbi_lastoffset; /*!< db1 with falloc.c needs this */
/*@only@*//*@null@*/ void * dbi_db; /*!< Berkeley DB handle */
-/*@only@*//*@null@*/ void * dbi_dbenv; /*!< Berkeley DB_ENV handle */
-/*@only@*//*@null@*/ void * dbi_dbinfo; /*!< (unused) */
/*@only@*//*@null@*/ void * dbi_rmw; /*!< db cursor (with DB_WRITECURSOR) */
/*@only@*//*@null@*/ void * dbi_stats; /*!< Berkeley db statistics */