From ce922f5bdf08eb9058c7ba60c551df2704ae4c26 Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 6 Jan 2002 22:12:44 +0000 Subject: [PATCH] - handle lazy db open's in chroot with absolute path, not prefix strip. CVS patchset: 5239 CVS date: 2002/01/06 22:12:44 --- CHANGES | 1 + lib/psm.c | 6 +++ lib/transaction.c | 6 +++ po/cs.po | 140 +++++++++++++++++++++++++++-------------------------- po/da.po | 139 ++++++++++++++++++++++++++-------------------------- po/de.po | 137 +++++++++++++++++++++++++-------------------------- po/en_RN.po | 137 +++++++++++++++++++++++++-------------------------- po/es.po | 137 +++++++++++++++++++++++++-------------------------- po/eu_ES.po | 137 +++++++++++++++++++++++++-------------------------- po/fi.po | 137 +++++++++++++++++++++++++-------------------------- po/fr.po | 137 +++++++++++++++++++++++++-------------------------- po/gl.po | 137 +++++++++++++++++++++++++-------------------------- po/hu.po | 137 +++++++++++++++++++++++++-------------------------- po/id.po | 137 +++++++++++++++++++++++++-------------------------- po/is.po | 137 +++++++++++++++++++++++++-------------------------- po/it.po | 137 +++++++++++++++++++++++++-------------------------- po/ja.po | 137 +++++++++++++++++++++++++-------------------------- po/ko.po | 140 +++++++++++++++++++++++++++-------------------------- po/no.po | 137 +++++++++++++++++++++++++-------------------------- po/pl.po | 137 +++++++++++++++++++++++++-------------------------- po/pt.po | 139 ++++++++++++++++++++++++++-------------------------- po/pt_BR.po | 137 +++++++++++++++++++++++++-------------------------- po/ro.po | 137 +++++++++++++++++++++++++-------------------------- po/rpm.pot | 72 +++++++++++++-------------- po/ru.po | 140 +++++++++++++++++++++++++++-------------------------- po/sk.po | 137 +++++++++++++++++++++++++-------------------------- po/sl.po | 139 ++++++++++++++++++++++++++-------------------------- po/sr.po | 137 +++++++++++++++++++++++++-------------------------- po/sv.po | 140 +++++++++++++++++++++++++++-------------------------- po/tr.po | 140 +++++++++++++++++++++++++++-------------------------- po/uk.po | 137 +++++++++++++++++++++++++-------------------------- po/wa.po | 137 +++++++++++++++++++++++++-------------------------- po/zh.po | 137 +++++++++++++++++++++++++-------------------------- po/zh_CN.GB2312.po | 137 +++++++++++++++++++++++++-------------------------- rpm.spec | 3 ++ rpm.spec.in | 3 ++ rpmdb/db3.c | 33 +++++-------- rpmdb/dbconfig.c | 2 - rpmdb/rpmdb.h | 2 - 39 files changed, 2151 insertions(+), 2108 deletions(-) diff --git a/CHANGES b/CHANGES index 466d88e..8efb093 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 f3bbb2a..0a6d767 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 26192f0..e20d84a 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 e60237e..da9cb72 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 \n" "Language-Team: Czech \n" @@ -831,7 +831,7 @@ msgstr "Nemohu p 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 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 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 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 eb7fa64..21694bd 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 \n" "Language-Team: Danish \n" @@ -828,7 +828,7 @@ msgstr "Kunne ikke l 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 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 " 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 3f51ca1..6520536 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 \n" "Language-Team: German \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 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 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 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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 7fc6546..40c65a4 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 \n" "Language-Team: Finnish \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 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 7b3a1ab..49c2081 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 \n" "Language-Team: LANGUAGE \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 + - interroge le package qui appartient " -#: 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 d48f5cb..54e059f 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 \n" "Language-Team: Galician \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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 46d3e7c..ca782f14 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 \n" "Language-Team: is \n" @@ -815,7 +815,7 @@ msgstr "Get ekki lesi 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 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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 3426726..e1044e7 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 \n" "Language-Team: JRPM \n" @@ -862,7 +862,7 @@ msgstr " 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 " 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 #: 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 " 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 " 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 7365919..f035850 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 \n" "Language-Team: GNU Translation project \n" @@ -822,7 +822,7 @@ msgstr " 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 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 " 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 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 95be501..034c48f 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 \n" "Language-Team: Norwegian \n" @@ -825,7 +825,7 @@ msgstr "Kunne ikke 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 8137381..e0c020e 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 \n" "Language-Team: Polish \n" @@ -852,7 +852,7 @@ msgstr "Nie mo 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 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 #: 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 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 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 d89b76f..767953f 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 \n" @@ -823,7 +823,7 @@ msgstr "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 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 de8593d..da855e4 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 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 caaa28c..39bda54 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 \n" "Language-Team: Romanian \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 88bdf5d..a59cac0 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 \n" "Language-Team: LANGUAGE \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 d3123be..aad53b1 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 \n" "Language-Team: Black Cat Linux Team \n" @@ -834,7 +834,7 @@ msgstr " 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 " 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 " 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 " 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 dc8954d..5f051ec 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 \n" "Language-Team: Slovak \n" @@ -850,7 +850,7 @@ msgstr "Nie je mo 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 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 #: 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 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 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 2a4427a..f5d2fad 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 , 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 \n" "Language-Team: Slovenian \n" @@ -848,7 +848,7 @@ msgstr "Ikone %s ni mo 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 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 #: 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 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 d3d4488..aa28d2a 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 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 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 " -#: 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 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 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 1073941..98d2064 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 \n" "Language-Team: Swedish \n" @@ -825,7 +825,7 @@ msgstr "Kan inte l 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 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 " 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 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 f12d562..5bd6e4a 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 \n" "Language-Team: Turkish \n" @@ -836,7 +836,7 @@ msgstr "%s'den ba 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 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 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 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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 10003c6..9288bfc 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 \n" "Language-Team: LANGUAGE \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 8d95bd5..a3ed040 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 ffb7bff..a59ca17 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 07068af..07ed899 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 8625f4c..fe7142f 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 10cb088..6c917e7 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 */ -- 2.7.4