Skip to content

Commit 6821537

Browse files
committed
Merge branch 'master' of git://github.com/nafmo/git-l10n-sv
* 'master' of git://github.com/nafmo/git-l10n-sv: l10n: sv.po: Update Swedish translation (2530t0f0u)
2 parents da0e97d + aaa89ad commit 6821537

File tree

1 file changed

+122
-31
lines changed

1 file changed

+122
-31
lines changed

po/sv.po

Lines changed: 122 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: git 2.8.0\n"
99
"Report-Msgid-Bugs-To: Git Mailing List <[email protected]>\n"
10-
"POT-Creation-Date: 2016-02-28 20:31+0800\n"
11-
"PO-Revision-Date: 2016-03-04 15:19+0100\n"
10+
"POT-Creation-Date: 2016-03-16 00:16+0800\n"
11+
"PO-Revision-Date: 2016-03-15 22:35+0100\n"
1212
"Last-Translator: Peter Krefting <[email protected]>\n"
1313
"Language-Team: Swedish <[email protected]>\n"
1414
"Language: sv\n"
@@ -1129,6 +1129,16 @@ msgstr "okänd färg: %%(color:%s)"
11291129
msgid "unrecognized format: %%(%s)"
11301130
msgstr "okänt format: %%(%s)"
11311131

1132+
#: ref-filter.c:77
1133+
#, c-format
1134+
msgid "%%(body) does not take arguments"
1135+
msgstr "%%(body) tar inte argument"
1136+
1137+
#: ref-filter.c:84
1138+
#, c-format
1139+
msgid "%%(subject) does not take arguments"
1140+
msgstr "%%(subject) tar inte argument"
1141+
11321142
#: ref-filter.c:101
11331143
#, c-format
11341144
msgid "positive value expected contents:lines=%s"
@@ -1169,16 +1179,65 @@ msgstr "okänt %%(align)-argument: %s"
11691179
msgid "positive width expected with the %%(align) atom"
11701180
msgstr "positiv bredd förväntad med atomen %%(align)"
11711181

1182+
#: ref-filter.c:244
1183+
#, c-format
1184+
msgid "malformed field name: %.*s"
1185+
msgstr "felformat fältnamn: %.*s"
1186+
1187+
#: ref-filter.c:270
1188+
#, c-format
1189+
msgid "unknown field name: %.*s"
1190+
msgstr "okänt fältnamn: %.*s"
1191+
11721192
#: ref-filter.c:372
11731193
#, c-format
11741194
msgid "format: %%(end) atom used without corresponding atom"
11751195
msgstr "format: atomen %%(end) använd utan motsvarande atom"
11761196

1197+
#: ref-filter.c:424
1198+
#, c-format
1199+
msgid "malformed format string %s"
1200+
msgstr "felformad formatsträng %s"
1201+
1202+
#: ref-filter.c:878
1203+
msgid ":strip= requires a positive integer argument"
1204+
msgstr ":strip= kräver ett positivt heltalsargument"
1205+
1206+
#: ref-filter.c:883
1207+
#, c-format
1208+
msgid "ref '%s' does not have %ld components to :strip"
1209+
msgstr "referensen \"%s\" har inte %ld komponenter för :strip"
1210+
1211+
#: ref-filter.c:1046
1212+
#, c-format
1213+
msgid "unknown %.*s format %s"
1214+
msgstr "okänt \"%.*s\"-format %s"
1215+
1216+
#: ref-filter.c:1066 ref-filter.c:1097
1217+
#, c-format
1218+
msgid "missing object %s for %s"
1219+
msgstr "objektet %s saknas för %s"
1220+
1221+
#: ref-filter.c:1069 ref-filter.c:1100
1222+
#, c-format
1223+
msgid "parse_object_buffer failed on %s for %s"
1224+
msgstr "parse_object_buffer misslyckades på %s för %s"
1225+
11771226
#: ref-filter.c:1311
11781227
#, c-format
11791228
msgid "malformed object at '%s'"
11801229
msgstr "felformat objekt vid \"%s\""
11811230

