Makefile: Do not use OLD_ICONV on MINGW anymore
[git/dscho.git] / po / sv.po
blob0d778dc6e548fe93ab03bca537c8cdf86c803f67
1 # Swedish translations for Git.
2 # Copyright (C) 2010-2012 Peter krefting <peter@softwolves.pp.se>
3 # This file is distributed under the same license as the Git package.
4 # Peter Krefting <peter@softwolves.pp.se>, 2010, 2011, 2012.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: git 1.7.3\n"
9 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10 "POT-Creation-Date: 2012-03-08 10:19+0800\n"
11 "PO-Revision-Date: 2012-03-08 10:53+0100\n"
12 "Last-Translator: Peter Krefting <peter@softwolves.pp.se>\n"
13 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
14 "Language: sv\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 #: advice.c:34
21 #, c-format
22 msgid "hint: %.*s\n"
23 msgstr "tips: %.*s\n"
26 #. * Message used both when 'git commit' fails and when
27 #. * other commands doing a merge do.
29 #: advice.c:64
30 msgid ""
31 "Fix them up in the work tree,\n"
32 "and then use 'git add/rm <file>' as\n"
33 "appropriate to mark resolution and make a commit,\n"
34 "or use 'git commit -a'."
35 msgstr ""
36 "Rätta dem i din arbetskatalog,\n"
37 "och använd sedan \"git add/rm <fil>\" som\n"
38 "lämpligt för att ange lösning och checka in,\n"
39 "eller använd \"git commit -a\"."
41 #: commit.c:47
42 #, c-format
43 msgid "could not parse %s"
44 msgstr "kunde inte tolka %s"
46 #: commit.c:49
47 #, c-format
48 msgid "%s %s is not a commit!"
49 msgstr "%s %s är inte en incheckning!"
51 #: compat/obstack.c:406 compat/obstack.c:408
52 msgid "memory exhausted"
53 msgstr "minnet slut"
55 #: connected.c:39
56 msgid "Could not run 'git rev-list'"
57 msgstr "Kunde inte köra \"git rev-list\""
59 #: connected.c:48
60 #, c-format
61 msgid "failed write to rev-list: %s"
62 msgstr "kunde inte skriva till rev-list: %s"
64 #: connected.c:56
65 #, c-format
66 msgid "failed to close rev-list's stdin: %s"
67 msgstr "kunde inte stänga rev-list:s standard in: %s"
69 #: diff.c:105
70 #, c-format
71 msgid "  Failed to parse dirstat cut-off percentage '%.*s'\n"
72 msgstr "  Misslyckades tolka dirstat-avskärningsprocentandel \"%.*s\"\n"
74 #: diff.c:110
75 #, c-format
76 msgid "  Unknown dirstat parameter '%.*s'\n"
77 msgstr "  Okänd dirstat-parameter \"%.*s\"\n"
79 #: diff.c:210
80 #, c-format
81 msgid ""
82 "Found errors in 'diff.dirstat' config variable:\n"
83 "%s"
84 msgstr ""
85 "Hittade fel i konfigurationsvariabeln \"diff.dirstat\":\n"
86 "%s"
88 #: diff.c:1336
89 msgid " 0 files changed\n"
90 msgstr " 0 filer ändrade\n"
92 #: diff.c:1340
93 #, c-format
94 msgid " %d file changed"
95 msgid_plural " %d files changed"
96 msgstr[0] " %d fil ändrad"
97 msgstr[1] " %d filer ändrade"
99 #: diff.c:1357
100 #, c-format
101 msgid ", %d insertion(+)"
102 msgid_plural ", %d insertions(+)"
103 msgstr[0] ", %d tillägg(+)"
104 msgstr[1] ", %d tillägg(+)"
106 #: diff.c:1368
107 #, c-format
108 msgid ", %d deletion(-)"
109 msgid_plural ", %d deletions(-)"
110 msgstr[0] ", %d borttagning(-)"
111 msgstr[1] ", %d borttagningar(-)"
113 #: diff.c:3424
114 #, c-format
115 msgid ""
116 "Failed to parse --dirstat/-X option parameter:\n"
117 "%s"
118 msgstr ""
119 "Misslyckades tolka argument till flaggan --dirstat/-X;\n"
120 "%s"
122 #: gpg-interface.c:59
123 msgid "could not run gpg."
124 msgstr "kunde inte köra gpg."
126 #: gpg-interface.c:71
127 msgid "gpg did not accept the data"
128 msgstr "gpg godtog inte data"
130 #: gpg-interface.c:82
131 msgid "gpg failed to sign the data"
132 msgstr "gpg misslyckades signera data"
134 #: grep.c:1280
135 #, c-format
136 msgid "'%s': unable to read %s"
137 msgstr "\"%s\" kunde inte läsa %s"
139 #: grep.c:1297
140 #, c-format
141 msgid "'%s': %s"
142 msgstr "\"%s\": %s"
144 #: grep.c:1308
145 #, c-format
146 msgid "'%s': short read %s"
147 msgstr "\"%s\": kort läsning %s"
149 #: help.c:287
150 #, c-format
151 msgid ""
152 "'%s' appears to be a git command, but we were not\n"
153 "able to execute it. Maybe git-%s is broken?"
154 msgstr ""
155 "\"%s\" verkar vara ett git-kommando, men vi kan inte\n"
156 "köra det. Kanske git-%s är trasigt?"
158 #: remote.c:1607
159 #, c-format
160 msgid "Your branch is ahead of '%s' by %d commit.\n"
161 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
162 msgstr[0] "Din gren ligger före \"%s\" med %d incheckning.\n"
163 msgstr[1] "Din gren ligger före \"%s\" med %d incheckningar.\n"
165 #: remote.c:1613
166 #, c-format
167 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
168 msgid_plural ""
169 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
170 msgstr[0] ""
171 "Din gren ligger efter \"%s\" med %d incheckning, och kan snabbspolas.\n"
172 msgstr[1] ""
173 "Din gren ligger efter \"%s\" med %d incheckningar, och kan snabbspolas.\n"
175 #: remote.c:1621
176 #, c-format
177 msgid ""
178 "Your branch and '%s' have diverged,\n"
179 "and have %d and %d different commit each, respectively.\n"
180 msgid_plural ""
181 "Your branch and '%s' have diverged,\n"
182 "and have %d and %d different commits each, respectively.\n"
183 msgstr[0] ""
184 "Din gren och \"%s\" har divergerat,\n"
185 "och har %d respektive %d olika incheckning.\n"
186 msgstr[1] ""
187 "Din gren och \"%s\" har divergerat,\n"
188 "och har %d respektive %d olika incheckningar.\n"
190 #: sequencer.c:120 builtin/merge.c:864 builtin/merge.c:985
191 #: builtin/merge.c:1095 builtin/merge.c:1105
192 #, c-format
193 msgid "Could not open '%s' for writing"
194 msgstr "Kunde inte öppna \"%s\" för skrivning"
196 #: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:867
197 #: builtin/merge.c:1097 builtin/merge.c:1110
198 #, c-format
199 msgid "Could not write to '%s'"
200 msgstr "Kunde inte skriva till \"%s\""
202 #: sequencer.c:143
203 msgid ""
204 "after resolving the conflicts, mark the corrected paths\n"
205 "with 'git add <paths>' or 'git rm <paths>'"
206 msgstr ""
207 "efter att ha löst konflikterna, markera de rättade sökvägarna\n"
208 "med \"git add <sökvägar>\" eller \"git rm <sökvägar>\""
210 #: sequencer.c:146
211 msgid ""
212 "after resolving the conflicts, mark the corrected paths\n"
213 "with 'git add <paths>' or 'git rm <paths>'\n"
214 "and commit the result with 'git commit'"
215 msgstr ""
216 "efter att ha löst konflikterna, markera de rättade sökvägarna\n"
217 "med \"git add <sökvägar>\" eller \"git rm <sökvägar>\"\n"
218 "och checka in resultatet med \"git commit\""
220 #: sequencer.c:159 sequencer.c:685 sequencer.c:768
221 #, c-format
222 msgid "Could not write to %s"
223 msgstr "Kunde inte skriva till %s"
225 #: sequencer.c:162
226 #, c-format
227 msgid "Error wrapping up %s"
228 msgstr "Fel vid ombrytning av %s"
230 #: sequencer.c:177
231 msgid "Your local changes would be overwritten by cherry-pick."
232 msgstr "Dina lokala ändringar skulle skrivas över av \"cherry-pick\"."
234 #: sequencer.c:179
235 msgid "Your local changes would be overwritten by revert."
236 msgstr "Dina lokala ändringar skulle skrivas över av \"revert\"."
238 #: sequencer.c:182
239 msgid "Commit your changes or stash them to proceed."
240 msgstr "Checka in dina ändringar eller använd \"stash\" för att fortsätta."
242 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
243 #: sequencer.c:232
244 #, c-format
245 msgid "%s: Unable to write new index file"
246 msgstr "%s: Kunde inte skriva ny indexfil"
248 #: sequencer.c:298
249 msgid "Your index file is unmerged."
250 msgstr "Din indexfil har inte slagits ihop."
252 #: sequencer.c:301
253 msgid "You do not have a valid HEAD"
254 msgstr "Du har ingen giltig HEAD"
256 #: sequencer.c:316
257 #, c-format
258 msgid "Commit %s is a merge but no -m option was given."
259 msgstr "Incheckning %s är en sammanslagning, men flaggan -m angavs inte."
261 #: sequencer.c:324
262 #, c-format
263 msgid "Commit %s does not have parent %d"
264 msgstr "Incheckning %s har inte förälder %d"
266 #: sequencer.c:328
267 #, c-format
268 msgid "Mainline was specified but commit %s is not a merge."
269 msgstr "Huvudlinje angavs, men incheckningen %s är inte en sammanslagning"
271 #. TRANSLATORS: The first %s will be "revert" or
272 #. "cherry-pick", the second %s a SHA1
273 #: sequencer.c:339
274 #, c-format
275 msgid "%s: cannot parse parent commit %s"
276 msgstr "%s: kan inte tolka föräldraincheckningen %s"
278 #: sequencer.c:343
279 #, c-format
280 msgid "Cannot get commit message for %s"
281 msgstr "Kan inte hämta incheckningsmeddelande för %s"
283 #: sequencer.c:427
284 #, c-format
285 msgid "could not revert %s... %s"
286 msgstr "kunde inte ångra %s... %s"
288 #: sequencer.c:428
289 #, c-format
290 msgid "could not apply %s... %s"
291 msgstr "kunde inte applicera %s... %s"
293 #: sequencer.c:450 sequencer.c:909 builtin/log.c:288 builtin/log.c:713
294 #: builtin/log.c:1329 builtin/log.c:1548 builtin/merge.c:348
295 #: builtin/shortlog.c:181
296 msgid "revision walk setup failed"
297 msgstr "misslyckades skapa revisionstraversering"
299 #: sequencer.c:453
300 msgid "empty commit set passed"
301 msgstr "den angivna uppsättningen incheckningar är tom"
303 #: sequencer.c:461
304 #, c-format
305 msgid "git %s: failed to read the index"
306 msgstr "git %s: misslyckades läsa indexet"
308 #: sequencer.c:466
309 #, c-format
310 msgid "git %s: failed to refresh the index"
311 msgstr "git %s: misslyckades uppdatera indexet"
313 #: sequencer.c:551
314 #, c-format
315 msgid "Cannot %s during a %s"
316 msgstr "kan inte %s under en %s"
318 #: sequencer.c:573
319 #, c-format
320 msgid "Could not parse line %d."
321 msgstr "Kan inte tolka rad %d."
323 #: sequencer.c:578
324 msgid "No commits parsed."
325 msgstr "Inga incheckningar lästes."
327 #: sequencer.c:591
328 #, c-format
329 msgid "Could not open %s"
330 msgstr "Kunde inte öppna %s"
332 #: sequencer.c:595
333 #, c-format
334 msgid "Could not read %s."
335 msgstr "kunde inte läsa %s."
337 #: sequencer.c:602
338 #, c-format
339 msgid "Unusable instruction sheet: %s"
340 msgstr "Oanvändbart manus: %s"
342 #: sequencer.c:630
343 #, c-format
344 msgid "Invalid key: %s"
345 msgstr "Felaktig nyckel: %s"
347 #: sequencer.c:633
348 #, c-format
349 msgid "Invalid value for %s: %s"
350 msgstr "Felaktigt värde för %s: %s"
352 #: sequencer.c:645
353 #, c-format
354 msgid "Malformed options sheet: %s"
355 msgstr "Trasigt manus: %s"
357 #: sequencer.c:666
358 msgid "a cherry-pick or revert is already in progress"
359 msgstr "en \"cherry-pick\" eller \"revert\" pågår redan"
361 #: sequencer.c:667
362 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
363 msgstr "testa \"git cherry-pick (--continue | --quit | --abort)\""
365 #: sequencer.c:671
366 #, c-format
367 msgid "Could not create sequencer directory %s"
368 msgstr "Kunde inte skapa \"sequencer\"-katalogen \"%s\""
370 #: sequencer.c:687 sequencer.c:772
371 #, c-format
372 msgid "Error wrapping up %s."
373 msgstr "Fel vid ombrytning av %s."
375 #: sequencer.c:706 sequencer.c:840
376 msgid "no cherry-pick or revert in progress"
377 msgstr "ingen \"cherry-pick\" eller \"revert\" pågår"
379 #: sequencer.c:708
380 msgid "cannot resolve HEAD"
381 msgstr "kan inte bestämma HEAD"
383 #: sequencer.c:710
384 msgid "cannot abort from a branch yet to be born"
385 msgstr "kan inte avbryta från en gren som ännu inte är född"
387 #: sequencer.c:732
388 #, c-format
389 msgid "cannot open %s: %s"
390 msgstr "kan inte öppna %s: %s"
392 #: sequencer.c:735
393 #, c-format
394 msgid "cannot read %s: %s"
395 msgstr "kan inte läsa %s: %s"
397 #: sequencer.c:736
398 msgid "unexpected end of file"
399 msgstr "oväntat filslut"
401 #: sequencer.c:742
402 #, c-format
403 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
404 msgstr "sparad HEAD-fil från före \"cherry-pick\", \"%s\", är trasig"
406 #: sequencer.c:765
407 #, c-format
408 msgid "Could not format %s."
409 msgstr "Kunde inte formatera %s."
411 #: sequencer.c:927
412 msgid "Can't revert as initial commit"
413 msgstr "Kan inte ångra som första incheckning"
415 #: sequencer.c:928
416 msgid "Can't cherry-pick into empty head"
417 msgstr "Kan inte göra \"cherry-pick\" i ett tomt huvud"
419 #: wt-status.c:134
420 msgid "Unmerged paths:"
421 msgstr "Ej sammanslagna sökvägar:"
423 #: wt-status.c:140 wt-status.c:157
424 #, c-format
425 msgid "  (use \"git reset %s <file>...\" to unstage)"
426 msgstr "  (använd \"git reset %s <fil>...\" för att ta bort från kö)"
428 #: wt-status.c:142 wt-status.c:159
429 msgid "  (use \"git rm --cached <file>...\" to unstage)"
430 msgstr "  (använd \"git rm --cached <fil>...\" för att ta bort från kö)"
432 #: wt-status.c:143
433 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
434 msgstr "  (använd \"git add/rm <fil>...\" som lämpligt för att ange lösning)"
436 #: wt-status.c:151
437 msgid "Changes to be committed:"
438 msgstr "Ändringar att checka in:"
440 #: wt-status.c:169
441 msgid "Changes not staged for commit:"
442 msgstr "Ändringar ej i incheckningskön:"
444 #: wt-status.c:173
445 msgid "  (use \"git add <file>...\" to update what will be committed)"
446 msgstr ""
447 "  (använd \"git add <fil>...\" för att uppdatera vad som skall checkas in)"
449 #: wt-status.c:175
450 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
451 msgstr ""
452 "  (använd \"git add/rm <fil>...\" för att uppdatera vad som skall checkas in)"
454 #: wt-status.c:176
455 msgid ""
456 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
457 msgstr ""
458 "  (använd \"git checkout -- <fil>...\" för att förkasta ändringar i "
459 "arbetskatalogen)"
461 #: wt-status.c:178
462 msgid "  (commit or discard the untracked or modified content in submodules)"
463 msgstr ""
464 "  (checka in eller förkasta ospårat eller ändrat innehåll i undermoduler)"
466 # %s är ett verb ("Untracked"/"Ignored").
467 #: wt-status.c:187
468 #, c-format
469 msgid "%s files:"
470 msgstr "%s filer:"
472 #: wt-status.c:190
473 #, c-format
474 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
475 msgstr ""
476 "  (använd \"git %s <fil>...\" för att ta med i vad som skall checkas in)"
478 #: wt-status.c:207
479 msgid "bug"
480 msgstr "programfel"
482 #: wt-status.c:212
483 msgid "both deleted:"
484 msgstr "borttaget av bägge:"
486 #: wt-status.c:213
487 msgid "added by us:"
488 msgstr "tillagt av oss:"
490 #: wt-status.c:214
491 msgid "deleted by them:"
492 msgstr "borttaget av dem:"
494 #: wt-status.c:215
495 msgid "added by them:"
496 msgstr "tillagt av dem:"
498 #: wt-status.c:216
499 msgid "deleted by us:"
500 msgstr "borttaget av oss:"
502 #: wt-status.c:217
503 msgid "both added:"
504 msgstr "tillagt av bägge:"
506 #: wt-status.c:218
507 msgid "both modified:"
508 msgstr "ändrat av bägge:"
510 #: wt-status.c:248
511 msgid "new commits, "
512 msgstr "nya incheckningar, "
514 #: wt-status.c:250
515 msgid "modified content, "
516 msgstr "ändrat innehåll, "
518 #: wt-status.c:252
519 msgid "untracked content, "
520 msgstr "ospårat innehåll, "
522 #: wt-status.c:266
523 #, c-format
524 msgid "new file:   %s"
525 msgstr "ny fil:     %s"
527 #: wt-status.c:269
528 #, c-format
529 msgid "copied:     %s -> %s"
530 msgstr "kopierad:   %s -> %s"
532 #: wt-status.c:272
533 #, c-format
534 msgid "deleted:    %s"
535 msgstr "borttagen:  %s"
537 #: wt-status.c:275
538 #, c-format
539 msgid "modified:   %s"
540 msgstr "ändrad:     %s"
542 #: wt-status.c:278
543 #, c-format
544 msgid "renamed:    %s -> %s"
545 msgstr "namnbyte:   %s -> %s"
547 #: wt-status.c:281
548 #, c-format
549 msgid "typechange: %s"
550 msgstr "typbyte:    %s"
552 #: wt-status.c:284
553 #, c-format
554 msgid "unknown:    %s"
555 msgstr "okänd:      %s"
557 #: wt-status.c:287
558 #, c-format
559 msgid "unmerged:   %s"
560 msgstr "osammansl.: %s"
562 #: wt-status.c:290
563 #, c-format
564 msgid "bug: unhandled diff status %c"
565 msgstr "programfel: diff-status %c ej hanterad"
567 #: wt-status.c:713
568 msgid "On branch "
569 msgstr "På grenen "
571 #: wt-status.c:720
572 msgid "Not currently on any branch."
573 msgstr "Inte på någon gren för närvarande."
575 #: wt-status.c:731
576 msgid "Initial commit"
577 msgstr "Första incheckning"
579 #: wt-status.c:745
580 msgid "Untracked"
581 msgstr "Ospårad"
583 #: wt-status.c:747
584 msgid "Ignored"
585 msgstr "Ignorerad"
587 # %s är nästa sträng eller tom.
588 #: wt-status.c:749
589 #, c-format
590 msgid "Untracked files not listed%s"
591 msgstr "Ospårade filer visas ej%s"
593 #: wt-status.c:751
594 msgid " (use -u option to show untracked files)"
595 msgstr " (använd flaggan -u för att visa ospårade filer)"
597 #: wt-status.c:757
598 msgid "No changes"
599 msgstr "Inga ändringar"
601 #: wt-status.c:761
602 #, c-format
603 msgid "no changes added to commit%s\n"
604 msgstr "inga ändringar att checka in%s\n"
606 #: wt-status.c:763
607 msgid " (use \"git add\" and/or \"git commit -a\")"
608 msgstr " (använd \"git add\" och/eller \"git commit -a\")"
610 #: wt-status.c:765
611 #, c-format
612 msgid "nothing added to commit but untracked files present%s\n"
613 msgstr "inget köat för incheckning, men ospårade filer finns%s\n"
615 #: wt-status.c:767
616 msgid " (use \"git add\" to track)"
617 msgstr " (använd \"git add\" för att spåra)"
619 #: wt-status.c:769 wt-status.c:772 wt-status.c:775
620 #, c-format
621 msgid "nothing to commit%s\n"
622 msgstr "inget att checka in%s\n"
624 #: wt-status.c:770
625 msgid " (create/copy files and use \"git add\" to track)"
626 msgstr " (skapa/kopiera filer och använd \"git add\" för att spåra)"
628 #: wt-status.c:773
629 msgid " (use -u to show untracked files)"
630 msgstr " (använd -u för att visa ospårade filer)"
632 #: wt-status.c:776
633 msgid " (working directory clean)"
634 msgstr " (arbetskatalogen ren)"
636 #: wt-status.c:884
637 msgid "HEAD (no branch)"
638 msgstr "HEAD (ingen gren)"
640 #: wt-status.c:890
641 msgid "Initial commit on "
642 msgstr "Första incheckning på "
644 #: wt-status.c:905
645 msgid "behind "
646 msgstr "efter "
648 #: wt-status.c:908 wt-status.c:911
649 msgid "ahead "
650 msgstr "före "
652 #: wt-status.c:913
653 msgid ", behind "
654 msgstr ", efter "
656 #: builtin/add.c:62
657 #, c-format
658 msgid "unexpected diff status %c"
659 msgstr "diff-status %c förväntades inte"
661 #: builtin/add.c:67 builtin/commit.c:298
662 msgid "updating files failed"
663 msgstr "misslyckades uppdatera filer"
665 #: builtin/add.c:77
666 #, c-format
667 msgid "remove '%s'\n"
668 msgstr "ta bort \"%s\"\n"
670 #: builtin/add.c:176
671 #, c-format
672 msgid "Path '%s' is in submodule '%.*s'"
673 msgstr "Sökvägen \"%s\" är i undermodulen \"%.*s\""
675 #: builtin/add.c:192
676 msgid "Unstaged changes after refreshing the index:"
677 msgstr "Ospårade ändringar efter att ha uppdaterat indexet:"
679 #: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186
680 #, c-format
681 msgid "pathspec '%s' did not match any files"
682 msgstr "sökvägsangivelsen \"%s\" motsvarade inte några filer"
684 #: builtin/add.c:209
685 #, c-format
686 msgid "'%s' is beyond a symbolic link"
687 msgstr "\"%s\" är på andra sidan av en symbolisk länk"
689 #: builtin/add.c:276
690 msgid "Could not read the index"
691 msgstr "Kunde inte läsa indexet"
693 #: builtin/add.c:286
694 #, c-format
695 msgid "Could not open '%s' for writing."
696 msgstr "Kunde inte öppna \"%s\" för skrivning"
698 #: builtin/add.c:290
699 msgid "Could not write patch"
700 msgstr "Kunde inte skriva patch"
702 #: builtin/add.c:295
703 #, c-format
704 msgid "Could not stat '%s'"
705 msgstr "Kunde inte ta status på \"%s\""
707 #: builtin/add.c:297
708 msgid "Empty patch. Aborted."
709 msgstr "Tom patch. Avbryter."
711 #: builtin/add.c:303
712 #, c-format
713 msgid "Could not apply '%s'"
714 msgstr "Kunde inte applicera \"%s\""
716 #: builtin/add.c:312
717 msgid "The following paths are ignored by one of your .gitignore files:\n"
718 msgstr "Följande sökvägar ignoreras av en av dina .gitignore-filer:\n"
720 #: builtin/add.c:352
721 #, c-format
722 msgid "Use -f if you really want to add them.\n"
723 msgstr "Använd -f om du verkligen vill lägga till dem.\n"
725 #: builtin/add.c:353
726 msgid "no files added"
727 msgstr "inga filer har lagts till"
729 #: builtin/add.c:359
730 msgid "adding files failed"
731 msgstr "misslyckades lägga till filer"
733 #: builtin/add.c:391
734 msgid "-A and -u are mutually incompatible"
735 msgstr "-A och -u är ömsesidigt inkompatibla"
737 #: builtin/add.c:393
738 msgid "Option --ignore-missing can only be used together with --dry-run"
739 msgstr "Flaggan --ignore-missing kan endast användas tillsammans med --dry-run"
741 #: builtin/add.c:413
742 #, c-format
743 msgid "Nothing specified, nothing added.\n"
744 msgstr "Inget angivet, inget tillagt.\n"
746 #: builtin/add.c:414
747 #, c-format
748 msgid "Maybe you wanted to say 'git add .'?\n"
749 msgstr "Kanske menade du att skriva \"git add .\"?\n"
751 #: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82
752 #: builtin/rm.c:162
753 msgid "index file corrupt"
754 msgstr "indexfilen trasig"
756 #: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260
757 msgid "Unable to write new index file"
758 msgstr "Kunde inte skriva ny indexfil"
760 #: builtin/archive.c:17
761 #, c-format
762 msgid "could not create archive file '%s'"
763 msgstr "Kunde inte skapa arkivfilen \"%s\""
765 #: builtin/archive.c:20
766 msgid "could not redirect output"
767 msgstr "kunde inte omdirigera utdata"
769 #: builtin/archive.c:37
770 msgid "git archive: Remote with no URL"
771 msgstr "git archive: Fjärr utan URL"
773 #: builtin/archive.c:58
774 msgid "git archive: expected ACK/NAK, got EOF"
775 msgstr "git archive: förväntade ACK/NAK, fick EOF"
777 #: builtin/archive.c:63
778 #, c-format
779 msgid "git archive: NACK %s"
780 msgstr "git archive: NACK %s"
782 #: builtin/archive.c:65
783 #, c-format
784 msgid "remote error: %s"
785 msgstr "fjärrfel: %s"
787 #: builtin/archive.c:66
788 msgid "git archive: protocol error"
789 msgstr "git archive: protokollfel"
791 #: builtin/archive.c:71
792 msgid "git archive: expected a flush"
793 msgstr "git archive: förväntade en tömning (flush)"
795 #: builtin/branch.c:137
796 #, c-format
797 msgid ""
798 "deleting branch '%s' that has been merged to\n"
799 "         '%s', but not yet merged to HEAD."
800 msgstr ""
801 "tar bort grenen \"%s\" som har slagits ihop med\n"
802 "         \"%s\", men ännu inte slagits ihop med HEAD."
804 #: builtin/branch.c:141
805 #, c-format
806 msgid ""
807 "not deleting branch '%s' that is not yet merged to\n"
808 "         '%s', even though it is merged to HEAD."
809 msgstr ""
810 "tar inte bort grenen \"%s\" som inte har slagits ihop med\n"
811 "         \"%s\", trots att den har slagits ihop med HEAD."
813 #. TRANSLATORS: This is "remote " in "remote branch '%s' not found"
814 #: builtin/branch.c:163
815 msgid "remote "
816 msgstr "fjärr"
818 #: builtin/branch.c:171
819 msgid "cannot use -a with -d"
820 msgstr "kan inte ange -a med -d"
822 #: builtin/branch.c:177
823 msgid "Couldn't look up commit object for HEAD"
824 msgstr "Kunde inte slå upp incheckningsobjekt för HEAD"
826 #: builtin/branch.c:182
827 #, c-format
828 msgid "Cannot delete the branch '%s' which you are currently on."
829 msgstr "Kan inte ta bort grenen \"%s\" som du befinner dig på för närvarande."
831 #: builtin/branch.c:192
832 #, c-format
833 msgid "%sbranch '%s' not found."
834 msgstr "%sgrenen \"%s\" hittades inte."
836 #: builtin/branch.c:200
837 #, c-format
838 msgid "Couldn't look up commit object for '%s'"
839 msgstr "Kunde inte slå upp incheckningsobjekt för \"%s\""
841 #: builtin/branch.c:206
842 #, c-format
843 msgid ""
844 "The branch '%s' is not fully merged.\n"
845 "If you are sure you want to delete it, run 'git branch -D %s'."
846 msgstr ""
847 "Grenen \"%s\" har inte slagits samman i sin helhet.\n"
848 "Om du är säker på att du vill ta bort den, kör \"git branch -D %s\"."
850 #: builtin/branch.c:214
851 #, c-format
852 msgid "Error deleting %sbranch '%s'"
853 msgstr "Fel vid borttagning av %sgrenen \"%s\""
855 #: builtin/branch.c:219
856 #, c-format
857 msgid "Deleted %sbranch %s (was %s).\n"
858 msgstr "Tog bort %sgrenen %s (var %s).\n"
860 #: builtin/branch.c:224
861 msgid "Update of config-file failed"
862 msgstr "Misslyckades uppdatera konfigurationsfil"
864 #: builtin/branch.c:322
865 #, c-format
866 msgid "branch '%s' does not point at a commit"
867 msgstr "grenen \"%s\" pekar inte på en incheckning"
869 #: builtin/branch.c:394
870 #, c-format
871 msgid "behind %d] "
872 msgstr "bakom %d] "
874 #: builtin/branch.c:396
875 #, c-format
876 msgid "ahead %d] "
877 msgstr "före %d] "
879 #: builtin/branch.c:398
880 #, c-format
881 msgid "ahead %d, behind %d] "
882 msgstr "före %d, bakom %d] "
884 #: builtin/branch.c:501
885 msgid "(no branch)"
886 msgstr "(ingen gren)"
888 #: builtin/branch.c:566
889 msgid "some refs could not be read"
890 msgstr "vissa referenser kunde inte läsas"
892 #: builtin/branch.c:579
893 msgid "cannot rename the current branch while not on any."
894 msgstr ""
895 "kunde inte byta namn på aktuell gren när du inte befinner dig på någon."
897 #: builtin/branch.c:589
898 #, c-format
899 msgid "Invalid branch name: '%s'"
900 msgstr "Felaktigt namn på gren: \"%s\""
902 #: builtin/branch.c:604
903 msgid "Branch rename failed"
904 msgstr "Misslyckades byta namn på gren"
906 #: builtin/branch.c:608
907 #, c-format
908 msgid "Renamed a misnamed branch '%s' away"
909 msgstr "Bytte bort namn på en felaktigt namngiven gren \"%s\""
911 #: builtin/branch.c:612
912 #, c-format
913 msgid "Branch renamed to %s, but HEAD is not updated!"
914 msgstr "Grenen namnbytt till %s, men HEAD har inte uppdaterats!"
916 #: builtin/branch.c:619
917 msgid "Branch is renamed, but update of config-file failed"
918 msgstr "Grenen namnbytt, men misslyckades uppdatera konfigurationsfilen"
920 #: builtin/branch.c:634
921 #, c-format
922 msgid "malformed object name %s"
923 msgstr "felformat objektnamn %s"
925 #: builtin/branch.c:658
926 #, c-format
927 msgid "could not write branch description template: %s\n"
928 msgstr "kunde inte skriva grenbeskrivningsmall: %s\n"
930 #: builtin/branch.c:746
931 msgid "Failed to resolve HEAD as a valid ref."
932 msgstr "Misslyckades slå upp HEAD som giltig referens"
934 #: builtin/branch.c:751 builtin/clone.c:558
935 msgid "HEAD not found below refs/heads!"
936 msgstr "HEAD hittades inte under refs/heads!"
938 #: builtin/branch.c:809
939 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
940 msgstr ""
941 "flaggorna -a och -r på \"git branch\" kan inte anges tillsammans med ett "
942 "grennamn"
944 #: builtin/bundle.c:47
945 #, c-format
946 msgid "%s is okay\n"
947 msgstr "%s är okej\n"
949 #: builtin/bundle.c:56
950 msgid "Need a repository to create a bundle."
951 msgstr "Behöver ett arkiv för att skapa ett paket (bundle)."
953 #: builtin/bundle.c:60
954 msgid "Need a repository to unbundle."
955 msgstr "Behöver ett arkiv för att packa upp ett paket (bundle)."
957 #: builtin/checkout.c:113 builtin/checkout.c:146
958 #, c-format
959 msgid "path '%s' does not have our version"
960 msgstr "sökvägen \"%s\" har inte vår version"
962 #: builtin/checkout.c:115 builtin/checkout.c:148
963 #, c-format
964 msgid "path '%s' does not have their version"
965 msgstr "sökvägen \"%s\" har inte deras version"
967 #: builtin/checkout.c:131
968 #, c-format
969 msgid "path '%s' does not have all necessary versions"
970 msgstr "sökvägen \"%s\" innehåller inte alla nödvändiga versioner"
972 #: builtin/checkout.c:175
973 #, c-format
974 msgid "path '%s' does not have necessary versions"
975 msgstr "sökvägen \"%s\" innehåller inte nödvändiga versioner"
977 #: builtin/checkout.c:192
978 #, c-format
979 msgid "path '%s': cannot merge"
980 msgstr "sökväg \"%s\": kan inte slå ihop"
982 #: builtin/checkout.c:209
983 #, c-format
984 msgid "Unable to add merge result for '%s'"
985 msgstr "Kunde inte lägga till sammanslagningsresultat för \"%s\""
987 #: builtin/checkout.c:212 builtin/reset.c:158
988 #, c-format
989 msgid "make_cache_entry failed for path '%s'"
990 msgstr "make_cache_entry misslyckades för sökvägen \"%s\""
992 #: builtin/checkout.c:234 builtin/checkout.c:392
993 msgid "corrupt index file"
994 msgstr "indexfilen är trasig"
996 #: builtin/checkout.c:264 builtin/checkout.c:271
997 #, c-format
998 msgid "path '%s' is unmerged"
999 msgstr "sökvägen \"%s\" har inte slagits ihop"
1001 #: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583
1002 #: builtin/merge.c:811
1003 msgid "unable to write new index file"
1004 msgstr "kunde inte skriva ny indexfil"
1006 #: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408
1007 msgid "diff_setup_done failed"
1008 msgstr "diff_setup_done misslyckades"
1010 #: builtin/checkout.c:414
1011 msgid "you need to resolve your current index first"
1012 msgstr "du måste lösa ditt befintliga index först"
1014 #: builtin/checkout.c:533
1015 #, c-format
1016 msgid "Can not do reflog for '%s'\n"
1017 msgstr "Kan inte skapa referenslog för \"%s\"\n"
1019 #: builtin/checkout.c:565
1020 msgid "HEAD is now at"
1021 msgstr "HEAD är nu på"
1023 #: builtin/checkout.c:572
1024 #, c-format
1025 msgid "Reset branch '%s'\n"
1026 msgstr "Återställ gren \"%s\"\n"
1028 #: builtin/checkout.c:575
1029 #, c-format
1030 msgid "Already on '%s'\n"
1031 msgstr "Redan på \"%s\"\n"
1033 #: builtin/checkout.c:579
1034 #, c-format
1035 msgid "Switched to and reset branch '%s'\n"
1036 msgstr "Växlade till och nollställde grenen \"%s\"\n"
1038 #: builtin/checkout.c:581
1039 #, c-format
1040 msgid "Switched to a new branch '%s'\n"
1041 msgstr "Växlade till en ny gren \"%s\"\n"
1043 #: builtin/checkout.c:583
1044 #, c-format
1045 msgid "Switched to branch '%s'\n"
1046 msgstr "Växlade till grenen \"%s\"\n"
1048 #: builtin/checkout.c:639
1049 #, c-format
1050 msgid " ... and %d more.\n"
1051 msgstr " ... och %d till.\n"
1053 #. The singular version
1054 #: builtin/checkout.c:645
1055 #, c-format
1056 msgid ""
1057 "Warning: you are leaving %d commit behind, not connected to\n"
1058 "any of your branches:\n"
1059 "\n"
1060 "%s\n"
1061 msgid_plural ""
1062 "Warning: you are leaving %d commits behind, not connected to\n"
1063 "any of your branches:\n"
1064 "\n"
1065 "%s\n"
1066 msgstr[0] ""
1067 "Varning: du lämnar %d incheckning bakom dig som inte är ansluten till\n"
1068 "någon av dina grenar:\n"
1069 "\n"
1070 "%s\n"
1071 msgstr[1] ""
1072 "Varning: du lämnar %d incheckningar bakom dig som inte är ansluta till\n"
1073 "någon av dina grenar:\n"
1074 "\n"
1075 "%s\n"
1077 #: builtin/checkout.c:663
1078 #, c-format
1079 msgid ""
1080 "If you want to keep them by creating a new branch, this may be a good time\n"
1081 "to do so with:\n"
1082 "\n"
1083 " git branch new_branch_name %s\n"
1084 "\n"
1085 msgstr ""
1086 "Om du vill behålla dem genom att skapa en ny gren är nu en bra tidpunkt\n"
1087 "att göra så, med:\n"
1088 "\n"
1089 " git branch nytt_grennamn %s\n"
1090 "\n"
1092 #: builtin/checkout.c:692
1093 msgid "internal error in revision walk"
1094 msgstr "internt fel vid genomgång av revisioner (revision walk)"
1096 #: builtin/checkout.c:696
1097 msgid "Previous HEAD position was"
1098 msgstr "Tidigare position för HEAD var"
1100 #: builtin/checkout.c:722
1101 msgid "You are on a branch yet to be born"
1102 msgstr "Du är på en gren som ännu inte är född"
1104 #. case (1)
1105 #: builtin/checkout.c:853
1106 #, c-format
1107 msgid "invalid reference: %s"
1108 msgstr "felaktig referens: %s"
1110 #. case (1): want a tree
1111 #: builtin/checkout.c:892
1112 #, c-format
1113 msgid "reference is not a tree: %s"
1114 msgstr "referensen är inte ett träd: %s"
1116 #: builtin/checkout.c:972
1117 msgid "-B cannot be used with -b"
1118 msgstr "-B kan inte användas med -b"
1120 #: builtin/checkout.c:981
1121 msgid "--patch is incompatible with all other options"
1122 msgstr "--patch är inkompatibel med alla andra flaggor"
1124 #: builtin/checkout.c:984
1125 msgid "--detach cannot be used with -b/-B/--orphan"
1126 msgstr "--detcah kan inte användas med -b/-B/--orphan"
1128 #: builtin/checkout.c:986
1129 msgid "--detach cannot be used with -t"
1130 msgstr "--detach kan inte användas med -t"
1132 #: builtin/checkout.c:992
1133 msgid "--track needs a branch name"
1134 msgstr "--track behöver ett namn på en gren"
1136 #: builtin/checkout.c:999
1137 msgid "Missing branch name; try -b"
1138 msgstr "Grennamn saknas; försök med -b"
1140 #: builtin/checkout.c:1005
1141 msgid "--orphan and -b|-B are mutually exclusive"
1142 msgstr "--orphan och -b|-B kan inte användas samtidigt"
1144 #: builtin/checkout.c:1007
1145 msgid "--orphan cannot be used with -t"
1146 msgstr "--orphan kan inte användas med -t"
1148 #: builtin/checkout.c:1017
1149 msgid "git checkout: -f and -m are incompatible"
1150 msgstr "git checkout: -f och -m är inkompatibla"
1152 #: builtin/checkout.c:1051
1153 msgid "invalid path specification"
1154 msgstr "felaktig sökvägsangivelse"
1156 #: builtin/checkout.c:1059
1157 #, c-format
1158 msgid ""
1159 "git checkout: updating paths is incompatible with switching branches.\n"
1160 "Did you intend to checkout '%s' which can not be resolved as commit?"
1161 msgstr ""
1162 "git checkout: uppdatera sökvägar är inkompatibelt med att växla gren.\n"
1163 "Ville du checka ut \"%s\" som inte kan lösas som en sammanslaning?"
1165 #: builtin/checkout.c:1061
1166 msgid "git checkout: updating paths is incompatible with switching branches."
1167 msgstr "git checkout: uppdatera sökvägar är inkompatibelt med att växla gren."
1169 #: builtin/checkout.c:1066
1170 msgid "git checkout: --detach does not take a path argument"
1171 msgstr "git checkout: --detach tar inte en sökväg som argument"
1173 #: builtin/checkout.c:1069
1174 msgid ""
1175 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1176 "checking out of the index."
1177 msgstr ""
1178 "git checkout: --ours/--theirs, --force och --merge är inkompatibla när\n"
1179 "du checkar ut från indexet."
1181 #: builtin/checkout.c:1088
1182 msgid "Cannot switch branch to a non-commit."
1183 msgstr "Kan inte växla gren på en icke-incheckning."
1185 #: builtin/checkout.c:1091
1186 msgid "--ours/--theirs is incompatible with switching branches."
1187 msgstr "--ours/--theirs är inkompatibla med att byta gren."
1189 #: builtin/clean.c:78
1190 msgid "-x and -X cannot be used together"
1191 msgstr "-x och -X kan inte användas samtidigt"
1193 #: builtin/clean.c:82
1194 msgid ""
1195 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1196 msgstr ""
1197 "clean.requireForce satt till true, men varken -n eller -f angavs; vägrar "
1198 "städa"
1200 #: builtin/clean.c:85
1201 msgid ""
1202 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1203 "clean"
1204 msgstr ""
1205 "clean.requireForce har standardvärdet true, men varken -n eller -f angavs; "
1206 "vägrar städa"
1208 #: builtin/clean.c:155 builtin/clean.c:176
1209 #, c-format
1210 msgid "Would remove %s\n"
1211 msgstr "Skulle ta bort %s\n"
1213 #: builtin/clean.c:159 builtin/clean.c:179
1214 #, c-format
1215 msgid "Removing %s\n"
1216 msgstr "Tar bort %s\n"
1218 #: builtin/clean.c:162 builtin/clean.c:182
1219 #, c-format
1220 msgid "failed to remove %s"
1221 msgstr "misslyckades ta bort %s"
1223 #: builtin/clean.c:166
1224 #, c-format
1225 msgid "Would not remove %s\n"
1226 msgstr "Skulle inte ta bort %s\n"
1228 #: builtin/clean.c:168
1229 #, c-format
1230 msgid "Not removing %s\n"
1231 msgstr "Tar inte bort %s\n"
1233 #: builtin/clone.c:243
1234 #, c-format
1235 msgid "reference repository '%s' is not a local directory."
1236 msgstr "referensarkivet \"%s\" är inte en lokal katalog."
1238 #: builtin/clone.c:302
1239 #, c-format
1240 msgid "failed to open '%s'"
1241 msgstr "misslyckades öppna \"%s\""
1243 #: builtin/clone.c:306
1244 #, c-format
1245 msgid "failed to create directory '%s'"
1246 msgstr "misslyckades skapa katalogen \"%s\""
1248 #: builtin/clone.c:308 builtin/diff.c:75
1249 #, c-format
1250 msgid "failed to stat '%s'"
1251 msgstr "misslyckades ta status på \"%s\""
1253 #: builtin/clone.c:310
1254 #, c-format
1255 msgid "%s exists and is not a directory"
1256 msgstr "%s finns och är ingen katalog"
1258 #: builtin/clone.c:324
1259 #, c-format
1260 msgid "failed to stat %s\n"
1261 msgstr "misslyckades ta status på %s\n"
1263 #: builtin/clone.c:341
1264 #, c-format
1265 msgid "failed to unlink '%s'"
1266 msgstr "misslyckades ta bort länken \"%s\""
1268 #: builtin/clone.c:346
1269 #, c-format
1270 msgid "failed to create link '%s'"
1271 msgstr "misslyckades skapa länken \"%s\""
1273 #: builtin/clone.c:350
1274 #, c-format
1275 msgid "failed to copy file to '%s'"
1276 msgstr "misslyckades kopiera filen till \"%s\""
1278 #: builtin/clone.c:373
1279 #, c-format
1280 msgid "done.\n"
1281 msgstr "klart.\n"
1283 #: builtin/clone.c:440
1284 #, c-format
1285 msgid "Could not find remote branch %s to clone."
1286 msgstr "Kunde inte hitta fjärrgrenen %s för att klona."
1288 #: builtin/clone.c:549
1289 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1290 msgstr ""
1291 "HEAD hos fjärren pekar på en obefintlig referens, kan inte checka ut.\n"
1293 #: builtin/clone.c:639
1294 msgid "Too many arguments."
1295 msgstr "För många argument."
1297 #: builtin/clone.c:643
1298 msgid "You must specify a repository to clone."
1299 msgstr "Du måste ange ett arkiv att klona."
1301 #: builtin/clone.c:654
1302 #, c-format
1303 msgid "--bare and --origin %s options are incompatible."
1304 msgstr "flaggorna --bare och --origin %s är inkompatibla."
1306 #: builtin/clone.c:668
1307 #, c-format
1308 msgid "repository '%s' does not exist"
1309 msgstr "arkivet \"%s\" finns inte"
1311 #: builtin/clone.c:673
1312 msgid "--depth is ignored in local clones; use file:// instead."
1313 msgstr "--depth ignoreras i lokala kloningar; använd file:// istället"
1315 #: builtin/clone.c:683
1316 #, c-format
1317 msgid "destination path '%s' already exists and is not an empty directory."
1318 msgstr "destinationssökvägen \"%s\" finns redan och är inte en tom katalog."
1320 #: builtin/clone.c:693
1321 #, c-format
1322 msgid "working tree '%s' already exists."
1323 msgstr "arbetsträdet \"%s\" finns redan."
1325 #: builtin/clone.c:706 builtin/clone.c:720
1326 #, c-format
1327 msgid "could not create leading directories of '%s'"
1328 msgstr "kunde inte skapa inledande kataloger för \"%s\""
1330 #: builtin/clone.c:709
1331 #, c-format
1332 msgid "could not create work tree dir '%s'."
1333 msgstr "kunde inte skapa arbetskatalogen \"%s\""
1335 #: builtin/clone.c:728
1336 #, c-format
1337 msgid "Cloning into bare repository '%s'...\n"
1338 msgstr "Klonar till ett naket arkiv \"%s\"...\n"
1340 #: builtin/clone.c:730
1341 #, c-format
1342 msgid "Cloning into '%s'...\n"
1343 msgstr "Klonar till \"%s\"...\n"
1345 #: builtin/clone.c:786
1346 #, c-format
1347 msgid "Don't know how to clone %s"
1348 msgstr "Vet inte hur man klonar %s"
1350 #: builtin/clone.c:835
1351 #, c-format
1352 msgid "Remote branch %s not found in upstream %s"
1353 msgstr "Fjärrgrenen %s hittades inte i uppströmsarkivet %s"
1355 #: builtin/clone.c:842
1356 msgid "You appear to have cloned an empty repository."
1357 msgstr "Du verkar ha klonat ett tomt arkiv."
1359 #: builtin/commit.c:42
1360 msgid ""
1361 "Your name and email address were configured automatically based\n"
1362 "on your username and hostname. Please check that they are accurate.\n"
1363 "You can suppress this message by setting them explicitly:\n"
1364 "\n"
1365 "    git config --global user.name \"Your Name\"\n"
1366 "    git config --global user.email you@example.com\n"
1367 "\n"
1368 "After doing this, you may fix the identity used for this commit with:\n"
1369 "\n"
1370 "    git commit --amend --reset-author\n"
1371 msgstr ""
1372 "Ditt namn och e-postadress konfigurerades automatiskt baserat på\n"
1373 "ditt användar-id och värdnamn. Kontrollera att de är riktiga. Du\n"
1374 "kan förhindra det här meddelandet genom att ställa dem explicit:\n"
1375 "\n"
1376 "    git config --global user.name \"Ditt namn\"\n"
1377 "    git config --global user.email du@example.com\n"
1378 "\n"
1379 "När du gjort det kan du rätta identiteten som användes för den här\n"
1380 "incheckningen med:\n"
1381 "\n"
1382 "    git commit --amend --reset-author\n"
1384 #: builtin/commit.c:54
1385 msgid ""
1386 "You asked to amend the most recent commit, but doing so would make\n"
1387 "it empty. You can repeat your command with --allow-empty, or you can\n"
1388 "remove the commit entirely with \"git reset HEAD^\".\n"
1389 msgstr ""
1390 "Du bad om att utöka den senaste incheckningen, men om du gör det\n"
1391 "blir den tom. Du kan köra kommandot på nytt med --allow-empty, eller\n"
1392 "så kan du ta bort incheckningen helt med \"git reset HEAD^\".\n"
1394 #: builtin/commit.c:59
1395 msgid ""
1396 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
1397 "If you wish to commit it anyway, use:\n"
1398 "\n"
1399 "    git commit --allow-empty\n"
1400 "\n"
1401 "Otherwise, please use 'git reset'\n"
1402 msgstr ""
1403 "Den tidigare \"cherry-pick\":en är nu tom, kanske på grund av en löst\n"
1404 "konflikt. Om du vill checka in den ändå använder du:\n"
1405 "\n"
1406 "    git commit --allow-empty\n"
1407 "\n"
1408 "Annars använder du \"git reset\"\n"
1410 #: builtin/commit.c:205 builtin/reset.c:33
1411 msgid "merge"
1412 msgstr "sammanslagning"
1414 #: builtin/commit.c:208
1415 msgid "cherry-pick"
1416 msgstr "cherry-pick"
1418 #: builtin/commit.c:325
1419 msgid "failed to unpack HEAD tree object"
1420 msgstr "misslyckades packa upp HEAD:s trädobjekt"
1422 #: builtin/commit.c:367
1423 msgid "unable to create temporary index"
1424 msgstr "kunde inte skapa temporär indexfil"
1426 #: builtin/commit.c:373
1427 msgid "interactive add failed"
1428 msgstr "interaktiv tilläggning misslyckades"
1430 #: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:473
1431 msgid "unable to write new_index file"
1432 msgstr "kunde inte skriva filen new_index"
1434 # %s är antingen "merge" eller "cherry-pick".
1435 #: builtin/commit.c:457
1436 #, c-format
1437 msgid "cannot do a partial commit during a %s."
1438 msgstr "kan inte utföra en delvis incheckning under en %s"
1440 #: builtin/commit.c:466
1441 msgid "cannot read the index"
1442 msgstr "kan inte läsa indexet"
1444 #: builtin/commit.c:486
1445 msgid "unable to write temporary index file"
1446 msgstr "kunde inte skriva temporär indexfil"
1448 #: builtin/commit.c:550 builtin/commit.c:556
1449 #, c-format
1450 msgid "invalid commit: %s"
1451 msgstr "felaktig incheckning: %s"
1453 #: builtin/commit.c:579
1454 msgid "malformed --author parameter"
1455 msgstr "felformad \"--author\"-flagga"
1457 #: builtin/commit.c:635
1458 #, c-format
1459 msgid "Malformed ident string: '%s'"
1460 msgstr "Felaktig indragningssträng: \"%s\""
1462 #: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:1000
1463 #, c-format
1464 msgid "could not lookup commit %s"
1465 msgstr "kunde inte slå upp incheckningen %s"
1467 #: builtin/commit.c:682 builtin/shortlog.c:296
1468 #, c-format
1469 msgid "(reading log message from standard input)\n"
1470 msgstr "(läser loggmeddelande från standard in)\n"
1472 #: builtin/commit.c:684
1473 msgid "could not read log from standard input"
1474 msgstr "kunde inte läsa logg från standard in"
1476 #: builtin/commit.c:688
1477 #, c-format
1478 msgid "could not read log file '%s'"
1479 msgstr "kunde inte läsa loggfilen \"%s\""
1481 #: builtin/commit.c:694
1482 msgid "commit has empty message"
1483 msgstr "incheckningen har ett tomt meddelande"
1485 #: builtin/commit.c:710
1486 msgid "could not read MERGE_MSG"
1487 msgstr "kunde inte läsa MERGE_MSG"
1489 #: builtin/commit.c:714
1490 msgid "could not read SQUASH_MSG"
1491 msgstr "kunde inte läsa SQUASH_MSG"
1493 #: builtin/commit.c:718
1494 #, c-format
1495 msgid "could not read '%s'"
1496 msgstr "kunde inte läsa \"%s\""
1498 #: builtin/commit.c:746
1499 #, c-format
1500 msgid "could not open '%s'"
1501 msgstr "kunde inte öppna \"%s\""
1503 #: builtin/commit.c:770
1504 msgid "could not write commit template"
1505 msgstr "kunde inte skriva incheckningsmall"
1507 # %s är "merge" eller "cherry-pick"
1508 #: builtin/commit.c:783
1509 #, c-format
1510 msgid ""
1511 "\n"
1512 "It looks like you may be committing a %s.\n"
1513 "If this is not correct, please remove the file\n"
1514 "\t%s\n"
1515 "and try again.\n"
1516 msgstr ""
1517 "\n"
1518 "Det verkar som du checkar in en %s.\n"
1519 "Om det inte stämmer tar du bort filen\n"
1520 "\t%s\n"
1521 "och försöker igen.\n"
1523 #: builtin/commit.c:796
1524 msgid "Please enter the commit message for your changes."
1525 msgstr "Ange ett incheckningsmeddelande för dina ändringar."
1527 #: builtin/commit.c:799
1528 msgid ""
1529 " Lines starting\n"
1530 "with '#' will be ignored, and an empty message aborts the commit.\n"
1531 msgstr ""
1532 " Rader som inleds\n"
1533 "med \"#\" kommer ignoreras, och ett tomt meddelande avbryter incheckningen.\n"
1535 #: builtin/commit.c:804
1536 msgid ""
1537 " Lines starting\n"
1538 "with '#' will be kept; you may remove them yourself if you want to.\n"
1539 "An empty message aborts the commit.\n"
1540 msgstr ""
1541 " Rader som inleds\n"
1542 "med \"#\" kommer behållas; du kan själv ta bort dem om du vill.\n"
1543 "Ett tomt meddelande avbryter incheckningen.\n"
1545 #: builtin/commit.c:816
1546 #, c-format
1547 msgid "%sAuthor:    %s"
1548 msgstr "%sFörfattare: %s"
1550 #: builtin/commit.c:823
1551 #, c-format
1552 msgid "%sCommitter: %s"
1553 msgstr "%sIncheckare: %s"
1555 #: builtin/commit.c:843
1556 msgid "Cannot read index"
1557 msgstr "Kan inte läsa indexet"
1559 #: builtin/commit.c:880
1560 msgid "Error building trees"
1561 msgstr "Fel vid byggande av träd"
1563 #: builtin/commit.c:895 builtin/tag.c:357
1564 #, c-format
1565 msgid "Please supply the message using either -m or -F option.\n"
1566 msgstr "Ange meddelandet en av flaggorna -m eller -F.\n"
1568 #: builtin/commit.c:975
1569 #, c-format
1570 msgid "No existing author found with '%s'"
1571 msgstr "Hittade ingen befintlig författare med \"%s\""
1573 #: builtin/commit.c:990 builtin/commit.c:1182
1574 #, c-format
1575 msgid "Invalid untracked files mode '%s'"
1576 msgstr "Ogiltigt läge för ospårade filer: \"%s\""
1578 #: builtin/commit.c:1030
1579 msgid "Using both --reset-author and --author does not make sense"
1580 msgstr "Kan inte använda både --reset-author och --author"
1582 #: builtin/commit.c:1041
1583 msgid "You have nothing to amend."
1584 msgstr "Du har inget att utöka."
1586 #: builtin/commit.c:1043
1587 #, c-format
1588 msgid "You are in the middle of a %s -- cannot amend."
1589 msgstr "Du är i mitten av en %s -- kan inte utöka."
1591 #: builtin/commit.c:1045
1592 msgid "Options --squash and --fixup cannot be used together"
1593 msgstr "Flaggorna --squash och --fixup kan inte användas samtidigt"
1595 #: builtin/commit.c:1055
1596 msgid "Only one of -c/-C/-F/--fixup can be used."
1597 msgstr "Endast en av -c/-C/-F/--fixup kan användas."
1599 #: builtin/commit.c:1057
1600 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
1601 msgstr "Flaggan -m kan inte kombineras med -c/-C/-F/--fixup."
1603 #: builtin/commit.c:1063
1604 msgid "--reset-author can be used only with -C, -c or --amend."
1605 msgstr "--reset-author kan endast användas med -C, -c eller --amend."
1607 #: builtin/commit.c:1080
1608 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
1609 msgstr ""
1610 "Endast en av --include/--only/--all/--interactive/--patch kan användas."
1612 #: builtin/commit.c:1082
1613 msgid "No paths with --include/--only does not make sense."
1614 msgstr "Du måste ange sökvägar tillsammans med --include/--only."
1616 #: builtin/commit.c:1084
1617 msgid "Clever... amending the last one with dirty index."
1618 msgstr "Smart... utöka den senaste med smutsigt index."
1620 #: builtin/commit.c:1086
1621 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
1622 msgstr "Explicita sökvägar angavs utan -i eller -o; antar --only sökvägar..."
1624 #: builtin/commit.c:1096 builtin/tag.c:556
1625 #, c-format
1626 msgid "Invalid cleanup mode %s"
1627 msgstr "Felaktigt städningsläge %s"
1629 #: builtin/commit.c:1101
1630 msgid "Paths with -a does not make sense."
1631 msgstr "Kan inte ange sökvägar med -a."
1633 #: builtin/commit.c:1280
1634 msgid "couldn't look up newly created commit"
1635 msgstr "kunde inte slå upp en precis skapad incheckning"
1637 #: builtin/commit.c:1282
1638 msgid "could not parse newly created commit"
1639 msgstr "kunde inte tolka en precis skapad incheckning"
1641 #: builtin/commit.c:1323
1642 msgid "detached HEAD"
1643 msgstr "frånkopplad HEAD"
1645 #: builtin/commit.c:1325
1646 msgid " (root-commit)"
1647 msgstr " (rotincheckning)"
1649 #: builtin/commit.c:1415
1650 msgid "could not parse HEAD commit"
1651 msgstr "kunde inte tolka HEAD:s incheckning"
1653 #: builtin/commit.c:1452 builtin/merge.c:509
1654 #, c-format
1655 msgid "could not open '%s' for reading"
1656 msgstr "kunde inte öppna \"%s\" för läsning"
1658 #: builtin/commit.c:1459
1659 #, c-format
1660 msgid "Corrupt MERGE_HEAD file (%s)"
1661 msgstr "Trasig MERGE_HEAD-fil (%s)"
1663 #: builtin/commit.c:1466
1664 msgid "could not read MERGE_MODE"
1665 msgstr "kunde inte läsa MERGE_MODE"
1667 #: builtin/commit.c:1485
1668 #, c-format
1669 msgid "could not read commit message: %s"
1670 msgstr "kunde inte läsa incheckningsmeddelande: %s"
1672 #: builtin/commit.c:1499
1673 #, c-format
1674 msgid "Aborting commit due to empty commit message.\n"
1675 msgstr "Avbryter på grund av tomt incheckningsmeddelande.\n"
1677 #: builtin/commit.c:1514 builtin/merge.c:935 builtin/merge.c:968
1678 msgid "failed to write commit object"
1679 msgstr "kunde inte skriva incheckningsobjekt"
1681 #: builtin/commit.c:1535
1682 msgid "cannot lock HEAD ref"
1683 msgstr "kunde inte låsa HEAD-referens"
1685 #: builtin/commit.c:1539
1686 msgid "cannot update HEAD ref"
1687 msgstr "kunde inte uppdatera HEAD-referens"
1689 #: builtin/commit.c:1550
1690 msgid ""
1691 "Repository has been updated, but unable to write\n"
1692 "new_index file. Check that disk is not full or quota is\n"
1693 "not exceeded, and then \"git reset HEAD\" to recover."
1694 msgstr ""
1695 "Arkivet har uppdaterats, men kunde inte skriva filen\n"
1696 "new_index. Kontrollera att disken inte är full och\n"
1697 "att kvoten inte har överskridits, och kör sedan\n"
1698 "\"git reset HEAD\" för att återställa."
1700 #: builtin/describe.c:234
1701 #, c-format
1702 msgid "annotated tag %s not available"
1703 msgstr "den annoterade taggen %s inte tillgänglig"
1705 #: builtin/describe.c:238
1706 #, c-format
1707 msgid "annotated tag %s has no embedded name"
1708 msgstr "den annoterade taggen %s har inget inbäddat namn"
1710 #: builtin/describe.c:240
1711 #, c-format
1712 msgid "tag '%s' is really '%s' here"
1713 msgstr "taggen \"%s\" är i verkligheten \"%s\" här"
1715 #: builtin/describe.c:267
1716 #, c-format
1717 msgid "Not a valid object name %s"
1718 msgstr "Objektnamnet är inte giltigt: %s"
1720 #: builtin/describe.c:270
1721 #, c-format
1722 msgid "%s is not a valid '%s' object"
1723 msgstr "%s är inte ett giltigt \"%s\"-objekt"
1725 #: builtin/describe.c:287
1726 #, c-format
1727 msgid "no tag exactly matches '%s'"
1728 msgstr "ingen tagg motsvarar \"%s\" exakt"
1730 #: builtin/describe.c:289
1731 #, c-format
1732 msgid "searching to describe %s\n"
1733 msgstr "söker för att beskriva %s\n"
1735 #: builtin/describe.c:329
1736 #, c-format
1737 msgid "finished search at %s\n"
1738 msgstr "avslutade sökning på %s\n"
1740 #: builtin/describe.c:353
1741 #, c-format
1742 msgid ""
1743 "No annotated tags can describe '%s'.\n"
1744 "However, there were unannotated tags: try --tags."
1745 msgstr ""
1746 "Inga annoterade taggar kan beskriva \"%s\".\n"
1747 "Det finns dock oannoterade taggar: testa --tags."
1749 #: builtin/describe.c:357
1750 #, c-format
1751 msgid ""
1752 "No tags can describe '%s'.\n"
1753 "Try --always, or create some tags."
1754 msgstr ""
1755 "Inga taggar kan beskriva \"%s\".\n"
1756 "Testa --always, eller skapa några taggar."
1758 #: builtin/describe.c:378
1759 #, c-format
1760 msgid "traversed %lu commits\n"
1761 msgstr "traverserade %lu incheckningar\n"
1763 #: builtin/describe.c:381
1764 #, c-format
1765 msgid ""
1766 "more than %i tags found; listed %i most recent\n"
1767 "gave up search at %s\n"
1768 msgstr ""
1769 "mer än %i taggar hittades; listar de %i senaste\n"
1770 "gav upp sökningen vid %s\n"
1772 #: builtin/describe.c:436
1773 msgid "--long is incompatible with --abbrev=0"
1774 msgstr "--long är inkompatibel med --abbrev=0"
1776 #: builtin/describe.c:462
1777 msgid "No names found, cannot describe anything."
1778 msgstr "Inga namn hittades, kan inte beskriva något."
1780 #: builtin/describe.c:482
1781 msgid "--dirty is incompatible with committishes"
1782 msgstr "--dirty är inkompatibelt med \"committish\"-värden"
1784 #: builtin/diff.c:77
1785 #, c-format
1786 msgid "'%s': not a regular file or symlink"
1787 msgstr "\"%s\": inte en normal fil eller symbolisk länk"
1789 #: builtin/diff.c:220
1790 #, c-format
1791 msgid "invalid option: %s"
1792 msgstr "ogiltig flagga: %s"
1794 #: builtin/diff.c:297
1795 msgid "Not a git repository"
1796 msgstr "Inte ett git-arkiv"
1798 #: builtin/diff.c:347
1799 #, c-format
1800 msgid "invalid object '%s' given."
1801 msgstr "objektet \"%s\" som angavs är felaktigt."
1803 #: builtin/diff.c:352
1804 #, c-format
1805 msgid "more than %d trees given: '%s'"
1806 msgstr "mer än %d träd angavs: \"%s\""
1808 #: builtin/diff.c:362
1809 #, c-format
1810 msgid "more than two blobs given: '%s'"
1811 msgstr "mer än två blobbar angavs: \"%s\""
1813 #: builtin/diff.c:370
1814 #, c-format
1815 msgid "unhandled object '%s' given."
1816 msgstr "ej hanterat objekt \"%s\" angavs."
1818 #: builtin/fetch.c:200
1819 msgid "Couldn't find remote ref HEAD"
1820 msgstr "Kunde inte hitta fjärr-referensen HEAD"
1822 #: builtin/fetch.c:252
1823 #, c-format
1824 msgid "object %s not found"
1825 msgstr "objektet %s hittades inte"
1827 #: builtin/fetch.c:258
1828 msgid "[up to date]"
1829 msgstr "[àjour]"
1831 #: builtin/fetch.c:272
1832 #, c-format
1833 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
1834 msgstr "! %-*s %-*s -> %s  (kan inte hämta i aktuell gren)"
1836 #: builtin/fetch.c:273 builtin/fetch.c:351
1837 msgid "[rejected]"
1838 msgstr "[refuserad]"
1840 #: builtin/fetch.c:284
1841 msgid "[tag update]"
1842 msgstr "[uppdaterad tagg]"
1844 #: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:331
1845 msgid "  (unable to update local ref)"
1846 msgstr "  (kunde inte uppdatera lokal ref)"
1848 #: builtin/fetch.c:298
1849 msgid "[new tag]"
1850 msgstr "[ny tagg]"
1852 #: builtin/fetch.c:302
1853 msgid "[new branch]"
1854 msgstr "[ny gren]"
1856 #: builtin/fetch.c:347
1857 msgid "unable to update local ref"
1858 msgstr "kunde inte uppdatera lokal ref"
1860 #: builtin/fetch.c:347
1861 msgid "forced update"
1862 msgstr "tvingad uppdatering"
1864 #: builtin/fetch.c:353
1865 msgid "(non-fast-forward)"
1866 msgstr "(ej snabbspolad)"
1868 #: builtin/fetch.c:384 builtin/fetch.c:676
1869 #, c-format
1870 msgid "cannot open %s: %s\n"
1871 msgstr "kan inte öppna %s: %s\n"
1873 #: builtin/fetch.c:393
1874 #, c-format
1875 msgid "%s did not send all necessary objects\n"
1876 msgstr "%s sände inte alla nödvändiga objekt\n"
1878 #: builtin/fetch.c:479
1879 #, c-format
1880 msgid "From %.*s\n"
1881 msgstr "Från %.*s\n"
1883 #: builtin/fetch.c:490
1884 #, c-format
1885 msgid ""
1886 "some local refs could not be updated; try running\n"
1887 " 'git remote prune %s' to remove any old, conflicting branches"
1888 msgstr ""
1889 "några lokala referenser kunde inte uppdateras; testa att köra\n"
1890 " \"git remote prune %s\" för att ta bort gamla grenar som står i konflikt"
1892 #: builtin/fetch.c:540
1893 #, c-format
1894 msgid "   (%s will become dangling)\n"
1895 msgstr "   (%s kommer bli dinglande)\n"
1897 #: builtin/fetch.c:541
1898 #, c-format
1899 msgid "   (%s has become dangling)\n"
1900 msgstr "   (%s har blivit dinglande)\n"
1902 #: builtin/fetch.c:548
1903 msgid "[deleted]"
1904 msgstr "[borttagen]"
1906 #: builtin/fetch.c:549
1907 msgid "(none)"
1908 msgstr "(ingen)"
1910 #: builtin/fetch.c:666
1911 #, c-format
1912 msgid "Refusing to fetch into current branch %s of non-bare repository"
1913 msgstr "Vägrar hämta till aktuell gren %s i ett icke-naket arkiv"
1915 #: builtin/fetch.c:700
1916 #, c-format
1917 msgid "Don't know how to fetch from %s"
1918 msgstr "Vet inte hur man hämtar från %s"
1920 #: builtin/fetch.c:777
1921 #, c-format
1922 msgid "Option \"%s\" value \"%s\" is not valid for %s"
1923 msgstr "Flaggan \"%s\" och värdet \"%s\" är inte giltigt för %s"
1925 #: builtin/fetch.c:780
1926 #, c-format
1927 msgid "Option \"%s\" is ignored for %s\n"
1928 msgstr "Flaggan \"%s\" ignoreras för %s\n"
1930 #: builtin/fetch.c:879
1931 #, c-format
1932 msgid "Fetching %s\n"
1933 msgstr "Hämtar %s\n"
1935 #: builtin/fetch.c:881
1936 #, c-format
1937 msgid "Could not fetch %s"
1938 msgstr "Kunde inte hämta %s"
1940 #: builtin/fetch.c:898
1941 msgid ""
1942 "No remote repository specified.  Please, specify either a URL or a\n"
1943 "remote name from which new revisions should be fetched."
1944 msgstr ""
1945 "Inget fjärrarkiv angavs. Ange antingen en URL eller namnet på ett\n"
1946 "fjärrarkiv som nya incheckningar skall hämtas från."
1948 #: builtin/fetch.c:918
1949 msgid "You need to specify a tag name."
1950 msgstr "Du måste ange namnet på en tagg."
1952 #: builtin/fetch.c:970
1953 msgid "fetch --all does not take a repository argument"
1954 msgstr "fetch --all tar inte namnet på ett arkiv som argument"
1956 #: builtin/fetch.c:972
1957 msgid "fetch --all does not make sense with refspecs"
1958 msgstr "fetch --all kan inte anges med referensspecifikationer"
1960 #: builtin/fetch.c:983
1961 #, c-format
1962 msgid "No such remote or remote group: %s"
1963 msgstr "Fjärren eller fjärrgruppen finns inte: %s"
1965 #: builtin/fetch.c:991
1966 msgid "Fetching a group and specifying refspecs does not make sense"
1967 msgstr "Kan inte hämta från grupp och ange referensspecifikationer"
1969 #: builtin/gc.c:63
1970 #, c-format
1971 msgid "Invalid %s: '%s'"
1972 msgstr "Felaktigt %s: \"%s\""
1974 #: builtin/gc.c:78
1975 msgid "Too many options specified"
1976 msgstr "För många flaggor angavs"
1978 #: builtin/gc.c:103
1979 #, c-format
1980 msgid "insanely long object directory %.*s"
1981 msgstr "tokigt lång objektkatalog %.*s"
1983 #: builtin/gc.c:223
1984 #, c-format
1985 msgid "Auto packing the repository for optimum performance.\n"
1986 msgstr "Packar arkivet automatiskt för optimal prestanda.\n"
1988 #: builtin/gc.c:226
1989 #, c-format
1990 msgid ""
1991 "Auto packing the repository for optimum performance. You may also\n"
1992 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
1993 msgstr ""
1994 "Packar arkivet automatiskt för optimal prestanda. Du kan även\n"
1995 "köra \"git gc\" manuellt. Se \"git help gc\" för mer information.\n"
1997 #: builtin/gc.c:256
1998 msgid ""
1999 "There are too many unreachable loose objects; run 'git prune' to remove them."
2000 msgstr ""
2001 "Det finns för många onåbara lösa objekt; kör \"git prune\" för att ta bort "
2002 "dem."
2004 #: builtin/grep.c:216
2005 #, c-format
2006 msgid "grep: failed to create thread: %s"
2007 msgstr "grep: misslyckades skapa tråd. %s"
2009 #: builtin/grep.c:402
2010 #, c-format
2011 msgid "Failed to chdir: %s"
2012 msgstr "Kunde inte byta katalog (chdir): %s"
2014 #: builtin/grep.c:478 builtin/grep.c:512
2015 #, c-format
2016 msgid "unable to read tree (%s)"
2017 msgstr "kunde inte läsa träd (%s)"
2019 #: builtin/grep.c:526
2020 #, c-format
2021 msgid "unable to grep from object of type %s"
2022 msgstr "Kunde inte \"grep\" från objekt av typen %s"
2024 #: builtin/grep.c:584
2025 #, c-format
2026 msgid "switch `%c' expects a numerical value"
2027 msgstr "flaggan \"%c\" antar ett numeriskt värde"
2029 #: builtin/grep.c:601
2030 #, c-format
2031 msgid "cannot open '%s'"
2032 msgstr "kan inte öppna \"%s\""
2034 #: builtin/grep.c:888
2035 msgid "no pattern given."
2036 msgstr "inget mönster angavs."
2038 #: builtin/grep.c:902
2039 #, c-format
2040 msgid "bad object %s"
2041 msgstr "felaktigt objekt %s"
2043 #: builtin/grep.c:943
2044 msgid "--open-files-in-pager only works on the worktree"
2045 msgstr "--open-files-in-pager fungerar endast i arbetskatalogen"
2047 #: builtin/grep.c:966
2048 msgid "--cached or --untracked cannot be used with --no-index."
2049 msgstr "--cached och --untracked kan inte användas med --no-index."
2051 #: builtin/grep.c:971
2052 msgid "--no-index or --untracked cannot be used with revs."
2053 msgstr "--no-index och --untracked kan inte användas med revisioner."
2055 #: builtin/grep.c:974
2056 msgid "--[no-]exclude-standard cannot be used for tracked contents."
2057 msgstr "--[no-]exclude-standard kan inte användas för spårat innehåll."
2059 #: builtin/grep.c:982
2060 msgid "both --cached and trees are given."
2061 msgstr "både --cached och träd angavs."
2063 #: builtin/init-db.c:35
2064 #, c-format
2065 msgid "Could not make %s writable by group"
2066 msgstr "Kunde inte göra %s skrivbar för gruppen"
2068 #: builtin/init-db.c:62
2069 #, c-format
2070 msgid "insanely long template name %s"
2071 msgstr "tokigt långt namn på mallen %s"
2073 #: builtin/init-db.c:67
2074 #, c-format
2075 msgid "cannot stat '%s'"
2076 msgstr "kan inte ta status på \"%s\""
2078 #: builtin/init-db.c:73
2079 #, c-format
2080 msgid "cannot stat template '%s'"
2081 msgstr "kan inte ta status på mallen \"%s\""
2083 #: builtin/init-db.c:80
2084 #, c-format
2085 msgid "cannot opendir '%s'"
2086 msgstr "kan inte öppna katalogen (opendir) \"%s\""
2088 #: builtin/init-db.c:97
2089 #, c-format
2090 msgid "cannot readlink '%s'"
2091 msgstr "kan inte läsa länk (readlink) \"%s\""
2093 #: builtin/init-db.c:99
2094 #, c-format
2095 msgid "insanely long symlink %s"
2096 msgstr "tokigt lång symbolisk länk %s"
2098 #: builtin/init-db.c:102
2099 #, c-format
2100 msgid "cannot symlink '%s' '%s'"
2101 msgstr "kan inte skapa symbolisk länk \"%s\" \"%s\""
2103 #: builtin/init-db.c:106
2104 #, c-format
2105 msgid "cannot copy '%s' to '%s'"
2106 msgstr "kan inte kopiera \"%s\" till \"%s\""
2108 #: builtin/init-db.c:110
2109 #, c-format
2110 msgid "ignoring template %s"
2111 msgstr "ignorerar mallen %s"
2113 #: builtin/init-db.c:133
2114 #, c-format
2115 msgid "insanely long template path %s"
2116 msgstr "tokigt lång mallsökväg %s"
2118 #: builtin/init-db.c:141
2119 #, c-format
2120 msgid "templates not found %s"
2121 msgstr "mallarna hittades inte %s"
2123 #: builtin/init-db.c:154
2124 #, c-format
2125 msgid "not copying templates of a wrong format version %d from '%s'"
2126 msgstr "kopierade inte mallar från felaktig formatversion %d från \"%s\""
2128 #: builtin/init-db.c:192
2129 #, c-format
2130 msgid "insane git directory %s"
2131 msgstr "tokig git-katalog %s"
2133 #: builtin/init-db.c:322 builtin/init-db.c:325
2134 #, c-format
2135 msgid "%s already exists"
2136 msgstr "%s finns redan"
2138 #: builtin/init-db.c:354
2139 #, c-format
2140 msgid "unable to handle file type %d"
2141 msgstr "kan inte hantera filtyp %d"
2143 #: builtin/init-db.c:357
2144 #, c-format
2145 msgid "unable to move %s to %s"
2146 msgstr "kan inte flytta %s till %s"
2148 #: builtin/init-db.c:362
2149 #, c-format
2150 msgid "Could not create git link %s"
2151 msgstr "Kunde inte skapa gitlänk %s"
2154 #. * TRANSLATORS: The first '%s' is either "Reinitialized
2155 #. * existing" or "Initialized empty", the second " shared" or
2156 #. * "", and the last '%s%s' is the verbatim directory name.
2158 #: builtin/init-db.c:419
2159 #, c-format
2160 msgid "%s%s Git repository in %s%s\n"
2161 msgstr "%s%s Git-arkiv i %s%s\n"
2163 #: builtin/init-db.c:420
2164 msgid "Reinitialized existing"
2165 msgstr "Ominitierade befintligt"
2167 #: builtin/init-db.c:420
2168 msgid "Initialized empty"
2169 msgstr "Initierade tomt"
2171 #: builtin/init-db.c:421
2172 msgid " shared"
2173 msgstr " delat"
2175 #: builtin/init-db.c:440
2176 msgid "cannot tell cwd"
2177 msgstr "kan inte läsa aktuell katalog (cwd)"
2179 #: builtin/init-db.c:521 builtin/init-db.c:528
2180 #, c-format
2181 msgid "cannot mkdir %s"
2182 msgstr "kan inte skapa katalogen (mkdir) %s"
2184 #: builtin/init-db.c:532
2185 #, c-format
2186 msgid "cannot chdir to %s"
2187 msgstr "kan inte byta katalog (chdir) till %s"
2189 #: builtin/init-db.c:554
2190 #, c-format
2191 msgid ""
2192 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
2193 "dir=<directory>)"
2194 msgstr ""
2195 "%s (eller --work-tree=<katalog>) inte tillåtet utan att ange %s (eller --git-"
2196 "dir=<katalog>)"
2198 #: builtin/init-db.c:578
2199 msgid "Cannot access current working directory"
2200 msgstr "Kan inte komma åt aktuell arbetskatalog"
2202 #: builtin/init-db.c:585
2203 #, c-format
2204 msgid "Cannot access work tree '%s'"
2205 msgstr "Kan inte komma åt arbetskatalogen \"%s\""
2207 #: builtin/log.c:187
2208 #, c-format
2209 msgid "Final output: %d %s\n"
2210 msgstr "Slututdata: %d %s\n"
2212 #: builtin/log.c:395 builtin/log.c:483
2213 #, c-format
2214 msgid "Could not read object %s"
2215 msgstr "Kunde inte läsa objektet %s"
2217 #: builtin/log.c:507
2218 #, c-format
2219 msgid "Unknown type: %d"
2220 msgstr "Okänd typ: %d"
2222 #: builtin/log.c:596
2223 msgid "format.headers without value"
2224 msgstr "format.headers utan värde"
2226 #: builtin/log.c:669
2227 msgid "name of output directory is too long"
2228 msgstr "namnet på utdatakatalogen är för långt"
2230 #: builtin/log.c:680
2231 #, c-format
2232 msgid "Cannot open patch file %s"
2233 msgstr "Kan inte öppna patchfilen %s"
2235 #: builtin/log.c:694
2236 msgid "Need exactly one range."
2237 msgstr "Behöver precis ett intervall."
2239 #: builtin/log.c:702
2240 msgid "Not a range."
2241 msgstr "Inte ett intervall."
2243 #: builtin/log.c:739
2244 msgid "Could not extract email from committer identity."
2245 msgstr "Kunde inte extrahera e-postadress från incheckarens identitet."
2247 #: builtin/log.c:785
2248 msgid "Cover letter needs email format"
2249 msgstr "Omslagsbrevet behöver e-postformat"
2251 #: builtin/log.c:879
2252 #, c-format
2253 msgid "insane in-reply-to: %s"
2254 msgstr "tokigt in-reply-to: %s"
2256 #: builtin/log.c:952
2257 msgid "Two output directories?"
2258 msgstr "Två utdatakataloger?"
2260 #: builtin/log.c:1173
2261 #, c-format
2262 msgid "bogus committer info %s"
2263 msgstr "felaktig incheckarinformation %s"
2265 #: builtin/log.c:1218
2266 msgid "-n and -k are mutually exclusive."
2267 msgstr "-n och -k kan inte användas samtidigt."
2269 #: builtin/log.c:1220
2270 msgid "--subject-prefix and -k are mutually exclusive."
2271 msgstr "--subject-prefix och -k kan inte användas samtidigt."
2273 #: builtin/log.c:1225 builtin/shortlog.c:284
2274 #, c-format
2275 msgid "unrecognized argument: %s"
2276 msgstr "okänt argument: %s"
2278 #: builtin/log.c:1228
2279 msgid "--name-only does not make sense"
2280 msgstr "kan inte använda --name-only"
2282 #: builtin/log.c:1230
2283 msgid "--name-status does not make sense"
2284 msgstr "kan inte använda --name-status"
2286 #: builtin/log.c:1232
2287 msgid "--check does not make sense"
2288 msgstr "kan inte använda --check"
2290 #: builtin/log.c:1255
2291 msgid "standard output, or directory, which one?"
2292 msgstr "standard ut, eller katalog, vilken skall det vara?"
2294 #: builtin/log.c:1257
2295 #, c-format
2296 msgid "Could not create directory '%s'"
2297 msgstr "Kunde inte skapa katalogen \"%s\""
2299 #: builtin/log.c:1410
2300 msgid "Failed to create output files"
2301 msgstr "Misslyckades skapa utdatafiler"
2303 #: builtin/log.c:1514
2304 #, c-format
2305 msgid ""
2306 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
2307 msgstr "Kunde inte hitta en spårad fjärrgren, ange <uppström> manuellt.\n"
2309 #: builtin/log.c:1530 builtin/log.c:1532 builtin/log.c:1544
2310 #, c-format
2311 msgid "Unknown commit %s"
2312 msgstr "Okänd incheckning %s"
2314 #: builtin/merge.c:91
2315 msgid "switch `m' requires a value"
2316 msgstr "flaggan \"m\" behöver ett värde"
2318 #: builtin/merge.c:128
2319 #, c-format
2320 msgid "Could not find merge strategy '%s'.\n"
2321 msgstr "Kunde inte hitta sammanslagningsstrategin \"%s\".\n"
2323 #: builtin/merge.c:129
2324 #, c-format
2325 msgid "Available strategies are:"
2326 msgstr "Tillgängliga strategier är:"
2328 #: builtin/merge.c:134
2329 #, c-format
2330 msgid "Available custom strategies are:"
2331 msgstr "Tillgängliga skräddarsydda strategier är:"
2333 #: builtin/merge.c:241
2334 msgid "could not run stash."
2335 msgstr "kunde köra stash."
2337 #: builtin/merge.c:246
2338 msgid "stash failed"
2339 msgstr "stash misslyckades"
2341 #: builtin/merge.c:251
2342 #, c-format
2343 msgid "not a valid object: %s"
2344 msgstr "inte ett giltigt objekt: %s"
2346 #: builtin/merge.c:270 builtin/merge.c:287
2347 msgid "read-tree failed"
2348 msgstr "read-tree misslyckades"
2350 #: builtin/merge.c:317
2351 msgid " (nothing to squash)"
2352 msgstr " (inget att platta till)"
2354 #: builtin/merge.c:330
2355 #, c-format
2356 msgid "Squash commit -- not updating HEAD\n"
2357 msgstr "Tillplattningsincheckning -- uppdaterar inte HEAD\n"
2359 #: builtin/merge.c:362
2360 msgid "Writing SQUASH_MSG"
2361 msgstr "Skriver SQUASH_MSG"
2363 #: builtin/merge.c:364
2364 msgid "Finishing SQUASH_MSG"
2365 msgstr "Avslutar SQUASH_MSG"
2367 #: builtin/merge.c:386
2368 #, c-format
2369 msgid "No merge message -- not updating HEAD\n"
2370 msgstr "Inget sammanslagningsmeddelande -- uppdaterar inte HEAD\n"
2372 #: builtin/merge.c:437
2373 #, c-format
2374 msgid "'%s' does not point to a commit"
2375 msgstr "\"%s\" verkar inte peka på en incheckning"
2377 #: builtin/merge.c:536
2378 #, c-format
2379 msgid "Bad branch.%s.mergeoptions string: %s"
2380 msgstr "Felaktig branch.%s.mergeoptions-sträng: %s"
2382 #: builtin/merge.c:629
2383 msgid "git write-tree failed to write a tree"
2384 msgstr "git write-tree misslyckades skriva ett träd"
2386 #: builtin/merge.c:679
2387 msgid "failed to read the cache"
2388 msgstr "misslyckads läsa cachen"
2390 #: builtin/merge.c:696
2391 msgid "Unable to write index."
2392 msgstr "Kunde inte skriva indexet."
2394 #: builtin/merge.c:709
2395 msgid "Not handling anything other than two heads merge."
2396 msgstr "Hanterar inte något annat än en sammanslagning av två huvuden."
2398 #: builtin/merge.c:723
2399 #, c-format
2400 msgid "Unknown option for merge-recursive: -X%s"
2401 msgstr "Felaktig flagga för merge-recursive: -X%s"
2403 #: builtin/merge.c:737
2404 #, c-format
2405 msgid "unable to write %s"
2406 msgstr "kunde inte skriva %s"
2408 #: builtin/merge.c:876
2409 #, c-format
2410 msgid "Could not read from '%s'"
2411 msgstr "Kunde inte läsa från \"%s\""
2413 #: builtin/merge.c:885
2414 #, c-format
2415 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
2416 msgstr ""
2417 "Checkar inte in sammanslagningen; använd \"git commit\" för att slutföra "
2418 "den.\n"
2420 #: builtin/merge.c:891
2421 msgid ""
2422 "Please enter a commit message to explain why this merge is necessary,\n"
2423 "especially if it merges an updated upstream into a topic branch.\n"
2424 "\n"
2425 "Lines starting with '#' will be ignored, and an empty message aborts\n"
2426 "the commit.\n"
2427 msgstr ""
2428 "Ange ett incheckningsmeddelande för att förklara varför sammanslagningen\n"
2429 "är nödvändig, speciellt om den slår in en uppdaterad uppström i en\n"
2430 "temagren.\n"
2431 "\n"
2432 "Rader som inleds med \"#\" kommer ignoreras, och ett tomt meddelande\n"
2433 "avbryter incheckningen.\n"
2435 #: builtin/merge.c:915
2436 msgid "Empty commit message."
2437 msgstr "Tomt incheckningsmeddelande."
2439 #: builtin/merge.c:927
2440 #, c-format
2441 msgid "Wonderful.\n"
2442 msgstr "Underbart.\n"
2444 #: builtin/merge.c:1000
2445 #, c-format
2446 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
2447 msgstr ""
2448 "Kunde inte slå ihop automatiskt; fixa konflikter och checka in resultatet.\n"
2450 #: builtin/merge.c:1016
2451 #, c-format
2452 msgid "'%s' is not a commit"
2453 msgstr "\"%s\" är inte en incheckning"
2455 #: builtin/merge.c:1057
2456 msgid "No current branch."
2457 msgstr "Inte på någon gren."
2459 #: builtin/merge.c:1059
2460 msgid "No remote for the current branch."
2461 msgstr "Ingen fjärr för aktuell gren."
2463 #: builtin/merge.c:1061
2464 msgid "No default upstream defined for the current branch."
2465 msgstr "Ingen standarduppström angiven för aktuell gren."
2467 #: builtin/merge.c:1066
2468 #, c-format
2469 msgid "No remote tracking branch for %s from %s"
2470 msgstr "Ingen fjärrspårande gren för %s från %s"
2472 #: builtin/merge.c:1188
2473 msgid "There is no merge to abort (MERGE_HEAD missing)."
2474 msgstr "Det finns ingen sammanslagning att avbryta (MERGE_HEAD saknas)."
2476 #: builtin/merge.c:1204 git-pull.sh:31
2477 msgid ""
2478 "You have not concluded your merge (MERGE_HEAD exists).\n"
2479 "Please, commit your changes before you can merge."
2480 msgstr ""
2481 "Du har inte avslutat sammanslagningen (MERGE_HEAD finns).\n"
2482 "Checka in dina ändringar innan du kan slå ihop."
2484 #: builtin/merge.c:1207 git-pull.sh:34
2485 msgid "You have not concluded your merge (MERGE_HEAD exists)."
2486 msgstr "Du har inte avslutat sammanslagningen (MERGE_HEAD finns)."
2488 #: builtin/merge.c:1211
2489 msgid ""
2490 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
2491 "Please, commit your changes before you can merge."
2492 msgstr ""
2493 "Du har inte avslutat din \"cherry-pick\" (CHERRY_PICK_HEAD finns).\n"
2494 "Checka in dina ändringar innan du kan slå ihop."
2496 #: builtin/merge.c:1214
2497 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
2498 msgstr "Du har inte avslutat din \"cherry-pick\" (CHERRY_PICK_HEAD finns)."
2500 #: builtin/merge.c:1223
2501 msgid "You cannot combine --squash with --no-ff."
2502 msgstr "Du kan inte kombinera --squash med --no-ff."
2504 #: builtin/merge.c:1228
2505 msgid "You cannot combine --no-ff with --ff-only."
2506 msgstr "Du kan inte kombinera --no-ff med --ff-only."
2508 #: builtin/merge.c:1235
2509 msgid "No commit specified and merge.defaultToUpstream not set."
2510 msgstr "Ingen incheckning angiven och merge.defaultToUpstream är ej satt."
2512 #: builtin/merge.c:1266
2513 msgid "Can merge only exactly one commit into empty head"
2514 msgstr "Kan endast slå ihop en enda incheckning i ett tomt huvud."
2516 #: builtin/merge.c:1269
2517 msgid "Squash commit into empty head not supported yet"
2518 msgstr "Stöder inte en tillplattningsincheckning på ett tomt huvud ännu"
2520 #: builtin/merge.c:1271
2521 msgid "Non-fast-forward commit does not make sense into an empty head"
2522 msgstr "Icke-snabbspolad incheckning kan inte användas med ett tomt huvud"
2524 #: builtin/merge.c:1275 builtin/merge.c:1319
2525 #, c-format
2526 msgid "%s - not something we can merge"
2527 msgstr "%s - inte något vi kan slå ihop"
2529 #: builtin/merge.c:1385
2530 #, c-format
2531 msgid "Updating %s..%s\n"
2532 msgstr "Uppdaterar %s..%s\n"
2534 #: builtin/merge.c:1423
2535 #, c-format
2536 msgid "Trying really trivial in-index merge...\n"
2537 msgstr "Försöker riktigt enkel sammanslagning i indexet...\n"
2539 #: builtin/merge.c:1430
2540 #, c-format
2541 msgid "Nope.\n"
2542 msgstr "Nej.\n"
2544 #: builtin/merge.c:1462
2545 msgid "Not possible to fast-forward, aborting."
2546 msgstr "Kan inte snabbspola, avbryter."
2548 #: builtin/merge.c:1485 builtin/merge.c:1562
2549 #, c-format
2550 msgid "Rewinding the tree to pristine...\n"
2551 msgstr "Återspolar trädet till orört...\n"
2553 #: builtin/merge.c:1489
2554 #, c-format
2555 msgid "Trying merge strategy %s...\n"
2556 msgstr "Försöker sammanslagninsstrategin %s...\n"
2558 #: builtin/merge.c:1553
2559 #, c-format
2560 msgid "No merge strategy handled the merge.\n"
2561 msgstr "Ingen sammanslagningsstrategi hanterade sammanslagningen.\n"
2563 #: builtin/merge.c:1555
2564 #, c-format
2565 msgid "Merge with strategy %s failed.\n"
2566 msgstr "Sammanslaning med strategin %s misslyckades.\n"
2568 #: builtin/merge.c:1564
2569 #, c-format
2570 msgid "Using the %s to prepare resolving by hand.\n"
2571 msgstr "Använder %s för att förbereda lösning för hand.\n"
2573 #: builtin/merge.c:1575
2574 #, c-format
2575 msgid "Automatic merge went well; stopped before committing as requested\n"
2576 msgstr ""
2577 "Automatisk sammanslagning lyckades; stoppar före incheckning som önskat\n"
2579 #: builtin/mv.c:108
2580 #, c-format
2581 msgid "Checking rename of '%s' to '%s'\n"
2582 msgstr "Kontrollerar namnbyte av \"%s\" till \"%s\"\n"
2584 #: builtin/mv.c:112
2585 msgid "bad source"
2586 msgstr "felaktig källa"
2588 #: builtin/mv.c:115
2589 msgid "can not move directory into itself"
2590 msgstr "kan inte flytta katalog till sig själv"
2592 #: builtin/mv.c:118
2593 msgid "cannot move directory over file"
2594 msgstr "kan inte flytta katalog över fil"
2596 #: builtin/mv.c:128
2597 #, c-format
2598 msgid "Huh? %.*s is in index?"
2599 msgstr "Vad? %.*s är i indexet?"
2601 #: builtin/mv.c:140
2602 msgid "source directory is empty"
2603 msgstr "källkatalogen är tom"
2605 #: builtin/mv.c:171
2606 msgid "not under version control"
2607 msgstr "inte versionshanterad"
2609 #: builtin/mv.c:173
2610 msgid "destination exists"
2611 msgstr "destinationen finns"
2613 #: builtin/mv.c:181
2614 #, c-format
2615 msgid "overwriting '%s'"
2616 msgstr "skriver över \"%s\""
2618 #: builtin/mv.c:184
2619 msgid "Cannot overwrite"
2620 msgstr "Kan inte skriva över"
2622 #: builtin/mv.c:187
2623 msgid "multiple sources for the same target"
2624 msgstr "flera källor för samma mål"
2626 #: builtin/mv.c:202
2627 #, c-format
2628 msgid "%s, source=%s, destination=%s"
2629 msgstr "%s, källa=%s, mål=%s"
2631 #: builtin/mv.c:212
2632 #, c-format
2633 msgid "Renaming %s to %s\n"
2634 msgstr "Byter namn på %s till %s\n"
2636 #: builtin/mv.c:215
2637 #, c-format
2638 msgid "renaming '%s' failed"
2639 msgstr "misslyckades byta namn på \"%s\""
2641 #: builtin/notes.c:139
2642 #, c-format
2643 msgid "unable to start 'show' for object '%s'"
2644 msgstr "kunde inte starta \"show\" för objektet \"%s\""
2646 #: builtin/notes.c:145
2647 msgid "can't fdopen 'show' output fd"
2648 msgstr "kunde inte öppna (fdopen) \"show\"-utdata-filhandtag"
2650 #: builtin/notes.c:155
2651 #, c-format
2652 msgid "failed to close pipe to 'show' for object '%s'"
2653 msgstr "kunde inte stänga röret till \"show\" för objektet \"%s\""
2655 #: builtin/notes.c:158
2656 #, c-format
2657 msgid "failed to finish 'show' for object '%s'"
2658 msgstr "kunde inte avsluta \"show\" för objektet \"%s\""
2660 #: builtin/notes.c:175 builtin/tag.c:343
2661 #, c-format
2662 msgid "could not create file '%s'"
2663 msgstr "kunde inte skapa filen \"%s\""
2665 #: builtin/notes.c:189
2666 msgid "Please supply the note contents using either -m or -F option"
2667 msgstr "Ange innehåll för anteckningen med antingen -m eller -F"
2669 #: builtin/notes.c:210 builtin/notes.c:973
2670 #, c-format
2671 msgid "Removing note for object %s\n"
2672 msgstr "Tar bort anteckning för objektet %s\n"
2674 #: builtin/notes.c:215
2675 msgid "unable to write note object"
2676 msgstr "kunde inte skriva anteckningsobjekt"
2678 #: builtin/notes.c:217
2679 #, c-format
2680 msgid "The note contents has been left in %s"
2681 msgstr "Anteckningens innehåll har lämnats kvar i %s"
2683 #: builtin/notes.c:251 builtin/tag.c:521
2684 #, c-format
2685 msgid "cannot read '%s'"
2686 msgstr "kunde inte läsa \"%s\""
2688 #: builtin/notes.c:253 builtin/tag.c:524
2689 #, c-format
2690 msgid "could not open or read '%s'"
2691 msgstr "kunde inte öppna eller läsa \"%s\""
2693 #: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
2694 #: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
2695 #: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
2696 #: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:537
2697 #, c-format
2698 msgid "Failed to resolve '%s' as a valid ref."
2699 msgstr "Kunde inte slå upp \"%s\" som en giltig referens."
2701 #: builtin/notes.c:275
2702 #, c-format
2703 msgid "Failed to read object '%s'."
2704 msgstr "Kunde inte läsa objektet \"%s\"."
2706 #: builtin/notes.c:299
2707 msgid "Cannot commit uninitialized/unreferenced notes tree"
2708 msgstr "Kan inte checka in oinitierat/orefererat anteckningsträd"
2710 #: builtin/notes.c:340
2711 #, c-format
2712 msgid "Bad notes.rewriteMode value: '%s'"
2713 msgstr "Felaktigt värde för notes.rewriteMode: '%s'"
2715 #: builtin/notes.c:350
2716 #, c-format
2717 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2718 msgstr "Vägrar skriva över anteckningar i %s (utanför refs/notes/)"
2720 #. TRANSLATORS: The first %s is the name of the
2721 #. environment variable, the second %s is its value
2722 #: builtin/notes.c:377
2723 #, c-format
2724 msgid "Bad %s value: '%s'"
2725 msgstr "Felaktigt värde på %s: \"%s\""
2727 #: builtin/notes.c:441
2728 #, c-format
2729 msgid "Malformed input line: '%s'."
2730 msgstr "Felaktig indatarad: \"%s\"."
2732 #: builtin/notes.c:456
2733 #, c-format
2734 msgid "Failed to copy notes from '%s' to '%s'"
2735 msgstr "Misslyckades kopiera anteckningar från \"%s\" till \"%s\""
2737 #: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
2738 #: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
2739 #: builtin/notes.c:1033
2740 msgid "too many parameters"
2741 msgstr "för många parametrar"
2743 #: builtin/notes.c:513 builtin/notes.c:772
2744 #, c-format
2745 msgid "No note found for object %s."
2746 msgstr "Inga anteckningar hittades för objektet %s."
2748 #: builtin/notes.c:580
2749 #, c-format
2750 msgid ""
2751 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
2752 "existing notes"
2753 msgstr ""
2754 "Kan inte lägga till anteckningar. Hittade befintliga anteckningar för "
2755 "objektet %s. Använd \"-f\" för att skriva över befintliga anteckningar"
2757 #: builtin/notes.c:585 builtin/notes.c:662
2758 #, c-format
2759 msgid "Overwriting existing notes for object %s\n"
2760 msgstr "Skriver över befintliga anteckningar för objektet %s\n"
2762 #: builtin/notes.c:635
2763 msgid "too few parameters"
2764 msgstr "för få parametrar"
2766 #: builtin/notes.c:656
2767 #, c-format
2768 msgid ""
2769 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
2770 "existing notes"
2771 msgstr ""
2772 "Kan inte kopiera anteckningar. Hittade befintliga anteckningar för objektet "
2773 "%s. Använd \"-f\" för att skriva över befintliga anteckningar"
2775 #: builtin/notes.c:668
2776 #, c-format
2777 msgid "Missing notes on source object %s. Cannot copy."
2778 msgstr "Anteckningar på källobjektet %s saknas. Kan inte kopiera."
2780 #: builtin/notes.c:717
2781 #, c-format
2782 msgid ""
2783 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
2784 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
2785 msgstr ""
2786 "Flaggorna -m/-F/-c/-C rekommenderas inte för underkommandot \"edit\".\n"
2787 "Använd \"git notes add -f -m/-F/-c/-C\" istället.\n"
2789 #: builtin/notes.c:971
2790 #, c-format
2791 msgid "Object %s has no note\n"
2792 msgstr "Objektet %s har ingen anteckning\n"
2794 #: builtin/notes.c:1103
2795 #, c-format
2796 msgid "Unknown subcommand: %s"
2797 msgstr "Okänt underkommando: %s"
2799 #: builtin/pack-objects.c:2310
2800 #, c-format
2801 msgid "unsupported index version %s"
2802 msgstr "indexversionen %s stöds ej"
2804 #: builtin/pack-objects.c:2314
2805 #, c-format
2806 msgid "bad index version '%s'"
2807 msgstr "felaktig indexversion \"%s\""
2809 #: builtin/pack-objects.c:2322
2810 #, c-format
2811 msgid "option %s does not accept negative form"
2812 msgstr "flaggan %s godtar inte negativ form"
2814 #: builtin/pack-objects.c:2326
2815 #, c-format
2816 msgid "unable to parse value '%s' for option %s"
2817 msgstr "kunde inte tolka värdet \"%s\" för flaggan %s"
2819 #: builtin/push.c:44
2820 msgid "tag shorthand without <tag>"
2821 msgstr "taggförkortning utan <tagg>"
2823 #: builtin/push.c:63
2824 msgid "--delete only accepts plain target ref names"
2825 msgstr "--delete godtar endast enkla målreferensnamn"
2827 #: builtin/push.c:73
2828 #, c-format
2829 msgid ""
2830 "You are not currently on a branch.\n"
2831 "To push the history leading to the current (detached HEAD)\n"
2832 "state now, use\n"
2833 "\n"
2834 "    git push %s HEAD:<name-of-remote-branch>\n"
2835 msgstr ""
2836 "Du är inte på någon gren för närvarande.\n"
2837 "För att sända in historiken som leder till den aktuella (frånkopplat\n"
2838 "HEAD) situationen använder du\n"
2839 "\n"
2840 "    git push %s HEAD:<namn-på-fjärrgren>\n"
2842 #: builtin/push.c:80
2843 #, c-format
2844 msgid ""
2845 "The current branch %s has no upstream branch.\n"
2846 "To push the current branch and set the remote as upstream, use\n"
2847 "\n"
2848 "    git push --set-upstream %s %s\n"
2849 msgstr ""
2850 "Den aktuella grenen %s har ingen uppströmsgren.\n"
2851 "För att sända aktuell gren och ange fjärrarkiv som uppström använder du\n"
2852 "\n"
2853 "    git push --set-upstream %s %s\n"
2855 #: builtin/push.c:88
2856 #, c-format
2857 msgid "The current branch %s has multiple upstream branches, refusing to push."
2858 msgstr "Den aktuella grenen %s har flera uppströmsgrenar, vägrar sända."
2860 #: builtin/push.c:111
2861 msgid ""
2862 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
2863 msgstr ""
2864 "Du angav inga referensspecifikationer att sända, och push.default är "
2865 "\"nothing\"."
2867 #: builtin/push.c:131
2868 #, c-format
2869 msgid "Pushing to %s\n"
2870 msgstr "Sänder till %s\n"
2872 #: builtin/push.c:135
2873 #, c-format
2874 msgid "failed to push some refs to '%s'"
2875 msgstr "misslyckades sända några referenser till \"%s\""
2877 #: builtin/push.c:143
2878 #, c-format
2879 msgid ""
2880 "To prevent you from losing history, non-fast-forward updates were rejected\n"
2881 "Merge the remote changes (e.g. 'git pull') before pushing again.  See the\n"
2882 "'Note about fast-forwards' section of 'git push --help' for details.\n"
2883 msgstr ""
2884 "För att förhindra att du tappar historik har icke snabbspolande "
2885 "uppdateringar\n"
2886 "avvisats. Slå ihop fjärrändringarna (t.ex \"git pull\") innan du sänder "
2887 "igen.\n"
2888 "Se avsnittet \"Note about fast-forward\" i \"git push --help\" för "
2889 "detaljer.\n"
2891 #: builtin/push.c:160
2892 #, c-format
2893 msgid "bad repository '%s'"
2894 msgstr "felaktigt arkiv \"%s\""
2896 #: builtin/push.c:161
2897 msgid ""
2898 "No configured push destination.\n"
2899 "Either specify the URL from the command-line or configure a remote "
2900 "repository using\n"
2901 "\n"
2902 "    git remote add <name> <url>\n"
2903 "\n"
2904 "and then push using the remote name\n"
2905 "\n"
2906 "    git push <name>\n"
2907 msgstr ""
2908 "Ingen destination har angivits.\n"
2909 "Ange antingen URL:en på kommandoraden eller ställ in ett uppströmsarkiv med\n"
2910 "\n"
2911 "    git remote add <namn> <url>\n"
2912 "\n"
2913 "och sänd sedan med hjälp av fjärrnamnet\n"
2914 "\n"
2915 "    git push <namn>\n"
2917 #: builtin/push.c:176
2918 msgid "--all and --tags are incompatible"
2919 msgstr "--all och --tags är inkompatibla"
2921 #: builtin/push.c:177
2922 msgid "--all can't be combined with refspecs"
2923 msgstr "--all kan inte kombineras med referensspecifikationer"
2925 #: builtin/push.c:182
2926 msgid "--mirror and --tags are incompatible"
2927 msgstr "--mirror och --tags är inkompatibla"
2929 #: builtin/push.c:183
2930 msgid "--mirror can't be combined with refspecs"
2931 msgstr "--mirror kan inte kombineras med referensspecifikationer"
2933 #: builtin/push.c:188
2934 msgid "--all and --mirror are incompatible"
2935 msgstr "--all och --mirror är inkompatibla"
2937 #: builtin/push.c:274
2938 msgid "--delete is incompatible with --all, --mirror and --tags"
2939 msgstr "--delete är imkompatibel med --all, --mirror och --tags"
2941 #: builtin/push.c:276
2942 msgid "--delete doesn't make sense without any refs"
2943 msgstr "--delete kan inte användas utan referenser"
2945 #: builtin/reset.c:33
2946 msgid "mixed"
2947 msgstr "blandad"
2949 #: builtin/reset.c:33
2950 msgid "soft"
2951 msgstr "mjuk"
2953 #: builtin/reset.c:33
2954 msgid "hard"
2955 msgstr "hård"
2957 #: builtin/reset.c:33
2958 msgid "keep"
2959 msgstr "behåll"
2961 #: builtin/reset.c:77
2962 msgid "You do not have a valid HEAD."
2963 msgstr "Du har inte en giltig HEAD."
2965 #: builtin/reset.c:79
2966 msgid "Failed to find tree of HEAD."
2967 msgstr "Kunde inte hitta träder för HEAD."
2969 #: builtin/reset.c:85
2970 #, c-format
2971 msgid "Failed to find tree of %s."
2972 msgstr "Kunde inte hitta träder för %s."
2974 #: builtin/reset.c:96
2975 msgid "Could not write new index file."
2976 msgstr "Kunde inte skriva ny indexfil."
2978 #: builtin/reset.c:106
2979 #, c-format
2980 msgid "HEAD is now at %s"
2981 msgstr "HEAD är nu på %s"
2983 #: builtin/reset.c:130
2984 msgid "Could not read index"
2985 msgstr "Kunde inte läsa indexet"
2987 #: builtin/reset.c:133
2988 msgid "Unstaged changes after reset:"
2989 msgstr "Oköade ändringar efter återställning:"
2991 #: builtin/reset.c:223
2992 #, c-format
2993 msgid "Cannot do a %s reset in the middle of a merge."
2994 msgstr "Kan inte utföra en %s återställning mitt i en sammanslagning."
2996 #: builtin/reset.c:297
2997 #, c-format
2998 msgid "Could not parse object '%s'."
2999 msgstr "Kan inte tolka objektet \"%s\""
3001 #: builtin/reset.c:302
3002 msgid "--patch is incompatible with --{hard,mixed,soft}"
3003 msgstr "--patch är inkompatibel med --{hard,mixed,soft}"
3005 #: builtin/reset.c:311
3006 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
3007 msgstr ""
3008 "--mixed rekommenderas inte med sökvägar; använd \"git reset -- <sökvägar>\"."
3010 #: builtin/reset.c:313
3011 #, c-format
3012 msgid "Cannot do %s reset with paths."
3013 msgstr "Kan inte göra %s återställning med sökvägar."
3015 #: builtin/reset.c:325
3016 #, c-format
3017 msgid "%s reset is not allowed in a bare repository"
3018 msgstr "%s återställning tillåts inte i ett naket arkiv"
3020 #: builtin/reset.c:341
3021 #, c-format
3022 msgid "Could not reset index file to revision '%s'."
3023 msgstr "Kunde inte återställa indexfilen till versionen \"%s\"."
3025 #: builtin/revert.c:70 builtin/revert.c:91
3026 #, c-format
3027 msgid "%s: %s cannot be used with %s"
3028 msgstr "%s: %s kan inte användas med %s"
3030 #: builtin/revert.c:126
3031 msgid "program error"
3032 msgstr "programfel"
3034 #: builtin/revert.c:209
3035 msgid "revert failed"
3036 msgstr "\"revert\" misslyckades"
3038 #: builtin/revert.c:224
3039 msgid "cherry-pick failed"
3040 msgstr "\"cherry-pick\" misslyckades"
3042 #: builtin/rm.c:109
3043 #, c-format
3044 msgid ""
3045 "'%s' has staged content different from both the file and the HEAD\n"
3046 "(use -f to force removal)"
3047 msgstr ""
3048 "\"%s\" har köat ändringar som skiljer sig både från filen och HEAD\n"
3049 "(använd -f för att tvinga borttagning)"
3051 #: builtin/rm.c:115
3052 #, c-format
3053 msgid ""
3054 "'%s' has changes staged in the index\n"
3055 "(use --cached to keep the file, or -f to force removal)"
3056 msgstr ""
3057 "\"%s\" har köade ändringar i indexet\n"
3058 "(använd --cached för att behålla filen eller -f för att tvinga borttagning)"
3060 #: builtin/rm.c:119
3061 #, c-format
3062 msgid ""
3063 "'%s' has local modifications\n"
3064 "(use --cached to keep the file, or -f to force removal)"
3065 msgstr ""
3066 "\"%s\" har lokala ändringar\n"
3067 "(använd --cached för att behålla filen eller -f för att tvinga borttagning)"
3069 #: builtin/rm.c:194
3070 #, c-format
3071 msgid "not removing '%s' recursively without -r"
3072 msgstr "tar inte bort \"%s\" rekursivt utan -r"
3074 #: builtin/rm.c:230
3075 #, c-format
3076 msgid "git rm: unable to remove %s"
3077 msgstr "git rm: kan inte ta bort %s"
3079 #: builtin/shortlog.c:157
3080 #, c-format
3081 msgid "Missing author: %s"
3082 msgstr "Författare saknas: %s"
3084 #: builtin/tag.c:58
3085 #, c-format
3086 msgid "malformed object at '%s'"
3087 msgstr "felformat objekt vid \"%s\""
3089 #: builtin/tag.c:205
3090 #, c-format
3091 msgid "tag name too long: %.*s..."
3092 msgstr "taggnamnet för långt: %.*s..."
3094 #: builtin/tag.c:210
3095 #, c-format
3096 msgid "tag '%s' not found."
3097 msgstr "taggen \"%s\" hittades inte."
3099 #: builtin/tag.c:225
3100 #, c-format
3101 msgid "Deleted tag '%s' (was %s)\n"
3102 msgstr "Tog bort tagg \"%s\" (var %s)\n"
3104 #: builtin/tag.c:237
3105 #, c-format
3106 msgid "could not verify the tag '%s'"
3107 msgstr "kunde inte bekräfta taggen \"%s\""
3109 #: builtin/tag.c:247
3110 msgid ""
3111 "\n"
3112 "#\n"
3113 "# Write a tag message\n"
3114 "# Lines starting with '#' will be ignored.\n"
3115 "#\n"
3116 msgstr ""
3117 "\n"
3118 "#\n"
3119 "# Skriv ett taggmeddelande\n"
3120 "# Rader som inleds med \"#\" ignoreras.\n"
3121 "#\n"
3123 #: builtin/tag.c:254
3124 msgid ""
3125 "\n"
3126 "#\n"
3127 "# Write a tag message\n"
3128 "# Lines starting with '#' will be kept; you may remove them yourself if you "
3129 "want to.\n"
3130 "#\n"
3131 msgstr ""
3132 "\n"
3133 "#\n"
3134 "# Skriv ett taggmeddelande\n"
3135 "# Rader som inleds med \"#\" kommer behållas; du kan själv ta bort dem om\n"
3136 "# du vill.\n"
3137 "#\n"
3139 #: builtin/tag.c:294
3140 msgid "unable to sign the tag"
3141 msgstr "kunde inte signera taggen"
3143 #: builtin/tag.c:296
3144 msgid "unable to write tag file"
3145 msgstr "kunde inte skriva tagg-filen"
3147 #: builtin/tag.c:321
3148 msgid "bad object type."
3149 msgstr "felaktig objekttyp"
3151 #: builtin/tag.c:334
3152 msgid "tag header too big."
3153 msgstr "tagghuvud för stort."
3155 #: builtin/tag.c:366
3156 msgid "no tag message?"
3157 msgstr "inget taggmeddelande?"
3159 #: builtin/tag.c:372
3160 #, c-format
3161 msgid "The tag message has been left in %s\n"
3162 msgstr "Taggmeddelandet har lämnats i %s\n"
3164 #: builtin/tag.c:421
3165 msgid "switch 'points-at' requires an object"
3166 msgstr "flaggan \"points-at\" behöver ett object"
3168 #: builtin/tag.c:423
3169 #, c-format
3170 msgid "malformed object name '%s'"
3171 msgstr "felformat objektnamn \"%s\""
3173 #: builtin/tag.c:502
3174 msgid "-n option is only allowed with -l."
3175 msgstr "Flaggan -n är endast tillåten tillsammans med -l."
3177 #: builtin/tag.c:504
3178 msgid "--contains option is only allowed with -l."
3179 msgstr "Flaggan --contains är endast tillåten tillsammans med -l"
3181 #: builtin/tag.c:506
3182 msgid "--points-at option is only allowed with -l."
3183 msgstr "Flaggan --points-at är endast tillåten tillsammans med -l."
3185 #: builtin/tag.c:514
3186 msgid "only one -F or -m option is allowed."
3187 msgstr "endast en av flaggorna -F eller -m tillåts."
3189 #: builtin/tag.c:534
3190 msgid "too many params"
3191 msgstr "för många parametrar"
3193 #: builtin/tag.c:540
3194 #, c-format
3195 msgid "'%s' is not a valid tag name."
3196 msgstr "\"%s\" är inte ett giltigt taggnamn."
3198 #: builtin/tag.c:545
3199 #, c-format
3200 msgid "tag '%s' already exists"
3201 msgstr "taggen \"%s\" finns redan"
3203 #: builtin/tag.c:563
3204 #, c-format
3205 msgid "%s: cannot lock the ref"
3206 msgstr "%s: kan inte låsa referensen"
3208 #: builtin/tag.c:565
3209 #, c-format
3210 msgid "%s: cannot update the ref"
3211 msgstr "%s: kan inte uppdatera referensen"
3213 #: builtin/tag.c:567
3214 #, c-format
3215 msgid "Updated tag '%s' (was %s)\n"
3216 msgstr "Uppdaterad tagg \"%s\" (var %s)\n"
3218 #: git-am.sh:49
3219 msgid "You need to set your committer info first"
3220 msgstr "Du måste ställa in din incheckarinformation först"
3222 #: git-am.sh:136
3223 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3224 msgstr ""
3225 "Arkivet saknar objekt som behövs för att falla tillbaka på 3-"
3226 "vägssammanslagning."
3228 #: git-am.sh:147
3229 msgid ""
3230 "Did you hand edit your patch?\n"
3231 "It does not apply to blobs recorded in its index."
3232 msgstr ""
3233 "Har du handredigerat din patch?\n"
3234 "Den kan inte appliceras på blobbar som antecknats i dess index."
3236 #: git-am.sh:156
3237 msgid "Falling back to patching base and 3-way merge..."
3238 msgstr ""
3239 "Faller tillbaka på att pacha grundversionen och trevägssammanslagning..."
3241 #: git-am.sh:268
3242 msgid "Only one StGIT patch series can be applied at once"
3243 msgstr "Endast en StGIT-patchserie kan appliceras åt gången"
3245 #: git-am.sh:355
3246 #, sh-format
3247 msgid "Patch format $patch_format is not supported."
3248 msgstr "Patchformatet $patch_format stöds inte."
3250 #: git-am.sh:357
3251 msgid "Patch format detection failed."
3252 msgstr "Misslyckades detektera patchformat."
3254 #: git-am.sh:409
3255 msgid "-d option is no longer supported.  Do not use."
3256 msgstr "Flaggan -d stöds inte lägre. Använd inte."
3258 #: git-am.sh:472
3259 #, sh-format
3260 msgid "previous rebase directory $dotest still exists but mbox given."
3261 msgstr "tidigare rebase-katalog $dotest finns fortfarande, men mbox angavs."
3263 #: git-am.sh:477
3264 msgid "Please make up your mind. --skip or --abort?"
3265 msgstr "Bestäm dig. --skip eller --abort?"
3267 #: git-am.sh:504
3268 msgid "Resolve operation not in progress, we are not resuming."
3269 msgstr "Lösningsoperation pågår inte, vi återupptar inte."
3271 #: git-am.sh:570
3272 #, sh-format
3273 msgid "Dirty index: cannot apply patches (dirty: $files)"
3274 msgstr "Smutsigt index: kan inte applicera patchar (smutsiga: $files)"
3276 #: git-am.sh:746
3277 msgid "cannot be interactive without stdin connected to a terminal."
3278 msgstr ""
3279 "kan inte vara interaktiv om standard in inte är ansluten till en terminal."
3281 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3282 #. in your translation. The program will only accept English
3283 #. input at this point.
3284 #: git-am.sh:757
3285 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
3286 msgstr "Applicera? Y=ja/N=nej/E=redigera/V=visa patch/A=godta alla "
3288 #: git-am.sh:793
3289 #, sh-format
3290 msgid "Applying: $FIRSTLINE"
3291 msgstr "Applicerar: $FIRSTLINE"
3293 #: git-am.sh:838
3294 msgid "No changes -- Patch already applied."
3295 msgstr "Inga ändringar -- Patchen har redan applicerats."
3297 #: git-am.sh:864
3298 msgid "applying to an empty history"
3299 msgstr "applicerar på en tom historik"
3301 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3302 #. translation. The program will only accept English input
3303 #. at this point.
3304 #: git-bisect.sh:54
3305 msgid "Do you want me to do it for you [Y/n]? "
3306 msgstr "Vill du att jag ska göra det åt dig [Y=ja/N=nej]?"
3308 #: git-bisect.sh:95
3309 #, sh-format
3310 msgid "unrecognised option: '$arg'"
3311 msgstr "flaggan känns inte igen: \"$arg\""
3313 #: git-bisect.sh:99
3314 #, sh-format
3315 msgid "'$arg' does not appear to be a valid revision"
3316 msgstr "\"$arg\" verkar inte vara en giltig revision"
3318 #: git-bisect.sh:117
3319 msgid "Bad HEAD - I need a HEAD"
3320 msgstr "Felaktigt HEAD - Jag behöver ett HEAD"
3322 #: git-bisect.sh:130
3323 #, sh-format
3324 msgid ""
3325 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
3326 msgstr ""
3327 "Misslyckades checka ut \"$start_head\". Försök \"git bisect reset "
3328 "<giltiggren>\""
3330 # cogito-relaterat
3331 #: git-bisect.sh:140
3332 msgid "won't bisect on seeked tree"
3333 msgstr "kör inte \"bisect\" på ett \"seeked\"-träd"
3335 #: git-bisect.sh:144
3336 msgid "Bad HEAD - strange symbolic ref"
3337 msgstr "Felaktigt HEAD - konstig symbolisk referens"
3339 #: git-bisect.sh:189
3340 #, sh-format
3341 msgid "Bad bisect_write argument: $state"
3342 msgstr "Felaktigt argument till bisect_write: $state"
3344 #: git-bisect.sh:218
3345 #, sh-format
3346 msgid "Bad rev input: $arg"
3347 msgstr "Felaktig rev-indata: $arg"
3349 #: git-bisect.sh:232
3350 msgid "Please call 'bisect_state' with at least one argument."
3351 msgstr "Anropa \"bisect_state\" med minst ett argument."
3353 #: git-bisect.sh:244
3354 #, sh-format
3355 msgid "Bad rev input: $rev"
3356 msgstr "Felaktig rev-indata: $rev"
3358 #: git-bisect.sh:250
3359 msgid "'git bisect bad' can take only one argument."
3360 msgstr "\"git bisect bad\" kan bara ta ett argument."
3362 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3363 #. translation. The program will only accept English input
3364 #. at this point.
3365 #: git-bisect.sh:279
3366 msgid "Are you sure [Y/n]? "
3367 msgstr "Är du säker [Y=ja/N=nej]? "
3369 #: git-bisect.sh:354
3370 #, sh-format
3371 msgid "'$invalid' is not a valid commit"
3372 msgstr "\"$invalid\" är inte en giltig incheckning"
3374 #: git-bisect.sh:363
3375 #, sh-format
3376 msgid ""
3377 "Could not check out original HEAD '$branch'.\n"
3378 "Try 'git bisect reset <commit>'."
3379 msgstr ""
3380 "Kunde inte checka ut original-HEAD \"$branch\".\n"
3381 "Försök \"git bisect reset <incheckning>\"."
3383 #: git-bisect.sh:390
3384 msgid "No logfile given"
3385 msgstr "Ingen loggfil angiven"
3387 #: git-bisect.sh:391
3388 #, sh-format
3389 msgid "cannot read $file for replaying"
3390 msgstr "kan inte läsa $file för uppspelning"
3392 #: git-bisect.sh:408
3393 msgid "?? what are you talking about?"
3394 msgstr "?? vad menar du?"
3396 #: git-bisect.sh:474
3397 msgid "We are not bisecting."
3398 msgstr "Vi utför ingen bisect för tillfället."
3400 #: git-pull.sh:21
3401 msgid ""
3402 "Pull is not possible because you have unmerged files.\n"
3403 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
3404 "as appropriate to mark resolution, or use 'git commit -a'."
3405 msgstr ""
3406 "Du kan inte göra en \"pull\" då du har ändringar som inte checkats in.\n"
3407 "Rätta dem i din arbetskatalog och använd sedan \"git add/rm <fil>\"\n"
3408 "där det är lämpligt för att ange lösning, eller använd \"git commit -a\"."
3410 #: git-pull.sh:25
3411 msgid "Pull is not possible because you have unmerged files."
3412 msgstr "Du kan inte göra en \"pull\" då du har ändringar som inte checkats in."
3414 #: git-pull.sh:197
3415 msgid "updating an unborn branch with changes added to the index"
3416 msgstr "uppdaterar en ofödd gren med ändringar som lagts till i indexet"
3418 #: git-pull.sh:253
3419 msgid "Cannot merge multiple branches into empty head"
3420 msgstr "Kan inte slå ihop flera grenar i ett tomt huvud."
3422 #: git-pull.sh:257
3423 msgid "Cannot rebase onto multiple branches"
3424 msgstr "Kan inte utföra en \"rebase\" ovanpå flera grenar"
3426 #: git-stash.sh:51
3427 msgid "git stash clear with parameters is unimplemented"
3428 msgstr "\"git stash clear\" med parametrar har inte implementerats"
3430 #: git-stash.sh:74
3431 msgid "You do not have the initial commit yet"
3432 msgstr "Du har inte den första incheckningen ännu"
3434 #: git-stash.sh:89
3435 msgid "Cannot save the current index state"
3436 msgstr "Kan inte spara aktuellt tillstånd för indexet"
3438 #: git-stash.sh:123 git-stash.sh:136
3439 msgid "Cannot save the current worktree state"
3440 msgstr "Kan inte spara aktuellt tillstånd för arbetskatalogen"
3442 #: git-stash.sh:140
3443 msgid "No changes selected"
3444 msgstr "Inga ändringar valda"
3446 #: git-stash.sh:143
3447 msgid "Cannot remove temporary index (can't happen)"
3448 msgstr "Kan inte ta bort temporärt index (kan inte inträffa)"
3450 #: git-stash.sh:156
3451 msgid "Cannot record working tree state"
3452 msgstr "Kan inte registrera tillstånd för arbetskatalog"
3454 #: git-stash.sh:223
3455 msgid "No local changes to save"
3456 msgstr "Inga lokala ändringar att spara"
3458 #: git-stash.sh:227
3459 msgid "Cannot initialize stash"
3460 msgstr "Kan inte initiera \"stash\""
3462 #: git-stash.sh:235
3463 msgid "Cannot save the current status"
3464 msgstr "Kan inte spara aktuell status"
3466 #: git-stash.sh:253
3467 msgid "Cannot remove worktree changes"
3468 msgstr "Kan inte ta bort ändringar i arbetskatalogen"
3470 #: git-stash.sh:352
3471 msgid "No stash found."
3472 msgstr "Ingen \"stash\" hittades."
3474 #: git-stash.sh:359
3475 #, sh-format
3476 msgid "Too many revisions specified: $REV"
3477 msgstr "För många revisioner angivna: $REV"
3479 #: git-stash.sh:365
3480 #, sh-format
3481 msgid "$reference is not valid reference"
3482 msgstr "$reference är inte en giltig referens."
3484 #: git-stash.sh:393
3485 #, sh-format
3486 msgid "'$args' is not a stash-like commit"
3487 msgstr "\"$args\" är inte en \"stash\"-liknande incheckning"
3489 #: git-stash.sh:404
3490 #, sh-format
3491 msgid "'$args' is not a stash reference"
3492 msgstr "\"$args\" är inte en \"stash\"-referens"
3494 #: git-stash.sh:412
3495 msgid "unable to refresh index"
3496 msgstr "kan inte uppdatera indexet"
3498 #: git-stash.sh:416
3499 msgid "Cannot apply a stash in the middle of a merge"
3500 msgstr "Kan inte applicera en \"stash\" mitt i en sammanslagning"
3502 #: git-stash.sh:424
3503 msgid "Conflicts in index. Try without --index."
3504 msgstr "Konflikter i indexet. Testa utan --index."
3506 #: git-stash.sh:426
3507 msgid "Could not save index tree"
3508 msgstr "Kunde inte spara indexträd"
3510 #: git-stash.sh:460
3511 msgid "Cannot unstage modified files"
3512 msgstr "Kan inte ta bort ändrade filer ur kön"
3514 #: git-stash.sh:491
3515 #, sh-format
3516 msgid "Dropped ${REV} ($s)"
3517 msgstr "Kastade ${REV} ($s)"
3519 #: git-stash.sh:492
3520 #, sh-format
3521 msgid "${REV}: Could not drop stash entry"
3522 msgstr "${REV}: Kunde inte kasta \"stash\"-post"
3524 #: git-stash.sh:499
3525 msgid "No branch name specified"
3526 msgstr "Inget grennamn angavs"
3528 #: git-stash.sh:570
3529 msgid "(To restore them type \"git stash apply\")"
3530 msgstr "(För att återställa dem, skriv \"git stash apply\")"
3532 #: git-submodule.sh:56
3533 #, sh-format
3534 msgid "cannot strip one component off url '$remoteurl'"
3535 msgstr "kan inte ta bort en komponent från url:en \"$remoteurl\""
3537 #: git-submodule.sh:108
3538 #, sh-format
3539 msgid "No submodule mapping found in .gitmodules for path '$path'"
3540 msgstr "Hittade ingen undermodulmappning i .gitmodules för sökvägen \"$path\""
3542 #: git-submodule.sh:173
3543 #, sh-format
3544 msgid "Clone of '$url' into submodule path '$path' failed"
3545 msgstr "Misslyckades klona \"$url\" till undermodulsökvägen \"$path\""
3547 #: git-submodule.sh:247
3548 #, sh-format
3549 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
3550 msgstr "arkiv-URL: \"$repo\" måste vara absolut eller börja med ./|../"
3552 #: git-submodule.sh:264
3553 #, sh-format
3554 msgid "'$path' already exists in the index"
3555 msgstr "\"$path\" finns redan i indexet"
3557 #: git-submodule.sh:281
3558 #, sh-format
3559 msgid "'$path' already exists and is not a valid git repo"
3560 msgstr "\"$path\" finns redan och är inte ett giltigt git-arkiv"
3562 #: git-submodule.sh:295
3563 #, sh-format
3564 msgid "Unable to checkout submodule '$path'"
3565 msgstr "Kan inte checka ut undermodul \"$path\""
3567 #: git-submodule.sh:300
3568 #, sh-format
3569 msgid "Failed to add submodule '$path'"
3570 msgstr "Misslyckades lägga till underkatalog \"$path\""
3572 #: git-submodule.sh:305
3573 #, sh-format
3574 msgid "Failed to register submodule '$path'"
3575 msgstr "Misslyckades registrera undermodul \"$path\""
3577 #: git-submodule.sh:347
3578 #, sh-format
3579 msgid "Entering '$prefix$path'"
3580 msgstr "Går in i \"$prefix$path\""
3582 #: git-submodule.sh:359
3583 #, sh-format
3584 msgid "Stopping at '$path'; script returned non-zero status."
3585 msgstr "Stoppar på \"$path\"; skriptet returnerade en status skild från noll."
3587 #: git-submodule.sh:401
3588 #, sh-format
3589 msgid "No url found for submodule path '$path' in .gitmodules"
3590 msgstr "Hittade ingen url för undermodulsökvägen \"$path\" i .gitmodules"
3592 #: git-submodule.sh:410
3593 #, sh-format
3594 msgid "Failed to register url for submodule path '$path'"
3595 msgstr "Misslyckades registrera url för underkatalogsökväg \"$path\""
3597 #: git-submodule.sh:418
3598 #, sh-format
3599 msgid "Failed to register update mode for submodule path '$path'"
3600 msgstr ""
3601 "Misslyckades registrera uppdateringsläge för undermodulsökväg \"$path\""
3603 #: git-submodule.sh:420
3604 #, sh-format
3605 msgid "Submodule '$name' ($url) registered for path '$path'"
3606 msgstr "Undermodulen \"$name\" ($url) registrerad för sökvägen \"$path\""
3608 #: git-submodule.sh:519
3609 #, sh-format
3610 msgid ""
3611 "Submodule path '$path' not initialized\n"
3612 "Maybe you want to use 'update --init'?"
3613 msgstr ""
3614 "Undermodulen \"$path\" har inte initierats\n"
3615 "Kanske du vill köra \"update --init\"?"
3617 #: git-submodule.sh:532
3618 #, sh-format
3619 msgid "Unable to find current revision in submodule path '$path'"
3620 msgstr "Kan inte hitta aktuell revision i undermodulsökväg \"$path\""
3622 #: git-submodule.sh:551
3623 #, sh-format
3624 msgid "Unable to fetch in submodule path '$path'"
3625 msgstr "Kan inte hämta i undermodulsökväg \"$path\""
3627 #: git-submodule.sh:565
3628 #, sh-format
3629 msgid "Unable to rebase '$sha1' in submodule path '$path'"
3630 msgstr "Kan inte göra \"rebase\" av \"$sha1\" i undermodulsökväg \"$path\""
3632 #: git-submodule.sh:566
3633 #, sh-format
3634 msgid "Submodule path '$path': rebased into '$sha1'"
3635 msgstr "Undermodulsökvägen \"$path\": \"rebase\":ad in i \"$sha1\""
3637 #: git-submodule.sh:571
3638 #, sh-format
3639 msgid "Unable to merge '$sha1' in submodule path '$path'"
3640 msgstr "Kan inte slå ihop \"$sha1\" i undermodulsökvägen \"$path\""
3642 #: git-submodule.sh:572
3643 #, sh-format
3644 msgid "Submodule path '$path': merged in '$sha1'"
3645 msgstr "Undermodulsökvägen \"$path\": sammanslagen i \"$sha1\""
3647 #: git-submodule.sh:577
3648 #, sh-format
3649 msgid "Unable to checkout '$sha1' in submodule path '$path'"
3650 msgstr "Kan inte checka ut \"$sha1\" i undermodulsökvägen \"$path\""
3652 #: git-submodule.sh:578
3653 #, sh-format
3654 msgid "Submodule path '$path': checked out '$sha1'"
3655 msgstr "Undermodulsökvägen \"$path\": checkade ut \"$sha1\""
3657 #: git-submodule.sh:600 git-submodule.sh:923
3658 #, sh-format
3659 msgid "Failed to recurse into submodule path '$path'"
3660 msgstr "Misslyckades rekursera in i undermodulsökvägen \"$path\""
3662 #: git-submodule.sh:708
3663 msgid "--"
3664 msgstr "--"
3666 #: git-submodule.sh:766
3667 #, sh-format
3668 msgid "  Warn: $name doesn't contain commit $sha1_src"
3669 msgstr "  Varning: $name innehåller inte incheckning $sha1_src"
3671 #: git-submodule.sh:769
3672 #, sh-format
3673 msgid "  Warn: $name doesn't contain commit $sha1_dst"
3674 msgstr "  Varning: $name innehåller inte incheckning $sha1_dst"
3676 #: git-submodule.sh:772
3677 #, sh-format
3678 msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
3679 msgstr "  Varning: $name innehåller inte incheckningar $sha1_src och $sha1_dst"
3681 #: git-submodule.sh:797
3682 msgid "blob"
3683 msgstr "blob"
3685 #: git-submodule.sh:798
3686 msgid "submodule"
3687 msgstr "undermodul"
3689 #: git-submodule.sh:969
3690 #, sh-format
3691 msgid "Synchronizing submodule url for '$name'"
3692 msgstr "Synkroniserar undermodul-url för \"$name\""
3694 #~ msgid "# Changed but not updated:"
3695 #~ msgstr "# Ändrade men inte uppdaterade:"
3697 #~ msgid "A branch named '%s' already exists."
3698 #~ msgstr "Det finns redan en gren som heter \"%s\""
3700 #~ msgid "path '%s' does not have all 3 versions"
3701 #~ msgstr "sökvägen \"%s\" har inte alla 3 versionerna"
3703 #~ msgid "git checkout: we do not like '%s' as a branch name."
3704 #~ msgstr "git checkout: vi tycker inte om \"%s\" som namn på en gren."
3706 #~ msgid "git checkout: branch %s already exists"
3707 #~ msgstr "git checkout: grenen %s finns redan"
3709 #~ msgid "Paths with --interactive does not make sense."
3710 #~ msgstr "Kan inte ange sökvägar med --interactive."
3712 #~ msgid "No HEAD commit to compare with (yet)"
3713 #~ msgstr "Ingen HEAD-incheckning att jämföra med (ännu)"
3715 #~ msgid "cannot mix --fixed-strings and regexp"
3716 #~ msgstr "kan inte blanda --fixed-strings och reguljära uttryck"
3718 #~ msgid "invalid --decorate option: %s"
3719 #~ msgstr "felaktigt värde till --decorate: %s"
3721 #~ msgid "%s; will overwrite!"
3722 #~ msgstr "%s; kommer skriva över!"
3724 #~ msgid "Failed to write current notes tree to database"
3725 #~ msgstr "Kunde inte skriva aktuellt anteckningsträd till databasen"
3727 #~ msgid "Failed to commit notes tree to database"
3728 #~ msgstr "Kunde inte checka in anteckningsträd i databasen"
3730 # FIXME: Untranslatable!
3732 #~ msgid "Refusing to %s notes in %s (outside of refs/notes/)"
3733 #~ msgstr "Vägrar %s anteckningar i %s (utanför refs/notes/)"
3735 #~ msgid "list"
3736 #~ msgstr "list"
3738 #~ msgid "add"
3739 #~ msgstr "add"
3741 #~ msgid "copy"
3742 #~ msgstr "copy"
3744 #~ msgid "show"
3745 #~ msgstr "show"
3747 #~ msgid "remove"
3748 #~ msgstr "remove"
3750 #~ msgid "prune"
3751 #~ msgstr "prune"
3753 #~ msgid "The current branch %s is not tracking anything."
3754 #~ msgstr "Den aktuella grenen %s spårar ingenting."
3756 #~ msgid "No destination configured to push to."
3757 #~ msgstr "Har inte ställt in någon destination att sända till."
3759 #~ msgid "Reflog action message too long: %.*s..."
3760 #~ msgstr "Reflog-händelsemeddelande för långt: %.*s..."
3762 #~ msgid "Could not read commit message of %s"
3763 #~ msgstr "Kunde inte läsa incheckningsmeddelandet för %s"
3765 #~ msgid "Could not extract author email from %s"
3766 #~ msgstr "Kunde inte hämta författarens e-postadress från %s"
3768 #~ msgid "Could not extract author time from %s"
3769 #~ msgstr "Kunde inte hämta författartid från %s"
3771 #~ msgid "No author information found in %s"
3772 #~ msgstr "Hittade ingen författarinformation i %s"
3774 #~ msgid "cherry-pick --ff cannot be used with --signoff"
3775 #~ msgstr "cherry-pick --ff kan inte användas med --signoff"
3777 #~ msgid "cherry-pick --ff cannot be used with --no-commit"
3778 #~ msgstr "cherry-pick --ff kan inte användas med --no-commit"
3780 #~ msgid "cherry-pick --ff cannot be used with -x"
3781 #~ msgstr "cherry-pick --ff kan inte användas med -x"
3783 #~ msgid "cherry-pick --ff cannot be used with --edit"
3784 #~ msgstr "cherry-pick --ff kan inte användas med --edit"
3786 #~ msgid "committer info too long."
3787 #~ msgstr "incheckarinformation för lång."
3789 #~ msgid ""
3790 #~ "\n"
3791 #~ "#\n"
3792 #~ "# Write a tag message\n"
3793 #~ "#\n"
3794 #~ msgstr ""
3795 #~ "\n"
3796 #~ "#\n"
3797 #~ "# Skriv ett taggmeddelande\n"
3798 #~ "#\n"
3800 #~ msgid "signing key value too long (%.10s...)"
3801 #~ msgstr "signeringsnyckelvärdet för långt (%.10s...)"
3803 #~ msgid ""
3804 #~ "When you have resolved this problem run \"$cmdline --resolved\".\n"
3805 #~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
3806 #~ "To restore the original branch and stop patching run \"$cmdline --abort\"."
3807 #~ msgstr ""
3808 #~ "När du har löst problemet kör du \"$cmdline --resolved\".\n"
3809 #~ "Om du vill hoppa över patchen kör du istället \"$cmdline --skip\".\n"
3810 #~ "För att återställa originalgrenen och avbryta kör du \"$cmdline --abort\"."
3812 #~ msgid ""
3813 #~ "Patch is empty.  Was it split wrong?\n"
3814 #~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
3815 #~ "To restore the original branch and stop patching run \"$cmdline --abort\"."
3816 #~ msgstr ""
3817 #~ "Patchen är tom. Delades den upp felaktigt?\n"
3818 #~ "Om du vill hoppa över patchen kör du istället \"$cmdline --skip\".\n"
3819 #~ "För att återställa originalgrenen och avbryta kör du \"$cmdline --abort\"."
3821 #~ msgid "Patch does not have a valid e-mail address."
3822 #~ msgstr "Patchen har inte någon giltig e-postadress."
3824 #~ msgid "Commit Body is:"
3825 #~ msgstr "Incheckningskroppen är:"
3827 #~ msgid ""
3828 #~ "No changes - did you forget to use 'git add'?\n"
3829 #~ "If there is nothing left to stage, chances are that something else\n"
3830 #~ "already introduced the same changes; you might want to skip this patch."
3831 #~ msgstr ""
3832 #~ "Inga ändringar - glömde du använda \"git add\"?\n"
3833 #~ "Om det inte är något kvar att köa kan det hända att något annat redan\n"
3834 #~ "introducerat samma ändringar; kanske du bör hoppa över patchen."
3836 #~ msgid ""
3837 #~ "You still have unmerged paths in your index\n"
3838 #~ "did you forget to use 'git add'?"
3839 #~ msgstr ""
3840 #~ "Du har fortfarande sökvägar som inte slagits samman i ditt index\n"
3841 #~ "glömde du använda \"git add\"?"
3843 #~ msgid "Patch failed at $msgnum $FIRSTLINE"
3844 #~ msgstr "Patchen misslyckades vid $msgnum $FIRSTLINE"
3846 #, fuzzy
3847 #~ msgid "You need to start by \"git bisect start\""
3848 #~ msgstr "Du måste ställa in din incheckarinformation först"
3850 #, fuzzy
3851 #~ msgid "Index was not unstashed."
3852 #~ msgstr "kunde köra stash."
3854 #, fuzzy
3855 #~ msgid "# Submodules changed but not updated:"
3856 #~ msgstr "# Ändrade men inte uppdaterade:"
3858 #, fuzzy
3859 #~ msgid "# Submodule changes to be committed:"
3860 #~ msgstr "# Ändringar att checka in:"