diff options
author | jbj <devnull@localhost> | 2000-10-28 17:16:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-10-28 17:16:25 +0000 |
commit | 3ad99fcba52fcc5e8ab636d2f1760c945cdfbf19 (patch) | |
tree | 1a99ac1cf7e49d8ab1719d50f111d23fafc71470 /po | |
parent | b8f90f10cbb592d7ac15dccae503767f262cd719 (diff) | |
download | rpm-3ad99fcba52fcc5e8ab636d2f1760c945cdfbf19.tar.gz rpm-3ad99fcba52fcc5e8ab636d2f1760c945cdfbf19.tar.bz2 rpm-3ad99fcba52fcc5e8ab636d2f1760c945cdfbf19.zip |
- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).
- remove getMacroBody() from rpmio API.
- hide libio lossage in prototype, not API.
lclint annotations.
CVS patchset: 4230
CVS date: 2000/10/28 17:16:25
Diffstat (limited to 'po')
-rw-r--r-- | po/cs.po | 511 | ||||
-rw-r--r-- | po/da.po | 508 | ||||
-rw-r--r-- | po/de.po | 508 | ||||
-rw-r--r-- | po/es.po | 508 | ||||
-rw-r--r-- | po/fi.po | 508 | ||||
-rw-r--r-- | po/fr.po | 508 | ||||
-rw-r--r-- | po/gl.po | 508 | ||||
-rw-r--r-- | po/hu.po | 508 | ||||
-rw-r--r-- | po/id.po | 508 | ||||
-rw-r--r-- | po/is.po | 508 | ||||
-rw-r--r-- | po/it.po | 508 | ||||
-rw-r--r-- | po/ja.po | 515 | ||||
-rw-r--r-- | po/ko.po | 508 | ||||
-rw-r--r-- | po/no.po | 508 | ||||
-rw-r--r-- | po/pl.po | 511 | ||||
-rw-r--r-- | po/pt.po | 508 | ||||
-rw-r--r-- | po/pt_BR.po | 508 | ||||
-rw-r--r-- | po/ro.po | 508 | ||||
-rw-r--r-- | po/rpm.pot | 508 | ||||
-rw-r--r-- | po/ru.po | 511 | ||||
-rw-r--r-- | po/sk.po | 511 | ||||
-rw-r--r-- | po/sl.po | 513 | ||||
-rw-r--r-- | po/sr.po | 508 | ||||
-rw-r--r-- | po/sv.po | 511 | ||||
-rw-r--r-- | po/tr.po | 508 | ||||
-rw-r--r-- | po/uk.po | 508 | ||||
-rw-r--r-- | po/wa.po | 508 | ||||
-rw-r--r-- | po/zh.po | 508 | ||||
-rw-r--r-- | po/zh_CN.GB2312.po | 508 |
29 files changed, 7535 insertions, 7224 deletions
@@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 2000-08-08 22:37+0100\n" "Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n" "Language-Team: Czech <cs@li.org>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "chyba: nemohu otevřít %s/packages.rpm\n" @@ -1596,44 +1596,40 @@ msgstr "chyba syntaxe při zpracování &&" msgid "syntax error while parsing ||" msgstr "chyba syntaxe při zpracování ||" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "chyba při parsování ve výrazu" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "nedoplněná (" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "nedefinovaný identifikátor" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "- jen s čísly" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "! jen s čísly" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "typy musí souhlasit" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "* / nejsou podporovány pro řetězce" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "- není podporováno pro řetězce" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "&& a || není podporováno pro řetězce" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "chyba syntaxe ve výrazu" @@ -2274,60 +2270,60 @@ msgstr "řádek %d: Špatné číslo %s: %d" msgid "line %d: Bad %s number: %s\n" msgstr "řádek %d: Špatné číslo %s: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "Nemohu přejmenovat %s na %s: %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "Nemohu provést unlink %s: %s\n" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "(chyba: 0x%x)" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "Špatné magické číslo" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "Špatná nebo nečitelná hlavička" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "Velikost hlavičky je přiliš velká" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "Neznámý typ souboru" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "Chybějící hardlink" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "Interní chyba" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "selhal - " #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" @@ -2336,88 +2332,88 @@ msgstr "" "Závislost \"B\" potřebuje období (předpokládáno stejné jako \"A\")\n" "\tA %s\tB %s\n" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr " %s A %s\tB %s\n" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "%s: %-45s ANO (přidány soubory)\n" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "%s: %-45s ANO (přidáno poskytuje)\n" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "%s: %-45s %-3s (kešováno)\n" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "%s: %-45s ANO (rpmrc poskytuje)\n" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "%s: %-45s ANO (rpmlib poskytuje)\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "%s: %-45s ANO (db soubory)\n" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "%s: %-45s ANO (db poskytuje)\n" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "%s: %-45s NE\n" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "%s: (%s, %s) přidáno do keše závislostí.\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "balíček %s-%s-%s má nesplněné požadavky: %s\n" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "balíček %s koliduje: %s\n" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "odstraňuji \"%s\" z indexu %s.\n" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2560,7 +2556,7 @@ msgstr "" "na http://www.rpm.org nebo v diskuzním listu rpm-list@redhat.com.\n" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(není číslo)" @@ -2589,196 +2585,210 @@ msgid "file %s is on an unknown device" msgstr "soubor %s je na neznámém zařízení" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "Počet RPM_STRING_TYPE pro grabData() musí být 1.\n" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "Datový typ %d není podporován\n" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "Chybný počet pro headerAddEntry(): %d\n" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "chybí { po %" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "po %{ chybí }" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "prázdný formát značky" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "prázdné jméno značky" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "neznámá značka" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "na konci pole očekáváno ]" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "neočekávaná ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "neočekávaná }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "ve výrazu očekáván ?" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "ve výrazu je po ? očekávána {" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "ve výrazu je očekávána }" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "v podvýrazu je po ? očekávána :" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "ve výrazu je po : očekávána {" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "na konci výrazu je očekáváno |" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(neznámý typ)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr " soubor: %s akce: %s\n" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "uživatel %s neexistuje - použit uživatel root" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "skupina %s neexistuje - použita skupina root" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "hodnova %%instchangelog v makro souboru má být číslo, ale není" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "rozbalování archívu selhalo %s%s: %s" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr " na souboru " -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "instaluji zdrojový balíček\n" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "nemohu vytvořir adresář pro zdrojové soubory: %s" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "nemohu zapsat do %s" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "zdrojové soubory v: %s\n" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "nemohu vytvořit adresář pro spec soubory: %s" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "spec soubor v: %s\n" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "zdrojový balíček neobsahuje spec soubor" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "přejmenovávám %s na %s\n" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "přejmenování %s na %s selhalo: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "očekávám balíček se zdrojovými kódy, nalezen však binární" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "balíček: %s-%s-%s test souborů = %d\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "ukončuji instalaci, protože je spuštěn --test\n" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "spouštím případný předinstalační skript\n" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "varování: %s vytvořeno jako %s" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "varování: %s uloženo jako %s" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "spouštím případný postinstalační skript\n" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "chyba při vytváření dočasného souboru %s" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "práce s balíčky verze 1 není podporována touto verzí RPM" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "tato verze RPM podporuje práci s balíčky s hlavním (major) číslem <= 4" @@ -3017,217 +3027,217 @@ msgstr "v balíčku %s-%s-%s předtransakční syscall(s): %s selhalo: %s" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "neznámá chyba %d vznikla při manipulaci s balíčkem %s-%s-%s" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "chyba ve formátu: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(neobsahuje žádné soubory)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "normální " -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "nahrazen " -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "neinstalován " -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "sdílen v síti " -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "(neznámý %3d) " -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "(chybí stav) " -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "balíček nemá vlastníka souboru ani seznamy id" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "nemohu provést dotaz %s: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "otevření %s selhalo: %s\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "nelze provést dotaz na zdrojové balíčky starého formátu\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "nezdá se, že by %s byl balíček typu RPM\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "dotaz na %s se nezdařil\n" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "dotaz na spec soubor %s selhal, nemohu parsovat\n" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "žádné balíčky\n" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "skupina %s neobsahuje žádné balíčky\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "žádný balíček neaktivuje %s\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "žádný balíček nevyžaduje %s\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "žádný balíček neposkytuje %s\n" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "soubor %s: %s\n" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "soubor %s nevlastní žádný balíček\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "neplatné číslo balíčku: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "záznam balíčku číslo: %u\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "záznam %d nelze přečíst\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "balíček %s není nainstalován\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "%s: otevření selhalo: %s\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "makeTempFile selhalo\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: Fwrite selhalo: %s\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: Fread selhalo: %s\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead selhalo\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: RPM v1.0 nelze podepsat\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Nemohu znovu podepsat RPM v2.0\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature selhalo\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Není dostupný žádný podpis\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: writeLead selhalo: %s\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: rpmWriteSignature selhalo: %s\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Není dostupný žádný podpis (RPM v1.0)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "NENÍ OK" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr " (CHYBÍ KLÍČ:" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr ") " -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr " (NEDŮVĚRYHODNÝ KLÍČ:" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr ")" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "OK" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "dbiTagsInit: neznámá značka: \"%s\" ignorována\n" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3241,17 +3251,17 @@ msgstr "" " a nastavte \"%%_dbapi 3\" (tj. vytvořte nebo upravte /etc/rpm/macros).\n" "\n" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "nemohu otevřít index %s při používání db%d - %s (%d)" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "nemohu otevřít index %s" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3267,7 +3277,7 @@ msgstr "" " jako root.\n" "\n" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3282,7 +3292,7 @@ msgstr "" " a nastavte \"%%_dbapi %d\" (tj. vytvořte nebo upravte /etc/rpm/macros).\n" "\n" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3300,26 +3310,26 @@ msgstr "" " \"%%_dbapi_rebuild %d\" (tj. vytvořte nebo upravte /etc/rpm/macros).\n" "\n" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "chyba(%d) při získávání záznamu \"%s\" z indexu %s" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "chyba(%d) při ukládání záznamu %s do %s" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "chyba(%d) při odstraňování záznamu %s z %s" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "nebyla nastavena dbpath" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" @@ -3328,213 +3338,213 @@ msgstr "" "formátu databáze" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "chyba(%d) při počítání balíčků" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "%s: nemohu číst hlavičku na 0x%x" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "odstraňuji 0 %s položek.\n" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstraňuji \"%s\" z indexu %s.\n" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "odstraňuji %d položek z indexu %s.\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "chyba(%d) při alokaci nové instance balíčku" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "přidávám 0 %s položek.\n" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "přidávám \"%s\" do indexu %s\n" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "přidávám %d položek do indexu %s.\n" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "databázi %s převádím do %s\n" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "dočasná databáze %s již existuje" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "vytvářím adresář %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "chyba při vytváření adresáře %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "otevírám starou databázi s dbapi %d\n" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "otevírám novou databázi s dbapi %d\n" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "záznam číslo %d v databázi je chybný -- vynechávám." -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "nemohu přidat záznam - původně u %d" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 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" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "starou databázi nelze nahradit novou databází!\n" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "pro obnovení nahraďte soubory v %s soubory z %s" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "mažu adresář %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "nemohu odstranit adresář %s: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "počítám balíčky pro instalaci\n" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "nalezeno %d balíčků\n" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "hledám balíčky pro stažení\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "přeskakuji %s - rpmGlob selhal(%d)\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Stahuji %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr " ... jako %s\n" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "přeskakuji %s - přenos selhal - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "přijato %d balíčků\n" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "nemohu otevřít soubor %s: %s\n" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "%s nemůže být nainstalován\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "nemohu otevřít databázi balíčků v %s\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "balíček %s není přemístitelný\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "chyba při čtení ze souboru %s\n" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "soubor %s vyžaduje novější verzi RPM\n" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "nalezeno %d zdrojových a %d binárních balíčků\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "nevyřešené závislosti:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "instaluji binární balíčky\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" určuje více balíčků\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "odstranění těchto balíčků by porušilo závislosti:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "nemohu otevřít %s: %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Instaluji %s\n" @@ -3639,193 +3649,193 @@ msgstr "Neznámý systém: %s\n" msgid "Please contact rpm-list@redhat.com\n" msgstr "Zkontaktujte prosím rpm-list@redhat.com\n" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "velikost podpisu: %d\n" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "Hlavička+Archiv: %d\n" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "očekáv. velikost: %d\n" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "není obyčejný soubor -- přeskakuji kontrolu velikosti\n" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "Chybí podpis\n" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "Starý PGP podpis\n" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Starý (pouze interní) podpis! Jak jste to získali!?" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "Nový podpis hlavičky\n" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "Velikost podpisu: %d\n" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "Podpisový blok: %d\n" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "Nemohu spustit pgp (%s)" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp selhalo" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "pgp selhalo při zápisu podpisu" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "Velikost podpisu PGP: %d\n" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "nemohu číst podpis" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "Přečteno %d bajtů PGP podpisu\n" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "Nemohu spustit gpg" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "gpg selhalo" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "gpg selhalo při zápisu podpisu" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "Velikost GPG podpisu: %d\n" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "Přečteno %d bajtů GPG podpisu\n" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "Generuji PGP podpis.\n" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "Generuji GPG podpis.\n" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Nemohu spustit pgp. Vynechte kontroly PGP pomocí --nopgp." -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "spuštění selhalo!\n" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "Nelze spustit gpg. Vynechte kontroly GPG pomocí --nogpg." -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "Nemohu spustit pgp" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "Neplatná %%_signature v makro souboru" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "Musíte nastavit \"%%_gpg_name\" ve svém makro souboru" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "Musíte nastavit \"%%_pgp_name\" ve svém makro souboru" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "vynechávám soubor %s%s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "vynechávám adresář %s\n" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "přemísťuji %s do %s\n" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "přemísťuji adresář %s do %s\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s přeskočeno, protože chybí příznak\n" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "nemohu odstranit %s - adresář není prázdný" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "rmdir %s selhalo: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "odstranění %s selhalo: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "odstraní se soubory test = %d\n" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "spouštím případný postdeinstalační skript\n" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "provedení %s-%s-%s skriptu selhalo, návratový kód: %d" @@ -3845,69 +3855,69 @@ msgid "package lacks both group name and id lists (this should never happen)" msgstr "" "balíček neobsahuje ani jména skupin ani seznam id (nemělo by se nikdy stát)" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "chybí %s\n" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Nevyřešené závislosti pro %s-%s-%s: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "Úspěch" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "Chybná odezva FTP serveru" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "IO chyba serveru" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "Timeout serveru" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "Nelze převést jméno na IP adresu počítače" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "Nelze převést IP na jméno počítače" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "Připojení k serveru selhalo" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "Selhalo navázání datového spojení se serverem" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "IO chyba při lokálním souboru" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Chyba při nastavení vzdáleného serveru do pasivního režimu" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Soubor nebyl na serveru nalezen" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "Probíhá přerušení" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "Neznámá nebo neočekávaná chyba" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "přihlašování na %s jako %s, heslo %s\n" @@ -3979,17 +3989,17 @@ msgstr "Za %% následuje neparsovatelné makro" msgid "Macro %%%.*s not found, skipping" msgstr "makro %%%.*s nenalezeno, přeskakuji" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "Cílový buffer přetekl" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "Soubor %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "Soubor %s je menší, než %d bajtů" @@ -4059,6 +4069,9 @@ msgstr "nemohu otevřít %s: %s\n" msgid "failed to create %s: %s\n" msgstr "nemohu vytvořit %s: %s\n" +#~ msgid "undefined identifier" +#~ msgstr "nedefinovaný identifikátor" + #~ msgid "loop in prerequisite chain: %s" #~ msgstr "smyčka v řetězu podmínek: %s" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 2000-03-07 05:17+01:00\n" "Last-Translator: K. Christiansen <kenneth@gnu.org>\n" "Language-Team: Danish/Dansk <dansk@klid.dk>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "Kan ikke ĺbne %s/packages.rpm\n" @@ -1565,44 +1565,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2241,148 +2237,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2521,7 +2517,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2550,196 +2546,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2978,217 +2988,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "ingen pakker\n" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "fil %s: %s\n" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "ugyldig pakkenummer: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "IKKE OK" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr ") " -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr ")" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "OK" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3197,17 +3207,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "kan ikke ĺbne %s ved %s:%d: %s" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "kan ikke ĺbne %s: %s\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3217,7 +3227,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3227,7 +3237,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3238,238 +3248,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "opretter kataloget %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "fjener kataloget %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "fundet %d pakke(r)\n" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "leder efter pakker til at hente\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Modtager %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr " ... som %s\n" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "modtager %d pakker\n" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "kan ikke ĺbne fil %s: %s\n" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "Kan ikke ĺbne %s/packages.rpm\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "installerer binćre pakker\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "kan ikke ĺbne %s: %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Installerer %s\n" @@ -3574,193 +3584,193 @@ msgstr "Ukendt system: %s\n" msgid "Please contact rpm-list@redhat.com\n" msgstr "Kontakt venligst rpm-list@redhat.com\n" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp fejlede" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "gpg fejlede" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "fjernelse af %s fejlede: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3777,69 +3787,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "Succés" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "Tidsudlřb for tjener" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Fil ikke fundet pĺ tjener" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3911,17 +3921,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 1998-08-03 18:02+02:00\n" "Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n" "Language-Team: German <de@li.org>\n" @@ -45,7 +45,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, fuzzy, c-format msgid "cannot open %s/packages.rpm\n" msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n" @@ -1767,45 +1767,41 @@ msgstr "? im Ausdruck erwartet" msgid "syntax error while parsing ||" msgstr "? im Ausdruck erwartet" -#: build/expression.c:288 +#: build/expression.c:286 #, fuzzy msgid "parse error in expression" msgstr "? im Ausdruck erwartet" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 #, fuzzy msgid "syntax error in expression" msgstr "? im Ausdruck erwartet" @@ -2476,152 +2472,152 @@ msgid "line %d: Bad %s number: %s\n" msgstr "ungültige Paket-Nummer: %s\n" # , c-format -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, fuzzy, c-format msgid "can't rename %s to %s: %s\n" msgstr "Lesen von %s fehlgeschlagen: %s." -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "Fehler: " -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 #, fuzzy msgid "Unknown file type" msgstr "(unbekannter Typ)" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 #, fuzzy msgid "Internal error" msgstr "Fataler Fehler: " -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 #, fuzzy msgid " failed - " msgstr "pgp fehlgeschlagen" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, fuzzy, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "die Datei ť%sŤ gehört zu keinem Paket\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, fuzzy, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "die Datei ť%sŤ gehört zu keinem Paket\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "Paket %s wird nicht in %s aufgeführt" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "Paket %s wird nicht in %s aufgeführt" # FIXME -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2761,7 +2757,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(keine Zahl)" @@ -2792,206 +2788,220 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "fehlende { nach %{" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "fehlende } nach %{" # ťTagŤ übersetzen??? -ke- -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "leeres ťTagŤ-Format" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "leerer ťTagŤ-Name" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "unbekannter ťTagŤ" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "] am Ende des Arrays erwartet" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "unerwartete ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "unerwartete }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "? im Ausdruck erwartet" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 #, fuzzy msgid "{ expected after ? in expression" msgstr "{ nach ? im Ausdruck erwartet" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "} im Ausdruck erwartet" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr ": nach ? Unterausdruck erwartet" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 #, fuzzy msgid "{ expected after : in expression" msgstr "{ nach : im Ausdruck erwartet" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "| am Ende des Ausdrucks erwartet" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(unbekannter Typ)" # , c-format -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, fuzzy, c-format msgid " file: %s action: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 #, fuzzy msgid "installing a source package\n" msgstr "Paket installieren" -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "kann Datei %s nicht öffnen: " -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, fuzzy, c-format msgid "cannot write to %s" msgstr "kann Datei %s nicht öffnen: " -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "kann Datei %s nicht öffnen: " # , c-format -#: lib/install.c:765 +#: lib/install.c:767 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 #, fuzzy msgid "source package contains no .spec file" msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "umbennen von %s nach %s fehlgeschlagen: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" # FIXME shared, besser: "mit anderen geteilte ..." -#: lib/install.c:980 +#: lib/install.c:982 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: lib/package.c:60 +#: lib/package.c:62 #, fuzzy msgid "packaging version 1 is not supported by this version of RPM" msgstr "" "Nur Pakete mit Hauptnummern <= 3 werden von dieser RPM-Version unterstützt" -#: lib/package.c:120 +#: lib/package.c:122 #, fuzzy msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" @@ -3265,223 +3275,223 @@ msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "Fehler beim Format %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(beinhaltet keine Dateien)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 #, fuzzy msgid "not installed " msgstr "Paket %s ist nicht installiert\n" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(unbekannter Typ)" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "Fehler: kann %s nicht öffnen\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, fuzzy, c-format msgid "open of %s failed: %s\n" msgstr "öffnen von %s fehlgeschlagen: %s\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s scheint kein RPM-Paket zu sein\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "Anfrage von %s fehlgeschlagen\n" -#: lib/query.c:560 +#: lib/query.c:567 #, fuzzy, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "Anfrage von %s fehlgeschlagen\n" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "Anfrage an alle Pakete" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "Gruppe %s beinhaltet kein einziges Paket\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "kein Paket triggert %s\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "kein Paket verlangt %s\n" # oder besser: ... listet %s auf? -ke- -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "kein Paket stellt %s bereit\n" # , c-format -#: lib/query.c:654 +#: lib/query.c:661 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "die Datei ť%sŤ gehört zu keinem Paket\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "ungültige Paket-Nummer: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, fuzzy, c-format msgid "package record number: %u\n" msgstr "ungültige Paket-Nummer: %s\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "Eintrag %d konnte nicht gelesen werden\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "Paket %s ist nicht installiert\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "%s: Öffnen fehlgeschlagen\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "%s: Öffnen fehlgeschlagen\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: ťreadLeadŤ fehlgeschlagen\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: ťreadLeadŤ fehlgeschlagen\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: ťreadLeadŤ fehlgeschlagen\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: Kann v1.0-RPM nicht signieren\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Kann v2.0-RPM nicht erneuert signieren\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: ťrpmReadSignatureŤ fehlgeschlagen\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Keine Signatur verfügbar\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, fuzzy, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: ťreadLeadŤ fehlgeschlagen\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: ťrpmReadSignatureŤ fehlgeschlagen\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Keine Signatur verfügbar (v1.0 RPM)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 #, fuzzy msgid " (MISSING KEYS:" msgstr " (FEHLENDE SCHLüSSEL)" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3490,17 +3500,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "kann Datei %s nicht öffnen: " -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "Fehler: kann %s nicht öffnen\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3510,7 +3520,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3520,7 +3530,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3531,249 +3541,249 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "Fehler beim Eintrag %s von %s" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "Fehler bei Schreiben des Eintrags %s nach %s" # FIXME -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "ťdbpathŤ ist nicht gesetzt" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "Fehler beim Suchen nach Paket %s\n" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "kann Kopfzeilen bei %d nicht lesen, um danach zu suchen" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" # FIXME -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" # FIXME -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, fuzzy, c-format msgid "error(%d) allocating new package instance" msgstr "Fehler beim Suchen nach Paket %s\n" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" # FIXME -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "die temporäre Datenbank %s existiert schon" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, fuzzy, c-format msgid "record number %d in database is bad -- skipping." msgstr "" "Eintrag Nummer %d in der Datenback ist nicht in Ordnung -- wird übersprungen" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "kann einen Eintrag hinzufügen, ursprünglich bei %d" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" # , c-format -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 #, fuzzy msgid "counting packages to install\n" msgstr "Es wurden keine Pakete für die Installation angegeben" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, fuzzy, c-format msgid "found %d packages\n" msgstr "Anfrage an alle Pakete" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 #, fuzzy msgid "looking for packages to download\n" msgstr "Fehler beim Suchen nach Paket %s\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, fuzzy, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n" # , c-format -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Hole %s heraus\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "kann Datei %s nicht öffnen: " -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "Fehler: %s kann nicht installiert werden\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, fuzzy, c-format msgid "package %s is not relocateable\n" msgstr "Paket %s ist nicht installiert\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "Gruppe %s beinhaltet kein einziges Paket\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 #, fuzzy msgid "installing binary packages\n" msgstr "Paket installieren" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" bezeichnet mehrere Pakete\n" # oder besser: "... verletzen" ? -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "Das Enfernen dieser Pakete würde Paket-Abhängigkeiten missachten:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "Fehler: kann %s nicht öffnen\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Installiere %s\n" @@ -3881,206 +3891,206 @@ msgstr "(unbekannter Typ)" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 #, fuzzy msgid "No signature\n" msgstr "%s: Keine Signatur verfügbar\n" -#: lib/signature.c:138 +#: lib/signature.c:141 #, fuzzy msgid "Old PGP signature\n" msgstr "PGP-Signatur generieren" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Alte Signatur (nur intern)! Wie bist du daran gekommen!?" -#: lib/signature.c:154 +#: lib/signature.c:157 #, fuzzy msgid "New Header signature\n" msgstr "nicht möglich, die Signatur zu lesen" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, fuzzy, c-format msgid "Couldn't exec pgp (%s)" msgstr "Konnte pgp nicht durchführen" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp fehlgeschlagen" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "pgp fehlgeschlagen beim Schreiben der Signatur" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "nicht möglich, die Signatur zu lesen" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 #, fuzzy msgid "Couldn't exec gpg" msgstr "Konnte pgp nicht durchführen" -#: lib/signature.c:355 +#: lib/signature.c:358 #, fuzzy msgid "gpg failed" msgstr "pgp fehlgeschlagen" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 #, fuzzy msgid "gpg failed to write signature" msgstr "pgp fehlgeschlagen beim Schreiben der Signatur" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr "PGP-Signatur generieren" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr "PGP-Signatur generieren" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Konnte pgp nicht aufrufen. Überspring die PGP-Checks mit --nopgp." -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 #, fuzzy msgid "exec failed!\n" msgstr "%s: Öffnen fehlgeschlagen\n" -#: lib/signature.c:630 +#: lib/signature.c:633 #, fuzzy msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "Konnte pgp nicht aufrufen. Überspring die PGP-Checks mit --nopgp." -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "Konnte pgp nicht durchführen" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 #, fuzzy msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein" -#: lib/signature.c:767 +#: lib/signature.c:770 #, fuzzy msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein" # , c-format -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, fuzzy, c-format msgid "excluding file %s%s\n" msgstr "Hole %s heraus\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "kann %s nicht entfernen - Verzeichnis ist nicht leer" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "Entfernen von %s fehlgeschlagen: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "öffnen von %s fehlgeschlagen: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, fuzzy, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "Ausführung des Skripts fehlgeschlagen" @@ -4098,77 +4108,77 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, fuzzy, c-format msgid "missing %s\n" msgstr "fehlende { nach %{" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 #, fuzzy msgid "Bad server response" msgstr "Nicht passende Antwort des FTP-Servers" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 #, fuzzy msgid "Server IO error" msgstr "FTP IO-Fehler" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 #, fuzzy msgid "Server timeout" msgstr "Timeout des FTP-Servers" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 #, fuzzy msgid "Unable to lookup server host address" msgstr "Unmöglich die Hostadresse des FTP-Servers zu bestimmen" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 #, fuzzy msgid "Unable to lookup server host name" msgstr "Unmöglich den Hostnamen des FTP-Servers zu bestimmen" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 #, fuzzy msgid "Failed to connect to server" msgstr "Verbindung zum FTP-Server fehlgeschlagen" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 #, fuzzy msgid "Failed to establish data connection to server" msgstr "Aufbau einer Datenverbindung zum FTP-Server fehlgeschlagen" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "IO-Fehler bei lokaler Datei" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Fehler beim Setzen des FTP-Servers in den passiven Modus" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Datei auf dem Server nicht gefunden" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 #, fuzzy msgid "Unknown or unexpected error" msgstr "FTP Unbekannter oder nicht erwarteter Fehler" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -4241,18 +4251,18 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "Paket %s in %s nicht gefunden" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" # , c-format #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, fuzzy, c-format msgid "File %s: %s" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n" "Language-Team: Finnish <linux@sot.com>\n" "Content-Type: text/plain; charset=\n" @@ -9,7 +9,7 @@ msgstr "" "Xgettext-Options: --default-domain=rpm --add-comments --keyword=_ " "--keyword=N_\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, fuzzy, c-format msgid "cannot open %s/packages.rpm\n" msgstr "virhe: en voi avata %s%s/packages.rpm\n" @@ -1724,45 +1724,41 @@ msgstr "odotin '?'-merkkiä ilmauksessa" msgid "syntax error while parsing ||" msgstr "odotin '?'-merkkiä ilmauksessa" -#: build/expression.c:288 +#: build/expression.c:286 #, fuzzy msgid "parse error in expression" msgstr "odotin '?'-merkkiä ilmauksessa" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 #, fuzzy msgid "syntax error in expression" msgstr "odotin '?'-merkkiä ilmauksessa" @@ -2405,151 +2401,151 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "virheellinen paketin numero: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, fuzzy, c-format msgid "can't rename %s to %s: %s\n" msgstr "En voi lukea %s: %s." -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "virhe: " -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 #, fuzzy msgid "Unknown file type" msgstr "(tuntematon tyyppi)" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 #, fuzzy msgid "Internal error" msgstr "vakava virhe: " -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 #, fuzzy msgid " failed - " msgstr "pgp epäonnistui" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, fuzzy, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "tiedostoa %s ei omista mikään paketti\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, fuzzy, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "tiedostoa %s ei omista mikään paketti\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "paketti %s ei ole %s:ssä" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "paketti %s ei ole %s:ssä" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2688,7 +2684,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(ei ole luku)" @@ -2717,202 +2713,216 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "puuttuva '{' '%':n jälkeen" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "puuttuva '{' '%{':n jälkeen" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "tyhjä nimiön formaatti" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "tyhjä nimiön nimi" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "tuntematon nimiö" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "']' puuttuu taulukkomäärittelyn lopusta" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "odottamaton ']'" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "odottamaton '}'" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "odotin '?'-merkkiä ilmauksessa" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 #, fuzzy msgid "{ expected after ? in expression" msgstr "odotin '{' '?'-merkin jälkeen ilmauksessa " -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "odotin '}'-merkkiä ilmauksessa" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "odotin ':' '?'-merkin jälkeen ali-ilmauksessa " -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 #, fuzzy msgid "{ expected after : in expression" msgstr "odotin '{' ':'-merkin jälkeen ilmauksessa " -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "odotin '}'-merkkiä ilmauksen lopussa" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(tuntematon tyyppi)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, fuzzy, c-format msgid " file: %s action: %s\n" msgstr "en voinut avata %s: %s" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 #, fuzzy msgid "installing a source package\n" msgstr "asenna paketti" -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "en voinut avata tiedostoa %s: " -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, fuzzy, c-format msgid "cannot write to %s" msgstr "en voinut avata tiedostoa %s: " -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "en voinut avata tiedostoa %s: " -#: lib/install.c:765 +#: lib/install.c:767 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "en voinut avata %s: %s" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 #, fuzzy msgid "source package contains no .spec file" msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "%s:n nimeäminen %s:ksi epäonnistui: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/package.c:60 +#: lib/package.c:62 #, fuzzy msgid "packaging version 1 is not supported by this version of RPM" msgstr "" "tämä versio RPM:stä tukee vain suuremmman kuin 3 versionumeron paketteja" -#: lib/package.c:120 +#: lib/package.c:122 #, fuzzy msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" @@ -3181,221 +3191,221 @@ msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "virhe formaatissa: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(ei tiedostoja)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 #, fuzzy msgid "not installed " msgstr "paketti %s ei ole asennettu\n" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(tuntematon tyyppi)" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "virhe: en voi avata %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, fuzzy, c-format msgid "open of %s failed: %s\n" msgstr "%s:n avaus ei onnistunut: %s\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s ei vaikuta RPM-paketilta\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "%s:n kysely ei onnistunut\n" -#: lib/query.c:560 +#: lib/query.c:567 #, fuzzy, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "%s:n kysely ei onnistunut\n" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "kysele kaikki paketit" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "ryhmässä %s ei ole paketteja\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "mikään paketti ei laukaise %s:a\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "mikään pakettie ei tarvitse %s:a\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "mikään paketti ei tarjoa %s:a\n" -#: lib/query.c:654 +#: lib/query.c:661 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "en voinut avata %s: %s" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "tiedostoa %s ei omista mikään paketti\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "virheellinen paketin numero: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, fuzzy, c-format msgid "package record number: %u\n" msgstr "virheellinen paketin numero: %s\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "tietuetta %d ei voitu lukea\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "paketti %s ei ole asennettu\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "%s: avaus ei onnistunut\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "%s: avaus ei onnistunut\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: readLead epäonnistui\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: readLead epäonnistui\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead epäonnistui\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: En voi allekirjoittaa v1.0 RPM:ää\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: En voi uudelleen allekirjoittaa v2.0 RPM:ää\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature epäonnistui\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Ei allekirjoitusta saatavilla\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, fuzzy, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: readLead epäonnistui\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: rpmReadSignature epäonnistui\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Ei allekirjoitusta saatavilla (v1.0 RPM)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 #, fuzzy msgid " (MISSING KEYS:" msgstr "(PUUTTUVAT AVAIMET)" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3404,17 +3414,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "en voinut avata tiedostoa %s: " -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "virhe: en voi avata %s\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3424,7 +3434,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3434,7 +3444,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3445,241 +3455,241 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "virhe luettaessa tietuetta %s %s:stä" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "virhe talletettaessa tietuetta %s %s:ään" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "dbpath ei ole asetettu" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "virhe etsittäessä pakettia %s\n" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "en voi lukea headeria %d:stä päivittäessä" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, fuzzy, c-format msgid "error(%d) allocating new package instance" msgstr "virhe etsittäessä pakettia %s\n" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "väliaikainen tietokanta %s on jo olemassa" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, fuzzy, c-format msgid "record number %d in database is bad -- skipping." msgstr "tietue numero %d tietokannassa viallinen -- ohitan sen" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "en voi lisätä tietuetta %d:stä" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "en voinut avata %s: %s" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 #, fuzzy msgid "counting packages to install\n" msgstr "asennukselle ei määritelty paketteja" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, fuzzy, c-format msgid "found %d packages\n" msgstr "kysele kaikki paketit" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 #, fuzzy msgid "looking for packages to download\n" msgstr "virhe etsittäessä pakettia %s\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, fuzzy, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Haen: %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "en voinut avata tiedostoa %s: " -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "virhe: %s ei voida asentaa\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "virhe: en voi avata %s%s/packages.rpm\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, fuzzy, c-format msgid "package %s is not relocateable\n" msgstr "paketti %s ei ole asennettu\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "ryhmässä %s ei ole paketteja\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "puuttuvat riippuvuudet:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 #, fuzzy msgid "installing binary packages\n" msgstr "asenna paketti" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" määrittää useita paketteja\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "näiden pakettien poisto rikkoisi riippuvuuksia:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "virhe: en voi avata %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Asennan: %s\n" @@ -3784,205 +3794,205 @@ msgstr "(tuntematon tyyppi)" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 #, fuzzy msgid "No signature\n" msgstr "%s: Ei allekirjoitusta saatavilla\n" -#: lib/signature.c:138 +#: lib/signature.c:141 #, fuzzy msgid "Old PGP signature\n" msgstr "generoi PGP-allekirjoitus" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Vanha (sisäisen käytön) allekirjoitus! Mistä sait sen!?" -#: lib/signature.c:154 +#: lib/signature.c:157 #, fuzzy msgid "New Header signature\n" msgstr "en voinut lukea allekirjoitusta" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, fuzzy, c-format msgid "Couldn't exec pgp (%s)" msgstr "En voinut ajaa pgp:tä" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp epäonnistui" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "pgp ei voinut kirjoittaa allekirjoitusta" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "en voinut lukea allekirjoitusta" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 #, fuzzy msgid "Couldn't exec gpg" msgstr "En voinut ajaa pgp:tä" -#: lib/signature.c:355 +#: lib/signature.c:358 #, fuzzy msgid "gpg failed" msgstr "pgp epäonnistui" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 #, fuzzy msgid "gpg failed to write signature" msgstr "pgp ei voinut kirjoittaa allekirjoitusta" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr "generoi PGP-allekirjoitus" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr "generoi PGP-allekirjoitus" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "En voinut ajaa pgp:tä. Käytä --nopgpg ohittaaksesi PGP-tarkistus" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 #, fuzzy msgid "exec failed!\n" msgstr "%s: avaus ei onnistunut\n" -#: lib/signature.c:630 +#: lib/signature.c:633 #, fuzzy msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "En voinut ajaa pgp:tä. Käytä --nopgpg ohittaaksesi PGP-tarkistus" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "En voinut ajaa pgp:tä" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 #, fuzzy msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "Sinun pitää asettaa \"pgp_name:\" rpmrc-tiedostossa" -#: lib/signature.c:767 +#: lib/signature.c:770 #, fuzzy msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "Sinun pitää asettaa \"pgp_name:\" rpmrc-tiedostossa" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, fuzzy, c-format msgid "excluding file %s%s\n" msgstr "Haen: %s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "en voi poistaa %s -hakemisto ei ole tyhjä" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "%s:n rmdir epäonnistui: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "%s:n poisto epäonnistui: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, fuzzy, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "skriptin ajo epäonnistui" @@ -4000,77 +4010,77 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, fuzzy, c-format msgid "missing %s\n" msgstr "puuttuva '{' '%':n jälkeen" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 #, fuzzy msgid "Bad server response" msgstr "Virheellinen FTP-palvelijan vastaus" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 #, fuzzy msgid "Server IO error" msgstr "FTP:n IO-virhe" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 #, fuzzy msgid "Server timeout" msgstr "FTP-palvelimen timeout" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 #, fuzzy msgid "Unable to lookup server host address" msgstr "FTP-palvelimen osoitetta ei löytynyt" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 #, fuzzy msgid "Unable to lookup server host name" msgstr "FTP-palvelimen nimeä ei löytynyt" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 #, fuzzy msgid "Failed to connect to server" msgstr "En saanut yhteyttä FTP-palvelijaan" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 #, fuzzy msgid "Failed to establish data connection to server" msgstr "En saanut data-yhteyttä FTP-palvelijaan" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "Paikallisen tiedoston IO-virhe" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Virhe asetettaessa palvelinta passiiviin moodiin" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Tiedostoa ei löytynyt palvelimelta" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 #, fuzzy msgid "Unknown or unexpected error" msgstr "FTP:n tuntematon tai odottamaton virhe" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -4143,17 +4153,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "paketti %s ei ole %s:ssä" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, fuzzy, c-format msgid "File %s: %s" msgstr "en voinut avata %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -1,7 +1,7 @@ msgid "" -msgstr "POT-Creation-Date: 2000-10-26 11:14-0400\n" +msgstr "POT-Creation-Date: 2000-10-28 12:51-0400\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1733,44 +1733,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2412,149 +2408,149 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, fuzzy, c-format msgid "can't rename %s to %s: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 #, fuzzy msgid " failed - " msgstr "La construction a échoué.\n" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "aucun package n'a été spécifié pour l'installation" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2693,7 +2689,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2722,200 +2718,214 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 #, fuzzy msgid "unexpected ]" msgstr "source de requęte inattendue" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 #, fuzzy msgid "unexpected }" msgstr "source de requęte inattendue" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "impossible d'ouvrir: %s\n" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, fuzzy, c-format msgid "cannot write to %s" msgstr "impossible d'ouvrir: %s\n" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "impossible d'ouvrir: %s\n" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 #, fuzzy msgid "source package contains no .spec file" msgstr "" " -f <file>+ - interroge le package ŕ qui appartient <file>" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -3186,220 +3196,220 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 #, fuzzy msgid "not installed " msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "impossible d'ouvrir: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, fuzzy, c-format msgid "open of %s failed: %s\n" msgstr "La construction a échoué.\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, fuzzy, c-format msgid "no package triggers %s\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, fuzzy, c-format msgid "package %s is not installed\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "La construction a échoué.\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3408,17 +3418,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3428,7 +3438,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3438,7 +3448,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3449,239 +3459,239 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 #, fuzzy msgid "counting packages to install\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, fuzzy, c-format msgid "package %s is not relocateable\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3786,199 +3796,199 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 #, fuzzy msgid "Old PGP signature\n" msgstr " --sign - genčre une signature PGP" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 #, fuzzy msgid "New Header signature\n" msgstr " --sign - genčre une signature PGP" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 #, fuzzy msgid "gpg failed" msgstr "La construction a échoué.\n" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 #, fuzzy msgid "gpg failed to write signature" msgstr "impossible d'ouvrir: %s\n" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr " --sign - genčre une signature PGP" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr " --sign - genčre une signature PGP" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "impossible d'ouvrir: %s\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3995,69 +4005,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -4130,17 +4140,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, fuzzy, c-format msgid "File %s: %s" msgstr "impossible d'ouvrir: %s\n" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 1.37\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 2000-08-02 13:00+0000\n" "Last-Translator: Richard Allen <ra@hp.is>\n" "Language-Team: is <kde-isl@mmedia.is>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "get ekki opnađ %s/packages.rpm\n" @@ -1560,44 +1560,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2236,148 +2232,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2516,7 +2512,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2545,196 +2541,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2973,217 +2983,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3192,17 +3202,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "get ekki opnađ index í %s" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3212,7 +3222,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3222,7 +3232,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3233,238 +3243,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "get ekki opnađ pakka gagnagrunn í\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3569,193 +3579,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3772,69 +3782,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "Óţekkt eđa óvćnt villa" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3906,17 +3916,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "Fjölvi %%%.*s fanmst ekki. Sleppi" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "Skrá %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "Skráin %s er minni en %d bćti" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 1999-12-01 22:49 +JST\n" "Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n" "Language-Team: JRPM <jrpm@linux.or.jp>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: EUC-JP\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, fuzzy, c-format msgid "cannot open %s/packages.rpm\n" msgstr "%s/packages.rpm ¤ňĽŞĄźĽ×Ľó¤Ç¤¤Ţ¤ť¤ó\n" @@ -88,7 +88,7 @@ msgstr "ĽżĄźĽ˛ĽĂĽČ %s ÍѤ˺îŔŽĂć\n" # build root [BuildRoot] # net share [ĽÍĽĂĽČśŚÍ] # reloate [şĆÇŰĂÖ/°ÜĆ°¤š¤ë] -# $Id: ja.po,v 1.117 2000/10/26 15:32:04 jbj Exp $ +# $Id: ja.po,v 1.118 2000/10/28 17:16:28 jbj Exp $ #: rpm.c:184 rpmqv.c:267 #, c-format msgid "rpm: %s\n" @@ -1666,46 +1666,41 @@ msgstr "š˝Ę¸˛ňŔĎĂć¤Îʸ˥Ľ¨ĽéĄź &&" msgid "syntax error while parsing ||" msgstr "š˝Ę¸˛ňŔĎĂć¤Îʸ˥Ľ¨ĽéĄź ||" -#: build/expression.c:288 +#: build/expression.c:286 #, fuzzy msgid "parse error in expression" msgstr "ź°Ăć¤Çš˝Ę¸˛ňŔĎĽ¨ĽéĄź" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "°ěĂפˇ¤Ę¤¤ (" -#: build/expression.c:335 -#, fuzzy -msgid "undefined identifier" -msgstr "ÄęľÁ¤ľ¤ě¤Ć¤¤¤Ę¤¤źąĘĚťŇ" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "- żô¤Î¤ß" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "! żô¤Î¤ß" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "ˇż¤Ď°ěĂפˇ¤Ć¤¤¤Ę¤ą¤ě¤Đ¤Ę¤ę¤Ţ¤ť¤ó" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "* / ¤ĎʸťúÎóÍѤ˼ľĽÝĄźĽČ¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "- ¤ĎʸťúÎóÍѤ˼ľĽÝĄźĽČ¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "&& ¤Č || ¤ĎʸťúÎóÍѤ˼ľĽÝĄźĽČ¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 #, fuzzy msgid "syntax error in expression" msgstr "ź°Ăć¤Çʸ˥Ľ¨ĽéĄź" @@ -2350,63 +2345,63 @@ msgstr "%d šÔĚÜ: ÉÔŔľ¤Ę no%s ČÖšć: %d" msgid "line %d: Bad %s number: %s\n" msgstr "%d šÔĚÜ: ÉÔŔľ¤Ę %s ČÖšć: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, fuzzy, c-format msgid "can't rename %s to %s: %s\n" msgstr "%s ¤ň %s ¤Ë¤š¤ëĚžÁ°¤ÎĘŃšš¤Ź¤Ç¤¤Ţ¤ť¤ó: %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, fuzzy, c-format msgid "can't unlink %s: %s\n" msgstr "%s ¤ňşď˝ü(unlink)¤Ç¤¤Ţ¤ť¤ó: %s\n" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "(Ľ¨ĽéĄź 0x%x)" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "ÉÔŔľ¤ĘĽŢĽ¸ĽĂĽŻ" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "ÉÔŔľ¤Ę/ÉÔ˛ÄĆɤʼؼüŔ" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "ĽŘĽĂĽŔĽľĽ¤Ľş¤ŹÂ礤š¤Ž¤Ţ¤š" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 #, fuzzy msgid "Unknown file type" msgstr "ÉÔĚŔ¤ĘĽŐĽĄĽ¤ĽëĽżĽ¤Ľ×" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "ĽĎĄźĽÉĽęĽóĽŻ¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 #, fuzzy msgid "Internal error" msgstr "ĆâÉôĽ¨ĽéĄź" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 #, fuzzy msgid " failed - " msgstr "źşÇÔ - " #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" @@ -2415,88 +2410,88 @@ msgstr "" "\"B\" ¤Î°Í¸Ŕ¤Ď epoch ¤ňÉŹÍפȤˇ¤Ţ¤š(\"A\"¤ČĆą¤¸¤Ç¤˘¤ë¤Č˛žÄꤡ¤Ć)\n" "\tA %s\tB %s\n" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, fuzzy, c-format msgid "%s: %-45s YES (added files)\n" msgstr "%s: %s ¤ĎĽŐĽĄĽ¤ĽëĽęĽšĽČ¤Ë˛Ă¤¨¤ë¤ł¤Č¤Ë¤č¤Ă¤ĆËţ¤ľ¤ě¤Ţ¤šĄŁ\n" -#: lib/depends.c:991 +#: lib/depends.c:995 #, fuzzy, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "%s: %s ¤Ď provide ¤Ë˛Ă¤¨¤ë¤ł¤Č¤Ë¤č¤Ă¤ĆËţ¤ľ¤ě¤Ţ¤šĄŁ\n" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, fuzzy, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "%s: %s ¤Ď rpmrc ¤ŹÄ󜥤š¤ë¤ł¤Č¤Ë¤č¤Ă¤ĆËţ¤ľ¤ě¤Ţ¤šĄŁ\n" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, fuzzy, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "%s: %s ¤Ď rpmrc ¤ŹÄ󜥤š¤ë¤ł¤Č¤Ë¤č¤Ă¤ĆËţ¤ľ¤ě¤Ţ¤šĄŁ\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, fuzzy, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "%s: %s ¤Ď db ¤ŹÄ󜥤š¤ë¤ł¤Č¤Ë¤č¤Ă¤ĆËţ¤ľ¤ě¤Ţ¤šĄŁ\n" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, fuzzy, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "%s: %s ¤ĎĽŃĽĂĽąĄźĽ¸¤Ë˛Ă¤¨¤ë¤ł¤Č¤Ë¤č¤Ă¤ĆËţ¤ľ¤ě¤Ţ¤šĄŁ\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤Ď require ¤ŹËţ¤ż¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó: %s\n" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "%s ¤ČśĽšç¤š¤ëĽŃĽĂĽąĄźĽ¸¤Ź¤˘¤ę¤Ţ¤š: %s\n" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "group Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2640,7 +2635,7 @@ msgstr "" "žÜşŮ¤ĘžđĘ󤏟čĆŔ¤Ç¤¤Ţ¤šĄŁ\n" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(żôťú¤Ç¤Ď¤˘¤ę¤Ţ¤ť¤ó)" @@ -2669,97 +2664,111 @@ msgid "file %s is on an unknown device" msgstr "ĽŐĽĄĽ¤Ľë %s ¤ĎÉÔĚŔ¤ĘĽÇĽĐĽ¤Ľš¤Ç¤š" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "grabDate() RPM_STRING_TYPE ĽŤĽŚĽóĽČ¤Ď 1 ¤Ç¤Ę¤ą¤ě¤Đ¤Ę¤ę¤Ţ¤ť¤óĄŁ\n" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "ĽÇĄźĽżĽżĽ¤Ľ× %d ¤ĎĽľĽÝĄźĽČ¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó\n" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "headerAddEntry() ¤ÎÉÔŔľ¤ĘĽŤĽŚĽóĽČ: %d\n" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "% ¤Î¸ĺ¤Ë { ¤Ź¤˘¤ę¤Ţ¤ť¤ó" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "%{ ¤Î¸ĺ¤Ë } ¤Ź¤˘¤ę¤Ţ¤ť¤ó" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "śő¤ÎĽżĽ°ĽŐĽŠĄźĽŢĽĂĽČ" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "śő¤ÎĽżĽ°Ěž" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "ÉÔĚŔ¤ĘĽżĽ°" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "ÇŰÎó¤Î¸ĺ¤Ë ] ¤Ź´üÂÔ¤ľ¤ě¤Ţ¤š" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "Í˝´ü¤ť¤Ě ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "Í˝´ü¤ť¤Ě }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "ź°Ăć¤Ç ? ¤Ź´üÂÔ¤ľ¤ě¤Ţ¤š" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "ź°Ăć¤Ç ? ¤Î¸ĺ¤Ë { ¤Ź´üÂÔ¤ľ¤ě¤Ţ¤š" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "ź°Ăć¤Ë } ¤Ź´üÂÔ¤ľ¤ě¤Ţ¤š" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "°Ę˛ź¤Î ? ĽľĽÖź°¤Î ¤Ë: ¤Ź´üÂÔ¤ľ¤ě¤Ţ¤š" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "ź°Ăć¤Ç : ¤Î¸ĺ¤Ë { ¤Ź´üÂÔ¤ľ¤ě¤Ţ¤š" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "ź°¤Î˝Ş¤ę¤Ë | ¤Ź´üÂÔ¤ľ¤ě¤Ţ¤š" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(ÉÔĚŔ¤ĘĽżĽ¤Ľ×)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, fuzzy, c-format msgid " file: %s action: %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s: Ľ˘ĽŻĽˇĽçĽó: %s\n" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "ĽćĄźĽś %s ¤Ď¸şß¤ˇ¤Ţ¤ť¤ó - root ¤ňťČÍѤˇ¤Ţ¤š" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "Ľ°ĽëĄźĽ× %s ¤Ď¸şß¤ˇ¤Ţ¤ť¤ó - root ¤ňťČÍѤˇ¤Ţ¤š" -#: lib/install.c:253 +#: lib/install.c:255 #, fuzzy msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" @@ -2769,103 +2778,103 @@ msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, fuzzy, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "ĽŐĽĄĽ¤Ľë %s ¤ÎĽ˘ĄźĽŤĽ¤ĽÖ¤ÎżÄš¤ËźşÇÔ %s%s: %s" -#: lib/install.c:656 +#: lib/install.c:658 #, fuzzy msgid " on file " msgstr "ĽŐĽĄĽ¤Ľëžĺ" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "Ľ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤ňĽ¤ĽóĽšĽČĄźĽë¤ˇ¤Ć¤¤¤Ţ¤š\n" -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "%s ¤ňşîŔŽ¤Ç¤¤Ţ¤ť¤ó: %s" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "%s ¤Ř˝ń¤šţ¤á¤Ţ¤ť¤ó" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "Ľ˝ĄźĽš¤Ď: %s\n" -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "%s ¤ňşîŔŽ¤Ç¤¤Ţ¤ť¤ó: %s" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "spec ĽŐĽĄĽ¤Ľë¤Ď: %s\n" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "Ľ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤Ď .spec ĽŐĽĄĽ¤Ľë¤ň´Ţ¤ó¤Ç¤¤¤Ţ¤ť¤ó" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "%s ¤ň %s ¤ŘĚžÁ°¤ňĘŃšš¤ˇ¤Ţ¤š\n" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "%s ¤ň %s ¤Ë¤š¤ëĚžÁ°¤ÎĘŃšš¤ËźşÇÔ: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "Ľ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤Ź´üÂÔ¤ľ¤ě¤Ţ¤šĄ˘ĽĐĽ¤ĽĘĽę¤Ď¸Ť¤Ä¤Ť¤ę¤Ţ¤ˇ¤ż" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "ĽŃĽĂĽąĄźĽ¸: %s-%s-%s ĽŐĽĄĽ¤ĽëĽĆĽšĽČ = %d\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "--test ¤ňźÂšÔ¤š¤ë¤č¤Ś¤ËĽ¤ĽóĽšĽČĄźĽë¤ňĂćťß¤ˇ¤Ć¤¤¤Ţ¤š\n" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "Ľ×ĽęĽ¤ĽóĽšĽČĄźĽëĽšĽŻĽęĽ×ĽČ(¤ŹÍ¤ě¤Đ)¤ňźÂšÔ¤ˇ¤Ţ¤š\n" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "ˇŮšđ: %s ¤Ď %s ¤Č¤ˇ¤ĆşîŔŽ¤ľ¤ě¤Ţ¤š" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "ˇŮšđ: %s ¤Ď %s ¤Č¤ˇ¤ĆĘݸ¤ľ¤ě¤Ţ¤š" -#: lib/install.c:1202 +#: lib/install.c:1204 #, fuzzy msgid "running postinstall scripts (if any)\n" msgstr "ĽÝĽšĽČĽ¤ĽóĽšĽČĄźĽëĽšĽŻĽęĽ×ĽČ(¤ŹÍ¤ě¤Đ)¤ňźÂšÔ¤ˇ¤Ţ¤š\n" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "°ěťţĽŐĽĄĽ¤Ľë %s ¤ÎşîŔŽĽ¨ĽéĄź" -#: lib/package.c:60 +#: lib/package.c:62 #, fuzzy msgid "packaging version 1 is not supported by this version of RPM" msgstr "" "ĽáĽ¸ĽăĄźČÖšć <=3 ¤ÎĽŃĽĂĽąĄźĽ¸¤Î¤ß¤ł¤ÎĽĐĄźĽ¸ĽçĽó¤Î RPM ¤ĎĽľĽÝĄźĽČ¤ľ¤ě¤Ć¤¤¤Ţ¤š" -#: lib/package.c:120 +#: lib/package.c:122 #, fuzzy msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" @@ -3143,220 +3152,220 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "ÉÔĚŔ¤ĘĽ¨ĽéĄź %d ¤ŹĽŃĽĂĽąĄźĽ¸ %s-%s-%s ¤ÎÁŕşîĂć¤Ë¤Ş¤¤Ţ¤ˇ¤ż" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "ĽŐĽŠĄźĽŢĽĂĽČĂć¤ÎĽ¨ĽéĄź: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "ĽŐĽĄĽ¤Ľë¤ň´Ţ¤ó¤Ç¤¤¤Ţ¤ť¤ó" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "ÄĚžď" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "ĂÖ¤´š¤¨¤é¤ě¤Ć¤¤¤Ţ¤š" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "Ľ¤ĽóĽšĽČĄźĽë¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "ĽÍĽĂĽČśŚÍ" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "(̤ĂΤΠ%3d)" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "(˛ż¤ÎžőÂ֤⤢¤ę¤Ţ¤ť¤ó)" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "ĽŃĽĂĽąĄźĽ¸¤ĎĽŐĽĄĽ¤Ľë˝ęÍźÔ¤ä id ĽęĽšĽČ¤ň¤É¤Á¤é¤âťý¤Ă¤Ć¤¤¤Ţ¤ť¤ó" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "%s ¤ňşď˝ü(unlink)¤Ç¤¤Ţ¤ť¤ó: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "%s ¤ÎĽŞĄźĽ×Ľó¤ËźşÇÔ: %s\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "ľěˇÁź°¤ÎĽ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤ňĚ䤤šç¤ď¤ť¤ë¤ł¤Č¤Ď¤Ç¤¤Ţ¤ť¤ó\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s ¤Ď RPM ĽŃĽĂĽąĄźĽ¸¤Ç¤Ď¤˘¤ę¤Ţ¤ť¤ó\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "%s ¤Ř¤ÎĚ䤤šç¤ď¤ť¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: lib/query.c:560 +#: lib/query.c:567 #, fuzzy, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "ĽšĽÚĽĂĽŻĽŐĽĄĽ¤Ľë %s ¤Ř¤ÎĚ䤤šç¤ď¤ť¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤żĄ˘ĽŃĄźĽš¤Ç¤¤Ţ¤ť¤ó\n" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "%d ¸Ä¤ÎĽŃĽĂĽąĄźĽ¸¤ň¸Ť¤Ä¤ą¤Ţ¤ˇ¤ż\n" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "Ľ°ĽëĄźĽ× %s ¤Ë°¤š¤ëĽŃĽĂĽąĄźĽ¸¤Ď¸şß¤ˇ¤Ţ¤ť¤ó\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "%s ¤ňĽČĽęĽŹĄź¤š¤ëĽŃĽĂĽąĄźĽ¸¤Ď¸şß¤ˇ¤Ţ¤ť¤ó\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "%s ¤ňÉŹÍפȤš¤ëĽŃĽĂĽąĄźĽ¸¤Ď¸şß¤ˇ¤Ţ¤ť¤ó\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "%s ¤ňÄ󜥤š¤ëĽŃĽĂĽąĄźĽ¸¤Ď¸şß¤ˇ¤Ţ¤ť¤ó\n" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s: %s\n" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤Ď¤É¤ÎĽŃĽĂĽąĄźĽ¸¤Ë¤â°¤ˇ¤Ć¤¤¤Ţ¤ť¤ó\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "Ěľ¸ú¤ĘĽŃĽĂĽąĄźĽ¸ČÖšć: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, fuzzy, c-format msgid "package record number: %u\n" msgstr "ĽŃĽĂĽąĄźĽ¸ĽěĽłĄźĽÉČÖšć %d\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "ĽěĽłĄźĽÉ %d ¤ňĆɤळ¤Č¤Ź¤Ç¤¤Ţ¤ť¤ó¤Ç¤ˇ¤ż\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ĎĽ¤ĽóĽšĽČĄźĽë¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "%s: fdOpen ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "makeTempFile ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: Fwrite ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: Fread ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: v1.0 ¤Î RPM ¤Ë¤Ď˝đĚž¤Ç¤¤Ţ¤ť¤ó\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: v2.0 ¤Î RPM ¤Ë¤ĎşĆ˝đĚž¤Ç¤¤Ţ¤ť¤ó\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: ͸ú¤Ę˝đĚž¤Ď¤˘¤ę¤Ţ¤ť¤ó\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, fuzzy, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: writedLead ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: rpmWriteSignature ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: ͸ú¤Ę˝đĚž¤Ď¤˘¤ę¤Ţ¤ť¤ó(v1.0 RPM)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 #, fuzzy msgid " (MISSING KEYS:" msgstr " (ĽĄź¤ÎĘśźş) " -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr " (żŽÍę¤Ç¤¤Ę¤¤¸°:" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3365,17 +3374,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "%s ¤ňĽŞĄźĽ×Ľó¤Ç¤¤Ţ¤ť¤ó %s:%d" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "%s ¤ňĽŞĄźĽ×Ľó¤Ç¤¤Ţ¤ť¤ó\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3385,7 +3394,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3395,7 +3404,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3406,240 +3415,240 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "ĽěĽłĄźĽÉ %s ¤ÎźčĆŔ¤ÎĽ¨ĽéĄź (%s ¤Ť¤é)" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "ĽěĽłĄźĽÉ %s ¤ň %s ¤ËĽšĽČĽ˘¤ÇĽ¨ĽéĄź " -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "ĽěĽłĄźĽÉ %s ¤ň %s ¤Ëşď˝ü¤ÇĽ¨ĽéĄź" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "dbpath ¤ŹŔßÄꤾ¤ě¤Ć¤¤¤Ţ¤ť¤ó" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ÎĂľş÷Ľ¨ĽéĄź\n" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "¸Ąş÷¤Î¤ż¤á¤Î %d ¤Ç ĽŘĽĂĽŔ¤ňĆɤळ¤Č¤Ź¤Ç¤¤Ţ¤ť¤ó" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, fuzzy, c-format msgid "removing 0 %s entries.\n" msgstr "ĽÇĄźĽżĽŮĄźĽšĽ¨ĽóĽČĽę¤ňşď˝ü¤ˇ¤Ţ¤š\n" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "group Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "name Ľ¤ĽóĽÇĽĂĽŻĽšşď˝ü¤ˇ¤Ţ¤š\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, fuzzy, c-format msgid "error(%d) allocating new package instance" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ÎĂľş÷Ľ¨ĽéĄź\n" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "%s ¤ň %s ¤ŘĚžÁ°¤ňĘŃšš¤ˇ¤Ţ¤š\n" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "%s ¤ň %s ¤ŘĚžÁ°¤ňĘŃšš¤ˇ¤Ţ¤š\n" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "rootdir %s Ăć¤ÇĽÇĄźĽżĽŮĄźĽš¤ňşĆš˝Ăۤˇ¤Ţ¤š\n" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "°ěťţĹŞ¤ĘĽÇĄźĽżĽŮĄźĽš %s ¤Ď¤š¤Ç¤Ë¸şß¤ˇ¤Ć¤¤¤Ţ¤š" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę¤ÎşîŔŽ: %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "ĽÇĽŁĽěĽŻĽČĽę %s ¤ÎşîŔŽĽ¨ĽéĄź: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "¸Ĺ¤¤ĽÇĄźĽżĽŮĄźĽš¤ÎĽŞĄźĽ×Ľó\n" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "żˇ¤ˇ¤¤ĽÇĄźĽżĽŮĄźĽš¤ÎĽŞĄźĽ×Ľó\n" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, fuzzy, c-format msgid "record number %d in database is bad -- skipping." msgstr "ĽÇĄźĽżĽŮĄźĽšĂć¤ÎĽěĽłĄźĽÉČÖšć %d ¤ĎÉÔŔľ¤Ç¤š -- ĽšĽĽĂĽ×¤ˇ¤Ţ¤š" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "%d ¤Ë ĽŞĽęĽ¸ĽĘĽë¤ÎĽěĽłĄźĽÉ¤ňÉղäǤ¤Ţ¤ť¤ó" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 #, fuzzy msgid "failed to rebuild database: original database remains in place\n" msgstr "" "ĽÇĄźĽżĽŮĄźĽš¤ÎşĆš˝Ăۤ˟şÇÔ; ĽŞĽęĽ¸ĽĘĽëĽÇĄźĽżĽŮĄźĽš¤Ź¤Ţ¤Ŕ¤˝¤ł¤ËťÄ¤Ă¤Ć¤¤¤Ţ¤š\n" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "¸Ĺ¤¤ĽÇĄźĽżĽŮĄźĽš¤ňżˇ¤ˇ¤¤ĽÇĄźĽżĽŮĄźĽš¤ËĂÖ¤´š¤¨¤ë¤Î¤ËźşÇÔ!\n" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, fuzzy, c-format msgid "replace files in %s with files from %s to recover" msgstr "%s Ăć¤ÎĽŐĽĄĽ¤Ľë¤ňĽęĽŤĽĐĄź¤š¤ë¤ż¤á¤Ë %s ¤Ť¤éĽŐĽĄĽ¤Ľë¤ČĂÖ¤´š¤¨¤Ţ¤š" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę¤ÎşîŔŽ: %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę %s ¤Îşď˝üźşÇÔ: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "Ľ¤ĽóĽšĽČĄźĽë¤š¤ëĽŃĽĂĽąĄźĽ¸¤ňżô¤¨¤Ć¤¤¤Ţ¤š\n" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "%d ¸Ä¤ÎĽŃĽĂĽąĄźĽ¸¤ň¸Ť¤Ä¤ą¤Ţ¤ˇ¤ż\n" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "ĽŔĽŚĽóĽíĄźĽÉ¤š¤ëĽŃĽĂĽąĄźĽ¸¤ňĂľ¤ˇ¤Ć¤¤¤Ţ¤š\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, fuzzy, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "%s ¤ňĽšĽĽĂĽ×¤ˇ¤Ţ¤š - ĹžÁ÷źşÇÔ - %s\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "%s ¤ňźčĆŔ¤ˇ¤Ć¤¤¤Ţ¤š\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "%s ¤Č¤ˇ¤Ć...\n" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s ¤ňĽšĽĽĂĽ×¤ˇ¤Ţ¤š - ĹžÁ÷źşÇÔ - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "%d ¸Ä¤ÎĽŃĽĂĽąĄźĽ¸¤ňźčĆŔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤ňĽŞĄźĽ×Ľó¤Ç¤¤Ţ¤ť¤ó: %s" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "%s ¤ňĽ¤ĽóĽšĽČĄźĽë¤Ç¤¤Ţ¤ť¤ó\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "%s/packages.rpm ¤ňĽŞĄźĽ×Ľó¤Ç¤¤Ţ¤ť¤ó\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, fuzzy, c-format msgid "package %s is not relocateable\n" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ĎşĆÇŰĂ֤Ǥ¤Ţ¤ť¤ó" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤Ť¤é¤ÎĆɤߚţ¤ßĽ¨ĽéĄź " -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤Ë¤Ď¤č¤ężˇ¤ˇ¤¤ RPM ¤ÎĽĐĄźĽ¸ĽçĽó¤ŹÉŹÍפǤš\n" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "%d ¸Ä¤ÎĽ˝ĄźĽš¤Č %d ¸Ä¤ÎĽĐĽ¤ĽĘĽęĽŃĽĂĽąĄźĽ¸¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ˇ¤ż\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "°Í¸Ŕ¤ÎˇçÇĄ:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "ĽĐĽ¤ĽĘĽęĽŃĽĂĽąĄźĽ¸¤ňĽ¤ĽóĽšĽČĄźĽëĂć\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" ¤ĎĘŁżô¤ÎĽŃĽĂĽąĄźĽ¸¤ňťŘÄꤡ¤Ć¤¤¤Ţ¤š\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "¤ł¤ě¤é¤ÎĽŃĽĂĽąĄźĽ¸¤ňşď˝ü¤š¤ë¤Č°Í¸Ŕ¤ňÇ˲ő¤ˇ¤Ţ¤š:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "%s ¤ňĽŞĄźĽ×Ľó¤Ç¤¤Ţ¤ť¤ó\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "%s ¤ňĽ¤ĽóĽšĽČĄźĽëĂć\n" @@ -3744,206 +3753,206 @@ msgstr "ÉÔĚŔ¤ĘĽˇĽšĽĆĽŕ: %s\n" msgid "Please contact rpm-list@redhat.com\n" msgstr "rpm-list@redhat.com ¤ËϢÍí¤ň˛ź¤ľ¤¤\n" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "˝đĚžĽľĽ¤Ľş : %d\n" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "ĽŘĽĂĽŔ + Ľ˘ĄźĽŤĽ¤ĽÖ: %d\n" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "´üÂÔ¤ľ¤ě¤ëĽľĽ¤Ľş: %d\n" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" "ĽŐĽĄĽ¤Ľë¤Ď°ěČ̤μռĄĽ¤Ľë¤Ç¤Ď¤˘¤ę¤Ţ¤ť¤ó -- ĽľĽ¤ĽşĽÁĽ§ĽĂĽŻ¤ňĽšĽĽĂĽ×¤ˇ¤Ţ¤š\n" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "˝đĚž¤Ď¤˘¤ę¤Ţ¤ť¤ó\n" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "¸Ĺ¤¤ PGP ˝đĚž\n" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "¸Ĺ¤¤(ĆâÉô¤Ŕ¤ą¤Î)˝đĚž! ¤É¤Ś¤ä¤Ă¤Ć¤˝¤ě¤ňźę¤Ë¤¤¤ě¤Ţ¤ˇ¤ż¤Ť!?" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "żˇ¤ˇ¤¤ĽŘĽĂĽŔ˝đĚž\n" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "˝đĚžĽľĽ¤Ľş: %d\n" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "˝đĚžĽŃĽĂĽÉ: %d\n" -#: lib/signature.c:267 +#: lib/signature.c:270 #, fuzzy, c-format msgid "Couldn't exec pgp (%s)" msgstr "pgp ¤ňźÂšÔ¤Ç¤¤Ţ¤ť¤ó(%s)" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp źşÇÔ" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "pgp ¤Ź˝đĚž¤ň˝ń¤šţ¤ŕ¤Î¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "PGP ˝đĚžĽľĽ¤Ľş: %s\n" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "˝đĚž¤ňĆɤळ¤Č¤Ź¤Ç¤¤Ţ¤ť¤ó" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "PGP ˝đĚž¤Î %d ĽĐĽ¤ĽČ¤ňźčĆŔ\n" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 #, fuzzy msgid "Couldn't exec gpg" msgstr "gpg ¤ňźÂšÔ¤Ç¤¤Ţ¤ť¤ó" -#: lib/signature.c:355 +#: lib/signature.c:358 #, fuzzy msgid "gpg failed" msgstr "gpg źşÇÔ" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 #, fuzzy msgid "gpg failed to write signature" msgstr "gpg ¤Ź˝đĚž¤ň˝ń¤šţ¤ŕ¤Î¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż" -#: lib/signature.c:367 +#: lib/signature.c:370 #, fuzzy, c-format msgid "GPG sig size: %d\n" msgstr "GPG ˝đĚžĽľĽ¤Ľş: %s\n" -#: lib/signature.c:383 +#: lib/signature.c:386 #, fuzzy, c-format msgid "Got %d bytes of GPG sig\n" msgstr "GPG ˝đĚž¤Î %d ĽĐĽ¤ĽČ¤ňźčĆŔ\n" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr "PGP ¤ňťČÍѤˇ¤Ć˝đĚž¤ÎŔ¸ŔŽĂć\n" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr "GPG ¤ňťČÍѤˇ¤Ć˝đĚž¤ÎŔ¸ŔŽĂć\n" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" "pgp ¤ňźÂšÔ¤Ç¤¤Ţ¤ť¤ó¤Ç¤ˇ¤żĄŁ\n" "PGP ĽÁĽ§ĽĂĽŻ¤ňĽšĽĽĂĽ×¤š¤ë¤ż¤á¤Ë --nopgp ¤ňťČÍѤˇ¤Ć¤Ż¤Ŕ¤ľ¤¤ĄŁ" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "źÂšÔźşÇÔ!\n" -#: lib/signature.c:630 +#: lib/signature.c:633 #, fuzzy msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" "gpg ¤ňźÂšÔ¤Ç¤¤Ţ¤ť¤ó¤Ç¤ˇ¤żĄŁ\n" "GPG ĽÁĽ§ĽĂĽŻ¤ňĽšĽĽĂĽ×¤š¤ë¤ż¤á¤Ë --nogpg ¤ňťČÍѤˇ¤Ć¤Ż¤Ŕ¤ľ¤¤ĄŁ" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "pgp ¤ňźÂšÔ¤Ç¤¤Ţ¤ť¤ó" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "ĽŢĽŻĽíĽŐĽĄĽ¤ĽëĂć¤ÇĚľ¸ú¤Ę %%_signature ĽšĽÚĽĂĽŻ" -#: lib/signature.c:755 +#: lib/signature.c:758 #, fuzzy msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "ĽŢĽŻĽíĽŐĽĄĽ¤Ľë¤Ë \"%%_pgp_name\" ¤ňŔßÄꤡ¤Ę¤ą¤ě¤Đ¤Ę¤ę¤Ţ¤ť¤ó" -#: lib/signature.c:767 +#: lib/signature.c:770 #, fuzzy msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "ĽŢĽŻĽíĽŐĽĄĽ¤Ľë¤Ë \"%%_pgp_name\" ¤ňŔßÄꤡ¤Ę¤ą¤ě¤Đ¤Ę¤ę¤Ţ¤ť¤ó" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, fuzzy, c-format msgid "excluding file %s%s\n" msgstr "ĽŐĽĄĽ¤Ľë¤Î˝üł°: %s%s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę¤Î˝üł°: %s\n" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "%s ¤ň %s ¤ËşĆÇŰĂÖ¤ˇ¤Ć¤¤¤Ţ¤š\n" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę %s ¤ň %s ¤ËşĆÇŰĂÖ¤ˇ¤Ć¤¤¤Ţ¤š\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s ¤Ď missingok ĽŐĽéĽ°¤Î¤ż¤áĽšĽĽĂĽ×¤ˇ¤Ţ¤š\n" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "%s ¤ňşď˝ü¤Ç¤¤Ţ¤ť¤ó - ĽÇĽŁĽěĽŻĽČĽę¤Źśő¤Ç¤˘¤ę¤Ţ¤ť¤ó" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "%s ¤Î rmdir ¤ËźşÇÔ: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "%s ¤Îşď˝ü¤ËźşÇÔ: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "ĽŐĽĄĽ¤Ľë test = %d ¤ňşď˝ü¤ˇ¤Ţ¤š\n" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "ĽÝĽšĽČĽ˘ĽóĽ¤ĽóĽšĽČĄźĽëĽšĽŻĽęĽ×ĽČ(¤ŹÍ¤ě¤Đ)¤ňźÂšÔ¤ˇ¤Ţ¤š\n" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, fuzzy, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "ĽšĽŻĽęĽ×ĽČ¤ÎźÂšÔ¤ËźşÇÔ" @@ -3965,77 +3974,77 @@ msgstr "" "ĽŃĽĂĽąĄźĽ¸¤ĎĽ°ĽëĄźĽ×Ěž¤Č id " "ĽęĽšĽČ¤ÎΞĘý¤Źˇç¤ą¤Ć¤¤¤Ţ¤š(¤ł¤ě¤Ďˇč¤ˇ¤ĆľŻ¤¤Ć¤Ď¤Ę¤é¤Ę¤¤)" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "%s ¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó\n" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "%s-%s-%s ¤Î¤ż¤á¤Î°Í¸Ŕ¤ňËţ¤ż¤ˇ¤Ć¤¤¤Ţ¤ť¤ó:" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "ŔŽ¸ů" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 #, fuzzy msgid "Bad server response" msgstr "ĽľĄźĽĐ¤Ť¤éŔľžď¤ĘąţĹú¤Ź¤˘¤ę¤Ţ¤ť¤ó" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 #, fuzzy msgid "Server IO error" msgstr "ĽľĄźĽĐ IO Ľ¨ĽéĄź" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 #, fuzzy msgid "Server timeout" msgstr "ĽľĄźĽĐĽżĽ¤ĽŕĽ˘ĽŚĽČ" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 #, fuzzy msgid "Unable to lookup server host address" msgstr "ĽľĄźĽĐ¤ÎĽŰĽšĽČĽ˘ĽÉĽěĽš¤ňÄ´¤Ů¤é¤ě¤Ţ¤ť¤ó" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 #, fuzzy msgid "Unable to lookup server host name" msgstr "ĽľĄźĽĐ¤ÎĽŰĽšĽČĚž¤ňÄ´¤Ů¤é¤ě¤Ţ¤ť¤ó" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 #, fuzzy msgid "Failed to connect to server" msgstr "ĽľĄźĽĐ¤Ř¤ÎŔÜÂł¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 #, fuzzy msgid "Failed to establish data connection to server" msgstr "ĽľĄźĽĐ¤Č¤ÎĽÇĄźĽżĽłĽÍĽŻĽˇĽçĽó¤ÎłÎΊ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "ĽíĄźĽŤĽëĽŐĽĄĽ¤Ľë¤Î IO Ľ¨ĽéĄź" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "ĽęĽâĄźĽČĽľĄźĽĐ¤ÎĽŃĽĂĽˇĽÖĽâĄźĽÉŔßÄ꼨ĽéĄź" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "ĽľĄźĽĐžĺ¤ËĽŐĽĄĽ¤Ľë¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "˝čÍýĂć¤ÎĽ˘ĽÜĄźĽČ" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 #, fuzzy msgid "Unknown or unexpected error" msgstr "ÉÔĚŔ¤â¤ˇ¤Ż¤ĎÍ˝´ü¤ť¤ĚĽ¨ĽéĄź" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "%s ¤Ř %s pw %s ¤Č¤ˇ¤ĆĽíĽ°Ľ¤ĽóĂć\n" @@ -4108,17 +4117,17 @@ msgstr "A %% ¤Ďš˝Ę¸˛ňŔϤǤ¤Ę¤¤ĽŢĽŻĽí¤ŹÂł¤¤¤Ć¤¤¤Ţ¤š" msgid "Macro %%%.*s not found, skipping" msgstr "ĽŢĽŻĽí %%%.*s ¤Ď¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤óĄ˘ĽšĽĽĂĽ×¤ˇ¤Ţ¤š" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "ĽżĄźĽ˛ĽĂĽČĽĐĽĂĽŐĽĄĽŞĄźĽĐĄźĽŐĽíĄź" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "ĽŐĽĄĽ¤Ľë %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "ĽŐĽĄĽ¤Ľë %s: ¤Ď %d ĽĐĽ¤ĽČ¤č¤ęžŽ¤ľ¤¤¤Ç¤š" @@ -4189,6 +4198,10 @@ msgstr "%s ¤ÎĽŞĄźĽ×Ľó¤ËźşÇÔ: %s" msgid "failed to create %s: %s\n" msgstr "%s ¤ÎşîŔŽ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" +#, fuzzy +#~ msgid "undefined identifier" +#~ msgstr "ÄęľÁ¤ľ¤ě¤Ć¤¤¤Ę¤¤źąĘĚťŇ" + #~ msgid "loop in prerequisite chain: %s" #~ msgstr "prerequisite ĽÁĽ§ĄźĽó¤ÎĽëĄźĽ×: %s" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 2000-08-04 02:59+02:00\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Language-Team: Norwegian <no@li.org>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "kan ikke ĺpne %s/packages.rpm\n" @@ -1566,44 +1566,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2242,148 +2238,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2522,7 +2518,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2551,196 +2547,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2979,217 +2989,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3198,17 +3208,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "kan ikke ĺpne %s indeks" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3218,7 +3228,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3228,7 +3238,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3239,238 +3249,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "kan ikke ĺpne pakkedatabase i %s\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "pakke %s kan ikke relokeres\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "feil under lesing fra fil %s\n" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "fil %s trenger en nyere versjon av RPM\n" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "fant %d kilde- og %d binćrpakker\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "feilede avhengigheter:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "installerer binćrpakker\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" spesifiserer flere pakker\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "fjerning av disse pakkene vil řdelegge avhengigheter:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "kan ikke ĺpne %s: %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Installerer %s\n" @@ -3575,193 +3585,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3778,69 +3788,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3912,17 +3922,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "Overflyt i mĺlbuffer" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "Fil %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "Fil %s er mindre enn %d bytes" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 1999-05-25 17:00+0100\n" "Last-Translator: Paweł Dziekoński <pdziekonski@mml.ch.pwr.wroc.pl>\n" "Language-Team: Polish <pl@li.org>\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "nie można otworzyć %s/packages.rpm\n" @@ -1686,44 +1686,40 @@ msgstr "błąd składni w wyrażeniu" msgid "syntax error while parsing ||" msgstr "błąd składni w wyrażeniu" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "błąd interpretacji wyrażenia" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "niesparowane (" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "nieznany identyfikator" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "- tylko na liczbach" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "! tylko na liczbach" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "typy muszą się zgadzać" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "* / nie jest wspierane dla łańcuchów znakowych" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "- nie jest wspierane dla łańcuchów znakowych" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "&& i || nie jest wspierane dla łańcuchów znakowych" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "błąd składni w wyrażeniu" @@ -2364,148 +2360,148 @@ msgstr "linia %d: błędny numer no%s: %d" msgid "line %d: Bad %s number: %s\n" msgstr "linia %d: Błędny numer %s: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "nie można zmienić nazwy %s na %s: %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "nie można odwiązać %s: %s\n" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "(błąd 0x%x)" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "Błędny magic" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "Błędny/nieczytelny nagłówek" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "Rozmiar nagłówka jest zbyt duży" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "Nieznany typ pliku" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "Brak twardego dowiązania" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "Błąd wewnętrzny" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr " nie powiodło się -" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, fuzzy, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "plik %s nie należy do żadnego pakietu\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, fuzzy, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "plik %s nie należy do żadnego pakietu\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "zależności pakietu %s nie zostały spełnione: %s\n" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "pakiet %s jest w konflikcie: %s\n" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "usuwanie indeksu grupy\n" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2644,7 +2640,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(nie jest liczbą)" @@ -2673,199 +2669,213 @@ msgid "file %s is on an unknown device" msgstr "plik %s jest na nieznanym urządzeniu" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "grabData() RPM_STRING_TYPE licznik musi być 1.\n" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "Typ danych %d nie jest obsługiwany\n" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "Błedny licznik dla headerAddEntry(): %d\n" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "brak { po %" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "brak } po %{" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "pusty format etykiety" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "pusta nazwa etykiety" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "nieznana etykieta" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "spodziewany ] na końcu tablicy" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "nie spodziewany ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "nie spodziewany }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "spodziewany ? w wyrażeniu" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "spodziewany { po ? w wyrażeniu" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "spodziewany } w wyrażeniu" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "spodziewany : po podwyrażeniu ?" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "spodziewany { po : w wyrażeniu" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "spodziewany | na końcu wyrażenia" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(nieznany typ)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr " plik: %s akcja: %s\n" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "użytkownik %s nie istnieje - użyto konta root" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "grupa %s nie istnieje - użyto grupy root" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "wartość %%instchangelog w pliku makra powinna być liczbą, a nie jest" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "rozpakowanie archiwum nie powiodło się %s%s: %s" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr " na pliku " -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "instacja pakietu źródłowego\n" -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "nie można utworzyć %s" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "nie można zapisać do %s" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "źródła w: %s\n" -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "nie można utworzyć %s" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "plik spec w: %s\n" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "pakiet źródłowy nie zawiera pliku .spec" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "zmiana nazwy %s na %s\n" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "zmiana nazwy z %s na %s nie powiodła sie: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "spodziewany pakiet źródłowy a nie binarny" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "pakiet: %s-%s-%s test plików = %d\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "przebieg testowy - instalacja zatrzymana\n" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "uruchamianie skryptu preinstall (jeśli istnieje)\n" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "ostrzeżenie: %s utworzony jako %s" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "ostrzeżenie: %s zapisany jako %s" -#: lib/install.c:1202 +#: lib/install.c:1204 #, fuzzy msgid "running postinstall scripts (if any)\n" msgstr "uruchamianie skryptu postinstall (jeśli istnieje)\n" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "błąd w tworzeniu pliku tymczasowego %s" -#: lib/package.c:60 +#: lib/package.c:62 #, fuzzy msgid "packaging version 1 is not supported by this version of RPM" msgstr "" "tylko pakiety z numerem głównym <= 3 są obsługiwane przez tą wersję RPM'a" -#: lib/package.c:120 +#: lib/package.c:122 #, fuzzy msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" @@ -3122,219 +3132,219 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "wystąpił nieznany błąd %d w trakcie manipulowania pakietem %s-%s-%s" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "błąd w formacie: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(nie zawiera plików)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "normalny " -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "zastąpiony " -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "niezainstalowany" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "udostępniony w sieci" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "(nieznany %3d)" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "(brak statusu)" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "pakiet nie ma ani właściciela pliku ani list id" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "nie można odwiązać %s: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "otwarcie %s nie powiodło się\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "pakiety w starym formacie nie mogą być odpytywane\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s nie wygląda na pakiet RPM\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "odpytywanie %s nie powiodło się\n" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "odpytywanie pliku spec %s nie powiodło się, nie można interpretować\n" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "znaleziono %d pakietów\n" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "grupa %s nie zawiera żadnych pakietów\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "żaden pakiet nie zahacza %s\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "żaden pakiet nie wymaga %s\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "żaden pakiet nie udostępnia %s\n" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "plik %s: %s\n" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "plik %s nie należy do żadnego pakietu\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "błędny numer pakietu: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, fuzzy, c-format msgid "package record number: %u\n" msgstr "numer rekordu pakietu: %d\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "nie można odczytać rekordu %d\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "pakiet %s nie jest zainstalowany\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "%s: Open nie powiodło się\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "wykonanie nie powiodło się\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: readLead nie powiodło się\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: readLead nie powiodło się\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead nie powiodło się\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: Nie można podpisać v1.0 RPM\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Nie można ponownie podpisać v2.0 RPM\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature nie powiodło się\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Sygnatura nie jest dostępna\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, fuzzy, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: readLead nie powiodło się\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: rpmReadSignature nie powiodło się\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Sygnatura nie jest dostępna (v1.0 RPM)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "NIE DOBRZE" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr " (BRAK KLUCZY:" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr ") " -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "(NIEWIARYGODNE KLUCZE:" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr ")" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "OK" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3343,17 +3353,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "nie można otworzyć %s przy %s:%d" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "nie można otworzyć %s\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3363,7 +3373,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3373,7 +3383,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3384,26 +3394,26 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "błąd pobierania rekordu %s z %s" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "błąd zapisywania rekordu %s do %s" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "błąd usuwania rekordu %s z %s" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "ścieżka bazy danych nie została podana" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" @@ -3412,213 +3422,213 @@ msgstr "" "nowym formacie" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "błąd szukania pakietu %s\n" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "nie można odczytać nagłówka przy %d dla poszukiwania" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, fuzzy, c-format msgid "removing 0 %s entries.\n" msgstr "usuwanie wpisu w bazie\n" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "usuwanie indeksu grupy\n" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "usuwanie indeksu nazw\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, fuzzy, c-format msgid "error(%d) allocating new package instance" msgstr "błąd szukania pakietu %s\n" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "zmiana nazwy %s na %s\n" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "zmiana nazwy %s na %s\n" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "odbudowywuję bazę danych w rootdir %s\n" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "tymczasowa baza danych %s już istnieje" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "tworzenie katalogu: %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "błąd przy tworzeniu katalogu %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "otwieranie starej bazy danych\n" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "otwieranie nowej bazy danych\n" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, fuzzy, c-format msgid "record number %d in database is bad -- skipping." msgstr "rekord numer %d w bazie danych jest błędny -- rekord pominięto" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "nie można dodać rekordu oryginalnie przy %d" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 #, 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" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "zamiana starej bazy na nową nie powiodła się!\n" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, 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" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "tworzenie katalogu: %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "usunięcie katalogu %s nie powiodło się: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "zliczanie pakietów do zainstalowania\n" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "znaleziono %d pakietów\n" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "szukanie pakietów do ściągnięcia\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, fuzzy, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "%s pomijany - transmisja %s nie powiodła się\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Ściąganie %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "... jako %s\n" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s pomijany - transmisja %s nie powiodła się\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "ściągnięto %d pakietów\n" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "nie można otworzyć pliku %s: %s" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "%s nie może być zainstalowany\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "nie można otworzyć %s/packages.rpm\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "pakiet %s nie jest przesuwalny\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "błąd czytania z pliku %s\n" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "plik %s wymaga nowszej wersji RPM\n" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "znaleziono %d pakietów źródłowych i %d binarnych\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "niespełnione zależności:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "instalacja pakietów binarnych\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" określa wiele pakietów\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "usunięcie tych pakietów zerwie zależności:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "nie można otworzyć %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Instalacja %s\n" @@ -3723,195 +3733,195 @@ msgstr "Nieznany system: %s\n" msgid "Please contact rpm-list@redhat.com\n" msgstr "Skontaktuj się, proszę, z rpm-list@redhat.com\n" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "rozmiar sygnat. : %d\n" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "Nagłówek + Archiwum: %d\n" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "oczekiwany rozmiar: %d\n" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "plik nieregularny -- sprawdzanie rozmiaru pominięte\n" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "Brak sygnatury\n" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "Stara sygnatura PGP\n" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Stara (tylko wewnętrzna) sygnatura! Skąd Ty to wziąłeś!?" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "Nowa sygnatura nagłówka\n" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "Rozmiar sygnatury: %d\n" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "Blok sygnatury: %d\n" -#: lib/signature.c:267 +#: lib/signature.c:270 #, fuzzy, c-format msgid "Couldn't exec pgp (%s)" msgstr "Nie można uruchomić pgp" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp nie powiodło się" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "zapisanie sygnatury przez pgp nie powiodło się" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "rozmiar sygnatury PGP: %d\n" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "nie można odczytać sygnatury" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "Mam %d bajtów sygnatury PGP\n" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "Nie można uruchomić gpg" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "gpg nie powiodło się" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "zapisanie sygnatury przez gpg nie powiodło się" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "rozmiar sygnatury GPG: %d\n" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "Mam %d bajtów sygnatury GPG\n" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr "Generowanie sygnatury: %d\n" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr "Generowanie sygnatury: %d\n" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Nie można uruchomić pgp. Użyj --nopgp aby pominąć sprawdz. PGP" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "uruchomienie nie powiodło się!\n" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "Nie można uruchomić gpg. Użyj --nopgp aby pominąć sprawdz. GPG" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "Nie można uruchomić pgp" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "Błędny wpis %%_signature w pliku makra" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "Musisz ustawić \"%%_gpg_name\" w pliku swego makra" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "Musisz ustawić \"%%_pgp_name\" w pliku swego makra" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, fuzzy, c-format msgid "excluding file %s%s\n" msgstr "wyłączanie %s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "tworzenie katalogu: %s\n" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "przesuwanie %s do %s\n" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "przesuwanie %s do %s\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s pominięty z powodu flagi missingok\n" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "nie można usunąć %s - katalog nie jest pusty" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "skasowanie katalogu %s nie powiodło się" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "skasowanie %s nie powiodło się: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "usunie pliki test = %d\n" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "uruchamianie skryptu postinstalacyjnego (jeŚli istnieje)\n" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, fuzzy, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "wykonanie skryptu nie powiodło się" @@ -3932,69 +3942,69 @@ msgstr "" "pakiet nie specyfikuje ani nazwy grupy ani list id (to nie powinno się " "zdarzyć)" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "brak %s\n" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Niespełnione zależności dla %s-%s-%s: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "Sukces" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "Błędna odpowiedź serwera" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "Błąd WE/WY(IO) serwera" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "Przekroczony limit czasu serwera" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "Nie można znaleźć adresu serwera" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "Nie można znaleźć nazwy serwera" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "Połączenie z serwerem nie powiodło się" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "Otwarcie transmisji danych z serwera nie powiodło się" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "Błąd WE/WY(IO) na lokalnym pliku" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Błąd: ustawienie zdalnego serwera w tryb pasywny nie powiodło się" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Plik nie został znaleziony na serwerze" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "Przerywanie ..." -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "Nieznany lub nieoczekiwany błąd" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "logowanie do %s jako %s, hasło %s\n" @@ -4066,17 +4076,17 @@ msgstr "Napotkano nieprzetwarzalne makro po %%" msgid "Macro %%%.*s not found, skipping" msgstr "Nie znaleziono makra %%%.*s, makro pominięte" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "Przepełnienie bufora docelowego" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "Plik %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "Plik %s jest mniejszy niż %d bajtów" @@ -4146,6 +4156,9 @@ msgstr "nie można otworzyć %s: %s" msgid "failed to create %s: %s\n" msgstr "utworzenie %s nie powiodło się\n" +#~ msgid "undefined identifier" +#~ msgstr "nieznany identyfikator" + #, fuzzy #~ msgid " --rcfile <file> " #~ msgstr " --rcfile <plik> " @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 2000-08-01 21:11+01:00\n" "Last-Translator: Pedro Morais <morais@poli.org>\n" "Language-Team: pt <morais@poli.org>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Type: text/plain; charset=iso-latin1\n" "Content-Transfer-Encoding: none\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1530,44 +1530,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2206,148 +2202,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2486,7 +2482,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2515,196 +2511,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2943,217 +2953,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3162,19 +3172,19 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "" "năo consegui abrir %s/packages.rpm\n" "\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3184,7 +3194,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3194,7 +3204,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3205,238 +3215,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3545,193 +3555,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3748,69 +3758,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3882,17 +3892,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index dcf7ea7fd..82c4e40b8 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2,9 +2,9 @@ # Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998. # msgid "" -msgstr "POT-Creation-Date: 2000-10-26 11:14-0400\n" +msgstr "POT-Creation-Date: 2000-10-28 12:51-0400\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1770,44 +1770,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2480,149 +2476,149 @@ msgid "line %d: Bad %s number: %s\n" msgstr "" # , c-format -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, fuzzy, c-format msgid "can't rename %s to %s: %s\n" msgstr "Năo consegui ler o arquivo spec de %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 #, fuzzy msgid " failed - " msgstr "Construçăo falhou.\n" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "năo foi passado pacote para instalaçăo" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "năo foi passado pacote para desinstalaçăo" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2762,7 +2758,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2793,203 +2789,217 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 #, fuzzy msgid "unexpected ]" msgstr "fonte de pesquisa năo esperado" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 #, fuzzy msgid "unexpected }" msgstr "fonte de pesquisa năo esperado" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 #, fuzzy msgid "installing a source package\n" msgstr "instale pacote" # , c-format -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "Năo consegui abrir: %s\n" # , c-format -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, fuzzy, c-format msgid "cannot write to %s" msgstr "Năo consegui abrir: %s\n" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" # , c-format -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "Năo consegui abrir: %s\n" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 #, fuzzy msgid "source package contains no .spec file" msgstr "pesquise o pacote ao qual <arquivo> pertence" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "năo foi passado pacote para instalaçăo" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -3254,225 +3264,225 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 #, fuzzy msgid "not installed " msgstr "năo foi passado pacote para instalaçăo" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" # , c-format -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "Năo consegui abrir: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, fuzzy, c-format msgid "open of %s failed: %s\n" msgstr "Construçăo falhou.\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "pesquise todos os pacotes" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, fuzzy, c-format msgid "no package triggers %s\n" msgstr "năo foram passados pacotes para assinatura" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, fuzzy, c-format msgid "package %s is not installed\n" msgstr "năo foi passado pacote para instalaçăo" # , c-format -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "Construçăo falhou.\n" # , c-format -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "Năo consegui abrir: %s\n" # , c-format -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" # , c-format -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3482,18 +3492,18 @@ msgid "" msgstr "" # , c-format -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "Năo consegui abrir: %s\n" # , c-format -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "Năo consegui abrir: %s\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3503,7 +3513,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3513,7 +3523,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3525,131 +3535,131 @@ msgid "" msgstr "" # , c-format -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "Năo consegui abrir: %s\n" # , c-format -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "Năo consegui abrir: %s\n" # , c-format -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "Năo consegui abrir: %s\n" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "năo foi passado pacote para instalaçăo" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "năo foi passado pacote para desinstalaçăo" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" # , c-format -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" # , c-format -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "reconstrua o banco de dados a partir de um banco de dados existente" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" # , c-format -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, 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" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, 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" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" @@ -3662,32 +3672,32 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "RPM versăo %s\n" # , c-format -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 #, fuzzy msgid "counting packages to install\n" msgstr "năo foi passado pacote para instalaçăo" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, fuzzy, c-format msgid "found %d packages\n" msgstr "pesquise todos os pacotes" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" @@ -3700,92 +3710,92 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, fuzzy, c-format msgid "Retrieving %s\n" msgstr "RPM versăo %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" # , c-format -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "năo foi passado pacote para instalaçăo" # , c-format -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, fuzzy, c-format msgid "package %s is not relocateable\n" msgstr "năo foi passado pacote para instalaçăo" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 #, fuzzy msgid "failed dependencies:\n" msgstr "lista dependęncias do pacote" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 #, fuzzy msgid "installing binary packages\n" msgstr "instale pacote" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 #, fuzzy msgid "removing these packages would break dependencies:\n" msgstr "lista dependęncias do pacote" # , c-format -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3896,147 +3906,147 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 #, fuzzy msgid "Old PGP signature\n" msgstr "gere assinatura PGP" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 #, fuzzy msgid "New Header signature\n" msgstr "gere assinatura PGP" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 #, fuzzy msgid "unable to read the signature" msgstr "gere assinatura PGP" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 #, fuzzy msgid "gpg failed" msgstr "Construçăo falhou.\n" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 #, fuzzy msgid "gpg failed to write signature" msgstr "gere assinatura PGP" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr "gere assinatura PGP" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr "gere assinatura PGP" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" @@ -4048,7 +4058,7 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, fuzzy, c-format msgid "excluding file %s%s\n" msgstr "RPM versăo %s\n" @@ -4061,52 +4071,52 @@ msgstr "RPM versăo %s\n" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "RPM versăo %s\n" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" # , c-format -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "Năo consegui abrir: %s\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -4124,69 +4134,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -4259,18 +4269,18 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "năo foi passado pacote para desinstalaçăo" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" # , c-format #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, fuzzy, c-format msgid "File %s: %s" msgstr "Năo consegui ler o arquivo spec de %s\n" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 1999-04-10 12:00+EST\n" "Last-Translator: Cristian Gafton <gafton@redhat.com>\n" "Language-Team: Romanian <ro@li.org>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1528,44 +1528,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2204,148 +2200,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2484,7 +2480,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2513,196 +2509,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2941,217 +2951,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3160,17 +3170,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3180,7 +3190,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3190,7 +3200,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3201,238 +3211,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3537,193 +3547,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3740,69 +3750,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3874,17 +3884,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" diff --git a/po/rpm.pot b/po/rpm.pot index 8b34a2aa9..18750d26c 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.1\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 2000-08-08 01:20+0300\n" "Last-Translator: Leon Kanter <leon@blackcatlinux.com>\n" "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Date: 1999-04-03 12:20+0200\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "ĎŰÉÂËÁ ĎÔËŇŮÔÉŃ %s/packages.rpm\n" @@ -1612,44 +1612,40 @@ msgstr "ÓÉÎÔÁËÓÉŢĹÓËÁŃ ĎŰÉÂËÁ ĐŇÉ ÁÎÁĚÉÚĹ &&" msgid "syntax error while parsing ||" msgstr "ÓÉÎÔÁËÓÉŢĹÓËÁŃ ĎŰÉÂËÁ ĐŇÉ ÁÎÁĚÉÚĹ ||" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "ĎŰÉÂËÁ ÁÎÁĚÉÚÁ ×ŮŇÁÖĹÎÉŃ" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "ÎĹÚÁËŇŮÔÁŃ (" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "ÎĹĎĐŇĹÄĹĚĹÎÎŮĘ ÉÄĹÎÔÉĆÉËÁÔĎŇ" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "- ÔĎĚŘËĎ ÄĚŃ ŢÉÓĹĚ" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "! ÔĎĚŘËĎ ÄĚŃ ŢÉÓĹĚ" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "ÔÉĐŮ ÄĎĚÖÎŮ ÓĎ×ĐÁÄÁÔŘ" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "* / ÎĹ ĐĎÄÄĹŇÖÉ×ÁĹÔÓŃ ÄĚŃ ÓÔŇĎË" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "- ÎĹ ĐĎÄÄĹŇÖÉ×ÁĹÔÓŃ ÄĚŃ ÓÔŇĎË" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "&& É || ÎĹ ĐĎÄÄĹŇÖÉ×ÁŔÔÓŃ ÄĚŃ ÓÔŇĎË" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "ÓÉÎÔÁËÓÉŢĹÓËÁŃ ĎŰÉÂËÁ × ×ŮŇÁÖĹÎÉÉ" @@ -2290,148 +2286,148 @@ msgstr "ÓÔŇĎËÁ %d: îĹ×ĹŇÎĎĹ ŢÉÓĚĎ no%s: %d" msgid "line %d: Bad %s number: %s\n" msgstr "ÓÔŇĎËÁ %d: îĹ×ĹŇÎĎĹ ŢÉÓĚĎ %s: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "ÎĹ ÍĎÇŐ ĐĹŇĹÉÍĹÎĎ×ÁÔŘ %s × %s: %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "ÎĹ ÍĎÇŐ ŐÄÁĚÉÔŘ %s: %s\n" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "(ĎŰÉÂËÁ 0x%x)" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "îĹ×ĹŇÎŮĘ magic" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "îĹ×ĹŇÎŮĘ/ÎĹŢÉÔÁĹÍŮĘ ÚÁÇĎĚĎ×ĎË" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "úÁÇĎĚĎ×ĎË ÓĚÉŰËĎÍ ×ĹĚÉË" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "îĹÉÚ×ĹÓÔÎŮĘ ÔÉĐ ĆÁĘĚÁ" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "ďÔÓŐÔÓÔ×ŐĹÔ ÖĹÓÔËÁŃ ÓÓŮĚËÁ" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "÷ÎŐÔŇĹÎÎŃŃ ĎŰÉÂËÁ" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "ÎĹ ŐÄÁĚĎÓŘ - " #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "ÔŇĹÂĎ×ÁÎÉŃ ĐÁËĹÔÁ %s-%s-%s ÎĹ ŐÄĎ×ĚĹÔ×ĎŇĹÎŮ: %s\n" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "ĐÁËĹÔ %s ËĎÎĆĚÉËÔŐĹÔ Ó: %s\n" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "ŐÄÁĚŃŔ ÉÎÄĹËÓ ÇŇŐĐĐ\n" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2570,7 +2566,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(ÎĹ ŢÉÓĚĎ)" @@ -2599,196 +2595,210 @@ msgid "file %s is on an unknown device" msgstr "ĆÁĘĚ %s - ÎÁ ÎĹÉÚ×ĹÓÔÎĎÍ ŐÓÔŇĎĘÓÔ×Ĺ" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "grabData() RPM_STRING_TYPE count must be 1.\n" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "ôÉĐ ÄÁÎÎŮČ %d ÎĹ ĐĎÄÄĹŇÖÉ×ÁĹÔÓŃ\n" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "îĹ×ĹŇÎĎĹ ŢÉÓĚĎ ÄĚŃ headerAddEntry(): %d\n" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "ĎÔÓŐÔÓÔ×ŐĹÔ \"{\" ĐĎÓĚĹ \"%\"" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "ĎÔÓŐÔÓÔ×ŐĹÔ \"}\" ĐĎÓĚĹ \"%{\"" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "ĐŐÓÔĎĘ ĆĎŇÍÁÔ ÔÜÇÁ" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "ĐŐÓÔĎĹ ÉÍŃ ÔÜÇÁ" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "ÎĹÉÚ×ĹÓÔÎŮĘ ÔÜÇ" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "× ËĎÎĂĹ ÍÁÓÓÉ×Á ĎÖÉÄÁĚÁÓŘ \"]\"" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "ÎĹĎÖÉÄÁÎÎÁŃ \"]\"" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "ÎĹĎÖÉÄÁÎÎÁŃ \"}\"" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "× ×ŮŇÁÖĹÎÉÉ ĎÖÉÄÁĚÓŃ \"?\"" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "× ×ŮŇÁÖĹÎÉÉ ĐĎÓĚĹ \"?\" ĎÖÉÄÁĚÁÓŘ \"{\"" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "× ×ŮŇÁÖĹÎÉÉ ĎÖÉÄÁĚÁÓŘ \"}\"" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "× ×ŮŇÁÖĹÎÉÉ ĐĎÓĚĹ \"?\" ĎÖÉÄÁĚĎÓŘ \":\"" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "× ×ŮŇÁÖĹÎÉÉ ĐĎÓĚĹ \":\" ĎÖÉÄÁĚÁÓŘ \"{\"" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "× ËĎÎĂĹ ×ŮŇÁÖĹÎÉŃ ĎÖÉÄÁĚÓŃ \"|\"" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(ÎĹÉÚ×ĹÓÔÎŮĘ ÔÉĐ)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "ĆÁĘĚ : %s ÄĹĘÓÔ×ÉĹ: %s\n" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "ĐĎĚŘÚĎ×ÁÔĹĚŘ %s ÎĹ ÓŐÝĹÓÔ×ŐĹÔ, ÉÓĐĎĚŘÚŐŔ root" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "ÇŇŐĐĐÁ %s ÎĹ ÓŐÝĹÓÔ×ŐĹÔ, ÉÓĐĎĚŘÚŐŔ root" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "ÚÎÁŢĹÎÉĹ %%instchangelog × ÍÁËŇĎĆÁĘĚĹ ÄĎĚÖÎĎ ÂŮÔŘ ŢÉÓĚĎÍ, Á ĎÎĎ ÎĹÔ..." #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "ŇÁÓĐÁËĎ×ËÁ ÁŇČÉ×Á ÎĹ ŐÄÁĚÁÓŘ%s%s: %s" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr " ÎÁ ĆÁĘĚĹ " -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "ŐÓÔÁÎÁ×ĚÉ×ÁŔ ÉÓČĎÄÎŮĘ ĐÁËĹÔ\n" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "ÎĹ ÍĎÇŐ ÓĎÚÄÁÔŘ %s" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "ÎĹ ÍĎÇŐ ĐÉÓÁÔŘ × %s" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "ÉÓČĎÄÎÉËÉ ×: %s\n" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "ÎĹ ÍĎÇŐ ÓĎÚÄÁÔŘ %s" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "ĆÁĘĚ spec ×: %s\n" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "ÉÓČĎÄÎŮĘ ĐÁËĹÔ ÎĹ ÓĎÄĹŇÖÉÔ ĆÁĘĚÁ .spec" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "ĐĹŇĹÉÍĹÎĎ×Ů×ÁŔ %s × %s\n" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "ĎŰÉÂËÁ ĐĹŇĹÉÍĹÎĎ×ÁÎÉŃ %s × %s: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "ĎÖÉÄÁĚÓŃ ÉÓČĎÄÎŮĘ ĐÁËĹÔ, ÎÁĘÄĹÎ ÂÉÎÁŇÎŮĘ" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "ĐÁËĹÔ: %s-%s-%s ĆÁĘĚĎ×; test = %d\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "ĎÓÔÁÎÁ×ĚÉ×ÁŔ ŐÓÔÁÎĎ×ËŐ, Ô.Ë. ÍŮ ÉÓĐĎĚÎŃĹÍ --test\n" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "ÉÓĐĎĚÎŃŔ ÓËŇÉĐÔ preinstall (ĹÓĚÉ ĹÓÔŘ)\n" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "ĐŇĹÄŐĐŇĹÖÄĹÎÉĹ: %s ÓĎÚÄÁÎ ËÁË %s" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "ĐŇĹÄŐĐŇĹÖÄĹÎÉĹ: %s ÓĎČŇÁÎĹÎ ËÁË %s" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "ÉÓĐĎĚÎŃŔ ÓËŇÉĐÔ postinstall (ĹÓĚÉ ĹÓÔŘ)\n" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "ĎŰÉÂËÁ ÓĎÚÄÁÎÉŃ ×ŇĹÍĹÎÎĎÇĎ ĆÁĘĚÁ %s" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "ÜÔÁ ×ĹŇÓÉŃ RPM ĐĎÄÄĹŇÖÉ×ÁĹÔ ÔĎĚŘËĎ ĐÁËĹÔŮ ×ĹŇÓÉÉ <= 3" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "ÜÔÁ ×ĹŇÓÉŃ RPM ĐĎÄÄĹŇÖÉ×ÁĹÔ ÔĎĚŘËĎ ĐÁËĹÔŮ ×ĹŇÓÉÉ <= 3" @@ -3027,217 +3037,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "ÎĹÉÚ×ĹÓÔÎÁŃ ĎŰÉÂËÁ %d ĐŇÉ ŇÁÂĎÔĹ Ó ĐÁËĹÔĎÍ %s-%s-%s" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "ĎŰÉÂËÁ × ĆĎŇÍÁÔĹ: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(ÎĹ ÓĎÄĹŇÖÉÔ ĆÁĘĚĎ×)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "ÎĎŇÍÁĚŘÎŮĘ " -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "ÚÁÍĹÎĹÎÎŮĘ " -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "ÎĹ ŐÓÔÁÎĎ×ĚĹÎ " -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "ÓĹÔĹ×ĎĘ " -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "(ÎĹÉÚ×. %3d) " -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "(ÓĎÓÔ. ÎĹÔ) " -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "ĐÁËĹÔ ÎĹ ÓĎÄĹŇÖÉÔ ÓĐÉÓËĎ× ÎÉ ČĎÚŃĹ× ĆÁĘĚĎ×, ÎÉ ÉČ ID" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "ÎĹ ÍĎÇŐ ŐÄÁĚÉÔŘ %s: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "ĎÔËŇŮÔÉĹ %s ÎĹ ŐÄÁĚĎÓŘ\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "ÚÁĐŇĎÓŮ Ë SRPM × ÓÔÁŇĎÍ ĆĎŇÍÁÔĹ ÎĹ ĐĎÄÄĹŇÖÉ×ÁŔÔÓŃ\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s ÎĹ ĐĎČĎÖ ÎÁ ĐÁËĹÔ RPM...\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "ĎŰÉÂËÁ ÚÁĐŇĎÓÁ %s\n" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "ÚÁĐŇĎÓ spec-ĆÁĘĚÁ %s ÎĹ ŐÄÁĚÓŃ, ÎĹ ÍĎÇŐ ŇÁÚĎÂŇÁÔŘ ĆÁĘĚ\n" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "ÎÁĘÄĹÎĎ %d ĐÁËĹÔĎ×\n" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "ÇŇŐĐĐÁ %s ÎĹ ÓĎÄĹŇÖÉÔ ÎÉËÁËÉČ ĐÁËĹÔĎ×\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "ÎÉ ĎÄÉÎ ÉÚ ĐÁËĹÔĎ× ÎĹ ×Ú×ĎÄÉÔ ÔŇÉÇÇĹŇ %s\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "ÎÉ ĎÄÉÎ ÉÚ ĐÁËĹÔĎ× ÎĹ ÔŇĹÂŐĹÔ %s\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "ÎÉ ĎÄÉÎ ÉÚ ĐÁËĹÔĎ× ÎĹ ĐŇĹÄĎÓÔÁ×ĚŃĹÔ %s\n" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "ĆÁĘĚ %s: %s\n" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "ĆÁĘĚ %s ÎĹ ĐŇÉÎÁÄĚĹÖÉÔ ÎÉ ĎÄÎĎÍŐ ÉÚ ĐÁËĹÔĎ×\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "ÎĹ×ĹŇÎŮĘ ÎĎÍĹŇ ĐÁËĹÔÁ: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "ÚÁĐÉÓŘ ĐÁËĹÔÁ ÎĎÍĹŇ %d\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "ÚÁĐÉÓŘ %d ÎĹ ŢÉÔÁĹÔÓŃ\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "ĐÁËĹÔ %s ÎĹ ŐÓÔÁÎĎ×ĚĹÎ\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "%s: ďŰÉÂËÁ ĎÔËŇŮÔÉŃ\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "ÚÁĐŐÓË ÎĹ ŐÄÁĚÓŃ\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: ĎŰÉÂËÁ readLead\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: ĎŰÉÂËÁ readLead\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: ĎŰÉÂËÁ readLead\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: îĹ ÍĎÇŐ ĐĎÄĐÉÓÁÔŘ RPM v1.0\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: îĹ ÍĎÇŐ ĐĹŇĹĐĎÄĐÉÓÁÔŘ RPM v2.0\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: ĎŰÉÂËÁ rpmReadSignature\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: đĎÄĐÉÓÉ ÎĹÔ\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: ĎŰÉÂËÁ readLead\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: ĎŰÉÂËÁ rpmReadSignature\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: đĎÄĐÉÓÉ ÎĹÔ (RPM v1.0)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "îĺ Ok" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr " (ďôóőôóô÷őŕô ëěŕţé:" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr ") " -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr " (" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr ")" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "Ok" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3246,17 +3256,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "ÎĹ ÍĎÇŐ ĎÔËŇŮÔŘ %s ÎÁ %s:%d" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3266,7 +3276,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3276,7 +3286,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3287,26 +3297,26 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "ĎŰÉÂËÁ ĐĎĚŐŢĹÎÉŃ ÚÁĐÉÓÉ %s ÉÚ %s" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "ĎŰÉÂËÁ ÓĎČŇÁÎĹÎÉŃ ÚÁĐÉÓÉ %s × %s" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "ĎŰÉÂËÁ ŐÄÁĚĹÎÉŃ ÚÁĐÉÓÉ %s ÉÚ %s" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "ÎĹ ŐÓÔÁÎĎ×ĚĹÎÁ dbpath" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" @@ -3315,212 +3325,212 @@ msgstr "" "ÂÁÚŮ ÎĎ×ĎÇĎ ĆĎŇÍÁÔÁ" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "ÎĹ ÍĎÇŐ ĐŇĎŢĹÓÔŘ ČĹÄĹŇ × %d ÄĚŃ ĐĎÉÓËÁ" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "ŐÄÁĚŃŔ ÚÁĐÉÓŘ ÂÁÚŮ ÄÁÎÎŮČ\n" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "ŐÄÁĚŃŔ ÉÎÄĹËÓ ÇŇŐĐĐ\n" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "ŐÄÁĚŃŔ ÉÎÄĹËÓ ÉÍĹÎ\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "ĐĹŇĹÉÍĹÎĎ×Ů×ÁŔ %s × %s\n" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "ĐĹŇĹÓÔŇÁÉ×ÁŔ ÂÁÚŐ × ËĎŇÎĹ×ĎÍ ËÁÔÁĚĎÇĹ %s\n" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "×ŇĹÍĹÎÎÁŃ ÂÁÚÁ ÄÁÎÎŮČ %s ŐÖĹ ÓŐÝĹÓÔ×ŐĹÔ" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "ÓĎÚÄÁŔ ËÁÔÁĚĎÇ: %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "ĎŰÉÂËÁ ÓĎÚÄÁÎÉŃ ËÁÔÁĚĎÇÁ %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "ĎÔËŇŮ×ÁŔ ÓÔÁŇŐŔ ÂÁÚŐ\n" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "ĎÔËŇŮ×ÁŔ ÎĎ×ŐŔ ÂÁÚŐ\n" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "ÚÁĐÉÓŘ ÎĎÍĹŇ %d × ÂÁÚĹ ÎĹ×ĹŇÎÁ, ĐŇĎĐŐÓËÁŔ" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "ÎĹ ÍĎÇŐ ÄĎÂÁ×ÉÔŘ ÚÁĐÉÓŘ (ĐĹŇ×ĎÎÁŢÁĚŘÎĎ × %d)" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "ĐĹŇĹÓÔŇĎĹÎÉĹ ÂÁÚŮ ÎĹ ŐÄÁĚĎÓŘ, ÓÔÁŇÁŃ ÂÁÚÁ ĎÓÔÁĹÔÓŃ ÎÁ ÍĹÓÔĹ\n" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "ÚÁÍĹÎÁ ÓÔÁŇĎĘ ÂÁÚŮ ÎÁ ÎĎ×ŐŔ ÎĹ ŐÄÁĚÁÓŘ!\n" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "ÄĚŃ ×ĎÓÓÔÁÎĎ×ĚĹÎÉŃ ÚÁÍĹÎŃĹÔ ĆÁĘĚŮ × %s ĆÁĘĚÁÍÉ ÉÚ %s" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "ÓĎÚÄÁŔ ËÁÔÁĚĎÇ: %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "ŐÄÁĚĹÎÉĹ ËÁÔÁĚĎÇÁ %s ÎĹ ŐÄÁĚĎÓŘ: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "ÓŢÉÔÁŔ ĐÁËĹÔŮ ÄĚŃ ŐÓÔÁÎĎ×ËÉ\n" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "ÎÁĘÄĹÎĎ %d ĐÁËĹÔĎ×\n" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "ÉÝŐ ĐÁËĹÔŮ ÄĚŃ ĐĎĚŐŢĹÎÉŃ Ó ftp/http\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "ĐŇĎĐŐÓËÁŔ %s - ĎŰÉÂËÁ ĐĹŇĹÄÁŢÉ - %s\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "đĎĚŐŢÁŔ %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr " ... ËÁË %s\n" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "ĐŇĎĐŐÓËÁŔ %s - ĎŰÉÂËÁ ĐĹŇĹÄÁŢÉ - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "ĐĎĚŐŢĹÎĎ %d ĐÁËĹÔĎ×\n" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "%s ÎĹ ÍĎÖĹÔ ÂŮÔŘ ŐÓÔÁÎĎ×ĚĹÎ\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "ÎĹ ÍĎÇŐ ĎÔËŇŮÔŘ %s/packages.rpm\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "ĐÁËĹÔ %s - ÎĹ ĐĹŇĹÍĹÝÁĹÍŮĘ\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "ĎŰÉÂËÁ ŢÔĹÎÉŃ ÉÚ ĆÁĘĚÁ %s\n" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "ĆÁĘĚ %s ÔŇĹÂŐĹÔ ÂĎĚĹĹ ÎĎ×ĎĘ ×ĹŇÓÉÉ RPM\n" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "ÎÁĘÄĹÎĎ %d ÉÓČĎÄÎŮČ É %d ÂÉÎÁŇÎŮČ ĐÁËĹÔĎ×\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "ÎĹŐÄĎ×ĚĹÔ×ĎŇĹÎÎŮĹ ÚÁ×ÉÓÉÍĎÓÔÉ:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "ŐÓÔÁÎÁ×ĚÉ×ÁŔ ÂÉÎÁŇÎŮĹ ĐÁËĹÔŮ\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" ÚÁÄÁĹÔ ÎĹÓËĎĚŘËĎ ĐÁËĹÔĎ×\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "ŐÄÁĚĹÎÉĹ ÜÔÉČ ĐÁËĹÔĎ× ÎÁŇŐŰÉÔ ÚÁ×ÉÓÉÍĎÓÔÉ:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "ÎĹ ÍĎÇŐ ĎÔËŇŮÔŘ %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "őÓÔÁÎÁ×ĚÉ×ÁŔ %s\n" @@ -3625,196 +3635,196 @@ msgstr "îĹÉÚ×ĹÓÔÎÁŃ ÓÉÓÔĹÍÁ: %s\n" msgid "Please contact rpm-list@redhat.com\n" msgstr "ó×ŃÖÉÔĹÓŘ Ó rpm-list@redhat.com\n" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "ŇÁÚÍĹŇ ĐĎÄĐÉÓÉ : %d\n" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "čĹÄĹŇ + áŇČÉ× : %d\n" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "ĎÖÉÄÁĹÍŮĘ ŇÁÚÍĹŇ: %d\n" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "ÎĹ ĎÂŮŢÎŮĘ ĆÁĘĚ -- ĐŇĎĐŐÓËÁŔ ĐŇĎ×ĹŇËŐ ŇÁÚÍĹŇÁ\n" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "đĎÄĐÉÓÉ ÎĹÔ\n" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "óÔÁŇÁŃ PGP-ĐĎÄĐÉÓŘ\n" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" "óÔÁŇÁŃ (ÔĎĚŘËĎ ÄĚŃ ×ÎŐÔŇĹÎÎĹÇĎ ÉÓĐĎĚŘÚĎ×ÁÎÉŃ) ĐĎÄĐÉÓŘ! çÄĹ ×Ů üôď ×ÚŃĚÉ!?" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "îĎ×ÁŃ ĐĎÄĐÉÓŘ ČĹÄĹŇÁ\n" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "ňÁÚÍĹŇ ĐĎÄĐÉÓÉ : %d\n" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "úÁĐĎĚÎÉÔĹĚŘ ĐĎÄĐÉÓÉ : %d\n" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "îĹ ÍĎÇŐ ÉÓĐĎĚÎÉÔŘ pgp" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "ĎŰÉÂËÁ pgp" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "ĎŰÉÂËÁ pgp ĐŇÉ ÚÁĐÉÓÉ ĐĎÄĐÉÓÉ" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "ňÁÚÍĹŇ ĐĎÄĐÉÓÉ PGP : %d\n" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "ÎĹ ÍĎÇŐ ĐŇĎŢĹÓÔŘ ĐĎÄĐÉÓŘ" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "đĎĚŐŢĹÎĎ %d ÂÁĘÔ ĐĎÄĐÉÓÉ PGP\n" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "îĹ ÍĎÇŐ ÉÓĐĎĚÎÉÔŘ gpg" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "ĎŰÉÂËÁ gpg" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "ĎŰÉÂËÁ gpg ĐŇÉ ÚÁĐÉÓÉ ĐĎÄĐÉÓÉ" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "ňÁÚÍĹŇ ĐĎÄĐÉÓÉ GPG: %d\n" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "đĎĚŐŢĹÎĎ %d ÂÁĘÔ ĐĎÄĐÉÓÉ GPG\n" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "çĹÎĹŇÉŇŐŔ ĐĎÄĐÉÓŘ: %d\n" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "çĹÎĹŇÉŇŐŔ ĐĎÄĐÉÓŘ: %d\n" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" "îĹ ÍĎÇŐ ÚÁĐŐÓÔÉÔŘ pgp. éÓĐĎĚŘÚŐĘÔĹ --nopgp ŢÔĎÂŮ ĐŇĎĐŐÓÔÉÔŘ ĐŇĎ×ĹŇËŐ PGP." -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "ĎŰÉÂËÁ ÚÁĐŐÓËÁ!\n" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" "îĹ ÍĎÇŐ ÚÁĐŐÓÔÉÔŘ gpg. éÓĐĎĚŘÚŐĘÔĹ --nogpg ŢÔĎÂŮ ĐŇĎĐŐÓÔÉÔŘ ĐŇĎ×ĹŇËŐ GPG." -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "îĹ ÍĎÇŐ ÉÓĐĎĚÎÉÔŘ pgp" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "îĹ×ĹŇÎÁŃ ÓĐĹĂÉĆÉËÁĂÉŃ %%_signature × ÍÁËŇĎĆÁĘĚĹ" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "÷Ů ÄĎĚÖÎŮ ŐÓÔÁÎĎ×ÉÔŘ \"%%_gpg_name:\" × ×ÁŰĹÍ ÍÁËŇĎĆÁĘĚĹ" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "÷Ů ÄĎĚÖÎŮ ŐÓÔÁÎĎ×ÉÔŘ \"%%_pgp_name:\" × ×ÁŰĹÍ ÍÁËŇĎĆÁĘĚĹ" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "ÉÓËĚŔŢÁŔ %s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "ÓĎÚÄÁŔ ËÁÔÁĚĎÇ: %s\n" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "ĐĹŇĹÍĹÝÁŔ %s × %s\n" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "ĐĹŇĹÍĹÝÁŔ %s × %s\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s ĐŇĎĐŐÝĹÎ ÉÚ-ÚÁ ĆĚÁÇÁ missingok\n" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "ÎĹ ÍĎÇŐ ŐÄÁĚÉÔŘ %s - ËÁÔÁĚĎÇ ÎĹ ĐŐÓÔ" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "ĎŰÉÂËÁ ŐÄÁĚĹÎÉŃ ËÁÔÁĚĎÇÁ %s: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "ĎŰÉÂËÁ ŐÄÁĚĹÎÉŃ %s: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "ŐÄÁĚÉÔ ĆÁĘĚŮ; test = %d\n" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "ÉÓĐĎĚÎŃŔ ÓËŇÉĐÔ postuninstall (ĹÓĚÉ ĹÓÔŘ)\n" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "ĎŰÉÂËÁ ÉÓĐĎĚÎĹÎÉŃ ÓËŇÉĐÔÁ" @@ -3831,69 +3841,69 @@ msgstr "× ĐÁËĹÔĹ ÎĹÔ ÎÉ ÉÍĹÎ ĐĎĚŘÚĎ×ÁÔĹĚĹĘ, ÎÉ ÉČ ID (ÔÁË ÎĹ ÂŮ×ÁĹÔ)" msgid "package lacks both group name and id lists (this should never happen)" msgstr "× ĐÁËĹÔĹ ÎĹÔ ÎÉ ÉÍĹÎ ÇŇŐĐĐ, ÎÉ ÉČ ID (ÔÁË ÎĹ ÂŮ×ÁĹÔ)" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "ĎÔÓŐÔÓÔ×ŐĹÔ %s\n" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "îĹŐÄĎ×ĚĹÔ×ĎŇĹÎÎŮĹ ÚÁ×ÉÓÉÍĎÓÔÉ ÄĚŃ %s-%s-%s: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "őÄÁĚĎÓŘ" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "îĹ×ĹŇÎŮĘ ĎÔ×ĹÔ ÓĹŇ×ĹŇÁ" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "ďŰÉÂËÁ ××ĎÄÁ/×Ů×ĎÄÁ ÓĹŇ×ĹŇÁ" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "ôÁĘÍÁŐÔ ÓĹŇ×ĹŇÁ" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "îĹ ÍĎÇŐ ÎÁĘÔÉ IP-ÁÄŇĹÓ ÓĹŇ×ĹŇÁ" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "îĹ ÍĎÇŐ ÎÁĘÔÉ ÉÍŃ ÓĹŇ×ĹŇÁ" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "îĹ ÍĎÇŐ ÓĎĹÄÉÎÉÔŘÓŃ Ó ÓĹŇ×ĹŇĎÍ" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "îĹ ÍĎÇŐ ŐÓÔÁÎĎ×ÉÔŘ ÓĎĹÄÉÎĹÎÉĹ ÄĚŃ ÄÁÎÎŮČ Ó ÓĹŇ×ĹŇĎÍ" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "ďŰÉÂËÁ ××ĎÄÁ/×Ů×ĎÄÁ × ĚĎËÁĚŘÎŮĘ ĆÁĘĚ" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "ďŰÉÂËÁ ĐŇÉ ĐĹŇĹ×ĎÄĹ ŐÄÁĚĹÎÎĎÇĎ ÓĹŇ×ĹŇÁ × ĐÁÓÓÉ×ÎŮĘ ŇĹÖÉÍ" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "ćÁĘĚ ÎĹ ÎÁĘÄĹÎ ÎÁ ÓĹŇ×ĹŇĹ" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "ďÔÍĹÎÁ × ĐŇĎĂĹÓÓĹ" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "îĹÉÚ×ĹÓÔÎÁŃ ÉĚÉ ÎĹĎÖÉÄÁÎÎÁŃ ĎŰÉÂËÁ" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "ŇĹÇÉÓÔŇÉŇŐŔÓŘ × %s ËÁË %s, ĐÁŇĎĚŘ %s\n" @@ -3965,17 +3975,17 @@ msgstr "%% Ó ĐĎÓĚĹÄŐŔÝÉÍ ÎĹŇÁÚÂÉŇÁĹÍŮÍ ÍÁËŇĎÓĎÍ" msgid "Macro %%%.*s not found, skipping" msgstr "íÁËŇĎÓ %s ÎĹ ÎÁĘÄĹÎ, ĐŇĎĐŐÓËÁŔ" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "đĹŇĹĐĎĚÎĹÎÉĹ ĂĹĚĹ×ĎÇĎ ÂŐĆĹŇÁ" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "ćÁĘĚ %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "ćÁĘĚ %s ÍĹÎŘŰĹ %d ÂÁĘÔ" @@ -4045,6 +4055,9 @@ msgstr "ÎĹ ÍĎÇŐ ĎÔËŇŮÔŘ %s: %s\n" msgid "failed to create %s: %s\n" msgstr "ÎĹ ÍĎÇŐ ÓĎÚÄÁÔŘ %s\n" +#~ msgid "undefined identifier" +#~ msgstr "ÎĹĎĐŇĹÄĹĚĹÎÎŮĘ ÉÄĹÎÔÉĆÉËÁÔĎŇ" + #~ msgid "loop in prerequisite chain: %s" #~ msgstr "ÚÁÍËÎŐÔŮĘ ĂÉËĚ × ĂĹĐĎŢËĹ ÔŇĹÂĎ×ÁÎÉĘ ÄĚŃ ŐÓÔÁÎĎ×ËÉ: %s" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 1999-04-08 21:37+02:00\n" "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n" "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "nie je možné otvoriť %s/packages.rpm\n" @@ -1694,44 +1694,40 @@ msgstr "chyba syntaxe vo výraze" msgid "syntax error while parsing ||" msgstr "chyba syntaxe vo výraze" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "chyba pri analýze výrazu" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "nepárová (" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "nedefinovaný identifikátor" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "- ibe pre čísla" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "! iba pre čísla" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "typy sa musia zhodovať" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "* / nie sú podporované pre reťazce" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "- nie je podporované pre reťazce" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "&& a || nie sú podporované pre reťazce" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "chyba syntaxe vo výraze" @@ -2372,148 +2368,148 @@ msgstr "riadok %d: Chybné no%s číslo: %d" msgid "line %d: Bad %s number: %s\n" msgstr "riadok %d: Chybné %s číslo: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "premenovanie %s na %s zlyhalo: %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "zmazanie %s zlyhalo: %s\n" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "(chyba 0x%x)" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "Chybné magické číslo" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "Chybná/nečitateľná hlavička" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "Priveľká hlavička" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "Neznámy typ súboru" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "Interná chyba" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr " zlyhalo - " #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, fuzzy, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "súbor %s nie je vlastnený žiadnym balíkom\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, fuzzy, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "súbor %s nie je vlastnený žiadnym balíkom\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "požiadavka balíka %s nie je uspokojená: %s\n" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "balík %s koliduje: %s\n" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "odstraňuje sa index skupín\n" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2652,7 +2648,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(nie je číslo)" @@ -2681,198 +2677,212 @@ msgid "file %s is on an unknown device" msgstr "súbor %s sa nachádza na neznámom zariadení" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "grabData() RPM_STRING_TYPE počet musí byť 1.\n" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "Typ údajov %d nie je podorovaný\n" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "Chybný počet pre headerAddEntry(): %d\n" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "chýbajúce { po %" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "chýbajúce } po %{" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "prázdny tag formát" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "prázdne meno tagu" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "neznámy tag" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "] očakávané na konci poľa" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "neočakávané ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "neočakávané }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "? očakávané vo výraze" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "{ očakávané po ? vo výraze" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "} očakávané vo výraze" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr ": očakávané po ? podvýraze" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "{ očakávané po : vo výraze" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "| očakávené na konci výrazu" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(neznámy typ)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr " súbor: akcia %s: %s\n" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "používateľ %s neexistuje - použije sa root" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "skupina %s neexistuje - použije sa root" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "hodnota %%instchangelog v makro-súbore by mala byť číselná, ale nie je" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "rozbalenie archívu zlyhalo%s%s: %s" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr " pre súbor " -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "inštaluje sa zdrojový balík\n" -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "nie je možné zapísať do %s: " -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "nie je možné zapísať do %s: " -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "zdroje v: %s\n" -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "nie je možné zapísať do %s: " -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "spec-súbor v: %s\n" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "zdrojový balík neobsahuje žiadny .spec súbor" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "premenováva sa %s na %s\n" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "premenovanie %s na %s zlyhalo: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "očakávaný zdrojový balík, nájdený binárny" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "balík: %s-%s-%s test súborov = %d\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "inštalácia zastavená kvôli režimu --test\n" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "vykonávajú sa predinštalačné skripty (ak existujú)\n" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "varovanie: %s vytvorené ako %s" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "varovanie: %s uchovaný ako %s" -#: lib/install.c:1202 +#: lib/install.c:1204 #, fuzzy msgid "running postinstall scripts (if any)\n" msgstr "vykonávajú sa poinštalačné skripty (ak existujú)\n" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "chyba pri vytváraní dočasného súboru %s" -#: lib/package.c:60 +#: lib/package.c:62 #, fuzzy msgid "packaging version 1 is not supported by this version of RPM" msgstr "táto verzia RPM podporuje iba balíky s hlavným číslom <= 3" -#: lib/package.c:120 +#: lib/package.c:122 #, fuzzy msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" @@ -3129,219 +3139,219 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "chyba formátu: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(neobsahuje žiadne súbory)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "normálny " -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "nahradený " -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "neinštalovaný " -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "zdieľaný " -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "(neznámy %d) " -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "(žiadny stav) " -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "balík neobsahuje ani vlastníka súboru, ani zoznamy identifikácií" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "zmazanie %s zlyhalo: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, fuzzy, c-format msgid "open of %s failed: %s\n" msgstr "otvorenie %s zlyhalo\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "nie je možné pýtať sa zdrojových balíkov v starom formáte\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s zrejme nie je RPM balík\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "otázka na %s zlyhala\n" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "otázka na spec-súbor %s zlyhala, nie je možné analyzovať\n" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "nájdených %d balíkov\n" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "skupina %s neobsahuje žiadne balíky\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "žiadny z balíkov nespúšťa %s\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "žiadny z balíkov nevyžaduje %s\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "žiadny z balíkov neposkytuje %s\n" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "súbor %s: %s\n" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "súbor %s nie je vlastnený žiadnym balíkom\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "chybné číslo balíku: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, fuzzy, c-format msgid "package record number: %u\n" msgstr "požaduje sa záznam číslo %d\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "záznam %d nie je možné prečítať\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "balík %s nie je nainštalovaný\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "%s: otvorenie zlyhalo\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "vykonanie zlyhalo\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: readLead zlyhalo\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: readLead zlyhalo\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead zlyhalo\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: Nie je možné podpísať v1.0 RPM\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Nie je možné znovu podpísať v2.0 RPM\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature zlyhalo\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Podpis nie je k dispozícii\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, fuzzy, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: readLead zlyhalo\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: rpmReadSignature zlyhalo\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Podpis nie je k dispozícii (v1.0 RPM)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "NIE JE V PORIADKU" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr " (CHÝBAJÚCE KĽÚČE):" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr ") " -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr " (NEDÔVERUJE SA KĽÚČOM: " -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr ")" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "V PORIADKU" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3350,17 +3360,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "nie je možné otvoriť %s na %s:%d" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "nie je možné otvoriť %s\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3370,7 +3380,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3380,7 +3390,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3391,26 +3401,26 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "chyba pri načítaní záznamu %s z %s" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "chyba pri zápise záznamu %s do %s" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "chyba pri odstraňovaní záznamu %s z %s" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "nebola nastavená žiadna dbpath" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" @@ -3419,213 +3429,213 @@ msgstr "" "databázy v novom formáte" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "chyba pri hľadaní balíka %s\n" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "nie je možné prečítať hlavičku na %d pre vyhľadanie" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, fuzzy, c-format msgid "removing 0 %s entries.\n" msgstr "odstraňuje sa záznam z databázy\n" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstraňuje sa index skupín\n" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "odstraňuje sa index názvov\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, fuzzy, c-format msgid "error(%d) allocating new package instance" msgstr "chyba pri hľadaní balíka %s\n" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "premenováva sa %s na %s\n" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "premenováva sa %s na %s\n" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "znovu sa vytvára databáza v adresári %s\n" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "dočasná databáza %s už existuje" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "vytvára sa adresár %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "chyba pri vytváraní adresára %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "otvára sa stará databáza\n" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "otvára sa nová databáza\n" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, fuzzy, c-format msgid "record number %d in database is bad -- skipping." msgstr "záznam číslo %d v databáze je chybný -- bol vynechaný" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "nie je možné pridať záznam pôvodne na %d" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 #, fuzzy msgid "failed to rebuild database: original database remains in place\n" msgstr "nepodarilo sa znovu vytvoriť databázu; zostáva pôvodná\n" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "nepodarilo sa nahradiť starú databázu novou!\n" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, 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" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "vytvára sa adresár %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "nepodarilo sa odstrániť adresár %s: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "počítajú sa balíky pre inštaláciu\n" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "nájdených %d balíkov\n" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "hľadajú sa balíky, ktoré treba preniesť\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, fuzzy, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "%s vynechané - prenos zlyhal - %s\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Prenáša sa %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "... ako %s\n" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s vynechané - prenos zlyhal - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "prenieslo sa %d balíkov\n" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "nie je možné otvoriť súbor %s: %s" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "%s nie je možné nainštalovať\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "nie je možné otvoriť %s/packages.rpm\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, fuzzy, c-format msgid "package %s is not relocateable\n" msgstr "balík %s nie je nainštalovaný\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "chyba pri vytváraní dočasného súboru %s" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "nájdených %d zdrojových a %d binárnych balíkov\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "nevyriešené závislosti:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "inštalujú sa binárne balíky\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" špecifikuje viac balíkov\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "odstránenie týchto balíkov by porušilo závislosti:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "nie je možné otvoriť %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Inštaluje sa %s\n" @@ -3730,195 +3740,195 @@ msgstr "Neznámy systém: %s\n" msgid "Please contact rpm-list@redhat.com\n" msgstr "Kontaktujte prosím rpm-list@redhat.com\n" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "veľkosť podpisu : %d\n" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "Hlavička a archív: %d\n" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "očakávaná veľkosť: %d\n" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "nejde o bežný súbor - kontrola veľkosti vynechaná\n" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "Podpis nie je k dispozícii\n" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "Starý PGP podpis\n" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Starý (iba interný) podpis! Ako ste sa k tomu dostali?!" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "Nová hlavička podpisu\n" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "Veľkosť podpisu: %d\n" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "Doplnenie podpisu: %d\n" -#: lib/signature.c:267 +#: lib/signature.c:270 #, fuzzy, c-format msgid "Couldn't exec pgp (%s)" msgstr "Nie je možné spustiť pgp" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp zlyhalo" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "pgp sa nepodarilo zapísať podpis" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "Veľkosť PGP podpisu: %d\n" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "nie je možné prečítať podpis" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "Prečítaný PGP podpis obsahuje %d bajtov\n" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "Nie je možné spustiť gpg" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "gpg zlyhalo" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "gpg sa nepodarilo zapísať podpis" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "Veľkosť GPG podpisu: %d\n" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "Prečítaný GPG podpis obsahuje %d bajtov\n" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr "Vytvára sa PGP podpis: %d\n" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr "Vytvára sa PGP podpis: %d\n" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Nie je možné spustiť pgp. Použite --nopgp pre vynechanie PGP kontrol." -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "vykonanie zlyhalo!\n" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "Nie je možné spustiť gpg. Použite --nogpg pre vynechanie GPG kontrol." -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "Nie je možné spustiť pgp" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "Chybná špecifikácia podpisu %%_signature v makro-súbore" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "Musíte nastaviť \"%%gpg_name\" vo vašom makro-súbore" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "Musíte nastaviť \"%%pgp_name\" vo vašom makro-súbore" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, fuzzy, c-format msgid "excluding file %s%s\n" msgstr "vynecháva sa %s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "vytvára sa adresár %s\n" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "presúva sa %s do %s\n" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "presúva sa %s do %s\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s vynechané kvôli príznaku missingok\n" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "nie je možné odstrániť %s - adresár nie je prázdny" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "rmdir %s zlyhalo: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "odstránenie %s zlyhalo: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "budú sa odstraňovať súbory test = %d\n" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "vykonávajú sa postdeinštalačné skripty (ak existujú)\n" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, fuzzy, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "vykonanie skriptu zlyhalo" @@ -3940,69 +3950,69 @@ msgstr "" "v balíku chýba tak meno skupiny, ako aj zoznamy identifikácií (nemalo by sa " "nikdy stať)" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "chýbajúce %s\n" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Nevyriešené závislosti pre %s-%s-%s: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "Úspech" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "Chybná odpoveď servera" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "Chyba vstupu/výstupu servera" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "Prekročenie časového limitu servera" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "Nie je možné vyhľadať adresu servera" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "Nie je možné vyhľadať názov servera" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "Pripojenie k serveru zlyhalo" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "Vytvorenie dátového spojenia k serveru zlyhalo" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "Chyba vstupu/výstupu lokálneho súboru" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Chyba pri nastavení vzdialeného servera do pasívneho režimu" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Súbor sa na serveri nenachádza" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "Zrušenie prebieha" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "Neznáma alebo neočakávaná chyba" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "prihlasuje sa na %s ako %s, heslo %s\n" @@ -4074,17 +4084,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "balík %%%.*s nebol nájdený, vynecháva sa" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "Preplnenie cieľovej vyrovnávacej pamäti" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "Súbor %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "Súbor %s je menší ako %d bajtov" @@ -4154,6 +4164,9 @@ msgstr "nepodarilo sa otvoriť %s: %s" msgid "failed to create %s: %s\n" msgstr "nepodarilo sa vytvoriť %s\n" +#~ msgid "undefined identifier" +#~ msgstr "nedefinovaný identifikátor" + #~ msgid "loop in prerequisite chain: %s" #~ msgstr "slučka v reťazi požiadaviek: %s" @@ -1,12 +1,12 @@ # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr. # Copyright (C) 2000 Free Software Foundation, Inc. # Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000. -# $Id: sl.po,v 1.102 2000/10/26 15:32:14 jbj Exp $ +# $Id: sl.po,v 1.103 2000/10/28 17:16:29 jbj Exp $ # msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 2000-02-17 22:25+01:00\n" "Last-Translator: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "datoteke %s/packages.rpm ni možno odpreti\n" @@ -1678,44 +1678,40 @@ msgstr "napaka v skladnji pri razčlembi &&" msgid "syntax error while parsing ||" msgstr "napaka v skladnji pri razčlembi ||" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "napaka pri razčlembi v izrazu" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "nezaključen (" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "nedefiniran identifikator" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "- samo na številih" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "! samo na številih" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "tipi se morajo ujemati" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "* in / nista podprta na nizih" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "- ni podprt na nizih" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "&& in || nista podprta na nizih" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "napaka v sklanji v izrazu" @@ -2356,60 +2352,60 @@ msgstr "vrstica %d: Okvarjeno število no%s: %d" msgid "line %d: Bad %s number: %s\n" msgstr "vrstica %d: Okvarjeno število %s: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "ni možno preimenovati %s v %s: %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "ni možno zbrisati %s: %s\n" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "(napaka 0x%x)" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "Okvarjeno magično število" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "Okvarjena/neberljiva glava" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "Glava predolga" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "Neznan tip datoteke" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "Trda povezava manjka" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "Interna napaka" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr " neuspešno - " #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" @@ -2418,88 +2414,88 @@ msgstr "" "odvisnost \"B\" potrebuje \"epoch\" (privzeto enak kot \"A\")\n" "\tA %s\tB %s\n" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr " %s A %s\tB %s\n" -#: lib/depends.c:932 +#: lib/depends.c:936 #, fuzzy, c-format msgid "%s: %-45s YES (added files)\n" msgstr "%s: %s zadovoljen ob dodatnem seznamu datotek.\n" -#: lib/depends.c:991 +#: lib/depends.c:995 #, fuzzy, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "%s: %s zadovoljen ob dodatni ponudbi.\n" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, fuzzy, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "%s: %s zadovoljen ob dodatnem ponudbi rpmrc.\n" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, fuzzy, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "%s: %s zadovoljen ob dodatnem ponudbi rpmrc.\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, fuzzy, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "%s: %s zadovoljen ob ponudbi db.\n" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, fuzzy, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "%s: %s zadovoljen ob dodatnem paketu.\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "paket %s zahteva, a ni zadovoljeno: %s\n" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "paket %s v sporu: %s\n" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "odstranjujemo seznam skupin\n" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2642,7 +2638,7 @@ msgstr "" "na strani http://www.rpm.org ali po dopisni listi rpm-list@redhat.com.\n" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(ni število)" @@ -2671,197 +2667,211 @@ msgid "file %s is on an unknown device" msgstr "datoteka %s se nahaja na neznani napravi" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "števec grabData() RPM_STRING_TYPE mora biti 1.\n" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "Tip podatkov %d ni podprt\n" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "Okvarjen števec za headerAddEntry(): %d\n" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "manjkajoči { za %" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "manjkajoči } za %{" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "oblika značke manjka" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "ime značke manjka" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "neznana značka" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "] ni pričakovan na koncu polja" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "nepričakovan ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "nepričakovan }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "? pričakovan v izrazu" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "{ pričakovan za ? v izrazu" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "} pričakovan v izrazu" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr ": pričakovan za podizrazom ?" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "{ pričakovan za : v izrazu" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "| pričakovan na koncu izraza" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(neznan tip)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr " datoteka: %s akcija: %s\n" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "uporabnik %s ne obstaja - uporabljamo root" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "skupina %s ne obstaja - uporabljamo root" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "vrednost %%instchangelog v makrodatoteki bi morala biti število, pa ni" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "razpakiranje arhiva neuspešno%s%s: %s" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr " pri datoteki " -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "nameščanje izvornega paketa\n" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "ni možno ustvariti izvornega imenika %s" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "ni možno pisanje na %s" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "izvori v: %s\n" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "ni možno ustvariti imenika z določili spec %s" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "datoteka spec v: %s\n" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "izvorni paket ne vsebuje datoteke .spec" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "preimenujemo %s v %s\n" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "preimenovanje %s v %s neuspešno: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "pričakovan izvorni paket, najden binarni" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "paket: %s-%s-%s datoteke test = %d\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "ustavljamo namestitev ker tečemo kot --test\n" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "poganjamo prednamestitvene skripte (če obstajajo)\n" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "opozorilo: %s ustvarjen kot %s" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "opozorilo: %s shranjen kot %s" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "poganjamo ponamestitvene skripte (če obstajajo)\n" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "napaka pri ustvarjanju začasne datoteke %s" -#: lib/package.c:60 +#: lib/package.c:62 #, fuzzy msgid "packaging version 1 is not supported by this version of RPM" msgstr "ta različica RPM podpira samo pakete z glavnim številom različice <= 3" -#: lib/package.c:120 +#: lib/package.c:122 #, fuzzy msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" @@ -3116,218 +3126,218 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "neznana napaka %d ob rokovanju s paketom %s-%s-%s" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "napaka v obliki: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(ne vsebuje datotek)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "normalno " -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "nadomeščeno " -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "ni nameščeno " -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "omrežni " -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "(neznano %3d) " -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "(brez stanja) " -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "ni možno zbrisati %s: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "odpiranje %s neuspešno: %s\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "poizvedba po izvornih paketih v stari obliki ni možna\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s najverjetneje ni paket RPM\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "poizvedba po %s neuspešna\n" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "poizvedba po datoteki spec %s neuspešna, razčlemba ni možna\n" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "najdeno %d paketov\n" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "skupina %s ne vsebuje nobenega paketa\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "noben paket ne proži %s\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "noben paket ne potrebuje %s\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "noben paket ne nudi %s\n" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "datoteka %s: %s\n" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "datoteka %s ni del nobenega paketa\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "neveljavna številka paketa: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, fuzzy, c-format msgid "package record number: %u\n" msgstr "številka zapisa paketa: %d\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "zapisa %d ni možno prebrati\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "paket %s ni nameščen\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "%s: odpiranje neuspešno: %s\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "makeTempFile neuspešen\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: pisanje Fwrite neuspešno: %s\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: branje Fread neuspešno: %s\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead neuspešen\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: Podpis RPM v1.0 ni možen\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Sprememba podpisa RPM v2.0 ni možna\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature neuspešen\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Podpis ni na voljo\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: writeLead neuspešen: %s\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: rpmWriteSignature neuspešno: %s\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Podpis ni na voljo (RPM v1.0)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "NI DOBRO" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr " (MANJKAJOČI KLJUČI:" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr ") " -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr " (NEPREVERJENI KLJUČI:" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr ")" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "V REDU" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3336,17 +3346,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "ni možno odpreti %s v %s:%d: %s" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "ni možno odpreti %s: %s\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3356,7 +3366,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3366,7 +3376,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3377,240 +3387,240 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "napaka pri branju zapisa %s iz %s" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "napaka pri pisanju zapisa %s v %s" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "napaka pri brisanju zapisa %s iz %s" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "dbpath ni nastavljena" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "staro obliko podatkove zbirke pretvorite v novo z --rebuilddb" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "napaka pri iskanju paketa %s\n" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "ni možno prebrati glave pri %d za vpogled" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, fuzzy, c-format msgid "removing 0 %s entries.\n" msgstr "odstranjujemo vnose v podatkovni zbirki\n" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstranjujemo seznam skupin\n" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "odstranjujemo seznam imen\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, fuzzy, c-format msgid "error(%d) allocating new package instance" msgstr "napaka pri iskanju paketa %s\n" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "preimenujemo %s v %s\n" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "preimenujemo %s v %s\n" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "ponovna izgradnja podatkovne zbirke %s v %s\n" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "začasna podatkovna zbirka %s že obstaja" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "ustvarjamo imenik: %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "napaka pri ustvarjanju imenika %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "odpiramo staro podatkovno zbirko\n" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "odpiramo novo podatkovno zbirko\n" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "zapis št. %d v zbirki je okvarjen -- preskakujemo." -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "zapisa ni možno dodati na %d" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 #, fuzzy msgid "failed to rebuild database: original database remains in place\n" msgstr "" "ponovna izgradnja podatkovne zbirke neuspešna; stara ostaja na istem mestu\n" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "zamenjava stare podatkovne zbirke z novo neuspešna!\n" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, fuzzy, c-format msgid "replace files in %s with files from %s to recover" msgstr "poskušamo povrniti z nadomestitvijo datotek v %s z datotekami iz %s" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "ustvarjamo imenik: %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "neuspešna odstranitev imenika %s: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "štetje paketov za namestitev\n" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "najdeno %d paketov\n" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "iskanje paketov za prenos po omrežju\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "preskakujemo %s - rpmGlob neuspešen(%d)\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Prenašamo %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr " ... kot %s\n" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "preskakujemo %s - prenos neuspešen - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "prenesli smo %d paketov\n" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "ni možno odpreti datoteke %s: %s\n" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "%s ni možno namestiti\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "paketa ni možno odpreti: %s\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "paketa %s ni možno prestaviti\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "napaka pri branju iz datoteke %s\n" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "datoteka %s zahteva novejšo različico RPM\n" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "najdeno %d izvornih in %d binarnih paketov\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "neuspešne soodvisnosti:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "nameščamo binarne pakete\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" določa večterne pakete\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "odstranitev teh paketov bi podrla soodvisnosti:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "ni možno odpreti %s: %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Nameščamo %s\n" @@ -3715,193 +3725,193 @@ msgstr "Neznan sistem: %s\n" msgid "Please contact rpm-list@redhat.com\n" msgstr "Prosimo, pišite na rpm-list@redhat.com\n" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "dolžina podpisa : %d\n" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "glava in arhiv : %d\n" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "pričakovana vel.: %d\n" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "datoteka ni navadna datoteka -- preskakujemo preverjanje velikosti\n" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "Podpis manjka\n" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "Stari podpis PGP\n" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Podpis v (interni) stari obliki! Kje ste ga dobili?" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "Podpis v novi glavi\n" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "Dolž. podpisa : %d\n" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "Dolž. polnila : %d\n" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "Ni možno pognati pgp (%s)" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp neuspešen" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "pgp neuspešen pri zapisu podpisa" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "Dolž. podpisa PGP: %d\n" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "branje podpisa neuspešno" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "Prebrano %d bajtov podpisa PGP\n" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "Ni možno pognati gpg" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "gpg neuspešen" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "gpg neuspešen pri zapisu podpisa" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "Dolž. podpisa GnuPG: %d\n" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "Prebrano %d bajtov podpisa GnuPG\n" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "Ustvarjamo podpis s PGP.\n" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "Ustvarjamo podpis z GnuPG.\n" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Ni možno pognati pgp. Preverjanja PGP lahko preskočite z --nopgp" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "zagon neuspešen!\n" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "Ni možno pognati gpg. Preverjanja GnuPG lahko preskočite z --nogpg" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "Ni možno pognati pgp" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "Neveljavno določilo %%_signature v makrodatoteki" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "V makrodatoteki morate nastaviti \"%%_pgp_name\"" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "V makrodatoteki morate nastaviti \"%%_pgp_name\"" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "izključujemo datoteko %s%s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "izključujemo imenik %s\n" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "prestavljamo %s v %s\n" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "prestavljamo imenik %s v %s\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s preskočen zaradi manjkajoče zastavice OK\n" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "ni možno odstraniti %s - imenik ni prazen" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "odstranitev imenika %s neuspešna: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "odstranitev %s neuspešna: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "datoteke bomo odstranili, test = %d\n" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "poganjamo poodnamestitvene skripte (če obstajajo)\n" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, fuzzy, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "skript se ni uspešno izvedel" @@ -3920,69 +3930,69 @@ msgid "package lacks both group name and id lists (this should never happen)" msgstr "" "v paketu manjka tako seznam skupin kot identitet (to se ne more zgoditi)" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "manjka %s\n" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Nezadovoljene soodvisnosti za %s-%s-%s: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "Uspešno" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "Okvarjen odziv strežnika" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "V/I napaka na strežniku" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "Potekel čas na strežniku" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "Naslov strežnika ni ugotovljiv" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "Ime strežnika ni ugotovljivo" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "Neuspešen poskus priključitve na strežnik" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "Neuspešna vzpostavitev podatkovne povezave s strežnikom" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "V/I napaka na lokalni datoteki" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Napaka pri nastavitvi oddaljenega strežnika v pasivni način" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Datoteke ni možno najti na strežniku" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "Prekinitev v teku" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "Neznana ali nepričakovana napaka" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "prijava na %s kot %s, geslo %s\n" @@ -4054,17 +4064,17 @@ msgstr "Oznaki %% sledi nerazčlenljiv makro" msgid "Macro %%%.*s not found, skipping" msgstr "Makro %%%.*s ni najden, preskočimo" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "Ciljni medpomnilnik prekoračen" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "Datoteka %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "Datoteka %s je krajša od %d bajtov" @@ -4134,6 +4144,9 @@ msgstr "neuspešno odpiranje %s: %s\n" msgid "failed to create %s: %s\n" msgstr "neuspešno ustvarjanje %s: %s\n" +#~ msgid "undefined identifier" +#~ msgstr "nedefiniran identifikator" + #~ msgid "loop in prerequisite chain: %s" #~ msgstr "zanka v predpogojevani verigi: %s" @@ -1,13 +1,13 @@ msgid "" msgstr "" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "Content-Type: text/plain; charset=\n" "Date: 1998-05-02 21:41:47-0400\n" "From: Erik Troan <ewt@lacrosse.redhat.com>\n" "Xgettext-Options: --default-domain=rpm --add-comments --keyword=_ " "--keyword=N_\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, fuzzy, c-format msgid "cannot open %s/packages.rpm\n" msgstr "greška: ne mogu da otvorim %s%s/packages.rpm\n" @@ -1681,45 +1681,41 @@ msgstr "očekivan znak ? u izrazu" msgid "syntax error while parsing ||" msgstr "očekivan znak ? u izrazu" -#: build/expression.c:288 +#: build/expression.c:286 #, fuzzy msgid "parse error in expression" msgstr "očekivan znak ? u izrazu" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 #, fuzzy msgid "syntax error in expression" msgstr "očekivan znak ? u izrazu" @@ -2362,151 +2358,151 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "pogrešan broj paketa: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, fuzzy, c-format msgid "can't rename %s to %s: %s\n" msgstr "Neuspelo čitanje %s: %s." -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "greška: " -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 #, fuzzy msgid "Unknown file type" msgstr "(nepoznat tip)" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 #, fuzzy msgid "Internal error" msgstr "fatalna greška: " -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 #, fuzzy msgid " failed - " msgstr "PGP omanuo" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, fuzzy, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "datoteka %s ne pripada nijednom paketu\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, fuzzy, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "datoteka %s ne pripada nijednom paketu\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "paket %s nije naveden u %s" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "paket %s nije naveden u %s" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "greška uklanjanja sloga %s u %s" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2645,7 +2641,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(nije broj)" @@ -2674,201 +2670,215 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "nedostaje { posle %" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "nedostaje } posle %" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "prazan 'tag' format'" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "prazno ime tag-a" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "nepoznat tag" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "] očekivano na kraju niza" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "neočekivano ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "neočekivano }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "očekivan znak ? u izrazu" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 #, fuzzy msgid "{ expected after ? in expression" msgstr "{ očekivano posle ? u izrazu" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "} očekivano u izrazu" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "očekivano : praćeno ? podizrazom" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 #, fuzzy msgid "{ expected after : in expression" msgstr "{ očekivano posle : u izrazu" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "| očekivano na kraju izraza" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(nepoznat tip)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, fuzzy, c-format msgid " file: %s action: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 #, fuzzy msgid "installing a source package\n" msgstr "instaliraj paket" -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "Ne mogu da otvorim datoteku %s: " -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, fuzzy, c-format msgid "cannot write to %s" msgstr "Ne mogu da otvorim datoteku %s: " -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "Ne mogu da otvorim datoteku %s: " -#: lib/install.c:765 +#: lib/install.c:767 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 #, fuzzy msgid "source package contains no .spec file" msgstr "upit nad paketom koji ima <datoteku>" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "preimenovanje %s u %s nije uspelo: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "paket %s-%s-%s sadrži deljene datoteke\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/package.c:60 +#: lib/package.c:62 #, fuzzy msgid "packaging version 1 is not supported by this version of RPM" msgstr "samo paketi sa glavnim brojevima <= 3 su podržani u ovoj verziji RPM-a" -#: lib/package.c:120 +#: lib/package.c:122 #, fuzzy msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" @@ -3136,221 +3146,221 @@ msgstr "paket %s-%s-%s sadrži deljene datoteke\n" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "greška u formatu: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(nema datoteka)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 #, fuzzy msgid "not installed " msgstr "paket %s nije instaliran\n" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(nepoznat tip)" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "greška: ne mogu da otvorim %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, fuzzy, c-format msgid "open of %s failed: %s\n" msgstr "neuspelo otvaranje %s: %s\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "Upit se ne može izvesti nad izvorni paketima u starom formatu\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s ne liči na RPM paket\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "upit nad %s neuspeo\n" -#: lib/query.c:560 +#: lib/query.c:567 #, fuzzy, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "upit nad %s neuspeo\n" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "upit nad svim paketima" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "grupa %s ne sadrži nijedan paket\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "nijedan paket ne aktivira %s\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "nijedan paket ne zahteva %s\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "nijedan paket ne obezbeđuje %s\n" -#: lib/query.c:654 +#: lib/query.c:661 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "datoteka %s ne pripada nijednom paketu\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "pogrešan broj paketa: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, fuzzy, c-format msgid "package record number: %u\n" msgstr "pogrešan broj paketa: %s\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "ne mogu da pročitam slog %d\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "paket %s nije instaliran\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "%s: Neuspelo otvaranje\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "%s: Neuspelo otvaranje\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: Neuspeo 'readLead'\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: Neuspeo 'readLead'\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: Neuspeo 'readLead'\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: Ne mogu da potpišem v1.0 RPM\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Ne mogu da ponovo potpišem v2.0 RPM\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: Neuspelo 'rpmReadSignature'\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Potpis nije na raspolaganju\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, fuzzy, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: Neuspeo 'readLead'\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: Neuspelo 'rpmReadSignature'\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Potpis nije na raspolaganju (RPM v1.0)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 #, fuzzy msgid " (MISSING KEYS:" msgstr " (NEDOSTAJUĆI KLJUČEVI)" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3359,17 +3369,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "Ne mogu da otvorim datoteku %s: " -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "greška: ne mogu da otvorim %s\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3379,7 +3389,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3389,7 +3399,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3400,241 +3410,241 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "greška kod uzimanja sloga %s iz %s" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "greška zapisivanja sloga %s u %s" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "greška uklanjanja sloga %s u %s" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "dbpath nije određen" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "greška kod potrage za paketom %s\n" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "ne mogu da pročitam zaglavlje na %d za proveru" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "greška uklanjanja sloga %s u %s" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "greška uklanjanja sloga %s u %s" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, fuzzy, c-format msgid "error(%d) allocating new package instance" msgstr "greška kod potrage za paketom %s\n" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "greška uklanjanja sloga %s u %s" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "privremena baza podataka %s već postoji" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, fuzzy, c-format msgid "record number %d in database is bad -- skipping." msgstr "slog broj %d u bazi podataka je neispravan -- preskačem ga" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "ne mogu da dodam slog originalno na %d" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 #, fuzzy msgid "counting packages to install\n" msgstr "nedostaje paket za instalaciju" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, fuzzy, c-format msgid "found %d packages\n" msgstr "upit nad svim paketima" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 #, fuzzy msgid "looking for packages to download\n" msgstr "greška kod potrage za paketom %s\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, fuzzy, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "greška: preskačem %s - neuspelo prenošenje - %s\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Pribavljam %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "greška: preskačem %s - neuspelo prenošenje - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "Ne mogu da otvorim datoteku %s: " -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "greška: %s se ne može instalirati\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "greška: ne mogu da otvorim %s%s/packages.rpm\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, fuzzy, c-format msgid "package %s is not relocateable\n" msgstr "paket %s nije instaliran\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "grupa %s ne sadrži nijedan paket\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "loše međuzavisnosti:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 #, fuzzy msgid "installing binary packages\n" msgstr "instaliraj paket" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" određuje više paketa\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "uklanjanje oviha paketa će narušiti zavisnosti:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "greška: ne mogu da otvorim %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Instaliram %s\n" @@ -3739,205 +3749,205 @@ msgstr "(nepoznat tip)" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 #, fuzzy msgid "No signature\n" msgstr "%s: Potpis nije na raspolaganju\n" -#: lib/signature.c:138 +#: lib/signature.c:141 #, fuzzy msgid "Old PGP signature\n" msgstr "napravi PGP potpis" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Stari (interni) potpis! Odakle vam!?" -#: lib/signature.c:154 +#: lib/signature.c:157 #, fuzzy msgid "New Header signature\n" msgstr "ne mogu da pročitam potpis" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, fuzzy, c-format msgid "Couldn't exec pgp (%s)" msgstr "Ne mogu da izvršim PGP" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "PGP omanuo" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "PGP nije uspeo da zapiše potpis" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "ne mogu da pročitam potpis" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 #, fuzzy msgid "Couldn't exec gpg" msgstr "Ne mogu da izvršim PGP" -#: lib/signature.c:355 +#: lib/signature.c:358 #, fuzzy msgid "gpg failed" msgstr "PGP omanuo" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 #, fuzzy msgid "gpg failed to write signature" msgstr "PGP nije uspeo da zapiše potpis" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr "napravi PGP potpis" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr "napravi PGP potpis" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Ne mogu da pokrenem pgp. Koristite --nopgp da preskočite PGP proveru." -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 #, fuzzy msgid "exec failed!\n" msgstr "%s: Neuspelo otvaranje\n" -#: lib/signature.c:630 +#: lib/signature.c:633 #, fuzzy msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "Ne mogu da pokrenem pgp. Koristite --nopgp da preskočite PGP proveru." -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "Ne mogu da izvršim PGP" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 #, fuzzy msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "Morate podesiti \"pgp_name:\" u vašoj rpmrc datoteci" -#: lib/signature.c:767 +#: lib/signature.c:770 #, fuzzy msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "Morate podesiti \"pgp_name:\" u vašoj rpmrc datoteci" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, fuzzy, c-format msgid "excluding file %s%s\n" msgstr "Pribavljam %s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "ne mogu da uklonim %s - direktorijum nije prazan" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "neuspela komanda rmdir %s: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "uklanjanje %s nije uspelo: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, fuzzy, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "neuspelo izvršavanje skripta" @@ -3955,77 +3965,77 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, fuzzy, c-format msgid "missing %s\n" msgstr "nedostaje { posle %" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Nezadovoljene međuzavisnosti za %s-%s-%s: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 #, fuzzy msgid "Bad server response" msgstr "Loš odgovor FTP servera" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 #, fuzzy msgid "Server IO error" msgstr "Ulazno/izlazna FTP greška" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 #, fuzzy msgid "Server timeout" msgstr "Tajm-aut FTP servera" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 #, fuzzy msgid "Unable to lookup server host address" msgstr "Ne mogu da odredim host adresu FTP servera" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 #, fuzzy msgid "Unable to lookup server host name" msgstr "Ne mogu da odredim ime FTP hosta" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 #, fuzzy msgid "Failed to connect to server" msgstr "Ne mogu da se povežem sa FTP serverom" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 #, fuzzy msgid "Failed to establish data connection to server" msgstr "Ne mogu da uspostavim vezu podataka sa FTP serverom" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "Ulazno/izlazna greška kod lokalne datoteke" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Greška kod stavljanja udaljenog servera u pasivni režim" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Datoteka nije pronađena na serveru" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 #, fuzzy msgid "Unknown or unexpected error" msgstr "Neočekivana ili nepoznata FTP greška" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -4098,17 +4108,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "paket %s nije nađen u %s" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, fuzzy, c-format msgid "File %s: %s" msgstr "neuspelo otvaranje %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: 2000-08-07 16:53+0200\n" "Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n" "Language-Team: Swedish <sv@li.org>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "kan inte öppna %s/packages.rpm\n" @@ -1587,44 +1587,40 @@ msgstr "syntaxfel vid parsning av &&" msgid "syntax error while parsing ||" msgstr "syntaxfel vid parsning av ||" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "parsfel i uttryck" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "ensam (" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "odefinierad identifierare" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "- endast i tal" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "! endast pĺ tal" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "typer mĺste passa ihop" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "* / stöds inte för strängar" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "- stöds inte för strängar" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "&& och || stöds inte för strängar" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "syntaxfel i uttryck" @@ -2263,60 +2259,60 @@ msgstr "rad %d: Felaktigt no%s-tal: %d" msgid "line %d: Bad %s number: %s\n" msgstr "rad %d: Felaktigt %s-tal: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "kan inte flytta %s till %s: %s\n" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "kan inte ta bort %s: %s\n" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "(fel 0x%x)" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "Felaktigt magiskt tal" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "Felaktigt/oläsbart huvud" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "Huvudstorlek för stor" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "Okänd filtyp" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "Saknad hĺrdlänk" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "Internt fel" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr " misslyckades - " #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" @@ -2325,88 +2321,88 @@ msgstr "" "\"B\"-beroendet beghöver en epok (antar samma som \"A\")\n" " A %s B %s\n" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr " %s A %s\tB %s\n" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "%s: %-45s JA (lade till filer)\n" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "%s: %-45s JA (lade till tillhandahĺllande)\n" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "%s: %-45s %-3s (cachad)\n" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "%s: %-45s JA (rpmrc tillhandahĺller)\n" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "%s: %-45s JA (rpmlib tillhandahĺller)\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "%s: %-45s JA (db-filer)\n" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "%s: %-45s JA (db tillhandahĺllande)\n" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "%s: %-45s NEJ\n" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "%s: (%s, %s) tillagt till beroendecachen.\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "paket %s-%s-%s behov inte uppfyllda: %s\n" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "paket %s stĺr i konflikt: %s\n" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "tar bort \"%s\" frĺn %s-indexet.\n" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2550,7 +2546,7 @@ msgstr "" "problemet.\n" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(inte ett tal)" @@ -2579,196 +2575,210 @@ msgid "file %s is on an unknown device" msgstr "filen %s är pĺ en okänd enhet" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "grabData() RPM_STRING_TYPE mĺste vara 1.\n" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "Datatyp %d stöds inte\n" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "Felaktigt antal till headerAddEntry(): %d\n" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "{ fattas efter %" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "} fattas efter %{" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "tomt taggformat" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "tomt taggnamn" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "okänd tagg" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "] förväntades vid slutet pĺ vektor" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "oväntad ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "oväntad }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "? förväntades i uttryck" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "{ förväntades efter ? i uttryck" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "} förväntades i uttryck" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr ": förväntades efter ? i deluttryck" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "{ förväntades efter : i uttryck" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "| förväntades vid slutet pĺ uttryck" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(okänd typ)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr " fil: %s ĺtgärd: %s\n" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "användaren %s finns inte - använder root" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "gruppen %s finns inte - använder root" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "%%instchangelog-värde i makrofil skall vara ett tal, men är inte det" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "uppackning av arkiv misslyckades%s%s: %s" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr " vid fil " -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "installerar källpaket\n" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "kan inte skapa källkatalog %s" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "kan inte skriva till %s" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "källkod i: %s\n" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "kan inte skapa spec-katalog %s" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "spec-fil i: %s\n" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "källpaket innehĺller ingen spec-fil" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "byter namn pĺ %s till %s\n" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "namnbyte frĺn %s till %s misslyckades: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "källpaket förväntades, fann binärpaket" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "paket: %s-%s-%s filtest = %d\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "avbryter installation eftersom vi kör --test\n" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "kör (eventuellt) preinstalltionsskript\n" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "varning: %s skapades som %s" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "varning: %s sparades som %s" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "kör (eventuellt) postinstallationsskript\n" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "fel när tämporärfil %s skapades" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "paket med versionsnummer 1 stöds inte av denna version av RPM" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "endast paket med huvudnummer <= 4 stöds av denna version av RPM" @@ -3010,217 +3020,217 @@ msgstr "paket %s-%s-%s systemanrop före transaktion: %s misslyckades: %s" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "okänt fel %d uppträdde under manipulation av paket %s-%s-%s" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "fel i format: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(innehĺller inga filer)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "normal " -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "ersatt " -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "oinstallerat " -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "nätdelad " -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "(okänd %3d) " -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "(ej tillstnd) " -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "paketet har varken filägare eller id-listor" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "kan inte frĺga om %s: %s\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "misslyckades öppna %s: %s\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "källpaket i gammalt format gĺr ej att frĺga om\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s verkar inte vara ett RPM-paket\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "frĺga om %s misslyckades\n" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "frĺga om spec-fil %s misslyckades, kan inte parsa\n" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "inga paket\n" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "grupp %s innehĺller inga paket\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "inga paketutlösare %s\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "inget paket behöver %s\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "inget paket tillhandahĺller %s\n" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "fil %s: %s\n" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "filen %s ägs inte av nĺgot paket\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "felaktigt paketnummer: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "paketpost nummer: %u\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "post %d kunde inte läsas\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "paket %s är inte installerat\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "%s: open misslyckades: %s\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "makeTempFile misslyckades\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: Fwrite misslyckades: %s\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: Fread misslyckades: %s\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead misslyckades\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: Kan inte signera v1.0 RPM\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Kan inte signera om v2.0 RPM\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature misslyckades\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Ingen signatur tillgänglig\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: writeLead misslyckades: %s\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: rpmWriteSignature misslyckades: %s\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Ingen signatur tillgänglig (v1.0 RPM)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "EJ OK" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr " (SAKNADE NYCKLAR:" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr ") " -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr " (EJ BETRODDA NYCKLAR:" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr ")" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "OK" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "dbiTagsInit: okänt taggnamn: \"%s\" ignorerat\n" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3235,17 +3245,17 @@ msgstr "" "/etc/rpm/macros).\n" "\n" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "kan inte öppna %s-indexet med db%d - %s (%d)" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "kan inte öppna %s-indexet" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3260,7 +3270,7 @@ msgstr "" " till db%d-format genom att köra \"rpm --rebuilddb\" som root.\n" "\n" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3276,7 +3286,7 @@ msgstr "" "/etc/rpm/macros).\n" "\n" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3294,26 +3304,26 @@ msgstr "" " \"%%_dbapi_rebuild %d\" (d.v.s. skapa och/eller ändra /etc/rpm/macros).\n" "\n" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "fel(%d) när \"%s\"-poster hämtades frĺn %s-indexet" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "fel(%d) när post %s sparades i %s" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "fel(%d) när post %s togs bort ur %s" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "ingen dbpath har satts" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" @@ -3322,212 +3332,212 @@ msgstr "" "i nytt format" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "fel(%d) när paket räknades" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "%s: kan inte läsa huvud vid 0x%x" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "tar bort 0 %s-poster.\n" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "tar bort \"%s\" frĺn %s-indexet.\n" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "tar bort %d poster frĺn %s-indexet.\n" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "fel(%d) vid allokering av ny paketinstans" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "lägger till 0 %s-poster.\n" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "lägger till \"%s\" till %s-indexet.\n" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "lägger till %d poster till %s-indexet.\n" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "bygger om databas %s till %s\n" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "tillfällig databas %s existerar redan" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "skapar katalog %s\n" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "fel när katalog skapades %s: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "öppnar gammal databas med dbapi %d\n" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "öppnar ny databas med dbapi %d\n" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "post nummer %d i databasen är felaktig -- hoppar över den." -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "kan inte lägga till post ursprungligen vid %d" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "kunde inte bygga om databasen: orginaldatabasen finns kvar\n" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "kunde inte ersätta gammal databas med ny databas!\n" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, 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" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "tar bort katalog %s\n" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "kunde inte ta bort katalogen %s: %s\n" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "räknar paket att installera\n" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "hittade %d paket\n" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "letar efter paket att hämta\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "hoppar över %s - rpmGlob misslyckades(%d)\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "Hämtar %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr " ... som %s\n" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "hoppar över %s - överföring misslyckades - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "hämtade %d paket\n" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "kan inte öppna filen %s: %s\n" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "%s kan inte installeras\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "kan inte öppna paketdatabas i %s\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "paket %s är inte relokerbart\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "fel vid läsning frĺn fil %s\n" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "filen %s behöver en nyare version av RPM\n" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "hittade %d käll- och %d binärpaket\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "ouppfyllda beroenden:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "installerar binärpaket\n" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" anger flera paket\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "att ta bort dessa paket skulle göra sönder beroenden:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "kan inte öppna %s: %s\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "Installerar %s\n" @@ -3632,193 +3642,193 @@ msgstr "Okänt system: %s\n" msgid "Please contact rpm-list@redhat.com\n" msgstr "Var god kontakta rpm-list@redhat.com\n" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "sigstorlek : %d\n" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "Huvud + Arkiv : %d\n" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "förväntad storlek: %d\n" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "filen är inte en vanlig fil -- hoppar över storlekskontroll\n" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "Ingen signatur\n" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "Gammal PGP-signatur\n" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Gammal (endast intern) signatur! Hur fick du tag i den!?" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "Ny huvudsignatur\n" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "Signaturstorlek : %d\n" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "Signaturutfyllnad: %d\n" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "Kunde inte köra pgp (%s)" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "pgp misslyckades" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "pgp misslyckades att skriva en signatur" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "PGP signaturstorlek: %d\n" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "kan inte läsa signaturen" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "Fick %d byte PGPsignatur\n" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "Kunde inte köra gpg" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "gpg misslyckades" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "gpg kunde inte skriva signatur" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "GPG signaturstorlek: %d\n" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "Fick %d byte GPGsignatur\n" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "Genererar signatur med PGP.\n" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "Genererar signatur med GPG.\n" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Kunde inte köra pgp. Använd --nopgp för att hoppa över PGPkontroll." -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "exec misslyckades!\n" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "Kunde inte köra gpg. Använd --nogpg för att hoppa över GPGkontroll." -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "Kunde inte köra pgp" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "Ogiltig %%_signature specifikation i makrofil" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "Du mĺste sätta \"%%_gpg_name\" i din makrofil" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "Du mĺste sätta \"%%_pgp_name\" i din makrofil" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "hoppar över %s%s\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "hoppar över katalogen %s\n" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "flyttar %s till %s\n" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "flyttar katalogen %s till %s\n" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s överhoppad pĺ grund av missingok-flagga\n" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "kan inte ta bort %s - katalogen är inte tom" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "rmdir av %s misslyckades: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "borttagning av %s misslyckades: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "tar bort filer test = %d\n" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "kör (eventuellt) postavinstallationsskript\n" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "körning av skript frĺn %s-%s-%s misslyckades, slutstatus %d" @@ -3837,69 +3847,69 @@ msgid "package lacks both group name and id lists (this should never happen)" msgstr "" "paket saknar bĺde gruppnamn och id-listor (detta borde aldrig inträffa)" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "saknas %s\n" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Ouppfyllda beroenden för %s-%s-%s: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "Lyckades" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "Konstigt svar frĺn server" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "IO-fel mot server" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "Förbindelsen med servern dog ut (timeout)" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "Kunde inte slĺ upp serverns adress" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "Kunde inte slĺ upp serverns namn" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "Misslyckades med att kontakta servern" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "Misslyckades med att etablera en dataförbindelse till servern" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "IO-fel mot lokal fil" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Fel när den fjärrservern sattes i passivt läge" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Filen fanns inte pĺ servern" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "Avbruten under gĺng" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "Okänt eller oväntat fel" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "loggar in pĺ %s som %s, lösenord %s\n" @@ -3971,17 +3981,17 @@ msgstr "Ett %% följs av ett makro som inte kan parsas" msgid "Macro %%%.*s not found, skipping" msgstr "Inget makro %%%.*s hittat, hoppar över" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "Mĺlbuffer översvämmad" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "Fil %s: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "Filen %s är mindre än %d byte" @@ -4051,6 +4061,9 @@ msgstr "kunde inte öppna %s: %s\n" msgid "failed to create %s: %s\n" msgstr "kunde inte skapa %s: %s\n" +#~ msgid "undefined identifier" +#~ msgstr "odefinierad identifierare" + #~ msgid "loop in prerequisite chain: %s" #~ msgstr "cirkularitet i kedja av förutsättningar: %s" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, fuzzy, c-format msgid "cannot open %s/packages.rpm\n" msgstr "hata: %s%s/packages.rpm açýlamýyor\n" @@ -1731,45 +1731,41 @@ msgstr "dizi içerisinde ? bekleniyordu" msgid "syntax error while parsing ||" msgstr "dizi içerisinde ? bekleniyordu" -#: build/expression.c:288 +#: build/expression.c:286 #, fuzzy msgid "parse error in expression" msgstr "dizi içerisinde ? bekleniyordu" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 #, fuzzy msgid "syntax error in expression" msgstr "dizi içerisinde ? bekleniyordu" @@ -2414,151 +2410,151 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "geçersiz paket numarsý: %s\n" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, fuzzy, c-format msgid "can't rename %s to %s: %s\n" msgstr "%s okunamadý: %s" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "hata: " -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 #, fuzzy msgid "Unknown file type" msgstr "(bilinmeyen tip)" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 #, fuzzy msgid "Internal error" msgstr "ölümcül hata: " -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 #, fuzzy msgid " failed - " msgstr "PGP hata verdi" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, fuzzy, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "%s dosyasý, hiç bir pakete ait deđil\n" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, fuzzy, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "%s dosyasý, hiç bir pakete ait deđil\n" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, fuzzy, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "%s paketi %s altýnda gözükmüyor" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "%s paketi %s altýnda gözükmüyor" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, fuzzy, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2697,7 +2693,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "(üye deđil)" @@ -2726,202 +2722,216 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "% den sonra eksik {" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "%{ den sonra eksik }" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "boţ tag tanýmlamasý" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "boţ tag ismi" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "bilinmeyen tag" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "dizinin sonunda ] bekleniyordu" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "beklenmeyen ]" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "beklenmeyen }" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "dizi içerisinde ? bekleniyordu" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 #, fuzzy msgid "{ expected after ? in expression" msgstr "dizi içerisinde ? den sonra { bekleniyordu" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "dizi içerisinde } bekleniyordu" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "? altdizisinden sonra : bekleniyordu" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 #, fuzzy msgid "{ expected after : in expression" msgstr "dizide : den sonra { bekleniyordu" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "dizinin sonunda | bekleniyordu" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "(bilinmeyen tip)" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, fuzzy, c-format msgid " file: %s action: %s\n" msgstr "%s açýlamadý: %s" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 #, fuzzy msgid "installing a source package\n" msgstr "paket yüklemek" -#: lib/install.c:725 +#: lib/install.c:727 #, fuzzy, c-format msgid "cannot create sourcedir %s" msgstr "%s dosyasý açýlamýyor: " -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, fuzzy, c-format msgid "cannot write to %s" msgstr "%s dosyasý açýlamýyor: " -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, fuzzy, c-format msgid "cannot create specdir %s" msgstr "%s dosyasý açýlamýyor: " -#: lib/install.c:765 +#: lib/install.c:767 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "%s açýlamadý: %s" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 #, fuzzy msgid "source package contains no .spec file" msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "%s 'nin isminin %s 'ye çevrilmesinde belirtilen hata oluţtu: %s" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "%s dizinin oluţturulmasýnda hata: %s" -#: lib/package.c:60 +#: lib/package.c:62 #, fuzzy msgid "packaging version 1 is not supported by this version of RPM" msgstr "" "RPM'in bu sürümünde sadece major numarasý <= 3 olan paketler destekleniyor" -#: lib/package.c:120 +#: lib/package.c:122 #, fuzzy msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" @@ -3192,221 +3202,221 @@ msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "format hatasý: %s\n" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "(hiç dosya içermiyor)" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 #, fuzzy msgid "not installed " msgstr "%s pakedi yüklenmemiţ\n" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(bilinmeyen tip)" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, fuzzy, c-format msgid "can't query %s: %s\n" msgstr "hata: %s eriţilemiyor\n" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, fuzzy, c-format msgid "open of %s failed: %s\n" msgstr "%s 'ye erisimde belirtilen hata oluţtu: %s\n" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "eski tip kaynak paketleri sorgulanamýyor\n" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s bir RPM paketi deđil (gibi)\n" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "%s 'nin sorgulamasý baţarýsýzlýkla sonuçlandý\n" -#: lib/query.c:560 +#: lib/query.c:567 #, fuzzy, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "%s 'nin sorgulamasý baţarýsýzlýkla sonuçlandý\n" -#: lib/query.c:583 +#: lib/query.c:590 #, fuzzy msgid "no packages\n" msgstr "Tüm paketleri sorgulama" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "%s grubu hiç paket içermiyor\n" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "hiç bir paket %s tetiklemiyor\n" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "hiç bir paket %s gerektirmiyor\n" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "hiç bir paket %s sađlamýyor\n" -#: lib/query.c:654 +#: lib/query.c:661 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "%s açýlamadý: %s" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "%s dosyasý, hiç bir pakete ait deđil\n" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "geçersiz paket numarsý: %s\n" -#: lib/query.c:686 +#: lib/query.c:693 #, fuzzy, c-format msgid "package record number: %u\n" msgstr "geçersiz paket numarsý: %s\n" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "%d numaralý kayýt okunamadý\n" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "%s pakedi yüklenmemiţ\n" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, fuzzy, c-format msgid "%s: open failed: %s\n" msgstr "%s: Eriţilemedi\n" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 #, fuzzy msgid "makeTempFile failed\n" msgstr "%s: Eriţilemedi\n" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, fuzzy, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: 'readLead' hata verdi\n" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, fuzzy, c-format msgid "%s: Fread failed: %s\n" msgstr "%s: 'readLead' hata verdi\n" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "%s: 'readLead' hata verdi\n" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: v1.0-RPM (eski sürüm) imzalanamýyor\n" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: v2.0-RPM (eski sürüm) yeniden imzalanamýyor\n" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: 'rpmReadSignature' hata verdi\n" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "%s: Ýmza bulunmuyor\n" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, fuzzy, c-format msgid "%s: writeLead failed: %s\n" msgstr "%s: 'readLead' hata verdi\n" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, fuzzy, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "%s: 'rpmReadSignature' hata verdi\n" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Ýmza bulundurmuyor (v1.0 RPM)\n" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 #, fuzzy msgid " (MISSING KEYS:" msgstr " (EKSÝK ANAHTARLAR)" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3415,17 +3425,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, fuzzy, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "%s dosyasý açýlamýyor: " -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, fuzzy, c-format msgid "cannot open %s index" msgstr "hata: %s eriţilemiyor\n" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3435,7 +3445,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3445,7 +3455,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3456,241 +3466,241 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "%s kaydýna %s dosyasýnda eriţilemiyor:" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, fuzzy, c-format msgid "error(%d) storing record %s into %s" msgstr "%s kaydý %s dosyasýna yazýlamýyor" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, fuzzy, c-format msgid "error(%d) removing record %s from %s" msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "dbpath deđeri girilmemiţ" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, fuzzy, c-format msgid "error(%d) counting packages" msgstr "%s pakedi aranýrken hata oluţtu\n" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x" msgstr "%d kaydýndan baţlýk bilgisi okunamadý" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, fuzzy, c-format msgid "error(%d) allocating new package instance" msgstr "%s pakedi aranýrken hata oluţtu\n" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluţturur" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "geçici veritabaný %s mevcut" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "%s dizinin oluţturulmasýnda hata: %s" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "%s dizinin oluţturulmasýnda hata: %s" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluţturur" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluţturur" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, fuzzy, c-format msgid "record number %d in database is bad -- skipping." msgstr "veritabanýndaki %d numaralý kayýt hatalý -- atlanýyor" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "%d de yer alan kayýt saklayamýyor" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "%s dizinin oluţturulmasýnda hata: %s" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "%s açýlamadý: %s" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 #, fuzzy msgid "counting packages to install\n" msgstr "yüklenecek paketler belirtilmedi" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, fuzzy, c-format msgid "found %d packages\n" msgstr "Tüm paketleri sorgulama" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 #, fuzzy msgid "looking for packages to download\n" msgstr "%s pakedi aranýrken hata oluţtu\n" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, fuzzy, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "hata: %s atlanýyor - aktarým baţarýsýz - %s\n" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "%s alýnýyor\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "hata: %s atlanýyor - aktarým baţarýsýz - %s\n" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "%s dosyasý açýlamýyor: " -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "hata: %s yüklenemedi\n" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "hata: %s%s/packages.rpm açýlamýyor\n" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, fuzzy, c-format msgid "package %s is not relocateable\n" msgstr "%s pakedi yüklenmemiţ\n" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "%s dizinin oluţturulmasýnda hata: %s" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "%s grubu hiç paket içermiyor\n" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "bađýmlýlýk hatasý, aţađýdaki paketlere ihtiyacýnýz var:\n" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 #, fuzzy msgid "installing binary packages\n" msgstr "paket yüklemek" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" birden fazla paketi tanýmlýyor\n" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "bu paketin silinmesi aţađýdaki bađýmlýlýklarý etkileyecektir:\n" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "hata: %s eriţilemiyor\n" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "%s yükleniyor\n" @@ -3795,205 +3805,205 @@ msgstr "(bilinmeyen tip)" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 #, fuzzy msgid "No signature\n" msgstr "%s: Ýmza bulunmuyor\n" -#: lib/signature.c:138 +#: lib/signature.c:141 #, fuzzy msgid "Old PGP signature\n" msgstr "PGP-imzasý yaratýr" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Eski imza !!! Eee bunu nasýl baţardýn bakiiim ?" -#: lib/signature.c:154 +#: lib/signature.c:157 #, fuzzy msgid "New Header signature\n" msgstr "imzayý okumak mümkün olmadý" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, fuzzy, c-format msgid "Couldn't exec pgp (%s)" msgstr "PGP çalýţtýrýlamadý" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "PGP hata verdi" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "PGP imzasýnýn yazýlmasý sýrasýnda hata oluţtu" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "imzayý okumak mümkün olmadý" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 #, fuzzy msgid "Couldn't exec gpg" msgstr "PGP çalýţtýrýlamadý" -#: lib/signature.c:355 +#: lib/signature.c:358 #, fuzzy msgid "gpg failed" msgstr "PGP hata verdi" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 #, fuzzy msgid "gpg failed to write signature" msgstr "PGP imzasýnýn yazýlmasý sýrasýnda hata oluţtu" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 #, fuzzy msgid "Generating signature using PGP.\n" msgstr "PGP-imzasý yaratýr" -#: lib/signature.c:416 +#: lib/signature.c:419 #, fuzzy msgid "Generating signature using GPG.\n" msgstr "PGP-imzasý yaratýr" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "PGP çalýţtýrýlamadý. PGP kontrollerini atlamak için --nopgp kullanýn." -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 #, fuzzy msgid "exec failed!\n" msgstr "%s: Eriţilemedi\n" -#: lib/signature.c:630 +#: lib/signature.c:633 #, fuzzy msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "PGP çalýţtýrýlamadý. PGP kontrollerini atlamak için --nopgp kullanýn." -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "PGP çalýţtýrýlamadý" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 #, fuzzy msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "rpmrc dosyanýzda \"pgp_name:\" tanýmlanmýţ olmalý" -#: lib/signature.c:767 +#: lib/signature.c:770 #, fuzzy msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "rpmrc dosyanýzda \"pgp_name:\" tanýmlanmýţ olmalý" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, fuzzy, c-format msgid "excluding file %s%s\n" msgstr "%s alýnýyor\n" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "%s dizinin oluţturulmasýnda hata: %s" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "%s dizinin oluţturulmasýnda hata: %s" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "%s silinemedi - belirtilen dizin boţ deđil" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "%s dizinin silinmesinde belirtilen hata oluţtu: %s" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "%s 'in silinmesinde belirtilen hata oluţtu: %s" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, fuzzy, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "betik (script) çalýţtýrýlamadý " @@ -4011,77 +4021,77 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, fuzzy, c-format msgid "missing %s\n" msgstr "% den sonra eksik {" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "%s-%s-%s 'nin bađýmlýlýk sorunlarý: " -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 #, fuzzy msgid "Bad server response" msgstr "FTP sunucusundan kötü yanýt" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 #, fuzzy msgid "Server IO error" msgstr "FTP I/O hatasý" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 #, fuzzy msgid "Server timeout" msgstr "FTP sunucusu zaman aţýmý" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 #, fuzzy msgid "Unable to lookup server host address" msgstr "FTP sunucusunun isim adres dönüţümü yapýlamadý" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 #, fuzzy msgid "Unable to lookup server host name" msgstr "FTP sunucusunun adres isim dönüţümü yapýlamadý" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 #, fuzzy msgid "Failed to connect to server" msgstr "FTP sunucusuna bađlanýlamadý" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 #, fuzzy msgid "Failed to establish data connection to server" msgstr "FTP sunucusu ile veri alýţveriţi yapýlamadý" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "Yerel dosyaya eriţim sýrasýnda I/O hatasý" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "Karţý sunucuyu pasif kipe sokam hatasý" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "Dosya sunucuda bulunamadý" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 #, fuzzy msgid "Unknown or unexpected error" msgstr "FTP bilinmeyen ya da beklenmeyen hata" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -4154,17 +4164,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "%s pakedi %s içerisinde bulunamadý" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, fuzzy, c-format msgid "File %s: %s" msgstr "%s açýlamadý: %s" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po index 9e1c28ee0..08f25e980 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\n" -"POT-Creation-Date: 2000-10-26 11:14-0400\n" +"POT-Creation-Date: 2000-10-28 12:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: build.c:25 lib/rpminstall.c:460 +#: build.c:25 lib/rpminstall.c:463 #, c-format msgid "cannot open %s/packages.rpm\n" msgstr "" @@ -1533,44 +1533,40 @@ msgstr "" msgid "syntax error while parsing ||" msgstr "" -#: build/expression.c:288 +#: build/expression.c:286 msgid "parse error in expression" msgstr "" -#: build/expression.c:317 +#: build/expression.c:315 msgid "unmatched (" msgstr "" -#: build/expression.c:335 -msgid "undefined identifier" -msgstr "" - -#: build/expression.c:354 +#: build/expression.c:345 msgid "- only on numbers" msgstr "" -#: build/expression.c:370 +#: build/expression.c:361 msgid "! only on numbers" msgstr "" -#: build/expression.c:409 build/expression.c:454 build/expression.c:511 -#: build/expression.c:598 +#: build/expression.c:400 build/expression.c:445 build/expression.c:500 +#: build/expression.c:587 msgid "types must match" msgstr "" -#: build/expression.c:422 +#: build/expression.c:413 msgid "* / not suported for strings" msgstr "" -#: build/expression.c:470 +#: build/expression.c:461 msgid "- not suported for strings" msgstr "" -#: build/expression.c:611 +#: build/expression.c:600 msgid "&& and || not suported for strings" msgstr "" -#: build/expression.c:645 build/expression.c:693 +#: build/expression.c:634 build/expression.c:682 msgid "syntax error in expression" msgstr "" @@ -2209,148 +2205,148 @@ msgstr "" msgid "line %d: Bad %s number: %s\n" msgstr "" -#: lib/cpio.c:443 +#: lib/cpio.c:444 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "" -#: lib/cpio.c:449 +#: lib/cpio.c:450 #, c-format msgid "can't unlink %s: %s\n" msgstr "" -#: lib/cpio.c:753 +#: lib/cpio.c:756 #, c-format msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1239 +#: lib/cpio.c:1242 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1242 +#: lib/cpio.c:1245 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1243 +#: lib/cpio.c:1246 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1261 +#: lib/cpio.c:1264 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1262 +#: lib/cpio.c:1265 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1263 +#: lib/cpio.c:1266 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1264 +#: lib/cpio.c:1267 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1265 +#: lib/cpio.c:1268 msgid "Internal error" msgstr "" -#: lib/cpio.c:1274 +#: lib/cpio.c:1277 msgid " failed - " msgstr "" #. XXX legacy epoch-less requires/conflicts compatibility -#: lib/depends.c:549 +#: lib/depends.c:553 #, c-format msgid "" "the \"B\" dependency needs an epoch (assuming same as \"A\")\n" "\tA %s\tB %s\n" msgstr "" -#: lib/depends.c:578 +#: lib/depends.c:582 #, c-format msgid " %s A %s\tB %s\n" msgstr "" -#: lib/depends.c:932 +#: lib/depends.c:936 #, c-format msgid "%s: %-45s YES (added files)\n" msgstr "" -#: lib/depends.c:991 +#: lib/depends.c:995 #, c-format msgid "%s: %-45s YES (added provide)\n" msgstr "" -#: lib/depends.c:1043 +#: lib/depends.c:1047 #, c-format msgid "%s: %-45s %-3s (cached)\n" msgstr "" -#: lib/depends.c:1062 +#: lib/depends.c:1066 #, c-format msgid "%s: %-45s YES (rpmrc provides)\n" msgstr "" -#: lib/depends.c:1079 +#: lib/depends.c:1083 #, c-format msgid "%s: %-45s YES (rpmlib provides)\n" msgstr "" -#: lib/depends.c:1100 +#: lib/depends.c:1104 #, c-format msgid "%s: %-45s YES (db files)\n" msgstr "" -#: lib/depends.c:1113 +#: lib/depends.c:1117 #, c-format msgid "%s: %-45s YES (db provides)\n" msgstr "" -#: lib/depends.c:1126 +#: lib/depends.c:1130 #, c-format msgid "%s: %-45s NO\n" msgstr "" -#: lib/depends.c:1147 +#: lib/depends.c:1151 #, c-format msgid "%s: (%s, %s) added to Depends cache.\n" msgstr "" #. requirements are not satisfied. -#: lib/depends.c:1205 +#: lib/depends.c:1209 #, c-format msgid "package %s-%s-%s require not satisfied: %s\n" msgstr "" #. conflicts exist. -#: lib/depends.c:1272 +#: lib/depends.c:1276 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: lib/depends.c:1458 +#: lib/depends.c:1462 #, c-format msgid "removing %s-%s-%s \"%s\" from tsort relations.\n" msgstr "" #. Record all relations. -#: lib/depends.c:1511 +#: lib/depends.c:1515 msgid "========== recording tsort relations\n" msgstr "" #. T4. Scan for zeroes. -#: lib/depends.c:1568 +#: lib/depends.c:1572 msgid "========== tsorting packages\n" msgstr "" -#: lib/depends.c:1671 +#: lib/depends.c:1675 msgid "LOOP:\n" msgstr "" -#: lib/depends.c:1702 +#: lib/depends.c:1706 msgid "========== continuing tsort ...\n" msgstr "" @@ -2489,7 +2485,7 @@ msgid "" msgstr "" #: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182 -#: lib/header.c:2133 lib/header.c:2150 lib/header.c:2170 +#: lib/header.c:2174 lib/header.c:2191 lib/header.c:2211 msgid "(not a number)" msgstr "" @@ -2518,196 +2514,210 @@ msgid "file %s is on an unknown device" msgstr "" #. This should not be allowed -#: lib/header.c:244 +#: lib/header.c:245 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: lib/header.c:275 lib/header.c:745 lib/install.c:378 +#: lib/header.c:276 lib/header.c:747 lib/install.c:380 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: lib/header.c:1108 +#: lib/header.c:1110 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: lib/header.c:1518 +#. @-observertrans@ +#: lib/header.c:1526 #, c-format msgid "missing { after %" msgstr "" -#: lib/header.c:1546 +#. @-observertrans@ +#: lib/header.c:1556 msgid "missing } after %{" msgstr "" -#: lib/header.c:1558 +#. @-observertrans@ +#: lib/header.c:1570 msgid "empty tag format" msgstr "" -#: lib/header.c:1568 +#. @-observertrans@ +#: lib/header.c:1582 msgid "empty tag name" msgstr "" -#: lib/header.c:1583 +#. @-observertrans@ +#: lib/header.c:1599 msgid "unknown tag" msgstr "" -#: lib/header.c:1608 +#. @-observertrans@ +#: lib/header.c:1626 msgid "] expected at end of array" msgstr "" -#: lib/header.c:1624 +#. @-observertrans@ +#: lib/header.c:1644 msgid "unexpected ]" msgstr "" -#: lib/header.c:1626 +#. @-observertrans@ +#: lib/header.c:1648 msgid "unexpected }" msgstr "" -#: lib/header.c:1684 +#. @-observertrans@ +#: lib/header.c:1708 msgid "? expected in expression" msgstr "" -#: lib/header.c:1691 +#. @-observertrans@ +#: lib/header.c:1717 msgid "{ expected after ? in expression" msgstr "" -#: lib/header.c:1702 lib/header.c:1737 +#. @-observertrans@ +#: lib/header.c:1730 lib/header.c:1771 msgid "} expected in expression" msgstr "" -#: lib/header.c:1710 +#. @-observertrans@ +#: lib/header.c:1740 msgid ": expected following ? subexpression" msgstr "" -#: lib/header.c:1724 +#. @-observertrans@ +#: lib/header.c:1756 msgid "{ expected after : in expression" msgstr "" -#: lib/header.c:1745 +#. @-observertrans@ +#: lib/header.c:1781 msgid "| expected at end of expression" msgstr "" -#: lib/header.c:1912 +#: lib/header.c:1953 msgid "(unknown type)" msgstr "" -#: lib/install.c:188 lib/uninstall.c:191 +#: lib/install.c:190 lib/uninstall.c:193 #, c-format msgid " file: %s action: %s\n" msgstr "" -#: lib/install.c:212 +#: lib/install.c:214 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: lib/install.c:220 +#: lib/install.c:222 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: lib/install.c:253 +#: lib/install.c:255 msgid "%%instchangelog value in macro file should be a number, but isn't" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error #. XXX FIXME: Fclose with libio destroys errno -#: lib/install.c:655 +#: lib/install.c:657 #, c-format msgid "unpacking of archive failed%s%s: %s" msgstr "" -#: lib/install.c:656 +#: lib/install.c:658 msgid " on file " msgstr "" -#: lib/install.c:705 +#: lib/install.c:707 msgid "installing a source package\n" msgstr "" -#: lib/install.c:725 +#: lib/install.c:727 #, c-format msgid "cannot create sourcedir %s" msgstr "" -#: lib/install.c:731 lib/install.c:761 +#: lib/install.c:733 lib/install.c:763 #, c-format msgid "cannot write to %s" msgstr "" -#: lib/install.c:735 +#: lib/install.c:737 #, c-format msgid "sources in: %s\n" msgstr "" -#: lib/install.c:755 +#: lib/install.c:757 #, c-format msgid "cannot create specdir %s" msgstr "" -#: lib/install.c:765 +#: lib/install.c:767 #, c-format msgid "spec file in: %s\n" msgstr "" -#: lib/install.c:797 lib/install.c:825 +#: lib/install.c:799 lib/install.c:827 msgid "source package contains no .spec file" msgstr "" -#: lib/install.c:843 +#: lib/install.c:845 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: lib/install.c:845 lib/install.c:1117 lib/uninstall.c:40 +#: lib/install.c:847 lib/install.c:1119 lib/uninstall.c:42 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: lib/install.c:935 +#: lib/install.c:937 msgid "source package expected, binary found" msgstr "" -#: lib/install.c:980 +#: lib/install.c:982 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" -#: lib/install.c:1040 +#: lib/install.c:1042 msgid "stopping install as we're running --test\n" msgstr "" -#: lib/install.c:1045 +#: lib/install.c:1047 msgid "running preinstall script (if any)\n" msgstr "" -#: lib/install.c:1077 +#: lib/install.c:1079 #, c-format msgid "warning: %s created as %s" msgstr "" -#: lib/install.c:1113 +#: lib/install.c:1115 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: lib/install.c:1202 +#: lib/install.c:1204 msgid "running postinstall scripts (if any)\n" msgstr "" -#: lib/misc.c:277 lib/misc.c:282 lib/misc.c:288 +#: lib/misc.c:280 lib/misc.c:285 lib/misc.c:291 #, c-format msgid "error creating temporary file %s" msgstr "" -#: lib/package.c:60 +#: lib/package.c:62 msgid "packaging version 1 is not supported by this version of RPM" msgstr "" -#: lib/package.c:120 +#: lib/package.c:122 msgid "" "only packaging with major numbers <= 4 is supported by this version of RPM" msgstr "" @@ -2946,217 +2956,217 @@ msgstr "" msgid "unknown error %d encountered while manipulating package %s-%s-%s" msgstr "" -#: lib/query.c:143 +#: lib/query.c:150 #, c-format msgid "error in format: %s\n" msgstr "" -#: lib/query.c:205 +#: lib/query.c:212 msgid "(contains no files)" msgstr "" -#: lib/query.c:264 +#: lib/query.c:271 msgid "normal " msgstr "" -#: lib/query.c:266 +#: lib/query.c:273 msgid "replaced " msgstr "" -#: lib/query.c:268 +#: lib/query.c:275 msgid "not installed " msgstr "" -#: lib/query.c:270 +#: lib/query.c:277 msgid "net shared " msgstr "" -#: lib/query.c:272 +#: lib/query.c:279 #, c-format msgid "(unknown %3d) " msgstr "" -#: lib/query.c:276 +#: lib/query.c:283 msgid "(no state) " msgstr "" -#: lib/query.c:293 lib/query.c:336 +#: lib/query.c:300 lib/query.c:343 msgid "package has neither file owner or id lists" msgstr "" -#: lib/query.c:380 +#: lib/query.c:387 #, c-format msgid "can't query %s: %s\n" msgstr "" #. XXX Fstrerror -#: lib/query.c:496 +#: lib/query.c:503 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: lib/query.c:514 +#: lib/query.c:521 msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:523 lib/rpminstall.c:242 +#: lib/query.c:530 lib/rpminstall.c:245 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: lib/query.c:527 +#: lib/query.c:534 #, c-format msgid "query of %s failed\n" msgstr "" -#: lib/query.c:560 +#: lib/query.c:567 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" -#: lib/query.c:583 +#: lib/query.c:590 msgid "no packages\n" msgstr "" -#: lib/query.c:593 +#: lib/query.c:600 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: lib/query.c:603 +#: lib/query.c:610 #, c-format msgid "no package triggers %s\n" msgstr "" -#: lib/query.c:613 +#: lib/query.c:620 #, c-format msgid "no package requires %s\n" msgstr "" -#: lib/query.c:624 +#: lib/query.c:631 #, c-format msgid "no package provides %s\n" msgstr "" -#: lib/query.c:654 +#: lib/query.c:661 #, c-format msgid "file %s: %s\n" msgstr "" -#: lib/query.c:657 +#: lib/query.c:664 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: lib/query.c:683 +#: lib/query.c:690 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: lib/query.c:686 +#: lib/query.c:693 #, c-format msgid "package record number: %u\n" msgstr "" -#: lib/query.c:690 +#: lib/query.c:697 #, c-format msgid "record %d could not be read\n" msgstr "" -#: lib/query.c:701 lib/rpminstall.c:473 +#: lib/query.c:708 lib/rpminstall.c:476 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmchecksig.c:34 +#: lib/rpmchecksig.c:37 #, c-format msgid "%s: open failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:45 +#: lib/rpmchecksig.c:48 msgid "makeTempFile failed\n" msgstr "" -#: lib/rpmchecksig.c:77 +#: lib/rpmchecksig.c:80 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:83 +#: lib/rpmchecksig.c:86 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:116 lib/rpmchecksig.c:246 +#: lib/rpmchecksig.c:119 lib/rpmchecksig.c:249 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: lib/rpmchecksig.c:121 +#: lib/rpmchecksig.c:124 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:125 +#: lib/rpmchecksig.c:128 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:133 lib/rpmchecksig.c:260 +#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:263 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:265 +#: lib/rpmchecksig.c:140 lib/rpmchecksig.c:268 #, c-format msgid "%s: No signature available\n" msgstr "" -#: lib/rpmchecksig.c:170 +#: lib/rpmchecksig.c:173 #, c-format msgid "%s: writeLead failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:176 +#: lib/rpmchecksig.c:179 #, c-format msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:252 +#: lib/rpmchecksig.c:255 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:418 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:416 lib/rpmchecksig.c:430 +#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:418 lib/rpmchecksig.c:432 +#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 msgid ") " msgstr "" -#: lib/rpmchecksig.c:419 lib/rpmchecksig.c:433 +#: lib/rpmchecksig.c:422 lib/rpmchecksig.c:436 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:421 lib/rpmchecksig.c:435 +#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438 msgid ")" msgstr "" -#: lib/rpmchecksig.c:429 +#: lib/rpmchecksig.c:432 msgid "OK" msgstr "" -#: lib/rpmdb.c:99 +#: lib/rpmdb.c:101 #, c-format msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n" msgstr "" -#: lib/rpmdb.c:262 +#: lib/rpmdb.c:264 msgid "" "\n" "--> This version of rpm was not compiled with support for \"%%_dbapi %d\".\n" @@ -3165,17 +3175,17 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:277 +#: lib/rpmdb.c:279 #, c-format msgid "cannot open %s index using db%d - %s (%d)" msgstr "" -#: lib/rpmdb.c:297 +#: lib/rpmdb.c:299 #, c-format msgid "cannot open %s index" msgstr "" -#: lib/rpmdb.c:312 +#: lib/rpmdb.c:314 #, c-format msgid "" "\n" @@ -3185,7 +3195,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:325 +#: lib/rpmdb.c:327 msgid "" "\n" "--> The configured %%_dbapi was db%d, but the rpm database is db%d format.\n" @@ -3195,7 +3205,7 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:340 +#: lib/rpmdb.c:342 msgid "" "\n" "--> The rpm database is in db%d format, not the suggested db%d format.\n" @@ -3206,238 +3216,238 @@ msgid "" "\n" msgstr "" -#: lib/rpmdb.c:408 +#: lib/rpmdb.c:410 #, c-format msgid "error(%d) getting \"%s\" records from %s index" msgstr "" -#: lib/rpmdb.c:526 +#: lib/rpmdb.c:528 #, c-format msgid "error(%d) storing record %s into %s" msgstr "" -#: lib/rpmdb.c:535 +#: lib/rpmdb.c:537 #, c-format msgid "error(%d) removing record %s from %s" msgstr "" -#: lib/rpmdb.c:770 lib/rpmdb.c:2303 +#: lib/rpmdb.c:772 lib/rpmdb.c:2305 msgid "no dbpath has been set" msgstr "" -#: lib/rpmdb.c:869 +#: lib/rpmdb.c:871 msgid "" "old format database is present; use --rebuilddb to generate a new format " "database" msgstr "" #. error -#: lib/rpmdb.c:1080 +#: lib/rpmdb.c:1082 #, c-format msgid "error(%d) counting packages" msgstr "" -#: lib/rpmdb.c:1139 lib/rpmdb.c:1673 +#: lib/rpmdb.c:1141 lib/rpmdb.c:1675 #, c-format msgid "%s: cannot read header at 0x%x" msgstr "" -#: lib/rpmdb.c:1726 +#: lib/rpmdb.c:1728 #, c-format msgid "removing 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1737 +#: lib/rpmdb.c:1739 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: lib/rpmdb.c:1746 +#: lib/rpmdb.c:1748 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: lib/rpmdb.c:1888 +#: lib/rpmdb.c:1890 #, c-format msgid "error(%d) allocating new package instance" msgstr "" -#: lib/rpmdb.c:1945 +#: lib/rpmdb.c:1947 #, c-format msgid "adding 0 %s entries.\n" msgstr "" -#: lib/rpmdb.c:1961 +#: lib/rpmdb.c:1963 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: lib/rpmdb.c:1970 +#: lib/rpmdb.c:1972 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: lib/rpmdb.c:2328 +#: lib/rpmdb.c:2330 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rpmdb.c:2332 +#: lib/rpmdb.c:2334 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rpmdb.c:2338 +#: lib/rpmdb.c:2340 #, c-format msgid "creating directory %s\n" msgstr "" -#: lib/rpmdb.c:2340 +#: lib/rpmdb.c:2342 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rpmdb.c:2347 +#: lib/rpmdb.c:2349 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2358 +#: lib/rpmdb.c:2360 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: lib/rpmdb.c:2381 +#: lib/rpmdb.c:2383 #, c-format msgid "record number %d in database is bad -- skipping." msgstr "" -#: lib/rpmdb.c:2413 +#: lib/rpmdb.c:2415 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rpmdb.c:2431 +#: lib/rpmdb.c:2433 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: lib/rpmdb.c:2439 +#: lib/rpmdb.c:2441 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rpmdb.c:2441 +#: lib/rpmdb.c:2443 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: lib/rpmdb.c:2451 +#: lib/rpmdb.c:2453 #, c-format msgid "removing directory %s\n" msgstr "" -#: lib/rpmdb.c:2453 +#: lib/rpmdb.c:2455 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" -#: lib/rpminstall.c:136 +#: lib/rpminstall.c:139 msgid "counting packages to install\n" msgstr "" -#: lib/rpminstall.c:140 +#: lib/rpminstall.c:143 #, c-format msgid "found %d packages\n" msgstr "" -#: lib/rpminstall.c:145 +#: lib/rpminstall.c:148 msgid "looking for packages to download\n" msgstr "" -#: lib/rpminstall.c:160 +#: lib/rpminstall.c:163 #, c-format msgid "skipping %s - rpmGlob failed(%d)\n" msgstr "" -#: lib/rpminstall.c:175 +#: lib/rpminstall.c:178 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:185 +#: lib/rpminstall.c:188 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:189 +#: lib/rpminstall.c:192 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:216 +#: lib/rpminstall.c:219 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: lib/rpminstall.c:228 lib/rpminstall.c:397 +#: lib/rpminstall.c:231 lib/rpminstall.c:400 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:246 lib/rpminstall.c:538 +#: lib/rpminstall.c:249 lib/rpminstall.c:541 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:261 +#: lib/rpminstall.c:264 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpminstall.c:281 +#: lib/rpminstall.c:284 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:326 +#: lib/rpminstall.c:329 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:331 +#: lib/rpminstall.c:334 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:348 +#: lib/rpminstall.c:351 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:359 +#: lib/rpminstall.c:362 msgid "failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:377 +#: lib/rpminstall.c:380 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:476 +#: lib/rpminstall.c:479 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:499 +#: lib/rpminstall.c:502 msgid "removing these packages would break dependencies:\n" msgstr "" -#: lib/rpminstall.c:527 +#: lib/rpminstall.c:530 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:533 +#: lib/rpminstall.c:536 #, c-format msgid "Installing %s\n" msgstr "" @@ -3542,193 +3552,193 @@ msgstr "" msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:114 #, c-format msgid "sigsize : %d\n" msgstr "" -#: lib/signature.c:112 +#: lib/signature.c:115 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: lib/signature.c:113 +#: lib/signature.c:116 #, c-format msgid "expected size : %d\n" msgstr "" -#: lib/signature.c:117 +#: lib/signature.c:120 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:135 +#: lib/signature.c:138 msgid "No signature\n" msgstr "" -#: lib/signature.c:138 +#: lib/signature.c:141 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:150 +#: lib/signature.c:153 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: lib/signature.c:154 +#: lib/signature.c:157 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: lib/signature.c:161 lib/signature.c:203 +#: lib/signature.c:164 lib/signature.c:206 #, c-format msgid "Signature size: %d\n" msgstr "" -#: lib/signature.c:162 lib/signature.c:204 +#: lib/signature.c:165 lib/signature.c:207 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: lib/signature.c:267 +#: lib/signature.c:270 #, c-format msgid "Couldn't exec pgp (%s)" msgstr "" -#: lib/signature.c:278 +#: lib/signature.c:281 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:285 +#: lib/signature.c:288 msgid "pgp failed to write signature" msgstr "" -#: lib/signature.c:290 +#: lib/signature.c:293 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:301 lib/signature.c:378 +#: lib/signature.c:304 lib/signature.c:381 msgid "unable to read the signature" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:309 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:344 lib/signature.c:689 +#: lib/signature.c:347 lib/signature.c:692 msgid "Couldn't exec gpg" msgstr "" -#: lib/signature.c:355 +#: lib/signature.c:358 msgid "gpg failed" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:362 +#: lib/signature.c:365 msgid "gpg failed to write signature" msgstr "" -#: lib/signature.c:367 +#: lib/signature.c:370 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:383 +#: lib/signature.c:386 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:410 +#: lib/signature.c:413 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:416 +#: lib/signature.c:419 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:495 lib/signature.c:557 +#: lib/signature.c:498 lib/signature.c:560 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: lib/signature.c:555 lib/signature.c:628 +#: lib/signature.c:558 lib/signature.c:631 msgid "exec failed!\n" msgstr "" -#: lib/signature.c:630 +#: lib/signature.c:633 msgid "Could not run gpg. Use --nogpg to skip GPG checks." msgstr "" -#: lib/signature.c:718 +#: lib/signature.c:721 msgid "Couldn't exec pgp" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:722 lib/signature.c:775 +#: lib/signature.c:725 lib/signature.c:778 msgid "Invalid %%_signature spec in macro file" msgstr "" -#: lib/signature.c:755 +#: lib/signature.c:758 msgid "You must set \"%%_gpg_name\" in your macro file" msgstr "" -#: lib/signature.c:767 +#: lib/signature.c:770 msgid "You must set \"%%_pgp_name\" in your macro file" msgstr "" -#: lib/transaction.c:420 +#: lib/transaction.c:423 #, c-format msgid "excluding file %s%s\n" msgstr "" -#: lib/transaction.c:446 lib/transaction.c:529 +#: lib/transaction.c:449 lib/transaction.c:532 #, c-format msgid "excluding directory %s\n" msgstr "" -#: lib/transaction.c:451 +#: lib/transaction.c:454 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/transaction.c:522 +#: lib/transaction.c:525 #, c-format msgid "relocating directory %s to %s\n" msgstr "" -#: lib/transaction.c:674 +#: lib/transaction.c:677 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/uninstall.c:54 +#: lib/uninstall.c:56 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: lib/uninstall.c:58 +#: lib/uninstall.c:60 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: lib/uninstall.c:68 +#: lib/uninstall.c:70 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: lib/uninstall.c:131 +#: lib/uninstall.c:133 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: lib/uninstall.c:215 +#: lib/uninstall.c:217 msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:416 +#: lib/uninstall.c:418 #, c-format msgid "execution of %s-%s-%s script failed, exit status %d" msgstr "" @@ -3745,69 +3755,69 @@ msgstr "" msgid "package lacks both group name and id lists (this should never happen)" msgstr "" -#: lib/verify.c:284 +#: lib/verify.c:285 #, c-format msgid "missing %s\n" msgstr "" -#: lib/verify.c:346 +#: lib/verify.c:347 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: rpmio/rpmio.c:543 +#: rpmio/rpmio.c:539 msgid "Success" msgstr "" -#: rpmio/rpmio.c:546 +#: rpmio/rpmio.c:542 msgid "Bad server response" msgstr "" -#: rpmio/rpmio.c:549 +#: rpmio/rpmio.c:545 msgid "Server IO error" msgstr "" -#: rpmio/rpmio.c:552 +#: rpmio/rpmio.c:548 msgid "Server timeout" msgstr "" -#: rpmio/rpmio.c:555 +#: rpmio/rpmio.c:551 msgid "Unable to lookup server host address" msgstr "" -#: rpmio/rpmio.c:558 +#: rpmio/rpmio.c:554 msgid "Unable to lookup server host name" msgstr "" -#: rpmio/rpmio.c:561 +#: rpmio/rpmio.c:557 msgid "Failed to connect to server" msgstr "" -#: rpmio/rpmio.c:564 +#: rpmio/rpmio.c:560 msgid "Failed to establish data connection to server" msgstr "" -#: rpmio/rpmio.c:567 +#: rpmio/rpmio.c:563 msgid "IO error to local file" msgstr "" -#: rpmio/rpmio.c:570 +#: rpmio/rpmio.c:566 msgid "Error setting remote server to passive mode" msgstr "" -#: rpmio/rpmio.c:573 +#: rpmio/rpmio.c:569 msgid "File not found on server" msgstr "" -#: rpmio/rpmio.c:576 +#: rpmio/rpmio.c:572 msgid "Abort in progress" msgstr "" -#: rpmio/rpmio.c:580 +#: rpmio/rpmio.c:576 msgid "Unknown or unexpected error" msgstr "" -#: rpmio/rpmio.c:1175 +#: rpmio/rpmio.c:1171 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" @@ -3879,17 +3889,17 @@ msgstr "" msgid "Macro %%%.*s not found, skipping" msgstr "" -#: rpmio/macro.c:1314 +#: rpmio/macro.c:1304 msgid "Target buffer overflow" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1493 rpmio/macro.c:1499 +#: rpmio/macro.c:1483 rpmio/macro.c:1489 #, c-format msgid "File %s: %s" msgstr "" -#: rpmio/macro.c:1502 +#: rpmio/macro.c:1492 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" |