1231+
#: ref-filter.c:1373
1232+
#, c-format
1233+
msgid "ignoring ref with broken name %s"
1234+
msgstr "ignorerar referens med trasigt namn %s"
1235+
1236+
#: ref-filter.c:1378
1237+
#, c-format
1238+
msgid "ignoring broken ref %s"
1239+
msgstr "ignorerar trasig referens %s"
1240+
11821241
#: ref-filter.c:1651
11831242
#, c-format
11841243
msgid "format: %%(end) atom missing"
@@ -1590,6 +1649,20 @@ msgstr "Kan inte göra \"cherry-pick\" i ett tomt huvud"
15901649
msgid "failed to read %s"
15911650
msgstr "misslyckades läsa %s"
15921651

1652+
#: sha1_file.c:1080
1653+
msgid "offset before end of packfile (broken .idx?)"
1654+
msgstr "offset före slutet av packfilen (trasig .idx?)"
1655+
1656+
#: sha1_file.c:2459
1657+
#, c-format
1658+
msgid "offset before start of pack index for %s (corrupt index?)"
1659+
msgstr "offset före slutet av packindex för %s (trasigt index?)"
1660+
1661+
#: sha1_file.c:2463
1662+
#, c-format
1663+
msgid "offset beyond end of pack index for %s (truncated index?)"
1664+
msgstr "offset borton slutet av packindex för %s (trunkerat index?)"
1665+
15931666
#: sha1_name.c:462
15941667
msgid ""
15951668
"Git normally never creates a ref that ends with 40 hex characters\n"
@@ -1637,6 +1710,11 @@ msgstr "Kunde inte ta bort .gitmodules-posten för %s"
16371710
msgid "staging updated .gitmodules failed"
16381711
msgstr "misslyckades köa uppdaterad .gitmodules"
16391712

1713+
#: trailer.c:237
1714+
#, c-format
1715+
msgid "running trailer command '%s' failed"
1716+
msgstr "misslyckades utföra \"trailer\"-kommandot \"%s\""
1717+
16401718
#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
16411719
#: trailer.c:562
16421720
#, c-format
@@ -2230,6 +2308,10 @@ msgstr "försvunnen"
22302308
msgid "behind "
22312309
msgstr "efter "
22322310

2311+
#: wt-status.c:1680 wt-status.c:1683
2312+
msgid "ahead "
2313+
msgstr "före "
2314+
22332315
#: compat/precompose_utf8.c:57 builtin/clone.c:413
22342316
#, c-format
22352317
msgid "failed to unlink '%s'"
@@ -4118,6 +4200,10 @@ msgstr "Kan inte skapa referenslogg för \"%s\": %s\n"
41184200
msgid "HEAD is now at"
41194201
msgstr "HEAD är nu på"
41204202

4203+
#: builtin/checkout.c:665 builtin/clone.c:659
4204+
msgid "unable to update HEAD"
4205+
msgstr "kan inte uppdatera HEAD"
4206+
41214207
#: builtin/checkout.c:669
41224208
#, c-format
41234209
msgid "Reset branch '%s'\n"
@@ -4647,6 +4733,14 @@ msgstr "använd endast IPv4-adresser"
46474733
msgid "use IPv6 addresses only"
46484734
msgstr "använd endast IPv6-adresser"
46494735

4736+
#: builtin/clone.c:239
4737+
msgid ""
4738+
"No directory name could be guessed.\n"
4739+
"Please specify a directory on the command line"
4740+
msgstr ""
4741+
"Kunde inte gissa katalognamn.\n"
4742+
"Ange en katalog på kommandoraden"
4743+
46504744
#: builtin/clone.c:305
46514745
#, c-format
46524746
msgid "reference repository '%s' as a linked checkout is not supported yet."
@@ -4723,6 +4817,11 @@ msgstr "Kontrollerar om vi fick alla objekt..."
47234817
msgid "remote did not send all necessary objects"
47244818
msgstr "fjärren sände inte alla nödvändiga objekt"
47254819

4820+
#: builtin/clone.c:647
4821+
#, c-format
4822+
msgid "unable to update %s"
4823+
msgstr "kan inte uppdatera %s"
4824+
47264825
#: builtin/clone.c:696
47274826
msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
47284827
msgstr ""
@@ -4732,6 +4831,10 @@ msgstr ""
47324831
msgid "unable to checkout working tree"
47334832
msgstr "kunde inte checka ut arbetskatalogen"
47344833

