diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-02 14:31:08 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-02 14:31:08 +0300 |
commit | 6fcc1adf9ed140eec75aeba2a72e0bcc5419b43b (patch) | |
tree | dec68934b9d83831601528d55d8860e074fcfd02 /po | |
parent | c2496746ed92d1a18288a8f8cfd27ac6a44230cf (diff) | |
download | rpm-6fcc1adf9ed140eec75aeba2a72e0bcc5419b43b.tar.gz rpm-6fcc1adf9ed140eec75aeba2a72e0bcc5419b43b.tar.bz2 rpm-6fcc1adf9ed140eec75aeba2a72e0bcc5419b43b.zip |
Update translations again to pick up strings moving around etc
Diffstat (limited to 'po')
-rw-r--r-- | po/ca.po | 512 | ||||
-rw-r--r-- | po/cs.po | 504 | ||||
-rw-r--r-- | po/da.po | 510 | ||||
-rw-r--r-- | po/de.po | 516 | ||||
-rw-r--r-- | po/es.po | 520 | ||||
-rw-r--r-- | po/fi.po | 491 | ||||
-rw-r--r-- | po/fr.po | 524 | ||||
-rw-r--r-- | po/is.po | 495 | ||||
-rw-r--r-- | po/it.po | 510 | ||||
-rw-r--r-- | po/ja.po | 494 | ||||
-rw-r--r-- | po/ko.po | 502 | ||||
-rw-r--r-- | po/ms.po | 493 | ||||
-rw-r--r-- | po/nb.po | 509 | ||||
-rw-r--r-- | po/nl.po | 487 | ||||
-rw-r--r-- | po/pl.po | 508 | ||||
-rw-r--r-- | po/pt.po | 514 | ||||
-rw-r--r-- | po/pt_BR.po | 526 | ||||
-rw-r--r-- | po/rpm.pot | 487 | ||||
-rw-r--r-- | po/ru.po | 516 | ||||
-rw-r--r-- | po/sk.po | 526 | ||||
-rw-r--r-- | po/sl.po | 528 | ||||
-rw-r--r-- | po/sr.po | 502 | ||||
-rw-r--r-- | po/sr@latin.po | 502 | ||||
-rw-r--r-- | po/sv.po | 506 | ||||
-rw-r--r-- | po/tr.po | 528 | ||||
-rw-r--r-- | po/zh_TW.po | 494 |
26 files changed, 6553 insertions, 6651 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2009-04-25 17:36+0100\n" "Last-Translator: Agustí Grau <fedora@softcatala.org>\n" "Language-Team: Catalan <fedora@softcatala.net>\n" @@ -104,7 +104,7 @@ msgstr "Opcions de la base de dades:" msgid "Install/Upgrade/Erase options:" msgstr "Opcions d'instal·lació/actualització/supressió:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Opcions comunes per a tots els modes d'rpm i executables:" @@ -267,7 +267,7 @@ msgstr "" "només es pot especificar l'opció --root (-r) durant la instal·lació, " "supressió, consulta i reconstrucció d'una base de dades" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "els arguments a --root (-r) han de començar per /" @@ -324,81 +324,242 @@ msgstr "no s'han donat arguments per a verificar" msgid "no arguments given" msgstr "no s'han donat arguments" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "el buildroot ja s'ha especificat, s'està ignorant %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"munta amb %prep (desempaqueta els fonts i aplica els pedaços) des del " +"<fitxer d'especificació>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<fitxer d'especificació>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" +"munta amb %build (%prep, després compila) des del <fitxer d'especificació>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"munta amb %install (%prep, %build i després instal·la) des del <fitxer " +"d'especificació>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "verifica la secció %files de <fitxer d'especificació>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "munta els paquets de codi font i binaris de <fitxer d'especificació>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "munta només el paquet binari de <fitxer d'especificació>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "munta només el paquet font de <fitxer d'especificació>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"munta amb %prep (desempaqueta els fonts i aplica els pedaços) des de " +"l'<arxiu tar>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<arxiu tar>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "munta amb %build (%prep, després compila) des de l'<arxiu tar>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "munta amb %install (%prep, %build, instal·la) des de l'<arxiu tar>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verifica la secció %files des de l'<arxiu tar>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "munta els paquets font i binari des de l'<arxiu tar>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "munta el paquet binari des de l'<arxiu tar> només" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "munta els paquets font només des de l'<arxiu tar>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "munta els paquets binaris des de <paquet font>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<paquet font>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "munta amb %install (%prep, %build i instal·la) des del <paquet font>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "omet l'arrel de compilació" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "suprimeix l'arbre del muntatge en acabar" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignora ExcludeArch: directives del fitxer d'especificació" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "depura la màquina d'estat de fitxers" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "no executis cap fase del muntatge" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "no verifiquis les dependències del muntatge" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"genera les capçaleres de paquets compatibles amb l'antic empaquetament rpm2 " +"i 3" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "no verifiquis els resums dels fitxers" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "no verifiquis les capçaleres de la base de dades en obtenir-les" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "no verifiquis les signatures del paquet" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "no acceptis els msgstr d'i18N des d'un fitxer d'especificació" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "suprimeix els fonts en acabar" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "suprimeix el fitxer d'especificació en acabar" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "vés directament a l'etapa especificada (només per a c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "omet plataforma objectiu" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" "Opcions de muntatge amb [ <fitxer d'especificacions> | <arxiu tar> | <paquet " "font> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Han fallat les dependències de muntatge:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "No s'ha pogut obrir el fitxer d'especificacions %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "No s'ha pogut obrir un conducte per al tar: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "No s'ha pogut llegir el fitxer d'especificacions des de %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "No s'ha pogut canviar el nom de %s per %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "No s'ha pogut obtenir l'estat de %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "El fitxer %s no és un fitxer regular.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "El fitxer %s no sembla un fitxer d'especificacions.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "S'estan muntant les plataformes destí: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "S'està muntant per al destí %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "No s'ha pogut obrir el fitxer temporal.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Executant(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Ha fallat l'execució de %s (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "L'estat de sortida de %s (%s) és erroni\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -457,181 +618,176 @@ msgstr "&& i || no són disponibles per a les cadenes\n" msgid "syntax error in expression\n" msgstr "error de sintaxi a l'expressió\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "Error del TIMECHECK: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Manca '(' a %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Manca ')' a %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "L'element %s no és vàlid: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Manca %s a %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "%s() va seguit d'un caràcter que no és un espai en blanc: %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Sintaxi incorrecta: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Especificació de mode incorrecta: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Especificació de dirmode incorrecta: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "La longitud del locale és inhabitual: \"%.*s\" a %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Locale %.*s duplicat a %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "Capacitat invàlida: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "No s'ha muntat amb disponibilitat de fitxers\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Només un argument per a %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Dos fitxers en una línia: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "El fitxer ha de començar amb \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "No es pot mesclar el %%doc especial amb altres formularis: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "L'algorisme %u de resum del fitxer és desconegut, s'està usant MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "El fitxer apareix dues vegades: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "L'enllaç simbòlic apunta al BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "No s'ha trobat el fitxer: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "El fitxer %s és massa gran per a les dades\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: no es pot carregar l'etiqueta incorrecta (%d).\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: ha fallat la clau pública.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: no és una clau pública armada.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "No s'ha expandit la macro %%%s\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "El fitxer ha de començar amb \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "No es permet el glob: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "El glob no ha trobat el fitxer: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "línia: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Fitxer no vàlid: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Propietari/grup incorrecte: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "S'està comprovant fitxers no empaquetats: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -640,12 +796,12 @@ msgstr "" "Hi ha fitxers instal·lats però no empaquetats:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "S'està processant els fitxers: %s-%s-%s.%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "Els binaris dependents de l'arquitectura estan en el paquet noarch\n" @@ -864,30 +1020,30 @@ msgstr "manca el nom a %%changelog\n" msgid "no description in %%changelog\n" msgstr "no hi ha descripció a %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "línia %d: s'ha produït un error en analitzar %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "línia %d: opció incorrecta %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "línia %d: massa noms: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "línia %d: no existeix Package: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "línia %d: segona descripció\n" @@ -977,92 +1133,92 @@ msgstr "El tipus d'icona és desconegut: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "línia %d: l'etiqueta pren un únic testimoni: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "línia %d: caràcter «-» no permès a %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "línia %d: caràcter «-» no permès a %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "línia %d: caràcter «-» no permès a %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "línia %d: l'etiqueta és malament formada: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "línia %d: l'etiqueta és buida: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "línia %d: els prefixos no poden acabar en «/»: %s \n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "línia %d: «Docdir» ha de començar per «/»: %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "línia %d: el camp Epoch ha d'ésser un nombre sense signe: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "línia %d: %s és incorrecte: qualificadors: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "línia %d: el format de «BuildArchitecture» és incorrecte: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "linia %d: Només els subpaquets noarch estan suportats: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "S'ha produït un error intern: l'etiqueta %d és incorrecta\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "línia %d: es requereix la versió: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "L'especificació del paquet és incorrecta: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "El paquet ja existeix: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "línia %d: l'etiqueta és desconeguda: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} no pot estar buit\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} no pot ésser \"/\"\n" @@ -1214,11 +1370,11 @@ msgstr "%s:%d: s'ha obtingut un %%endif sense %%if\n" msgid "malformed %%include statement\n" msgstr "sentència %%include mal formada\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "No s'ha trobat cap arquitectura compatible per al muntatge\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "El paquet no té %%description: %s\n" @@ -1290,170 +1446,6 @@ msgstr "Massa arguments a la línia de dades a %s:%d\n" msgid "Processing policies: %s\n" msgstr "S'està processant els fitxers: %s-%s-%s.%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "el buildroot ja s'ha especificat, s'està ignorant %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"munta amb %prep (desempaqueta els fonts i aplica els pedaços) des del " -"<fitxer d'especificació>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<fitxer d'especificació>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" -"munta amb %build (%prep, després compila) des del <fitxer d'especificació>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"munta amb %install (%prep, %build i després instal·la) des del <fitxer " -"d'especificació>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "verifica la secció %files de <fitxer d'especificació>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "munta els paquets de codi font i binaris de <fitxer d'especificació>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "munta només el paquet binari de <fitxer d'especificació>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "munta només el paquet font de <fitxer d'especificació>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"munta amb %prep (desempaqueta els fonts i aplica els pedaços) des de " -"l'<arxiu tar>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<arxiu tar>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "munta amb %build (%prep, després compila) des de l'<arxiu tar>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "munta amb %install (%prep, %build, instal·la) des de l'<arxiu tar>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verifica la secció %files des de l'<arxiu tar>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "munta els paquets font i binari des de l'<arxiu tar>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "munta el paquet binari des de l'<arxiu tar> només" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "munta els paquets font només des de l'<arxiu tar>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "munta els paquets binaris des de <paquet font>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<paquet font>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "munta amb %install (%prep, %build i instal·la) des del <paquet font>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "omet l'arrel de compilació" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "suprimeix l'arbre del muntatge en acabar" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "genera capçaleres compatibles amb l'empaquetament rpm4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignora ExcludeArch: directives del fitxer d'especificació" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "depura la màquina d'estat de fitxers" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "no executis cap fase del muntatge" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "no verifiquis les dependències del muntatge" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"genera les capçaleres de paquets compatibles amb l'antic empaquetament rpm2 " -"i 3" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "no verifiquis els resums dels fitxers" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "no verifiquis les capçaleres de la base de dades en obtenir-les" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "no verifiquis les signatures del paquet" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "no acceptis els msgstr d'i18N des d'un fitxer d'especificació" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "suprimeix els fonts en acabar" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "suprimeix el fitxer d'especificació en acabar" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "vés directament a l'etapa especificada (només per a c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "omet plataforma objectiu" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1524,7 +1516,7 @@ msgstr "S'està cercant %s: %s\n" msgid "Failed to find %s:\n" msgstr "Ha fallat la cerca de %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" @@ -2692,24 +2684,24 @@ msgstr "no es pot obrir %s: %s\n" msgid "Installing %s\n" msgstr "S'està instal·lant %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "no és un paquet rpm" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "tipus de signatura invàlida" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "versió d'empaquetat RPM no suportada" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "ha fallat la lectura: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "no és un paquet rpm" @@ -2969,7 +2961,7 @@ msgstr "falta ')' a l'etiqueta del paquet: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: ha fallat la lectura de la clau pública.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "crea un conjunt de transaccions" @@ -3618,6 +3610,12 @@ msgstr "%s: ha fallat la lectura del manifest: %s\n" msgid "don't verify header+payload signature" msgstr "no verifiquis la signatura de la capçalera i les dades" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "Error del TIMECHECK: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "genera capçaleres compatibles amb l'empaquetament rpm4" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "S'ha produït un error intern en el processament d'arguments (%d)\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2001-07-24 10:02+0100\n" "Last-Translator: Jindrich Novy <jnovy@users.sourceforge.net>\n" "Language-Team: Czech <cs@li.org>\n" @@ -82,7 +82,7 @@ msgstr "Volby databáze:" msgid "Install/Upgrade/Erase options:" msgstr "Volby pro Instalaci/Aktualizaci/Mazání:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Společné volby pro všechny rpm režimy a spustitelné soubory:" @@ -220,7 +220,7 @@ msgstr "" "--root (-r) může být použit jen při instalaci, odstraňování, dotazech nebo " "znovuvytvoření databáze" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "parametry pro --root (-r) musejí začínat znakem /" @@ -277,80 +277,237 @@ msgstr "pro kontrolu nezadány žádné balíčky" msgid "no arguments given" msgstr "nezadány žádné parametry" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot byl již nastaven, ignoruji %s\n" + +#: rpmbuild.c:132 +#, 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>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<spec_soubor>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "sestavení podle %build (%prep, pak kompilace) podle <spec_soubor>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"sestavení podle %install (%prep, %build, pak install) podle <spec_soubor>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "kontrola části %files ve <spec_soubor>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "vytvoření zdrojového a binárního balíčku podle <spec_soubor>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "vytvoření pouze binárního balíčku podle <spec_soubor>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "vytvoření zdrojového balíčku podle <spec_soubor>" + +#: rpmbuild.c:154 +#, 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>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tar_soubor>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "sestavení podle %build (%prep, pak kompilace) z <tar_soubor>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "sestavení podle %%install (%prep, %build, pak install) z <tar_soubor>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "kontrola části %files z <tar_soubor>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "vytvoření zdrojového a binárního balíčku z <tar_soubor>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "vytvoření pouze binárního balíčku z <tar_soubor>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "vytvoření pouze zdrojového balíčku z <tar_soubor>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "vytvoření binárního balíčku ze <zdrojový balíček>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<zdrojový balíček>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "sestavení podle %%install (včetně %prep, %build) ze <zdrojový balíček>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "build root předefinován" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "po dokončení odstranit sestavovací strom" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorovat ExcludeArch: direktivy ve spec souboru" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "ladit nástroj stavu souborů" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "nespouštět žádné etapy vytváření balíčku" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "nekontrolovat závislosti balíčků" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "generovat hlavičky balíčků kompatibilní s RPM verze 2 a 3" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "nekontrolovat souhrny balíčku" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "nekontrolovat získané hlavičky databáze" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "nekontrolovat podpisy balíčku" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "neakceptovat i18N popisky ze spec souboru" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "po dokončení odstranit zdrojové kódy" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "po dokončení odstranit spec soubor" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "přeskočit přímo na určenou etapu (pouze pro c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "cílová platforma předefinována" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" "Sestavovací volby s [ <spec_soubor> | <tar_soubor> | <zdrojový_balíček> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Chybné závislosti při sestavování:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Nelze otevřít spec soubor %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Nelze otevřít rouru pro tar: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Nelze číst spec soubor z %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Nelze přejmenovat %s na %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "nemohu zjistit stav %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Soubor %s není obyčejný soubor.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Nezdá se, že by %s byl spec soubor.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Sestavuji cílové platformy: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Sestavuji pro cíl %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Nelze otevřít dočasný soubor.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Provádění(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Spuštění %s selhalo (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Špatný návratový kód z %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -409,181 +566,176 @@ msgstr "&& a || není podporováno pro řetězce\n" msgid "syntax error in expression\n" msgstr "chyba syntaxe ve výrazu\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK selhal: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Chybí '(' v %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Chybí ')' v %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Neplatný %s token: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Chybějící %s v %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Následuje neprázdný znak %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Špatná syntaxe: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Špatná práva spec: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Špatná práva adresáře: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Neobvyklá délka locale: \"%.*s\" v %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Duplicitní locale %.*s v %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Neplatný %s token: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Jen jeden parametr pro %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Dva soubory na jednom řádku: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Soubor musí začínat na \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, 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:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Soubor uveden dvakrát: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolická linka ukazuje na BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Soubor nenalezen: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: nemohu nahrát neznámou značku (%d).\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: čtení veřejného klíče selhalo.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: není obrněný veřejný klíč.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Selhalo vyhodnocení makra %%%s\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Soubor potřebuje úvodní \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob není dovolen: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Soubor nenalezen globem: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Nemohu otevřít %%files soubor %s: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "řádek: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Špatný soubor: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Špatný vlastník/skupina: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Kontroluji nezabalené soubory: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -592,12 +744,12 @@ msgstr "" "Nalezeny instalované, ale nezabalené soubory:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Zpracovávám soubory: %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -816,30 +968,30 @@ msgstr "chybějící jméno v %%changelog\n" msgid "no description in %%changelog\n" msgstr "žádný popis v %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "řádek %d: Chyba při parsování %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "řádek %d: špatná volba %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "řádek %d: Příliš mnoho jmen: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "řádek %d: Balíček neexistuje: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "řádek %d: Druhé description\n" @@ -929,92 +1081,92 @@ msgstr "Neznámý typ ikony: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "řádek %d: Značka má jen jeden token: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "řádek %d: Nepřípustný znak '-' v %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "řádek %d: Nepřípustný znak '-' v %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "řádek %d: Nepřípustný znak '-' v %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "řádek %d: Počkozená značka: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "řádek %d: Prázdná značka: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, 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:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "řádek %d: Docdir musí začínat na '/': %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "řádek %d: Položka Epoch musí být číslo: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "řádek %d: Špatné určení %s: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "řádek %d: Špatný formát BuildArchitecture: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Interní chyba: Špatná značka: %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "řádek %d: Vyžadována verze: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Špatná specifikace balíčku: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Balíček již existuje: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "řádek %d: Neznámá značka: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot nemůže být prázdný\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot nemůže být \"/\"\n" @@ -1168,11 +1320,11 @@ msgstr "%s:%d: %%endif bez počátečního %%if\n" msgid "malformed %%include statement\n" msgstr "poškozený příkaz %%include\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Nenalezeny žádné kompatibilní architektury pro sestavení\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Balíček nemá žádné %%description: %s\n" @@ -1244,166 +1396,6 @@ msgstr "Příliš mnoho argumentů na datovém řádku na %s:%d\n" msgid "Processing policies: %s\n" msgstr "Zpracovávám soubory: %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot byl již nastaven, ignoruji %s\n" - -#: build/poptBT.c:130 -#, 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:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<spec_soubor>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "sestavení podle %build (%prep, pak kompilace) podle <spec_soubor>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"sestavení podle %install (%prep, %build, pak install) podle <spec_soubor>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "kontrola části %files ve <spec_soubor>" - -#: build/poptBT.c:142 -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:145 -msgid "build binary package only from <specfile>" -msgstr "vytvoření pouze binárního balíčku podle <spec_soubor>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "vytvoření zdrojového balíčku podle <spec_soubor>" - -#: build/poptBT.c:152 -#, 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:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tar_soubor>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "sestavení podle %build (%prep, pak kompilace) z <tar_soubor>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "sestavení podle %%install (%prep, %build, pak install) z <tar_soubor>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "kontrola části %files z <tar_soubor>" - -#: build/poptBT.c:164 -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:167 -msgid "build binary package only from <tarball>" -msgstr "vytvoření pouze binárního balíčku z <tar_soubor>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "vytvoření pouze zdrojového balíčku z <tar_soubor>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "vytvoření binárního balíčku ze <zdrojový balíček>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<zdrojový balíček>" - -#: build/poptBT.c:177 -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:181 -msgid "override build root" -msgstr "build root předefinován" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "po dokončení odstranit sestavovací strom" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "generovat hlavičky kompatibilní s RPM verze 4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignorovat ExcludeArch: direktivy ve spec souboru" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "ladit nástroj stavu souborů" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "nespouštět žádné etapy vytváření balíčku" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "nekontrolovat závislosti balíčků" - -#: build/poptBT.c:195 -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:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "nekontrolovat souhrny balíčku" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "nekontrolovat získané hlavičky databáze" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "nekontrolovat podpisy balíčku" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "neakceptovat i18N popisky ze spec souboru" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "po dokončení odstranit zdrojové kódy" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "po dokončení odstranit spec soubor" - -#: build/poptBT.c:212 -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:214 -msgid "override target platform" -msgstr "cílová platforma předefinována" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1474,7 +1466,7 @@ msgstr "Hledám %s: %s\n" msgid "Failed to find %s:\n" msgstr "Selhalo vyhledání %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "dotaz na spec soubor %s selhal, nemohu parsovat\n" @@ -2626,24 +2618,24 @@ msgstr "nemohu otevřít %s: %s\n" msgid "Installing %s\n" msgstr "Instaluji: %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "není rpm balíček" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "nepovolený typ podpisu" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "nepodporovaná verze RPM balíčku" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "čtení selhalo: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "není rpm balíček" @@ -2899,7 +2891,7 @@ msgstr "chybějící ')' v názvu balíčku: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: čtení veřejného klíče selhalo.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "vytvoř transakční sestavu" @@ -3535,6 +3527,12 @@ msgstr "%s: čtení seznamu selhalo: %s\n" msgid "don't verify header+payload signature" msgstr "neověřuj podpis hlavičky a payloadu" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK selhal: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "generovat hlavičky kompatibilní s RPM verze 4" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Interní chyba při zpracování parametrů (%d) :-(\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2001-04-05 23:03GMT\n" "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n" "Language-Team: Danish <dansk@klid.dk>\n" @@ -83,7 +83,7 @@ msgstr "Databasetilvalg:" msgid "Install/Upgrade/Erase options:" msgstr "" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 #, fuzzy msgid "Common options for all rpm modes and executables:" msgstr "Flles tilvalg for alle rpm-tilstande:" @@ -217,7 +217,7 @@ msgstr "" "--root (-r) kan kun angives ved installation, sletning, foresprgsel og " "genopbygning af databasen" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "parameteren til --root (-r) skal starte med et /" @@ -276,80 +276,240 @@ msgstr "ingen parametre angivet ved verifikation" msgid "no arguments given" msgstr "ingen parametre angivet ved foresprgsel" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "" +"buildroot allerede angivet, ignorerer %s\n" +"\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "opbyg gennem %prep (udpak kilder og pfr lapper) ud fra <spec-fil>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<spec-fil>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "opbyg gennem %build (%prep, s overst) ud fra <spec-fil>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "opbyg gennem %install (%prep, %build, s installr) ud fra <spec-fil>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "verificr afsnittet %files ud fra <spec-fil>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "opbyg kilde- og binrpakke ud fra <spec-fil>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "opbyg kun binrpakke ud fra <spec-fil>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "opbyg kun kildepakke ud fra <spec-fil>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "opbyg gennem %prep (udpak kilder og pfr lapper) ud fra <tararkiv>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tararkiv>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "opbyg gennem %build (%prep, s overst) ud fra <tararkiv>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "opbyg gennem %install (%prep, %build, s installr) ud fra <tararkiv>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verificr afsnittet %files fra <tararkiv>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "opbyg kilde- og binrpakker ud fra <tararkiv>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "opbyg kun binrpakke ud fra <tararkiv>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "opbyg kun kildepakke ud fra <tararkiv>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "opbyg binrpakke ud fra <kildepakke>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<kildepakke>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"opbyg gennem %install (%prep, %build, s installr) ud fra <kildepakke>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "gennemtving opbygningsrod" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "fjern bygge-tr ved afslutning" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorr 'ExcludeArch':-angivelser fra spec-fil" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "udfr ingen stadier af opbygningen" + +#: rpmbuild.c:193 +#, fuzzy +msgid "do not verify build dependencies" +msgstr "undlad at tjekke pakkers afhngighedskrav" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"generr pakkehoved(er), der er kompatible med (gamle) rpm[23]-indpakninger" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +#, fuzzy +msgid "don't verify package digest(s)" +msgstr "undlad at tjekke pakkers afhngighedskrav" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +#, fuzzy +msgid "don't verify database header(s) when retrieved" +msgstr "tjek ikke pakkens arkitektur" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +#, fuzzy +msgid "don't verify package signature(s)" +msgstr "verificr pakkesignatur" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "acceptr ikke i18N msgstr'er fra spec-fil" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "fjern kilder ved afslutning" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "fjern spec-fil ved afslutning" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "spring direkte til angivet stadium (kun for c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "gennemtving mlplatform" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "Opbygningstilvalg med [ <spec-fil> | <tararkiv> | <kildepakke> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr "afhngighedskrav for pakkeopbygning kunne ikke imdekommes:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Kan ikke bne spec-fil %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Kunne ikke bne tar-viderefrsel: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Kunne ikke lse spec-fil fra %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Kunne ikke omdbe %s til %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "kunne ikke finde %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Filen %s er ikke en regulr fil.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Filen %s synes ikke at vre en spec-fil.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Opbygger ml-platforme: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Opbygger for ml %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Kunne ikke bne midlertidig fil.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Udfrer(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Udfrelse af %s mislykkedes (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Fejl-afslutningsstatus fra %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -408,193 +568,188 @@ msgstr "&& og || understttes ikke for strenge\n" msgid "syntax error in expression\n" msgstr "syntaksfejl i udtryk\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK-fejl: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Manglende '(' i %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Manglende ')' i %s %s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Ugyldigt %s-symbol: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "Manglende '(' i %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Ikke-mellemrum efterflger %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Ugyldig syntaks: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Ugyldig tilstandsangivelse: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Ugyldig dirmode-spec: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Anormal locale-lngde: \"%.*s\" i %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Dobbelt locale %.*s i %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Ugyldigt %s-symbol: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Kun et parameter for %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "To filer p n linie: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Fil skal begynde med \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Kan ikke blande special-%%doc med andre former: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Fil angivet to gange: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolsk lnke peger p BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Fil ikke fundet: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead mislykkedes\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Makroen %%%s kunne ikke udfoldes\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Fil krver foranstillet \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "linie %d: Filnavn ikke tilladt: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Fil ikke fundet med glob: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Kunne ikke bne '%%files'-fil %s: %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "linie: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ugyldig fil: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Ugyldig ejer/gruppe: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "udpakning af arkiv mislykkedes%s%s: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Gennemlber filer: %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -818,30 +973,30 @@ msgstr "navn mangler i %%changelog\n" msgid "no description in %%changelog\n" msgstr "ingen beskrivelse i %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "linie %d: Fejl ved tolkning af %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "linie %d: Ugyldigt tilvalg %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "line %d: For mange navne: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "line %d: Pakken eksisterer ikke: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "linie %d: Anden beskrivelse\n" @@ -931,92 +1086,92 @@ msgstr "Ukendt ikontype: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "linie %d: Ugyldigt tilvalg %s: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "linie %d: Ugyldigt tegn '-' i %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "linie %d: Ugyldigt tegn '-' i %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "linie %d: Ugyldigt tegn '-' i %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "linie %d: Forkert udformet mrke: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "linie %d: Tomt mrke: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "linie %d: Prfikser kan ikke ende p \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "linie %d: Docdir skal starte med '/': %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "linie %d: Epoch/Serial-felter skal vre et nummer: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "linie %d: Ugyldig %s: angivere: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "linie %d: Ugyldigt 'BuildArchitecture'-format: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Intern fejl: Falsk mrke %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "linie %d: Version krves %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Ugyldig pakkeangivelse: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Pakken eksisterer allerede: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "linie %d: Ukendt mrke: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot kan ikke vre \"/\": %s\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot kan ikke vre \"/\": %s\n" @@ -1171,12 +1326,12 @@ msgstr "%s:%d: Fik et %%endif uden et %%if\n" msgid "malformed %%include statement\n" msgstr "forkert udfrt '%%include'-kommando\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 #, fuzzy msgid "No compatible architectures found for build\n" msgstr "Ingen arkitekturer, der kan opbygges\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Pakke har ingen %%description: %s\n" @@ -1248,169 +1403,6 @@ msgstr "For mange parametre p datalinie ved %s:%d\n" msgid "Processing policies: %s\n" msgstr "Gennemlber filer: %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "" -"buildroot allerede angivet, ignorerer %s\n" -"\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "opbyg gennem %prep (udpak kilder og pfr lapper) ud fra <spec-fil>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<spec-fil>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "opbyg gennem %build (%prep, s overst) ud fra <spec-fil>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "opbyg gennem %install (%prep, %build, s installr) ud fra <spec-fil>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "verificr afsnittet %files ud fra <spec-fil>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "opbyg kilde- og binrpakke ud fra <spec-fil>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "opbyg kun binrpakke ud fra <spec-fil>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "opbyg kun kildepakke ud fra <spec-fil>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "opbyg gennem %prep (udpak kilder og pfr lapper) ud fra <tararkiv>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tararkiv>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "opbyg gennem %build (%prep, s overst) ud fra <tararkiv>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "opbyg gennem %install (%prep, %build, s installr) ud fra <tararkiv>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verificr afsnittet %files fra <tararkiv>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "opbyg kilde- og binrpakker ud fra <tararkiv>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "opbyg kun binrpakke ud fra <tararkiv>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "opbyg kun kildepakke ud fra <tararkiv>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "opbyg binrpakke ud fra <kildepakke>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<kildepakke>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"opbyg gennem %install (%prep, %build, s installr) ud fra <kildepakke>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "gennemtving opbygningsrod" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "fjern bygge-tr ved afslutning" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "generr hoveder, der er kompatible med rpm4-indpakningsversionen" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignorr 'ExcludeArch':-angivelser fra spec-fil" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "udfr ingen stadier af opbygningen" - -#: build/poptBT.c:193 -#, fuzzy -msgid "do not verify build dependencies" -msgstr "undlad at tjekke pakkers afhngighedskrav" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"generr pakkehoved(er), der er kompatible med (gamle) rpm[23]-indpakninger" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -#, fuzzy -msgid "don't verify package digest(s)" -msgstr "undlad at tjekke pakkers afhngighedskrav" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -#, fuzzy -msgid "don't verify database header(s) when retrieved" -msgstr "tjek ikke pakkens arkitektur" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -#, fuzzy -msgid "don't verify package signature(s)" -msgstr "verificr pakkesignatur" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "acceptr ikke i18N msgstr'er fra spec-fil" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "fjern kilder ved afslutning" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "fjern spec-fil ved afslutning" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "spring direkte til angivet stadium (kun for c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "gennemtving mlplatform" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1481,7 +1473,7 @@ msgstr "Finder %s: (benytter %s)...\n" msgid "Failed to find %s:\n" msgstr "Kunne ikke finde %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "foresprgsel af spec-fil %s mislykkedes, kunne ikke tolkes\n" @@ -2682,26 +2674,26 @@ msgstr "kunne ikke bne %s: %s\n" msgid "Installing %s\n" msgstr "Installerer %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "parameter er ikke en RPM-pakke\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: Ingen tilgngelig signatur\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "lsning mislykkedes: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "parameter er ikke en RPM-pakke\n" @@ -2963,7 +2955,7 @@ msgstr "ugyldigt pakkenummer: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: readLead mislykkedes\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3601,6 +3593,12 @@ msgstr "%s: ls manifest mislykkedes: %s\n" msgid "don't verify header+payload signature" msgstr "verificr pakkesignatur" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK-fejl: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "generr hoveder, der er kompatible med rpm4-indpakningsversionen" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Intern fejl i parameterfortolkningen (%d) :-(\n" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.4.2\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2009-01-11 01:27+0100\n" "Last-Translator: Fabian Affolter <fab@fedoraproject.org>\n" "Language-Team: German <fedora-trans-de@redhat.com>\n" @@ -92,7 +92,7 @@ msgstr "Datenbank-Optionen:" msgid "Install/Upgrade/Erase options:" msgstr "Installations-/Aktualisierungs-/Deinstallationsoptionen:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Gemeinsame Optionen für alle RPM-Modi und Ausführungen:" @@ -239,7 +239,7 @@ msgstr "" "--root (-r) darf nur während der Paket-Installation, -Deinstallation, -" "Abfragen und während Datenbank-Neuerstellungen angegeben werden" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "Argumente für --root (-r) müssen mit einem / beginnen" @@ -296,80 +296,243 @@ msgstr "Es wurden keine Argumente für die Überprüfung angegeben" msgid "no arguments given" msgstr "Es wurden keine Argumente angegeben" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "BuildRoot wurde bereits angegeben, ignoriere %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"%prep (Quellen entpacken, Patches übernehmen) der <Spec-Datei> durchlaufen" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<Spec-Datei>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" +"%build (%prep, anschliessendes Kompilieren) der <Spec-Datei> durchlaufen" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"%install (%prep, %build, anschliessendes Installieren) der <Spec-Datei> " +"durchlaufen" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "Überprüfe %files-Abschnitt der <Spec-Datei>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "Baue Source- und Binär-Paket von <Spec-Datei>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "Baue nur ein Binär-Paket von <Spec-Datei>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "Baue nur ein Source-Paket von <Spec-Datei>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"%prep (Quellen entpacken, Patches übernehmen) des <Tar-Archivs> durchlaufen" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<Tar-Archiv>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" +"%build (%prep, anschliessendes Kompilieren) des <Tar-Archivs> durchlaufen" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"%install (%prep, %build, anschliessendes Installieren) des <Tar-Archivs> " +"durchlaufen" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "Überprüfe %files-Abschnitt des <Tar-Archivs>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "Baue Source- und Binär-Paket vom <Tar-Archiv>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "Baue nur ein Binär-Paket vom <Tar-Archiv>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "Baue nur ein Source-Paket vom <Tar-Archiv>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "Baue ein Binär-Paket vom <Source-Paket>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<Source-Paket>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"%install (%prep, %build, anschliessendes Installieren) des <Source-Pakets> " +"durchlaufen" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "Überschreibe BuildRoot" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "Erstellungsdateibaum nach Beendigung löschen" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ExcludeArch ignorieren: Anweisungen der Spec-Datei" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "Debugge Datei-Status" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "Keine der Phasen des Erstellungsvorganges ausführen" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "Keine Überprüfung der Paket-Abhängigkeiten" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"Generiere Paket-Header, die mit veralteten RPM-Paketen (v2/3) kompatibel sind" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "Paket-Kurzfassung nicht überprüfen" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "Datenbank-Header beim Abrufen nicht überprüfen" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "Paket-Signatur(en) nicht überprüfen" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "Keine i18n-Übersetzungen der Spec-Datei zulassen" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "Quelldateien nach Beendigung löschen" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "Spec-Datei nach Beendigung löschen" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "Springe direkt zur angegeben Phase (nur für c, i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "Überschreibe Zielplattform" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" "Erstellungsoptionen mit [ <Spec-Datei> | <Tar-Archiv> | <Source-Paket> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Fehlgeschlagene Paket-Abhängigkeiten:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Die Spec-Datei %s kann nicht geöffnet werden: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Die Tar-Pipe konnte nicht geöffnet werden: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Konnte Spec-Datei von %s nicht lesen\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Konnte %s nicht in %s umbenennen: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "Aufruf von stat für %s nicht möglich: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Die Datei %s ist keine normale Datei.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Die Datei %s scheint keine Spec-Datei zu sein.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Baue für die Zielplattform(en): %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Baue für das Ziel %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Kann temporäre Datei nicht öffnen.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Ausführung(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Ausführung von %s fehlgeschlagen (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Fehler-Status beim Beenden von %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -428,181 +591,176 @@ msgstr "&& und || nicht unterstützt für Strings\n" msgid "syntax error in expression\n" msgstr "Syntax-Fehler im Ausdruck\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK fehlgeschlagen: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Fehlende '(' bei %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Fehlende ')' bei %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Ungültiges %s Zeichen: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Fehlendes %s bei %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Druckbarem Zeichen folgt %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Ungültiger Syntax: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Ungültige Dateiberechtigungen: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Ungültige Verzeichnisberechtigungen: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Ungewöhnliche Länge der Lokalisierung \"%.*s\" in %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Doppelte Lokalisierung %.*s in %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "Ungültige Fähigkeit: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "Dateifähigkeits-Unterstützung nicht eingebaut\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Nur ein Argument für %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Zwei Dateien in einer Zeile: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Datei muss mit \"/\" beginnen: %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "%%doc kann nicht mit anderen Formaten gemischt werden: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "Unbekannter Datei--Auszug-Algorithmus %u, gehe zurück zu MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Datei doppelt aufgelistet: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolischer Link zeigt auf den BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "Spezifikation fordert ausdrückliche Dateiattribute für: %s\n" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Datei nicht gefunden: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "Datei %s zu gross für Nutzlast\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: Kann den unbekannten Tag (%d) nicht laden.\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: Lesen des öffentlichen Schlüssels fehlgeschlagen.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: Ist kein gepanzerter öffentlicher Schlüssel.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Makro %%%s konnte nicht erweitert werden\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Datei benötigt führenden \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "\"Glob\" hat keine Berechtigung für: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Datei von \"glob\" nicht gefunden: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Datei %s aus %%files konnte nicht geöffnet: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "Zeile: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ungültige Datei: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Ungültiger Eigentümer/Gruppe: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Prüfe auf nicht gepackte Datei(en): %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -611,12 +769,12 @@ msgstr "" "Installierte (aber nicht gepackte) Datei(en) gefunden:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Verarbeite Pakete: %s-%s-%s.%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "Architekturabhängige Binärdateien in noarch-Paket\n" @@ -835,30 +993,30 @@ msgstr "Fehlender Name im %%changelog\n" msgid "no description in %%changelog\n" msgstr "Keine Beschreibung im %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "Zeile %d: Fehler beim Parsen von %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "Zeile %d: Ungültige Option %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "Zeile %d: Zu viele Namen: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "Zeile: %d: Paket existiert nicht: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "Zeile %d: Zweite Beschreibung\n" @@ -948,93 +1106,93 @@ msgstr "Unbekannter Icon-Typ: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "Zeile %d: Tag benötigt nur ein Zeichen: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "Zeile %d: Ungültiges Zeichen '%c' in: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, c-format msgid "line %d: Illegal char in: %s\n" msgstr "Zeile %d: Ungültiges Zeichen in: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "Zeile %d: Ungültiges Zeichen \"..\" in: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "Zeile %d: Missgebildeter Tag: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "Zeile %d: Leerer Tag: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "Zeile %d: Präfixe dürfen nicht mit einem \"/\" enden: %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "" "Zeile %d: Das Dokumentationsverzeichnis muss mit einem \"/\" beginnen: %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "Zeile %d: Das Epoch-Feld muss eine vorzeichenlose Zahl sein: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "Zeile %d: Ungültig %s: Kennzeichner: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "Zeile %d: Ungültiges BuildArchitecture-Format: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "Zeile %d: Nur noarch-Unterpakete werden unterstützt: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Interner Fehler: Falscher Tag %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "Zeile %d: %s ist veraltet: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Ungültige Paket-Spezifikation: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Paket ist bereits vorhanden: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "Zeile %d: Unbekannter Tag: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} kann nicht leer sein\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} kann nicht \"/\" sein\n" @@ -1186,11 +1344,11 @@ msgstr "%s:%d: %%endif ohne %%if erhalten\n" msgid "malformed %%include statement\n" msgstr "Missgebildete %%include-Anweisung\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Keine für das Bauen kompatible Architektur gefunden\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Paket hat keine %%description: %s\n" @@ -1262,172 +1420,6 @@ msgstr "Zu viele Argumente in der Datenzeile bei %s:%d\n" msgid "Processing policies: %s\n" msgstr "Verarbeite Pakete: %s-%s-%s.%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "BuildRoot wurde bereits angegeben, ignoriere %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"%prep (Quellen entpacken, Patches übernehmen) der <Spec-Datei> durchlaufen" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<Spec-Datei>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" -"%build (%prep, anschliessendes Kompilieren) der <Spec-Datei> durchlaufen" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"%install (%prep, %build, anschliessendes Installieren) der <Spec-Datei> " -"durchlaufen" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "Überprüfe %files-Abschnitt der <Spec-Datei>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "Baue Source- und Binär-Paket von <Spec-Datei>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "Baue nur ein Binär-Paket von <Spec-Datei>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "Baue nur ein Source-Paket von <Spec-Datei>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"%prep (Quellen entpacken, Patches übernehmen) des <Tar-Archivs> durchlaufen" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<Tar-Archiv>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" -"%build (%prep, anschliessendes Kompilieren) des <Tar-Archivs> durchlaufen" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"%install (%prep, %build, anschliessendes Installieren) des <Tar-Archivs> " -"durchlaufen" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "Überprüfe %files-Abschnitt des <Tar-Archivs>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "Baue Source- und Binär-Paket vom <Tar-Archiv>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "Baue nur ein Binär-Paket vom <Tar-Archiv>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "Baue nur ein Source-Paket vom <Tar-Archiv>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "Baue ein Binär-Paket vom <Source-Paket>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<Source-Paket>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"%install (%prep, %build, anschliessendes Installieren) des <Source-Pakets> " -"durchlaufen" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "Überschreibe BuildRoot" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "Erstellungsdateibaum nach Beendigung löschen" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "Generiere mit RPM4-Paketen kompatible Header" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ExcludeArch ignorieren: Anweisungen der Spec-Datei" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "Debugge Datei-Status" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "Keine der Phasen des Erstellungsvorganges ausführen" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "Keine Überprüfung der Paket-Abhängigkeiten" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"Generiere Paket-Header, die mit veralteten RPM-Paketen (v2/3) kompatibel sind" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "Paket-Kurzfassung nicht überprüfen" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "Datenbank-Header beim Abrufen nicht überprüfen" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "Paket-Signatur(en) nicht überprüfen" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "Keine i18n-Übersetzungen der Spec-Datei zulassen" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "Quelldateien nach Beendigung löschen" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "Spec-Datei nach Beendigung löschen" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "Springe direkt zur angegeben Phase (nur für c, i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "Überschreibe Zielplattform" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1498,7 +1490,7 @@ msgstr "Finde %s: %s\n" msgid "Failed to find %s:\n" msgstr "Fehlgeschlagenes zu finden %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "Abfragen der Spec-Datei %s fehlgeschlagen, kann nicht geparst werden\n" @@ -2658,24 +2650,24 @@ msgstr "Kann %s nicht öffnen: %s\n" msgid "Installing %s\n" msgstr "Installiere %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "ist kein RPM-Paket" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "Illegaler Signatur-Typ" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "nicht unterstützte RPM-Paket-Version" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "Lesen fehlgeschlagen: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "ist kein RPM-Paket" @@ -2935,7 +2927,7 @@ msgstr "Fehlende ')' im Paket-Bezeichung: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: Lesen des öffentlichen Schlüssels fehlgeschlagen.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "Erstelle Transaktionsset" @@ -3572,6 +3564,12 @@ msgstr "%s: Lesen der Paket-Liste fehlgeschlagen: %s\n" msgid "don't verify header+payload signature" msgstr "Keine Überprüfung der Header- und Nutzdaten-Signatur" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK fehlgeschlagen: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "Generiere mit RPM4-Paketen kompatible Header" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Interner Fehler beim Verarbeiten der Argumente (%d) :-(\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm.rpm-4-7-x.rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2010-06-30 20:22-0300\n" "Last-Translator: Héctor Daniel Cabrera <logan@fedoraproject.org>\n" "Language-Team: Spanish <trans-es@lists.fedoraproject.org>\n" @@ -93,7 +93,7 @@ msgstr "Opciones de la base de datos:" msgid "Install/Upgrade/Erase options:" msgstr "Opciones de Instalación/Actualización/Remoción:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Opciones comunes para todos los modos rpm y ejecutables:" @@ -248,7 +248,7 @@ msgstr "" "--root (-r) sólo puede ser especificado durante instalación, eliminación, " "consulta y re-construcción de la base de datos" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "los argumentos de --root (-r) deben iniciar con una /" @@ -305,81 +305,246 @@ msgstr "no ha sido indicado ningún argumento para la verificación" msgid "no arguments given" msgstr "no ha sido indicado ningún argumento" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot ya especificado, ignorando %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"construir a través de %prep (desempaquetar fuentes y aplicar parches) desde " +"<specfile>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specfile>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "construir a través de %build (%prep, luego compilar) desde <specfile>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"construir a través de %install (%prep, %build, luego instalar) desde " +"<specfile>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "verificar la sección %files de <specfile>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "construir paquetes binarios y fuente desde <specfile>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "construir paquetes binarios únicamente desde <specfile>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "construir paquete fuente únicamente desde <specfile>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"construir a través de %prep (desempaquetar fuentes y aplicar parches) desde " +"<tarball>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "construir a través de %build (%prep, luego compilar) desde <tarball>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"construir a través de %install (%prep, %build, luego instalar) desde " +"<tarball>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verificar sección %files desde <tarball>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "construir paquetes binarios y fuente desde <tarball>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "construir paquete binario únicamente desde <tarball>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "construir paquete fuente desde <tarball> " + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "construir paquete binario desde <source package>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<paquete fuente>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"construir a través de %install (%prep, %build, luego instalar) desde " +"<paquete fuente>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "sobreescribir construcción de root" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "remover árbol de construcción al finalizar" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorar directivas ExcludeArch desde el archivo spec" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "depurar archivo de la máquina de estado" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "no ejecutar ningún nivel de la construcción" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "no verificar dependencias de la construcción" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"generar encabezados de paquetes compatibles con el empaquetamiento rpm[23] " +"(legado)" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "no verificar resumen del paquete(s)" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "" +"no verificar la base de datos de lo(s) encabezado(s) cuando sean recuperadas" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "no verificar la firma(s) del paquete" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "no aceptar msgstr i18N desde el archivo spec" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "eliminar fuentes al finalizar" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "eliminar el archivo spec al finalizar" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "Ir a etapa especificada (solo para c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "sobreescribir plataforma de destino" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" "Opciones de construcción con [ <archivo spec> | <tarball> | <paquete " "fuente> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Fallo al construir las dependencias:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "No se puede abrir el archivo spec %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Falló la apertura de la tuberia para tar: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Falló la lectura del archivo spec desde %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Falló al renombrar %s to %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "falló la llamada stat sobre %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "El archivo %s no es un archivo regular.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "El archivo %s no parece ser un archivo spec.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Construyendo las plataformas de destino: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Construyendo para el destino %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "No es posible abrir archivo temporal.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Ejecutando(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Falló exec sobre %s (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Estado de salida erróneo de %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -438,182 +603,177 @@ msgstr "&& y || no están soportados en cadenas\n" msgid "syntax error in expression\n" msgstr "error de sintaxis en la expresión\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "Falló TIMECHECK: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "'(' ausente en %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "')' ausente en %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Elemento %s no válido: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "%s ausente en %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Ningún espacio en blanco después de %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Sintaxis errónea: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "modo spec erróneo: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "dirmode spec erróneo: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "tamaño de localización inusual: \"%.*s\" en %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Localización duplicada %.*s en %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "Capacidad inválida %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "Soporte para la capacidad del archivo no construido\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Solo un argumento para %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Dos archivos en una línea: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Los archivos deben iniciar con \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "No se puede mezclar %%doc especial con otros formatos: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "Algoritmo de resumen de archivo %u desconocido, regresando a MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Archivo listado dos veces: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "El enlace simbólico apunta a BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" "Atributos de archivo explícito solicitados en las especificaciones para: %s\n" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Archivo no encontrado: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "Archivo %s muy largo para carga útil\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: no se puede cargar, etiqueta (%d) desconocida.\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: falló la lectura de la clave publica.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: no es una clave pública con armadura.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, c-format msgid "%s: failed to encode\n" msgstr "%s: falló la codificación\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "El archivo necesita comenzar con \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob no permitido: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Archivo no encontrado por glob: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "No se pudo abrir el archivo %%files %s: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "línea: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Archivo erróneo: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "propietario/grupo erróneo: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Comprobando si hay archivos desempaquetados: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -622,12 +782,12 @@ msgstr "" "Se encontraron archivos instalados (pero desempaquetados):\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, c-format msgid "Processing files: %s\n" msgstr "Procesando archivos: %s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" "Binarios dependientes de la arquitectura en paquetes sin arquitectura\n" @@ -848,30 +1008,30 @@ msgstr "nombre ausente en %%changelog\n" msgid "no description in %%changelog\n" msgstr "ninguna descripción en %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "línea %d: Error al analizar %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "línea %d: Opción errónea %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "línea %d: Demasiados nombres: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "línea %d: El paquete no existe: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "línea %d: Segunda descripción\n" @@ -961,92 +1121,92 @@ msgstr "Tipo de icono desconocido: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "línea %d: La etiqueta solo recibe patrones individuales: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "línea %d: Carácter '%c' ilegal en: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, c-format msgid "line %d: Illegal char in: %s\n" msgstr "línea %d: Carácter ilegal en: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "línea %d: Secuencia \"..\" ilegal en: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "línea %d: Etiqueta mal formada: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "línea %d: Etiqueta vacía: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "línea %d: Los prefijos deben finalizar en \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "línea %d: Docdir debe iniciar con '/': %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "línea %d: El campo epoch debe ser un número sin signo: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "línea %d: %s erróneo: calificadores: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "línea %d: Formato BuildArchitecture erróneo: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "linea %d: Solo existe soporte para subpaquetes sin arquitectura: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Error interno: Etiqueta errónea %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "línea %d: %s se encuentra obsoleta: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Especificación de paquete errónea: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "El paquete ya existe: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "línea %d: Etiqueta desconocida: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} no puede ser vacío\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{BuildRoot} no puede ser \"/\"\n" @@ -1198,11 +1358,11 @@ msgstr "%s:%d: Tiene un %%endif sin %%if\n" msgid "malformed %%include statement\n" msgstr "declaración %%include malformada\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "No se encontraron arquitecturas compatibles para la construcción\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "El paquete no tiene %%description: %s\n" @@ -1274,174 +1434,6 @@ msgstr "Demasiados argumentos en la línea de datos en %s:%d\n" msgid "Processing policies: %s\n" msgstr "Procesando archivos: %s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot ya especificado, ignorando %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"construir a través de %prep (desempaquetar fuentes y aplicar parches) desde " -"<specfile>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specfile>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "construir a través de %build (%prep, luego compilar) desde <specfile>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"construir a través de %install (%prep, %build, luego instalar) desde " -"<specfile>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "verificar la sección %files de <specfile>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "construir paquetes binarios y fuente desde <specfile>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "construir paquetes binarios únicamente desde <specfile>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "construir paquete fuente únicamente desde <specfile>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"construir a través de %prep (desempaquetar fuentes y aplicar parches) desde " -"<tarball>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "construir a través de %build (%prep, luego compilar) desde <tarball>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"construir a través de %install (%prep, %build, luego instalar) desde " -"<tarball>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verificar sección %files desde <tarball>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "construir paquetes binarios y fuente desde <tarball>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "construir paquete binario únicamente desde <tarball>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "construir paquete fuente desde <tarball> " - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "construir paquete binario desde <source package>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<paquete fuente>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"construir a través de %install (%prep, %build, luego instalar) desde " -"<paquete fuente>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "sobreescribir construcción de root" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "remover árbol de construcción al finalizar" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "generar encabezados compatibles con el empaquetado rpm4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignorar directivas ExcludeArch desde el archivo spec" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "depurar archivo de la máquina de estado" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "no ejecutar ningún nivel de la construcción" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "no verificar dependencias de la construcción" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"generar encabezados de paquetes compatibles con el empaquetamiento rpm[23] " -"(legado)" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "no verificar resumen del paquete(s)" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "" -"no verificar la base de datos de lo(s) encabezado(s) cuando sean recuperadas" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "no verificar la firma(s) del paquete" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "no aceptar msgstr i18N desde el archivo spec" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "eliminar fuentes al finalizar" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "eliminar el archivo spec al finalizar" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "Ir a etapa especificada (solo para c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "sobreescribir plataforma de destino" - #: build/rpmfc.c:75 #, c-format msgid "Ignoring invalid regex %s\n" @@ -1511,7 +1503,7 @@ msgstr "Buscando %s: %s\n" msgid "Failed to find %s:\n" msgstr "Falló la búsqueda de %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "la consulta del archivo spec %s falló, no se pudo analizar\n" @@ -2666,24 +2658,24 @@ msgstr "no se puede abrir %s: %s\n" msgid "Installing %s\n" msgstr "Instalando %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "no es un paquete rpm" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "tipo de firma ilegal" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "versión del paquete RPM no soportada" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "falló la lectura: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 msgid "not an rpm package\n" msgstr "no es un paquete rpm\n" @@ -2944,7 +2936,7 @@ msgstr "')' ausente en la etiqueta del paquete: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: lectura de la clave publica fallida.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "transacción" @@ -3587,6 +3579,12 @@ msgstr "%s: falló la lectura del manifiesto: %s\n" msgid "don't verify header+payload signature" msgstr "no verificar firma de encabezado+carga" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "Falló TIMECHECK: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "generar encabezados compatibles con el empaquetado rpm4" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Error interno en el procesamiento del argumento (%d) :-(\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm-4.4.90\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2008-03-11 11:15+0200\n" "Last-Translator: Panu Matilainen <pmatilai@redhat.com>\n" "Language-Team: Finnish\n" @@ -81,7 +81,7 @@ msgstr "Tietokantavalitsimet:" msgid "Install/Upgrade/Erase options:" msgstr "Asennus-, päivitys- ja poistovalitsimet:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Yhteiset valitsimet kaikille rpm moodeille:" @@ -221,7 +221,7 @@ msgstr "" "--root (-r): voidaan käyttää vain paketteja asennettaessa, poistettaessa, " "kyseltäessä ja tietokannan uudelleenluonnissa" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "parametrit --root (-r):lle alettava /-merkillä" @@ -278,79 +278,232 @@ msgstr "tarkistukselle ei annettu parametrejä" msgid "no arguments given" msgstr "ei annettu parametrejä" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot on jo määritelty, %s:ää ei huomioida\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "käännä %prep-osioon asti spec-tiedostosta" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<spec-tiedosto>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "käännä %build-osioon asti (%prep ja %build) spec-tiedostosta" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"käännä %install-osioon asti (%prep, %build ja %install) spec-tiedostosta" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "tarkista %files-osio spec-tiedostosta" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "käännä lähde- ja binääripaketit spec-tiedostosta" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "käännä vain binääripaketti spec-tiedostosta" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "käännä vain lähdepaketti spec-tiedostosta" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "käännä %prep-osioon asti tar-tiedostosta" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tar-tiedosto>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "käännä %build-osioon asti (%prep ja %build) tar-tiedostosta" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"käännä %install-osioon asti (%prep, %build ja %install) tar-tiedostosta" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "tarkista %files-osio tar-tiedostosta" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "käännä lähde- ja binääripaketit tar-tiedostosta" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "käännä vain binääripaketti tar-tiedostosta" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "käännä vain lähdepaketti tar-tiedostosta" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "käännä binääripaketti lähdepaketista" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<lähdepaketti>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "käännä %install-osioon asti (%prep, %build ja %install) lähdepaketista" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "ohita käännösjuuri" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "poista käännöspuu, kun valmis" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "jätä ExcludeArch-directiivit huomioimatta" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "älä suorita mitään käännöksen vaiheita" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "älä tarkista käännösriippuvuuksia" + +#: rpmbuild.c:195 +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "älä tarkista pakettien tarkistussummia" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "älä tarkista otsikkotietoja haettaessa tietokanssata" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "älä tarkista paketin allekirjoitusta" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "poista lähdekoodit kun valmis" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "poista määrittelytiedosto kun valmis" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "ohita kohdealusta" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "Käännösvalitsimet:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Puuttuvia käännösriippuvuuksia:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "En voi avata spec-tiedostoa %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "tar-putken avaus epäonnistui: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Spec-tiedoston avaaminen %s:sta epäonnistui\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Uudelleen nimeäminen %s -> %s epäonnistui: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "%s:n stat epäonnistui: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Tiedosto %s ole tavallinen tiedosto.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Tiedosto %s ei vaikuta spec-tiedostolta.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Käännetään kohdealustoille: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Käännetään kohteelle %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "En voi avata väliaikaistiedostoa.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Suoritetaan(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "%s:n suoritus epäonnistui (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -408,181 +561,176 @@ msgstr "&& ja || ei tuettu merkkijoinoille\n" msgid "syntax error in expression\n" msgstr "syntaksivirhe lausekkeessa\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Puuttuva '(' %s %s:ssä\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "puuttuva ')' %s:(%s:ssä\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Virheellinen %s merkki: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Puuttuva %s %s %s:ssä\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Virheellinen syntaksi: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Virheellinen oikeusmäärittely %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Virheellinen hakemisto-oikeusmäärittely %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Epätavallinen locale-pituus: \"%.*s\" %%lang(%s):ssä\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Kaksi tiedostoa yhdellä rivillä %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Tiedostojen täytyy alkaa \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Tiedosto lueteltu kahdesti: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolinen linkki osoittaa BuildRoot:iin: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Tiedostoa ei löytynyt: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: julkisen avaimen luku epäonnistui\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: ei ole panssaroitu julkinen avain.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, c-format msgid "%s: failed to encode\n" msgstr "" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Tiedosto tarvitsee aloitusmerkin \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Täydennys ei sallittu: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Tiedostoa ei löytynyt täydennyksellä: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "%%files tiedostoa %s ei voitu avata: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "rivi: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Virheellinen tiedosto: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Virheellinen omistaja/ryhmä: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Tarkistetaan paketoimattomia tiedostoja: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -591,12 +739,12 @@ msgstr "" "Löytyi asennettuja (mutta paketoimattomia) tiedostoja:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, c-format msgid "Processing files: %s\n" msgstr "Käsitellään tiedostoja: %s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -815,30 +963,30 @@ msgstr "puuttuva nimi %%changelog:issa\n" msgid "no description in %%changelog\n" msgstr "ei kuvausta %%changelog:issa\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "rivi %d: virhe jäsennettäessä %%description-osiota %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "rivi %d: virheellinen valinta %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "rivi %d: liikaa nimiä: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "line %d: pakettia ei ole olemassa: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "line %d: toinen %%description-osio\n" @@ -928,92 +1076,92 @@ msgstr "Tuntematon ikonityyppi: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "rivi %d: laiton merkki '%c' %s:ssä\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, c-format msgid "line %d: Illegal char in: %s\n" msgstr "rivi %d: laiton merkki %s:ssä\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "rivi %d: laiton merkkijono \"..\" %s:ssä\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "rivi %d: Epoch-kentän täytyy olla etumerkitön numero: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "rivi %d: virheellinen käännösarkkitehtuurin muoto: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Virheellinen pakettimäärittely: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Paketti on jo olemassa: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "rivi %d: tuntematon nimiö: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} ei voi olla tyhjä\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} ei voi olla \"/\"\n" @@ -1163,11 +1311,11 @@ msgstr "%s:%d: %%endif ilman %%if:iä\n" msgid "malformed %%include statement\n" msgstr "virheellinen %%include-lause\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Ei yhteensopivia arkkitehtureeja käännökselle\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Paketissa ei ole %%description-osiota: %s\n" @@ -1239,163 +1387,6 @@ msgstr "Liian monta parametriä datarivillä %s:%d\n" msgid "Processing policies: %s\n" msgstr "Käsitellään tiedostoja: %s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot on jo määritelty, %s:ää ei huomioida\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "käännä %prep-osioon asti spec-tiedostosta" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<spec-tiedosto>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "käännä %build-osioon asti (%prep ja %build) spec-tiedostosta" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"käännä %install-osioon asti (%prep, %build ja %install) spec-tiedostosta" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "tarkista %files-osio spec-tiedostosta" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "käännä lähde- ja binääripaketit spec-tiedostosta" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "käännä vain binääripaketti spec-tiedostosta" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "käännä vain lähdepaketti spec-tiedostosta" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "käännä %prep-osioon asti tar-tiedostosta" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tar-tiedosto>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "käännä %build-osioon asti (%prep ja %build) tar-tiedostosta" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"käännä %install-osioon asti (%prep, %build ja %install) tar-tiedostosta" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "tarkista %files-osio tar-tiedostosta" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "käännä lähde- ja binääripaketit tar-tiedostosta" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "käännä vain binääripaketti tar-tiedostosta" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "käännä vain lähdepaketti tar-tiedostosta" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "käännä binääripaketti lähdepaketista" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<lähdepaketti>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "käännä %install-osioon asti (%prep, %build ja %install) lähdepaketista" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "ohita käännösjuuri" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "poista käännöspuu, kun valmis" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "jätä ExcludeArch-directiivit huomioimatta" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "älä suorita mitään käännöksen vaiheita" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "älä tarkista käännösriippuvuuksia" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "älä tarkista pakettien tarkistussummia" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "älä tarkista otsikkotietoja haettaessa tietokanssata" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "älä tarkista paketin allekirjoitusta" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "poista lähdekoodit kun valmis" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "poista määrittelytiedosto kun valmis" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "ohita kohdealusta" - #: build/rpmfc.c:75 #, c-format msgid "Ignoring invalid regex %s\n" @@ -1465,7 +1456,7 @@ msgstr "Etsitään %s:ää: %s\n" msgid "Failed to find %s:\n" msgstr "%s:ää ei löytynyt\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "määrittelytiedoston %s kysely epäonnistui\n" @@ -2602,24 +2593,24 @@ msgstr "virhe: en voi avata %s: %s\n" msgid "Installing %s\n" msgstr "Asennetaan %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "ei ole RPM paketti" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "laiton allekirjoitustyyppi" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "RPM pakettiversio ei ole tuettu" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "luku epäonnistui: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 msgid "not an rpm package\n" msgstr "ei ole RPM paketti\n" @@ -2874,7 +2865,7 @@ msgstr "" msgid "%s: reading of public key failed.\n" msgstr "%s: julkisen avaimen luku epäonnistui.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: RPM 4.2.1\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2003-07-06 01:36+0200\n" "Last-Translator: RPM French Translation <rpm-fr@livna.org>\n" "Language-Team: RPM French Translation <rpm-fr@livna.org>\n" @@ -93,7 +93,7 @@ msgstr "Options de la base de données" msgid "Install/Upgrade/Erase options:" msgstr "Options d'installation/désinstallation/mise à jour:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Options communes a tous les modes et executables rpm:" @@ -236,7 +236,7 @@ msgstr "" "--root (-r) ne peut être utilisé que pour la (dés)installation, les requêtes " "et la reconstruction de la base de données" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "les arguments ed --root (-r) doivent commencer par un /" @@ -293,81 +293,248 @@ msgstr "aucun argument fourni à la vérification" msgid "no arguments given" msgstr "aucun argument fourni" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot déjà spécifié, %s ignoré\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"construction jusqu'à la section %prep (deballage des sources et applications " +"des patchs) du <fichier_spec>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<fichier_spec>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" +"construction jusqu'à la section %build (%prep, et compilation) du " +"<fichier_spec>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"construction jusqu'à la section %install (%prep, %build, et installation) du " +"<fichier_spec>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "vérifier la section %files du <fichier_spec>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "" +"construire les paquetages sources et binaires à partir du <fichier_spec>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "construction du paquetage binaire seulement à partir du <fichier_spec>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "construction du paquetage source seulement à partir du <fichier_spec>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"construire jusqu'à la section %prep (déballage des sources et application " +"des patchs) à partir du <tarball>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" +"construire jusqu'à la section %build (%prep, puis compilation) à partir du " +"<tarball>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"construire jusqu'à la section %build (%prep, %build, puis installation) à " +"partir du <tarball>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "vérifier la section %files à partir du <tarball>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "construire les paquetages source et binaire à partir du <tarball>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "construire seulement le paquetage binaire à partir du <tarball>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "construire seulement le paquetage source à partir du <tarball>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "construire le paquetage binaire à partir du <paquetage source>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<paquetage source>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"construire jusqu'à la section %install (%prep, %build, et installation) à " +"partir du <paquetage source>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "surcharger le buildroot" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "effacer l'arborescence de construction une fois terminé" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorer les directives ExcludeArch: du fichier spec" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "déboguer la machine à états de fichiers (déballage)" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "n'exécuter aucune étape de la construction" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "ne pas vérifier les dépendances de construction" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "générer un(des) entête(s) compatible(s) avec l'emballage rpm[23]" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "ne pas vérifier les sommes de hachage du paquetage" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "ne pas vérifier l'entête de la base de données à la récupération" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "ne pas vérifier la(les) signature(s) du paquetage" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "ne pas accepter les msgstr de l'i18n du specfile" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "effacer les sources une fois terminé" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "effacer le fichier spec une fois terminé" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "aller directement à l'étape spécifiée (seulement pour c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "surcharger la plate-forme cible" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" "Options de construction avec [ <fichier_spec> | <tarball> | <paquetage " "source> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Dépendances de construction manquantes:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Impossible d'ouvrir le fichier spec %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Impossible d'ouvrir le pipe de tar: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Impossible de lire le fichier spec à %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Impossible de renommer %s en %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "échec de stat sur %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Fichier %s non régulier.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Le fichier %s ne semble pas être un fichier spec.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Construction pour plate-formes cibles: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Construction pour cible %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Incapable d'ouvrir un fichier temporaire.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Exécution_de(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "L'exec de %s a échoué (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Mauvais status de sortie pour %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -426,181 +593,176 @@ msgstr "&& et || ne sont pas supportés sur des chaînes de caractères\n" msgid "syntax error in expression\n" msgstr "erreur de syntaxe dans l'expression\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "échec du TIMECHECK: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "'(' manquante dans %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "')' manquante dans %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Lexème %s invalide: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "%s manquant(e) dans %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "espace non-blanc suivant %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Mauvaise syntaxe: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Mauvais mode spec: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Mauvais dirmode spec: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Mauvaise longueur de la locale: \"%.*s\" dans %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Deux fois la même locale %.*s dans %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Lexème %s invalide: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Un seul argument pour %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Deux fichiers sur une seule ligne: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Le fichier doit commencer par \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Ne peut mélanger un %%doc spécial avec d'autre formes: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Fichier listé deux fois: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Lien symbolique pointant sur BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Fichier non trouvé: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: échec de la lecture de la clé publique.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s n'est pas une clé publique blindée.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "La macro %%%s ne peut être expansée\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Le fichier non précédé d'un \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Substitution non permise: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Fichier non trouvé par la substitution: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Ne peut ouvrir le fichier donné à %%files %s: %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "Ligne: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Mauvais fichier: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Mauvais possesseur/groupe: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Vérification des fichiers non empaquetés: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -609,12 +771,12 @@ msgstr "" "Fichier(s) installé(s) (mais non empaquetés):\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Traitement des fichiers: %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -833,30 +995,30 @@ msgstr "nom manquant dans le %%changelog\n" msgid "no description in %%changelog\n" msgstr "absence de description dans le %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "ligne %d: erreur dans l'analyxe syntaxique de la %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "ligne %d: mauvaise option %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "ligne %d: trop de noms: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "ligne %d: package inexistant: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "ligne %d: deuxième description\n" @@ -946,92 +1108,92 @@ msgstr "Type d'icône inconnu: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "ligne %d: le tag n'accepte qu'un seul lexème: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "ligne %d: caractère '-' illégal dans %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "ligne %d: caractère '-' illégal dans %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "ligne %d: caractère '-' illégal dans %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "ligne %d: tag malformé: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "ligne %d: tag vide: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "ligne %d: les prefixes ne doivent pas finir par un \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "ligne %d: le docdir doit commencer par un '/': %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "ligne %d: le champ Epoch/Serial doit être un nombre: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "ligne %d: Mauvais %s: qualifiers: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "ligne %d: mauvais format pour BuildArchitecture: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Erreur interne: tag bidon %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "ligne %d: Version requise: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Mauvaise specification de paquetage: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Paquetage déjà existant: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "ligne %d: tag inconnu: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot ne peut pas être \"/\": %s\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot ne peut pas être \"/\": %s\n" @@ -1184,11 +1346,11 @@ msgstr "%s:%d: j'ai là un %%endif sans %%if\n" msgid "malformed %%include statement\n" msgstr "%%include malformé\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Pas d'architecture compatible pour construction\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Le paquetage n'a pas de %%description: %s\n" @@ -1260,176 +1422,6 @@ msgstr "Trop d'arguments dans la ligne de données à %s:%d\n" msgid "Processing policies: %s\n" msgstr "Traitement des fichiers: %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot déjà spécifié, %s ignoré\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"construction jusqu'à la section %prep (deballage des sources et applications " -"des patchs) du <fichier_spec>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<fichier_spec>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" -"construction jusqu'à la section %build (%prep, et compilation) du " -"<fichier_spec>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"construction jusqu'à la section %install (%prep, %build, et installation) du " -"<fichier_spec>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "vérifier la section %files du <fichier_spec>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "" -"construire les paquetages sources et binaires à partir du <fichier_spec>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "construction du paquetage binaire seulement à partir du <fichier_spec>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "construction du paquetage source seulement à partir du <fichier_spec>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"construire jusqu'à la section %prep (déballage des sources et application " -"des patchs) à partir du <tarball>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" -"construire jusqu'à la section %build (%prep, puis compilation) à partir du " -"<tarball>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"construire jusqu'à la section %build (%prep, %build, puis installation) à " -"partir du <tarball>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "vérifier la section %files à partir du <tarball>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "construire les paquetages source et binaire à partir du <tarball>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "construire seulement le paquetage binaire à partir du <tarball>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "construire seulement le paquetage source à partir du <tarball>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "construire le paquetage binaire à partir du <paquetage source>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<paquetage source>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"construire jusqu'à la section %install (%prep, %build, et installation) à " -"partir du <paquetage source>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "surcharger le buildroot" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "effacer l'arborescence de construction une fois terminé" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "générer un entête compatible avec l'emballage rpm4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignorer les directives ExcludeArch: du fichier spec" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "déboguer la machine à états de fichiers (déballage)" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "n'exécuter aucune étape de la construction" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "ne pas vérifier les dépendances de construction" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "générer un(des) entête(s) compatible(s) avec l'emballage rpm[23]" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "ne pas vérifier les sommes de hachage du paquetage" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "ne pas vérifier l'entête de la base de données à la récupération" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "ne pas vérifier la(les) signature(s) du paquetage" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "ne pas accepter les msgstr de l'i18n du specfile" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "effacer les sources une fois terminé" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "effacer le fichier spec une fois terminé" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "aller directement à l'étape spécifiée (seulement pour c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "surcharger la plate-forme cible" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1500,7 +1492,7 @@ msgstr "Fichier %s: %s\n" msgid "Failed to find %s:\n" msgstr "Impossible de lire %s: %s.\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" @@ -2687,26 +2679,26 @@ msgstr "impossible d'ouvrir %s: %s\n" msgid "Installing %s\n" msgstr "Installation de %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "%s: n'est pas un paquetage rpm\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: aucune signature disponible\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "échec de lecture: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "%s: n'est pas un paquetage rpm\n" @@ -2969,7 +2961,7 @@ msgstr "')' manquante dans le label du paquetage: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: échec de la lecture de la clé publique.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3616,6 +3608,12 @@ msgstr "%s: échec de la lecture de la liste de paquetages: %s\n" msgid "don't verify header+payload signature" msgstr "ne pas vérifier la signature de l'entete+charge_utile" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "échec du TIMECHECK: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "générer un entête compatible avec l'emballage rpm4" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Erreur interne au traitement de l'argument (%d) :-(\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2001-07-12 13:25+0000\n" "Last-Translator: Richard Allen <ra@hp.is>\n" "Language-Team: is <kde-isl@mmedia.is>\n" @@ -82,7 +82,7 @@ msgstr "" msgid "Install/Upgrade/Erase options:" msgstr "" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "" @@ -209,7 +209,7 @@ msgid "" "and database rebuilds" msgstr "" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "" @@ -266,80 +266,235 @@ msgstr "" msgid "no arguments given" msgstr "" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot egar skilgreind, hunsa %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "" + +#: rpmbuild.c:193 +#, fuzzy +msgid "do not verify build dependencies" +msgstr "ekki skoa pakkaskilyrin" + +#: rpmbuild.c:195 +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +#, fuzzy +msgid "don't verify package digest(s)" +msgstr "ekki skoa pakkaskilyrin" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +#, fuzzy +msgid "don't verify database header(s) when retrieved" +msgstr "ekki skoa pakkaskilyrin" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +#, fuzzy +msgid "don't verify package signature(s)" +msgstr "ekki skoa pakkaskilyrin" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr "gat ekki tbi pakkaskilyri:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Get ekki opna spec skrna %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Gat ekki opna ppu tar: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Gat ekki lesi spec skr fr %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Gat ekki endurnefnt %s sem %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "gat ekki skoa %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Skrin %s er ekki venjuleg skr.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Skrin %s virist ekki vera specskr.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "i fyrir markkerfi: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "i fyrir markkerfi %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Get ekki opna tempi skr.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Gat ekki keyrt %s (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -395,193 +550,188 @@ msgstr "" msgid "syntax error in expression\n" msgstr "" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "vantar '(' %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "vantar ')' %s %s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "gilt %s tkn: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "vantar '(' %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "gilt %s tkn: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Tvr skrr einni lnu: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Skrin er tvtekin: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Skrin fannst ekki: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: Fseek brst: %s\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "%s brst\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1696 +#: build/files.c:1676 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "Gat ekki opna PreUn skr: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Skrin fannst ekki me 'glob': %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Gat ekki opna %%files skrna %s: %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "lna: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "gild skr %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "%s brst\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -803,30 +953,30 @@ msgstr "" msgid "no description in %%changelog\n" msgstr "" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "lna %d: leyfilegur rofi %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "" @@ -916,92 +1066,92 @@ msgstr "ekkt tegund tknmyndar: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "lna %d: Tag tekur einungis eitt tkn: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "lna %d: lglegt tkn '-' %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "lna %d: lglegt tkn '-' %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "lna %d: lglegt tkn '-' %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "lna %d: Skemmt tag: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "lna %d: Tmt tag: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "lna %d: Epoch/Serial svi verur a innihalda tlu: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "lna %d: leyfilegur rofi %s: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "" @@ -1152,11 +1302,11 @@ msgstr "" msgid "malformed %%include statement\n" msgstr "" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "" @@ -1228,165 +1378,6 @@ msgstr "" msgid "Processing policies: %s\n" msgstr "%s brst\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot egar skilgreind, hunsa %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "" - -#: build/poptBT.c:193 -#, fuzzy -msgid "do not verify build dependencies" -msgstr "ekki skoa pakkaskilyrin" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -#, fuzzy -msgid "don't verify package digest(s)" -msgstr "ekki skoa pakkaskilyrin" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -#, fuzzy -msgid "don't verify database header(s) when retrieved" -msgstr "ekki skoa pakkaskilyrin" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -#, fuzzy -msgid "don't verify package signature(s)" -msgstr "ekki skoa pakkaskilyrin" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1457,7 +1448,7 @@ msgstr "Skr %s: %s\n" msgid "Failed to find %s:\n" msgstr "gat ekki fundi %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" @@ -2615,26 +2606,26 @@ msgstr "" msgid "Installing %s\n" msgstr "" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "get ekki opna pakka gagnagrunn \n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "ba til undirskrift" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "get ekki opna pakka gagnagrunn \n" @@ -2889,7 +2880,7 @@ msgstr "vantar '(' %s %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: Fseek brst: %s\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2008-06-30 07:20+0200\n" "Last-Translator: Francesco Tombolini <tombo@adamantio.net>\n" "Language-Team: Italian <fedora-trans-it@redhat.com>\n" @@ -91,7 +91,7 @@ msgstr "Opzioni del database:" msgid "Install/Upgrade/Erase options:" msgstr "Opzioni Installa/Aggiorna/Rimuovi:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Opzioni comuni per tutte le modalità rpm ed eseguibili:" @@ -251,7 +251,7 @@ msgstr "" "--root (-r) può essere specificato solo durante l'installazione, la " "rimozione, l'interrogazione e nei processi di ricreazione del database" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "gli argomenti per --root (-r) devono iniziare con /" @@ -308,81 +308,241 @@ msgstr "non è stato specificato alcun argomento per la verifica" msgid "no arguments given" msgstr "non è stato specificato alcun argomento" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot è già specificato, ignora %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"compila attraverso %prep (scompatta i sorgenti e applica le patch) da " +"<specfile>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specfile>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "compila attraverso %build (%prep, e poi compila) da <specfile>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"compila attraverso %install (%prep, %build, e poi installa) da <specfile>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "verifica sezione %files da <specfile>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "compila i pacchetti binari e sorgente da <specfile>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "compila solo il pacchetto binario da <specfile>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "compila solo il pacchetto sorgente da <specfile>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"compila attraverso %prep (scompatta i sorgenti ed applica le patch) da " +"<tarball>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "compila attraverso %build (%prep, e poi compila) da <tarball>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "compila attraverso %install (%prep, %build, poi installa) da <tarball>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verifica la sezione %files da <tarball>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "compila i pacchetti binari e sorgenti da <tarball>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "compila solo il pacchetto binario da <tarball>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "compila solo il pacchetto sorgente da <tarball>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "compila il pacchetto binario da <source package>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<source package>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"compila attraverso %install (%prep, %build, poi installa) da <source package>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "annulla la build root" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "rimuovere l'albero di compilazione quando terminato" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignora ExcludeArch: direttive dal file spec" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "macchina a stati del file di debug" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "non eseguire alcuna fase del processo di compilazione" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "non verificare le dipendenze di compilazione" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"genera l'intestazione/i del pacchetto compatibile con il packaging (legacy) " +"rpm[23]" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "non verificare il digest del pacchetto/i" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "non verificare l'intestazione/i del database una volta ripristinata" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "non verificare la firma/e del pacchetto" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "non accettare i msgtr di i18N da specfile" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "rimuovi i sorgenti quando terminato" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "rimuovi specfile quando terminato" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "salta fino alla fase specificata (solo per c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "annulla la piattaforma target" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" "Opzioni di compilazione 'Build' con [ <specfile> | <tarball> | <source " "package> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Compilazione dipendenze fallita:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Impossibile aprire il file spec %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Impossibile aprire tar pipe: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Impossibile leggere il file spec da %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Impossibile rinominare %s in %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "impossibile visualizzare statistiche per %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Il file %s non è un file regolare.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Il file %s non sembra essere uno pecfile.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Creazione piattaforma target in corso: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Creazione per il target %s in corso\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Impossibile aprire il file temp.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Esecuzione(%s) in corso: %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Esecuzione di %s fallita (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Stato d'uscita errato da %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -441,181 +601,176 @@ msgstr "&& e || non supportati per le stringhe\n" msgid "syntax error in expression\n" msgstr "errore di sintassi nell'espressione\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "Errore TIMECHECK: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "'(' mancante in %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "')' mancante in %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Token %s non valido: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "%s mancante in %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Nessuno spazio segue %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Sintassi non corretta: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Spec della modalità errata: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Spec dirmode errata: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Lunghezza locale inusuale: \"%.*s\" in %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Locale doppione %.*s in %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Token %s non valido: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Un solo argomento per %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Due file su di una riga: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Il file deve iniziare con \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Impossibile unire %%doc speciali con altri formati: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "Algoritmo digest file sconosciuto %u , ritorno a MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "File elencato due volte: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Il Symlink si riferisce a BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "File non trovato: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: impossibile caricare tag sconosciuto (%d).\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: lettura chiave pubblica fallita.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: non è una chiave pubblica con formato 'armored'.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Macro %%%s non è in grado di espandersi\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Il file deve essere preceduto da \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob non permesso: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "File non trovato da glob: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Impossibile aprire %%files file %s: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "riga: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "File errato: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Proprietario/gruppo errato: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Controllo per file scompattato/i in corso: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -624,12 +779,12 @@ msgstr "" "Trovato/i file installati (ma scompattati):\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Elaborazione file in corso: %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -848,30 +1003,30 @@ msgstr "nome mancante in %%changelog\n" msgid "no description in %%changelog\n" msgstr "nessuna descrizione in %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "riga %d: Errore durante l'analisi di %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "riga %d: Opzione errata %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "riga %d: Troppi nomi: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "riga %d: Pacchetto non esistente: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "riga %d: Seconda descrizione\n" @@ -961,92 +1116,92 @@ msgstr "Tipo di icona sconosciuto: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "riga %d: L'etichetta necessita solo di un token: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "riga %d: Carattere '-' illegale in %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "riga %d: Carattere '-' illegale in %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "riga %d: Carattere '-' illegale in %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "riga %d: Etichetta malformata: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "riga %d: Etichetta vuota: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "riga %d: I prefissi non devono finire con \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "riga %d: Docdir deve iniziare con '/': %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "linea %d: Il campo Epoca deve essere un numero: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "riga %d: %s errati: qualificatori: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "riga %d: Formato BuildArchitecture errato: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Errore interno: Etichetta Bogus %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "riga %d: Versione necessaria: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Specifiche errate del pacchetto: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Il pacchetto è già esistente: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "riga %d: Etichetta sconosciuta: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "La BuildRoot non può essere vuota\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "La BuildRoot non può essere \"/\"\n" @@ -1199,12 +1354,12 @@ msgstr "%s:%d: Possiede un %%endif con nessun %%if\n" msgid "malformed %%include statement\n" msgstr "istruzione %%include malformata\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "" "Non è stata trovata alcuna architettura compatibile per la compilazione\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Il pacchetto non possiede alcuna %%description: %s\n" @@ -1276,169 +1431,6 @@ msgstr "Troppi argomenti sulla riga dati di %s:%d\n" msgid "Processing policies: %s\n" msgstr "Elaborazione file in corso: %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot è già specificato, ignora %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"compila attraverso %prep (scompatta i sorgenti e applica le patch) da " -"<specfile>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specfile>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "compila attraverso %build (%prep, e poi compila) da <specfile>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"compila attraverso %install (%prep, %build, e poi installa) da <specfile>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "verifica sezione %files da <specfile>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "compila i pacchetti binari e sorgente da <specfile>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "compila solo il pacchetto binario da <specfile>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "compila solo il pacchetto sorgente da <specfile>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"compila attraverso %prep (scompatta i sorgenti ed applica le patch) da " -"<tarball>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "compila attraverso %build (%prep, e poi compila) da <tarball>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "compila attraverso %install (%prep, %build, poi installa) da <tarball>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verifica la sezione %files da <tarball>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "compila i pacchetti binari e sorgenti da <tarball>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "compila solo il pacchetto binario da <tarball>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "compila solo il pacchetto sorgente da <tarball>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "compila il pacchetto binario da <source package>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<source package>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"compila attraverso %install (%prep, %build, poi installa) da <source package>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "annulla la build root" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "rimuovere l'albero di compilazione quando terminato" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "genera le intestazioni compatibili con il packaging di rpm4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignora ExcludeArch: direttive dal file spec" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "macchina a stati del file di debug" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "non eseguire alcuna fase del processo di compilazione" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "non verificare le dipendenze di compilazione" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"genera l'intestazione/i del pacchetto compatibile con il packaging (legacy) " -"rpm[23]" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "non verificare il digest del pacchetto/i" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "non verificare l'intestazione/i del database una volta ripristinata" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "non verificare la firma/e del pacchetto" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "non accettare i msgtr di i18N da specfile" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "rimuovi i sorgenti quando terminato" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "rimuovi specfile quando terminato" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "salta fino alla fase specificata (solo per c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "annulla la piattaforma target" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1509,7 +1501,7 @@ msgstr "Ricerca di %s in corso: %s\n" msgid "Failed to find %s:\n" msgstr "Impossibile trovare %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "interrogazione di specfile %s fallita, impossibile analizzare\n" @@ -2682,24 +2674,24 @@ msgstr "impossibile aprire %s: %s\n" msgid "Installing %s\n" msgstr "installazione di %s in corso\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "non è un pacchetto rpm" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "tipo di firma illegale" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "versione del pacchetto RPM non supportata" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "lettura fallita: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "non è un pacchetto rpm" @@ -2968,7 +2960,7 @@ msgstr "')' mancante nell'etichetta del pacchetto: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: lettura chiave pubblica fallita.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "creazione set transazione" @@ -3613,6 +3605,12 @@ msgstr "%s: lettura manifesto fallita: %s\n" msgid "don't verify header+payload signature" msgstr "non verificare firma header+payload" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "Errore TIMECHECK: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "genera le intestazioni compatibili con il packaging di rpm4" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Errore interno durante la processazione dell'argomento (%d) :-(\n" @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm-4.8\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2010-06-08 07:11+0900\n" "Last-Translator: SEKINE Tatsuo <tsekine@sdri.co.jp>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" @@ -95,7 +95,7 @@ msgstr "データベース オプション:" msgid "Install/Upgrade/Erase options:" msgstr "インストール/アップグレード/アンインストールオプション:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "全モード・コマンドで共通のオプション:" @@ -234,7 +234,7 @@ msgstr "" "--root (-r) はインストール、削除、問い合わせ、データベース再構築時のみ指定で" "きます" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "--root (-r) の引数は / から始まらなければなりません。" @@ -291,79 +291,231 @@ msgstr "検証のための引数が指定されていません。" msgid "no arguments given" msgstr "引数が指定されていません。" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "BuildRoot は既に指定されています。%s を無視します\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "<specfile> の %prep (ソース展開と patch の適用) まで実行" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specfile>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "<specfile> の %build (%prep とコンパイル) まで実行" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "<specfile> の %install (%prep, %build, インストール) まで実行" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "<specfile> の %files セクションを検証" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "<specfile> を元に、バイナリ/ソースパッケージ作成" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "<specfile> を元に、バイナリパッケージのみ作成" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "<specfile> を元に、ソースパッケージのみ作成" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "<tarball> から %prep (ソース展開とパッチ適用) まで実行" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "<tarball> から %build (%prep とコンパイル) まで実行" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "<tarball> から %install (%prep, %build, インストール) まで実行" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "<tarball> から %files セクションを検証" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "<tarball> を元に、バイナリ/ソースパッケージを作成" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "<tarball> を元に、バイナリパッケージのみを作成" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "<tarball> を元に、ソースパッケージのみを作成" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "<source package> を元にバイナリパッケージを作成" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<source package>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "<source package> から %install (%prep, %build, インストール) まで実行" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "build root を強制指定" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "パッケージ作成後ツリーを削除" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "spec ファイルの ExcludeArch: を無視" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "ファイル状態マシーンのデバッグ" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "ビルドのどの段階も実行しない" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "ビルド依存性を検証しない" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "(古い) rpm[23] パッケージング互換のヘッダーを生成" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "パッケージダイジェストの検証をしません。" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "取得したデータベースヘッダーを検証しません。" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "パッケージ署名の検証をしません。" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "specfile から i18N msgstr を受け付けない" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "終了後ソースを削除します。" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "終了時に spec ファイルを削除" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "指定した過程までスキップします (c, i でのみ有効)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "ターゲットプラットフォームを強制指定" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "[ <specfile> | <tarball> | <source package> ] とのビルドオプション:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "ビルド依存性の失敗:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "spec ファイル %s を開けません: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "tar パイプのオープンに失敗しました: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "%s から spec ファイルの読み込みに失敗しました。\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "%s を %s に名前を変更できませんでした: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "stat %s に失敗しました: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "%s は通常ファイルではありません。\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "ファイル %s は spec ファイルではないようです。\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "ビルド対象プラットフォーム: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "ターゲット %s 用にビルド中\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "一時ファイルを開けません。\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "実行中(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "%s の実行に失敗 (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "%s の不正な終了ステータス (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -422,183 +574,178 @@ msgstr "&& と || は文字列には使えません\n" msgid "syntax error in expression\n" msgstr "式中で文法エラー\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK 失敗: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "%s に '(' がありません %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "%s(%s の後に ')' がありません\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "無効なトークン %s: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "%s が %s %s にありません\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "%s() に続く空白がありません: %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "文法エラー: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "不正なモード指定: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "不正なディレクトリモード指定: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "異常なロケール長: \"%.*s (%%lang(%s))\"\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "ロケール %.*s の重複が %%lang(%s) にあります。\n" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "不正なケーパビリティです: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "ファイル ケーパビリティのサポートが組み込まれていません\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "%%docdir の引数は 1 つのみです\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "1 行に 2 つのファイル: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "ファイルは \"/\" から始まらなければなりません: %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "他のフォームで特別な %%doc を混ぜることはできません: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" "不明なファイルのダイジェスト アルゴリズム %u です。MD5 にフォールバックしま" "す。\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "ファイルが2回表記されています: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "シンボリックリンクが BuildRoot を指しています: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "ファイルが見つかりません: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "ペイロードのためのファイル %s が大きすぎます\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: 不明なタグ (%d) を読み込めませんでした。\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: 公開鍵の読み込みに失敗しました。\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: ASCII 形式の公開鍵ではありません。\n" -#: build/files.c:1635 +#: build/files.c:1615 #, c-format msgid "%s: failed to encode\n" msgstr "%s: エンコードに失敗\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "ファイルは先頭に \"/\" が必要です: %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob は許可されていません: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "ファイルが見つかりません (by glob): %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "%%files のファイル %s を開けません: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "%s行目: \n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "不正なファイル: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "不正な所有者/グループ: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "伸張ファイルの検査中: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -607,12 +754,12 @@ msgstr "" "インストール済み(ただし未伸張)ファイルが見つかりました:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, c-format msgid "Processing files: %s\n" msgstr "ファイルの処理中: %s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "noarch パッケージ内にアーキテクチャ依存のバイナリー\n" @@ -831,30 +978,30 @@ msgstr "%%changelog 中に名前がありません\n" msgid "no description in %%changelog\n" msgstr "%%changelog 中に説明がありません\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "%d 行目: %%description の解析エラー: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "%d 行目: 不正なオプション %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "%d 行目: 名前が多すぎます: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "%d 行目: パッケージが存在しません: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "%d 行目: 2番目の説明\n" @@ -944,92 +1091,92 @@ msgstr "不明なアイコンタイプ: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "%d 行目: タグはトークンを 1つしかとりません: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "%d 行目: 不正な文字 '%c' : %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, c-format msgid "line %d: Illegal char in: %s\n" msgstr "%d 行目: 不正な文字 '-' : %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "%d 行目: 不正なシーケンス 「..」 : %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "%d 行目: 不完全な形のタグ: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "%d 行目: 空のタグ: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "%d 行目: Prefix は \"/\" で終わってはいけません: %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "%d 行目: Docdir は '/' で始まらなければなりません: %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "%d 行目: Epoch フィールドは数字でなければなりません: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "%d 行目: 不正な修飾子 %s : %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "%d 行目: 不正な BuildArchtecture フォーマット: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "%d 行目: noarch サブ パッケージでのみサポート: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "内部エラー: にせのタグ %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "%d 行目: %s は非推奨: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "不正なパッケージの指定: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "パッケージは既に存在しています: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "%d 行目: 不明なタグ: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} を空にすることができません\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} を \"\" にすることができません\n" @@ -1180,11 +1327,11 @@ msgstr "%s:%d: %%if がないのに %%endif があります\n" msgid "malformed %%include statement\n" msgstr "おかしな %%include 行です\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "作成(build)可能な互換アーキテクチャはありません\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "パッケージには %%description がありません: %s\n" @@ -1256,161 +1403,6 @@ msgstr "%s:%d でデータ行に引数が多すぎます\n" msgid "Processing policies: %s\n" msgstr "ファイルの処理中: %s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "BuildRoot は既に指定されています。%s を無視します\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "<specfile> の %prep (ソース展開と patch の適用) まで実行" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specfile>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "<specfile> の %build (%prep とコンパイル) まで実行" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "<specfile> の %install (%prep, %build, インストール) まで実行" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "<specfile> の %files セクションを検証" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "<specfile> を元に、バイナリ/ソースパッケージ作成" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "<specfile> を元に、バイナリパッケージのみ作成" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "<specfile> を元に、ソースパッケージのみ作成" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "<tarball> から %prep (ソース展開とパッチ適用) まで実行" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "<tarball> から %build (%prep とコンパイル) まで実行" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "<tarball> から %install (%prep, %build, インストール) まで実行" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "<tarball> から %files セクションを検証" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "<tarball> を元に、バイナリ/ソースパッケージを作成" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "<tarball> を元に、バイナリパッケージのみを作成" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "<tarball> を元に、ソースパッケージのみを作成" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "<source package> を元にバイナリパッケージを作成" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<source package>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "<source package> から %install (%prep, %build, インストール) まで実行" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "build root を強制指定" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "パッケージ作成後ツリーを削除" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "rpm4 パッケージング互換のヘッダーを生成" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "spec ファイルの ExcludeArch: を無視" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "ファイル状態マシーンのデバッグ" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "ビルドのどの段階も実行しない" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "ビルド依存性を検証しない" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "(古い) rpm[23] パッケージング互換のヘッダーを生成" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "パッケージダイジェストの検証をしません。" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "取得したデータベースヘッダーを検証しません。" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "パッケージ署名の検証をしません。" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "specfile から i18N msgstr を受け付けない" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "終了後ソースを削除します。" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "終了時に spec ファイルを削除" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "指定した過程までスキップします (c, i でのみ有効)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "ターゲットプラットフォームを強制指定" - #: build/rpmfc.c:75 #, c-format msgid "Ignoring invalid regex %s\n" @@ -1480,7 +1472,7 @@ msgstr "%s を検索しています: %s\n" msgid "Failed to find %s:\n" msgstr "%s の検索に失敗しました:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "スペックファイル %s の問い合わせに失敗しました。解析できません。\n" @@ -2621,24 +2613,24 @@ msgstr "%s を開けません: %s\n" msgid "Installing %s\n" msgstr "%s をインストール中です。\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "rpm パッケージではありません。" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "署名の種類が正しくありません。" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "サポートしていない RPM パッケージのバージョンです。" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "読み込みの失敗: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 msgid "not an rpm package\n" msgstr "rpm パッケージではありません。\n" @@ -2897,7 +2889,7 @@ msgstr "パッケージラベル中に「)」がありません: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: 公開鍵の読み込みに失敗しました。\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "トランザクション" @@ -3532,6 +3524,12 @@ msgstr "%s: manifest の読み込みに失敗: %s\n" msgid "don't verify header+payload signature" msgstr "ヘッダーとペイロード署名を検証しません。" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK 失敗: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "rpm4 パッケージング互換のヘッダーを生成" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "引数処理 (%d) での内部エラー :-(\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.4\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2002-03-04 17:17+0900\n" "Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n" "Language-Team: GNU Translation project <ko@li.org>\n" @@ -82,7 +82,7 @@ msgstr "ͺ̽ ɼ:" msgid "Install/Upgrade/Erase options:" msgstr "ġ/̵/ ɼ:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 #, fuzzy msgid "Common options for all rpm modes and executables:" msgstr " rpm 忡 Ϲ ɼ:" @@ -216,7 +216,7 @@ msgstr "" "--root (-r) ɼ Ű ġ, , , ͺ̽ 籸ÿ " " ֽϴ" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "--root (-r) ɼ μ ݵ '/' ؾ մϴ" @@ -274,81 +274,237 @@ msgstr " ʿ μ ʾҽϴ" msgid "no arguments given" msgstr "ǿ ʿ μ ʾҽϴ" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot ̹ Ǿ ֽϴ, %s() մϴ\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "<spec> %prep (ҽ Ǯ ġ ϴ ) մϴ" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<spec>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "<spec> %build (%prep ϴ ) մϴ" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "<spec> %install (%prep, %build ġϴ ) մϴ" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "<spec> %files (section) ˻մϴ" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "<spec> ҽ ̳ʸ Ű մϴ" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "<spec> ̳ʸ Ű մϴ" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "<spec> ҽ Ű մϴ" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "<tar> %prep (ҽ Ǯ ġ ϴ ) մϴ" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tar>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "<tar> %build (%prep ϴ ) մϴ" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "<tar> %install (%prep, %build ġϴ ) մϴ" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "<tar> %files (section) ˻մϴ" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "<tar> ҽ ̳ʸ Ű մϴ" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "<tar> ̳ʸ Ű մϴ" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "<tar> ҽ Ű մϴ" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "<ҽ Ű> ̳ʸ Ű մϴ" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<ҽ Ű>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"<ҽ Ű> %install (%prep, %build ġϴ ) մϴ" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "buildroot ü(override)մϴ" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "Ű Ŀ ҽ Ǯ ۾ 丮 մϴ" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ExcludeArch : spec Ͽ (directive)˴ϴ" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "ǻ (state) մϴ" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "Ű ܰ赵 ʽϴ" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "Ű ˻ ʽϴ" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "() rpm[23] Ű¡ ȣȯϴ Ű մϴ" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +#, fuzzy +msgid "don't verify package digest(s)" +msgstr "Ű ˻ ʽϴ" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +#, fuzzy +msgid "don't verify database header(s) when retrieved" +msgstr "Ű Űĸ ˻ ʽϴ" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +#, fuzzy +msgid "don't verify package signature(s)" +msgstr "Ű ˻մϴ" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "spec i18N msgstr (accept) ʽϴ" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "Ű Ŀ ҽ մϴ" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "Ű Ŀ spec մϴ" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr " ܰ ٷ մϴ (c,i )" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "ǥ(target) ÷ ü(override)մϴ" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" " Բ ϴ ɼ [ <spec> | <tar> | <ҽ Ű> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr " ۿ :\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "%s spec : %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "tar µ : %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "%s spec дµ ߽ϴ\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "%s ̸ %s() ϴµ : %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "%s (stat) ǥϴµ : %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "%s (regular) ƴմϴ.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "%s spec ƴ ϴ.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "ǥ(target) ÷ : %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "%s() ϰ ֽϴ\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "ӽ ϴ.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr " (%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "%s (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "%s ߸ Ȳ (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -407,193 +563,188 @@ msgstr "'&&' '||' ڿ ϴ\n" msgid "syntax error in expression\n" msgstr "ǥĿ ߽ϴ\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK : %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "%s %s '(' ϴ\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "%s(%s ')' ϴ\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr " %s ū: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "%2$s %3$s %1$s ϴ\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "%s() : %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "߸ : %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "߸ spec: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "߸ dir spec: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, fuzzy, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr " : %%lang(%2$s) \"%1$.*s\"\n" -#: build/files.c:760 +#: build/files.c:740 #, fuzzy, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "%%lang(%2$s) ߺ %1$.*s մϴ\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr " %s ū: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "%%docdir ϳ μ ֽϴ\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "ϳ ΰ : %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr " ݵ \"/\" ؾ: %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Ư %%doc ٸ İ Բ : %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr " ߺ: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "BuildRoot ɺũ: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr " ã : %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead ߽ϴ\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "ũ %%%s() Ȯ(expand)ϴµ ߽ϴ\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr " \"/\" ؾ: %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob : %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "glob ã : %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "%s %%files : %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr ": %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "߸ : %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "߸ /: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "ī̺긦 Ǫµ %s%s: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr " ó : %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -812,30 +963,30 @@ msgstr "%%changelog ̸ ֽϴ\n" msgid "no description in %%changelog\n" msgstr "%%changelog (description) ϴ\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "%d ° : %%description ߽ϴ: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "%d ° : %s() ߸ ɼԴϴ: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "%d ° : ̸ ʹ ϴ: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "%d ° : Ű ʽϴ: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "%d ° : ι° (description)\n" @@ -925,92 +1076,92 @@ msgstr " : %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "%d ° : ± ϳ ū ֽϴ: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "%d ° : %s '-' : %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "%d ° : %s '-' : %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "%d ° : %s '-' : %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "%d ° : ùٸ ±Դϴ: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "%d ° : ±װ ֽϴ: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "%d ° : Prefixes \"/\" ȵ˴ϴ: %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "%d ° : Docdir ݵ '/' ؾ մϴ: %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "%d ° : Epoch/Serial (field) ݵ ̾ մϴ: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "%d ° : ߸ %s: (qualifier): %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "%d ° : ߸ BuildArchitecture Դϴ: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr " : Ž(Bogus) ± %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "%d ° : ʿմϴ: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "߸ Ű : %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Ű ̹ : %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "%d ° : ±Դϴ: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot \"/\" : %s\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot \"/\" : %s\n" @@ -1163,11 +1314,11 @@ msgstr "%s:%d: %%endif %%if Ǿϴ\n" msgid "malformed %%include statement\n" msgstr "%%include ùٸ ʽϴ\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Ű ۿ ȣȯϴ Űĸ ã ϴ\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Ű %%description : %s\n" @@ -1239,165 +1390,6 @@ msgstr "%s (line) μ ʹ :%d\n" msgid "Processing policies: %s\n" msgstr " ó : %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot ̹ Ǿ ֽϴ, %s() մϴ\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "<spec> %prep (ҽ Ǯ ġ ϴ ) մϴ" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<spec>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "<spec> %build (%prep ϴ ) մϴ" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "<spec> %install (%prep, %build ġϴ ) մϴ" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "<spec> %files (section) ˻մϴ" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "<spec> ҽ ̳ʸ Ű մϴ" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "<spec> ̳ʸ Ű մϴ" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "<spec> ҽ Ű մϴ" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "<tar> %prep (ҽ Ǯ ġ ϴ ) մϴ" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tar>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "<tar> %build (%prep ϴ ) մϴ" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "<tar> %install (%prep, %build ġϴ ) մϴ" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "<tar> %files (section) ˻մϴ" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "<tar> ҽ ̳ʸ Ű մϴ" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "<tar> ̳ʸ Ű մϴ" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "<tar> ҽ Ű մϴ" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "<ҽ Ű> ̳ʸ Ű մϴ" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<ҽ Ű>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"<ҽ Ű> %install (%prep, %build ġϴ ) մϴ" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "buildroot ü(override)մϴ" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "Ű Ŀ ҽ Ǯ ۾ 丮 մϴ" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "rpm4 Ű¡ ȣȯϴ մϴ" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ExcludeArch : spec Ͽ (directive)˴ϴ" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "ǻ (state) մϴ" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "Ű ܰ赵 ʽϴ" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "Ű ˻ ʽϴ" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "() rpm[23] Ű¡ ȣȯϴ Ű մϴ" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -#, fuzzy -msgid "don't verify package digest(s)" -msgstr "Ű ˻ ʽϴ" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -#, fuzzy -msgid "don't verify database header(s) when retrieved" -msgstr "Ű Űĸ ˻ ʽϴ" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -#, fuzzy -msgid "don't verify package signature(s)" -msgstr "Ű ˻մϴ" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "spec i18N msgstr (accept) ʽϴ" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "Ű Ŀ ҽ մϴ" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "Ű Ŀ spec մϴ" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr " ܰ ٷ մϴ (c,i )" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "ǥ(target) ÷ ü(override)մϴ" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1468,7 +1460,7 @@ msgstr "%s() ã : (%s )...\n" msgid "Failed to find %s:\n" msgstr "%s() ãµ :\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" @@ -2654,26 +2646,26 @@ msgstr "%s() : %s\n" msgid "Installing %s\n" msgstr "%s() ġմϴ\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "μ RPM Ű Ǿ մϴ\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: ȿ ϴ\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "дµ : %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "μ RPM Ű Ǿ մϴ\n" @@ -2940,7 +2932,7 @@ msgstr " Ű ȣ: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: readLead ߽ϴ\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3584,6 +3576,12 @@ msgstr "%s: дµ ߽ϴ: %s\n" msgid "don't verify header+payload signature" msgstr "Ű ˻մϴ" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK : %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "rpm4 Ű¡ ȣȯϴ մϴ" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "μ ó (%d) ߽ϴ :-(\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2008-06-14 00:38+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n" "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n" @@ -88,7 +88,7 @@ msgstr "Pilihan Bina" msgid "Install/Upgrade/Erase options:" msgstr "" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "" @@ -218,7 +218,7 @@ msgid "" "and database rebuilds" msgstr "" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "" @@ -276,80 +276,234 @@ msgstr "" msgid "no arguments given" msgstr "(tiada cadangan ejaan)" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "" + +#: rpmbuild.c:177 rpmbuild.c:180 +#, fuzzy +msgid "<source package>" +msgstr "Pelihat Pakej" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "" + +#: rpmbuild.c:189 +#, fuzzy +msgid "debug file state machine" +msgstr "Berbalik fail kepada keadaan akhir disimpan?" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "" + +#: rpmbuild.c:195 +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "" + +#: rpmbuild.c:214 +#, fuzzy +msgid "override target platform" +msgstr "Pilih sasaran tandabuku daripada senarai." + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr "Gagal untuk mencari seksyen: %s" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Gagal untuk mencari seksyen: %s" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "Gagal untuk mencari seksyen: %s" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "Fail %s adalah jenis tidak disokong pada masa ini" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, fuzzy, c-format msgid "Building target platforms: %s\n" msgstr "Pilih sasaran tandabuku daripada senarai." -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, fuzzy, c-format msgid "Building for target %s\n" msgstr "&Cari Bantuan" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "" -#: build/build.c:184 +#: build/build.c:181 #, fuzzy, c-format msgid "Executing(%s): %s\n" msgstr "Ralat melaksanakan skrip %s" -#: build/build.c:190 +#: build/build.c:187 #, fuzzy, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Sambungan Gagal" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "" -#: build/build.c:292 +#: build/build.c:297 #, fuzzy msgid "" "\n" @@ -415,193 +569,188 @@ msgstr "" msgid "syntax error in expression\n" msgstr "Ralat sintaks API Skype" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "Sedang Diguna" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "Sedang Diguna" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "Nama path tidak sah." -#: build/files.c:460 +#: build/files.c:440 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "Sedang Diguna" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:549 +#: build/files.c:529 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Mengabaikan rpm buruk: %s" -#: build/files.c:558 +#: build/files.c:538 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Mengabaikan rpm buruk: %s" -#: build/files.c:576 +#: build/files.c:556 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Mengabaikan rpm buruk: %s" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Nama path tidak sah." -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "" -#: build/files.c:939 +#: build/files.c:919 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "Fail Teks dengan Nila Dipisah Koma (CSV)" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "Ralat mengimport fail %s" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "Fail %s tidak dijumpai" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Makro %%%s gagal untuk mengembang\n" -#: build/files.c:1674 +#: build/files.c:1654 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "Ralat mengimport fail %s" -#: build/files.c:1696 +#: build/files.c:1676 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "Fail %s tidak dijumpai" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "Fail pertolongan tidak dijumpai\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Tak dapat membuka fail %s untuk menulis" -#: build/files.c:1767 +#: build/files.c:1747 #, fuzzy, c-format msgid "line: %s\n" msgstr "Baris" -#: build/files.c:2056 +#: build/files.c:2035 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "Extension &fail:" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, fuzzy, c-format msgid "Bad owner/group: %s\n" msgstr "Mengabaikan rpm buruk: %s" -#: build/files.c:2119 +#: build/files.c:2098 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Bahagian hadapan untuk penciptaan fail audio" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "&Fail Terbaru" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -821,30 +970,30 @@ msgstr "" msgid "no description in %%changelog\n" msgstr "" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, fuzzy, c-format msgid "line %d: Bad option %s: %s\n" msgstr "Mengabaikan rpm buruk: %s" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, fuzzy, c-format msgid "line %d: Package does not exist: %s\n" msgstr "Amaran: tandabuku yang anda berikan [%s] tidak wujud." -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, fuzzy, c-format msgid "line %d: Second description\n" msgstr "Log penerangan corak" @@ -934,92 +1083,92 @@ msgstr "Fail %s adalah dari jenis tidak diketahui" msgid "line %d: Tag takes single token only: %s\n" msgstr "" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "Ubah jumlah lajur" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "Tahap kedua..." -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, fuzzy, c-format msgid "line %d: Malformed tag: %s\n" msgstr "&Sembunyi nombor baris" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, fuzzy, c-format msgid "line %d: Empty tag: %s\n" msgstr "Cipta dokumen kosong" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "Ubah jumlah lajur" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, fuzzy, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "Mengabaikan rpm buruk: %s" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "mencapah selepas versi %d daripada %s" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, fuzzy, c-format msgid "Bad package specification: %s\n" msgstr "Fail Pakej RPM" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, fuzzy, c-format msgid "Package already exists: %s\n" msgstr "Fail telah wujud. Tulisganti fail '%s'?" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, fuzzy, c-format msgid "line %d: Unknown tag: %s\n" msgstr "&Sembunyi nombor baris" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "Clip Art tidak boleh dimuatkan" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "Clip Art tidak boleh dimuatkan" @@ -1169,11 +1318,11 @@ msgstr "" msgid "malformed %%include statement\n" msgstr "" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "" @@ -1245,164 +1394,6 @@ msgstr "" msgid "Processing policies: %s\n" msgstr "&Fail Terbaru" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "" - -#: build/poptBT.c:175 build/poptBT.c:178 -#, fuzzy -msgid "<source package>" -msgstr "Pelihat Pakej" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "" - -#: build/poptBT.c:189 -#, fuzzy -msgid "debug file state machine" -msgstr "Berbalik fail kepada keadaan akhir disimpan?" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "" - -#: build/poptBT.c:214 -#, fuzzy -msgid "override target platform" -msgstr "Pilih sasaran tandabuku daripada senarai." - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1472,7 +1463,7 @@ msgstr "" msgid "Failed to find %s:\n" msgstr "Gagal untuk mencari seksyen: %s" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" @@ -2662,26 +2653,26 @@ msgstr "Buka Fail" msgid "Installing %s\n" msgstr "" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "Fail Pakej RPM" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "Jenis Senarai Semasa" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, fuzzy, c-format msgid "read failed: %s (%d)\n" msgstr "Sambungan Gagal" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "Fail Pakej RPM" @@ -2938,7 +2929,7 @@ msgstr "" msgid "%s: reading of public key failed.\n" msgstr "%s: gagal membaca manifest: %s\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "&Tetapan Halaman" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2001-06-27 12:24+0200\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Language-Team: Norwegian <no@li.org>\n" @@ -83,7 +83,7 @@ msgstr "" msgid "Install/Upgrade/Erase options:" msgstr "" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "" @@ -215,7 +215,7 @@ msgid "" "and database rebuilds" msgstr "" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "" @@ -274,80 +274,238 @@ msgstr "ingen argumenter oppgitt for verifisering" msgid "no arguments given" msgstr "ingen argumenter oppgitt for sprring" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "Feil under lesing av spec fil fra %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"bygg gjennom %prep (pakk ut kildekoden og legg til patcher) fra <specfil>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specfil>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "bygg kilde- og binrpakker fra <specfil>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "spr pakke som eier <fil>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"bygg gjennom %prep (pakk ut kildekoden og legg til patcher) fra <tarball>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verifiser %files seksjon fra <tarball>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "bygg kilde- og binrpakker fra <tarball>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "bygg binr-pakke fra <kildepakke>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<kildepakke>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "fjern byggtreet nr ferdig" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "" + +#: rpmbuild.c:193 +#, fuzzy +msgid "do not verify build dependencies" +msgstr "ikke verifiser pakkeavhengigheter" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "generer headere som er kompatible med (gamle) rpm[23] pakker" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +#, fuzzy +msgid "don't verify package digest(s)" +msgstr "ikke verifiser pakkeavhengigheter" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +#, fuzzy +msgid "don't verify database header(s) when retrieved" +msgstr "ikke verifiser pakkearkitektur" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +#, fuzzy +msgid "don't verify package signature(s)" +msgstr "verifiser pakkesignatur" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "fjern kildekoden nr ferdig" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "hopp rett til spesifisert steg (kun for c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr "feil med avhengigheter under bygging:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Kunne ikke pne spec fil %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Kunne ikke pne tar-rr: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Feil under lesing av spec-fil fra %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Feil under endring av navn fra %s til %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "kunne ikke kjre stat p %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Fil %s er ikke en vanlig fil.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Fil %s ser ikke ut til vre en spec-fil.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Bygger mlplattformene: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Bygger for ml %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Kunne ikke pne spec fil %s: %s\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Kjrer(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Kjring av %s feilet (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Ugyldig sluttstatus fra %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -406,193 +564,188 @@ msgstr "&& og || ikke stttet for strenger\n" msgid "syntax error in expression\n" msgstr "syntaksfeil i uttrykk\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIDSJEKK feil: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Mangler '(' i %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Mangler ')' i %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Ugyldig %s-tegn: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "Mangler '(' i %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Ugyldig %s-tegn: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "To filer p n linje: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Filen m begynne med \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Kan ikke blande spesiell %%doc med andre skjema: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Fil listet to ganger: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolsk lenke peker til BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Fil ikke funnet: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead feilet\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "%s feilet\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1696 +#: build/files.c:1676 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "linje %d: Filnavn ikke tillatt: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Kunne ikke pne spec fil %s: %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "Installerer %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ugyldig fil %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Ugyldig eier/gruppe: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "ingen pakke utlser %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "kan ikke aksessere fil %s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -814,30 +967,30 @@ msgstr "" msgid "no description in %%changelog\n" msgstr "" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "linje %d: Ugyldig flagg %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "" @@ -927,92 +1080,92 @@ msgstr "Ukjent ikontype: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "linje %d: Tagg tar kun et enkelt tegn: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "linje %d: Ugyldig tegn '-' i %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "linje %d: Ugyldig tegn '-' i %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "linje %d: Ugyldig tegn '-' i %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "linje %d: Feilutformet tagg: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "linje %d: Tom tagg: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "linje %d: Prefiks m ikke slutte p \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "linje %d: Docdir m begynne med '/': %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "linje %d: Epoch/serienummer m vre et tall: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "linje %d: Ugyldig %s: kvalifikatorer: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "linje %d: Ugyldig BuildArchitecture format: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Intern feil: Ugyldig tag %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "linje %d: Versjon kreves: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Ugyldig pakkespesifikasjon: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Pakke eksisterer allerede: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "linje %d: Ukjent tagg: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot kan ikke vre \"/\": %s\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot kan ikke vre \"/\": %s\n" @@ -1165,11 +1318,11 @@ msgstr "%s:%d: %%endif uten %%if\n" msgid "malformed %%include statement\n" msgstr "ugyldig %%include utsagn\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Ingen kompatible arkitekturer funnet for bygging\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Pakken har ingen %%description: %s\n" @@ -1241,167 +1394,6 @@ msgstr "For mange argumenter i datalinje ved %s:%d\n" msgid "Processing policies: %s\n" msgstr "kan ikke aksessere fil %s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "Feil under lesing av spec fil fra %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"bygg gjennom %prep (pakk ut kildekoden og legg til patcher) fra <specfil>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specfil>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "bygg kilde- og binrpakker fra <specfil>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "spr pakke som eier <fil>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"bygg gjennom %prep (pakk ut kildekoden og legg til patcher) fra <tarball>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verifiser %files seksjon fra <tarball>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "bygg kilde- og binrpakker fra <tarball>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "bygg binr-pakke fra <kildepakke>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<kildepakke>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "fjern byggtreet nr ferdig" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "generer headere som er kompatible med rpm4 pakker" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "" - -#: build/poptBT.c:193 -#, fuzzy -msgid "do not verify build dependencies" -msgstr "ikke verifiser pakkeavhengigheter" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -#, fuzzy -msgid "don't verify package digest(s)" -msgstr "ikke verifiser pakkeavhengigheter" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -#, fuzzy -msgid "don't verify database header(s) when retrieved" -msgstr "ikke verifiser pakkearkitektur" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -#, fuzzy -msgid "don't verify package signature(s)" -msgstr "verifiser pakkesignatur" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "fjern kildekoden nr ferdig" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "hopp rett til spesifisert steg (kun for c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1471,7 +1463,7 @@ msgstr "Fil %s: %s\n" msgid "Failed to find %s:\n" msgstr "Klarte ikke finne %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" @@ -2649,26 +2641,26 @@ msgstr "kan ikke pne %s: %s\n" msgid "Installing %s\n" msgstr "Installerer %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "argumentet er ikke en RPM-pakke\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: Ingen signatur tilgjengelig\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "lesing feilet: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "argumentet er ikke en RPM-pakke\n" @@ -2925,7 +2917,7 @@ msgstr "ugyldig pakkenummer: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: readLead feilet\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3568,6 +3560,12 @@ msgstr "%s: lesing av manifest feilet: %s\n" msgid "don't verify header+payload signature" msgstr "verifiser pakkesignatur" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIDSJEKK feil: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "generer headere som er kompatible med rpm4 pakker" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Intern feil i argumentprosesseringen (%d) :-(\n" @@ -3673,9 +3671,6 @@ msgstr "verifiser pakkesignatur" #~ msgid "Spec file can't use BuildRoot\n" #~ msgstr "Spec-fil kan ikke bruke BuildRoot\n" -#~ msgid "generate headers compatible with (legacy) rpm[23] packaging" -#~ msgstr "generer headere som er kompatible med (gamle) rpm[23] pakker" - #~ msgid "cannot write to %%%s %s\n" #~ msgstr "kan ikke skrive til %%%s %s\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2008-09-03 22:17+0200\n" "Last-Translator: Peter van Egdom <p.van.egdom@gmail.com>\n" "Language-Team: Dutch <fedora-trans-list@redhat.com>\n" @@ -87,7 +87,7 @@ msgstr "Database opties:" msgid "Install/Upgrade/Erase options:" msgstr "" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "" @@ -214,7 +214,7 @@ msgid "" "and database rebuilds" msgstr "" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "" @@ -271,79 +271,230 @@ msgstr "" msgid "no arguments given" msgstr "" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "" + +#: rpmbuild.c:195 +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -399,193 +550,188 @@ msgstr "" msgid "syntax error in expression\n" msgstr "" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Ontbrekende '(' in %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Ontbrekende ')' in %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Ontbrekende %s in %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, c-format msgid "%s: failed to encode\n" msgstr "" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob niet toegestaan: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "regel: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "bestand %s: %s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -804,30 +950,30 @@ msgstr "" msgid "no description in %%changelog\n" msgstr "" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "" @@ -917,92 +1063,92 @@ msgstr "" msgid "line %d: Tag takes single token only: %s\n" msgstr "" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, c-format msgid "line %d: Illegal char in: %s\n" msgstr "" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "" @@ -1152,11 +1298,11 @@ msgstr "" msgid "malformed %%include statement\n" msgstr "" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "" @@ -1227,161 +1373,6 @@ msgstr "" msgid "Processing policies: %s\n" msgstr "bestand %s: %s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "" - #: build/rpmfc.c:75 #, c-format msgid "Ignoring invalid regex %s\n" @@ -1451,7 +1442,7 @@ msgstr "" msgid "Failed to find %s:\n" msgstr "" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" @@ -2589,24 +2580,24 @@ msgstr "" msgid "Installing %s\n" msgstr "" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "geen rpm pakket" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "lezen mislukt: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "geen rpm pakket" @@ -2862,7 +2853,7 @@ msgstr "ontbrekende ')' in pakketlabel: %s\n" msgid "%s: reading of public key failed.\n" msgstr "" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2010-09-01 22:06+0200\n" "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n" "Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n" @@ -90,7 +90,7 @@ msgstr "Opcje bazy danych:" msgid "Install/Upgrade/Erase options:" msgstr "Opcje instalacji/aktualizacji/usuwania:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Wspólne opcje dla wszystkich trybów i plików binarnych RPM:" @@ -230,7 +230,7 @@ msgstr "" "--root (-r) można podać tylko podczas instalacji, usuwania, sprawdzania " "pakietów i przebudowywania bazy" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "parametry dla --root (-r) muszą zaczynać się od /" @@ -287,79 +287,238 @@ msgstr "nie podano parametrów dla sprawdzenia" msgid "no arguments given" msgstr "nie podano parametrów" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot został już podany, ignorowanie %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"zbudowanie przez %prep (rozpakowanie źródeł i nałożenie łat) z <pliku_spec>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<plik_spec>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "zbudowanie przez %build (%prep i skompilowanie) z <pliku_spec>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"zbudowanie przez %install (%prep, %build i zainstalowanie) z <pliku_spec>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "sprawdzenie sekcji %files z <pliku_spec>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "zbudowanie pakietu źródłowego i binarnego z <pliku_spec>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "zbudowanie tylko pakietu binarnego z <pliku_spec>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "zbudowanie tylko pakietu źródłowego z <pliku_spec>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"zbudowanie przez %prep (rozpakowanie źródeł i nałożenie łat) z <pliku_tar>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<plik_tar>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "zbudowanie przez %build (%prep oraz skompilowanie) z <pliku_tar>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"zbudowanie przez %install (%prep, %build i zainstalowanie) z <pliku_tar>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "sprawdzenie sekcji %files z <pliku_tar>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "zbudowanie pakietu źródłowego i binarnego z <pliku_tar>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "zbudowanie tylko pakietu binarnego z <pliku_tar>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "zbudowanie tylko pakietu źródłowego z <pliku_tar>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "zbudowanie pakietu binarnego z <pakietu_źródłowego>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<pakiet_źródłowy>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"zbudowanie przez %install (%prep, %build i zainstalowanie) z " +"<pakietu_źródłowego>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "zastąpienie build root" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "usunięcie drzewa budowania po ukończeniu" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "zignorowanie dyrektywy ExcludeArch: z pliku spec" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "debugowanie maszyny stanów plików" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "bez wykonania żadnych etapów budowania" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "bez sprawdzania zależności budowania" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"utworzenie nagłówków pakietu zgodnych z (przestarzałymi) pakietami RPM[23]" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "bez sprawdzania skrótów pakietów" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "bez sprawdzania nagłówków bazy danych po pobraniu" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "bez sprawdzania podpisów pakietów" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "bez akceptowania wpisów msgstr i18n z pliku spec" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "usunięcie źródeł po ukończeniu" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "usunięcie pliku spec po ukończeniu" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "przejście od razu do podanego etapu (tylko dla c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "zastąpienie platformy docelowej" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "Opcje budowania z [ <plik_spec> | <plik_tar> | <pakiet_źródłowy> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Niespełnione zależności budowania:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Nie można otworzyć pliku spec %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Otwarcie potoku tar nie powiodło się: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Odczytanie pliku spec z %s nie powiodło się\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Zmiana nazwy %s na %s nie powiodła się: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "wykonanie stat nie powiodło się %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Plik %s nie jest zwykłym plikiem.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Plik %s nie wygląda na plik spec.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Budowanie dla platform docelowych: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Budowanie dla %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Nie można otworzyć pliku tymczasowego.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Wykonywanie(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Wykonanie %s nie powiodło się (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Błędny stan wyjścia z %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -418,181 +577,176 @@ msgstr "&& i || nie są obsługiwane dla ciągów\n" msgid "syntax error in expression\n" msgstr "błąd składni w wyrażeniu\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK nie powiodło się: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Brak \"(\" w %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Brak \")\" w %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Nieprawidłowy token %s: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Brak %s w %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Brak białego znaku po %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Błędna składnia: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Błędny tryb spec: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Błędny tryb katalogu spec: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Niespotykana długość lokalizacji \"%.*s\" w %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Powtórzona lokalizacja %.*s w %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "Nieprawidłowa możliwość: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "Obsługa możliwości plików nie jest wbudowana\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Tylko jeden parametr dla %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Dwa pliki w jednym wierszu: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Plik musi zaczynać się od \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Nie można mieszać specjalnego %%doc z innymi formami: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "Nieznany algorytm skrótu pliku %u, używanie w zamian MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Plik podany dwukrotnie: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Dowiązanie symboliczne wskazuje na BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "Wymagane są bezpośrednie atrybuty plików w spec dla: %s\n" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Nie odnaleziono pliku: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "Plik %s jest za duży dla danych\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: nie można wczytać nieznanego znacznika (%d).\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: odczytanie klucza publicznego nie powiodło się.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: nie jest opakowanym kluczem publicznym.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, c-format msgid "%s: failed to encode\n" msgstr "%s: odkodowanie nie powiodło się\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Plik musi zaczynać się od \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Wyrażenie regularne jest niedozwolone: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Nie odnaleziono pliku przez wyrażenie regularne: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Nie można otworzyć pliku %s dla %%files: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "wiersz: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Błędny plik: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Błędny właściciel/grupa: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Sprawdzanie niespakietowanych plików: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -601,12 +755,12 @@ msgstr "" "Odnaleziono zainstalowane (ale niespakietowane) pliki:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, c-format msgid "Processing files: %s\n" msgstr "Przetwarzanie plików: %s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "Pliki binarne zależne od architektury w pakiecie noarch\n" @@ -825,30 +979,30 @@ msgstr "brak nazwy w %%changelog\n" msgid "no description in %%changelog\n" msgstr "brak opisu w %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "wiersz %d: błąd podczas przetwarzania %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "wiersz %d: błędna opcja %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "wiersz %d: za dużo nazw: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "wiersz %d: pakiet nie istnieje: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "wiersz %d: drugi opis\n" @@ -938,92 +1092,92 @@ msgstr "Nieznany typ ikony: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "wiersz %d: znacznik przyjmuje tylko jeden token: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "wiersz %d: niedozwolony znak \"%c\" w: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, c-format msgid "line %d: Illegal char in: %s\n" msgstr "wiersz %d: niedozwolony znak w: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "wiersz %d: niedozwolona sekwencja \"..\" w: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "wiersz %d: błędnie sformowany znacznik: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "wiersz %d: pusty znacznik: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "wiersz %d: przedrostki nie mogą kończyć się na \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "wiersz %d: Docdir musi zaczynać się od \"/\": %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "wiersz %d: pole Epoch musi być niepodpisaną liczbą: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "wiersz %d: błędne określenia %s: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "wiersz %d: błędny format BuildArchitecture: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "wiersz %d: obsługiwane są tylko podpakiety noarch: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Wewnętrzny błąd: fałszywy znacznik %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "wiersz %d: %s jest przestarzałe: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Błędna specyfikacja pakietu: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Pakiet już istnieje: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "wiersz %d: nieznany znacznik: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} nie może być puste\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} nie może być \"/\"\n" @@ -1175,11 +1329,11 @@ msgstr "%s:%d: napotkano %%endif bez %%if\n" msgid "malformed %%include statement\n" msgstr "błędnie sformowany wpis %%include\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Nie odnaleziono zgodnych architektur do zbudowania\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Pakiet nie posiada %%description: %s\n" @@ -1252,168 +1406,6 @@ msgstr "Za dużo parametrów w wierszu: %s\n" msgid "Processing policies: %s\n" msgstr "Przetwarzanie polityk: %s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot został już podany, ignorowanie %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"zbudowanie przez %prep (rozpakowanie źródeł i nałożenie łat) z <pliku_spec>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<plik_spec>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "zbudowanie przez %build (%prep i skompilowanie) z <pliku_spec>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"zbudowanie przez %install (%prep, %build i zainstalowanie) z <pliku_spec>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "sprawdzenie sekcji %files z <pliku_spec>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "zbudowanie pakietu źródłowego i binarnego z <pliku_spec>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "zbudowanie tylko pakietu binarnego z <pliku_spec>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "zbudowanie tylko pakietu źródłowego z <pliku_spec>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"zbudowanie przez %prep (rozpakowanie źródeł i nałożenie łat) z <pliku_tar>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<plik_tar>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "zbudowanie przez %build (%prep oraz skompilowanie) z <pliku_tar>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"zbudowanie przez %install (%prep, %build i zainstalowanie) z <pliku_tar>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "sprawdzenie sekcji %files z <pliku_tar>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "zbudowanie pakietu źródłowego i binarnego z <pliku_tar>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "zbudowanie tylko pakietu binarnego z <pliku_tar>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "zbudowanie tylko pakietu źródłowego z <pliku_tar>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "zbudowanie pakietu binarnego z <pakietu_źródłowego>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<pakiet_źródłowy>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"zbudowanie przez %install (%prep, %build i zainstalowanie) z " -"<pakietu_źródłowego>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "zastąpienie build root" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "usunięcie drzewa budowania po ukończeniu" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "utworzenie nagłówków zgodnych z pakietami RPM4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "zignorowanie dyrektywy ExcludeArch: z pliku spec" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "debugowanie maszyny stanów plików" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "bez wykonania żadnych etapów budowania" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "bez sprawdzania zależności budowania" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"utworzenie nagłówków pakietu zgodnych z (przestarzałymi) pakietami RPM[23]" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "bez sprawdzania skrótów pakietów" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "bez sprawdzania nagłówków bazy danych po pobraniu" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "bez sprawdzania podpisów pakietów" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "bez akceptowania wpisów msgstr i18n z pliku spec" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "usunięcie źródeł po ukończeniu" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "usunięcie pliku spec po ukończeniu" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "przejście od razu do podanego etapu (tylko dla c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "zastąpienie platformy docelowej" - #: build/rpmfc.c:75 #, c-format msgid "Ignoring invalid regex %s\n" @@ -1483,7 +1475,7 @@ msgstr "Wyszukiwanie %s: %s\n" msgid "Failed to find %s:\n" msgstr "Odnalezienie %s nie powiodło się:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "odpytanie pliku spec %s nie powiodło się, nie można przetworzyć\n" @@ -2626,24 +2618,24 @@ msgstr "nie można otworzyć %s: %s\n" msgid "Installing %s\n" msgstr "Instalowanie %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "nie jest pakietem RPM" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "niedozwolony typ podpisu" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "nieobsługiwana wersja pakietu RPM" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "odczytanie nie powiodło się: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 msgid "not an rpm package\n" msgstr "nie jest pakietem RPM\n" @@ -2896,7 +2888,7 @@ msgstr "brak \")\" w etykiecie pakietu: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: odczytanie klucza publicznego nie powiodło się.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "transakcji" @@ -3535,3 +3527,9 @@ msgstr "%s: odczytanie manifestu nie powiodło się: %s\n" #: tools/rpmgraph.c:226 msgid "don't verify header+payload signature" msgstr "bez sprawdzania podpisu nagłówka+danych" + +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK nie powiodło się: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "utworzenie nagłówków zgodnych z pakietami RPM4" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2002-02-14 10:51+0000\n" "Last-Translator: José Nuno Coelho Sanarra Pires <jncp@rnl.ist.utl.pt>\n" "Language-Team: pt <morais@kde.org\n" @@ -83,7 +83,7 @@ msgstr "Opções da base de dados:" msgid "Install/Upgrade/Erase options:" msgstr "Opções de Instalação/Actualização/Remoção:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 #, fuzzy msgid "Common options for all rpm modes and executables:" msgstr "Opções comuns para todos os modos do rpm:" @@ -225,7 +225,7 @@ msgstr "" "o --root (-r) só pode ser indicado durante a instalação, remoção ou pesquisa " "do pacote ou na reconstrução da base de dados" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "os argumentos do --root (-r) têm de começar por /" @@ -283,80 +283,242 @@ msgstr "não foram indicados argumentos para a verificação" msgid "no arguments given" msgstr "não foram indicados argumentos para a pesquisa" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "O buildroot já foi especificado, a ignorar o %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"criar através do %prep (desempacotar o código e aplicar patches) do " +"<fichspec>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<fichspec>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "criar através do %build (%prep e depois compilar) do <fichspec>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"criar através do %install (%prep, %build e depois instalar) do <fichspec>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "verificar a secção %files do <fichspec>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "criar os pacotes binários e de código a partir do <fichspec>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "criar só o pacote binário a partir do <fichspec>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "criar só o pacote com código-fonte a partir do <fichspec>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"criar através do %prep (desempacotar o código e aplicar patches) do <fichtar>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<fichtar>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "criar através do %build (%prep e depois compilar) do <fichtar>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"criar através do %install (%prep, %build e depois instalar) do <fichtar>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verificar a secção %files do <fichtar>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "criar os pacotes binários e de código a partir do <fichtar>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "criar só o pacote binário a partir do <fichtar>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "criar só o pacote com código-fonte a partir do <fichtar>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "criar o pacote binário a partir do <pacote de código>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<pacote de código>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"criar através do %install (%prep, %build e depois instalar) do <pacote de " +"código>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "ignorar a raiz de criação" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "apagar as directorias de criação quando acabar" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorar as directivas ExcludeArch: do ficheiro spec" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "depurar máquina de estados de ficheiros" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "não executar nenhuma etapa da criação" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "não verificar as dependências de compilação" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "gerar um cabeçalho do pacote compatível com os pacotes do rpm[23]" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +#, fuzzy +msgid "don't verify package digest(s)" +msgstr "não verificar as dependências do pacote" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +#, fuzzy +msgid "don't verify database header(s) when retrieved" +msgstr "não verifica a arquitectura do pacote" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +#, fuzzy +msgid "don't verify package signature(s)" +msgstr "verificar a assinatura do pacote" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "não aceitar as mensagens de i18N do ficheiro spec" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "apagar o código-fonte quando acabar" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "apagar o ficheiro spec quando acabar" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "saltar directamente para a etapa indicada (só para c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "ignorar a plataforma-alvo" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "Opções de criação com [ <fich spec> | <fich tar> | <pacote fonte> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr "não consegui construir dependências:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Não consegui abrir ficheiro spec %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Não consegui abrir o 'pipe' para o tar: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Não consegui ler o ficheiro spec do %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Não consegui mudar o nome de %s para %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "Não consegui analisar o %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "O ficheiro %s não é um ficheiro normal.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "O ficheiro %s não parece ser um ficheiro spec.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "A construir plataformas alvo: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "A construir para o alvo %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Não consegui abrir um ficheiro temporário.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "A executar(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "A execução de %s falhou (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Código de saída inválido do %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -415,193 +577,188 @@ msgstr "&& e || não suportados em cadeias de caracteres\n" msgid "syntax error in expression\n" msgstr "erro de sintaxe na expressão\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "Falha no TIMECHECK: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Falta um '(' em %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Falta um ')' em %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Elemento %s inválido: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Falta um %s em %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Carácter sem ser espaço a seguir a %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Sintaxe inválida: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Spec de modo inválido: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Spec de dirmode inválido: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Tamanho anormal do locale: \"%.*s\" no %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Locale %.*s duplicado no %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Elemento %s inválido: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Só um argumento no %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Dois ficheiros na mesma linha: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "O ficheiro tem de começar por \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Não é possível misturar o %%doc especial com outras formas: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Ficheiro listado duas vezes: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "A 'symlink' aponta para a BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Ficheiro não encontrado: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr ":%s: o readLead falhou\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "A macro %%%s não conseguiu ser expandida\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "O ficheiro precisa de começar por \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob não permitido: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Ficheiro não encontrado pelo glob: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Não consegui abrir o ficheiro do %%files %s: %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "linha: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ficheiro inválido: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Dono/grupo inválido: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "a abertura do pacote falhou%s%s: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "A processar os ficheiros: %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -822,30 +979,30 @@ msgstr "falta o nome no %%changelog\n" msgid "no description in %%changelog\n" msgstr "falta a descrição no %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "linha %d: Erro ao analisar a %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "linha %d: Opção inválida %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "linha %d: Demasiados nomes: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "linha %d: O pacote não existe: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "linha %d: Segunda descrição\n" @@ -935,92 +1092,92 @@ msgstr "Tipo de ícone desconhecido: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "linha %d: Opção só recebe um parâmetro: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "linha %d: Carácter '-' ilegal no %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "linha %d: Carácter '-' ilegal no %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "linha %d: Carácter '-' ilegal no %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "Linha %d: Opção inválida: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "linha %d: Opção em branco: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "linha %d: Os prefixos não podem acabar em \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "linha %d: A docdir tem de começar por '/': %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "linha %d: O campo Epoch/Serial tem de ser um número: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "linha %d: Qualificadores %s: inválidos: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "linha %d: Formato da BuildArchitecture inválido: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Erro interno: Opção esquisita %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "linha %d: Necessária a versão: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Descrição do pacote inválida: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "O pacote já existe: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "linha %d: Opção desconhecida: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "O BuildRoot não pode ser o \"/\": %s\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "O BuildRoot não pode ser o \"/\": %s\n" @@ -1173,11 +1330,11 @@ msgstr "%s:%d: Descobri um %%endif sem um %%if\n" msgid "malformed %%include statement\n" msgstr "instrução %%include desorganizada\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Não foram encontradas arquitecturas compatíveis para as quais criar\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "O pacote não tem uma %%description: %s\n" @@ -1249,171 +1406,6 @@ msgstr "Demasiados argumentos na linha de dados em %s:%d\n" msgid "Processing policies: %s\n" msgstr "A processar os ficheiros: %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "O buildroot já foi especificado, a ignorar o %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"criar através do %prep (desempacotar o código e aplicar patches) do " -"<fichspec>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<fichspec>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "criar através do %build (%prep e depois compilar) do <fichspec>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"criar através do %install (%prep, %build e depois instalar) do <fichspec>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "verificar a secção %files do <fichspec>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "criar os pacotes binários e de código a partir do <fichspec>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "criar só o pacote binário a partir do <fichspec>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "criar só o pacote com código-fonte a partir do <fichspec>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"criar através do %prep (desempacotar o código e aplicar patches) do <fichtar>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<fichtar>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "criar através do %build (%prep e depois compilar) do <fichtar>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"criar através do %install (%prep, %build e depois instalar) do <fichtar>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verificar a secção %files do <fichtar>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "criar os pacotes binários e de código a partir do <fichtar>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "criar só o pacote binário a partir do <fichtar>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "criar só o pacote com código-fonte a partir do <fichtar>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "criar o pacote binário a partir do <pacote de código>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<pacote de código>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"criar através do %install (%prep, %build e depois instalar) do <pacote de " -"código>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "ignorar a raiz de criação" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "apagar as directorias de criação quando acabar" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "gerar os cabeçalhos compatíveis com o formato do rpm4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignorar as directivas ExcludeArch: do ficheiro spec" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "depurar máquina de estados de ficheiros" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "não executar nenhuma etapa da criação" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "não verificar as dependências de compilação" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "gerar um cabeçalho do pacote compatível com os pacotes do rpm[23]" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -#, fuzzy -msgid "don't verify package digest(s)" -msgstr "não verificar as dependências do pacote" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -#, fuzzy -msgid "don't verify database header(s) when retrieved" -msgstr "não verifica a arquitectura do pacote" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -#, fuzzy -msgid "don't verify package signature(s)" -msgstr "verificar a assinatura do pacote" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "não aceitar as mensagens de i18N do ficheiro spec" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "apagar o código-fonte quando acabar" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "apagar o ficheiro spec quando acabar" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "saltar directamente para a etapa indicada (só para c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "ignorar a plataforma-alvo" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1484,7 +1476,7 @@ msgstr "A procurar o %s: (usando o %s)...\n" msgid "Failed to find %s:\n" msgstr "Não consegui encontrar o %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "a pesquisa do ficheiro spec %s falhou, não consigo analisar\n" @@ -2668,26 +2660,26 @@ msgstr "não consigo aceder ao %s: %s\n" msgid "Installing %s\n" msgstr "A instalar o %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "o argumento não é um pacote RPM\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: Nenhuma assinatura disponível\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "a leitura falhou: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "o argumento não é um pacote RPM\n" @@ -2952,7 +2944,7 @@ msgstr "número de pacote inválido: %s\n" msgid "%s: reading of public key failed.\n" msgstr ":%s: o readLead falhou\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3592,6 +3584,12 @@ msgstr "%s: a leitura do manifesto falhou: %s\n" msgid "don't verify header+payload signature" msgstr "verificar a assinatura do pacote" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "Falha no TIMECHECK: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "gerar os cabeçalhos compatíveis com o formato do rpm4" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Erro interno no processamento de argumentos (%d) :-(\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index edb299bb3..313c9349c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2010-04-27 13:28-0300\n" "Last-Translator: Taylon Silmer <taylonsilva@gmail.com>\n" "Language-Team: Brazilian Portuguese <trans-pt_br@lists.fedoraproject.org>\n" @@ -93,7 +93,7 @@ msgstr "Opções de banco de dados:" msgid "Install/Upgrade/Erase options:" msgstr "Opções de Instalação/Atualização/Remoção:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Opções comuns para todos os executáveis e modos rpm:" @@ -246,7 +246,7 @@ msgstr "" "--root (-r) somente pode ser especificado durante a instalação, remoção, " "consulta e reconstrução de bancos de dados" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "os argumentos para --root (-r) devem começar com uma /" @@ -303,86 +303,254 @@ msgstr "nenhum argumento foi passado para verificação" msgid "no arguments given" msgstr "nenhum argumento foi passado" -#: rpmbuild.c:35 +# , c-format +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot já especificado, ignorando %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"construir através de %prep (desempacote os fontes e aplique as correções) a " +"partir do <specfile>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specfile>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" +"construir através de %build (%prep, então compile) a partir do <specfile>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"construir através de %install (%prep, %build, então instale) a partir do " +"<specfile>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "verificar seção %files do <specfile>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "construir os pacotes fontes e binários a partir do <specfile>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "construir pacote binário somente a partir do <specfile>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "construir pacote fonte somente a partir do <specfile>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"construir através de %prep (desempacote os fontes e aplique as correções) a " +"partir do <tarball>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" +"construindo através de %build (%prep, então compile) a partir do <tarball>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"construir através de %install (%prep, %build, então instale) a partir do " +"<tarball>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verificar seção %files do <tarball>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "construir os pacotes fontes e binários a partir do <tarball>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "construir pacote binário somente a partir do <tarball>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "construir pacote fonte somente a partir do <tarball>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "construir pacote binário a partir do <pacote fonte>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<pacote fonte>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"construir através de %install (%prep, %build, então instale) a partir do " +"<pacote fonte>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "substituir raíz da construção" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "remover a árvore de construção quando terminar" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorar ExcludeArch: diretivas do arquivo spec" + +# , c-format +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "depurar máquina de estados do arquivo" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "não executar nenhum estágio da construção" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "não verificar dependências de construção" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"gerar cabeçalhos de pacotes compatíveis com o empacotamento do rpm[23] " +"(legado)" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "não verificar digest(s) dos pacotes" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "não verificar cabeçalho(s) do banco de dados ao recuperá-lo(s)" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "não verificar a(s) assinatura(s) do pacote" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "não aceitar msgstr's i18N do specfile" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "remover fontes ao finalizar" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "remover specfile ao finalizar" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "pule direto para o estágio especificado (somente para c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "substituir plataforma de destino" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "opções de construção com [ <specfile> | <tarball> | <pacote fonte> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Falha ao construir dependências:\n" # , c-format -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Não foi possível abrir o arquivo spec %s: %s\n" # , c-format -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Não foi possível abrir o pipe do tar: %m\n" # , c-format -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Falha ao ler o arquivo spec de %s\n" # , c-format -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Falha ao renomear %s para %s: %m\n" # , c-format -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "falha ao iniciar %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "O arquivo %s não é um arquivo normal.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "O arquivo %s não parece ser um specfile.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Construindo plataformas de destino: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Construindo para o destino %s\n" # , c-format -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Não foi possível abrir o arquivo temporário.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Executando (%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "A execução de %s falhou (%s): %s\n" # , c-format -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Status de saída de %s inválido (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -441,97 +609,92 @@ msgstr "&& e || não são suportados para strings\n" msgid "syntax error in expression\n" msgstr "erro de sintaxe na expressão\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "Falha no TIMECHECK: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "\"(\" faltando em %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "\"(\" faltando em %s(%s\n" # , c-format -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Token de %s inválido: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "%s faltando em %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "caractere de espaço após %s(): %s\n" # , c-format -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Sintaxe inválida: %s(%s)\n" # , c-format -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Modo spec inválido: %s(%s)\n" # , c-format -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Dirmode spec inválido: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Tamanho de localidade não usual: \"%.*s\" em %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Localidade %.*s duplicada em %%lang(%s)\n" # , c-format -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "Capacidade inválida: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "Suporte à capacidade de arquivo não embutida\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Apenas um argumento para %%docdir\n" # , c-format -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Dois arquivos em uma linha: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "O arquivo deve começar com uma \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Não é possível misturar %%doc especial com outras formas: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" @@ -539,97 +702,97 @@ msgstr "" "alternativa\n" # , c-format -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Arquivo listado duas vezes: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Ligação simbólica aponta para BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "Os atributos explícitos do arquivo são necessário no spec para: %s\n" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Arquivo não encontrado: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "O arquivo %s é grande demais para a carga útil\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: não foi possível carregar a etiqueta desconhecida (%d).\n" # , c-format -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: falha ao ler a chave pública.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: não é uma chave pública blindada.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, c-format msgid "%s: failed to encode\n" msgstr "%s: falha ao codificar\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "O arquivo precisa da \"/\" inicial: %s\n" # , c-format -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob não permitido: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "O arquivo não foi encontrado pelo glob: %s\n" # , c-format -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Não foi possível abrir %%files arquivo %s: %m\n" # , c-format -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "linha: %s\n" # , c-format -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Arquivo inválido: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Proprietário/grupo inválido: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Procurando por arquivos desempacotados: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -638,12 +801,12 @@ msgstr "" "Arquivo(s) instalado(s) (mas não empacotado(s)) encontrado(s):\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, c-format msgid "Processing files: %s\n" msgstr "Processando arquivos: %s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "Binários dependentes de arquitetura no pacote noarch\n" @@ -889,33 +1052,33 @@ msgstr "Nome faltando no %%changelog\n" msgid "no description in %%changelog\n" msgstr "nenhuma descrição no %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "linha %d: Erro ao analisar %%description: %s\n" # , c-format -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "linha %d: Opção inválida %s: %s\n" # , c-format -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "linha %d: Nomes em excesso: %s\n" # , c-format -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "linha %d: O pacote não existe: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "linha %d: Segunda descrição\n" @@ -1016,100 +1179,100 @@ msgid "line %d: Tag takes single token only: %s\n" msgstr "linha %d: A etiqueta toma apenas um token: %s\n" # , c-format -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "linha %d: caractere inválido \"%c\" em: %s\n" # , c-format -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, c-format msgid "line %d: Illegal char in: %s\n" msgstr "linha %d: caractere inválido em: %s\n" # , c-format -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "linha %d: caractere inválido \"..\" em: %s\n" # , c-format -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "linha %d: Etiqueta mal formada: %s\n" # , c-format -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "linha %d: Etiqueta vazia: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "linha %d: Os prefixos não podem terminar com \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "linha %d: O docdir deve começar com \"/\": %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "linha %d: campo Epoch deve ser um número sem sinal: %s\n" # , c-format -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "linha %d: %s inválido: qualificadores: %s\n" # , c-format -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "linha %d: formato BuildArchitecture inválido: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "linha %d: Somente subpacotes noarch são suportados: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Erro interno: tag %d falsa\n" # , c-format -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "linha %d: %s é obsoleto: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Especificação do pacote inválida: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "O pacote já existe: %s\n" # , c-format -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "linha %d: Etiqueta desconhecida: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} não pode ser vazio\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} não pode ser \"/\"\n" @@ -1274,11 +1437,11 @@ msgid "malformed %%include statement\n" msgstr "instrução %%include mal formada\n" # , c-format -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Nenhuma arquitetura compatível encontrada para a construção\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "O pacote não tem %%description: %s\n" @@ -1355,177 +1518,6 @@ msgid "Processing policies: %s\n" msgstr "Processando arquivos: %s\n" # , c-format -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot já especificado, ignorando %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"construir através de %prep (desempacote os fontes e aplique as correções) a " -"partir do <specfile>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specfile>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" -"construir através de %build (%prep, então compile) a partir do <specfile>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"construir através de %install (%prep, %build, então instale) a partir do " -"<specfile>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "verificar seção %files do <specfile>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "construir os pacotes fontes e binários a partir do <specfile>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "construir pacote binário somente a partir do <specfile>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "construir pacote fonte somente a partir do <specfile>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"construir através de %prep (desempacote os fontes e aplique as correções) a " -"partir do <tarball>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" -"construindo através de %build (%prep, então compile) a partir do <tarball>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"construir através de %install (%prep, %build, então instale) a partir do " -"<tarball>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verificar seção %files do <tarball>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "construir os pacotes fontes e binários a partir do <tarball>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "construir pacote binário somente a partir do <tarball>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "construir pacote fonte somente a partir do <tarball>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "construir pacote binário a partir do <pacote fonte>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<pacote fonte>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"construir através de %install (%prep, %build, então instale) a partir do " -"<pacote fonte>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "substituir raíz da construção" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "remover a árvore de construção quando terminar" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "gerar cabeçalhos compatíveis com o empacotamento do rpm4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignorar ExcludeArch: diretivas do arquivo spec" - -# , c-format -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "depurar máquina de estados do arquivo" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "não executar nenhum estágio da construção" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "não verificar dependências de construção" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"gerar cabeçalhos de pacotes compatíveis com o empacotamento do rpm[23] " -"(legado)" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "não verificar digest(s) dos pacotes" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "não verificar cabeçalho(s) do banco de dados ao recuperá-lo(s)" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "não verificar a(s) assinatura(s) do pacote" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "não aceitar msgstr's i18N do specfile" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "remover fontes ao finalizar" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "remover specfile ao finalizar" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "pule direto para o estágio especificado (somente para c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "substituir plataforma de destino" - -# , c-format #: build/rpmfc.c:75 #, c-format msgid "Ignoring invalid regex %s\n" @@ -1602,7 +1594,7 @@ msgstr "Localizando %s: %s\n" msgid "Failed to find %s:\n" msgstr "Falha ao localizar %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "a consulta ao specfile %s falhou, não foi possível analisá-lo\n" @@ -2772,25 +2764,25 @@ msgstr "Não foi possível abrir %s: %s\n" msgid "Installing %s\n" msgstr "Instalando %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "não é um pacote rpm" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "tipo inválido de assinatura" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "versão do pacote RPM não suportada" # , c-format -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "falha na leitura: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 msgid "not an rpm package\n" msgstr "não é um pacote rpm\n" @@ -3056,7 +3048,7 @@ msgstr "\")\" faltando no rótulo do pacote: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: falha na leitura da chave pública.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "criar conjunto de transações" @@ -3725,6 +3717,12 @@ msgstr "%s: falha na leitura do manifesto: %s\n" msgid "don't verify header+payload signature" msgstr "não verificar a assinatura do cabeçalho+carga útil" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "Falha no TIMECHECK: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "gerar cabeçalhos compatíveis com o empacotamento do rpm4" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Erro interno no processamento do argumento (%d) :-(\n" diff --git a/po/rpm.pot b/po/rpm.pot index dfb20c8bf..06911f7ad 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -87,7 +87,7 @@ msgstr "" msgid "Install/Upgrade/Erase options:" msgstr "" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "" @@ -214,7 +214,7 @@ msgid "" "and database rebuilds" msgstr "" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "" @@ -271,79 +271,230 @@ msgstr "" msgid "no arguments given" msgstr "" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "" + +#: rpmbuild.c:195 +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -399,193 +550,188 @@ msgstr "" msgid "syntax error in expression\n" msgstr "" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, c-format msgid "%s: failed to encode\n" msgstr "" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, c-format msgid "Processing files: %s\n" msgstr "" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -804,30 +950,30 @@ msgstr "" msgid "no description in %%changelog\n" msgstr "" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "" @@ -917,92 +1063,92 @@ msgstr "" msgid "line %d: Tag takes single token only: %s\n" msgstr "" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, c-format msgid "line %d: Illegal char in: %s\n" msgstr "" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "" @@ -1152,11 +1298,11 @@ msgstr "" msgid "malformed %%include statement\n" msgstr "" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "" @@ -1227,161 +1373,6 @@ msgstr "" msgid "Processing policies: %s\n" msgstr "" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "" - #: build/rpmfc.c:75 #, c-format msgid "Ignoring invalid regex %s\n" @@ -1451,7 +1442,7 @@ msgstr "" msgid "Failed to find %s:\n" msgstr "" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "" @@ -2583,24 +2574,24 @@ msgstr "" msgid "Installing %s\n" msgstr "" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 msgid "not an rpm package\n" msgstr "" @@ -2853,7 +2844,7 @@ msgstr "" msgid "%s: reading of public key failed.\n" msgstr "" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2010-04-02 21:55+0800\n" "Last-Translator: Misha Shnurapet <zayzayats@yandex.ru>\n" "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n" @@ -84,7 +84,7 @@ msgstr " " msgid "Install/Upgrade/Erase options:" msgstr " //:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr " rpm:" @@ -226,7 +226,7 @@ msgstr "" "--root (-r) , , " " " -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr " --root (-r) /" @@ -283,80 +283,243 @@ msgstr " " msgid "no arguments given" msgstr " " -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot , %s \n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +" %prep ( ) < " +">" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "< >" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" +" %build (%prep, ) < >" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +" %install (%prep, %build, ) < " +">" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr " %files < >" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr " < >" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr " < >" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr " < >" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +" %prep ( ) " +"< tar>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "< tar>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr " %build (%prep, ) < tar>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +" %install (%prep, %build, ) < tar>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr " %files < tar>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr " < tar>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr " < tar>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr " < tar>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr " < >" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "< >" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +" %install (%prep, %build, ) < " +">" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr " build root" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr " " + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr " ExcludeArch: " + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr " " + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr " " + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr " " + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +" () , () rpm[23]" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr " ()" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr " , " + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr " () ()" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr " i18N " + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr " " + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr " " + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr " ( c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr " " + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" " [ < > | < > | < > ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr " :\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr " %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr " tar: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr " %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr " %s %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr " %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr " : %s.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr " %s .\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr " : %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr " %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr " .\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr " %s (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr " %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -415,181 +578,176 @@ msgstr "&& || \n" msgid "syntax error in expression\n" msgstr " \n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr " TIMECHECK: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr " '(' %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr " ')' %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr " %s: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr " %s %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr " %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr " : %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr " : %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr " %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr " locale: \"%.*s\" %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr " locale %.*s %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr " %s: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr " %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr " : %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr " \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr " . %%doc : %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr " %u, MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr " : %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr " BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr " : %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: .\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: .\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr " %%%s\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr " \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob : %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr " : %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr " %%files %s: %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr ": %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr " %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr " /: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr " () (): %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -598,12 +756,12 @@ msgstr "" "() () ( ()) ():\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr " : %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr " noarch\n" @@ -822,30 +980,30 @@ msgstr " %%changelog\n" msgid "no description in %%changelog\n" msgstr " %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr " %d: %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr " %d: %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr " %d: : %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr " %d: : %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr " %d: \n" @@ -935,92 +1093,92 @@ msgstr " : %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr " %d: : %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr " %d: '-' %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr " %d: '-' %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr " %d: '-' %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr " %d: : %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr " %d: : %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr " %d: \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr " %d: Docdir '/': %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr " %d: Epoch/Serial : %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr " %d: %s: : %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr " %d: BuildArchitecture: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr " : %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr " %d: : %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr " : %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr " : %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr " %d: : %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot \"/\": %s\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot \"/\": %s\n" @@ -1173,11 +1331,11 @@ msgstr "%s:%d: %%endif %%if\n" msgid "malformed %%include statement\n" msgstr " %%include\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr " .\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr " %%description: %s\n" @@ -1249,172 +1407,6 @@ msgstr " %s:%d\n" msgid "Processing policies: %s\n" msgstr " : %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot , %s \n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -" %prep ( ) < " -">" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "< >" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" -" %build (%prep, ) < >" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -" %install (%prep, %build, ) < " -">" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr " %files < >" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr " < >" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr " < >" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr " < >" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -" %prep ( ) " -"< tar>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "< tar>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr " %build (%prep, ) < tar>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -" %install (%prep, %build, ) < tar>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr " %files < tar>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr " < tar>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr " < tar>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr " < tar>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr " < >" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "< >" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -" %install (%prep, %build, ) < " -">" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr " build root" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr " " - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr " , rpm4" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr " ExcludeArch: " - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr " " - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr " " - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr " " - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -" () , () rpm[23]" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr " ()" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr " , " - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr " () ()" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr " i18N " - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr " " - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr " " - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr " ( c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr " " - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1485,7 +1477,7 @@ msgstr " %s: %s\n" msgid "Failed to find %s:\n" msgstr " %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr " %s , \n" @@ -2649,26 +2641,26 @@ msgstr " %s: %s\n" msgid "Installing %s\n" msgstr " %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "%s: RPM\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: \n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr " : %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "%s: RPM\n" @@ -2925,7 +2917,7 @@ msgstr " : %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: .\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3568,6 +3560,12 @@ msgstr "%s: : %s\n" msgid "don't verify header+payload signature" msgstr " " +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr " TIMECHECK: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr " , rpm4" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr " (%d) :-(\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 1999-04-08 21:37+02:00\n" "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n" "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n" @@ -83,7 +83,7 @@ msgstr "" msgid "Install/Upgrade/Erase options:" msgstr "" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "" @@ -224,7 +224,7 @@ msgstr "" "--root (-r) me by pouit iba poas intalcie a odstrnenia balka, " "otzky alebo znovuzostavenia databzy" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "argumenty pre --root (-r) musia zana znakom /" @@ -283,81 +283,250 @@ msgstr "neboli zadan iadne argumenty pre overenie" msgid "no arguments given" msgstr "neboli zadan iadne argumenty pre otzku" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, fuzzy, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot u bol zadan" + +#: rpmbuild.c:132 +#, fuzzy, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "prprava (rozbali zdrojov sbory a aplikova zplaty)" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" + +#: rpmbuild.c:138 +#, fuzzy +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "intaluje sa zdrojov balk\n" + +#: rpmbuild.c:141 +#, fuzzy, c-format +msgid "verify %files section from <specfile>" +msgstr "zdrojov balk neobsahuje iadny .spec sbor" + +#: rpmbuild.c:144 +#, fuzzy +msgid "build source and binary packages from <specfile>" +msgstr "njdench %d zdrojovch a %d binrnych balkov\n" + +#: rpmbuild.c:147 +#, fuzzy +msgid "build binary package only from <specfile>" +msgstr "zdrojov balk neobsahuje iadny .spec sbor" + +#: rpmbuild.c:150 +#, fuzzy +msgid "build source package only from <specfile>" +msgstr "zdrojov balk neobsahuje iadny .spec sbor" + +#: rpmbuild.c:154 +#, fuzzy, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "prprava (rozbali zdrojov sbory a aplikova zplaty)" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" + +#: rpmbuild.c:163 +#, fuzzy, c-format +msgid "verify %files section from <tarball>" +msgstr "zdrojov balk neobsahuje iadny .spec sbor" + +#: rpmbuild.c:166 +#, fuzzy +msgid "build source and binary packages from <tarball>" +msgstr "njdench %d zdrojovch a %d binrnych balkov\n" + +#: rpmbuild.c:169 +#, fuzzy +msgid "build binary package only from <tarball>" +msgstr "njdench %d zdrojovch a %d binrnych balkov\n" + +#: rpmbuild.c:172 +#, fuzzy +msgid "build source package only from <tarball>" +msgstr "zostavi balk pre OS/architektru <os>" + +#: rpmbuild.c:176 +#, fuzzy +msgid "build binary package from <source package>" +msgstr "binrny balk (prprava, kompilcia, intalcia, zabalenie)" + +#: rpmbuild.c:177 rpmbuild.c:180 +#, fuzzy +msgid "<source package>" +msgstr "njdench %d balkov\n" + +#: rpmbuild.c:179 +#, fuzzy +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "intaluje sa zdrojov balk\n" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "predefinova adresr pre zostavenie balka" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "po ukonen odstrni adresr, v ktorom sa balk zostavoval" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "" + +#: rpmbuild.c:189 +#, fuzzy +msgid "debug file state machine" +msgstr "chybn stav sboru: %s" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "nevykona iadne etapy zostavenia" + +#: rpmbuild.c:193 +#, fuzzy +msgid "do not verify build dependencies" +msgstr "neoverova zvislosti balka" + +#: rpmbuild.c:195 +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +#, fuzzy +msgid "don't verify package digest(s)" +msgstr "neoverova zvislosti balka" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +#, fuzzy +msgid "don't verify database header(s) when retrieved" +msgstr "neoverova architektru balka" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +#, fuzzy +msgid "don't verify package signature(s)" +msgstr "overi podpis balka" + +#: rpmbuild.c:206 +#, fuzzy +msgid "do not accept i18N msgstr's from specfile" +msgstr "neakceptova lokalizovan reazce zo spec-sboru" + +#: rpmbuild.c:208 +#, fuzzy +msgid "remove sources when done" +msgstr "po ukonen odstrni zdrojov sbory a spec-sbor" + +#: rpmbuild.c:210 +#, fuzzy +msgid "remove specfile when done" +msgstr "po ukonen odstrni zdrojov sbory a spec-sbor" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "preskoi priamo k urenej etape (iba pre c, i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "predefinova cieov platformu" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr "nevyrieen zvislosti:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, fuzzy, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Nie je mon otvori spec sbor: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, fuzzy, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Otvorenie rry pre tar zlyhalo: %s\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Nie je mon preta spec sbor z %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Nie je mon premenova %s na %s: %s\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "nepodarilo sa zisti stav %s: %s" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "Sbor nie je obyajn sbor: %s\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, fuzzy, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "%s zrejme nie je RPM balk\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, fuzzy, c-format msgid "Building target platforms: %s\n" msgstr "predefinova cieov platformu" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, fuzzy, c-format msgid "Building for target %s\n" msgstr "vyhadva sa balk %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 #, fuzzy msgid "Unable to open temp file.\n" msgstr "Nie je mon otvori doasn sbor" -#: build/build.c:184 +#: build/build.c:181 #, fuzzy, c-format msgid "Executing(%s): %s\n" msgstr "Vykonva sa: %s\n" -#: build/build.c:190 +#: build/build.c:187 #, fuzzy, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Vykonanie %s zlyhalo (%s)" -#: build/build.c:199 +#: build/build.c:196 #, fuzzy, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Chybn vstupn kd z %s (%s)" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -425,193 +594,188 @@ msgstr "&& a || nie s podporovan pre reazce" msgid "syntax error in expression\n" msgstr "chyba syntaxe vo vraze" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "chyba PREKROENIA ASU: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "chbajce %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "chbajca ':' na %s:%d" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "Chybn %s prvok: %s" -#: build/files.c:460 +#: build/files.c:440 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "chbajce %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:549 +#: build/files.c:529 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Chybn %s() syntax: %s" -#: build/files.c:558 +#: build/files.c:538 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Chybn pecifikcia prv %s(): %s" -#: build/files.c:576 +#: build/files.c:556 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Chybn pecifikcia prv adresra %s(): %s" -#: build/files.c:750 +#: build/files.c:730 #, fuzzy, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Iba jeden zznam v %%lang(): %s" -#: build/files.c:760 +#: build/files.c:740 #, fuzzy, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Iba jeden zznam v %%lang(): %s" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Chybn %s prvok: %s" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, fuzzy, c-format msgid "Only one arg for %%docdir\n" msgstr "Iba jeden argument pre %%docdir" -#: build/files.c:926 +#: build/files.c:906 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "Dva sbory na riadku: %s" -#: build/files.c:939 +#: build/files.c:919 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "Sbory musia zana znakom \"/\": %s" -#: build/files.c:950 +#: build/files.c:930 #, fuzzy, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Nie je mon miea pecilne %%doc s inmi formami: %s" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "Sbor zadan dvakrt: %s." -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "Sbor nebol njden: %s" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead zlyhalo\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Makro %%%s sa nepodarilo expandova" -#: build/files.c:1674 +#: build/files.c:1654 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "Sbor potrebuje na zaiatku \"/\": %s" -#: build/files.c:1696 +#: build/files.c:1676 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "riadok %d: V %s s vyadovan verzie: %s" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "Sbor nebol njden: %s" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "chybe: nie je mon otvori %%files sbor: %s" -#: build/files.c:1767 +#: build/files.c:1747 #, fuzzy, c-format msgid "line: %s\n" msgstr "riadok: %s" -#: build/files.c:2056 +#: build/files.c:2035 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "sbor %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Chybn vlastnk/skupina: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "vyhadva sa balk %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Spracovvaj sa sbory: %s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -834,30 +998,30 @@ msgstr "chbajce meno v %%changelog" msgid "no description in %%changelog\n" msgstr "iadny popis v %%changelog" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, fuzzy, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "riadok %d: Chyba pri analze %%description: %s" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, fuzzy, c-format msgid "line %d: Bad option %s: %s\n" msgstr "riadok %d: Chybn voba %s: %s" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, fuzzy, c-format msgid "line %d: Too many names: %s\n" msgstr "riadok %d: Privea nzvov: %s" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, fuzzy, c-format msgid "line %d: Package does not exist: %s\n" msgstr "riadok %d: Balk neexistuje: %s" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, fuzzy, c-format msgid "line %d: Second description\n" msgstr "riadok %d: Druh popis" @@ -947,92 +1111,92 @@ msgstr "Neznmy typ ikony: %s" msgid "line %d: Tag takes single token only: %s\n" msgstr "riadok %d: Chybn voba %s: %s" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "riadok %d: Neprpustn znak '-' v %s: %s" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "riadok %d: Neprpustn znak '-' v %s: %s" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "riadok %d: Neprpustn znak '-' v %s: %s" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, fuzzy, c-format msgid "line %d: Malformed tag: %s\n" msgstr "riadok %d: Znetvoren popis: %s" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, fuzzy, c-format msgid "line %d: Empty tag: %s\n" msgstr "riadok %d: Przdny popis: %s" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, fuzzy, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "riadok %d: Prefixy nesm koni \"/\": %s" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "riadok %d: Docdir mus zana '/': %s" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "riadok %d: Epoch/Serial pole mus by slo: %s" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, fuzzy, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "riadok %d: Chybn %s slo: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, fuzzy, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "riadok %d: Chybn formt BuildArchitecture: %s" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, fuzzy, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Intern chyba: udn popis %d " -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "riadok %d: V %s s vyadovan verzie: %s" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, fuzzy, c-format msgid "Bad package specification: %s\n" msgstr "Chybn pecifikcia balka: %s" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, fuzzy, c-format msgid "Package already exists: %s\n" msgstr "Balk u existuje: %s" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, fuzzy, c-format msgid "line %d: Unknown tag: %s\n" msgstr "riadok %d: Neznmy popis: %s" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "riadok %d: BuildRoot neme by \"/\": %s" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "riadok %d: BuildRoot neme by \"/\": %s" @@ -1183,12 +1347,12 @@ msgstr "%s:%d: %%endif bez if" msgid "malformed %%include statement\n" msgstr "znetvoren prkaz %%include" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 #, fuzzy msgid "No compatible architectures found for build\n" msgstr "iadne zostaviten architektry" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, fuzzy, c-format msgid "Package has no %%description: %s\n" msgstr "Balk neobsahuje %%description: %s" @@ -1260,179 +1424,6 @@ msgstr "Privea argumentov v riadku dajov na %s:%d" msgid "Processing policies: %s\n" msgstr "Spracovvaj sa sbory: %s\n" -#: build/poptBT.c:90 -#, fuzzy, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot u bol zadan" - -#: build/poptBT.c:130 -#, fuzzy, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "prprava (rozbali zdrojov sbory a aplikova zplaty)" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" - -#: build/poptBT.c:136 -#, fuzzy -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "intaluje sa zdrojov balk\n" - -#: build/poptBT.c:139 -#, fuzzy, c-format -msgid "verify %files section from <specfile>" -msgstr "zdrojov balk neobsahuje iadny .spec sbor" - -#: build/poptBT.c:142 -#, fuzzy -msgid "build source and binary packages from <specfile>" -msgstr "njdench %d zdrojovch a %d binrnych balkov\n" - -#: build/poptBT.c:145 -#, fuzzy -msgid "build binary package only from <specfile>" -msgstr "zdrojov balk neobsahuje iadny .spec sbor" - -#: build/poptBT.c:148 -#, fuzzy -msgid "build source package only from <specfile>" -msgstr "zdrojov balk neobsahuje iadny .spec sbor" - -#: build/poptBT.c:152 -#, fuzzy, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "prprava (rozbali zdrojov sbory a aplikova zplaty)" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" - -#: build/poptBT.c:161 -#, fuzzy, c-format -msgid "verify %files section from <tarball>" -msgstr "zdrojov balk neobsahuje iadny .spec sbor" - -#: build/poptBT.c:164 -#, fuzzy -msgid "build source and binary packages from <tarball>" -msgstr "njdench %d zdrojovch a %d binrnych balkov\n" - -#: build/poptBT.c:167 -#, fuzzy -msgid "build binary package only from <tarball>" -msgstr "njdench %d zdrojovch a %d binrnych balkov\n" - -#: build/poptBT.c:170 -#, fuzzy -msgid "build source package only from <tarball>" -msgstr "zostavi balk pre OS/architektru <os>" - -#: build/poptBT.c:174 -#, fuzzy -msgid "build binary package from <source package>" -msgstr "binrny balk (prprava, kompilcia, intalcia, zabalenie)" - -#: build/poptBT.c:175 build/poptBT.c:178 -#, fuzzy -msgid "<source package>" -msgstr "njdench %d balkov\n" - -#: build/poptBT.c:177 -#, fuzzy -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "intaluje sa zdrojov balk\n" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "predefinova adresr pre zostavenie balka" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "po ukonen odstrni adresr, v ktorom sa balk zostavoval" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "" - -#: build/poptBT.c:189 -#, fuzzy -msgid "debug file state machine" -msgstr "chybn stav sboru: %s" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "nevykona iadne etapy zostavenia" - -#: build/poptBT.c:193 -#, fuzzy -msgid "do not verify build dependencies" -msgstr "neoverova zvislosti balka" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -#, fuzzy -msgid "don't verify package digest(s)" -msgstr "neoverova zvislosti balka" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -#, fuzzy -msgid "don't verify database header(s) when retrieved" -msgstr "neoverova architektru balka" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -#, fuzzy -msgid "don't verify package signature(s)" -msgstr "overi podpis balka" - -#: build/poptBT.c:206 -#, fuzzy -msgid "do not accept i18N msgstr's from specfile" -msgstr "neakceptova lokalizovan reazce zo spec-sboru" - -#: build/poptBT.c:208 -#, fuzzy -msgid "remove sources when done" -msgstr "po ukonen odstrni zdrojov sbory a spec-sbor" - -#: build/poptBT.c:210 -#, fuzzy -msgid "remove specfile when done" -msgstr "po ukonen odstrni zdrojov sbory a spec-sbor" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "preskoi priamo k urenej etape (iba pre c, i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "predefinova cieov platformu" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1503,7 +1494,7 @@ msgstr "Zisuj sa poadovan vlastnosti...\n" msgid "Failed to find %s:\n" msgstr "Nepodarilo sa zisti poskytovan vlastnosti" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "otzka na spec-sbor %s zlyhala, nie je mon analyzova\n" @@ -2719,26 +2710,26 @@ msgstr "nie je mon otvori %s\n" msgid "Installing %s\n" msgstr "Intaluje sa %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "argument nie je RPM balk\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: Podpis nie je k dispozcii\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, fuzzy, c-format msgid "read failed: %s (%d)\n" msgstr "tanie zlyhalo: %s (%d)" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "argument nie je RPM balk\n" @@ -2995,7 +2986,7 @@ msgstr "chybn slo balku: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: readLead zlyhalo\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3640,6 +3631,9 @@ msgstr "%s: readLead zlyhalo\n" msgid "don't verify header+payload signature" msgstr "overi podpis balka" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "chyba PREKROENIA ASU: %s\n" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Vntorn chyba pri spracovan argumentu (%d) :-(\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2000-10-08 19:05+0200\n" "Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -88,7 +88,7 @@ msgstr "" msgid "Install/Upgrade/Erase options:" msgstr "" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "" @@ -223,7 +223,7 @@ msgstr "" "--root (-r) sme biti podan le ob namestitvi, odstranitvi poizvedbi ali " "vnovini izgradnji paketa" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "argumenti izbire --root (-r) se morajo zaeti z /" @@ -282,81 +282,251 @@ msgstr "argumenti za preverjanje niso podani" msgid "no arguments given" msgstr "argumenti za poizvedbo niso podani" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, fuzzy, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot je e doloen" + +#: rpmbuild.c:132 +#, fuzzy, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "" + +#: rpmbuild.c:135 +#, fuzzy +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "izgradnja prek stopnje %%prep iz datoteke s specifikacijami" + +#: rpmbuild.c:138 +#, fuzzy +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "izgradnja prek stopnje %%install iz datoteke s specifikacijami" + +#: rpmbuild.c:141 +#, fuzzy, c-format +msgid "verify %files section from <specfile>" +msgstr "preverjanje dela datoteke s specifikacijami %%files" + +#: rpmbuild.c:144 +#, fuzzy +msgid "build source and binary packages from <specfile>" +msgstr "izgradi izvorni in binarni paket iz datoteke s specifikacijami" + +#: rpmbuild.c:147 +#, fuzzy +msgid "build binary package only from <specfile>" +msgstr "izgradi binarni paket iz datoteke .spec" + +#: rpmbuild.c:150 +#, fuzzy +msgid "build source package only from <specfile>" +msgstr "izgradi izvorni paket iz datoteke .spec" + +#: rpmbuild.c:154 +#, fuzzy, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "" + +#: rpmbuild.c:157 +#, fuzzy +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "paket izgradi prek stopnje %%prep iz arhiva tar" + +#: rpmbuild.c:160 +#, fuzzy +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "paket izgradi prek stopnje %%install iz arhiva tar" + +#: rpmbuild.c:163 +#, fuzzy, c-format +msgid "verify %files section from <tarball>" +msgstr "preverjanje dela %%files iz arhiva tar" + +#: rpmbuild.c:166 +#, fuzzy +msgid "build source and binary packages from <tarball>" +msgstr "iz arhiva tar izgradi izvorni in binarni paket" + +#: rpmbuild.c:169 +#, fuzzy +msgid "build binary package only from <tarball>" +msgstr "iz arhiva tar izgradi binarni paket" + +#: rpmbuild.c:172 +#, fuzzy +msgid "build source package only from <tarball>" +msgstr "iz arhiva tar izgradi izvorni paket" + +#: rpmbuild.c:176 +#, fuzzy +msgid "build binary package from <source package>" +msgstr "binarni paket izgradi iz izvornega" + +#: rpmbuild.c:177 rpmbuild.c:180 +#, fuzzy +msgid "<source package>" +msgstr "ni paketov\n" + +#: rpmbuild.c:179 +#, fuzzy +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "izgradnja prek stopnje %%install iz izvornega paketa" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "brez upotevanja vrhnjega imenika izgradnje" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "po zakljuku drevo imenikov v katerih smo pakete gradili odstrani" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "" + +#: rpmbuild.c:189 +#, fuzzy +msgid "debug file state machine" +msgstr "okvarjeno stanje datoteke: %s" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "brez izvajanja katerekoli od stopenj izgradnje" + +#: rpmbuild.c:193 +#, fuzzy +msgid "do not verify build dependencies" +msgstr "brez preverjanja soodvisnosti paketa" + +#: rpmbuild.c:195 +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +#, fuzzy +msgid "don't verify package digest(s)" +msgstr "brez preverjanja soodvisnosti paketa" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +#, fuzzy +msgid "don't verify database header(s) when retrieved" +msgstr "brez preverjanja arhitekture paketa" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +#, fuzzy +msgid "don't verify package signature(s)" +msgstr "preveri podpis paketa(-ov)" + +#: rpmbuild.c:206 +#, fuzzy +msgid "do not accept i18N msgstr's from specfile" +msgstr "brez sprejemanja internacionaliziranih katalogov iz datoteke spec" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "po zakljuku naj se izvorna koda izbrie" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "po zakljuku odstrani datoteko s specifikacijami" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "preskok naravnost na doloeno stopnjo (samo za c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "brez upotevanja strojnega okolja ciljnega sistema" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr "izdelava soodvisnosti je bila neuspena:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Datoteke s specifikacijami %s ni mono odpreti: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, fuzzy, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Povezava s programom tar je bila neuspena: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Neuspeno branje datoteke s specifikacijami iz %s" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Preimenovanje %s v %s je bilo neuspeno: %m" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "status %s ni na voljo: %s" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "Datoteka ni obiajna datoteka: %s\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, fuzzy, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Ne kae, da je %s datoteka s specifikacijami." -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Izgradnja za ciljna strojna okolja: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Izgradnja za ciljni sistem %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 #, fuzzy msgid "Unable to open temp file.\n" msgstr "Zaasne datoteke ni mono odpreti" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Izvajanje(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, fuzzy, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Izvajanje %s je bilo neuspeno (%s): %s" -#: build/build.c:199 +#: build/build.c:196 #, fuzzy, c-format msgid "Bad exit status from %s (%s)\n" msgstr "%s javi neuspeno izhodno kodo (%s)" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -424,193 +594,188 @@ msgstr "&& in || nista podprta za nize" msgid "syntax error in expression\n" msgstr "napaka v sklanji izraza" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK neuspeen: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "Manjkajoi ,(` v %s %s" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "Manjkajoi ,)` v %s(%s" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "Neveljaven eton %s: %s" -#: build/files.c:460 +#: build/files.c:440 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "Manjkajoi ,(` v %s %s" -#: build/files.c:513 +#: build/files.c:493 #, fuzzy, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Neprazen znak sledi %s(): %s" -#: build/files.c:549 +#: build/files.c:529 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Nepravilna skladnja: %s(%s)" -#: build/files.c:558 +#: build/files.c:538 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Nepravilno doloilo naina: %s(%s)" -#: build/files.c:576 +#: build/files.c:556 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Nepravilno doloilo naina imenika: %s(%s)" -#: build/files.c:750 +#: build/files.c:730 #, fuzzy, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Nenavadna dolina za locale: \"%.s\" pri %%lang(%s)" -#: build/files.c:760 +#: build/files.c:740 #, fuzzy, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Podvojeni locale %.*s za %%lang(%s)" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Neveljaven eton %s: %s" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, fuzzy, c-format msgid "Only one arg for %%docdir\n" msgstr "Za %%docdir je podan samo en argument" -#: build/files.c:926 +#: build/files.c:906 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "Dve datoteki v eni vrstici: %s" -#: build/files.c:939 +#: build/files.c:919 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "Ime datoteke se mora zaeti z \"/\": %s" -#: build/files.c:950 +#: build/files.c:930 #, fuzzy, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Posebnih %%doc ni mono meati z ostalimi oblikami: %s" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "Datoteka je navedena dvakrat: %s" -#: build/files.c:1240 +#: build/files.c:1220 #, fuzzy, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Simbolna povezava kae na BuildRoot: %s -> %s" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "Datoteke ni mogoe najti: %s" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead je bil neuspeen\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Makro %%%s se ne raziri" -#: build/files.c:1674 +#: build/files.c:1654 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "Datoteki manjka uvodni \"/\": %s" -#: build/files.c:1696 +#: build/files.c:1676 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "vrstica %d: Razliica ni dovoljena: %s" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "Datoteke ni mono najti z raziritvijo metaznakov v imenu: %s" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Datoteke %s iz %%files ni mono odpreti: %s" -#: build/files.c:1767 +#: build/files.c:1747 #, fuzzy, c-format msgid "line: %s\n" msgstr "vrstica: %s" -#: build/files.c:2056 +#: build/files.c:2035 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "Pokodovana datoteka: %s: %s" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Neobstoje lastnik/skupina: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "iemo paket %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Obdeloavnje datotek: %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -833,30 +998,30 @@ msgstr "v %%changelog je manjkajoe ime" msgid "no description in %%changelog\n" msgstr "opis v %%changelog manjka" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, fuzzy, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "vrstica %d: Napaka pri razlembi v razdelku %%description: %s" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, fuzzy, c-format msgid "line %d: Bad option %s: %s\n" msgstr "vrstica %d: Napana izbira %s: %s" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, fuzzy, c-format msgid "line %d: Too many names: %s\n" msgstr "vrstica %d: Preve imen: %s" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, fuzzy, c-format msgid "line %d: Package does not exist: %s\n" msgstr "vrstica %d: Paket ne obstaja: %s" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, fuzzy, c-format msgid "line %d: Second description\n" msgstr "vrstica %d: Drugi opis" @@ -946,92 +1111,92 @@ msgstr "Neznan tip ikone: %s" msgid "line %d: Tag takes single token only: %s\n" msgstr "vrstica %d: Napana izbira %s: %s" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "vrstica %d: Neveljaven znak ,-` v %s: %s" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "vrstica %d: Neveljaven znak ,-` v %s: %s" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "vrstica %d: Neveljaven znak ,-` v %s: %s" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, fuzzy, c-format msgid "line %d: Malformed tag: %s\n" msgstr "vrstica %d: Deformirana znaka: %s" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, fuzzy, c-format msgid "line %d: Empty tag: %s\n" msgstr "vrstica %d: Prazna znaka: %s" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, fuzzy, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "vrstica %d: Predpone se ne smejo konati z /: %s" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "vrstica %d: Docdir se mora zaeti z \"/\": %s" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "vrstica %d: polje Epoch/Serial mora biti tevilo: %s" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, fuzzy, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "vrstica %d: Okvarjeno tevilo %s: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, fuzzy, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "vrstica %d: Napana oblika BuildArchitecture: %s" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, fuzzy, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Notranja napaka: Neprava znaka %d" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "vrstica %d: Zahtevana razliica: %s" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, fuzzy, c-format msgid "Bad package specification: %s\n" msgstr "Nepravilno doloilo paketa: %s" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, fuzzy, c-format msgid "Package already exists: %s\n" msgstr "Paket e obstaja: %s" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, fuzzy, c-format msgid "line %d: Unknown tag: %s\n" msgstr "vrstica %d: Neznana znaka: %s" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot ne more biti \"/\": %s" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot ne more biti \"/\": %s" @@ -1184,12 +1349,12 @@ msgstr "%s:%d: Najden je bil %%endif brez pripadajoega if" msgid "malformed %%include statement\n" msgstr "Deformiran stavek %%include" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 #, fuzzy msgid "No compatible architectures found for build\n" msgstr "Arhitektura za izgradnjo ni prisotna" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, fuzzy, c-format msgid "Package has no %%description: %s\n" msgstr "V paketu manjka %%description: %s" @@ -1261,180 +1426,6 @@ msgstr "Preve argumentov v podatkovni vrstici v %s:%d" msgid "Processing policies: %s\n" msgstr "Obdeloavnje datotek: %s-%s-%s\n" -#: build/poptBT.c:90 -#, fuzzy, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot je e doloen" - -#: build/poptBT.c:130 -#, fuzzy, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "" - -#: build/poptBT.c:133 -#, fuzzy -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "izgradnja prek stopnje %%prep iz datoteke s specifikacijami" - -#: build/poptBT.c:136 -#, fuzzy -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "izgradnja prek stopnje %%install iz datoteke s specifikacijami" - -#: build/poptBT.c:139 -#, fuzzy, c-format -msgid "verify %files section from <specfile>" -msgstr "preverjanje dela datoteke s specifikacijami %%files" - -#: build/poptBT.c:142 -#, fuzzy -msgid "build source and binary packages from <specfile>" -msgstr "izgradi izvorni in binarni paket iz datoteke s specifikacijami" - -#: build/poptBT.c:145 -#, fuzzy -msgid "build binary package only from <specfile>" -msgstr "izgradi binarni paket iz datoteke .spec" - -#: build/poptBT.c:148 -#, fuzzy -msgid "build source package only from <specfile>" -msgstr "izgradi izvorni paket iz datoteke .spec" - -#: build/poptBT.c:152 -#, fuzzy, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "" - -#: build/poptBT.c:155 -#, fuzzy -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "paket izgradi prek stopnje %%prep iz arhiva tar" - -#: build/poptBT.c:158 -#, fuzzy -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "paket izgradi prek stopnje %%install iz arhiva tar" - -#: build/poptBT.c:161 -#, fuzzy, c-format -msgid "verify %files section from <tarball>" -msgstr "preverjanje dela %%files iz arhiva tar" - -#: build/poptBT.c:164 -#, fuzzy -msgid "build source and binary packages from <tarball>" -msgstr "iz arhiva tar izgradi izvorni in binarni paket" - -#: build/poptBT.c:167 -#, fuzzy -msgid "build binary package only from <tarball>" -msgstr "iz arhiva tar izgradi binarni paket" - -#: build/poptBT.c:170 -#, fuzzy -msgid "build source package only from <tarball>" -msgstr "iz arhiva tar izgradi izvorni paket" - -#: build/poptBT.c:174 -#, fuzzy -msgid "build binary package from <source package>" -msgstr "binarni paket izgradi iz izvornega" - -#: build/poptBT.c:175 build/poptBT.c:178 -#, fuzzy -msgid "<source package>" -msgstr "ni paketov\n" - -#: build/poptBT.c:177 -#, fuzzy -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "izgradnja prek stopnje %%install iz izvornega paketa" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "brez upotevanja vrhnjega imenika izgradnje" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "po zakljuku drevo imenikov v katerih smo pakete gradili odstrani" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "" - -#: build/poptBT.c:189 -#, fuzzy -msgid "debug file state machine" -msgstr "okvarjeno stanje datoteke: %s" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "brez izvajanja katerekoli od stopenj izgradnje" - -#: build/poptBT.c:193 -#, fuzzy -msgid "do not verify build dependencies" -msgstr "brez preverjanja soodvisnosti paketa" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -#, fuzzy -msgid "don't verify package digest(s)" -msgstr "brez preverjanja soodvisnosti paketa" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -#, fuzzy -msgid "don't verify database header(s) when retrieved" -msgstr "brez preverjanja arhitekture paketa" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -#, fuzzy -msgid "don't verify package signature(s)" -msgstr "preveri podpis paketa(-ov)" - -#: build/poptBT.c:206 -#, fuzzy -msgid "do not accept i18N msgstr's from specfile" -msgstr "brez sprejemanja internacionaliziranih katalogov iz datoteke spec" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "po zakljuku naj se izvorna koda izbrie" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "po zakljuku odstrani datoteko s specifikacijami" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "preskok naravnost na doloeno stopnjo (samo za c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "brez upotevanja strojnega okolja ciljnega sistema" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1505,7 +1496,7 @@ msgstr "Iskanje %s: (z uporabo %s)...\n" msgid "Failed to find %s:\n" msgstr "Neuspeno iskanje %s:" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "poizvedba po datoteki spec. %s je bila neuspena, razlemba ni mona\n" @@ -2719,26 +2710,26 @@ msgstr "ni mono odpreti %s: %s\n" msgid "Installing %s\n" msgstr "Nameanje %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "navedeni argument ni paket RPM\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: Podpis ni na voljo\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, fuzzy, c-format msgid "read failed: %s (%d)\n" msgstr "branje je bilo neuspeno: %s (%d)" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "navedeni argument ni paket RPM\n" @@ -2997,7 +2988,7 @@ msgstr "neveljavna tevilka paketa: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: readLead je bil neuspeen\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3646,6 +3637,9 @@ msgstr "%s: branje Fread je bilo neuspeno: %s\n" msgid "don't verify header+payload signature" msgstr "preveri podpis paketa(-ov)" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK neuspeen: %s\n" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Notranja napaka pri obdelavi argumentov (%d) :-\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2009-04-06 22:38+0100\n" "Last-Translator: Miloš Komarčević <kmilos@gmail.com>\n" "Language-Team: Serbian (sr) <fedora-trans-sr@redhat.com>\n" @@ -90,7 +90,7 @@ msgstr "Опције базе података:" msgid "Install/Upgrade/Erase options:" msgstr "Опције инсталације/надградње/брисања:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Заједничке опције за све rpm режиме и извршне програме:" @@ -228,7 +228,7 @@ msgstr "" "--root (-r) може бити наведена само током инсталације, брисања, упита, и " "поновног прављења базе података" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "аргументи за --root (-r) морају почети знаком /" @@ -285,79 +285,235 @@ msgstr "нема задатих аргумената за проверу" msgid "no arguments given" msgstr "нема задатих аргумената" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot је већ наведен, занемарујем %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"направи кроз %prep (распаковани извори и примењене закрпе) из <specfile>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specfile>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "направи кроз %build (%prep, онда компилирај) из <specfile>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "направи кроз %install (%prep, %build, затим инсталирај) из <specfile>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "провери %files одељак из <specfile>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "направи изворне и бинарне пакете из <specfile>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "направи бинарне пакете само из <specfile>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "направи изворне пакете само из <specfile>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"направи кроз %prep (распаковани извори и примењене закрпе) из <tarball>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "направи кроз %build (%prep, онда компилирај) из <tarball>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "направи кроз %install (%prep, %build, онда инсталирај) из <tarball>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "провери %files одељак из <tarball>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "направи изворне и бинарне пакете из <tarball>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "направи бинарне пакете само из <tarball>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "направи изворне пакете само из <tarball>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "направи бинарни пакет из <source package>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<source package>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"направи кроз %install (%prep, %build, затим инсталирај) из <source package>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "премости корен прављења" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "уклони стабло прављења по завршетку" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "занемари ExcludeArch: упутства из датотеке спецификације" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "отклони грешке у машини стања датотека" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "немој извршити ниједну фазу прављења" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "немој проверавати зависности прављења" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"генериши заглавље(а) пакета компатибилна са (застарелим) rpm[23] паковањем" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "немој проверавати сажетак(е) пакета" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "немој проверавати заглавље(а) базе података по добављању" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "немој проверавати потпис(е) пакета" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "не прихватај i18N msgstr ниске из датотеке спецификације" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "уклони изворе по завршетку" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "уклони датотеку спецификације по завршетку" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "прескочи право до одређене фазе (само за c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "премости циљну платформу" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "Опције прављења уз [ <specfile> | <tarball> | <source package> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Неуспело прављење зависности:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Не могу да отворим датотеку спецификације %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Неуспело отварање tar цеви: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Неуспело читање датотеке спецификације из %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Неуспела промена имена %s у %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "stat није успео %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Датотека %s није обична датотека.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Датотека %s не личи на датотеку спецификације.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Правим циљне платформе: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Правим за циљ %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Не могу да отворим temp датотеку.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Извршавам(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Извршавање %s није успело (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Лош статус излаза из %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -416,181 +572,176 @@ msgstr "&& и || нису подржани за стрингове\n" msgid "syntax error in expression\n" msgstr "синтаксна грешка у изразу\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK неуспех: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Недостаје „(“ у %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Недостаје „)“ у %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Неисправан %s знак: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Недостаје %s у %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Размак који није празан следи %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Лоша синтакса: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Лоша спецификација режима: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Лоша спецификација режима директоријума: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Необична дужина локалитета: „%.*s“ у %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Удвојен локалитет %.*s у %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "Неисправна могућност: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "Није уграђена подршка за могућност датотеке\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Само један аргумент за %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Две датотеке у једном реду: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Датотека мора почети са „/“: %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Не може се мешати специјални %%doc са другим облицима: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "Непознат алгоритам %u за сажимање датотека, враћам се на MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Датотека наведена двапут: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symlink тачке за BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Датотека није пронађена: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "Датотека %s је превелика за користан терет\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: не могу да учитам непознату ознаку (%d).\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: неуспело читање јавног кључа.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: јавни кључ није ојачан.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Макро %%%s није могао да се прошири\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Испред датотеке је потребно да стоји „/“: %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Преклапање није дозвољено: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Датотека није пронађена поклапањем: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Не могу да отворим %%files датотеку %s: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "ред: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Лоша датотека: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Лош власник/група: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Проверавам за незапаковане датотеке: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -599,12 +750,12 @@ msgstr "" "Пронађене су инсталиране (али незапаковане) датотеке:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Обрађујем датотеке: %s-%s-%s.%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "Бинарне датотеке зависне од архитектуре у noarch пакету\n" @@ -823,30 +974,30 @@ msgstr "недостаје име у %%changelog\n" msgid "no description in %%changelog\n" msgstr "нема описа у %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "ред %d: Грешка при тумачењу %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "ред %d: Лоша опција %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "ред %d: Превише имена: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "ред %d: Пакет не постоји: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "ред %d: Други опис\n" @@ -936,92 +1087,92 @@ msgstr "Непозната врста иконе: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "ред %d: Ознака прихвата само један жетон: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "ред %d: Недозвољени знак „-“ у %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "ред %d: Недозвољени знак „-“ у %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "ред %d: Недозвољени знак „-“ у %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "ред %d: Лоше обликована ознака: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "ред %d: Празна ознака: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "ред %d: Префикси се не смеју завршавати са „/“: %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "ред %d: Docdir мора почети са „/“: %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "ред %d: Поље епохе мора бити број без предзнака: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "ред %d: Лоши %s: квалификатори: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "ред %d: Лош облик за BuildArchitecture: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "ред %d: Само noarch подпакети су подржани: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Интерна грешка: Лажна ознака %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "ред %d: Неопходна верзија: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Лоша спецификација пакета: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Пакет већ постоји: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "ред %d: Непозната ознака: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} не може бити празно\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} не може бити „/“\n" @@ -1172,11 +1323,11 @@ msgstr "%s:%d: Добио %%endif без %%if\n" msgid "malformed %%include statement\n" msgstr "лоше обликована %%include наредба\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Нису пронађене усаглашене архитектуре за прављење\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Пакет нема %%description: %s\n" @@ -1248,165 +1399,6 @@ msgstr "Превише аргумената у реду података на %s msgid "Processing policies: %s\n" msgstr "Обрађујем датотеке: %s-%s-%s.%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot је већ наведен, занемарујем %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"направи кроз %prep (распаковани извори и примењене закрпе) из <specfile>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specfile>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "направи кроз %build (%prep, онда компилирај) из <specfile>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "направи кроз %install (%prep, %build, затим инсталирај) из <specfile>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "провери %files одељак из <specfile>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "направи изворне и бинарне пакете из <specfile>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "направи бинарне пакете само из <specfile>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "направи изворне пакете само из <specfile>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"направи кроз %prep (распаковани извори и примењене закрпе) из <tarball>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "направи кроз %build (%prep, онда компилирај) из <tarball>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "направи кроз %install (%prep, %build, онда инсталирај) из <tarball>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "провери %files одељак из <tarball>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "направи изворне и бинарне пакете из <tarball>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "направи бинарне пакете само из <tarball>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "направи изворне пакете само из <tarball>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "направи бинарни пакет из <source package>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<source package>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"направи кроз %install (%prep, %build, затим инсталирај) из <source package>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "премости корен прављења" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "уклони стабло прављења по завршетку" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "генериши заглавља компатибилна са rpm4 паковањем" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "занемари ExcludeArch: упутства из датотеке спецификације" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "отклони грешке у машини стања датотека" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "немој извршити ниједну фазу прављења" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "немој проверавати зависности прављења" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"генериши заглавље(а) пакета компатибилна са (застарелим) rpm[23] паковањем" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "немој проверавати сажетак(е) пакета" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "немој проверавати заглавље(а) базе података по добављању" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "немој проверавати потпис(е) пакета" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "не прихватај i18N msgstr ниске из датотеке спецификације" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "уклони изворе по завршетку" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "уклони датотеку спецификације по завршетку" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "прескочи право до одређене фазе (само за c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "премости циљну платформу" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1477,7 +1469,7 @@ msgstr "Проналазак %s: %s\n" msgid "Failed to find %s:\n" msgstr "Неуспело тражење %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "упит на датотеком спецификације %s није успео, не могу да протумачим\n" @@ -2631,24 +2623,24 @@ msgstr "не могу да отворим %s: %s\n" msgid "Installing %s\n" msgstr "Инсталирам %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "није rpm пакет" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "неправилан тип потписа" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "неподржана верзија RPM пакета" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "неуспело читање: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "није rpm пакет" @@ -2904,7 +2896,7 @@ msgstr "недостаје „)“ у ознаци пакета: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: неуспело читање јавног кључа.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "направи скуп трансакција" @@ -3542,6 +3534,12 @@ msgstr "%s: неуспело читање манифеста: %s\n" msgid "don't verify header+payload signature" msgstr "немој проверавати потпис заглавља+товара" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK неуспех: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "генериши заглавља компатибилна са rpm4 паковањем" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Интерна грешка при обради аргумената (%d) :-(\n" diff --git a/po/sr@latin.po b/po/sr@latin.po index 51a3a5b9f..da0cf0c63 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2009-04-06 22:38+0100\n" "Last-Translator: Miloš Komarčević <kmilos@gmail.com>\n" "Language-Team: Serbian (sr) <fedora-trans-sr@redhat.com>\n" @@ -90,7 +90,7 @@ msgstr "Opcije baze podataka:" msgid "Install/Upgrade/Erase options:" msgstr "Opcije instalacije/nadgradnje/brisanja:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Zajedničke opcije za sve rpm režime i izvršne programe:" @@ -229,7 +229,7 @@ msgstr "" "--root (-r) može biti navedena samo tokom instalacije, brisanja, upita, i " "ponovnog pravljenja baze podataka" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "argumenti za --root (-r) moraju početi znakom /" @@ -286,79 +286,235 @@ msgstr "nema zadatih argumenata za proveru" msgid "no arguments given" msgstr "nema zadatih argumenata" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot je već naveden, zanemarujem %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"napravi kroz %prep (raspakovani izvori i primenjene zakrpe) iz <specfile>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specfile>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "napravi kroz %build (%prep, onda kompiliraj) iz <specfile>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "napravi kroz %install (%prep, %build, zatim instaliraj) iz <specfile>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "proveri %files odeljak iz <specfile>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "napravi izvorne i binarne pakete iz <specfile>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "napravi binarne pakete samo iz <specfile>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "napravi izvorne pakete samo iz <specfile>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"napravi kroz %prep (raspakovani izvori i primenjene zakrpe) iz <tarball>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "napravi kroz %build (%prep, onda kompiliraj) iz <tarball>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "napravi kroz %install (%prep, %build, onda instaliraj) iz <tarball>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "proveri %files odeljak iz <tarball>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "napravi izvorne i binarne pakete iz <tarball>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "napravi binarne pakete samo iz <tarball>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "napravi izvorne pakete samo iz <tarball>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "napravi binarni paket iz <source package>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<source package>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"napravi kroz %install (%prep, %build, zatim instaliraj) iz <source package>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "premosti koren pravljenja" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "ukloni stablo pravljenja po završetku" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "zanemari ExcludeArch: uputstva iz datoteke specifikacije" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "otkloni greške u mašini stanja datoteka" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "nemoj izvršiti nijednu fazu pravljenja" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "nemoj proveravati zavisnosti pravljenja" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "" +"generiši zaglavlje(a) paketa kompatibilna sa (zastarelim) rpm[23] pakovanjem" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "nemoj proveravati sažetak(e) paketa" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "nemoj proveravati zaglavlje(a) baze podataka po dobavljanju" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "nemoj proveravati potpis(e) paketa" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "ne prihvataj i18N msgstr niske iz datoteke specifikacije" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "ukloni izvore po završetku" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "ukloni datoteku specifikacije po završetku" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "preskoči pravo do određene faze (samo za c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "premosti ciljnu platformu" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "Opcije pravljenja uz [ <specfile> | <tarball> | <source package> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Neuspelo pravljenje zavisnosti:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Ne mogu da otvorim datoteku specifikacije %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Neuspelo otvaranje tar cevi: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Neuspelo čitanje datoteke specifikacije iz %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Neuspela promena imena %s u %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "stat nije uspeo %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Datoteka %s nije obična datoteka.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Datoteka %s ne liči na datoteku specifikacije.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Pravim ciljne platforme: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Pravim za cilj %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Ne mogu da otvorim temp datoteku.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Izvršavam(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Izvršavanje %s nije uspelo (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Loš status izlaza iz %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -417,181 +573,176 @@ msgstr "&& i || nisu podržani za stringove\n" msgid "syntax error in expression\n" msgstr "sintaksna greška u izrazu\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK neuspeh: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Nedostaje „(“ u %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Nedostaje „)“ u %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Neispravan %s znak: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "Nedostaje %s u %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Razmak koji nije prazan sledi %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Loša sintaksa: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Loša specifikacija režima: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Loša specifikacija režima direktorijuma: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Neobična dužina lokaliteta: „%.*s“ u %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Udvojen lokalitet %.*s u %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "Neispravna mogućnost: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "Nije ugrađena podrška za mogućnost datoteke\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Samo jedan argument za %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Dve datoteke u jednom redu: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Datoteka mora početi sa „/“: %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Ne može se mešati specijalni %%doc sa drugim oblicima: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "Nepoznat algoritam %u za sažimanje datoteka, vraćam se na MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Datoteka navedena dvaput: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symlink tačke za BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Datoteka nije pronađena: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "Datoteka %s je prevelika za koristan teret\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: ne mogu da učitam nepoznatu oznaku (%d).\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: neuspelo čitanje javnog ključa.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: javni ključ nije ojačan.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Makro %%%s nije mogao da se proširi\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Ispred datoteke je potrebno da stoji „/“: %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Preklapanje nije dozvoljeno: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Datoteka nije pronađena poklapanjem: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Ne mogu da otvorim %%files datoteku %s: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "red: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Loša datoteka: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Loš vlasnik/grupa: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Proveravam za nezapakovane datoteke: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -600,12 +751,12 @@ msgstr "" "Pronađene su instalirane (ali nezapakovane) datoteke:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Obrađujem datoteke: %s-%s-%s.%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "Binarne datoteke zavisne od arhitekture u noarch paketu\n" @@ -824,30 +975,30 @@ msgstr "nedostaje ime u %%changelog\n" msgid "no description in %%changelog\n" msgstr "nema opisa u %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "red %d: Greška pri tumačenju %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "red %d: Loša opcija %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "red %d: Previše imena: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "red %d: Paket ne postoji: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "red %d: Drugi opis\n" @@ -937,92 +1088,92 @@ msgstr "Nepoznata vrsta ikone: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "red %d: Oznaka prihvata samo jedan žeton: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "red %d: Nedozvoljeni znak „-“ u %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "red %d: Nedozvoljeni znak „-“ u %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "red %d: Nedozvoljeni znak „-“ u %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "red %d: Loše oblikovana oznaka: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "red %d: Prazna oznaka: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "red %d: Prefiksi se ne smeju završavati sa „/“: %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "red %d: Docdir mora početi sa „/“: %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "red %d: Polje epohe mora biti broj bez predznaka: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "red %d: Loši %s: kvalifikatori: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "red %d: Loš oblik za BuildArchitecture: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "red %d: Samo noarch podpaketi su podržani: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Interna greška: Lažna oznaka %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "red %d: Neophodna verzija: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Loša specifikacija paketa: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Paket već postoji: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "red %d: Nepoznata oznaka: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} ne može biti prazno\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} ne može biti „/“\n" @@ -1173,11 +1324,11 @@ msgstr "%s:%d: Dobio %%endif bez %%if\n" msgid "malformed %%include statement\n" msgstr "loše oblikovana %%include naredba\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Nisu pronađene usaglašene arhitekture za pravljenje\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Paket nema %%description: %s\n" @@ -1249,165 +1400,6 @@ msgstr "Previše argumenata u redu podataka na %s:%d\n" msgid "Processing policies: %s\n" msgstr "Obrađujem datoteke: %s-%s-%s.%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot je već naveden, zanemarujem %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"napravi kroz %prep (raspakovani izvori i primenjene zakrpe) iz <specfile>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specfile>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "napravi kroz %build (%prep, onda kompiliraj) iz <specfile>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "napravi kroz %install (%prep, %build, zatim instaliraj) iz <specfile>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "proveri %files odeljak iz <specfile>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "napravi izvorne i binarne pakete iz <specfile>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "napravi binarne pakete samo iz <specfile>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "napravi izvorne pakete samo iz <specfile>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"napravi kroz %prep (raspakovani izvori i primenjene zakrpe) iz <tarball>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "napravi kroz %build (%prep, onda kompiliraj) iz <tarball>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "napravi kroz %install (%prep, %build, onda instaliraj) iz <tarball>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "proveri %files odeljak iz <tarball>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "napravi izvorne i binarne pakete iz <tarball>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "napravi binarne pakete samo iz <tarball>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "napravi izvorne pakete samo iz <tarball>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "napravi binarni paket iz <source package>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<source package>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"napravi kroz %install (%prep, %build, zatim instaliraj) iz <source package>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "premosti koren pravljenja" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "ukloni stablo pravljenja po završetku" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "generiši zaglavlja kompatibilna sa rpm4 pakovanjem" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "zanemari ExcludeArch: uputstva iz datoteke specifikacije" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "otkloni greške u mašini stanja datoteka" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "nemoj izvršiti nijednu fazu pravljenja" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "nemoj proveravati zavisnosti pravljenja" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "" -"generiši zaglavlje(a) paketa kompatibilna sa (zastarelim) rpm[23] pakovanjem" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "nemoj proveravati sažetak(e) paketa" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "nemoj proveravati zaglavlje(a) baze podataka po dobavljanju" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "nemoj proveravati potpis(e) paketa" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "ne prihvataj i18N msgstr niske iz datoteke specifikacije" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "ukloni izvore po završetku" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "ukloni datoteku specifikacije po završetku" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "preskoči pravo do određene faze (samo za c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "premosti ciljnu platformu" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1478,7 +1470,7 @@ msgstr "Pronalazak %s: %s\n" msgid "Failed to find %s:\n" msgstr "Neuspelo traženje %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "upit na datotekom specifikacije %s nije uspeo, ne mogu da protumačim\n" @@ -2634,24 +2626,24 @@ msgstr "ne mogu da otvorim %s: %s\n" msgid "Installing %s\n" msgstr "Instaliram %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "nije rpm paket" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "nepravilan tip potpisa" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "nepodržana verzija RPM paketa" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "neuspelo čitanje: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "nije rpm paket" @@ -2907,7 +2899,7 @@ msgstr "nedostaje „)“ u oznaci paketa: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: neuspelo čitanje javnog ključa.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "napravi skup transakcija" @@ -3546,6 +3538,12 @@ msgstr "%s: neuspelo čitanje manifesta: %s\n" msgid "don't verify header+payload signature" msgstr "nemoj proveravati potpis zaglavlja+tovara" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK neuspeh: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "generiši zaglavlja kompatibilna sa rpm4 pakovanjem" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Interna greška pri obradi argumenata (%d) :-(\n" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2009-01-17 17:20+0100\n" "Last-Translator: Gran Uddeborg <goeran@uddeborg.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -89,7 +89,7 @@ msgstr "Databasflaggor:" msgid "Install/Upgrade/Erase options:" msgstr "Installations-/Uppdaterings-/Raderingsflaggor" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "Gemensamma flaggor fr alla rpm-lgen och binrer:" @@ -226,7 +226,7 @@ msgstr "" "--root (-r) kan enbart anvndas nr paket installeras, raderas, frgas eller " "databasen byggs om" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "argument till --root (-r) mste brja med /" @@ -283,79 +283,237 @@ msgstr "inga parametrar angivna fr verifiering" msgid "no arguments given" msgstr "inga argument angivna" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot redan angivet, ignorerar %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"bygg till %prep (packa upp kllkod samt applicera patchar) frn <specfil>" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specfil>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "bygg till och med %build (%prep, kompilera sedan) frn <specfil>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"bygg till och med %install (%prep, %build, installera sedan) frn <specfil>" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "verifiera %files-sektionen i <specfil>" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "bygg kll- och binrpaket frn <specfil>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "bygg endast binrpaket frn <specfil>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "bygg endast kllpaket frn <specfil>" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"bygg till och med %prep (packa upp kllkod samt applicera patchar) frn <tar-" +"arkiv>" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tar-arkiv>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "bygg till och med %build (%prep, kompilera sedan) frn <tar-arkiv>" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"bygg till och med %install (%prep, %build, installera sedan) frn <tar-arkiv>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verifiera %files-sektionen frn <tar-arkiv>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "bygg kll- och binrpaket frn <tar-arkiv>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "bygg endast binrpaket frn <tar-arkiv>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "bygg endast kllpaket frn <tar-arkiv>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "bygg binrpaket frn <kllpaket>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<kllpaket>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"bygg till och med %install (%prep, %build, installera sedan) frn <kllpaket>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "sidostt byggrot" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "ta bort byggtrd eftert" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorera ExcludeArch:-direktiv frn specfil" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "felsk filtillstndsmaskin" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "utfr inga steg i byggnationen" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "verifiera inte byggberoenden" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "generera pakethuvuden kompatibla med (ldre) rpm[23]-paketering" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "verifiera inte paketkontrollsummor" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "verifiera inte databashuvuden nr de hmtas" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "verifiera inte paketsignatur(er)" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "acceptera inte versatta \"msgstr\" frn specfilen" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "ta bort kllkod eftert" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "ta bort specfil eftert" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "g direkt till angivet steg (endast fr c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "sidostt mlplattform" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "Byggflaggor med [ <specfil> | <tar-arkiv> | <kllpaket> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "Ouppfyllda byggberoenden:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "Kan inte ppna specfilen %s: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Kunde inte ppna \"tar\"-rr: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Kunde inte lsa specfil frn %s\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Kunde inte byta namn p %s till %s: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "kunde inte ta status p %s: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "Filen %s r inte en vanlig fil.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Filen %s tycks inte vara en specfil.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Bygger mlplattformar: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Bygger fr mlet %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Kan inte ppna temporr fil.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Kr(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Krning (exec) av %s misslyckades (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "Dlig slutstatus frn %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -414,181 +572,176 @@ msgstr "&& och || stds inte fr strngar\n" msgid "syntax error in expression\n" msgstr "syntaxfel i uttryck\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK-fel: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "\"(\" saknas i %s %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "\")\" saknas i %s(%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Ogiltigt %s-element: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "%s saknas i %s %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Annat n blanktecken fljer p %s(): %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Felaktig syntax: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Felaktig rttighetsspecifikation: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Felaktig specifikation av katalogrttigheter: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Ovanlig lokallngd: \"%.*s\" i %%lang(%s)\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Duplicerad lokal %.*s i %%lang(%s)\n" -#: build/files.c:832 +#: build/files.c:812 #, c-format msgid "Invalid capability: %s\n" msgstr "Ogiltig frmga (capability): %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "Std fr filfrmgor (capability) r inte inbyggt\n" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Endast ett argument till %%docdir\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Tv filer p en rad: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Filnamn mste brja med \"/\": %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Kan inte blanda special %%doc med andra former: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "Oknd filkontrollsummealgoritm %u, faller tillbaka p MD5\n" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Filen upprknad tv gnger: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolisk lnk pekar p BuildRoot: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Filen hittades inte: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "Filen %s r fr stor som last\n" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s: kan inte lsa oknd tagg (%d).\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: lsning av publik nyckel misslyckades.\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: inte en publik nyckel med skal.\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "Makro %%%s misslyckades att expandera\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Filen behver inledande \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Matchning inte tilltet: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Hittade ingen fil vid matchningen: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, c-format msgid "Could not open %%files file %s: %m\n" msgstr "Kunde inte ppna %%files-fil %s: %m\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "rad: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Felaktig fil: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Felaktig gare/grupp: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Letar efter opackade fil(er): %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -597,12 +750,12 @@ msgstr "" "Installerade (men opaketerade) filer funna:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Bearbetar filer: %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -821,30 +974,30 @@ msgstr "saknat namn i %%changelog\n" msgid "no description in %%changelog\n" msgstr "ingen beskrivning i %%changelog\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "rad %d: Fel i tolkning av %%description: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "rad %d: otillten flagga %s: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "rad %d: Fr mnga namn: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "rad %d: Paketet existerar inte: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "rad %d: En andra beskrivning\n" @@ -934,92 +1087,92 @@ msgstr "Oknd ikontyp: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "rad %d: Taggen tar endast ett vrde: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "rad %d: Otilltet tecken \"-\" i %s: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "rad %d: Otilltet tecken \"-\" i %s: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "rad %d: Otilltet tecken \"-\" i %s: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "rad %d: Felaktig tagg: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "rad %d: Tom tagg: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "rad %d: Prefix fr inte sluta med \"/\": %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "rad %d: Docdir mste brja med \"/\": %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "rad %d: Epoch-flt mste vara ett teckenlst tal: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "rad %d: Felaktigt %s: bestmningar: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "rad %d: Felaktigt BuildArchitecture-format: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "rad %d: Endast noarch-underpaket stds: %s\n" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "Internt fel: felaktig tagg %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "rad %d: Version krvs: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Felaktig paketangivelse %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Paketet existerar redan: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "rad %d: Oknd tagg: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "%%{buildroot} fick inte vara tom\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "%%{buildroot} kan inte vara \"/\"\n" @@ -1170,11 +1323,11 @@ msgstr "%s:%d: Fick ett %%endif utan ngot %%if\n" msgid "malformed %%include statement\n" msgstr "felformaterad %%include-sats\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Hittade inga kompatibla arkitekturer att bygga\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Paketet har ingen %%description: %s\n" @@ -1246,167 +1399,6 @@ msgstr "Fr mnga argument i datarad vid %s:%d\n" msgid "Processing policies: %s\n" msgstr "Bearbetar filer: %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot redan angivet, ignorerar %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"bygg till %prep (packa upp kllkod samt applicera patchar) frn <specfil>" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specfil>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "bygg till och med %build (%prep, kompilera sedan) frn <specfil>" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"bygg till och med %install (%prep, %build, installera sedan) frn <specfil>" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "verifiera %files-sektionen i <specfil>" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "bygg kll- och binrpaket frn <specfil>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "bygg endast binrpaket frn <specfil>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "bygg endast kllpaket frn <specfil>" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"bygg till och med %prep (packa upp kllkod samt applicera patchar) frn <tar-" -"arkiv>" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tar-arkiv>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "bygg till och med %build (%prep, kompilera sedan) frn <tar-arkiv>" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"bygg till och med %install (%prep, %build, installera sedan) frn <tar-arkiv>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verifiera %files-sektionen frn <tar-arkiv>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "bygg kll- och binrpaket frn <tar-arkiv>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "bygg endast binrpaket frn <tar-arkiv>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "bygg endast kllpaket frn <tar-arkiv>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "bygg binrpaket frn <kllpaket>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<kllpaket>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"bygg till och med %install (%prep, %build, installera sedan) frn <kllpaket>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "sidostt byggrot" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "ta bort byggtrd eftert" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "generera huvuden kompatibla med rpm4-paketering" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "ignorera ExcludeArch:-direktiv frn specfil" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "felsk filtillstndsmaskin" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "utfr inga steg i byggnationen" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "verifiera inte byggberoenden" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "generera pakethuvuden kompatibla med (ldre) rpm[23]-paketering" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "verifiera inte paketkontrollsummor" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "verifiera inte databashuvuden nr de hmtas" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "verifiera inte paketsignatur(er)" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "acceptera inte versatta \"msgstr\" frn specfilen" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "ta bort kllkod eftert" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "ta bort specfil eftert" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "g direkt till angivet steg (endast fr c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "sidostt mlplattform" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1477,7 +1469,7 @@ msgstr "Letar efter %s: %s\n" msgid "Failed to find %s:\n" msgstr "Misslyckades med att hitta %s:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "frga av specfil %s misslyckades, kan inte tolka\n" @@ -2631,24 +2623,24 @@ msgstr "kan inte ppna %s: %s\n" msgid "Installing %s\n" msgstr "Installerar %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 msgid "not an rpm package" msgstr "inte ett rpm-paket" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 msgid "illegal signature type" msgstr "ogiltig signaturtyp" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "ej stdd RPM-paketversion" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "lsning misslyckades: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "inte ett rpm-paket" @@ -2903,7 +2895,7 @@ msgstr "\")\" saknas i paketetikett: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: misslyckades att lsa publik nyckel.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "skapa transaktionsmngd" @@ -3538,6 +3530,12 @@ msgstr "%s: lsning av paketlista misslyckades: %s\n" msgid "don't verify header+payload signature" msgstr "verifiera inte huvud+lastsignatur" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK-fel: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "generera huvuden kompatibla med rpm4-paketering" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "Internt fel i argumenthantering (%d) :-(\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2001-07-05 08:02+300\n" "Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n" "Language-Team: Turkish <tr@li.org>\n" @@ -83,7 +83,7 @@ msgstr "Veritaban seenekleri:" msgid "Install/Upgrade/Erase options:" msgstr "Kurma/Gncelleme/Kaldrma seenekleri:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 #, fuzzy msgid "Common options for all rpm modes and executables:" msgstr "Tm rpm kipleri iin ortak seenekler:" @@ -226,7 +226,7 @@ msgstr "" "--root (-r) sadece kurulum, kaldrma, sorgulama ve yeniden veritaban " "oluturma ilemlerinde kullanlabilir" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "--root (-r) ile verilenler '/' ile balamal" @@ -285,81 +285,250 @@ msgstr "denetleme iin hi argman belirtilmedi" msgid "no arguments given" msgstr "sorgulama iin hi argman belirtilmedi" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot zaten belirtilmi, %s yoksaylyor\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "" +"<specDosyas>ndan %prep adm sayesinde oluturulur (kaynak paketi alr " +"ve yamalar uygulanr)" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<specDosyas>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "" +"<specDosyas>ndan %build adm sayesinde oluturulur (%prep, sonra da " +"derlenir)" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"<specDosyas>ndan %install adm sayesinde oluturulur (%prep, %build, sonra " +"da kurulum)" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "<specDosyas>ndan %files blmn denetler" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "kaynak ve altrlabilir paketleri <specDosyas>ndan oluturur" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "altrlabilir paketi sadece <specDosyas>ndan oluturur" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "kaynak paketi sadece <specDosyas>ndan oluturur" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "" +"<tarpaketi>nden %prep adm sayesinde oluturulur (kaynak paketi alr ve " +"yamalar uygulanr)" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarPaketi>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "" +"<tarPaketi>nden %build adm sayesinde oluturulur (%prep, sonra da derleme)" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "" +"<tarpaketi>nden %install adm sayesinde oluturulur (%prep, %build, sonra " +"da kurulur)" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "<tarpaketi>nden %files blmn denetler" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "kaynak ve altrlabilir paketleri <tarpaketi>nden oluturur" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "altrlabilir paketi sadece <tarpaketi>nden oluturur" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "kaynak paketi sadece <tarpaketi>nden oluturur" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "altrlabilir paketi <kaynak paketi>nden oluturur" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<kaynak paketi>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"<kaynak paketi>nden %install adm sayesinde oluturulur (%prep, %build, " +"sonra da kurulur)" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "build root'a zorlar" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "ilem sonunda paket oluturma aacn siler" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "spec dosyasndaki ExcludeArch: ynergeleri yoksaylyor" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "hata ayklama dosyas durum motoru" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "oluumun herhangi bir adm icra edilmez" + +#: rpmbuild.c:193 +#, fuzzy +msgid "do not verify build dependencies" +msgstr "paket bamllklarn denetlemez" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "paket balklarn (eski) rpm[23] paketleme ile uyumlu retir" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +#, fuzzy +msgid "don't verify package digest(s)" +msgstr "paket bamllklar dorulanmaz" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +#, fuzzy +msgid "don't verify database header(s) when retrieved" +msgstr "paket mimarisi denetlenmez" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +#, fuzzy +msgid "don't verify package signature(s)" +msgstr "paket imzasn denetler" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "spec dosyas iindeki i18n msgstr'leri kabul edilmez" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "ilem sonunda kaynaklar siler" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "ilem sonunda spec dosyasn siler" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "dorudan belirtilen adma atlar (sadece c ve i iin)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "hedef platforma zorlar" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "" "[ <specDosyas> | <tarPaketi> | <kaynakPaketi> ] ile paketleme seenekleri:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 #, fuzzy msgid "Failed build dependencies:\n" msgstr "ilem durdu, nce baml paketler kurulmal:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "%s spec dosyas alamad: %s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "tar veriyolu alamad: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "%s paketinden spec dosyas okunamad\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "%s %s olarak deitirilemedi: %m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "%s durum bilgileri alnamad: %m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "%s bir normal bir dosya deil.\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "%s bir spec dosyas gibi grnmyor.\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "Hedef platformlar derleniyor: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "%s iin derleniyor\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "Geici dosya alamad.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "%s icra ediliyor: %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "%s 'in icras baarsz (%s): %s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "%s knda hata (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -418,193 +587,188 @@ msgstr "&& ve || dizgelerde desteklenmez\n" msgid "syntax error in expression\n" msgstr "ifadede szdizimi hatas\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "TIMECHECK baarsz: %s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "%s iinde '(' yok: %s\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "%s iinde ')' yok: (%s\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "Anda %s geersiz: %s\n" -#: build/files.c:460 +#: build/files.c:440 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "%s iinde '(' yok: %s\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "%s() boluksuz yazlm: %s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Szdizimi hatas: %s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "mode spec hatal: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "dirmode spec hatal: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "yerel uzunluu hatal: \"%.*s\" (%%lang(%s))\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "%.*s yereli %%lang(%s) iinde tekrarlanm\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "Anda %s geersiz: %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "%%docdir iin sadece tek argman\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "Bir satrda 2 dosya: %s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Dosya \"/\" ile balamal: %s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "zel %%doc ile dier formlar kartrlamaz: %s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "Dosya iki kere gsterildi: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Sembolik ba BuildRoot gsteriyor: %s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "Dosya bulunamad: %s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "" -#: build/files.c:1622 +#: build/files.c:1602 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead baarsz\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "%%%s makrosu geniletmede baarsz\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Dosya \"/\" ile iermeli: %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "satr %d: Dosya ad uygun deil: %s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "Dosya glob tarafndan bulunamad: %s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "%%files dosya %s dosyasnda alamad: %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "satr: %s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "Dosya hatal: %s: %s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "Kullanc/grup hatal: %s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "ariv paketi alrken baarsz%s%s: %s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "lenen dosyalar: %s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -826,30 +990,30 @@ msgstr "%%changelog iinde isim yok\n" msgid "no description in %%changelog\n" msgstr "%%changelog iinde aklama yok\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "satr %d: %%description ayrtrlrken hata: %s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "satr %d: %s seenei hatal: %s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "satr %d: sim says fazla: %s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "satr %d: Paket yok: %s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "satr %d: kinci aklama\n" @@ -939,92 +1103,92 @@ msgstr "bilinmeyen ksayol simgesi tr: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "satr %d: Etiket sadece tek dizgecik alr: %s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "satr %d: %s iinde '-' karakteri kurald: %s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "satr %d: %s iinde '-' karakteri kurald: %s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "satr %d: %s iinde '-' karakteri kurald: %s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "satr %d: Etiket bozuk: %s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "satr %d: Etiket bo: %s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "satr %d: nekler \"/\" ile bitemez: %s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "satr %d: Docdir '/' ile balamal: %s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "satr %d: Epoch/Serial alan bir say olmal: %s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "satr %d: %s hatal: niteleyiciler: %s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "satr %d: BuildArchitecture biimi hatal: %s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "sel hata: %d etiketi sahte\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "satr %d: Srm gerekli: %s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "Paket zellikleri hatal: %s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "Paket zaten var: %s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "satr %d: Bilinmeyen etiket: %s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot \"/\" olamaz: %s\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot \"/\" olamaz: %s\n" @@ -1177,11 +1341,11 @@ msgstr "%s:%d: %%if'siz bir %%endif alnd\n" msgid "malformed %%include statement\n" msgstr "%%include deyimi bozuk\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "Kurgulamak iin uyumlu mimari yok\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "Paket %%description iermiyor: %s\n" @@ -1253,178 +1417,6 @@ msgstr "%s:%d - veri satrnda ok fazla argman\n" msgid "Processing policies: %s\n" msgstr "lenen dosyalar: %s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot zaten belirtilmi, %s yoksaylyor\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "" -"<specDosyas>ndan %prep adm sayesinde oluturulur (kaynak paketi alr " -"ve yamalar uygulanr)" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<specDosyas>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "" -"<specDosyas>ndan %build adm sayesinde oluturulur (%prep, sonra da " -"derlenir)" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "" -"<specDosyas>ndan %install adm sayesinde oluturulur (%prep, %build, sonra " -"da kurulum)" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "<specDosyas>ndan %files blmn denetler" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "kaynak ve altrlabilir paketleri <specDosyas>ndan oluturur" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "altrlabilir paketi sadece <specDosyas>ndan oluturur" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "kaynak paketi sadece <specDosyas>ndan oluturur" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "" -"<tarpaketi>nden %prep adm sayesinde oluturulur (kaynak paketi alr ve " -"yamalar uygulanr)" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarPaketi>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "" -"<tarPaketi>nden %build adm sayesinde oluturulur (%prep, sonra da derleme)" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "" -"<tarpaketi>nden %install adm sayesinde oluturulur (%prep, %build, sonra " -"da kurulur)" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "<tarpaketi>nden %files blmn denetler" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "kaynak ve altrlabilir paketleri <tarpaketi>nden oluturur" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "altrlabilir paketi sadece <tarpaketi>nden oluturur" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "kaynak paketi sadece <tarpaketi>nden oluturur" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "altrlabilir paketi <kaynak paketi>nden oluturur" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<kaynak paketi>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "" -"<kaynak paketi>nden %install adm sayesinde oluturulur (%prep, %build, " -"sonra da kurulur)" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "build root'a zorlar" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "ilem sonunda paket oluturma aacn siler" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "rpm4 paketleme ile uyumlu balklar retir" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "spec dosyasndaki ExcludeArch: ynergeleri yoksaylyor" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "hata ayklama dosyas durum motoru" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "oluumun herhangi bir adm icra edilmez" - -#: build/poptBT.c:193 -#, fuzzy -msgid "do not verify build dependencies" -msgstr "paket bamllklarn denetlemez" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "paket balklarn (eski) rpm[23] paketleme ile uyumlu retir" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -#, fuzzy -msgid "don't verify package digest(s)" -msgstr "paket bamllklar dorulanmaz" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -#, fuzzy -msgid "don't verify database header(s) when retrieved" -msgstr "paket mimarisi denetlenmez" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -#, fuzzy -msgid "don't verify package signature(s)" -msgstr "paket imzasn denetler" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "spec dosyas iindeki i18n msgstr'leri kabul edilmez" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "ilem sonunda kaynaklar siler" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "ilem sonunda spec dosyasn siler" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "dorudan belirtilen adma atlar (sadece c ve i iin)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "hedef platforma zorlar" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1495,7 +1487,7 @@ msgstr "%s aranyor: (%s kullanarak)...\n" msgid "Failed to find %s:\n" msgstr "%s bulunamad:\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "%s spec dosyasnn sorgulanmas baarsz, zmlenemiyor\n" @@ -2678,26 +2670,26 @@ msgstr "%s alamad: %s\n" msgid "Installing %s\n" msgstr "%s kuruluyor\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "argman bir RPM paketi deil\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s: mza bulundurmuyor\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "okuma baarsz: %s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "argman bir RPM paketi deil\n" @@ -2954,7 +2946,7 @@ msgstr "geersiz paket numaras: %s\n" msgid "%s: reading of public key failed.\n" msgstr "%s: readLead baarsz\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 msgid "transaction" msgstr "" @@ -3593,6 +3585,12 @@ msgstr "%s: bildirge okuma baarsz: %s\n" msgid "don't verify header+payload signature" msgstr "paket imzasn denetler" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "TIMECHECK baarsz: %s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "rpm4 paketleme ile uyumlu balklar retir" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "(%d) argman ilenirken i hata olutu :-(\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 2a96545b3..9f5f0ac77 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.4.2\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2010-09-01 10:24+0300\n" +"POT-Creation-Date: 2010-09-02 14:29+0300\n" "PO-Revision-Date: 2007-05-05 10:52+0800\n" "Last-Translator: Wei-Lun Chao <chaoweilun@gmail.com>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" @@ -89,7 +89,7 @@ msgstr "資料庫選項:" msgid "Install/Upgrade/Erase options:" msgstr "安裝/更新/清除選項:" -#: rpmqv.c:85 rpmbuild.c:41 tools/rpmdeps.c:32 tools/rpmgraph.c:228 +#: rpmqv.c:85 rpmbuild.c:237 tools/rpmdeps.c:32 tools/rpmgraph.c:228 msgid "Common options for all rpm modes and executables:" msgstr "用於所有 rpm 模式和可執行檔案的共同選項:" @@ -216,7 +216,7 @@ msgid "" "and database rebuilds" msgstr "--root(-r) 選項只能在套件的安裝、清除、查詢和資料庫重建時指定" -#: rpmqv.c:327 rpmbuild.c:393 +#: rpmqv.c:327 rpmbuild.c:567 msgid "arguments to --root (-r) must begin with a /" msgstr "--root (-r) 的引數必須以「/」開頭" @@ -273,79 +273,231 @@ msgstr "沒有指定校驗引數" msgid "no arguments given" msgstr "沒有指定引數" -#: rpmbuild.c:35 +#: rpmbuild.c:99 +#, c-format +msgid "buildroot already specified, ignoring %s\n" +msgstr "buildroot 已被指定,忽略 %s\n" + +#: rpmbuild.c:132 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <specfile>" +msgstr "從 <規格檔> 透過 %prep (解壓原始碼和套用修補程式) 來組建" + +#: rpmbuild.c:133 rpmbuild.c:136 rpmbuild.c:139 rpmbuild.c:142 rpmbuild.c:145 +#: rpmbuild.c:148 rpmbuild.c:151 +msgid "<specfile>" +msgstr "<規格檔>" + +#: rpmbuild.c:135 +msgid "build through %build (%prep, then compile) from <specfile>" +msgstr "從 <規格檔> 透過 %build (%prep,然後編譯) 來組建" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "從 <規格檔> 透過 %install (%prep,%build,然後安裝) 來組建" + +#: rpmbuild.c:141 +#, c-format +msgid "verify %files section from <specfile>" +msgstr "從 <規格檔> 驗證 %files 區段" + +#: rpmbuild.c:144 +msgid "build source and binary packages from <specfile>" +msgstr "根據 <規格檔案> 組建原始碼套件與二進位套件" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "根據 <規格檔案> 只組建二進位套件" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "根據 <規格檔案> 只組建原始碼套件" + +#: rpmbuild.c:154 +#, c-format +msgid "build through %prep (unpack sources and apply patches) from <tarball>" +msgstr "從 <打包檔> 透過 %prep (解壓原始碼和套用修補程式) 來組建" + +#: rpmbuild.c:155 rpmbuild.c:158 rpmbuild.c:161 rpmbuild.c:164 rpmbuild.c:167 +#: rpmbuild.c:170 rpmbuild.c:173 +msgid "<tarball>" +msgstr "<tarball>" + +#: rpmbuild.c:157 +msgid "build through %build (%prep, then compile) from <tarball>" +msgstr "從 <打包檔> 透過 %build (%prep,然後編譯) 來組建" + +#: rpmbuild.c:160 +msgid "build through %install (%prep, %build, then install) from <tarball>" +msgstr "從 <打包檔> 透過 %install (%prep,%build,然後安裝) 來組建" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "從 <打包檔> 驗證 %files 區段" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "從 <tarball> 中組建原始碼套件與二進位套件" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "從 <tarball> 中只組建二進位套件" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "從 <tarball> 中只組建原始碼套件" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "從 <原始碼套件> 中組建二進位套件" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<原始碼套件>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "從 <原始碼套件> 透過 %install (%prep,%build,然後安裝) 來組建" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "強制覆寫組建根目錄" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "完成後移除組建目錄樹" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "忽略 ExcludeArch:根據規格檔案的指示" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "除錯檔案狀態機器" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "不執行組建程序裡的任何步驟" + +#: rpmbuild.c:193 +msgid "do not verify build dependencies" +msgstr "不校驗組建相依關係" + +#: rpmbuild.c:195 +#, fuzzy +msgid "generate package header(s) compatible with (legacy) rpm v3 packaging" +msgstr "產生相容於過去的 rpm2/rpm3 打包的表頭" + +#: rpmbuild.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 +#: lib/poptQV.c:331 +msgid "don't verify package digest(s)" +msgstr "不校驗套件摘要" + +#: rpmbuild.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 +#: lib/poptQV.c:334 +msgid "don't verify database header(s) when retrieved" +msgstr "取回時不驗證資料庫表頭" + +#: rpmbuild.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 +#: lib/poptQV.c:336 +msgid "don't verify package signature(s)" +msgstr "不校驗套件簽名" + +#: rpmbuild.c:206 +msgid "do not accept i18N msgstr's from specfile" +msgstr "不接受來自規格檔的 i18N msgstr" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "完成後移除原始碼檔案" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "完成後移除規格檔案" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "直接跳到指定的階段 (只有用於 c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "無視目標平台" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "組建選項中使用 [ <規格檔> | <打包檔> | <原始碼套件> ]:" -#: rpmbuild.c:64 +#: rpmbuild.c:251 msgid "Failed build dependencies:\n" msgstr "相依性組建失敗:\n" -#: rpmbuild.c:86 +#: rpmbuild.c:269 #, c-format msgid "Unable to open spec file %s: %s\n" msgstr "無法開啟規格檔案 %s:%s\n" -#: rpmbuild.c:148 +#: rpmbuild.c:331 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "無法開啟打包管道:%m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "無法從 %s 讀取規格檔案\n" -#: rpmbuild.c:179 +#: rpmbuild.c:362 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "無法將 %s 更名為 %s:%m\n" -#: rpmbuild.c:254 +#: rpmbuild.c:437 #, c-format msgid "failed to stat %s: %m\n" msgstr "無法檢視 %s 的狀態:%m\n" -#: rpmbuild.c:258 +#: rpmbuild.c:441 #, c-format msgid "File %s is not a regular file.\n" msgstr "%s 不是一個正常的檔案。\n" -#: rpmbuild.c:265 +#: rpmbuild.c:448 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "%s 似乎不是一個規格檔案。\n" -#: rpmbuild.c:333 +#: rpmbuild.c:514 #, c-format msgid "Building target platforms: %s\n" msgstr "組建目標平台:%s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "組建目標 %s\n" -#: build/build.c:134 build/pack.c:405 +#: build/build.c:133 build/pack.c:405 msgid "Unable to open temp file.\n" msgstr "無法開啟暫時檔案。\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "正在執行 (%s):%s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "執行 %s 失敗 (%s):%s\n" -#: build/build.c:199 +#: build/build.c:196 #, c-format msgid "Bad exit status from %s (%s)\n" msgstr "來自 (%s) 錯誤的離開狀態 (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -404,181 +556,176 @@ msgstr "不支援將「&&」和「||」用於字串\n" msgid "syntax error in expression\n" msgstr "運算式中有語法錯誤\n" -#: build/files.c:242 -#, c-format -msgid "TIMECHECK failure: %s\n" -msgstr "時間檢查失敗:%s\n" - -#: build/files.c:305 build/files.c:498 build/files.c:715 +#: build/files.c:285 build/files.c:478 build/files.c:695 #, c-format msgid "Missing '(' in %s %s\n" msgstr "在 %s %s 中有缺失的「(」\n" -#: build/files.c:315 build/files.c:651 build/files.c:725 build/files.c:817 +#: build/files.c:295 build/files.c:631 build/files.c:705 build/files.c:797 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "在 %s(%s 中有缺失的「)」\n" -#: build/files.c:351 build/files.c:674 +#: build/files.c:331 build/files.c:654 #, c-format msgid "Invalid %s token: %s\n" msgstr "無效的 %s 符記:%s\n" -#: build/files.c:460 +#: build/files.c:440 #, c-format msgid "Missing %s in %s %s\n" msgstr "在 %s %s 中有缺失的「%s」\n" -#: build/files.c:513 +#: build/files.c:493 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "%s() 之後有非空白空格:%s\n" -#: build/files.c:549 +#: build/files.c:529 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "不當的語法:%s(%s)\n" -#: build/files.c:558 +#: build/files.c:538 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "不當的模式 spec:%s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "不當的 dirmode spec:%s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "不尋常的語區長度:\"%.*s\" 於 %%lang(%s) 之中\n" -#: build/files.c:760 +#: build/files.c:740 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "重製語區 %.*s 於 %%lang(%s) 之中\n" -#: build/files.c:832 +#: build/files.c:812 #, fuzzy, c-format msgid "Invalid capability: %s\n" msgstr "無效的 %s 符記:%s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "" -#: build/files.c:897 +#: build/files.c:877 #, c-format msgid "Only one arg for %%docdir\n" msgstr "%%docdir 只能有一個引數\n" -#: build/files.c:926 +#: build/files.c:906 #, c-format msgid "Two files on one line: %s\n" msgstr "兩個檔案在同一列中:%s\n" -#: build/files.c:939 +#: build/files.c:919 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "檔案必須以「/」開頭:%s\n" -#: build/files.c:950 +#: build/files.c:930 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "無法將特殊 %%doc 與其他形式混合:%s\n" -#: build/files.c:1091 +#: build/files.c:1071 #, c-format msgid "Unknown file digest algorithm %u, falling back to MD5\n" msgstr "" -#: build/files.c:1117 +#: build/files.c:1097 #, c-format msgid "File listed twice: %s\n" msgstr "曾列出兩次的檔案:%s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "到 BuildRoot 的符號連結:%s -> %s\n" -#: build/files.c:1411 +#: build/files.c:1391 #, c-format msgid "Explicit file attributes required in spec for: %s\n" msgstr "" -#: build/files.c:1419 +#: build/files.c:1399 #, c-format msgid "File not found: %s\n" msgstr "檔案找不到:%s\n" -#: build/files.c:1522 +#: build/files.c:1502 #, c-format msgid "File %s too large for payload\n" msgstr "" -#: build/files.c:1616 +#: build/files.c:1596 #, c-format msgid "%s: can't load unknown tag (%d).\n" msgstr "%s:無法呼叫不明的標記 (%d)。\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s:公鑰讀入失敗。\n" -#: build/files.c:1626 +#: build/files.c:1606 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s:不是一個受保護的公鑰。\n" -#: build/files.c:1635 +#: build/files.c:1615 #, fuzzy, c-format msgid "%s: failed to encode\n" msgstr "巨集 %%%s 展開時失敗\n" -#: build/files.c:1674 +#: build/files.c:1654 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "檔案需要以「/」開頭:%s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "不容許以萬用字元解析:%s\n" -#: build/files.c:1708 lib/rpminstall.c:419 +#: build/files.c:1688 lib/rpminstall.c:419 #, c-format msgid "File not found by glob: %s\n" msgstr "以萬用字元解析找不到檔案:%s\n" -#: build/files.c:1759 +#: build/files.c:1739 #, fuzzy, c-format msgid "Could not open %%files file %s: %m\n" msgstr "無法開啟 %%files 的檔案 %s: %s\n" -#: build/files.c:1767 +#: build/files.c:1747 #, c-format msgid "line: %s\n" msgstr "列:%s\n" -#: build/files.c:2056 +#: build/files.c:2035 #, c-format msgid "Bad file: %s: %s\n" msgstr "損壞的檔案:%s:%s\n" -#: build/files.c:2078 build/parsePrep.c:32 +#: build/files.c:2057 build/parsePrep.c:32 #, c-format msgid "Bad owner/group: %s\n" msgstr "損壞的所有者/組別:%s\n" -#: build/files.c:2119 +#: build/files.c:2098 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "正在檢查未被打包的檔案:%s\n" -#: build/files.c:2134 +#: build/files.c:2113 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -587,12 +734,12 @@ msgstr "" "發現被安裝但未被打包的檔案:\n" "%s" -#: build/files.c:2158 +#: build/files.c:2138 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "正在處理檔案:%s-%s-%s\n" -#: build/files.c:2169 +#: build/files.c:2149 msgid "Arch dependent binaries in noarch package\n" msgstr "" @@ -811,30 +958,30 @@ msgstr "%%changelog 中漏失了名稱\n" msgid "no description in %%changelog\n" msgstr "%%changelog 中沒有更新說明\n" -#: build/parseDescription.c:35 +#: build/parseDescription.c:33 #, c-format msgid "line %d: Error parsing %%description: %s\n" msgstr "列 %d:解析 %%description 時發生錯誤:%s\n" -#: build/parseDescription.c:48 build/parseFiles.c:43 build/parsePolicies.c:45 +#: build/parseDescription.c:46 build/parseFiles.c:43 build/parsePolicies.c:45 #: build/parseScript.c:232 #, c-format msgid "line %d: Bad option %s: %s\n" msgstr "列 %d:損壞的選項 %s:%s\n" -#: build/parseDescription.c:59 build/parseFiles.c:54 build/parsePolicies.c:55 +#: build/parseDescription.c:57 build/parseFiles.c:54 build/parsePolicies.c:55 #: build/parseScript.c:243 #, c-format msgid "line %d: Too many names: %s\n" msgstr "列 %d: 太多名稱:%s\n" -#: build/parseDescription.c:67 build/parseFiles.c:62 build/parsePolicies.c:62 +#: build/parseDescription.c:65 build/parseFiles.c:62 build/parsePolicies.c:62 #: build/parseScript.c:251 #, c-format msgid "line %d: Package does not exist: %s\n" msgstr "列 %d:套件不存在:%s\n" -#: build/parseDescription.c:77 +#: build/parseDescription.c:75 #, c-format msgid "line %d: Second description\n" msgstr "列 %d:重複的 description\n" @@ -924,92 +1071,92 @@ msgstr "不明的圖示類型:%s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "列 %d: 標記只需單一符記:%s\n" -#: build/parsePreamble.c:635 +#: build/parsePreamble.c:633 #, fuzzy, c-format msgid "line %d: Illegal char '%c' in: %s\n" msgstr "列 %d:在 %s 中出現違規字元「-」:%s\n" -#: build/parsePreamble.c:638 +#: build/parsePreamble.c:636 #, fuzzy, c-format msgid "line %d: Illegal char in: %s\n" msgstr "列 %d:在 %s 中出現違規字元「-」:%s\n" -#: build/parsePreamble.c:644 +#: build/parsePreamble.c:642 #, fuzzy, c-format msgid "line %d: Illegal sequence \"..\" in: %s\n" msgstr "列 %d:在 %s 中出現違規字元「-」:%s\n" -#: build/parsePreamble.c:669 +#: build/parsePreamble.c:667 #, c-format msgid "line %d: Malformed tag: %s\n" msgstr "列 %d: 異常的標記:%s\n" -#: build/parsePreamble.c:677 +#: build/parsePreamble.c:675 #, c-format msgid "line %d: Empty tag: %s\n" msgstr "列 %d: 清空標記:%s\n" -#: build/parsePreamble.c:733 +#: build/parsePreamble.c:731 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s\n" msgstr "列 %d:Prefixes 不能以「/」結尾:%s\n" -#: build/parsePreamble.c:746 +#: build/parsePreamble.c:744 #, c-format msgid "line %d: Docdir must begin with '/': %s\n" msgstr "列 %d:Docdir 必須以「/」開頭:%s\n" -#: build/parsePreamble.c:759 +#: build/parsePreamble.c:757 #, fuzzy, c-format msgid "line %d: Epoch field must be an unsigned number: %s\n" msgstr "列 %d:Epoch/Serial 欄位的內容必須是一個數字:%s\n" -#: build/parsePreamble.c:799 +#: build/parsePreamble.c:797 #, c-format msgid "line %d: Bad %s: qualifiers: %s\n" msgstr "列 %d: 不當的 %s: 限定詞:%s\n" -#: build/parsePreamble.c:826 +#: build/parsePreamble.c:824 #, c-format msgid "line %d: Bad BuildArchitecture format: %s\n" msgstr "列 %d:損壞的組建架構格式:%s\n" -#: build/parsePreamble.c:836 +#: build/parsePreamble.c:834 #, c-format msgid "line %d: Only noarch subpackages are supported: %s\n" msgstr "" -#: build/parsePreamble.c:851 +#: build/parsePreamble.c:849 #, c-format msgid "Internal error: Bogus tag %d\n" msgstr "內部錯誤:假造的標記 %d\n" -#: build/parsePreamble.c:933 +#: build/parsePreamble.c:931 #, fuzzy, c-format msgid "line %d: %s is deprecated: %s\n" msgstr "列 %d:需要版本描述:%s\n" -#: build/parsePreamble.c:996 +#: build/parsePreamble.c:994 #, c-format msgid "Bad package specification: %s\n" msgstr "不當的套件規格:%s\n" -#: build/parsePreamble.c:1002 +#: build/parsePreamble.c:1000 #, c-format msgid "Package already exists: %s\n" msgstr "套件已存在:%s\n" -#: build/parsePreamble.c:1033 +#: build/parsePreamble.c:1031 #, c-format msgid "line %d: Unknown tag: %s\n" msgstr "列 %d:不明標記:%s\n" -#: build/parsePreamble.c:1065 +#: build/parsePreamble.c:1063 #, fuzzy, c-format msgid "%%{buildroot} couldn't be empty\n" msgstr "BuildRoot 不能是「/」:%s\n" -#: build/parsePreamble.c:1069 +#: build/parsePreamble.c:1067 #, fuzzy, c-format msgid "%%{buildroot} can not be \"/\"\n" msgstr "BuildRoot 不能是「/」:%s\n" @@ -1160,11 +1307,11 @@ msgstr "%s:%d:缺少與 %%endif 對應的 %%if\n" msgid "malformed %%include statement\n" msgstr "異常的 %%include 宣告\n" -#: build/parseSpec.c:651 +#: build/parseSpec.c:637 msgid "No compatible architectures found for build\n" msgstr "沒有可供組建的相容硬體架構\n" -#: build/parseSpec.c:685 +#: build/parseSpec.c:671 #, c-format msgid "Package has no %%description: %s\n" msgstr "套件沒有 %%description:%s\n" @@ -1236,161 +1383,6 @@ msgstr "在資料列的 %s:%d 中有太多引數\n" msgid "Processing policies: %s\n" msgstr "正在處理檔案:%s-%s-%s\n" -#: build/poptBT.c:90 -#, c-format -msgid "buildroot already specified, ignoring %s\n" -msgstr "buildroot 已被指定,忽略 %s\n" - -#: build/poptBT.c:130 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <specfile>" -msgstr "從 <規格檔> 透過 %prep (解壓原始碼和套用修補程式) 來組建" - -#: build/poptBT.c:131 build/poptBT.c:134 build/poptBT.c:137 build/poptBT.c:140 -#: build/poptBT.c:143 build/poptBT.c:146 build/poptBT.c:149 -msgid "<specfile>" -msgstr "<規格檔>" - -#: build/poptBT.c:133 -msgid "build through %build (%prep, then compile) from <specfile>" -msgstr "從 <規格檔> 透過 %build (%prep,然後編譯) 來組建" - -#: build/poptBT.c:136 -msgid "build through %install (%prep, %build, then install) from <specfile>" -msgstr "從 <規格檔> 透過 %install (%prep,%build,然後安裝) 來組建" - -#: build/poptBT.c:139 -#, c-format -msgid "verify %files section from <specfile>" -msgstr "從 <規格檔> 驗證 %files 區段" - -#: build/poptBT.c:142 -msgid "build source and binary packages from <specfile>" -msgstr "根據 <規格檔案> 組建原始碼套件與二進位套件" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "根據 <規格檔案> 只組建二進位套件" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "根據 <規格檔案> 只組建原始碼套件" - -#: build/poptBT.c:152 -#, c-format -msgid "build through %prep (unpack sources and apply patches) from <tarball>" -msgstr "從 <打包檔> 透過 %prep (解壓原始碼和套用修補程式) 來組建" - -#: build/poptBT.c:153 build/poptBT.c:156 build/poptBT.c:159 build/poptBT.c:162 -#: build/poptBT.c:165 build/poptBT.c:168 build/poptBT.c:171 -msgid "<tarball>" -msgstr "<tarball>" - -#: build/poptBT.c:155 -msgid "build through %build (%prep, then compile) from <tarball>" -msgstr "從 <打包檔> 透過 %build (%prep,然後編譯) 來組建" - -#: build/poptBT.c:158 -msgid "build through %install (%prep, %build, then install) from <tarball>" -msgstr "從 <打包檔> 透過 %install (%prep,%build,然後安裝) 來組建" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "從 <打包檔> 驗證 %files 區段" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "從 <tarball> 中組建原始碼套件與二進位套件" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "從 <tarball> 中只組建二進位套件" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "從 <tarball> 中只組建原始碼套件" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "從 <原始碼套件> 中組建二進位套件" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<原始碼套件>" - -#: build/poptBT.c:177 -msgid "" -"build through %install (%prep, %build, then install) from <source package>" -msgstr "從 <原始碼套件> 透過 %install (%prep,%build,然後安裝) 來組建" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "強制覆寫組建根目錄" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "完成後移除組建目錄樹" - -#: build/poptBT.c:185 -msgid "generate headers compatible with rpm4 packaging" -msgstr "產生相容於 rpm4 打包的表頭" - -#: build/poptBT.c:187 -msgid "ignore ExcludeArch: directives from spec file" -msgstr "忽略 ExcludeArch:根據規格檔案的指示" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "除錯檔案狀態機器" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "不執行組建程序裡的任何步驟" - -#: build/poptBT.c:193 -msgid "do not verify build dependencies" -msgstr "不校驗組建相依關係" - -#: build/poptBT.c:195 -msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" -msgstr "產生相容於過去的 rpm2/rpm3 打包的表頭" - -#: build/poptBT.c:199 lib/poptALL.c:178 lib/poptI.c:236 lib/poptQV.c:293 -#: lib/poptQV.c:331 -msgid "don't verify package digest(s)" -msgstr "不校驗套件摘要" - -#: build/poptBT.c:201 lib/poptALL.c:180 lib/poptI.c:238 lib/poptQV.c:295 -#: lib/poptQV.c:334 -msgid "don't verify database header(s) when retrieved" -msgstr "取回時不驗證資料庫表頭" - -#: build/poptBT.c:203 lib/poptALL.c:182 lib/poptI.c:240 lib/poptQV.c:297 -#: lib/poptQV.c:336 -msgid "don't verify package signature(s)" -msgstr "不校驗套件簽名" - -#: build/poptBT.c:206 -msgid "do not accept i18N msgstr's from specfile" -msgstr "不接受來自規格檔的 i18N msgstr" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "完成後移除原始碼檔案" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "完成後移除規格檔案" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "直接跳到指定的階段 (只有用於 c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "無視目標平台" - #: build/rpmfc.c:75 #, fuzzy, c-format msgid "Ignoring invalid regex %s\n" @@ -1461,7 +1453,7 @@ msgstr "檔案 %s: %s\n" msgid "Failed to find %s:\n" msgstr "讀取 %s 失敗: %s。\n" -#: build/spec.c:341 +#: build/spec.c:344 #, c-format msgid "query of specfile %s failed, can't parse\n" msgstr "規格檔 %s 的查詢失敗,無法剖析\n" @@ -2611,26 +2603,26 @@ msgstr "無法開啟檔案 %s:%s\n" msgid "Installing %s\n" msgstr "正在安裝 %s\n" -#: lib/rpmlead.c:103 +#: lib/rpmlead.c:101 #, fuzzy msgid "not an rpm package" msgstr "%s:不是一個 rpm 套件\n" -#: lib/rpmlead.c:107 +#: lib/rpmlead.c:105 #, fuzzy msgid "illegal signature type" msgstr "%s:未發現簽名\n" -#: lib/rpmlead.c:111 +#: lib/rpmlead.c:109 msgid "unsupported RPM package version" msgstr "" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "讀取失敗:%s (%d)\n" -#: lib/rpmlead.c:128 +#: lib/rpmlead.c:126 #, fuzzy msgid "not an rpm package\n" msgstr "%s:不是一個 rpm 套件\n" @@ -2886,7 +2878,7 @@ msgstr "丟失的「)」存在於套件標籤中:%s\n" msgid "%s: reading of public key failed.\n" msgstr "%s:公鑰讀入失敗。\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "建立異動作業集" @@ -3524,6 +3516,12 @@ msgstr "%s: 讀取清單失敗:%s\n" msgid "don't verify header+payload signature" msgstr "不驗證表頭+酬載簽名" +#~ msgid "TIMECHECK failure: %s\n" +#~ msgstr "時間檢查失敗:%s\n" + +#~ msgid "generate headers compatible with rpm4 packaging" +#~ msgstr "產生相容於 rpm4 打包的表頭" + #~ msgid "Internal error in argument processing (%d) :-(\n" #~ msgstr "在處理引數 (%d) 時發生內部錯誤 :-(\n" |