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/sv.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/sv.po')
-rw-r--r-- | po/sv.po | 506 |
1 files changed, 252 insertions, 254 deletions
@@ -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: Göran 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 för alla rpm-lägen och binärer:" @@ -226,7 +226,7 @@ msgstr "" "--root (-r) kan enbart användas när paket installeras, raderas, frågas 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) måste börja med /" @@ -283,79 +283,237 @@ msgstr "inga parametrar angivna för 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 källkod samt applicera patchar) från <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) från <specfil>" + +#: rpmbuild.c:138 +msgid "build through %install (%prep, %build, then install) from <specfile>" +msgstr "" +"bygg till och med %install (%prep, %build, installera sedan) från <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 käll- och binärpaket från <specfil>" + +#: rpmbuild.c:147 +msgid "build binary package only from <specfile>" +msgstr "bygg endast binärpaket från <specfil>" + +#: rpmbuild.c:150 +msgid "build source package only from <specfile>" +msgstr "bygg endast källpaket från <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 källkod samt applicera patchar) från <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) från <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) från <tar-arkiv>" + +#: rpmbuild.c:163 +#, c-format +msgid "verify %files section from <tarball>" +msgstr "verifiera %files-sektionen från <tar-arkiv>" + +#: rpmbuild.c:166 +msgid "build source and binary packages from <tarball>" +msgstr "bygg käll- och binärpaket från <tar-arkiv>" + +#: rpmbuild.c:169 +msgid "build binary package only from <tarball>" +msgstr "bygg endast binärpaket från <tar-arkiv>" + +#: rpmbuild.c:172 +msgid "build source package only from <tarball>" +msgstr "bygg endast källpaket från <tar-arkiv>" + +#: rpmbuild.c:176 +msgid "build binary package from <source package>" +msgstr "bygg binärpaket från <källpaket>" + +#: rpmbuild.c:177 rpmbuild.c:180 +msgid "<source package>" +msgstr "<källpaket>" + +#: rpmbuild.c:179 +msgid "" +"build through %install (%prep, %build, then install) from <source package>" +msgstr "" +"bygg till och med %install (%prep, %build, installera sedan) från <källpaket>" + +#: rpmbuild.c:183 +msgid "override build root" +msgstr "åsidosätt byggrot" + +#: rpmbuild.c:185 +msgid "remove build tree when done" +msgstr "ta bort byggträd efteråt" + +#: rpmbuild.c:187 +msgid "ignore ExcludeArch: directives from spec file" +msgstr "ignorera ExcludeArch:-direktiv från specfil" + +#: rpmbuild.c:189 +msgid "debug file state machine" +msgstr "felsök filtillståndsmaskin" + +#: rpmbuild.c:191 +msgid "do not execute any stages of the build" +msgstr "utför 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 när de hämtas" + +#: 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\" från specfilen" + +#: rpmbuild.c:208 +msgid "remove sources when done" +msgstr "ta bort källkod efteråt" + +#: rpmbuild.c:210 +msgid "remove specfile when done" +msgstr "ta bort specfil efteråt" + +#: rpmbuild.c:212 +msgid "skip straight to specified stage (only for c,i)" +msgstr "gå direkt till angivet steg (endast för c,i)" + +#: rpmbuild.c:214 +msgid "override target platform" +msgstr "åsidosätt målplattform" + +#: rpmbuild.c:231 msgid "Build options with [ <specfile> | <tarball> | <source package> ]:" msgstr "Byggflaggor med [ <specfil> | <tar-arkiv> | <källpaket> ]:" -#: 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\"-rör: %m\n" -#: rpmbuild.c:167 +#: rpmbuild.c:350 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Kunde inte läsa specfil från %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 målplattformar: %s\n" -#: rpmbuild.c:348 +#: rpmbuild.c:522 #, c-format msgid "Building for target %s\n" msgstr "Bygger för målet %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 temporär fil.\n" -#: build/build.c:184 +#: build/build.c:181 #, c-format msgid "Executing(%s): %s\n" msgstr "Kör(%s): %s\n" -#: build/build.c:190 +#: build/build.c:187 #, c-format msgid "Exec of %s failed (%s): %s\n" msgstr "Körning (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 "Dålig slutstatus från %s (%s)\n" -#: build/build.c:292 +#: build/build.c:297 msgid "" "\n" "\n" @@ -414,181 +572,176 @@ msgstr "&& och || stöds inte för strängar\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 följer 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 rättighetsspecifikation: %s(%s)\n" -#: build/files.c:576 +#: build/files.c:556 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Felaktig specifikation av katalogrättigheter: %s(%s)\n" -#: build/files.c:750 +#: build/files.c:730 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Ovanlig lokallängd: \"%.*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 förmåga (capability): %s\n" -#: build/files.c:843 +#: build/files.c:823 msgid "File capability support not built in\n" msgstr "Stöd för filförmågor (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 måste börja 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 "Okänd 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 uppräknad två gånger: %s\n" -#: build/files.c:1240 +#: build/files.c:1220 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolisk länk 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 för 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 läsa okänd tagg (%d).\n" -#: build/files.c:1622 +#: build/files.c:1602 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: läsning 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 behöver inledande \"/\": %s\n" -#: build/files.c:1696 +#: build/files.c:1676 #, c-format msgid "Glob not permitted: %s\n" msgstr "Matchning inte tillåtet: %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: otillåten 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: För många 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 "Okänd ikontyp: %s\n" msgid "line %d: Tag takes single token only: %s\n" msgstr "rad %d: Taggen tar endast ett värde: %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: Otillåtet 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: Otillåtet 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: Otillåtet 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 får 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 måste börja 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-fält måste vara ett teckenlöst 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: bestämningar: %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 stöds: %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 krävs: %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: Okänd 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 något %%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 "För många 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 källkod samt applicera patchar) från <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) från <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) från <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 käll- och binärpaket från <specfil>" - -#: build/poptBT.c:145 -msgid "build binary package only from <specfile>" -msgstr "bygg endast binärpaket från <specfil>" - -#: build/poptBT.c:148 -msgid "build source package only from <specfile>" -msgstr "bygg endast källpaket från <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 källkod samt applicera patchar) från <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) från <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) från <tar-arkiv>" - -#: build/poptBT.c:161 -#, c-format -msgid "verify %files section from <tarball>" -msgstr "verifiera %files-sektionen från <tar-arkiv>" - -#: build/poptBT.c:164 -msgid "build source and binary packages from <tarball>" -msgstr "bygg käll- och binärpaket från <tar-arkiv>" - -#: build/poptBT.c:167 -msgid "build binary package only from <tarball>" -msgstr "bygg endast binärpaket från <tar-arkiv>" - -#: build/poptBT.c:170 -msgid "build source package only from <tarball>" -msgstr "bygg endast källpaket från <tar-arkiv>" - -#: build/poptBT.c:174 -msgid "build binary package from <source package>" -msgstr "bygg binärpaket från <källpaket>" - -#: build/poptBT.c:175 build/poptBT.c:178 -msgid "<source package>" -msgstr "<källpaket>" - -#: 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) från <källpaket>" - -#: build/poptBT.c:181 -msgid "override build root" -msgstr "åsidosätt byggrot" - -#: build/poptBT.c:183 -msgid "remove build tree when done" -msgstr "ta bort byggträd efteråt" - -#: 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 från specfil" - -#: build/poptBT.c:189 -msgid "debug file state machine" -msgstr "felsök filtillståndsmaskin" - -#: build/poptBT.c:191 -msgid "do not execute any stages of the build" -msgstr "utför 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 när de hämtas" - -#: 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\" från specfilen" - -#: build/poptBT.c:208 -msgid "remove sources when done" -msgstr "ta bort källkod efteråt" - -#: build/poptBT.c:210 -msgid "remove specfile when done" -msgstr "ta bort specfil efteråt" - -#: build/poptBT.c:212 -msgid "skip straight to specified stage (only for c,i)" -msgstr "gå direkt till angivet steg (endast för c,i)" - -#: build/poptBT.c:214 -msgid "override target platform" -msgstr "åsidosätt målplattform" - #: 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 "fråga 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 stödd RPM-paketversion" -#: lib/rpmlead.c:124 +#: lib/rpmlead.c:122 #, c-format msgid "read failed: %s (%d)\n" msgstr "läsning 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 läsa publik nyckel.\n" -#: lib/rpmts.c:1031 +#: lib/rpmts.c:1025 #, fuzzy msgid "transaction" msgstr "skapa transaktionsmängd" @@ -3538,6 +3530,12 @@ msgstr "%s: läsning 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" |