4834+
#: builtin/clone.c:753
4835+
msgid "unable to write parameters to config file"
4836+
msgstr "kunde inte skriva parametrar till konfigurationsfilen"
4837+
47354838
#: builtin/clone.c:816
47364839
msgid "cannot repack to clean up"
47374840
msgstr "kan inte packa om för att städa upp"
@@ -6967,55 +7070,55 @@ msgstr "kan inte spara indexfil"
69677070
msgid "bad pack.indexversion=%<PRIu32>"
69687071
msgstr "felaktig pack.indexversion=%<PRIu32>"
69697072

6970-
#: builtin/index-pack.c:1479 builtin/index-pack.c:1663
7073+
#: builtin/index-pack.c:1479 builtin/index-pack.c:1664
69717074
#, c-format
69727075
msgid "no threads support, ignoring %s"
69737076
msgstr "trådstöd saknas, ignorerar %s"
69747077

6975-
#: builtin/index-pack.c:1537
7078+
#: builtin/index-pack.c:1538
69767079
#, c-format
69777080
msgid "Cannot open existing pack file '%s'"
69787081
msgstr "Kan inte öppna befintlig paketfil \"%s\""
69797082

6980-
#: builtin/index-pack.c:1539
7083+
#: builtin/index-pack.c:1540
69817084
#, c-format
69827085
msgid "Cannot open existing pack idx file for '%s'"
69837086
msgstr "Kan inte öppna befintlig paket-idx-fil för \"%s\""
69847087

6985-
#: builtin/index-pack.c:1586
7088+
#: builtin/index-pack.c:1587
69867089
#, c-format
69877090
msgid "non delta: %d object"
69887091
msgid_plural "non delta: %d objects"
69897092
msgstr[0] "icke-delta: %d objekt"
69907093
msgstr[1] "icke-delta: %d objekt"
69917094

6992-
#: builtin/index-pack.c:1593
7095+
#: builtin/index-pack.c:1594
69937096
#, c-format
69947097
msgid "chain length = %d: %lu object"
69957098
msgid_plural "chain length = %d: %lu objects"
69967099
msgstr[0] "kedjelängd = %d: %lu objekt"
69977100
msgstr[1] "kedjelängd = %d: %lu objekt"
69987101

6999-
#: builtin/index-pack.c:1623
7102+
#: builtin/index-pack.c:1624
70007103
msgid "Cannot come back to cwd"
70017104
msgstr "Kan inte gå tillbaka till arbetskatalogen (cwd)"
70027105

7003-
#: builtin/index-pack.c:1675 builtin/index-pack.c:1678
7004-
#: builtin/index-pack.c:1690 builtin/index-pack.c:1694
7106+
#: builtin/index-pack.c:1676 builtin/index-pack.c:1679
7107+
#: builtin/index-pack.c:1691 builtin/index-pack.c:1695
70057108
#, c-format
70067109
msgid "bad %s"
70077110
msgstr "felaktig %s"
70087111

7009-
#: builtin/index-pack.c:1708
7112+
#: builtin/index-pack.c:1709
70107113
msgid "--fix-thin cannot be used without --stdin"
70117114
msgstr "--fix-thin kan inte användas med --stdin"
70127115

7013-
#: builtin/index-pack.c:1712 builtin/index-pack.c:1721
7116+
#: builtin/index-pack.c:1713 builtin/index-pack.c:1722
70147117
#, c-format
70157118
msgid "packfile name '%s' does not end with '.pack'"
70167119
msgstr "paketfilnamnet \"%s\" slutar inte med \".pack\""
70177120

7018-
#: builtin/index-pack.c:1729
7121+
#: builtin/index-pack.c:1730
70197122
msgid "--verify with no packfile name given"
70207123
msgstr "--verify angavs utan paketfilnamn"
70217124

@@ -11174,7 +11277,7 @@ msgstr ""
1117411277
"några konceptvägledningar. Se \"git help <kommando>\" eller \"git help\n"
1117511278
"<koncept>\" för att läsa mer om specifika underkommandon och koncept."
1117611279

