RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________ Server: rpm5.org Name: Jeff Johnson Root: /v/rpm/cvs Email: jbj@rpm5.org Module: xar rpm lua Date: 21-Aug-2008 15:19:57 Branch: rpm-5_1 Handle: 2008082113192234 Modified files: (Branch: rpm-5_1) lua Makefile.am rpm CHANGES Makefile.am rpm/po cs.po da.po de.po es.po fi.po fr.po id.po is.po it.po ja.po ko.po nb.po nl.po pa.po pl.po pt.po pt_BR.po rpm.pot ru.po sk.po sl.po sr.po sv.po tr.po uk.po vi.po zh_TW.po xar/include config.h.in Log: - rescusitate w make distcheck. - update po files. Summary: Revision Changes Path 1.17.2.3 +1 -1 lua/Makefile.am 1.2288.2.97 +2 -0 rpm/CHANGES 2.215.2.5 +2 -5 rpm/Makefile.am 1.467.2.6 +1794 -3422 rpm/po/cs.po 1.353.2.6 +1938 -3658 rpm/po/da.po 1.478.2.6 +881 -2087 rpm/po/de.po 1.236.2.6 +1792 -3376 rpm/po/es.po 1.468.2.6 +1897 -3494 rpm/po/fi.po 1.471.2.6 +2101 -4229 rpm/po/fr.po 1.241.2.6 +340 -1160 rpm/po/id.po 1.356.2.6 +1703 -3039 rpm/po/is.po 1.238.2.6 +1850 -3759 rpm/po/it.po 1.426.2.6 +905 -2092 rpm/po/ja.po 1.352.2.6 +1944 -3699 rpm/po/ko.po 1.14.2.6 +1792 -3378 rpm/po/nb.po 1.9.2.7 +917 -2209 rpm/po/nl.po 1.9.2.6 +1584 -2835 rpm/po/pa.po 1.461.2.7 +316 -1116 rpm/po/pl.po 1.336.2.6 +1927 -3165 rpm/po/pt.po 1.470.2.6 +1140 -2052 rpm/po/pt_BR.po 1.855.2.6 +628 -579 rpm/po/rpm.pot 1.482.2.6 +380 -1186 rpm/po/ru.po 1.459.2.6 +1935 -3622 rpm/po/sk.po 1.408.2.7 +1962 -3660 rpm/po/sl.po 1.466.2.6 +891 -2089 rpm/po/sr.po 1.481.2.7 +306 -1095 rpm/po/sv.po 1.469.2.6 +2047 -4087 rpm/po/tr.po 1.245.2.6 +913 -2097 rpm/po/uk.po 1.9.2.7 +346 -1209 rpm/po/vi.po 1.9.2.6 +880 -2115 rpm/po/zh_TW.po 1.5.2.1 +0 -4 xar/include/config.h.in ____________________________________________________________________________ patch -p0 <<'@@ .' Index: lua/Makefile.am ============================================================================ $ cvs diff -u -r1.17.2.2 -r1.17.2.3 Makefile.am --- lua/Makefile.am 18 Aug 2008 19:47:16 -0000 1.17.2.2 +++ lua/Makefile.am 21 Aug 2008 13:19:23 -0000 1.17.2.3 @@ -67,7 +67,7 @@ shadow/chkname.h \ shadow/commonio.h \ shadow/commonio.c \ - shadow/config.h \ + shadow/shadow_config.h \ shadow/copydir.c \ shadow/defines.h \ shadow/faillog.h \ @@ . patch -p0 <<'@@ .' Index: rpm/CHANGES ============================================================================ $ cvs diff -u -r1.2288.2.96 -r1.2288.2.97 CHANGES --- rpm/CHANGES 21 Aug 2008 03:39:24 -0000 1.2288.2.96 +++ rpm/CHANGES 21 Aug 2008 13:19:22 -0000 1.2288.2.97 @@ -1,4 +1,6 @@ 5.1.4 -> 5.1.5: + - jbj: rescusitate w make distcheck. + - jbj: update po files. - jbj: don't attempt openssl memleak cleanup w/o openssl. - jbj: WR: add devtool windriver-{host,target} configuration targets. - jbj: adopt AM_PATH_PYTHON AutoFu variables. AM_PATH_PYTHON will be used eventually. @@ . patch -p0 <<'@@ .' Index: rpm/Makefile.am ============================================================================ $ cvs diff -u -r2.215.2.4 -r2.215.2.5 Makefile.am --- rpm/Makefile.am 20 May 2008 17:30:01 -0000 2.215.2.4 +++ rpm/Makefile.am 21 Aug 2008 13:19:22 -0000 2.215.2.5 @@ -10,9 +10,6 @@ lua/[A-Z]* lua/*.[ch] lua/local/l* \ file/src/[A-Z]* file/src/*.[ch] file/python file/magic file/doc file/[A-Z]* file/acinclude.m4 file/aclocal.m4 \ file/autogen.sh file/config* file/depcomp file/install-sh file/ltmain.sh file/missing file/mkinstalldirs \ - zlib/[A-Z]* zlib/*.[ch] zlib/autogen.sh zlib/configure.ac zlib/config.guess zlib/config.sub \ - zlib/ltmain.sh zlib/aclocal.m4 zlib/config.h.in zlib/missing zlib/install-sh zlib/depcomp \ - zlib/Makefile.in zlib/configure zlib/stamp-h.in \ perl/typemap \ perl/Makefile.PL.in \ perl/t/00.pod.t perl/t/00.pod.coverage.t \ @@ -34,8 +31,8 @@ rpm.magic rpmqv.c \ python/mpw/Makefile.am python/mpw/test/* python/test/resources/* python/test/dscmp \ python/test/psTest.py python/test/testhdr python/test/testit python/test/testmi \ - python/test/testrollback.py python/test/dsMerge.py python/rpm python/rpm/Makefile.in \ - python/rpm/Makefile.am python/rpm/__init__.py python/[a-z]* python/Makefile.in python/Makefile.am + python/test/testrollback.py python/test/dsMerge.py \ + python/rpm/__init__.py python/[a-z]* python/Makefile.in python/Makefile.am SUBDIRS = if USE_NLS @@ . patch -p0 <<'@@ .' Index: rpm/po/cs.po ============================================================================ $ cvs diff -u -r1.467.2.5 -r1.467.2.6 cs.po --- rpm/po/cs.po 31 May 2008 22:26:33 -0000 1.467.2.5 +++ rpm/po/cs.po 21 Aug 2008 13:19:23 -0000 1.467.2.6 @@ -1,8 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" -"Report-Msgid-Bugs-To: <rpm-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-05-31 18:19-0400\n" +"POT-Creation-Date: 2002-09-17 11:18-0400\n" "PO-Revision-Date: 2001-07-24 10:02+0100\n" "Last-Translator: Milan Kerslager <kerslage@linux.cz>\n" "Language-Team: Czech <cs@li.org>\n" @@ -10,192 +9,228 @@ "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" -#: build.c:36 +#: build.c:40 #, fuzzy -msgid "Failed build dependencies" +msgid "Failed build dependencies:\n" msgstr "chybné závislosti při sestavování:\n" -#: build.c:63 +#: build.c:71 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Nelze otevřít spec soubor %s: %s\n" -#: build.c:140 +#: build.c:152 build.c:164 +#, c-format +msgid "Failed to open tar pipe: %m\n" +msgstr "Nelze otevřít rouru pro tar: %m\n" + +#. Give up +#: build.c:171 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Nelze číst spec soubor z %s\n" -#: build.c:154 +#: build.c:199 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Nelze přejmenovat %s na %s: %m\n" -#: build.c:195 +#: build.c:239 #, c-format msgid "failed to stat %s: %m\n" msgstr "nemohu zjistit stav %s: %m\n" -#: build.c:200 +#: build.c:244 #, c-format msgid "File %s is not a regular file.\n" msgstr "Soubor %s není obyčejný soubor.\n" -#: build.c:209 +#: build.c:253 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Nezdá se, že by %s byl spec soubor.\n" -#: build.c:283 +#. parse up the build operators +#: build.c:319 #, c-format msgid "Building target platforms: %s\n" msgstr "Sestavuji cílové platformy: %s\n" -#: build.c:298 build/spec.c:854 -#, fuzzy, c-format -msgid " target platform: %s\n" -msgstr "Sestavuji cílové platformy: %s\n" +#: build.c:334 +#, c-format +msgid "Building for target %s\n" +msgstr "Sestavuji pro cíl %s\n" + +#: rpm2cpio.c:55 +msgid "argument is not an RPM package\n" +msgstr "parametr není RPM balíček\n" + +#: rpm2cpio.c:60 +msgid "error reading header from package\n" +msgstr "chyba při při čtení hlavičky balíčku\n" + +#: rpm2cpio.c:82 +#, c-format +msgid "cannot re-open payload: %s\n" +msgstr "nemohu znovu otevřít payload: %s\n" -#: rpmqv.c:90 +#: rpmqv.c:72 msgid "Query options (with -q or --query):" msgstr "Volby dotazů (s -q or --query):" -#: rpmqv.c:93 +#: rpmqv.c:75 msgid "Verify options (with -V or --verify):" msgstr "Vollby kontroly (s -V or --verify):" -#: rpmqv.c:97 -#, fuzzy -msgid "Source options (with --query or --verify):" -msgstr "Vollby kontroly (s -V or --verify):" - -#: rpmqv.c:104 -msgid "Dependency check/order options:" -msgstr "" - -#: rpmqv.c:110 -msgid "File tree walk options (with --ftswalk):" -msgstr "" - -#: rpmqv.c:116 +#: rpmqv.c:81 msgid "Signature options:" msgstr "Volby signatury:" -#: rpmqv.c:122 +#: rpmqv.c:87 msgid "Database options:" msgstr "Volby databáze:" -#: rpmqv.c:128 +#: rpmqv.c:93 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" "Sestavovací volby s [ <spec_soubor> | <tar_soubor> | <zdrojový_balíček> ]:" -#: rpmqv.c:134 +#: rpmqv.c:99 msgid "Install/Upgrade/Erase options:" msgstr "Volby pro Instalaci/Aktualizaci/Mazání:" -#: rpmqv.c:139 tools/rpmdeps.c:155 -#, fuzzy -msgid "Common options:" +#: rpmqv.c:104 +msgid "Common options for all rpm modes:" msgstr "Společné volby pro všechny módy:" -#: rpmqv.c:156 lib/poptI.c:44 +#. @-modfilesys -globs @ +#: rpmqv.c:121 lib/poptI.c:29 #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:484 rpmqv.c:490 rpmqv.c:496 rpmqv.c:533 +#: rpmqv.c:129 lib/poptALL.c:95 +#, c-format +msgid "RPM version %s\n" +msgstr "RPM verze %s\n" + +#: rpmqv.c:136 +#, fuzzy +msgid "Copyright (C) 1998-2002 - Red Hat, Inc.\n" +msgstr "Copyright (c) 1998-2000 - Red Hat, Inc." + +#: rpmqv.c:137 +#, fuzzy +msgid "" +"This program may be freely redistributed under the terms of the GNU GPL\n" +msgstr "Tento program lze volně šířit podle podmínek GNU GPL." + +#: rpmqv.c:299 +#, c-format +msgid "Internal error in argument processing (%d) :-(\n" +msgstr "Interní chyba při zpracování parametrů (%d) :-(\n" + +#: rpmqv.c:337 rpmqv.c:343 rpmqv.c:349 rpmqv.c:386 msgid "only one major mode may be specified" msgstr "specifikovat lze jen jeden hlavní režim" -#: rpmqv.c:512 +#: rpmqv.c:365 msgid "one type of query/verify may be performed at a time" msgstr "najednou lze provést jen jeden typ dotazu či ověření" -#: rpmqv.c:516 +#: rpmqv.c:369 msgid "unexpected query flags" msgstr "neočekávaný příznak pro dotaz" -#: rpmqv.c:519 +#: rpmqv.c:372 msgid "unexpected query format" msgstr "neočekávaný formát dotazu" -#: rpmqv.c:522 +#: rpmqv.c:375 msgid "unexpected query source" msgstr "neočekávaný zdroj dotazu" -#: rpmqv.c:565 +#: rpmqv.c:417 msgid "only installation, upgrading, rmsource and rmspec may be forced" msgstr "" "vynucena může být jen instalace, aktualizace, smazání zdrojových kódů a spec " "souboru" -#: rpmqv.c:567 +#: rpmqv.c:419 msgid "files may only be relocated during package installation" msgstr "soubory mohou být přemístěny jen při instalaci balíčků" -#: rpmqv.c:570 -msgid "cannot use --prefix with --relocate or --excludepath" -msgstr "" +#: rpmqv.c:422 +msgid "only one of --prefix or --relocate may be used" +msgstr "použít lze jen jeden z parametrů --prefix nebo --relocate" -#: rpmqv.c:573 +#: rpmqv.c:425 msgid "" "--relocate and --excludepath may only be used when installing new packages" msgstr "" "--relocate a --excludepath je možno použít jen při instalaci nových balíčků" -#: rpmqv.c:576 +#: rpmqv.c:428 msgid "--prefix may only be used when installing new packages" msgstr "--prefix je možno použít jen při instalaci nových balíčků" -#: rpmqv.c:579 +#: rpmqv.c:431 msgid "arguments to --prefix must begin with a /" msgstr "parametry pro --prefix musejí začínat znakem /" -#: rpmqv.c:582 +#: rpmqv.c:434 msgid "--hash (-h) may only be specified during package installation" msgstr "--hash (-h) může být použit jen při instalaci balíčků" -#: rpmqv.c:586 +#: rpmqv.c:438 msgid "--percent may only be specified during package installation" msgstr "--percent může být použit jen při instalaci balíčků" -#: rpmqv.c:590 +#: rpmqv.c:443 +msgid "--replacefiles may only be specified during package installation" +msgstr "--replacefiles může být použit jen při instalaci balíčků" + +#: rpmqv.c:447 msgid "--replacepkgs may only be specified during package installation" msgstr "--replacepkgs může být použit jen při instalaci balíčků" -#: rpmqv.c:594 +#: rpmqv.c:451 msgid "--excludedocs may only be specified during package installation" msgstr "--excludedocs může být použit jen při instalaci balíčků" -#: rpmqv.c:598 +#: rpmqv.c:455 msgid "--includedocs may only be specified during package installation" msgstr "--includedocs může být použit jen při instalaci balíčků" -#: rpmqv.c:602 +#: rpmqv.c:459 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "použít lze jen jeden z parametrů --excludedocs a --includedocs" -#: rpmqv.c:606 +#: rpmqv.c:463 msgid "--ignorearch may only be specified during package installation" msgstr "--ignorearch může být použit jen při instalaci balíčků" -#: rpmqv.c:610 +#: rpmqv.c:467 msgid "--ignoreos may only be specified during package installation" msgstr "--ignoreos může být použit jen při instalaci balíčků" -#: rpmqv.c:614 +#: rpmqv.c:472 +msgid "--ignoresize may only be specified during package installation" +msgstr "--ignoresize může být použit jen při instalaci balíčků" + +#: rpmqv.c:476 msgid "--allmatches may only be specified during package erasure" msgstr "--allmatches může být použit jen při instalaci balíčků" -#: rpmqv.c:618 +#: rpmqv.c:480 msgid "--allfiles may only be specified during package installation" msgstr "--allfiles může být použit jen při instalaci balíčků" -#: rpmqv.c:623 +#: rpmqv.c:485 msgid "--justdb may only be specified during package installation and erasure" msgstr "--justdb může být použit jen při instalaci a odstraňování balíčků" -#: rpmqv.c:628 +#: rpmqv.c:490 msgid "" "script disabling options may only be specified during package installation " "and erasure" @@ -203,7 +238,7 @@ "volba pro potlačení skriptů může být použita jen při instalaci nebo při " "odstraňování balíčků" -#: rpmqv.c:633 +#: rpmqv.c:495 msgid "" "trigger disabling options may only be specified during package installation " "and erasure" @@ -211,22 +246,21 @@ "volba pro potlačení triggerů může být použita jen při instalaci nebo " "odstraňování balíčků" -#: rpmqv.c:637 -#, fuzzy +#: rpmqv.c:499 msgid "" "--nodeps may only be specified during package building, rebuilding, " -"recompilation, installation, erasure, and verification" +"recompilation, installation,erasure, and verification" msgstr "" "--nodeps může být použit jen při sestavování, rekompilaci, instalaci, " "odstraňování a kontrole" -#: rpmqv.c:642 +#: rpmqv.c:504 msgid "" "--test may only be specified during package installation, erasure, and " "building" msgstr "--test může být použit jen při instalaci, odstraňování a sestavování" -#: rpmqv.c:647 +#: rpmqv.c:509 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" @@ -234,93 +268,103 @@ "--root (-r) může být použit jen při instalaci, odstraňování, dotazech nebo " "znovuvytvoření databáze" -#: rpmqv.c:659 +#: rpmqv.c:521 msgid "arguments to --root (-r) must begin with a /" msgstr "parametry pro --root (-r) musejí začínat znakem /" -#: rpmqv.c:687 -#, c-format +#: rpmqv.c:545 msgid "no files to sign\n" msgstr "žádné soubory k podepsání\n" -#: rpmqv.c:692 +#: rpmqv.c:550 #, c-format msgid "cannot access file %s\n" msgstr "přístup k souboru %s se nezdařil\n" -#: rpmqv.c:704 +#: rpmqv.c:569 +msgid "pgp not found: " +msgstr "pgp nenalezeno: " + +#: rpmqv.c:574 msgid "Enter pass phrase: " msgstr "Vložte heslovou frázi: " -#: rpmqv.c:706 -#, c-format +#: rpmqv.c:576 msgid "Pass phrase check failed\n" msgstr "Chybná heslová fráze\n" -#: rpmqv.c:710 -#, c-format +#: rpmqv.c:580 msgid "Pass phrase is good.\n" msgstr "Heslová fráze je v pořádku.\n" -#: rpmqv.c:727 +#: rpmqv.c:585 #, c-format +msgid "Invalid %%_signature spec in macro file.\n" +msgstr "Špatná %%_signature spec v souboru maker.\n" + +#: rpmqv.c:592 +msgid "--sign may only be used during package building" +msgstr "--sign může být použit jen při sestavování balíčků" + +#: rpmqv.c:609 msgid "exec failed\n" msgstr "spuštění selhalo\n" -#: rpmqv.c:771 +#: rpmqv.c:645 msgid "no packages files given for rebuild" msgstr "ke znovusestavení nezadány žádné balíčky" -#: rpmqv.c:862 +#: rpmqv.c:713 msgid "no spec files given for build" msgstr "pro sestavení nezadány žádné spec soubory" -#: rpmqv.c:864 +#: rpmqv.c:715 msgid "no tar files given for build" msgstr "pro sestavení nezadány žádné tar soubory" -#: rpmqv.c:885 +#: rpmqv.c:737 #, fuzzy msgid "no packages given for erase" msgstr "nezadány žádné balíčky pro instalaci" -#: rpmqv.c:929 +#: rpmqv.c:777 msgid "no packages given for install" msgstr "nezadány žádné balíčky pro instalaci" -#: rpmqv.c:949 +#: rpmqv.c:793 msgid "no arguments given for query" msgstr "k dotazu nezadány žádné parametry" -#: rpmqv.c:966 +#: rpmqv.c:806 msgid "no arguments given for verify" msgstr "pro kontrolu nezadány žádné balíčky" -#: rpmqv.c:981 +#: rpmqv.c:823 #, fuzzy msgid "no arguments given" msgstr "k dotazu nezadány žádné parametry" -#: build/build.c:190 build/pack.c:699 +#: build/build.c:124 build/pack.c:494 msgid "Unable to open temp file.\n" msgstr "Nelze otevřít dočasný soubor.\n" -#: build/build.c:268 +#: build/build.c:212 #, c-format msgid "Executing(%s): %s\n" msgstr "Provádění(%s): %s\n" -#: build/build.c:276 +#. @=boundsread@ +#: build/build.c:222 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Spuštění %s selhalo (%s): %s\n" -#: build/build.c:285 +#: build/build.c:231 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Špatný návratový kód z %s (%s)\n" -#: build/build.c:429 +#: build/build.c:333 msgid "" "\n" "\n" @@ -330,240 +374,243 @@ "\n" "chyby sestavení RPM:\n" -#: build/expression.c:228 +#: build/expression.c:225 msgid "syntax error while parsing ==\n" msgstr "chyba syntaxe při zpracování ==\n" -#: build/expression.c:258 +#: build/expression.c:255 msgid "syntax error while parsing &&\n" msgstr "chyba syntaxe při zpracování &&\n" -#: build/expression.c:267 +#: build/expression.c:264 msgid "syntax error while parsing ||\n" msgstr "chyba syntaxe při zpracování ||\n" -#: build/expression.c:310 +#: build/expression.c:307 msgid "parse error in expression\n" msgstr "chyba při parsování ve výrazu\n" -#: build/expression.c:350 +#: build/expression.c:347 msgid "unmatched (\n" msgstr "nedoplněná (\n" -#: build/expression.c:382 +#: build/expression.c:377 msgid "- only on numbers\n" msgstr "- jen na číslech\n" -#: build/expression.c:398 +#: build/expression.c:393 msgid "! only on numbers\n" msgstr "! jen na číslech\n" -#: build/expression.c:444 build/expression.c:496 build/expression.c:558 -#: build/expression.c:653 +#: build/expression.c:440 build/expression.c:494 build/expression.c:558 +#: build/expression.c:655 msgid "types must match\n" msgstr "typy musí souhlasit\n" -#: build/expression.c:457 +#: build/expression.c:453 msgid "* / not suported for strings\n" msgstr "* / nejsou podporovány pro řetězce\n" -#: build/expression.c:512 +#: build/expression.c:510 msgid "- not suported for strings\n" msgstr "- není podporováno pro řetězce\n" -#: build/expression.c:666 +#: build/expression.c:668 msgid "&& and || not suported for strings\n" msgstr "&& a || není podporováno pro řetězce\n" -#: build/expression.c:699 build/expression.c:746 +#: build/expression.c:702 build/expression.c:751 msgid "syntax error in expression\n" msgstr "chyba syntaxe ve výrazu\n" -#: build/files.c:288 +#: build/files.c:289 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK selhal: %s\n" -#: build/files.c:352 build/files.c:548 build/files.c:738 +#: build/files.c:353 build/files.c:553 build/files.c:749 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Chybí '(' v %s %s\n" -#: build/files.c:363 build/files.c:676 build/files.c:749 +#: build/files.c:364 build/files.c:683 build/files.c:760 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Chybí ')' v %s(%s\n" -#: build/files.c:401 build/files.c:701 +#: build/files.c:402 build/files.c:708 #, c-format msgid "Invalid %s token: %s\n" msgstr "Neplatný %s token: %s\n" -#: build/files.c:509 +#: build/files.c:512 #, c-format msgid "Missing %s in %s %s\n" msgstr "Chybějící %s v %s %s\n" -#: build/files.c:564 +#: build/files.c:569 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Následuje neprázdný znak %s(): %s\n" -#: build/files.c:602 +#: build/files.c:607 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Špatná syntaxe: %s(%s)\n" -#: build/files.c:612 +#: build/files.c:617 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Špatná práva spec: %s(%s)\n" -#: build/files.c:624 +#: build/files.c:629 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Špatná práva adresáře: %s(%s)\n" -#: build/files.c:776 +#: build/files.c:787 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Neobvyklá délka locale: \"%.*s\" v %%lang(%s)\n" -#: build/files.c:787 +#. @innercontinue@ +#: build/files.c:798 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Duplicitní locale %.*s v %%lang(%s)\n" -#: build/files.c:914 +#: build/files.c:961 #, c-format msgid "Hit limit for %%docdir\n" msgstr "Dosažen limit pro %%docdir\n" -#: build/files.c:922 +#: build/files.c:967 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Jen jeden parametr pro %%docdir\n" -#: build/files.c:956 +#. We already got a file -- error +#: build/files.c:995 #, c-format msgid "Two files on one line: %s\n" msgstr "Dva soubory na jednom řádku: %s\n" -#: build/files.c:977 +#: build/files.c:1010 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Soubor musí začínat na \"/\": %s\n" -#: build/files.c:994 +#: build/files.c:1023 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Nelze míchat speciální %%doc s ostatnímí formami: %s\n" -#: build/files.c:1015 -#, c-format -msgid "illegal _docdir_fmt: %s\n" -msgstr "" - -#: build/files.c:1313 +#: build/files.c:1175 #, c-format msgid "File listed twice: %s\n" msgstr "Soubor uveden dvakrát: %s\n" -#: build/files.c:1530 +#: build/files.c:1319 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolická linka ukazuje na BuildRoot: %s -> %s\n" -#: build/files.c:1825 +#: build/files.c:1567 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Soubor nesouhlasí s prefixem (%s): %s\n" -#: build/files.c:1851 -#, fuzzy, c-format -msgid "Optional file not found: %s\n" -msgstr "Soubor nenalezen: %s\n" - -#: build/files.c:1854 +#: build/files.c:1591 #, c-format msgid "File not found: %s\n" msgstr "Soubor nenalezen: %s\n" -#: build/files.c:2072 -#, c-format -msgid "%s: can't load unknown tag (%d).\n" -msgstr "" - -#: build/files.c:2078 -#, fuzzy, c-format -msgid "%s: public key read failed.\n" -msgstr "%s: readLead selhalo\n" - -#: build/files.c:2082 lib/rpmchecksig.c:747 +#: build/files.c:1634 build/files.c:2276 build/parsePrep.c:50 #, c-format -msgid "%s: not an armored public key.\n" -msgstr "" +msgid "Bad owner/group: %s\n" +msgstr "Špatný vlastník/skupina: %s\n" -#: build/files.c:2089 +#: build/files.c:1647 #, fuzzy, c-format -msgid "%s: *.te policy read failed.\n" -msgstr "%s: readLead selhalo\n" +msgid "File%5d: %07o %s.%s\t %s\n" +msgstr "Soubor %4d: %07o %s.%s\t %s\n" -#: build/files.c:2145 +#: build/files.c:1764 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Soubor potřebuje úvodní \"/\": %s\n" -#: build/files.c:2169 +#: build/files.c:1787 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob není dovolen: %s\n" -#: build/files.c:2184 -#, fuzzy, c-format -msgid "Optional file not found by glob: %s\n" -msgstr "Soubor nenalezen globem: %s\n" - -#: build/files.c:2188 +#: build/files.c:1802 #, c-format msgid "File not found by glob: %s\n" msgstr "Soubor nenalezen globem: %s\n" -#: build/files.c:2252 +#: build/files.c:1866 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Nemohu otevřít %%files soubor %s: %s\n" -#: build/files.c:2263 build/pack.c:135 +#: build/files.c:1877 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "řádek: %s\n" -#: build/files.c:2742 +#: build/files.c:2264 #, c-format msgid "Bad file: %s: %s\n" msgstr "Špatný soubor: %s: %s\n" -#: build/files.c:2764 build/parsePrep.c:53 +#. XXX this error message is probably not seen. +#: build/files.c:2340 #, c-format -msgid "Bad owner/group: %s\n" -msgstr "Špatný vlastník/skupina: %s\n" +msgid "Couldn't exec %s: %s\n" +msgstr "Nemohu spustit %s: %s\n" + +#: build/files.c:2345 +#, c-format +msgid "Couldn't fork %s: %s\n" +msgstr "Nemohu provést fork %s: %s\n" + +#: build/files.c:2429 +#, c-format +msgid "%s failed\n" +msgstr "%s selhalo\n" + +#: build/files.c:2433 +#, c-format +msgid "failed to write all data to %s\n" +msgstr "Nemohu zapsat všechna data do %s\n" + +#: build/files.c:2593 +#, fuzzy, c-format +msgid "Finding %s: %s\n" +msgstr "Hledám %s: (použit %s)...\n" + +#: build/files.c:2623 build/files.c:2637 +#, c-format +msgid "Failed to find %s:\n" +msgstr "Selhalo vyhledání %s:\n" -#: build/files.c:2809 +#: build/files.c:2775 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "rozbalování archívu selhalo %s%s: %s\n" -#: build/files.c:2824 +#: build/files.c:2793 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2856 -#, fuzzy, c-format -msgid "Processing files: %s\n" +#: build/files.c:2823 +#, c-format +msgid "Processing files: %s-%s-%s\n" msgstr "Zpracovávám soubory: %s-%s-%s\n" #: build/names.c:54 @@ -574,1200 +621,1177 @@ msgid "getUnameS: too many uid's\n" msgstr "getUnameS: příliš mnoho UID\n" -#: build/names.c:105 +#: build/names.c:102 msgid "getUidS: too many uid's\n" msgstr "getUidS: příliš mnoho UID\n" -#: build/names.c:132 +#: build/names.c:126 msgid "getGname: too many gid's\n" msgstr "getGname: příliš mnoho GID\n" -#: build/names.c:156 +#: build/names.c:150 msgid "getGnameS: too many gid's\n" msgstr "getGnameS: příliš mnoho GID\n" -#: build/names.c:183 +#: build/names.c:174 msgid "getGidS: too many gid's\n" msgstr "getGidS: příliš mnoho GID\n" -#: build/names.c:221 +#: build/names.c:213 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "Nemohu získat jméno počítače: %s\n" -#: build/pack.c:70 +#: build/pack.c:90 #, c-format msgid "create archive failed on file %s: %s\n" msgstr "vytváření archívu selhalo na souboru %s: %s\n" -#: build/pack.c:73 +#: build/pack.c:93 #, c-format msgid "create archive failed: %s\n" msgstr "vytváření archívu selhalo: %s\n" -#: build/pack.c:95 +#: build/pack.c:115 #, c-format msgid "cpio_copy write failed: %s\n" msgstr "zápis cpio_copy selhal: %s\n" -#: build/pack.c:102 +#: build/pack.c:122 #, c-format msgid "cpio_copy read failed: %s\n" msgstr "čtení cpio_copy selhalo: %s\n" -#: build/pack.c:217 build/pack.c:231 +#: build/pack.c:222 #, c-format msgid "Could not open PreIn file: %s\n" msgstr "Nemohu otevřít PreIn soubor: %s\n" -#: build/pack.c:224 +#: build/pack.c:229 #, c-format msgid "Could not open PreUn file: %s\n" msgstr "Nemohu otevřít PreUn soubor: %s\n" -#: build/pack.c:238 +#: build/pack.c:236 #, c-format msgid "Could not open PostIn file: %s\n" msgstr "Nemohu otevřít PostIn soubor: %s\n" -#: build/pack.c:245 build/pack.c:252 +#: build/pack.c:243 #, c-format msgid "Could not open PostUn file: %s\n" msgstr "Nemohu otevřít PostUn soubor: %s\n" -#: build/pack.c:260 +#: build/pack.c:251 #, c-format msgid "Could not open VerifyScript file: %s\n" msgstr "Nemohu otevřít VerifyScript soubor: %s\n" -#: build/pack.c:267 -#, fuzzy, c-format -msgid "Could not open Test file: %s\n" -msgstr "Nemohu otevřít PostIn soubor: %s\n" - -#: build/pack.c:292 +#: build/pack.c:266 #, c-format msgid "Could not open Trigger script file: %s\n" msgstr "Nemohu otevřít soubor se spuští (trigger): %s\n" -#: build/pack.c:325 +#: build/pack.c:295 #, c-format msgid "readRPM: open %s: %s\n" msgstr "readRPM: otevření %s: %s\n" -#: build/pack.c:346 +#: build/pack.c:305 #, c-format msgid "readRPM: read %s: %s\n" msgstr "readRPM: čtení %s: %s\n" -#: build/pack.c:356 +#: build/pack.c:314 build/pack.c:540 #, c-format msgid "%s: Fseek failed: %s\n" msgstr "%s: Fseek selhal: %s\n" -#: build/pack.c:388 +#: build/pack.c:346 #, c-format msgid "readRPM: %s is not an RPM package\n" msgstr "readRPM: %s není RPM balíček\n" -#: build/pack.c:393 +#: build/pack.c:351 #, c-format msgid "readRPM: reading header from %s\n" msgstr "readRPM: čtení hlavičky z %s\n" -#: build/pack.c:686 +#: build/pack.c:482 #, fuzzy msgid "Unable to create immutable header region.\n" msgstr "Nemohu přečíst hlavičku z %s: %s\n" -#: build/pack.c:748 +#: build/pack.c:501 +#, fuzzy +msgid "Unable to write temp header\n" +msgstr "Nemohu zapsat hlavičku do %s: %s\n" + +#: build/pack.c:511 +msgid "Bad CSA data\n" +msgstr "Špatná CSA data\n" + +#: build/pack.c:547 +#, fuzzy +msgid "Unable to write final header\n" +msgstr "Nemohu zapsat hlavičku do %s: %s\n" + +#: build/pack.c:567 #, c-format msgid "Generating signature: %d\n" msgstr "Generuji podpis: %d\n" -#: build/pack.c:772 +#: build/pack.c:585 #, fuzzy msgid "Unable to reload signature header.\n" msgstr "Nemohu přečíst hlavičku z %s: %s\n" -#: build/pack.c:780 +#: build/pack.c:593 #, c-format msgid "Could not open %s: %s\n" msgstr "Nemohu otevřít %s: %s\n" -#: build/pack.c:806 lib/psm.c:2019 +#: build/pack.c:629 lib/psm.c:1848 #, c-format msgid "Unable to write package: %s\n" msgstr "Nemohu zapsat balíček: %s\n" -#: build/pack.c:831 +#: build/pack.c:644 #, c-format msgid "Unable to open sigtarget %s: %s\n" msgstr "Nemohu otevřít cíl pro podepsání %s: %s\n" -#: build/pack.c:872 +#: build/pack.c:655 +#, c-format +msgid "Unable to read header from %s: %s\n" +msgstr "Nemohu přečíst hlavičku z %s: %s\n" + +#: build/pack.c:669 +#, c-format +msgid "Unable to write header to %s: %s\n" +msgstr "Nemohu zapsat hlavičku do %s: %s\n" + +#: build/pack.c:679 #, c-format msgid "Unable to read payload from %s: %s\n" msgstr "Nemohu přečíst payload z %s: %s\n" -#: build/pack.c:880 +#: build/pack.c:685 #, c-format msgid "Unable to write payload to %s: %s\n" msgstr "Nemohu zapsat payload do %s: %s\n" -#: build/pack.c:915 lib/psm.c:2334 +#: build/pack.c:710 lib/psm.c:2153 #, c-format msgid "Wrote: %s\n" msgstr "Zapsáno: %s\n" -#: build/pack.c:1036 +#: build/pack.c:779 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "Nemohu vygenerovat jméno souboru pro balíček %s: %s\n" -#: build/pack.c:1054 +#: build/pack.c:796 #, c-format msgid "cannot create %s: %s\n" msgstr "nemohu vytvořit %s: %s\n" -#: build/parseBuildInstallClean.c:40 -#, fuzzy, c-format -msgid "line %d: second %%%s section\n" +#: build/parseBuildInstallClean.c:33 +#, c-format +msgid "line %d: second %s\n" msgstr "řádek: %d: druhý %s\n" -#: build/parseChangelog.c:174 +#: build/parseChangelog.c:128 #, c-format msgid "%%changelog entries must start with *\n" msgstr "Položky v %%changelog musí začínat znakem *\n" -#: build/parseChangelog.c:182 +#: build/parseChangelog.c:136 #, c-format msgid "incomplete %%changelog entry\n" msgstr "nekompletní položka v %%changelog\n" -#: build/parseChangelog.c:199 +#: build/parseChangelog.c:153 #, c-format msgid "bad date in %%changelog: %s\n" msgstr "špatný datum v %%changelog: %s\n" -#: build/parseChangelog.c:204 +#: build/parseChangelog.c:158 #, fuzzy, c-format msgid "%%changelog not in descending chronological order\n" msgstr "%%changelog není seřazen sestupně podle času\n" -#: build/parseChangelog.c:212 build/parseChangelog.c:223 +#: build/parseChangelog.c:166 build/parseChangelog.c:177 #, c-format msgid "missing name in %%changelog\n" msgstr "chybějící jméno v %%changelog\n" -#: build/parseChangelog.c:230 +#: build/parseChangelog.c:184 #, c-format msgid "no description in %%changelog\n" msgstr "žádný popis v %%changelog\n" -#: build/parseDescription.c:48 +#: build/parseDescription.c:47 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "řádek %d: Chyba při parsování %%description: %s\n" -#: build/parseDescription.c:61 build/parseFiles.c:57 build/parseScript.c:240 +#: build/parseDescription.c:60 build/parseFiles.c:56 build/parseScript.c:200 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "řádek %d: špatná volba %s: %s\n" -#: build/parseDescription.c:72 build/parseFiles.c:71 build/parseScript.c:254 +#: build/parseDescription.c:75 build/parseFiles.c:70 build/parseScript.c:214 #, c-format msgid "line %d: Too many names: %s\n" msgstr "řádek %d: Příliš mnoho jmen: %s\n" -#: build/parseDescription.c:80 build/parseFiles.c:80 build/parseScript.c:263 +#: build/parseDescription.c:85 build/parseFiles.c:79 build/parseScript.c:223 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "řádek %d: Balíček neexistuje: %s\n" -#: build/parseDescription.c:90 +#: build/parseDescription.c:97 #, c-format msgid "line %d: Second description\n" msgstr "řádek %d: Druhé description\n" -#: build/parseFiles.c:43 +#: build/parseFiles.c:42 #, c-format msgid "line %d: Error parsing %%files: %s\n" msgstr "řádek %d: Chyba při parsování %%files: %s\n" -#: build/parseFiles.c:87 +#: build/parseFiles.c:86 #, c-format msgid "line %d: Second %%files list\n" msgstr "řádek %d: Druhý seznam %%files\n" -#: build/parsePreamble.c:251 +#: build/parsePreamble.c:242 #, c-format msgid "Architecture is excluded: %s\n" msgstr "Architektura je vyřazena: %s\n" -#: build/parsePreamble.c:255 +#: build/parsePreamble.c:247 #, c-format msgid "Architecture is not included: %s\n" msgstr "Architektura není zahrnuta: %s\n" -#: build/parsePreamble.c:259 +#: build/parsePreamble.c:252 #, c-format msgid "OS is excluded: %s\n" msgstr "OS je vyřazen: %s\n" -#: build/parsePreamble.c:263 +#: build/parsePreamble.c:257 #, c-format msgid "OS is not included: %s\n" msgstr "OS není zahrnut: %s\n" -#: build/parsePreamble.c:288 +#: build/parsePreamble.c:280 #, c-format msgid "%s field must be present in package: %s\n" msgstr "Položka %s musí být v balíčku přítomna: %s\n" -#: build/parsePreamble.c:319 +#: build/parsePreamble.c:309 #, c-format msgid "Duplicate %s entries in package: %s\n" msgstr "Duplikovaná položka %s v balíčku: %s\n" -#: build/parsePreamble.c:403 -msgid "No icon file in sources\n" -msgstr "" - -#: build/parsePreamble.c:431 -#, fuzzy, c-format -msgid "Invalid icon URL: %s\n" -msgstr "Neplatný %s token: %s\n" - -#: build/parsePreamble.c:438 +#: build/parsePreamble.c:371 #, c-format msgid "Unable to open icon %s: %s\n" msgstr "Nemohu otevřít ikonu %s: %s\n" -#: build/parsePreamble.c:447 +#: build/parsePreamble.c:389 #, c-format msgid "Unable to read icon %s: %s\n" msgstr "Nemohu přečíst ikonu %s: %s\n" -#: build/parsePreamble.c:452 -#, c-format -msgid "Icon %s is too big (max. %d bytes)\n" -msgstr "" - -#: build/parsePreamble.c:473 +#: build/parsePreamble.c:402 #, c-format msgid "Unknown icon type: %s\n" msgstr "Neznámý typ ikony: %s\n" -#: build/parsePreamble.c:523 +#: build/parsePreamble.c:447 #, c-format msgid "line %d: Tag takes single token only: %s\n" msgstr "řádek %d: Značka má jen jeden token: %s\n" -#: build/parsePreamble.c:559 +#: build/parsePreamble.c:487 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "řádek %d: Počkozená značka: %s\n" -#: build/parsePreamble.c:567 +#. Empty field +#: build/parsePreamble.c:495 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "řádek %d: Prázdná značka: %s\n" -#: build/parsePreamble.c:591 build/parsePreamble.c:598 +#: build/parsePreamble.c:518 build/parsePreamble.c:525 #, c-format msgid "line %d: Illegal char '-' in %s: %s\n" msgstr "řádek %d: Nepřípustný znak '-' v %s: %s\n" -#: build/parsePreamble.c:641 +#: build/parsePreamble.c:586 build/parseSpec.c:423 #, c-format msgid "BuildRoot can not be \"/\": %s\n" msgstr "BuildRoot nemůže být \"/\": %s\n" -#: build/parsePreamble.c:658 -#, fuzzy, c-format -msgid "line %d: Prefixes must begin with \"/\": %s\n" -msgstr "řádek %d: Prefixy nesmí končit znakem \"/\": %s\n" - -#: build/parsePreamble.c:666 +#: build/parsePreamble.c:599 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "řádek %d: Prefixy nesmí končit znakem \"/\": %s\n" -#: build/parsePreamble.c:678 +#: build/parsePreamble.c:611 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "řádek %d: Docdir musí začínat na '/': %s\n" -#: build/parsePreamble.c:692 -#, fuzzy, c-format -msgid "line %d: %s takes an integer value: %s\n" -msgstr "řádek %d: Značka má jen jeden token: %s\n" +#: build/parsePreamble.c:623 +#, c-format +msgid "line %d: Epoch/Serial field must be a number: %s\n" +msgstr "řádek %d: Položka Epoch/Serial musí být číslo: %s\n" -#: build/parsePreamble.c:738 build/parsePreamble.c:749 +#: build/parsePreamble.c:663 build/parsePreamble.c:674 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "řádek %d: Špatné určení %s: %s\n" -#: build/parsePreamble.c:794 +#: build/parsePreamble.c:700 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "řádek %d: Špatný formát BuildArchitecture: %s\n" -#: build/parsePreamble.c:807 +#: build/parsePreamble.c:709 #, c-format -msgid "line %d: Only \"noarch\" sub-packages are supported: %s\n" -msgstr "" - -#: build/parsePreamble.c:931 -#, c-format -msgid "Legacy syntax is unsupported: %s\n" -msgstr "" +msgid "Internal error: Bogus tag %d\n" +msgstr "Interní chyba: Špatná značka: %d\n" -#: build/parsePreamble.c:1028 +#: build/parsePreamble.c:869 #, c-format msgid "Bad package specification: %s\n" msgstr "Špatná specifikace balíčku: %s\n" -#: build/parsePreamble.c:1034 +#: build/parsePreamble.c:875 #, c-format msgid "Package already exists: %s\n" msgstr "Balíček již existuje: %s\n" -#: build/parsePreamble.c:1070 +#: build/parsePreamble.c:902 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "řádek %d: Neznámá značka: %s\n" -#: build/parsePrep.c:48 +#: build/parsePreamble.c:924 +msgid "Spec file can't use BuildRoot\n" +msgstr "Spec soubor nemůže použít BuildRoot\n" + +#: build/parsePrep.c:45 #, c-format msgid "Bad source: %s: %s\n" msgstr "Špatný zdrojový soubor: %s: %s\n" -#: build/parsePrep.c:112 +#: build/parsePrep.c:86 #, c-format msgid "No patch number %d\n" msgstr "Patch číslo %d neexistuje\n" -#: build/parsePrep.c:223 +#: build/parsePrep.c:181 #, c-format msgid "No source number %d\n" msgstr "Zdroj číslo %d neexistuje\n" -#: build/parsePrep.c:371 +#: build/parsePrep.c:203 +#, c-format +msgid "Couldn't download nosource %s: %s\n" +msgstr "Nemohu načíst nosource %s: %s\n" + +#: build/parsePrep.c:307 #, c-format msgid "Error parsing %%setup: %s\n" msgstr "Chyba při parsování %%setup: %s\n" -#: build/parsePrep.c:386 +#: build/parsePrep.c:322 #, c-format msgid "line %d: Bad arg to %%setup: %s\n" msgstr "řádek %d: Špatný parametr v %%setup: %s\n" -#: build/parsePrep.c:404 +#: build/parsePrep.c:340 #, c-format msgid "line %d: Bad %%setup option %s: %s\n" msgstr "řádek %d: Špatná volba v %%setup %s: %s\n" -#: build/parsePrep.c:554 +#: build/parsePrep.c:482 #, c-format msgid "line %d: Need arg to %%patch -b: %s\n" msgstr "řádek %d: K %%patch -b potřebuji parametr: %s\n" -#: build/parsePrep.c:563 +#: build/parsePrep.c:491 #, c-format msgid "line %d: Need arg to %%patch -z: %s\n" msgstr "řádek %d: K %%patch -z potřebuji parametr: %s\n" -#: build/parsePrep.c:576 -#, fuzzy, c-format -msgid "line %d: Bad arg to %%patch -F: %s\n" -msgstr "řádek %d: Špatný parametr pro %%patch -p: %s\n" - -#: build/parsePrep.c:585 -#, fuzzy, c-format -msgid "line %d: Need arg to %%patch -d: %s\n" -msgstr "řádek %d: K %%patch -b potřebuji parametr: %s\n" - -#: build/parsePrep.c:597 +#: build/parsePrep.c:503 #, c-format msgid "line %d: Need arg to %%patch -p: %s\n" msgstr "řádek %d: K %%patch -p potřebuji parametr: %s\n" -#: build/parsePrep.c:604 +#: build/parsePrep.c:510 #, c-format msgid "line %d: Bad arg to %%patch -p: %s\n" msgstr "řádek %d: Špatný parametr pro %%patch -p: %s\n" -#: build/parsePrep.c:611 +#: build/parsePrep.c:517 msgid "Too many patches!\n" msgstr "Příliš mnoho patchů!\n" -#: build/parsePrep.c:615 +#: build/parsePrep.c:521 #, c-format msgid "line %d: Bad arg to %%patch: %s\n" msgstr "řádek %d: Špatný parametr pro %%patch: %s\n" -#: build/parsePrep.c:766 -#, fuzzy, c-format -msgid "Missing %s%d %s: %s\n" -msgstr "Chybějící %s v %s %s\n" - -#: build/parsePrep.c:778 build/parsePrep.c:793 -#, fuzzy, c-format -msgid "Fetching(%s%d): %s\n" -msgstr "Provádění(%s): %s\n" - -#: build/parsePrep.c:784 build/parsePrep.c:799 -#, fuzzy, c-format -msgid "Fetching %s%d failed: %s\n" -msgstr "otevření %s selhalo: %s\n" - -#: build/parsePrep.c:804 -#, fuzzy, c-format -msgid "Missing %s%d: %s: %s\n" -msgstr "Chybějící %s v %s %s\n" - -#: build/parsePrep.c:826 +#: build/parsePrep.c:557 #, c-format msgid "line %d: second %%prep\n" msgstr "řádek %d: druhý %%prep\n" -#: build/parseReqs.c:101 -#, fuzzy, c-format +#: build/parseReqs.c:102 +#, c-format msgid "" -"line %d: Dependency \"%s\" must begin with alpha-numeric, '_' or '/': %s\n" +"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s\n" msgstr "" "řádek %d: Položky v závislostech musí začínat alfanumerickým znakem, '_' " "nebo '/': %s\n" -#: build/parseReqs.c:127 +#: build/parseReqs.c:113 +#, c-format +msgid "line %d: File name not permitted: %s\n" +msgstr "řádek %d: Jméno souboru není dovoleno: %s\n" + +#: build/parseReqs.c:145 #, c-format msgid "line %d: Versioned file name not permitted: %s\n" msgstr "řádek %d: Jméno s verzí není dovoleno: %s\n" -#: build/parseReqs.c:144 +#: build/parseReqs.c:176 #, c-format msgid "line %d: Version required: %s\n" msgstr "řádek %d: Vyžadována verze: %s\n" -#: build/parseScript.c:196 +#: build/parseScript.c:166 #, c-format msgid "line %d: triggers must have --: %s\n" msgstr "řádek %d: spouště (triggery) musí mít --: %s\n" -#: build/parseScript.c:206 build/parseScript.c:279 +#: build/parseScript.c:176 build/parseScript.c:239 #, c-format msgid "line %d: Error parsing %s: %s\n" msgstr "řádek %d: Chyba při parsování %s: %s\n" -#: build/parseScript.c:218 -#, fuzzy, c-format -msgid "line %d: internal script must end with '>': %s\n" -msgstr "řádek %d: jméno skriptu musí začínat na '/': %s\n" - -#: build/parseScript.c:227 +#: build/parseScript.c:187 #, c-format msgid "line %d: script program must begin with '/': %s\n" msgstr "řádek %d: jméno skriptu musí začínat na '/': %s\n" -#: build/parseScript.c:271 +#: build/parseScript.c:231 #, c-format msgid "line %d: Second %s\n" msgstr "řádek %d: Druhý %s\n" -#: build/parseScript.c:317 -#, fuzzy, c-format -msgid "line %d: unsupported internal script: %s\n" -msgstr "řádek %d: Chyba při parsování %%description: %s\n" - -#: build/parseSpec.c:237 +#: build/parseSpec.c:157 #, c-format msgid "line %d: %s\n" msgstr "řádek %d: %s\n" -#: build/parseSpec.c:291 +#. XXX Fstrerror +#: build/parseSpec.c:209 #, c-format msgid "Unable to open %s: %s\n" msgstr "Nemohu otevřít %s: %s\n" -#: build/parseSpec.c:306 +#: build/parseSpec.c:225 #, c-format msgid "Unclosed %%if\n" msgstr "Neuzavřený %%if\n" -#: build/parseSpec.c:397 +#: build/parseSpec.c:297 #, c-format msgid "%s:%d: parseExpressionBoolean returns %d\n" msgstr "%s:%d: parseExpressionBoolean vrátil %d\n" -#: build/parseSpec.c:406 +#: build/parseSpec.c:306 #, c-format msgid "%s:%d: Got a %%else with no %%if\n" msgstr "%s:%d: %%else bez počítečního %%if\n" -#: build/parseSpec.c:418 +#: build/parseSpec.c:318 #, c-format msgid "%s:%d: Got a %%endif with no %%if\n" msgstr "%s:%d: %%endif bez počátečního %%if\n" -#: build/parseSpec.c:432 build/parseSpec.c:441 +#: build/parseSpec.c:332 build/parseSpec.c:341 #, c-format msgid "malformed %%include statement\n" msgstr "poškozený příkaz %%include\n" -#: build/parseSpec.c:656 +#: build/parseSpec.c:542 msgid "No compatible architectures found for build\n" msgstr "Nenalezeny žádné kompatibilní architektury pro sestavení\n" -#: build/parseSpec.c:724 +#: build/parseSpec.c:600 #, c-format msgid "Package has no %%description: %s\n" msgstr "Balíček nemá žádné %%description: %s\n" -#: build/poptBT.c:136 +#: build/poptBT.c:108 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot byl již nastaven, ignoruji %s\n" + +#: build/poptBT.c:160 #, c-format msgid "build through %prep (unpack sources and apply patches) from <specfile>" msgstr "" "sestavení podle %prep (rozbalení zdrojových kódů a aplikace patchů) podle " "<spec_soubor>" -#: build/poptBT.c:137 build/poptBT.c:140 build/poptBT.c:143 build/poptBT.c:146 -#: build/poptBT.c:149 build/poptBT.c:152 build/poptBT.c:155 build/poptBT.c:159 -#: build/poptBT.c:162 +#: build/poptBT.c:161 build/poptBT.c:164 build/poptBT.c:167 build/poptBT.c:170 +#: build/poptBT.c:173 build/poptBT.c:176 build/poptBT.c:179 msgid "<specfile>" msgstr "<spec_soubor>" -#: build/poptBT.c:139 +#: build/poptBT.c:163 msgid "build through %build (%prep, then compile) from <specfile>" msgstr "sestavení podle %build (%prep, pak kompilace) podle <spec_soubor>" -#: build/poptBT.c:142 +#: build/poptBT.c:166 msgid "build through %install (%prep, %build, then install) from <specfile>" msgstr "" "sestavení podle %install (%prep, %build, pak install) podle <spec_soubor>" -#: build/poptBT.c:145 +#: build/poptBT.c:169 #, c-format msgid "verify %files section from <specfile>" msgstr "kontrola části %files ve <spec_soubor>" -#: build/poptBT.c:148 +#: build/poptBT.c:172 msgid "build source and binary packages from <specfile>" msgstr "vytvoření zdrojového a binárního balíčku podle <spec_soubor>" -#: build/poptBT.c:151 +#: build/poptBT.c:175 msgid "build binary package only from <specfile>" msgstr "vytvoření pouze binárního balíčku podle <spec_soubor>" -#: build/poptBT.c:154 +#: build/poptBT.c:178 msgid "build source package only from <specfile>" msgstr "vytvoření zdrojového balíčku podle <spec_soubor>" -#: build/poptBT.c:158 -#, fuzzy -msgid "track versions of sources from <specfile>" -msgstr "kontrola části %files ve <spec_soubor>" - -#: build/poptBT.c:161 -msgid "fetch missing source and patch files" -msgstr "" - -#: build/poptBT.c:165 +#: build/poptBT.c:182 #, c-format msgid "build through %prep (unpack sources and apply patches) from <tarball>" msgstr "" "sestavení podle %prep (rozbalení zdrojových kódů, aplikace patchů) z " "<tar_soubor>" -#: build/poptBT.c:166 build/poptBT.c:169 build/poptBT.c:172 build/poptBT.c:175 -#: build/poptBT.c:178 build/poptBT.c:181 build/poptBT.c:184 +#: build/poptBT.c:183 build/poptBT.c:186 build/poptBT.c:189 build/poptBT.c:192 +#: build/poptBT.c:195 build/poptBT.c:198 build/poptBT.c:201 msgid "<tarball>" msgstr "<tar_soubor>" -#: build/poptBT.c:168 +#: build/poptBT.c:185 msgid "build through %build (%prep, then compile) from <tarball>" msgstr "sestavení podle %build (%prep, pak kompilace) z <tar_soubor>" -#: build/poptBT.c:171 +#: build/poptBT.c:188 msgid "build through %install (%prep, %build, then install) from <tarball>" msgstr "sestavení podle %%install (%prep, %build, pak install) z <tar_soubor>" -#: build/poptBT.c:174 +#: build/poptBT.c:191 #, c-format msgid "verify %files section from <tarball>" msgstr "kontrola části %files z <tar_soubor>" -#: build/poptBT.c:177 +#: build/poptBT.c:194 msgid "build source and binary packages from <tarball>" msgstr "vytvoření zdrojového a binárního balíčku z <tar_soubor>" -#: build/poptBT.c:180 +#: build/poptBT.c:197 msgid "build binary package only from <tarball>" msgstr "vytvoření pouze binárního balíčku z <tar_soubor>" -#: build/poptBT.c:183 +#: build/poptBT.c:200 msgid "build source package only from <tarball>" msgstr "vytvoření pouze zdrojového balíčku z <tar_soubor>" -#: build/poptBT.c:187 +#: build/poptBT.c:204 msgid "build binary package from <source package>" msgstr "vytvoření binárního balíčku ze <zdrojový balíček>" -#: build/poptBT.c:188 build/poptBT.c:191 +#: build/poptBT.c:205 build/poptBT.c:208 msgid "<source package>" msgstr "<zdrojový balíček>" -#: build/poptBT.c:190 +#: build/poptBT.c:207 msgid "" "build through %install (%prep, %build, then install) from <source package>" msgstr "sestavení podle %%install (včetně %prep, %build) ze <zdrojový balíček>" -#: build/poptBT.c:194 +#: build/poptBT.c:211 +msgid "override build root" +msgstr "build root předefinován" + +#: build/poptBT.c:213 msgid "remove build tree when done" msgstr "po dokončení odstranit sestavovací strom" -#: build/poptBT.c:196 +#: build/poptBT.c:215 rpmdb/poptDB.c:28 +msgid "generate headers compatible with rpm4 packaging" +msgstr "generovat hlavičky kompatibilní s RPM verze 4" + +#: build/poptBT.c:217 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorovat ExcludeArch: direktivy ve spec souboru" + +#: build/poptBT.c:219 +msgid "debug file state machine" +msgstr "ladit nástroj stavu souborů" + +#: build/poptBT.c:221 msgid "do not execute any stages of the build" msgstr "nespouštět žádné etapy vytváření balíčku" -#: build/poptBT.c:198 +#: build/poptBT.c:223 msgid "do not verify build dependencies" msgstr "nekontrolovat závislosti balíčků" -#: build/poptBT.c:200 -msgid "disable automagic Provides: extraction" -msgstr "" - -#: build/poptBT.c:202 -msgid "disable automagic Requires: extraction" -msgstr "" - -#: build/poptBT.c:204 -msgid "disable tags forbidden by LSB" -msgstr "" +#: build/poptBT.c:225 +msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" +msgstr "generovat hlavičky balíčků kompatibilní s RPM verze 2 a 3" -#: build/poptBT.c:207 lib/poptALL.c:347 lib/poptI.c:342 lib/poptQV.c:407 -#: lib/poptQV.c:416 lib/poptQV.c:458 +#: build/poptBT.c:229 lib/poptALL.c:216 lib/poptI.c:265 lib/poptI.c:272 +#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377 #, fuzzy msgid "don't verify package digest(s)" msgstr "nekontrolovat závislosti balíčků" -#: build/poptBT.c:209 lib/poptALL.c:349 lib/poptI.c:344 lib/poptQV.c:410 -#: lib/poptQV.c:418 lib/poptQV.c:461 +#: build/poptBT.c:231 lib/poptALL.c:218 lib/poptI.c:267 lib/poptI.c:274 +#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "nekontrolovat architekturu balíčku" -#: build/poptBT.c:211 lib/poptALL.c:351 lib/poptI.c:346 lib/poptQV.c:413 -#: lib/poptQV.c:420 lib/poptQV.c:463 +#: build/poptBT.c:233 lib/poptALL.c:224 lib/poptI.c:269 lib/poptI.c:276 +#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382 #, fuzzy msgid "don't verify package signature(s)" msgstr "ověřit podpis v balíčku" -#: build/poptBT.c:214 -#, fuzzy -msgid "do not accept i18n msgstr's from specfile" +#: build/poptBT.c:236 +msgid "do not accept i18N msgstr's from specfile" msgstr "neakceptovat i18N popisky ze spec souboru" -#: build/poptBT.c:216 +#: build/poptBT.c:238 msgid "remove sources when done" msgstr "po dokončení odstranit zdrojové kódy" -#: build/poptBT.c:218 +#: build/poptBT.c:240 msgid "remove specfile when done" msgstr "po dokončení odstranit spec soubor" -#: build/poptBT.c:220 +#: build/poptBT.c:242 msgid "skip straight to specified stage (only for c,i)" msgstr "přeskočit přímo na určenou etapu (pouze pro c,i)" -#: build/poptBT.c:222 +#: build/poptBT.c:244 msgid "generate PGP/GPG signature" msgstr "generovat PGP/GPG podpis" -#: build/poptBT.c:224 +#: build/poptBT.c:246 msgid "override target platform" msgstr "cílová platforma předefinována" -#: build/poptBT.c:224 lib/poptALL.c:344 lib/poptQV.c:318 -msgid "CPU-VENDOR-OS" -msgstr "" - -#: build/poptBT.c:226 -#, fuzzy -msgid "look up i18n strings in specfile catalog" +#: build/poptBT.c:248 +msgid "lookup i18N strings in specfile catalog" msgstr "vyhledat i18N řetězce ve specfile katalogu" -#: build/spec.c:292 +#: build/spec.c:233 #, c-format msgid "line %d: Bad number: %s\n" msgstr "řádek %d: Špatné číslo: %s\n" -#: build/spec.c:298 +#: build/spec.c:239 #, c-format msgid "line %d: Bad no%s number: %d\n" msgstr "řádek %d: Špatné číslo %s: %d\n" -#: build/spec.c:368 +#: build/spec.c:302 #, c-format msgid "line %d: Bad %s number: %s\n" msgstr "řádek %d: Špatné číslo %s: %s\n" -#: build/spec.c:711 +#: lib/cpio.c:207 #, c-format -msgid "can't query %s: %s\n" -msgstr "nemohu provést dotaz %s: %s\n" +msgid "(error 0x%x)" +msgstr "(chyba: 0x%x)" -#: build/spec.c:788 -#, c-format -msgid "query of specfile %s failed, can't parse\n" -msgstr "dotaz na spec soubor %s selhal, nemohu parsovat\n" +#: lib/cpio.c:210 +msgid "Bad magic" +msgstr "Špatné magické číslo" -#: build/spec.c:842 -#, fuzzy, c-format -msgid "Query specfile for platform(s): %s\n" -msgstr "Sestavuji cílové platformy: %s\n" +#: lib/cpio.c:211 +msgid "Bad/unreadable header" +msgstr "Špatná nebo nečitelná hlavička" -#: lib/depends.c:314 -#, fuzzy, c-format -msgid "package %s was already added, skipping %s\n" -msgstr "balíček %s je již nainstalován" +#: lib/cpio.c:232 +msgid "Header size too big" +msgstr "Velikost hlavičky je přiliš velká" + +#: lib/cpio.c:233 +msgid "Unknown file type" +msgstr "Neznámý typ souboru" + +#: lib/cpio.c:234 +msgid "Missing hard link(s)" +msgstr "Chybějící hardlink(y)" + +#: lib/cpio.c:235 +msgid "MD5 sum mismatch" +msgstr "MD5 součet nesouhlasí" + +#: lib/cpio.c:236 +msgid "Internal error" +msgstr "Interní chyba" + +#: lib/cpio.c:237 +msgid "Archive file not in header" +msgstr "" -#: lib/depends.c:328 +#: lib/cpio.c:248 +msgid " failed - " +msgstr "selhal - " + +#: lib/depends.c:163 #, fuzzy, c-format msgid "package %s was already added, replacing with %s\n" msgstr "balíček %s je již nainstalován" -#: lib/depends.c:662 +#: lib/depends.c:395 msgid "(cached)" msgstr "" -#: lib/depends.c:678 +#: lib/depends.c:422 #, fuzzy -msgid "(function probe)" -msgstr "(neznámý typ)" - -#: lib/depends.c:697 -msgid "(user lookup)" -msgstr "" +msgid "(rpmrc provides)" +msgstr "%s: %-45s ANO (rpmrc poskytuje)\n" -#: lib/depends.c:714 -msgid "(group lookup)" -msgstr "" +#: lib/depends.c:439 +#, fuzzy +msgid "(rpmlib provides)" +msgstr "%s: %-45s ANO (rpmlib poskytuje)\n" -#: lib/depends.c:723 +#: lib/depends.c:468 #, fuzzy -msgid "(access probe)" -msgstr "%s: %-45s ANO (přidáno poskytuje)\n" +msgid "(db files)" +msgstr "Špatný soubor: %s: %s\n" -#: lib/depends.c:745 +#: lib/depends.c:481 #, fuzzy -msgid "(mtab probe)" +msgid "(db provides)" msgstr "%s: %-45s ANO (db poskytuje)\n" -#: lib/depends.c:802 -msgid "(diskspace probe)" +#: lib/depends.c:494 +#, fuzzy +msgid "(db package)" +msgstr "žádné balíčky\n" + +#: lib/depends.c:852 +#, c-format +msgid "ignore package name relation(s) [%d]\t%s -> %s\n" msgstr "" -#: lib/depends.c:844 -#, fuzzy -msgid "(digest probe)" -msgstr "%s: %-45s ANO (přidáno poskytuje)\n" +#: lib/depends.c:974 +#, fuzzy, c-format +msgid "removing %s \"%s\" from tsort relations.\n" +msgstr "odstraňuji %s-%s-%s \"%s\" z tsort relací.\n" -#: lib/depends.c:868 -#, fuzzy -msgid "(signature probe)" -msgstr "Volby signatury:" +#. Record all relations. +#: lib/depends.c:1208 +msgid "========== recording tsort relations\n" +msgstr "========== ukládání tsort relací\n" -#: lib/depends.c:898 +#. T4. Scan for zeroes. +#: lib/depends.c:1309 #, fuzzy -msgid "(verify probe)" -msgstr "režim kontroly" - -#: lib/depends.c:920 -msgid "(gnupg probe)" +msgid "" +"========== tsorting packages (order, #predecessors, #succesors, tree, " +"depth)\n" msgstr "" +"========== tsorting balíčků (pořadí, #předchůdce, #následovník, hloubka)\n" -#: lib/depends.c:933 -#, fuzzy -msgid "(macro probe)" -msgstr "%s: %-45s ANO (rpmrc poskytuje)\n" +#: lib/depends.c:1393 +msgid "========== successors only (presentation order)\n" +msgstr "========== pouze úspěšné (pořadí dle prezentace)\n" -#: lib/depends.c:961 -msgid "(envvar probe)" -msgstr "" +#: lib/depends.c:1463 +msgid "LOOP:\n" +msgstr "SMYČKA:\n" -#: lib/depends.c:988 -#, fuzzy -msgid "(running probe)" -msgstr "(neznámý typ)" +#: lib/depends.c:1498 +msgid "========== continuing tsort ...\n" +msgstr "========== pokračuje tsort ...\n" -#: lib/depends.c:1010 -msgid "(sanity probe)" +#. Return no. of packages that could not be ordered. +#: lib/depends.c:1503 +#, c-format +msgid "rpmtsOrder failed, %d elements remain\n" msgstr "" -#: lib/depends.c:1031 -msgid "(vcheck probe)" -msgstr "" +#: lib/formats.c:34 lib/formats.c:60 lib/formats.c:95 lib/formats.c:386 +#: rpmdb/header.c:3236 rpmdb/header.c:3259 rpmdb/header.c:3283 +msgid "(not a number)" +msgstr "(není číslo)" -#: lib/depends.c:1052 +#: lib/formats.c:160 #, fuzzy -msgid "(sysinfo provides)" -msgstr "%s: %-45s ANO (db poskytuje)\n" +msgid "(not base64)" +msgstr "(není číslo)" -#: lib/depends.c:1071 -#, fuzzy -msgid "(rpmlib provides)" -msgstr "%s: %-45s ANO (rpmlib poskytuje)\n" +#: lib/formats.c:170 +msgid "(invalid type)" +msgstr "" -#: lib/depends.c:1086 +#: lib/formats.c:236 lib/formats.c:285 #, fuzzy -msgid "(cpuinfo provides)" -msgstr "%s: %-45s ANO (rpmlib poskytuje)\n" +msgid "(not a blob)" +msgstr "(není číslo)" -#: lib/depends.c:1101 +#: lib/formats.c:310 #, fuzzy -msgid "(getconf provides)" -msgstr "%s: %-45s ANO (db poskytuje)\n" - -#: lib/depends.c:1116 -#, fuzzy -msgid "(uname provides)" -msgstr "%s: %-45s ANO (přidáno poskytuje)\n" - -#: lib/depends.c:1148 -#, fuzzy -msgid "(soname provides)" -msgstr "%s: %-45s ANO (přidáno poskytuje)\n" - -#: lib/depends.c:1176 -#, fuzzy -msgid "(db files)" -msgstr "Špatný soubor: %s: %s\n" - -#: lib/depends.c:1188 -#, fuzzy -msgid "(db provides)" -msgstr "%s: %-45s ANO (db poskytuje)\n" - -#: lib/depends.c:1218 -msgid "(hint skipped)" -msgstr "" - -#: lib/depends.c:1655 -#, c-format -msgid "ignore package name relation(s) [%d]\t%s -> %s\n" -msgstr "" - -#: lib/depends.c:1781 -#, fuzzy, c-format -msgid "removing %s \"%s\" from tsort relations.\n" -msgstr "odstraňuji %s-%s-%s \"%s\" z tsort relací.\n" - -#: lib/depends.c:2366 -msgid "LOOP:\n" -msgstr "SMYČKA:\n" - -#: lib/depends.c:2402 -#, c-format -msgid "rpmtsOrder failed, %d elements remain\n" -msgstr "" +msgid "(not an OpenPGP signature)" +msgstr "vynechat případné PGP podpisy" -#: lib/fs.c:79 +#: lib/fs.c:73 #, c-format msgid "mntctl() failed to return size: %s\n" msgstr "mntctl() nevrátil velikost: %s\n" -#: lib/fs.c:94 +#: lib/fs.c:88 #, c-format msgid "mntctl() failed to return mount points: %s\n" msgstr "mntctl() nevrátil přípojné body: %s\n" -#: lib/fs.c:114 lib/fs.c:219 lib/fs.c:337 +#: lib/fs.c:108 lib/fs.c:193 lib/fs.c:303 #, c-format msgid "failed to stat %s: %s\n" msgstr "nemohu zjistit stav %s: %s\n" -#: lib/fs.c:159 +#: lib/fs.c:151 rpmio/url.c:523 #, c-format msgid "failed to open %s: %s\n" msgstr "nemohu otevřít %s: %s\n" -#: lib/fs.c:241 -#, fuzzy, c-format -msgid "%5d 0x%04x %s %s\n" -msgstr "Soubor %4d: %07o %s.%s\t %s\n" - -#: lib/fs.c:360 +#: lib/fs.c:326 #, c-format msgid "file %s is on an unknown device\n" msgstr "soubor %s je na neznámém zařízení\n" -#: lib/fsm.c:897 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "uživatel %s neexistuje - použit uživatel root\n" +#: lib/fsm.c:339 +#, fuzzy +msgid "========== Directories not explictly included in package:\n" +msgstr "========= Adresáře, které nebyly explicitně zařazeny do balíčku:\n" + +#: lib/fsm.c:341 +#, fuzzy, c-format +msgid "%10d %s\n" +msgstr "%9d %s\n" -#: lib/fsm.c:911 +#: lib/fsm.c:1242 #, c-format -msgid "group %s does not exist - using root\n" -msgstr "skupina %s neexistuje - použita skupina root\n" +msgid "%s directory created with perms %04o.\n" +msgstr "vytvořen adresář %s s právy %04o.\n" -#: lib/fsm.c:1785 +#: lib/fsm.c:1540 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1929 lib/fsm.c:2049 +#: lib/fsm.c:1669 lib/fsm.c:1805 #, c-format msgid "%s saved as %s\n" msgstr "%s uloženo jako %s\n" -#: lib/fsm.c:2076 +#: lib/fsm.c:1831 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s odstranění %s selhalo: Adresář není prázdný\n" -#: lib/fsm.c:2082 +#: lib/fsm.c:1837 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s rmdir %s selhal: %s\n" -#: lib/fsm.c:2097 -#, fuzzy, c-format -msgid " %s: unlink of %s failed: %s\n" +#: lib/fsm.c:1847 +#, c-format +msgid "%s unlink of %s failed: %s\n" msgstr "%s unlink %s selhal: %s\n" -#: lib/fsm.c:2122 +#: lib/fsm.c:1867 #, c-format msgid "%s created as %s\n" msgstr "%s vytvořen jako %s\n" -#: lib/misc.c:41 +#: lib/misc.c:45 #, c-format msgid "cannot create %%%s %s\n" msgstr "nemohu vytvořit %s: %s\n" -#: lib/package.c:130 -#, fuzzy -msgid "read failed\n" -msgstr "spuštění selhalo\n" +#: lib/misc.c:50 +#, c-format +msgid "cannot write to %%%s %s\n" +msgstr "nemohu zapsat do %%%s %s\n" -#: lib/package.c:136 lib/rpmchecksig.c:245 lib/rpmchecksig.c:900 +#: lib/misc.c:190 lib/misc.c:195 lib/misc.c:201 #, c-format -msgid "%s: No signature available\n" -msgstr "" +msgid "error creating temporary file %s\n" +msgstr "chyba při vytváření dočasného souboru %s\n" -#: lib/package.c:229 lib/package.c:266 lib/rpmchecksig.c:979 +#: lib/package.c:362 #, c-format -msgid "skipping package %s with unverifiable V%u signature\n" +msgid "blob size(%d): BAD, 8 + 16 * il(%d) + dl(%d)\n" msgstr "" -#: lib/package.c:311 lib/rpmchecksig.c:119 +#: lib/package.c:371 lib/package.c:435 lib/package.c:502 lib/signature.c:226 #, c-format -msgid "%s: Fread failed: %s\n" -msgstr "%s: Fread selhalo: %s\n" +msgid "tag[%d]: BAD, tag %d type %d offset %d count %d\n" +msgstr "" -#: lib/poptALL.c:130 rpmio/poptIO.c:148 +#: lib/package.c:391 lib/signature.c:242 #, c-format -msgid "%s (" +msgid "region offset: BAD, tag %d type %d offset %d count %d\n" msgstr "" -#: lib/poptALL.c:276 lib/poptI.c:210 lib/poptQV.c:288 lib/poptQV.c:335 -#, fuzzy -msgid "add suggested packages to transaction" -msgstr "dotaz/ověření balíčků ve skupině" +#: lib/package.c:412 lib/signature.c:263 +#, c-format +msgid "region trailer: BAD, tag %d type %d offset %d count %d\n" +msgstr "" -#: lib/poptALL.c:279 lib/poptI.c:213 -msgid "use anaconda \"presentation order\"" +#: lib/package.c:426 lib/signature.c:277 +#, c-format +msgid "region size: BAD, ril(%d) > il(%d)\n" msgstr "" -#: lib/poptALL.c:282 lib/poptI.c:216 -msgid "print dependency loops as warning" +#: lib/package.c:454 +msgid "hdr SHA1: BAD, not hex\n" msgstr "" -#: lib/poptALL.c:285 lib/poptI.c:219 -msgid "do not suggest missing dependency resolution(s)" +#: lib/package.c:472 +msgid "hdr DSA: BAD, not binary\n" msgstr "" -#: lib/poptALL.c:288 lib/poptI.c:222 -#, fuzzy -msgid "do not check added package conflicts" -msgstr "nespouštět žádné skripty určené pro balíčky" +#: lib/package.c:536 lib/package.c:576 lib/package.c:877 lib/package.c:901 +#: lib/package.c:931 lib/rpmchecksig.c:806 +#, c-format +msgid "only V3 signatures can be verified, skipping V%u signature\n" +msgstr "" -#: lib/poptALL.c:291 lib/poptI.c:225 -msgid "ignore added package requires on symlink targets" +#: lib/package.c:655 +#, c-format +msgid "hdr size(%d): BAD, read returned %d\n" msgstr "" -#: lib/poptALL.c:294 lib/poptI.c:228 -msgid "ignore added package obsoletes" +#: lib/package.c:659 +msgid "hdr magic: BAD\n" msgstr "" -#: lib/poptALL.c:297 lib/poptI.c:231 -#, fuzzy -msgid "ignore added package requires on file parent directory" -msgstr "uchovat smazané soubory přesunem do podadresáře" +#: lib/package.c:667 +#, c-format +msgid "hdr tags: BAD, no. of tags(%d) out of range\n" +msgstr "" -#: lib/poptALL.c:300 lib/poptI.c:234 -#, fuzzy -msgid "do not check added package requires" -msgstr "nespouštět žádné skripty určené pro balíčky" +#: lib/package.c:676 +#, c-format +msgid "hdr data: BAD, no. of bytes(%d) out of range\n" +msgstr "" -#: lib/poptALL.c:303 lib/poptI.c:237 -#, fuzzy -msgid "ignore added package upgrades" -msgstr "žádný balíček neposkytuje %s\n" +#: lib/package.c:690 +#, c-format +msgid "hdr blob(%d): BAD, read returned %d\n" +msgstr "" -#: lib/poptALL.c:319 -msgid "predefine MACRO with value EXPR" +#: lib/package.c:703 +msgid "hdr load: BAD\n" msgstr "" -#: lib/poptALL.c:320 lib/poptALL.c:324 rpmio/poptIO.c:329 -msgid "'MACRO EXPR'" +#: lib/package.c:768 +msgid "packaging version 1 is not supported by this version of RPM\n" +msgstr "práce s balíčky verze 1 není podporována touto verzí RPM\n" + +#: lib/package.c:776 +msgid "" +"only packaging with major numbers <= 4 is supported by this version of RPM\n" +msgstr "tato verze RPM podporuje práci s balíčky s verzí <= 4\n" + +#: lib/package.c:787 lib/rpmchecksig.c:230 lib/rpmchecksig.c:721 +#, fuzzy, c-format +msgid "%s: rpmReadSignature failed: %s" +msgstr "%s: readLead selhalo\n" + +#: lib/package.c:794 lib/rpmchecksig.c:237 lib/rpmchecksig.c:729 +#, c-format +msgid "%s: No signature available\n" msgstr "" -#: lib/poptALL.c:323 rpmio/poptIO.c:328 -msgid "define MACRO with value EXPR" +#: lib/package.c:841 +#, fuzzy, c-format +msgid "%s: headerRead failed: %s" +msgstr "%s: readLead selhalo\n" + +#: lib/package.c:944 lib/rpmchecksig.c:118 lib/rpmchecksig.c:644 +#, c-format +msgid "%s: Fread failed: %s\n" +msgstr "%s: Fread selhalo: %s\n" + +#: lib/poptALL.c:203 +msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:326 rpmio/poptIO.c:331 -msgid "undefine MACRO" +#: lib/poptALL.c:204 lib/poptALL.c:207 +msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:327 rpmio/poptIO.c:332 -msgid "'MACRO'" +#: lib/poptALL.c:206 +msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:329 rpmio/poptIO.c:334 +#: lib/poptALL.c:209 #, fuzzy msgid "print macro expansion of EXPR" msgstr "vypsat expanzi makra <výraz>+" -#: lib/poptALL.c:330 rpmio/poptIO.c:335 +#: lib/poptALL.c:210 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:332 rpmio/poptIO.c:338 +#: lib/poptALL.c:212 lib/poptALL.c:231 lib/poptALL.c:235 #, fuzzy msgid "read <FILE:...> instead of default file(s)" msgstr "číst <soubor:...> místo implicitního makro souboru" -#: lib/poptALL.c:333 lib/poptALL.c:337 lib/poptALL.c:341 rpmio/poptIO.c:339 -#: rpmio/poptIO.c:343 rpmio/poptIO.c:347 +#: lib/poptALL.c:213 lib/poptALL.c:232 lib/poptALL.c:236 msgid "<FILE:...>" msgstr "" -#: lib/poptALL.c:336 rpmio/poptIO.c:342 -#, fuzzy -msgid "read <FILE:...> instead of default RPM Lua file(s)" -msgstr "číst <soubor:...> místo implicitního makro souboru" +#: lib/poptALL.c:221 lib/poptALL.c:255 +msgid "disable use of libio(3) API" +msgstr "zakázat použití libio(3) API" -#: lib/poptALL.c:340 rpmio/poptIO.c:346 +#: lib/poptALL.c:227 #, fuzzy -msgid "read <FILE:...> instead of default POPT file(s)" -msgstr "číst <soubor:...> místo implicitního makro souboru" +msgid "send stdout to CMD" +msgstr "odeslat stdout do <příkazu>" -#: lib/poptALL.c:344 lib/poptQV.c:318 +#: lib/poptALL.c:228 +msgid "CMD" +msgstr "" + +#: lib/poptALL.c:239 #, fuzzy -msgid "specify target platform" -msgstr "cílová platforma předefinována" +msgid "use ROOT as top level directory" +msgstr "použít <adr> jako adresář nejvyšší úrovně" + +#: lib/poptALL.c:240 +msgid "ROOT" +msgstr "" -#: lib/poptALL.c:354 +#: lib/poptALL.c:243 msgid "display known query tags" msgstr "zobrazit známé značky pro dotazy" -#: lib/poptALL.c:356 -#, fuzzy -msgid "display macro and configuration values" +#: lib/poptALL.c:245 +msgid "display final rpmrc and macro configuration" msgstr "zobrazit finální konfiguraci rpmrc a maker" -#: lib/poptALL.c:358 rpmio/poptIO.c:367 rpmio/rpmrepo.c:2013 -#, fuzzy -msgid "print the version" +#: lib/poptALL.c:247 +msgid "provide less detailed output" +msgstr "poskytnout výstu s méně detaily" + +#: lib/poptALL.c:249 +msgid "provide more detailed output" +msgstr "poskytnout detailnější výstup" + +#: lib/poptALL.c:251 +msgid "print the version of rpm being used" msgstr "vypsat používanou verzi rpm" -#: lib/poptALL.c:366 +#: lib/poptALL.c:264 #, fuzzy msgid "debug payload file state machine" msgstr "ladit nástroj stavu souborů" -#: lib/poptALL.c:368 +#: lib/poptALL.c:266 +msgid "debug protocol data stream" +msgstr "ladit protokol datového toku" + +#: lib/poptALL.c:271 #, fuzzy -msgid "use threads for file state machine" -msgstr "ladit nástroj stavu souborů" +msgid "debug option/argument processing" +msgstr "Interní chyba při zpracování parametrů (%d) :-(\n" -#: lib/poptALL.c:378 +#: lib/poptALL.c:274 #, fuzzy msgid "debug package state machine" msgstr "ladit nástroj stavu souborů" -#: lib/poptALL.c:380 -#, fuzzy -msgid "use threads for package state machine" -msgstr "ladit nástroj stavu souborů" +#: lib/poptALL.c:284 +msgid "debug rpmio I/O" +msgstr "ladit rpmio I/O" -#: lib/poptALL.c:570 rpmio/poptIO.c:567 +#: lib/poptALL.c:292 +msgid "debug URL cache handling" +msgstr "ladit manipulaci s URL cache" + +#. @-nullpass@ +#: lib/poptALL.c:363 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" -#: lib/poptI.c:70 +#: lib/poptI.c:57 msgid "exclude paths must begin with a /" msgstr "vynechané cesty musí začínat znakem /" -#: lib/poptI.c:84 -#, fuzzy -msgid "Option --relocate needs /old/path=/new/path argument" -msgstr " --relocate <stará_cesta>=<nová_cesta>" - -#: lib/poptI.c:86 +#: lib/poptI.c:71 msgid "relocations must begin with a /" msgstr "přemístění musejí začínat znakem /" -#: lib/poptI.c:89 +#: lib/poptI.c:74 msgid "relocations must contain a =" msgstr "přemístění musejí obsahovat =" -#: lib/poptI.c:92 +#: lib/poptI.c:77 msgid "relocations must have a / following the =" msgstr "přemístění musejí mít za znakem = znak /" -#: lib/poptI.c:110 -msgid "Option --rbexclude needs transaction id argument(s)" -msgstr "" - -#: lib/poptI.c:141 -#, fuzzy -msgid "Option --rollback needs a time/date stamp argument" -msgstr "porušený rollback čas" - -#: lib/poptI.c:145 -#, c-format -msgid "Rollback goal: %-24.24s (0x%08x)\n" +#: lib/poptI.c:92 +msgid "rollback takes a time/date stamp argument" msgstr "" -#: lib/poptI.c:149 +#: lib/poptI.c:99 #, fuzzy msgid "malformed rollback time/date stamp argument" msgstr "porušený rollback čas" -#: lib/poptI.c:156 -#, fuzzy -msgid "arbgoal takes a time/date stamp argument" -msgstr "porušený rollback čas" - -#: lib/poptI.c:163 +#: lib/poptI.c:152 #, fuzzy -msgid "malformed arbgoal time/date stamp argument" -msgstr "porušený rollback čas" +msgid "add suggested packages to transaction" +msgstr "dotaz/ověření balíčků ve skupině" -#: lib/poptI.c:242 +#: lib/poptI.c:156 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "nainstalovat všechny soubory i konfigurace, které by se jinak mohly vynechat" -#: lib/poptI.c:246 +#: lib/poptI.c:160 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1775,149 +1799,140 @@ "odstranit všechny balíčky odpovídající <balíčku> (obvykle se generuje chyba, " "specifikuje-li <balíček> více balíčků)" -#: lib/poptI.c:252 lib/poptI.c:326 +#: lib/poptI.c:166 lib/poptI.c:245 lib/poptI.c:248 msgid "do not execute package scriptlet(s)" msgstr "nespouštět žádné skripty určené pro balíčky" -#: lib/poptI.c:256 -#, fuzzy -msgid "relocate files in non-relocatable package" +#: lib/poptI.c:170 +msgid "relocate files in non-relocateable package" msgstr "přemístění souborů v nepřemístitelném balíčku" -#: lib/poptI.c:260 +#: lib/poptI.c:173 msgid "save erased package files by renaming into sub-directory" msgstr "uchovat smazané soubory přesunem do podadresáře" -#: lib/poptI.c:263 +#: lib/poptI.c:176 msgid "erase (uninstall) package" msgstr "smazat (deinstalovat) balíček" -#: lib/poptI.c:263 +#: lib/poptI.c:176 msgid "<package>+" msgstr "<balíček>" -#: lib/poptI.c:266 lib/poptI.c:306 -#, fuzzy -msgid "do not install configuration files" -msgstr "vypsat všechny konfigurační soubory" - -#: lib/poptI.c:269 lib/poptI.c:311 +#: lib/poptI.c:179 msgid "do not install documentation" msgstr "neinstalovat dokumentaci" -#: lib/poptI.c:271 +#: lib/poptI.c:181 msgid "skip files with leading component <path> " msgstr "přeskočit soubory s úvodní cestou <cesta> " -#: lib/poptI.c:272 rpmio/rpmmtree.c:3578 rpmio/rpmmtree.c:3581 +#: lib/poptI.c:182 msgid "<path>" msgstr "<cesta>" -#: lib/poptI.c:276 -#, fuzzy -msgid "detect file conflicts between packages" -msgstr "přemístění souborů v nepřemístitelném balíčku" +#: lib/poptI.c:187 lib/poptI.c:190 +msgid "short hand for --replacepkgs --replacefiles" +msgstr "zkratka pro --replacepkgs --replacefiles" -#: lib/poptI.c:280 +#: lib/poptI.c:195 msgid "upgrade package(s) if already installed" msgstr "aktualizace balíčku jestliže je již nainstalován" -#: lib/poptI.c:281 lib/poptI.c:299 lib/poptI.c:399 +#: lib/poptI.c:196 lib/poptI.c:214 lib/poptI.c:217 lib/poptI.c:324 msgid "<packagefile>+" msgstr "<soubor_balíčku>+" -#: lib/poptI.c:283 +#: lib/poptI.c:198 msgid "print hash marks as package installs (good with -v)" msgstr "během instalace balíčku zobrazit dvojité křížky (dobré s -v)" -#: lib/poptI.c:287 +#: lib/poptI.c:201 msgid "don't verify package architecture" msgstr "nekontrolovat architekturu balíčku" -#: lib/poptI.c:290 +#: lib/poptI.c:204 msgid "don't verify package operating system" msgstr "nekontrolovat operační systém balíčku" -#: lib/poptI.c:294 +#: lib/poptI.c:207 msgid "don't check disk space before installing" msgstr "nekontrolovat volné místo na disku před instalací" -#: lib/poptI.c:296 +#: lib/poptI.c:209 msgid "install documentation" msgstr "nainstalovat dokumentaci" -#: lib/poptI.c:299 +#: lib/poptI.c:214 lib/poptI.c:217 #, fuzzy msgid "install package(s)" msgstr "nainstalovat balíček" -#: lib/poptI.c:302 +#: lib/poptI.c:221 msgid "update the database, but do not modify the filesystem" msgstr "upravit databázi, ale neupravovat systém souborovů" -#: lib/poptI.c:308 +#: lib/poptI.c:225 lib/poptI.c:228 msgid "do not verify package dependencies" msgstr "nekontrolovat závislosti balíčků" -#: lib/poptI.c:314 lib/poptI.c:316 lib/poptQV.c:349 lib/poptQV.c:352 -#: lib/poptQV.c:354 -#, fuzzy -msgid "don't verify file digests" -msgstr "nekontrolovat závislosti balíčků" - -#: lib/poptI.c:318 -msgid "don't install file security contexts" -msgstr "" +#: lib/poptI.c:232 lib/poptQV.c:275 lib/poptQV.c:278 +msgid "don't verify MD5 digest of files" +msgstr "nekontrolovat MD5 souborů v balíčku" -#: lib/poptI.c:322 +#: lib/poptI.c:235 msgid "do not reorder package installation to satisfy dependencies" msgstr "pro vyřešení závislostí neměnit pořadí instalace balíčků" -#: lib/poptI.c:330 +#: lib/poptI.c:240 +msgid "do not suggest missing dependency resolution(s)" +msgstr "" + +#: lib/poptI.c:252 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "nespouštět žádné skripty (jsou-li nějaké)" -#: lib/poptI.c:333 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "nespouštět žádné skripty (jsou-li nějaké)" -#: lib/poptI.c:336 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "nespouštět žádné skripty (jsou-li nějaké)" -#: lib/poptI.c:339 +#: lib/poptI.c:261 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "nespouštět žádné skripty (jsou-li nějaké)" -#: lib/poptI.c:349 +#: lib/poptI.c:280 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "nespouštět žádné skripty aktivované tímto balíčkem" -#: lib/poptI.c:352 +#: lib/poptI.c:283 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "nespouštět žádné skripty určené pro balíčky" -#: lib/poptI.c:355 +#: lib/poptI.c:286 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "nespouštět žádné instalační skripty" -#: lib/poptI.c:358 +#: lib/poptI.c:289 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "nespouštět žádné instalační skripty" -#: lib/poptI.c:361 +#: lib/poptI.c:292 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "nespouštět žádné instalační skripty" -#: lib/poptI.c:365 +#: lib/poptI.c:296 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1925,677 +1940,587 @@ "aktualizovat na starou verzi balíčku (--force to dělá při aktualizacích " "automaticky)" -#: lib/poptI.c:369 +#: lib/poptI.c:300 msgid "print percentages as package installs" msgstr "během instalace balíčku zobrazit procenta" -#: lib/poptI.c:371 +#: lib/poptI.c:302 msgid "relocate the package to <dir>, if relocatable" msgstr "přemístit soubory do <adr>, jsou-li přemístitelné" -#: lib/poptI.c:372 +#: lib/poptI.c:303 msgid "<dir>" msgstr "<adresář>" -#: lib/poptI.c:374 +#: lib/poptI.c:305 msgid "relocate files from path <old> to <new>" msgstr "přemístit soubory ze <staré_cesty> do <nové_cesty>" -#: lib/poptI.c:375 +#: lib/poptI.c:306 msgid "<old>=<new>" msgstr "<stará_cesta>=<nová_cesta>" -#: lib/poptI.c:378 +#: lib/poptI.c:309 msgid "save erased package files by repackaging" msgstr "uchovat smazané soubory pomocí přebalení" -#: lib/poptI.c:381 -msgid "ignore file conflicts between packages" -msgstr "" +#: lib/poptI.c:312 +msgid "install even if the package replaces installed files" +msgstr "instalovat, i když balíček přepíše existující soubory" -#: lib/poptI.c:384 +#: lib/poptI.c:315 msgid "reinstall if the package is already present" msgstr "přeinstalovat, i když je již balíček přítomen" -#: lib/poptI.c:386 +#: lib/poptI.c:317 #, fuzzy msgid "deinstall new, reinstall old, package(s), back to <date>" msgstr "odinstalovat nové balíčky, reinstalovat staré balíčky zpět do data" -#: lib/poptI.c:387 lib/poptI.c:390 +#: lib/poptI.c:318 msgid "<date>" msgstr "<datum>" -#: lib/poptI.c:389 -msgid "If transaction fails rollback to <date>" -msgstr "" - -#: lib/poptI.c:392 -msgid "Exclude Transaction I.D. from rollback" -msgstr "" - -#: lib/poptI.c:393 -#, fuzzy -msgid "<tid>" -msgstr "<adresář>" - -#: lib/poptI.c:395 +#: lib/poptI.c:320 msgid "don't install, but tell if it would work or not" msgstr "neinstalovat ale sdělit, zda-li by to fungovalo či nikoli" -#: lib/poptI.c:398 +#: lib/poptI.c:323 msgid "upgrade package(s)" msgstr "aktualizace balíčku" -#: lib/poptQV.c:119 +#: lib/poptQV.c:95 msgid "query/verify all packages" msgstr "dotázat/ověřit všechny balíčky" -#: lib/poptQV.c:121 +#: lib/poptQV.c:97 #, fuzzy msgid "rpm checksig mode" msgstr "režim kontroly" -#: lib/poptQV.c:123 +#: lib/poptQV.c:99 msgid "query/verify package(s) owning file" msgstr "dotaz/ověření balíčků vlastnícího soubor" -#: lib/poptQV.c:125 -msgid "query/verify package(s) in group" -msgstr "dotaz/ověření balíčků ve skupině" - -#: lib/poptQV.c:127 -#, fuzzy -msgid "query/verify a package file" -msgstr "dotázat/ověřit všechny balíčky" - -#: lib/poptQV.c:130 +#: lib/poptQV.c:101 #, fuzzy -msgid "query/verify package(s) from TOP file tree walk" -msgstr "dotaz/ověření balíčků ve skupině" +msgid "query/verify package(s) with file identifier" +msgstr "dotaz/ověření balíčků vlastnícího soubor" -#: lib/poptQV.c:132 -#, fuzzy -msgid "query/verify package(s) from system HDLIST" +#: lib/poptQV.c:103 +msgid "query/verify package(s) in group" msgstr "dotaz/ověření balíčků ve skupině" -#: lib/poptQV.c:135 +#: lib/poptQV.c:105 #, fuzzy -msgid "query/verify package(s) with source package identifier" -msgstr "dotaz/ověření balíčků vlastnícího soubor" - -#: lib/poptQV.c:137 -#, fuzzy -msgid "query/verify package(s) with package identifier" +msgid "query/verify package(s) with header identifier" msgstr "dotaz/ověření balíčků vlastnícího soubor" -#: lib/poptQV.c:139 +#: lib/poptQV.c:107 #, fuzzy -msgid "query/verify package(s) with header identifier" -msgstr "dotaz/ověření balíčků vlastnícího soubor" +msgid "query/verify a package file" +msgstr "dotázat/ověřit všechny balíčky" -#: lib/poptQV.c:141 +#: lib/poptQV.c:109 #, fuzzy -msgid "query/verify package(s) with file identifier" +msgid "query/verify package(s) with package identifier" msgstr "dotaz/ověření balíčků vlastnícího soubor" -#: lib/poptQV.c:144 +#: lib/poptQV.c:111 msgid "rpm query mode" msgstr "režim dotazů" -#: lib/poptQV.c:146 +#: lib/poptQV.c:113 #, fuzzy msgid "query/verify a header instance" msgstr "dotaz/ověření balíčků vlastnícího soubor" -#: lib/poptQV.c:148 +#: lib/poptQV.c:115 msgid "query a spec file" msgstr "dotaz na spec soubor" -#: lib/poptQV.c:148 lib/poptQV.c:150 rpmio/rpmmtree.c:3565 +#: lib/poptQV.c:115 msgid "<spec>" msgstr "<spec>" -#: lib/poptQV.c:150 -#, fuzzy -msgid "query source metadata from spec file parse" -msgstr "vytvoření zdrojového balíčku podle <spec_soubor>" - -#: lib/poptQV.c:152 +#: lib/poptQV.c:117 #, fuzzy msgid "query/verify package(s) from install transaction" msgstr "dotaz/ověření balíčků ve skupině" -#: lib/poptQV.c:154 +#: lib/poptQV.c:119 msgid "query the package(s) triggered by the package" msgstr "dotaz na balíčky aktivované balíčkem" -#: lib/poptQV.c:156 +#: lib/poptQV.c:121 msgid "rpm verify mode" msgstr "režim kontroly" -#: lib/poptQV.c:158 +#: lib/poptQV.c:123 msgid "query/verify the package(s) which require a dependency" msgstr "dotaz/ověření balíčků vyžadujících závislost" -#: lib/poptQV.c:160 -#, fuzzy -msgid "query/verify the package(s) which require any contained provide" -msgstr "dotaz/ověření balíčků vyžadujících závislost" - -#: lib/poptQV.c:164 +#: lib/poptQV.c:125 msgid "query/verify the package(s) which provide a dependency" msgstr "dotaz/ověření balíčků poskytujících závislost" -#: lib/poptQV.c:167 -msgid "create transaction set" -msgstr "" - -#: lib/poptQV.c:169 -msgid "do not order transaction set" -msgstr "" - -#: lib/poptQV.c:171 -#, fuzzy -msgid "do not glob arguments" -msgstr "k dotazu nezadány žádné parametry" - -#: lib/poptQV.c:173 -msgid "do not process non-package files as manifests" -msgstr "" - -#: lib/poptQV.c:175 -#, fuzzy -msgid "do not read headers" -msgstr "Špatná nebo nečitelná hlavička" - -#: lib/poptQV.c:276 +#: lib/poptQV.c:226 msgid "list all configuration files" msgstr "vypsat všechny konfigurační soubory" -#: lib/poptQV.c:278 +#: lib/poptQV.c:228 msgid "list all documentation files" msgstr "vypsat všechny soubory s dokumentací" -#: lib/poptQV.c:280 +#: lib/poptQV.c:230 msgid "dump basic file information" msgstr "zobrazit základní informace o souborech" -#: lib/poptQV.c:284 +#: lib/poptQV.c:234 msgid "list files in package" msgstr "vypsat soubory v balíčku" -#: lib/poptQV.c:293 lib/poptQV.c:340 -#, fuzzy, c-format -msgid "skip %%config files" -msgstr "vynechat %%license soubory" - -#: lib/poptQV.c:296 lib/poptQV.c:343 -#, fuzzy, c-format -msgid "skip %%doc files" -msgstr "vynechat %%ghost soubory" - -#: lib/poptQV.c:299 +#: lib/poptQV.c:239 #, c-format msgid "skip %%ghost files" msgstr "vynechat %%ghost soubory" -#: lib/poptQV.c:303 +#: lib/poptQV.c:243 #, c-format msgid "skip %%license files" msgstr "vynechat %%license soubory" -#: lib/poptQV.c:306 +#: lib/poptQV.c:246 #, c-format msgid "skip %%readme files" msgstr "vynechat %%readme soubory" -#: lib/poptQV.c:312 +#: lib/poptQV.c:252 msgid "use the following query format" msgstr "použij následující formát dotazů" -#: lib/poptQV.c:312 -msgid "QUERYFORMAT" -msgstr "" - -#: lib/poptQV.c:314 +#: lib/poptQV.c:254 msgid "substitute i18n sections into spec file" msgstr "nahradit i18n sekce do spec souboru" -#: lib/poptQV.c:316 +#: lib/poptQV.c:256 msgid "display the states of the listed files" msgstr "zobrazit stav vypsaných souborů" -#: lib/poptQV.c:358 +#: lib/poptQV.c:282 msgid "don't verify size of files" msgstr "nekontrolovat velikost souborů" -#: lib/poptQV.c:361 +#: lib/poptQV.c:285 msgid "don't verify symlink path of files" msgstr "nekontrolovat cesty symbolických linek" -#: lib/poptQV.c:364 +#: lib/poptQV.c:288 msgid "don't verify owner of files" msgstr "nekontrolovat vlastníka souborů" -#: lib/poptQV.c:367 +#: lib/poptQV.c:291 msgid "don't verify group of files" msgstr "nekontrolovat skupinu souborů" -#: lib/poptQV.c:370 +#: lib/poptQV.c:294 msgid "don't verify modification time of files" msgstr "nekontrolovat čas změny souboru" -#: lib/poptQV.c:373 lib/poptQV.c:376 +#: lib/poptQV.c:297 lib/poptQV.c:300 msgid "don't verify mode of files" msgstr "nekontrolovat mód souborů" -#: lib/poptQV.c:379 -#, fuzzy -msgid "don't verify file security contexts" -msgstr "nekontrolovat soubory v balíčku" - -#: lib/poptQV.c:381 +#: lib/poptQV.c:303 msgid "don't verify files in package" msgstr "nekontrolovat soubory v balíčku" -#: lib/poptQV.c:384 lib/poptQV.c:387 +#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:274 msgid "don't verify package dependencies" msgstr "nekontrolovat závislosti balíčků" -#: lib/poptQV.c:392 lib/poptQV.c:396 lib/poptQV.c:399 lib/poptQV.c:402 +#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 #, fuzzy msgid "don't execute verify script(s)" msgstr "nespouštět %verifyscript (pokud existuje)" -#: lib/poptQV.c:436 +#: lib/poptQV.c:348 +#, fuzzy +msgid "don't verify GPG V3 DSA signature(s)" +msgstr "nekontrolovat SHA1 digest v hlavičce" + +#: lib/poptQV.c:351 +#, fuzzy +msgid "don't verify PGP V3 RSA/MD5 signature(s)" +msgstr "nekontrolovat MD5 souborů v balíčku" + +#: lib/poptQV.c:366 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "podepsat balíček (zahodit aktuální podpis)" -#: lib/poptQV.c:438 +#: lib/poptQV.c:368 #, fuzzy msgid "verify package signature(s)" msgstr "ověřit podpis v balíčku" -#: lib/poptQV.c:440 -#, fuzzy -msgid "delete package signatures" -msgstr "ověřit podpis v balíčku" - -#: lib/poptQV.c:442 +#: lib/poptQV.c:370 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:444 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "podepsat balíček (zahodit aktuální podpis)" -#: lib/poptQV.c:446 +#: lib/poptQV.c:374 msgid "generate signature" msgstr "generovat PGP/GPG podpis" -#: lib/poptQV.c:449 -msgid "specify trust metric" -msgstr "" - -#: lib/poptQV.c:452 -msgid "set ultimate trust when importing pubkey(s)" -msgstr "" - -#: lib/poptQV.c:455 -msgid "unset ultimate trust when importing pubkey(s)" -msgstr "" +#: lib/psm.c:254 rpmdb/header_internal.c:164 +#, c-format +msgid "Data type %d not supported\n" +msgstr "Datový typ %d není podporován\n" -#: lib/psm.c:225 +#: lib/psm.c:460 msgid "source package expected, binary found\n" msgstr "očekávám balíček se zdrojovými kódy, nalezen však binární\n" -#: lib/psm.c:328 lib/psm.c:344 -#, c-format -msgid "cannot write to %%%s %s\n" -msgstr "nemohu zapsat do %%%s %s\n" - -#: lib/psm.c:380 +#: lib/psm.c:579 msgid "source package contains no .spec file\n" msgstr "zdrojový balíček neobsahuje .spec soubor\n" -#: lib/psm.c:935 lib/rpmfc.c:106 +#: lib/psm.c:939 #, c-format -msgid "Couldn't fork %s: %s\n" -msgstr "Nemohu provést fork %s: %s\n" +msgid "%s: waitpid(%d) rc %d status %x\n" +msgstr "" + +#: lib/psm.c:1018 +#, c-format +msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" +msgstr "" + +#: lib/psm.c:1026 +#, c-format +msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" +msgstr "" + +#: lib/psm.c:1190 +#, c-format +msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" +msgstr "" -#: lib/psm.c:946 +#: lib/psm.c:1213 #, fuzzy, c-format -msgid "%s(%s) scriptlet failed, waitpid(%d) rc %d: %s\n" +msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s: scriptlet %s selhal (%d), přeskakuji %s-%s-%s\n" -#: lib/psm.c:955 +#: lib/psm.c:1219 #, fuzzy, c-format -msgid "%s(%s) scriptlet failed, signal %d\n" +msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "provedení %s skripletu z %s-%s-%s selhalo, návratový kód: %d\n" -#: lib/psm.c:961 +#: lib/psm.c:1626 #, fuzzy, c-format -msgid "%s(%s) scriptlet failed, exit status %d\n" -msgstr "provedení %s skripletu z %s-%s-%s selhalo, návratový kód: %d\n" +msgid "%s: %s has %d files, test = %d\n" +msgstr "%s: %s-%s-%s obsahuje %d souborů, test = %d\n" -#: lib/psm.c:1911 +#: lib/psm.c:1751 #, fuzzy, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "%s: scriptlet %s selhal (%d), přeskakuji %s-%s-%s\n" -#: lib/psm.c:2032 +#: lib/psm.c:1860 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Nemohu přečíst hlavičku z %s: %s\n" -#: lib/psm.c:2159 +#: lib/psm.c:1906 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "uživatel %s neexistuje - použit uživatel root\n" + +#: lib/psm.c:1915 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "skupina %s neexistuje - použita skupina root\n" + +#: lib/psm.c:1963 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "rozbalování archívu selhalo %s%s: %s\n" -#: lib/psm.c:2160 +#: lib/psm.c:1964 msgid " on file " msgstr " na souboru " -#: lib/psm.c:2343 +#: lib/psm.c:2161 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "nemohu otevřít %s: %s\n" -#: lib/psm.c:2346 +#: lib/psm.c:2164 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s selhalo\n" -#: lib/query.c:142 +#: lib/query.c:122 lib/rpmts.c:430 #, c-format msgid "incorrect format: %s\n" msgstr "nesprávný formát: %s\n" -#: lib/query.c:206 +#. @-boundswrite@ +#: lib/query.c:181 msgid "(contains no files)" msgstr "(neobsahuje žádné soubory)" -#: lib/query.c:294 +#: lib/query.c:246 msgid "normal " msgstr "normální " -#: lib/query.c:297 +#: lib/query.c:249 msgid "replaced " msgstr "nahrazen " -#: lib/query.c:300 +#: lib/query.c:252 msgid "not installed " msgstr "neinstalován " -#: lib/query.c:303 +#: lib/query.c:255 msgid "net shared " msgstr "sdílen v síti " -#: lib/query.c:306 -msgid "wrong color " -msgstr "" - -#: lib/query.c:309 +#: lib/query.c:258 msgid "(no state) " msgstr "(chybí stav) " -#: lib/query.c:312 +#: lib/query.c:261 #, c-format msgid "(unknown %3d) " msgstr "(neznámý %3d) " -#: lib/query.c:329 lib/query.c:359 +#: lib/query.c:279 #, fuzzy -msgid "package without owner/group tags\n" +msgid "package has not file owner/group lists\n" +msgstr "balíček nemá vlastníka souboru ani seznamy id\n" + +#: lib/query.c:312 +msgid "package has neither file owner or id lists\n" msgstr "balíček nemá vlastníka souboru ani seznamy id\n" -#: lib/query.c:476 +#: lib/query.c:408 +#, c-format +msgid "can't query %s: %s\n" +msgstr "nemohu provést dotaz %s: %s\n" + +#: lib/query.c:569 lib/query.c:616 lib/rpminstall.c:123 lib/rpminstall.c:455 +#: lib/rpminstall.c:586 lib/rpminstall.c:995 lib/rpmts.c:441 +#: tools/rpmgraph.c:127 tools/rpmgraph.c:164 +#, c-format +msgid "open of %s failed: %s\n" +msgstr "otevření %s selhalo: %s\n" + +#: lib/query.c:584 +#, c-format +msgid "query of %s failed\n" +msgstr "dotaz na %s se nezdařil\n" + +#: lib/query.c:594 +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:627 lib/rpminstall.c:599 +#, fuzzy, c-format +msgid "%s: not an rpm package (or package manifest): %s\n" +msgstr "žádný balíček neaktivuje %s\n" + +#: lib/query.c:671 +#, 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:692 +msgid "no packages\n" +msgstr "žádné balíčky\n" + +#: lib/query.c:712 #, c-format msgid "group %s does not contain any packages\n" msgstr "skupina %s neobsahuje žádné balíčky\n" -#: lib/query.c:485 +#: lib/query.c:722 #, c-format msgid "no package triggers %s\n" msgstr "žádný balíček neaktivuje %s\n" -#: lib/query.c:500 lib/query.c:523 lib/query.c:545 lib/query.c:580 +#: lib/query.c:736 lib/query.c:758 lib/query.c:779 lib/query.c:814 #, fuzzy, c-format msgid "malformed %s: %s\n" msgstr "nemohu zjistit stav %s: %s\n" -#: lib/query.c:512 lib/query.c:529 lib/query.c:556 lib/query.c:585 +#: lib/query.c:746 lib/query.c:764 lib/query.c:789 lib/query.c:819 #, fuzzy, c-format msgid "no package matches %s: %s\n" msgstr "žádný balíček neaktivuje %s\n" -#: lib/query.c:596 +#: lib/query.c:830 #, c-format msgid "no package requires %s\n" msgstr "žádný balíček nevyžaduje %s\n" -#: lib/query.c:607 +#: lib/query.c:841 #, c-format msgid "no package provides %s\n" msgstr "žádný balíček neposkytuje %s\n" -#: lib/query.c:641 +#: lib/query.c:875 #, c-format msgid "file %s: %s\n" msgstr "soubor %s: %s\n" -#: lib/query.c:644 +#: lib/query.c:879 #, c-format msgid "file %s is not owned by any package\n" msgstr "soubor %s nevlastní žádný balíček\n" -#: lib/query.c:669 +#: lib/query.c:906 #, c-format msgid "invalid package number: %s\n" msgstr "neplatné číslo balíčku: %s\n" -#: lib/query.c:676 +#: lib/query.c:909 +#, c-format +msgid "package record number: %u\n" +msgstr "záznam balíčku číslo: %u\n" + +#: lib/query.c:914 #, c-format msgid "record %u could not be read\n" msgstr "záznam %u nelze přečíst\n" -#: lib/query.c:686 lib/query.c:692 lib/rpminstall.c:745 +#: lib/query.c:925 lib/rpminstall.c:771 #, c-format msgid "package %s is not installed\n" msgstr "balíček %s není nainstalován\n" -#: lib/rpmal.c:767 +#: lib/rpmal.c:693 #, fuzzy msgid "(added files)" msgstr "Špatný soubor: %s: %s\n" -#: lib/rpmal.c:845 +#: lib/rpmal.c:770 #, fuzzy msgid "(added provide)" msgstr "%s: %-45s ANO (přidáno poskytuje)\n" -#: lib/rpmchecksig.c:61 lib/rpmchecksig.c:1142 +#: lib/rpmchecksig.c:56 #, c-format msgid "%s: open failed: %s\n" msgstr "%s: otevření selhalo: %s\n" -#: lib/rpmchecksig.c:73 -#, fuzzy -msgid "rpmTempFile failed\n" +#: lib/rpmchecksig.c:68 +msgid "makeTempFile failed\n" msgstr "makeTempFile selhalo\n" -#: lib/rpmchecksig.c:113 +#: lib/rpmchecksig.c:112 #, c-format msgid "%s: Fwrite failed: %s\n" msgstr "%s: Fwrite selhalo: %s\n" -#: lib/rpmchecksig.c:123 +#: lib/rpmchecksig.c:210 lib/rpmchecksig.c:703 #, fuzzy, c-format -msgid "%s: Fflush failed: %s\n" -msgstr "%s: Fseek selhal: %s\n" +msgid "%s: not an rpm package\n" +msgstr "parametr není RPM balíček\n" -#: lib/rpmchecksig.c:376 +#: lib/rpmchecksig.c:215 +#, c-format +msgid "%s: Can't sign v1 packaging\n" +msgstr "" + +#: lib/rpmchecksig.c:219 +#, c-format +msgid "%s: Can't re-sign v2 packaging\n" +msgstr "" + +#: lib/rpmchecksig.c:327 #, c-format msgid "%s: was already signed by key ID %s, skipping\n" msgstr "" -#: lib/rpmchecksig.c:742 +#: lib/rpmchecksig.c:358 +#, fuzzy, c-format +msgid "%s: writeLead failed: %s\n" +msgstr "%s: Fwrite selhalo: %s\n" + +#: lib/rpmchecksig.c:364 +#, fuzzy, c-format +msgid "%s: rpmWriteSignature failed: %s\n" +msgstr "%s: Fwrite selhalo: %s\n" + +#: lib/rpmchecksig.c:568 #, fuzzy, c-format -msgid "%s: import read failed(%d).\n" +msgid "%s: import read failed.\n" msgstr "%s: readLead selhalo\n" -#: lib/rpmchecksig.c:754 +#: lib/rpmchecksig.c:573 +#, c-format +msgid "%s: not an armored public key.\n" +msgstr "" + +#: lib/rpmchecksig.c:580 #, fuzzy, c-format msgid "%s: import failed.\n" msgstr "%s: readLead selhalo\n" -#: lib/rpmchecksig.c:806 -#, fuzzy -msgid "headerGet failed" +#: lib/rpmchecksig.c:615 +#, fuzzy, c-format +msgid "%s: headerRead failed\n" msgstr "%s: readLead selhalo\n" -#: lib/rpmchecksig.c:807 -#, fuzzy -msgid "failed to retrieve original header\n" -msgstr "Nemohu zapsat hlavičku do %s: %s\n" - -#: lib/rpmchecksig.c:829 rpmdb/pkgio.c:520 rpmdb/pkgio.c:704 -#: rpmdb/pkgio.c:1282 +#: lib/rpmchecksig.c:629 #, fuzzy, c-format -msgid "XAR file not found (or no XAR support)" -msgstr "Soubor nenalezen: %s\n" +msgid "%s: headerGetEntry failed\n" +msgstr "%s: readLead selhalo\n" -#: lib/rpmchecksig.c:839 -#, fuzzy -msgid "Fread failed" -msgstr "%s: Fread selhalo: %s\n" +#: lib/rpmchecksig.c:709 +#, c-format +msgid "%s: No signature available (v1.0 RPM)\n" +msgstr "" -#: lib/rpmchecksig.c:1067 +#: lib/rpmchecksig.c:972 #, fuzzy -msgid "NOT_OK" +msgid "NOT OK" msgstr "NE " -#: lib/rpmchecksig.c:1068 lib/rpmchecksig.c:1082 +#: lib/rpmchecksig.c:973 lib/rpmchecksig.c:987 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:1070 lib/rpmchecksig.c:1084 +#: lib/rpmchecksig.c:975 lib/rpmchecksig.c:989 msgid ") " msgstr "" -#: lib/rpmchecksig.c:1071 lib/rpmchecksig.c:1085 +#: lib/rpmchecksig.c:976 lib/rpmchecksig.c:990 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:1073 lib/rpmchecksig.c:1087 +#: lib/rpmchecksig.c:978 lib/rpmchecksig.c:992 msgid ")" msgstr "" -#: lib/rpmchecksig.c:1081 +#: lib/rpmchecksig.c:986 msgid "OK" msgstr "" -#: lib/rpmds.c:900 lib/rpmds.c:3665 +#: lib/rpmds.c:477 lib/rpmds.c:647 msgid "NO " msgstr "NE " -#: lib/rpmds.c:900 lib/rpmds.c:3665 +#: lib/rpmds.c:477 lib/rpmds.c:647 msgid "YES" msgstr "ANO" -#: lib/rpmds.c:1383 -msgid "PreReq:, Provides:, and Obsoletes: dependencies support versions." -msgstr "" - -#: lib/rpmds.c:1386 -msgid "file name(s) stored as (dirName,baseName,dirIndex) tuple, not as path." -msgstr "" - -#: lib/rpmds.c:1390 -msgid "package payload can be compressed using bzip2." -msgstr "" - -#: lib/rpmds.c:1394 -msgid "package payload file(s) have \"./\" prefix." -msgstr "" - -#: lib/rpmds.c:1397 -msgid "package name-version-release is not implicitly provided." -msgstr "" - -#: lib/rpmds.c:1400 -msgid "header tags are always sorted after being loaded." -msgstr "" - -#: lib/rpmds.c:1403 -msgid "the scriptlet interpreter can use arguments from header." -msgstr "" - -#: lib/rpmds.c:1406 -msgid "a hardlink file set may be installed without being complete." -msgstr "" - -#: lib/rpmds.c:1409 -msgid "package scriptlets may access the rpm database while installing." -msgstr "" - -#: lib/rpmds.c:1413 -#, fuzzy -msgid "internal support for lua scripts." -msgstr "- není podporováno pro řetězce\n" - -#: lib/rpmds.c:1417 -msgid "header tag data can be of type uint64_t." -msgstr "" - -#: lib/rpmds.c:1420 -msgid "package payload can be in ustar tar archive format." -msgstr "" - -#: lib/rpmds.c:1423 -msgid "package payload can be compressed using lzma." -msgstr "" - -#: lib/rpmds.c:1426 -msgid "file digests can be other than MD5." -msgstr "" - -#: lib/rpmds.c:1430 -msgid "package payload can be in ar archive format." -msgstr "" - -#: lib/rpmds.c:1521 lib/rpmds.c:3495 -#, c-format -msgid "%s:%d \"%s\" has invalid name. Skipping ...\n" -msgstr "" - -#: lib/rpmds.c:1544 lib/rpmds.c:3512 -#, c-format -msgid "%s:%d \"%s\" has no comparison operator. Skipping ...\n" -msgstr "" - -#: lib/rpmds.c:1555 lib/rpmds.c:3527 -#, c-format -msgid "%s:%d \"%s\" has no EVR string. Skipping ...\n" -msgstr "" - -#: lib/rpmds.c:3494 lib/rpmds.c:3511 lib/rpmds.c:3523 -#, c-format -msgid "running \"%s\" pipe command\n" -msgstr "" - -#: lib/rpmds.c:3525 -#, c-format -msgid "" -"\tline %d: No EVR comparison value found.\n" -" Skipping ..." -msgstr "" - -#: lib/rpmds.c:3630 +#: lib/rpmds.c:613 #, fuzzy, c-format msgid "" "The \"B\" dependency needs an epoch (assuming same epoch as \"A\")\n" @@ -2604,2899 +2529,1321 @@ "Závislost \"B\" potřebuje období (předpokládáno stejné jako \"A\")\n" "\tA %s\tB %s\n" -#: lib/rpmds.c:3664 +#: lib/rpmds.c:646 #, c-format msgid " %s A %s\tB %s\n" msgstr " %s A %s\tB %s\n" -#: lib/rpmfc.c:101 -#, c-format -msgid "Couldn't exec %s: %s\n" -msgstr "Nemohu spustit %s: %s\n" - -#: lib/rpmfc.c:196 -#, c-format -msgid "Command \"%s\" failed, exit(%d)\n" -msgstr "" +#. @=branchstate@ +#: lib/rpmds.c:670 +#, fuzzy, c-format +msgid "package %s has unsatisfied %s: %s\n" +msgstr "balíček %s-%s-%s má nesplněné požadavky: %s\n" -#: lib/rpmfc.c:201 -#, c-format -msgid "failed to write all data to %s\n" -msgstr "Nemohu zapsat všechna data do %s\n" +#: lib/rpmfi.c:603 +#, fuzzy +msgid "========== relocations\n" +msgstr "========== ukládání tsort relací\n" -#: lib/rpmfc.c:1277 +#: lib/rpmfi.c:607 #, fuzzy, c-format -msgid "Finding %s: %s\n" -msgstr "Hledám %s: (použit %s)...\n" +msgid "%5d exclude %s\n" +msgstr "OS je vyřazen: %s\n" -#: lib/rpmfc.c:1282 lib/rpmfc.c:1294 -#, c-format -msgid "Failed to find %s:\n" -msgstr "Selhalo vyhledání %s:\n" +#: lib/rpmfi.c:610 +#, fuzzy, c-format +msgid "%5d relocate %s -> %s\n" +msgstr "%s vytvořen jako %s\n" -#: lib/rpmgi.c:99 lib/rpminstall.c:124 lib/rpmrollback.c:162 lib/rpmts.c:412 -#: rpmio/rpmdigest.c:127 -#, c-format -msgid "open of %s failed: %s\n" -msgstr "otevření %s selhalo: %s\n" +#: lib/rpmfi.c:680 +#, fuzzy, c-format +msgid "excluding multilib path %s%s\n" +msgstr "Provádění(%s): %s\n" -#: lib/rpmgi.c:424 +#: lib/rpmfi.c:746 #, fuzzy, c-format -msgid "unknown tag: \"%s\"\n" -msgstr "neznámá značka" +msgid "excluding %s %s\n" +msgstr "Provádění(%s): %s\n" -#: lib/rpmgi.c:772 -#, fuzzy -msgid "Failed dependencies:\n" -msgstr "chybné závislosti při sestavování:\n" +#: lib/rpmfi.c:756 +#, fuzzy, c-format +msgid "relocating %s to %s\n" +msgstr "Provádění(%s): %s\n" -#: lib/rpmgi.c:777 lib/rpminstall.c:280 -msgid " Suggested resolutions:\n" -msgstr "" +#: lib/rpmfi.c:835 +#, fuzzy, c-format +msgid "relocating directory %s to %s\n" +msgstr "nemohu provést dotaz %s: %s\n" -#: lib/rpminstall.c:192 +#: lib/rpminstall.c:186 msgid "Preparing..." msgstr "" -#: lib/rpminstall.c:194 +#: lib/rpminstall.c:188 #, fuzzy msgid "Preparing packages for installation..." msgstr "nezadány žádné balíčky pro instalaci" -#: lib/rpminstall.c:212 +#: lib/rpminstall.c:206 msgid "Repackaging..." msgstr "" -#: lib/rpminstall.c:214 +#: lib/rpminstall.c:208 msgid "Repackaging erased files..." msgstr "" -#: lib/rpminstall.c:233 +#: lib/rpminstall.c:227 msgid "Upgrading..." msgstr "" -#: lib/rpminstall.c:235 +#: lib/rpminstall.c:229 #, fuzzy msgid "Upgrading packages..." msgstr "aktualizace balíčku" -#: lib/rpminstall.c:294 -#, fuzzy -msgid "Failed dependencies" -msgstr "chybné závislosti při sestavování:\n" +#: lib/rpminstall.c:387 +#, fuzzy, c-format +msgid "Adding goal: %s\n" +msgstr "Hledám %s: (použit