l10n: de.po: translate 260 new messages

Translate 260 new message came from git.pot updates in 9fa976f (l10n: git.pot: v2.10.0 round 1 (248 new, 56 removed)) and 5bd166d (l10n: git.pot: v2.10.0 round 2 (12 new, 44 removed)). Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Acked-by: Matthias Rüster <matthias.ruester@gmail.com>

Ralf Thielow committed Oct 12, 2016 at 18:31 UTC 6fcf786e11d1df4b6c868a826c5016c9ac23c60d
1 file changed +2785 -2389
po/de.po
+2785 -2389
@@ -1,13 +1,13 @@
1 # German translations for Git.
2 -# Copyright (C) 2010-2015 Ralf Thielow <ralf.thielow@gmail.com>
2 +# Copyright (C) 2010-2016 Ralf Thielow <ralf.thielow@gmail.com>
3 # This file is distributed under the same license as the Git package.
4 -# Ralf Thielow <ralf.thielow@gmail.com>, 2010-2015.
4 +# Ralf Thielow <ralf.thielow@gmail.com>, 2010-2016.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: Git\n"
9 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10 -"POT-Creation-Date: 2016-05-24 23:42+0800\n"
10 +"POT-Creation-Date: 2016-08-27 23:21+0800\n"
11 "PO-Revision-Date: 2015-01-21 15:01+0800\n"
12 "Last-Translator: Ralf Thielow <ralf.thielow@gmail.com>\n"
13 "Language-Team: German <>\n"
@@ -22,7 +22,32 @@ msgstr ""
22 msgid "hint: %.*s\n"
23 msgstr "Hinweis: %.*s\n"
24
25 -#: advice.c:88
25 +#: advice.c:83
26 +msgid "Cherry-picking is not possible because you have unmerged files."
27 +msgstr "Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
28 +
29 +#: advice.c:85
30 +msgid "Committing is not possible because you have unmerged files."
31 +msgstr "Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
32 +
33 +#: advice.c:87
34 +msgid "Merging is not possible because you have unmerged files."
35 +msgstr "Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
36 +
37 +#: advice.c:89
38 +msgid "Pulling is not possible because you have unmerged files."
39 +msgstr "Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
40 +
41 +#: advice.c:91
42 +msgid "Reverting is not possible because you have unmerged files."
43 +msgstr "Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
44 +
45 +#: advice.c:93
46 +#, c-format
47 +msgid "It is not possible to %s because you have unmerged files."
48 +msgstr "%s ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
49 +
50 +#: advice.c:101
51 msgid ""
52 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
53 "as appropriate to mark resolution and make a commit."
@@ -31,18 +56,52 @@ msgstr ""
56 "dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n"
57 "und zu committen."
58
34 -#: advice.c:101 builtin/merge.c:1238
59 +#: advice.c:109
60 +msgid "Exiting because of an unresolved conflict."
61 +msgstr "Beende wegen unaufgelöstem Konflikt."
62 +
63 +#: advice.c:114 builtin/merge.c:1181
64 msgid "You have not concluded your merge (MERGE_HEAD exists)."
65 msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."
66
38 -#: advice.c:103
67 +#: advice.c:116
68 msgid "Please, commit your changes before merging."
69 msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen."
70
42 -#: advice.c:104
71 +#: advice.c:117
72 msgid "Exiting because of unfinished merge."
73 msgstr "Beende wegen nicht abgeschlossenem Merge."
74
75 +#: advice.c:123
76 +#, c-format
77 +msgid ""
78 +"Note: checking out '%s'.\n"
79 +"\n"
80 +"You are in 'detached HEAD' state. You can look around, make experimental\n"
81 +"changes and commit them, and you can discard any commits you make in this\n"
82 +"state without impacting any branches by performing another checkout.\n"
83 +"\n"
84 +"If you want to create a new branch to retain commits you create, you may\n"
85 +"do so (now or later) by using -b with the checkout command again. Example:\n"
86 +"\n"
87 +" git checkout -b <new-branch-name>\n"
88 +"\n"
89 +msgstr ""
90 +"Hinweis: Checke '%s' aus.\n"
91 +"\n"
92 +"Sie befinden sich im Zustand eines 'lösgelösten HEAD'. Sie können sich\n"
93 +"umschauen, experimentelle Änderungen vornehmen und diese committen, und\n"
94 +"Sie können alle möglichen Commits, die Sie in diesem Zustand machen,\n"
95 +"ohne Auswirkungen auf irgendeinen Branch verwerfen, indem Sie einen\n"
96 +"weiteren Checkout durchführen.\n"
97 +"\n"
98 +"Wenn Sie einen neuen Branch erstellen möchten, um Ihre erstellten Commits\n"
99 +"zu behalten, können Sie das (jetzt oder später) durch einen weiteren Checkout\n"
100 +"mit der Option -b tun. Beispiel:\n"
101 +"\n"
102 +" git checkout -b <neuer-Branchname>\n"
103 +"\n"
104 +
105 #: archive.c:12
106 msgid "git archive [<options>] <tree-ish> [<path>...]"
107 msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]"
@@ -62,7 +121,7 @@ msgstr ""
121 msgid "git archive --remote <repo> [--exec <cmd>] --list"
122 msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
123
65 -#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
124 +#: archive.c:344 builtin/add.c:139 builtin/add.c:435 builtin/rm.c:327
125 #, c-format
126 msgid "pathspec '%s' did not match any files"
127 msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
@@ -75,7 +134,7 @@ msgstr "Format"
134 msgid "archive format"
135 msgstr "Archivformat"
136
78 -#: archive.c:430 builtin/log.c:1395
137 +#: archive.c:430 builtin/log.c:1422
138 msgid "prefix"
139 msgstr "Präfix"
140
@@ -83,10 +142,10 @@ msgstr "Präfix"
142 msgid "prepend prefix to each pathname in the archive"
143 msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
144
86 -#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2548 builtin/blame.c:2549
87 -#: builtin/config.c:60 builtin/fast-export.c:987 builtin/fast-export.c:989
88 -#: builtin/grep.c:722 builtin/hash-object.c:100 builtin/ls-files.c:459
89 -#: builtin/ls-files.c:462 builtin/notes.c:398 builtin/notes.c:561
145 +#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2553 builtin/blame.c:2554
146 +#: builtin/config.c:59 builtin/fast-export.c:987 builtin/fast-export.c:989
147 +#: builtin/grep.c:722 builtin/hash-object.c:100 builtin/ls-files.c:460
148 +#: builtin/ls-files.c:463 builtin/notes.c:399 builtin/notes.c:562
149 #: builtin/read-tree.c:109 parse-options.h:153
150 msgid "file"
151 msgstr "Datei"
@@ -120,7 +179,7 @@ msgid "list supported archive formats"
179 msgstr "unterstützte Archivformate auflisten"
180
181 #: archive.c:451 builtin/archive.c:90 builtin/clone.c:82
123 -#: builtin/submodule--helper.c:776
182 +#: builtin/submodule--helper.c:832
183 msgid "repo"
184 msgstr "Repository"
185
@@ -128,7 +187,7 @@ msgstr "Repository"
187 msgid "retrieve the archive from remote repository <repo>"
188 msgstr "Archiv vom Remote-Repository <Repository> abrufen"
189
131 -#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
190 +#: archive.c:453 builtin/archive.c:92 builtin/notes.c:483
191 msgid "command"
192 msgstr "Programm"
193
@@ -136,6 +195,28 @@ msgstr "Programm"
195 msgid "path to the remote git-upload-archive command"
196 msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
197
198 +#: archive.c:461
199 +msgid "Unexpected option --remote"
200 +msgstr "Unerwartete Option --remote"
201 +
202 +#: archive.c:463
203 +msgid "Option --exec can only be used together with --remote"
204 +msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
205 +
206 +#: archive.c:465
207 +msgid "Unexpected option --output"
208 +msgstr "Unerwartete Option --output"
209 +
210 +#: archive.c:487
211 +#, c-format
212 +msgid "Unknown archive format '%s'"
213 +msgstr "Unbekanntes Archivformat '%s'"
214 +
215 +#: archive.c:494
216 +#, c-format
217 +msgid "Argument not supported for format '%s': -%d"
218 +msgstr "Argument für Format '%s' nicht unterstützt: -%d"
219 +
220 #: attr.c:263
221 msgid ""
222 "Negative patterns are ignored in git attributes\n"
@@ -144,6 +225,130 @@ msgstr ""
225 "Verneinende Muster werden in Git-Attributen ignoriert.\n"
226 "Benutzen Sie '\\!' für führende Ausrufezeichen."
227
228 +#: bisect.c:441
229 +#, c-format
230 +msgid "Could not open file '%s'"
231 +msgstr "Konnte Datei '%s' nicht öffnen"
232 +
233 +#: bisect.c:446
234 +#, c-format
235 +msgid "Badly quoted content in file '%s': %s"
236 +msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s"
237 +
238 +#: bisect.c:655
239 +#, c-format
240 +msgid "We cannot bisect more!\n"
241 +msgstr "Keine binäre Suche mehr möglich!\n"
242 +
243 +#: bisect.c:708
244 +#, c-format
245 +msgid "Not a valid commit name %s"
246 +msgstr "%s ist kein gültiger Commit-Name"
247 +
248 +#: bisect.c:732
249 +#, c-format
250 +msgid ""
251 +"The merge base %s is bad.\n"
252 +"This means the bug has been fixed between %s and [%s].\n"
253 +msgstr ""
254 +"Die Merge-Basis %s ist fehlerhaft.\n"
255 +"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n"
256 +
257 +#: bisect.c:737
258 +#, c-format
259 +msgid ""
260 +"The merge base %s is new.\n"
261 +"The property has changed between %s and [%s].\n"
262 +msgstr ""
263 +"Die Merge-Basis %s ist neu.\n"
264 +"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n"
265 +
266 +#: bisect.c:742
267 +#, c-format
268 +msgid ""
269 +"The merge base %s is %s.\n"
270 +"This means the first '%s' commit is between %s and [%s].\n"
271 +msgstr ""
272 +"Die Merge-Basis %s ist %s.\n"
273 +"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s]\n"
274 +
275 +#: bisect.c:750
276 +#, c-format
277 +msgid ""
278 +"Some %s revs are not ancestor of the %s rev.\n"
279 +"git bisect cannot work properly in this case.\n"
280 +"Maybe you mistook %s and %s revs?\n"
281 +msgstr ""
282 +"Manche %s Commits sind keine Vorgänger des %s Commits.\n"
283 +"git bisect kann in diesem Fall nicht richtig arbeiten.\n"
284 +"Vielleicht verwechselten Sie %s und %s Commits?\n"
285 +
286 +#: bisect.c:763
287 +#, c-format
288 +msgid ""
289 +"the merge base between %s and [%s] must be skipped.\n"
290 +"So we cannot be sure the first %s commit is between %s and %s.\n"
291 +"We continue anyway."
292 +msgstr ""
293 +"Die Merge-Basis zwischen %s und [%s] muss ausgelassen werden.\n"
294 +"Es kann daher nicht sichergestellt werden, dass sich der\n"
295 +"erste %s Commit zwischen %s und %s befindet.\n"
296 +"Es wird dennoch fortgesetzt."
297 +
298 +#: bisect.c:798
299 +#, c-format
300 +msgid "Bisecting: a merge base must be tested\n"
301 +msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
302 +
303 +#: bisect.c:849
304 +#, c-format
305 +msgid "a %s revision is needed"
306 +msgstr "ein %s Commit wird benötigt"
307 +
308 +#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
309 +#, c-format
310 +msgid "could not create file '%s'"
311 +msgstr "konnte Datei '%s' nicht erstellen"
312 +
313 +#: bisect.c:917
314 +#, c-format
315 +msgid "could not read file '%s'"
316 +msgstr "Konnte Datei '%s' nicht lesen"
317 +
318 +#: bisect.c:947
319 +msgid "reading bisect refs failed"
320 +msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
321 +
322 +#: bisect.c:967
323 +#, c-format
324 +msgid "%s was both %s and %s\n"
325 +msgstr "%s war sowohl %s als auch %s\n"
326 +
327 +#: bisect.c:975
328 +#, c-format
329 +msgid ""
330 +"No testable commit found.\n"
331 +"Maybe you started with bad path parameters?\n"
332 +msgstr ""
333 +"Kein testbarer Commit gefunden.\n"
334 +"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
335 +
336 +#: bisect.c:994
337 +#, c-format
338 +msgid "(roughly %d step)"
339 +msgid_plural "(roughly %d steps)"
340 +msgstr[0] "(ungefähr %d Schritt)"
341 +msgstr[1] "(ungefähr %d Schritte)"
342 +
343 +#. TRANSLATORS: the last %s will be replaced with
344 +#. "(roughly %d steps)" translation
345 +#: bisect.c:998
346 +#, c-format
347 +msgid "Bisecting: %d revision left to test after this %s\n"
348 +msgid_plural "Bisecting: %d revisions left to test after this %s\n"
349 +msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"
350 +msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"
351 +
352 #: branch.c:53
353 #, c-format
354 msgid ""
@@ -298,7 +503,7 @@ msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
503 msgid "unrecognized header: %s%s (%d)"
504 msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
505
301 -#: bundle.c:87 builtin/commit.c:777
506 +#: bundle.c:87 builtin/commit.c:778
507 #, c-format
508 msgid "could not open '%s'"
509 msgstr "Konnte '%s' nicht öffnen"
@@ -307,10 +512,10 @@ msgstr "Konnte '%s' nicht öffnen"
512 msgid "Repository lacks these prerequisite commits:"
513 msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
514
310 -#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1073
311 -#: builtin/blame.c:2755 builtin/commit.c:1056 builtin/log.c:340
312 -#: builtin/log.c:863 builtin/log.c:1308 builtin/log.c:1633 builtin/log.c:1875
313 -#: builtin/merge.c:361 builtin/shortlog.c:170
515 +#: bundle.c:163 ref-filter.c:1462 sequencer.c:630 sequencer.c:1085
516 +#: builtin/blame.c:2763 builtin/commit.c:1057 builtin/log.c:348
517 +#: builtin/log.c:890 builtin/log.c:1336 builtin/log.c:1659 builtin/log.c:1901
518 +#: builtin/merge.c:356 builtin/shortlog.c:170
519 msgid "revision walk setup failed"
520 msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
521
@@ -349,7 +554,7 @@ msgstr "\"rev-list\" abgebrochen"
554 msgid "ref '%s' is excluded by the rev-list options"
555 msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
556
352 -#: bundle.c:443 builtin/log.c:163 builtin/log.c:1538 builtin/shortlog.c:273
557 +#: bundle.c:443 builtin/log.c:165 builtin/log.c:1565 builtin/shortlog.c:273
558 #, c-format
559 msgid "unrecognized argument: %s"
560 msgstr "nicht erkanntes Argument: %s"
@@ -367,13 +572,13 @@ msgstr "kann '%s' nicht erstellen"
572 msgid "index-pack died"
573 msgstr "Erstellung der Paketindexdatei abgebrochen"
574
370 -#: color.c:275
575 +#: color.c:290
576 #, c-format
577 msgid "invalid color value: %.*s"
578 msgstr "Ungültiger Farbwert: %.*s"
579
375 -#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1504
376 -#: builtin/am.c:2134
580 +#: commit.c:40 builtin/am.c:433 builtin/am.c:469 builtin/am.c:1505
581 +#: builtin/am.c:2119
582 #, c-format
583 msgid "could not parse %s"
584 msgstr "konnte %s nicht parsen"
@@ -387,132 +592,194 @@ msgstr "%s %s ist kein Commit!"
592 msgid "memory exhausted"
593 msgstr "Speicher verbraucht"
594
390 -#: config.c:475 config.c:477
595 +#: config.c:516
596 +#, c-format
597 +msgid "bad config line %d in blob %s"
598 +msgstr "Ungültige Konfigurationszeile %d in Blob %s"
599 +
600 +#: config.c:520
601 +#, c-format
602 +msgid "bad config line %d in file %s"
603 +msgstr "Ungültige Konfigurationszeile %d in Datei %s"
604 +
605 +#: config.c:524
606 #, c-format
392 -msgid "bad config line %d in %s %s"
393 -msgstr "Zeile %d in Konfiguration %s %s ist ungültig."
607 +msgid "bad config line %d in standard input"
608 +msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
609
395 -#: config.c:593
610 +#: config.c:528
611 #, c-format
397 -msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
398 -msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s %s: %s"
612 +msgid "bad config line %d in submodule-blob %s"
613 +msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
614
400 -#: config.c:595
615 +#: config.c:532
616 +#, c-format
617 +msgid "bad config line %d in command line %s"
618 +msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
619 +
620 +#: config.c:536
621 +#, c-format
622 +msgid "bad config line %d in %s"
623 +msgstr "Ungültige Konfigurationszeile %d in %s"
624 +
625 +#: config.c:655
626 +msgid "out of range"
627 +msgstr "Außerhalb des Bereichs"
628 +
629 +#: config.c:655
630 +msgid "invalid unit"
631 +msgstr "Ungültige Einheit"
632 +
633 +#: config.c:661
634 #, c-format
635 msgid "bad numeric config value '%s' for '%s': %s"
636 msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
637
405 -#: config.c:680
638 +#: config.c:666
639 +#, c-format
640 +msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
641 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
642 +
643 +#: config.c:669
644 +#, c-format
645 +msgid "bad numeric config value '%s' for '%s' in file %s: %s"
646 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
647 +
648 +#: config.c:672
649 +#, c-format
650 +msgid "bad numeric config value '%s' for '%s' in standard input: %s"
651 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: %s"
652 +
653 +#: config.c:675
654 +#, c-format
655 +msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
656 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: %s"
657 +
658 +#: config.c:678
659 +#, c-format
660 +msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
661 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: %s"
662 +
663 +#: config.c:681
664 +#, c-format
665 +msgid "bad numeric config value '%s' for '%s' in %s: %s"
666 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
667 +
668 +#: config.c:768
669 #, c-format
670 msgid "failed to expand user dir in: '%s'"
671 msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
672
410 -#: config.c:761 config.c:772
673 +#: config.c:849 config.c:860
674 #, c-format
675 msgid "bad zlib compression level %d"
676 msgstr "ungültiger zlib Komprimierungsgrad %d"
677
415 -#: config.c:890
678 +#: config.c:978
679 #, c-format
680 msgid "invalid mode for object creation: %s"
681 msgstr "Ungültiger Modus für Objekterstellung: %s"
682
420 -#: config.c:1228
683 +#: config.c:1312
684 msgid "unable to parse command-line config"
685 msgstr ""
686 "Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
687
425 -#: config.c:1284
426 -msgid "unknown error occured while reading the configuration files"
688 +#: config.c:1362
689 +msgid "unknown error occurred while reading the configuration files"
690 msgstr ""
691 "Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
692
430 -#: config.c:1629
693 +#: config.c:1716
694 #, c-format
695 msgid "unable to parse '%s' from command-line config"
696 msgstr ""
697 "Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
698 "nicht parsen."
699
437 -#: config.c:1631
700 +#: config.c:1718
701 #, c-format
702 msgid "bad config variable '%s' in file '%s' at line %d"
703 msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
704
442 -#: config.c:1690
705 +#: config.c:1777
706 #, c-format
707 msgid "%s has multiple values"
708 msgstr "%s hat mehrere Werte"
709
447 -#: config.c:2224
710 +#: config.c:2311
711 #, c-format
712 msgid "could not set '%s' to '%s'"
713 msgstr "Konnte '%s' nicht zu '%s' setzen."
714
452 -#: config.c:2226
715 +#: config.c:2313
716 #, c-format
717 msgid "could not unset '%s'"
718 msgstr "Konnte '%s' nicht aufheben."
719
457 -#: connected.c:69
720 +#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
721 +msgid "Checking connectivity"
722 +msgstr "Prüfe Konnektivität"
723 +
724 +#: connected.c:74
725 msgid "Could not run 'git rev-list'"
726 msgstr "Konnte 'git rev-list' nicht ausführen"
727
461 -#: connected.c:89
728 +#: connected.c:94
729 msgid "failed write to rev-list"
730 msgstr "Fehler beim Schreiben nach rev-list"
731
465 -#: connected.c:96
732 +#: connected.c:101
733 msgid "failed to close rev-list's stdin"
734 msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
735
469 -#: date.c:95
736 +#: date.c:97
737 msgid "in the future"
738 msgstr "in der Zukunft"
739
473 -#: date.c:101
740 +#: date.c:103
741 #, c-format
742 msgid "%lu second ago"
743 msgid_plural "%lu seconds ago"
744 msgstr[0] "vor %lu Sekunde"
745 msgstr[1] "vor %lu Sekunden"
746
480 -#: date.c:108
747 +#: date.c:110
748 #, c-format
749 msgid "%lu minute ago"
750 msgid_plural "%lu minutes ago"
751 msgstr[0] "vor %lu Minute"
752 msgstr[1] "vor %lu Minuten"
753
487 -#: date.c:115
754 +#: date.c:117
755 #, c-format
756 msgid "%lu hour ago"
757 msgid_plural "%lu hours ago"
758 msgstr[0] "vor %lu Stunde"
759 msgstr[1] "vor %lu Stunden"
760
494 -#: date.c:122
761 +#: date.c:124
762 #, c-format
763 msgid "%lu day ago"
764 msgid_plural "%lu days ago"
765 msgstr[0] "vor %lu Tag"
766 msgstr[1] "vor %lu Tagen"
767
501 -#: date.c:128
768 +#: date.c:130
769 #, c-format
770 msgid "%lu week ago"
771 msgid_plural "%lu weeks ago"
772 msgstr[0] "vor %lu Woche"
773 msgstr[1] "vor %lu Wochen"
774
508 -#: date.c:135
775 +#: date.c:137
776 #, c-format
777 msgid "%lu month ago"
778 msgid_plural "%lu months ago"
779 msgstr[0] "vor %lu Monat"
780 msgstr[1] "vor %lu Monaten"
781
515 -#: date.c:146
782 +#: date.c:148
783 #, c-format
784 msgid "%lu year"
785 msgid_plural "%lu years"
@@ -520,14 +787,14 @@ msgstr[0] "vor %lu Jahr"
787 msgstr[1] "vor %lu Jahren"
788
789 #. TRANSLATORS: "%s" is "<n> years"
523 -#: date.c:149
790 +#: date.c:151
791 #, c-format
792 msgid "%s, %lu month ago"
793 msgid_plural "%s, %lu months ago"
794 msgstr[0] "%s, und %lu Monat"
795 msgstr[1] "%s, und %lu Monaten"
796
530 -#: date.c:154 date.c:159
797 +#: date.c:156 date.c:161
798 #, c-format
799 msgid "%lu year ago"
800 msgid_plural "%lu years ago"
@@ -539,7 +806,7 @@ msgstr[1] "vor %lu Jahren"
806 msgid "failed to read orderfile '%s'"
807 msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
808
542 -#: diffcore-rename.c:538
809 +#: diffcore-rename.c:540
810 msgid "Performing inexact rename detection"
811 msgstr "Führe Erkennung für ungenaue Umbenennung aus"
812
@@ -568,16 +835,16 @@ msgstr ""
835 "Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
836 "%s"
837
571 -#: diff.c:3007
838 +#: diff.c:3017
839 #, c-format
840 msgid "external diff died, stopping at %s"
841 msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
842
576 -#: diff.c:3405
843 +#: diff.c:3415
844 msgid "--follow requires exactly one pathspec"
845 msgstr "--follow erfordert genau eine Pfadspezifikation"
846
580 -#: diff.c:3568
847 +#: diff.c:3578
848 #, c-format
849 msgid ""
850 "Failed to parse --dirstat/-X option parameter:\n"
@@ -586,7 +853,7 @@ msgstr ""
853 "Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
854 "%s"
855
589 -#: diff.c:3582
856 +#: diff.c:3592
857 #, c-format
858 msgid "Failed to parse --submodule option parameter: '%s'"
859 msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
@@ -601,39 +868,30 @@ msgstr ""
868 "Cache für unversionierte Dateien ist auf diesem System oder\n"
869 "für dieses Verzeichnis deaktiviert."
870
604 -#: gpg-interface.c:166 gpg-interface.c:235
605 -msgid "could not run gpg."
606 -msgstr "konnte gpg nicht ausführen"
607 -
871 #: gpg-interface.c:178
609 -msgid "gpg did not accept the data"
610 -msgstr "gpg hat die Daten nicht akzeptiert"
611 -
612 -#: gpg-interface.c:189
872 msgid "gpg failed to sign the data"
873 msgstr "gpg beim Signieren der Daten fehlgeschlagen"
874
616 -#: gpg-interface.c:222
617 -#, c-format
618 -msgid "could not create temporary file '%s'"
619 -msgstr "konnte temporäre Datei '%s' nicht erstellen"
875 +#: gpg-interface.c:208
876 +msgid "could not create temporary file"
877 +msgstr "konnte temporäre Datei nicht erstellen"
878
621 -#: gpg-interface.c:224
879 +#: gpg-interface.c:210
880 #, c-format
881 msgid "failed writing detached signature to '%s'"
882 msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
883
626 -#: grep.c:1718
884 +#: grep.c:1792
885 #, c-format
886 msgid "'%s': unable to read %s"
887 msgstr "'%s': konnte %s nicht lesen"
888
631 -#: grep.c:1735 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
889 +#: grep.c:1809 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
890 #, c-format
891 msgid "failed to stat '%s'"
892 msgstr "Konnte '%s' nicht lesen"
893
636 -#: grep.c:1746
894 +#: grep.c:1820
895 #, c-format
896 msgid "'%s': short read"
897 msgstr "'%s': read() zu kurz"
@@ -683,7 +941,7 @@ msgstr "Automatische Ausführung in %0.1f Sekunden ..."
941 msgid "git: '%s' is not a git command. See 'git --help'."
942 msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."
943
686 -#: help.c:404 help.c:464
944 +#: help.c:404 help.c:470
945 msgid ""
946 "\n"
947 "Did you mean this?"
@@ -697,7 +955,7 @@ msgstr[1] ""
955 "\n"
956 "Haben Sie eines von diesen gemeint?"
957
700 -#: help.c:460
958 +#: help.c:466
959 #, c-format
960 msgid "%s: %s - %s"
961 msgstr "%s: %s - %s"
@@ -731,83 +989,78 @@ msgstr "Konnte '%s.lock' nicht erstellen: %s"
989 msgid "failed to read the cache"
990 msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
991
734 -#: merge.c:94 builtin/am.c:2007 builtin/am.c:2042 builtin/checkout.c:375
735 -#: builtin/checkout.c:586 builtin/clone.c:732
992 +#: merge.c:94 builtin/am.c:1992 builtin/am.c:2027 builtin/checkout.c:375
993 +#: builtin/checkout.c:589 builtin/clone.c:732
994 msgid "unable to write new index file"
995 msgstr "Konnte neue Index-Datei nicht schreiben."
996
739 -#: merge-recursive.c:189
740 -#, c-format
997 +#: merge-recursive.c:209
998 msgid "(bad commit)\n"
999 msgstr "(ungültiger Commit)\n"
1000
744 -#: merge-recursive.c:209
1001 +#: merge-recursive.c:231
1002 #, c-format
1003 msgid "addinfo_cache failed for path '%s'"
1004 msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"
1005
749 -#: merge-recursive.c:270
1006 +#: merge-recursive.c:301
1007 msgid "error building trees"
1008 msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
1009
753 -#: merge-recursive.c:689
1010 +#: merge-recursive.c:720
1011 #, c-format
1012 msgid "failed to create path '%s'%s"
1013 msgstr "Fehler beim Erstellen des Pfades '%s'%s"
1014
758 -#: merge-recursive.c:700
1015 +#: merge-recursive.c:731
1016 #, c-format
1017 msgid "Removing %s to make room for subdirectory\n"
1018 msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
1019
763 -#: merge-recursive.c:714 merge-recursive.c:735
1020 +#: merge-recursive.c:745 merge-recursive.c:764
1021 msgid ": perhaps a D/F conflict?"
1022 msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
1023
767 -#: merge-recursive.c:725
1024 +#: merge-recursive.c:754
1025 #, c-format
1026 msgid "refusing to lose untracked file at '%s'"
1027 msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
1028
772 -#: merge-recursive.c:765
1029 +#: merge-recursive.c:796
1030 #, c-format
1031 msgid "cannot read object %s '%s'"
1032 msgstr "kann Objekt %s '%s' nicht lesen"
1033
777 -#: merge-recursive.c:767
1034 +#: merge-recursive.c:798
1035 #, c-format
1036 msgid "blob expected for %s '%s'"
1037 msgstr "Blob erwartet für %s '%s'"
1038
782 -#: merge-recursive.c:790 builtin/clone.c:376
1039 +#: merge-recursive.c:822
1040 #, c-format
784 -msgid "failed to open '%s'"
785 -msgstr "Fehler beim Öffnen von '%s'"
1041 +msgid "failed to open '%s': %s"
1042 +msgstr "Fehler beim Öffnen von '%s': %s"
1043
787 -#: merge-recursive.c:798
1044 +#: merge-recursive.c:833
1045 #, c-format
789 -msgid "failed to symlink '%s'"
790 -msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s'"
1046 +msgid "failed to symlink '%s': %s"
1047 +msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
1048
792 -#: merge-recursive.c:801
1049 +#: merge-recursive.c:838
1050 #, c-format
1051 msgid "do not know what to do with %06o %s '%s'"
1052 msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
1053
797 -#: merge-recursive.c:939
1054 +#: merge-recursive.c:978
1055 msgid "Failed to execute internal merge"
1056 msgstr "Fehler bei Ausführung des internen Merges"
1057
801 -#: merge-recursive.c:943
1058 +#: merge-recursive.c:982
1059 #, c-format
1060 msgid "Unable to add %s to database"
1061 msgstr "Konnte %s nicht zur Datenbank hinzufügen"
1062
806 -#: merge-recursive.c:959
807 -msgid "unsupported object type in the tree"
808 -msgstr "nicht unterstützter Objekttyp im Verzeichnis"
809 -
810 -#: merge-recursive.c:1034 merge-recursive.c:1048
1063 +#: merge-recursive.c:1081 merge-recursive.c:1095
1064 #, c-format
1065 msgid ""
1066 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -816,7 +1069,7 @@ msgstr ""
1069 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
1070 "im Arbeitsbereich gelassen."
1071
819 -#: merge-recursive.c:1040 merge-recursive.c:1053
1072 +#: merge-recursive.c:1087 merge-recursive.c:1100
1073 #, c-format
1074 msgid ""
1075 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -825,20 +1078,20 @@ msgstr ""
1078 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
1079 "im Arbeitsbereich bei %s gelassen."
1080
828 -#: merge-recursive.c:1094
1081 +#: merge-recursive.c:1143
1082 msgid "rename"
1083 msgstr "umbenennen"
1084
832 -#: merge-recursive.c:1094
1085 +#: merge-recursive.c:1143
1086 msgid "renamed"
1087 msgstr "umbenannt"
1088
836 -#: merge-recursive.c:1150
1089 +#: merge-recursive.c:1200
1090 #, c-format
1091 msgid "%s is a directory in %s adding as %s instead"
1092 msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
1093
841 -#: merge-recursive.c:1172
1094 +#: merge-recursive.c:1225
1095 #, c-format
1096 msgid ""
1097 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -847,148 +1100,139 @@ msgstr ""
1100 "KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
1101 "und \"%s\"->\"%s\" in Branch \"%s\"%s"
1102
850 -#: merge-recursive.c:1177
1103 +#: merge-recursive.c:1230
1104 msgid " (left unresolved)"
1105 msgstr " (bleibt unaufgelöst)"
1106
854 -#: merge-recursive.c:1231
1107 +#: merge-recursive.c:1292
1108 #, c-format
1109 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1110 msgstr ""
1111 "KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
1112 "in %s"
1113
861 -#: merge-recursive.c:1261
1114 +#: merge-recursive.c:1325
1115 #, c-format
1116 msgid "Renaming %s to %s and %s to %s instead"
1117 msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
1118
866 -#: merge-recursive.c:1460
1119 +#: merge-recursive.c:1531
1120 #, c-format
1121 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1122 msgstr ""
1123 "KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
1124 "%s"
1125
873 -#: merge-recursive.c:1470
1126 +#: merge-recursive.c:1546
1127 #, c-format
1128 msgid "Adding merged %s"
1129 msgstr "Füge zusammengeführte Datei %s hinzu"
1130
878 -#: merge-recursive.c:1475 merge-recursive.c:1677
1131 +#: merge-recursive.c:1553 merge-recursive.c:1766
1132 #, c-format
1133 msgid "Adding as %s instead"
1134 msgstr "Füge stattdessen als %s hinzu"
1135
883 -#: merge-recursive.c:1526
1136 +#: merge-recursive.c:1610
1137 #, c-format
1138 msgid "cannot read object %s"
1139 msgstr "kann Objekt %s nicht lesen"
1140
888 -#: merge-recursive.c:1529
1141 +#: merge-recursive.c:1613
1142 #, c-format
1143 msgid "object %s is not a blob"
1144 msgstr "Objekt %s ist kein Blob"
1145
893 -#: merge-recursive.c:1581
1146 +#: merge-recursive.c:1666
1147 msgid "modify"
1148 msgstr "ändern"
1149
897 -#: merge-recursive.c:1581
1150 +#: merge-recursive.c:1666
1151 msgid "modified"
1152 msgstr "geändert"
1153
901 -#: merge-recursive.c:1591
1154 +#: merge-recursive.c:1676
1155 msgid "content"
1156 msgstr "Inhalt"
1157
905 -#: merge-recursive.c:1598
1158 +#: merge-recursive.c:1683
1159 msgid "add/add"
1160 msgstr "hinzufügen/hinzufügen"
1161
909 -#: merge-recursive.c:1632
1162 +#: merge-recursive.c:1718
1163 #, c-format
1164 msgid "Skipped %s (merged same as existing)"
1165 msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
1166
914 -#: merge-recursive.c:1646
1167 +#: merge-recursive.c:1732
1168 #, c-format
1169 msgid "Auto-merging %s"
1170 msgstr "automatischer Merge von %s"
1171
919 -#: merge-recursive.c:1650 git-submodule.sh:941
1172 +#: merge-recursive.c:1736 git-submodule.sh:919
1173 msgid "submodule"
1174 msgstr "Submodul"
1175
923 -#: merge-recursive.c:1651
1176 +#: merge-recursive.c:1737
1177 #, c-format
1178 msgid "CONFLICT (%s): Merge conflict in %s"
1179 msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
1180
928 -#: merge-recursive.c:1737
1181 +#: merge-recursive.c:1831
1182 #, c-format
1183 msgid "Removing %s"
1184 msgstr "Entferne %s"
1185
933 -#: merge-recursive.c:1762
1186 +#: merge-recursive.c:1857
1187 msgid "file/directory"
1188 msgstr "Datei/Verzeichnis"
1189
937 -#: merge-recursive.c:1768
1190 +#: merge-recursive.c:1863
1191 msgid "directory/file"
1192 msgstr "Verzeichnis/Datei"
1193
941 -#: merge-recursive.c:1773
1194 +#: merge-recursive.c:1868
1195 #, c-format
1196 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1197 msgstr ""
1198 "KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
1199 "hinzu."
1200
948 -#: merge-recursive.c:1781
1201 +#: merge-recursive.c:1877
1202 #, c-format
1203 msgid "Adding %s"
1204 msgstr "Füge %s hinzu"
1205
953 -#: merge-recursive.c:1798
954 -msgid "Fatal merge failure, shouldn't happen."
955 -msgstr "Fataler Merge-Fehler. Sollte nicht passieren."
956 -
957 -#: merge-recursive.c:1817
1206 +#: merge-recursive.c:1914
1207 msgid "Already up-to-date!"
1208 msgstr "Bereits aktuell!"
1209
961 -#: merge-recursive.c:1826
1210 +#: merge-recursive.c:1923
1211 #, c-format
1212 msgid "merging of trees %s and %s failed"
1213 msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
1214
966 -#: merge-recursive.c:1856
967 -#, c-format
968 -msgid "Unprocessed path??? %s"
969 -msgstr "unverarbeiteter Pfad??? %s"
970 -
971 -#: merge-recursive.c:1904
1215 +#: merge-recursive.c:2006
1216 msgid "Merging:"
1217 msgstr "Merge:"
1218
975 -#: merge-recursive.c:1917
1219 +#: merge-recursive.c:2019
1220 #, c-format
1221 msgid "found %u common ancestor:"
1222 msgid_plural "found %u common ancestors:"
1223 msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
1224 msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
1225
982 -#: merge-recursive.c:1954
1226 +#: merge-recursive.c:2058
1227 msgid "merge returned no commit"
1228 msgstr "Merge hat keinen Commit zurückgegeben"
1229
986 -#: merge-recursive.c:2011
1230 +#: merge-recursive.c:2121
1231 #, c-format
1232 msgid "Could not parse object '%s'"
1233 msgstr "Konnte Objekt '%s' nicht parsen."
1234
991 -#: merge-recursive.c:2022 builtin/merge.c:649 builtin/merge.c:831
1235 +#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
1236 msgid "Unable to write index."
1237 msgstr "Konnte Index nicht schreiben."
1238
@@ -1050,7 +1294,7 @@ msgstr "-NUM"
1294 msgid "malformed object name '%s'"
1295 msgstr "fehlerhafter Objekt-Name '%s'"
1296
1053 -#: path.c:796
1297 +#: path.c:798
1298 #, c-format
1299 msgid "Could not make %s writable by group"
1300 msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
@@ -1122,7 +1366,7 @@ msgstr ""
1366 ":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"
1367 "Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"
1368
1125 -#: pretty.c:971
1369 +#: pretty.c:973
1370 msgid "unable to parse --pretty format"
1371 msgstr "Konnte --pretty Format nicht parsen."
1372
@@ -1148,23 +1392,22 @@ msgstr ""
1392 "GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
1393 "Verwende Version %i"
1394
1151 -#: refs.c:543 builtin/merge.c:764 builtin/merge.c:883 builtin/merge.c:985
1152 -#: builtin/merge.c:995
1395 +#: refs.c:551 builtin/merge.c:840
1396 #, c-format
1397 msgid "Could not open '%s' for writing"
1398 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
1399
1157 -#: refs/files-backend.c:2243
1400 +#: refs/files-backend.c:2534
1401 #, c-format
1402 msgid "could not delete reference %s: %s"
1403 msgstr "Konnte Referenz %s nicht entfernen: %s"
1404
1162 -#: refs/files-backend.c:2246
1405 +#: refs/files-backend.c:2537
1406 #, c-format
1407 msgid "could not delete references: %s"
1408 msgstr "Konnte Referenzen nicht entfernen: %s"
1409
1167 -#: refs/files-backend.c:2255
1410 +#: refs/files-backend.c:2546
1411 #, c-format
1412 msgid "could not remove reference %s"
1413 msgstr "Konnte Referenz %s nicht löschen"
@@ -1322,77 +1565,77 @@ msgstr "%s folgt sowohl %s als auch %s"
1565 msgid "Internal error"
1566 msgstr "Interner Fehler"
1567
1325 -#: remote.c:1678 remote.c:1721
1568 +#: remote.c:1677 remote.c:1720
1569 msgid "HEAD does not point to a branch"
1570 msgstr "HEAD zeigt auf keinen Branch"
1571
1329 -#: remote.c:1687
1572 +#: remote.c:1686
1573 #, c-format
1574 msgid "no such branch: '%s'"
1575 msgstr "Kein solcher Branch: '%s'"
1576
1334 -#: remote.c:1690
1577 +#: remote.c:1689
1578 #, c-format
1579 msgid "no upstream configured for branch '%s'"
1580 msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
1581
1339 -#: remote.c:1696
1582 +#: remote.c:1695
1583 #, c-format
1584 msgid "upstream branch '%s' not stored as a remote-tracking branch"
1585 msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
1586
1344 -#: remote.c:1711
1587 +#: remote.c:1710
1588 #, c-format
1589 msgid "push destination '%s' on remote '%s' has no local tracking branch"
1590 msgstr ""
1591 "Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
1592 "Branch"
1593
1351 -#: remote.c:1726
1594 +#: remote.c:1725
1595 #, c-format
1596 msgid "branch '%s' has no remote for pushing"
1597 msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
1598
1356 -#: remote.c:1737
1599 +#: remote.c:1736
1600 #, c-format
1601 msgid "push refspecs for '%s' do not include '%s'"
1602 msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
1603
1361 -#: remote.c:1750
1604 +#: remote.c:1749
1605 msgid "push has no destination (push.default is 'nothing')"
1606 msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
1607
1365 -#: remote.c:1772
1608 +#: remote.c:1771
1609 msgid "cannot resolve 'simple' push to a single destination"
1610 msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
1611
1369 -#: remote.c:2074
1612 +#: remote.c:2073
1613 #, c-format
1614 msgid "Your branch is based on '%s', but the upstream is gone.\n"
1615 msgstr ""
1616 "Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
1617
1375 -#: remote.c:2078
1618 +#: remote.c:2077
1619 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1620 msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
1621
1379 -#: remote.c:2081
1622 +#: remote.c:2080
1623 #, c-format
1624 msgid "Your branch is up-to-date with '%s'.\n"
1625 msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"
1626
1384 -#: remote.c:2085
1627 +#: remote.c:2084
1628 #, c-format
1629 msgid "Your branch is ahead of '%s' by %d commit.\n"
1630 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1631 msgstr[0] "Ihr Branch ist vor '%s' um %d Commit.\n"
1632 msgstr[1] "Ihr Branch ist vor '%s' um %d Commits.\n"
1633
1391 -#: remote.c:2091
1634 +#: remote.c:2090
1635 msgid " (use \"git push\" to publish your local commits)\n"
1636 msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
1637
1395 -#: remote.c:2094
1638 +#: remote.c:2093
1639 #, c-format
1640 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1641 msgid_plural ""
@@ -1402,12 +1645,12 @@ msgstr[0] ""
1645 msgstr[1] ""
1646 "Ihr Branch ist zu '%s' um %d Commits hinterher, und kann vorgespult werden.\n"
1647
1405 -#: remote.c:2102
1648 +#: remote.c:2101
1649 msgid " (use \"git pull\" to update your local branch)\n"
1650 msgstr ""
1651 " (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
1652
1410 -#: remote.c:2105
1653 +#: remote.c:2104
1654 #, c-format
1655 msgid ""
1656 "Your branch and '%s' have diverged,\n"
@@ -1422,22 +1665,22 @@ msgstr[1] ""
1665 "Ihr Branch und '%s' sind divergiert,\n"
1666 "und haben jeweils %d und %d unterschiedliche Commits.\n"
1667
1425 -#: remote.c:2115
1668 +#: remote.c:2114
1669 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1670 msgstr ""
1671 " (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
1672 "zusammenzuführen)\n"
1673
1431 -#: revision.c:2142
1674 +#: revision.c:2132
1675 msgid "your current branch appears to be broken"
1676 msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
1677
1435 -#: revision.c:2145
1678 +#: revision.c:2135
1679 #, c-format
1680 msgid "your current branch '%s' does not have any commits yet"
1681 msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
1682
1440 -#: revision.c:2339
1683 +#: revision.c:2329
1684 msgid "--first-parent is incompatible with --bisect"
1685 msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
1686
@@ -1450,16 +1693,16 @@ msgstr "Öffnen von /dev/null fehlgeschlagen"
1693 msgid "dup2(%d,%d) failed"
1694 msgstr "dup2(%d,%d) fehlgeschlagen"
1695
1453 -#: send-pack.c:295
1696 +#: send-pack.c:298
1697 msgid "failed to sign the push certificate"
1698 msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
1699
1457 -#: send-pack.c:404
1700 +#: send-pack.c:411
1701 msgid "the receiving end does not support --signed push"
1702 msgstr ""
1703 "die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
1704
1462 -#: send-pack.c:406
1705 +#: send-pack.c:413
1706 msgid ""
1707 "not sending a push certificate since the receiving end does not support --"
1708 "signed push"
@@ -1467,10 +1710,14 @@ msgstr ""
1710 "kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"
1711 "Versand (\"--signed push\") unterstützt"
1712
1470 -#: send-pack.c:418
1713 +#: send-pack.c:425
1714 msgid "the receiving end does not support --atomic push"
1715 msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
1716
1717 +#: send-pack.c:430
1718 +msgid "the receiving end does not support push options"
1719 +msgstr "die Gegenseite unterstützt keine Push-Optionen"
1720 +
1721 #: sequencer.c:174
1722 msgid ""
1723 "after resolving the conflicts, mark the corrected paths\n"
@@ -1489,19 +1736,20 @@ msgstr ""
1736 "mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n"
1737 "'git commit' ein"
1738
1492 -#: sequencer.c:190 sequencer.c:833 sequencer.c:912
1739 +#: sequencer.c:190 sequencer.c:841 sequencer.c:924
1740 #, c-format
1741 msgid "Could not write to %s"
1742 msgstr "Konnte nicht nach %s schreiben"
1743
1497 -#: sequencer.c:193
1744 +#: sequencer.c:193 sequencer.c:843 sequencer.c:928
1745 #, c-format
1499 -msgid "Error wrapping up %s"
1500 -msgstr "Fehler bei Nachbereitung von %s"
1746 +msgid "Error wrapping up %s."
1747 +msgstr "Fehler beim Einpacken von %s."
1748
1749 #: sequencer.c:208
1750 msgid "Your local changes would be overwritten by cherry-pick."
1504 -msgstr "Ihre lokalen Änderungen würden durch den Cherry-Pick überschrieben werden."
1751 +msgstr ""
1752 +"Ihre lokalen Änderungen würden durch den Cherry-Pick überschrieben werden."
1753
1754 #: sequencer.c:210
1755 msgid "Your local changes would be overwritten by revert."
@@ -1512,202 +1760,242 @@ msgid "Commit your changes or stash them to proceed."
1760 msgstr ""
1761 "Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
1762
1763 +#: sequencer.c:228
1764 +#, c-format
1765 +msgid "%s: fast-forward"
1766 +msgstr "%s: Vorspulen"
1767 +
1768 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1516 -#: sequencer.c:300
1769 +#: sequencer.c:303
1770 #, c-format
1771 msgid "%s: Unable to write new index file"
1772 msgstr "%s: Konnte neue Index-Datei nicht schreiben"
1773
1521 -#: sequencer.c:318
1774 +#: sequencer.c:321
1775 msgid "Could not resolve HEAD commit\n"
1776 msgstr "Konnte Commit von HEAD nicht auflösen\n"
1777
1525 -#: sequencer.c:338
1778 +#: sequencer.c:341
1779 msgid "Unable to update cache tree\n"
1780 msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"
1781
1529 -#: sequencer.c:390
1782 +#: sequencer.c:393
1783 #, c-format
1784 msgid "Could not parse commit %s\n"
1785 msgstr "Konnte Commit %s nicht parsen\n"
1786
1534 -#: sequencer.c:395
1787 +#: sequencer.c:398
1788 #, c-format
1789 msgid "Could not parse parent commit %s\n"
1790 msgstr "Konnte Eltern-Commit %s nicht parsen\n"
1791
1539 -#: sequencer.c:460
1792 +#: sequencer.c:463
1793 msgid "Your index file is unmerged."
1794 msgstr "Ihre Index-Datei ist nicht zusammengeführt."
1795
1543 -#: sequencer.c:479
1796 +#: sequencer.c:482
1797 #, c-format
1798 msgid "Commit %s is a merge but no -m option was given."
1799 msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
1800
1548 -#: sequencer.c:487
1801 +#: sequencer.c:490
1802 #, c-format
1803 msgid "Commit %s does not have parent %d"
1804 msgstr "Commit %s hat keinen Elternteil %d"
1805
1553 -#: sequencer.c:491
1806 +#: sequencer.c:494
1807 #, c-format
1808 msgid "Mainline was specified but commit %s is not a merge."
1809 msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
1810
1811 #. TRANSLATORS: The first %s will be "revert" or
1812 #. "cherry-pick", the second %s a SHA1
1560 -#: sequencer.c:504
1813 +#: sequencer.c:507
1814 #, c-format
1815 msgid "%s: cannot parse parent commit %s"
1816 msgstr "%s: kann Eltern-Commit %s nicht parsen"
1817
1565 -#: sequencer.c:508
1818 +#: sequencer.c:511
1819 #, c-format
1820 msgid "Cannot get commit message for %s"
1821 msgstr "Kann keine Commit-Beschreibung für %s bekommen"
1822
1570 -#: sequencer.c:594
1823 +#: sequencer.c:597
1824 #, c-format
1825 msgid "could not revert %s... %s"
1826 msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
1827
1575 -#: sequencer.c:595
1828 +#: sequencer.c:598
1829 #, c-format
1830 msgid "could not apply %s... %s"
1831 msgstr "Konnte %s... (%s) nicht anwenden"
1832
1580 -#: sequencer.c:630
1833 +#: sequencer.c:633
1834 msgid "empty commit set passed"
1835 msgstr "leere Menge von Commits übergeben"
1836
1584 -#: sequencer.c:638
1837 +#: sequencer.c:641
1838 #, c-format
1839 msgid "git %s: failed to read the index"
1840 msgstr "git %s: Fehler beim Lesen des Index"
1841
1589 -#: sequencer.c:642
1842 +#: sequencer.c:645
1843 #, c-format
1844 msgid "git %s: failed to refresh the index"
1845 msgstr "git %s: Fehler beim Aktualisieren des Index"
1846
1594 -#: sequencer.c:702
1595 -#, c-format
1596 -msgid "Cannot %s during a %s"
1597 -msgstr "Kann %s nicht während eines %s durchführen"
1847 +#: sequencer.c:705
1848 +msgid "Cannot revert during another revert."
1849 +msgstr "Kann Revert nicht während eines anderen Reverts ausführen."
1850
1599 -#: sequencer.c:724
1851 +#: sequencer.c:706
1852 +msgid "Cannot revert during a cherry-pick."
1853 +msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
1854 +
1855 +#: sequencer.c:709
1856 +msgid "Cannot cherry-pick during a revert."
1857 +msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
1858 +
1859 +#: sequencer.c:710
1860 +msgid "Cannot cherry-pick during another cherry-pick."
1861 +msgstr "Kann Cherry-Pick nicht während eines anderen Cherry-Picks ausführen."
1862 +
1863 +#: sequencer.c:732
1864 #, c-format
1865 msgid "Could not parse line %d."
1866 msgstr "Konnte Zeile %d nicht parsen."
1867
1604 -#: sequencer.c:729
1868 +#: sequencer.c:737
1869 msgid "No commits parsed."
1870 msgstr "Keine Commits geparst."
1871
1608 -#: sequencer.c:741
1872 +#: sequencer.c:749
1873 #, c-format
1874 msgid "Could not open %s"
1875 msgstr "Konnte %s nicht öffnen"
1876
1613 -#: sequencer.c:745
1877 +#: sequencer.c:753
1878 #, c-format
1879 msgid "Could not read %s."
1880 msgstr "Konnte %s nicht lesen."
1881
1618 -#: sequencer.c:752
1882 +#: sequencer.c:760
1883 #, c-format
1884 msgid "Unusable instruction sheet: %s"
1885 msgstr "Unbenutzbares Instruktionsblatt: %s"
1886
1623 -#: sequencer.c:782
1887 +#: sequencer.c:790
1888 #, c-format
1889 msgid "Invalid key: %s"
1890 msgstr "Ungültiger Schlüssel: %s"
1891
1628 -#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:52
1892 +#: sequencer.c:793 builtin/pull.c:50 builtin/pull.c:52
1893 #, c-format
1894 msgid "Invalid value for %s: %s"
1895 msgstr "Ungültiger Wert für %s: %s"
1896
1633 -#: sequencer.c:795
1897 +#: sequencer.c:803
1898 #, c-format
1899 msgid "Malformed options sheet: %s"
1900 msgstr "Fehlerhaftes Optionsblatt: %s"
1901
1638 -#: sequencer.c:814
1902 +#: sequencer.c:822
1903 msgid "a cherry-pick or revert is already in progress"
1904 msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
1905
1642 -#: sequencer.c:815
1906 +#: sequencer.c:823
1907 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1908 msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
1909
1646 -#: sequencer.c:819
1910 +#: sequencer.c:827
1911 #, c-format
1912 msgid "Could not create sequencer directory %s"
1913 msgstr "Konnte \"sequencer\"-Verzeichnis %s nicht erstellen"
1914
1651 -#: sequencer.c:835 sequencer.c:916
1652 -#, c-format
1653 -msgid "Error wrapping up %s."
1654 -msgstr "Fehler beim Einpacken von %s."
1655 -
1656 -#: sequencer.c:854 sequencer.c:986
1915 +#: sequencer.c:862 sequencer.c:998
1916 msgid "no cherry-pick or revert in progress"
1917 msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
1918
1660 -#: sequencer.c:856
1919 +#: sequencer.c:864
1920 msgid "cannot resolve HEAD"
1921 msgstr "kann HEAD nicht auflösen"
1922
1664 -#: sequencer.c:858
1923 +#: sequencer.c:866 sequencer.c:900
1924 msgid "cannot abort from a branch yet to be born"
1925 msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"
1926
1668 -#: sequencer.c:878 builtin/fetch.c:610 builtin/fetch.c:851
1927 +#: sequencer.c:886 builtin/fetch.c:724 builtin/fetch.c:970
1928 #, c-format
1929 msgid "cannot open %s"
1930 msgstr "kann '%s' nicht öffnen"
1931
1673 -#: sequencer.c:880
1932 +#: sequencer.c:888
1933 #, c-format
1934 msgid "cannot read %s: %s"
1935 msgstr "Kann %s nicht lesen: %s"
1936
1678 -#: sequencer.c:881
1937 +#: sequencer.c:889
1938 msgid "unexpected end of file"
1939 msgstr "Unerwartetes Dateiende"
1940
1682 -#: sequencer.c:887
1941 +#: sequencer.c:895
1942 #, c-format
1943 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1944 msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
1945
1687 -#: sequencer.c:909
1946 +#: sequencer.c:921
1947 #, c-format
1948 msgid "Could not format %s."
1949 msgstr "Konnte %s nicht formatieren."
1950
1692 -#: sequencer.c:1054
1951 +#: sequencer.c:1066
1952 #, c-format
1953 msgid "%s: can't cherry-pick a %s"
1954 msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
1955
1697 -#: sequencer.c:1057
1956 +#: sequencer.c:1069
1957 #, c-format
1958 msgid "%s: bad revision"
1959 msgstr "%s: ungültiger Commit"
1960
1702 -#: sequencer.c:1091
1961 +#: sequencer.c:1102
1962 msgid "Can't revert as initial commit"
1963 msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
1964
1706 -#: sequencer.c:1092
1707 -msgid "Can't cherry-pick into empty head"
1708 -msgstr "Kann nicht als allerersten Commit einen Cherry-Pick ausführen."
1965 +#: setup.c:160
1966 +#, c-format
1967 +msgid ""
1968 +"%s: no such path in the working tree.\n"
1969 +"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
1970 +msgstr ""
1971 +"%s: kein solcher Pfad im Arbeitsverzeichnis.\n"
1972 +"Benutzen Sie 'git <Befehl> -- <Pfad>...' zur Angabe von Pfaden, die lokal\n"
1973 +"nicht existieren."
1974 +
1975 +#: setup.c:173
1976 +#, c-format
1977 +msgid ""
1978 +"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
1979 +"Use '--' to separate paths from revisions, like this:\n"
1980 +"'git <command> [<revision>...] -- [<file>...]'"
1981 +msgstr ""
1982 +"mehrdeutiges Argument '%s': unbekannter Commit oder Pfad existiert nicht\n"
1983 +"im Arbeitsverzeichnis\n"
1984 +"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
1985 +"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
1986 +
1987 +#: setup.c:223
1988 +#, c-format
1989 +msgid ""
1990 +"ambiguous argument '%s': both revision and filename\n"
1991 +"Use '--' to separate paths from revisions, like this:\n"
1992 +"'git <command> [<revision>...] -- [<file>...]'"
1993 +msgstr ""
1994 +"mehrdeutiges Argument '%s': sowohl Commit als auch Dateiname\n"
1995 +"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
1996 +"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
1997
1710 -#: setup.c:248
1998 +#: setup.c:248 builtin/apply.c:3362 builtin/apply.c:3373 builtin/apply.c:3419
1999 #, c-format
2000 msgid "failed to read %s"
2001 msgstr "Fehler beim Lesen von %s"
@@ -1721,16 +2009,52 @@ msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"
2009 msgid "unknown repository extensions found:"
2010 msgstr "Unbekannte Repository-Erweiterungen gefunden:"
2011
1724 -#: sha1_file.c:1080
2012 +#: setup.c:762
2013 +#, c-format
2014 +msgid "Not a git repository (or any of the parent directories): %s"
2015 +msgstr "Kein Git-Repository (oder irgendein Elternverzeichnis): %s"
2016 +
2017 +#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
2018 +msgid "Cannot come back to cwd"
2019 +msgstr "Kann nicht zurück zu Arbeitsverzeichnis wechseln"
2020 +
2021 +#: setup.c:845
2022 +msgid "Unable to read current working directory"
2023 +msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."
2024 +
2025 +#: setup.c:920
2026 +#, c-format
2027 +msgid ""
2028 +"Not a git repository (or any parent up to mount point %s)\n"
2029 +"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
2030 +msgstr ""
2031 +"Kein Git-Repository (oder irgendein Elternverzeichnis bis zum Einhängepunkt %s)\n"
2032 +"Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."
2033 +
2034 +#: setup.c:927
2035 +#, c-format
2036 +msgid "Cannot change to '%s/..'"
2037 +msgstr "Kann nicht in Verzeichnis '%s/..' wechseln"
2038 +
2039 +#: setup.c:989
2040 +#, c-format
2041 +msgid ""
2042 +"Problem with core.sharedRepository filemode value (0%.3o).\n"
2043 +"The owner of files must always have read and write permissions."
2044 +msgstr ""
2045 +"Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"
2046 +"Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."
2047 +
2048 +#: sha1_file.c:1046
2049 msgid "offset before end of packfile (broken .idx?)"
2050 msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
2051
1728 -#: sha1_file.c:2458
2052 +#: sha1_file.c:2434
2053 #, c-format
2054 msgid "offset before start of pack index for %s (corrupt index?)"
2055 msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
2056
1733 -#: sha1_file.c:2462
2057 +#: sha1_file.c:2438
2058 #, c-format
2059 msgid "offset beyond end of pack index for %s (truncated index?)"
2060 msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
@@ -1789,7 +2113,7 @@ msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"
2113 msgid "negative values not allowed for submodule.fetchJobs"
2114 msgstr "Negative Werte für submodule.fetchJobs nicht erlaubt"
2115
1792 -#: submodule-config.c:355
2116 +#: submodule-config.c:358
2117 #, c-format
2118 msgid "invalid value for %s"
2119 msgstr "Ungültiger Wert für %s"
@@ -1848,6 +2172,56 @@ msgstr "konnte temporäre Datei '%s' nicht öffnen"
2172 msgid "could not rename temporary file to %s"
2173 msgstr "konnte temporäre Datei nicht zu %s umbenennen"
2174
2175 +#: transport.c:62
2176 +#, c-format
2177 +msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2178 +msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"
2179 +
2180 +#: transport.c:151
2181 +#, c-format
2182 +msgid "transport: invalid depth option '%s'"
2183 +msgstr "transport: ungültige --depth Option '%s'"
2184 +
2185 +#: transport.c:771
2186 +#, c-format
2187 +msgid ""
2188 +"The following submodule paths contain changes that can\n"
2189 +"not be found on any remote:\n"
2190 +msgstr ""
2191 +"Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"
2192 +"Remote-Repository gefunden wurden:\n"
2193 +
2194 +#: transport.c:775
2195 +#, c-format
2196 +msgid ""
2197 +"\n"
2198 +"Please try\n"
2199 +"\n"
2200 +"\tgit push --recurse-submodules=on-demand\n"
2201 +"\n"
2202 +"or cd to the path and use\n"
2203 +"\n"
2204 +"\tgit push\n"
2205 +"\n"
2206 +"to push them to a remote.\n"
2207 +"\n"
2208 +msgstr ""
2209 +"\n"
2210 +"Bitte versuchen Sie\n"
2211 +"\n"
2212 +"\tgit push --recurse-submodules=on-demand\n"
2213 +"\n"
2214 +"oder wechseln Sie in das Verzeichnis und benutzen Sie\n"
2215 +"\n"
2216 +"\tgit push\n"
2217 +"\n"
2218 +"zum Versenden zu einem Remote-Repository.\n"
2219 +"\n"
2220 +
2221 +#: transport.c:783
2222 +msgid "Aborting."
2223 +msgstr "Abbruch."
2224 +
2225 #: transport-helper.c:1041
2226 #, c-format
2227 msgid "Could not read ref %s"
@@ -1857,11 +2231,12 @@ msgstr "Konnte Referenz %s nicht lesen."
2231 #, c-format
2232 msgid ""
2233 "Your local changes to the following files would be overwritten by checkout:\n"
1860 -"%%sPlease commit your changes or stash them before you can switch branches."
2234 +"%%sPlease commit your changes or stash them before you switch branches."
2235 msgstr ""
2236 "Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"
2237 "überschrieben werden:\n"
1864 -"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches wechseln."
2238 +"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\n"
2239 +"wechseln."
2240
2241 #: unpack-trees.c:66
2242 #, c-format
@@ -1877,7 +2252,7 @@ msgstr ""
2252 #, c-format
2253 msgid ""
2254 "Your local changes to the following files would be overwritten by merge:\n"
1880 -"%%sPlease commit your changes or stash them before you can merge."
2255 +"%%sPlease commit your changes or stash them before you merge."
2256 msgstr ""
2257 "Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"
2258 "überschrieben werden:\n"
@@ -1897,7 +2272,7 @@ msgstr ""
2272 #, c-format
2273 msgid ""
2274 "Your local changes to the following files would be overwritten by %s:\n"
1900 -"%%sPlease commit your changes or stash them before you can %s."
2275 +"%%sPlease commit your changes or stash them before you %s."
2276 msgstr ""
2277 "Ihre lokalen Änderungen in den folgenden Dateien würden durch %s\n"
2278 "überschrieben werden:\n"
@@ -1926,7 +2301,7 @@ msgstr ""
2301 #, c-format
2302 msgid ""
2303 "The following untracked working tree files would be removed by checkout:\n"
1929 -"%%sPlease move or remove them before you can switch branches."
2304 +"%%sPlease move or remove them before you switch branches."
2305 msgstr ""
2306 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2307 "den Checkout entfernt werden:\n"
@@ -1938,7 +2313,8 @@ msgid ""
2313 "The following untracked working tree files would be removed by checkout:\n"
2314 "%%s"
2315 msgstr ""
1941 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
2316 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
2317 +"den\n"
2318 "Checkout entfernt werden:\n"
2319 "%%s"
2320
@@ -1946,10 +2322,10 @@ msgstr ""
2322 #, c-format
2323 msgid ""
2324 "The following untracked working tree files would be removed by merge:\n"
1949 -"%%sPlease move or remove them before you can merge."
2325 +"%%sPlease move or remove them before you merge."
2326 msgstr ""
1951 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
1952 -"Merge entfernt werden:\n"
2327 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2328 +"den Merge entfernt werden:\n"
2329 "%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."
2330
2331 #: unpack-trees.c:92
@@ -1958,7 +2334,8 @@ msgid ""
2334 "The following untracked working tree files would be removed by merge:\n"
2335 "%%s"
2336 msgstr ""
1961 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
2337 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
2338 +"den\n"
2339 "Merge entfernt werden:\n"
2340 "%%s"
2341
@@ -1966,10 +2343,10 @@ msgstr ""
2343 #, c-format
2344 msgid ""
2345 "The following untracked working tree files would be removed by %s:\n"
1969 -"%%sPlease move or remove them before you can %s."
2346 +"%%sPlease move or remove them before you %s."
2347 msgstr ""
1971 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
1972 -"%s entfernt werden:\n"
2348 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2349 +"den %s entfernt werden:\n"
2350 "%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
2351
2352 #: unpack-trees.c:97
@@ -1978,8 +2355,8 @@ msgid ""
2355 "The following untracked working tree files would be removed by %s:\n"
2356 "%%s"
2357 msgstr ""
1981 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
1982 -"%s entfernt werden:\n"
2358 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2359 +"den %s entfernt werden:\n"
2360 "%%s"
2361
2362 #: unpack-trees.c:102
@@ -1987,10 +2364,10 @@ msgstr ""
2364 msgid ""
2365 "The following untracked working tree files would be overwritten by "
2366 "checkout:\n"
1990 -"%%sPlease move or remove them before you can switch branches."
2367 +"%%sPlease move or remove them before you switch branches."
2368 msgstr ""
1992 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
1993 -"Checkout überschrieben werden:\n"
2369 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2370 +"den Checkout überschrieben werden:\n"
2371 "%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
2372
2373 #: unpack-trees.c:104
@@ -2000,7 +2377,8 @@ msgid ""
2377 "checkout:\n"
2378 "%%s"
2379 msgstr ""
2003 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
2380 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
2381 +"den\n"
2382 "Checkout überschrieben werden:\n"
2383 "%%s"
2384
@@ -2008,10 +2386,10 @@ msgstr ""
2386 #, c-format
2387 msgid ""
2388 "The following untracked working tree files would be overwritten by merge:\n"
2011 -"%%sPlease move or remove them before you can merge."
2389 +"%%sPlease move or remove them before you merge."
2390 msgstr ""
2013 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
2014 -"Merge überschrieben werden:\n"
2391 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2392 +"den Merge überschrieben werden:\n"
2393 "%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."
2394
2395 #: unpack-trees.c:109
@@ -2020,18 +2398,18 @@ msgid ""
2398 "The following untracked working tree files would be overwritten by merge:\n"
2399 "%%s"
2400 msgstr ""
2023 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
2024 -"Merge überschrieben werden:\n"
2401 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2402 +"den Merge überschrieben werden:\n"
2403 "%%s"
2404
2405 #: unpack-trees.c:112
2406 #, c-format
2407 msgid ""
2408 "The following untracked working tree files would be overwritten by %s:\n"
2031 -"%%sPlease move or remove them before you can %s."
2409 +"%%sPlease move or remove them before you %s."
2410 msgstr ""
2033 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
2034 -"%s überschrieben werden:\n"
2411 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2412 +"den %s überschrieben werden:\n"
2413 "%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
2414
2415 #: unpack-trees.c:114
@@ -2040,7 +2418,8 @@ msgid ""
2418 "The following untracked working tree files would be overwritten by %s:\n"
2419 "%%s"
2420 msgstr ""
2043 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"
2421 +"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
2422 +"den\n"
2423 "%s überschrieben werden:\n"
2424 "%%s"
2425
@@ -2055,7 +2434,8 @@ msgid ""
2434 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
2435 "%s"
2436 msgstr ""
2058 -"Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge sind nicht\n"
2437 +"Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge sind "
2438 +"nicht\n"
2439 "aktuell:\n"
2440 "%s"
2441
@@ -2119,43 +2499,43 @@ msgstr "ungültige Portnummer"
2499 msgid "invalid '..' path segment"
2500 msgstr "ungültiges '..' Pfadsegment"
2501
2122 -#: wrapper.c:222 wrapper.c:381
2502 +#: worktree.c:282
2503 +#, c-format
2504 +msgid "failed to read '%s'"
2505 +msgstr "Fehler beim Lesen von '%s'"
2506 +
2507 +#: wrapper.c:222 wrapper.c:392
2508 #, c-format
2509 msgid "could not open '%s' for reading and writing"
2510 msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."
2511
2127 -#: wrapper.c:224 wrapper.c:383 builtin/am.c:779
2512 +#: wrapper.c:224 wrapper.c:394 builtin/am.c:778
2513 #, c-format
2514 msgid "could not open '%s' for writing"
2515 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2516
2132 -#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/am.c:772
2133 -#: builtin/am.c:860 builtin/commit.c:1711 builtin/merge.c:1086
2517 +#: wrapper.c:226 wrapper.c:396 builtin/am.c:324 builtin/am.c:771
2518 +#: builtin/am.c:859 builtin/commit.c:1712 builtin/merge.c:1029
2519 #: builtin/pull.c:407
2520 #, c-format
2521 msgid "could not open '%s' for reading"
2522 msgstr "Konnte '%s' nicht zum Lesen öffnen."
2523
2139 -#: wrapper.c:594 wrapper.c:615
2524 +#: wrapper.c:605 wrapper.c:626
2525 #, c-format
2526 msgid "unable to access '%s'"
2527 msgstr "konnte nicht auf '%s' zugreifen"
2528
2144 -#: wrapper.c:623
2529 +#: wrapper.c:634
2530 msgid "unable to get current working directory"
2531 msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."
2532
2148 -#: wrapper.c:650
2149 -#, c-format
2150 -msgid "could not open %s for writing"
2151 -msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2152 -
2153 -#: wrapper.c:661 builtin/am.c:410
2533 +#: wrapper.c:658
2534 #, c-format
2535 msgid "could not write to %s"
2536 msgstr "Konnte nicht nach '%s' schreiben."
2537
2158 -#: wrapper.c:667
2538 +#: wrapper.c:660
2539 #, c-format
2540 msgid "could not close %s"
2541 msgstr "Konnte '%s' nicht schließen."
@@ -2193,11 +2573,11 @@ msgid " (use \"git rm <file>...\" to mark resolution)"
2573 msgstr ""
2574 " (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
2575
2196 -#: wt-status.c:198 wt-status.c:881
2576 +#: wt-status.c:198 wt-status.c:882
2577 msgid "Changes to be committed:"
2578 msgstr "zum Commit vorgemerkte Änderungen:"
2579
2200 -#: wt-status.c:216 wt-status.c:890
2580 +#: wt-status.c:216 wt-status.c:891
2581 msgid "Changes not staged for commit:"
2582 msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"
2583
@@ -2261,11 +2641,6 @@ msgstr "von beiden hinzugefügt:"
2641 msgid "both modified:"
2642 msgstr "von beiden geändert:"
2643
2264 -#: wt-status.c:266
2265 -#, c-format
2266 -msgid "bug: unhandled unmerged status %x"
2267 -msgstr "Bug: unbehandelter Unmerged-Status %x"
2268 -
2644 #: wt-status.c:274
2645 msgid "new file:"
2646 msgstr "neue Datei:"
@@ -2310,20 +2685,15 @@ msgstr "geänderter Inhalt, "
2685 msgid "untracked content, "
2686 msgstr "unversionierter Inhalt, "
2687
2313 -#: wt-status.c:391
2314 -#, c-format
2315 -msgid "bug: unhandled diff status %c"
2316 -msgstr "Fehler: unbehandelter Differenz-Status %c"
2317 -
2318 -#: wt-status.c:755
2688 +#: wt-status.c:756
2689 msgid "Submodules changed but not updated:"
2690 msgstr "Submodule geändert, aber nicht aktualisiert:"
2691
2322 -#: wt-status.c:757
2692 +#: wt-status.c:758
2693 msgid "Submodule changes to be committed:"
2694 msgstr "Änderungen in Submodul zum Committen:"
2695
2326 -#: wt-status.c:838
2696 +#: wt-status.c:839
2697 msgid ""
2698 "Do not touch the line above.\n"
2699 "Everything below will be removed."
@@ -2331,106 +2701,110 @@ msgstr ""
2701 "Ändern Sie nicht die obige Zeile.\n"
2702 "Alles unterhalb von ihr wird entfernt."
2703
2334 -#: wt-status.c:949
2704 +#: wt-status.c:950
2705 msgid "You have unmerged paths."
2706 msgstr "Sie haben nicht zusammengeführte Pfade."
2707
2338 -#: wt-status.c:952
2708 +#: wt-status.c:953
2709 msgid " (fix conflicts and run \"git commit\")"
2710 msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"
2711
2342 -#: wt-status.c:956
2712 +#: wt-status.c:955
2713 +msgid " (use \"git merge --abort\" to abort the merge)"
2714 +msgstr " (benutzen Sie \"git merge --abort\", um den Merge abzubrechen)"
2715 +
2716 +#: wt-status.c:960
2717 msgid "All conflicts fixed but you are still merging."
2718 msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."
2719
2346 -#: wt-status.c:959
2720 +#: wt-status.c:963
2721 msgid " (use \"git commit\" to conclude merge)"
2722 msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"
2723
2350 -#: wt-status.c:969
2724 +#: wt-status.c:973
2725 msgid "You are in the middle of an am session."
2726 msgstr "Eine \"am\"-Sitzung ist im Gange."
2727
2354 -#: wt-status.c:972
2728 +#: wt-status.c:976
2729 msgid "The current patch is empty."
2730 msgstr "Der aktuelle Patch ist leer."
2731
2358 -#: wt-status.c:976
2732 +#: wt-status.c:980
2733 msgid " (fix conflicts and then run \"git am --continue\")"
2734 msgstr ""
2735 " (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"
2736
2363 -#: wt-status.c:978
2737 +#: wt-status.c:982
2738 msgid " (use \"git am --skip\" to skip this patch)"
2739 msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"
2740
2367 -#: wt-status.c:980
2741 +#: wt-status.c:984
2742 msgid " (use \"git am --abort\" to restore the original branch)"
2743 msgstr ""
2744 " (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "
2745 "wiederherzustellen)"
2746
2373 -#: wt-status.c:1105
2747 +#: wt-status.c:1109
2748 msgid "No commands done."
2749 msgstr "Keine Befehle ausgeführt."
2750
2377 -#: wt-status.c:1108
2751 +#: wt-status.c:1112
2752 #, c-format
2753 msgid "Last command done (%d command done):"
2754 msgid_plural "Last commands done (%d commands done):"
2755 msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"
2756 msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"
2757
2384 -#: wt-status.c:1119
2758 +#: wt-status.c:1123
2759 #, c-format
2760 msgid " (see more in file %s)"
2761 msgstr " (mehr Informationen in Datei %s)"
2762
2389 -#: wt-status.c:1124
2763 +#: wt-status.c:1128
2764 msgid "No commands remaining."
2765 msgstr "Keine Befehle verbleibend."
2766
2393 -#: wt-status.c:1127
2767 +#: wt-status.c:1131
2768 #, c-format
2769 msgid "Next command to do (%d remaining command):"
2770 msgid_plural "Next commands to do (%d remaining commands):"
2771 msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"
2772 msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"
2773
2400 -#: wt-status.c:1135
2774 +#: wt-status.c:1139
2775 msgid " (use \"git rebase --edit-todo\" to view and edit)"
2776 msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"
2777
2404 -#: wt-status.c:1148
2778 +#: wt-status.c:1152
2779 #, c-format
2780 msgid "You are currently rebasing branch '%s' on '%s'."
2781 msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."
2782
2409 -#: wt-status.c:1153
2783 +#: wt-status.c:1157
2784 msgid "You are currently rebasing."
2785 msgstr "Sie sind gerade beim Rebase."
2786
2413 -#: wt-status.c:1167
2787 +#: wt-status.c:1171
2788 msgid " (fix conflicts and then run \"git rebase --continue\")"
2789 msgstr ""
2790 " (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "
2791 "aus)"
2792
2419 -#: wt-status.c:1169
2793 +#: wt-status.c:1173
2794 msgid " (use \"git rebase --skip\" to skip this patch)"
2795 msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"
2796
2423 -#: wt-status.c:1171
2797 +#: wt-status.c:1175
2798 msgid " (use \"git rebase --abort\" to check out the original branch)"
2799 msgstr ""
2800 " (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "
2801 "auszuchecken)"
2802
2429 -#: wt-status.c:1177
2803 +#: wt-status.c:1181
2804 msgid " (all conflicts fixed: run \"git rebase --continue\")"
2805 msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"
2806
2433 -#: wt-status.c:1181
2807 +#: wt-status.c:1185
2808 #, c-format
2809 msgid ""
2810 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
@@ -2438,134 +2812,134 @@ msgstr ""
2812 "Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "
2813 "'%s' im Gange ist."
2814
2441 -#: wt-status.c:1186
2815 +#: wt-status.c:1190
2816 msgid "You are currently splitting a commit during a rebase."
2817 msgstr "Sie teilen gerade einen Commit während eines Rebase auf."
2818
2445 -#: wt-status.c:1189
2819 +#: wt-status.c:1193
2820 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
2821 msgstr ""
2822 " (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"
2823 "continue\" aus)"
2824
2451 -#: wt-status.c:1193
2825 +#: wt-status.c:1197
2826 #, c-format
2827 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2828 msgstr ""
2829 "Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "
2830 "'%s'."
2831
2458 -#: wt-status.c:1198
2832 +#: wt-status.c:1202
2833 msgid "You are currently editing a commit during a rebase."
2834 msgstr "Sie editieren gerade einen Commit während eines Rebase."
2835
2462 -#: wt-status.c:1201
2836 +#: wt-status.c:1205
2837 msgid " (use \"git commit --amend\" to amend the current commit)"
2838 msgstr ""
2839 " (benutzen Sie \"git commit --amend\", um den aktuellen Commit "
2840 "nachzubessern)"
2841
2468 -#: wt-status.c:1203
2842 +#: wt-status.c:1207
2843 msgid ""
2844 " (use \"git rebase --continue\" once you are satisfied with your changes)"
2845 msgstr ""
2846 " (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "
2847 "abgeschlossen sind)"
2848
2475 -#: wt-status.c:1213
2849 +#: wt-status.c:1217
2850 #, c-format
2851 msgid "You are currently cherry-picking commit %s."
2852 msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."
2853
2480 -#: wt-status.c:1218
2854 +#: wt-status.c:1222
2855 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
2856 msgstr ""
2857 " (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"
2858 "\" aus)"
2859
2486 -#: wt-status.c:1221
2860 +#: wt-status.c:1225
2861 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
2862 msgstr ""
2863 " (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"
2864
2491 -#: wt-status.c:1223
2865 +#: wt-status.c:1227
2866 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2867 msgstr ""
2868 " (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "
2869 "abzubrechen)"
2870
2497 -#: wt-status.c:1232
2871 +#: wt-status.c:1236
2872 #, c-format
2873 msgid "You are currently reverting commit %s."
2874 msgstr "Sie sind gerade an einem Revert von Commit '%s'."
2875
2502 -#: wt-status.c:1237
2876 +#: wt-status.c:1241
2877 msgid " (fix conflicts and run \"git revert --continue\")"
2878 msgstr ""
2879 " (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "
2880 "aus)"
2881
2508 -#: wt-status.c:1240
2882 +#: wt-status.c:1244
2883 msgid " (all conflicts fixed: run \"git revert --continue\")"
2884 msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"
2885
2512 -#: wt-status.c:1242
2886 +#: wt-status.c:1246
2887 msgid " (use \"git revert --abort\" to cancel the revert operation)"
2888 msgstr ""
2889 " (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"
2890
2517 -#: wt-status.c:1253
2891 +#: wt-status.c:1257
2892 #, c-format
2893 msgid "You are currently bisecting, started from branch '%s'."
2894 msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."
2895
2522 -#: wt-status.c:1257
2896 +#: wt-status.c:1261
2897 msgid "You are currently bisecting."
2898 msgstr "Sie sind gerade bei einer binären Suche."
2899
2526 -#: wt-status.c:1260
2900 +#: wt-status.c:1264
2901 msgid " (use \"git bisect reset\" to get back to the original branch)"
2902 msgstr ""
2903 " (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "
2904 "zurückzukehren)"
2905
2532 -#: wt-status.c:1460
2906 +#: wt-status.c:1464
2907 msgid "On branch "
2908 msgstr "Auf Branch "
2909
2536 -#: wt-status.c:1466
2910 +#: wt-status.c:1470
2911 msgid "interactive rebase in progress; onto "
2912 msgstr "interaktives Rebase im Gange; auf "
2913
2540 -#: wt-status.c:1468
2914 +#: wt-status.c:1472
2915 msgid "rebase in progress; onto "
2916 msgstr "Rebase im Gange; auf "
2917
2544 -#: wt-status.c:1473
2918 +#: wt-status.c:1477
2919 msgid "HEAD detached at "
2920 msgstr "HEAD losgelöst bei "
2921
2548 -#: wt-status.c:1475
2922 +#: wt-status.c:1479
2923 msgid "HEAD detached from "
2924 msgstr "HEAD losgelöst von "
2925
2552 -#: wt-status.c:1478
2926 +#: wt-status.c:1482
2927 msgid "Not currently on any branch."
2928 msgstr "Im Moment auf keinem Branch."
2929
2556 -#: wt-status.c:1496
2930 +#: wt-status.c:1500
2931 msgid "Initial commit"
2932 msgstr "Initialer Commit"
2933
2560 -#: wt-status.c:1510
2934 +#: wt-status.c:1514
2935 msgid "Untracked files"
2936 msgstr "Unversionierte Dateien"
2937
2564 -#: wt-status.c:1512
2938 +#: wt-status.c:1516
2939 msgid "Ignored files"
2940 msgstr "Ignorierte Dateien"
2941
2568 -#: wt-status.c:1516
2942 +#: wt-status.c:1520
2943 #, c-format
2944 msgid ""
2945 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -2576,32 +2950,32 @@ msgstr ""
2950 "'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"
2951 "neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."
2952
2579 -#: wt-status.c:1522
2953 +#: wt-status.c:1526
2954 #, c-format
2955 msgid "Untracked files not listed%s"
2956 msgstr "Unversionierte Dateien nicht aufgelistet%s"
2957
2584 -#: wt-status.c:1524
2958 +#: wt-status.c:1528
2959 msgid " (use -u option to show untracked files)"
2960 msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"
2961
2588 -#: wt-status.c:1530
2962 +#: wt-status.c:1534
2963 msgid "No changes"
2964 msgstr "Keine Änderungen"
2965
2592 -#: wt-status.c:1535
2966 +#: wt-status.c:1539
2967 #, c-format
2968 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2969 msgstr ""
2970 "keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "
2971 "\"git commit -a\")\n"
2972
2599 -#: wt-status.c:1538
2973 +#: wt-status.c:1542
2974 #, c-format
2975 msgid "no changes added to commit\n"
2976 msgstr "keine Änderungen zum Commit vorgemerkt\n"
2977
2604 -#: wt-status.c:1541
2978 +#: wt-status.c:1545
2979 #, c-format
2980 msgid ""
2981 "nothing added to commit but untracked files present (use \"git add\" to "
@@ -2610,52 +2984,52 @@ msgstr ""
2984 "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien (benutzen "
2985 "Sie \"git add\" zum Versionieren)\n"
2986
2613 -#: wt-status.c:1544
2987 +#: wt-status.c:1548
2988 #, c-format
2989 msgid "nothing added to commit but untracked files present\n"
2990 msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"
2991
2618 -#: wt-status.c:1547
2992 +#: wt-status.c:1551
2993 #, c-format
2994 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2995 msgstr ""
2996 "nichts zu committen (Erstellen/Kopieren Sie Dateien und benutzen Sie \"git "
2997 "add\" zum Versionieren)\n"
2998
2625 -#: wt-status.c:1550 wt-status.c:1555
2999 +#: wt-status.c:1554 wt-status.c:1559
3000 #, c-format
3001 msgid "nothing to commit\n"
3002 msgstr "nichts zu committen\n"
3003
2630 -#: wt-status.c:1553
3004 +#: wt-status.c:1557
3005 #, c-format
3006 msgid "nothing to commit (use -u to show untracked files)\n"
3007 msgstr ""
3008 "nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "
3009 "anzuzeigen)\n"
3010
2637 -#: wt-status.c:1557
3011 +#: wt-status.c:1561
3012 #, c-format
2639 -msgid "nothing to commit, working directory clean\n"
3013 +msgid "nothing to commit, working tree clean\n"
3014 msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"
3015
2642 -#: wt-status.c:1664
3016 +#: wt-status.c:1668
3017 msgid "Initial commit on "
3018 msgstr "Initialer Commit auf "
3019
2646 -#: wt-status.c:1668
3020 +#: wt-status.c:1672
3021 msgid "HEAD (no branch)"
3022 msgstr "HEAD (kein Branch)"
3023
2650 -#: wt-status.c:1697
3024 +#: wt-status.c:1701
3025 msgid "gone"
3026 msgstr "entfernt"
3027
2654 -#: wt-status.c:1699 wt-status.c:1707
3028 +#: wt-status.c:1703 wt-status.c:1711
3029 msgid "behind "
3030 msgstr "hinterher "
3031
2658 -#: wt-status.c:1702 wt-status.c:1705
3032 +#: wt-status.c:1706 wt-status.c:1709
3033 msgid "ahead "
3034 msgstr "voraus "
3035
@@ -2673,267 +3047,281 @@ msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..."
3047 msgid "unexpected diff status %c"
3048 msgstr "unerwarteter Differenz-Status %c"
3049
2676 -#: builtin/add.c:70 builtin/commit.c:280
3050 +#: builtin/add.c:71 builtin/commit.c:281
3051 msgid "updating files failed"
3052 msgstr "Aktualisierung der Dateien fehlgeschlagen"
3053
2680 -#: builtin/add.c:80
3054 +#: builtin/add.c:81
3055 #, c-format
3056 msgid "remove '%s'\n"
3057 msgstr "lösche '%s'\n"
3058
2685 -#: builtin/add.c:134
3059 +#: builtin/add.c:136
3060 msgid "Unstaged changes after refreshing the index:"
3061 msgstr ""
3062 "Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"
3063
2690 -#: builtin/add.c:194 builtin/rev-parse.c:811
3064 +#: builtin/add.c:196 builtin/rev-parse.c:811
3065 msgid "Could not read the index"
3066 msgstr "Konnte den Index nicht lesen"
3067
2694 -#: builtin/add.c:205
3068 +#: builtin/add.c:207
3069 #, c-format
3070 msgid "Could not open '%s' for writing."
3071 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
3072
2699 -#: builtin/add.c:209
3073 +#: builtin/add.c:211
3074 msgid "Could not write patch"
3075 msgstr "Konnte Patch nicht schreiben"
3076
2703 -#: builtin/add.c:212
3077 +#: builtin/add.c:214
3078 msgid "editing patch failed"
3079 msgstr "Bearbeitung des Patches fehlgeschlagen"
3080
2707 -#: builtin/add.c:215
3081 +#: builtin/add.c:217
3082 #, c-format
3083 msgid "Could not stat '%s'"
3084 msgstr "Konnte Verzeichnis '%s' nicht lesen"
3085
2712 -#: builtin/add.c:217
3086 +#: builtin/add.c:219
3087 msgid "Empty patch. Aborted."
3088 msgstr "Leerer Patch. Abgebrochen."
3089
2716 -#: builtin/add.c:222
3090 +#: builtin/add.c:224
3091 #, c-format
3092 msgid "Could not apply '%s'"
3093 msgstr "Konnte '%s' nicht anwenden."
3094
2721 -#: builtin/add.c:232
3095 +#: builtin/add.c:234
3096 msgid "The following paths are ignored by one of your .gitignore files:\n"
3097 msgstr ""
3098 "Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "
3099 "ignoriert:\n"
3100
2727 -#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:111
2728 -#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:511
2729 -#: builtin/remote.c:1332 builtin/rm.c:268 builtin/send-pack.c:162
3101 +#: builtin/add.c:253 builtin/clean.c:870 builtin/fetch.c:113 builtin/mv.c:111
3102 +#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:521
3103 +#: builtin/remote.c:1327 builtin/rm.c:268 builtin/send-pack.c:162
3104 msgid "dry run"
3105 msgstr "Probelauf"
3106
2733 -#: builtin/add.c:250 builtin/apply.c:4563 builtin/check-ignore.c:19
2734 -#: builtin/commit.c:1333 builtin/count-objects.c:85 builtin/fsck.c:557
2735 -#: builtin/log.c:1826 builtin/mv.c:110 builtin/read-tree.c:114
3107 +#: builtin/add.c:254 builtin/apply.c:4854 builtin/check-ignore.c:19
3108 +#: builtin/commit.c:1334 builtin/count-objects.c:85 builtin/fsck.c:593
3109 +#: builtin/log.c:1852 builtin/mv.c:110 builtin/read-tree.c:114
3110 msgid "be verbose"
3111 msgstr "erweiterte Ausgaben"
3112
2739 -#: builtin/add.c:252
3113 +#: builtin/add.c:256
3114 msgid "interactive picking"
3115 msgstr "interaktives Auswählen"
3116
2743 -#: builtin/add.c:253 builtin/checkout.c:1154 builtin/reset.c:286
3117 +#: builtin/add.c:257 builtin/checkout.c:1157 builtin/reset.c:286
3118 msgid "select hunks interactively"
3119 msgstr "Blöcke interaktiv auswählen"
3120
2747 -#: builtin/add.c:254
3121 +#: builtin/add.c:258
3122 msgid "edit current diff and apply"
3123 msgstr "aktuelle Unterschiede editieren und anwenden"
3124
2751 -#: builtin/add.c:255
3125 +#: builtin/add.c:259
3126 msgid "allow adding otherwise ignored files"
3127 msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"
3128
2755 -#: builtin/add.c:256
3129 +#: builtin/add.c:260
3130 msgid "update tracked files"
3131 msgstr "versionierte Dateien aktualisieren"
3132
2759 -#: builtin/add.c:257
3133 +#: builtin/add.c:261
3134 msgid "record only the fact that the path will be added later"
3135 msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"
3136
2763 -#: builtin/add.c:258
3137 +#: builtin/add.c:262
3138 msgid "add changes from all tracked and untracked files"
3139 msgstr ""
3140 "Änderungen von allen versionierten und unversionierten Dateien hinzufügen"
3141
2768 -#: builtin/add.c:261
3142 +#: builtin/add.c:265
3143 msgid "ignore paths removed in the working tree (same as --no-all)"
3144 msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"
3145
2772 -#: builtin/add.c:263
3146 +#: builtin/add.c:267
3147 msgid "don't add, only refresh the index"
3148 msgstr "nichts hinzufügen, nur den Index aktualisieren"
3149
2776 -#: builtin/add.c:264
3150 +#: builtin/add.c:268
3151 msgid "just skip files which cannot be added because of errors"
3152 msgstr ""
3153 "Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "
3154 "konnten"
3155
2782 -#: builtin/add.c:265
3156 +#: builtin/add.c:269
3157 msgid "check if - even missing - files are ignored in dry run"
3158 msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"
3159
2786 -#: builtin/add.c:287
3160 +#: builtin/add.c:270 builtin/update-index.c:958
3161 +msgid "(+/-)x"
3162 +msgstr "(+/-)x"
3163 +
3164 +#: builtin/add.c:270 builtin/update-index.c:959
3165 +msgid "override the executable bit of the listed files"
3166 +msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"
3167 +
3168 +#: builtin/add.c:292
3169 #, c-format
3170 msgid "Use -f if you really want to add them.\n"
3171 msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"
3172
2791 -#: builtin/add.c:294
3173 +#: builtin/add.c:300
3174 msgid "adding files failed"
3175 msgstr "Hinzufügen von Dateien fehlgeschlagen"
3176
2795 -#: builtin/add.c:330
3177 +#: builtin/add.c:336
3178 msgid "-A and -u are mutually incompatible"
3179 msgstr "Die Optionen -A und -u sind zueinander inkompatibel."
3180
2799 -#: builtin/add.c:337
3181 +#: builtin/add.c:343
3182 msgid "Option --ignore-missing can only be used together with --dry-run"
3183 msgstr ""
3184 "Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."
3185
3186 #: builtin/add.c:352
3187 #, c-format
3188 +msgid "--chmod param '%s' must be either -x or +x"
3189 +msgstr "--chmod Parameter '%s' muss entweder -x oder +x sein"
3190 +
3191 +#: builtin/add.c:367
3192 +#, c-format
3193 msgid "Nothing specified, nothing added.\n"
3194 msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"
3195
2809 -#: builtin/add.c:353
3196 +#: builtin/add.c:368
3197 #, c-format
3198 msgid "Maybe you wanted to say 'git add .'?\n"
3199 msgstr "Meinten Sie vielleicht 'git add .'?\n"
3200
2814 -#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:914
2815 -#: builtin/commit.c:339 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
3201 +#: builtin/add.c:373 builtin/check-ignore.c:172 builtin/checkout.c:279
3202 +#: builtin/checkout.c:473 builtin/clean.c:914 builtin/commit.c:340
3203 +#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
3204 #: builtin/submodule--helper.c:240
3205 msgid "index file corrupt"
3206 msgstr "Index-Datei beschädigt"
3207
2820 -#: builtin/add.c:439 builtin/apply.c:4661 builtin/mv.c:283 builtin/rm.c:430
3208 +#: builtin/add.c:454 builtin/apply.c:4784 builtin/mv.c:286 builtin/rm.c:431
3209 msgid "Unable to write new index file"
3210 msgstr "Konnte neue Index-Datei nicht schreiben."
3211
2824 -#: builtin/am.c:256 builtin/commit.c:749 builtin/merge.c:1089
3212 +#: builtin/am.c:257 builtin/commit.c:750 builtin/merge.c:1032
3213 #, c-format
3214 msgid "could not read '%s'"
3215 msgstr "Konnte '%s' nicht lesen"
3216
2829 -#: builtin/am.c:430
3217 +#: builtin/am.c:426
3218 msgid "could not parse author script"
3219 msgstr "konnte Autor-Skript nicht parsen"
3220
2833 -#: builtin/am.c:507
3221 +#: builtin/am.c:503
3222 #, c-format
3223 msgid "'%s' was deleted by the applypatch-msg hook"
3224 msgstr "'%s' wurde durch den applypatch-msg Hook entfernt"
3225
2838 -#: builtin/am.c:548 builtin/notes.c:300
3226 +#: builtin/am.c:544 builtin/notes.c:301
3227 #, c-format
3228 msgid "Malformed input line: '%s'."
3229 msgstr "Fehlerhafte Eingabezeile: '%s'."
3230
2843 -#: builtin/am.c:585 builtin/notes.c:315
3231 +#: builtin/am.c:581 builtin/notes.c:316
3232 #, c-format
3233 msgid "Failed to copy notes from '%s' to '%s'"
3234 msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"
3235
2848 -#: builtin/am.c:611
3236 +#: builtin/am.c:607
3237 msgid "fseek failed"
3238 msgstr "\"fseek\" fehlgeschlagen"
3239
2852 -#: builtin/am.c:788
3240 +#: builtin/am.c:787
3241 #, c-format
3242 msgid "could not parse patch '%s'"
3243 msgstr "konnte Patch '%s' nicht parsen"
3244
2857 -#: builtin/am.c:853
3245 +#: builtin/am.c:852
3246 msgid "Only one StGIT patch series can be applied at once"
3247 msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."
3248
2861 -#: builtin/am.c:900
3249 +#: builtin/am.c:899
3250 msgid "invalid timestamp"
3251 msgstr "ungültiger Zeitstempel"
3252
2865 -#: builtin/am.c:903 builtin/am.c:911
3253 +#: builtin/am.c:902 builtin/am.c:910
3254 msgid "invalid Date line"
3255 msgstr "Ungültige \"Date\"-Zeile"
3256
2869 -#: builtin/am.c:908
3257 +#: builtin/am.c:907
3258 msgid "invalid timezone offset"
3259 msgstr "Ungültiger Offset in der Zeitzone"
3260
2873 -#: builtin/am.c:995
3261 +#: builtin/am.c:996
3262 msgid "Patch format detection failed."
3263 msgstr "Patch-Formaterkennung fehlgeschlagen."
3264
2877 -#: builtin/am.c:1000 builtin/clone.c:380
3265 +#: builtin/am.c:1001 builtin/clone.c:380
3266 #, c-format
3267 msgid "failed to create directory '%s'"
3268 msgstr "Fehler beim Erstellen von Verzeichnis '%s'"
3269
2882 -#: builtin/am.c:1004
3270 +#: builtin/am.c:1005
3271 msgid "Failed to split patches."
3272 msgstr "Fehler beim Aufteilen der Patches."
3273
2886 -#: builtin/am.c:1136 builtin/commit.c:365
3274 +#: builtin/am.c:1137 builtin/commit.c:366
3275 msgid "unable to write index file"
3276 msgstr "Konnte Index-Datei nicht schreiben."
3277
2890 -#: builtin/am.c:1187
3278 +#: builtin/am.c:1188
3279 #, c-format
3280 msgid "When you have resolved this problem, run \"%s --continue\"."
3281 msgstr ""
3282 "Wenn Sie das Problem aufgelöst haben, führen Sie \"%s --continue\" aus."
3283
2896 -#: builtin/am.c:1188
3284 +#: builtin/am.c:1189
3285 #, c-format
3286 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
3287 msgstr ""
3288 "Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --skip"
3289 "\" aus."
3290
2903 -#: builtin/am.c:1189
3291 +#: builtin/am.c:1190
3292 #, c-format
3293 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
3294 msgstr ""
3295 "Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "
3296 "Patches abzubrechen, führen Sie \"%s --abort\" aus."
3297
2910 -#: builtin/am.c:1327
3298 +#: builtin/am.c:1328
3299 msgid "Patch is empty. Was it split wrong?"
3300 msgstr "Patch ist leer. War dessen Aufteilung falsch?"
3301
2914 -#: builtin/am.c:1401 builtin/log.c:1516
3302 +#: builtin/am.c:1402 builtin/log.c:1543
3303 #, c-format
3304 msgid "invalid ident line: %s"
3305 msgstr "Ungültige Identifikationszeile: %s"
3306
2919 -#: builtin/am.c:1428
3307 +#: builtin/am.c:1429
3308 #, c-format
3309 msgid "unable to parse commit %s"
3310 msgstr "Konnte Commit '%s' nicht parsen."
3311
2924 -#: builtin/am.c:1630
3312 +#: builtin/am.c:1602
3313 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3314 msgstr ""
3315 "Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "
3316 "zurückzufallen."
3317
2930 -#: builtin/am.c:1632
3318 +#: builtin/am.c:1604
3319 msgid "Using index info to reconstruct a base tree..."
3320 msgstr ""
3321 "Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis "
3322 "nachzustellen ..."
3323
2936 -#: builtin/am.c:1651
3324 +#: builtin/am.c:1623
3325 msgid ""
3326 "Did you hand edit your patch?\n"
3327 "It does not apply to blobs recorded in its index."
@@ -2941,39 +3329,39 @@ msgstr ""
3329 "Haben Sie den Patch per Hand editiert?\n"
3330 "Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."
3331
2944 -#: builtin/am.c:1657
3332 +#: builtin/am.c:1629
3333 msgid "Falling back to patching base and 3-way merge..."
3334 msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."
3335
2948 -#: builtin/am.c:1672
3336 +#: builtin/am.c:1654
3337 msgid "Failed to merge in the changes."
3338 msgstr "Merge der Änderungen fehlgeschlagen."
3339
2952 -#: builtin/am.c:1696 builtin/merge.c:636
3340 +#: builtin/am.c:1679 builtin/merge.c:628
3341 msgid "git write-tree failed to write a tree"
3342 msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
3343
2956 -#: builtin/am.c:1703
3344 +#: builtin/am.c:1686
3345 msgid "applying to an empty history"
3346 msgstr "auf leere Historie anwenden"
3347
2960 -#: builtin/am.c:1716 builtin/commit.c:1775 builtin/merge.c:841
2961 -#: builtin/merge.c:866
3348 +#: builtin/am.c:1699 builtin/commit.c:1776 builtin/merge.c:798
3349 +#: builtin/merge.c:823
3350 msgid "failed to write commit object"
3351 msgstr "Fehler beim Schreiben des Commit-Objektes."
3352
2965 -#: builtin/am.c:1748 builtin/am.c:1752
3353 +#: builtin/am.c:1731 builtin/am.c:1735
3354 #, c-format
3355 msgid "cannot resume: %s does not exist."
3356 msgstr "Kann nicht fortsetzen: %s existiert nicht"
3357
2970 -#: builtin/am.c:1768
3358 +#: builtin/am.c:1751
3359 msgid "cannot be interactive without stdin connected to a terminal."
3360 msgstr ""
3361 "Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "
3362 "Terminal verbunden ist."
3363
2976 -#: builtin/am.c:1773
3364 +#: builtin/am.c:1756
3365 msgid "Commit Body is:"
3366 msgstr "Commit-Beschreibung ist:"
3367
@@ -2981,35 +3369,35 @@ msgstr "Commit-Beschreibung ist:"
3369 #. in your translation. The program will only accept English
3370 #. input at this point.
3371 #.
2984 -#: builtin/am.c:1783
3372 +#: builtin/am.c:1766
3373 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
3374 msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
3375
2988 -#: builtin/am.c:1833
3376 +#: builtin/am.c:1816
3377 #, c-format
3378 msgid "Dirty index: cannot apply patches (dirty: %s)"
3379 msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)"
3380
2993 -#: builtin/am.c:1868 builtin/am.c:1940
3381 +#: builtin/am.c:1853 builtin/am.c:1925
3382 #, c-format
3383 msgid "Applying: %.*s"
3384 msgstr "Wende an: %.*s"
3385
2998 -#: builtin/am.c:1884
3386 +#: builtin/am.c:1869
3387 msgid "No changes -- Patch already applied."
3388 msgstr "Keine Änderungen -- Patches bereits angewendet."
3389
3002 -#: builtin/am.c:1892
3390 +#: builtin/am.c:1877
3391 #, c-format
3392 msgid "Patch failed at %s %.*s"
3393 msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s"
3394
3007 -#: builtin/am.c:1898
3395 +#: builtin/am.c:1883
3396 #, c-format
3397 msgid "The copy of the patch that failed is found in: %s"
3398 msgstr "Die Kopie des fehlgeschlagenen Patches befindet sich in: %s"
3399
3012 -#: builtin/am.c:1943
3400 +#: builtin/am.c:1928
3401 msgid ""
3402 "No changes - did you forget to use 'git add'?\n"
3403 "If there is nothing left to stage, chances are that something else\n"
@@ -3020,7 +3408,7 @@ msgstr ""
3408 "diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"
3409 "auslassen."
3410
3023 -#: builtin/am.c:1950
3411 +#: builtin/am.c:1935
3412 msgid ""
3413 "You still have unmerged paths in your index.\n"
3414 "Did you forget to use 'git add'?"
@@ -3028,17 +3416,17 @@ msgstr ""
3416 "Sie haben immer noch nicht zusammengeführte Pfade im Index.\n"
3417 "Haben Sie vergessen 'git add' zu benutzen?"
3418
3031 -#: builtin/am.c:2058 builtin/am.c:2062 builtin/am.c:2074 builtin/reset.c:308
3419 +#: builtin/am.c:2043 builtin/am.c:2047 builtin/am.c:2059 builtin/reset.c:308
3420 #: builtin/reset.c:316
3421 #, c-format
3422 msgid "Could not parse object '%s'."
3423 msgstr "Konnte Objekt '%s' nicht parsen."
3424
3037 -#: builtin/am.c:2110
3425 +#: builtin/am.c:2095
3426 msgid "failed to clean index"
3427 msgstr "Fehler beim Bereinigen des Index"
3428
3041 -#: builtin/am.c:2144
3429 +#: builtin/am.c:2129
3430 msgid ""
3431 "You seem to have moved HEAD since the last 'am' failure.\n"
3432 "Not rewinding to ORIG_HEAD"
@@ -3046,155 +3434,155 @@ msgstr ""
3434 "Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"
3435 "Keine Zurücksetzung zu ORIG_HEAD."
3436
3049 -#: builtin/am.c:2205
3437 +#: builtin/am.c:2192
3438 #, c-format
3439 msgid "Invalid value for --patch-format: %s"
3440 msgstr "Ungültiger Wert für --patch-format: %s"
3441
3054 -#: builtin/am.c:2238
3442 +#: builtin/am.c:2225
3443 msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
3444 msgstr "git am [<Optionen>] [(<mbox>|<E-Mail-Verzeichnis>)...]"
3445
3058 -#: builtin/am.c:2239
3446 +#: builtin/am.c:2226
3447 msgid "git am [<options>] (--continue | --skip | --abort)"
3448 msgstr "git am [<Optionen>] (--continue | --skip | --abort)"
3449
3062 -#: builtin/am.c:2245
3450 +#: builtin/am.c:2232
3451 msgid "run interactively"
3452 msgstr "interaktiv ausführen"
3453
3066 -#: builtin/am.c:2247
3454 +#: builtin/am.c:2234
3455 msgid "historical option -- no-op"
3456 msgstr "historische Option -- kein Effekt"
3457
3070 -#: builtin/am.c:2249
3458 +#: builtin/am.c:2236
3459 msgid "allow fall back on 3way merging if needed"
3460 msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"
3461
3074 -#: builtin/am.c:2250 builtin/init-db.c:478 builtin/prune-packed.c:57
3075 -#: builtin/repack.c:171
3462 +#: builtin/am.c:2237 builtin/init-db.c:481 builtin/prune-packed.c:57
3463 +#: builtin/repack.c:172
3464 msgid "be quiet"
3465 msgstr "weniger Ausgaben"
3466
3079 -#: builtin/am.c:2252
3467 +#: builtin/am.c:2239
3468 msgid "add a Signed-off-by line to the commit message"
3469 msgstr "der Commit-Beschreibung eine Signed-off-by Zeile hinzufügen"
3470
3083 -#: builtin/am.c:2255
3471 +#: builtin/am.c:2242
3472 msgid "recode into utf8 (default)"
3473 msgstr "nach UTF-8 umkodieren (Standard)"
3474
3087 -#: builtin/am.c:2257
3475 +#: builtin/am.c:2244
3476 msgid "pass -k flag to git-mailinfo"
3477 msgstr "-k an git-mailinfo übergeben"
3478
3091 -#: builtin/am.c:2259
3479 +#: builtin/am.c:2246
3480 msgid "pass -b flag to git-mailinfo"
3481 msgstr "-b an git-mailinfo übergeben"
3482
3095 -#: builtin/am.c:2261
3483 +#: builtin/am.c:2248
3484 msgid "pass -m flag to git-mailinfo"
3485 msgstr "-m an git-mailinfo übergeben"
3486
3099 -#: builtin/am.c:2263
3487 +#: builtin/am.c:2250
3488 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
3489 msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben"
3490
3103 -#: builtin/am.c:2266
3491 +#: builtin/am.c:2253
3492 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
3493 msgstr "kein --keep-cr an git-mailsplit übergeben, unabhängig von am.keepcr"
3494
3107 -#: builtin/am.c:2269
3495 +#: builtin/am.c:2256
3496 msgid "strip everything before a scissors line"
3497 msgstr "alles vor einer Scheren-Zeile entfernen"
3498
3111 -#: builtin/am.c:2270 builtin/apply.c:4546
3499 +#: builtin/am.c:2257 builtin/apply.c:4837
3500 msgid "action"
3501 msgstr "Aktion"
3502
3115 -#: builtin/am.c:2271 builtin/am.c:2274 builtin/am.c:2277 builtin/am.c:2280
3116 -#: builtin/am.c:2283 builtin/am.c:2286 builtin/am.c:2289 builtin/am.c:2292
3117 -#: builtin/am.c:2298
3503 +#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
3504 +#: builtin/am.c:2270 builtin/am.c:2273 builtin/am.c:2276 builtin/am.c:2279
3505 +#: builtin/am.c:2285
3506 msgid "pass it through git-apply"
3507 msgstr "an git-apply übergeben"
3508
3121 -#: builtin/am.c:2279 builtin/apply.c:4570
3509 +#: builtin/am.c:2266 builtin/apply.c:4861
3510 msgid "root"
3511 msgstr "Wurzelverzeichnis"
3512
3125 -#: builtin/am.c:2282 builtin/am.c:2285 builtin/apply.c:4508
3126 -#: builtin/apply.c:4511 builtin/clone.c:90 builtin/fetch.c:95
3513 +#: builtin/am.c:2269 builtin/am.c:2272 builtin/apply.c:4799
3514 +#: builtin/apply.c:4802 builtin/clone.c:90 builtin/fetch.c:96
3515 #: builtin/pull.c:179 builtin/submodule--helper.c:277
3128 -#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:485
3129 -#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:767
3130 -#: builtin/submodule--helper.c:770
3516 +#: builtin/submodule--helper.c:402 builtin/submodule--helper.c:482
3517 +#: builtin/submodule--helper.c:485 builtin/submodule--helper.c:823
3518 +#: builtin/submodule--helper.c:826
3519 msgid "path"
3520 msgstr "Pfad"
3521
3134 -#: builtin/am.c:2288 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
3135 -#: builtin/grep.c:706 builtin/merge.c:199 builtin/pull.c:134 builtin/pull.c:193
3136 -#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:645
3522 +#: builtin/am.c:2275 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
3523 +#: builtin/grep.c:706 builtin/merge.c:200 builtin/pull.c:134 builtin/pull.c:193
3524 +#: builtin/repack.c:181 builtin/repack.c:185 builtin/show-branch.c:645
3525 #: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:132
3526 #: parse-options.h:134 parse-options.h:244
3527 msgid "n"
3528 msgstr "Anzahl"
3529
3142 -#: builtin/am.c:2291 builtin/apply.c:4514
3530 +#: builtin/am.c:2278 builtin/apply.c:4805
3531 msgid "num"
3532 msgstr "Anzahl"
3533
3146 -#: builtin/am.c:2294 builtin/for-each-ref.c:37 builtin/replace.c:438
3534 +#: builtin/am.c:2281 builtin/for-each-ref.c:37 builtin/replace.c:438
3535 #: builtin/tag.c:372
3536 msgid "format"
3537 msgstr "Format"
3538
3151 -#: builtin/am.c:2295
3539 +#: builtin/am.c:2282
3540 msgid "format the patch(es) are in"
3541 msgstr "Patch-Format"
3542
3155 -#: builtin/am.c:2301
3543 +#: builtin/am.c:2288
3544 msgid "override error message when patch failure occurs"
3545 msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben"
3546
3159 -#: builtin/am.c:2303
3547 +#: builtin/am.c:2290
3548 msgid "continue applying patches after resolving a conflict"
3549 msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen"
3550
3163 -#: builtin/am.c:2306
3551 +#: builtin/am.c:2293
3552 msgid "synonyms for --continue"
3553 msgstr "Synonyme für --continue"
3554
3167 -#: builtin/am.c:2309
3555 +#: builtin/am.c:2296
3556 msgid "skip the current patch"
3557 msgstr "den aktuellen Patch auslassen"
3558
3171 -#: builtin/am.c:2312
3559 +#: builtin/am.c:2299
3560 msgid "restore the original branch and abort the patching operation."
3561 msgstr ""
3562 "ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen"
3563
3176 -#: builtin/am.c:2316
3564 +#: builtin/am.c:2303
3565 msgid "lie about committer date"
3566 msgstr "Autor-Datum als Commit-Datum verwenden"
3567
3180 -#: builtin/am.c:2318
3568 +#: builtin/am.c:2305
3569 msgid "use current timestamp for author date"
3570 msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"
3571
3184 -#: builtin/am.c:2320 builtin/commit.c:1609 builtin/merge.c:228
3572 +#: builtin/am.c:2307 builtin/commit.c:1610 builtin/merge.c:229
3573 #: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:355
3574 msgid "key-id"
3575 msgstr "GPG-Schlüsselkennung"
3576
3189 -#: builtin/am.c:2321
3577 +#: builtin/am.c:2308
3578 msgid "GPG-sign commits"
3579 msgstr "Commits mit GPG signieren"
3580
3193 -#: builtin/am.c:2324
3581 +#: builtin/am.c:2311
3582 msgid "(internal use for git-rebase)"
3583 msgstr "(intern für git-rebase verwendet)"
3584
3197 -#: builtin/am.c:2339
3585 +#: builtin/am.c:2326
3586 msgid ""
3587 "The -b/--binary option has been a no-op for long time, and\n"
3588 "it will be removed. Please do not use it anymore."
@@ -3202,16 +3590,16 @@ msgstr ""
3590 "Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"
3591 "entfernt. Bitte verwenden Sie diese nicht mehr."
3592
3205 -#: builtin/am.c:2346
3593 +#: builtin/am.c:2333
3594 msgid "failed to read the index"
3595 msgstr "Fehler beim Lesen des Index"
3596
3209 -#: builtin/am.c:2361
3597 +#: builtin/am.c:2348
3598 #, c-format
3599 msgid "previous rebase directory %s still exists but mbox given."
3600 msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben."
3601
3214 -#: builtin/am.c:2385
3602 +#: builtin/am.c:2372
3603 #, c-format
3604 msgid ""
3605 "Stray %s directory found.\n"
@@ -3220,74 +3608,74 @@ msgstr ""
3608 "Stray %s Verzeichnis gefunden.\n"
3609 "Benutzen Sie \"git am --abort\", um es zu entfernen."
3610
3223 -#: builtin/am.c:2391
3611 +#: builtin/am.c:2378
3612 msgid "Resolve operation not in progress, we are not resuming."
3613 msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."
3614
3227 -#: builtin/apply.c:59
3615 +#: builtin/apply.c:122
3616 msgid "git apply [<options>] [<patch>...]"
3617 msgstr "git apply [<Optionen>] [<Patch>...]"
3618
3231 -#: builtin/apply.c:111
3619 +#: builtin/apply.c:153
3620 #, c-format
3621 msgid "unrecognized whitespace option '%s'"
3622 msgstr "nicht erkannte Whitespace-Option: '%s'"
3623
3236 -#: builtin/apply.c:126
3624 +#: builtin/apply.c:169
3625 #, c-format
3626 msgid "unrecognized whitespace ignore option '%s'"
3627 msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
3628
3241 -#: builtin/apply.c:818
3629 +#: builtin/apply.c:854
3630 #, c-format
3631 msgid "Cannot prepare timestamp regexp %s"
3632 msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
3633
3246 -#: builtin/apply.c:827
3634 +#: builtin/apply.c:863
3635 #, c-format
3636 msgid "regexec returned %d for input: %s"
3637 msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
3638
3251 -#: builtin/apply.c:908
3639 +#: builtin/apply.c:947
3640 #, c-format
3641 msgid "unable to find filename in patch at line %d"
3642 msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
3643
3256 -#: builtin/apply.c:937
3644 +#: builtin/apply.c:984
3645 #, c-format
3646 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
3647 msgstr ""
3648 "git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
3649 "%d"
3650
3263 -#: builtin/apply.c:942
3651 +#: builtin/apply.c:989
3652 #, c-format
3653 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
3654 msgstr ""
3655 "git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
3656
3269 -#: builtin/apply.c:943
3657 +#: builtin/apply.c:990
3658 #, c-format
3659 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
3660 msgstr ""
3661 "git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
3662
3275 -#: builtin/apply.c:949
3663 +#: builtin/apply.c:995
3664 #, c-format
3665 msgid "git apply: bad git-diff - expected /dev/null on line %d"
3666 msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
3667
3280 -#: builtin/apply.c:1406
3668 +#: builtin/apply.c:1489
3669 #, c-format
3670 msgid "recount: unexpected line: %.*s"
3671 msgstr "recount: unerwartete Zeile: %.*s"
3672
3285 -#: builtin/apply.c:1463
3673 +#: builtin/apply.c:1550
3674 #, c-format
3675 msgid "patch fragment without header at line %d: %.*s"
3676 msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
3677
3290 -#: builtin/apply.c:1480
3678 +#: builtin/apply.c:1567
3679 #, c-format
3680 msgid ""
3681 "git diff header lacks filename information when removing %d leading pathname "
@@ -3302,65 +3690,65 @@ msgstr[1] ""
3690 "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
3691 "%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
3692
3305 -#: builtin/apply.c:1646
3693 +#: builtin/apply.c:1743
3694 msgid "new file depends on old contents"
3695 msgstr "neue Datei hängt von alten Inhalten ab"
3696
3309 -#: builtin/apply.c:1648
3697 +#: builtin/apply.c:1745
3698 msgid "deleted file still has contents"
3699 msgstr "entfernte Datei hat noch Inhalte"
3700
3313 -#: builtin/apply.c:1674
3701 +#: builtin/apply.c:1774
3702 #, c-format
3703 msgid "corrupt patch at line %d"
3704 msgstr "fehlerhafter Patch bei Zeile %d"
3705
3318 -#: builtin/apply.c:1710
3706 +#: builtin/apply.c:1810
3707 #, c-format
3708 msgid "new file %s depends on old contents"
3709 msgstr "neue Datei %s hängt von alten Inhalten ab"
3710
3323 -#: builtin/apply.c:1712
3711 +#: builtin/apply.c:1812
3712 #, c-format
3713 msgid "deleted file %s still has contents"
3714 msgstr "entfernte Datei %s hat noch Inhalte"
3715
3328 -#: builtin/apply.c:1715
3716 +#: builtin/apply.c:1815
3717 #, c-format
3718 msgid "** warning: file %s becomes empty but is not deleted"
3719 msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
3720
3333 -#: builtin/apply.c:1861
3721 +#: builtin/apply.c:1962
3722 #, c-format
3723 msgid "corrupt binary patch at line %d: %.*s"
3724 msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
3725
3338 -#: builtin/apply.c:1895
3726 +#: builtin/apply.c:1999
3727 #, c-format
3728 msgid "unrecognized binary patch at line %d"
3729 msgstr "nicht erkannter Binär-Patch bei Zeile %d"
3730
3343 -#: builtin/apply.c:2048
3731 +#: builtin/apply.c:2154
3732 #, c-format
3733 msgid "patch with only garbage at line %d"
3734 msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
3735
3348 -#: builtin/apply.c:2138
3736 +#: builtin/apply.c:2244
3737 #, c-format
3738 msgid "unable to read symlink %s"
3739 msgstr "konnte symbolische Verknüpfung %s nicht lesen"
3740
3353 -#: builtin/apply.c:2142
3741 +#: builtin/apply.c:2248
3742 #, c-format
3743 msgid "unable to open or read %s"
3744 msgstr "konnte %s nicht öffnen oder lesen"
3745
3358 -#: builtin/apply.c:2775
3746 +#: builtin/apply.c:2901
3747 #, c-format
3748 msgid "invalid start of line: '%c'"
3749 msgstr "Ungültiger Zeilenanfang: '%c'"
3750
3363 -#: builtin/apply.c:2894
3751 +#: builtin/apply.c:3020
3752 #, c-format
3753 msgid "Hunk #%d succeeded at %d (offset %d line)."
3754 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -3368,12 +3756,12 @@ msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
3756 msgstr[1] ""
3757 "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
3758
3371 -#: builtin/apply.c:2906
3759 +#: builtin/apply.c:3032
3760 #, c-format
3761 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
3762 msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
3763
3376 -#: builtin/apply.c:2912
3764 +#: builtin/apply.c:3038
3765 #, c-format
3766 msgid ""
3767 "while searching for:\n"
@@ -3382,353 +3770,348 @@ msgstr ""
3770 "bei der Suche nach:\n"
3771 "%.*s"
3772
3385 -#: builtin/apply.c:2932
3773 +#: builtin/apply.c:3060
3774 #, c-format
3775 msgid "missing binary patch data for '%s'"
3776 msgstr "keine Daten in Binär-Patch für '%s'"
3777
3390 -#: builtin/apply.c:3033
3778 +#: builtin/apply.c:3163
3779 #, c-format
3780 msgid "binary patch does not apply to '%s'"
3781 msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
3782
3395 -#: builtin/apply.c:3039
3783 +#: builtin/apply.c:3169
3784 #, c-format
3785 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
3786 msgstr ""
3787 "Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
3788
3401 -#: builtin/apply.c:3060
3789 +#: builtin/apply.c:3190
3790 #, c-format
3791 msgid "patch failed: %s:%ld"
3792 msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
3793
3406 -#: builtin/apply.c:3184
3794 +#: builtin/apply.c:3314
3795 #, c-format
3796 msgid "cannot checkout %s"
3797 msgstr "kann %s nicht auschecken"
3798
3411 -#: builtin/apply.c:3229 builtin/apply.c:3240 builtin/apply.c:3285
3412 -#, c-format
3413 -msgid "read of %s failed"
3414 -msgstr "Konnte %s nicht lesen"
3415 -
3416 -#: builtin/apply.c:3237
3799 +#: builtin/apply.c:3370
3800 #, c-format
3801 msgid "reading from '%s' beyond a symbolic link"
3802 msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
3803
3421 -#: builtin/apply.c:3265 builtin/apply.c:3487
3804 +#: builtin/apply.c:3399 builtin/apply.c:3630
3805 #, c-format
3806 msgid "path %s has been renamed/deleted"
3807 msgstr "Pfad %s wurde umbenannt/gelöscht"
3808
3426 -#: builtin/apply.c:3346 builtin/apply.c:3501
3809 +#: builtin/apply.c:3482 builtin/apply.c:3644
3810 #, c-format
3811 msgid "%s: does not exist in index"
3812 msgstr "%s ist nicht im Index"
3813
3431 -#: builtin/apply.c:3350 builtin/apply.c:3493 builtin/apply.c:3515
3814 +#: builtin/apply.c:3486 builtin/apply.c:3636 builtin/apply.c:3658
3815 #, c-format
3816 msgid "%s: %s"
3817 msgstr "%s: %s"
3818
3436 -#: builtin/apply.c:3355 builtin/apply.c:3509
3819 +#: builtin/apply.c:3491 builtin/apply.c:3652
3820 #, c-format
3821 msgid "%s: does not match index"
3822 msgstr "%s entspricht nicht der Version im Index"
3823
3441 -#: builtin/apply.c:3457
3824 +#: builtin/apply.c:3597
3825 msgid "removal patch leaves file contents"
3826 msgstr "Lösch-Patch hinterlässt Dateiinhalte"
3827
3445 -#: builtin/apply.c:3526
3828 +#: builtin/apply.c:3669
3829 #, c-format
3830 msgid "%s: wrong type"
3831 msgstr "%s: falscher Typ"
3832
3450 -#: builtin/apply.c:3528
3833 +#: builtin/apply.c:3671
3834 #, c-format
3835 msgid "%s has type %o, expected %o"
3836 msgstr "%s ist vom Typ %o, erwartete %o"
3837
3455 -#: builtin/apply.c:3687 builtin/apply.c:3689
3838 +#: builtin/apply.c:3822 builtin/apply.c:3824
3839 #, c-format
3840 msgid "invalid path '%s'"
3841 msgstr "Ungültiger Pfad '%s'"
3842
3460 -#: builtin/apply.c:3744
3843 +#: builtin/apply.c:3879
3844 #, c-format
3845 msgid "%s: already exists in index"
3846 msgstr "%s ist bereits bereitgestellt"
3847
3465 -#: builtin/apply.c:3747
3848 +#: builtin/apply.c:3882
3849 #, c-format
3850 msgid "%s: already exists in working directory"
3851 msgstr "%s existiert bereits im Arbeitsverzeichnis"
3852
3470 -#: builtin/apply.c:3767
3853 +#: builtin/apply.c:3902
3854 #, c-format
3855 msgid "new mode (%o) of %s does not match old mode (%o)"
3856 msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
3857
3475 -#: builtin/apply.c:3772
3858 +#: builtin/apply.c:3907
3859 #, c-format
3860 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
3861 msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
3862
3480 -#: builtin/apply.c:3792
3863 +#: builtin/apply.c:3927
3864 #, c-format
3865 msgid "affected file '%s' is beyond a symbolic link"
3866 msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"
3867
3485 -#: builtin/apply.c:3796
3868 +#: builtin/apply.c:3931
3869 #, c-format
3870 msgid "%s: patch does not apply"
3871 msgstr "%s: Patch konnte nicht angewendet werden"
3872
3490 -#: builtin/apply.c:3810
3873 +#: builtin/apply.c:3945
3874 #, c-format
3875 msgid "Checking patch %s..."
3876 msgstr "Prüfe Patch %s ..."
3877
3495 -#: builtin/apply.c:3903 builtin/checkout.c:233 builtin/reset.c:135
3878 +#: builtin/apply.c:4038 builtin/checkout.c:233 builtin/reset.c:135
3879 #, c-format
3880 msgid "make_cache_entry failed for path '%s'"
3881 msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
3882
3500 -#: builtin/apply.c:4046
3883 +#: builtin/apply.c:4182
3884 #, c-format
3885 msgid "unable to remove %s from index"
3886 msgstr "konnte %s nicht aus dem Index entfernen"
3887
3505 -#: builtin/apply.c:4075
3888 +#: builtin/apply.c:4215
3889 #, c-format
3890 msgid "corrupt patch for submodule %s"
3891 msgstr "fehlerhafter Patch für Submodul %s"
3892
3510 -#: builtin/apply.c:4079
3893 +#: builtin/apply.c:4219
3894 #, c-format
3895 msgid "unable to stat newly created file '%s'"
3896 msgstr "konnte neu erstellte Datei '%s' nicht lesen"
3897
3515 -#: builtin/apply.c:4084
3898 +#: builtin/apply.c:4224
3899 #, c-format
3900 msgid "unable to create backing store for newly created file %s"
3901 msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
3902
3520 -#: builtin/apply.c:4087 builtin/apply.c:4195
3903 +#: builtin/apply.c:4227 builtin/apply.c:4340
3904 #, c-format
3905 msgid "unable to add cache entry for %s"
3906 msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
3907
3525 -#: builtin/apply.c:4120
3908 +#: builtin/apply.c:4260
3909 #, c-format
3910 msgid "closing file '%s'"
3911 msgstr "schließe Datei '%s'"
3912
3530 -#: builtin/apply.c:4169
3913 +#: builtin/apply.c:4313
3914 #, c-format
3915 msgid "unable to write file '%s' mode %o"
3916 msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
3917
3535 -#: builtin/apply.c:4256
3918 +#: builtin/apply.c:4403
3919 #, c-format
3920 msgid "Applied patch %s cleanly."
3921 msgstr "Patch %s sauber angewendet"
3922
3540 -#: builtin/apply.c:4264
3923 +#: builtin/apply.c:4411
3924 msgid "internal error"
3925 msgstr "interner Fehler"
3926
3544 -#: builtin/apply.c:4267
3927 +#: builtin/apply.c:4414
3928 #, c-format
3929 msgid "Applying patch %%s with %d reject..."
3930 msgid_plural "Applying patch %%s with %d rejects..."
3931 msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
3932 msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
3933
3551 -#: builtin/apply.c:4277
3934 +#: builtin/apply.c:4424
3935 #, c-format
3936 msgid "truncating .rej filename to %.*s.rej"
3937 msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
3938
3556 -#: builtin/apply.c:4285
3939 +#: builtin/apply.c:4432
3940 #, c-format
3941 msgid "cannot open %s: %s"
3942 msgstr "Kann %s nicht öffnen: %s"
3943
3561 -#: builtin/apply.c:4298
3944 +#: builtin/apply.c:4445
3945 #, c-format
3946 msgid "Hunk #%d applied cleanly."
3947 msgstr "Patch-Bereich #%d sauber angewendet."
3948
3566 -#: builtin/apply.c:4301
3949 +#: builtin/apply.c:4448
3950 #, c-format
3951 msgid "Rejected hunk #%d."
3952 msgstr "Patch-Block #%d zurückgewiesen."
3953
3571 -#: builtin/apply.c:4387
3954 +#: builtin/apply.c:4537
3955 #, c-format
3956 msgid "Skipped patch '%s'."
3957 msgstr "Patch '%s' ausgelassen."
3958
3576 -#: builtin/apply.c:4395
3959 +#: builtin/apply.c:4545
3960 msgid "unrecognized input"
3961 msgstr "nicht erkannte Eingabe"
3962
3580 -#: builtin/apply.c:4406
3963 +#: builtin/apply.c:4556
3964 msgid "unable to read index file"
3965 msgstr "Konnte Index-Datei nicht lesen"
3966
3584 -#: builtin/apply.c:4509
3585 -msgid "don't apply changes matching the given path"
3586 -msgstr "keine Änderungen im angegebenen Pfad anwenden"
3967 +#: builtin/apply.c:4701
3968 +msgid "--3way outside a repository"
3969 +msgstr ""
3970 +"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
3971 +
3972 +#: builtin/apply.c:4709
3973 +msgid "--index outside a repository"
3974 +msgstr ""
3975 +"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
3976 +
3977 +#: builtin/apply.c:4712
3978 +msgid "--cached outside a repository"
3979 +msgstr ""
3980 +"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
3981 +
3982 +#: builtin/apply.c:4745
3983 +#, c-format
3984 +msgid "can't open patch '%s'"
3985 +msgstr "kann Patch '%s' nicht öffnen"
3986 +
3987 +#: builtin/apply.c:4760
3988 +#, c-format
3989 +msgid "squelched %d whitespace error"
3990 +msgid_plural "squelched %d whitespace errors"
3991 +msgstr[0] "unterdrückte %d Whitespace-Fehler"
3992 +msgstr[1] "unterdrückte %d Whitespace-Fehler"
3993 +
3994 +#: builtin/apply.c:4766 builtin/apply.c:4776
3995 +#, c-format
3996 +msgid "%d line adds whitespace errors."
3997 +msgid_plural "%d lines add whitespace errors."
3998 +msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
3999 +msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
4000 +
4001 +#: builtin/apply.c:4800
4002 +msgid "don't apply changes matching the given path"
4003 +msgstr "keine Änderungen im angegebenen Pfad anwenden"
4004
3588 -#: builtin/apply.c:4512
4005 +#: builtin/apply.c:4803
4006 msgid "apply changes matching the given path"
4007 msgstr "Änderungen nur im angegebenen Pfad anwenden"
4008
3592 -#: builtin/apply.c:4515
4009 +#: builtin/apply.c:4806
4010 msgid "remove <num> leading slashes from traditional diff paths"
4011 msgstr ""
4012 "<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
4013 "entfernen"
4014
3598 -#: builtin/apply.c:4518
4015 +#: builtin/apply.c:4809
4016 msgid "ignore additions made by the patch"
4017 msgstr "hinzugefügte Zeilen des Patches ignorieren"
4018
3602 -#: builtin/apply.c:4520
4019 +#: builtin/apply.c:4811
4020 msgid "instead of applying the patch, output diffstat for the input"
4021 msgstr ""
4022 "anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
4023 "ausgegeben"
4024
3608 -#: builtin/apply.c:4524
4025 +#: builtin/apply.c:4815
4026 msgid "show number of added and deleted lines in decimal notation"
4027 msgstr ""
4028 "die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
4029
3613 -#: builtin/apply.c:4526
4030 +#: builtin/apply.c:4817
4031 msgid "instead of applying the patch, output a summary for the input"
4032 msgstr ""
4033 "anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
4034 "ausgeben"
4035
3619 -#: builtin/apply.c:4528
4036 +#: builtin/apply.c:4819
4037 msgid "instead of applying the patch, see if the patch is applicable"
4038 msgstr ""
4039 "anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
4040
3624 -#: builtin/apply.c:4530
4041 +#: builtin/apply.c:4821
4042 msgid "make sure the patch is applicable to the current index"
4043 msgstr ""
4044 "sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
4045
3629 -#: builtin/apply.c:4532
4046 +#: builtin/apply.c:4823
4047 msgid "apply a patch without touching the working tree"
4048 msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
4049
3633 -#: builtin/apply.c:4534
4050 +#: builtin/apply.c:4825
4051 msgid "accept a patch that touches outside the working area"
4052 msgstr ""
4053 "Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
4054
3638 -#: builtin/apply.c:4536
4055 +#: builtin/apply.c:4827
4056 msgid "also apply the patch (use with --stat/--summary/--check)"
4057 msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
4058
3642 -#: builtin/apply.c:4538
4059 +#: builtin/apply.c:4829
4060 msgid "attempt three-way merge if a patch does not apply"
4061 msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
4062
3646 -#: builtin/apply.c:4540
4063 +#: builtin/apply.c:4831
4064 msgid "build a temporary index based on embedded index information"
4065 msgstr ""
4066 "einen temporären Index, basierend auf den integrierten Index-Informationen, "
4067 "erstellen"
4068
3652 -#: builtin/apply.c:4543 builtin/checkout-index.c:169 builtin/ls-files.c:425
4069 +#: builtin/apply.c:4834 builtin/checkout-index.c:169 builtin/ls-files.c:426
4070 msgid "paths are separated with NUL character"
4071 msgstr "Pfade sind getrennt durch NUL Zeichen"
4072
3656 -#: builtin/apply.c:4545
4073 +#: builtin/apply.c:4836
4074 msgid "ensure at least <n> lines of context match"
4075 msgstr ""
4076 "sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
4077
3661 -#: builtin/apply.c:4547
4078 +#: builtin/apply.c:4838
4079 msgid "detect new or modified lines that have whitespace errors"
4080 msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
4081
3665 -#: builtin/apply.c:4550 builtin/apply.c:4553
4082 +#: builtin/apply.c:4841 builtin/apply.c:4844
4083 msgid "ignore changes in whitespace when finding context"
4084 msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
4085
3669 -#: builtin/apply.c:4556
4086 +#: builtin/apply.c:4847
4087 msgid "apply the patch in reverse"
4088 msgstr "den Patch in umgekehrter Reihenfolge anwenden"
4089
3673 -#: builtin/apply.c:4558
4090 +#: builtin/apply.c:4849
4091 msgid "don't expect at least one line of context"
4092 msgstr "keinen Kontext erwarten"
4093
3677 -#: builtin/apply.c:4560
4094 +#: builtin/apply.c:4851
4095 msgid "leave the rejected hunks in corresponding *.rej files"
4096 msgstr ""
4097 "zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
4098
3682 -#: builtin/apply.c:4562
4099 +#: builtin/apply.c:4853
4100 msgid "allow overlapping hunks"
4101 msgstr "sich überlappende Patch-Blöcke erlauben"
4102
3686 -#: builtin/apply.c:4565
4103 +#: builtin/apply.c:4856
4104 msgid "tolerate incorrectly detected missing new-line at the end of file"
4105 msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
4106
3690 -#: builtin/apply.c:4568
4107 +#: builtin/apply.c:4859
4108 msgid "do not trust the line counts in the hunk headers"
4109 msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
4110
3694 -#: builtin/apply.c:4571
4111 +#: builtin/apply.c:4862
4112 msgid "prepend <root> to all filenames"
4113 msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
4114
3698 -#: builtin/apply.c:4593
3699 -msgid "--3way outside a repository"
3700 -msgstr ""
3701 -"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
3702 -
3703 -#: builtin/apply.c:4601
3704 -msgid "--index outside a repository"
3705 -msgstr ""
3706 -"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
3707 -
3708 -#: builtin/apply.c:4604
3709 -msgid "--cached outside a repository"
3710 -msgstr ""
3711 -"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
3712 -
3713 -#: builtin/apply.c:4623
3714 -#, c-format
3715 -msgid "can't open patch '%s'"
3716 -msgstr "kann Patch '%s' nicht öffnen"
3717 -
3718 -#: builtin/apply.c:4637
3719 -#, c-format
3720 -msgid "squelched %d whitespace error"
3721 -msgid_plural "squelched %d whitespace errors"
3722 -msgstr[0] "unterdrückte %d Whitespace-Fehler"
3723 -msgstr[1] "unterdrückte %d Whitespace-Fehler"
3724 -
3725 -#: builtin/apply.c:4643 builtin/apply.c:4653
3726 -#, c-format
3727 -msgid "%d line adds whitespace errors."
3728 -msgid_plural "%d lines add whitespace errors."
3729 -msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
3730 -msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
3731 -
4115 #: builtin/archive.c:17
4116 #, c-format
4117 msgid "could not create archive file '%s'"
@@ -3784,106 +4167,106 @@ msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>"
4167 msgid "<rev-opts> are documented in git-rev-list(1)"
4168 msgstr "<rev-opts> sind dokumentiert in git-rev-list(1)"
4169
3787 -#: builtin/blame.c:1782
4170 +#: builtin/blame.c:1781
4171 msgid "Blaming lines"
4172 msgstr "Verarbeite Zeilen"
4173
3791 -#: builtin/blame.c:2531
4174 +#: builtin/blame.c:2536
4175 msgid "Show blame entries as we find them, incrementally"
4176 msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie generieren"
4177
3795 -#: builtin/blame.c:2532
4178 +#: builtin/blame.c:2537
4179 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4180 msgstr "leere SHA-1 für Grenz-Commits anzeigen (Standard: aus)"
4181
3799 -#: builtin/blame.c:2533
4182 +#: builtin/blame.c:2538
4183 msgid "Do not treat root commits as boundaries (Default: off)"
4184 msgstr "Ursprungs-Commit nicht als Grenzen behandeln (Standard: aus)"
4185
3803 -#: builtin/blame.c:2534
4186 +#: builtin/blame.c:2539
4187 msgid "Show work cost statistics"
4188 msgstr "Statistiken zum Arbeitsaufwand anzeigen"
4189
3807 -#: builtin/blame.c:2535
4190 +#: builtin/blame.c:2540
4191 msgid "Force progress reporting"
4192 msgstr "Fortschrittsanzeige erzwingen"
4193
3811 -#: builtin/blame.c:2536
4194 +#: builtin/blame.c:2541
4195 msgid "Show output score for blame entries"
4196 msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen"
4197
3815 -#: builtin/blame.c:2537
4198 +#: builtin/blame.c:2542
4199 msgid "Show original filename (Default: auto)"
4200 msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)"
4201
3819 -#: builtin/blame.c:2538
4202 +#: builtin/blame.c:2543
4203 msgid "Show original linenumber (Default: off)"
4204 msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)"
4205
3823 -#: builtin/blame.c:2539
4206 +#: builtin/blame.c:2544
4207 msgid "Show in a format designed for machine consumption"
4208 msgstr "Anzeige in einem Format für maschinelle Auswertung"
4209
3827 -#: builtin/blame.c:2540
4210 +#: builtin/blame.c:2545
4211 msgid "Show porcelain format with per-line commit information"
4212 msgstr ""
4213 "Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"
4214
3832 -#: builtin/blame.c:2541
4215 +#: builtin/blame.c:2546
4216 msgid "Use the same output mode as git-annotate (Default: off)"
4217 msgstr ""
4218 "Den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)"
4219
3837 -#: builtin/blame.c:2542
4220 +#: builtin/blame.c:2547
4221 msgid "Show raw timestamp (Default: off)"
4222 msgstr "Unbearbeiteten Zeitstempel anzeigen (Standard: aus)"
4223
3841 -#: builtin/blame.c:2543
4224 +#: builtin/blame.c:2548
4225 msgid "Show long commit SHA1 (Default: off)"
4226 msgstr "Langen Commit-SHA1 anzeigen (Standard: aus)"
4227
3845 -#: builtin/blame.c:2544
4228 +#: builtin/blame.c:2549
4229 msgid "Suppress author name and timestamp (Default: off)"
4230 msgstr "Den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)"
4231
3849 -#: builtin/blame.c:2545
4232 +#: builtin/blame.c:2550
4233 msgid "Show author email instead of name (Default: off)"
4234 msgstr ""
4235 "Anstatt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)"
4236
3854 -#: builtin/blame.c:2546
4237 +#: builtin/blame.c:2551
4238 msgid "Ignore whitespace differences"
4239 msgstr "Unterschiede im Whitespace ignorieren"
4240
3858 -#: builtin/blame.c:2547
4241 +#: builtin/blame.c:2552
4242 msgid "Spend extra cycles to find better match"
4243 msgstr "Länger arbeiten, um bessere Übereinstimmungen zu finden"
4244
3862 -#: builtin/blame.c:2548
4245 +#: builtin/blame.c:2553
4246 msgid "Use revisions from <file> instead of calling git-rev-list"
4247 msgstr "Commits von <Datei> benutzen, anstatt \"git-rev-list\" aufzurufen"
4248
3866 -#: builtin/blame.c:2549
4249 +#: builtin/blame.c:2554
4250 msgid "Use <file>'s contents as the final image"
4251 msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen"
4252
3870 -#: builtin/blame.c:2550 builtin/blame.c:2551
4253 +#: builtin/blame.c:2555 builtin/blame.c:2556
4254 msgid "score"
4255 msgstr "Bewertung"
4256
3874 -#: builtin/blame.c:2550
4257 +#: builtin/blame.c:2555
4258 msgid "Find line copies within and across files"
4259 msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden"
4260
3878 -#: builtin/blame.c:2551
4261 +#: builtin/blame.c:2556
4262 msgid "Find line movements within and across files"
4263 msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden"
4264
3882 -#: builtin/blame.c:2552
4265 +#: builtin/blame.c:2557
4266 msgid "n,m"
4267 msgstr "n,m"
4268
3886 -#: builtin/blame.c:2552
4269 +#: builtin/blame.c:2557
4270 msgid "Process only line range n,m, counting from 1"
4271 msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"
4272
@@ -3893,7 +4276,7 @@ msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"
4276 #. takes 22 places, is the longest among various forms of
4277 #. relative timestamps, but your language may need more or
4278 #. fewer display columns.
3896 -#: builtin/blame.c:2641
4279 +#: builtin/blame.c:2649
4280 msgid "4 years, 11 months ago"
4281 msgstr "vor 4 Jahren, und 11 Monaten"
4282
@@ -3997,121 +4380,128 @@ msgstr "Remote-Tracking-Branch %s entfernt (war %s).\n"
4380 msgid "Deleted branch %s (was %s).\n"
4381 msgstr "Branch %s entfernt (war %s).\n"
4382
4000 -#: builtin/branch.c:309
4383 +#: builtin/branch.c:312
4384 #, c-format
4385 msgid "[%s: gone]"
4386 msgstr "[%s: entfernt]"
4387
4005 -#: builtin/branch.c:314
4388 +#: builtin/branch.c:317
4389 #, c-format
4390 msgid "[%s]"
4391 msgstr "[%s]"
4392
4010 -#: builtin/branch.c:319
4393 +#: builtin/branch.c:322
4394 #, c-format
4395 msgid "[%s: behind %d]"
4396 msgstr "[%s: %d hinterher]"
4397
4015 -#: builtin/branch.c:321
4398 +#: builtin/branch.c:324
4399 #, c-format
4400 msgid "[behind %d]"
4401 msgstr "[%d hinterher]"
4402
4020 -#: builtin/branch.c:325
4403 +#: builtin/branch.c:328
4404 #, c-format
4405 msgid "[%s: ahead %d]"
4406 msgstr "[%s: %d voraus]"
4407
4025 -#: builtin/branch.c:327
4408 +#: builtin/branch.c:330
4409 #, c-format
4410 msgid "[ahead %d]"
4411 msgstr "[%d voraus]"
4412
4030 -#: builtin/branch.c:330
4413 +#: builtin/branch.c:333
4414 #, c-format
4415 msgid "[%s: ahead %d, behind %d]"
4416 msgstr "[%s: %d voraus, %d hinterher]"
4417
4035 -#: builtin/branch.c:333
4418 +#: builtin/branch.c:336
4419 #, c-format
4420 msgid "[ahead %d, behind %d]"
4421 msgstr "[%d voraus, %d hinterher]"
4422
4040 -#: builtin/branch.c:346
4423 +#: builtin/branch.c:349
4424 msgid " **** invalid ref ****"
4425 msgstr " **** ungültige Referenz ****"
4426
4044 -#: builtin/branch.c:372
4427 +#: builtin/branch.c:375
4428 #, c-format
4429 msgid "(no branch, rebasing %s)"
4430 msgstr "(kein Branch, Rebase von Branch %s im Gange)"
4431
4049 -#: builtin/branch.c:375
4432 +#: builtin/branch.c:378
4433 #, c-format
4434 msgid "(no branch, bisect started on %s)"
4435 msgstr "(kein Branch, binäre Suche begonnen bei %s)"
4436
4437 #. TRANSLATORS: make sure this matches
4438 #. "HEAD detached at " in wt-status.c
4056 -#: builtin/branch.c:381
4439 +#: builtin/branch.c:384
4440 #, c-format
4441 msgid "(HEAD detached at %s)"
4442 msgstr "(HEAD losgelöst bei %s)"
4443
4444 #. TRANSLATORS: make sure this matches
4445 #. "HEAD detached from " in wt-status.c
4063 -#: builtin/branch.c:386
4446 +#: builtin/branch.c:389
4447 #, c-format
4448 msgid "(HEAD detached from %s)"
4449 msgstr "(HEAD losgelöst von %s)"
4450
4068 -#: builtin/branch.c:390
4451 +#: builtin/branch.c:393
4452 msgid "(no branch)"
4453 msgstr "(kein Branch)"
4454
4072 -#: builtin/branch.c:541
4455 +#: builtin/branch.c:544
4456 #, c-format
4457 msgid "Branch %s is being rebased at %s"
4458 msgstr "Branch %s wird auf %s umgesetzt"
4459
4077 -#: builtin/branch.c:545
4460 +#: builtin/branch.c:548
4461 #, c-format
4462 msgid "Branch %s is being bisected at %s"
4463 msgstr "Binäre Suche von Branch %s zu %s im Gange"
4464
4082 -#: builtin/branch.c:560
4465 +#: builtin/branch.c:563
4466 msgid "cannot rename the current branch while not on any."
4467 msgstr ""
4468 "Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."
4469
4087 -#: builtin/branch.c:570
4470 +#: builtin/branch.c:573
4471 #, c-format
4472 msgid "Invalid branch name: '%s'"
4473 msgstr "Ungültiger Branchname: '%s'"
4474
4092 -#: builtin/branch.c:587
4475 +#: builtin/branch.c:590
4476 msgid "Branch rename failed"
4477 msgstr "Umbenennung des Branches fehlgeschlagen"
4478
4096 -#: builtin/branch.c:591
4479 +#: builtin/branch.c:594
4480 #, c-format
4481 msgid "Renamed a misnamed branch '%s' away"
4482 msgstr "falsch benannten Branch '%s' umbenannt"
4483
4101 -#: builtin/branch.c:594
4484 +#: builtin/branch.c:597
4485 #, c-format
4486 msgid "Branch renamed to %s, but HEAD is not updated!"
4487 msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"
4488
4106 -#: builtin/branch.c:601
4489 +#: builtin/branch.c:604
4490 msgid "Branch is renamed, but update of config-file failed"
4491 msgstr ""
4492 "Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "
4493 "fehlgeschlagen."
4494
4112 -#: builtin/branch.c:623
4113 -msgid "could not write branch description template"
4114 -msgstr "Konnte Beschreibungsvorlage für Branch nicht schreiben."
4495 +#: builtin/branch.c:620
4496 +#, c-format
4497 +msgid ""
4498 +"Please edit the description for the branch\n"
4499 +" %s\n"
4500 +"Lines starting with '%c' will be stripped.\n"
4501 +msgstr ""
4502 +"Bitte ändern Sie die Beschreibung für den Branch\n"
4503 +" %s\n"
4504 +"Zeilen, die mit '%c' beginnen, werden entfernt.\n"
4505
4506 #: builtin/branch.c:651
4507 msgid "Generic options"
@@ -4214,8 +4604,8 @@ msgstr "Schüssel"
4604 msgid "field name to sort on"
4605 msgstr "sortiere nach diesem Feld"
4606
4217 -#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:401
4218 -#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:567
4607 +#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:402
4608 +#: builtin/notes.c:405 builtin/notes.c:565 builtin/notes.c:568
4609 #: builtin/tag.c:369
4610 msgid "object"
4611 msgstr "Objekt"
@@ -4343,7 +4733,7 @@ msgstr "Um ein Paket zu erstellen wird ein Repository benötigt."
4733 msgid "Need a repository to unbundle."
4734 msgstr "Zum Entpacken wird ein Repository benötigt."
4735
4346 -#: builtin/cat-file.c:428
4736 +#: builtin/cat-file.c:443
4737 msgid ""
4738 "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
4739 "<type>|--textconv) <object>"
@@ -4351,60 +4741,60 @@ msgstr ""
4741 "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
4742 "<Art>|--textconv) <Objekt>"
4743
4354 -#: builtin/cat-file.c:429
4744 +#: builtin/cat-file.c:444
4745 msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4746 msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4747
4358 -#: builtin/cat-file.c:466
4748 +#: builtin/cat-file.c:481
4749 msgid "<type> can be one of: blob, tree, commit, tag"
4750 msgstr "<Art> kann sein: blob, tree, commit, tag"
4751
4362 -#: builtin/cat-file.c:467
4752 +#: builtin/cat-file.c:482
4753 msgid "show object type"
4754 msgstr "Objektart anzeigen"
4755
4366 -#: builtin/cat-file.c:468
4756 +#: builtin/cat-file.c:483
4757 msgid "show object size"
4758 msgstr "Objektgröße anzeigen"
4759
4370 -#: builtin/cat-file.c:470
4760 +#: builtin/cat-file.c:485
4761 msgid "exit with zero when there's no error"
4762 msgstr "mit Rückgabewert 0 beenden, wenn kein Fehler aufgetreten ist"
4763
4374 -#: builtin/cat-file.c:471
4764 +#: builtin/cat-file.c:486
4765 msgid "pretty-print object's content"
4766 msgstr "ansprechende Anzeige des Objektinhaltes"
4767
4378 -#: builtin/cat-file.c:473
4768 +#: builtin/cat-file.c:488
4769 msgid "for blob objects, run textconv on object's content"
4770 msgstr "eine Textkonvertierung auf den Inhalt von Blob-Objekten ausführen"
4771
4382 -#: builtin/cat-file.c:475
4772 +#: builtin/cat-file.c:490
4773 msgid "allow -s and -t to work with broken/corrupt objects"
4774 msgstr "-s und -t mit beschädigten Objekten erlauben"
4775
4386 -#: builtin/cat-file.c:476
4776 +#: builtin/cat-file.c:491
4777 msgid "buffer --batch output"
4778 msgstr "Ausgabe von --batch puffern"
4779
4390 -#: builtin/cat-file.c:478
4780 +#: builtin/cat-file.c:493
4781 msgid "show info and content of objects fed from the standard input"
4782 msgstr ""
4783 "Anzeige von Informationen und Inhalt von Objekten, gelesen von der Standard-"
4784 "Eingabe"
4785
4396 -#: builtin/cat-file.c:481
4786 +#: builtin/cat-file.c:496
4787 msgid "show info about objects fed from the standard input"
4788 msgstr ""
4789 "Anzeige von Informationen über Objekte, gelesen von der Standard-Eingabe"
4790
4401 -#: builtin/cat-file.c:484
4791 +#: builtin/cat-file.c:499
4792 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
4793 msgstr ""
4794 "symbolischen Verknüpfungen innerhalb des Repositories folgen (verwendet mit "
4795 "--batch oder --batch-check)"
4796
4407 -#: builtin/cat-file.c:486
4797 +#: builtin/cat-file.c:501
4798 msgid "show all objects with --batch or --batch-check"
4799 msgstr "alle Objekte mit --batch oder --batch-check anzeigen"
4800
@@ -4432,7 +4822,7 @@ msgstr "Dateinamen von der Standard-Eingabe lesen"
4822 msgid "terminate input and output records by a NUL character"
4823 msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen"
4824
4435 -#: builtin/check-ignore.c:18 builtin/checkout.c:1135 builtin/gc.c:325
4825 +#: builtin/check-ignore.c:18 builtin/checkout.c:1138 builtin/gc.c:325
4826 msgid "suppress progress reporting"
4827 msgstr "Fortschrittsanzeige unterdrücken"
4828
@@ -4525,9 +4915,9 @@ msgid "write the content to temporary files"
4915 msgstr "den Inhalt in temporäre Dateien schreiben"
4916
4917 #: builtin/checkout-index.c:174 builtin/column.c:30
4528 -#: builtin/submodule--helper.c:491 builtin/submodule--helper.c:494
4529 -#: builtin/submodule--helper.c:497 builtin/submodule--helper.c:500
4530 -#: builtin/submodule--helper.c:774
4918 +#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:491
4919 +#: builtin/submodule--helper.c:494 builtin/submodule--helper.c:497
4920 +#: builtin/submodule--helper.c:830 builtin/worktree.c:469
4921 msgid "string"
4922 msgstr "Zeichenkette"
4923
@@ -4595,10 +4985,6 @@ msgid "Cannot update paths and switch to branch '%s' at the same time."
4985 msgstr ""
4986 "Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln"
4987
4598 -#: builtin/checkout.c:279 builtin/checkout.c:473
4599 -msgid "corrupt index file"
4600 -msgstr "beschädigte Index-Datei"
4601 -
4988 #: builtin/checkout.c:339 builtin/checkout.c:346
4989 #, c-format
4990 msgid "path '%s' is unmerged"
@@ -4608,50 +4994,50 @@ msgstr "Pfad '%s' ist nicht zusammengeführt."
4994 msgid "you need to resolve your current index first"
4995 msgstr "Sie müssen zuerst die Konflikte in Ihrem aktuellen Index auflösen."
4996
4611 -#: builtin/checkout.c:622
4997 +#: builtin/checkout.c:625
4998 #, c-format
4999 msgid "Can not do reflog for '%s': %s\n"
5000 msgstr "Kann \"reflog\" für '%s' nicht durchführen: %s\n"
5001
4616 -#: builtin/checkout.c:660
5002 +#: builtin/checkout.c:664
5003 msgid "HEAD is now at"
5004 msgstr "HEAD ist jetzt bei"
5005
4620 -#: builtin/checkout.c:664 builtin/clone.c:661
5006 +#: builtin/checkout.c:668 builtin/clone.c:661
5007 msgid "unable to update HEAD"
5008 msgstr "Konnte HEAD nicht aktualisieren."
5009
4624 -#: builtin/checkout.c:668
5010 +#: builtin/checkout.c:672
5011 #, c-format
5012 msgid "Reset branch '%s'\n"
5013 msgstr "Setze Branch '%s' neu\n"
5014
4629 -#: builtin/checkout.c:671
5015 +#: builtin/checkout.c:675
5016 #, c-format
5017 msgid "Already on '%s'\n"
5018 msgstr "Bereits auf '%s'\n"
5019
4634 -#: builtin/checkout.c:675
5020 +#: builtin/checkout.c:679
5021 #, c-format
5022 msgid "Switched to and reset branch '%s'\n"
5023 msgstr "Zu umgesetztem Branch '%s' gewechselt\n"
5024
4639 -#: builtin/checkout.c:677 builtin/checkout.c:1067
5025 +#: builtin/checkout.c:681 builtin/checkout.c:1070
5026 #, c-format
5027 msgid "Switched to a new branch '%s'\n"
5028 msgstr "Zu neuem Branch '%s' gewechselt\n"
5029
4644 -#: builtin/checkout.c:679
5030 +#: builtin/checkout.c:683
5031 #, c-format
5032 msgid "Switched to branch '%s'\n"
5033 msgstr "Zu Branch '%s' gewechselt\n"
5034
4649 -#: builtin/checkout.c:731
5035 +#: builtin/checkout.c:734
5036 #, c-format
5037 msgid " ... and %d more.\n"
5038 msgstr " ... und %d weitere.\n"
5039
4654 -#: builtin/checkout.c:737
5040 +#: builtin/checkout.c:740
5041 #, c-format
5042 msgid ""
5043 "Warning: you are leaving %d commit behind, not connected to\n"
@@ -4674,7 +5060,7 @@ msgstr[1] ""
5060 "\n"
5061 "%s\n"
5062
4677 -#: builtin/checkout.c:756
5063 +#: builtin/checkout.c:759
5064 #, c-format
5065 msgid ""
5066 "If you want to keep it by creating a new branch, this may be a good time\n"
@@ -4701,152 +5087,152 @@ msgstr[1] ""
5087 " git branch <neuer-Branchname> %s\n"
5088 "\n"
5089
4704 -#: builtin/checkout.c:792
5090 +#: builtin/checkout.c:795
5091 msgid "internal error in revision walk"
5092 msgstr "interner Fehler im Revisionsgang"
5093
4708 -#: builtin/checkout.c:796
5094 +#: builtin/checkout.c:799
5095 msgid "Previous HEAD position was"
5096 msgstr "Vorherige Position von HEAD war"
5097
4712 -#: builtin/checkout.c:823 builtin/checkout.c:1062
5098 +#: builtin/checkout.c:826 builtin/checkout.c:1065
5099 msgid "You are on a branch yet to be born"
5100 msgstr "Sie sind auf einem Branch, der noch geboren wird"
5101
4716 -#: builtin/checkout.c:968
5102 +#: builtin/checkout.c:971
5103 #, c-format
5104 msgid "only one reference expected, %d given."
5105 msgstr "nur eine Referenz erwartet, %d gegeben."
5106
4721 -#: builtin/checkout.c:1008 builtin/worktree.c:212
5107 +#: builtin/checkout.c:1011 builtin/worktree.c:214
5108 #, c-format
5109 msgid "invalid reference: %s"
5110 msgstr "Ungültige Referenz: %s"
5111
4726 -#: builtin/checkout.c:1037
5112 +#: builtin/checkout.c:1040
5113 #, c-format
5114 msgid "reference is not a tree: %s"
5115 msgstr "Referenz ist kein \"Tree\"-Objekt: %s"
5116
4731 -#: builtin/checkout.c:1076
5117 +#: builtin/checkout.c:1079
5118 msgid "paths cannot be used with switching branches"
5119 msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"
5120
4735 -#: builtin/checkout.c:1079 builtin/checkout.c:1083
5121 +#: builtin/checkout.c:1082 builtin/checkout.c:1086
5122 #, c-format
5123 msgid "'%s' cannot be used with switching branches"
5124 msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"
5125
4740 -#: builtin/checkout.c:1087 builtin/checkout.c:1090 builtin/checkout.c:1095
4741 -#: builtin/checkout.c:1098
5126 +#: builtin/checkout.c:1090 builtin/checkout.c:1093 builtin/checkout.c:1098
5127 +#: builtin/checkout.c:1101
5128 #, c-format
5129 msgid "'%s' cannot be used with '%s'"
5130 msgstr "'%s' kann nicht mit '%s' verwendet werden"
5131
4746 -#: builtin/checkout.c:1103
5132 +#: builtin/checkout.c:1106
5133 #, c-format
5134 msgid "Cannot switch branch to a non-commit '%s'"
5135 msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"
5136
4751 -#: builtin/checkout.c:1136 builtin/checkout.c:1138 builtin/clone.c:88
4752 -#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:323
4753 -#: builtin/worktree.c:325
5137 +#: builtin/checkout.c:1139 builtin/checkout.c:1141 builtin/clone.c:88
5138 +#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
5139 +#: builtin/worktree.c:326
5140 msgid "branch"
5141 msgstr "Branch"
5142
4757 -#: builtin/checkout.c:1137
5143 +#: builtin/checkout.c:1140
5144 msgid "create and checkout a new branch"
5145 msgstr "einen neuen Branch erzeugen und auschecken"
5146
4761 -#: builtin/checkout.c:1139
5147 +#: builtin/checkout.c:1142
5148 msgid "create/reset and checkout a branch"
5149 msgstr "einen Branch erstellen/umsetzen und auschecken"
5150
4765 -#: builtin/checkout.c:1140
5151 +#: builtin/checkout.c:1143
5152 msgid "create reflog for new branch"
5153 msgstr "das Reflog für den neuen Branch erzeugen"
5154
4769 -#: builtin/checkout.c:1141
4770 -msgid "detach the HEAD at named commit"
4771 -msgstr "HEAD zu benanntem Commit setzen"
5155 +#: builtin/checkout.c:1144 builtin/worktree.c:328
5156 +msgid "detach HEAD at named commit"
5157 +msgstr "HEAD bei benanntem Commit loslösen"
5158
4773 -#: builtin/checkout.c:1142
5159 +#: builtin/checkout.c:1145
5160 msgid "set upstream info for new branch"
5161 msgstr "Informationen zum Upstream-Branch für den neuen Branch setzen"
5162
4777 -#: builtin/checkout.c:1144
5163 +#: builtin/checkout.c:1147
5164 msgid "new-branch"
5165 msgstr "neuer Branch"
5166
4781 -#: builtin/checkout.c:1144
5167 +#: builtin/checkout.c:1147
5168 msgid "new unparented branch"
5169 msgstr "neuer Branch ohne Eltern-Commit"
5170
4785 -#: builtin/checkout.c:1145
5171 +#: builtin/checkout.c:1148
5172 msgid "checkout our version for unmerged files"
5173 msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken"
5174
4789 -#: builtin/checkout.c:1147
5175 +#: builtin/checkout.c:1150
5176 msgid "checkout their version for unmerged files"
5177 msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken"
5178
4793 -#: builtin/checkout.c:1149
5179 +#: builtin/checkout.c:1152
5180 msgid "force checkout (throw away local modifications)"
5181 msgstr "Auschecken erzwingen (verwirft lokale Änderungen)"
5182
4797 -#: builtin/checkout.c:1150
5183 +#: builtin/checkout.c:1153
5184 msgid "perform a 3-way merge with the new branch"
5185 msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen"
5186
4801 -#: builtin/checkout.c:1151 builtin/merge.c:230
5187 +#: builtin/checkout.c:1154 builtin/merge.c:231
5188 msgid "update ignored files (default)"
5189 msgstr "ignorierte Dateien aktualisieren (Standard)"
5190
4805 -#: builtin/checkout.c:1152 builtin/log.c:1432 parse-options.h:250
5191 +#: builtin/checkout.c:1155 builtin/log.c:1459 parse-options.h:250
5192 msgid "style"
5193 msgstr "Stil"
5194
4809 -#: builtin/checkout.c:1153
5195 +#: builtin/checkout.c:1156
5196 msgid "conflict style (merge or diff3)"
5197 msgstr "Konfliktstil (merge oder diff3)"
5198
4813 -#: builtin/checkout.c:1156
5199 +#: builtin/checkout.c:1159
5200 msgid "do not limit pathspecs to sparse entries only"
5201 msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken"
5202
4817 -#: builtin/checkout.c:1158
5203 +#: builtin/checkout.c:1161
5204 msgid "second guess 'git checkout <no-such-branch>'"
5205 msgstr "second guess 'git checkout <no-such-branch>'"
5206
4821 -#: builtin/checkout.c:1160
5207 +#: builtin/checkout.c:1163
5208 msgid "do not check if another worktree is holding the given ref"
5209 msgstr ""
5210 "Prüfung, ob die Referenz bereits in einem anderen Arbeitsverzeichnis "
5211 "ausgecheckt wurde, deaktivieren"
5212
4827 -#: builtin/checkout.c:1161 builtin/clone.c:60 builtin/fetch.c:116
4828 -#: builtin/merge.c:227 builtin/pull.c:116 builtin/push.c:526
5213 +#: builtin/checkout.c:1164 builtin/clone.c:60 builtin/fetch.c:117
5214 +#: builtin/merge.c:228 builtin/pull.c:116 builtin/push.c:536
5215 #: builtin/send-pack.c:168
5216 msgid "force progress reporting"
5217 msgstr "Fortschrittsanzeige erzwingen"
5218
4833 -#: builtin/checkout.c:1192
5219 +#: builtin/checkout.c:1195
5220 msgid "-b, -B and --orphan are mutually exclusive"
5221 msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."
5222
4837 -#: builtin/checkout.c:1209
5223 +#: builtin/checkout.c:1212
5224 msgid "--track needs a branch name"
5225 msgstr "Bei der Option --track muss ein Branchname angegeben werden."
5226
4841 -#: builtin/checkout.c:1214
5227 +#: builtin/checkout.c:1217
5228 msgid "Missing branch name; try -b"
5229 msgstr "Vermisse Branchnamen; versuchen Sie -b"
5230
4845 -#: builtin/checkout.c:1250
5231 +#: builtin/checkout.c:1253
5232 msgid "invalid path specification"
5233 msgstr "ungültige Pfadspezifikation"
5234
4849 -#: builtin/checkout.c:1257
5235 +#: builtin/checkout.c:1260
5236 #, c-format
5237 msgid ""
5238 "Cannot update paths and switch to branch '%s' at the same time.\n"
@@ -4856,12 +5242,12 @@ msgstr ""
5242 "Haben Sie beabsichtigt '%s' auszuchecken, welcher nicht als Commit aufgelöst "
5243 "werden kann?"
5244
4859 -#: builtin/checkout.c:1262
5245 +#: builtin/checkout.c:1265
5246 #, c-format
5247 msgid "git checkout: --detach does not take a path argument '%s'"
5248 msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"
5249
4864 -#: builtin/checkout.c:1266
5250 +#: builtin/checkout.c:1269
5251 msgid ""
5252 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5253 "checking out of the index."
@@ -5014,7 +5400,7 @@ msgid "remove whole directories"
5400 msgstr "ganze Verzeichnisse löschen"
5401
5402 #: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:724
5017 -#: builtin/ls-files.c:456 builtin/name-rev.c:314 builtin/show-ref.c:182
5403 +#: builtin/ls-files.c:457 builtin/name-rev.c:314 builtin/show-ref.c:182
5404 msgid "pattern"
5405 msgstr "Muster"
5406
@@ -5058,7 +5444,7 @@ msgstr "git clone [<Optionen>] [--] <Repository> [<Verzeichnis>]"
5444 msgid "don't create a checkout"
5445 msgstr "kein Auschecken"
5446
5061 -#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:473
5447 +#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:476
5448 msgid "create a bare repository"
5449 msgstr "ein Bare-Repository erstellen"
5450
@@ -5086,16 +5472,16 @@ msgstr "Submodule im Klon initialisieren"
5472 msgid "number of submodules cloned in parallel"
5473 msgstr "Anzahl der parallel zu klonenden Submodule"
5474
5089 -#: builtin/clone.c:80 builtin/init-db.c:470
5475 +#: builtin/clone.c:80 builtin/init-db.c:473
5476 msgid "template-directory"
5477 msgstr "Vorlagenverzeichnis"
5478
5093 -#: builtin/clone.c:81 builtin/init-db.c:471
5479 +#: builtin/clone.c:81 builtin/init-db.c:474
5480 msgid "directory from which templates will be used"
5481 msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"
5482
5097 -#: builtin/clone.c:83 builtin/submodule--helper.c:498
5098 -#: builtin/submodule--helper.c:777
5483 +#: builtin/clone.c:83 builtin/submodule--helper.c:495
5484 +#: builtin/submodule--helper.c:833
5485 msgid "reference repository"
5486 msgstr "Repository referenzieren"
5487
@@ -5119,7 +5505,7 @@ msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories"
5505 msgid "path to git-upload-pack on the remote"
5506 msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"
5507
5122 -#: builtin/clone.c:92 builtin/fetch.c:117 builtin/grep.c:667 builtin/pull.c:201
5508 +#: builtin/clone.c:92 builtin/fetch.c:118 builtin/grep.c:667 builtin/pull.c:201
5509 msgid "depth"
5510 msgstr "Tiefe"
5511
@@ -5136,11 +5522,11 @@ msgstr "nur einen Branch klonen, HEAD oder --branch"
5522 msgid "any cloned submodules will be shallow"
5523 msgstr "jedes geklonte Submodul mit unvollständiger Historie (shallow)"
5524
5139 -#: builtin/clone.c:98 builtin/init-db.c:479
5525 +#: builtin/clone.c:98 builtin/init-db.c:482
5526 msgid "gitdir"
5527 msgstr ".git-Verzeichnis"
5528
5143 -#: builtin/clone.c:99 builtin/init-db.c:480
5529 +#: builtin/clone.c:99 builtin/init-db.c:483
5530 msgid "separate git dir from working tree"
5531 msgstr "Git-Verzeichnis vom Arbeitsverzeichnis separieren"
5532
@@ -5152,11 +5538,11 @@ msgstr "Schlüssel=Wert"
5538 msgid "set config inside the new repository"
5539 msgstr "Konfiguration innerhalb des neuen Repositories setzen"
5540
5155 -#: builtin/clone.c:102 builtin/fetch.c:131 builtin/push.c:536
5541 +#: builtin/clone.c:102 builtin/fetch.c:132 builtin/push.c:547
5542 msgid "use IPv4 addresses only"
5543 msgstr "nur IPv4-Adressen benutzen"
5544
5159 -#: builtin/clone.c:104 builtin/fetch.c:133 builtin/push.c:538
5545 +#: builtin/clone.c:104 builtin/fetch.c:134 builtin/push.c:549
5546 msgid "use IPv6 addresses only"
5547 msgstr "nur IPv6-Adressen benutzen"
5548
@@ -5193,6 +5579,11 @@ msgstr ""
5579 "Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "
5580 "eingehängt."
5581
5582 +#: builtin/clone.c:376
5583 +#, c-format
5584 +msgid "failed to open '%s'"
5585 +msgstr "Fehler beim Öffnen von '%s'"
5586 +
5587 #: builtin/clone.c:384
5588 #, c-format
5589 msgid "%s exists and is not a directory"
@@ -5213,7 +5604,7 @@ msgstr "Konnte Verweis '%s' nicht erstellen"
5604 msgid "failed to copy file to '%s'"
5605 msgstr "Konnte Datei nicht nach '%s' kopieren"
5606
5216 -#: builtin/clone.c:449 builtin/clone.c:633
5607 +#: builtin/clone.c:449
5608 #, c-format
5609 msgid "done.\n"
5610 msgstr "Fertig.\n"
@@ -5233,12 +5624,7 @@ msgstr ""
5624 msgid "Could not find remote branch %s to clone."
5625 msgstr "Konnte zu klonenden Remote-Branch %s nicht finden."
5626
5236 -#: builtin/clone.c:628
5237 -#, c-format
5238 -msgid "Checking connectivity... "
5239 -msgstr "Prüfe Konnektivität ... "
5240 -
5241 -#: builtin/clone.c:631
5627 +#: builtin/clone.c:633
5628 msgid "remote did not send all necessary objects"
5629 msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."
5630
@@ -5257,103 +5643,103 @@ msgstr ""
5643 msgid "unable to checkout working tree"
5644 msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden"
5645
5260 -#: builtin/clone.c:767
5646 +#: builtin/clone.c:766
5647 msgid "unable to write parameters to config file"
5648 msgstr "konnte Parameter nicht in Konfigurationsdatei schreiben"
5649
5264 -#: builtin/clone.c:830
5650 +#: builtin/clone.c:829
5651 msgid "cannot repack to clean up"
5652 msgstr "Kann \"repack\" zum Aufräumen nicht aufrufen"
5653
5268 -#: builtin/clone.c:832
5654 +#: builtin/clone.c:831
5655 msgid "cannot unlink temporary alternates file"
5656 msgstr "Kann temporäre \"alternates\"-Datei nicht entfernen"
5657
5272 -#: builtin/clone.c:864 builtin/receive-pack.c:1731
5658 +#: builtin/clone.c:863 builtin/receive-pack.c:1855
5659 msgid "Too many arguments."
5660 msgstr "Zu viele Argumente."
5661
5276 -#: builtin/clone.c:868
5662 +#: builtin/clone.c:867
5663 msgid "You must specify a repository to clone."
5664 msgstr "Sie müssen ein Repository zum Klonen angeben."
5665
5280 -#: builtin/clone.c:879
5666 +#: builtin/clone.c:878
5667 #, c-format
5668 msgid "--bare and --origin %s options are incompatible."
5669 msgstr "Die Optionen --bare und --origin %s sind inkompatibel."
5670
5285 -#: builtin/clone.c:882
5671 +#: builtin/clone.c:881
5672 msgid "--bare and --separate-git-dir are incompatible."
5673 msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."
5674
5289 -#: builtin/clone.c:895
5675 +#: builtin/clone.c:894
5676 #, c-format
5677 msgid "repository '%s' does not exist"
5678 msgstr "Repository '%s' existiert nicht."
5679
5294 -#: builtin/clone.c:901 builtin/fetch.c:1174
5680 +#: builtin/clone.c:900 builtin/fetch.c:1293
5681 #, c-format
5682 msgid "depth %s is not a positive number"
5683 msgstr "Tiefe %s ist keine positive Zahl"
5684
5299 -#: builtin/clone.c:911
5685 +#: builtin/clone.c:910
5686 #, c-format
5687 msgid "destination path '%s' already exists and is not an empty directory."
5688 msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."
5689
5304 -#: builtin/clone.c:921
5690 +#: builtin/clone.c:920
5691 #, c-format
5692 msgid "working tree '%s' already exists."
5693 msgstr "Arbeitsverzeichnis '%s' existiert bereits."
5694
5309 -#: builtin/clone.c:936 builtin/clone.c:947 builtin/submodule--helper.c:547
5310 -#: builtin/worktree.c:220 builtin/worktree.c:247
5695 +#: builtin/clone.c:935 builtin/clone.c:946 builtin/submodule--helper.c:544
5696 +#: builtin/worktree.c:222 builtin/worktree.c:249
5697 #, c-format
5698 msgid "could not create leading directories of '%s'"
5699 msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."
5700
5315 -#: builtin/clone.c:939
5701 +#: builtin/clone.c:938
5702 #, c-format
5703 msgid "could not create work tree dir '%s'"
5704 msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen"
5705
5320 -#: builtin/clone.c:957
5706 +#: builtin/clone.c:956
5707 #, c-format
5708 msgid "Cloning into bare repository '%s'...\n"
5709 msgstr "Klone in Bare-Repository '%s' ...\n"
5710
5325 -#: builtin/clone.c:959
5711 +#: builtin/clone.c:958
5712 #, c-format
5713 msgid "Cloning into '%s'...\n"
5714 msgstr "Klone nach '%s' ...\n"
5715
5330 -#: builtin/clone.c:998
5716 +#: builtin/clone.c:997
5717 msgid "--depth is ignored in local clones; use file:// instead."
5718 msgstr ""
5719 "Die Option --depth wird in lokalen Klonen ignoriert; benutzen Sie "
5720 "stattdessen file://"
5721
5336 -#: builtin/clone.c:1001
5722 +#: builtin/clone.c:1000
5723 msgid "source repository is shallow, ignoring --local"
5724 msgstr ""
5725 "Quelle ist ein Repository mit unvollständiger Historie (shallow),ignoriere --"
5726 "local"
5727
5342 -#: builtin/clone.c:1006
5728 +#: builtin/clone.c:1005
5729 msgid "--local is ignored"
5730 msgstr "--local wird ignoriert"
5731
5346 -#: builtin/clone.c:1010
5732 +#: builtin/clone.c:1009
5733 #, c-format
5734 msgid "Don't know how to clone %s"
5735 msgstr "Weiß nicht wie %s zu klonen ist."
5736
5351 -#: builtin/clone.c:1059 builtin/clone.c:1067
5737 +#: builtin/clone.c:1058 builtin/clone.c:1066
5738 #, c-format
5739 msgid "Remote branch %s not found in upstream %s"
5740 msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden"
5741
5356 -#: builtin/clone.c:1070
5742 +#: builtin/clone.c:1069
5743 msgid "You appear to have cloned an empty repository."
5744 msgstr "Sie scheinen ein leeres Repository geklont zu haben."
5745
@@ -5496,67 +5882,67 @@ msgstr ""
5882 "Benutzen Sie anschließend \"git cherry-pick --continue\", um die\n"
5883 "Cherry-Pick-Operation mit den verbleibenden Commits fortzusetzen.\n"
5884
5499 -#: builtin/commit.c:307
5885 +#: builtin/commit.c:308
5886 msgid "failed to unpack HEAD tree object"
5887 msgstr "Fehler beim Entpacken des \"Tree\"-Objektes von HEAD."
5888
5503 -#: builtin/commit.c:348
5889 +#: builtin/commit.c:349
5890 msgid "unable to create temporary index"
5891 msgstr "Konnte temporären Index nicht erstellen."
5892
5507 -#: builtin/commit.c:354
5893 +#: builtin/commit.c:355
5894 msgid "interactive add failed"
5895 msgstr "interaktives Hinzufügen fehlgeschlagen"
5896
5511 -#: builtin/commit.c:367
5897 +#: builtin/commit.c:368
5898 msgid "unable to update temporary index"
5899 msgstr "Konnte temporären Index nicht aktualisieren."
5900
5515 -#: builtin/commit.c:369
5901 +#: builtin/commit.c:370
5902 msgid "Failed to update main cache tree"
5903 msgstr "Konnte Haupt-Cache-Verzeichnis nicht aktualisieren"
5904
5519 -#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:465
5905 +#: builtin/commit.c:394 builtin/commit.c:417 builtin/commit.c:466
5906 msgid "unable to write new_index file"
5907 msgstr "Konnte new_index Datei nicht schreiben"
5908
5523 -#: builtin/commit.c:447
5909 +#: builtin/commit.c:448
5910 msgid "cannot do a partial commit during a merge."
5911 msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist."
5912
5527 -#: builtin/commit.c:449
5913 +#: builtin/commit.c:450
5914 msgid "cannot do a partial commit during a cherry-pick."
5915 msgstr ""
5916 "Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist."
5917
5532 -#: builtin/commit.c:458
5918 +#: builtin/commit.c:459
5919 msgid "cannot read the index"
5920 msgstr "Kann Index nicht lesen"
5921
5536 -#: builtin/commit.c:477
5922 +#: builtin/commit.c:478
5923 msgid "unable to write temporary index file"
5924 msgstr "Konnte temporäre Index-Datei nicht schreiben."
5925
5540 -#: builtin/commit.c:582
5926 +#: builtin/commit.c:583
5927 #, c-format
5928 msgid "commit '%s' lacks author header"
5929 msgstr "Commit '%s' fehlt Autor-Kopfbereich"
5930
5545 -#: builtin/commit.c:584
5931 +#: builtin/commit.c:585
5932 #, c-format
5933 msgid "commit '%s' has malformed author line"
5934 msgstr "Commit '%s' hat fehlerhafte Autor-Zeile"
5935
5550 -#: builtin/commit.c:603
5936 +#: builtin/commit.c:604
5937 msgid "malformed --author parameter"
5938 msgstr "Fehlerhafter --author Parameter"
5939
5554 -#: builtin/commit.c:611
5940 +#: builtin/commit.c:612
5941 #, c-format
5942 msgid "invalid date format: %s"
5943 msgstr "Ungültiges Datumsformat: %s"
5944
5559 -#: builtin/commit.c:655
5945 +#: builtin/commit.c:656
5946 msgid ""
5947 "unable to select a comment character that is not used\n"
5948 "in the current commit message"
@@ -5564,38 +5950,38 @@ msgstr ""
5950 "Konnte kein Kommentar-Zeichen auswählen, das nicht in\n"
5951 "der aktuellen Commit-Beschreibung verwendet wird."
5952
5567 -#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1091
5953 +#: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1092
5954 #, c-format
5955 msgid "could not lookup commit %s"
5956 msgstr "Konnte Commit %s nicht nachschlagen"
5957
5572 -#: builtin/commit.c:704 builtin/shortlog.c:285
5958 +#: builtin/commit.c:705 builtin/shortlog.c:286
5959 #, c-format
5960 msgid "(reading log message from standard input)\n"
5961 msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"
5962
5577 -#: builtin/commit.c:706
5963 +#: builtin/commit.c:707
5964 msgid "could not read log from standard input"
5965 msgstr "Konnte Log nicht von Standard-Eingabe lesen."
5966
5581 -#: builtin/commit.c:710
5967 +#: builtin/commit.c:711
5968 #, c-format
5969 msgid "could not read log file '%s'"
5970 msgstr "Konnte Log-Datei '%s' nicht lesen"
5971
5586 -#: builtin/commit.c:737 builtin/commit.c:745
5972 +#: builtin/commit.c:738 builtin/commit.c:746
5973 msgid "could not read SQUASH_MSG"
5974 msgstr "Konnte SQUASH_MSG nicht lesen"
5975
5590 -#: builtin/commit.c:742
5976 +#: builtin/commit.c:743
5977 msgid "could not read MERGE_MSG"
5978 msgstr "Konnte MERGE_MSG nicht lesen"
5979
5594 -#: builtin/commit.c:796
5980 +#: builtin/commit.c:797
5981 msgid "could not write commit template"
5982 msgstr "Konnte Commit-Vorlage nicht schreiben"
5983
5598 -#: builtin/commit.c:814
5984 +#: builtin/commit.c:815
5985 #, c-format
5986 msgid ""
5987 "\n"
@@ -5610,7 +5996,7 @@ msgstr ""
5996 "\t%s\n"
5997 "und versuchen Sie es erneut.\n"
5998
5613 -#: builtin/commit.c:819
5999 +#: builtin/commit.c:820
6000 #, c-format
6001 msgid ""
6002 "\n"
@@ -5625,7 +6011,7 @@ msgstr ""
6011 "\t%s\n"
6012 "und versuchen Sie es erneut.\n"
6013
5628 -#: builtin/commit.c:832
6014 +#: builtin/commit.c:833
6015 #, c-format
6016 msgid ""
6017 "Please enter the commit message for your changes. Lines starting\n"
@@ -5635,7 +6021,7 @@ msgstr ""
6021 "die mit '%c' beginnen, werden ignoriert, und eine leere Beschreibung\n"
6022 "bricht den Commit ab.\n"
6023
5638 -#: builtin/commit.c:839
6024 +#: builtin/commit.c:840
6025 #, c-format
6026 msgid ""
6027 "Please enter the commit message for your changes. Lines starting\n"
@@ -5648,157 +6034,157 @@ msgstr ""
6034 "entfernen.\n"
6035 "Eine leere Beschreibung bricht den Commit ab.\n"
6036
5651 -#: builtin/commit.c:859
6037 +#: builtin/commit.c:860
6038 #, c-format
6039 msgid "%sAuthor: %.*s <%.*s>"
6040 msgstr "%sAutor: %.*s <%.*s>"
6041
5656 -#: builtin/commit.c:867
6042 +#: builtin/commit.c:868
6043 #, c-format
6044 msgid "%sDate: %s"
6045 msgstr "%sDatum: %s"
6046
5661 -#: builtin/commit.c:874
6047 +#: builtin/commit.c:875
6048 #, c-format
6049 msgid "%sCommitter: %.*s <%.*s>"
6050 msgstr "%sCommit-Ersteller: %.*s <%.*s>"
6051
5666 -#: builtin/commit.c:892
6052 +#: builtin/commit.c:893
6053 msgid "Cannot read index"
6054 msgstr "Kann Index nicht lesen"
6055
5670 -#: builtin/commit.c:949
6056 +#: builtin/commit.c:950
6057 msgid "Error building trees"
6058 msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"
6059
5674 -#: builtin/commit.c:964 builtin/tag.c:266
6060 +#: builtin/commit.c:965 builtin/tag.c:266
6061 #, c-format
6062 msgid "Please supply the message using either -m or -F option.\n"
6063 msgstr ""
6064 "Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n"
6065
5680 -#: builtin/commit.c:1066
6066 +#: builtin/commit.c:1067
6067 #, c-format
6068 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6069 msgstr ""
6070 "--author '%s' ist nicht im Format 'Name <E-Mail>' und stimmt mit keinem "
6071 "vorhandenen Autor überein"
6072
5687 -#: builtin/commit.c:1081 builtin/commit.c:1321
6073 +#: builtin/commit.c:1082 builtin/commit.c:1322
6074 #, c-format
6075 msgid "Invalid untracked files mode '%s'"
6076 msgstr "Ungültiger Modus '%s' für unversionierte Dateien"
6077
5692 -#: builtin/commit.c:1118
6078 +#: builtin/commit.c:1119
6079 msgid "--long and -z are incompatible"
6080 msgstr "Die Optionen --long und -z sind inkompatibel."
6081
5696 -#: builtin/commit.c:1148
6082 +#: builtin/commit.c:1149
6083 msgid "Using both --reset-author and --author does not make sense"
6084 msgstr ""
6085 "Die Optionen --reset-author und --author können nicht gemeinsam verwendet "
6086 "werden."
6087
5702 -#: builtin/commit.c:1157
6088 +#: builtin/commit.c:1158
6089 msgid "You have nothing to amend."
6090 msgstr "Sie haben nichts für \"--amend\"."
6091
5706 -#: builtin/commit.c:1160
6092 +#: builtin/commit.c:1161
6093 msgid "You are in the middle of a merge -- cannot amend."
6094 msgstr "Ein Merge ist im Gange -- kann \"--amend\" nicht ausführen."
6095
5710 -#: builtin/commit.c:1162
6096 +#: builtin/commit.c:1163
6097 msgid "You are in the middle of a cherry-pick -- cannot amend."
6098 msgstr "\"cherry-pick\" ist im Gange -- kann \"--amend\" nicht ausführen."
6099
5714 -#: builtin/commit.c:1165
6100 +#: builtin/commit.c:1166
6101 msgid "Options --squash and --fixup cannot be used together"
6102 msgstr ""
6103 "Die Optionen --squash und --fixup können nicht gemeinsam verwendet werden."
6104
5719 -#: builtin/commit.c:1175
6105 +#: builtin/commit.c:1176
6106 msgid "Only one of -c/-C/-F/--fixup can be used."
6107 msgstr "Es kann nur eine Option von -c/-C/-F/--fixup verwendet werden."
6108
5723 -#: builtin/commit.c:1177
6109 +#: builtin/commit.c:1178
6110 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6111 msgstr "Die Option -m kann nicht mit -c/-C/-F/--fixup kombiniert werden."
6112
5727 -#: builtin/commit.c:1185
6113 +#: builtin/commit.c:1186
6114 msgid "--reset-author can be used only with -C, -c or --amend."
6115 msgstr ""
6116 "Die Option --reset--author kann nur mit -C, -c oder --amend verwendet werden."
6117
5732 -#: builtin/commit.c:1202
6118 +#: builtin/commit.c:1203
6119 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6120 msgstr ""
6121 "Es kann nur eine Option von --include/--only/--all/--interactive/--patch "
6122 "verwendet werden."
6123
5738 -#: builtin/commit.c:1204
6124 +#: builtin/commit.c:1205
6125 msgid "No paths with --include/--only does not make sense."
6126 msgstr ""
6127 "Die Optionen --include und --only können nur mit der Angabe von Pfaden "
6128 "verwendet werden."
6129
5744 -#: builtin/commit.c:1206
6130 +#: builtin/commit.c:1207
6131 msgid "Clever... amending the last one with dirty index."
6132 msgstr "Klug ... den letzten Commit mit einem geänderten Index nachbessern."
6133
5748 -#: builtin/commit.c:1208
6134 +#: builtin/commit.c:1209
6135 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6136 msgstr "Explizite Pfade ohne -i oder -o angegeben; nehme --only an"
6137
5752 -#: builtin/commit.c:1220 builtin/tag.c:474
6138 +#: builtin/commit.c:1221 builtin/tag.c:474
6139 #, c-format
6140 msgid "Invalid cleanup mode %s"
6141 msgstr "Ungültiger \"cleanup\" Modus %s"
6142
5757 -#: builtin/commit.c:1225
6143 +#: builtin/commit.c:1226
6144 msgid "Paths with -a does not make sense."
6145 msgstr "Die Option -a kann nicht mit der Angabe von Pfaden verwendet werden."
6146
5761 -#: builtin/commit.c:1335 builtin/commit.c:1621
6147 +#: builtin/commit.c:1336 builtin/commit.c:1622
6148 msgid "show status concisely"
6149 msgstr "Status im Kurzformat anzeigen"
6150
5765 -#: builtin/commit.c:1337 builtin/commit.c:1623
6151 +#: builtin/commit.c:1338 builtin/commit.c:1624
6152 msgid "show branch information"
6153 msgstr "Branchinformationen anzeigen"
6154
5769 -#: builtin/commit.c:1339 builtin/commit.c:1625 builtin/push.c:512
5770 -#: builtin/worktree.c:437
6155 +#: builtin/commit.c:1340 builtin/commit.c:1626 builtin/push.c:522
6156 +#: builtin/worktree.c:440
6157 msgid "machine-readable output"
6158 msgstr "maschinenlesbare Ausgabe"
6159
5774 -#: builtin/commit.c:1342 builtin/commit.c:1627
6160 +#: builtin/commit.c:1343 builtin/commit.c:1628
6161 msgid "show status in long format (default)"
6162 msgstr "Status im Langformat anzeigen (Standard)"
6163
5778 -#: builtin/commit.c:1345 builtin/commit.c:1630
6164 +#: builtin/commit.c:1346 builtin/commit.c:1631
6165 msgid "terminate entries with NUL"
6166 msgstr "Einträge mit NUL-Zeichen abschließen"
6167
5782 -#: builtin/commit.c:1347 builtin/commit.c:1633 builtin/fast-export.c:981
6168 +#: builtin/commit.c:1348 builtin/commit.c:1634 builtin/fast-export.c:981
6169 #: builtin/fast-export.c:984 builtin/tag.c:353
6170 msgid "mode"
6171 msgstr "Modus"
6172
5787 -#: builtin/commit.c:1348 builtin/commit.c:1633
6173 +#: builtin/commit.c:1349 builtin/commit.c:1634
6174 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6175 msgstr ""
6176 "unversionierte Dateien anzeigen, optionale Modi: all, normal, no. (Standard: "
6177 "all)"
6178
5793 -#: builtin/commit.c:1351
6179 +#: builtin/commit.c:1352
6180 msgid "show ignored files"
6181 msgstr "ignorierte Dateien anzeigen"
6182
5797 -#: builtin/commit.c:1352 parse-options.h:155
6183 +#: builtin/commit.c:1353 parse-options.h:155
6184 msgid "when"
6185 msgstr "wann"
6186
5801 -#: builtin/commit.c:1353
6187 +#: builtin/commit.c:1354
6188 msgid ""
6189 "ignore changes to submodules, optional when: all, dirty, untracked. "
6190 "(Default: all)"
@@ -5806,203 +6192,203 @@ msgstr ""
6192 "Änderungen in Submodulen ignorieren, optional wenn: all, dirty, untracked. "
6193 "(Standard: all)"
6194
5809 -#: builtin/commit.c:1355
6195 +#: builtin/commit.c:1356
6196 msgid "list untracked files in columns"
6197 msgstr "unversionierte Dateien in Spalten auflisten"
6198
5813 -#: builtin/commit.c:1441
6199 +#: builtin/commit.c:1442
6200 msgid "couldn't look up newly created commit"
6201 msgstr "Konnte neu erstellten Commit nicht nachschlagen."
6202
5817 -#: builtin/commit.c:1443
6203 +#: builtin/commit.c:1444
6204 msgid "could not parse newly created commit"
6205 msgstr "Konnte neulich erstellten Commit nicht analysieren."
6206

This file is too large to show in full.