11177-
#: http.c:320
11280+
#: http.c:321
1117811281
msgid "Public key pinning not supported with cURL < 7.44.0"
1117911282
msgstr "Fastnålning av öppen nyckel stöds inte av cURL < 7.44.0"
1118011283

@@ -11259,8 +11362,8 @@ msgid "Update remote refs along with associated objects"
1125911362
msgstr "Uppdatera fjärr-referenser och tillhörande objekt"
1126011363

1126111364
#: common-cmds.h:32
11262-
msgid "Forward-port local commits to the updated upstream head"
11263-
msgstr "Framåtanpassa lokala kommandon uppdaterat uppströmshuvud"
11365+
msgid "Reapply commits on top of another base tip"
11366+
msgstr "Applicera incheckningar nytt ovanpå en annan bastopp"
1126411367

1126511368
#: common-cmds.h:33
1126611369
msgid "Reset current HEAD to the specified state"
@@ -12083,6 +12186,9 @@ msgstr "Misslyckades rekursera in i undermodulsökvägen \"$sm_path\""
1208312186
msgid "Synchronizing submodule url for '$displaypath'"
1208412187
msgstr "Synkroniserar undermodul-url för \"$displaypath\""
1208512188

12189+
#~ msgid "Forward-port local commits to the updated upstream head"
12190+
#~ msgstr "Framåtanpassa lokala kommandon på uppdaterat uppströmshuvud"
12191+
1208612192
#~ msgid "unable to parse format"
1208712193
#~ msgstr "kan inte tolka formatet"
1208812194

@@ -12225,9 +12331,6 @@ msgstr "Synkroniserar undermodul-url för \"$displaypath\""
1222512331
#~ msgid "unable to parse value '%s' for option %s"
1222612332
#~ msgstr "kunde inte tolka värdet \"%s\" för flaggan %s"
1222712333

12228-
#~ msgid "unable to resolve HEAD"
12229-
#~ msgstr "kan inte bestämma HEAD"
12230-
1223112334
#~ msgid "-b and -B are mutually exclusive"
1223212335
#~ msgstr "-b och -B kan inte användas samtidigt"
1223312336

@@ -12297,9 +12400,6 @@ msgstr "Synkroniserar undermodul-url för \"$displaypath\""
1229712400
#~ msgid "prune .git/worktrees"
1229812401
#~ msgstr "rensa .git/worktrees"
1229912402

12300-
#~ msgid "--worktrees does not take extra arguments"
12301-
#~ msgstr "--worktrees tar inte ytterligare argument"
12302-
1230312403
#~ msgid "The most commonly used git commands are:"
1230412404
#~ msgstr "De mest använda git-kommandona är:"
1230512405

@@ -12330,9 +12430,6 @@ msgstr "Synkroniserar undermodul-url för \"$displaypath\""
1233012430
#~ msgid "force creation (when already exists)"
1233112431
#~ msgstr "tvinga skapande (när den redan finns)"
1233212432

12333-
#~ msgid "Malformed ident string: '%s'"
12334-
#~ msgstr "Felaktig indragningssträng: \"%s\""
12335-
1233612433
#~ msgid "slot"
1233712434
#~ msgstr "plats"
1233812435

@@ -12390,9 +12487,6 @@ msgstr "Synkroniserar undermodul-url för \"$displaypath\""
1239012487
#~ msgid "bug"
1239112488
#~ msgstr "programfel"
1239212489

12393-
#~ msgid "ahead "
12394-
#~ msgstr "före "
12395-
1239612490
#~ msgid ", behind "
1239712491
#~ msgstr ", efter "
1239812492

@@ -12676,9 +12770,6 @@ msgstr "Synkroniserar undermodul-url för \"$displaypath\""
1267612770
#~ msgid "# Changed but not updated:"
1267712771
#~ msgstr "# Ändrade men inte uppdaterade:"
1267812772

12679-
#~ msgid "path '%s' does not have all 3 versions"
12680-
#~ msgstr "sökvägen \"%s\" har inte alla 3 versionerna"
12681-
1268212773
#~ msgid "git checkout: we do not like '%s' as a branch name."
1268312774
#~ msgstr "git checkout: vi tycker inte om \"%s\" som namn på en gren."
1268412775

0 commit comments

Comments
 (0)