l10n: update German translation
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Reviewed-by: Matthias Rüster <matthias.ruester@gmail.com>
Ralf Thielow committed
Feb 22, 2019 at 08:45 UTC
e5a5d5c2c8162c260510c14c71c51b8f85fbbfc4
1 file changed
+3896
-3301
po/de.po
+3896
-3301
@@ -7,7 +7,7 @@ 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: 2018-12-02 10:55+0800\n"
10
+"POT-Creation-Date: 2019-02-15 10:09+0800\n"
11
"PO-Revision-Date: 2016-11-28 18:10+0100\n"
12
"Last-Translator: Ralf Thielow <ralf.thielow@gmail.com>\n"
13
"Language-Team: German <>\n"
@@ -17,43 +17,43 @@ msgstr ""
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
19
20
-#: advice.c:99
20
+#: advice.c:101
21
#, c-format
22
msgid "%shint: %.*s%s\n"
23
msgstr "%sHinweis: %.*s%s\n"
24
25
-#: advice.c:152
25
+#: advice.c:154
26
msgid "Cherry-picking is not possible because you have unmerged files."
27
msgstr ""
28
"Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien "
29
"haben."
30
31
-#: advice.c:154
31
+#: advice.c:156
32
msgid "Committing is not possible because you have unmerged files."
33
msgstr ""
34
"Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
35
36
-#: advice.c:156
36
+#: advice.c:158
37
msgid "Merging is not possible because you have unmerged files."
38
msgstr ""
39
"Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
40
41
-#: advice.c:158
41
+#: advice.c:160
42
msgid "Pulling is not possible because you have unmerged files."
43
msgstr ""
44
"Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
45
46
-#: advice.c:160
46
+#: advice.c:162
47
msgid "Reverting is not possible because you have unmerged files."
48
msgstr ""
49
"Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
50
51
-#: advice.c:162
51
+#: advice.c:164
52
#, c-format
53
msgid "It is not possible to %s because you have unmerged files."
54
msgstr "%s ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
55
56
-#: advice.c:170
56
+#: advice.c:172
57
msgid ""
58
"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
59
"as appropriate to mark resolution and make a commit."
@@ -62,23 +62,23 @@ msgstr ""
62
"dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n"
63
"und zu committen."
64
65
-#: advice.c:178
65
+#: advice.c:180
66
msgid "Exiting because of an unresolved conflict."
67
msgstr "Beende wegen unaufgelöstem Konflikt."
68
69
-#: advice.c:183 builtin/merge.c:1289
69
+#: advice.c:185 builtin/merge.c:1290
70
msgid "You have not concluded your merge (MERGE_HEAD exists)."
71
msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."
72
73
-#: advice.c:185
73
+#: advice.c:187
74
msgid "Please, commit your changes before merging."
75
msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen."
76
77
-#: advice.c:186
77
+#: advice.c:188
78
msgid "Exiting because of unfinished merge."
79
msgstr "Beende wegen nicht abgeschlossenem Merge."
80
81
-#: advice.c:192
81
+#: advice.c:194
82
#, c-format
83
msgid ""
84
"Note: checking out '%s'.\n"
@@ -109,10 +109,18 @@ msgstr ""
109
" git checkout -b <neuer-Branchname>\n"
110
"\n"
111
112
+#: alias.c:50
113
+msgid "cmdline ends with \\"
114
+msgstr "Befehlszeile endet mit \\"
115
+
116
+#: alias.c:51
117
+msgid "unclosed quote"
118
+msgstr "Nicht geschlossene Anführungszeichen."
119
+
120
#: apply.c:59
121
#, c-format
122
msgid "unrecognized whitespace option '%s'"
115
-msgstr "nicht erkannte Whitespace-Option: '%s'"
123
+msgstr "Nicht erkannte Whitespace-Option: '%s'"
124
125
#: apply.c:75
126
#, c-format
@@ -142,66 +150,66 @@ msgid "--cached outside a repository"
150
msgstr ""
151
"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
152
145
-#: apply.c:826
153
+#: apply.c:825
154
#, c-format
155
msgid "Cannot prepare timestamp regexp %s"
156
msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
157
150
-#: apply.c:835
158
+#: apply.c:834
159
#, c-format
160
msgid "regexec returned %d for input: %s"
161
msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
162
155
-#: apply.c:909
163
+#: apply.c:908
164
#, c-format
165
msgid "unable to find filename in patch at line %d"
166
msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
167
160
-#: apply.c:947
168
+#: apply.c:946
169
#, c-format
170
msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
171
msgstr ""
172
"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
173
"%d"
174
167
-#: apply.c:953
175
+#: apply.c:952
176
#, c-format
177
msgid "git apply: bad git-diff - inconsistent new filename on line %d"
178
msgstr ""
179
"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
180
173
-#: apply.c:954
181
+#: apply.c:953
182
#, c-format
183
msgid "git apply: bad git-diff - inconsistent old filename on line %d"
184
msgstr ""
185
"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
186
179
-#: apply.c:959
187
+#: apply.c:958
188
#, c-format
189
msgid "git apply: bad git-diff - expected /dev/null on line %d"
190
msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
191
184
-#: apply.c:988
192
+#: apply.c:987
193
#, c-format
194
msgid "invalid mode on line %d: %s"
195
msgstr "Ungültiger Modus in Zeile %d: %s"
196
189
-#: apply.c:1307
197
+#: apply.c:1306
198
#, c-format
199
msgid "inconsistent header lines %d and %d"
200
msgstr "Inkonsistente Kopfzeilen %d und %d."
201
194
-#: apply.c:1479
202
+#: apply.c:1478
203
#, c-format
204
msgid "recount: unexpected line: %.*s"
205
msgstr "recount: unerwartete Zeile: %.*s"
206
199
-#: apply.c:1548
207
+#: apply.c:1547
208
#, c-format
209
msgid "patch fragment without header at line %d: %.*s"
210
msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
211
204
-#: apply.c:1568
212
+#: apply.c:1567
213
#, c-format
214
msgid ""
215
"git diff header lacks filename information when removing %d leading pathname "
@@ -216,72 +224,72 @@ msgstr[1] ""
224
"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
225
"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
226
219
-#: apply.c:1581
227
+#: apply.c:1580
228
#, c-format
229
msgid "git diff header lacks filename information (line %d)"
230
msgstr ""
231
"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile "
232
"%d)"
233
226
-#: apply.c:1769
234
+#: apply.c:1768
235
msgid "new file depends on old contents"
236
msgstr "neue Datei hängt von alten Inhalten ab"
237
230
-#: apply.c:1771
238
+#: apply.c:1770
239
msgid "deleted file still has contents"
240
msgstr "entfernte Datei hat noch Inhalte"
241
234
-#: apply.c:1805
242
+#: apply.c:1804
243
#, c-format
244
msgid "corrupt patch at line %d"
245
msgstr "fehlerhafter Patch bei Zeile %d"
246
239
-#: apply.c:1842
247
+#: apply.c:1841
248
#, c-format
249
msgid "new file %s depends on old contents"
250
msgstr "neue Datei %s hängt von alten Inhalten ab"
251
244
-#: apply.c:1844
252
+#: apply.c:1843
253
#, c-format
254
msgid "deleted file %s still has contents"
255
msgstr "entfernte Datei %s hat noch Inhalte"
256
249
-#: apply.c:1847
257
+#: apply.c:1846
258
#, c-format
259
msgid "** warning: file %s becomes empty but is not deleted"
260
msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
261
254
-#: apply.c:1994
262
+#: apply.c:1993
263
#, c-format
264
msgid "corrupt binary patch at line %d: %.*s"
265
msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
266
259
-#: apply.c:2031
267
+#: apply.c:2030
268
#, c-format
269
msgid "unrecognized binary patch at line %d"
270
msgstr "nicht erkannter Binär-Patch bei Zeile %d"
271
264
-#: apply.c:2193
272
+#: apply.c:2192
273
#, c-format
274
msgid "patch with only garbage at line %d"
275
msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
276
269
-#: apply.c:2279
277
+#: apply.c:2278
278
#, c-format
279
msgid "unable to read symlink %s"
280
msgstr "konnte symbolische Verknüpfung %s nicht lesen"
281
274
-#: apply.c:2283
282
+#: apply.c:2282
283
#, c-format
284
msgid "unable to open or read %s"
285
msgstr "konnte %s nicht öffnen oder lesen"
286
279
-#: apply.c:2942
287
+#: apply.c:2941
288
#, c-format
289
msgid "invalid start of line: '%c'"
290
msgstr "Ungültiger Zeilenanfang: '%c'"
291
284
-#: apply.c:3063
292
+#: apply.c:3062
293
#, c-format
294
msgid "Hunk #%d succeeded at %d (offset %d line)."
295
msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -289,12 +297,12 @@ msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
297
msgstr[1] ""
298
"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
299
292
-#: apply.c:3075
300
+#: apply.c:3074
301
#, c-format
302
msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
303
msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
304
297
-#: apply.c:3081
305
+#: apply.c:3080
306
#, c-format
307
msgid ""
308
"while searching for:\n"
@@ -303,25 +311,25 @@ msgstr ""
311
"bei der Suche nach:\n"
312
"%.*s"
313
306
-#: apply.c:3103
314
+#: apply.c:3102
315
#, c-format
316
msgid "missing binary patch data for '%s'"
317
msgstr "keine Daten in Binär-Patch für '%s'"
318
311
-#: apply.c:3111
319
+#: apply.c:3110
320
#, c-format
321
msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
322
msgstr ""
323
"kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n"
324
"umgekehrten Patch-Block auf '%s'"
325
318
-#: apply.c:3158
326
+#: apply.c:3157
327
#, c-format
328
msgid "cannot apply binary patch to '%s' without full index line"
329
msgstr ""
330
"kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
331
324
-#: apply.c:3168
332
+#: apply.c:3167
333
#, c-format
334
msgid ""
335
"the patch applies to '%s' (%s), which does not match the current contents."
@@ -329,28 +337,28 @@ msgstr ""
337
"der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
338
"entspricht"
339
332
-#: apply.c:3176
340
+#: apply.c:3175
341
#, c-format
342
msgid "the patch applies to an empty '%s' but it is not empty"
343
msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist"
344
337
-#: apply.c:3194
345
+#: apply.c:3193
346
#, c-format
347
msgid "the necessary postimage %s for '%s' cannot be read"
348
msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden"
349
342
-#: apply.c:3207
350
+#: apply.c:3206
351
#, c-format
352
msgid "binary patch does not apply to '%s'"
353
msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
354
347
-#: apply.c:3213
355
+#: apply.c:3212
356
#, c-format
357
msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
358
msgstr ""
359
"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
360
353
-#: apply.c:3234
361
+#: apply.c:3233
362
#, c-format
363
msgid "patch failed: %s:%ld"
364
msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
@@ -430,7 +438,8 @@ msgstr "%s: falscher Typ"
438
msgid "%s has type %o, expected %o"
439
msgstr "%s ist vom Typ %o, erwartete %o"
440
433
-#: apply.c:3881 apply.c:3883
441
+#: apply.c:3881 apply.c:3883 read-cache.c:820 read-cache.c:846
442
+#: read-cache.c:1299
443
#, c-format
444
msgid "invalid path '%s'"
445
msgstr "Ungültiger Pfad '%s'"
@@ -485,7 +494,7 @@ msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet"
494
msgid "sha1 information is lacking or useless (%s)."
495
msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
496
488
-#: apply.c:4113 builtin/checkout.c:244 builtin/reset.c:142
497
+#: apply.c:4113 builtin/checkout.c:248 builtin/reset.c:143
498
#, c-format
499
msgid "make_cache_entry failed for path '%s'"
500
msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
@@ -561,7 +570,7 @@ msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
570
msgid "truncating .rej filename to %.*s.rej"
571
msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
572
564
-#: apply.c:4564 builtin/fetch.c:843 builtin/fetch.c:1122
573
+#: apply.c:4564 builtin/fetch.c:837 builtin/fetch.c:1118
574
#, c-format
575
msgid "cannot open %s"
576
msgstr "kann '%s' nicht öffnen"
@@ -585,185 +594,185 @@ msgstr "Patch '%s' ausgelassen."
594
msgid "unrecognized input"
595
msgstr "nicht erkannte Eingabe"
596
588
-#: apply.c:4719
597
+#: apply.c:4720
598
msgid "unable to read index file"
599
msgstr "Konnte Index-Datei nicht lesen"
600
592
-#: apply.c:4874
601
+#: apply.c:4875
602
#, c-format
603
msgid "can't open patch '%s': %s"
604
msgstr "kann Patch '%s' nicht öffnen: %s"
605
597
-#: apply.c:4901
606
+#: apply.c:4902
607
#, c-format
608
msgid "squelched %d whitespace error"
609
msgid_plural "squelched %d whitespace errors"
610
msgstr[0] "unterdrückte %d Whitespace-Fehler"
611
msgstr[1] "unterdrückte %d Whitespace-Fehler"
612
604
-#: apply.c:4907 apply.c:4922
613
+#: apply.c:4908 apply.c:4923
614
#, c-format
615
msgid "%d line adds whitespace errors."
616
msgid_plural "%d lines add whitespace errors."
617
msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
618
msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
619
611
-#: apply.c:4915
620
+#: apply.c:4916
621
#, c-format
622
msgid "%d line applied after fixing whitespace errors."
623
msgid_plural "%d lines applied after fixing whitespace errors."
624
msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet."
625
msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet."
626
618
-#: apply.c:4931 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
627
+#: apply.c:4932 builtin/add.c:539 builtin/mv.c:301 builtin/rm.c:390
628
msgid "Unable to write new index file"
629
msgstr "Konnte neue Index-Datei nicht schreiben."
630
622
-#: apply.c:4958 apply.c:4961 builtin/am.c:2209 builtin/am.c:2212
623
-#: builtin/clone.c:121 builtin/fetch.c:118 builtin/merge.c:262
624
-#: builtin/pull.c:199 builtin/submodule--helper.c:406
625
-#: builtin/submodule--helper.c:1362 builtin/submodule--helper.c:1365
626
-#: builtin/submodule--helper.c:1846 builtin/submodule--helper.c:1849
627
-#: builtin/submodule--helper.c:2088 git-add--interactive.perl:197
631
+#: apply.c:4959 apply.c:4962 builtin/am.c:2203 builtin/am.c:2206
632
+#: builtin/clone.c:122 builtin/fetch.c:118 builtin/merge.c:263
633
+#: builtin/pull.c:200 builtin/submodule--helper.c:407
634
+#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
635
+#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
636
+#: builtin/submodule--helper.c:2092 git-add--interactive.perl:197
637
msgid "path"
638
msgstr "Pfad"
639
631
-#: apply.c:4959
640
+#: apply.c:4960
641
msgid "don't apply changes matching the given path"
642
msgstr "keine Änderungen im angegebenen Pfad anwenden"
643
635
-#: apply.c:4962
644
+#: apply.c:4963
645
msgid "apply changes matching the given path"
646
msgstr "Änderungen nur im angegebenen Pfad anwenden"
647
639
-#: apply.c:4964 builtin/am.c:2218
648
+#: apply.c:4965 builtin/am.c:2212
649
msgid "num"
650
msgstr "Anzahl"
651
643
-#: apply.c:4965
652
+#: apply.c:4966
653
msgid "remove <num> leading slashes from traditional diff paths"
654
msgstr ""
655
"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
656
"entfernen"
657
649
-#: apply.c:4968
658
+#: apply.c:4969
659
msgid "ignore additions made by the patch"
660
msgstr "hinzugefügte Zeilen des Patches ignorieren"
661
653
-#: apply.c:4970
662
+#: apply.c:4971
663
msgid "instead of applying the patch, output diffstat for the input"
664
msgstr ""
665
"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
666
"ausgegeben"
667
659
-#: apply.c:4974
668
+#: apply.c:4975
669
msgid "show number of added and deleted lines in decimal notation"
670
msgstr ""
671
"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
672
664
-#: apply.c:4976
673
+#: apply.c:4977
674
msgid "instead of applying the patch, output a summary for the input"
675
msgstr ""
676
"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
677
"ausgeben"
678
670
-#: apply.c:4978
679
+#: apply.c:4979
680
msgid "instead of applying the patch, see if the patch is applicable"
681
msgstr ""
682
"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
683
675
-#: apply.c:4980
684
+#: apply.c:4981
685
msgid "make sure the patch is applicable to the current index"
686
msgstr ""
687
"sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
688
680
-#: apply.c:4982
689
+#: apply.c:4983
690
msgid "mark new files with `git add --intent-to-add`"
691
msgstr "neue Dateien mit `git add --intent-to-add` markieren"
692
684
-#: apply.c:4984
693
+#: apply.c:4985
694
msgid "apply a patch without touching the working tree"
695
msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
696
688
-#: apply.c:4986
697
+#: apply.c:4987
698
msgid "accept a patch that touches outside the working area"
699
msgstr ""
700
"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
701
693
-#: apply.c:4989
702
+#: apply.c:4990
703
msgid "also apply the patch (use with --stat/--summary/--check)"
704
msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
705
697
-#: apply.c:4991
706
+#: apply.c:4992
707
msgid "attempt three-way merge if a patch does not apply"
708
msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
709
701
-#: apply.c:4993
710
+#: apply.c:4994
711
msgid "build a temporary index based on embedded index information"
712
msgstr ""
713
"einen temporären Index, basierend auf den integrierten Index-Informationen, "
714
"erstellen"
715
707
-#: apply.c:4996 builtin/checkout-index.c:170 builtin/ls-files.c:523
716
+#: apply.c:4997 builtin/checkout-index.c:173 builtin/ls-files.c:524
717
msgid "paths are separated with NUL character"
718
msgstr "Pfade sind getrennt durch NUL Zeichen"
719
711
-#: apply.c:4998
720
+#: apply.c:4999
721
msgid "ensure at least <n> lines of context match"
722
msgstr ""
723
"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
724
716
-#: apply.c:4999 builtin/am.c:2197 builtin/interpret-trailers.c:97
725
+#: apply.c:5000 builtin/am.c:2191 builtin/interpret-trailers.c:97
726
#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
718
-#: builtin/pack-objects.c:3312 builtin/rebase.c:857
727
+#: builtin/pack-objects.c:3314 builtin/rebase.c:1065
728
msgid "action"
729
msgstr "Aktion"
730
722
-#: apply.c:5000
731
+#: apply.c:5001
732
msgid "detect new or modified lines that have whitespace errors"
733
msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
734
726
-#: apply.c:5003 apply.c:5006
735
+#: apply.c:5004 apply.c:5007
736
msgid "ignore changes in whitespace when finding context"
737
msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
738
730
-#: apply.c:5009
739
+#: apply.c:5010
740
msgid "apply the patch in reverse"
741
msgstr "den Patch in umgekehrter Reihenfolge anwenden"
742
734
-#: apply.c:5011
743
+#: apply.c:5012
744
msgid "don't expect at least one line of context"
745
msgstr "keinen Kontext erwarten"
746
738
-#: apply.c:5013
747
+#: apply.c:5014
748
msgid "leave the rejected hunks in corresponding *.rej files"
749
msgstr ""
750
"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
751
743
-#: apply.c:5015
752
+#: apply.c:5016
753
msgid "allow overlapping hunks"
754
msgstr "sich überlappende Patch-Blöcke erlauben"
755
747
-#: apply.c:5016 builtin/add.c:290 builtin/check-ignore.c:21
748
-#: builtin/commit.c:1309 builtin/count-objects.c:98 builtin/fsck.c:698
749
-#: builtin/log.c:2023 builtin/mv.c:122 builtin/read-tree.c:127
750
-#: builtin/rebase--interactive.c:157
756
+#: apply.c:5017 builtin/add.c:291 builtin/check-ignore.c:22
757
+#: builtin/commit.c:1312 builtin/count-objects.c:98 builtin/fsck.c:724
758
+#: builtin/log.c:2037 builtin/mv.c:123 builtin/read-tree.c:128
759
+#: builtin/rebase--interactive.c:159
760
msgid "be verbose"
761
msgstr "erweiterte Ausgaben"
762
754
-#: apply.c:5018
763
+#: apply.c:5019
764
msgid "tolerate incorrectly detected missing new-line at the end of file"
765
msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
766
758
-#: apply.c:5021
767
+#: apply.c:5022
768
msgid "do not trust the line counts in the hunk headers"
769
msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
770
762
-#: apply.c:5023 builtin/am.c:2206
771
+#: apply.c:5024 builtin/am.c:2200
772
msgid "root"
773
msgstr "Wurzelverzeichnis"
774
766
-#: apply.c:5024
775
+#: apply.c:5025
776
msgid "prepend <root> to all filenames"
777
msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
778
@@ -786,99 +795,118 @@ msgstr ""
795
msgid "git archive --remote <repo> [--exec <cmd>] --list"
796
msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
797
789
-#: archive.c:370 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
798
+#: archive.c:372 builtin/add.c:177 builtin/add.c:515 builtin/rm.c:299
799
#, c-format
800
msgid "pathspec '%s' did not match any files"
801
msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
802
794
-#: archive.c:453
803
+#: archive.c:396
804
+#, c-format
805
+msgid "no such ref: %.*s"
806
+msgstr "Keine solche Referenz: %.*s"
807
+
808
+#: archive.c:401
809
+#, c-format
810
+msgid "not a valid object name: %s"
811
+msgstr "Kein gültiger Objektname: %s"
812
+
813
+#: archive.c:414
814
+#, c-format
815
+msgid "not a tree object: %s"
816
+msgstr "Kein Tree-Objekt: %s"
817
+
818
+#: archive.c:424
819
+msgid "current working directory is untracked"
820
+msgstr "Aktuelles Arbeitsverzeichnis ist unversioniert."
821
+
822
+#: archive.c:455
823
msgid "fmt"
824
msgstr "Format"
825
798
-#: archive.c:453
826
+#: archive.c:455
827
msgid "archive format"
828
msgstr "Archivformat"
829
802
-#: archive.c:454 builtin/log.c:1536
830
+#: archive.c:456 builtin/log.c:1549
831
msgid "prefix"
832
msgstr "Präfix"
833
806
-#: archive.c:455
834
+#: archive.c:457
835
msgid "prepend prefix to each pathname in the archive"
836
msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
837
810
-#: archive.c:456 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
811
-#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:884
812
-#: builtin/hash-object.c:104 builtin/ls-files.c:559 builtin/ls-files.c:562
813
-#: builtin/notes.c:412 builtin/notes.c:575 builtin/read-tree.c:122
838
+#: archive.c:458 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
839
+#: builtin/fast-export.c:1091 builtin/fast-export.c:1093 builtin/grep.c:895
840
+#: builtin/hash-object.c:105 builtin/ls-files.c:560 builtin/ls-files.c:563
841
+#: builtin/notes.c:412 builtin/notes.c:578 builtin/read-tree.c:123
842
#: parse-options.h:162
843
msgid "file"
844
msgstr "Datei"
845
818
-#: archive.c:457 builtin/archive.c:89
846
+#: archive.c:459 builtin/archive.c:90
847
msgid "write the archive to this file"
848
msgstr "das Archiv in diese Datei schreiben"
849
822
-#: archive.c:459
850
+#: archive.c:461
851
msgid "read .gitattributes in working directory"
852
msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
853
826
-#: archive.c:460
854
+#: archive.c:462
855
msgid "report archived files on stderr"
856
msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
857
830
-#: archive.c:461
858
+#: archive.c:463
859
msgid "store only"
860
msgstr "nur speichern"
861
834
-#: archive.c:462
862
+#: archive.c:464
863
msgid "compress faster"
864
msgstr "schneller komprimieren"
865
838
-#: archive.c:470
866
+#: archive.c:472
867
msgid "compress better"
868
msgstr "besser komprimieren"
869
842
-#: archive.c:473
870
+#: archive.c:475
871
msgid "list supported archive formats"
872
msgstr "unterstützte Archivformate auflisten"
873
846
-#: archive.c:475 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
847
-#: builtin/submodule--helper.c:1374 builtin/submodule--helper.c:1855
874
+#: archive.c:477 builtin/archive.c:91 builtin/clone.c:112 builtin/clone.c:115
875
+#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1859
876
msgid "repo"
877
msgstr "Repository"
878
851
-#: archive.c:476 builtin/archive.c:91
879
+#: archive.c:478 builtin/archive.c:92
880
msgid "retrieve the archive from remote repository <repo>"
881
msgstr "Archiv vom Remote-Repository <Repository> abrufen"
882
855
-#: archive.c:477 builtin/archive.c:92 builtin/difftool.c:714
856
-#: builtin/notes.c:496
883
+#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:715
884
+#: builtin/notes.c:498
885
msgid "command"
886
msgstr "Programm"
887
860
-#: archive.c:478 builtin/archive.c:93
888
+#: archive.c:480 builtin/archive.c:94
889
msgid "path to the remote git-upload-archive command"
890
msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
891
864
-#: archive.c:485
892
+#: archive.c:487
893
msgid "Unexpected option --remote"
894
msgstr "Unerwartete Option --remote"
895
868
-#: archive.c:487
896
+#: archive.c:489
897
msgid "Option --exec can only be used together with --remote"
898
msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
899
872
-#: archive.c:489
900
+#: archive.c:491
901
msgid "Unexpected option --output"
902
msgstr "Unerwartete Option --output"
903
876
-#: archive.c:511
904
+#: archive.c:513
905
#, c-format
906
msgid "Unknown archive format '%s'"
907
msgstr "Unbekanntes Archivformat '%s'"
908
881
-#: archive.c:518
909
+#: archive.c:520
910
#, c-format
911
msgid "Argument not supported for format '%s': -%d"
912
msgstr "Argument für Format '%s' nicht unterstützt: -%d"
@@ -922,7 +950,7 @@ msgstr "Pfad ist kein gültiges UTF-8: %s"
950
msgid "path too long (%d chars, SHA1: %s): %s"
951
msgstr "Pfad zu lang (%d Zeichen, SHA1: %s): %s"
952
925
-#: archive-zip.c:474 builtin/pack-objects.c:224 builtin/pack-objects.c:227
953
+#: archive-zip.c:474 builtin/pack-objects.c:225 builtin/pack-objects.c:228
954
#, c-format
955
msgid "deflate error (%d)"
956
msgstr "Fehler beim Komprimieren (%d)"
@@ -932,12 +960,17 @@ msgstr "Fehler beim Komprimieren (%d)"
960
msgid "timestamp too large for this system: %<PRIuMAX>"
961
msgstr "Timestamp zu groß für dieses System: %<PRIuMAX>"
962
935
-#: attr.c:212
963
+#: attr.c:211
964
#, c-format
965
msgid "%.*s is not a valid attribute name"
966
msgstr "%.*s ist kein gültiger Attributname"
967
940
-#: attr.c:409
968
+#: attr.c:368
969
+#, c-format
970
+msgid "%s not allowed: %s:%d"
971
+msgstr "%s nicht erlaubt: %s:%d"
972
+
973
+#: attr.c:408
974
msgid ""
975
"Negative patterns are ignored in git attributes\n"
976
"Use '\\!' for literal leading exclamation."
@@ -950,17 +983,17 @@ msgstr ""
983
msgid "Badly quoted content in file '%s': %s"
984
msgstr "Ungültiger Inhalt bzgl. Anführungszeichen in Datei '%s': %s"
985
953
-#: bisect.c:676
986
+#: bisect.c:678
987
#, c-format
988
msgid "We cannot bisect more!\n"
989
msgstr "Keine binäre Suche mehr möglich!\n"
990
958
-#: bisect.c:730
991
+#: bisect.c:733
992
#, c-format
993
msgid "Not a valid commit name %s"
994
msgstr "%s ist kein gültiger Commit-Name"
995
963
-#: bisect.c:754
996
+#: bisect.c:758
997
#, c-format
998
msgid ""
999
"The merge base %s is bad.\n"
@@ -969,7 +1002,7 @@ msgstr ""
1002
"Die Merge-Basis %s ist fehlerhaft.\n"
1003
"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n"
1004
972
-#: bisect.c:759
1005
+#: bisect.c:763
1006
#, c-format
1007
msgid ""
1008
"The merge base %s is new.\n"
@@ -978,7 +1011,7 @@ msgstr ""
1011
"Die Merge-Basis %s ist neu.\n"
1012
"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n"
1013
981
-#: bisect.c:764
1014
+#: bisect.c:768
1015
#, c-format
1016
msgid ""
1017
"The merge base %s is %s.\n"
@@ -987,7 +1020,7 @@ msgstr ""
1020
"Die Merge-Basis %s ist %s.\n"
1021
"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n"
1022
990
-#: bisect.c:772
1023
+#: bisect.c:776
1024
#, c-format
1025
msgid ""
1026
"Some %s revs are not ancestors of the %s rev.\n"
@@ -998,7 +1031,7 @@ msgstr ""
1031
"git bisect kann in diesem Fall nicht richtig arbeiten.\n"
1032
"Vielleicht verwechselten Sie %s und %s Commits?\n"
1033
1001
-#: bisect.c:785
1034
+#: bisect.c:789
1035
#, c-format
1036
msgid ""
1037
"the merge base between %s and [%s] must be skipped.\n"
@@ -1010,36 +1043,36 @@ msgstr ""
1043
"erste %s Commit zwischen %s und %s befindet.\n"
1044
"Es wird dennoch fortgesetzt."
1045
1013
-#: bisect.c:818
1046
+#: bisect.c:822
1047
#, c-format
1048
msgid "Bisecting: a merge base must be tested\n"
1049
msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
1050
1018
-#: bisect.c:858
1051
+#: bisect.c:865
1052
#, c-format
1053
msgid "a %s revision is needed"
1054
msgstr "ein %s Commit wird benötigt"
1055
1023
-#: bisect.c:877 builtin/notes.c:177 builtin/tag.c:237
1056
+#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:237
1057
#, c-format
1058
msgid "could not create file '%s'"
1059
msgstr "konnte Datei '%s' nicht erstellen"
1060
1028
-#: bisect.c:928 builtin/merge.c:138
1061
+#: bisect.c:937 builtin/merge.c:139
1062
#, c-format
1063
msgid "could not read file '%s'"
1064
msgstr "Konnte Datei '%s' nicht lesen"
1065
1033
-#: bisect.c:958
1066
+#: bisect.c:967
1067
msgid "reading bisect refs failed"
1068
msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
1069
1037
-#: bisect.c:977
1070
+#: bisect.c:986
1071
#, c-format
1072
msgid "%s was both %s and %s\n"
1073
msgstr "%s war sowohl %s als auch %s\n"
1074
1042
-#: bisect.c:985
1075
+#: bisect.c:994
1076
#, c-format
1077
msgid ""
1078
"No testable commit found.\n"
@@ -1048,7 +1081,7 @@ msgstr ""
1081
"Kein testbarer Commit gefunden.\n"
1082
"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
1083
1051
-#: bisect.c:1004
1084
+#: bisect.c:1013
1085
#, c-format
1086
msgid "(roughly %d step)"
1087
msgid_plural "(roughly %d steps)"
@@ -1058,50 +1091,50 @@ msgstr[1] "(ungefähr %d Schritte)"
1091
#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1092
#. steps)" translation.
1093
#.
1061
-#: bisect.c:1010
1094
+#: bisect.c:1019
1095
#, c-format
1096
msgid "Bisecting: %d revision left to test after this %s\n"
1097
msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1098
msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"
1099
msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"
1100
1068
-#: blame.c:1787
1101
+#: blame.c:1792
1102
msgid "--contents and --reverse do not blend well."
1103
msgstr "--contents und --reverse funktionieren gemeinsam nicht."
1104
1072
-#: blame.c:1801
1105
+#: blame.c:1806
1106
msgid "cannot use --contents with final commit object name"
1107
msgstr ""
1108
"kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"
1109
1077
-#: blame.c:1822
1110
+#: blame.c:1827
1111
msgid "--reverse and --first-parent together require specified latest commit"
1112
msgstr ""
1113
"--reverse und --first-parent zusammen erfordern die Angabe eines "
1114
"endgültigen\n"
1115
"Commits"
1116
1084
-#: blame.c:1831 bundle.c:162 ref-filter.c:2046 sequencer.c:1963
1085
-#: sequencer.c:4002 builtin/commit.c:1001 builtin/log.c:377 builtin/log.c:932
1086
-#: builtin/log.c:1407 builtin/log.c:1783 builtin/log.c:2072 builtin/merge.c:406
1117
+#: blame.c:1836 bundle.c:164 ref-filter.c:2071 remote.c:1948 sequencer.c:1993
1118
+#: sequencer.c:4064 builtin/commit.c:1004 builtin/log.c:378 builtin/log.c:936
1119
+#: builtin/log.c:1420 builtin/log.c:1796 builtin/log.c:2086 builtin/merge.c:407
1120
#: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
1121
#: builtin/shortlog.c:192
1122
msgid "revision walk setup failed"
1123
msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1124
1092
-#: blame.c:1849
1125
+#: blame.c:1854
1126
msgid ""
1127
"--reverse --first-parent together require range along first-parent chain"
1128
msgstr ""
1129
"--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n"
1130
"\"first-parent\"-Kette"
1131
1099
-#: blame.c:1860
1132
+#: blame.c:1865
1133
#, c-format
1134
msgid "no such path %s in %s"
1135
msgstr "Pfad %s nicht in %s"
1136
1104
-#: blame.c:1871
1137
+#: blame.c:1876
1138
#, c-format
1139
msgid "cannot read blob %s for path %s"
1140
msgstr "kann Blob %s für Pfad '%s' nicht lesen"
@@ -1223,27 +1256,27 @@ msgstr ""
1256
"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n"
1257
"zu konfigurieren."
1258
1226
-#: branch.c:279
1259
+#: branch.c:280
1260
#, c-format
1261
msgid "Not a valid object name: '%s'."
1262
msgstr "Ungültiger Objekt-Name: '%s'"
1263
1231
-#: branch.c:299
1264
+#: branch.c:300
1265
#, c-format
1266
msgid "Ambiguous object name: '%s'."
1267
msgstr "mehrdeutiger Objekt-Name: '%s'"
1268
1236
-#: branch.c:304
1269
+#: branch.c:305
1270
#, c-format
1271
msgid "Not a valid branch point: '%s'."
1272
msgstr "Ungültiger Branchpunkt: '%s'"
1273
1241
-#: branch.c:358
1274
+#: branch.c:359
1275
#, c-format
1276
msgid "'%s' is already checked out at '%s'"
1277
msgstr "'%s' ist bereits in '%s' ausgecheckt"
1278
1246
-#: branch.c:381
1279
+#: branch.c:382
1280
#, c-format
1281
msgid "HEAD of working tree %s is not updated"
1282
msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
@@ -1258,70 +1291,70 @@ msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1291
msgid "unrecognized header: %s%s (%d)"
1292
msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1293
1261
-#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2182 sequencer.c:2722
1262
-#: builtin/commit.c:774
1294
+#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2215 sequencer.c:2763
1295
+#: builtin/commit.c:776
1296
#, c-format
1297
msgid "could not open '%s'"
1298
msgstr "Konnte '%s' nicht öffnen"
1299
1267
-#: bundle.c:141
1300
+#: bundle.c:143
1301
msgid "Repository lacks these prerequisite commits:"
1302
msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
1303
1271
-#: bundle.c:192
1304
+#: bundle.c:194
1305
#, c-format
1306
msgid "The bundle contains this ref:"
1307
msgid_plural "The bundle contains these %d refs:"
1308
msgstr[0] "Das Paket enthält diese Referenz:"
1309
msgstr[1] "Das Paket enthält diese %d Referenzen:"
1310
1278
-#: bundle.c:199
1311
+#: bundle.c:201
1312
msgid "The bundle records a complete history."
1313
msgstr "Das Paket speichert eine komplette Historie."
1314
1282
-#: bundle.c:201
1315
+#: bundle.c:203
1316
#, c-format
1317
msgid "The bundle requires this ref:"
1318
msgid_plural "The bundle requires these %d refs:"
1319
msgstr[0] "Das Paket benötigt diese Referenz:"
1320
msgstr[1] "Das Paket benötigt diese %d Referenzen:"
1321
1289
-#: bundle.c:267
1322
+#: bundle.c:269
1323
msgid "unable to dup bundle descriptor"
1324
msgstr "Konnte dup für Descriptor des Pakets nicht ausführen."
1325
1293
-#: bundle.c:274
1326
+#: bundle.c:276
1327
msgid "Could not spawn pack-objects"
1328
msgstr "Konnte Paketobjekte nicht erstellen"
1329
1297
-#: bundle.c:285
1330
+#: bundle.c:287
1331
msgid "pack-objects died"
1332
msgstr "Erstellung der Paketobjekte abgebrochen"
1333
1301
-#: bundle.c:327
1334
+#: bundle.c:329
1335
msgid "rev-list died"
1336
msgstr "\"rev-list\" abgebrochen"
1337
1305
-#: bundle.c:376
1338
+#: bundle.c:378
1339
#, c-format
1340
msgid "ref '%s' is excluded by the rev-list options"
1341
msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
1342
1310
-#: bundle.c:456 builtin/log.c:192 builtin/log.c:1688 builtin/shortlog.c:304
1343
+#: bundle.c:457 builtin/log.c:193 builtin/log.c:1701 builtin/shortlog.c:306
1344
#, c-format
1345
msgid "unrecognized argument: %s"
1346
msgstr "nicht erkanntes Argument: %s"
1347
1315
-#: bundle.c:464
1348
+#: bundle.c:465
1349
msgid "Refusing to create empty bundle."
1350
msgstr "Erstellung eines leeren Pakets zurückgewiesen."
1351
1319
-#: bundle.c:474
1352
+#: bundle.c:475
1353
#, c-format
1354
msgid "cannot create '%s'"
1355
msgstr "kann '%s' nicht erstellen"
1356
1324
-#: bundle.c:498
1357
+#: bundle.c:500
1358
msgid "index-pack died"
1359
msgstr "Erstellung der Paketindexdatei abgebrochen"
1360
@@ -1330,8 +1363,8 @@ msgstr "Erstellung der Paketindexdatei abgebrochen"
1363
msgid "invalid color value: %.*s"
1364
msgstr "Ungültiger Farbwert: %.*s"
1365
1333
-#: commit.c:50 sequencer.c:2528 builtin/am.c:370 builtin/am.c:414
1334
-#: builtin/am.c:1390 builtin/am.c:2025 builtin/replace.c:376
1366
+#: commit.c:50 sequencer.c:2567 builtin/am.c:355 builtin/am.c:399
1367
+#: builtin/am.c:1375 builtin/am.c:2019 builtin/replace.c:376
1368
#: builtin/replace.c:448
1369
#, c-format
1370
msgid "could not parse %s"
@@ -1363,28 +1396,28 @@ msgstr ""
1396
"Sie können diese Meldung unterdrücken, indem Sie\n"
1397
"\"git config advice.graftFileDeprecated false\" ausführen."
1398
1366
-#: commit.c:1115
1399
+#: commit.c:1122
1400
#, c-format
1401
msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1402
msgstr ""
1403
"Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."
1404
1372
-#: commit.c:1118
1405
+#: commit.c:1125
1406
#, c-format
1407
msgid "Commit %s has a bad GPG signature allegedly by %s."
1408
msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."
1409
1377
-#: commit.c:1121
1410
+#: commit.c:1128
1411
#, c-format
1412
msgid "Commit %s does not have a GPG signature."
1413
msgstr "Commit %s hat keine GPG-Signatur."
1414
1382
-#: commit.c:1124
1415
+#: commit.c:1131
1416
#, c-format
1417
msgid "Commit %s has a good GPG signature by %s\n"
1418
msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"
1419
1387
-#: commit.c:1378
1420
+#: commit.c:1385
1421
msgid ""
1422
"Warning: commit message did not conform to UTF-8.\n"
1423
"You may want to amend it after fixing the message, or set the config\n"
@@ -1396,93 +1429,134 @@ msgstr ""
1429
"Encoding,\n"
1430
"welches von ihrem Projekt verwendet wird.\n"
1431
1399
-#: commit-graph.c:108
1432
+#: commit-graph.c:101
1433
#, c-format
1434
msgid "graph file %s is too small"
1435
msgstr "Graph-Datei %s ist zu klein."
1436
1404
-#: commit-graph.c:115
1437
+#: commit-graph.c:136
1438
#, c-format
1439
msgid "graph signature %X does not match signature %X"
1440
msgstr "Graph-Signatur %X stimmt nicht mit Signatur %X überein."
1441
1409
-#: commit-graph.c:122
1442
+#: commit-graph.c:143
1443
#, c-format
1444
msgid "graph version %X does not match version %X"
1445
msgstr "Graph-Version %X stimmt nicht mit Version %X überein."
1446
1414
-#: commit-graph.c:129
1447
+#: commit-graph.c:150
1448
#, c-format
1449
msgid "hash version %X does not match version %X"
1450
msgstr "Hash-Version %X stimmt nicht mit Version %X überein."
1451
1419
-#: commit-graph.c:153
1452
+#: commit-graph.c:173
1453
+msgid "chunk lookup table entry missing; graph file may be incomplete"
1454
+msgstr "fehlender Tabelleneintrag für Chunk-Lookup; Graph-Datei möglicherweise unvollständig"
1455
+
1456
+#: commit-graph.c:184
1457
#, c-format
1458
msgid "improper chunk offset %08x%08x"
1459
msgstr "Unzulässiger Chunk-Offset %08x%08x"
1460
1424
-#: commit-graph.c:189
1461
+#: commit-graph.c:221
1462
#, c-format
1463
msgid "chunk id %08x appears multiple times"
1464
msgstr "Chunk-Id %08x kommt mehrfach vor."
1465
1429
-#: commit-graph.c:308
1466
+#: commit-graph.c:334
1467
#, c-format
1468
msgid "could not find commit %s"
1469
msgstr "Konnte Commit %s nicht finden."
1470
1434
-#: commit-graph.c:617 builtin/pack-objects.c:2652
1471
+#: commit-graph.c:671 builtin/pack-objects.c:2646
1472
#, c-format
1473
msgid "unable to get type of object %s"
1474
msgstr "Konnte Art von Objekt '%s' nicht bestimmen."
1475
1439
-#: commit-graph.c:651
1440
-msgid "Annotating commits in commit graph"
1441
-msgstr "Annotiere Commits in Commit-Graphen"
1476
+#: commit-graph.c:704
1477
+msgid "Loading known commits in commit graph"
1478
+msgstr "Lade bekannte Commits in Commit-Graph"
1479
+
1480
+#: commit-graph.c:720
1481
+msgid "Expanding reachable commits in commit graph"
1482
+msgstr "Erweitere erreichbare Commits in Commit-Graph"
1483
+
1484
+#: commit-graph.c:732
1485
+msgid "Clearing commit marks in commit graph"
1486
+msgstr "Lösche Commit-Markierungen in Commit-Graph"
1487
1443
-#: commit-graph.c:691
1488
+#: commit-graph.c:752
1489
msgid "Computing commit graph generation numbers"
1490
msgstr "Commit-Graph Generierungsnummern berechnen"
1491
1447
-#: commit-graph.c:803 commit-graph.c:826 commit-graph.c:852
1448
-msgid "Finding commits for commit graph"
1449
-msgstr "Bestimme Commits für Commit-Graphen"
1492
+#: commit-graph.c:869
1493
+#, c-format
1494
+msgid "Finding commits for commit graph in %d pack"
1495
+msgid_plural "Finding commits for commit graph in %d packs"
1496
+msgstr[0] "Suche Commits für Commit-Graph in %d Paket"
1497
+msgstr[1] "Suche Commits für Commit-Graph in %d Paketen"
1498
1451
-#: commit-graph.c:812
1499
+#: commit-graph.c:882
1500
#, c-format
1501
msgid "error adding pack %s"
1502
msgstr "Fehler beim Hinzufügen von Paket %s."
1503
1456
-#: commit-graph.c:814
1504
+#: commit-graph.c:884
1505
#, c-format
1506
msgid "error opening index for %s"
1507
msgstr "Fehler beim Öffnen des Index für %s."
1508
1461
-#: commit-graph.c:868
1509
+#: commit-graph.c:898
1510
+#, c-format
1511
+msgid "Finding commits for commit graph from %d ref"
1512
+msgid_plural "Finding commits for commit graph from %d refs"
1513
+msgstr[0] "Suche Commits für Commit-Graph in %d Referenz"
1514
+msgstr[1] "Suche Commits für Commit-Graph in %d Referenzen"
1515
+
1516
+#: commit-graph.c:930
1517
+msgid "Finding commits for commit graph among packed objects"
1518
+msgstr "Suche Commits für Commit-Graph in gepackten Objekten"
1519
+
1520
+#: commit-graph.c:943
1521
+msgid "Counting distinct commits in commit graph"
1522
+msgstr "Zähle Commits in Commit-Graph"
1523
+
1524
+#: commit-graph.c:956
1525
#, c-format
1526
msgid "the commit graph format cannot write %d commits"
1527
msgstr "Das Commit-Graph Format kann nicht %d Commits schreiben."
1528
1466
-#: commit-graph.c:895
1529
+#: commit-graph.c:965
1530
+msgid "Finding extra edges in commit graph"
1531
+msgstr "Suche zusätzliche Ränder in Commit-Graph"
1532
+
1533
+#: commit-graph.c:989
1534
msgid "too many commits to write graph"
1535
msgstr "Zu viele Commits zum Schreiben des Graphen."
1536
1470
-#: commit-graph.c:902 midx.c:769
1537
+#: commit-graph.c:996 midx.c:769
1538
#, c-format
1539
msgid "unable to create leading directories of %s"
1540
msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."
1541
1475
-#: commit-graph.c:1002
1542
+#: commit-graph.c:1036
1543
+#, c-format
1544
+msgid "Writing out commit graph in %d pass"
1545
+msgid_plural "Writing out commit graph in %d passes"
1546
+msgstr[0] "Schreibe Commit-Graph in %d Durchgang"
1547
+msgstr[1] "Schreibe Commit-Graph in %d Durchgängen"
1548
+
1549
+#: commit-graph.c:1109
1550
msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1551
msgstr ""
1552
"Die Commit-Graph-Datei hat eine falsche Prüfsumme und ist wahrscheinlich "
1553
"beschädigt."
1554
1481
-#: commit-graph.c:1046
1555
+#: commit-graph.c:1153
1556
msgid "Verifying commits in commit graph"
1557
msgstr "Commit in Commit-Graph überprüfen"
1558
1485
-#: compat/obstack.c:405 compat/obstack.c:407
1559
+#: compat/obstack.c:406 compat/obstack.c:408
1560
msgid "memory exhausted"
1561
msgstr "Speicher verbraucht"
1562
@@ -1528,7 +1602,7 @@ msgstr "Schlüssel enthält keine Sektion: %s"
1602
msgid "key does not contain variable name: %s"
1603
msgstr "Schlüssel enthält keinen Variablennamen: %s"
1604
1531
-#: config.c:378 sequencer.c:2296
1605
+#: config.c:378 sequencer.c:2330
1606
#, c-format
1607
msgid "invalid key: %s"
1608
msgstr "Ungültiger Schlüssel: %s"
@@ -1672,7 +1746,7 @@ msgid "must be one of nothing, matching, simple, upstream or current"
1746
msgstr ""
1747
"Muss einer von diesen sein: nothing, matching, simple, upstream, current"
1748
1675
-#: config.c:1481 builtin/pack-objects.c:3391
1749
+#: config.c:1481 builtin/pack-objects.c:3394
1750
#, c-format
1751
msgid "bad pack compression level %d"
1752
msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"
@@ -1752,62 +1826,62 @@ msgstr "%s hat mehrere Werte"
1826
msgid "failed to write new configuration file %s"
1827
msgstr "Konnte neue Konfigurationsdatei '%s' nicht schreiben."
1828
1755
-#: config.c:2717 config.c:3041
1829
+#: config.c:2716 config.c:3040
1830
#, c-format
1831
msgid "could not lock config file %s"
1832
msgstr "Konnte Konfigurationsdatei '%s' nicht sperren."
1833
1760
-#: config.c:2728
1834
+#: config.c:2727
1835
#, c-format
1836
msgid "opening %s"
1837
msgstr "Öffne %s"
1838
1765
-#: config.c:2763 builtin/config.c:327
1839
+#: config.c:2762 builtin/config.c:328
1840
#, c-format
1841
msgid "invalid pattern: %s"
1842
msgstr "Ungültiges Muster: %s"
1843
1770
-#: config.c:2788
1844
+#: config.c:2787
1845
#, c-format
1846
msgid "invalid config file %s"
1847
msgstr "Ungültige Konfigurationsdatei %s"
1848
1775
-#: config.c:2801 config.c:3054
1849
+#: config.c:2800 config.c:3053
1850
#, c-format
1851
msgid "fstat on %s failed"
1852
msgstr "fstat auf %s fehlgeschlagen"
1853
1780
-#: config.c:2812
1854
+#: config.c:2811
1855
#, c-format
1856
msgid "unable to mmap '%s'"
1857
msgstr "mmap für '%s' fehlgeschlagen"
1858
1785
-#: config.c:2821 config.c:3059
1859
+#: config.c:2820 config.c:3058
1860
#, c-format
1861
msgid "chmod on %s failed"
1862
msgstr "chmod auf %s fehlgeschlagen"
1863
1790
-#: config.c:2906 config.c:3156
1864
+#: config.c:2905 config.c:3155
1865
#, c-format
1866
msgid "could not write config file %s"
1867
msgstr "Konnte Konfigurationsdatei %s nicht schreiben."
1868
1795
-#: config.c:2940
1869
+#: config.c:2939
1870
#, c-format
1871
msgid "could not set '%s' to '%s'"
1872
msgstr "Konnte '%s' nicht zu '%s' setzen."
1873
1800
-#: config.c:2942 builtin/remote.c:782
1874
+#: config.c:2941 builtin/remote.c:782
1875
#, c-format
1876
msgid "could not unset '%s'"
1877
msgstr "Konnte '%s' nicht aufheben."
1878
1805
-#: config.c:3032
1879
+#: config.c:3031
1880
#, c-format
1881
msgid "invalid section name: %s"
1882
msgstr "Ungültiger Sektionsname: %s"
1883
1810
-#: config.c:3199
1884
+#: config.c:3198
1885
#, c-format
1886
msgid "missing value for '%s'"
1887
msgstr "Fehlender Wert für '%s'"
@@ -1863,50 +1937,45 @@ msgstr ""
1937
"Repository auf der Gegenseite kann keine unvollständige Historie (shallow) "
1938
"enthalten"
1939
1866
-#: connect.c:310 fetch-pack.c:182 builtin/archive.c:63
1867
-#, c-format
1868
-msgid "remote error: %s"
1869
-msgstr "Fehler am anderen Ende: %s"
1870
-
1871
-#: connect.c:316
1940
+#: connect.c:313
1941
msgid "invalid packet"
1942
msgstr "Ungültiges Paket."
1943
1875
-#: connect.c:336
1944
+#: connect.c:333
1945
#, c-format
1946
msgid "protocol error: unexpected '%s'"
1947
msgstr "Protokollfehler: unerwartetes '%s'"
1948
1880
-#: connect.c:444
1949
+#: connect.c:441
1950
#, c-format
1951
msgid "invalid ls-refs response: %s"
1952
msgstr "Ungültige ls-refs Antwort: %s"
1953
1885
-#: connect.c:448
1954
+#: connect.c:445
1955
msgid "expected flush after ref listing"
1956
msgstr "Erwartete Flush nach Auflistung der Referenzen."
1957
1889
-#: connect.c:547
1958
+#: connect.c:544
1959
#, c-format
1960
msgid "protocol '%s' is not supported"
1961
msgstr "Protokoll '%s' wird nicht unterstützt."
1962
1894
-#: connect.c:598
1963
+#: connect.c:595
1964
msgid "unable to set SO_KEEPALIVE on socket"
1965
msgstr "Kann SO_KEEPALIVE bei Socket nicht setzen."
1966
1898
-#: connect.c:638 connect.c:701
1967
+#: connect.c:635 connect.c:698
1968
#, c-format
1969
msgid "Looking up %s ... "
1970
msgstr "Suche nach %s ..."
1971
1903
-#: connect.c:642
1972
+#: connect.c:639
1973
#, c-format
1974
msgid "unable to look up %s (port %s) (%s)"
1975
msgstr "Fehler bei Suche nach %s (Port %s) (%s)."
1976
1977
#. TRANSLATORS: this is the end of "Looking up %s ... "
1909
-#: connect.c:646 connect.c:717
1978
+#: connect.c:643 connect.c:714
1979
#, c-format
1980
msgid ""
1981
"done.\n"
@@ -1915,7 +1984,7 @@ msgstr ""
1984
"Fertig.\n"
1985
"Verbinde nach %s (Port %s) ... "
1986
1918
-#: connect.c:668 connect.c:745
1987
+#: connect.c:665 connect.c:742
1988
#, c-format
1989
msgid ""
1990
"unable to connect to %s:\n"
@@ -1925,62 +1994,62 @@ msgstr ""
1994
"%s"
1995
1996
#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1928
-#: connect.c:674 connect.c:751
1997
+#: connect.c:671 connect.c:748
1998
msgid "done."
1999
msgstr "Fertig."
2000
1932
-#: connect.c:705
2001
+#: connect.c:702
2002
#, c-format
2003
msgid "unable to look up %s (%s)"
2004
msgstr "Fehler bei der Suche nach %s (%s)"
2005
1937
-#: connect.c:711
2006
+#: connect.c:708
2007
#, c-format
2008
msgid "unknown port %s"
2009
msgstr "Unbekannter Port %s"
2010
1942
-#: connect.c:848 connect.c:1174
2011
+#: connect.c:845 connect.c:1171
2012
#, c-format
2013
msgid "strange hostname '%s' blocked"
2014
msgstr "Merkwürdigen Hostnamen '%s' blockiert."
2015
1947
-#: connect.c:850
2016
+#: connect.c:847
2017
#, c-format
2018
msgid "strange port '%s' blocked"
2019
msgstr "Merkwürdigen Port '%s' blockiert."
2020
1952
-#: connect.c:860
2021
+#: connect.c:857
2022
#, c-format
2023
msgid "cannot start proxy %s"
2024
msgstr "Kann Proxy %s nicht starten."
2025
1957
-#: connect.c:927
2026
+#: connect.c:924
2027
msgid "no path specified; see 'git help pull' for valid url syntax"
2028
msgstr ""
2029
"Kein Pfad angegeben; siehe 'git help pull' für eine gültige URL-Syntax."
2030
1962
-#: connect.c:1122
2031
+#: connect.c:1119
2032
msgid "ssh variant 'simple' does not support -4"
2033
msgstr "SSH-Variante 'simple' unterstützt kein -4."
2034
1966
-#: connect.c:1134
2035
+#: connect.c:1131
2036
msgid "ssh variant 'simple' does not support -6"
2037
msgstr "SSH-Variante 'simple' unterstützt kein -6."
2038
1970
-#: connect.c:1151
2039
+#: connect.c:1148
2040
msgid "ssh variant 'simple' does not support setting port"
2041
msgstr "SSH-Variante 'simple' unterstützt nicht das Setzen eines Ports."
2042
1974
-#: connect.c:1262
2043
+#: connect.c:1259
2044
#, c-format
2045
msgid "strange pathname '%s' blocked"
2046
msgstr "Merkwürdigen Pfadnamen '%s' blockiert."
2047
1979
-#: connect.c:1307
2048
+#: connect.c:1304
2049
msgid "unable to fork"
2050
msgstr "Kann Prozess nicht starten."
2051
1983
-#: connected.c:68 builtin/fsck.c:202 builtin/prune.c:147
2052
+#: connected.c:68 builtin/fsck.c:221 builtin/prune.c:146
2053
msgid "Checking connectivity"
2054
msgstr "Prüfe Konnektivität"
2055
@@ -1996,17 +2065,17 @@ msgstr "Fehler beim Schreiben nach rev-list"
2065
msgid "failed to close rev-list's stdin"
2066
msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
2067
1999
-#: convert.c:194
2068
+#: convert.c:193
2069
#, c-format
2070
msgid "illegal crlf_action %d"
2071
msgstr "Unerlaubte crlf_action %d"
2072
2004
-#: convert.c:207
2073
+#: convert.c:206
2074
#, c-format
2075
msgid "CRLF would be replaced by LF in %s"
2076
msgstr "CRLF würde in %s durch LF ersetzt werden."
2077
2009
-#: convert.c:209
2078
+#: convert.c:208
2079
#, c-format
2080
msgid ""
2081
"CRLF will be replaced by LF in %s.\n"
@@ -2016,12 +2085,12 @@ msgstr ""
2085
"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
2086
"behalten."
2087
2019
-#: convert.c:217
2088
+#: convert.c:216
2089
#, c-format
2090
msgid "LF would be replaced by CRLF in %s"
2091
msgstr "LF würde in %s durch CRLF ersetzt werden."
2092
2024
-#: convert.c:219
2093
+#: convert.c:218
2094
#, c-format
2095
msgid ""
2096
"LF will be replaced by CRLF in %s.\n"
@@ -2031,12 +2100,12 @@ msgstr ""
2100
"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
2101
"behalten."
2102
2034
-#: convert.c:280
2103
+#: convert.c:279
2104
#, c-format
2105
msgid "BOM is prohibited in '%s' if encoded as %s"
2106
msgstr "BOM ist in '%s' unzulässig, wenn als %s codiert."
2107
2039
-#: convert.c:287
2108
+#: convert.c:286
2109
#, c-format
2110
msgid ""
2111
"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
@@ -2045,12 +2114,12 @@ msgstr ""
2114
"Die Datei '%s' enthält ein Byte-Order-Mark (BOM). Bitte benutzen Sie UTF-%s\n"
2115
"als Codierung im Arbeitsverzeichnis."
2116
2048
-#: convert.c:305
2117
+#: convert.c:304
2118
#, c-format
2119
msgid "BOM is required in '%s' if encoded as %s"
2120
msgstr "BOM ist erforderlich in '%s', wenn als %s codiert."
2121
2053
-#: convert.c:307
2122
+#: convert.c:306
2123
#, c-format
2124
msgid ""
2125
"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
@@ -2060,37 +2129,37 @@ msgstr ""
2129
"oder UTF-%sLE (abhängig von der Byte-Reihenfolge) als Codierung im\n"
2130
"Arbeitsverzeichnis."
2131
2063
-#: convert.c:425 convert.c:496
2132
+#: convert.c:424 convert.c:495
2133
#, c-format
2134
msgid "failed to encode '%s' from %s to %s"
2135
msgstr "Fehler beim Codieren von '%s' von %s nach %s."
2136
2068
-#: convert.c:468
2137
+#: convert.c:467
2138
#, c-format
2139
msgid "encoding '%s' from %s to %s and back is not the same"
2140
msgstr "Die Codierung '%s' von %s nach %s und zurück ist nicht dasselbe."
2141
2073
-#: convert.c:674
2142
+#: convert.c:673
2143
#, c-format
2144
msgid "cannot fork to run external filter '%s'"
2145
msgstr "Kann externen Filter '%s' nicht starten."
2146
2078
-#: convert.c:694
2147
+#: convert.c:693
2148
#, c-format
2149
msgid "cannot feed the input to external filter '%s'"
2150
msgstr "Kann Eingaben nicht an externen Filter '%s' übergeben."
2151
2083
-#: convert.c:701
2152
+#: convert.c:700
2153
#, c-format
2154
msgid "external filter '%s' failed %d"
2155
msgstr "Externer Filter '%s' fehlgeschlagen %d"
2156
2088
-#: convert.c:736 convert.c:739
2157
+#: convert.c:735 convert.c:738
2158
#, c-format
2159
msgid "read from external filter '%s' failed"
2160
msgstr "Lesen von externem Filter '%s' fehlgeschlagen."
2161
2093
-#: convert.c:742 convert.c:796
2162
+#: convert.c:741 convert.c:796
2163
#, c-format
2164
msgid "external filter '%s' failed"
2165
msgstr "Externer Filter '%s' fehlgeschlagen."
@@ -2125,53 +2194,53 @@ msgstr "%s: clean-Filter '%s' fehlgeschlagen."
2194
msgid "%s: smudge filter %s failed"
2195
msgstr "%s: smudge-Filter '%s' fehlgeschlagen."
2196
2128
-#: date.c:116
2197
+#: date.c:137
2198
msgid "in the future"
2199
msgstr "in der Zukunft"
2200
2132
-#: date.c:122
2201
+#: date.c:143
2202
#, c-format
2203
msgid "%<PRIuMAX> second ago"
2204
msgid_plural "%<PRIuMAX> seconds ago"
2205
msgstr[0] "vor %<PRIuMAX> Sekunde"
2206
msgstr[1] "vor %<PRIuMAX> Sekunden"
2207
2139
-#: date.c:129
2208
+#: date.c:150
2209
#, c-format
2210
msgid "%<PRIuMAX> minute ago"
2211
msgid_plural "%<PRIuMAX> minutes ago"
2212
msgstr[0] "vor %<PRIuMAX> Minute"
2213
msgstr[1] "vor %<PRIuMAX> Minuten"
2214
2146
-#: date.c:136
2215
+#: date.c:157
2216
#, c-format
2217
msgid "%<PRIuMAX> hour ago"
2218
msgid_plural "%<PRIuMAX> hours ago"
2219
msgstr[0] "vor %<PRIuMAX> Stunde"
2220
msgstr[1] "vor %<PRIuMAX> Stunden"
2221
2153
-#: date.c:143
2222
+#: date.c:164
2223
#, c-format
2224
msgid "%<PRIuMAX> day ago"
2225
msgid_plural "%<PRIuMAX> days ago"
2226
msgstr[0] "vor %<PRIuMAX> Tag"
2227
msgstr[1] "vor %<PRIuMAX> Tagen"
2228
2160
-#: date.c:149
2229
+#: date.c:170
2230
#, c-format
2231
msgid "%<PRIuMAX> week ago"
2232
msgid_plural "%<PRIuMAX> weeks ago"
2233
msgstr[0] "vor %<PRIuMAX> Woche"
2234
msgstr[1] "vor %<PRIuMAX> Wochen"
2235
2167
-#: date.c:156
2236
+#: date.c:177
2237
#, c-format
2238
msgid "%<PRIuMAX> month ago"
2239
msgid_plural "%<PRIuMAX> months ago"
2240
msgstr[0] "vor %<PRIuMAX> Monat"
2241
msgstr[1] "vor %<PRIuMAX> Monaten"
2242
2174
-#: date.c:167
2243
+#: date.c:188
2244
#, c-format
2245
msgid "%<PRIuMAX> year"
2246
msgid_plural "%<PRIuMAX> years"
@@ -2179,42 +2248,43 @@ msgstr[0] "vor %<PRIuMAX> Jahr"
2248
msgstr[1] "vor %<PRIuMAX> Jahren"
2249
2250
#. TRANSLATORS: "%s" is "<n> years"
2182
-#: date.c:170
2251
+#: date.c:191
2252
#, c-format
2253
msgid "%s, %<PRIuMAX> month ago"
2254
msgid_plural "%s, %<PRIuMAX> months ago"
2255
msgstr[0] "%s, und %<PRIuMAX> Monat"
2256
msgstr[1] "%s, und %<PRIuMAX> Monaten"
2257
2189
-#: date.c:175 date.c:180
2258
+#: date.c:196 date.c:201
2259
#, c-format
2260
msgid "%<PRIuMAX> year ago"
2261
msgid_plural "%<PRIuMAX> years ago"
2262
msgstr[0] "vor %<PRIuMAX> Jahr"
2263
msgstr[1] "vor %<PRIuMAX> Jahren"
2264
2196
-#: delta-islands.c:268
2265
+#: delta-islands.c:272
2266
msgid "Propagating island marks"
2267
msgstr "Erzeuge Delta-Island Markierungen"
2268
2200
-#: delta-islands.c:286
2269
+#: delta-islands.c:290
2270
#, c-format
2271
msgid "bad tree object %s"
2272
msgstr "Ungültiges Tree-Objekt %s."
2273
2205
-#: delta-islands.c:330
2274
+#: delta-islands.c:334
2275
#, c-format
2276
msgid "failed to load island regex for '%s': %s"
2208
-msgstr "Fehler beim Laden des regulären Ausdrucks des Delta-Island für '%s': %s"
2277
+msgstr ""
2278
+"Fehler beim Laden des regulären Ausdrucks des Delta-Island für '%s': %s"
2279
2210
-#: delta-islands.c:386
2280
+#: delta-islands.c:390
2281
#, c-format
2282
msgid "island regex from config has too many capture groups (max=%d)"
2283
msgstr ""
2284
"Regulärer Ausdruck des Delta-Island aus Konfiguration hat zu\n"
2285
"viele Capture-Gruppen (maximal %d)."
2286
2217
-#: delta-islands.c:462
2287
+#: delta-islands.c:466
2288
#, c-format
2289
msgid "Marked %d islands, done.\n"
2290
msgstr "%d Delta-Islands markiert, fertig.\n"
@@ -2252,25 +2322,27 @@ msgstr ""
2322
"\"color moved\"-Einstellung muss eines von diesen sein: 'no', 'default', "
2323
"'blocks', 'zebra', 'dimmed_zebra', 'plain'"
2324
2255
-#: diff.c:316
2325
+#: diff.c:319
2326
#, c-format
2257
-msgid "ignoring unknown color-moved-ws mode '%s'"
2258
-msgstr "Ignoriere unbekannten 'color-moved-ws'-Modus '%s'."
2327
+msgid ""
2328
+"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2329
+"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2330
+msgstr "Unbekannter color-moved-ws Modus '%s', mögliche Werte sind 'ignore-space-change', 'ignore-space-at-eol', 'ignore-all-space', 'allow-identation-change'"
2331
2260
-#: diff.c:323
2332
+#: diff.c:327
2333
msgid ""
2262
-"color-moved-ws: allow-indentation-change cannot be combined with other white "
2263
-"space modes"
2334
+"color-moved-ws: allow-indentation-change cannot be combined with other "
2335
+"whitespace modes"
2336
msgstr ""
2337
"color-moved-ws: allow-indentation-change kann nicht mit anderen\n"
2338
"Whitespace-Modi kombiniert werden."
2339
2268
-#: diff.c:394
2340
+#: diff.c:400
2341
#, c-format
2342
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2343
msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
2344
2273
-#: diff.c:454
2345
+#: diff.c:460
2346
#, c-format
2347
msgid ""
2348
"Found errors in 'diff.dirstat' config variable:\n"
@@ -2279,25 +2351,25 @@ msgstr ""
2351
"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
2352
"%s"
2353
2282
-#: diff.c:4140
2354
+#: diff.c:4211
2355
#, c-format
2356
msgid "external diff died, stopping at %s"
2357
msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
2358
2287
-#: diff.c:4482
2359
+#: diff.c:4553
2360
msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2361
msgstr ""
2362
"--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
2363
2292
-#: diff.c:4485
2364
+#: diff.c:4556
2365
msgid "-G, -S and --find-object are mutually exclusive"
2366
msgstr "-G, -S und --find-object schließen sich gegenseitig aus"
2367
2296
-#: diff.c:4563
2368
+#: diff.c:4634
2369
msgid "--follow requires exactly one pathspec"
2370
msgstr "--follow erfordert genau eine Pfadspezifikation"
2371
2300
-#: diff.c:4729
2372
+#: diff.c:4800
2373
#, c-format
2374
msgid ""
2375
"Failed to parse --dirstat/-X option parameter:\n"
@@ -2306,22 +2378,22 @@ msgstr ""
2378
"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
2379
"%s"
2380
2309
-#: diff.c:4743
2381
+#: diff.c:4814
2382
#, c-format
2383
msgid "Failed to parse --submodule option parameter: '%s'"
2384
msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
2385
2314
-#: diff.c:5823
2386
+#: diff.c:5900
2387
msgid "inexact rename detection was skipped due to too many files."
2388
msgstr ""
2389
"Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
2390
"übersprungen."
2391
2320
-#: diff.c:5826
2392
+#: diff.c:5903
2393
msgid "only found copies from modified paths due to too many files."
2394
msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
2395
2324
-#: diff.c:5829
2396
+#: diff.c:5906
2397
#, c-format
2398
msgid ""
2399
"you may want to set your %s variable to at least %d and retry the command."
@@ -2329,43 +2401,43 @@ msgstr ""
2401
"Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"
2402
"erneut versuchen."
2403
2332
-#: dir.c:576
2404
+#: dir.c:538
2405
#, c-format
2406
msgid "pathspec '%s' did not match any file(s) known to git"
2407
msgstr ""
2408
"Pfadspezifikation '%s' stimmt mit keinen git-bekannten Dateien überein."
2409
2338
-#: dir.c:965
2410
+#: dir.c:927
2411
#, c-format
2412
msgid "cannot use %s as an exclude file"
2413
msgstr "Kann %s nicht als exclude-Filter benutzen."
2414
2343
-#: dir.c:1880
2415
+#: dir.c:1842
2416
#, c-format
2417
msgid "could not open directory '%s'"
2418
msgstr "Konnte Verzeichnis '%s' nicht öffnen."
2419
2348
-#: dir.c:2122
2420
+#: dir.c:2084
2421
msgid "failed to get kernel name and information"
2422
msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
2423
2352
-#: dir.c:2246
2424
+#: dir.c:2208
2425
msgid "untracked cache is disabled on this system or location"
2426
msgstr ""
2427
"Cache für unversionierte Dateien ist auf diesem System oder\n"
2428
"für dieses Verzeichnis deaktiviert."
2429
2358
-#: dir.c:3047
2430
+#: dir.c:3009
2431
#, c-format
2432
msgid "index file corrupt in repo %s"
2433
msgstr "Index-Datei in Repository %s beschädigt."
2434
2363
-#: dir.c:3092 dir.c:3097
2435
+#: dir.c:3054 dir.c:3059
2436
#, c-format
2437
msgid "could not create directories for %s"
2438
msgstr "Konnte Verzeichnisse für '%s' nicht erstellen."
2439
2368
-#: dir.c:3126
2440
+#: dir.c:3088
2441
#, c-format
2442
msgid "could not migrate git directory from '%s' to '%s'"
2443
msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."
@@ -2407,235 +2479,239 @@ msgstr "Remote-Repository ohne URL"
2479
msgid "git fetch-pack: expected shallow list"
2480
msgstr "git fetch-pack: erwartete shallow-Liste"
2481
2410
-#: fetch-pack.c:163
2482
+#: fetch-pack.c:154
2483
+msgid "git fetch-pack: expected a flush packet after shallow list"
2484
+msgstr "git fetch-pack: erwartete ein Flush-Paket nach der shallow-Liste"
2485
+
2486
+#: fetch-pack.c:165
2487
msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2488
msgstr "git fetch-pack: ACK/NAK erwartet, Flush-Paket bekommen"
2489
2414
-#: fetch-pack.c:183
2490
+#: fetch-pack.c:185
2491
#, c-format
2492
msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2493
msgstr "git fetch-pack: ACK/NAK erwartet, '%s' bekommen"
2494
2419
-#: fetch-pack.c:253
2495
+#: fetch-pack.c:256
2496
msgid "--stateless-rpc requires multi_ack_detailed"
2497
msgstr "--stateless-rpc benötigt multi_ack_detailed"
2498
2423
-#: fetch-pack.c:347 fetch-pack.c:1277
2499
+#: fetch-pack.c:358 fetch-pack.c:1264
2500
#, c-format
2501
msgid "invalid shallow line: %s"
2502
msgstr "Ungültige shallow-Zeile: %s"
2503
2428
-#: fetch-pack.c:353 fetch-pack.c:1283
2504
+#: fetch-pack.c:364 fetch-pack.c:1271
2505
#, c-format
2506
msgid "invalid unshallow line: %s"
2507
msgstr "Ungültige unshallow-Zeile: %s"
2508
2433
-#: fetch-pack.c:355 fetch-pack.c:1285
2509
+#: fetch-pack.c:366 fetch-pack.c:1273
2510
#, c-format
2511
msgid "object not found: %s"
2512
msgstr "Objekt nicht gefunden: %s"
2513
2438
-#: fetch-pack.c:358 fetch-pack.c:1288
2514
+#: fetch-pack.c:369 fetch-pack.c:1276
2515
#, c-format
2516
msgid "error in object: %s"
2517
msgstr "Fehler in Objekt: %s"
2518
2443
-#: fetch-pack.c:360 fetch-pack.c:1290
2519
+#: fetch-pack.c:371 fetch-pack.c:1278
2520
#, c-format
2521
msgid "no shallow found: %s"
2522
msgstr "Kein shallow-Objekt gefunden: %s"
2523
2448
-#: fetch-pack.c:363 fetch-pack.c:1293
2524
+#: fetch-pack.c:374 fetch-pack.c:1282
2525
#, c-format
2526
msgid "expected shallow/unshallow, got %s"
2527
msgstr "shallow/unshallow erwartet, %s bekommen"
2528
2453
-#: fetch-pack.c:404
2529
+#: fetch-pack.c:415
2530
#, c-format
2531
msgid "got %s %d %s"
2532
msgstr "%s %d %s bekommen"
2533
2458
-#: fetch-pack.c:421
2534
+#: fetch-pack.c:432
2535
#, c-format
2536
msgid "invalid commit %s"
2537
msgstr "Ungültiger Commit %s"
2538
2463
-#: fetch-pack.c:452
2539
+#: fetch-pack.c:463
2540
msgid "giving up"
2541
msgstr "Gebe auf"
2542
2467
-#: fetch-pack.c:464 progress.c:229
2543
+#: fetch-pack.c:475 progress.c:229
2544
msgid "done"
2545
msgstr "Fertig"
2546
2471
-#: fetch-pack.c:476
2547
+#: fetch-pack.c:487
2548
#, c-format
2549
msgid "got %s (%d) %s"
2550
msgstr "%s (%d) %s bekommen"
2551
2476
-#: fetch-pack.c:522
2552
+#: fetch-pack.c:533
2553
#, c-format
2554
msgid "Marking %s as complete"
2555
msgstr "Markiere %s als vollständig"
2556
2481
-#: fetch-pack.c:764
2557
+#: fetch-pack.c:740
2558
#, c-format
2559
msgid "already have %s (%s)"
2560
msgstr "habe %s (%s) bereits"
2561
2486
-#: fetch-pack.c:803
2562
+#: fetch-pack.c:779
2563
msgid "fetch-pack: unable to fork off sideband demultiplexer"
2564
msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"
2565
2490
-#: fetch-pack.c:811
2566
+#: fetch-pack.c:787
2567
msgid "protocol error: bad pack header"
2568
msgstr "Protokollfehler: ungültiger Pack-Header"
2569
2494
-#: fetch-pack.c:879
2570
+#: fetch-pack.c:855
2571
#, c-format
2572
msgid "fetch-pack: unable to fork off %s"
2573
msgstr "fetch-pack: konnte %s nicht starten"
2574
2499
-#: fetch-pack.c:895
2575
+#: fetch-pack.c:871
2576
#, c-format
2577
msgid "%s failed"
2578
msgstr "%s fehlgeschlagen"
2579
2504
-#: fetch-pack.c:897
2580
+#: fetch-pack.c:873
2581
msgid "error in sideband demultiplexer"
2582
msgstr "Fehler in sideband demultiplexer"
2583
2508
-#: fetch-pack.c:926
2584
+#: fetch-pack.c:902
2585
msgid "Server does not support shallow clients"
2586
msgstr "Server unterstützt keine shallow-Clients"
2587
2512
-#: fetch-pack.c:930
2588
+#: fetch-pack.c:906
2589
msgid "Server supports multi_ack_detailed"
2590
msgstr "Server unterstützt multi_ack_detailed"
2591
2516
-#: fetch-pack.c:933
2592
+#: fetch-pack.c:909
2593
msgid "Server supports no-done"
2594
msgstr "Server unterstützt no-done"
2595
2520
-#: fetch-pack.c:939
2596
+#: fetch-pack.c:915
2597
msgid "Server supports multi_ack"
2598
msgstr "Server unterstützt multi_ack"
2599
2524
-#: fetch-pack.c:943
2600
+#: fetch-pack.c:919
2601
msgid "Server supports side-band-64k"
2602
msgstr "Server unterstützt side-band-64k"
2603
2528
-#: fetch-pack.c:947
2604
+#: fetch-pack.c:923
2605
msgid "Server supports side-band"
2606
msgstr "Server unterstützt side-band"
2607
2532
-#: fetch-pack.c:951
2608
+#: fetch-pack.c:927
2609
msgid "Server supports allow-tip-sha1-in-want"
2610
msgstr "Server unterstützt allow-tip-sha1-in-want"
2611
2536
-#: fetch-pack.c:955
2612
+#: fetch-pack.c:931
2613
msgid "Server supports allow-reachable-sha1-in-want"
2614
msgstr "Server unterstützt allow-reachable-sha1-in-want"
2615
2540
-#: fetch-pack.c:965
2616
+#: fetch-pack.c:941
2617
msgid "Server supports ofs-delta"
2618
msgstr "Server unterstützt ofs-delta"
2619
2544
-#: fetch-pack.c:971 fetch-pack.c:1158
2620
+#: fetch-pack.c:947 fetch-pack.c:1140
2621
msgid "Server supports filter"
2622
msgstr "Server unterstützt Filter"
2623
2548
-#: fetch-pack.c:979
2624
+#: fetch-pack.c:955
2625
#, c-format
2626
msgid "Server version is %.*s"
2627
msgstr "Server-Version ist %.*s"
2628
2553
-#: fetch-pack.c:985
2629
+#: fetch-pack.c:961
2630
msgid "Server does not support --shallow-since"
2631
msgstr "Server unterstützt kein --shallow-since"
2632
2557
-#: fetch-pack.c:989
2633
+#: fetch-pack.c:965
2634
msgid "Server does not support --shallow-exclude"
2635
msgstr "Server unterstützt kein --shallow-exclude"
2636
2561
-#: fetch-pack.c:991
2637
+#: fetch-pack.c:967
2638
msgid "Server does not support --deepen"
2639
msgstr "Server unterstützt kein --deepen"
2640
2565
-#: fetch-pack.c:1008
2641
+#: fetch-pack.c:984
2642
msgid "no common commits"
2643
msgstr "keine gemeinsamen Commits"
2644
2569
-#: fetch-pack.c:1020 fetch-pack.c:1418
2645
+#: fetch-pack.c:996 fetch-pack.c:1419
2646
msgid "git fetch-pack: fetch failed."
2647
msgstr "git fetch-pack: Abholen fehlgeschlagen."
2648
2573
-#: fetch-pack.c:1153
2649
+#: fetch-pack.c:1134
2650
msgid "Server does not support shallow requests"
2651
msgstr "Server unterstützt keine shallow-Anfragen."
2652
2577
-#: fetch-pack.c:1199
2653
+#: fetch-pack.c:1184
2654
#, c-format
2655
msgid "error reading section header '%s'"
2656
msgstr "Fehler beim Lesen von Sektionskopf '%s'."
2657
2582
-#: fetch-pack.c:1205
2658
+#: fetch-pack.c:1190
2659
#, c-format
2660
msgid "expected '%s', received '%s'"
2661
msgstr "'%s' erwartet, '%s' empfangen"
2662
2587
-#: fetch-pack.c:1244
2663
+#: fetch-pack.c:1229
2664
#, c-format
2665
msgid "unexpected acknowledgment line: '%s'"
2666
msgstr "Unerwartete Acknowledgment-Zeile: '%s'"
2667
2592
-#: fetch-pack.c:1249
2668
+#: fetch-pack.c:1234
2669
#, c-format
2670
msgid "error processing acks: %d"
2671
msgstr "Fehler beim Verarbeiten von ACKS: %d"
2672
2597
-#: fetch-pack.c:1259
2673
+#: fetch-pack.c:1244
2674
msgid "expected packfile to be sent after 'ready'"
2675
msgstr "Erwartete Versand einer Packdatei nach 'ready'."
2676
2601
-#: fetch-pack.c:1261
2677
+#: fetch-pack.c:1246
2678
msgid "expected no other sections to be sent after no 'ready'"
2679
msgstr "Erwartete keinen Versand einer anderen Sektion ohne 'ready'."
2680
2605
-#: fetch-pack.c:1298
2681
+#: fetch-pack.c:1287
2682
#, c-format
2683
msgid "error processing shallow info: %d"
2684
msgstr "Fehler beim Verarbeiten von Shallow-Informationen: %d"
2685
2610
-#: fetch-pack.c:1314
2686
+#: fetch-pack.c:1308
2687
#, c-format
2688
msgid "expected wanted-ref, got '%s'"
2689
msgstr "wanted-ref erwartet, '%s' bekommen"
2690
2615
-#: fetch-pack.c:1324
2691
+#: fetch-pack.c:1318
2692
#, c-format
2693
msgid "unexpected wanted-ref: '%s'"
2694
msgstr "Unerwartetes wanted-ref: '%s'"
2695
2620
-#: fetch-pack.c:1328
2696
+#: fetch-pack.c:1322
2697
#, c-format
2698
msgid "error processing wanted refs: %d"
2699
msgstr "Fehler beim Verarbeiten von wanted-refs: %d"
2700
2625
-#: fetch-pack.c:1642
2701
+#: fetch-pack.c:1646
2702
msgid "no matching remote head"
2703
msgstr "kein übereinstimmender Remote-Branch"
2704
2629
-#: fetch-pack.c:1660 builtin/clone.c:664
2705
+#: fetch-pack.c:1664 builtin/clone.c:671
2706
msgid "remote did not send all necessary objects"
2707
msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."
2708
2633
-#: fetch-pack.c:1686
2709
+#: fetch-pack.c:1690
2710
#, c-format
2711
msgid "no such remote ref %s"
2712
msgstr "keine solche Remote-Referenz %s"
2713
2638
-#: fetch-pack.c:1689
2714
+#: fetch-pack.c:1693
2715
#, c-format
2716
msgid "Server does not allow request for unadvertised object %s"
2717
msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."
@@ -2663,8 +2739,8 @@ msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"
2739
msgid "'%s': unable to read %s"
2740
msgstr "'%s': konnte %s nicht lesen"
2741
2666
-#: grep.c:2130 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2667
-#: builtin/rm.c:134
2742
+#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
2743
+#: builtin/rm.c:135
2744
#, c-format
2745
msgid "failed to stat '%s'"
2746
msgstr "Konnte '%s' nicht lesen"
@@ -2726,41 +2802,43 @@ msgstr "Systembefehle / Repositories synchronisieren"
2802
msgid "Low-level Commands / Internal Helpers"
2803
msgstr "Systembefehle / Interne Hilfsbefehle"
2804
2729
-#: help.c:296
2805
+#: help.c:298
2806
#, c-format
2807
msgid "available git commands in '%s'"
2808
msgstr "Vorhandene Git-Befehle in '%s'"
2809
2734
-#: help.c:303
2810
+#: help.c:305
2811
msgid "git commands available from elsewhere on your $PATH"
2812
msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"
2813
2738
-#: help.c:312
2814
+#: help.c:314
2815
msgid "These are common Git commands used in various situations:"
2816
msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"
2817
2742
-#: help.c:361 git.c:90
2818
+#: help.c:363 git.c:90
2819
#, c-format
2820
msgid "unsupported command listing type '%s'"
2821
msgstr "Nicht unterstützte Art zur Befehlsauflistung '%s'."
2822
2747
-#: help.c:408
2823
+#: help.c:410
2824
msgid "The common Git guides are:"
2825
msgstr "Die allgemeinen Git-Anleitungen sind:"
2826
2751
-#: help.c:517
2827
+#: help.c:519
2828
msgid "See 'git help <command>' to read about a specific subcommand"
2753
-msgstr "Siehe 'git help <Befehl>', um mehr über einen spezifischen Unterbefehl zu lesen."
2829
+msgstr ""
2830
+"Siehe 'git help <Befehl>', um mehr über einen spezifischen Unterbefehl zu "
2831
+"lesen."
2832
2755
-#: help.c:522
2833
+#: help.c:524
2834
msgid "External commands"
2835
msgstr "Externe Befehle"
2836
2759
-#: help.c:530
2837
+#: help.c:539
2838
msgid "Command aliases"
2839
msgstr "Alias-Befehle"
2840
2763
-#: help.c:594
2841
+#: help.c:603
2842
#, c-format
2843
msgid ""
2844
"'%s' appears to be a git command, but we were not\n"
@@ -2769,32 +2847,32 @@ msgstr ""
2847
"'%s' scheint ein git-Befehl zu sein, konnte aber\n"
2848
"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"
2849
2772
-#: help.c:653
2850
+#: help.c:662
2851
msgid "Uh oh. Your system reports no Git commands at all."
2852
msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."
2853
2776
-#: help.c:675
2854
+#: help.c:684
2855
#, c-format
2856
msgid "WARNING: You called a Git command named '%s', which does not exist."
2857
msgstr ""
2858
"WARNUNG: Sie haben Git-Befehl '%s' ausgeführt, welcher nicht existiert."
2859
2782
-#: help.c:680
2860
+#: help.c:689
2861
#, c-format
2862
msgid "Continuing under the assumption that you meant '%s'."
2863
msgstr "Setze fort unter der Annahme, dass Sie '%s' meinten."
2864
2787
-#: help.c:685
2865
+#: help.c:694
2866
#, c-format
2867
msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2868
msgstr "Setze in %0.1f Sekunden fort unter der Annahme, dass Sie '%s' meinten."
2869
2792
-#: help.c:693
2870
+#: help.c:702
2871
#, c-format
2872
msgid "git: '%s' is not a git command. See 'git --help'."
2873
msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."
2874
2797
-#: help.c:697
2875
+#: help.c:706
2876
msgid ""
2877
"\n"
2878
"The most similar command is"
@@ -2808,16 +2886,16 @@ msgstr[1] ""
2886
"\n"
2887
"Die ähnlichsten Befehle sind"
2888
2811
-#: help.c:712
2889
+#: help.c:721
2890
msgid "git version [<options>]"
2891
msgstr "git version [<Optionen>]"
2892
2815
-#: help.c:780
2893
+#: help.c:789
2894
#, c-format
2895
msgid "%s: %s - %s"
2896
msgstr "%s: %s - %s"
2897
2820
-#: help.c:784
2898
+#: help.c:793
2899
msgid ""
2900
"\n"
2901
"Did you mean this?"
@@ -2885,20 +2963,20 @@ msgstr "Leerer Name in Identifikation (für <%s>) nicht erlaubt."
2963
msgid "name consists only of disallowed characters: %s"
2964
msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"
2965
2888
-#: ident.c:419 builtin/commit.c:606
2966
+#: ident.c:419 builtin/commit.c:608
2967
#, c-format
2968
msgid "invalid date format: %s"
2969
msgstr "Ungültiges Datumsformat: %s"
2970
2893
-#: list-objects-filter-options.c:35
2971
+#: list-objects-filter-options.c:36
2972
msgid "multiple filter-specs cannot be combined"
2973
msgstr "Mehrere filter-specs können nicht kombiniert werden."
2974
2975
#: list-objects-filter-options.c:58
2898
-msgid "only 'tree:0' is supported"
2899
-msgstr "Es wird nur 'tree:0' unterstützt."
2976
+msgid "expected 'tree:<depth>'"
2977
+msgstr "'tree:<Tiefe>' erwartet"
2978
2901
-#: list-objects-filter-options.c:137
2979
+#: list-objects-filter-options.c:152
2980
msgid "cannot change partial clone promisor remote"
2981
msgstr "Kann Remote-Repository für partielles Klonen nicht ändern."
2982
@@ -2931,96 +3009,96 @@ msgstr "Konnte '%s.lock' nicht erstellen: %s"
3009
msgid "failed to read the cache"
3010
msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
3011
2934
-#: merge.c:107 rerere.c:720 builtin/am.c:1899 builtin/am.c:1933
2935
-#: builtin/checkout.c:387 builtin/checkout.c:708 builtin/clone.c:764
3012
+#: merge.c:107 rerere.c:720 builtin/am.c:1884 builtin/am.c:1918
3013
+#: builtin/checkout.c:416 builtin/checkout.c:745 builtin/clone.c:771
3014
msgid "unable to write new index file"
3015
msgstr "Konnte neue Index-Datei nicht schreiben."
3016
2939
-#: merge-recursive.c:323
3017
+#: merge-recursive.c:332
3018
msgid "(bad commit)\n"
3019
msgstr "(ungültiger Commit)\n"
3020
2943
-#: merge-recursive.c:345
3021
+#: merge-recursive.c:355
3022
#, c-format
3023
msgid "add_cacheinfo failed for path '%s'; merge aborting."
3024
msgstr "add_cacheinfo für Pfad '%s' fehlgeschlagen; Merge wird abgebrochen."
3025
2948
-#: merge-recursive.c:353
3026
+#: merge-recursive.c:364
3027
#, c-format
3028
msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3029
msgstr ""
3030
"add_cacheinfo zur Aktualisierung für Pfad '%s' fehlgeschlagen;\n"
3031
"Merge wird abgebrochen."
3032
2955
-#: merge-recursive.c:435
3033
+#: merge-recursive.c:447
3034
msgid "error building trees"
3035
msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
3036
2959
-#: merge-recursive.c:906
3037
+#: merge-recursive.c:902
3038
#, c-format
3039
msgid "failed to create path '%s'%s"
3040
msgstr "Fehler beim Erstellen des Pfades '%s'%s"
3041
2964
-#: merge-recursive.c:917
3042
+#: merge-recursive.c:913
3043
#, c-format
3044
msgid "Removing %s to make room for subdirectory\n"
3045
msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
3046
2969
-#: merge-recursive.c:931 merge-recursive.c:950
3047
+#: merge-recursive.c:927 merge-recursive.c:946
3048
msgid ": perhaps a D/F conflict?"
3049
msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
3050
2973
-#: merge-recursive.c:940
3051
+#: merge-recursive.c:936
3052
#, c-format
3053
msgid "refusing to lose untracked file at '%s'"
3054
msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
3055
2978
-#: merge-recursive.c:982 builtin/cat-file.c:39
3056
+#: merge-recursive.c:978 builtin/cat-file.c:40
3057
#, c-format
3058
msgid "cannot read object %s '%s'"
3059
msgstr "kann Objekt %s '%s' nicht lesen"
3060
2983
-#: merge-recursive.c:984
3061
+#: merge-recursive.c:980
3062
#, c-format
3063
msgid "blob expected for %s '%s'"
3064
msgstr "Blob erwartet für %s '%s'"
3065
2988
-#: merge-recursive.c:1008
3066
+#: merge-recursive.c:1004
3067
#, c-format
3068
msgid "failed to open '%s': %s"
3069
msgstr "Fehler beim Öffnen von '%s': %s"
3070
2993
-#: merge-recursive.c:1019
3071
+#: merge-recursive.c:1015
3072
#, c-format
3073
msgid "failed to symlink '%s': %s"
3074
msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
3075
2998
-#: merge-recursive.c:1024
3076
+#: merge-recursive.c:1020
3077
#, c-format
3078
msgid "do not know what to do with %06o %s '%s'"
3079
msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
3080
3003
-#: merge-recursive.c:1212
3081
+#: merge-recursive.c:1211
3082
#, c-format
3083
msgid "Failed to merge submodule %s (not checked out)"
3084
msgstr "Fehler beim Merge von Submodul %s (nicht ausgecheckt)."
3085
3008
-#: merge-recursive.c:1219
3086
+#: merge-recursive.c:1218
3087
#, c-format
3088
msgid "Failed to merge submodule %s (commits not present)"
3089
msgstr "Fehler beim Merge von Submodul %s (Commits nicht vorhanden)."
3090
3013
-#: merge-recursive.c:1226
3091
+#: merge-recursive.c:1225
3092
#, c-format
3093
msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3094
msgstr "Fehler beim Merge von Submodul %s (Commits folgen keiner Merge-Basis)"
3095
3018
-#: merge-recursive.c:1234 merge-recursive.c:1246
3096
+#: merge-recursive.c:1233 merge-recursive.c:1245
3097
#, c-format
3098
msgid "Fast-forwarding submodule %s to the following commit:"
3099
msgstr "Spule Submodul %s zu dem folgenden Commit vor:"
3100
3023
-#: merge-recursive.c:1237 merge-recursive.c:1249
3101
+#: merge-recursive.c:1236 merge-recursive.c:1248
3102
#, c-format
3103
msgid "Fast-forwarding submodule %s"
3104
msgstr "Spule Submodul %s vor"
@@ -3063,28 +3141,28 @@ msgstr ""
3141
msgid "Failed to merge submodule %s (multiple merges found)"
3142
msgstr "Fehler beim Merge von Submodul %s (mehrere Merges gefunden)"
3143
3066
-#: merge-recursive.c:1358
3144
+#: merge-recursive.c:1361
3145
msgid "Failed to execute internal merge"
3146
msgstr "Fehler bei Ausführung des internen Merges"
3147
3070
-#: merge-recursive.c:1363
3148
+#: merge-recursive.c:1366
3149
#, c-format
3150
msgid "Unable to add %s to database"
3151
msgstr "Konnte %s nicht zur Datenbank hinzufügen"
3152
3075
-#: merge-recursive.c:1395
3153
+#: merge-recursive.c:1398
3154
#, c-format
3155
msgid "Auto-merging %s"
3156
msgstr "automatischer Merge von %s"
3157
3080
-#: merge-recursive.c:1416
3158
+#: merge-recursive.c:1419
3159
#, c-format
3160
msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3161
msgstr ""
3162
"Fehler: Verweigere unversionierte Datei bei %s zu verlieren;\n"
3163
"schreibe stattdessen nach %s."
3164
3087
-#: merge-recursive.c:1483
3165
+#: merge-recursive.c:1486
3166
#, c-format
3167
msgid ""
3168
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -3093,7 +3171,7 @@ msgstr ""
3171
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
3172
"im Arbeitsbereich gelassen."
3173
3096
-#: merge-recursive.c:1488
3174
+#: merge-recursive.c:1491
3175
#, c-format
3176
msgid ""
3177
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -3102,7 +3180,7 @@ msgstr ""
3180
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
3181
"%s wurde im Arbeitsbereich gelassen."
3182
3105
-#: merge-recursive.c:1495
3183
+#: merge-recursive.c:1498
3184
#, c-format
3185
msgid ""
3186
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -3111,7 +3189,7 @@ msgstr ""
3189
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
3190
"im Arbeitsbereich bei %s gelassen."
3191
3114
-#: merge-recursive.c:1500
3192
+#: merge-recursive.c:1503
3193
#, c-format
3194
msgid ""
3195
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -3120,33 +3198,46 @@ msgstr ""
3198
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
3199
"%s wurde im Arbeitsbereich bei %s gelassen."
3200
3123
-#: merge-recursive.c:1534
3201
+#: merge-recursive.c:1537
3202
msgid "rename"
3203
msgstr "umbenennen"
3204
3127
-#: merge-recursive.c:1534
3205
+#: merge-recursive.c:1537
3206
msgid "renamed"
3207
msgstr "umbenannt"
3208
3131
-#: merge-recursive.c:1588 merge-recursive.c:1737 merge-recursive.c:2369
3132
-#: merge-recursive.c:3124
3209
+#: merge-recursive.c:1633 merge-recursive.c:2481 merge-recursive.c:3213
3210
#, c-format
3211
msgid "Refusing to lose dirty file at %s"
3212
msgstr "Verweigere geänderte Datei bei %s zu verlieren."
3213
3137
-#: merge-recursive.c:1602
3214
+#: merge-recursive.c:1643
3215
+#, c-format
3216
+msgid "Refusing to lose untracked file at %s, even though it's in the way."
3217
+msgstr ""
3218
+"Verweigere unversionierte Datei bei %s zu verlieren, auch wenn diese im Weg "
3219
+"ist."
3220
+
3221
+#: merge-recursive.c:1706
3222
+#, c-format
3223
+msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
3224
+msgstr ""
3225
+"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
3226
+"%s"
3227
+
3228
+#: merge-recursive.c:1734
3229
#, c-format
3230
msgid "%s is a directory in %s adding as %s instead"
3231
msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
3232
3142
-#: merge-recursive.c:1607
3233
+#: merge-recursive.c:1739
3234
#, c-format
3235
msgid "Refusing to lose untracked file at %s; adding as %s instead"
3236
msgstr ""
3237
"Verweigere unversionierte Datei bei %s zu verlieren; füge stattdessen %s "
3238
"hinzu"
3239
3149
-#: merge-recursive.c:1633
3240
+#: merge-recursive.c:1759
3241
#, c-format
3242
msgid ""
3243
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -3155,30 +3246,18 @@ msgstr ""
3246
"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
3247
"und \"%s\"->\"%s\" in Branch \"%s\"%s"
3248
3158
-#: merge-recursive.c:1638
3249
+#: merge-recursive.c:1764
3250
msgid " (left unresolved)"
3251
msgstr " (bleibt unaufgelöst)"
3252
3162
-#: merge-recursive.c:1699
3253
+#: merge-recursive.c:1868
3254
#, c-format
3255
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3256
msgstr ""
3257
"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
3258
"in %s"
3259
3169
-#: merge-recursive.c:1734
3170
-#, c-format
3171
-msgid "Renaming %s to %s and %s to %s instead"
3172
-msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
3173
-
3174
-#: merge-recursive.c:1746
3175
-#, c-format
3176
-msgid "Refusing to lose untracked file at %s, even though it's in the way."
3177
-msgstr ""
3178
-"Verweigere unversionierte Datei bei %s zu verlieren, auch wenn diese im Weg "
3179
-"ist."
3180
-
3181
-#: merge-recursive.c:1952
3260
+#: merge-recursive.c:2064
3261
#, c-format
3262
msgid ""
3263
"CONFLICT (directory rename split): Unclear where to place %s because "
@@ -3191,7 +3270,7 @@ msgstr ""
3270
"wobei\n"
3271
"keines dieser Ziele die Mehrheit der Dateien erhielt."
3272
3194
-#: merge-recursive.c:1984
3273
+#: merge-recursive.c:2096
3274
#, c-format
3275
msgid ""
3276
"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
@@ -3202,7 +3281,7 @@ msgstr ""
3281
"Weg von impliziter Verzeichnisumbenennung, die versucht, einen oder mehrere\n"
3282
"Pfade dahin zu setzen: %s."
3283
3205
-#: merge-recursive.c:1994
3284
+#: merge-recursive.c:2106
3285
#, c-format
3286
msgid ""
3287
"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
@@ -3213,7 +3292,7 @@ msgstr ""
3292
"%s mappen; implizite Verzeichnisumbenennungen versuchten diese Pfade dahin\n"
3293
"zu setzen: %s"
3294
3216
-#: merge-recursive.c:2086
3295
+#: merge-recursive.c:2198
3296
#, c-format
3297
msgid ""
3298
"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
@@ -3222,7 +3301,7 @@ msgstr ""
3301
"KONFLIKT (umbenennen/umbenennen): Benenne Verzeichnis um %s->%s in %s.\n"
3302
"Benenne Verzeichnis um %s->%s in %s"
3303
3225
-#: merge-recursive.c:2331
3304
+#: merge-recursive.c:2443
3305
#, c-format
3306
msgid ""
3307
"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
@@ -3231,89 +3310,82 @@ msgstr ""
3310
"WARNUNG: Vermeide Umbenennung %s -> %s von %s, weil %s selbst umbenannt "
3311
"wurde."
3312
3234
-#: merge-recursive.c:2737
3235
-#, c-format
3236
-msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
3237
-msgstr ""
3238
-"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
3239
-"%s"
3240
-
3241
-#: merge-recursive.c:2763
3242
-#, c-format
3243
-msgid "Adding merged %s"
3244
-msgstr "Füge zusammengeführte Datei %s hinzu"
3245
-
3246
-#: merge-recursive.c:2770 merge-recursive.c:3127
3247
-#, c-format
3248
-msgid "Adding as %s instead"
3249
-msgstr "Füge stattdessen als %s hinzu"
3250
-
3251
-#: merge-recursive.c:2934
3313
+#: merge-recursive.c:3022
3314
#, c-format
3315
msgid "cannot read object %s"
3316
msgstr "kann Objekt %s nicht lesen"
3317
3256
-#: merge-recursive.c:2937
3318
+#: merge-recursive.c:3025
3319
#, c-format
3320
msgid "object %s is not a blob"
3321
msgstr "Objekt %s ist kein Blob"
3322
3261
-#: merge-recursive.c:3006
3323
+#: merge-recursive.c:3094
3324
msgid "modify"
3325
msgstr "ändern"
3326
3265
-#: merge-recursive.c:3006
3327
+#: merge-recursive.c:3094
3328
msgid "modified"
3329
msgstr "geändert"
3330
3269
-#: merge-recursive.c:3017
3331
+#: merge-recursive.c:3105
3332
msgid "content"
3333
msgstr "Inhalt"
3334
3273
-#: merge-recursive.c:3024
3335
+#: merge-recursive.c:3112
3336
msgid "add/add"
3337
msgstr "hinzufügen/hinzufügen"
3338
3277
-#: merge-recursive.c:3071
3339
+#: merge-recursive.c:3160
3340
#, c-format
3341
msgid "Skipped %s (merged same as existing)"
3342
msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
3343
3282
-#: merge-recursive.c:3093 git-submodule.sh:858
3344
+#: merge-recursive.c:3182 git-submodule.sh:861
3345
msgid "submodule"
3346
msgstr "Submodul"
3347
3286
-#: merge-recursive.c:3094
3348
+#: merge-recursive.c:3183
3349
#, c-format
3350
msgid "CONFLICT (%s): Merge conflict in %s"
3351
msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
3352
3353
#: merge-recursive.c:3216
3354
#, c-format
3355
+msgid "Adding as %s instead"
3356
+msgstr "Füge stattdessen als %s hinzu"
3357
+
3358
+#: merge-recursive.c:3319
3359
+#, c-format
3360
msgid "Removing %s"
3361
msgstr "Entferne %s"
3362
3296
-#: merge-recursive.c:3242
3363
+#: merge-recursive.c:3345
3364
msgid "file/directory"
3365
msgstr "Datei/Verzeichnis"
3366
3300
-#: merge-recursive.c:3248
3367
+#: merge-recursive.c:3351
3368
msgid "directory/file"
3369
msgstr "Verzeichnis/Datei"
3370
3304
-#: merge-recursive.c:3255
3371
+#: merge-recursive.c:3358
3372
#, c-format
3373
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3374
msgstr ""
3375
"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
3376
"hinzu."
3377
3311
-#: merge-recursive.c:3264
3378
+#: merge-recursive.c:3367
3379
#, c-format
3380
msgid "Adding %s"
3381
msgstr "Füge %s hinzu"
3382
3316
-#: merge-recursive.c:3300
3383
+#: merge-recursive.c:3376
3384
+#, c-format
3385
+msgid "CONFLICT (add/add): Merge conflict in %s"
3386
+msgstr "KONFLIKT (hinzufügen/hinzufügen): Merge-Konflikt in %s"
3387
+
3388
+#: merge-recursive.c:3417
3389
#, c-format
3390
msgid ""
3391
"Your local changes to the following files would be overwritten by merge:\n"
@@ -3323,36 +3395,36 @@ msgstr ""
3395
"überschrieben werden:\n"
3396
" %s"
3397
3326
-#: merge-recursive.c:3311
3398
+#: merge-recursive.c:3428
3399
msgid "Already up to date!"
3400
msgstr "Bereits aktuell!"
3401
3330
-#: merge-recursive.c:3320
3402
+#: merge-recursive.c:3437
3403
#, c-format
3404
msgid "merging of trees %s and %s failed"
3405
msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
3406
3335
-#: merge-recursive.c:3419
3407
+#: merge-recursive.c:3536
3408
msgid "Merging:"
3409
msgstr "Merge:"
3410
3339
-#: merge-recursive.c:3432
3411
+#: merge-recursive.c:3549
3412
#, c-format
3413
msgid "found %u common ancestor:"
3414
msgid_plural "found %u common ancestors:"
3415
msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
3416
msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
3417
3346
-#: merge-recursive.c:3471
3418
+#: merge-recursive.c:3588
3419
msgid "merge returned no commit"
3420
msgstr "Merge hat keinen Commit zurückgegeben"
3421
3350
-#: merge-recursive.c:3537
3422
+#: merge-recursive.c:3654
3423
#, c-format
3424
msgid "Could not parse object '%s'"
3425
msgstr "Konnte Objekt '%s' nicht parsen."
3426
3355
-#: merge-recursive.c:3553 builtin/merge.c:691 builtin/merge.c:849
3427
+#: merge-recursive.c:3670 builtin/merge.c:692 builtin/merge.c:850
3428
msgid "Unable to write index."
3429
msgstr "Konnte Index nicht schreiben."
3430
@@ -3364,7 +3436,8 @@ msgstr "multi-pack-index-Datei %s ist zu klein."
3436
#: midx.c:81
3437
#, c-format
3438
msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3367
-msgstr "multi-pack-index-Signatur 0x%08x stimmt nicht mit Signatur 0x%08x überein."
3439
+msgstr ""
3440
+"multi-pack-index-Signatur 0x%08x stimmt nicht mit Signatur 0x%08x überein."
3441
3442
#: midx.c:86
3443
#, c-format
@@ -3412,7 +3485,8 @@ msgstr "Ungültige pack-int-id: %u (%u Pakete insgesamt)"
3485
3486
#: midx.c:246
3487
msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3415
-msgstr "multi-pack-index speichert einen 64-Bit Offset, aber off_t ist zu klein."
3488
+msgstr ""
3489
+"multi-pack-index speichert einen 64-Bit Offset, aber off_t ist zu klein."
3490
3491
#: midx.c:271
3492
msgid "error preparing packfile from multi-pack-index"
@@ -3442,7 +3516,9 @@ msgstr "Fehler beim Löschen des multi-pack-index bei %s"
3516
#, c-format
3517
msgid ""
3518
"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3445
-msgstr "Ungültige oid fanout Reihenfolge: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3519
+msgstr ""
3520
+"Ungültige oid fanout Reihenfolge: fanout[%d] = %<PRIx32> > %<PRIx32> = "
3521
+"fanout[%d]"
3522
3523
#: midx.c:992
3524
#, c-format
@@ -3468,22 +3544,22 @@ msgstr "Fehler beim Laden des Pack-Index für Packdatei %s"
3544
msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3545
msgstr "Falscher Objekt-Offset für oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3546
3471
-#: name-hash.c:532
3547
+#: name-hash.c:531
3548
#, c-format
3549
msgid "unable to create lazy_dir thread: %s"
3550
msgstr "Kann lazy_dir Thread nicht erzeugen: %s"
3551
3476
-#: name-hash.c:554
3552
+#: name-hash.c:553
3553
#, c-format
3554
msgid "unable to create lazy_name thread: %s"
3555
msgstr "Kann lazy_name Thread nicht erzeugen: %s"
3556
3481
-#: name-hash.c:560
3557
+#: name-hash.c:559
3558
#, c-format
3559
msgid "unable to join lazy_name thread: %s"
3560
msgstr "Kann lazy_name Thread nicht beitreten: %s"
3561
3486
-#: notes-merge.c:275
3562
+#: notes-merge.c:277
3563
#, c-format
3564
msgid ""
3565
"You have not concluded your previous notes merge (%s exists).\n"
@@ -3498,22 +3574,22 @@ msgstr ""
3574
"Merge\n"
3575
"von Notizen beginnen."
3576
3501
-#: notes-merge.c:282
3577
+#: notes-merge.c:284
3578
#, c-format
3579
msgid "You have not concluded your notes merge (%s exists)."
3580
msgstr "Sie haben Ihren Merge von Notizen nicht abgeschlossen (%s existiert)."
3581
3506
-#: notes-utils.c:45
3582
+#: notes-utils.c:46
3583
msgid "Cannot commit uninitialized/unreferenced notes tree"
3584
msgstr ""
3585
"Kann uninitialisiertes/unreferenziertes Notiz-Verzeichnis nicht committen."
3586
3511
-#: notes-utils.c:104
3587
+#: notes-utils.c:105
3588
#, c-format
3589
msgid "Bad notes.rewriteMode value: '%s'"
3590
msgstr "Ungültiger notes.rewriteMode Wert: '%s'"
3591
3516
-#: notes-utils.c:114
3592
+#: notes-utils.c:115
3593
#, c-format
3594
msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3595
msgstr ""
@@ -3523,7 +3599,7 @@ msgstr ""
3599
#. the environment variable, the second %s is
3600
#. its value.
3601
#.
3526
-#: notes-utils.c:144
3602
+#: notes-utils.c:145
3603
#, c-format
3604
msgid "Bad %s value: '%s'"
3605
msgstr "Ungültiger %s Wert: '%s'"
@@ -3533,45 +3609,105 @@ msgstr "Ungültiger %s Wert: '%s'"
3609
msgid "invalid object type \"%s\""
3610
msgstr "Ungültiger Objekttyp \"%s\""
3611
3536
-#: object.c:173
3612
+#: object.c:174
3613
#, c-format
3614
msgid "object %s is a %s, not a %s"
3615
msgstr "Objekt %s ist ein %s, kein %s"
3616
3541
-#: object.c:233
3617
+#: object.c:234
3618
#, c-format
3619
msgid "object %s has unknown type id %d"
3620
msgstr "Objekt %s hat eine unbekannte Typ-Identifikation %d"
3621
3546
-#: object.c:246
3622
+#: object.c:247
3623
#, c-format
3624
msgid "unable to parse object: %s"
3625
msgstr "Konnte Objekt '%s' nicht parsen."
3626
3551
-#: object.c:266 object.c:277
3627
+#: object.c:267 object.c:278
3628
#, c-format
3553
-msgid "sha1 mismatch %s"
3554
-msgstr "SHA-1 passt nicht zu %s"
3629
+msgid "hash mismatch %s"
3630
+msgstr "Hash stimmt nicht mit %s überein."
3631
3632
#: packfile.c:607
3633
msgid "offset before end of packfile (broken .idx?)"
3634
msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
3635
3560
-#: packfile.c:1864
3636
+#: packfile.c:1870
3637
#, c-format
3638
msgid "offset before start of pack index for %s (corrupt index?)"
3639
msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
3640
3565
-#: packfile.c:1868
3641
+#: packfile.c:1874
3642
#, c-format
3643
msgid "offset beyond end of pack index for %s (truncated index?)"
3644
msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
3645
3570
-#: parse-options.c:672
3646
+#: parse-options.c:35
3647
+#, c-format
3648
+msgid "%s requires a value"
3649
+msgstr "%s erfordert einen Wert."
3650
+
3651
+#: parse-options.c:69
3652
+#, c-format
3653
+msgid "%s is incompatible with %s"
3654
+msgstr "%s ist inkompatibel mit %s."
3655
+
3656
+#: parse-options.c:74
3657
+#, c-format
3658
+msgid "%s : incompatible with something else"
3659
+msgstr "%s: inkompatibel mit etwas anderem"
3660
+
3661
+#: parse-options.c:88 parse-options.c:92 parse-options.c:260
3662
+#, c-format
3663
+msgid "%s takes no value"
3664
+msgstr "%s erwartet keinen Wert"
3665
+
3666
+#: parse-options.c:90
3667
+#, c-format
3668
+msgid "%s isn't available"
3669
+msgstr "%s ist nicht verfügbar."
3670
+
3671
+#: parse-options.c:178
3672
+#, c-format
3673
+msgid "%s expects a numerical value"
3674
+msgstr "%s erwartet einen numerischen Wert."
3675
+
3676
+#: parse-options.c:194
3677
+#, c-format
3678
+msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3679
+msgstr "%s erwartet einen nicht-negativen Integer-Wert mit einem optionalen k/m/g Suffix"
3680
+
3681
+#: parse-options.c:322
3682
+#, c-format
3683
+msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
3684
+msgstr "Mehrdeutige Option: %s (kann --%s%s oder --%s%s sein)"
3685
+
3686
+#: parse-options.c:356 parse-options.c:364
3687
+#, c-format
3688
+msgid "did you mean `--%s` (with two dashes ?)"
3689
+msgstr "Meinten Sie `--%s` (mit zwei Strichen?)"
3690
+
3691
+#: parse-options.c:649
3692
+#, c-format
3693
+msgid "unknown option `%s'"
3694
+msgstr "Unbekannte Option: `%s'"
3695
+
3696
+#: parse-options.c:651
3697
+#, c-format
3698
+msgid "unknown switch `%c'"
3699
+msgstr "Unbekannter Schalter `%c'"
3700
+
3701
+#: parse-options.c:653
3702
+#, c-format
3703
+msgid "unknown non-ascii option in string: `%s'"
3704
+msgstr "Unbekannte nicht-Ascii Option in String: `%s'"
3705
+
3706
+#: parse-options.c:675
3707
msgid "..."
3708
msgstr "..."
3709
3574
-#: parse-options.c:691
3710
+#: parse-options.c:694
3711
#, c-format
3712
msgid "usage: %s"
3713
msgstr "Verwendung: %s"
@@ -3579,26 +3715,36 @@ msgstr "Verwendung: %s"
3715
#. TRANSLATORS: the colon here should align with the
3716
#. one in "usage: %s" translation.
3717
#.
3582
-#: parse-options.c:697
3718
+#: parse-options.c:700
3719
#, c-format
3720
msgid " or: %s"
3721
msgstr " oder: %s"
3722
3587
-#: parse-options.c:700
3723
+#: parse-options.c:703
3724
#, c-format
3725
msgid " %s"
3726
msgstr " %s"
3727
3592
-#: parse-options.c:739
3728
+#: parse-options.c:742
3729
msgid "-NUM"
3730
msgstr "-NUM"
3731
3596
-#: parse-options-cb.c:37
3732
+#: parse-options-cb.c:21
3733
+#, c-format
3734
+msgid "option `%s' expects a numerical value"
3735
+msgstr "Option `%s' erwartet einen numerischen Wert."
3736
+
3737
+#: parse-options-cb.c:38
3738
#, c-format
3739
msgid "malformed expiration date '%s'"
3740
msgstr "Fehlerhaftes Ablaufdatum '%s'"
3741
3601
-#: parse-options-cb.c:109
3742
+#: parse-options-cb.c:51
3743
+#, c-format
3744
+msgid "option `%s' expects \"always\", \"auto\", or \"never\""
3745
+msgstr "Option `%s' erwartet \"always\", \"auto\" oder \"never\"."
3746
+
3747
+#: parse-options-cb.c:110
3748
#, c-format
3749
msgid "malformed object name '%s'"
3750
msgstr "fehlerhafter Objekt-Name '%s'"
@@ -3608,30 +3754,30 @@ msgstr "fehlerhafter Objekt-Name '%s'"
3754
msgid "Could not make %s writable by group"
3755
msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
3756
3611
-#: pathspec.c:129
3757
+#: pathspec.c:128
3758
msgid "Escape character '\\' not allowed as last character in attr value"
3759
msgstr "Escape-Zeichen '\\' als letztes Zeichen in Attributwert nicht erlaubt"
3760
3615
-#: pathspec.c:147
3761
+#: pathspec.c:146
3762
msgid "Only one 'attr:' specification is allowed."
3763
msgstr "Es ist nur eine Angabe von 'attr:' erlaubt."
3764
3619
-#: pathspec.c:150
3765
+#: pathspec.c:149
3766
msgid "attr spec must not be empty"
3767
msgstr "Angabe von 'attr:' darf nicht leer sein"
3768
3623
-#: pathspec.c:193
3769
+#: pathspec.c:192
3770
#, c-format
3771
msgid "invalid attribute name %s"
3772
msgstr "Ungültiger Attributname %s"
3773
3628
-#: pathspec.c:258
3774
+#: pathspec.c:257
3775
msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3776
msgstr ""
3777
"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "
3778
"inkompatibel."
3779
3634
-#: pathspec.c:265
3780
+#: pathspec.c:264
3781
msgid ""
3782
"global 'literal' pathspec setting is incompatible with all other global "
3783
"pathspec settings"
@@ -3639,47 +3785,47 @@ msgstr ""
3785
"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"
3786
"mit allen anderen Optionen."
3787
3642
-#: pathspec.c:305
3788
+#: pathspec.c:304
3789
msgid "invalid parameter for pathspec magic 'prefix'"
3790
msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"
3791
3646
-#: pathspec.c:326
3792
+#: pathspec.c:325
3793
#, c-format
3794
msgid "Invalid pathspec magic '%.*s' in '%s'"
3795
msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"
3796
3651
-#: pathspec.c:331
3797
+#: pathspec.c:330
3798
#, c-format
3799
msgid "Missing ')' at the end of pathspec magic in '%s'"
3800
msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"
3801
3656
-#: pathspec.c:369
3802
+#: pathspec.c:368
3803
#, c-format
3804
msgid "Unimplemented pathspec magic '%c' in '%s'"
3805
msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"
3806
3661
-#: pathspec.c:428
3807
+#: pathspec.c:427
3808
#, c-format
3809
msgid "%s: 'literal' and 'glob' are incompatible"
3810
msgstr "%s: 'literal' und 'glob' sind inkompatibel"
3811
3666
-#: pathspec.c:441
3812
+#: pathspec.c:440
3813
#, c-format
3814
msgid "%s: '%s' is outside repository"
3815
msgstr "%s: '%s' liegt außerhalb des Repositories"
3816
3671
-#: pathspec.c:515
3817
+#: pathspec.c:514
3818
#, c-format
3819
msgid "'%s' (mnemonic: '%c')"
3820
msgstr "'%s' (Kürzel: '%c')"
3821
3676
-#: pathspec.c:525
3822
+#: pathspec.c:524
3823
#, c-format
3824
msgid "%s: pathspec magic not supported by this command: %s"
3825
msgstr ""
3826
"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"
3827
3682
-#: pathspec.c:592
3828
+#: pathspec.c:591
3829
#, c-format
3830
msgid "pathspec '%s' is beyond a symbolic link"
3831
msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
@@ -3688,51 +3834,56 @@ msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
3834
msgid "flush packet write failed"
3835
msgstr "Flush beim Schreiben des Pakets fehlgeschlagen."
3836
3691
-#: pkt-line.c:142 pkt-line.c:228
3837
+#: pkt-line.c:144 pkt-line.c:230
3838
msgid "protocol error: impossibly long line"
3839
msgstr "Protokollfehler: unmöglich lange Zeile"
3840
3695
-#: pkt-line.c:158 pkt-line.c:160
3841
+#: pkt-line.c:160 pkt-line.c:162
3842
msgid "packet write with format failed"
3843
msgstr "Schreiben des Pakets mit Format fehlgeschlagen."
3844
3699
-#: pkt-line.c:192
3845
+#: pkt-line.c:194
3846
msgid "packet write failed - data exceeds max packet size"
3847
msgstr ""
3848
"Schreiben des Pakets fehlgeschlagen - Daten überschreiten maximale Paketgröße"
3849
3704
-#: pkt-line.c:199 pkt-line.c:206
3850
+#: pkt-line.c:201 pkt-line.c:208
3851
msgid "packet write failed"
3852
msgstr "Schreiben des Pakets fehlgeschlagen."
3853
3708
-#: pkt-line.c:291
3854
+#: pkt-line.c:293
3855
msgid "read error"
3856
msgstr "Lesefehler"
3857
3712
-#: pkt-line.c:299
3858
+#: pkt-line.c:301
3859
msgid "the remote end hung up unexpectedly"
3860
msgstr "Die Gegenseite hat unerwartet abgebrochen."
3861
3716
-#: pkt-line.c:327
3862
+#: pkt-line.c:329
3863
#, c-format
3864
msgid "protocol error: bad line length character: %.4s"
3865
msgstr "Protokollfehler: ungültiges Zeichen für Zeilenlänge: %.4s"
3866
3721
-#: pkt-line.c:337 pkt-line.c:342
3867
+#: pkt-line.c:339 pkt-line.c:344
3868
#, c-format
3869
msgid "protocol error: bad line length %d"
3870
msgstr "Protokollfehler: ungültige Zeilenlänge %d"
3871
3726
-#: preload-index.c:118
3872
+#: pkt-line.c:353
3873
+#, c-format
3874
+msgid "remote error: %s"
3875
+msgstr "Fehler am anderen Ende: %s"
3876
+
3877
+#: preload-index.c:119
3878
msgid "Refreshing index"
3879
msgstr "Aktualisiere Index"
3880
3730
-#: preload-index.c:137
3881
+#: preload-index.c:138
3882
#, c-format
3883
msgid "unable to create threaded lstat: %s"
3884
msgstr "Kann Thread für lstat nicht erzeugen: %s"
3885
3735
-#: pretty.c:962
3886
+#: pretty.c:963
3887
msgid "unable to parse --pretty format"
3888
msgstr "Konnte --pretty Format nicht parsen."
3889
@@ -3744,7 +3895,7 @@ msgstr "Konnte `log` nicht starten."
3895
msgid "could not read `log` output"
3896
msgstr "Konnte Ausgabe von `log` nicht lesen."
3897
3747
-#: range-diff.c:74 sequencer.c:4764
3898
+#: range-diff.c:74 sequencer.c:4828
3899
#, c-format
3900
msgid "could not parse commit '%s'"
3901
msgstr "Konnte Commit '%s' nicht parsen."
@@ -3758,11 +3909,45 @@ msgstr "Fehler beim Generieren des Diffs."
3909
msgid "could not parse log for '%s'"
3910
msgstr "Konnte Log für '%s' nicht parsen."
3911
3761
-#: read-cache.c:1490
3912
+#: read-cache.c:673
3913
+#, c-format
3914
+msgid "will not add file alias '%s' ('%s' already exists in index)"
3915
+msgstr "Dateialias '%s' wird nicht hinzugefügt ('%s' existiert bereits im Index)."
3916
+
3917
+#: read-cache.c:689
3918
+msgid "cannot create an empty blob in the object database"
3919
+msgstr "Kann keinen leeren Blob in die Objektdatenbank schreiben."
3920
+
3921
+#: read-cache.c:710
3922
+#, c-format
3923
+msgid "%s: can only add regular files, symbolic links or git-directories"
3924
+msgstr "%s: Kann nur reguläre Dateien, symbolische Links oder Git-Verzeichnisse hinzufügen."
3925
+
3926
+#: read-cache.c:765
3927
+#, c-format
3928
+msgid "unable to index file '%s'"
3929
+msgstr "Konnte Datei '%s' nicht indizieren."
3930
+
3931
+#: read-cache.c:784
3932
+#, c-format
3933
+msgid "unable to add '%s' to index"
3934
+msgstr "Konnte '%s' nicht dem Index hinzufügen."
3935
+
3936
+#: read-cache.c:795
3937
+#, c-format
3938
+msgid "unable to stat '%s'"
3939
+msgstr "Konnte '%s' nicht lesen."
3940
+
3941
+#: read-cache.c:1304
3942
+#, c-format
3943
+msgid "'%s' appears as both a file and as a directory"
3944
+msgstr "'%s' scheint eine Datei und ein Verzeichnis zu sein."
3945
+
3946
+#: read-cache.c:1489
3947
msgid "Refresh index"
3948
msgstr "Aktualisiere Index"
3949
3765
-#: read-cache.c:1604
3950
+#: read-cache.c:1603
3951
#, c-format
3952
msgid ""
3953
"index.version set, but the value is invalid.\n"
@@ -3771,7 +3956,7 @@ msgstr ""
3956
"index.version gesetzt, aber Wert ungültig.\n"
3957
"Verwende Version %i"
3958
3774
-#: read-cache.c:1614
3959
+#: read-cache.c:1613
3960
#, c-format
3961
msgid ""
3962
"GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -3780,59 +3965,143 @@ msgstr ""
3965
"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
3966
"Verwende Version %i"
3967
3783
-#: read-cache.c:1792
3968
+#: read-cache.c:1684
3969
+#, c-format
3970
+msgid "bad signature 0x%08x"
3971
+msgstr "Ungültige Signatur 0x%08x"
3972
+
3973
+#: read-cache.c:1687
3974
+#, c-format
3975
+msgid "bad index version %d"
3976
+msgstr "Ungültige Index-Version %d"
3977
+
3978
+#: read-cache.c:1696
3979
+msgid "bad index file sha1 signature"
3980
+msgstr "Ungültige SHA1-Signatur der Index-Datei."
3981
+
3982
+#: read-cache.c:1726
3983
+#, c-format
3984
+msgid "index uses %.4s extension, which we do not understand"
3985
+msgstr "Index verwendet Erweiterung %.4s, welche wir nicht unterstützen."
3986
+
3987
+#: read-cache.c:1728
3988
+#, c-format
3989
+msgid "ignoring %.4s extension"
3990
+msgstr "Ignoriere Erweiterung %.4s"
3991
+
3992
+#: read-cache.c:1765
3993
+#, c-format
3994
+msgid "unknown index entry format 0x%08x"
3995
+msgstr "Unbekanntes Format für Index-Eintrag 0x%08x"
3996
+
3997
+#: read-cache.c:1781
3998
#, c-format
3999
msgid "malformed name field in the index, near path '%s'"
4000
msgstr "Ungültiges Namensfeld im Index, in der Nähe von Pfad '%s'."
4001
3788
-#: read-cache.c:1960 rerere.c:565 rerere.c:599 rerere.c:1111 builtin/add.c:458
3789
-#: builtin/check-ignore.c:177 builtin/checkout.c:289 builtin/checkout.c:585
3790
-#: builtin/checkout.c:953 builtin/clean.c:954 builtin/commit.c:343
3791
-#: builtin/diff-tree.c:115 builtin/grep.c:489 builtin/mv.c:144
3792
-#: builtin/reset.c:244 builtin/rm.c:270 builtin/submodule--helper.c:329
4002
+#: read-cache.c:1836
4003
+msgid "unordered stage entries in index"
4004
+msgstr "Ungeordnete Stage-Einträge im Index."
4005
+
4006
+#: read-cache.c:1839
4007
+#, c-format
4008
+msgid "multiple stage entries for merged file '%s'"
4009
+msgstr "Mehrere Stage-Einträge für zusammengeführte Datei '%s'."
4010
+
4011
+#: read-cache.c:1842
4012
+#, c-format
4013
+msgid "unordered stage entries for '%s'"
4014
+msgstr "Ungeordnete Stage-Einträge für '%s'."
4015
+
4016
+#: read-cache.c:1949 read-cache.c:2227 rerere.c:565 rerere.c:599 rerere.c:1111
4017
+#: builtin/add.c:459 builtin/check-ignore.c:178 builtin/checkout.c:294
4018
+#: builtin/checkout.c:622 builtin/checkout.c:991 builtin/clean.c:955
4019
+#: builtin/commit.c:344 builtin/diff-tree.c:116 builtin/grep.c:498
4020
+#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4021
+#: builtin/submodule--helper.c:330
4022
msgid "index file corrupt"
4023
msgstr "Index-Datei beschädigt"
4024
3796
-#: read-cache.c:2101
4025
+#: read-cache.c:2090
4026
#, c-format
4027
msgid "unable to create load_cache_entries thread: %s"
4028
msgstr "Kann Thread für load_cache_entries nicht erzeugen: %s"
4029
3801
-#: read-cache.c:2114
4030
+#: read-cache.c:2103
4031
#, c-format
4032
msgid "unable to join load_cache_entries thread: %s"
4033
msgstr "Kann Thread für load_cache_entries nicht erzeugen: %s"
4034
3806
-#: read-cache.c:2201
4035
+#: read-cache.c:2136
4036
+#, c-format
4037
+msgid "%s: index file open failed"
4038
+msgstr "%s: Öffnen der Index-Datei fehlgeschlagen."
4039
+
4040
+#: read-cache.c:2140
4041
+#, c-format
4042
+msgid "%s: cannot stat the open index"
4043
+msgstr "%s: Kann geöffneten Index nicht lesen."
4044
+
4045
+#: read-cache.c:2144
4046
+#, c-format
4047
+msgid "%s: index file smaller than expected"
4048
+msgstr "%s: Index-Datei ist kleiner als erwartet."
4049
+
4050
+#: read-cache.c:2148
4051
+#, c-format
4052
+msgid "%s: unable to map index file"
4053
+msgstr "%s: Konnte Index-Datei nicht einlesen."
4054
+
4055
+#: read-cache.c:2190
4056
#, c-format
4057
msgid "unable to create load_index_extensions thread: %s"
4058
msgstr "Kann Thread für load_index_extensions nicht erzeugen: %s"
4059
3811
-#: read-cache.c:2228
4060
+#: read-cache.c:2217
4061
#, c-format
4062
msgid "unable to join load_index_extensions thread: %s"
4063
msgstr "Kann Thread für load_index_extensions nicht beitreten: %s"
4064
3816
-#: read-cache.c:2982 sequencer.c:4727 wrapper.c:658 builtin/merge.c:1086
4065
+#: read-cache.c:2239
4066
+#, c-format
4067
+msgid "could not freshen shared index '%s'"
4068
+msgstr "Konnte geteilten Index '%s' nicht aktualisieren."
4069
+
4070
+#: read-cache.c:2274
4071
+#, c-format
4072
+msgid "broken index, expect %s in %s, got %s"
4073
+msgstr "Fehlerhafter Index. Erwartete %s in %s, erhielt %s."
4074
+
4075
+#: read-cache.c:2971 sequencer.c:4791 wrapper.c:658 builtin/merge.c:1087
4076
#, c-format
4077
msgid "could not close '%s'"
4078
msgstr "Konnte '%s' nicht schließen."
4079
3821
-#: read-cache.c:3055 sequencer.c:2203 sequencer.c:3592
4080
+#: read-cache.c:3044 sequencer.c:2237 sequencer.c:3647
4081
#, c-format
4082
msgid "could not stat '%s'"
4083
msgstr "Konnte '%s' nicht lesen."
4084
3826
-#: read-cache.c:3068
4085
+#: read-cache.c:3057
4086
#, c-format
4087
msgid "unable to open git dir: %s"
4088
msgstr "konnte Git-Verzeichnis nicht öffnen: %s"
4089
3831
-#: read-cache.c:3080
4090
+#: read-cache.c:3069
4091
#, c-format
4092
msgid "unable to unlink: %s"
4093
msgstr "Konnte '%s' nicht entfernen."
4094
4095
+#: read-cache.c:3088
4096
+#, c-format
4097
+msgid "cannot fix permission bits on '%s'"
4098
+msgstr "Konnte Zugriffsberechtigung auf '%s' nicht setzen."
4099
+
4100
+#: read-cache.c:3237
4101
+#, c-format
4102
+msgid "%s: cannot drop to stage #0"
4103
+msgstr "%s: Kann nicht auf Stufe #0 wechseln."
4104
+
4105
#: rebase-interactive.c:10
4106
msgid ""
4107
"\n"
@@ -3860,15 +4129,18 @@ msgstr ""
4129
"r, reword <Commit> = Commit verwenden, aber Commit-Beschreibung bearbeiten\n"
4130
"e, edit <Commit> = Commit verwenden, aber zum Nachbessern anhalten\n"
4131
"s, squash <Commit> = Commit verwenden, aber mit vorherigem Commit vereinen\n"
3863
-"f, fixup <Commit> = wie \"squash\", aber diese Commit-Beschreibung verwerfen\n"
4132
+"f, fixup <Commit> = wie \"squash\", aber diese Commit-Beschreibung "
4133
+"verwerfen\n"
4134
"x, exec <Commit> = Befehl (Rest der Zeile) mittels Shell ausführen\n"
3865
-"b, break = hier anhalten (Rebase später mit 'git rebase --continue' fortsetzen)\n"
4135
+"b, break = hier anhalten (Rebase später mit 'git rebase --continue' "
4136
+"fortsetzen)\n"
4137
"d, drop <Commit> = Commit entfernen\n"
4138
"l, label <Label> = aktuellen HEAD mit Label versehen\n"
4139
"t, reset <Label> = HEAD zu einem Label umsetzen\n"
4140
"m, merge [-C <Commit> | -c <Commit>] <Label> [# <eineZeile>]\n"
4141
". Merge-Commit mit der originalen Merge-Commit-Beschreibung erstellen\n"
3871
-". (oder die eine Zeile, wenn keine originale Merge-Commit-Beschreibung\n"
4142
+". (oder die eine Zeile, wenn keine originale Merge-Commit-"
4143
+"Beschreibung\n"
4144
". spezifiziert ist). Benutzen Sie -c <Commit> zum Bearbeiten der\n"
4145
". Commit-Beschreibung.\n"
4146
"\n"
@@ -3920,8 +4192,8 @@ msgstr ""
4192
msgid "Note that empty commits are commented out"
4193
msgstr "Leere Commits sind auskommentiert."
4194
3923
-#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2186
3924
-#: sequencer.c:4505 sequencer.c:4561 sequencer.c:4836
4195
+#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2219
4196
+#: sequencer.c:4569 sequencer.c:4625 sequencer.c:4900
4197
#, c-format
4198
msgid "could not read '%s'."
4199
msgstr "Konnte '%s' nicht lesen."
@@ -3936,7 +4208,7 @@ msgstr "%s zeigt auf kein gültiges Objekt!"
4208
msgid "ignoring dangling symref %s"
4209
msgstr "Ignoriere unreferenzierte symbolische Referenz %s"
4210
3939
-#: refs.c:585 ref-filter.c:1951
4211
+#: refs.c:585 ref-filter.c:1976
4212
#, c-format
4213
msgid "ignoring broken ref %s"
4214
msgstr "Ignoriere fehlerhafte Referenz %s"
@@ -3961,15 +4233,15 @@ msgstr "Referenz '%s' existiert bereits."
4233
msgid "unexpected object ID when writing '%s'"
4234
msgstr "Unerwartete Objekt-ID beim Schreiben von '%s'."
4235
3964
-#: refs.c:740 sequencer.c:394 sequencer.c:2510 sequencer.c:2636
3965
-#: sequencer.c:2650 sequencer.c:2877 sequencer.c:4725 sequencer.c:4788
4236
+#: refs.c:740 sequencer.c:396 sequencer.c:2549 sequencer.c:2675
4237
+#: sequencer.c:2689 sequencer.c:2923 sequencer.c:4789 sequencer.c:4852
4238
#: wrapper.c:656
4239
#, c-format
4240
msgid "could not write to '%s'"
4241
msgstr "Konnte nicht nach '%s' schreiben."
4242
3971
-#: refs.c:767 sequencer.c:4723 sequencer.c:4782 wrapper.c:225 wrapper.c:395
3972
-#: builtin/am.c:728
4243
+#: refs.c:767 sequencer.c:4787 sequencer.c:4846 wrapper.c:225 wrapper.c:395
4244
+#: builtin/am.c:713 builtin/rebase.c:575
4245
#, c-format
4246
msgid "could not open '%s' for writing"
4247
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
@@ -4046,7 +4318,7 @@ msgstr "Konnte Referenzen nicht entfernen: %s"
4318
msgid "invalid refspec '%s'"
4319
msgstr "Ungültige Refspec '%s'"
4320
4049
-#: ref-filter.c:39 wt-status.c:1855
4321
+#: ref-filter.c:39 wt-status.c:1861
4322
msgid "gone"
4323
msgstr "entfernt"
4324
@@ -4095,148 +4367,154 @@ msgstr "nicht erkanntes %%(%s) Argument: %s"
4367
msgid "%%(objecttype) does not take arguments"
4368
msgstr "%%(objecttype) akzeptiert keine Argumente"
4369
4098
-#: ref-filter.c:235
4370
+#: ref-filter.c:245
4371
+#, c-format
4372
+msgid "unrecognized %%(objectsize) argument: %s"
4373
+msgstr "nicht erkanntes %%(objectsize) Argument: %s"
4374
+
4375
+#: ref-filter.c:253
4376
#, c-format
4100
-msgid "%%(objectsize) does not take arguments"
4101
-msgstr "%%(objectsize) akzeptiert keine Argumente"
4377
+msgid "%%(deltabase) does not take arguments"
4378
+msgstr "%%(deltabase) akzeptiert keine Argumente"
4379
4103
-#: ref-filter.c:247
4380
+#: ref-filter.c:265
4381
#, c-format
4382
msgid "%%(body) does not take arguments"
4383
msgstr "%%(body) akzeptiert keine Argumente"
4384
4108
-#: ref-filter.c:256
4385
+#: ref-filter.c:274
4386
#, c-format
4387
msgid "%%(subject) does not take arguments"
4388
msgstr "%%(subject) akzeptiert keine Argumente"
4389
4113
-#: ref-filter.c:278
4390
+#: ref-filter.c:296
4391
#, c-format
4392
msgid "unknown %%(trailers) argument: %s"
4393
msgstr "unbekanntes %%(trailers) Argument: %s"
4394
4118
-#: ref-filter.c:307
4395
+#: ref-filter.c:325
4396
#, c-format
4397
msgid "positive value expected contents:lines=%s"
4398
msgstr "Positiver Wert erwartet contents:lines=%s"
4399
4123
-#: ref-filter.c:309
4400
+#: ref-filter.c:327
4401
#, c-format
4402
msgid "unrecognized %%(contents) argument: %s"
4403
msgstr "nicht erkanntes %%(contents) Argument: %s"
4404
4128
-#: ref-filter.c:324
4405
+#: ref-filter.c:342
4406
#, c-format
4407
msgid "positive value expected objectname:short=%s"
4408
msgstr "Positiver Wert erwartet objectname:short=%s"
4409
4133
-#: ref-filter.c:328
4410
+#: ref-filter.c:346
4411
#, c-format
4412
msgid "unrecognized %%(objectname) argument: %s"
4413
msgstr "nicht erkanntes %%(objectname) Argument: %s"
4414
4138
-#: ref-filter.c:358
4415
+#: ref-filter.c:376
4416
#, c-format
4417
msgid "expected format: %%(align:<width>,<position>)"
4418
msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
4419
4143
-#: ref-filter.c:370
4420
+#: ref-filter.c:388
4421
#, c-format
4422
msgid "unrecognized position:%s"
4423
msgstr "nicht erkannte Position:%s"
4424
4148
-#: ref-filter.c:377
4425
+#: ref-filter.c:395
4426
#, c-format
4427
msgid "unrecognized width:%s"
4428
msgstr "nicht erkannte Breite:%s"
4429
4153
-#: ref-filter.c:386
4430
+#: ref-filter.c:404
4431
#, c-format
4432
msgid "unrecognized %%(align) argument: %s"
4433
msgstr "nicht erkanntes %%(align) Argument: %s"
4434
4158
-#: ref-filter.c:394
4435
+#: ref-filter.c:412
4436
#, c-format
4437
msgid "positive width expected with the %%(align) atom"
4438
msgstr "Positive Breitenangabe für %%(align) erwartet"
4439
4163
-#: ref-filter.c:412
4440
+#: ref-filter.c:430
4441
#, c-format
4442
msgid "unrecognized %%(if) argument: %s"
4443
msgstr "nicht erkanntes %%(if) Argument: %s"
4444
4168
-#: ref-filter.c:508
4445
+#: ref-filter.c:527
4446
#, c-format
4447
msgid "malformed field name: %.*s"
4448
msgstr "Fehlerhafter Feldname: %.*s"
4449
4173
-#: ref-filter.c:535
4450
+#: ref-filter.c:554
4451
#, c-format
4452
msgid "unknown field name: %.*s"
4453
msgstr "Unbekannter Feldname: %.*s"
4454
4178
-#: ref-filter.c:539
4455
+#: ref-filter.c:558
4456
#, c-format
4457
msgid ""
4458
"not a git repository, but the field '%.*s' requires access to object data"
4182
-msgstr "Kein Git-Repository, aber das Feld '%.*s' erfordert Zugriff auf Objektdaten."
4459
+msgstr ""
4460
+"Kein Git-Repository, aber das Feld '%.*s' erfordert Zugriff auf Objektdaten."
4461
4184
-#: ref-filter.c:663
4462
+#: ref-filter.c:682
4463
#, c-format
4464
msgid "format: %%(if) atom used without a %%(then) atom"
4465
msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"
4466
4189
-#: ref-filter.c:726
4467
+#: ref-filter.c:745
4468
#, c-format
4469
msgid "format: %%(then) atom used without an %%(if) atom"
4470
msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"
4471
4194
-#: ref-filter.c:728
4472
+#: ref-filter.c:747
4473
#, c-format
4474
msgid "format: %%(then) atom used more than once"
4475
msgstr "format: %%(then) Atom mehr als einmal verwendet"
4476
4199
-#: ref-filter.c:730
4477
+#: ref-filter.c:749
4478
#, c-format
4479
msgid "format: %%(then) atom used after %%(else)"
4480
msgstr "format: %%(then) Atom nach %%(else) verwendet"
4481
4204
-#: ref-filter.c:758
4482
+#: ref-filter.c:777
4483
#, c-format
4484
msgid "format: %%(else) atom used without an %%(if) atom"
4485
msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"
4486
4209
-#: ref-filter.c:760
4487
+#: ref-filter.c:779
4488
#, c-format
4489
msgid "format: %%(else) atom used without a %%(then) atom"
4490
msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"
4491
4214
-#: ref-filter.c:762
4492
+#: ref-filter.c:781
4493
#, c-format
4494
msgid "format: %%(else) atom used more than once"
4495
msgstr "Format: %%(end) Atom mehr als einmal verwendet"
4496
4219
-#: ref-filter.c:777
4497
+#: ref-filter.c:796
4498
#, c-format
4499
msgid "format: %%(end) atom used without corresponding atom"
4500
msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
4501
4224
-#: ref-filter.c:834
4502
+#: ref-filter.c:853
4503
#, c-format
4504
msgid "malformed format string %s"
4505
msgstr "Fehlerhafter Formatierungsstring %s"
4506
4229
-#: ref-filter.c:1424
4507
+#: ref-filter.c:1447
4508
#, c-format
4509
msgid "(no branch, rebasing %s)"
4510
msgstr "(kein Branch, Rebase von Branch %s im Gange)"
4511
4234
-#: ref-filter.c:1427
4512
+#: ref-filter.c:1450
4513
#, c-format
4514
msgid "(no branch, rebasing detached HEAD %s)"
4515
msgstr "(kein Branch, Rebase von losgelöstem HEAD %s)"
4516
4239
-#: ref-filter.c:1430
4517
+#: ref-filter.c:1453
4518
#, c-format
4519
msgid "(no branch, bisect started on %s)"
4520
msgstr "(kein Branch, binäre Suche begonnen bei %s)"
@@ -4244,7 +4522,7 @@ msgstr "(kein Branch, binäre Suche begonnen bei %s)"
4522
#. TRANSLATORS: make sure this matches "HEAD
4523
#. detached at " in wt-status.c
4524
#.
4247
-#: ref-filter.c:1438
4525
+#: ref-filter.c:1461
4526
#, c-format
4527
msgid "(HEAD detached at %s)"
4528
msgstr "(HEAD losgelöst bei %s)"
@@ -4252,145 +4530,291 @@ msgstr "(HEAD losgelöst bei %s)"
4530
#. TRANSLATORS: make sure this matches "HEAD
4531
#. detached from " in wt-status.c
4532
#.
4255
-#: ref-filter.c:1445
4533
+#: ref-filter.c:1468
4534
#, c-format
4535
msgid "(HEAD detached from %s)"
4536
msgstr "(HEAD losgelöst von %s)"
4537
4260
-#: ref-filter.c:1449
4538
+#: ref-filter.c:1472
4539
msgid "(no branch)"
4540
msgstr "(kein Branch)"
4541
4264
-#: ref-filter.c:1483 ref-filter.c:1638
4542
+#: ref-filter.c:1506 ref-filter.c:1663
4543
#, c-format
4544
msgid "missing object %s for %s"
4545
msgstr "Objekt %s fehlt für %s"
4546
4269
-#: ref-filter.c:1491
4547
+#: ref-filter.c:1516
4548
#, c-format
4549
msgid "parse_object_buffer failed on %s for %s"
4550
msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
4551
4274
-#: ref-filter.c:1857
4552
+#: ref-filter.c:1882
4553
#, c-format
4554
msgid "malformed object at '%s'"
4555
msgstr "fehlerhaftes Objekt bei '%s'"
4556
4279
-#: ref-filter.c:1946
4557
+#: ref-filter.c:1971
4558
#, c-format
4559
msgid "ignoring ref with broken name %s"
4560
msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
4561
4284
-#: ref-filter.c:2232
4562
+#: ref-filter.c:2257
4563
#, c-format
4564
msgid "format: %%(end) atom missing"
4565
msgstr "Format: %%(end) Atom fehlt"
4566
4289
-#: ref-filter.c:2338
4567
+#: ref-filter.c:2352
4568
+#, c-format
4569
+msgid "option `%s' is incompatible with --merged"
4570
+msgstr "Die Option `%s' ist inkompatibel mit --merged."
4571
+
4572
+#: ref-filter.c:2355
4573
+#, c-format
4574
+msgid "option `%s' is incompatible with --no-merged"
4575
+msgstr "Die Option `%s' ist inkompatibel mit --no-merged."
4576
+
4577
+#: ref-filter.c:2365
4578
#, c-format
4579
msgid "malformed object name %s"
4580
msgstr "Missgebildeter Objektname %s"
4581
4294
-#: remote.c:607
4582
+#: ref-filter.c:2370
4583
+#, c-format
4584
+msgid "option `%s' must point to a commit"
4585
+msgstr "Die Option `%s' muss auf einen Commit zeigen."
4586
+
4587
+#: remote.c:363
4588
+#, c-format
4589
+msgid "config remote shorthand cannot begin with '/': %s"
4590
+msgstr "Kürzel für Remote-Repository in der Konfiguration kann nicht mit '/' beginnen: %s"
4591
+
4592
+#: remote.c:410
4593
+msgid "more than one receivepack given, using the first"
4594
+msgstr "Mehr als ein receivepack-Befehl angegeben, benutze den ersten."
4595
+
4596
+#: remote.c:418
4597
+msgid "more than one uploadpack given, using the first"
4598
+msgstr "Mehr als ein uploadpack-Befehl angegeben, benutze den ersten."
4599
+
4600
+#: remote.c:608
4601
#, c-format
4602
msgid "Cannot fetch both %s and %s to %s"
4603
msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
4604
4299
-#: remote.c:611
4605
+#: remote.c:612
4606
#, c-format
4607
msgid "%s usually tracks %s, not %s"
4608
msgstr "%s folgt üblicherweise %s, nicht %s"
4609
4304
-#: remote.c:615
4610
+#: remote.c:616
4611
#, c-format
4612
msgid "%s tracks both %s and %s"
4613
msgstr "%s folgt sowohl %s als auch %s"
4614
4309
-#: remote.c:623
4310
-msgid "Internal error"
4311
-msgstr "Interner Fehler"
4615
+#: remote.c:684
4616
+#, c-format
4617
+msgid "key '%s' of pattern had no '*'"
4618
+msgstr "Schlüssel '%s' des Musters hatte kein '*'."
4619
+
4620
+#: remote.c:694
4621
+#, c-format
4622
+msgid "value '%s' of pattern has no '*'"
4623
+msgstr "Wert '%s' des Musters hat kein '*'."
4624
+
4625
+#: remote.c:1000
4626
+#, c-format
4627
+msgid "src refspec %s does not match any"
4628
+msgstr "Src-Refspec %s entspricht keiner Referenz."
4629
+
4630
+#: remote.c:1005
4631
+#, c-format
4632
+msgid "src refspec %s matches more than one"
4633
+msgstr "Src-Refspec %s entspricht mehr als einer Referenz."
4634
+
4635
+#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4636
+#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4637
+#. the <src>.
4638
+#.
4639
+#: remote.c:1020
4640
+#, c-format
4641
+msgid ""
4642
+"The destination you provided is not a full refname (i.e.,\n"
4643
+"starting with \"refs/\"). We tried to guess what you meant by:\n"
4644
+"\n"
4645
+"- Looking for a ref that matches '%s' on the remote side.\n"
4646
+"- Checking if the <src> being pushed ('%s')\n"
4647
+" is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4648
+" refs/{heads,tags}/ prefix on the remote side.\n"
4649
+"\n"
4650
+"Neither worked, so we gave up. You must fully qualify the ref."
4651
+msgstr ""
4652
+"Das angegebene Ziel ist kein vollständiger Referenzname (startet mit \"refs/\").\n"
4653
+"Wir versuchten zu erraten, was Sie meinten, mit:\n"
4654
+"\n"
4655
+"- Suche einer Referenz, die mit '%s' übereinstimmt, auf der Remote-Seite\n"
4656
+"- Prüfung, ob die versendete <Quelle> ('%s') eine Referenz in \"refs/{heads,tags}\"\n"
4657
+" ist, in dessen Falle wir einen entsprechenden refs/{heads,tags} Präfix auf\n"
4658
+" der Remote-Seite hinzufügen würden.\n"
4659
+"\n"
4660
+"Keines hat funktioniert, sodass wir aufgegeben haben. Sie müssen die\n"
4661
+"Referenz mit vollqualifizierten Namen angeben."
4662
+
4663
+#: remote.c:1040
4664
+#, c-format
4665
+msgid ""
4666
+"The <src> part of the refspec is a commit object.\n"
4667
+"Did you mean to create a new branch by pushing to\n"
4668
+"'%s:refs/heads/%s'?"
4669
+msgstr ""
4670
+"Der <Quelle> Teil der Refspec ist ein Commit-Objekt.\n"
4671
+"Meinten Sie, einen neuen Branch mittels Push nach\n"
4672
+"'%s:refs/heads/%s' zu erstellen?"
4673
+
4674
+#: remote.c:1045
4675
+#, c-format
4676
+msgid ""
4677
+"The <src> part of the refspec is a tag object.\n"
4678
+"Did you mean to create a new tag by pushing to\n"
4679
+"'%s:refs/tags/%s'?"
4680
+msgstr ""
4681
+"Der <Quelle> Teil der Refspec ist ein Tag-Objekt.\n"
4682
+"Meinten Sie, einen neuen Tag mittels Push nach\n"
4683
+"'%s:refs/tags/%s' zu erstellen?"
4684
+
4685
+#: remote.c:1050
4686
+#, c-format
4687
+msgid ""
4688
+"The <src> part of the refspec is a tree object.\n"
4689
+"Did you mean to tag a new tree by pushing to\n"
4690
+"'%s:refs/tags/%s'?"
4691
+msgstr ""
4692
+"Der <Quelle> Teil der Refspec ist ein Tree-Objekt.\n"
4693
+"Meinten Sie, einen Tag für ein neues Tree-Objekt\n"
4694
+"mittels Push nach '%s:refs/tags/'%s' zu erstellen?"
4695
+
4696
+#: remote.c:1055
4697
+#, c-format
4698
+msgid ""
4699
+"The <src> part of the refspec is a blob object.\n"
4700
+"Did you mean to tag a new blob by pushing to\n"
4701
+"'%s:refs/tags/%s'?"
4702
+msgstr ""
4703
+"Der <Quelle> Teil der Refspec ist ein Blob-Objekt.\n"
4704
+"Meinten Sie, einen Tag für ein neues Blob-Objekt\n"
4705
+"mittels Push nach '%s:refs/tags/%s' zu erstellen?"
4706
+
4707
+#: remote.c:1091
4708
+#, c-format
4709
+msgid "%s cannot be resolved to branch"
4710
+msgstr "%s kann nicht zu Branch aufgelöst werden."
4711
+
4712
+#: remote.c:1102
4713
+#, c-format
4714
+msgid "unable to delete '%s': remote ref does not exist"
4715
+msgstr "Konnte '%s' nicht löschen: Remote-Referenz existiert nicht."
4716
+
4717
+#: remote.c:1114
4718
+#, c-format
4719
+msgid "dst refspec %s matches more than one"
4720
+msgstr "Dst-Refspec %s entspricht mehr als einer Referenz."
4721
+
4722
+#: remote.c:1121
4723
+#, c-format
4724
+msgid "dst ref %s receives from more than one src"
4725
+msgstr "Dst-Referenz %s empfängt von mehr als einer Quelle"
4726
4313
-#: remote.c:1569 remote.c:1670
4727
+#: remote.c:1624 remote.c:1725
4728
msgid "HEAD does not point to a branch"
4729
msgstr "HEAD zeigt auf keinen Branch"
4730
4317
-#: remote.c:1578
4731
+#: remote.c:1633
4732
#, c-format
4733
msgid "no such branch: '%s'"
4734
msgstr "Kein solcher Branch: '%s'"
4735
4322
-#: remote.c:1581
4736
+#: remote.c:1636
4737
#, c-format
4738
msgid "no upstream configured for branch '%s'"
4739
msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
4740
4327
-#: remote.c:1587
4741
+#: remote.c:1642
4742
#, c-format
4743
msgid "upstream branch '%s' not stored as a remote-tracking branch"
4744
msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
4745
4332
-#: remote.c:1602
4746
+#: remote.c:1657
4747
#, c-format
4748
msgid "push destination '%s' on remote '%s' has no local tracking branch"
4749
msgstr ""
4750
"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
4751
"Branch"
4752
4339
-#: remote.c:1614
4753
+#: remote.c:1669
4754
#, c-format
4755
msgid "branch '%s' has no remote for pushing"
4756
msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
4757
4344
-#: remote.c:1624
4758
+#: remote.c:1679
4759
#, c-format
4760
msgid "push refspecs for '%s' do not include '%s'"
4761
msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
4762
4349
-#: remote.c:1637
4763
+#: remote.c:1692
4764
msgid "push has no destination (push.default is 'nothing')"
4765
msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
4766
4353
-#: remote.c:1659
4767
+#: remote.c:1714
4768
msgid "cannot resolve 'simple' push to a single destination"
4769
msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
4770
4357
-#: remote.c:1935
4771
+#: remote.c:1840
4772
+#, c-format
4773
+msgid "couldn't find remote ref %s"
4774
+msgstr "Konnte Remote-Referenz %s nicht finden."
4775
+
4776
+#: remote.c:1853
4777
+#, c-format
4778
+msgid "* Ignoring funny ref '%s' locally"
4779
+msgstr "* Ignoriere sonderbare Referenz '%s' lokal"
4780
+
4781
+#: remote.c:1990
4782
#, c-format
4783
msgid "Your branch is based on '%s', but the upstream is gone.\n"
4784
msgstr ""
4785
"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
4786
4363
-#: remote.c:1939
4787
+#: remote.c:1994
4788
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
4789
msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
4790
4367
-#: remote.c:1942
4791
+#: remote.c:1997
4792
#, c-format
4793
msgid "Your branch is up to date with '%s'.\n"
4794
msgstr "Ihr Branch ist auf demselben Stand wie '%s'.\n"
4795
4372
-#: remote.c:1946
4796
+#: remote.c:2001
4797
#, c-format
4798
msgid "Your branch and '%s' refer to different commits.\n"
4799
msgstr "Ihr Branch und '%s' zeigen auf unterschiedliche Commits.\n"
4800
4377
-#: remote.c:1949
4801
+#: remote.c:2004
4802
#, c-format
4803
msgid " (use \"%s\" for details)\n"
4804
msgstr " (benutzen Sie \"%s\" für Details)\n"
4805
4382
-#: remote.c:1953
4806
+#: remote.c:2008
4807
#, c-format
4808
msgid "Your branch is ahead of '%s' by %d commit.\n"
4809
msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4810
msgstr[0] "Ihr Branch ist %2$d Commit vor '%1$s'.\n"
4811
msgstr[1] "Ihr Branch ist %2$d Commits vor '%1$s'.\n"
4812
4389
-#: remote.c:1959
4813
+#: remote.c:2014
4814
msgid " (use \"git push\" to publish your local commits)\n"
4815
msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
4816
4393
-#: remote.c:1962
4817
+#: remote.c:2017
4818
#, c-format
4819
msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4820
msgid_plural ""
@@ -4400,12 +4824,12 @@ msgstr[0] ""
4824
msgstr[1] ""
4825
"Ihr Branch ist %2$d Commits hinter '%1$s', und kann vorgespult werden.\n"
4826
4403
-#: remote.c:1970
4827
+#: remote.c:2025
4828
msgid " (use \"git pull\" to update your local branch)\n"
4829
msgstr ""
4830
" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
4831
4408
-#: remote.c:1973
4832
+#: remote.c:2028
4833
#, c-format
4834
msgid ""
4835
"Your branch and '%s' have diverged,\n"
@@ -4420,12 +4844,17 @@ msgstr[1] ""
4844
"Ihr Branch und '%s' sind divergiert,\n"
4845
"und haben jeweils %d und %d unterschiedliche Commits.\n"
4846
4423
-#: remote.c:1983
4847
+#: remote.c:2038
4848
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
4849
msgstr ""
4850
" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
4851
"zusammenzuführen)\n"
4852
4853
+#: remote.c:2221
4854
+#, c-format
4855
+msgid "cannot parse expected object name '%s'"
4856
+msgstr "Kann erwarteten Objektnamen '%s' nicht parsen."
4857
+
4858
#: replace-object.c:21
4859
#, c-format
4860
msgid "bad replace ref name: %s"
@@ -4449,7 +4878,8 @@ msgstr "Fehlerhaftes MERGE_RR"
4878
msgid "unable to write rerere record"
4879
msgstr "Konnte Rerere-Eintrag nicht schreiben."
4880
4452
-#: rerere.c:485 rerere.c:692 sequencer.c:3136 sequencer.c:3162
4881
+#: rerere.c:485 rerere.c:692 sequencer.c:3186 sequencer.c:3212
4882
+#: builtin/fsck.c:314
4883
#, c-format
4884
msgid "could not write '%s'"
4885
msgstr "Konnte '%s' nicht schreiben."
@@ -4504,8 +4934,8 @@ msgstr "Kann '%s' nicht löschen."
4934
msgid "Recorded preimage for '%s'"
4935
msgstr "Preimage für '%s' aufgezeichnet."
4936
4507
-#: rerere.c:881 submodule.c:1763 builtin/submodule--helper.c:1413
4508
-#: builtin/submodule--helper.c:1423
4937
+#: rerere.c:881 submodule.c:2012 builtin/submodule--helper.c:1417
4938
+#: builtin/submodule--helper.c:1427
4939
#, c-format
4940
msgid "could not create directory '%s'"
4941
msgstr "Konnte Verzeichnis '%s' nicht erstellen."
@@ -4539,29 +4969,29 @@ msgstr "Aufgezeichnete Konfliktauflösung für '%s' gelöscht.\n"
4969
msgid "unable to open rr-cache directory"
4970
msgstr "Konnte rr-cache Verzeichnis nicht öffnen."
4971
4542
-#: revision.c:2324
4972
+#: revision.c:2484
4973
msgid "your current branch appears to be broken"
4974
msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
4975
4546
-#: revision.c:2327
4976
+#: revision.c:2487
4977
#, c-format
4978
msgid "your current branch '%s' does not have any commits yet"
4979
msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
4980
4551
-#: revision.c:2523
4981
+#: revision.c:2684
4982
msgid "--first-parent is incompatible with --bisect"
4983
msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
4984
4555
-#: run-command.c:740
4985
+#: run-command.c:742
4986
msgid "open /dev/null failed"
4987
msgstr "Öffnen von /dev/null fehlgeschlagen"
4988
4559
-#: run-command.c:1229
4989
+#: run-command.c:1231
4990
#, c-format
4991
msgid "cannot create async thread: %s"
4992
msgstr "Konnte Thread für async nicht erzeugen: %s"
4993
4564
-#: run-command.c:1293
4994
+#: run-command.c:1295
4995
#, c-format
4996
msgid ""
4997
"The '%s' hook was ignored because it's not set as executable.\n"
@@ -4571,30 +5001,30 @@ msgstr ""
5001
"Sie können diese Warnung mit `git config advice.ignoredHook false` "
5002
"deaktivieren."
5003
4574
-#: send-pack.c:142
5004
+#: send-pack.c:141
5005
msgid "unexpected flush packet while reading remote unpack status"
5006
msgstr "Unerwartetes Flush-Paket beim Lesen des Remote-Unpack-Status."
5007
4578
-#: send-pack.c:144
5008
+#: send-pack.c:143
5009
#, c-format
5010
msgid "unable to parse remote unpack status: %s"
5011
msgstr "Konnte Status des Entpackens der Gegenseite nicht parsen: %s"
5012
4583
-#: send-pack.c:146
5013
+#: send-pack.c:145
5014
#, c-format
5015
msgid "remote unpack failed: %s"
5016
msgstr "Entpacken auf der Gegenseite fehlgeschlagen: %s"
5017
4588
-#: send-pack.c:308
5018
+#: send-pack.c:306
5019
msgid "failed to sign the push certificate"
5020
msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
5021
4592
-#: send-pack.c:421
5022
+#: send-pack.c:420
5023
msgid "the receiving end does not support --signed push"
5024
msgstr ""
5025
"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
5026
4597
-#: send-pack.c:423
5027
+#: send-pack.c:422
5028
msgid ""
5029
"not sending a push certificate since the receiving end does not support --"
5030
"signed push"
@@ -4602,42 +5032,42 @@ msgstr ""
5032
"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"
5033
"Versand (\"--signed push\") unterstützt"
5034
4605
-#: send-pack.c:435
5035
+#: send-pack.c:434
5036
msgid "the receiving end does not support --atomic push"
5037
msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
5038
4609
-#: send-pack.c:440
5039
+#: send-pack.c:439
5040
msgid "the receiving end does not support push options"
5041
msgstr "die Gegenseite unterstützt keine Push-Optionen"
5042
4613
-#: sequencer.c:183
5043
+#: sequencer.c:184
5044
#, c-format
5045
msgid "invalid commit message cleanup mode '%s'"
5046
msgstr "Ungültiger \"cleanup\"-Modus '%s' für Commit-Beschreibungen."
5047
4618
-#: sequencer.c:287
5048
+#: sequencer.c:288
5049
#, c-format
5050
msgid "could not delete '%s'"
5051
msgstr "Konnte '%s' nicht löschen."
5052
4623
-#: sequencer.c:313
5053
+#: sequencer.c:314
5054
msgid "revert"
5055
msgstr "Revert"
5056
4627
-#: sequencer.c:315
5057
+#: sequencer.c:316
5058
msgid "cherry-pick"
5059
msgstr "Cherry-Pick"
5060
4631
-#: sequencer.c:317
5061
+#: sequencer.c:318
5062
msgid "rebase -i"
5063
msgstr "interaktives Rebase"
5064
4635
-#: sequencer.c:319
5065
+#: sequencer.c:320
5066
#, c-format
5067
msgid "unknown action: %d"
5068
msgstr "Unbekannte Aktion: %d"
5069
4640
-#: sequencer.c:376
5070
+#: sequencer.c:378
5071
msgid ""
5072
"after resolving the conflicts, mark the corrected paths\n"
5073
"with 'git add <paths>' or 'git rm <paths>'"
@@ -4645,7 +5075,7 @@ msgstr ""
5075
"nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"
5076
"mit 'git add <Pfade>' oder 'git rm <Pfade>'"
5077
4648
-#: sequencer.c:379
5078
+#: sequencer.c:381
5079
msgid ""
5080
"after resolving the conflicts, mark the corrected paths\n"
5081
"with 'git add <paths>' or 'git rm <paths>'\n"
@@ -4655,40 +5085,40 @@ msgstr ""
5085
"mit 'git add <Pfade>' oder 'git rm <Pfade>' und tragen Sie das Ergebnis mit\n"
5086
"'git commit' ein"
5087
4658
-#: sequencer.c:392 sequencer.c:2632
5088
+#: sequencer.c:394 sequencer.c:2671
5089
#, c-format
5090
msgid "could not lock '%s'"
5091
msgstr "Konnte '%s' nicht sperren"
5092
4663
-#: sequencer.c:399
5093
+#: sequencer.c:401
5094
#, c-format
5095
msgid "could not write eol to '%s'"
5096
msgstr "Konnte EOL nicht nach '%s' schreiben."
5097
4668
-#: sequencer.c:404 sequencer.c:2515 sequencer.c:2638 sequencer.c:2652
4669
-#: sequencer.c:2885
5098
+#: sequencer.c:406 sequencer.c:2554 sequencer.c:2677 sequencer.c:2691
5099
+#: sequencer.c:2931
5100
#, c-format
5101
msgid "failed to finalize '%s'"
5102
msgstr "Fehler beim Fertigstellen von '%s'."
5103
4674
-#: sequencer.c:427 sequencer.c:921 sequencer.c:1594 sequencer.c:2535
4675
-#: sequencer.c:2867 sequencer.c:2974 builtin/am.c:260 builtin/commit.c:746
4676
-#: builtin/merge.c:1084 builtin/rebase.c:152
5104
+#: sequencer.c:429 sequencer.c:931 sequencer.c:1615 sequencer.c:2574
5105
+#: sequencer.c:2913 sequencer.c:3022 builtin/am.c:245 builtin/commit.c:748
5106
+#: builtin/merge.c:1085 builtin/rebase.c:154
5107
#, c-format
5108
msgid "could not read '%s'"
5109
msgstr "Konnte '%s' nicht lesen"
5110
4681
-#: sequencer.c:453
5111
+#: sequencer.c:455
5112
#, c-format
5113
msgid "your local changes would be overwritten by %s."
5114
msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."
5115
4686
-#: sequencer.c:457
5116
+#: sequencer.c:459
5117
msgid "commit your changes or stash them to proceed."
5118
msgstr ""
5119
"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
5120
4691
-#: sequencer.c:486
5121
+#: sequencer.c:491
5122
#, c-format
5123
msgid "%s: fast-forward"
5124
msgstr "%s: Vorspulen"
@@ -4696,70 +5126,70 @@ msgstr "%s: Vorspulen"
5126
#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5127
#. "rebase -i".
5128
#.
4699
-#: sequencer.c:575
5129
+#: sequencer.c:582
5130
#, c-format
5131
msgid "%s: Unable to write new index file"
5132
msgstr "%s: Konnte neue Index-Datei nicht schreiben"
5133
4704
-#: sequencer.c:591
5134
+#: sequencer.c:598
5135
msgid "unable to update cache tree"
5136
msgstr "Konnte Cache-Verzeichnis nicht aktualisieren."
5137
4708
-#: sequencer.c:604
5138
+#: sequencer.c:612
5139
msgid "could not resolve HEAD commit"
5140
msgstr "Konnte HEAD-Commit nicht auflösen."
5141
4712
-#: sequencer.c:684
5142
+#: sequencer.c:692
5143
#, c-format
5144
msgid "no key present in '%.*s'"
5145
msgstr "Kein Schlüssel in '%.*s' vorhanden."
5146
4717
-#: sequencer.c:695
5147
+#: sequencer.c:703
5148
#, c-format
5149
msgid "unable to dequote value of '%s'"
5150
msgstr "Konnte Anführungszeichen von '%s' nicht entfernen."
5151
4722
-#: sequencer.c:732 wrapper.c:227 wrapper.c:397 builtin/am.c:719
4723
-#: builtin/am.c:811 builtin/merge.c:1081
5152
+#: sequencer.c:740 wrapper.c:227 wrapper.c:397 builtin/am.c:704
5153
+#: builtin/am.c:796 builtin/merge.c:1082 builtin/rebase.c:617
5154
#, c-format
5155
msgid "could not open '%s' for reading"
5156
msgstr "Konnte '%s' nicht zum Lesen öffnen."
5157
4728
-#: sequencer.c:742
5158
+#: sequencer.c:750
5159
msgid "'GIT_AUTHOR_NAME' already given"
5160
msgstr "'GIT_AUTHOR_NAME' bereits angegeben."
5161
4732
-#: sequencer.c:747
5162
+#: sequencer.c:755
5163
msgid "'GIT_AUTHOR_EMAIL' already given"
5164
msgstr "'GIT_AUTHOR_EMAIL' bereits angegeben."
5165
4736
-#: sequencer.c:752
5166
+#: sequencer.c:760
5167
msgid "'GIT_AUTHOR_DATE' already given"
5168
msgstr "'GIT_AUTHOR_DATE' bereits angegeben."
5169
4740
-#: sequencer.c:756
5170
+#: sequencer.c:764
5171
#, c-format
5172
msgid "unknown variable '%s'"
5173
msgstr "Unbekannte Variable '%s'"
5174
4745
-#: sequencer.c:761
5175
+#: sequencer.c:769
5176
msgid "missing 'GIT_AUTHOR_NAME'"
5177
msgstr "'GIT_AUTHOR_NAME' fehlt."
5178
4749
-#: sequencer.c:763
5179
+#: sequencer.c:771
5180
msgid "missing 'GIT_AUTHOR_EMAIL'"
5181
msgstr "'GIT_AUTHOR_EMAIL' fehlt."
5182
4753
-#: sequencer.c:765
5183
+#: sequencer.c:773
5184
msgid "missing 'GIT_AUTHOR_DATE'"
5185
msgstr "'GIT_AUTHOR_DATE' fehlt."
5186
4757
-#: sequencer.c:825
5187
+#: sequencer.c:833
5188
#, c-format
5189
msgid "invalid date format '%s' in '%s'"
5190
msgstr "Ungültiges Datumsformat '%s' in '%s'"
5191
4762
-#: sequencer.c:842
5192
+#: sequencer.c:850
5193
#, c-format
5194
msgid ""
5195
"you have staged changes in your working tree\n"
@@ -4790,15 +5220,15 @@ msgstr ""
5220
"\n"
5221
" git rebase --continue\n"
5222
4793
-#: sequencer.c:935
5223
+#: sequencer.c:945
5224
msgid "writing root commit"
5225
msgstr "Root-Commit schreiben"
5226
4797
-#: sequencer.c:1142
5227
+#: sequencer.c:1155
5228
msgid "'prepare-commit-msg' hook failed"
5229
msgstr "'prepare-commit-msg' Hook fehlgeschlagen."
5230
4801
-#: sequencer.c:1149
5231
+#: sequencer.c:1162
5232
msgid ""
5233
"Your name and email address were configured automatically based\n"
5234
"on your username and hostname. Please check that they are accurate.\n"
@@ -4826,7 +5256,7 @@ msgstr ""
5256
"\n"
5257
" git commit --amend --reset-author\n"
5258
4829
-#: sequencer.c:1162
5259
+#: sequencer.c:1175
5260
msgid ""
5261
"Your name and email address were configured automatically based\n"
5262
"on your username and hostname. Please check that they are accurate.\n"
@@ -4852,301 +5282,296 @@ msgstr ""
5282
"\n"
5283
" git commit --amend --reset-author\n"
5284
4855
-#: sequencer.c:1202
5285
+#: sequencer.c:1217
5286
msgid "couldn't look up newly created commit"
5287
msgstr "Konnte neu erstellten Commit nicht nachschlagen."
5288
4859
-#: sequencer.c:1204
5289
+#: sequencer.c:1219
5290
msgid "could not parse newly created commit"
5291
msgstr "Konnte neu erstellten Commit nicht analysieren."
5292
4863
-#: sequencer.c:1250
5293
+#: sequencer.c:1265
5294
msgid "unable to resolve HEAD after creating commit"
5295
msgstr "Konnte HEAD nicht auflösen, nachdem der Commit erstellt wurde."
5296
4867
-#: sequencer.c:1252
5297
+#: sequencer.c:1267
5298
msgid "detached HEAD"
5299
msgstr "losgelöster HEAD"
5300
4871
-#: sequencer.c:1256
5301
+#: sequencer.c:1271
5302
msgid " (root-commit)"
5303
msgstr " (Root-Commit)"
5304
4875
-#: sequencer.c:1277
5305
+#: sequencer.c:1292
5306
msgid "could not parse HEAD"
5307
msgstr "Konnte HEAD nicht parsen."
5308
4879
-#: sequencer.c:1279
5309
+#: sequencer.c:1294
5310
#, c-format
5311
msgid "HEAD %s is not a commit!"
5312
msgstr "HEAD %s ist kein Commit!"
5313
4884
-#: sequencer.c:1283 builtin/commit.c:1543
5314
+#: sequencer.c:1298 builtin/commit.c:1546
5315
msgid "could not parse HEAD commit"
5316
msgstr "Konnte Commit von HEAD nicht analysieren."
5317
4888
-#: sequencer.c:1334 sequencer.c:1934
5318
+#: sequencer.c:1350 sequencer.c:1964
5319
msgid "unable to parse commit author"
5320
msgstr "Konnte Commit-Autor nicht parsen."
5321
4892
-#: sequencer.c:1344 builtin/am.c:1585 builtin/merge.c:677
5322
+#: sequencer.c:1360 builtin/am.c:1570 builtin/merge.c:678
5323
msgid "git write-tree failed to write a tree"
5324
msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
5325
4896
-#: sequencer.c:1361 sequencer.c:1416
5326
+#: sequencer.c:1377 sequencer.c:1433
5327
#, c-format
5328
msgid "unable to read commit message from '%s'"
5329
msgstr "Konnte Commit-Beschreibung von '%s' nicht lesen."
5330
4901
-#: sequencer.c:1383 builtin/am.c:1606 builtin/commit.c:1646 builtin/merge.c:858
4902
-#: builtin/merge.c:883
5331
+#: sequencer.c:1399 builtin/am.c:1591 builtin/commit.c:1649 builtin/merge.c:859
5332
+#: builtin/merge.c:884
5333
msgid "failed to write commit object"
5334
msgstr "Fehler beim Schreiben des Commit-Objektes."
5335
4906
-#: sequencer.c:1443
5336
+#: sequencer.c:1460
5337
#, c-format
5338
msgid "could not parse commit %s"
5339
msgstr "Konnte Commit %s nicht parsen."
5340
4911
-#: sequencer.c:1448
5341
+#: sequencer.c:1465
5342
#, c-format
5343
msgid "could not parse parent commit %s"
5344
msgstr "Konnte Eltern-Commit %s nicht parsen."
5345
4916
-#: sequencer.c:1546 sequencer.c:1654
5346
+#: sequencer.c:1565 sequencer.c:1675
5347
#, c-format
5348
msgid "unknown command: %d"
5349
msgstr "Unbekannter Befehl: %d"
5350
4921
-#: sequencer.c:1601 sequencer.c:1626
5351
+#: sequencer.c:1622 sequencer.c:1647
5352
#, c-format
5353
msgid "This is a combination of %d commits."
5354
msgstr "Das ist eine Kombination aus %d Commits."
5355
4926
-#: sequencer.c:1611 sequencer.c:4744
5356
+#: sequencer.c:1632 sequencer.c:4808
5357
msgid "need a HEAD to fixup"
5358
msgstr "benötige HEAD für fixup"
5359
4930
-#: sequencer.c:1613 sequencer.c:2912
5360
+#: sequencer.c:1634 sequencer.c:2958
5361
msgid "could not read HEAD"
5362
msgstr "Konnte HEAD nicht lesen"
5363
4934
-#: sequencer.c:1615
5364
+#: sequencer.c:1636
5365
msgid "could not read HEAD's commit message"
5366
msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"
5367
4938
-#: sequencer.c:1621
5368
+#: sequencer.c:1642
5369
#, c-format
5370
msgid "cannot write '%s'"
5371
msgstr "kann '%s' nicht schreiben"
5372
4943
-#: sequencer.c:1628 git-rebase--preserve-merges.sh:441
5373
+#: sequencer.c:1649 git-rebase--preserve-merges.sh:441
5374
msgid "This is the 1st commit message:"
5375
msgstr "Das ist die erste Commit-Beschreibung:"
5376
4947
-#: sequencer.c:1636
5377
+#: sequencer.c:1657
5378
#, c-format
5379
msgid "could not read commit message of %s"
5380
msgstr "Konnte Commit-Beschreibung von %s nicht lesen."
5381
4952
-#: sequencer.c:1643
5382
+#: sequencer.c:1664
5383
#, c-format
5384
msgid "This is the commit message #%d:"
5385
msgstr "Das ist Commit-Beschreibung #%d:"
5386
4957
-#: sequencer.c:1649
5387
+#: sequencer.c:1670
5388
#, c-format
5389
msgid "The commit message #%d will be skipped:"
5390
msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"
5391
4962
-#: sequencer.c:1732
5392
+#: sequencer.c:1758
5393
msgid "your index file is unmerged."
5394
msgstr "Ihre Index-Datei ist nicht zusammengeführt."
5395
4966
-#: sequencer.c:1739
5396
+#: sequencer.c:1765
5397
msgid "cannot fixup root commit"
5398
msgstr "kann fixup nicht auf Root-Commit anwenden"
5399
4970
-#: sequencer.c:1758
5400
+#: sequencer.c:1784
5401
#, c-format
5402
msgid "commit %s is a merge but no -m option was given."
5403
msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
5404
4975
-#: sequencer.c:1766
5405
+#: sequencer.c:1792 sequencer.c:1800
5406
#, c-format
5407
msgid "commit %s does not have parent %d"
5408
msgstr "Commit %s hat keinen Eltern-Commit %d"
5409
4980
-#: sequencer.c:1770
4981
-#, c-format
4982
-msgid "mainline was specified but commit %s is not a merge."
4983
-msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
4984
-
4985
-#: sequencer.c:1776
5410
+#: sequencer.c:1806
5411
#, c-format
5412
msgid "cannot get commit message for %s"
5413
msgstr "Kann keine Commit-Beschreibung für %s bekommen."
5414
5415
#. TRANSLATORS: The first %s will be a "todo" command like
5416
#. "revert" or "pick", the second %s a SHA1.
4992
-#: sequencer.c:1795
5417
+#: sequencer.c:1825
5418
#, c-format
5419
msgid "%s: cannot parse parent commit %s"
5420
msgstr "%s: kann Eltern-Commit %s nicht parsen"
5421
4997
-#: sequencer.c:1860
5422
+#: sequencer.c:1890
5423
#, c-format
5424
msgid "could not rename '%s' to '%s'"
5425
msgstr "Konnte '%s' nicht zu '%s' umbenennen."
5426
5002
-#: sequencer.c:1915
5427
+#: sequencer.c:1945
5428
#, c-format
5429
msgid "could not revert %s... %s"
5430
msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
5431
5007
-#: sequencer.c:1916
5432
+#: sequencer.c:1946
5433
#, c-format
5434
msgid "could not apply %s... %s"
5435
msgstr "Konnte %s... (%s) nicht anwenden"
5436
5012
-#: sequencer.c:1974
5437
+#: sequencer.c:2005
5438
#, c-format
5439
msgid "git %s: failed to read the index"
5440
msgstr "git %s: Fehler beim Lesen des Index"
5441
5017
-#: sequencer.c:1981
5442
+#: sequencer.c:2012
5443
#, c-format
5444
msgid "git %s: failed to refresh the index"
5445
msgstr "git %s: Fehler beim Aktualisieren des Index"
5446
5022
-#: sequencer.c:2062
5447
+#: sequencer.c:2094
5448
#, c-format
5449
msgid "%s does not accept arguments: '%s'"
5450
msgstr "%s akzeptiert keine Argumente: '%s'"
5451
5027
-#: sequencer.c:2071
5452
+#: sequencer.c:2103
5453
#, c-format
5454
msgid "missing arguments for %s"
5455
msgstr "Fehlende Argumente für %s."
5456
5032
-#: sequencer.c:2130
5457
+#: sequencer.c:2163
5458
#, c-format
5459
msgid "invalid line %d: %.*s"
5460
msgstr "Ungültige Zeile %d: %.*s"
5461
5037
-#: sequencer.c:2138
5462
+#: sequencer.c:2171
5463
#, c-format
5464
msgid "cannot '%s' without a previous commit"
5465
msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"
5466
5042
-#: sequencer.c:2209
5467
+#: sequencer.c:2243
5468
msgid "please fix this using 'git rebase --edit-todo'."
5469
msgstr ""
5470
"Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."
5471
5047
-#: sequencer.c:2211
5472
+#: sequencer.c:2245
5473
#, c-format
5474
msgid "unusable instruction sheet: '%s'"
5475
msgstr "Unbenutzbares Instruktionsblatt: '%s'"
5476
5052
-#: sequencer.c:2216
5477
+#: sequencer.c:2250
5478
msgid "no commits parsed."
5479
msgstr "Keine Commits geparst."
5480
5056
-#: sequencer.c:2227
5481
+#: sequencer.c:2261
5482
msgid "cannot cherry-pick during a revert."
5483
msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
5484
5060
-#: sequencer.c:2229
5485
+#: sequencer.c:2263
5486
msgid "cannot revert during a cherry-pick."
5487
msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
5488
5064
-#: sequencer.c:2299
5489
+#: sequencer.c:2333
5490
#, c-format
5491
msgid "invalid value for %s: %s"
5492
msgstr "Ungültiger Wert für %s: %s"
5493
5069
-#: sequencer.c:2380
5494
+#: sequencer.c:2420
5495
msgid "unusable squash-onto"
5496
msgstr "Unbenutzbares squash-onto."
5497
5073
-#: sequencer.c:2396
5498
+#: sequencer.c:2436
5499
#, c-format
5500
msgid "malformed options sheet: '%s'"
5501
msgstr "Fehlerhaftes Optionsblatt: '%s'"
5502
5078
-#: sequencer.c:2479 sequencer.c:4005
5503
+#: sequencer.c:2518 sequencer.c:4067
5504
msgid "empty commit set passed"
5505
msgstr "leere Menge von Commits übergeben"
5506
5082
-#: sequencer.c:2487
5507
+#: sequencer.c:2526
5508
msgid "a cherry-pick or revert is already in progress"
5509
msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
5510
5086
-#: sequencer.c:2488
5511
+#: sequencer.c:2527
5512
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5513
msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
5514
5090
-#: sequencer.c:2491
5515
+#: sequencer.c:2530
5516
#, c-format
5517
msgid "could not create sequencer directory '%s'"
5518
msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
5519
5095
-#: sequencer.c:2505
5520
+#: sequencer.c:2544
5521
msgid "could not lock HEAD"
5522
msgstr "Konnte HEAD nicht sperren"
5523
5099
-#: sequencer.c:2560 sequencer.c:3761
5524
+#: sequencer.c:2599 sequencer.c:3819
5525
msgid "no cherry-pick or revert in progress"
5526
msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
5527
5103
-#: sequencer.c:2562
5528
+#: sequencer.c:2601
5529
msgid "cannot resolve HEAD"
5530
msgstr "kann HEAD nicht auflösen"
5531
5107
-#: sequencer.c:2564 sequencer.c:2599
5532
+#: sequencer.c:2603 sequencer.c:2638
5533
msgid "cannot abort from a branch yet to be born"
5534
msgstr "kann nicht abbrechen: bin auf einem Branch, der noch nicht geboren ist"
5535
5111
-#: sequencer.c:2585 builtin/grep.c:721
5536
+#: sequencer.c:2624 builtin/grep.c:732
5537
#, c-format
5538
msgid "cannot open '%s'"
5539
msgstr "kann '%s' nicht öffnen"
5540
5116
-#: sequencer.c:2587
5541
+#: sequencer.c:2626
5542
#, c-format
5543
msgid "cannot read '%s': %s"
5544
msgstr "Kann '%s' nicht lesen: %s"
5545
5121
-#: sequencer.c:2588
5546
+#: sequencer.c:2627
5547
msgid "unexpected end of file"
5548
msgstr "Unerwartetes Dateiende"
5549
5125
-#: sequencer.c:2594
5550
+#: sequencer.c:2633
5551
#, c-format
5552
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5553
msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
5554
5130
-#: sequencer.c:2605
5555
+#: sequencer.c:2644
5556
msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5557
msgstr ""
5558
"Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."
5559
5135
-#: sequencer.c:2709 sequencer.c:3679
5560
+#: sequencer.c:2750 sequencer.c:3735
5561
#, c-format
5562
msgid "could not update %s"
5563
msgstr "Konnte %s nicht aktualisieren."
5564
5140
-#: sequencer.c:2747 sequencer.c:3659
5565
+#: sequencer.c:2788 sequencer.c:3715
5566
msgid "cannot read HEAD"
5567
msgstr "Kann HEAD nicht lesen"
5568
5144
-#: sequencer.c:2762
5569
+#: sequencer.c:2805
5570
#, c-format
5571
msgid "unable to copy '%s' to '%s'"
5572
msgstr "Konnte '%s' nicht nach '%s' kopieren."
5573
5149
-#: sequencer.c:2770
5574
+#: sequencer.c:2813
5575
#, c-format
5576
msgid ""
5577
"You can amend the commit now, with\n"
@@ -5165,27 +5590,27 @@ msgstr ""
5590
"\n"
5591
" git rebase --continue\n"
5592
5168
-#: sequencer.c:2780
5593
+#: sequencer.c:2823
5594
#, c-format
5595
msgid "Could not apply %s... %.*s"
5596
msgstr "Konnte %s... (%.*s) nicht anwenden"
5597
5173
-#: sequencer.c:2787
5598
+#: sequencer.c:2830
5599
#, c-format
5600
msgid "Could not merge %.*s"
5601
msgstr "Konnte \"%.*s\" nicht zusammenführen."
5602
5178
-#: sequencer.c:2798 sequencer.c:2802 builtin/difftool.c:640
5603
+#: sequencer.c:2844 sequencer.c:2848 builtin/difftool.c:641
5604
#, c-format
5605
msgid "could not copy '%s' to '%s'"
5606
msgstr "Konnte '%s' nicht nach '%s' kopieren."
5607
5183
-#: sequencer.c:2824 sequencer.c:3242 builtin/rebase.c:580 builtin/rebase.c:1019
5184
-#: builtin/rebase.c:1372 builtin/rebase.c:1426
5608
+#: sequencer.c:2870 sequencer.c:3293 builtin/rebase.c:424 builtin/rebase.c:1230
5609
+#: builtin/rebase.c:1591 builtin/rebase.c:1646
5610
msgid "could not read index"
5611
msgstr "Konnte den Index nicht lesen."
5612
5188
-#: sequencer.c:2829
5613
+#: sequencer.c:2875
5614
#, c-format
5615
msgid ""
5616
"execution failed: %s\n"
@@ -5201,11 +5626,11 @@ msgstr ""
5626
"\n"
5627
"ausführen.\n"
5628
5204
-#: sequencer.c:2835
5629
+#: sequencer.c:2881
5630
msgid "and made changes to the index and/or the working tree\n"
5631
msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"
5632
5208
-#: sequencer.c:2841
5633
+#: sequencer.c:2887
5634
#, c-format
5635
msgid ""
5636
"execution succeeded: %s\n"
@@ -5223,77 +5648,77 @@ msgstr ""
5648
" git rebase --continue\n"
5649
"\n"
5650
5226
-#: sequencer.c:2902
5651
+#: sequencer.c:2948
5652
#, c-format
5653
msgid "illegal label name: '%.*s'"
5654
msgstr "Unerlaubter Beschriftungsname: '%.*s'"
5655
5231
-#: sequencer.c:2954
5656
+#: sequencer.c:3002
5657
msgid "writing fake root commit"
5658
msgstr "unechten Root-Commit schreiben"
5659
5235
-#: sequencer.c:2959
5660
+#: sequencer.c:3007
5661
msgid "writing squash-onto"
5662
msgstr "squash-onto schreiben"
5663
5239
-#: sequencer.c:2997 builtin/rebase.c:585 builtin/rebase.c:591
5664
+#: sequencer.c:3045 builtin/rebase.c:429 builtin/rebase.c:435
5665
#, c-format
5666
msgid "failed to find tree of %s"
5667
msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."
5668
5244
-#: sequencer.c:3015 builtin/rebase.c:604
5669
+#: sequencer.c:3063 builtin/rebase.c:448
5670
msgid "could not write index"
5671
msgstr "Konnte Index nicht schreiben."
5672
5248
-#: sequencer.c:3042
5673
+#: sequencer.c:3090
5674
#, c-format
5675
msgid "could not resolve '%s'"
5676
msgstr "Konnte '%s' nicht auflösen."
5677
5253
-#: sequencer.c:3068
5678
+#: sequencer.c:3118
5679
msgid "cannot merge without a current revision"
5680
msgstr "Kann nicht ohne einen aktuellen Commit mergen."
5681
5257
-#: sequencer.c:3090
5682
+#: sequencer.c:3140
5683
#, c-format
5684
msgid "unable to parse '%.*s'"
5685
msgstr "Konnte '%.*s' nicht parsen."
5686
5262
-#: sequencer.c:3099
5687
+#: sequencer.c:3149
5688
#, c-format
5689
msgid "nothing to merge: '%.*s'"
5690
msgstr "Nichts zum Zusammenführen: '%.*s'"
5691
5267
-#: sequencer.c:3111
5692
+#: sequencer.c:3161
5693
msgid "octopus merge cannot be executed on top of a [new root]"
5694
msgstr ""
5695
"Octupus-Merge kann nicht auf Basis von [neuem Root-Commit] ausgeführt werden."
5696
5272
-#: sequencer.c:3126
5697
+#: sequencer.c:3176
5698
#, c-format
5699
msgid "could not get commit message of '%s'"
5700
msgstr "Konnte keine Commit-Beschreibung von '%s' bekommen."
5701
5277
-#: sequencer.c:3274
5702
+#: sequencer.c:3325
5703
#, c-format
5704
msgid "could not even attempt to merge '%.*s'"
5705
msgstr "Konnte nicht einmal versuchen '%.*s' zu mergen."
5706
5282
-#: sequencer.c:3290
5707
+#: sequencer.c:3341
5708
msgid "merge: Unable to write new index file"
5709
msgstr "merge: Konnte neue Index-Datei nicht schreiben."
5710
5286
-#: sequencer.c:3358 builtin/rebase.c:268
5711
+#: sequencer.c:3409 builtin/rebase.c:298
5712
#, c-format
5713
msgid "Applied autostash.\n"
5714
msgstr "Automatischen Stash angewendet.\n"
5715
5291
-#: sequencer.c:3370
5716
+#: sequencer.c:3421
5717
#, c-format
5718
msgid "cannot store %s"
5719
msgstr "kann %s nicht speichern"
5720
5296
-#: sequencer.c:3373 builtin/rebase.c:284
5721
+#: sequencer.c:3424 builtin/rebase.c:314
5722
#, c-format
5723
msgid ""
5724
"Applying autostash resulted in conflicts.\n"
@@ -5304,31 +5729,31 @@ msgstr ""
5729
"Ihre Änderungen sind im Stash sicher.\n"
5730
"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"
5731
5307
-#: sequencer.c:3427
5732
+#: sequencer.c:3478
5733
#, c-format
5734
msgid "could not checkout %s"
5735
msgstr "Konnte %s nicht auschecken."
5736
5312
-#: sequencer.c:3441
5737
+#: sequencer.c:3492
5738
#, c-format
5739
msgid "%s: not a valid OID"
5740
msgstr "%s: keine gültige OID"
5741
5317
-#: sequencer.c:3446 git-rebase--preserve-merges.sh:724
5742
+#: sequencer.c:3497 git-rebase--preserve-merges.sh:724
5743
msgid "could not detach HEAD"
5744
msgstr "Konnte HEAD nicht loslösen"
5745
5321
-#: sequencer.c:3461
5746
+#: sequencer.c:3512
5747
#, c-format
5748
msgid "Stopped at HEAD\n"
5749
msgstr "Angehalten bei HEAD\n"
5750
5326
-#: sequencer.c:3463
5751
+#: sequencer.c:3514
5752
#, c-format
5753
msgid "Stopped at %s\n"
5754
msgstr "Angehalten bei %s\n"
5755
5331
-#: sequencer.c:3471
5756
+#: sequencer.c:3522
5757
#, c-format
5758
msgid ""
5759
"Could not execute the todo command\n"
@@ -5350,50 +5775,50 @@ msgstr ""
5775
" git rebase --edit-todo\n"
5776
" git rebase --continue\n"
5777
5353
-#: sequencer.c:3543
5778
+#: sequencer.c:3597
5779
#, c-format
5780
msgid "Stopped at %s... %.*s\n"
5781
msgstr "Angehalten bei %s... %.*s\n"
5782
5358
-#: sequencer.c:3622
5783
+#: sequencer.c:3677
5784
#, c-format
5785
msgid "unknown command %d"
5786
msgstr "Unbekannter Befehl %d"
5787
5363
-#: sequencer.c:3667
5788
+#: sequencer.c:3723
5789
msgid "could not read orig-head"
5790
msgstr "Konnte orig-head nicht lesen."
5791
5367
-#: sequencer.c:3672 sequencer.c:4741
5792
+#: sequencer.c:3728 sequencer.c:4805
5793
msgid "could not read 'onto'"
5794
msgstr "Konnte 'onto' nicht lesen."
5795
5371
-#: sequencer.c:3686
5796
+#: sequencer.c:3742
5797
#, c-format
5798
msgid "could not update HEAD to %s"
5799
msgstr "Konnte HEAD nicht auf %s aktualisieren."
5800
5376
-#: sequencer.c:3772
5801
+#: sequencer.c:3831
5802
msgid "cannot rebase: You have unstaged changes."
5803
msgstr ""
5804
"Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit\n"
5805
"vorgemerkt sind."
5806
5382
-#: sequencer.c:3781
5807
+#: sequencer.c:3840
5808
msgid "cannot amend non-existing commit"
5809
msgstr "Kann nicht existierenden Commit nicht nachbessern."
5810
5386
-#: sequencer.c:3783
5811
+#: sequencer.c:3842
5812
#, c-format
5813
msgid "invalid file: '%s'"
5814
msgstr "Ungültige Datei: '%s'"
5815
5391
-#: sequencer.c:3785
5816
+#: sequencer.c:3844
5817
#, c-format
5818
msgid "invalid contents: '%s'"
5819
msgstr "Ungültige Inhalte: '%s'"
5820
5396
-#: sequencer.c:3788
5821
+#: sequencer.c:3847
5822
msgid ""
5823
"\n"
5824
"You have uncommitted changes in your working tree. Please, commit them\n"
@@ -5404,47 +5829,47 @@ msgstr ""
5829
"committen Sie diese zuerst und führen Sie dann 'git rebase --continue'\n"
5830
"erneut aus."
5831
5407
-#: sequencer.c:3824 sequencer.c:3862
5832
+#: sequencer.c:3883 sequencer.c:3921
5833
#, c-format
5834
msgid "could not write file: '%s'"
5835
msgstr "Konnte Datei nicht schreiben: '%s'"
5836
5412
-#: sequencer.c:3877
5837
+#: sequencer.c:3936
5838
msgid "could not remove CHERRY_PICK_HEAD"
5839
msgstr "Konnte CHERRY_PICK_HEAD nicht löschen."
5840
This file is too large to show in full.