l10n: de.po: translate 72 new messages
Translate 72 new messages came from git.pot update in 18a907225 (l10n: git.pot: v2.16.0 round 1 (64 new, 25 removed)) and 005c62fe4 (l10n: git.pot: v2.16.0 round 2 (8 new, 4 removed)). Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Acked-by: Matthias Rüster <matthias.ruester@gmail.com>
Ralf Thielow committed
Jan 2, 2018 at 10:14 UTC
c9741bb98e59d6580145f4d1c9628faa1a22e623
1 file changed
+2172
-1934
po/de.po
+2172
-1934
@@ -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: 2017-10-17 09:44+0800\n"
10
+"POT-Creation-Date: 2018-01-07 07:50+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:58
20
+#: advice.c:62
21
#, c-format
22
msgid "hint: %.*s\n"
23
msgstr "Hinweis: %.*s\n"
24
25
-#: advice.c:86
25
+#: advice.c:90
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:88
31
+#: advice.c:92
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:90
36
+#: advice.c:94
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:92
41
+#: advice.c:96
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:94
46
+#: advice.c:98
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:96
51
+#: advice.c:100
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:104
56
+#: advice.c:108
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:112
65
+#: advice.c:116
66
msgid "Exiting because of an unresolved conflict."
67
msgstr "Beende wegen unaufgelöstem Konflikt."
68
69
-#: advice.c:117 builtin/merge.c:1211
69
+#: advice.c:121 builtin/merge.c:1213
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:119
73
+#: advice.c:123
74
msgid "Please, commit your changes before merging."
75
msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen."
76
77
-#: advice.c:120
77
+#: advice.c:124
78
msgid "Exiting because of unfinished merge."
79
msgstr "Beende wegen nicht abgeschlossenem Merge."
80
81
-#: advice.c:126
81
+#: advice.c:130
82
#, c-format
83
msgid ""
84
"Note: checking out '%s'.\n"
@@ -102,7 +102,8 @@ msgstr ""
102
"weiteren Checkout durchführen.\n"
103
"\n"
104
"Wenn Sie einen neuen Branch erstellen möchten, um Ihre erstellten Commits\n"
105
-"zu behalten, können Sie das (jetzt oder später) durch einen weiteren Checkout\n"
105
+"zu behalten, können Sie das (jetzt oder später) durch einen weiteren "
106
+"Checkout\n"
107
"mit der Option -b tun. Beispiel:\n"
108
"\n"
109
" git checkout -b <neuer-Branchname>\n"
@@ -118,89 +119,89 @@ msgstr "nicht erkannte Whitespace-Option: '%s'"
119
msgid "unrecognized whitespace ignore option '%s'"
120
msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
121
121
-#: apply.c:125
122
+#: apply.c:122
123
msgid "--reject and --3way cannot be used together."
124
msgstr "--reject und --3way können nicht gemeinsam verwendet werden."
125
125
-#: apply.c:127
126
+#: apply.c:124
127
msgid "--cached and --3way cannot be used together."
128
msgstr "--cached und --3way können nicht gemeinsam verwendet werden."
129
129
-#: apply.c:130
130
+#: apply.c:127
131
msgid "--3way outside a repository"
132
msgstr ""
133
"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
134
134
-#: apply.c:141
135
+#: apply.c:138
136
msgid "--index outside a repository"
137
msgstr ""
138
"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
139
139
-#: apply.c:144
140
+#: apply.c:141
141
msgid "--cached outside a repository"
142
msgstr ""
143
"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
144
144
-#: apply.c:845
145
+#: apply.c:821
146
#, c-format
147
msgid "Cannot prepare timestamp regexp %s"
148
msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
149
149
-#: apply.c:854
150
+#: apply.c:830
151
#, c-format
152
msgid "regexec returned %d for input: %s"
153
msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
154
154
-#: apply.c:928
155
+#: apply.c:904
156
#, c-format
157
msgid "unable to find filename in patch at line %d"
158
msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
159
159
-#: apply.c:966
160
+#: apply.c:942
161
#, c-format
162
msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
163
msgstr ""
164
"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
165
"%d"
166
166
-#: apply.c:972
167
+#: apply.c:948
168
#, c-format
169
msgid "git apply: bad git-diff - inconsistent new filename on line %d"
170
msgstr ""
171
"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
172
172
-#: apply.c:973
173
+#: apply.c:949
174
#, c-format
175
msgid "git apply: bad git-diff - inconsistent old filename on line %d"
176
msgstr ""
177
"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
178
178
-#: apply.c:978
179
+#: apply.c:954
180
#, c-format
181
msgid "git apply: bad git-diff - expected /dev/null on line %d"
182
msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
183
183
-#: apply.c:1007
184
+#: apply.c:983
185
#, c-format
186
msgid "invalid mode on line %d: %s"
187
msgstr "Ungültiger Modus in Zeile %d: %s"
188
188
-#: apply.c:1325
189
+#: apply.c:1301
190
#, c-format
191
msgid "inconsistent header lines %d and %d"
192
msgstr "Inkonsistente Kopfzeilen %d und %d."
193
193
-#: apply.c:1497
194
+#: apply.c:1473
195
#, c-format
196
msgid "recount: unexpected line: %.*s"
197
msgstr "recount: unerwartete Zeile: %.*s"
198
198
-#: apply.c:1566
199
+#: apply.c:1542
200
#, c-format
201
msgid "patch fragment without header at line %d: %.*s"
202
msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
203
203
-#: apply.c:1586
204
+#: apply.c:1562
205
#, c-format
206
msgid ""
207
"git diff header lacks filename information when removing %d leading pathname "
@@ -215,72 +216,72 @@ msgstr[1] ""
216
"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
217
"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
218
218
-#: apply.c:1599
219
+#: apply.c:1575
220
#, c-format
221
msgid "git diff header lacks filename information (line %d)"
222
msgstr ""
223
"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile "
224
"%d)"
225
225
-#: apply.c:1787
226
+#: apply.c:1763
227
msgid "new file depends on old contents"
228
msgstr "neue Datei hängt von alten Inhalten ab"
229
229
-#: apply.c:1789
230
+#: apply.c:1765
231
msgid "deleted file still has contents"
232
msgstr "entfernte Datei hat noch Inhalte"
233
233
-#: apply.c:1823
234
+#: apply.c:1799
235
#, c-format
236
msgid "corrupt patch at line %d"
237
msgstr "fehlerhafter Patch bei Zeile %d"
238
238
-#: apply.c:1860
239
+#: apply.c:1836
240
#, c-format
241
msgid "new file %s depends on old contents"
242
msgstr "neue Datei %s hängt von alten Inhalten ab"
243
243
-#: apply.c:1862
244
+#: apply.c:1838
245
#, c-format
246
msgid "deleted file %s still has contents"
247
msgstr "entfernte Datei %s hat noch Inhalte"
248
248
-#: apply.c:1865
249
+#: apply.c:1841
250
#, c-format
251
msgid "** warning: file %s becomes empty but is not deleted"
252
msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
253
253
-#: apply.c:2012
254
+#: apply.c:1988
255
#, c-format
256
msgid "corrupt binary patch at line %d: %.*s"
257
msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
258
258
-#: apply.c:2049
259
+#: apply.c:2025
260
#, c-format
261
msgid "unrecognized binary patch at line %d"
262
msgstr "nicht erkannter Binär-Patch bei Zeile %d"
263
263
-#: apply.c:2209
264
+#: apply.c:2185
265
#, c-format
266
msgid "patch with only garbage at line %d"
267
msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
268
268
-#: apply.c:2295
269
+#: apply.c:2271
270
#, c-format
271
msgid "unable to read symlink %s"
272
msgstr "konnte symbolische Verknüpfung %s nicht lesen"
273
273
-#: apply.c:2299
274
+#: apply.c:2275
275
#, c-format
276
msgid "unable to open or read %s"
277
msgstr "konnte %s nicht öffnen oder lesen"
278
278
-#: apply.c:2958
279
+#: apply.c:2934
280
#, c-format
281
msgid "invalid start of line: '%c'"
282
msgstr "Ungültiger Zeilenanfang: '%c'"
283
283
-#: apply.c:3077
284
+#: apply.c:3055
285
#, c-format
286
msgid "Hunk #%d succeeded at %d (offset %d line)."
287
msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -288,12 +289,12 @@ msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
289
msgstr[1] ""
290
"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
291
291
-#: apply.c:3089
292
+#: apply.c:3067
293
#, c-format
294
msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
295
msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
296
296
-#: apply.c:3095
297
+#: apply.c:3073
298
#, c-format
299
msgid ""
300
"while searching for:\n"
@@ -302,25 +303,25 @@ msgstr ""
303
"bei der Suche nach:\n"
304
"%.*s"
305
305
-#: apply.c:3117
306
+#: apply.c:3095
307
#, c-format
308
msgid "missing binary patch data for '%s'"
309
msgstr "keine Daten in Binär-Patch für '%s'"
310
310
-#: apply.c:3125
311
+#: apply.c:3103
312
#, c-format
313
msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
314
msgstr ""
315
"kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n"
316
"umgekehrten Patch-Block auf '%s'"
317
317
-#: apply.c:3171
318
+#: apply.c:3149
319
#, c-format
320
msgid "cannot apply binary patch to '%s' without full index line"
321
msgstr ""
322
"kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
323
323
-#: apply.c:3181
324
+#: apply.c:3159
325
#, c-format
326
msgid ""
327
"the patch applies to '%s' (%s), which does not match the current contents."
@@ -328,435 +329,436 @@ msgstr ""
329
"der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
330
"entspricht"
331
331
-#: apply.c:3189
332
+#: apply.c:3167
333
#, c-format
334
msgid "the patch applies to an empty '%s' but it is not empty"
335
msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist"
336
336
-#: apply.c:3207
337
+#: apply.c:3185
338
#, c-format
339
msgid "the necessary postimage %s for '%s' cannot be read"
340
msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden"
341
341
-#: apply.c:3220
342
+#: apply.c:3198
343
#, c-format
344
msgid "binary patch does not apply to '%s'"
345
msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
346
346
-#: apply.c:3226
347
+#: apply.c:3204
348
#, c-format
349
msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
350
msgstr ""
351
"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
352
352
-#: apply.c:3247
353
+#: apply.c:3225
354
#, c-format
355
msgid "patch failed: %s:%ld"
356
msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
357
357
-#: apply.c:3369
358
+#: apply.c:3347
359
#, c-format
360
msgid "cannot checkout %s"
361
msgstr "kann %s nicht auschecken"
362
362
-#: apply.c:3418 apply.c:3429 apply.c:3475 setup.c:277
363
+#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
364
#, c-format
365
msgid "failed to read %s"
366
msgstr "Fehler beim Lesen von %s"
367
367
-#: apply.c:3426
368
+#: apply.c:3404
369
#, c-format
370
msgid "reading from '%s' beyond a symbolic link"
371
msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
372
372
-#: apply.c:3455 apply.c:3695
373
+#: apply.c:3433 apply.c:3673
374
#, c-format
375
msgid "path %s has been renamed/deleted"
376
msgstr "Pfad %s wurde umbenannt/gelöscht"
377
377
-#: apply.c:3538 apply.c:3709
378
+#: apply.c:3516 apply.c:3687
379
#, c-format
380
msgid "%s: does not exist in index"
381
msgstr "%s ist nicht im Index"
382
382
-#: apply.c:3547 apply.c:3717
383
+#: apply.c:3525 apply.c:3695
384
#, c-format
385
msgid "%s: does not match index"
386
msgstr "%s entspricht nicht der Version im Index"
387
387
-#: apply.c:3582
388
+#: apply.c:3560
389
msgid "repository lacks the necessary blob to fall back on 3-way merge."
390
msgstr ""
391
"Dem Repository fehlt der notwendige Blob, um auf einen 3-Wege-Merge\n"
392
"zurückzufallen."
393
393
-#: apply.c:3585
394
+#: apply.c:3563
395
#, c-format
396
msgid "Falling back to three-way merge...\n"
397
msgstr "Falle zurück auf 3-Wege-Merge ...\n"
398
398
-#: apply.c:3601 apply.c:3605
399
+#: apply.c:3579 apply.c:3583
400
#, c-format
401
msgid "cannot read the current contents of '%s'"
402
msgstr "kann aktuelle Inhalte von '%s' nicht lesen"
403
403
-#: apply.c:3617
404
+#: apply.c:3595
405
#, c-format
406
msgid "Failed to fall back on three-way merge...\n"
407
msgstr "Fehler beim Zurückfallen auf 3-Wege-Merge...\n"
408
408
-#: apply.c:3631
409
+#: apply.c:3609
410
#, c-format
411
msgid "Applied patch to '%s' with conflicts.\n"
412
msgstr "Patch auf '%s' mit Konflikten angewendet.\n"
413
413
-#: apply.c:3636
414
+#: apply.c:3614
415
#, c-format
416
msgid "Applied patch to '%s' cleanly.\n"
417
msgstr "Patch auf '%s' sauber angewendet.\n"
418
418
-#: apply.c:3662
419
+#: apply.c:3640
420
msgid "removal patch leaves file contents"
421
msgstr "Lösch-Patch hinterlässt Dateiinhalte"
422
422
-#: apply.c:3734
423
+#: apply.c:3712
424
#, c-format
425
msgid "%s: wrong type"
426
msgstr "%s: falscher Typ"
427
427
-#: apply.c:3736
428
+#: apply.c:3714
429
#, c-format
430
msgid "%s has type %o, expected %o"
431
msgstr "%s ist vom Typ %o, erwartete %o"
432
432
-#: apply.c:3886 apply.c:3888
433
+#: apply.c:3864 apply.c:3866
434
#, c-format
435
msgid "invalid path '%s'"
436
msgstr "Ungültiger Pfad '%s'"
437
437
-#: apply.c:3944
438
+#: apply.c:3922
439
#, c-format
440
msgid "%s: already exists in index"
441
msgstr "%s ist bereits bereitgestellt"
442
442
-#: apply.c:3947
443
+#: apply.c:3925
444
#, c-format
445
msgid "%s: already exists in working directory"
446
msgstr "%s existiert bereits im Arbeitsverzeichnis"
447
447
-#: apply.c:3967
448
+#: apply.c:3945
449
#, c-format
450
msgid "new mode (%o) of %s does not match old mode (%o)"
451
msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
452
452
-#: apply.c:3972
453
+#: apply.c:3950
454
#, c-format
455
msgid "new mode (%o) of %s does not match old mode (%o) of %s"
456
msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
457
457
-#: apply.c:3992
458
+#: apply.c:3970
459
#, c-format
460
msgid "affected file '%s' is beyond a symbolic link"
461
msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"
462
462
-#: apply.c:3996
463
+#: apply.c:3974
464
#, c-format
465
msgid "%s: patch does not apply"
466
msgstr "%s: Patch konnte nicht angewendet werden"
467
467
-#: apply.c:4011
468
+#: apply.c:3989
469
#, c-format
470
msgid "Checking patch %s..."
471
msgstr "Prüfe Patch %s ..."
472
472
-#: apply.c:4102
473
+#: apply.c:4080
474
#, c-format
475
msgid "sha1 information is lacking or useless for submodule %s"
476
msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s"
477
477
-#: apply.c:4109
478
+#: apply.c:4087
479
#, c-format
480
msgid "mode change for %s, which is not in current HEAD"
481
msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet"
482
482
-#: apply.c:4112
483
+#: apply.c:4090
484
#, c-format
485
msgid "sha1 information is lacking or useless (%s)."
486
msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
487
487
-#: apply.c:4117 builtin/checkout.c:235 builtin/reset.c:148
488
+#: apply.c:4095 builtin/checkout.c:236 builtin/reset.c:148
489
#, c-format
490
msgid "make_cache_entry failed for path '%s'"
491
msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
492
492
-#: apply.c:4121
493
+#: apply.c:4099
494
#, c-format
495
msgid "could not add %s to temporary index"
496
msgstr "konnte %s nicht zum temporären Index hinzufügen"
497
497
-#: apply.c:4131
498
+#: apply.c:4109
499
#, c-format
500
msgid "could not write temporary index to %s"
501
msgstr "konnte temporären Index nicht nach %s schreiben"
502
502
-#: apply.c:4269
503
+#: apply.c:4247
504
#, c-format
505
msgid "unable to remove %s from index"
506
msgstr "konnte %s nicht aus dem Index entfernen"
507
507
-#: apply.c:4304
508
+#: apply.c:4282
509
#, c-format
510
msgid "corrupt patch for submodule %s"
511
msgstr "fehlerhafter Patch für Submodul %s"
512
512
-#: apply.c:4310
513
+#: apply.c:4288
514
#, c-format
515
msgid "unable to stat newly created file '%s'"
516
msgstr "konnte neu erstellte Datei '%s' nicht lesen"
517
517
-#: apply.c:4318
518
+#: apply.c:4296
519
#, c-format
520
msgid "unable to create backing store for newly created file %s"
521
msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
522
522
-#: apply.c:4324 apply.c:4468
523
+#: apply.c:4302 apply.c:4446
524
#, c-format
525
msgid "unable to add cache entry for %s"
526
msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
527
527
-#: apply.c:4365
528
+#: apply.c:4343
529
#, c-format
530
msgid "failed to write to '%s'"
531
msgstr "Fehler beim Schreiben nach '%s'"
532
532
-#: apply.c:4369
533
+#: apply.c:4347
534
#, c-format
535
msgid "closing file '%s'"
536
msgstr "schließe Datei '%s'"
537
537
-#: apply.c:4439
538
+#: apply.c:4417
539
#, c-format
540
msgid "unable to write file '%s' mode %o"
541
msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
542
542
-#: apply.c:4537
543
+#: apply.c:4515
544
#, c-format
545
msgid "Applied patch %s cleanly."
546
msgstr "Patch %s sauber angewendet"
547
547
-#: apply.c:4545
548
+#: apply.c:4523
549
msgid "internal error"
550
msgstr "interner Fehler"
551
551
-#: apply.c:4548
552
+#: apply.c:4526
553
#, c-format
554
msgid "Applying patch %%s with %d reject..."
555
msgid_plural "Applying patch %%s with %d rejects..."
556
msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
557
msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
558
558
-#: apply.c:4559
559
+#: apply.c:4537
560
#, c-format
561
msgid "truncating .rej filename to %.*s.rej"
562
msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
563
563
-#: apply.c:4567 builtin/fetch.c:760 builtin/fetch.c:1010
564
+#: apply.c:4545 builtin/fetch.c:761 builtin/fetch.c:1011
565
#, c-format
566
msgid "cannot open %s"
567
msgstr "kann '%s' nicht öffnen"
568
568
-#: apply.c:4581
569
+#: apply.c:4559
570
#, c-format
571
msgid "Hunk #%d applied cleanly."
572
msgstr "Patch-Bereich #%d sauber angewendet."
573
573
-#: apply.c:4585
574
+#: apply.c:4563
575
#, c-format
576
msgid "Rejected hunk #%d."
577
msgstr "Patch-Block #%d zurückgewiesen."
578
578
-#: apply.c:4695
579
+#: apply.c:4673
580
#, c-format
581
msgid "Skipped patch '%s'."
582
msgstr "Patch '%s' ausgelassen."
583
583
-#: apply.c:4703
584
+#: apply.c:4681
585
msgid "unrecognized input"
586
msgstr "nicht erkannte Eingabe"
587
587
-#: apply.c:4722
588
+#: apply.c:4700
589
msgid "unable to read index file"
590
msgstr "Konnte Index-Datei nicht lesen"
591
591
-#: apply.c:4859
592
+#: apply.c:4837
593
#, c-format
594
msgid "can't open patch '%s': %s"
595
msgstr "kann Patch '%s' nicht öffnen: %s"
596
596
-#: apply.c:4886
597
+#: apply.c:4864
598
#, c-format
599
msgid "squelched %d whitespace error"
600
msgid_plural "squelched %d whitespace errors"
601
msgstr[0] "unterdrückte %d Whitespace-Fehler"
602
msgstr[1] "unterdrückte %d Whitespace-Fehler"
603
603
-#: apply.c:4892 apply.c:4907
604
+#: apply.c:4870 apply.c:4885
605
#, c-format
606
msgid "%d line adds whitespace errors."
607
msgid_plural "%d lines add whitespace errors."
608
msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
609
msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
610
610
-#: apply.c:4900
611
+#: apply.c:4878
612
#, c-format
613
msgid "%d line applied after fixing whitespace errors."
614
msgid_plural "%d lines applied after fixing whitespace errors."
615
msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet."
616
msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet."
617
617
-#: apply.c:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390
618
+#: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
619
msgid "Unable to write new index file"
620
msgstr "Konnte neue Index-Datei nicht schreiben."
621
621
-#: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259
622
-#: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187
623
-#: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622
624
-#: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992
625
-#: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212
622
+#: apply.c:4921 apply.c:4924 builtin/am.c:2220 builtin/am.c:2223
623
+#: builtin/clone.c:116 builtin/fetch.c:116 builtin/pull.c:193
624
+#: builtin/submodule--helper.c:369 builtin/submodule--helper.c:860
625
+#: builtin/submodule--helper.c:863 builtin/submodule--helper.c:1230
626
+#: builtin/submodule--helper.c:1233 builtin/submodule--helper.c:1450
627
#: git-add--interactive.perl:197
628
msgid "path"
629
msgstr "Pfad"
630
630
-#: apply.c:4948
631
+#: apply.c:4922
632
msgid "don't apply changes matching the given path"
633
msgstr "keine Änderungen im angegebenen Pfad anwenden"
634
634
-#: apply.c:4951
635
+#: apply.c:4925
636
msgid "apply changes matching the given path"
637
msgstr "Änderungen nur im angegebenen Pfad anwenden"
638
638
-#: apply.c:4953 builtin/am.c:2265
639
+#: apply.c:4927 builtin/am.c:2229
640
msgid "num"
641
msgstr "Anzahl"
642
642
-#: apply.c:4954
643
+#: apply.c:4928
644
msgid "remove <num> leading slashes from traditional diff paths"
645
msgstr ""
646
"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
647
"entfernen"
648
648
-#: apply.c:4957
649
+#: apply.c:4931
650
msgid "ignore additions made by the patch"
651
msgstr "hinzugefügte Zeilen des Patches ignorieren"
652
652
-#: apply.c:4959
653
+#: apply.c:4933
654
msgid "instead of applying the patch, output diffstat for the input"
655
msgstr ""
656
"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
657
"ausgegeben"
658
658
-#: apply.c:4963
659
+#: apply.c:4937
660
msgid "show number of added and deleted lines in decimal notation"
661
msgstr ""
662
"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
663
663
-#: apply.c:4965
664
+#: apply.c:4939
665
msgid "instead of applying the patch, output a summary for the input"
666
msgstr ""
667
"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
668
"ausgeben"
669
669
-#: apply.c:4967
670
+#: apply.c:4941
671
msgid "instead of applying the patch, see if the patch is applicable"
672
msgstr ""
673
"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
674
674
-#: apply.c:4969
675
+#: apply.c:4943
676
msgid "make sure the patch is applicable to the current index"
677
msgstr ""
678
"sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
679
679
-#: apply.c:4971
680
+#: apply.c:4945
681
msgid "apply a patch without touching the working tree"
682
msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
683
683
-#: apply.c:4973
684
+#: apply.c:4947
685
msgid "accept a patch that touches outside the working area"
686
msgstr ""
687
"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
688
688
-#: apply.c:4975
689
+#: apply.c:4949
690
msgid "also apply the patch (use with --stat/--summary/--check)"
691
msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
692
692
-#: apply.c:4977
693
+#: apply.c:4951
694
msgid "attempt three-way merge if a patch does not apply"
695
msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
696
696
-#: apply.c:4979
697
+#: apply.c:4953
698
msgid "build a temporary index based on embedded index information"
699
msgstr ""
700
"einen temporären Index, basierend auf den integrierten Index-Informationen, "
701
"erstellen"
702
702
-#: apply.c:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513
703
+#: apply.c:4956 builtin/checkout-index.c:168 builtin/ls-files.c:515
704
msgid "paths are separated with NUL character"
705
msgstr "Pfade sind getrennt durch NUL Zeichen"
706
706
-#: apply.c:4984
707
+#: apply.c:4958
708
msgid "ensure at least <n> lines of context match"
709
msgstr ""
710
"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
711
711
-#: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95
712
+#: apply.c:4959 builtin/am.c:2208 builtin/interpret-trailers.c:95
713
#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
714
+#: builtin/pack-objects.c:3009
715
msgid "action"
716
msgstr "Aktion"
717
716
-#: apply.c:4986
718
+#: apply.c:4960
719
msgid "detect new or modified lines that have whitespace errors"
720
msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
721
720
-#: apply.c:4989 apply.c:4992
722
+#: apply.c:4963 apply.c:4966
723
msgid "ignore changes in whitespace when finding context"
724
msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
725
724
-#: apply.c:4995
726
+#: apply.c:4969
727
msgid "apply the patch in reverse"
728
msgstr "den Patch in umgekehrter Reihenfolge anwenden"
729
728
-#: apply.c:4997
730
+#: apply.c:4971
731
msgid "don't expect at least one line of context"
732
msgstr "keinen Kontext erwarten"
733
732
-#: apply.c:4999
734
+#: apply.c:4973
735
msgid "leave the rejected hunks in corresponding *.rej files"
736
msgstr ""
737
"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
738
737
-#: apply.c:5001
739
+#: apply.c:4975
740
msgid "allow overlapping hunks"
741
msgstr "sich überlappende Patch-Blöcke erlauben"
742
741
-#: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21
742
-#: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640
743
-#: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125
743
+#: apply.c:4976 builtin/add.c:292 builtin/check-ignore.c:21
744
+#: builtin/commit.c:1361 builtin/count-objects.c:96 builtin/fsck.c:640
745
+#: builtin/log.c:1896 builtin/mv.c:123 builtin/read-tree.c:125
746
msgid "be verbose"
747
msgstr "erweiterte Ausgaben"
748
747
-#: apply.c:5004
749
+#: apply.c:4978
750
msgid "tolerate incorrectly detected missing new-line at the end of file"
751
msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
752
751
-#: apply.c:5007
753
+#: apply.c:4981
754
msgid "do not trust the line counts in the hunk headers"
755
msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
756
755
-#: apply.c:5009 builtin/am.c:2253
757
+#: apply.c:4983 builtin/am.c:2217
758
msgid "root"
759
msgstr "Wurzelverzeichnis"
760
759
-#: apply.c:5010
761
+#: apply.c:4984
762
msgid "prepend <root> to all filenames"
763
msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
764
@@ -779,7 +781,7 @@ msgstr ""
781
msgid "git archive --remote <repo> [--exec <cmd>] --list"
782
msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
783
782
-#: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299
784
+#: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
785
#, c-format
786
msgid "pathspec '%s' did not match any files"
787
msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
@@ -792,7 +794,7 @@ msgstr "Format"
794
msgid "archive format"
795
msgstr "Archivformat"
796
795
-#: archive.c:437 builtin/log.c:1452
797
+#: archive.c:437 builtin/log.c:1459
798
msgid "prefix"
799
msgstr "Präfix"
800
@@ -800,9 +802,9 @@ msgstr "Präfix"
802
msgid "prepend prefix to each pathname in the archive"
803
msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
804
803
-#: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
804
-#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859
805
-#: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550
805
+#: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:62
806
+#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:861
807
+#: builtin/hash-object.c:102 builtin/ls-files.c:551 builtin/ls-files.c:554
808
#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
809
#: parse-options.h:153
810
msgid "file"
@@ -837,7 +839,7 @@ msgid "list supported archive formats"
839
msgstr "unterstützte Archivformate auflisten"
840
841
#: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
840
-#: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001
842
+#: builtin/submodule--helper.c:872 builtin/submodule--helper.c:1239
843
msgid "repo"
844
msgstr "Repository"
845
@@ -888,22 +890,22 @@ msgstr ""
890
"Verneinende Muster werden in Git-Attributen ignoriert.\n"
891
"Benutzen Sie '\\!' für führende Ausrufezeichen."
892
891
-#: bisect.c:447
893
+#: bisect.c:458
894
#, c-format
895
msgid "Badly quoted content in file '%s': %s"
896
msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s"
897
896
-#: bisect.c:655
898
+#: bisect.c:666
899
#, c-format
900
msgid "We cannot bisect more!\n"
901
msgstr "Keine binäre Suche mehr möglich!\n"
902
901
-#: bisect.c:708
903
+#: bisect.c:720
904
#, c-format
905
msgid "Not a valid commit name %s"
906
msgstr "%s ist kein gültiger Commit-Name"
907
906
-#: bisect.c:732
908
+#: bisect.c:744
909
#, c-format
910
msgid ""
911
"The merge base %s is bad.\n"
@@ -912,7 +914,7 @@ msgstr ""
914
"Die Merge-Basis %s ist fehlerhaft.\n"
915
"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n"
916
915
-#: bisect.c:737
917
+#: bisect.c:749
918
#, c-format
919
msgid ""
920
"The merge base %s is new.\n"
@@ -921,7 +923,7 @@ msgstr ""
923
"Die Merge-Basis %s ist neu.\n"
924
"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n"
925
924
-#: bisect.c:742
926
+#: bisect.c:754
927
#, c-format
928
msgid ""
929
"The merge base %s is %s.\n"
@@ -930,7 +932,7 @@ msgstr ""
932
"Die Merge-Basis %s ist %s.\n"
933
"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n"
934
933
-#: bisect.c:750
935
+#: bisect.c:762
936
#, c-format
937
msgid ""
938
"Some %s revs are not ancestors of the %s rev.\n"
@@ -941,7 +943,7 @@ msgstr ""
943
"git bisect kann in diesem Fall nicht richtig arbeiten.\n"
944
"Vielleicht verwechselten Sie %s und %s Commits?\n"
945
944
-#: bisect.c:763
946
+#: bisect.c:775
947
#, c-format
948
msgid ""
949
"the merge base between %s and [%s] must be skipped.\n"
@@ -953,36 +955,36 @@ msgstr ""
955
"erste %s Commit zwischen %s und %s befindet.\n"
956
"Es wird dennoch fortgesetzt."
957
956
-#: bisect.c:798
958
+#: bisect.c:810
959
#, c-format
960
msgid "Bisecting: a merge base must be tested\n"
961
msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
962
961
-#: bisect.c:850
963
+#: bisect.c:862
964
#, c-format
965
msgid "a %s revision is needed"
966
msgstr "ein %s Commit wird benötigt"
967
966
-#: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234
968
+#: bisect.c:879 builtin/notes.c:175 builtin/tag.c:234
969
#, c-format
970
msgid "could not create file '%s'"
971
msgstr "konnte Datei '%s' nicht erstellen"
972
971
-#: bisect.c:918
973
+#: bisect.c:930
974
#, c-format
975
msgid "could not read file '%s'"
976
msgstr "Konnte Datei '%s' nicht lesen"
977
976
-#: bisect.c:948
978
+#: bisect.c:960
979
msgid "reading bisect refs failed"
980
msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
981
980
-#: bisect.c:968
982
+#: bisect.c:979
983
#, c-format
984
msgid "%s was both %s and %s\n"
985
msgstr "%s war sowohl %s als auch %s\n"
986
985
-#: bisect.c:976
987
+#: bisect.c:987
988
#, c-format
989
msgid ""
990
"No testable commit found.\n"
@@ -991,7 +993,7 @@ msgstr ""
993
"Kein testbarer Commit gefunden.\n"
994
"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
995
994
-#: bisect.c:995
996
+#: bisect.c:1006
997
#, c-format
998
msgid "(roughly %d step)"
999
msgid_plural "(roughly %d steps)"
@@ -1001,7 +1003,7 @@ msgstr[1] "(ungefähr %d Schritte)"
1003
#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1004
#. steps)" translation.
1005
#.
1004
-#: bisect.c:1001
1006
+#: bisect.c:1012
1007
#, c-format
1008
msgid "Bisecting: %d revision left to test after this %s\n"
1009
msgid_plural "Bisecting: %d revisions left to test after this %s\n"
@@ -1024,9 +1026,9 @@ msgstr ""
1026
"endgültigen\n"
1027
"Commits"
1028
1027
-#: blame.c:1797 bundle.c:169 ref-filter.c:1947 sequencer.c:1168
1028
-#: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:911
1029
-#: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:369
1029
+#: blame.c:1797 bundle.c:169 ref-filter.c:1981 sequencer.c:1177
1030
+#: sequencer.c:2370 builtin/commit.c:1066 builtin/log.c:364 builtin/log.c:918
1031
+#: builtin/log.c:1368 builtin/log.c:1697 builtin/log.c:1945 builtin/merge.c:369
1032
#: builtin/shortlog.c:191
1033
msgid "revision walk setup failed"
1034
msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
@@ -1118,33 +1120,33 @@ msgstr ""
1120
"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist "
1121
"mehrdeutig."
1122
1121
-#: branch.c:185
1123
+#: branch.c:189
1124
#, c-format
1125
msgid "'%s' is not a valid branch name."
1126
msgstr "'%s' ist kein gültiger Branchname."
1127
1126
-#: branch.c:190
1128
+#: branch.c:208
1129
#, c-format
1130
msgid "A branch named '%s' already exists."
1131
msgstr "Branch '%s' existiert bereits."
1132
1131
-#: branch.c:197
1133
+#: branch.c:213
1134
msgid "Cannot force update the current branch."
1135
msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."
1136
1135
-#: branch.c:217
1137
+#: branch.c:233
1138
#, c-format
1139
msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1140
msgstr ""
1141
"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein "
1142
"Branch."
1143
1142
-#: branch.c:219
1144
+#: branch.c:235
1145
#, c-format
1146
msgid "the requested upstream branch '%s' does not exist"
1147
msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"
1148
1147
-#: branch.c:221
1149
+#: branch.c:237
1150
msgid ""
1151
"\n"
1152
"If you are planning on basing your work on an upstream\n"
@@ -1165,27 +1167,27 @@ msgstr ""
1167
"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n"
1168
"zu konfigurieren."
1169
1168
-#: branch.c:264
1170
+#: branch.c:280
1171
#, c-format
1172
msgid "Not a valid object name: '%s'."
1173
msgstr "Ungültiger Objekt-Name: '%s'"
1174
1173
-#: branch.c:284
1175
+#: branch.c:300
1176
#, c-format
1177
msgid "Ambiguous object name: '%s'."
1178
msgstr "mehrdeutiger Objekt-Name: '%s'"
1179
1178
-#: branch.c:289
1180
+#: branch.c:305
1181
#, c-format
1182
msgid "Not a valid branch point: '%s'."
1183
msgstr "Ungültiger Branchpunkt: '%s'"
1184
1183
-#: branch.c:343
1185
+#: branch.c:359
1186
#, c-format
1187
msgid "'%s' is already checked out at '%s'"
1188
msgstr "'%s' ist bereits in '%s' ausgecheckt"
1189
1188
-#: branch.c:366
1190
+#: branch.c:382
1191
#, c-format
1192
msgid "HEAD of working tree %s is not updated"
1193
msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
@@ -1200,9 +1202,8 @@ msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1202
msgid "unrecognized header: %s%s (%d)"
1203
msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1204
1203
-#: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:2500
1204
-#: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:2807
1205
-#: sequencer.c:2949 builtin/commit.c:782
1205
+#: bundle.c:88 sequencer.c:1360 sequencer.c:1807 sequencer.c:2637
1206
+#: sequencer.c:2663 sequencer.c:2754 sequencer.c:2856 builtin/commit.c:782
1207
#, c-format
1208
msgid "could not open '%s'"
1209
msgstr "Konnte '%s' nicht öffnen"
@@ -1246,7 +1247,7 @@ msgstr "\"rev-list\" abgebrochen"
1247
msgid "ref '%s' is excluded by the rev-list options"
1248
msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
1249
1249
-#: bundle.c:453 builtin/log.c:174 builtin/log.c:1597 builtin/shortlog.c:296
1250
+#: bundle.c:453 builtin/log.c:181 builtin/log.c:1604 builtin/shortlog.c:296
1251
#, c-format
1252
msgid "unrecognized argument: %s"
1253
msgstr "nicht erkanntes Argument: %s"
@@ -1269,8 +1270,8 @@ msgstr "Erstellung der Paketindexdatei abgebrochen"
1270
msgid "invalid color value: %.*s"
1271
msgstr "Ungültiger Farbwert: %.*s"
1272
1272
-#: commit.c:41 sequencer.c:1600 builtin/am.c:421 builtin/am.c:465
1273
-#: builtin/am.c:1467 builtin/am.c:2105
1273
+#: commit.c:41 sequencer.c:1614 builtin/am.c:421 builtin/am.c:465
1274
+#: builtin/am.c:1434 builtin/am.c:2069
1275
#, c-format
1276
msgid "could not parse %s"
1277
msgstr "konnte %s nicht parsen"
@@ -1280,7 +1281,7 @@ msgstr "konnte %s nicht parsen"
1281
msgid "%s %s is not a commit!"
1282
msgstr "%s %s ist kein Commit!"
1283
1283
-#: commit.c:1517
1284
+#: commit.c:1524
1285
msgid ""
1286
"Warning: commit message did not conform to UTF-8.\n"
1287
"You may want to amend it after fixing the message, or set the config\n"
@@ -1292,182 +1293,187 @@ msgstr ""
1293
"Encoding,\n"
1294
"welches von ihrem Projekt verwendet wird.\n"
1295
1295
-#: compat/obstack.c:406 compat/obstack.c:408
1296
+#: compat/obstack.c:405 compat/obstack.c:407
1297
msgid "memory exhausted"
1298
msgstr "Speicher verbraucht"
1299
1299
-#: config.c:187
1300
+#: config.c:186
1301
msgid "relative config include conditionals must come from files"
1302
msgstr ""
1303
"Bedingungen für das Einbinden von Konfigurationen aus relativen Pfaden "
1304
"müssen\n"
1305
"aus Dateien kommen."
1306
1306
-#: config.c:721
1307
+#: config.c:720
1308
#, c-format
1309
msgid "bad config line %d in blob %s"
1310
msgstr "Ungültige Konfigurationszeile %d in Blob %s"
1311
1311
-#: config.c:725
1312
+#: config.c:724
1313
#, c-format
1314
msgid "bad config line %d in file %s"
1315
msgstr "Ungültige Konfigurationszeile %d in Datei %s"
1316
1316
-#: config.c:729
1317
+#: config.c:728
1318
#, c-format
1319
msgid "bad config line %d in standard input"
1320
msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
1321
1321
-#: config.c:733
1322
+#: config.c:732
1323
#, c-format
1324
msgid "bad config line %d in submodule-blob %s"
1325
msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
1326
1326
-#: config.c:737
1327
+#: config.c:736
1328
#, c-format
1329
msgid "bad config line %d in command line %s"
1330
msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
1331
1331
-#: config.c:741
1332
+#: config.c:740
1333
#, c-format
1334
msgid "bad config line %d in %s"
1335
msgstr "Ungültige Konfigurationszeile %d in %s"
1336
1336
-#: config.c:869
1337
+#: config.c:868
1338
msgid "out of range"
1339
msgstr "Außerhalb des Bereichs"
1340
1340
-#: config.c:869
1341
+#: config.c:868
1342
msgid "invalid unit"
1343
msgstr "Ungültige Einheit"
1344
1344
-#: config.c:875
1345
+#: config.c:874
1346
#, c-format
1347
msgid "bad numeric config value '%s' for '%s': %s"
1348
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
1349
1349
-#: config.c:880
1350
+#: config.c:879
1351
#, c-format
1352
msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1353
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
1354
1354
-#: config.c:883
1355
+#: config.c:882
1356
#, c-format
1357
msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1358
msgstr ""
1359
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
1360
1360
-#: config.c:886
1361
+#: config.c:885
1362
#, c-format
1363
msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1364
msgstr ""
1365
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: "
1366
"%s"
1367
1367
-#: config.c:889
1368
+#: config.c:888
1369
#, c-format
1370
msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1371
msgstr ""
1372
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: "
1373
"%s"
1374
1374
-#: config.c:892
1375
+#: config.c:891
1376
#, c-format
1377
msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1378
msgstr ""
1379
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: "
1380
"%s"
1381
1381
-#: config.c:895
1382
+#: config.c:894
1383
#, c-format
1384
msgid "bad numeric config value '%s' for '%s' in %s: %s"
1385
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
1386
1386
-#: config.c:990
1387
+#: config.c:989
1388
#, c-format
1389
msgid "failed to expand user dir in: '%s'"
1390
msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
1391
1391
-#: config.c:1085 config.c:1096
1392
+#: config.c:998
1393
+#, c-format
1394
+msgid "'%s' for '%s' is not a valid timestamp"
1395
+msgstr "'%s' ist kein gültiger Zeitstempel für '%s'"
1396
+
1397
+#: config.c:1094 config.c:1105
1398
#, c-format
1399
msgid "bad zlib compression level %d"
1400
msgstr "ungültiger zlib Komprimierungsgrad %d"
1401
1396
-#: config.c:1213
1402
+#: config.c:1222
1403
#, c-format
1404
msgid "invalid mode for object creation: %s"
1405
msgstr "Ungültiger Modus für Objekterstellung: %s"
1406
1401
-#: config.c:1372
1407
+#: config.c:1378
1408
#, c-format
1409
msgid "bad pack compression level %d"
1410
msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"
1411
1406
-#: config.c:1568
1412
+#: config.c:1574
1413
msgid "unable to parse command-line config"
1414
msgstr ""
1415
"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
1416
1411
-#: config.c:1900
1417
+#: config.c:1906
1418
msgid "unknown error occurred while reading the configuration files"
1419
msgstr ""
1420
"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
1421
1416
-#: config.c:2087
1422
+#: config.c:2093
1423
#, c-format
1424
msgid "Invalid %s: '%s'"
1425
msgstr "Ungültiger %s: '%s'"
1426
1421
-#: config.c:2130
1427
+#: config.c:2136
1428
#, c-format
1429
msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1430
msgstr ""
1431
"Unbekannter Wert '%s' in core.untrackedCache; benutze Standardwert 'keep'"
1432
1427
-#: config.c:2156
1433
+#: config.c:2162
1434
#, c-format
1435
msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1436
msgstr ""
1437
"Der Wert '%d' von splitIndex.maxPercentChange sollte zwischen 0 und 100 "
1438
"liegen."
1439
1434
-#: config.c:2167
1440
+#: config.c:2187
1441
#, c-format
1442
msgid "unable to parse '%s' from command-line config"
1443
msgstr ""
1444
"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
1445
"nicht parsen."
1446
1441
-#: config.c:2169
1447
+#: config.c:2189
1448
#, c-format
1449
msgid "bad config variable '%s' in file '%s' at line %d"
1450
msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
1451
1446
-#: config.c:2228
1452
+#: config.c:2248
1453
#, c-format
1454
msgid "%s has multiple values"
1455
msgstr "%s hat mehrere Werte"
1456
1451
-#: config.c:2571 config.c:2789
1457
+#: config.c:2591 config.c:2808
1458
#, c-format
1459
msgid "fstat on %s failed"
1460
msgstr "fstat auf %s fehlgeschlagen"
1461
1456
-#: config.c:2678
1462
+#: config.c:2698
1463
#, c-format
1464
msgid "could not set '%s' to '%s'"
1465
msgstr "Konnte '%s' nicht zu '%s' setzen."
1466
1461
-#: config.c:2680 builtin/remote.c:776
1467
+#: config.c:2700 builtin/remote.c:776
1468
#, c-format
1469
msgid "could not unset '%s'"
1470
msgstr "Konnte '%s' nicht aufheben."
1471
1466
-#: connect.c:50
1472
+#: connect.c:52
1473
msgid "The remote end hung up upon initial contact"
1474
msgstr "Die Gegenseite hat nach dem ersten Kontakt abgebrochen."
1475
1470
-#: connect.c:52
1476
+#: connect.c:54
1477
msgid ""
1478
"Could not read from remote repository.\n"
1479
"\n"
@@ -1599,7 +1605,7 @@ msgstr[1] "vor %<PRIuMAX> Jahren"
1605
msgid "failed to read orderfile '%s'"
1606
msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
1607
1602
-#: diffcore-rename.c:536
1608
+#: diffcore-rename.c:535
1609
msgid "Performing inexact rename detection"
1610
msgstr "Führe Erkennung für ungenaue Umbenennung aus"
1611
@@ -1623,14 +1629,16 @@ msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"
1629
msgid ""
1630
"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1631
"'plain'"
1626
-msgstr "\"color moved\"-Einstellung muss eines von diesen sein: 'no', 'default', 'zebra', 'dimmed_zebra', 'plain'"
1632
+msgstr ""
1633
+"\"color moved\"-Einstellung muss eines von diesen sein: 'no', 'default', "
1634
+"'zebra', 'dimmed_zebra', 'plain'"
1635
1636
#: diff.c:341
1637
#, c-format
1638
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1639
msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
1640
1633
-#: diff.c:398
1641
+#: diff.c:401
1642
#, c-format
1643
msgid ""
1644
"Found errors in 'diff.dirstat' config variable:\n"
@@ -1639,21 +1647,21 @@ msgstr ""
1647
"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
1648
"%s"
1649
1642
-#: diff.c:3861
1650
+#: diff.c:3799
1651
#, c-format
1652
msgid "external diff died, stopping at %s"
1653
msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
1654
1647
-#: diff.c:4189
1655
+#: diff.c:4127
1656
msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1657
msgstr ""
1658
"--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
1659
1652
-#: diff.c:4279
1660
+#: diff.c:4215
1661
msgid "--follow requires exactly one pathspec"
1662
msgstr "--follow erfordert genau eine Pfadspezifikation"
1663
1656
-#: diff.c:4445
1664
+#: diff.c:4381
1665
#, c-format
1666
msgid ""
1667
"Failed to parse --dirstat/-X option parameter:\n"
@@ -1662,22 +1670,22 @@ msgstr ""
1670
"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
1671
"%s"
1672
1665
-#: diff.c:4459
1673
+#: diff.c:4395
1674
#, c-format
1675
msgid "Failed to parse --submodule option parameter: '%s'"
1676
msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
1677
1670
-#: diff.c:5505
1678
+#: diff.c:5446
1679
msgid "inexact rename detection was skipped due to too many files."
1680
msgstr ""
1681
"Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
1682
"übersprungen."
1683
1676
-#: diff.c:5508
1684
+#: diff.c:5449
1685
msgid "only found copies from modified paths due to too many files."
1686
msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
1687
1680
-#: diff.c:5511
1688
+#: diff.c:5452
1689
#, c-format
1690
msgid ""
1691
"you may want to set your %s variable to at least %d and retry the command."
@@ -1685,31 +1693,36 @@ msgstr ""
1693
"Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"
1694
"erneut versuchen."
1695
1688
-#: dir.c:1983
1696
+#: dir.c:2100
1697
msgid "failed to get kernel name and information"
1698
msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
1699
1692
-#: dir.c:2102
1700
+#: dir.c:2219
1701
msgid "Untracked cache is disabled on this system or location."
1702
msgstr ""
1703
"Cache für unversionierte Dateien ist auf diesem System oder\n"
1704
"für dieses Verzeichnis deaktiviert."
1705
1698
-#: dir.c:2885 dir.c:2890
1706
+#: dir.c:3002 dir.c:3007
1707
#, c-format
1708
msgid "could not create directories for %s"
1709
msgstr "Konnte Verzeichnisse für '%s' nicht erstellen."
1710
1703
-#: dir.c:2915
1711
+#: dir.c:3032
1712
#, c-format
1713
msgid "could not migrate git directory from '%s' to '%s'"
1714
msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."
1715
1708
-#: entry.c:176
1716
+#: editor.c:61
1717
+#, c-format
1718
+msgid "hint: Waiting for your editor to close the file...%c"
1719
+msgstr "Hinweis: Warte auf das Schließen der Datei durch Ihren Editor...%c"
1720
+
1721
+#: entry.c:177
1722
msgid "Filtering content"
1723
msgstr "Filtere Inhalt"
1724
1712
-#: entry.c:433
1725
+#: entry.c:435
1726
#, c-format
1727
msgid "could not stat file '%s'"
1728
msgstr "konnte Datei '%s' nicht lesen"
@@ -1780,7 +1793,7 @@ msgstr "Ungültiger Commit %s"
1793
msgid "giving up"
1794
msgstr "Gebe auf"
1795
1783
-#: fetch-pack.c:534 progress.c:242
1796
+#: fetch-pack.c:534 progress.c:229
1797
msgid "done"
1798
msgstr "Fertig"
1799
@@ -1794,104 +1807,104 @@ msgstr "%s (%d) %s bekommen"
1807
msgid "Marking %s as complete"
1808
msgstr "Markiere %s als vollständig"
1809
1797
-#: fetch-pack.c:776
1810
+#: fetch-pack.c:777
1811
#, c-format
1812
msgid "already have %s (%s)"
1813
msgstr "habe %s (%s) bereits"
1814
1802
-#: fetch-pack.c:814
1815
+#: fetch-pack.c:815
1816
msgid "fetch-pack: unable to fork off sideband demultiplexer"
1817
msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"
1818
1806
-#: fetch-pack.c:822
1819
+#: fetch-pack.c:823
1820
msgid "protocol error: bad pack header"
1821
msgstr "Protokollfehler: ungültiger Pack-Header"
1822
1810
-#: fetch-pack.c:878
1823
+#: fetch-pack.c:879
1824
#, c-format
1825
msgid "fetch-pack: unable to fork off %s"
1826
msgstr "fetch-pack: konnte %s nicht starten"
1827
1815
-#: fetch-pack.c:894
1828
+#: fetch-pack.c:895
1829
#, c-format
1830
msgid "%s failed"
1831
msgstr "%s fehlgeschlagen"
1832
1820
-#: fetch-pack.c:896
1833
+#: fetch-pack.c:897
1834
msgid "error in sideband demultiplexer"
1835
msgstr "Fehler in sideband demultiplexer"
1836
1824
-#: fetch-pack.c:923
1837
+#: fetch-pack.c:924
1838
msgid "Server does not support shallow clients"
1839
msgstr "Server unterstützt keine shallow-Clients"
1840
1828
-#: fetch-pack.c:927
1841
+#: fetch-pack.c:928
1842
msgid "Server supports multi_ack_detailed"
1843
msgstr "Server unterstützt multi_ack_detailed"
1844
1832
-#: fetch-pack.c:930
1845
+#: fetch-pack.c:931
1846
msgid "Server supports no-done"
1847
msgstr "Server unterstützt no-done"
1848
1836
-#: fetch-pack.c:936
1849
+#: fetch-pack.c:937
1850
msgid "Server supports multi_ack"
1851
msgstr "Server unterstützt multi_ack"
1852
1840
-#: fetch-pack.c:940
1853
+#: fetch-pack.c:941
1854
msgid "Server supports side-band-64k"
1855
msgstr "Server unterstützt side-band-64k"
1856
1844
-#: fetch-pack.c:944
1857
+#: fetch-pack.c:945
1858
msgid "Server supports side-band"
1859
msgstr "Server unterstützt side-band"
1860
1848
-#: fetch-pack.c:948
1861
+#: fetch-pack.c:949
1862
msgid "Server supports allow-tip-sha1-in-want"
1863
msgstr "Server unterstützt allow-tip-sha1-in-want"
1864
1852
-#: fetch-pack.c:952
1865
+#: fetch-pack.c:953
1866
msgid "Server supports allow-reachable-sha1-in-want"
1867
msgstr "Server unterstützt allow-reachable-sha1-in-want"
1868
1856
-#: fetch-pack.c:962
1869
+#: fetch-pack.c:963
1870
msgid "Server supports ofs-delta"
1871
msgstr "Server unterstützt ofs-delta"
1872
1860
-#: fetch-pack.c:969
1873
+#: fetch-pack.c:970
1874
#, c-format
1875
msgid "Server version is %.*s"
1876
msgstr "Server-Version ist %.*s"
1877
1865
-#: fetch-pack.c:975
1878
+#: fetch-pack.c:976
1879
msgid "Server does not support --shallow-since"
1880
msgstr "Server unterstützt kein --shallow-since"
1881
1869
-#: fetch-pack.c:979
1882
+#: fetch-pack.c:980
1883
msgid "Server does not support --shallow-exclude"
1884
msgstr "Server unterstützt kein --shallow-exclude"
1885
1873
-#: fetch-pack.c:981
1886
+#: fetch-pack.c:982
1887
msgid "Server does not support --deepen"
1888
msgstr "Server unterstützt kein --deepen"
1889
1877
-#: fetch-pack.c:992
1890
+#: fetch-pack.c:993
1891
msgid "no common commits"
1892
msgstr "keine gemeinsamen Commits"
1893
1881
-#: fetch-pack.c:1004
1894
+#: fetch-pack.c:1005
1895
msgid "git fetch-pack: fetch failed."
1896
msgstr "git fetch-pack: Abholen fehlgeschlagen."
1897
1885
-#: fetch-pack.c:1166
1898
+#: fetch-pack.c:1167
1899
msgid "no matching remote head"
1900
msgstr "kein übereinstimmender Remote-Branch"
1901
1889
-#: fetch-pack.c:1188
1902
+#: fetch-pack.c:1189
1903
#, c-format
1904
msgid "no such remote ref %s"
1905
msgstr "keine solche Remote-Referenz %s"
1906
1894
-#: fetch-pack.c:1191
1907
+#: fetch-pack.c:1192
1908
#, c-format
1909
msgid "Server does not allow request for unadvertised object %s"
1910
msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."
@@ -1914,17 +1927,17 @@ msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
1927
msgid "ignore invalid color '%.*s' in log.graphColors"
1928
msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"
1929
1917
-#: grep.c:1970
1930
+#: grep.c:2017
1931
#, c-format
1932
msgid "'%s': unable to read %s"
1933
msgstr "'%s': konnte %s nicht lesen"
1934
1922
-#: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1935
+#: grep.c:2034 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1936
#, c-format
1937
msgid "failed to stat '%s'"
1938
msgstr "Konnte '%s' nicht lesen"
1939
1927
-#: grep.c:1998
1940
+#: grep.c:2045
1941
#, c-format
1942
msgid "'%s': short read"
1943
msgstr "'%s': read() zu kurz"
@@ -1994,12 +2007,12 @@ msgstr[1] ""
2007
msgid "git version [<options>]"
2008
msgstr "git version [<Optionen>]"
2009
1997
-#: help.c:456
2010
+#: help.c:462
2011
#, c-format
2012
msgid "%s: %s - %s"
2013
msgstr "%s: %s - %s"
2014
2002
-#: help.c:460
2015
+#: help.c:466
2016
msgid ""
2017
"\n"
2018
"Did you mean this?"
@@ -2072,6 +2085,15 @@ msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"
2085
msgid "invalid date format: %s"
2086
msgstr "Ungültiges Datumsformat: %s"
2087
2088
+#: list-objects-filter-options.c:30
2089
+msgid "multiple object filter types cannot be combined"
2090
+msgstr "Mehrere Arten von Objekt-Filtern können nicht kombiniert werden."
2091
+
2092
+#: list-objects-filter-options.c:41 list-objects-filter-options.c:68
2093
+#, c-format
2094
+msgid "invalid filter-spec expression '%s'"
2095
+msgstr "Ungültiger filter-spec Ausdruck '%s'."
2096
+
2097
#: lockfile.c:151
2098
#, c-format
2099
msgid ""
@@ -2097,12 +2119,12 @@ msgstr ""
2119
msgid "Unable to create '%s.lock': %s"
2120
msgstr "Konnte '%s.lock' nicht erstellen: %s"
2121
2100
-#: merge.c:41
2122
+#: merge.c:74
2123
msgid "failed to read the cache"
2124
msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
2125
2104
-#: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:380
2105
-#: builtin/checkout.c:595 builtin/clone.c:754
2126
+#: merge.c:128 builtin/am.c:1943 builtin/am.c:1977 builtin/checkout.c:379
2127
+#: builtin/checkout.c:600 builtin/clone.c:754
2128
msgid "unable to write new index file"
2129
msgstr "Konnte neue Index-Datei nicht schreiben."
2130
@@ -2299,7 +2321,7 @@ msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
2321
msgid "Auto-merging %s"
2322
msgstr "automatischer Merge von %s"
2323
2302
-#: merge-recursive.c:1775 git-submodule.sh:944
2324
+#: merge-recursive.c:1775 git-submodule.sh:932
2325
msgid "submodule"
2326
msgstr "Submodul"
2327
@@ -2321,48 +2343,53 @@ msgstr "Datei/Verzeichnis"
2343
msgid "directory/file"
2344
msgstr "Verzeichnis/Datei"
2345
2324
-#: merge-recursive.c:1908
2346
+#: merge-recursive.c:1909
2347
#, c-format
2348
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2349
msgstr ""
2350
"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
2351
"hinzu."
2352
2331
-#: merge-recursive.c:1917
2353
+#: merge-recursive.c:1918
2354
#, c-format
2355
msgid "Adding %s"
2356
msgstr "Füge %s hinzu"
2357
2336
-#: merge-recursive.c:1954
2358
+#: merge-recursive.c:1958
2359
+#, c-format
2360
+msgid "Dirty index: cannot merge (dirty: %s)"
2361
+msgstr "Geänderter Index: kann nicht mergen (geändert: %s)"
2362
+
2363
+#: merge-recursive.c:1962
2364
msgid "Already up to date!"
2365
msgstr "Bereits aktuell!"
2366
2340
-#: merge-recursive.c:1963
2367
+#: merge-recursive.c:1971
2368
#, c-format
2369
msgid "merging of trees %s and %s failed"
2370
msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
2371
2345
-#: merge-recursive.c:2060
2372
+#: merge-recursive.c:2068
2373
msgid "Merging:"
2374
msgstr "Merge:"
2375
2349
-#: merge-recursive.c:2073
2376
+#: merge-recursive.c:2081
2377
#, c-format
2378
msgid "found %u common ancestor:"
2379
msgid_plural "found %u common ancestors:"
2380
msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
2381
msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
2382
2356
-#: merge-recursive.c:2112
2383
+#: merge-recursive.c:2120
2384
msgid "merge returned no commit"
2385
msgstr "Merge hat keinen Commit zurückgegeben"
2386
2360
-#: merge-recursive.c:2175
2387
+#: merge-recursive.c:2183
2388
#, c-format
2389
msgid "Could not parse object '%s'"
2390
msgstr "Konnte Objekt '%s' nicht parsen."
2391
2365
-#: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:814
2392
+#: merge-recursive.c:2197 builtin/merge.c:656 builtin/merge.c:815
2393
msgid "Unable to write index."
2394
msgstr "Konnte Index nicht schreiben."
2395
@@ -2537,16 +2564,7 @@ msgid "%s: pathspec magic not supported by this command: %s"
2564
msgstr ""
2565
"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"
2566
2540
-#: pathspec.c:571
2541
-msgid ""
2542
-"empty strings as pathspecs will be made invalid in upcoming releases. please "
2543
-"use . instead if you meant to match all paths"
2544
-msgstr ""
2545
-"Leere Strings als Pfadspezifikationen werden in kommenden Releases "
2546
-"ungültig.\n"
2547
-"Bitte benutzen Sie stattdessen . wenn Sie alle Pfade meinen."
2548
-
2549
-#: pathspec.c:595
2567
+#: pathspec.c:592
2568
#, c-format
2569
msgid "pathspec '%s' is beyond a symbolic link"
2570
msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
@@ -2555,7 +2573,7 @@ msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
2573
msgid "unable to parse --pretty format"
2574
msgstr "Konnte --pretty Format nicht parsen."
2575
2558
-#: read-cache.c:1443
2576
+#: read-cache.c:1472
2577
#, c-format
2578
msgid ""
2579
"index.version set, but the value is invalid.\n"
@@ -2564,7 +2582,7 @@ msgstr ""
2582
"index.version gesetzt, aber Wert ungültig.\n"
2583
"Verwende Version %i"
2584
2567
-#: read-cache.c:1453
2585
+#: read-cache.c:1482
2586
#, c-format
2587
msgid ""
2588
"GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -2573,54 +2591,54 @@ msgstr ""
2591
"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
2592
"Verwende Version %i"
2593
2576
-#: read-cache.c:2316 builtin/merge.c:1046
2594
+#: read-cache.c:2370 sequencer.c:2731 wrapper.c:658 builtin/merge.c:1048
2595
#, c-format
2596
msgid "could not close '%s'"
2597
msgstr "Konnte '%s' nicht schließen"
2598
2581
-#: read-cache.c:2394 sequencer.c:1355 sequencer.c:2077
2599
+#: read-cache.c:2442 sequencer.c:1369 sequencer.c:2096
2600
#, c-format
2601
msgid "could not stat '%s'"
2602
msgstr "Konnte '%s' nicht lesen."
2603
2586
-#: read-cache.c:2407
2604
+#: read-cache.c:2455
2605
#, c-format
2606
msgid "unable to open git dir: %s"
2607
msgstr "konnte Git-Verzeichnis nicht öffnen: %s"
2608
2591
-#: read-cache.c:2419
2609
+#: read-cache.c:2467
2610
#, c-format
2611
msgid "unable to unlink: %s"
2612
msgstr "Konnte '%s' nicht entfernen."
2613
2596
-#: refs.c:638
2614
+#: refs.c:706
2615
#, c-format
2616
msgid "Could not open '%s' for writing"
2617
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2618
2601
-#: refs.c:1792
2619
+#: refs.c:1850
2620
msgid "ref updates forbidden inside quarantine environment"
2621
msgstr ""
2622
"Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung "
2623
"verboten."
2624
2607
-#: refs/files-backend.c:1136
2625
+#: refs/files-backend.c:1189
2626
#, c-format
2627
msgid "could not remove reference %s"
2628
msgstr "Konnte Referenz %s nicht löschen"
2629
2612
-#: refs/files-backend.c:1150 refs/packed-backend.c:1430
2613
-#: refs/packed-backend.c:1440
2630
+#: refs/files-backend.c:1203 refs/packed-backend.c:1524
2631
+#: refs/packed-backend.c:1534
2632
#, c-format
2633
msgid "could not delete reference %s: %s"
2634
msgstr "Konnte Referenz %s nicht entfernen: %s"
2635
2618
-#: refs/files-backend.c:1153 refs/packed-backend.c:1443
2636
+#: refs/files-backend.c:1206 refs/packed-backend.c:1537
2637
#, c-format
2638
msgid "could not delete references: %s"
2639
msgstr "Konnte Referenzen nicht entfernen: %s"
2640
2623
-#: ref-filter.c:35 wt-status.c:1811
2641
+#: ref-filter.c:35 wt-status.c:1816
2642
msgid "gone"
2643
msgstr "entfernt"
2644
@@ -2639,157 +2657,157 @@ msgstr "%d hinterher"
2657
msgid "ahead %d, behind %d"
2658
msgstr "%d voraus, %d hinterher"
2659
2642
-#: ref-filter.c:105
2660
+#: ref-filter.c:107
2661
#, c-format
2662
msgid "expected format: %%(color:<color>)"
2663
msgstr "Erwartetes Format: %%(color:<Farbe>)"
2664
2647
-#: ref-filter.c:107
2665
+#: ref-filter.c:109
2666
#, c-format
2667
msgid "unrecognized color: %%(color:%s)"
2668
msgstr "nicht erkannte Farbe: %%(color:%s)"
2669
2652
-#: ref-filter.c:127
2670
+#: ref-filter.c:129
2671
#, c-format
2672
msgid "Integer value expected refname:lstrip=%s"
2673
msgstr "Positiver Wert erwartet refname:lstrip=%s"
2674
2657
-#: ref-filter.c:131
2675
+#: ref-filter.c:133
2676
#, c-format
2677
msgid "Integer value expected refname:rstrip=%s"
2678
msgstr "Positiver Wert erwartet refname:rstrip=%s"
2679
2662
-#: ref-filter.c:133
2680
+#: ref-filter.c:135
2681
#, c-format
2682
msgid "unrecognized %%(%s) argument: %s"
2683
msgstr "nicht erkanntes %%(%s) Argument: %s"
2684
2667
-#: ref-filter.c:173
2685
+#: ref-filter.c:184
2686
#, c-format
2687
msgid "%%(body) does not take arguments"
2688
msgstr "%%(body) akzeptiert keine Argumente"
2689
2672
-#: ref-filter.c:180
2690
+#: ref-filter.c:191
2691
#, c-format
2692
msgid "%%(subject) does not take arguments"
2693
msgstr "%%(subject) akzeptiert keine Argumente"
2694
2677
-#: ref-filter.c:198
2695
+#: ref-filter.c:209
2696
#, c-format
2697
msgid "unknown %%(trailers) argument: %s"
2698
msgstr "unbekanntes %%(trailers) Argument: %s"
2699
2682
-#: ref-filter.c:221
2700
+#: ref-filter.c:232
2701
#, c-format
2702
msgid "positive value expected contents:lines=%s"
2703
msgstr "Positiver Wert erwartet contents:lines=%s"
2704
2687
-#: ref-filter.c:223
2705
+#: ref-filter.c:234
2706
#, c-format
2707
msgid "unrecognized %%(contents) argument: %s"
2708
msgstr "nicht erkanntes %%(contents) Argument: %s"
2709
2692
-#: ref-filter.c:236
2710
+#: ref-filter.c:247
2711
#, c-format
2712
msgid "positive value expected objectname:short=%s"
2713
msgstr "Positiver Wert erwartet objectname:short=%s"
2714
2697
-#: ref-filter.c:240
2715
+#: ref-filter.c:251
2716
#, c-format
2717
msgid "unrecognized %%(objectname) argument: %s"
2718
msgstr "nicht erkanntes %%(objectname) Argument: %s"
2719
2702
-#: ref-filter.c:267
2720
+#: ref-filter.c:278
2721
#, c-format
2722
msgid "expected format: %%(align:<width>,<position>)"
2723
msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
2724
2707
-#: ref-filter.c:279
2725
+#: ref-filter.c:290
2726
#, c-format
2727
msgid "unrecognized position:%s"
2728
msgstr "nicht erkannte Position:%s"
2729
2712
-#: ref-filter.c:283
2730
+#: ref-filter.c:294
2731
#, c-format
2732
msgid "unrecognized width:%s"
2733
msgstr "nicht erkannte Breite:%s"
2734
2717
-#: ref-filter.c:289
2735
+#: ref-filter.c:300
2736
#, c-format
2737
msgid "unrecognized %%(align) argument: %s"
2738
msgstr "nicht erkanntes %%(align) Argument: %s"
2739
2722
-#: ref-filter.c:293
2740
+#: ref-filter.c:304
2741
#, c-format
2742
msgid "positive width expected with the %%(align) atom"
2743
msgstr "Positive Breitenangabe für %%(align) erwartet"
2744
2727
-#: ref-filter.c:308
2745
+#: ref-filter.c:319
2746
#, c-format
2747
msgid "unrecognized %%(if) argument: %s"
2748
msgstr "nicht erkanntes %%(if) Argument: %s"
2749
2732
-#: ref-filter.c:398
2750
+#: ref-filter.c:409
2751
#, c-format
2752
msgid "malformed field name: %.*s"
2753
msgstr "Fehlerhafter Feldname: %.*s"
2754
2737
-#: ref-filter.c:424
2755
+#: ref-filter.c:435
2756
#, c-format
2757
msgid "unknown field name: %.*s"
2758
msgstr "Unbekannter Feldname: %.*s"
2759
2742
-#: ref-filter.c:536
2760
+#: ref-filter.c:547
2761
#, c-format
2762
msgid "format: %%(if) atom used without a %%(then) atom"
2763
msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"
2764
2747
-#: ref-filter.c:596
2765
+#: ref-filter.c:607
2766
#, c-format
2767
msgid "format: %%(then) atom used without an %%(if) atom"
2768
msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"
2769
2752
-#: ref-filter.c:598
2770
+#: ref-filter.c:609
2771
#, c-format
2772
msgid "format: %%(then) atom used more than once"
2773
msgstr "format: %%(then) Atom mehr als einmal verwendet"
2774
2757
-#: ref-filter.c:600
2775
+#: ref-filter.c:611
2776
#, c-format
2777
msgid "format: %%(then) atom used after %%(else)"
2778
msgstr "format: %%(then) Atom nach %%(else) verwendet"
2779
2762
-#: ref-filter.c:626
2780
+#: ref-filter.c:637
2781
#, c-format
2782
msgid "format: %%(else) atom used without an %%(if) atom"
2783
msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"
2784
2767
-#: ref-filter.c:628
2785
+#: ref-filter.c:639
2786
#, c-format
2787
msgid "format: %%(else) atom used without a %%(then) atom"
2788
msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"
2789
2772
-#: ref-filter.c:630
2790
+#: ref-filter.c:641
2791
#, c-format
2792
msgid "format: %%(else) atom used more than once"
2793
msgstr "Format: %%(end) Atom mehr als einmal verwendet"
2794
2777
-#: ref-filter.c:643
2795
+#: ref-filter.c:654
2796
#, c-format
2797
msgid "format: %%(end) atom used without corresponding atom"
2798
msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
2799
2782
-#: ref-filter.c:698
2800
+#: ref-filter.c:709
2801
#, c-format
2802
msgid "malformed format string %s"
2803
msgstr "Fehlerhafter Formatierungsstring %s"
2804
2787
-#: ref-filter.c:1283
2805
+#: ref-filter.c:1313
2806
#, c-format
2807
msgid "(no branch, rebasing %s)"
2808
msgstr "(kein Branch, Rebase von Branch %s im Gange)"
2809
2792
-#: ref-filter.c:1286
2810
+#: ref-filter.c:1316
2811
#, c-format
2812
msgid "(no branch, bisect started on %s)"
2813
msgstr "(kein Branch, binäre Suche begonnen bei %s)"
@@ -2797,7 +2815,7 @@ msgstr "(kein Branch, binäre Suche begonnen bei %s)"
2815
#. TRANSLATORS: make sure this matches "HEAD
2816
#. detached at " in wt-status.c
2817
#.
2800
-#: ref-filter.c:1294
2818
+#: ref-filter.c:1324
2819
#, c-format
2820
msgid "(HEAD detached at %s)"
2821
msgstr "(HEAD losgelöst bei %s)"
@@ -2805,140 +2823,140 @@ msgstr "(HEAD losgelöst bei %s)"
2823
#. TRANSLATORS: make sure this matches "HEAD
2824
#. detached from " in wt-status.c
2825
#.
2808
-#: ref-filter.c:1301
2826
+#: ref-filter.c:1331
2827
#, c-format
2828
msgid "(HEAD detached from %s)"
2829
msgstr "(HEAD losgelöst von %s)"
2830
2813
-#: ref-filter.c:1305
2831
+#: ref-filter.c:1335
2832
msgid "(no branch)"
2833
msgstr "(kein Branch)"
2834
2817
-#: ref-filter.c:1454 ref-filter.c:1485
2835
+#: ref-filter.c:1488 ref-filter.c:1519
2836
#, c-format
2837
msgid "missing object %s for %s"
2838
msgstr "Objekt %s fehlt für %s"
2839
2822
-#: ref-filter.c:1457 ref-filter.c:1488
2840
+#: ref-filter.c:1491 ref-filter.c:1522
2841
#, c-format
2842
msgid "parse_object_buffer failed on %s for %s"
2843
msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
2844
2827
-#: ref-filter.c:1788
2845
+#: ref-filter.c:1822
2846
#, c-format
2847
msgid "malformed object at '%s'"
2848
msgstr "fehlerhaftes Objekt bei '%s'"
2849
2832
-#: ref-filter.c:1855
2850
+#: ref-filter.c:1889
2851
#, c-format
2852
msgid "ignoring ref with broken name %s"
2853
msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
2854
2837
-#: ref-filter.c:1860
2855
+#: ref-filter.c:1894
2856
#, c-format
2857
msgid "ignoring broken ref %s"
2858
msgstr "Ignoriere fehlerhafte Referenz %s"
2859
2842
-#: ref-filter.c:2122
2860
+#: ref-filter.c:2156
2861
#, c-format
2862
msgid "format: %%(end) atom missing"
2863
msgstr "Format: %%(end) Atom fehlt"
2864
2847
-#: ref-filter.c:2216
2865
+#: ref-filter.c:2250
2866
#, c-format
2867
msgid "malformed object name %s"
2868
msgstr "Missgebildeter Objektname %s"
2869
2852
-#: remote.c:750
2870
+#: remote.c:780
2871
#, c-format
2872
msgid "Cannot fetch both %s and %s to %s"
2873
msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
2874
2857
-#: remote.c:754
2875
+#: remote.c:784
2876
#, c-format
2877
msgid "%s usually tracks %s, not %s"
2878
msgstr "%s folgt üblicherweise %s, nicht %s"
2879
2862
-#: remote.c:758
2880
+#: remote.c:788
2881
#, c-format
2882
msgid "%s tracks both %s and %s"
2883
msgstr "%s folgt sowohl %s als auch %s"
2884
2867
-#: remote.c:766
2885
+#: remote.c:796
2886
msgid "Internal error"
2887
msgstr "Interner Fehler"
2888
2871
-#: remote.c:1681 remote.c:1783
2889
+#: remote.c:1711 remote.c:1813
2890
msgid "HEAD does not point to a branch"
2891
msgstr "HEAD zeigt auf keinen Branch"
2892
2875
-#: remote.c:1690
2893
+#: remote.c:1720
2894
#, c-format
2895
msgid "no such branch: '%s'"
2896
msgstr "Kein solcher Branch: '%s'"
2897
2880
-#: remote.c:1693
2898
+#: remote.c:1723
2899
#, c-format
2900
msgid "no upstream configured for branch '%s'"
2901
msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
2902
2885
-#: remote.c:1699
2903
+#: remote.c:1729
2904
#, c-format
2905
msgid "upstream branch '%s' not stored as a remote-tracking branch"
2906
msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
2907
2890
-#: remote.c:1714
2908
+#: remote.c:1744
2909
#, c-format
2910
msgid "push destination '%s' on remote '%s' has no local tracking branch"
2911
msgstr ""
2912
"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
2913
"Branch"
2914
2897
-#: remote.c:1726
2915
+#: remote.c:1756
2916
#, c-format
2917
msgid "branch '%s' has no remote for pushing"
2918
msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
2919
2902
-#: remote.c:1737
2920
+#: remote.c:1767
2921
#, c-format
2922
msgid "push refspecs for '%s' do not include '%s'"
2923
msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
2924
2907
-#: remote.c:1750
2925
+#: remote.c:1780
2926
msgid "push has no destination (push.default is 'nothing')"
2927
msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
2928
2911
-#: remote.c:1772
2929
+#: remote.c:1802
2930
msgid "cannot resolve 'simple' push to a single destination"
2931
msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
2932
2915
-#: remote.c:2076
2933
+#: remote.c:2106
2934
#, c-format
2935
msgid "Your branch is based on '%s', but the upstream is gone.\n"
2936
msgstr ""
2937
"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
2938
2921
-#: remote.c:2080
2939
+#: remote.c:2110
2940
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2941
msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
2942
2925
-#: remote.c:2083
2943
+#: remote.c:2113
2944
#, c-format
2945
msgid "Your branch is up to date with '%s'.\n"
2946
msgstr "Ihr Branch ist auf demselben Stand wie '%s'.\n"
2947
2930
-#: remote.c:2087
2948
+#: remote.c:2117
2949
#, c-format
2950
msgid "Your branch is ahead of '%s' by %d commit.\n"
2951
msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2952
msgstr[0] "Ihr Branch ist %2$d Commit vor '%1$s'.\n"
2953
msgstr[1] "Ihr Branch ist %2$d Commits vor '%1$s'.\n"
2954
2937
-#: remote.c:2093
2955
+#: remote.c:2123
2956
msgid " (use \"git push\" to publish your local commits)\n"
2957
msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
2958
2941
-#: remote.c:2096
2959
+#: remote.c:2126
2960
#, c-format
2961
msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2962
msgid_plural ""
@@ -2948,12 +2966,12 @@ msgstr[0] ""
2966
msgstr[1] ""
2967
"Ihr Branch ist %2$d Commits hinter '%1$s', und kann vorgespult werden.\n"
2968
2951
-#: remote.c:2104
2969
+#: remote.c:2134
2970
msgid " (use \"git pull\" to update your local branch)\n"
2971
msgstr ""
2972
" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
2973
2956
-#: remote.c:2107
2974
+#: remote.c:2137
2975
#, c-format
2976
msgid ""
2977
"Your branch and '%s' have diverged,\n"
@@ -2968,49 +2986,58 @@ msgstr[1] ""
2986
"Ihr Branch und '%s' sind divergiert,\n"
2987
"und haben jeweils %d und %d unterschiedliche Commits.\n"
2988
2971
-#: remote.c:2117
2989
+#: remote.c:2147
2990
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2991
msgstr ""
2992
" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
2993
"zusammenzuführen)\n"
2994
2977
-#: revision.c:2256
2995
+#: revision.c:2268
2996
msgid "your current branch appears to be broken"
2997
msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
2998
2981
-#: revision.c:2259
2999
+#: revision.c:2271
3000
#, c-format
3001
msgid "your current branch '%s' does not have any commits yet"
3002
msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
3003
2986
-#: revision.c:2453
3004
+#: revision.c:2465
3005
msgid "--first-parent is incompatible with --bisect"
3006
msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
3007
2990
-#: run-command.c:644
3008
+#: run-command.c:645
3009
msgid "open /dev/null failed"
3010
msgstr "Öffnen von /dev/null fehlgeschlagen"
3011
2994
-#: send-pack.c:151
3012
+#: run-command.c:1188
3013
+#, c-format
3014
+msgid ""
3015
+"The '%s' hook was ignored because it's not set as executable.\n"
3016
+"You can disable this warning with `git config advice.ignoredHook false`."
3017
+msgstr ""
3018
+"Der '%s' Hook wurde ignoriert, weil er nicht als ausführbar markiert ist.\n"
3019
+"Sie können diese Warnung mit `git config advice.ignoredHook false` deaktivieren."
3020
+
3021
+#: send-pack.c:141
3022
#, c-format
3023
msgid "unable to parse remote unpack status: %s"
3024
msgstr "Konnte Status des Entpackens der Gegenseite nicht parsen: %s"
3025
2999
-#: send-pack.c:153
3026
+#: send-pack.c:143
3027
#, c-format
3028
msgid "remote unpack failed: %s"
3029
msgstr "Entpacken auf der Gegenseite fehlgeschlagen: %s"
3030
3004
-#: send-pack.c:316
3031
+#: send-pack.c:306
3032
msgid "failed to sign the push certificate"
3033
msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
3034
3008
-#: send-pack.c:429
3035
+#: send-pack.c:419
3036
msgid "the receiving end does not support --signed push"
3037
msgstr ""
3038
"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
3039
3013
-#: send-pack.c:431
3040
+#: send-pack.c:421
3041
msgid ""
3042
"not sending a push certificate since the receiving end does not support --"
3043
"signed push"
@@ -3018,11 +3045,11 @@ msgstr ""
3045
"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"
3046
"Versand (\"--signed push\") unterstützt"
3047
3021
-#: send-pack.c:443
3048
+#: send-pack.c:433
3049
msgid "the receiving end does not support --atomic push"
3050
msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
3051
3025
-#: send-pack.c:448
3052
+#: send-pack.c:438
3053
msgid "the receiving end does not support push options"
3054
msgstr "die Gegenseite unterstützt keine Push-Optionen"
3055
@@ -3061,13 +3088,13 @@ msgstr ""
3088
"mit 'git add <Pfade>' oder 'git rm <Pfade>' und tragen Sie das Ergebnis mit\n"
3089
"'git commit' ein"
3090
3064
-#: sequencer.c:297 sequencer.c:1704
3091
+#: sequencer.c:297 sequencer.c:1718
3092
#, c-format
3093
msgid "could not lock '%s'"
3094
msgstr "Konnte '%s' nicht sperren"
3095
3069
-#: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:1723
3070
-#: sequencer.c:2733 sequencer.c:2749
3096
+#: sequencer.c:300 sequencer.c:1595 sequencer.c:1723 sequencer.c:1737
3097
+#: sequencer.c:2729 sequencer.c:2800 wrapper.c:656
3098
#, c-format
3099
msgid "could not write to '%s'"
3100
msgstr "Konnte nicht nach '%s' schreiben."
@@ -3077,13 +3104,13 @@ msgstr "Konnte nicht nach '%s' schreiben."
3104
msgid "could not write eol to '%s'"
3105
msgstr "Konnte EOL nicht nach '%s' schreiben."
3106
3080
-#: sequencer.c:308 sequencer.c:1586 sequencer.c:1711
3107
+#: sequencer.c:308 sequencer.c:1600 sequencer.c:1725
3108
#, c-format
3109
msgid "failed to finalize '%s'."
3110
msgstr "Fehler beim Fertigstellen von '%s'."
3111
3085
-#: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:259
3086
-#: builtin/commit.c:754 builtin/merge.c:1044
3112
+#: sequencer.c:332 sequencer.c:829 sequencer.c:1621 builtin/am.c:259
3113
+#: builtin/commit.c:754 builtin/merge.c:1046
3114
#, c-format
3115
msgid "could not read '%s'"
3116
msgstr "Konnte '%s' nicht lesen"
@@ -3106,20 +3133,20 @@ msgstr "%s: Vorspulen"
3133
#. TRANSLATORS: %s will be "revert", "cherry-pick" or
3134
#. "rebase -i".
3135
#.
3109
-#: sequencer.c:474
3136
+#: sequencer.c:477
3137
#, c-format
3138
msgid "%s: Unable to write new index file"
3139
msgstr "%s: Konnte neue Index-Datei nicht schreiben"
3140
3114
-#: sequencer.c:493
3115
-msgid "could not resolve HEAD commit\n"
3116
-msgstr "Konnte HEAD-Commit nicht auflösen\n"
3141
+#: sequencer.c:496
3142
+msgid "could not resolve HEAD commit"
3143
+msgstr "Konnte HEAD-Commit nicht auflösen."
3144
3118
-#: sequencer.c:513
3119
-msgid "unable to update cache tree\n"
3120
-msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"
3145
+#: sequencer.c:516
3146
+msgid "unable to update cache tree"
3147
+msgstr "Konnte Cache-Verzeichnis nicht aktualisieren."
3148
3122
-#: sequencer.c:597
3149
+#: sequencer.c:600
3150
#, c-format
3151
msgid ""
3152
"you have staged changes in your working tree\n"
@@ -3150,17 +3177,17 @@ msgstr ""
3177
"\n"
3178
" git rebase --continue\n"
3179
3153
-#: sequencer.c:699
3180
+#: sequencer.c:702
3181
#, c-format
3155
-msgid "could not parse commit %s\n"
3156
-msgstr "Konnte Commit %s nicht parsen\n"
3182
+msgid "could not parse commit %s"
3183
+msgstr "Konnte Commit %s nicht parsen."
3184
3158
-#: sequencer.c:704
3185
+#: sequencer.c:707
3186
#, c-format
3160
-msgid "could not parse parent commit %s\n"
3161
-msgstr "Konnte Eltern-Commit %s nicht parsen\n"
3187
+msgid "could not parse parent commit %s"
3188
+msgstr "Konnte Eltern-Commit %s nicht parsen."
3189
3163
-#: sequencer.c:826
3190
+#: sequencer.c:836
3191
#, c-format
3192
msgid ""
3193
"unexpected 1st line of squash message:\n"
@@ -3171,7 +3198,7 @@ msgstr ""
3198
"\n"
3199
"\t%.*s"
3200
3174
-#: sequencer.c:832
3201
+#: sequencer.c:842
3202
#, c-format
3203
msgid ""
3204
"invalid 1st line of squash message:\n"
@@ -3182,232 +3209,242 @@ msgstr ""
3209
"\n"
3210
"\t%.*s"
3211
3185
-#: sequencer.c:838 sequencer.c:863
3212
+#: sequencer.c:848 sequencer.c:873
3213
#, c-format
3214
msgid "This is a combination of %d commits."
3215
msgstr "Das ist eine Kombination aus %d Commits."
3216
3190
-#: sequencer.c:847 sequencer.c:2681
3217
+#: sequencer.c:857 sequencer.c:2748
3218
msgid "need a HEAD to fixup"
3219
msgstr "benötige HEAD für fixup"
3220
3194
-#: sequencer.c:849
3221
+#: sequencer.c:859
3222
msgid "could not read HEAD"
3223
msgstr "Konnte HEAD nicht lesen"
3224
3198
-#: sequencer.c:851
3225
+#: sequencer.c:861
3226
msgid "could not read HEAD's commit message"
3227
msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"
3228
3202
-#: sequencer.c:857
3229
+#: sequencer.c:867
3230
#, c-format
3231
msgid "cannot write '%s'"
3232
msgstr "kann '%s' nicht schreiben"
3233
3207
-#: sequencer.c:866 git-rebase--interactive.sh:446
3234
+#: sequencer.c:876 git-rebase--interactive.sh:446
3235
msgid "This is the 1st commit message:"
3236
msgstr "Das ist die erste Commit-Beschreibung:"
3237
3211
-#: sequencer.c:874
3238
+#: sequencer.c:884
3239
#, c-format
3240
msgid "could not read commit message of %s"
3241
msgstr "Konnte Commit-Beschreibung von %s nicht lesen."
3242
3216
-#: sequencer.c:881
3243
+#: sequencer.c:891
3244
#, c-format
3245
msgid "This is the commit message #%d:"
3246
msgstr "Das ist Commit-Beschreibung #%d:"
3247
3221
-#: sequencer.c:886
3248
+#: sequencer.c:896
3249
#, c-format
3250
msgid "The commit message #%d will be skipped:"
3251
msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"
3252
3226
-#: sequencer.c:891
3253
+#: sequencer.c:901
3254
#, c-format
3255
msgid "unknown command: %d"
3256
msgstr "Unbekannter Befehl: %d"
3257
3231
-#: sequencer.c:957
3258
+#: sequencer.c:967
3259
msgid "your index file is unmerged."
3260
msgstr "Ihre Index-Datei ist nicht zusammengeführt."
3261
3235
-#: sequencer.c:975
3262
+#: sequencer.c:986
3263
#, c-format
3264
msgid "commit %s is a merge but no -m option was given."
3265
msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
3266
3240
-#: sequencer.c:983
3267
+#: sequencer.c:994
3268
#, c-format
3269
msgid "commit %s does not have parent %d"
3270
msgstr "Commit %s hat keinen Eltern-Commit %d"
3271
3245
-#: sequencer.c:987
3272
+#: sequencer.c:998
3273
#, c-format
3274
msgid "mainline was specified but commit %s is not a merge."
3275
msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
3276
3250
-#: sequencer.c:993
3277
+#: sequencer.c:1004
3278
#, c-format
3279
msgid "cannot get commit message for %s"
3280
msgstr "Kann keine Commit-Beschreibung für %s bekommen."
3281
3282
#. TRANSLATORS: The first %s will be a "todo" command like
3283
#. "revert" or "pick", the second %s a SHA1.
3257
-#: sequencer.c:1014
3284
+#: sequencer.c:1023
3285
#, c-format
3286
msgid "%s: cannot parse parent commit %s"
3287
msgstr "%s: kann Eltern-Commit %s nicht parsen"
3288
3262
-#: sequencer.c:1077 sequencer.c:1853
3289
+#: sequencer.c:1086 sequencer.c:1867
3290
#, c-format
3291
msgid "could not rename '%s' to '%s'"
3292
msgstr "Konnte '%s' nicht zu '%s' umbenennen."
3293
3267
-#: sequencer.c:1128
3294
+#: sequencer.c:1137
3295
#, c-format
3296
msgid "could not revert %s... %s"
3297
msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
3298
3272
-#: sequencer.c:1129
3299
+#: sequencer.c:1138
3300
#, c-format
3301
msgid "could not apply %s... %s"
3302
msgstr "Konnte %s... (%s) nicht anwenden"
3303
3277
-#: sequencer.c:1171
3304
+#: sequencer.c:1180
3305
msgid "empty commit set passed"
3306
msgstr "leere Menge von Commits übergeben"
3307
3281
-#: sequencer.c:1181
3308
+#: sequencer.c:1190
3309
#, c-format
3310
msgid "git %s: failed to read the index"
3311
msgstr "git %s: Fehler beim Lesen des Index"
3312
3286
-#: sequencer.c:1188
3313
+#: sequencer.c:1196
3314
#, c-format
3315
msgid "git %s: failed to refresh the index"
3316
msgstr "git %s: Fehler beim Aktualisieren des Index"
3317
3291
-#: sequencer.c:1308
3318
+#: sequencer.c:1270
3319
+#, c-format
3320
+msgid "%s does not accept arguments: '%s'"
3321
+msgstr "%s akzeptiert keine Argumente: '%s'"
3322
+
3323
+#: sequencer.c:1279
3324
+#, c-format
3325
+msgid "missing arguments for %s"
3326
+msgstr "Fehlende Argumente für %s."
3327
+
3328
+#: sequencer.c:1322
3329
#, c-format
3330
msgid "invalid line %d: %.*s"
3331
msgstr "Ungültige Zeile %d: %.*s"
3332
3296
-#: sequencer.c:1316
3333
+#: sequencer.c:1330
3334
#, c-format
3335
msgid "cannot '%s' without a previous commit"
3336
msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"
3337
3301
-#: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:2614
3302
-#: sequencer.c:2691 sequencer.c:2810 sequencer.c:2951
3338
+#: sequencer.c:1363 sequencer.c:2525 sequencer.c:2560 sequencer.c:2642
3339
+#: sequencer.c:2668 sequencer.c:2758 sequencer.c:2859
3340
#, c-format
3341
msgid "could not read '%s'."
3342
msgstr "Konnte '%s' nicht lesen."
3343
3307
-#: sequencer.c:1361
3344
+#: sequencer.c:1375
3345
msgid "please fix this using 'git rebase --edit-todo'."
3346
msgstr ""
3347
"Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."
3348
3312
-#: sequencer.c:1363
3349
+#: sequencer.c:1377
3350
#, c-format
3351
msgid "unusable instruction sheet: '%s'"
3352
msgstr "Unbenutzbares Instruktionsblatt: '%s'"
3353
3317
-#: sequencer.c:1368
3354
+#: sequencer.c:1382
3355
msgid "no commits parsed."
3356
msgstr "Keine Commits geparst."
3357
3321
-#: sequencer.c:1379
3358
+#: sequencer.c:1393
3359
msgid "cannot cherry-pick during a revert."
3360
msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
3361
3325
-#: sequencer.c:1381
3362
+#: sequencer.c:1395
3363
msgid "cannot revert during a cherry-pick."
3364
msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
3365
3329
-#: sequencer.c:1448
3366
+#: sequencer.c:1462
3367
#, c-format
3368
msgid "invalid key: %s"
3369
msgstr "Ungültiger Schlüssel: %s"
3370
3334
-#: sequencer.c:1451
3371
+#: sequencer.c:1465
3372
#, c-format
3373
msgid "invalid value for %s: %s"
3374
msgstr "Ungültiger Wert für %s: %s"
3375
3339
-#: sequencer.c:1517
3376
+#: sequencer.c:1531
3377
#, c-format
3378
msgid "malformed options sheet: '%s'"
3379
msgstr "Fehlerhaftes Optionsblatt: '%s'"
3380
3344
-#: sequencer.c:1555
3381
+#: sequencer.c:1569
3382
msgid "a cherry-pick or revert is already in progress"
3383
msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
3384
3348
-#: sequencer.c:1556
3385
+#: sequencer.c:1570
3386
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3387
msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
3388
3352
-#: sequencer.c:1559
3389
+#: sequencer.c:1573
3390
#, c-format
3391
msgid "could not create sequencer directory '%s'"
3392
msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
3393
3357
-#: sequencer.c:1574
3394
+#: sequencer.c:1588
3395
msgid "could not lock HEAD"
3396
msgstr "Konnte HEAD nicht sperren"
3397
3361
-#: sequencer.c:1632 sequencer.c:2211
3398
+#: sequencer.c:1646 sequencer.c:2230
3399
msgid "no cherry-pick or revert in progress"
3400
msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
3401
3365
-#: sequencer.c:1634
3402
+#: sequencer.c:1648
3403
msgid "cannot resolve HEAD"
3404
msgstr "kann HEAD nicht auflösen"
3405
3369
-#: sequencer.c:1636 sequencer.c:1671
3406
+#: sequencer.c:1650 sequencer.c:1685
3407
msgid "cannot abort from a branch yet to be born"
3408
msgstr "kann nicht abbrechen: bin auf einem Branch, der noch nicht geboren ist"
3409
3373
-#: sequencer.c:1657 builtin/grep.c:711
3410
+#: sequencer.c:1671 builtin/grep.c:713
3411
#, c-format
3412
msgid "cannot open '%s'"
3413
msgstr "kann '%s' nicht öffnen"
3414
3378
-#: sequencer.c:1659
3415
+#: sequencer.c:1673
3416
#, c-format
3417
msgid "cannot read '%s': %s"
3418
msgstr "Kann '%s' nicht lesen: %s"
3419
3383
-#: sequencer.c:1660
3420
+#: sequencer.c:1674
3421
msgid "unexpected end of file"
3422
msgstr "Unerwartetes Dateiende"
3423
3387
-#: sequencer.c:1666
3424
+#: sequencer.c:1680
3425
#, c-format
3426
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3427
msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
3428
3392
-#: sequencer.c:1677
3429
+#: sequencer.c:1691
3430
msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3431
msgstr ""
3432
"Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."
3433
3397
-#: sequencer.c:1818 sequencer.c:2109
3434
+#: sequencer.c:1832 sequencer.c:2128
3435
msgid "cannot read HEAD"
3436
msgstr "Kann HEAD nicht lesen"
3437
3401
-#: sequencer.c:1858 builtin/difftool.c:640
3438
+#: sequencer.c:1872 builtin/difftool.c:639
3439
#, c-format
3440
msgid "could not copy '%s' to '%s'"
3441
msgstr "Konnte '%s' nicht nach '%s' kopieren."
3442
3406
-#: sequencer.c:1874
3443
+#: sequencer.c:1891
3444
msgid "could not read index"
3445
msgstr "Konnte den Index nicht lesen."
3446
3410
-#: sequencer.c:1879
3447
+#: sequencer.c:1896
3448
#, c-format
3449
msgid ""
3450
"execution failed: %s\n"
@@ -3423,11 +3460,11 @@ msgstr ""
3460
"\n"
3461
"ausführen.\n"
3462
3426
-#: sequencer.c:1885
3463
+#: sequencer.c:1902
3464
msgid "and made changes to the index and/or the working tree\n"
3465
msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"
3466
3430
-#: sequencer.c:1891
3467
+#: sequencer.c:1908
3468
#, c-format
3469
msgid ""
3470
"execution succeeded: %s\n"
@@ -3445,17 +3482,17 @@ msgstr ""
3482
" git rebase --continue\n"
3483
"\n"
3484
3448
-#: sequencer.c:1948
3485
+#: sequencer.c:1967
3486
#, c-format
3487
msgid "Applied autostash.\n"
3488
msgstr "Automatischen Stash angewendet.\n"
3489
3453
-#: sequencer.c:1960
3490
+#: sequencer.c:1979
3491
#, c-format
3492
msgid "cannot store %s"
3493
msgstr "kann %s nicht speichern"
3494
3458
-#: sequencer.c:1963 git-rebase.sh:175
3495
+#: sequencer.c:1982 git-rebase.sh:175
3496
#, c-format
3497
msgid ""
3498
"Applying autostash resulted in conflicts.\n"
@@ -3466,59 +3503,59 @@ msgstr ""
3503
"Ihre Änderungen sind im Stash sicher.\n"
3504
"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"
3505
3469
-#: sequencer.c:2045
3506
+#: sequencer.c:2064
3507
#, c-format
3508
msgid "Stopped at %s... %.*s\n"
3509
msgstr "Angehalten bei %s... %.*s\n"
3510
3474
-#: sequencer.c:2087
3511
+#: sequencer.c:2106
3512
#, c-format
3513
msgid "unknown command %d"
3514
msgstr "Unbekannter Befehl %d"
3515
3479
-#: sequencer.c:2117
3516
+#: sequencer.c:2136
3517
msgid "could not read orig-head"
3518
msgstr "Konnte orig-head nicht lesen."
3519
3483
-#: sequencer.c:2122 sequencer.c:2678
3520
+#: sequencer.c:2141 sequencer.c:2745
3521
msgid "could not read 'onto'"
3522
msgstr "Konnte 'onto' nicht lesen."
3523
3487
-#: sequencer.c:2129
3524
+#: sequencer.c:2148
3525
#, c-format
3526
msgid "could not update %s"
3527
msgstr "Konnte %s nicht aktualisieren."
3528
3492
-#: sequencer.c:2136
3529
+#: sequencer.c:2155
3530
#, c-format
3531
msgid "could not update HEAD to %s"
3532
msgstr "Konnte HEAD nicht auf %s aktualisieren."
3533
3497
-#: sequencer.c:2220
3534
+#: sequencer.c:2239
3535
msgid "cannot rebase: You have unstaged changes."
3536
msgstr ""
3537
"Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit\n"
3538
"vorgemerkt sind."
3539
3503
-#: sequencer.c:2225
3540
+#: sequencer.c:2244
3541
msgid "could not remove CHERRY_PICK_HEAD"
3542
msgstr "Konnte CHERRY_PICK_HEAD nicht löschen."
3543
3507
-#: sequencer.c:2234
3544
+#: sequencer.c:2253
3545
msgid "cannot amend non-existing commit"
3546
msgstr "Kann nicht existierenden Commit nicht nachbessern."
3547
3511
-#: sequencer.c:2236
3548
+#: sequencer.c:2255
3549
#, c-format
3550
msgid "invalid file: '%s'"
3551
msgstr "Ungültige Datei: '%s'"
3552
3516
-#: sequencer.c:2238
3553
+#: sequencer.c:2257
3554
#, c-format
3555
msgid "invalid contents: '%s'"
3556
msgstr "Ungültige Inhalte: '%s'"
3557
3521
-#: sequencer.c:2241
3558
+#: sequencer.c:2260
3559
msgid ""
3560
"\n"
3561
"You have uncommitted changes in your working tree. Please, commit them\n"
@@ -3529,49 +3566,46 @@ msgstr ""
3566
"committen Sie diese zuerst und führen Sie dann 'git rebase --continue'\n"
3567
"erneut aus."
3568
3532
-#: sequencer.c:2251
3569
+#: sequencer.c:2270
3570
msgid "could not commit staged changes."
3571
msgstr "Konnte Änderungen aus der Staging-Area nicht committen."
3572
3536
-#: sequencer.c:2331
3573
+#: sequencer.c:2350
3574
#, c-format
3575
msgid "%s: can't cherry-pick a %s"
3576
msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
3577
3541
-#: sequencer.c:2335
3578
+#: sequencer.c:2354
3579
#, c-format
3580
msgid "%s: bad revision"
3581
msgstr "%s: ungültiger Commit"
3582
3546
-#: sequencer.c:2368
3583
+#: sequencer.c:2387
3584
msgid "can't revert as initial commit"
3585
msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
3586
3550
-#: sequencer.c:2471
3587
+#: sequencer.c:2492
3588
msgid "make_script: unhandled options"
3589
msgstr "make_script: unbehandelte Optionen"
3590
3554
-#: sequencer.c:2474
3591
+#: sequencer.c:2495
3592
msgid "make_script: error preparing revisions"
3593
msgstr "make_script: Fehler beim Vorbereiten der Commits"
3594
3558
-#: sequencer.c:2510
3595
+#: sequencer.c:2529 sequencer.c:2564
3596
#, c-format
3597
msgid "unusable todo list: '%s'"
3598
msgstr "Unbenutzbare TODO-Liste: '%s'"
3599
3563
-#: sequencer.c:2516
3564
-#, c-format
3565
-msgid "unable to open '%s' for writing"
3566
-msgstr "Konnte '%s' nicht zum Schreiben öffnen."
3567
-
3568
-#: sequencer.c:2561
3600
+#: sequencer.c:2615
3601
#, c-format
3602
msgid ""
3603
"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3572
-msgstr "Nicht erkannte Einstellung %s für Option rebase.missingCommitsCheck. Ignoriere."
3604
+msgstr ""
3605
+"Nicht erkannte Einstellung %s für Option rebase.missingCommitsCheck. "
3606
+"Ignoriere."
3607
3574
-#: sequencer.c:2641
3608
+#: sequencer.c:2695
3609
#, c-format
3610
msgid ""
3611
"Warning: some commits may have been dropped accidentally.\n"
@@ -3580,7 +3614,7 @@ msgstr ""
3614
"Warnung: Einige Commits könnten aus Versehen entfernt worden sein.\n"
3615
"Entfernte Commits (neu zu alt):\n"
3616
3583
-#: sequencer.c:2648
3617
+#: sequencer.c:2702
3618
#, c-format
3619
msgid ""
3620
"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
@@ -3597,7 +3631,7 @@ msgstr ""
3631
"Warnungen zu ändern.\n"
3632
"Die möglichen Verhaltensweisen sind: ignore, warn, error.\n"
3633
3600
-#: sequencer.c:2660
3634
+#: sequencer.c:2714
3635
#, c-format
3636
msgid ""
3637
"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
@@ -3608,31 +3642,21 @@ msgstr ""
3642
"'git rebase --continue' aus.\n"
3643
"Oder Sie können den Rebase mit 'git rebase --abort' abbrechen.\n"
3644
3611
-#: sequencer.c:2708
3612
-#, c-format
3613
-msgid "could not parse commit '%s'"
3614
-msgstr "Konnte Commit '%s' nicht parsen."
3615
-
3616
-#: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3617
-#: builtin/am.c:775
3645
+#: sequencer.c:2727 sequencer.c:2794 wrapper.c:225 wrapper.c:395
3646
+#: builtin/am.c:779
3647
#, c-format
3648
msgid "could not open '%s' for writing"
3649
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
3650
3622
-#: sequencer.c:2756
3651
+#: sequencer.c:2775
3652
#, c-format
3624
-msgid "could not truncate '%s'"
3625
-msgstr "Konnte '%s' nicht abschneiden."
3653
+msgid "could not parse commit '%s'"
3654
+msgstr "Konnte Commit '%s' nicht parsen."
3655
3627
-#: sequencer.c:2848
3656
+#: sequencer.c:2897
3657
msgid "the script was already rearranged."
3658
msgstr "Das Script wurde bereits umgeordnet."
3659
3631
-#: sequencer.c:2953
3632
-#, c-format
3633
-msgid "could not finish '%s'"
3634
-msgstr "Konnte '%s' nicht abschließen."
3635
-
3660
#: setup.c:171
3661
#, c-format
3662
msgid ""
@@ -3666,34 +3690,34 @@ msgstr ""
3690
"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
3691
"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
3692
3669
-#: setup.c:499
3693
+#: setup.c:501
3694
#, c-format
3695
msgid "Expected git repo version <= %d, found %d"
3696
msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"
3697
3674
-#: setup.c:507
3698
+#: setup.c:509
3699
msgid "unknown repository extensions found:"
3700
msgstr "Unbekannte Repository-Erweiterungen gefunden:"
3701
3678
-#: setup.c:806
3702
+#: setup.c:811
3703
#, c-format
3704
msgid "Not a git repository (or any of the parent directories): %s"
3705
msgstr "Kein Git-Repository (oder irgendein Elternverzeichnis): %s"
3706
3683
-#: setup.c:808 builtin/index-pack.c:1653
3707
+#: setup.c:813 builtin/index-pack.c:1653
3708
msgid "Cannot come back to cwd"
3709
msgstr "Kann nicht zurück zum Arbeitsverzeichnis wechseln"
3710
3687
-#: setup.c:1046
3711
+#: setup.c:1052
3712
msgid "Unable to read current working directory"
3713
msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."
3714
3691
-#: setup.c:1058 setup.c:1064
3715
+#: setup.c:1064 setup.c:1070
3716
#, c-format
3717
msgid "Cannot change to '%s'"
3718
msgstr "Kann nicht nach '%s' wechseln."
3719
3696
-#: setup.c:1077
3720
+#: setup.c:1083
3721
#, c-format
3722
msgid ""
3723
"Not a git repository (or any parent up to mount point %s)\n"
@@ -3703,7 +3727,7 @@ msgstr ""
3727
"%s)\n"
3728
"Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."
3729
3706
-#: setup.c:1159
3730
+#: setup.c:1167
3731
#, c-format
3732
msgid ""
3733
"Problem with core.sharedRepository filemode value (0%.3o).\n"
@@ -3712,46 +3736,46 @@ msgstr ""
3736
"Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"
3737
"Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."
3738
3715
-#: sha1_file.c:528
3739
+#: sha1_file.c:598
3740
#, c-format
3741
msgid "path '%s' does not exist"
3742
msgstr "Pfad '%s' existiert nicht"
3743
3720
-#: sha1_file.c:554
3744
+#: sha1_file.c:624
3745
#, c-format
3746
msgid "reference repository '%s' as a linked checkout is not supported yet."
3747
msgstr ""
3748
"Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"
3749
"Arbeitsverzeichnis unterstützt."
3750
3727
-#: sha1_file.c:560
3751
+#: sha1_file.c:630
3752
#, c-format
3753
msgid "reference repository '%s' is not a local repository."
3754
msgstr "Referenziertes Repository '%s' ist kein lokales Repository."
3755
3732
-#: sha1_file.c:566
3756
+#: sha1_file.c:636
3757
#, c-format
3758
msgid "reference repository '%s' is shallow"
3759
msgstr ""
3760
"Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."
3761
3738
-#: sha1_file.c:574
3762
+#: sha1_file.c:644
3763
#, c-format
3764
msgid "reference repository '%s' is grafted"
3765
msgstr ""
3766
"Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "
3767
"eingehängt."
3768
3745
-#: sha1_name.c:420
3769
+#: sha1_name.c:422
3770
#, c-format
3771
msgid "short SHA1 %s is ambiguous"
3772
msgstr "Kurzer SHA-1 %s ist mehrdeutig."
3773
3750
-#: sha1_name.c:431
3774
+#: sha1_name.c:433
3775
msgid "The candidates are:"
3776
msgstr "Die Kandidaten sind:"
3777
3754
-#: sha1_name.c:590
3778
+#: sha1_name.c:693
3779
msgid ""
3780
"Git normally never creates a ref that ends with 40 hex characters\n"
3781
"because it will be ignored when you just specify 40-hex. These refs\n"
@@ -3776,71 +3800,71 @@ msgstr ""
3800
"indem Sie \"git config advice.objectNameWarning false\"\n"
3801
"ausführen."
3802
3779
-#: submodule.c:93 submodule.c:127
3803
+#: submodule.c:96 submodule.c:130
3804
msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3805
msgstr ""
3806
"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"
3807
"Sie zuerst die Konflikte auf"
3808
3785
-#: submodule.c:97 submodule.c:131
3809
+#: submodule.c:100 submodule.c:134
3810
#, c-format
3811
msgid "Could not find section in .gitmodules where path=%s"
3812
msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"
3813
3790
-#: submodule.c:105
3814
+#: submodule.c:108
3815
#, c-format
3816
msgid "Could not update .gitmodules entry %s"
3817
msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"
3818
3795
-#: submodule.c:138
3819
+#: submodule.c:141
3820
#, c-format
3821
msgid "Could not remove .gitmodules entry for %s"
3822
msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"
3823
3800
-#: submodule.c:149
3824
+#: submodule.c:152
3825
msgid "staging updated .gitmodules failed"
3826
msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"
3827
3804
-#: submodule.c:309
3828
+#: submodule.c:312
3829
#, c-format
3830
msgid "in unpopulated submodule '%s'"
3831
msgstr "In nicht ausgechecktem Submodul '%s'."
3832
3809
-#: submodule.c:340
3833
+#: submodule.c:343
3834
#, c-format
3835
msgid "Pathspec '%s' is in submodule '%.*s'"
3836
msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
3837
3814
-#: submodule.c:799
3838
+#: submodule.c:833
3839
#, c-format
3840
msgid "submodule entry '%s' (%s) is a %s, not a commit"
3841
msgstr "Submodul-Eintrag '%s' (%s) ist ein %s, kein Commit."
3842
3819
-#: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3843
+#: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1387
3844
msgid "Failed to resolve HEAD as a valid ref."
3845
msgstr "Konnte HEAD nicht als gültige Referenz auflösen."
3846
3823
-#: submodule.c:1304
3847
+#: submodule.c:1370
3848
#, c-format
3849
msgid "'%s' not recognized as a git repository"
3850
msgstr "'%s' nicht als Git-Repository erkannt"
3851
3828
-#: submodule.c:1442
3852
+#: submodule.c:1508
3853
#, c-format
3854
msgid "could not start 'git status' in submodule '%s'"
3855
msgstr "Konnte 'git status' in Submodul '%s' nicht starten."
3856
3833
-#: submodule.c:1455
3857
+#: submodule.c:1521
3858
#, c-format
3859
msgid "could not run 'git status' in submodule '%s'"
3860
msgstr "Konnte 'git status' in Submodul '%s' nicht ausführen."
3861
3838
-#: submodule.c:1548
3862
+#: submodule.c:1614
3863
#, c-format
3864
msgid "submodule '%s' has dirty index"
3865
msgstr "Submodul '%s' hat einen geänderten Index."
3866
3843
-#: submodule.c:1809
3867
+#: submodule.c:1876
3868
#, c-format
3869
msgid ""
3870
"relocate_gitdir for submodule '%s' with more than one worktree not supported"
@@ -3848,18 +3872,18 @@ msgstr ""
3872
"relocate_gitdir für Submodul '%s' mit mehr als einem Arbeitsverzeichnis\n"
3873
"wird nicht unterstützt"
3874
3851
-#: submodule.c:1821 submodule.c:1877
3875
+#: submodule.c:1888 submodule.c:1944
3876
#, c-format
3877
msgid "could not lookup name for submodule '%s'"
3878
msgstr "konnte Name für Submodul '%s' nicht nachschlagen"
3879
3856
-#: submodule.c:1825 builtin/submodule--helper.c:671
3857
-#: builtin/submodule--helper.c:681
3880
+#: submodule.c:1892 builtin/submodule--helper.c:909
3881
+#: builtin/submodule--helper.c:919
3882
#, c-format
3883
msgid "could not create directory '%s'"
3884
msgstr "Konnte Verzeichnis '%s' nicht erstellen."
3885
3862
-#: submodule.c:1828
3886
+#: submodule.c:1895
3887
#, c-format
3888
msgid ""
3889
"Migrating git directory of '%s%s' from\n"
@@ -3870,20 +3894,20 @@ msgstr ""
3894
"'%s' nach\n"
3895
"'%s'\n"
3896
3873
-#: submodule.c:1912
3897
+#: submodule.c:1979
3898
#, c-format
3899
msgid "could not recurse into submodule '%s'"
3900
msgstr "Fehler bei Rekursion in Submodul-Pfad '%s'"
3901
3878
-#: submodule.c:1956
3902
+#: submodule.c:2023
3903
msgid "could not start ls-files in .."
3904
msgstr "Konnte 'ls-files' nicht in .. starten"
3905
3882
-#: submodule.c:1976
3906
+#: submodule.c:2043
3907
msgid "BUG: returned path string doesn't match cwd?"
3908
msgstr "FEHLER: zurückgegebene Zeichenkette für Pfad entspricht nicht cwd?"
3909
3886
-#: submodule.c:1995
3910
+#: submodule.c:2062
3911
#, c-format
3912
msgid "ls-tree returned unexpected return code %d"
3913
msgstr "ls-tree mit unerwartetem Rückgabewert %d beendet"
@@ -3951,17 +3975,17 @@ msgstr "konnte temporäre Datei '%s' nicht öffnen"
3975
msgid "could not rename temporary file to %s"
3976
msgstr "konnte temporäre Datei nicht zu %s umbenennen"
3977
3954
-#: transport.c:62
3978
+#: transport.c:63
3979
#, c-format
3980
msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3981
msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"
3982
3959
-#: transport.c:151
3983
+#: transport.c:152
3984
#, c-format
3985
msgid "transport: invalid depth option '%s'"
3986
msgstr "transport: ungültige --depth Option '%s'"
3987
3964
-#: transport.c:888
3988
+#: transport.c:904
3989
#, c-format
3990
msgid ""
3991
"The following submodule paths contain changes that can\n"
@@ -3970,7 +3994,7 @@ msgstr ""
3994
"Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"
3995
"Remote-Repository gefunden wurden:\n"
3996
3973
-#: transport.c:892
3997
+#: transport.c:908
3998
#, c-format
3999
msgid ""
4000
"\n"
@@ -3997,11 +4021,11 @@ msgstr ""
4021
"zum Versenden zu einem Remote-Repository.\n"
4022
"\n"
4023
4000
-#: transport.c:900
4024
+#: transport.c:916
4025
msgid "Aborting."
4026
msgstr "Abbruch."
4027
4004
-#: transport-helper.c:1071
4028
+#: transport-helper.c:1074
4029
#, c-format
4030
msgid "Could not read ref %s"
4031
msgstr "Konnte Referenz %s nicht lesen."
@@ -4022,7 +4046,7 @@ msgstr "leerer Dateiname in Tree-Eintrag"
4046
msgid "too-short tree file"
4047
msgstr "zu kurze Tree-Datei"
4048
4025
-#: unpack-trees.c:106
4049
+#: unpack-trees.c:107
4050
#, c-format
4051
msgid ""
4052
"Your local changes to the following files would be overwritten by checkout:\n"
@@ -4033,7 +4057,7 @@ msgstr ""
4057
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\n"
4058
"wechseln."
4059
4036
-#: unpack-trees.c:108
4060
+#: unpack-trees.c:109
4061
#, c-format
4062
msgid ""
4063
"Your local changes to the following files would be overwritten by checkout:\n"
@@ -4043,7 +4067,7 @@ msgstr ""
4067
"überschrieben werden:\n"
4068
"%%s"
4069
4046
-#: unpack-trees.c:111
4070
+#: unpack-trees.c:112
4071
#, c-format
4072
msgid ""
4073
"Your local changes to the following files would be overwritten by merge:\n"
@@ -4053,7 +4077,7 @@ msgstr ""
4077
"überschrieben werden:\n"
4078
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie mergen."
4079
4056
-#: unpack-trees.c:113
4080
+#: unpack-trees.c:114
4081
#, c-format
4082
msgid ""
4083
"Your local changes to the following files would be overwritten by merge:\n"
@@ -4063,7 +4087,7 @@ msgstr ""
4087
"überschrieben werden:\n"
4088
"%%s"
4089
4066
-#: unpack-trees.c:116
4090
+#: unpack-trees.c:117
4091
#, c-format
4092
msgid ""
4093
"Your local changes to the following files would be overwritten by %s:\n"
@@ -4073,7 +4097,7 @@ msgstr ""
4097
"überschrieben werden:\n"
4098
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie %s ausführen."
4099
4076
-#: unpack-trees.c:118
4100
+#: unpack-trees.c:119
4101
#, c-format
4102
msgid ""
4103
"Your local changes to the following files would be overwritten by %s:\n"
@@ -4082,7 +4106,7 @@ msgstr ""
4106
"Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"
4107
"%%s"
4108
4085
-#: unpack-trees.c:123
4109
+#: unpack-trees.c:124
4110
#, c-format
4111
msgid ""
4112
"Updating the following directories would lose untracked files in them:\n"
@@ -4092,7 +4116,7 @@ msgstr ""
4116
"Dateien in diesen Verzeichnissen verloren gehen:\n"
4117
"%s"
4118
4095
-#: unpack-trees.c:127
4119
+#: unpack-trees.c:128
4120
#, c-format
4121
msgid ""
4122
"The following untracked working tree files would be removed by checkout:\n"
@@ -4102,7 +4126,7 @@ msgstr ""
4126
"den Checkout entfernt werden:\n"
4127
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
4128
4105
-#: unpack-trees.c:129
4129
+#: unpack-trees.c:130
4130
#, c-format
4131
msgid ""
4132
"The following untracked working tree files would be removed by checkout:\n"
@@ -4113,7 +4137,7 @@ msgstr ""
4137
"Checkout entfernt werden:\n"
4138
"%%s"
4139
4116
-#: unpack-trees.c:132
4140
+#: unpack-trees.c:133
4141
#, c-format
4142
msgid ""
4143
"The following untracked working tree files would be removed by merge:\n"
@@ -4123,7 +4147,7 @@ msgstr ""
4147
"den Merge entfernt werden:\n"
4148
"%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."
4149
4126
-#: unpack-trees.c:134
4150
+#: unpack-trees.c:135
4151
#, c-format
4152
msgid ""
4153
"The following untracked working tree files would be removed by merge:\n"
@@ -4134,7 +4158,7 @@ msgstr ""
4158
"Merge entfernt werden:\n"
4159
"%%s"
4160
4137
-#: unpack-trees.c:137
4161
+#: unpack-trees.c:138
4162
#, c-format
4163
msgid ""
4164
"The following untracked working tree files would be removed by %s:\n"
@@ -4144,7 +4168,7 @@ msgstr ""
4168
"den %s entfernt werden:\n"
4169
"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
4170
4147
-#: unpack-trees.c:139
4171
+#: unpack-trees.c:140
4172
#, c-format
4173
msgid ""
4174
"The following untracked working tree files would be removed by %s:\n"
@@ -4154,7 +4178,7 @@ msgstr ""
4178
"den %s entfernt werden:\n"
4179
"%%s"
4180
4157
-#: unpack-trees.c:144
4181
+#: unpack-trees.c:145
4182
#, c-format
4183
msgid ""
4184
"The following untracked working tree files would be overwritten by "
@@ -4165,7 +4189,7 @@ msgstr ""
4189
"den Checkout überschrieben werden:\n"
4190
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
4191
4168
-#: unpack-trees.c:146
4192
+#: unpack-trees.c:147
4193
#, c-format
4194
msgid ""
4195
"The following untracked working tree files would be overwritten by "
@@ -4177,7 +4201,7 @@ msgstr ""
4201
"Checkout überschrieben werden:\n"
4202
"%%s"
4203
4180
-#: unpack-trees.c:149
4204
+#: unpack-trees.c:150
4205
#, c-format
4206
msgid ""
4207
"The following untracked working tree files would be overwritten by merge:\n"
@@ -4187,7 +4211,7 @@ msgstr ""
4211
"den Merge überschrieben werden:\n"
4212
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."
4213
4190
-#: unpack-trees.c:151
4214
+#: unpack-trees.c:152
4215
#, c-format
4216
msgid ""
4217
"The following untracked working tree files would be overwritten by merge:\n"
@@ -4197,7 +4221,7 @@ msgstr ""
4221
"den Merge überschrieben werden:\n"
4222
"%%s"
4223
4200
-#: unpack-trees.c:154
4224
+#: unpack-trees.c:155
4225
#, c-format
4226
msgid ""
4227
"The following untracked working tree files would be overwritten by %s:\n"
@@ -4207,7 +4231,7 @@ msgstr ""
4231
"den %s überschrieben werden:\n"
4232
"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
4233
4210
-#: unpack-trees.c:156
4234
+#: unpack-trees.c:157
4235
#, c-format
4236
msgid ""
4237
"The following untracked working tree files would be overwritten by %s:\n"
@@ -4218,12 +4242,12 @@ msgstr ""
4242
"%s überschrieben werden:\n"
4243
"%%s"
4244
4221
-#: unpack-trees.c:163
4245
+#: unpack-trees.c:164
4246
#, c-format
4247
msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4248
msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."
4249
4226
-#: unpack-trees.c:166
4250
+#: unpack-trees.c:167
4251
#, c-format
4252
msgid ""
4253
"Cannot update sparse checkout: the following entries are not up to date:\n"
@@ -4233,7 +4257,7 @@ msgstr ""
4257
"sind nicht aktuell:\n"
4258
"%s"
4259
4236
-#: unpack-trees.c:168
4260
+#: unpack-trees.c:169
4261
#, c-format
4262
msgid ""
4263
"The following working tree files would be overwritten by sparse checkout "
@@ -4244,7 +4268,7 @@ msgstr ""
4268
"über einen partiellen Checkout überschrieben werden:\n"
4269
"%s"
4270
4247
-#: unpack-trees.c:170
4271
+#: unpack-trees.c:171
4272
#, c-format
4273
msgid ""
4274
"The following working tree files would be removed by sparse checkout "
@@ -4255,7 +4279,7 @@ msgstr ""
4279
"über einen partiellen Checkout entfernt werden:\n"
4280
"%s"
4281
4258
-#: unpack-trees.c:172
4282
+#: unpack-trees.c:173
4283
#, c-format
4284
msgid ""
4285
"Cannot update submodule:\n"
@@ -4264,12 +4288,12 @@ msgstr ""
4288
"Kann Submodul nicht aktualisieren:\n"
4289
"%s"
4290
4267
-#: unpack-trees.c:249
4291
+#: unpack-trees.c:250
4292
#, c-format
4293
msgid "Aborting\n"
4294
msgstr "Abbruch\n"
4295
4272
-#: unpack-trees.c:331
4296
+#: unpack-trees.c:332
4297
msgid "Checking out files"
4298
msgstr "Checke Dateien aus"
4299
@@ -4312,8 +4336,8 @@ msgstr "Fehler beim Lesen von '%s'"
4336
msgid "could not open '%s' for reading and writing"
4337
msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."
4338
4315
-#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
4316
-#: builtin/am.c:858 builtin/merge.c:1041
4339
+#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4340
+#: builtin/am.c:862 builtin/merge.c:1043
4341
#, c-format
4342
msgid "could not open '%s' for reading"
4343
msgstr "Konnte '%s' nicht zum Lesen öffnen."
@@ -4327,16 +4351,6 @@ msgstr "konnte nicht auf '%s' zugreifen"
4351
msgid "unable to get current working directory"
4352
msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."
4353
4330
-#: wrapper.c:656
4331
-#, c-format
4332
-msgid "could not write to %s"
4333
-msgstr "Konnte nicht nach '%s' schreiben."
4334
-
4335
-#: wrapper.c:658
4336
-#, c-format
4337
-msgid "could not close %s"
4338
-msgstr "Konnte '%s' nicht schließen."
4339
-
4354
#: wt-status.c:150
4355
msgid "Unmerged paths:"
4356
msgstr "Nicht zusammengeführte Pfade:"
@@ -4370,11 +4384,11 @@ msgid " (use \"git rm <file>...\" to mark resolution)"
4384
msgstr ""
4385
" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
4386
4373
-#: wt-status.c:198 wt-status.c:979
4387
+#: wt-status.c:198 wt-status.c:984
4388
msgid "Changes to be committed:"
4389
msgstr "zum Commit vorgemerkte Änderungen:"
4390
4377
-#: wt-status.c:216 wt-status.c:988
4391
+#: wt-status.c:216 wt-status.c:993
4392
msgid "Changes not staged for commit:"
4393
msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"
4394
@@ -4482,22 +4496,22 @@ msgstr "geänderter Inhalt, "
4496
msgid "untracked content, "
4497
msgstr "unversionierter Inhalt, "
4498
4485
-#: wt-status.c:819
4499
+#: wt-status.c:824
4500
#, c-format
4501
msgid "Your stash currently has %d entry"
4502
msgid_plural "Your stash currently has %d entries"
4503
msgstr[0] "Ihr Stash hat gerade %d Eintrag"
4504
msgstr[1] "Ihr Stash hat gerade %d Einträge"
4505
4492
-#: wt-status.c:851
4506
+#: wt-status.c:856
4507
msgid "Submodules changed but not updated:"
4508
msgstr "Submodule geändert, aber nicht aktualisiert:"
4509
4496
-#: wt-status.c:853
4510
+#: wt-status.c:858
4511
msgid "Submodule changes to be committed:"
4512
msgstr "Änderungen in Submodul zum Committen:"
4513
4500
-#: wt-status.c:935
4514
+#: wt-status.c:940
4515
msgid ""
4516
"Do not modify or remove the line above.\n"
4517
"Everything below it will be ignored."
@@ -4505,114 +4519,114 @@ msgstr ""
4519
"Ändern oder entfernen Sie nicht die obige Zeile.\n"
4520
"Alles unterhalb von ihr wird ignoriert."
4521
4508
-#: wt-status.c:1048
4522
+#: wt-status.c:1053
4523
msgid "You have unmerged paths."
4524
msgstr "Sie haben nicht zusammengeführte Pfade."
4525
4512
-#: wt-status.c:1051
4526
+#: wt-status.c:1056
4527
msgid " (fix conflicts and run \"git commit\")"
4528
msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"
4529
4516
-#: wt-status.c:1053
4530
+#: wt-status.c:1058
4531
msgid " (use \"git merge --abort\" to abort the merge)"
4532
msgstr " (benutzen Sie \"git merge --abort\", um den Merge abzubrechen)"
4533
4520
-#: wt-status.c:1058
4534
+#: wt-status.c:1063
4535
msgid "All conflicts fixed but you are still merging."
4536
msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."
4537
4524
-#: wt-status.c:1061
4538
+#: wt-status.c:1066
4539
msgid " (use \"git commit\" to conclude merge)"
4540
msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"
4541
4528
-#: wt-status.c:1071
4542
+#: wt-status.c:1076
4543
msgid "You are in the middle of an am session."
4544
msgstr "Eine \"am\"-Sitzung ist im Gange."
4545
4532
-#: wt-status.c:1074
4546
+#: wt-status.c:1079
4547
msgid "The current patch is empty."
4548
msgstr "Der aktuelle Patch ist leer."
4549
4536
-#: wt-status.c:1078
4550
+#: wt-status.c:1083
4551
msgid " (fix conflicts and then run \"git am --continue\")"
4552
msgstr ""
4553
" (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"
4554
4541
-#: wt-status.c:1080
4555
+#: wt-status.c:1085
4556
msgid " (use \"git am --skip\" to skip this patch)"
4557
msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"
4558
4545
-#: wt-status.c:1082
4559
+#: wt-status.c:1087
4560
msgid " (use \"git am --abort\" to restore the original branch)"
4561
msgstr ""
4562
" (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "
4563
"wiederherzustellen)"
4564
4551
-#: wt-status.c:1214
4565
+#: wt-status.c:1219
4566
msgid "git-rebase-todo is missing."
4567
msgstr "git-rebase-todo fehlt."
4568
4555
-#: wt-status.c:1216
4569
+#: wt-status.c:1221
4570
msgid "No commands done."
4571
msgstr "Keine Befehle ausgeführt."
4572
4559
-#: wt-status.c:1219
4573
+#: wt-status.c:1224
4574
#, c-format
4575
msgid "Last command done (%d command done):"
4576
msgid_plural "Last commands done (%d commands done):"
4577
msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"
4578
msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"
4579
4566
-#: wt-status.c:1230
4580
+#: wt-status.c:1235
4581
#, c-format
4582
msgid " (see more in file %s)"
4583
msgstr " (mehr Informationen in Datei %s)"
4584
4571
-#: wt-status.c:1235
4585
+#: wt-status.c:1240
4586
msgid "No commands remaining."
4587
msgstr "Keine Befehle verbleibend."
4588
4575
-#: wt-status.c:1238
4589
+#: wt-status.c:1243
4590
#, c-format
4591
msgid "Next command to do (%d remaining command):"
4592
msgid_plural "Next commands to do (%d remaining commands):"
4593
msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"
4594
msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"
4595
4582
-#: wt-status.c:1246
4596
+#: wt-status.c:1251
4597
msgid " (use \"git rebase --edit-todo\" to view and edit)"
4598
msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"
4599
4586
-#: wt-status.c:1259
4600
+#: wt-status.c:1264
4601
#, c-format
4602
msgid "You are currently rebasing branch '%s' on '%s'."
4603
msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."
4604
4591
-#: wt-status.c:1264
4605
+#: wt-status.c:1269
4606
msgid "You are currently rebasing."
4607
msgstr "Sie sind gerade beim Rebase."
4608
4595
-#: wt-status.c:1278
4609
+#: wt-status.c:1283
4610
msgid " (fix conflicts and then run \"git rebase --continue\")"
4611
msgstr ""
4612
" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "
4613
"aus)"
4614
4601
-#: wt-status.c:1280
4615
+#: wt-status.c:1285
4616
msgid " (use \"git rebase --skip\" to skip this patch)"
4617
msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"
4618
4605
-#: wt-status.c:1282
4619
+#: wt-status.c:1287
4620
msgid " (use \"git rebase --abort\" to check out the original branch)"
4621
msgstr ""
4622
" (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "
4623
"auszuchecken)"
4624
4611
-#: wt-status.c:1288
4625
+#: wt-status.c:1293
4626
msgid " (all conflicts fixed: run \"git rebase --continue\")"
4627
msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"
4628
4615
-#: wt-status.c:1292
4629
+#: wt-status.c:1297
4630
#, c-format
4631
msgid ""
4632
"You are currently splitting a commit while rebasing branch '%s' on '%s'."
@@ -4620,138 +4634,138 @@ msgstr ""
4634
"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "
4635
"'%s' im Gange ist."
4636
4623
-#: wt-status.c:1297
4637
+#: wt-status.c:1302
4638
msgid "You are currently splitting a commit during a rebase."
4639
msgstr "Sie teilen gerade einen Commit während eines Rebase auf."
4640
4627
-#: wt-status.c:1300
4641
+#: wt-status.c:1305
4642
msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4643
msgstr ""
4644
" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"
4645
"continue\" aus)"
4646
4633
-#: wt-status.c:1304
4647
+#: wt-status.c:1309
4648
#, c-format
4649
msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4650
msgstr ""
4651
"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "
4652
"'%s'."
4653
4640
-#: wt-status.c:1309
4654
+#: wt-status.c:1314
4655
msgid "You are currently editing a commit during a rebase."
4656
msgstr "Sie editieren gerade einen Commit während eines Rebase."
4657
4644
-#: wt-status.c:1312
4658
+#: wt-status.c:1317
4659
msgid " (use \"git commit --amend\" to amend the current commit)"
4660
msgstr ""
4661
" (benutzen Sie \"git commit --amend\", um den aktuellen Commit "
4662
"nachzubessern)"
4663
4650
-#: wt-status.c:1314
4664
+#: wt-status.c:1319
4665
msgid ""
4666
" (use \"git rebase --continue\" once you are satisfied with your changes)"
4667
msgstr ""
4668
" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "
4669
"abgeschlossen sind)"
4670
4657
-#: wt-status.c:1324
4671
+#: wt-status.c:1329
4672
#, c-format
4673
msgid "You are currently cherry-picking commit %s."
4674
msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."
4675
4662
-#: wt-status.c:1329
4676
+#: wt-status.c:1334
4677
msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4678
msgstr ""
4679
" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"
4680
"\" aus)"
4681
4668
-#: wt-status.c:1332
4682
+#: wt-status.c:1337
4683
msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4684
msgstr ""
4685
" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"
4686
4673
-#: wt-status.c:1334
4687
+#: wt-status.c:1339
4688
msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4689
msgstr ""
4690
" (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "
4691
"abzubrechen)"
4692
4679
-#: wt-status.c:1343
4693
+#: wt-status.c:1348
4694
#, c-format
4695
msgid "You are currently reverting commit %s."
4696
msgstr "Sie sind gerade an einem Revert von Commit '%s'."
4697
4684
-#: wt-status.c:1348
4698
+#: wt-status.c:1353
4699
msgid " (fix conflicts and run \"git revert --continue\")"
4700
msgstr ""
4701
" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "
4702
"aus)"
4703
4690
-#: wt-status.c:1351
4704
+#: wt-status.c:1356
4705
msgid " (all conflicts fixed: run \"git revert --continue\")"
4706
msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"
4707
4694
-#: wt-status.c:1353
4708
+#: wt-status.c:1358
4709
msgid " (use \"git revert --abort\" to cancel the revert operation)"
4710
msgstr ""
4711
" (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"
4712
4699
-#: wt-status.c:1364
4713
+#: wt-status.c:1369
4714
#, c-format
4715
msgid "You are currently bisecting, started from branch '%s'."
4716
msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."
4717
4704
-#: wt-status.c:1368
4718
+#: wt-status.c:1373
4719
msgid "You are currently bisecting."
4720
msgstr "Sie sind gerade bei einer binären Suche."
4721
4708
-#: wt-status.c:1371
4722
+#: wt-status.c:1376
4723
msgid " (use \"git bisect reset\" to get back to the original branch)"
4724
msgstr ""
4725
" (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "
4726
"zurückzukehren)"
4727
4714
-#: wt-status.c:1568
4728
+#: wt-status.c:1573
4729
msgid "On branch "
4730
msgstr "Auf Branch "
4731
4718
-#: wt-status.c:1574
4732
+#: wt-status.c:1579
4733
msgid "interactive rebase in progress; onto "
4734
msgstr "interaktives Rebase im Gange; auf "
4735
4722
-#: wt-status.c:1576
4736
+#: wt-status.c:1581
4737
msgid "rebase in progress; onto "
4738
msgstr "Rebase im Gange; auf "
4739
4726
-#: wt-status.c:1581
4740
+#: wt-status.c:1586
4741
msgid "HEAD detached at "
4742
msgstr "HEAD losgelöst bei "
4743
4730
-#: wt-status.c:1583
4744
+#: wt-status.c:1588
4745
msgid "HEAD detached from "
4746
msgstr "HEAD losgelöst von "
4747
4734
-#: wt-status.c:1586
4748
+#: wt-status.c:1591
4749
msgid "Not currently on any branch."
4750
msgstr "Im Moment auf keinem Branch."
4751
4738
-#: wt-status.c:1606
4752
+#: wt-status.c:1611
4753
msgid "Initial commit"
4754
msgstr "Initialer Commit"
4755
4742
-#: wt-status.c:1607
4756
+#: wt-status.c:1612
4757
msgid "No commits yet"
4758
msgstr "Noch keine Commits"
4759
4746
-#: wt-status.c:1621
4760
+#: wt-status.c:1626
4761
msgid "Untracked files"
4762
msgstr "Unversionierte Dateien"
4763
4750
-#: wt-status.c:1623
4764
+#: wt-status.c:1628
4765
msgid "Ignored files"
4766
msgstr "Ignorierte Dateien"
4767
4754
-#: wt-status.c:1627
4768
+#: wt-status.c:1632
4769
#, c-format
4770
msgid ""
4771
"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -4762,32 +4776,32 @@ msgstr ""
4776
"'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"
4777
"neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."
4778
4765
-#: wt-status.c:1633
4779
+#: wt-status.c:1638
4780
#, c-format
4781
msgid "Untracked files not listed%s"
4782
msgstr "Unversionierte Dateien nicht aufgelistet%s"
4783
4770
-#: wt-status.c:1635
4784
+#: wt-status.c:1640
4785
msgid " (use -u option to show untracked files)"
4786
msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"
4787
4774
-#: wt-status.c:1641
4788
+#: wt-status.c:1646
4789
msgid "No changes"
4790
msgstr "Keine Änderungen"
4791
4778
-#: wt-status.c:1646
4792
+#: wt-status.c:1651
4793
#, c-format
4794
msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4795
msgstr ""
4796
"keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "
4797
"\"git commit -a\")\n"
4798
4785
-#: wt-status.c:1649
4799
+#: wt-status.c:1654
4800
#, c-format
4801
msgid "no changes added to commit\n"
4802
msgstr "keine Änderungen zum Commit vorgemerkt\n"
4803
4790
-#: wt-status.c:1652
4804
+#: wt-status.c:1657
4805
#, c-format
4806
msgid ""
4807
"nothing added to commit but untracked files present (use \"git add\" to "
@@ -4796,63 +4810,63 @@ msgstr ""
4810
"nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"
4811
"(benutzen Sie \"git add\" zum Versionieren)\n"
4812
4799
-#: wt-status.c:1655
4813
+#: wt-status.c:1660
4814
#, c-format
4815
msgid "nothing added to commit but untracked files present\n"
4816
msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"
4817
4804
-#: wt-status.c:1658
4818
+#: wt-status.c:1663
4819
#, c-format
4820
msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4821
msgstr ""
4822
"nichts zu committen (erstellen/kopieren Sie Dateien und benutzen\n"
4823
"Sie \"git add\" zum Versionieren)\n"
4824
4811
-#: wt-status.c:1661 wt-status.c:1666
4825
+#: wt-status.c:1666 wt-status.c:1671
4826
#, c-format
4827
msgid "nothing to commit\n"
4828
msgstr "nichts zu committen\n"
4829
4816
-#: wt-status.c:1664
4830
+#: wt-status.c:1669
4831
#, c-format
4832
msgid "nothing to commit (use -u to show untracked files)\n"
4833
msgstr ""
4834
"nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "
4835
"anzuzeigen)\n"
4836
4823
-#: wt-status.c:1668
4837
+#: wt-status.c:1673
4838
#, c-format
4839
msgid "nothing to commit, working tree clean\n"
4840
msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"
4841
4828
-#: wt-status.c:1780
4842
+#: wt-status.c:1785
4843
msgid "No commits yet on "
4844
msgstr "Noch keine Commits in "
4845
4832
-#: wt-status.c:1784
4846
+#: wt-status.c:1789
4847
msgid "HEAD (no branch)"
4848
msgstr "HEAD (kein Branch)"
4849
4836
-#: wt-status.c:1813 wt-status.c:1821
4850
+#: wt-status.c:1818 wt-status.c:1826
4851
msgid "behind "
4852
msgstr "hinterher "
4853
4840
-#: wt-status.c:1816 wt-status.c:1819
4854
+#: wt-status.c:1821 wt-status.c:1824
4855
msgid "ahead "
4856
msgstr "voraus "
4857
4858
#. TRANSLATORS: the action is e.g. "pull with rebase"
4845
-#: wt-status.c:2311
4859
+#: wt-status.c:2318
4860
#, c-format
4861
msgid "cannot %s: You have unstaged changes."
4862
msgstr ""
4863
"%s nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt sind."
4864
4851
-#: wt-status.c:2317
4865
+#: wt-status.c:2324
4866
msgid "additionally, your index contains uncommitted changes."
4867
msgstr "Zusätzlich enthält die Staging-Area nicht committete Änderungen."
4868
4855
-#: wt-status.c:2319
4869
+#: wt-status.c:2326
4870
#, c-format
4871
msgid "cannot %s: Your index contains uncommitted changes."
4872
msgstr ""
@@ -4867,128 +4881,132 @@ msgstr "Konnte '%s' nicht entfernen."
4881
msgid "git add [<options>] [--] <pathspec>..."
4882
msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..."
4883
4870
-#: builtin/add.c:82
4884
+#: builtin/add.c:83
4885
#, c-format
4886
msgid "unexpected diff status %c"
4887
msgstr "unerwarteter Differenz-Status %c"
4888
4875
-#: builtin/add.c:87 builtin/commit.c:291
4889
+#: builtin/add.c:88 builtin/commit.c:291
4890
msgid "updating files failed"
4891
msgstr "Aktualisierung der Dateien fehlgeschlagen"
4892
4879
-#: builtin/add.c:97
4893
+#: builtin/add.c:98
4894
#, c-format
4895
msgid "remove '%s'\n"
4896
msgstr "lösche '%s'\n"
4897
4884
-#: builtin/add.c:153
4898
+#: builtin/add.c:173
4899
msgid "Unstaged changes after refreshing the index:"
4900
msgstr ""
4901
"Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"
4902
4889
-#: builtin/add.c:213 builtin/rev-parse.c:888
4903
+#: builtin/add.c:233 builtin/rev-parse.c:888
4904
msgid "Could not read the index"
4905
msgstr "Konnte den Index nicht lesen"
4906
4893
-#: builtin/add.c:224
4907
+#: builtin/add.c:244
4908
#, c-format
4909
msgid "Could not open '%s' for writing."
4910
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
4911
4898
-#: builtin/add.c:228
4912
+#: builtin/add.c:248
4913
msgid "Could not write patch"
4914
msgstr "Konnte Patch nicht schreiben"
4915
4902
-#: builtin/add.c:231
4916
+#: builtin/add.c:251
4917
msgid "editing patch failed"
4918
msgstr "Bearbeitung des Patches fehlgeschlagen"
4919
4906
-#: builtin/add.c:234
4920
+#: builtin/add.c:254
4921
#, c-format
4922
msgid "Could not stat '%s'"
4923
msgstr "Konnte Verzeichnis '%s' nicht lesen"
4924
4911
-#: builtin/add.c:236
4925
+#: builtin/add.c:256
4926
msgid "Empty patch. Aborted."
4927
msgstr "Leerer Patch. Abgebrochen."
4928
4915
-#: builtin/add.c:241
4929
+#: builtin/add.c:261
4930
#, c-format
4931
msgid "Could not apply '%s'"
4932
msgstr "Konnte '%s' nicht anwenden."
4933
4920
-#: builtin/add.c:251
4934
+#: builtin/add.c:271
4935
msgid "The following paths are ignored by one of your .gitignore files:\n"
4936
msgstr ""
4937
"Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "
4938
"ignoriert:\n"
4939
4926
-#: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4927
-#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4940
+#: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:133 builtin/mv.c:124
4941
+#: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4942
#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4943
msgid "dry run"
4944
msgstr "Probelauf"
4945
4932
-#: builtin/add.c:274
4946
+#: builtin/add.c:294
4947
msgid "interactive picking"
4948
msgstr "interaktives Auswählen"
4949
4936
-#: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4950
+#: builtin/add.c:295 builtin/checkout.c:1137 builtin/reset.c:310
4951
msgid "select hunks interactively"
4952
msgstr "Blöcke interaktiv auswählen"
4953
4940
-#: builtin/add.c:276
4954
+#: builtin/add.c:296
4955
msgid "edit current diff and apply"
4956
msgstr "aktuelle Unterschiede editieren und anwenden"
4957
4944
-#: builtin/add.c:277
4958
+#: builtin/add.c:297
4959
msgid "allow adding otherwise ignored files"
4960
msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"
4961
4948
-#: builtin/add.c:278
4962
+#: builtin/add.c:298
4963
msgid "update tracked files"
4964
msgstr "versionierte Dateien aktualisieren"
4965
4952
-#: builtin/add.c:279
4966
+#: builtin/add.c:299
4967
+msgid "renormalize EOL of tracked files (implies -u)"
4968
+msgstr "erneutes Normalisieren der Zeilenenden von versionierten Dateien (impliziert -u)"
4969
+
4970
+#: builtin/add.c:300
4971
msgid "record only the fact that the path will be added later"
4972
msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"
4973
4956
-#: builtin/add.c:280
4974
+#: builtin/add.c:301
4975
msgid "add changes from all tracked and untracked files"
4976
msgstr ""
4977
"Änderungen von allen versionierten und unversionierten Dateien hinzufügen"
4978
4961
-#: builtin/add.c:283
4979
+#: builtin/add.c:304
4980
msgid "ignore paths removed in the working tree (same as --no-all)"
4981
msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"
4982
4965
-#: builtin/add.c:285
4983
+#: builtin/add.c:306
4984
msgid "don't add, only refresh the index"
4985
msgstr "nichts hinzufügen, nur den Index aktualisieren"
4986
4969
-#: builtin/add.c:286
4987
+#: builtin/add.c:307
4988
msgid "just skip files which cannot be added because of errors"
4989
msgstr ""
4990
"Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "
4991
"konnten"
4992
4975
-#: builtin/add.c:287
4993
+#: builtin/add.c:308
4994
msgid "check if - even missing - files are ignored in dry run"
4995
msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"
4996
4979
-#: builtin/add.c:288 builtin/update-index.c:954
4997
+#: builtin/add.c:309 builtin/update-index.c:964
4998
msgid "(+/-)x"
4999
msgstr "(+/-)x"
5000
4983
-#: builtin/add.c:288 builtin/update-index.c:955
5001
+#: builtin/add.c:309 builtin/update-index.c:965
5002
msgid "override the executable bit of the listed files"
5003
msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"
5004
4987
-#: builtin/add.c:290
5005
+#: builtin/add.c:311
5006
msgid "warn when adding an embedded repository"
5007
msgstr "warnen wenn eingebettetes Repository hinzugefügt wird"
5008
4991
-#: builtin/add.c:305
5009
+#: builtin/add.c:326
5010
#, c-format
5011
msgid ""
5012
"You've added another git repository inside your current repository.\n"
@@ -5022,48 +5040,48 @@ msgstr ""
5040
"\n"
5041
"Siehe \"git help submodule\" für weitere Informationen."
5042
5025
-#: builtin/add.c:333
5043
+#: builtin/add.c:354
5044
#, c-format
5045
msgid "adding embedded git repository: %s"
5046
msgstr "Füge eingebettetes Repository hinzu: %s"
5047
5030
-#: builtin/add.c:351
5048
+#: builtin/add.c:372
5049
#, c-format
5050
msgid "Use -f if you really want to add them.\n"
5051
msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"
5052
5035
-#: builtin/add.c:359
5053
+#: builtin/add.c:380
5054
msgid "adding files failed"
5055
msgstr "Hinzufügen von Dateien fehlgeschlagen"
5056
5039
-#: builtin/add.c:396
5057
+#: builtin/add.c:417
5058
msgid "-A and -u are mutually incompatible"
5059
msgstr "Die Optionen -A und -u sind zueinander inkompatibel."
5060
5043
-#: builtin/add.c:403
5061
+#: builtin/add.c:424
5062
msgid "Option --ignore-missing can only be used together with --dry-run"
5063
msgstr ""
5064
"Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."
5065
5048
-#: builtin/add.c:407
5066
+#: builtin/add.c:428
5067
#, c-format
5068
msgid "--chmod param '%s' must be either -x or +x"
5069
msgstr "--chmod Parameter '%s' muss entweder -x oder +x sein"
5070
5053
-#: builtin/add.c:422
5071
+#: builtin/add.c:443
5072
#, c-format
5073
msgid "Nothing specified, nothing added.\n"
5074
msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"
5075
5058
-#: builtin/add.c:423
5076
+#: builtin/add.c:444
5077
#, c-format
5078
msgid "Maybe you wanted to say 'git add .'?\n"
5079
msgstr "Meinten Sie vielleicht 'git add .'?\n"
5080
5063
-#: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
5064
-#: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
5065
-#: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
5066
-#: builtin/submodule--helper.c:243
5081
+#: builtin/add.c:449 builtin/check-ignore.c:176 builtin/checkout.c:281
5082
+#: builtin/checkout.c:484 builtin/clean.c:958 builtin/commit.c:350
5083
+#: builtin/diff-tree.c:114 builtin/mv.c:143 builtin/reset.c:249
5084
+#: builtin/rm.c:271 builtin/submodule--helper.c:311
5085
msgid "index file corrupt"
5086
msgstr "Index-Datei beschädigt"
5087
@@ -5090,91 +5108,91 @@ msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"
5108
msgid "fseek failed"
5109
msgstr "\"fseek\" fehlgeschlagen"
5110
5093
-#: builtin/am.c:786
5111
+#: builtin/am.c:790
5112
#, c-format
5113
msgid "could not parse patch '%s'"
5114
msgstr "konnte Patch '%s' nicht parsen"
5115
5098
-#: builtin/am.c:851
5116
+#: builtin/am.c:855
5117
msgid "Only one StGIT patch series can be applied at once"
5118
msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."
5119
5102
-#: builtin/am.c:899
5120
+#: builtin/am.c:903
5121
msgid "invalid timestamp"
5122
msgstr "ungültiger Zeitstempel"
5123
5106
-#: builtin/am.c:904 builtin/am.c:916
5124
+#: builtin/am.c:908 builtin/am.c:920
5125
msgid "invalid Date line"
5126
msgstr "Ungültige \"Date\"-Zeile"
5127
5110
-#: builtin/am.c:911
5128
+#: builtin/am.c:915
5129
msgid "invalid timezone offset"
5130
msgstr "Ungültiger Offset in der Zeitzone"
5131
5114
-#: builtin/am.c:1004
5132
+#: builtin/am.c:1008
5133
msgid "Patch format detection failed."
5134
msgstr "Patch-Formaterkennung fehlgeschlagen."
5135
5118
-#: builtin/am.c:1009 builtin/clone.c:402
5136
+#: builtin/am.c:1013 builtin/clone.c:402
5137
#, c-format
5138
msgid "failed to create directory '%s'"
5139
msgstr "Fehler beim Erstellen von Verzeichnis '%s'"
5140
5123
-#: builtin/am.c:1013
5141
+#: builtin/am.c:1017
5142
msgid "Failed to split patches."
5143
msgstr "Fehler beim Aufteilen der Patches."
5144
5127
-#: builtin/am.c:1142 builtin/commit.c:376
5145
+#: builtin/am.c:1146 builtin/commit.c:376
5146
msgid "unable to write index file"
5147
msgstr "Konnte Index-Datei nicht schreiben."
5148
5131
-#: builtin/am.c:1193
5149
+#: builtin/am.c:1160
5150
#, c-format
5151
msgid "When you have resolved this problem, run \"%s --continue\"."
5152
msgstr ""
5153
"Wenn Sie das Problem aufgelöst haben, führen Sie \"%s --continue\" aus."
5154
5137
-#: builtin/am.c:1194
5155
+#: builtin/am.c:1161
5156
#, c-format
5157
msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
5158
msgstr ""
5159
"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --skip"
5160
"\" aus."
5161
5144
-#: builtin/am.c:1195
5162
+#: builtin/am.c:1162
5163
#, c-format
5164
msgid "To restore the original branch and stop patching, run \"%s --abort\"."
5165
msgstr ""
5166
"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "
5167
"Patches abzubrechen, führen Sie \"%s --abort\" aus."
5168
5151
-#: builtin/am.c:1302
5169
+#: builtin/am.c:1269
5170
msgid "Patch is empty."
5171
msgstr "Patch ist leer."
5172
5155
-#: builtin/am.c:1368
5173
+#: builtin/am.c:1335
5174
#, c-format
5175
msgid "invalid ident line: %.*s"
5176
msgstr "Ungültige Identifikationszeile: %.*s"
5177
5160
-#: builtin/am.c:1390
5178
+#: builtin/am.c:1357
5179
#, c-format
5180
msgid "unable to parse commit %s"
5181
msgstr "Konnte Commit '%s' nicht parsen."
5182
5165
-#: builtin/am.c:1584
5183
+#: builtin/am.c:1550
5184
msgid "Repository lacks necessary blobs to fall back on 3-way merge."
5185
msgstr ""
5186
"Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "
5187
"zurückzufallen."
5188
5171
-#: builtin/am.c:1586
5189
+#: builtin/am.c:1552
5190
msgid "Using index info to reconstruct a base tree..."
5191
msgstr ""
5192
"Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis "
5193
"nachzustellen ..."
5194
5177
-#: builtin/am.c:1605
5195
+#: builtin/am.c:1571
5196
msgid ""
5197
"Did you hand edit your patch?\n"
5198
"It does not apply to blobs recorded in its index."
@@ -5182,39 +5200,39 @@ msgstr ""
5200
"Haben Sie den Patch per Hand editiert?\n"
5201
"Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."
5202
5185
-#: builtin/am.c:1611
5203
+#: builtin/am.c:1577
5204
msgid "Falling back to patching base and 3-way merge..."
5205
msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."
5206
5189
-#: builtin/am.c:1636
5207
+#: builtin/am.c:1602
5208
msgid "Failed to merge in the changes."
5209
msgstr "Merge der Änderungen fehlgeschlagen."
5210
5193
-#: builtin/am.c:1660 builtin/merge.c:641
5211
+#: builtin/am.c:1626 builtin/merge.c:642
5212
msgid "git write-tree failed to write a tree"
5213
msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
5214
5197
-#: builtin/am.c:1667
5215
+#: builtin/am.c:1633
5216
msgid "applying to an empty history"
5217
msgstr "auf leere Historie anwenden"
5218
5201
-#: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
5202
-#: builtin/merge.c:849
5219
+#: builtin/am.c:1646 builtin/commit.c:1798 builtin/merge.c:825
5220
+#: builtin/merge.c:850
5221
msgid "failed to write commit object"
5222
msgstr "Fehler beim Schreiben des Commit-Objektes."
5223
5206
-#: builtin/am.c:1713 builtin/am.c:1717
5224
+#: builtin/am.c:1679 builtin/am.c:1683
5225
#, c-format
5226
msgid "cannot resume: %s does not exist."
5227
msgstr "Kann nicht fortsetzen: %s existiert nicht"
5228
5211
-#: builtin/am.c:1733
5229
+#: builtin/am.c:1699
5230
msgid "cannot be interactive without stdin connected to a terminal."
5231
msgstr ""
5232
"Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "
5233
"Terminal verbunden ist."
5234
5217
-#: builtin/am.c:1738
5235
+#: builtin/am.c:1704
5236
msgid "Commit Body is:"
5237
msgstr "Commit-Beschreibung ist:"
5238
@@ -5222,35 +5240,35 @@ msgstr "Commit-Beschreibung ist:"
5240
#. in your translation. The program will only accept English
5241
#. input at this point.
5242
#.
5225
-#: builtin/am.c:1748
5243
+#: builtin/am.c:1714
5244
msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5245
msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5246
5229
-#: builtin/am.c:1798
5247
+#: builtin/am.c:1764
5248
#, c-format
5249
msgid "Dirty index: cannot apply patches (dirty: %s)"
5250
msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)"
5251
5234
-#: builtin/am.c:1838 builtin/am.c:1910
5252
+#: builtin/am.c:1804 builtin/am.c:1876
5253
#, c-format
5254
msgid "Applying: %.*s"
5255
msgstr "Wende an: %.*s"
5256
5239
-#: builtin/am.c:1854
5257
+#: builtin/am.c:1820
5258
msgid "No changes -- Patch already applied."
5259
msgstr "Keine Änderungen -- Patches bereits angewendet."
5260
5243
-#: builtin/am.c:1862
5261
+#: builtin/am.c:1828
5262
#, c-format
5263
msgid "Patch failed at %s %.*s"
5264
msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s"
5265
5248
-#: builtin/am.c:1868
5266
+#: builtin/am.c:1834
5267
#, c-format
5268
msgid "The copy of the patch that failed is found in: %s"
5269
msgstr "Die Kopie des fehlgeschlagenen Patches befindet sich in: %s"
5270
5253
-#: builtin/am.c:1913
5271
+#: builtin/am.c:1879
5272
msgid ""
5273
"No changes - did you forget to use 'git add'?\n"
5274
"If there is nothing left to stage, chances are that something else\n"
@@ -5261,7 +5279,7 @@ msgstr ""
5279
"diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"
5280
"auslassen."
5281
5264
-#: builtin/am.c:1920
5282
+#: builtin/am.c:1886
5283
msgid ""
5284
"You still have unmerged paths in your index.\n"
5285
"You should 'git add' each file with resolved conflicts to mark them as "
@@ -5274,17 +5292,17 @@ msgstr ""
5292
"Sie können 'git rm' auf Dateien ausführen, um \"von denen gelöscht\" für\n"
5293
"diese zu akzeptieren."
5294
5277
-#: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
5295
+#: builtin/am.c:1993 builtin/am.c:1997 builtin/am.c:2009 builtin/reset.c:332
5296
#: builtin/reset.c:340
5297
#, c-format
5298
msgid "Could not parse object '%s'."
5299
msgstr "Konnte Objekt '%s' nicht parsen."
5300
5283
-#: builtin/am.c:2081
5301
+#: builtin/am.c:2045
5302
msgid "failed to clean index"
5303
msgstr "Fehler beim Bereinigen des Index"
5304
5287
-#: builtin/am.c:2116
5305
+#: builtin/am.c:2080
5306
msgid ""
5307
"You seem to have moved HEAD since the last 'am' failure.\n"
5308
"Not rewinding to ORIG_HEAD"
@@ -5292,134 +5310,134 @@ msgstr ""
5310
"Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"
5311
"Keine Zurücksetzung zu ORIG_HEAD."
5312
5295
-#: builtin/am.c:2179
5313
+#: builtin/am.c:2143
5314
#, c-format
5315
msgid "Invalid value for --patch-format: %s"
5316
msgstr "Ungültiger Wert für --patch-format: %s"
5317
5300
-#: builtin/am.c:2212
5318
+#: builtin/am.c:2176
5319
msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5320
msgstr "git am [<Optionen>] [(<mbox> | <E-Mail-Verzeichnis>)...]"
5321
5304
-#: builtin/am.c:2213
5322
+#: builtin/am.c:2177
5323
msgid "git am [<options>] (--continue | --skip | --abort)"
5324
msgstr "git am [<Optionen>] (--continue | --skip | --abort)"
5325
5308
-#: builtin/am.c:2219
5326
+#: builtin/am.c:2183
5327
msgid "run interactively"
5328
msgstr "interaktiv ausführen"
5329
5312
-#: builtin/am.c:2221
5330
+#: builtin/am.c:2185
5331
msgid "historical option -- no-op"
5332
msgstr "historische Option -- kein Effekt"
5333
5316
-#: builtin/am.c:2223
5334
+#: builtin/am.c:2187
5335
msgid "allow fall back on 3way merging if needed"
5336
msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"
5337
5320
-#: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
5338
+#: builtin/am.c:2188 builtin/init-db.c:484 builtin/prune-packed.c:57
5339
#: builtin/repack.c:180
5340
msgid "be quiet"
5341
msgstr "weniger Ausgaben"
5342
5325
-#: builtin/am.c:2226
5343
+#: builtin/am.c:2190
5344
msgid "add a Signed-off-by line to the commit message"
5345
msgstr "der Commit-Beschreibung eine Signed-off-by Zeile hinzufügen"
5346
5329
-#: builtin/am.c:2229
5347
+#: builtin/am.c:2193
5348
msgid "recode into utf8 (default)"
5349
msgstr "nach UTF-8 umkodieren (Standard)"
5350
5333
-#: builtin/am.c:2231
5351
+#: builtin/am.c:2195
5352
msgid "pass -k flag to git-mailinfo"
5353
msgstr "-k an git-mailinfo übergeben"
5354
5337
-#: builtin/am.c:2233
5355
+#: builtin/am.c:2197
5356
msgid "pass -b flag to git-mailinfo"
5357
msgstr "-b an git-mailinfo übergeben"
5358
5341
-#: builtin/am.c:2235
5359
+#: builtin/am.c:2199
5360
msgid "pass -m flag to git-mailinfo"
5361
msgstr "-m an git-mailinfo übergeben"
5362
5345
-#: builtin/am.c:2237
5363
+#: builtin/am.c:2201
5364
msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5365
msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben"
5366
5349
-#: builtin/am.c:2240
5367
+#: builtin/am.c:2204
5368
msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5369
msgstr "kein --keep-cr an git-mailsplit übergeben, unabhängig von am.keepcr"
5370
5353
-#: builtin/am.c:2243
5371
+#: builtin/am.c:2207
5372
msgid "strip everything before a scissors line"
5373
msgstr "alles vor einer Scheren-Zeile entfernen"
5374
5357
-#: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
5358
-#: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
5359
-#: builtin/am.c:2272
5375
+#: builtin/am.c:2209 builtin/am.c:2212 builtin/am.c:2215 builtin/am.c:2218
5376
+#: builtin/am.c:2221 builtin/am.c:2224 builtin/am.c:2227 builtin/am.c:2230
5377
+#: builtin/am.c:2236
5378
msgid "pass it through git-apply"
5379
msgstr "an git-apply übergeben"
5380
5363
-#: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
5364
-#: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
5381
+#: builtin/am.c:2226 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
5382
+#: builtin/grep.c:845 builtin/merge.c:205 builtin/pull.c:145 builtin/pull.c:203
5383
#: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
5384
#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
5385
#: parse-options.h:132 parse-options.h:134 parse-options.h:245
5386
msgid "n"
5387
msgstr "Anzahl"
5388
5371
-#: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
5389
+#: builtin/am.c:2232 builtin/branch.c:629 builtin/for-each-ref.c:38
5390
#: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
5391
msgid "format"
5392
msgstr "Format"
5393
5376
-#: builtin/am.c:2269
5394
+#: builtin/am.c:2233
5395
msgid "format the patch(es) are in"
5396
msgstr "Patch-Format"
5397
5380
-#: builtin/am.c:2275
5398
+#: builtin/am.c:2239
5399
msgid "override error message when patch failure occurs"
5400
msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben"
5401
5384
-#: builtin/am.c:2277
5402
+#: builtin/am.c:2241
5403
msgid "continue applying patches after resolving a conflict"
5404
msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen"
5405
5388
-#: builtin/am.c:2280
5406
+#: builtin/am.c:2244
5407
msgid "synonyms for --continue"
5408
msgstr "Synonyme für --continue"
5409
5392
-#: builtin/am.c:2283
5410
+#: builtin/am.c:2247
5411
msgid "skip the current patch"
5412
msgstr "den aktuellen Patch auslassen"
5413
5396
-#: builtin/am.c:2286
5414
+#: builtin/am.c:2250
5415
msgid "restore the original branch and abort the patching operation."
5416
msgstr ""
5417
"ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen"
5418
5401
-#: builtin/am.c:2290
5419
+#: builtin/am.c:2254
5420
msgid "lie about committer date"
5421
msgstr "Autor-Datum als Commit-Datum verwenden"
5422
5405
-#: builtin/am.c:2292
5423
+#: builtin/am.c:2256
5424
msgid "use current timestamp for author date"
5425
msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"
5426
5409
-#: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
5410
-#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
5427
+#: builtin/am.c:2258 builtin/commit.c:1636 builtin/merge.c:236
5428
+#: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:392
5429
msgid "key-id"
5430
msgstr "GPG-Schlüsselkennung"
5431
5414
-#: builtin/am.c:2295
5432
+#: builtin/am.c:2259
5433
msgid "GPG-sign commits"
5434
msgstr "Commits mit GPG signieren"
5435
5418
-#: builtin/am.c:2298
5436
+#: builtin/am.c:2262
5437
msgid "(internal use for git-rebase)"
5438
msgstr "(intern für git-rebase verwendet)"
5439
5422
-#: builtin/am.c:2316
5440
+#: builtin/am.c:2280
5441
msgid ""
5442
"The -b/--binary option has been a no-op for long time, and\n"
5443
"it will be removed. Please do not use it anymore."
@@ -5427,16 +5445,16 @@ msgstr ""
5445
"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"
5446
"entfernt. Bitte verwenden Sie diese nicht mehr."
5447
5430
-#: builtin/am.c:2323
5448
+#: builtin/am.c:2287
5449
msgid "failed to read the index"
5450
msgstr "Fehler beim Lesen des Index"
5451
5434
-#: builtin/am.c:2338
5452
+#: builtin/am.c:2302
5453
#, c-format
5454
msgid "previous rebase directory %s still exists but mbox given."
5455
msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben."
5456
5439
-#: builtin/am.c:2362
5457
+#: builtin/am.c:2326
5458
#, c-format
5459
msgid ""
5460
"Stray %s directory found.\n"
@@ -5445,7 +5463,7 @@ msgstr ""
5463
"Stray %s Verzeichnis gefunden.\n"
5464
"Benutzen Sie \"git am --abort\", um es zu entfernen."
5465
5448
-#: builtin/am.c:2368
5466
+#: builtin/am.c:2332
5467
msgid "Resolve operation not in progress, we are not resuming."
5468
msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."
5469
@@ -5483,18 +5501,69 @@ msgstr "git archive: Protokollfehler"
5501
msgid "git archive: expected a flush"
5502
msgstr "git archive: erwartete eine Spülung (flush)"
5503
5486
-#: builtin/bisect--helper.c:7
5504
+#: builtin/bisect--helper.c:12
5505
msgid "git bisect--helper --next-all [--no-checkout]"
5506
msgstr "git bisect--helper --next-all [--no-checkout]"
5507
5490
-#: builtin/bisect--helper.c:17
5508
+#: builtin/bisect--helper.c:13
5509
+msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5510
+msgstr "git bisect--helper --write-terms <bad_term> <good_term>"
5511
+
5512
+#: builtin/bisect--helper.c:14
5513
+msgid "git bisect--helper --bisect-clean-state"
5514
+msgstr "git bisect--helper --bisect-clean-state"
5515
+
5516
+#: builtin/bisect--helper.c:46
5517
+#, c-format
5518
+msgid "'%s' is not a valid term"
5519
+msgstr "'%s' ist kein gültiger Begriff."
5520
+
5521
+#: builtin/bisect--helper.c:50
5522
+#, c-format
5523
+msgid "can't use the builtin command '%s' as a term"
5524
+msgstr "Kann den eingebauten Befehl '%s' nicht als Begriff verwenden."
5525
+
5526
+#: builtin/bisect--helper.c:60
5527
+#, c-format
5528
+msgid "can't change the meaning of the term '%s'"
5529
+msgstr "Kann die Bedeutung von dem Begriff '%s' nicht ändern."
5530
+
5531
+#: builtin/bisect--helper.c:71
5532
+msgid "please use two different terms"
5533
+msgstr "Bitte verwenden Sie zwei verschiedene Begriffe."
5534
+
5535
+#: builtin/bisect--helper.c:78
5536
+msgid "could not open the file BISECT_TERMS"
5537
+msgstr "Konnte die Datei BISECT_TERMS nicht öffnen."
5538
+
5539
+#: builtin/bisect--helper.c:120
5540
msgid "perform 'git bisect next'"
5541
msgstr "'git bisect next' ausführen"
5542
5494
-#: builtin/bisect--helper.c:19
5543
+#: builtin/bisect--helper.c:122
5544
+msgid "write the terms to .git/BISECT_TERMS"
5545
+msgstr "die Begriffe nach .git/BISECT_TERMS schreiben"
5546
+
5547
+#: builtin/bisect--helper.c:124
5548
+msgid "cleanup the bisection state"
5549
+msgstr "den Zustand der binären Suche aufräumen"
5550
+
5551
+#: builtin/bisect--helper.c:126
5552
+msgid "check for expected revs"
5553
+msgstr "auf erwartete Commits prüfen"
5554
+
5555
+#: builtin/bisect--helper.c:128
5556
msgid "update BISECT_HEAD instead of checking out the current commit"
5557
msgstr "BISECT_HEAD aktualisieren, anstatt den aktuellen Commit auszuchecken"
5558
5559
+#: builtin/bisect--helper.c:143
5560
+msgid "--write-terms requires two arguments"
5561
+msgstr "--write-terms benötigt zwei Argumente."
5562
+
5563
+#: builtin/bisect--helper.c:147
5564
+msgid "--bisect-clean-state requires no arguments"
5565
+msgstr "--bisect-clean-state erwartet keine Argumente."
5566
+
5567
#: builtin/blame.c:27
5568
msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5569
msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>"
@@ -5759,56 +5828,58 @@ msgstr "Branch %s wird auf %s umgesetzt"
5828
msgid "Branch %s is being bisected at %s"
5829
msgstr "Binäre Suche von Branch %s zu %s im Gange"
5830
5762
-#: builtin/branch.c:470
5831
+#: builtin/branch.c:471
5832
msgid "cannot copy the current branch while not on any."
5764
-msgstr "Kann den aktuellen Branch nicht kopieren, solange Sie sich auf keinem befinden."
5833
+msgstr ""
5834
+"Kann den aktuellen Branch nicht kopieren, solange Sie sich auf keinem "
5835
+"befinden."
5836
5766
-#: builtin/branch.c:472
5837
+#: builtin/branch.c:473
5838
msgid "cannot rename the current branch while not on any."
5839
msgstr ""
5840
"Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."
5841
5771
-#: builtin/branch.c:483
5842
+#: builtin/branch.c:484
5843
#, c-format
5844
msgid "Invalid branch name: '%s'"
5845
msgstr "Ungültiger Branchname: '%s'"
5846
5776
-#: builtin/branch.c:504
5847
+#: builtin/branch.c:511
5848
msgid "Branch rename failed"
5849
msgstr "Umbenennung des Branches fehlgeschlagen"
5850
5780
-#: builtin/branch.c:506
5851
+#: builtin/branch.c:513
5852
msgid "Branch copy failed"
5853
msgstr "Kopie des Branches fehlgeschlagen"
5854
5784
-#: builtin/branch.c:510
5855
+#: builtin/branch.c:517
5856
#, c-format
5786
-msgid "Copied a misnamed branch '%s' away"
5787
-msgstr "falsch benannten Branch '%s' wegkopiert"
5857
+msgid "Created a copy of a misnamed branch '%s'"
5858
+msgstr "Kopie eines falsch benannten Branches '%s' erstellt."
5859
5789
-#: builtin/branch.c:513
5860
+#: builtin/branch.c:520
5861
#, c-format
5862
msgid "Renamed a misnamed branch '%s' away"
5863
msgstr "falsch benannten Branch '%s' umbenannt"
5864
5794
-#: builtin/branch.c:519
5865
+#: builtin/branch.c:526
5866
#, c-format
5867
msgid "Branch renamed to %s, but HEAD is not updated!"
5868
msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"
5869
5799
-#: builtin/branch.c:528
5870
+#: builtin/branch.c:535
5871
msgid "Branch is renamed, but update of config-file failed"
5872
msgstr ""
5873
"Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "
5874
"fehlgeschlagen."
5875
5805
-#: builtin/branch.c:530
5876
+#: builtin/branch.c:537
5877
msgid "Branch is copied, but update of config-file failed"
5878
msgstr ""
5879
"Branch wurde kopiert, aber die Aktualisierung der Konfigurationsdatei ist\n"
5880
"fehlgeschlagen."
5881
5811
-#: builtin/branch.c:546
5882
+#: builtin/branch.c:553
5883
#, c-format
5884
msgid ""
5885
"Please edit the description for the branch\n"
@@ -5819,185 +5890,185 @@ msgstr ""
5890
" %s\n"
5891
"Zeilen, die mit '%c' beginnen, werden entfernt.\n"
5892
5822
-#: builtin/branch.c:579
5893
+#: builtin/branch.c:586
5894
msgid "Generic options"
5895
msgstr "Allgemeine Optionen"
5896
5826
-#: builtin/branch.c:581
5897
+#: builtin/branch.c:588
5898
msgid "show hash and subject, give twice for upstream branch"
5899
msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch"
5900
5830
-#: builtin/branch.c:582
5901
+#: builtin/branch.c:589
5902
msgid "suppress informational messages"
5903
msgstr "Informationsmeldungen unterdrücken"
5904
5834
-#: builtin/branch.c:583
5905
+#: builtin/branch.c:590
5906
msgid "set up tracking mode (see git-pull(1))"
5836
-msgstr "den Übernahmemodus einstellen (siehe git-pull(1))"
5907
+msgstr "Modus zum Folgen von Branches einstellen (siehe git-pull(1))"
5908
5838
-#: builtin/branch.c:585
5909
+#: builtin/branch.c:592
5910
msgid "do not use"
5911
msgstr "nicht verwenden"
5912
5842
-#: builtin/branch.c:587
5913
+#: builtin/branch.c:594
5914
msgid "upstream"
5915
msgstr "Upstream"
5916
5846
-#: builtin/branch.c:587
5917
+#: builtin/branch.c:594
5918
msgid "change the upstream info"
5919
msgstr "Informationen zum Upstream-Branch ändern"
5920
5850
-#: builtin/branch.c:588
5921
+#: builtin/branch.c:595
5922
msgid "Unset the upstream info"
5923
msgstr "Informationen zum Upstream-Branch entfernen"
5924
5854
-#: builtin/branch.c:589
5925
+#: builtin/branch.c:596
5926
msgid "use colored output"
5927
msgstr "farbige Ausgaben verwenden"
5928
5858
-#: builtin/branch.c:590
5929
+#: builtin/branch.c:597
5930
msgid "act on remote-tracking branches"
5931
msgstr "auf Remote-Tracking-Branches wirken"
5932
5862
-#: builtin/branch.c:592 builtin/branch.c:594
5933
+#: builtin/branch.c:599 builtin/branch.c:601
5934
msgid "print only branches that contain the commit"
5935
msgstr "nur Branches ausgeben, die diesen Commit enthalten"
5936
5866
-#: builtin/branch.c:593 builtin/branch.c:595
5937
+#: builtin/branch.c:600 builtin/branch.c:602
5938
msgid "print only branches that don't contain the commit"
5939
msgstr "nur Branches ausgeben, die diesen Commit nicht enthalten"
5940
5870
-#: builtin/branch.c:598
5941
+#: builtin/branch.c:605
5942
msgid "Specific git-branch actions:"
5943
msgstr "spezifische Aktionen für \"git-branch\":"
5944
5874
-#: builtin/branch.c:599
5945
+#: builtin/branch.c:606
5946
msgid "list both remote-tracking and local branches"
5947
msgstr "Remote-Tracking und lokale Branches auflisten"
5948
5878
-#: builtin/branch.c:601
5949
+#: builtin/branch.c:608
5950
msgid "delete fully merged branch"
5951
msgstr "vollständig zusammengeführten Branch entfernen"
5952
5882
-#: builtin/branch.c:602
5953
+#: builtin/branch.c:609
5954
msgid "delete branch (even if not merged)"
5955
msgstr "Branch löschen (auch wenn nicht zusammengeführt)"
5956
5886
-#: builtin/branch.c:603
5957
+#: builtin/branch.c:610
5958
msgid "move/rename a branch and its reflog"
5959
msgstr "einen Branch und dessen Reflog verschieben/umbenennen"
5960
5890
-#: builtin/branch.c:604
5961
+#: builtin/branch.c:611
5962
msgid "move/rename a branch, even if target exists"
5963
msgstr ""
5964
"einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert"
5965
5895
-#: builtin/branch.c:605
5966
+#: builtin/branch.c:612
5967
msgid "copy a branch and its reflog"
5968
msgstr "einen Branch und dessen Reflog kopieren"
5969
5899
-#: builtin/branch.c:606
5970
+#: builtin/branch.c:613
5971
msgid "copy a branch, even if target exists"
5972
msgstr "einen Branch kopieren, auch wenn das Ziel bereits existiert"
5973
5903
-#: builtin/branch.c:607
5974
+#: builtin/branch.c:614
5975
msgid "list branch names"
5976
msgstr "Branchnamen auflisten"
5977
5907
-#: builtin/branch.c:608
5978
+#: builtin/branch.c:615
5979
msgid "create the branch's reflog"
5980
msgstr "das Reflog des Branches erzeugen"
5981
5911
-#: builtin/branch.c:610
5982
+#: builtin/branch.c:617
5983
msgid "edit the description for the branch"
5984
msgstr "die Beschreibung für den Branch bearbeiten"
5985
5915
-#: builtin/branch.c:611
5986
+#: builtin/branch.c:618
5987
msgid "force creation, move/rename, deletion"
5988
msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen"
5989
5919
-#: builtin/branch.c:612
5990
+#: builtin/branch.c:619
5991
msgid "print only branches that are merged"
5992
msgstr "nur zusammengeführte Branches ausgeben"
5993
5923
-#: builtin/branch.c:613
5994
+#: builtin/branch.c:620
5995
msgid "print only branches that are not merged"
5996
msgstr "nur nicht zusammengeführte Branches ausgeben"
5997
5927
-#: builtin/branch.c:614
5998
+#: builtin/branch.c:621
5999
msgid "list branches in columns"
6000
msgstr "Branches in Spalten auflisten"
6001
5931
-#: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:405
6002
+#: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:405
6003
msgid "key"
6004
msgstr "Schüssel"
6005
5935
-#: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:406
6006
+#: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:406
6007
msgid "field name to sort on"
6008
msgstr "sortiere nach diesem Feld"
6009
5939
-#: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:408
6010
+#: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
6011
#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
6012
#: builtin/tag.c:408
6013
msgid "object"
6014
msgstr "Objekt"
6015
5945
-#: builtin/branch.c:619
6016
+#: builtin/branch.c:626
6017
msgid "print only branches of the object"
6018
msgstr "nur Branches von diesem Objekt ausgeben"
6019
5949
-#: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:415
6020
+#: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:415
6021
msgid "sorting and filtering are case insensitive"
6022
msgstr "Sortierung und Filterung sind unabhängig von Groß- und Kleinschreibung"
6023
5953
-#: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:413
6024
+#: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:413
6025
#: builtin/verify-tag.c:39
6026
msgid "format to use for the output"
6027
msgstr "für die Ausgabe zu verwendendes Format"
6028
5958
-#: builtin/branch.c:645 builtin/clone.c:729
6029
+#: builtin/branch.c:652 builtin/clone.c:730
6030
msgid "HEAD not found below refs/heads!"
6031
msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"
6032
5962
-#: builtin/branch.c:668
6033
+#: builtin/branch.c:675
6034
msgid "--column and --verbose are incompatible"
6035
msgstr "Die Optionen --column und --verbose sind inkompatibel."
6036
5966
-#: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:741
6037
+#: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
6038
msgid "branch name required"
6039
msgstr "Branchname erforderlich"
6040
5970
-#: builtin/branch.c:708
6041
+#: builtin/branch.c:718
6042
msgid "Cannot give description to detached HEAD"
6043
msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"
6044
5974
-#: builtin/branch.c:713
6045
+#: builtin/branch.c:723
6046
msgid "cannot edit description of more than one branch"
6047
msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"
6048
5978
-#: builtin/branch.c:720
6049
+#: builtin/branch.c:730
6050
#, c-format
6051
msgid "No commit on branch '%s' yet."
6052
msgstr "Noch kein Commit in Branch '%s'."
6053
5983
-#: builtin/branch.c:723
6054
+#: builtin/branch.c:733
6055
#, c-format
6056
msgid "No branch named '%s'."
6057
msgstr "Branch '%s' nicht vorhanden."
6058
5988
-#: builtin/branch.c:738
6059
+#: builtin/branch.c:748
6060
msgid "too many branches for a copy operation"
6061
msgstr "zu viele Branches für eine Kopieroperation angegeben"
6062
5992
-#: builtin/branch.c:747
6063
+#: builtin/branch.c:757
6064
msgid "too many arguments for a rename operation"
6065
msgstr "zu viele Argumente für eine Umbenennen-Operation angegeben"
6066
5996
-#: builtin/branch.c:752
6067
+#: builtin/branch.c:762
6068
msgid "too many arguments to set new upstream"
6069
msgstr "zu viele Argumente angegeben, um Upstream-Branch zu setzen"
6070
6000
-#: builtin/branch.c:756
6071
+#: builtin/branch.c:766
6072
#, c-format
6073
msgid ""
6074
"could not set upstream of HEAD to %s when it does not point to any branch."
@@ -6005,42 +6076,40 @@ msgstr ""
This file is too large to show in full.