l10n: de.po: translate 241 messages
Translate 241 messages came from git.pot update in 673bfad09 (l10n: git.pot: v2.12.0 round 1 (239 new, 15 removed)) and a4d94835a (l10n: git.pot: v2.12.0 round 2 (2 new)). Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Acked-by: Phillip Sz <phillip.szelat@gmail.com>
Ralf Thielow committed
Feb 20, 2017 at 18:40 UTC
af4cf7ed8be3ca679ae6f19091918d361a35a190
1 file changed
+2859
-1472
po/de.po
+2859
-1472
@@ -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: 2016-11-25 22:50+0800\n"
10
+"POT-Creation-Date: 2017-02-18 01:00+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"
@@ -66,7 +66,7 @@ msgstr ""
66
msgid "Exiting because of an unresolved conflict."
67
msgstr "Beende wegen unaufgelöstem Konflikt."
68
69
-#: advice.c:114 builtin/merge.c:1181
69
+#: advice.c:114 builtin/merge.c:1206
70
msgid "You have not concluded your merge (MERGE_HEAD exists)."
71
msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."
72
@@ -209,7 +209,9 @@ msgstr[1] ""
209
#: apply.c:1589
210
#, c-format
211
msgid "git diff header lacks filename information (line %d)"
212
-msgstr "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile %d)"
212
+msgstr ""
213
+"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile "
214
+"%d)"
215
216
#: apply.c:1759
217
msgid "new file depends on old contents"
@@ -254,22 +256,22 @@ msgstr "nicht erkannter Binär-Patch bei Zeile %d"
256
msgid "patch with only garbage at line %d"
257
msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
258
257
-#: apply.c:2274
259
+#: apply.c:2265
260
#, c-format
261
msgid "unable to read symlink %s"
262
msgstr "konnte symbolische Verknüpfung %s nicht lesen"
263
262
-#: apply.c:2278
264
+#: apply.c:2269
265
#, c-format
266
msgid "unable to open or read %s"
267
msgstr "konnte %s nicht öffnen oder lesen"
268
267
-#: apply.c:2931
269
+#: apply.c:2922
270
#, c-format
271
msgid "invalid start of line: '%c'"
272
msgstr "Ungültiger Zeilenanfang: '%c'"
273
272
-#: apply.c:3050
274
+#: apply.c:3041
275
#, c-format
276
msgid "Hunk #%d succeeded at %d (offset %d line)."
277
msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -277,12 +279,12 @@ msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
279
msgstr[1] ""
280
"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
281
280
-#: apply.c:3062
282
+#: apply.c:3053
283
#, c-format
284
msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
285
msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
286
285
-#: apply.c:3068
287
+#: apply.c:3059
288
#, c-format
289
msgid ""
290
"while searching for:\n"
@@ -291,24 +293,25 @@ msgstr ""
293
"bei der Suche nach:\n"
294
"%.*s"
295
294
-#: apply.c:3090
296
+#: apply.c:3081
297
#, c-format
298
msgid "missing binary patch data for '%s'"
299
msgstr "keine Daten in Binär-Patch für '%s'"
300
299
-#: apply.c:3098
301
+#: apply.c:3089
302
#, c-format
303
msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
304
msgstr ""
305
"kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n"
306
"umgekehrten Patch-Block auf '%s'"
307
306
-#: apply.c:3144
308
+#: apply.c:3135
309
#, c-format
310
msgid "cannot apply binary patch to '%s' without full index line"
309
-msgstr "kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
311
+msgstr ""
312
+"kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
313
311
-#: apply.c:3154
314
+#: apply.c:3145
315
#, c-format
316
msgid ""
317
"the patch applies to '%s' (%s), which does not match the current contents."
@@ -316,433 +319,434 @@ msgstr ""
319
"der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
320
"entspricht"
321
319
-#: apply.c:3162
322
+#: apply.c:3153
323
#, c-format
324
msgid "the patch applies to an empty '%s' but it is not empty"
325
msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist"
326
324
-#: apply.c:3180
327
+#: apply.c:3171
328
#, c-format
329
msgid "the necessary postimage %s for '%s' cannot be read"
330
msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden"
331
329
-#: apply.c:3193
332
+#: apply.c:3184
333
#, c-format
334
msgid "binary patch does not apply to '%s'"
335
msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
336
334
-#: apply.c:3199
337
+#: apply.c:3190
338
#, c-format
339
msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
340
msgstr ""
341
"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
342
340
-#: apply.c:3220
343
+#: apply.c:3211
344
#, c-format
345
msgid "patch failed: %s:%ld"
346
msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
347
345
-#: apply.c:3342
348
+#: apply.c:3333
349
#, c-format
350
msgid "cannot checkout %s"
351
msgstr "kann %s nicht auschecken"
352
350
-#: apply.c:3390 apply.c:3401 apply.c:3447 setup.c:248
353
+#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:248
354
#, c-format
355
msgid "failed to read %s"
356
msgstr "Fehler beim Lesen von %s"
357
355
-#: apply.c:3398
358
+#: apply.c:3389
359
#, c-format
360
msgid "reading from '%s' beyond a symbolic link"
361
msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
362
360
-#: apply.c:3427 apply.c:3667
363
+#: apply.c:3418 apply.c:3658
364
#, c-format
365
msgid "path %s has been renamed/deleted"
366
msgstr "Pfad %s wurde umbenannt/gelöscht"
367
365
-#: apply.c:3510 apply.c:3681
368
+#: apply.c:3501 apply.c:3672
369
#, c-format
370
msgid "%s: does not exist in index"
371
msgstr "%s ist nicht im Index"
372
370
-#: apply.c:3519 apply.c:3689
373
+#: apply.c:3510 apply.c:3680
374
#, c-format
375
msgid "%s: does not match index"
376
msgstr "%s entspricht nicht der Version im Index"
377
375
-#: apply.c:3554
378
+#: apply.c:3545
379
msgid "repository lacks the necessary blob to fall back on 3-way merge."
380
msgstr ""
381
"Dem Repository fehlt der notwendige Blob, um auf einen 3-Wege-Merge\n"
382
"zurückzufallen."
383
381
-#: apply.c:3557
384
+#: apply.c:3548
385
#, c-format
386
msgid "Falling back to three-way merge...\n"
387
msgstr "Falle zurück auf 3-Wege-Merge ...\n"
388
386
-#: apply.c:3573 apply.c:3577
389
+#: apply.c:3564 apply.c:3568
390
#, c-format
391
msgid "cannot read the current contents of '%s'"
392
msgstr "kann aktuelle Inhalte von '%s' nicht lesen"
393
391
-#: apply.c:3589
394
+#: apply.c:3580
395
#, c-format
396
msgid "Failed to fall back on three-way merge...\n"
397
msgstr "Fehler beim Zurückfallen auf 3-Wege-Merge...\n"
398
396
-#: apply.c:3603
399
+#: apply.c:3594
400
#, c-format
401
msgid "Applied patch to '%s' with conflicts.\n"
402
msgstr "Patch auf '%s' mit Konflikten angewendet.\n"
403
401
-#: apply.c:3608
404
+#: apply.c:3599
405
#, c-format
406
msgid "Applied patch to '%s' cleanly.\n"
407
msgstr "Patch auf '%s' sauber angewendet.\n"
408
406
-#: apply.c:3634
409
+#: apply.c:3625
410
msgid "removal patch leaves file contents"
411
msgstr "Lösch-Patch hinterlässt Dateiinhalte"
412
410
-#: apply.c:3706
413
+#: apply.c:3697
414
#, c-format
415
msgid "%s: wrong type"
416
msgstr "%s: falscher Typ"
417
415
-#: apply.c:3708
418
+#: apply.c:3699
419
#, c-format
420
msgid "%s has type %o, expected %o"
421
msgstr "%s ist vom Typ %o, erwartete %o"
422
420
-#: apply.c:3859 apply.c:3861
423
+#: apply.c:3850 apply.c:3852
424
#, c-format
425
msgid "invalid path '%s'"
426
msgstr "Ungültiger Pfad '%s'"
427
425
-#: apply.c:3917
428
+#: apply.c:3908
429
#, c-format
430
msgid "%s: already exists in index"
431
msgstr "%s ist bereits bereitgestellt"
432
430
-#: apply.c:3920
433
+#: apply.c:3911
434
#, c-format
435
msgid "%s: already exists in working directory"
436
msgstr "%s existiert bereits im Arbeitsverzeichnis"
437
435
-#: apply.c:3940
438
+#: apply.c:3931
439
#, c-format
440
msgid "new mode (%o) of %s does not match old mode (%o)"
441
msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
442
440
-#: apply.c:3945
443
+#: apply.c:3936
444
#, c-format
445
msgid "new mode (%o) of %s does not match old mode (%o) of %s"
446
msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
447
445
-#: apply.c:3965
448
+#: apply.c:3956
449
#, c-format
450
msgid "affected file '%s' is beyond a symbolic link"
451
msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"
452
450
-#: apply.c:3969
453
+#: apply.c:3960
454
#, c-format
455
msgid "%s: patch does not apply"
456
msgstr "%s: Patch konnte nicht angewendet werden"
457
455
-#: apply.c:3984
458
+#: apply.c:3975
459
#, c-format
460
msgid "Checking patch %s..."
461
msgstr "Prüfe Patch %s ..."
462
460
-#: apply.c:4075
463
+#: apply.c:4066
464
#, c-format
465
msgid "sha1 information is lacking or useless for submodule %s"
466
msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s"
467
465
-#: apply.c:4082
468
+#: apply.c:4073
469
#, c-format
470
msgid "mode change for %s, which is not in current HEAD"
471
msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet"
472
470
-#: apply.c:4085
473
+#: apply.c:4076
474
#, c-format
475
msgid "sha1 information is lacking or useless (%s)."
476
msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
477
475
-#: apply.c:4090 builtin/checkout.c:233 builtin/reset.c:135
478
+#: apply.c:4081 builtin/checkout.c:233 builtin/reset.c:135
479
#, c-format
480
msgid "make_cache_entry failed for path '%s'"
481
msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
482
480
-#: apply.c:4094
483
+#: apply.c:4085
484
#, c-format
485
msgid "could not add %s to temporary index"
486
msgstr "konnte %s nicht zum temporären Index hinzufügen"
487
485
-#: apply.c:4104
488
+#: apply.c:4095
489
#, c-format
490
msgid "could not write temporary index to %s"
491
msgstr "konnte temporären Index nicht nach %s schreiben"
492
490
-#: apply.c:4242
493
+#: apply.c:4233
494
#, c-format
495
msgid "unable to remove %s from index"
496
msgstr "konnte %s nicht aus dem Index entfernen"
497
495
-#: apply.c:4277
498
+#: apply.c:4268
499
#, c-format
500
msgid "corrupt patch for submodule %s"
501
msgstr "fehlerhafter Patch für Submodul %s"
502
500
-#: apply.c:4283
503
+#: apply.c:4274
504
#, c-format
505
msgid "unable to stat newly created file '%s'"
506
msgstr "konnte neu erstellte Datei '%s' nicht lesen"
507
505
-#: apply.c:4291
508
+#: apply.c:4282
509
#, c-format
510
msgid "unable to create backing store for newly created file %s"
511
msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
512
510
-#: apply.c:4297 apply.c:4441
513
+#: apply.c:4288 apply.c:4432
514
#, c-format
515
msgid "unable to add cache entry for %s"
516
msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
517
515
-#: apply.c:4338
518
+#: apply.c:4329
519
#, c-format
520
msgid "failed to write to '%s'"
521
msgstr "Fehler beim Schreiben nach '%s'"
522
520
-#: apply.c:4342
523
+#: apply.c:4333
524
#, c-format
525
msgid "closing file '%s'"
526
msgstr "schließe Datei '%s'"
527
525
-#: apply.c:4412
528
+#: apply.c:4403
529
#, c-format
530
msgid "unable to write file '%s' mode %o"
531
msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
532
530
-#: apply.c:4510
533
+#: apply.c:4501
534
#, c-format
535
msgid "Applied patch %s cleanly."
536
msgstr "Patch %s sauber angewendet"
537
535
-#: apply.c:4518
538
+#: apply.c:4509
539
msgid "internal error"
540
msgstr "interner Fehler"
541
539
-#: apply.c:4521
542
+#: apply.c:4512
543
#, c-format
544
msgid "Applying patch %%s with %d reject..."
545
msgid_plural "Applying patch %%s with %d rejects..."
546
msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
547
msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
548
546
-#: apply.c:4532
549
+#: apply.c:4523
550
#, c-format
551
msgid "truncating .rej filename to %.*s.rej"
552
msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
553
551
-#: apply.c:4540 builtin/fetch.c:740 builtin/fetch.c:989
554
+#: apply.c:4531 builtin/fetch.c:737 builtin/fetch.c:986
555
#, c-format
556
msgid "cannot open %s"
557
msgstr "kann '%s' nicht öffnen"
558
556
-#: apply.c:4554
559
+#: apply.c:4545
560
#, c-format
561
msgid "Hunk #%d applied cleanly."
562
msgstr "Patch-Bereich #%d sauber angewendet."
563
561
-#: apply.c:4558
564
+#: apply.c:4549
565
#, c-format
566
msgid "Rejected hunk #%d."
567
msgstr "Patch-Block #%d zurückgewiesen."
568
566
-#: apply.c:4668
569
+#: apply.c:4659
570
#, c-format
571
msgid "Skipped patch '%s'."
572
msgstr "Patch '%s' ausgelassen."
573
571
-#: apply.c:4676
574
+#: apply.c:4667
575
msgid "unrecognized input"
576
msgstr "nicht erkannte Eingabe"
577
575
-#: apply.c:4695
578
+#: apply.c:4686
579
msgid "unable to read index file"
580
msgstr "Konnte Index-Datei nicht lesen"
581
579
-#: apply.c:4833
582
+#: apply.c:4824
583
#, c-format
584
msgid "can't open patch '%s': %s"
585
msgstr "kann Patch '%s' nicht öffnen: %s"
586
584
-#: apply.c:4858
587
+#: apply.c:4849
588
#, c-format
589
msgid "squelched %d whitespace error"
590
msgid_plural "squelched %d whitespace errors"
591
msgstr[0] "unterdrückte %d Whitespace-Fehler"
592
msgstr[1] "unterdrückte %d Whitespace-Fehler"
593
591
-#: apply.c:4864 apply.c:4879
594
+#: apply.c:4855 apply.c:4870
595
#, c-format
596
msgid "%d line adds whitespace errors."
597
msgid_plural "%d lines add whitespace errors."
598
msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
599
msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
600
598
-#: apply.c:4872
601
+#: apply.c:4863
602
#, c-format
603
msgid "%d line applied after fixing whitespace errors."
604
msgid_plural "%d lines applied after fixing whitespace errors."
605
msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet."
606
msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet."
607
605
-#: apply.c:4888 builtin/add.c:463 builtin/mv.c:286 builtin/rm.c:431
608
+#: apply.c:4879 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
609
msgid "Unable to write new index file"
610
msgstr "Konnte neue Index-Datei nicht schreiben."
611
609
-#: apply.c:4919 apply.c:4922 builtin/am.c:2277 builtin/am.c:2280
612
+#: apply.c:4910 apply.c:4913 builtin/am.c:2277 builtin/am.c:2280
613
#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
611
-#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:407
612
-#: builtin/submodule--helper.c:589 builtin/submodule--helper.c:592
613
-#: builtin/submodule--helper.c:944 builtin/submodule--helper.c:947
614
+#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:591
615
+#: builtin/submodule--helper.c:594 builtin/submodule--helper.c:960
616
+#: builtin/submodule--helper.c:963 builtin/submodule--helper.c:1104
617
+#: git-add--interactive.perl:239
618
msgid "path"
619
msgstr "Pfad"
620
617
-#: apply.c:4920
621
+#: apply.c:4911
622
msgid "don't apply changes matching the given path"
623
msgstr "keine Änderungen im angegebenen Pfad anwenden"
624
621
-#: apply.c:4923
625
+#: apply.c:4914
626
msgid "apply changes matching the given path"
627
msgstr "Änderungen nur im angegebenen Pfad anwenden"
628
625
-#: apply.c:4925 builtin/am.c:2286
629
+#: apply.c:4916 builtin/am.c:2286
630
msgid "num"
631
msgstr "Anzahl"
632
629
-#: apply.c:4926
633
+#: apply.c:4917
634
msgid "remove <num> leading slashes from traditional diff paths"
635
msgstr ""
636
"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
637
"entfernen"
638
635
-#: apply.c:4929
639
+#: apply.c:4920
640
msgid "ignore additions made by the patch"
641
msgstr "hinzugefügte Zeilen des Patches ignorieren"
642
639
-#: apply.c:4931
643
+#: apply.c:4922
644
msgid "instead of applying the patch, output diffstat for the input"
645
msgstr ""
646
"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
647
"ausgegeben"
648
645
-#: apply.c:4935
649
+#: apply.c:4926
650
msgid "show number of added and deleted lines in decimal notation"
651
msgstr ""
652
"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
653
650
-#: apply.c:4937
654
+#: apply.c:4928
655
msgid "instead of applying the patch, output a summary for the input"
656
msgstr ""
657
"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
658
"ausgeben"
659
656
-#: apply.c:4939
660
+#: apply.c:4930
661
msgid "instead of applying the patch, see if the patch is applicable"
662
msgstr ""
663
"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
664
661
-#: apply.c:4941
665
+#: apply.c:4932
666
msgid "make sure the patch is applicable to the current index"
667
msgstr ""
668
"sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
669
666
-#: apply.c:4943
670
+#: apply.c:4934
671
msgid "apply a patch without touching the working tree"
672
msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
673
670
-#: apply.c:4945
674
+#: apply.c:4936
675
msgid "accept a patch that touches outside the working area"
676
msgstr ""
677
"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
678
675
-#: apply.c:4947
679
+#: apply.c:4938
680
msgid "also apply the patch (use with --stat/--summary/--check)"
681
msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
682
679
-#: apply.c:4949
683
+#: apply.c:4940
684
msgid "attempt three-way merge if a patch does not apply"
685
msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
686
683
-#: apply.c:4951
687
+#: apply.c:4942
688
msgid "build a temporary index based on embedded index information"
689
msgstr ""
690
"einen temporären Index, basierend auf den integrierten Index-Informationen, "
691
"erstellen"
692
689
-#: apply.c:4954 builtin/checkout-index.c:169 builtin/ls-files.c:505
693
+#: apply.c:4945 builtin/checkout-index.c:169 builtin/ls-files.c:507
694
msgid "paths are separated with NUL character"
695
msgstr "Pfade sind getrennt durch NUL Zeichen"
696
693
-#: apply.c:4956
697
+#: apply.c:4947
698
msgid "ensure at least <n> lines of context match"
699
msgstr ""
700
"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
701
698
-#: apply.c:4957 builtin/am.c:2265
702
+#: apply.c:4948 builtin/am.c:2265
703
msgid "action"
704
msgstr "Aktion"
705
702
-#: apply.c:4958
706
+#: apply.c:4949
707
msgid "detect new or modified lines that have whitespace errors"
708
msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
709
706
-#: apply.c:4961 apply.c:4964
710
+#: apply.c:4952 apply.c:4955
711
msgid "ignore changes in whitespace when finding context"
712
msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
713
710
-#: apply.c:4967
714
+#: apply.c:4958
715
msgid "apply the patch in reverse"
716
msgstr "den Patch in umgekehrter Reihenfolge anwenden"
717
714
-#: apply.c:4969
718
+#: apply.c:4960
719
msgid "don't expect at least one line of context"
720
msgstr "keinen Kontext erwarten"
721
718
-#: apply.c:4971
722
+#: apply.c:4962
723
msgid "leave the rejected hunks in corresponding *.rej files"
724
msgstr ""
725
"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
726
723
-#: apply.c:4973
727
+#: apply.c:4964
728
msgid "allow overlapping hunks"
729
msgstr "sich überlappende Patch-Blöcke erlauben"
730
727
-#: apply.c:4974 builtin/add.c:267 builtin/check-ignore.c:19
728
-#: builtin/commit.c:1339 builtin/count-objects.c:94 builtin/fsck.c:593
729
-#: builtin/log.c:1860 builtin/mv.c:110 builtin/read-tree.c:114
731
+#: apply.c:4965 builtin/add.c:267 builtin/check-ignore.c:19
732
+#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
733
+#: builtin/log.c:1860 builtin/mv.c:122 builtin/read-tree.c:114
734
msgid "be verbose"
735
msgstr "erweiterte Ausgaben"
736
733
-#: apply.c:4976
737
+#: apply.c:4967
738
msgid "tolerate incorrectly detected missing new-line at the end of file"
739
msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
740
737
-#: apply.c:4979
741
+#: apply.c:4970
742
msgid "do not trust the line counts in the hunk headers"
743
msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
744
741
-#: apply.c:4981 builtin/am.c:2274
745
+#: apply.c:4972 builtin/am.c:2274
746
msgid "root"
747
msgstr "Wurzelverzeichnis"
748
745
-#: apply.c:4982
749
+#: apply.c:4973
750
msgid "prepend <root> to all filenames"
751
msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
752
@@ -765,7 +769,7 @@ msgstr ""
769
msgid "git archive --remote <repo> [--exec <cmd>] --list"
770
msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
771
768
-#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:327
772
+#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
773
#, c-format
774
msgid "pathspec '%s' did not match any files"
775
msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
@@ -786,9 +790,9 @@ msgstr "Präfix"
790
msgid "prepend prefix to each pathname in the archive"
791
msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
792
789
-#: archive.c:432 builtin/blame.c:2603 builtin/blame.c:2604 builtin/config.c:59
790
-#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:723
791
-#: builtin/hash-object.c:101 builtin/ls-files.c:539 builtin/ls-files.c:542
793
+#: archive.c:432 builtin/blame.c:2607 builtin/blame.c:2608 builtin/config.c:59
794
+#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1054
795
+#: builtin/hash-object.c:101 builtin/ls-files.c:541 builtin/ls-files.c:544
796
#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
797
#: parse-options.h:153
798
msgid "file"
@@ -823,7 +827,7 @@ msgid "list supported archive formats"
827
msgstr "unterstützte Archivformate auflisten"
828
829
#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
826
-#: builtin/submodule--helper.c:601 builtin/submodule--helper.c:953
830
+#: builtin/submodule--helper.c:603 builtin/submodule--helper.c:969
831
msgid "repo"
832
msgstr "Repository"
833
@@ -914,12 +918,12 @@ msgid ""
918
"This means the first '%s' commit is between %s and [%s].\n"
919
msgstr ""
920
"Die Merge-Basis %s ist %s.\n"
917
-"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s]\n"
921
+"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n"
922
923
#: bisect.c:750
924
#, c-format
925
msgid ""
922
-"Some %s revs are not ancestor of the %s rev.\n"
926
+"Some %s revs are not ancestors of the %s rev.\n"
927
"git bisect cannot work properly in this case.\n"
928
"Maybe you mistook %s and %s revs?\n"
929
msgstr ""
@@ -949,7 +953,7 @@ msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
953
msgid "a %s revision is needed"
954
msgstr "ein %s Commit wird benötigt"
955
952
-#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
956
+#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:262
957
#, c-format
958
msgid "could not create file '%s'"
959
msgstr "konnte Datei '%s' nicht erstellen"
@@ -1147,7 +1151,7 @@ msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1151
msgid "unrecognized header: %s%s (%d)"
1152
msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1153
1150
-#: bundle.c:87 sequencer.c:963 builtin/commit.c:777
1154
+#: bundle.c:87 sequencer.c:1331 sequencer.c:1752 builtin/commit.c:777
1155
#, c-format
1156
msgid "could not open '%s'"
1157
msgstr "Konnte '%s' nicht öffnen"
@@ -1156,10 +1160,10 @@ msgstr "Konnte '%s' nicht öffnen"
1160
msgid "Repository lacks these prerequisite commits:"
1161
msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
1162
1159
-#: bundle.c:163 ref-filter.c:1462 sequencer.c:830 sequencer.c:1374
1160
-#: builtin/blame.c:2814 builtin/commit.c:1061 builtin/log.c:348
1163
+#: bundle.c:163 ref-filter.c:1499 sequencer.c:1154 sequencer.c:2290
1164
+#: builtin/blame.c:2820 builtin/commit.c:1061 builtin/log.c:348
1165
#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1162
-#: builtin/merge.c:356 builtin/shortlog.c:170
1166
+#: builtin/merge.c:360 builtin/shortlog.c:177
1167
msgid "revision walk setup failed"
1168
msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1169
@@ -1198,7 +1202,7 @@ msgstr "\"rev-list\" abgebrochen"
1202
msgid "ref '%s' is excluded by the rev-list options"
1203
msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
1204
1201
-#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:273
1205
+#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:282
1206
#, c-format
1207
msgid "unrecognized argument: %s"
1208
msgstr "nicht erkanntes Argument: %s"
@@ -1216,13 +1220,13 @@ msgstr "kann '%s' nicht erstellen"
1220
msgid "index-pack died"
1221
msgstr "Erstellung der Paketindexdatei abgebrochen"
1222
1219
-#: color.c:290
1223
+#: color.c:300
1224
#, c-format
1225
msgid "invalid color value: %.*s"
1226
msgstr "Ungültiger Farbwert: %.*s"
1227
1224
-#: commit.c:40 builtin/am.c:421 builtin/am.c:457 builtin/am.c:1493
1225
-#: builtin/am.c:2127
1228
+#: commit.c:40 sequencer.c:1564 builtin/am.c:421 builtin/am.c:457
1229
+#: builtin/am.c:1493 builtin/am.c:2127
1230
#, c-format
1231
msgid "could not parse %s"
1232
msgstr "konnte %s nicht parsen"
@@ -1240,141 +1244,152 @@ msgid ""
1244
msgstr ""
1245
"Warnung: Die Commit-Beschreibung ist nicht UTF-8 konform.\n"
1246
"Sie können das Nachbessern, nachdem Sie die Beschreibung korrigiert haben,\n"
1243
-"oder Sie setzen die Konfigurationsvariable i18n.commitencoding auf das Encoding,\n"
1247
+"oder Sie setzen die Konfigurationsvariable i18n.commitencoding auf das "
1248
+"Encoding,\n"
1249
"welches von ihrem Projekt verwendet wird.\n"
1250
1251
#: compat/obstack.c:406 compat/obstack.c:408
1252
msgid "memory exhausted"
1253
msgstr "Speicher verbraucht"
1254
1250
-#: config.c:516
1255
+#: config.c:518
1256
#, c-format
1257
msgid "bad config line %d in blob %s"
1258
msgstr "Ungültige Konfigurationszeile %d in Blob %s"
1259
1255
-#: config.c:520
1260
+#: config.c:522
1261
#, c-format
1262
msgid "bad config line %d in file %s"
1263
msgstr "Ungültige Konfigurationszeile %d in Datei %s"
1264
1260
-#: config.c:524
1265
+#: config.c:526
1266
#, c-format
1267
msgid "bad config line %d in standard input"
1268
msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
1269
1265
-#: config.c:528
1270
+#: config.c:530
1271
#, c-format
1272
msgid "bad config line %d in submodule-blob %s"
1273
msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
1274
1270
-#: config.c:532
1275
+#: config.c:534
1276
#, c-format
1277
msgid "bad config line %d in command line %s"
1278
msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
1279
1275
-#: config.c:536
1280
+#: config.c:538
1281
#, c-format
1282
msgid "bad config line %d in %s"
1283
msgstr "Ungültige Konfigurationszeile %d in %s"
1284
1280
-#: config.c:655
1285
+#: config.c:657
1286
msgid "out of range"
1287
msgstr "Außerhalb des Bereichs"
1288
1284
-#: config.c:655
1289
+#: config.c:657
1290
msgid "invalid unit"
1291
msgstr "Ungültige Einheit"
1292
1288
-#: config.c:661
1293
+#: config.c:663
1294
#, c-format
1295
msgid "bad numeric config value '%s' for '%s': %s"
1296
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
1297
1293
-#: config.c:666
1298
+#: config.c:668
1299
#, c-format
1300
msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1301
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
1302
1298
-#: config.c:669
1303
+#: config.c:671
1304
#, c-format
1305
msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1306
msgstr ""
1307
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
1308
1304
-#: config.c:672
1309
+#: config.c:674
1310
#, c-format
1311
msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1312
msgstr ""
1313
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: "
1314
"%s"
1315
1311
-#: config.c:675
1316
+#: config.c:677
1317
#, c-format
1318
msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1319
msgstr ""
1320
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: "
1321
"%s"
1322
1318
-#: config.c:678
1323
+#: config.c:680
1324
#, c-format
1325
msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1326
msgstr ""
1327
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: "
1328
"%s"
1329
1325
-#: config.c:681
1330
+#: config.c:683
1331
#, c-format
1332
msgid "bad numeric config value '%s' for '%s' in %s: %s"
1333
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
1334
1330
-#: config.c:768
1335
+#: config.c:770
1336
#, c-format
1337
msgid "failed to expand user dir in: '%s'"
1338
msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
1339
1335
-#: config.c:852 config.c:863
1340
+#: config.c:865 config.c:876
1341
#, c-format
1342
msgid "bad zlib compression level %d"
1343
msgstr "ungültiger zlib Komprimierungsgrad %d"
1344
1340
-#: config.c:978
1345
+#: config.c:993
1346
#, c-format
1347
msgid "invalid mode for object creation: %s"
1348
msgstr "Ungültiger Modus für Objekterstellung: %s"
1349
1345
-#: config.c:1312
1350
+#: config.c:1149
1351
+#, c-format
1352
+msgid "bad pack compression level %d"
1353
+msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"
1354
+
1355
+#: config.c:1339
1356
msgid "unable to parse command-line config"
1357
msgstr ""
1358
"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
1359
1350
-#: config.c:1362
1360
+#: config.c:1389
1361
msgid "unknown error occurred while reading the configuration files"
1362
msgstr ""
1363
"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
1364
1355
-#: config.c:1716
1365
+#: config.c:1743
1366
#, c-format
1367
msgid "unable to parse '%s' from command-line config"
1368
msgstr ""
1369
"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
1370
"nicht parsen."
1371
1362
-#: config.c:1718
1372
+#: config.c:1745
1373
#, c-format
1374
msgid "bad config variable '%s' in file '%s' at line %d"
1375
msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
1376
1367
-#: config.c:1777
1377
+#: config.c:1804
1378
#, c-format
1379
msgid "%s has multiple values"
1380
msgstr "%s hat mehrere Werte"
1381
1372
-#: config.c:2311
1382
+#: config.c:2225 config.c:2450
1383
+#, c-format
1384
+msgid "fstat on %s failed"
1385
+msgstr "fstat auf %s fehlgeschlagen"
1386
+
1387
+#: config.c:2343
1388
#, c-format
1389
msgid "could not set '%s' to '%s'"
1390
msgstr "Konnte '%s' nicht zu '%s' setzen."
1391
1377
-#: config.c:2313
1392
+#: config.c:2345
1393
#, c-format
1394
msgid "could not unset '%s'"
1395
msgstr "Konnte '%s' nicht aufheben."
@@ -1392,10 +1407,11 @@ msgid ""
1407
msgstr ""
1408
"Konnte nicht vom Remote-Repository lesen.\n"
1409
"\n"
1395
-"Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen\n"
1410
+"Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen "
1411
+"bestehen\n"
1412
"und das Repository existiert."
1413
1398
-#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
1414
+#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1415
msgid "Checking connectivity"
1416
msgstr "Prüfe Konnektivität"
1417
@@ -1418,7 +1434,8 @@ msgid ""
1434
"The file will have its original line endings in your working directory."
1435
msgstr ""
1436
"CRLF wird in %s durch LF ersetzt.\n"
1421
-"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis behalten."
1437
+"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
1438
+"behalten."
1439
1440
#: convert.c:205
1441
#, c-format
@@ -1432,7 +1449,8 @@ msgid ""
1449
"The file will have its original line endings in your working directory."
1450
msgstr ""
1451
"LF wird in %s durch CRLF ersetzt.\n"
1435
-"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis behalten."
1452
+"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
1453
+"behalten."
1454
1455
#: convert.c:215
1456
#, c-format
@@ -1532,12 +1550,12 @@ msgstr ""
1550
msgid " Unknown dirstat parameter '%s'\n"
1551
msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"
1552
1535
-#: diff.c:283
1553
+#: diff.c:281
1554
#, c-format
1555
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1556
msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
1557
1540
-#: diff.c:346
1558
+#: diff.c:344
1559
#, c-format
1560
msgid ""
1561
"Found errors in 'diff.dirstat' config variable:\n"
@@ -1546,20 +1564,21 @@ msgstr ""
1564
"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
1565
"%s"
1566
1549
-#: diff.c:3087
1567
+#: diff.c:3085
1568
#, c-format
1569
msgid "external diff died, stopping at %s"
1570
msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
1571
1554
-#: diff.c:3412
1572
+#: diff.c:3411
1573
msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1556
-msgstr "--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
1574
+msgstr ""
1575
+"--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
1576
1558
-#: diff.c:3502
1577
+#: diff.c:3501
1578
msgid "--follow requires exactly one pathspec"
1579
msgstr "--follow erfordert genau eine Pfadspezifikation"
1580
1562
-#: diff.c:3665
1581
+#: diff.c:3664
1582
#, c-format
1583
msgid ""
1584
"Failed to parse --dirstat/-X option parameter:\n"
@@ -1568,22 +1587,22 @@ msgstr ""
1587
"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
1588
"%s"
1589
1571
-#: diff.c:3679
1590
+#: diff.c:3678
1591
#, c-format
1592
msgid "Failed to parse --submodule option parameter: '%s'"
1593
msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
1594
1576
-#: diff.c:4700
1595
+#: diff.c:4696
1596
msgid "inexact rename detection was skipped due to too many files."
1597
msgstr ""
1598
"Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
1599
"übersprungen."
1600
1582
-#: diff.c:4703
1601
+#: diff.c:4699
1602
msgid "only found copies from modified paths due to too many files."
1603
msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
1604
1586
-#: diff.c:4706
1605
+#: diff.c:4702
1606
#, c-format
1607
msgid ""
1608
"you may want to set your %s variable to at least %d and retry the command."
@@ -1591,16 +1610,21 @@ msgstr ""
1610
"Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"
1611
"erneut versuchen."
1612
1594
-#: dir.c:1866
1613
+#: dir.c:1862
1614
msgid "failed to get kernel name and information"
1615
msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
1616
1598
-#: dir.c:1985
1617
+#: dir.c:1981
1618
msgid "Untracked cache is disabled on this system or location."
1619
msgstr ""
1620
"Cache für unversionierte Dateien ist auf diesem System oder\n"
1621
"für dieses Verzeichnis deaktiviert."
1622
1623
+#: dir.c:2759
1624
+#, c-format
1625
+msgid "could not migrate git directory from '%s' to '%s'"
1626
+msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."
1627
+
1628
#: fetch-pack.c:213
1629
msgid "git fetch-pack: expected shallow list"
1630
msgstr "git fetch-pack: erwartete shallow-Liste"
@@ -1781,35 +1805,40 @@ msgstr "konnte temporäre Datei nicht erstellen"
1805
msgid "failed writing detached signature to '%s'"
1806
msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
1807
1784
-#: grep.c:1782
1808
+#: graph.c:96
1809
+#, c-format
1810
+msgid "ignore invalid color '%.*s' in log.graphColors"
1811
+msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"
1812
+
1813
+#: grep.c:1794
1814
#, c-format
1815
msgid "'%s': unable to read %s"
1816
msgstr "'%s': konnte %s nicht lesen"
1817
1789
-#: grep.c:1799 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:155
1818
+#: grep.c:1811 builtin/clone.c:381 builtin/diff.c:81 builtin/rm.c:133
1819
#, c-format
1820
msgid "failed to stat '%s'"
1821
msgstr "Konnte '%s' nicht lesen"
1822
1794
-#: grep.c:1810
1823
+#: grep.c:1822
1824
#, c-format
1825
msgid "'%s': short read"
1826
msgstr "'%s': read() zu kurz"
1827
1799
-#: help.c:203
1828
+#: help.c:218
1829
#, c-format
1830
msgid "available git commands in '%s'"
1831
msgstr "Vorhandene Git-Befehle in '%s'"
1832
1804
-#: help.c:210
1833
+#: help.c:225
1834
msgid "git commands available from elsewhere on your $PATH"
1835
msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"
1836
1808
-#: help.c:241
1837
+#: help.c:256
1838
msgid "These are common Git commands used in various situations:"
1839
msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"
1840
1812
-#: help.c:306
1841
+#: help.c:321
1842
#, c-format
1843
msgid ""
1844
"'%s' appears to be a git command, but we were not\n"
@@ -1818,11 +1847,11 @@ msgstr ""
1847
"'%s' scheint ein git-Befehl zu sein, konnte aber\n"
1848
"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"
1849
1821
-#: help.c:361
1850
+#: help.c:376
1851
msgid "Uh oh. Your system reports no Git commands at all."
1852
msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."
1853
1825
-#: help.c:383
1854
+#: help.c:398
1855
#, c-format
1856
msgid ""
1857
"WARNING: You called a Git command named '%s', which does not exist.\n"
@@ -1831,17 +1860,17 @@ msgstr ""
1860
"Warnung: Sie haben den nicht existierenden Git-Befehl '%s' ausgeführt.\n"
1861
"Setze fort unter der Annahme, dass Sie '%s' gemeint haben."
1862
1834
-#: help.c:388
1863
+#: help.c:403
1864
#, c-format
1865
msgid "in %0.1f seconds automatically..."
1866
msgstr "Automatische Ausführung in %0.1f Sekunden ..."
1867
1839
-#: help.c:395
1868
+#: help.c:410
1869
#, c-format
1870
msgid "git: '%s' is not a git command. See 'git --help'."
1871
msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."
1872
1844
-#: help.c:399 help.c:465
1873
+#: help.c:414 help.c:480
1874
msgid ""
1875
"\n"
1876
"Did you mean this?"
@@ -1855,7 +1884,7 @@ msgstr[1] ""
1884
"\n"
1885
"Haben Sie eines von diesen gemeint?"
1886
1858
-#: help.c:461
1887
+#: help.c:476
1888
#, c-format
1889
msgid "%s: %s - %s"
1890
msgstr "%s: %s - %s"
@@ -1924,69 +1953,69 @@ msgstr "Konnte neue Index-Datei nicht schreiben."
1953
msgid "(bad commit)\n"
1954
msgstr "(ungültiger Commit)\n"
1955
1927
-#: merge-recursive.c:231
1956
+#: merge-recursive.c:231 merge-recursive.c:239
1957
#, c-format
1958
msgid "addinfo_cache failed for path '%s'"
1959
msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"
1960
1932
-#: merge-recursive.c:301
1961
+#: merge-recursive.c:303
1962
msgid "error building trees"
1963
msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
1964
1936
-#: merge-recursive.c:720
1965
+#: merge-recursive.c:727
1966
#, c-format
1967
msgid "failed to create path '%s'%s"
1968
msgstr "Fehler beim Erstellen des Pfades '%s'%s"
1969
1941
-#: merge-recursive.c:731
1970
+#: merge-recursive.c:738
1971
#, c-format
1972
msgid "Removing %s to make room for subdirectory\n"
1973
msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
1974
1946
-#: merge-recursive.c:745 merge-recursive.c:764
1975
+#: merge-recursive.c:752 merge-recursive.c:771
1976
msgid ": perhaps a D/F conflict?"
1977
msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
1978
1950
-#: merge-recursive.c:754
1979
+#: merge-recursive.c:761
1980
#, c-format
1981
msgid "refusing to lose untracked file at '%s'"
1982
msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
1983
1955
-#: merge-recursive.c:796 builtin/cat-file.c:34
1984
+#: merge-recursive.c:803 builtin/cat-file.c:34
1985
#, c-format
1986
msgid "cannot read object %s '%s'"
1987
msgstr "kann Objekt %s '%s' nicht lesen"
1988
1960
-#: merge-recursive.c:798
1989
+#: merge-recursive.c:805
1990
#, c-format
1991
msgid "blob expected for %s '%s'"
1992
msgstr "Blob erwartet für %s '%s'"
1993
1965
-#: merge-recursive.c:822
1994
+#: merge-recursive.c:829
1995
#, c-format
1996
msgid "failed to open '%s': %s"
1997
msgstr "Fehler beim Öffnen von '%s': %s"
1998
1970
-#: merge-recursive.c:833
1999
+#: merge-recursive.c:840
2000
#, c-format
2001
msgid "failed to symlink '%s': %s"
2002
msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
2003
1975
-#: merge-recursive.c:838
2004
+#: merge-recursive.c:845
2005
#, c-format
2006
msgid "do not know what to do with %06o %s '%s'"
2007
msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
2008
1980
-#: merge-recursive.c:978
2009
+#: merge-recursive.c:985
2010
msgid "Failed to execute internal merge"
2011
msgstr "Fehler bei Ausführung des internen Merges"
2012
1984
-#: merge-recursive.c:982
2013
+#: merge-recursive.c:989
2014
#, c-format
2015
msgid "Unable to add %s to database"
2016
msgstr "Konnte %s nicht zur Datenbank hinzufügen"
2017
1989
-#: merge-recursive.c:1081 merge-recursive.c:1095
2018
+#: merge-recursive.c:1088 merge-recursive.c:1102
2019
#, c-format
2020
msgid ""
2021
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -1995,7 +2024,7 @@ msgstr ""
2024
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2025
"im Arbeitsbereich gelassen."
2026
1998
-#: merge-recursive.c:1087 merge-recursive.c:1100
2027
+#: merge-recursive.c:1094 merge-recursive.c:1107
2028
#, c-format
2029
msgid ""
2030
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2004,20 +2033,20 @@ msgstr ""
2033
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2034
"im Arbeitsbereich bei %s gelassen."
2035
2007
-#: merge-recursive.c:1143
2036
+#: merge-recursive.c:1150
2037
msgid "rename"
2038
msgstr "umbenennen"
2039
2011
-#: merge-recursive.c:1143
2040
+#: merge-recursive.c:1150
2041
msgid "renamed"
2042
msgstr "umbenannt"
2043
2015
-#: merge-recursive.c:1200
2044
+#: merge-recursive.c:1207
2045
#, c-format
2046
msgid "%s is a directory in %s adding as %s instead"
2047
msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
2048
2020
-#: merge-recursive.c:1225
2049
+#: merge-recursive.c:1232
2050
#, c-format
2051
msgid ""
2052
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -2026,139 +2055,139 @@ msgstr ""
2055
"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
2056
"und \"%s\"->\"%s\" in Branch \"%s\"%s"
2057
2029
-#: merge-recursive.c:1230
2058
+#: merge-recursive.c:1237
2059
msgid " (left unresolved)"
2060
msgstr " (bleibt unaufgelöst)"
2061
2033
-#: merge-recursive.c:1292
2062
+#: merge-recursive.c:1299
2063
#, c-format
2064
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2065
msgstr ""
2066
"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
2067
"in %s"
2068
2040
-#: merge-recursive.c:1325
2069
+#: merge-recursive.c:1332
2070
#, c-format
2071
msgid "Renaming %s to %s and %s to %s instead"
2072
msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
2073
2045
-#: merge-recursive.c:1531
2074
+#: merge-recursive.c:1535
2075
#, c-format
2076
msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2077
msgstr ""
2078
"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
2079
"%s"
2080
2052
-#: merge-recursive.c:1546
2081
+#: merge-recursive.c:1550
2082
#, c-format
2083
msgid "Adding merged %s"
2084
msgstr "Füge zusammengeführte Datei %s hinzu"
2085
2057
-#: merge-recursive.c:1553 merge-recursive.c:1766
2086
+#: merge-recursive.c:1557 merge-recursive.c:1771
2087
#, c-format
2088
msgid "Adding as %s instead"
2089
msgstr "Füge stattdessen als %s hinzu"
2090
2062
-#: merge-recursive.c:1610
2091
+#: merge-recursive.c:1614
2092
#, c-format
2093
msgid "cannot read object %s"
2094
msgstr "kann Objekt %s nicht lesen"
2095
2067
-#: merge-recursive.c:1613
2096
+#: merge-recursive.c:1617
2097
#, c-format
2098
msgid "object %s is not a blob"
2099
msgstr "Objekt %s ist kein Blob"
2100
2072
-#: merge-recursive.c:1666
2101
+#: merge-recursive.c:1670
2102
msgid "modify"
2103
msgstr "ändern"
2104
2076
-#: merge-recursive.c:1666
2105
+#: merge-recursive.c:1670
2106
msgid "modified"
2107
msgstr "geändert"
2108
2080
-#: merge-recursive.c:1676
2109
+#: merge-recursive.c:1680
2110
msgid "content"
2111
msgstr "Inhalt"
2112
2084
-#: merge-recursive.c:1683
2113
+#: merge-recursive.c:1687
2114
msgid "add/add"
2115
msgstr "hinzufügen/hinzufügen"
2116
2088
-#: merge-recursive.c:1718
2117
+#: merge-recursive.c:1723
2118
#, c-format
2119
msgid "Skipped %s (merged same as existing)"
2120
msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
2121
2093
-#: merge-recursive.c:1732
2122
+#: merge-recursive.c:1737
2123
#, c-format
2124
msgid "Auto-merging %s"
2125
msgstr "automatischer Merge von %s"
2126
2098
-#: merge-recursive.c:1736 git-submodule.sh:924
2127
+#: merge-recursive.c:1741 git-submodule.sh:930
2128
msgid "submodule"
2129
msgstr "Submodul"
2130
2102
-#: merge-recursive.c:1737
2131
+#: merge-recursive.c:1742
2132
#, c-format
2133
msgid "CONFLICT (%s): Merge conflict in %s"
2134
msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
2135
2107
-#: merge-recursive.c:1831
2136
+#: merge-recursive.c:1836
2137
#, c-format
2138
msgid "Removing %s"
2139
msgstr "Entferne %s"
2140
2112
-#: merge-recursive.c:1857
2141
+#: merge-recursive.c:1862
2142
msgid "file/directory"
2143
msgstr "Datei/Verzeichnis"
2144
2116
-#: merge-recursive.c:1863
2145
+#: merge-recursive.c:1868
2146
msgid "directory/file"
2147
msgstr "Verzeichnis/Datei"
2148
2120
-#: merge-recursive.c:1868
2149
+#: merge-recursive.c:1874
2150
#, c-format
2151
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2152
msgstr ""
2153
"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
2154
"hinzu."
2155
2127
-#: merge-recursive.c:1877
2156
+#: merge-recursive.c:1883
2157
#, c-format
2158
msgid "Adding %s"
2159
msgstr "Füge %s hinzu"
2160
2132
-#: merge-recursive.c:1914
2161
+#: merge-recursive.c:1920
2162
msgid "Already up-to-date!"
2163
msgstr "Bereits aktuell!"
2164
2136
-#: merge-recursive.c:1923
2165
+#: merge-recursive.c:1929
2166
#, c-format
2167
msgid "merging of trees %s and %s failed"
2168
msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
2169
2141
-#: merge-recursive.c:2006
2170
+#: merge-recursive.c:2012
2171
msgid "Merging:"
2172
msgstr "Merge:"
2173
2145
-#: merge-recursive.c:2019
2174
+#: merge-recursive.c:2025
2175
#, c-format
2176
msgid "found %u common ancestor:"
2177
msgid_plural "found %u common ancestors:"
2178
msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
2179
msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
2180
2152
-#: merge-recursive.c:2058
2181
+#: merge-recursive.c:2064
2182
msgid "merge returned no commit"
2183
msgstr "Merge hat keinen Commit zurückgegeben"
2184
2156
-#: merge-recursive.c:2121
2185
+#: merge-recursive.c:2127
2186
#, c-format
2187
msgid "Could not parse object '%s'"
2188
msgstr "Konnte Objekt '%s' nicht parsen."
2189
2161
-#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
2190
+#: merge-recursive.c:2141 builtin/merge.c:645 builtin/merge.c:792
2191
msgid "Unable to write index."
2192
msgstr "Konnte Index nicht schreiben."
2193
@@ -2169,9 +2198,12 @@ msgid ""
2198
"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2199
"commit/abort the previous merge before you start a new notes merge."
2200
msgstr ""
2172
-"Sie haben Ihren vorherigen Merge von Notizen nicht abgeschlossen (%s existiert).\n"
2173
-"Bitte benutzen Sie 'git notes merge --commit' oder 'git notes merge --abort', um\n"
2174
-"den vorherigen Merge zu committen bzw. abzubrechen, bevor Sie einen neuen Merge\n"
2201
+"Sie haben Ihren vorherigen Merge von Notizen nicht abgeschlossen (%s "
2202
+"existiert).\n"
2203
+"Bitte benutzen Sie 'git notes merge --commit' oder 'git notes merge --"
2204
+"abort', um\n"
2205
+"den vorherigen Merge zu committen bzw. abzubrechen, bevor Sie einen neuen "
2206
+"Merge\n"
2207
"von Notizen beginnen."
2208
2209
#: notes-merge.c:280
@@ -2202,7 +2234,7 @@ msgstr ""
2234
msgid "Bad %s value: '%s'"
2235
msgstr "Ungültiger %s Wert: '%s'"
2236
2205
-#: object.c:242
2237
+#: object.c:240
2238
#, c-format
2239
msgid "unable to parse object: %s"
2240
msgstr "Konnte Objekt '%s' nicht parsen."
@@ -2242,13 +2274,13 @@ msgstr "fehlerhafter Objekt-Name '%s'"
2274
msgid "Could not make %s writable by group"
2275
msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
2276
2245
-#: pathspec.c:133
2277
+#: pathspec.c:142
2278
msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2279
msgstr ""
2280
"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "
2281
"inkompatibel."
2282
2251
-#: pathspec.c:143
2283
+#: pathspec.c:149
2284
msgid ""
2285
"global 'literal' pathspec setting is incompatible with all other global "
2286
"pathspec settings"
@@ -2256,60 +2288,66 @@ msgstr ""
2288
"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"
2289
"mit allen anderen Optionen."
2290
2259
-#: pathspec.c:177
2291
+#: pathspec.c:188
2292
msgid "invalid parameter for pathspec magic 'prefix'"
2293
msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"
2294
2263
-#: pathspec.c:183
2295
+#: pathspec.c:201
2296
#, c-format
2297
msgid "Invalid pathspec magic '%.*s' in '%s'"
2298
msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"
2299
2268
-#: pathspec.c:187
2300
+#: pathspec.c:206
2301
#, c-format
2302
msgid "Missing ')' at the end of pathspec magic in '%s'"
2303
msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"
2304
2273
-#: pathspec.c:205
2305
+#: pathspec.c:238
2306
#, c-format
2307
msgid "Unimplemented pathspec magic '%c' in '%s'"
2308
msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"
2309
2278
-#: pathspec.c:230
2310
+#: pathspec.c:293 pathspec.c:315
2311
+#, c-format
2312
+msgid "Pathspec '%s' is in submodule '%.*s'"
2313
+msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
2314
+
2315
+#: pathspec.c:350
2316
#, c-format
2317
msgid "%s: 'literal' and 'glob' are incompatible"
2318
msgstr "%s: 'literal' und 'glob' sind inkompatibel"
2319
2283
-#: pathspec.c:241
2320
+#: pathspec.c:363
2321
#, c-format
2322
msgid "%s: '%s' is outside repository"
2323
msgstr "%s: '%s' liegt außerhalb des Repositories"
2324
2288
-#: pathspec.c:291
2325
+#: pathspec.c:451
2326
#, c-format
2290
-msgid "Pathspec '%s' is in submodule '%.*s'"
2291
-msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
2327
+msgid "'%s' (mnemonic: '%c')"
2328
+msgstr "'%s' (Kürzel: '%c')"
2329
2293
-#: pathspec.c:353
2330
+#: pathspec.c:461
2331
#, c-format
2332
msgid "%s: pathspec magic not supported by this command: %s"
2333
msgstr ""
2334
"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"
2335
2299
-#: pathspec.c:408
2336
+#: pathspec.c:511
2337
msgid ""
2338
"empty strings as pathspecs will be made invalid in upcoming releases. please "
2339
"use . instead if you meant to match all paths"
2340
msgstr ""
2304
-"Leere Strings als Pfadspezifikationen werden in kommenden Releases ungültig.\n"
2341
+"Leere Strings als Pfadspezifikationen werden in kommenden Releases "
2342
+"ungültig.\n"
2343
"Bitte benutzen Sie stattdessen . wenn Sie alle Pfade meinen."
2344
2307
-#: pathspec.c:440
2345
+#: pathspec.c:535
2346
#, c-format
2347
msgid "pathspec '%s' is beyond a symbolic link"
2348
msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
2349
2312
-#: pathspec.c:449
2350
+#: pathspec.c:544
2351
msgid ""
2352
"There is nothing to exclude from by :(exclude) patterns.\n"
2353
"Perhaps you forgot to add either ':/' or '.' ?"
@@ -2317,11 +2355,11 @@ msgstr ""
2355
":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"
2356
"Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"
2357
2320
-#: pretty.c:971
2358
+#: pretty.c:982
2359
msgid "unable to parse --pretty format"
2360
msgstr "Konnte --pretty Format nicht parsen."
2361
2324
-#: read-cache.c:1315
2362
+#: read-cache.c:1307
2363
#, c-format
2364
msgid ""
2365
"index.version set, but the value is invalid.\n"
@@ -2330,7 +2368,7 @@ msgstr ""
2368
"index.version gesetzt, aber Wert ungültig.\n"
2369
"Verwende Version %i"
2370
2333
-#: read-cache.c:1325
2371
+#: read-cache.c:1317
2372
#, c-format
2373
msgid ""
2374
"GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -2339,7 +2377,7 @@ msgstr ""
2377
"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
2378
"Verwende Version %i"
2379
2342
-#: refs.c:576 builtin/merge.c:840
2380
+#: refs.c:576 builtin/merge.c:844
2381
#, c-format
2382
msgid "Could not open '%s' for writing"
2383
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
@@ -2359,245 +2397,248 @@ msgstr "Konnte Referenzen nicht entfernen: %s"
2397
msgid "could not remove reference %s"
2398
msgstr "Konnte Referenz %s nicht löschen"
2399
2362
-#: ref-filter.c:55
2400
+#: ref-filter.c:56
2401
#, c-format
2402
msgid "expected format: %%(color:<color>)"
2403
msgstr "Erwartetes Format: %%(color:<Farbe>)"
2404
2367
-#: ref-filter.c:57
2405
+#: ref-filter.c:58
2406
#, c-format
2407
msgid "unrecognized color: %%(color:%s)"
2408
msgstr "nicht erkannte Farbe: %%(color:%s)"
2409
2372
-#: ref-filter.c:71
2410
+#: ref-filter.c:72
2411
#, c-format
2412
msgid "unrecognized format: %%(%s)"
2413
msgstr "nicht erkanntes Format: %%(%s)"
2414
2377
-#: ref-filter.c:77
2415
+#: ref-filter.c:78
2416
#, c-format
2417
msgid "%%(body) does not take arguments"
2418
msgstr "%%(body) akzeptiert keine Argumente"
2419
2382
-#: ref-filter.c:84
2420
+#: ref-filter.c:85
2421
#, c-format
2422
msgid "%%(subject) does not take arguments"
2423
msgstr "%%(subject) akzeptiert keine Argumente"
2424
2387
-#: ref-filter.c:101
2425
+#: ref-filter.c:92
2426
+#, c-format
2427
+msgid "%%(trailers) does not take arguments"
2428
+msgstr "%%(trailers) akzeptiert keine Argumente"
2429
+
2430
+#: ref-filter.c:111
2431
#, c-format
2432
msgid "positive value expected contents:lines=%s"
2433
msgstr "Positiver Wert erwartet contents:lines=%s"
2434
2392
-#: ref-filter.c:103
2435
+#: ref-filter.c:113
2436
#, c-format
2437
msgid "unrecognized %%(contents) argument: %s"
2438
msgstr "nicht erkanntes %%(contents) Argument: %s"
2439
2397
-#: ref-filter.c:113
2440
+#: ref-filter.c:123
2441
#, c-format
2442
msgid "unrecognized %%(objectname) argument: %s"
2443
msgstr "nicht erkanntes %%(objectname) Argument: %s"
2444
2402
-#: ref-filter.c:135
2445
+#: ref-filter.c:145
2446
#, c-format
2447
msgid "expected format: %%(align:<width>,<position>)"
2448
msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
2449
2407
-#: ref-filter.c:147
2450
+#: ref-filter.c:157
2451
#, c-format
2452
msgid "unrecognized position:%s"
2453
msgstr "nicht erkannte Position:%s"
2454
2412
-#: ref-filter.c:151
2455
+#: ref-filter.c:161
2456
#, c-format
2457
msgid "unrecognized width:%s"
2458
msgstr "nicht erkannte Breite:%s"
2459
2417
-#: ref-filter.c:157
2460
+#: ref-filter.c:167
2461
#, c-format
2462
msgid "unrecognized %%(align) argument: %s"
2463
msgstr "nicht erkanntes %%(align) Argument: %s"
2464
2422
-#: ref-filter.c:161
2465
+#: ref-filter.c:171
2466
#, c-format
2467
msgid "positive width expected with the %%(align) atom"
2468
msgstr "Positive Breitenangabe für %%(align) erwartet"
2469
2427
-#: ref-filter.c:244
2470
+#: ref-filter.c:255
2471
#, c-format
2472
msgid "malformed field name: %.*s"
2473
msgstr "Fehlerhafter Feldname: %.*s"
2474
2432
-#: ref-filter.c:270
2475
+#: ref-filter.c:281
2476
#, c-format
2477
msgid "unknown field name: %.*s"
2478
msgstr "Unbekannter Feldname: %.*s"
2479
2437
-#: ref-filter.c:372
2480
+#: ref-filter.c:383
2481
#, c-format
2482
msgid "format: %%(end) atom used without corresponding atom"
2483
msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
2484
2442
-#: ref-filter.c:424
2485
+#: ref-filter.c:435
2486
#, c-format
2487
msgid "malformed format string %s"
2488
msgstr "Fehlerhafter Formatierungsstring %s"
2489
2447
-#: ref-filter.c:878
2490
+#: ref-filter.c:898
2491
msgid ":strip= requires a positive integer argument"
2492
msgstr ":strip= erfordert eine positive Ganzzahl als Argument"
2493
2451
-#: ref-filter.c:883
2494
+#: ref-filter.c:903
2495
#, c-format
2496
msgid "ref '%s' does not have %ld components to :strip"
2497
msgstr "Referenz '%s' hat keine %ld Komponenten für :strip"
2498
2456
-#: ref-filter.c:1046
2499
+#: ref-filter.c:1066
2500
#, c-format
2501
msgid "unknown %.*s format %s"
2502
msgstr "Unbekanntes %.*s Format %s"
2503
2461
-#: ref-filter.c:1066 ref-filter.c:1097
2504
+#: ref-filter.c:1086 ref-filter.c:1117
2505
#, c-format
2506
msgid "missing object %s for %s"
2507
msgstr "Objekt %s fehlt für %s"
2508
2466
-#: ref-filter.c:1069 ref-filter.c:1100
2509
+#: ref-filter.c:1089 ref-filter.c:1120
2510
#, c-format
2511
msgid "parse_object_buffer failed on %s for %s"
2512
msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
2513
2471
-#: ref-filter.c:1311
2514
+#: ref-filter.c:1343
2515
#, c-format
2516
msgid "malformed object at '%s'"
2517
msgstr "fehlerhaftes Objekt bei '%s'"
2518
2476
-#: ref-filter.c:1373
2519
+#: ref-filter.c:1410
2520
#, c-format
2521
msgid "ignoring ref with broken name %s"
2522
msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
2523
2481
-#: ref-filter.c:1378
2524
+#: ref-filter.c:1415
2525
#, c-format
2526
msgid "ignoring broken ref %s"
2527
msgstr "Ignoriere fehlerhafte Referenz %s"
2528
2486
-#: ref-filter.c:1633
2529
+#: ref-filter.c:1670
2530
#, c-format
2531
msgid "format: %%(end) atom missing"
2532
msgstr "Format: %%(end) Atom fehlt"
2533
2491
-#: ref-filter.c:1687
2534
+#: ref-filter.c:1734
2535
#, c-format
2536
msgid "malformed object name %s"
2537
msgstr "Missgebildeter Objektname %s"
2538
2496
-#: remote.c:746
2539
+#: remote.c:754
2540
#, c-format
2541
msgid "Cannot fetch both %s and %s to %s"
2542
msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
2543
2501
-#: remote.c:750
2544
+#: remote.c:758
2545
#, c-format
2546
msgid "%s usually tracks %s, not %s"
2547
msgstr "%s folgt üblicherweise %s, nicht %s"
2548
2506
-#: remote.c:754
2549
+#: remote.c:762
2550
#, c-format
2551
msgid "%s tracks both %s and %s"
2552
msgstr "%s folgt sowohl %s als auch %s"
2553
2511
-#: remote.c:762
2554
+#: remote.c:770
2555
msgid "Internal error"
2556
msgstr "Interner Fehler"
2557
2515
-#: remote.c:1677 remote.c:1720
2558
+#: remote.c:1685 remote.c:1787
2559
msgid "HEAD does not point to a branch"
2560
msgstr "HEAD zeigt auf keinen Branch"
2561
2519
-#: remote.c:1686
2562
+#: remote.c:1694
2563
#, c-format
2564
msgid "no such branch: '%s'"
2565
msgstr "Kein solcher Branch: '%s'"
2566
2524
-#: remote.c:1689
2567
+#: remote.c:1697
2568
#, c-format
2569
msgid "no upstream configured for branch '%s'"
2570
msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
2571
2529
-#: remote.c:1695
2572
+#: remote.c:1703
2573
#, c-format
2574
msgid "upstream branch '%s' not stored as a remote-tracking branch"
2575
msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
2576
2534
-#: remote.c:1710
2577
+#: remote.c:1718
2578
#, c-format
2579
msgid "push destination '%s' on remote '%s' has no local tracking branch"
2580
msgstr ""
2581
"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
2582
"Branch"
2583
2541
-#: remote.c:1725
2584
+#: remote.c:1730
2585
#, c-format
2586
msgid "branch '%s' has no remote for pushing"
2587
msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
2588
2546
-#: remote.c:1736
2589
+#: remote.c:1741
2590
#, c-format
2591
msgid "push refspecs for '%s' do not include '%s'"
2592
msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
2593
2551
-#: remote.c:1749
2594
+#: remote.c:1754
2595
msgid "push has no destination (push.default is 'nothing')"
2596
msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
2597
2555
-#: remote.c:1771
2598
+#: remote.c:1776
2599
msgid "cannot resolve 'simple' push to a single destination"
2600
msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
2601
2559
-#: remote.c:2073
2602
+#: remote.c:2081
2603
#, c-format
2604
msgid "Your branch is based on '%s', but the upstream is gone.\n"
2605
msgstr ""
2606
"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
2607
2565
-#: remote.c:2077
2608
+#: remote.c:2085
2609
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2610
msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
2611
2569
-#: remote.c:2080
2612
+#: remote.c:2088
2613
#, c-format
2614
msgid "Your branch is up-to-date with '%s'.\n"
2615
msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"
2616
2574
-#: remote.c:2084
2617
+#: remote.c:2092
2618
#, c-format
2619
msgid "Your branch is ahead of '%s' by %d commit.\n"
2620
msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2578
-msgstr[0] "Ihr Branch ist vor '%s' um %d Commit.\n"
2579
-msgstr[1] "Ihr Branch ist vor '%s' um %d Commits.\n"
2621
+msgstr[0] "Ihr Branch ist %2$d Commit vor '%1$s'.\n"
2622
+msgstr[1] "Ihr Branch ist %2$d Commits vor '%1$s'.\n"
2623
2581
-#: remote.c:2090
2624
+#: remote.c:2098
2625
msgid " (use \"git push\" to publish your local commits)\n"
2626
msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
2627
2585
-#: remote.c:2093
2628
+#: remote.c:2101
2629
#, c-format
2630
msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2631
msgid_plural ""
2632
"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2590
-msgstr[0] ""
2591
-"Ihr Branch ist zu '%s' um %d Commit hinterher, und kann vorgespult werden.\n"
2592
-msgstr[1] ""
2593
-"Ihr Branch ist zu '%s' um %d Commits hinterher, und kann vorgespult werden.\n"
2633
+msgstr[0] "Ihr Branch ist %2$d Commit hinter '%1$s', und kann vorgespult werden.\n"
2634
+msgstr[1] "Ihr Branch ist %2$d Commits hinter '%1$s', und kann vorgespult werden.\n"
2635
2595
-#: remote.c:2101
2636
+#: remote.c:2109
2637
msgid " (use \"git pull\" to update your local branch)\n"
2638
msgstr ""
2639
" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
2640
2600
-#: remote.c:2104
2641
+#: remote.c:2112
2642
#, c-format
2643
msgid ""
2644
"Your branch and '%s' have diverged,\n"
@@ -2612,7 +2653,7 @@ msgstr[1] ""
2653
"Ihr Branch und '%s' sind divergiert,\n"
2654
"und haben jeweils %d und %d unterschiedliche Commits.\n"
2655
2615
-#: remote.c:2114
2656
+#: remote.c:2122
2657
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2658
msgstr ""
2659
" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
@@ -2631,11 +2672,11 @@ msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
2672
msgid "--first-parent is incompatible with --bisect"
2673
msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
2674
2634
-#: run-command.c:106
2675
+#: run-command.c:125
2676
msgid "open /dev/null failed"
2677
msgstr "Öffnen von /dev/null fehlgeschlagen"
2678
2638
-#: run-command.c:108
2679
+#: run-command.c:127
2680
#, c-format
2681
msgid "dup2(%d,%d) failed"
2682
msgstr "dup2(%d,%d) fehlgeschlagen"
@@ -2665,15 +2706,24 @@ msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
2706
msgid "the receiving end does not support push options"
2707
msgstr "die Gegenseite unterstützt keine Push-Optionen"
2708
2668
-#: sequencer.c:171
2709
+#: sequencer.c:215
2710
msgid "revert"
2711
msgstr "Revert"
2712
2672
-#: sequencer.c:171
2713
+#: sequencer.c:217
2714
msgid "cherry-pick"
2715
msgstr "Cherry-Pick"
2716
2676
-#: sequencer.c:228
2717
+#: sequencer.c:219
2718
+msgid "rebase -i"
2719
+msgstr "interaktives Rebase"
2720
+
2721
+#: sequencer.c:221
2722
+#, c-format
2723
+msgid "Unknown action: %d"
2724
+msgstr "Unbekannte Aktion: %d"
2725
+
2726
+#: sequencer.c:278
2727
msgid ""
2728
"after resolving the conflicts, mark the corrected paths\n"
2729
"with 'git add <paths>' or 'git rm <paths>'"
@@ -2681,7 +2731,7 @@ msgstr ""
2731
"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"
2732
"mit 'git add <Pfade>' oder 'git rm <Pfade>'"
2733
2684
-#: sequencer.c:231
2734
+#: sequencer.c:281
2735
msgid ""
2736
"after resolving the conflicts, mark the corrected paths\n"
2737
"with 'git add <paths>' or 'git rm <paths>'\n"
@@ -2691,61 +2741,64 @@ msgstr ""
2741
"mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n"
2742
"'git commit' ein"
2743
2694
-#: sequencer.c:244 sequencer.c:1209
2744
+#: sequencer.c:294 sequencer.c:1667
2745
#, c-format
2746
msgid "could not lock '%s'"
2747
msgstr "Konnte '%s' nicht sperren"
2748
2699
-#: sequencer.c:247 sequencer.c:1125 sequencer.c:1214
2749
+#: sequencer.c:297 sequencer.c:1545 sequencer.c:1672 sequencer.c:1686
2750
#, c-format
2751
msgid "could not write to '%s'"
2752
msgstr "Konnte nicht nach '%s' schreiben."
2753
2704
-#: sequencer.c:251
2754
+#: sequencer.c:301
2755
#, c-format
2756
msgid "could not write eol to '%s'"
2757
msgstr "Konnte EOL nicht nach '%s' schreiben."
2758
2709
-#: sequencer.c:255 sequencer.c:1130 sequencer.c:1216
2759
+#: sequencer.c:305 sequencer.c:1550 sequencer.c:1674
2760
#, c-format
2761
msgid "failed to finalize '%s'."
2762
msgstr "Fehler beim Fertigstellen von '%s'."
2763
2714
-#: sequencer.c:279 builtin/am.c:259 builtin/commit.c:749 builtin/merge.c:1032
2764
+#: sequencer.c:329 sequencer.c:808 sequencer.c:1571 builtin/am.c:259
2765
+#: builtin/commit.c:749 builtin/merge.c:1036
2766
#, c-format
2767
msgid "could not read '%s'"
2768
msgstr "Konnte '%s' nicht lesen"
2769
2719
-#: sequencer.c:305
2770
+#: sequencer.c:355
2771
#, c-format
2772
msgid "your local changes would be overwritten by %s."
2773
msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."
2774
2724
-#: sequencer.c:309
2775
+#: sequencer.c:359
2776
msgid "commit your changes or stash them to proceed."
2777
msgstr ""
2778
"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
2779
2729
-#: sequencer.c:324
2780
+#: sequencer.c:388
2781
#, c-format
2782
msgid "%s: fast-forward"
2783
msgstr "%s: Vorspulen"
2784
2734
-#. TRANSLATORS: %s will be "revert" or "cherry-pick"
2735
-#: sequencer.c:399
2785
+#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2786
+#. * "rebase -i".
2787
+#.
2788
+#: sequencer.c:470
2789
#, c-format
2790
msgid "%s: Unable to write new index file"
2791
msgstr "%s: Konnte neue Index-Datei nicht schreiben"
2792
2740
-#: sequencer.c:418
2793
+#: sequencer.c:489
2794
msgid "could not resolve HEAD commit\n"
2795
msgstr "Konnte HEAD-Commit nicht auflösen\n"
2796
2744
-#: sequencer.c:438
2797
+#: sequencer.c:509
2798
msgid "unable to update cache tree\n"
2799
msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"
2800
2748
-#: sequencer.c:483
2801
+#: sequencer.c:592
2802
#, c-format
2803
msgid ""
2804
"you have staged changes in your working tree\n"
@@ -2761,7 +2814,8 @@ msgid ""
2814
"\n"
2815
" git rebase --continue\n"
2816
msgstr ""
2764
-"Es befinden sich zum Commit vorgemerkte Änderungen in Ihrem Arbeitsverzeichnis.\n"
2817
+"Es befinden sich zum Commit vorgemerkte Änderungen in Ihrem "
2818
+"Arbeitsverzeichnis.\n"
2819
"Wenn diese Änderungen in den vorherigen Commit aufgenommen werden sollen,\n"
2820
"führen Sie aus:\n"
2821
"\n"
@@ -2775,172 +2829,397 @@ msgstr ""
2829
"\n"
2830
" git rebase --continue\n"
2831
2778
-#: sequencer.c:567
2832
+#: sequencer.c:688
2833
#, c-format
2834
msgid "could not parse commit %s\n"
2835
msgstr "Konnte Commit %s nicht parsen\n"
2836
2783
-#: sequencer.c:572
2837
+#: sequencer.c:693
2838
#, c-format
2839
msgid "could not parse parent commit %s\n"
2840
msgstr "Konnte Eltern-Commit %s nicht parsen\n"
2841
2788
-#: sequencer.c:656
2842
+#: sequencer.c:815
2843
+#, c-format
2844
+msgid ""
2845
+"unexpected 1st line of squash message:\n"
2846
+"\n"
2847
+"\t%.*s"
2848
+msgstr ""
2849
+"unerwartete erste Zeile der Squash-Beschreibung:\n"
2850
+"\n"
2851
+"\t%.*s"
2852
+
2853
+#: sequencer.c:821
2854
+#, c-format
2855
+msgid ""
2856
+"invalid 1st line of squash message:\n"
2857
+"\n"
2858
+"\t%.*s"
2859
+msgstr ""
2860
+"ungültige erste Zeile der Squash-Beschreibung:\n"
2861
+"\n"
2862
+"\t%.*s"
2863
+
2864
+#: sequencer.c:827 sequencer.c:852
2865
+#, c-format
2866
+msgid "This is a combination of %d commits."
2867
+msgstr "Das ist eine Kombination aus %d Commits."
2868
+
2869
+#: sequencer.c:836
2870
+msgid "need a HEAD to fixup"
2871
+msgstr "benötige HEAD für fixup"
2872
+
2873
+#: sequencer.c:838
2874
+msgid "could not read HEAD"
2875
+msgstr "Konnte HEAD nicht lesen"
2876
+
2877
+#: sequencer.c:840
2878
+msgid "could not read HEAD's commit message"
2879
+msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"
2880
+
2881
+#: sequencer.c:846
2882
+#, c-format
2883
+msgid "cannot write '%s'"
2884
+msgstr "kann '%s' nicht schreiben"
2885
+
2886
+#: sequencer.c:855 git-rebase--interactive.sh:445
2887
+msgid "This is the 1st commit message:"
2888
+msgstr "Das ist die erste Commit-Beschreibung:"
2889
+
2890
+#: sequencer.c:863
2891
+#, c-format
2892
+msgid "could not read commit message of %s"
2893
+msgstr "Konnte Commit-Beschreibung von %s nicht lesen."
2894
+
2895
+#: sequencer.c:870
2896
+#, c-format
2897
+msgid "This is the commit message #%d:"
2898
+msgstr "Das ist Commit-Beschreibung #%d:"
2899
+
2900
+#: sequencer.c:875
2901
+#, c-format
2902
+msgid "The commit message #%d will be skipped:"
2903
+msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"
2904
+
2905
+#: sequencer.c:880
2906
+#, c-format
2907
+msgid "unknown command: %d"
2908
+msgstr "Unbekannter Befehl: %d"
2909
+
2910
+#: sequencer.c:946
2911
msgid "your index file is unmerged."
2912
msgstr "Ihre Index-Datei ist nicht zusammengeführt."
2913
2792
-#: sequencer.c:675
2914
+#: sequencer.c:964
2915
#, c-format
2916
msgid "commit %s is a merge but no -m option was given."
2917
msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
2918
2797
-#: sequencer.c:683
2919
+#: sequencer.c:972
2920
#, c-format
2921
msgid "commit %s does not have parent %d"
2922
msgstr "Commit %s hat keinen Eltern-Commit %d"
2923
2802
-#: sequencer.c:687
2924
+#: sequencer.c:976
2925
#, c-format
2926
msgid "mainline was specified but commit %s is not a merge."
2927
msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
2928
2929
+#: sequencer.c:982
2930
+#, c-format
2931
+msgid "cannot get commit message for %s"
2932
+msgstr "Kann keine Commit-Beschreibung für %s bekommen."
2933
+
2934
#. TRANSLATORS: The first %s will be a "todo" command like
2935
#. "revert" or "pick", the second %s a SHA1.
2809
-#: sequencer.c:700
2936
+#: sequencer.c:1001
2937
#, c-format
2938
msgid "%s: cannot parse parent commit %s"
2939
msgstr "%s: kann Eltern-Commit %s nicht parsen"
2940
2814
-#: sequencer.c:705
2941
+#: sequencer.c:1063 sequencer.c:1812
2942
#, c-format
2816
-msgid "cannot get commit message for %s"
2817
-msgstr "Kann keine Commit-Beschreibung für %s bekommen."
2943
+msgid "could not rename '%s' to '%s'"
2944
+msgstr "Konnte '%s' nicht zu '%s' umbenennen."
2945
2819
-#: sequencer.c:797
2946
+#: sequencer.c:1114
2947
#, c-format
2948
msgid "could not revert %s... %s"
2949
msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
2950
2824
-#: sequencer.c:798
2951
+#: sequencer.c:1115
2952
#, c-format
2953
msgid "could not apply %s... %s"
2954
msgstr "Konnte %s... (%s) nicht anwenden"
2955
2829
-#: sequencer.c:833
2956
+#: sequencer.c:1157
2957
msgid "empty commit set passed"
2958
msgstr "leere Menge von Commits übergeben"
2959
2833
-#: sequencer.c:843
2960
+#: sequencer.c:1167
2961
#, c-format
2962
msgid "git %s: failed to read the index"
2963
msgstr "git %s: Fehler beim Lesen des Index"
2964
2838
-#: sequencer.c:850
2965
+#: sequencer.c:1174
2966
#, c-format
2967
msgid "git %s: failed to refresh the index"
2968
msgstr "git %s: Fehler beim Aktualisieren des Index"
2969
2843
-#: sequencer.c:944
2970
+#: sequencer.c:1294
2971
#, c-format
2972
msgid "invalid line %d: %.*s"
2973
msgstr "Ungültige Zeile %d: %.*s"
2974
2848
-#: sequencer.c:950
2849
-msgid "no commits parsed."
2850
-msgstr "Keine Commits geparst."
2975
+#: sequencer.c:1302
2976
+#, c-format
2977
+msgid "cannot '%s' without a previous commit"
2978
+msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"
2979
2852
-#: sequencer.c:966
2980
+#: sequencer.c:1334
2981
#, c-format
2982
msgid "could not read '%s'."
2983
msgstr "Konnte '%s' nicht lesen."
2984
2857
-#: sequencer.c:972
2985
+#: sequencer.c:1341
2986
+msgid "please fix this using 'git rebase --edit-todo'."
2987
+msgstr "Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."
2988
+
2989
+#: sequencer.c:1343
2990
#, c-format
2991
msgid "unusable instruction sheet: '%s'"
2992
msgstr "Unbenutzbares Instruktionsblatt: '%s'"
2993
2862
-#: sequencer.c:983
2994
+#: sequencer.c:1348
2995
+msgid "no commits parsed."
2996
+msgstr "Keine Commits geparst."
2997
+
2998
+#: sequencer.c:1359
2999
msgid "cannot cherry-pick during a revert."
3000
msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
3001
2866
-#: sequencer.c:985
3002
+#: sequencer.c:1361
3003
msgid "cannot revert during a cherry-pick."
3004
msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
3005
2870
-#: sequencer.c:1028
3006
+#: sequencer.c:1424
3007
#, c-format
3008
msgid "invalid key: %s"
3009
msgstr "Ungültiger Schlüssel: %s"
3010
2875
-#: sequencer.c:1031
3011
+#: sequencer.c:1427
3012
#, c-format
3013
msgid "invalid value for %s: %s"
3014
msgstr "Ungültiger Wert für %s: %s"
3015
2880
-#: sequencer.c:1063
3016
+#: sequencer.c:1484
3017
#, c-format
3018
msgid "malformed options sheet: '%s'"
3019
msgstr "Fehlerhaftes Optionsblatt: '%s'"
3020
2885
-#: sequencer.c:1101
3021
+#: sequencer.c:1522
3022
msgid "a cherry-pick or revert is already in progress"
3023
msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
3024
2889
-#: sequencer.c:1102
3025
+#: sequencer.c:1523
3026
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3027
msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
3028
2893
-#: sequencer.c:1106
3029
+#: sequencer.c:1526
3030
#, c-format
3031
msgid "could not create sequencer directory '%s'"
3032
msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
3033
2898
-#: sequencer.c:1120
3034
+#: sequencer.c:1540
3035
msgid "could not lock HEAD"
3036
msgstr "Konnte HEAD nicht sperren"
3037
2902
-#: sequencer.c:1151 sequencer.c:1289
3038
+#: sequencer.c:1596 sequencer.c:2150
3039
msgid "no cherry-pick or revert in progress"
3040
msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
3041
2906
-#: sequencer.c:1153
3042
+#: sequencer.c:1598
3043
msgid "cannot resolve HEAD"
3044
msgstr "kann HEAD nicht auflösen"
3045
2910
-#: sequencer.c:1155 sequencer.c:1189
3046
+#: sequencer.c:1600 sequencer.c:1634
3047
msgid "cannot abort from a branch yet to be born"
3048
msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"
3049
2914
-#: sequencer.c:1175 builtin/grep.c:578
3050
+#: sequencer.c:1620 builtin/grep.c:904
3051
#, c-format
3052
msgid "cannot open '%s'"
3053
msgstr "kann '%s' nicht öffnen"
3054
2919
-#: sequencer.c:1177
3055
+#: sequencer.c:1622
3056
#, c-format
3057
msgid "cannot read '%s': %s"
3058
msgstr "Kann '%s' nicht lesen: %s"
3059
2924
-#: sequencer.c:1178
3060
+#: sequencer.c:1623
3061
msgid "unexpected end of file"
3062
msgstr "Unerwartetes Dateiende"
3063
2928
-#: sequencer.c:1184
3064
+#: sequencer.c:1629
3065
#, c-format
3066
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3067
msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
3068
2933
-#: sequencer.c:1354
3069
+#: sequencer.c:1640
3070
+msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3071
+msgstr "Sie scheinen HEAD verschoben zu haben. Keine Zurücksetzung, prüfen Sie HEAD."
3072
+
3073
+#: sequencer.c:1777 sequencer.c:2049
3074
+msgid "cannot read HEAD"
3075
+msgstr "Kann HEAD nicht lesen"
3076
+
3077
+#: sequencer.c:1817 builtin/difftool.c:574
3078
+#, c-format
3079
+msgid "could not copy '%s' to '%s'"
3080
+msgstr "Konnte '%s' nicht nach '%s' kopieren."
3081
+
3082
+#: sequencer.c:1833
3083
+msgid "could not read index"
3084
+msgstr "Konnte den Index nicht lesen."
3085
+
3086
+#: sequencer.c:1838
3087
+#, c-format
3088
+msgid ""
3089
+"execution failed: %s\n"
3090
+"%sYou can fix the problem, and then run\n"
3091
+"\n"
3092
+" git rebase --continue\n"
3093
+"\n"
3094
+msgstr ""
3095
+"Ausführung fehlgeschlagen: %s\n"
3096
+"%sSie können das Problem beheben, und dann\n"
3097
+"\n"
3098
+"\tgit rebase --continue\n"
3099
+"\n"
3100
+"ausführen.\n"
3101
+
3102
+#: sequencer.c:1844
3103
+msgid "and made changes to the index and/or the working tree\n"
3104
+msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"
3105
+
3106
+#: sequencer.c:1850
3107
+#, c-format
3108
+msgid ""
3109
+"execution succeeded: %s\n"
3110
+"but left changes to the index and/or the working tree\n"
3111
+"Commit or stash your changes, and then run\n"
3112
+"\n"
3113
+" git rebase --continue\n"
3114
+"\n"
3115
+msgstr ""
3116
+"Ausführung erfolgreich: %s\n"
3117
+"Aber Änderungen in Index oder Arbeitsverzeichnis verblieben.\n"
3118
+"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\".\n"
3119
+"Führen Sie dann aus:\n"
3120
+"\n"
3121
+" git rebase --continue\n"
3122
+"\n"
3123
+
3124
+#: sequencer.c:1905 git-rebase.sh:168
3125
+#, c-format
3126
+msgid "Applied autostash."
3127
+msgstr "Automatischen Stash angewendet."
3128
+
3129
+#: sequencer.c:1917
3130
+#, c-format
3131
+msgid "cannot store %s"
3132
+msgstr "kann %s nicht speichern"
3133
+
3134
+#: sequencer.c:1919 git-rebase.sh:172
3135
+#, c-format
3136
+msgid ""
3137
+"Applying autostash resulted in conflicts.\n"
3138
+"Your changes are safe in the stash.\n"
3139
+"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3140
+msgstr ""
3141
+"Anwendung des automatischen Stash resultierte in Konflikten.\n"
3142
+"Ihre Änderungen sind im Stash sicher.\n"
3143
+"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"
3144
+
3145
+#: sequencer.c:2000
3146
+#, c-format
3147
+msgid "stopped at %s... %.*s"
3148
+msgstr "Angehalten bei %s... %.*s"
3149
+
3150
+#: sequencer.c:2027
3151
+#, c-format
3152
+msgid "unknown command %d"
3153
+msgstr "Unbekannter Befehl %d"
3154
+
3155
+#: sequencer.c:2057
3156
+msgid "could not read orig-head"
3157
+msgstr "Konnte orig-head nicht lesen."
3158
+
3159
+#: sequencer.c:2061
3160
+msgid "could not read 'onto'"
3161
+msgstr "Konnte 'onto' nicht lesen."
3162
+
3163
+#: sequencer.c:2068
3164
+#, c-format
3165
+msgid "could not update %s"
3166
+msgstr "Konnte %s nicht aktualisieren."
3167
+
3168
+#: sequencer.c:2075
3169
+#, c-format
3170
+msgid "could not update HEAD to %s"
3171
+msgstr "Konnte HEAD nicht auf %s aktualisieren."
3172
+
3173
+#: sequencer.c:2159
3174
+msgid "cannot rebase: You have unstaged changes."
3175
+msgstr ""
3176
+"Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit\n"
3177
+"vorgemerkt sind."
3178
+
3179
+#: sequencer.c:2164
3180
+msgid "could not remove CHERRY_PICK_HEAD"
3181
+msgstr "Konnte CHERRY_PICK_HEAD nicht löschen."
3182
+
3183
+#: sequencer.c:2173
3184
+msgid "cannot amend non-existing commit"
3185
+msgstr "Kann nicht existierenden Commit nicht nachbessern."
3186
+
3187
+#: sequencer.c:2175
3188
+#, c-format
3189
+msgid "invalid file: '%s'"
3190
+msgstr "Ungültige Datei: '%s'"
3191
+
3192
+#: sequencer.c:2177
3193
+#, c-format
3194
+msgid "invalid contents: '%s'"
3195
+msgstr "Ungültige Inhalte: '%s'"
3196
+
3197
+#: sequencer.c:2180
3198
+msgid ""
3199
+"\n"
3200
+"You have uncommitted changes in your working tree. Please, commit them\n"
3201
+"first and then run 'git rebase --continue' again."
3202
+msgstr ""
3203
+"\n"
3204
+"Sie haben nicht committete Änderungen in Ihrem Arbeitsverzeichnis. Bitte\n"
3205
+"committen Sie diese zuerst und führen Sie dann 'git rebase --continue'\n"
3206
+"erneut aus."
3207
+
3208
+#: sequencer.c:2190
3209
+msgid "could not commit staged changes."
3210
+msgstr "Konnte Änderungen aus der Staging-Area nicht committen."
3211
+
3212
+#: sequencer.c:2270
3213
#, c-format
3214
msgid "%s: can't cherry-pick a %s"
3215
msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
3216
2938
-#: sequencer.c:1358
3217
+#: sequencer.c:2274
3218
#, c-format
3219
msgid "%s: bad revision"
3220
msgstr "%s: ungültiger Commit"
3221
2943
-#: sequencer.c:1391
3222
+#: sequencer.c:2307
3223
msgid "can't revert as initial commit"
3224
msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
3225
@@ -2977,29 +3256,29 @@ msgstr ""
3256
"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
3257
"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
3258
2980
-#: setup.c:468
3259
+#: setup.c:470
3260
#, c-format
3261
msgid "Expected git repo version <= %d, found %d"
3262
msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"
3263
2985
-#: setup.c:476
3264
+#: setup.c:478
3265
msgid "unknown repository extensions found:"
3266
msgstr "Unbekannte Repository-Erweiterungen gefunden:"
3267
2989
-#: setup.c:762
3268
+#: setup.c:768
3269
#, c-format
3270
msgid "Not a git repository (or any of the parent directories): %s"
3271
msgstr "Kein Git-Repository (oder irgendein Elternverzeichnis): %s"
3272
2994
-#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
3273
+#: setup.c:770 setup.c:922 builtin/index-pack.c:1643
3274
msgid "Cannot come back to cwd"
3275
msgstr "Kann nicht zurück zu Arbeitsverzeichnis wechseln"
3276
2998
-#: setup.c:845
3277
+#: setup.c:852
3278
msgid "Unable to read current working directory"
3279
msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."
3280
3002
-#: setup.c:920
3281
+#: setup.c:927
3282
#, c-format
3283
msgid ""
3284
"Not a git repository (or any parent up to mount point %s)\n"
@@ -3009,12 +3288,12 @@ msgstr ""
3288
"%s)\n"
3289
"Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."
3290
3012
-#: setup.c:927
3291
+#: setup.c:934
3292
#, c-format
3293
msgid "Cannot change to '%s/..'"
3294
msgstr "Kann nicht in Verzeichnis '%s/..' wechseln"
3295
3017
-#: setup.c:989
3296
+#: setup.c:996
3297
#, c-format
3298
msgid ""
3299
"Problem with core.sharedRepository filemode value (0%.3o).\n"
@@ -3023,46 +3302,46 @@ msgstr ""
3302
"Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"
3303
"Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."
3304
3026
-#: sha1_file.c:473
3305
+#: sha1_file.c:490
3306
#, c-format
3307
msgid "path '%s' does not exist"
3308
msgstr "Pfad '%s' existiert nicht"
3309
3031
-#: sha1_file.c:499
3310
+#: sha1_file.c:516
3311
#, c-format
3312
msgid "reference repository '%s' as a linked checkout is not supported yet."
3313
msgstr ""
3314
"Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"
3315
"Arbeitsverzeichnis unterstützt."
3316
3038
-#: sha1_file.c:505
3317
+#: sha1_file.c:522
3318
#, c-format
3319
msgid "reference repository '%s' is not a local repository."
3320
msgstr "Referenziertes Repository '%s' ist kein lokales Repository."
3321
3043
-#: sha1_file.c:511
3322
+#: sha1_file.c:528
3323
#, c-format
3324
msgid "reference repository '%s' is shallow"
3325
msgstr ""
3326
"Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."
3327
3049
-#: sha1_file.c:519
3328
+#: sha1_file.c:536
3329
#, c-format
3330
msgid "reference repository '%s' is grafted"
3331
msgstr ""
3332
"Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "
3333
"eingehängt."
3334
3056
-#: sha1_file.c:1159
3335
+#: sha1_file.c:1176
3336
msgid "offset before end of packfile (broken .idx?)"
3337
msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
3338
3060
-#: sha1_file.c:2592
3339
+#: sha1_file.c:2637
3340
#, c-format
3341
msgid "offset before start of pack index for %s (corrupt index?)"
3342
msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
3343
3065
-#: sha1_file.c:2596
3344
+#: sha1_file.c:2641
3345
#, c-format
3346
msgid "offset beyond end of pack index for %s (truncated index?)"
3347
msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
@@ -3101,90 +3380,135 @@ msgstr ""
3380
"indem Sie \"git config advice.objectNameWarning false\"\n"
3381
"ausführen."
3382
3104
-#: submodule.c:64 submodule.c:98
3383
+#: submodule.c:65 submodule.c:99
3384
msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3385
msgstr ""
3386
"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"
3387
"Sie zuerst die Konflikte auf"
3388
3110
-#: submodule.c:68 submodule.c:102
3389
+#: submodule.c:69 submodule.c:103
3390
#, c-format
3391
msgid "Could not find section in .gitmodules where path=%s"
3392
msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"
3393
3115
-#: submodule.c:76
3394
+#: submodule.c:77
3395
#, c-format
3396
msgid "Could not update .gitmodules entry %s"
3397
msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"
3398
3120
-#: submodule.c:109
3399
+#: submodule.c:110
3400
#, c-format
3401
msgid "Could not remove .gitmodules entry for %s"
3402
msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"
3403
3125
-#: submodule.c:120
3404
+#: submodule.c:121
3405
msgid "staging updated .gitmodules failed"
3406
msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"
3407
3129
-#: submodule.c:158
3408
+#: submodule.c:159
3409
msgid "negative values not allowed for submodule.fetchJobs"
3410
msgstr "Negative Werte für submodule.fetchJobs nicht erlaubt"
3411
3133
-#: submodule-config.c:358
3412
+#: submodule.c:1184
3413
+#, c-format
3414
+msgid "could not start 'git status in submodule '%s'"
3415
+msgstr "Konnte 'git status' in Submodul '%s' nicht starten."
3416
+
3417
+#: submodule.c:1197
3418
+#, c-format
3419
+msgid "could not run 'git status in submodule '%s'"
3420
+msgstr "konnte 'git status' in Submodul '%s' nicht ausführen"
3421
+
3422
+#: submodule.c:1398
3423
+#, c-format
3424
+msgid ""
3425
+"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3426
+msgstr ""
3427
+"relocate_gitdir für Submodul '%s' mit mehr als einem Arbeitsverzeichnis\n"
3428
+"wird nicht unterstützt"
3429
+
3430
+#: submodule.c:1410 submodule.c:1471
3431
+#, c-format
3432
+msgid "could not lookup name for submodule '%s'"
3433
+msgstr "konnte Name für Submodul '%s' nicht nachschlagen"
3434
+
3435
+#: submodule.c:1414 submodule.c:1474 builtin/submodule--helper.c:640
3436
+#: builtin/submodule--helper.c:650
3437
+#, c-format
3438
+msgid "could not create directory '%s'"
3439
+msgstr "Konnte Verzeichnis '%s' nicht erstellen."
3440
+
3441
+#: submodule.c:1420
3442
+#, c-format
3443
+msgid ""
3444
+"Migrating git directory of '%s%s' from\n"
3445
+"'%s' to\n"
3446
+"'%s'\n"
3447
+msgstr ""
3448
+"Migriere Git-Verzeichnis von '%s%s' von\n"
3449
+"'%s' nach\n"
3450
+"'%s'\n"
3451
+
3452
+#: submodule.c:1512
3453
+#, c-format
3454
+msgid "could not recurse into submodule '%s'"
3455
+msgstr "Fehler bei Rekursion in Submodul-Pfad '%s'"
3456
+
3457
+#: submodule-config.c:360
3458
#, c-format
3459
msgid "invalid value for %s"
3460
msgstr "Ungültiger Wert für %s"
3461
3138
-#: trailer.c:238
3462
+#: trailer.c:240
3463
#, c-format
3464
msgid "running trailer command '%s' failed"
3465
msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"
3466
3143
-#: trailer.c:471 trailer.c:475 trailer.c:479 trailer.c:533 trailer.c:537
3144
-#: trailer.c:541
3467
+#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3468
+#: trailer.c:543
3469
#, c-format
3470
msgid "unknown value '%s' for key '%s'"
3471
msgstr "unbekannter Wert '%s' für Schlüssel %s"
3472
3149
-#: trailer.c:523 trailer.c:528 builtin/remote.c:289
3473
+#: trailer.c:525 trailer.c:530 builtin/remote.c:289
3474
#, c-format
3475
msgid "more than one %s"
3476
msgstr "mehr als ein %s"
3477
3154
-#: trailer.c:672
3478
+#: trailer.c:702
3479
#, c-format
3480
msgid "empty trailer token in trailer '%.*s'"
3481
msgstr "leerer Anhang-Token in Anhang '%.*s'"
3482
3159
-#: trailer.c:695
3483
+#: trailer.c:722
3484
#, c-format
3485
msgid "could not read input file '%s'"
3486
msgstr "Konnte Eingabe-Datei '%s' nicht lesen"
3487
3164
-#: trailer.c:698
3488
+#: trailer.c:725
3489
msgid "could not read from stdin"
3490
msgstr "konnte nicht von der Standard-Eingabe lesen"
3491
3168
-#: trailer.c:929 builtin/am.c:44
3492
+#: trailer.c:949 builtin/am.c:44
3493
#, c-format
3494
msgid "could not stat %s"
3495
msgstr "Konnte '%s' nicht lesen"
3496
3173
-#: trailer.c:931
3497
+#: trailer.c:951
3498
#, c-format
3499
msgid "file %s is not a regular file"
3500
msgstr "Datei '%s' ist keine reguläre Datei"
3501
3178
-#: trailer.c:933
3502
+#: trailer.c:953
3503
#, c-format
3504
msgid "file %s is not writable by user"
3505
msgstr "Datei %s ist vom Benutzer nicht beschreibbar."
3506
3183
-#: trailer.c:945
3507
+#: trailer.c:965
3508
msgid "could not open temporary file"
3509
msgstr "konnte temporäre Datei '%s' nicht öffnen"
3510
3187
-#: trailer.c:983
3511
+#: trailer.c:1001
3512
#, c-format
3513
msgid "could not rename temporary file to %s"
3514
msgstr "konnte temporäre Datei nicht zu %s umbenennen"
@@ -3199,7 +3523,7 @@ msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"
3523
msgid "transport: invalid depth option '%s'"
3524
msgstr "transport: ungültige --depth Option '%s'"
3525
3202
-#: transport.c:817
3526
+#: transport.c:885
3527
#, c-format
3528
msgid ""
3529
"The following submodule paths contain changes that can\n"
@@ -3208,7 +3532,7 @@ msgstr ""
3532
"Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"
3533
"Remote-Repository gefunden wurden:\n"
3534
3211
-#: transport.c:821
3535
+#: transport.c:889
3536
#, c-format
3537
msgid ""
3538
"\n"
@@ -3235,11 +3559,11 @@ msgstr ""
3559
"zum Versenden zu einem Remote-Repository.\n"
3560
"\n"
3561
3238
-#: transport.c:829
3562
+#: transport.c:897
3563
msgid "Aborting."
3564
msgstr "Abbruch."
3565
3242
-#: transport-helper.c:1075
3566
+#: transport-helper.c:1082
3567
#, c-format
3568
msgid "Could not read ref %s"
3569
msgstr "Konnte Referenz %s nicht lesen."
@@ -3260,7 +3584,7 @@ msgstr "leerer Dateiname in Tree-Eintrag"
3584
msgid "too-short tree file"
3585
msgstr "zu kurze Tree-Datei"
3586
3263
-#: unpack-trees.c:64
3587
+#: unpack-trees.c:99
3588
#, c-format
3589
msgid ""
3590
"Your local changes to the following files would be overwritten by checkout:\n"
@@ -3271,7 +3595,7 @@ msgstr ""
3595
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\n"
3596
"wechseln."
3597
3274
-#: unpack-trees.c:66
3598
+#: unpack-trees.c:101
3599
#, c-format
3600
msgid ""
3601
"Your local changes to the following files would be overwritten by checkout:\n"
@@ -3281,7 +3605,7 @@ msgstr ""
3605
"überschrieben werden:\n"
3606
"%%s"
3607
3284
-#: unpack-trees.c:69
3608
+#: unpack-trees.c:104
3609
#, c-format
3610
msgid ""
3611
"Your local changes to the following files would be overwritten by merge:\n"
@@ -3291,7 +3615,7 @@ msgstr ""
3615
"überschrieben werden:\n"
3616
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor sie mergen."
3617
3294
-#: unpack-trees.c:71
3618
+#: unpack-trees.c:106
3619
#, c-format
3620
msgid ""
3621
"Your local changes to the following files would be overwritten by merge:\n"
@@ -3301,7 +3625,7 @@ msgstr ""
3625
"überschrieben werden:\n"
3626
"%%s"
3627
3304
-#: unpack-trees.c:74
3628
+#: unpack-trees.c:109
3629
#, c-format
3630
msgid ""
3631
"Your local changes to the following files would be overwritten by %s:\n"
@@ -3311,7 +3635,7 @@ msgstr ""
3635
"überschrieben werden:\n"
3636
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie %s ausführen."
3637
3314
-#: unpack-trees.c:76
3638
+#: unpack-trees.c:111
3639
#, c-format
3640
msgid ""
3641
"Your local changes to the following files would be overwritten by %s:\n"
@@ -3320,17 +3644,17 @@ msgstr ""
3644
"Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"
3645
"%%s"
3646
3323
-#: unpack-trees.c:81
3647
+#: unpack-trees.c:116
3648
#, c-format
3649
msgid ""
3326
-"Updating the following directories would lose untracked files in it:\n"
3650
+"Updating the following directories would lose untracked files in them:\n"
3651
"%s"
3652
msgstr ""
3653
"Durch die Aktualisierung der folgenden Verzeichnisse würden unversionierte\n"
3654
"Dateien in diesen Verzeichnissen verloren gehen:\n"
3655
"%s"
3656
3333
-#: unpack-trees.c:85
3657
+#: unpack-trees.c:120
3658
#, c-format
3659
msgid ""
3660
"The following untracked working tree files would be removed by checkout:\n"
@@ -3340,7 +3664,7 @@ msgstr ""
3664
"den Checkout entfernt werden:\n"
3665
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
3666
3343
-#: unpack-trees.c:87
3667
+#: unpack-trees.c:122
3668
#, c-format
3669
msgid ""
3670
"The following untracked working tree files would be removed by checkout:\n"
@@ -3351,7 +3675,7 @@ msgstr ""
3675
"Checkout entfernt werden:\n"
3676
"%%s"
3677
3354
-#: unpack-trees.c:90
3678
+#: unpack-trees.c:125
3679
#, c-format
3680
msgid ""
3681
"The following untracked working tree files would be removed by merge:\n"
@@ -3361,7 +3685,7 @@ msgstr ""
3685
"den Merge entfernt werden:\n"
3686
"%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."
3687
3364
-#: unpack-trees.c:92
3688
+#: unpack-trees.c:127
3689
#, c-format
3690
msgid ""
3691
"The following untracked working tree files would be removed by merge:\n"
@@ -3372,7 +3696,7 @@ msgstr ""
3696
"Merge entfernt werden:\n"
3697
"%%s"
3698
3375
-#: unpack-trees.c:95
3699
+#: unpack-trees.c:130
3700
#, c-format
3701
msgid ""
3702
"The following untracked working tree files would be removed by %s:\n"
@@ -3382,7 +3706,7 @@ msgstr ""
3706
"den %s entfernt werden:\n"
3707
"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
3708
3385
-#: unpack-trees.c:97
3709
+#: unpack-trees.c:132
3710
#, c-format
3711
msgid ""
3712
"The following untracked working tree files would be removed by %s:\n"
@@ -3392,7 +3716,7 @@ msgstr ""
3716
"den %s entfernt werden:\n"
3717
"%%s"
3718
3395
-#: unpack-trees.c:102
3719
+#: unpack-trees.c:137
3720
#, c-format
3721
msgid ""
3722
"The following untracked working tree files would be overwritten by "
@@ -3403,7 +3727,7 @@ msgstr ""
3727
"den Checkout überschrieben werden:\n"
3728
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
3729
3406
-#: unpack-trees.c:104
3730
+#: unpack-trees.c:139
3731
#, c-format
3732
msgid ""
3733
"The following untracked working tree files would be overwritten by "
@@ -3415,7 +3739,7 @@ msgstr ""
3739
"Checkout überschrieben werden:\n"
3740
"%%s"
3741
3418
-#: unpack-trees.c:107
3742
+#: unpack-trees.c:142
3743
#, c-format
3744
msgid ""
3745
"The following untracked working tree files would be overwritten by merge:\n"
@@ -3425,7 +3749,7 @@ msgstr ""
3749
"den Merge überschrieben werden:\n"
3750
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."
3751
3428
-#: unpack-trees.c:109
3752
+#: unpack-trees.c:144
3753
#, c-format
3754
msgid ""
3755
"The following untracked working tree files would be overwritten by merge:\n"
@@ -3435,7 +3759,7 @@ msgstr ""
3759
"den Merge überschrieben werden:\n"
3760
"%%s"
3761
3438
-#: unpack-trees.c:112
3762
+#: unpack-trees.c:147
3763
#, c-format
3764
msgid ""
3765
"The following untracked working tree files would be overwritten by %s:\n"
@@ -3445,7 +3769,7 @@ msgstr ""
3769
"den %s überschrieben werden:\n"
3770
"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
3771
3448
-#: unpack-trees.c:114
3772
+#: unpack-trees.c:149
3773
#, c-format
3774
msgid ""
3775
"The following untracked working tree files would be overwritten by %s:\n"
@@ -3456,12 +3780,12 @@ msgstr ""
3780
"%s überschrieben werden:\n"
3781
"%%s"
3782
3459
-#: unpack-trees.c:121
3783
+#: unpack-trees.c:156
3784
#, c-format
3785
msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3786
msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."
3787
3464
-#: unpack-trees.c:124
3788
+#: unpack-trees.c:159
3789
#, c-format
3790
msgid ""
3791
"Cannot update sparse checkout: the following entries are not up-to-date:\n"
@@ -3472,7 +3796,7 @@ msgstr ""
3796
"aktuell:\n"
3797
"%s"
3798
3475
-#: unpack-trees.c:126
3799
+#: unpack-trees.c:161
3800
#, c-format
3801
msgid ""
3802
"The following working tree files would be overwritten by sparse checkout "
@@ -3483,7 +3807,7 @@ msgstr ""
3807
"über einen partiellen Checkout überschrieben werden:\n"
3808
"%s"
3809
3486
-#: unpack-trees.c:128
3810
+#: unpack-trees.c:163
3811
#, c-format
3812
msgid ""
3813
"The following working tree files would be removed by sparse checkout "
@@ -3494,12 +3818,12 @@ msgstr ""
3818
"über einen partiellen Checkout entfernt werden:\n"
3819
"%s"
3820
3497
-#: unpack-trees.c:205
3821
+#: unpack-trees.c:240
3822
#, c-format
3823
msgid "Aborting\n"
3824
msgstr "Abbruch\n"
3825
3502
-#: unpack-trees.c:237
3826
+#: unpack-trees.c:270
3827
msgid "Checking out files"
3828
msgstr "Checke Dateien aus"
3829
@@ -3548,7 +3872,7 @@ msgid "could not open '%s' for writing"
3872
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
3873
3874
#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3551
-#: builtin/am.c:847 builtin/commit.c:1705 builtin/merge.c:1029
3875
+#: builtin/am.c:847 builtin/commit.c:1700 builtin/merge.c:1033
3876
#: builtin/pull.c:341
3877
#, c-format
3878
msgid "could not open '%s' for reading"
@@ -3777,67 +4101,71 @@ msgstr ""
4101
" (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "
4102
"wiederherzustellen)"
4103
3780
-#: wt-status.c:1172
4104
+#: wt-status.c:1176
4105
+msgid "git-rebase-todo is missing."
4106
+msgstr "git-rebase-todo fehlt."
4107
+
4108
+#: wt-status.c:1178
4109
msgid "No commands done."
4110
msgstr "Keine Befehle ausgeführt."
4111
3784
-#: wt-status.c:1175
4112
+#: wt-status.c:1181
4113
#, c-format
4114
msgid "Last command done (%d command done):"
4115
msgid_plural "Last commands done (%d commands done):"
4116
msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"
4117
msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"
4118
3791
-#: wt-status.c:1186
4119
+#: wt-status.c:1192
4120
#, c-format
4121
msgid " (see more in file %s)"
4122
msgstr " (mehr Informationen in Datei %s)"
4123
3796
-#: wt-status.c:1191
4124
+#: wt-status.c:1197
4125
msgid "No commands remaining."
4126
msgstr "Keine Befehle verbleibend."
4127
3800
-#: wt-status.c:1194
4128
+#: wt-status.c:1200
4129
#, c-format
4130
msgid "Next command to do (%d remaining command):"
4131
msgid_plural "Next commands to do (%d remaining commands):"
4132
msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"
4133
msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"
4134
3807
-#: wt-status.c:1202
4135
+#: wt-status.c:1208
4136
msgid " (use \"git rebase --edit-todo\" to view and edit)"
4137
msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"
4138
3811
-#: wt-status.c:1215
4139
+#: wt-status.c:1221
4140
#, c-format
4141
msgid "You are currently rebasing branch '%s' on '%s'."
4142
msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."
4143
3816
-#: wt-status.c:1220
4144
+#: wt-status.c:1226
4145
msgid "You are currently rebasing."
4146
msgstr "Sie sind gerade beim Rebase."
4147
3820
-#: wt-status.c:1234
4148
+#: wt-status.c:1240
4149
msgid " (fix conflicts and then run \"git rebase --continue\")"
4150
msgstr ""
4151
" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "
4152
"aus)"
4153
3826
-#: wt-status.c:1236
4154
+#: wt-status.c:1242
4155
msgid " (use \"git rebase --skip\" to skip this patch)"
4156
msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"
4157
3830
-#: wt-status.c:1238
4158
+#: wt-status.c:1244
4159
msgid " (use \"git rebase --abort\" to check out the original branch)"
4160
msgstr ""
4161
" (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "
4162
"auszuchecken)"
4163
3836
-#: wt-status.c:1244
4164
+#: wt-status.c:1250
4165
msgid " (all conflicts fixed: run \"git rebase --continue\")"
4166
msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"
4167
3840
-#: wt-status.c:1248
4168
+#: wt-status.c:1254
4169
#, c-format
4170
msgid ""
4171
"You are currently splitting a commit while rebasing branch '%s' on '%s'."
@@ -3845,134 +4173,134 @@ msgstr ""
4173
"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "
4174
"'%s' im Gange ist."
4175
3848
-#: wt-status.c:1253
4176
+#: wt-status.c:1259
4177
msgid "You are currently splitting a commit during a rebase."
4178
msgstr "Sie teilen gerade einen Commit während eines Rebase auf."
4179
3852
-#: wt-status.c:1256
4180
+#: wt-status.c:1262
4181
msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4182
msgstr ""
4183
" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"
4184
"continue\" aus)"
4185
3858
-#: wt-status.c:1260
4186
+#: wt-status.c:1266
4187
#, c-format
4188
msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4189
msgstr ""
4190
"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "
4191
"'%s'."
4192
3865
-#: wt-status.c:1265
4193
+#: wt-status.c:1271
4194
msgid "You are currently editing a commit during a rebase."
4195
msgstr "Sie editieren gerade einen Commit während eines Rebase."
4196
3869
-#: wt-status.c:1268
4197
+#: wt-status.c:1274
4198
msgid " (use \"git commit --amend\" to amend the current commit)"
4199
msgstr ""
4200
" (benutzen Sie \"git commit --amend\", um den aktuellen Commit "
4201
"nachzubessern)"
4202
3875
-#: wt-status.c:1270
4203
+#: wt-status.c:1276
4204
msgid ""
4205
" (use \"git rebase --continue\" once you are satisfied with your changes)"
4206
msgstr ""
4207
" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "
4208
"abgeschlossen sind)"
4209
3882
-#: wt-status.c:1280
4210
+#: wt-status.c:1286
4211
#, c-format
4212
msgid "You are currently cherry-picking commit %s."
4213
msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."
4214
3887
-#: wt-status.c:1285
4215
+#: wt-status.c:1291
4216
msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4217
msgstr ""
4218
" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"
4219
"\" aus)"
4220
3893
-#: wt-status.c:1288
4221
+#: wt-status.c:1294
4222
msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4223
msgstr ""
4224
" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"
4225
3898
-#: wt-status.c:1290
4226
+#: wt-status.c:1296
4227
msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4228
msgstr ""
4229
" (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "
4230
"abzubrechen)"
4231
3904
-#: wt-status.c:1299
4232
+#: wt-status.c:1305
4233
#, c-format
4234
msgid "You are currently reverting commit %s."
4235
msgstr "Sie sind gerade an einem Revert von Commit '%s'."
4236
3909
-#: wt-status.c:1304
4237
+#: wt-status.c:1310
4238
msgid " (fix conflicts and run \"git revert --continue\")"
4239
msgstr ""
4240
" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "
4241
"aus)"
4242
3915
-#: wt-status.c:1307
4243
+#: wt-status.c:1313
4244
msgid " (all conflicts fixed: run \"git revert --continue\")"
4245
msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"
4246
3919
-#: wt-status.c:1309
4247
+#: wt-status.c:1315
4248
msgid " (use \"git revert --abort\" to cancel the revert operation)"
4249
msgstr ""
4250
" (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"
4251
3924
-#: wt-status.c:1320
4252
+#: wt-status.c:1326
4253
#, c-format
4254
msgid "You are currently bisecting, started from branch '%s'."
4255
msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."
4256
3929
-#: wt-status.c:1324
4257
+#: wt-status.c:1330
4258
msgid "You are currently bisecting."
4259
msgstr "Sie sind gerade bei einer binären Suche."
4260
3933
-#: wt-status.c:1327
4261
+#: wt-status.c:1333
4262
msgid " (use \"git bisect reset\" to get back to the original branch)"
4263
msgstr ""
4264
" (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "
4265
"zurückzukehren)"
4266
3939
-#: wt-status.c:1524
4267
+#: wt-status.c:1530
4268
msgid "On branch "
4269
msgstr "Auf Branch "
4270
3943
-#: wt-status.c:1530
4271
+#: wt-status.c:1536
4272
msgid "interactive rebase in progress; onto "
4273
msgstr "interaktives Rebase im Gange; auf "
4274
3947
-#: wt-status.c:1532
4275
+#: wt-status.c:1538
4276
msgid "rebase in progress; onto "
4277
msgstr "Rebase im Gange; auf "
4278
3951
-#: wt-status.c:1537
4279
+#: wt-status.c:1543
4280
msgid "HEAD detached at "
4281
msgstr "HEAD losgelöst bei "
4282
3955
-#: wt-status.c:1539
4283
+#: wt-status.c:1545
4284
msgid "HEAD detached from "
4285
msgstr "HEAD losgelöst von "
4286
3959
-#: wt-status.c:1542
4287
+#: wt-status.c:1548
4288
msgid "Not currently on any branch."
4289
msgstr "Im Moment auf keinem Branch."
4290
3963
-#: wt-status.c:1560
4291
+#: wt-status.c:1566
4292
msgid "Initial commit"
4293
msgstr "Initialer Commit"
4294
3967
-#: wt-status.c:1574
4295
+#: wt-status.c:1580
4296
msgid "Untracked files"
4297
msgstr "Unversionierte Dateien"
4298
3971
-#: wt-status.c:1576
4299
+#: wt-status.c:1582
4300
msgid "Ignored files"
4301
msgstr "Ignorierte Dateien"
4302
3975
-#: wt-status.c:1580
4303
+#: wt-status.c:1586
4304
#, c-format
4305
msgid ""
4306
"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -3983,103 +4311,103 @@ msgstr ""
4311
"'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"
4312
"neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."
4313
3986
-#: wt-status.c:1586
4314
+#: wt-status.c:1592
4315
#, c-format
4316
msgid "Untracked files not listed%s"
4317
msgstr "Unversionierte Dateien nicht aufgelistet%s"
4318
3991
-#: wt-status.c:1588
4319
+#: wt-status.c:1594
4320
msgid " (use -u option to show untracked files)"
4321
msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"
4322
3995
-#: wt-status.c:1594
4323
+#: wt-status.c:1600
4324
msgid "No changes"
4325
msgstr "Keine Änderungen"
4326
3999
-#: wt-status.c:1599
4327
+#: wt-status.c:1605
4328
#, c-format
4329
msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4330
msgstr ""
4331
"keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "
4332
"\"git commit -a\")\n"
4333
4006
-#: wt-status.c:1602
4334
+#: wt-status.c:1608
4335
#, c-format
4336
msgid "no changes added to commit\n"
4337
msgstr "keine Änderungen zum Commit vorgemerkt\n"
4338
4011
-#: wt-status.c:1605
4339
+#: wt-status.c:1611
4340
#, c-format
4341
msgid ""
4342
"nothing added to commit but untracked files present (use \"git add\" to "
4343
"track)\n"
4344
msgstr ""
4017
-"nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien (benutzen "
4018
-"Sie \"git add\" zum Versionieren)\n"
4345
+"nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"
4346
+"(benutzen Sie \"git add\" zum Versionieren)\n"
4347
4020
-#: wt-status.c:1608
4348
+#: wt-status.c:1614
4349
#, c-format
4350
msgid "nothing added to commit but untracked files present\n"
4351
msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"
4352
4025
-#: wt-status.c:1611
4353
+#: wt-status.c:1617
4354
#, c-format
4355
msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4356
msgstr ""
4029
-"nichts zu committen (Erstellen/Kopieren Sie Dateien und benutzen Sie \"git "
4030
-"add\" zum Versionieren)\n"
4357
+"nichts zu committen (Erstellen/Kopieren Sie Dateien und benutzen\n"
4358
+"Sie \"git add\" zum Versionieren)\n"
4359
4032
-#: wt-status.c:1614 wt-status.c:1619
4360
+#: wt-status.c:1620 wt-status.c:1625
4361
#, c-format
4362
msgid "nothing to commit\n"
4363
msgstr "nichts zu committen\n"
4364
4037
-#: wt-status.c:1617
4365
+#: wt-status.c:1623
4366
#, c-format
4367
msgid "nothing to commit (use -u to show untracked files)\n"
4040
-msgstr ""
4041
-"nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "
4042
-"anzuzeigen)\n"
4368
+msgstr "nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)\n"
4369
4044
-#: wt-status.c:1621
4370
+#: wt-status.c:1627
4371
#, c-format
4372
msgid "nothing to commit, working tree clean\n"
4373
msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"
4374
4049
-#: wt-status.c:1728
4375
+#: wt-status.c:1734
4376
msgid "Initial commit on "
4377
msgstr "Initialer Commit auf "
4378
4053
-#: wt-status.c:1732
4379
+#: wt-status.c:1738
4380
msgid "HEAD (no branch)"
4381
msgstr "HEAD (kein Branch)"
4382
4057
-#: wt-status.c:1761
4383
+#: wt-status.c:1767
4384
msgid "gone"
4385
msgstr "entfernt"
4386
4061
-#: wt-status.c:1763 wt-status.c:1771
4387
+#: wt-status.c:1769 wt-status.c:1777
4388
msgid "behind "
4389
msgstr "hinterher "
4390
4065
-#: wt-status.c:1766 wt-status.c:1769
4391
+#: wt-status.c:1772 wt-status.c:1775
4392
msgid "ahead "
4393
msgstr "voraus "
4394
4395
#. TRANSLATORS: the action is e.g. "pull with rebase"
4070
-#: wt-status.c:2270
4396
+#: wt-status.c:2277
4397
#, c-format
4398
msgid "cannot %s: You have unstaged changes."
4073
-msgstr "%s nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt sind."
4399
+msgstr ""
4400
+"%s nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt sind."
4401
4075
-#: wt-status.c:2276
4402
+#: wt-status.c:2283
4403
msgid "additionally, your index contains uncommitted changes."
4404
msgstr "Zusätzlich enthält die Staging-Area nicht committete Änderungen."
4405
4079
-#: wt-status.c:2278
4406
+#: wt-status.c:2285
4407
#, c-format
4408
msgid "cannot %s: Your index contains uncommitted changes."
4082
-msgstr "%s nicht möglich: Die Staging-Area enthält nicht committete Änderungen."
4409
+msgstr ""
4410
+"%s nicht möglich: Die Staging-Area enthält nicht committete Änderungen."
4411
4412
#: compat/precompose_utf8.c:57 builtin/clone.c:414
4413
#, c-format
@@ -4109,7 +4437,7 @@ msgid "Unstaged changes after refreshing the index:"
4437
msgstr ""
4438
"Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"
4439
4112
-#: builtin/add.c:209 builtin/rev-parse.c:840
4440
+#: builtin/add.c:209 builtin/rev-parse.c:845
4441
msgid "Could not read the index"
4442
msgstr "Konnte den Index nicht lesen"
4443
@@ -4146,9 +4474,9 @@ msgstr ""
4474
"Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "
4475
"ignoriert:\n"
4476
4149
-#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:111
4150
-#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:521
4151
-#: builtin/remote.c:1326 builtin/rm.c:268 builtin/send-pack.c:162
4477
+#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:123
4478
+#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4479
+#: builtin/remote.c:1326 builtin/rm.c:241 builtin/send-pack.c:162
4480
msgid "dry run"
4481
msgstr "Probelauf"
4482
@@ -4156,7 +4484,7 @@ msgstr "Probelauf"
4484
msgid "interactive picking"
4485
msgstr "interaktives Auswählen"
4486
4159
-#: builtin/add.c:270 builtin/checkout.c:1156 builtin/reset.c:286
4487
+#: builtin/add.c:270 builtin/checkout.c:1159 builtin/reset.c:286
4488
msgid "select hunks interactively"
4489
msgstr "Blöcke interaktiv auswählen"
4490
@@ -4242,7 +4570,7 @@ msgstr "Meinten Sie vielleicht 'git add .'?\n"
4570
4571
#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:279
4572
#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:350
4245
-#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
4573
+#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4574
#: builtin/submodule--helper.c:244
4575
msgid "index file corrupt"
4576
msgstr "Index-Datei beschädigt"
@@ -4370,7 +4698,7 @@ msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."
4698
msgid "Failed to merge in the changes."
4699
msgstr "Merge der Änderungen fehlgeschlagen."
4700
4373
-#: builtin/am.c:1686 builtin/merge.c:628
4701
+#: builtin/am.c:1686 builtin/merge.c:632
4702
msgid "git write-tree failed to write a tree"
4703
msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
4704
@@ -4378,8 +4706,8 @@ msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
4706
msgid "applying to an empty history"
4707
msgstr "auf leere Historie anwenden"
4708
4381
-#: builtin/am.c:1706 builtin/commit.c:1769 builtin/merge.c:798
4382
-#: builtin/merge.c:823
4709
+#: builtin/am.c:1706 builtin/commit.c:1764 builtin/merge.c:802
4710
+#: builtin/merge.c:827
4711
msgid "failed to write commit object"
4712
msgstr "Fehler beim Schreiben des Commit-Objektes."
4713
@@ -4493,7 +4821,7 @@ msgid "allow fall back on 3way merging if needed"
4821
msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"
4822
4823
#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4496
-#: builtin/repack.c:172
4824
+#: builtin/repack.c:178
4825
msgid "be quiet"
4826
msgstr "weniger Ausgaben"
4827
@@ -4536,15 +4864,15 @@ msgid "pass it through git-apply"
4864
msgstr "an git-apply übergeben"
4865
4866
#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4539
-#: builtin/grep.c:707 builtin/merge.c:200 builtin/pull.c:135 builtin/pull.c:194
4540
-#: builtin/repack.c:181 builtin/repack.c:185 builtin/show-branch.c:644
4541
-#: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:132
4542
-#: parse-options.h:134 parse-options.h:245
4867
+#: builtin/grep.c:1038 builtin/merge.c:202 builtin/pull.c:135
4868
+#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
4869
+#: builtin/show-branch.c:644 builtin/show-ref.c:169 builtin/tag.c:355
4870
+#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4871
msgid "n"
4872
msgstr "Anzahl"
4873
4874
#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:438
4547
-#: builtin/tag.c:372
4875
+#: builtin/tag.c:387 builtin/verify-tag.c:38
4876
msgid "format"
4877
msgstr "Format"
4878
@@ -4581,8 +4909,8 @@ msgstr "Autor-Datum als Commit-Datum verwenden"
4909
msgid "use current timestamp for author date"
4910
msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"
4911
4584
-#: builtin/am.c:2315 builtin/commit.c:1605 builtin/merge.c:229
4585
-#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:355
4912
+#: builtin/am.c:2315 builtin/commit.c:1600 builtin/merge.c:233
4913
+#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:370
4914
msgid "key-id"
4915
msgstr "GPG-Schlüsselkennung"
4916
@@ -4683,122 +5011,116 @@ msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>"
5011
msgid "<rev-opts> are documented in git-rev-list(1)"
5012
msgstr "<rev-opts> sind dokumentiert in git-rev-list(1)"
5013
4686
-#: builtin/blame.c:1781
5014
+#: builtin/blame.c:1786
5015
msgid "Blaming lines"
5016
msgstr "Verarbeite Zeilen"
5017
4690
-#: builtin/blame.c:2577
5018
+#: builtin/blame.c:2582
5019
msgid "Show blame entries as we find them, incrementally"
5020
msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie generieren"
5021
4694
-#: builtin/blame.c:2578
5022
+#: builtin/blame.c:2583
5023
msgid "Show blank SHA-1 for boundary commits (Default: off)"
5024
msgstr "leere SHA-1 für Grenz-Commits anzeigen (Standard: aus)"
5025
4698
-#: builtin/blame.c:2579
5026
+#: builtin/blame.c:2584
5027
msgid "Do not treat root commits as boundaries (Default: off)"
5028
msgstr "Ursprungs-Commit nicht als Grenzen behandeln (Standard: aus)"
5029
4702
-#: builtin/blame.c:2580
5030
+#: builtin/blame.c:2585
5031
msgid "Show work cost statistics"
5032
msgstr "Statistiken zum Arbeitsaufwand anzeigen"
5033
4706
-#: builtin/blame.c:2581
5034
+#: builtin/blame.c:2586
5035
msgid "Force progress reporting"
5036
msgstr "Fortschrittsanzeige erzwingen"
5037
4710
-#: builtin/blame.c:2582
5038
+#: builtin/blame.c:2587
5039
msgid "Show output score for blame entries"
5040
msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen"
5041
4714
-#: builtin/blame.c:2583
5042
+#: builtin/blame.c:2588
5043
msgid "Show original filename (Default: auto)"
5044
msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)"
5045
4718
-#: builtin/blame.c:2584
5046
+#: builtin/blame.c:2589
5047
msgid "Show original linenumber (Default: off)"
5048
msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)"
5049
4722
-#: builtin/blame.c:2585
5050
+#: builtin/blame.c:2590
5051
msgid "Show in a format designed for machine consumption"
5052
msgstr "Anzeige in einem Format für maschinelle Auswertung"
5053
4726
-#: builtin/blame.c:2586
5054
+#: builtin/blame.c:2591
5055
msgid "Show porcelain format with per-line commit information"
5056
msgstr ""
5057
"Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"
5058
4731
-#: builtin/blame.c:2587
5059
+#: builtin/blame.c:2592
5060
msgid "Use the same output mode as git-annotate (Default: off)"
5061
msgstr ""
5062
"Den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)"
5063
4736
-#: builtin/blame.c:2588
5064
+#: builtin/blame.c:2593
5065
msgid "Show raw timestamp (Default: off)"
5066
msgstr "Unbearbeiteten Zeitstempel anzeigen (Standard: aus)"
5067
4740
-#: builtin/blame.c:2589
5068
+#: builtin/blame.c:2594
5069
msgid "Show long commit SHA1 (Default: off)"
5070
msgstr "Langen Commit-SHA1 anzeigen (Standard: aus)"
5071
4744
-#: builtin/blame.c:2590
5072
+#: builtin/blame.c:2595
5073
msgid "Suppress author name and timestamp (Default: off)"
5074
msgstr "Den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)"
5075
4748
-#: builtin/blame.c:2591
5076
+#: builtin/blame.c:2596
5077
msgid "Show author email instead of name (Default: off)"
5078
msgstr ""
5079
"Anstatt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)"
5080
4753
-#: builtin/blame.c:2592
5081
+#: builtin/blame.c:2597
5082
msgid "Ignore whitespace differences"
5083
msgstr "Unterschiede im Whitespace ignorieren"
5084
4757
-#: builtin/blame.c:2599
4758
-msgid "Use an experimental indent-based heuristic to improve diffs"
4759
-msgstr ""
4760
-"eine experimentelle, auf Einrückungen basierende Heuristik zur Verbesserung\n"
4761
-"der Darstellung von Unterschieden verwenden"
4762
-
4763
-#: builtin/blame.c:2600
4764
-msgid "Use an experimental blank-line-based heuristic to improve diffs"
5085
+#: builtin/blame.c:2604
5086
+msgid "Use an experimental heuristic to improve diffs"
5087
msgstr ""
4766
-"eine experimentelle, auf Leerzeilen basierende Heuristik zur Verbesserung\n"
4767
-"der Darstellung von Unterschieden verwenden"
5088
+"eine experimentelle Heuristik zur Verbesserung der Darstellung\n"
5089
+"von Unterschieden verwenden"
5090
4769
-#: builtin/blame.c:2602
5091
+#: builtin/blame.c:2606
5092
msgid "Spend extra cycles to find better match"
5093
msgstr "Länger arbeiten, um bessere Übereinstimmungen zu finden"
5094
4773
-#: builtin/blame.c:2603
5095
+#: builtin/blame.c:2607
5096
msgid "Use revisions from <file> instead of calling git-rev-list"
5097
msgstr "Commits von <Datei> benutzen, anstatt \"git-rev-list\" aufzurufen"
5098
4777
-#: builtin/blame.c:2604
5099
+#: builtin/blame.c:2608
5100
msgid "Use <file>'s contents as the final image"
5101
msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen"
5102
4781
-#: builtin/blame.c:2605 builtin/blame.c:2606
5103
+#: builtin/blame.c:2609 builtin/blame.c:2610
5104
msgid "score"
5105
msgstr "Bewertung"
5106
4785
-#: builtin/blame.c:2605
5107
+#: builtin/blame.c:2609
5108
msgid "Find line copies within and across files"
5109
msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden"
5110
4789
-#: builtin/blame.c:2606
5111
+#: builtin/blame.c:2610
5112
msgid "Find line movements within and across files"
5113
msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden"
5114
4793
-#: builtin/blame.c:2607
5115
+#: builtin/blame.c:2611
5116
msgid "n,m"
5117
msgstr "n,m"
5118
4797
-#: builtin/blame.c:2607
5119
+#: builtin/blame.c:2611
5120
msgid "Process only line range n,m, counting from 1"
5121
msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"
5122
4801
-#: builtin/blame.c:2654
5123
+#: builtin/blame.c:2658
5124
msgid "--progress can't be used with --incremental or porcelain formats"
5125
msgstr ""
5126
"--progress kann nicht mit --incremental oder Formaten für Fremdprogramme\n"
@@ -4810,42 +5132,44 @@ msgstr ""
5132
#. takes 22 places, is the longest among various forms of
5133
#. relative timestamps, but your language may need more or
5134
#. fewer display columns.
4813
-#: builtin/blame.c:2700
5135
+#: builtin/blame.c:2706
5136
msgid "4 years, 11 months ago"
5137
msgstr "vor 4 Jahren, und 11 Monaten"
5138
4817
-#: builtin/blame.c:2780
5139
+#: builtin/blame.c:2786
5140
msgid "--contents and --reverse do not blend well."
5141
msgstr "--contents und --reverse funktionieren gemeinsam nicht."
5142
4821
-#: builtin/blame.c:2800
5143
+#: builtin/blame.c:2806
5144
msgid "cannot use --contents with final commit object name"
4823
-msgstr "kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"
5145
+msgstr ""
5146
+"kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"
5147
4825
-#: builtin/blame.c:2805
5148
+#: builtin/blame.c:2811
5149
msgid "--reverse and --first-parent together require specified latest commit"
5150
msgstr ""
4828
-"--reverse und --first-parent zusammen erfordern die Angabe eines endgültigen\n"
5151
+"--reverse und --first-parent zusammen erfordern die Angabe eines "
5152
+"endgültigen\n"
5153
"Commits"
5154
4831
-#: builtin/blame.c:2832
5155
+#: builtin/blame.c:2838
5156
msgid ""
5157
"--reverse --first-parent together require range along first-parent chain"
5158
msgstr ""
5159
"--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n"
5160
"\"first-parent\"-Kette"
5161
4838
-#: builtin/blame.c:2843
5162
+#: builtin/blame.c:2849
5163
#, c-format
5164
msgid "no such path %s in %s"
5165
msgstr "Pfad %s nicht in %s"
5166
4843
-#: builtin/blame.c:2854
5167
+#: builtin/blame.c:2860
5168
#, c-format
5169
msgid "cannot read blob %s for path %s"
5170
msgstr "kann Blob %s für Pfad '%s' nicht lesen"
5171
4848
-#: builtin/blame.c:2873
5172
+#: builtin/blame.c:2879
5173
#, c-format
5174
msgid "file %s has only %lu line"
5175
msgid_plural "file %s has only %lu lines"
@@ -5024,47 +5348,47 @@ msgstr "(HEAD losgelöst von %s)"
5348
msgid "(no branch)"
5349
msgstr "(kein Branch)"
5350
5027
-#: builtin/branch.c:544
5351
+#: builtin/branch.c:535
5352
#, c-format
5353
msgid "Branch %s is being rebased at %s"
5354
msgstr "Branch %s wird auf %s umgesetzt"
5355
5032
-#: builtin/branch.c:548
5356
+#: builtin/branch.c:539
5357
#, c-format
5358
msgid "Branch %s is being bisected at %s"
5359
msgstr "Binäre Suche von Branch %s zu %s im Gange"
5360
5037
-#: builtin/branch.c:563
5361
+#: builtin/branch.c:554
5362
msgid "cannot rename the current branch while not on any."
5363
msgstr ""
5364
"Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."
5365
5042
-#: builtin/branch.c:573
5366
+#: builtin/branch.c:564
5367
#, c-format
5368
msgid "Invalid branch name: '%s'"
5369
msgstr "Ungültiger Branchname: '%s'"
5370
5047
-#: builtin/branch.c:590
5371
+#: builtin/branch.c:581
5372
msgid "Branch rename failed"
5373
msgstr "Umbenennung des Branches fehlgeschlagen"
5374
5051
-#: builtin/branch.c:594
5375
+#: builtin/branch.c:585
5376
#, c-format
5377
msgid "Renamed a misnamed branch '%s' away"
5378
msgstr "falsch benannten Branch '%s' umbenannt"
5379
5056
-#: builtin/branch.c:597
5380
+#: builtin/branch.c:588
5381
#, c-format
5382
msgid "Branch renamed to %s, but HEAD is not updated!"
5383
msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"
5384
5061
-#: builtin/branch.c:604
5385
+#: builtin/branch.c:595
5386
msgid "Branch is renamed, but update of config-file failed"
5387
msgstr ""
5388
"Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "
5389
"fehlgeschlagen."
5390
5067
-#: builtin/branch.c:620
5391
+#: builtin/branch.c:611
5392
#, c-format
5393
msgid ""
5394
"Please edit the description for the branch\n"
@@ -5075,164 +5399,168 @@ msgstr ""
5399
" %s\n"
5400
"Zeilen, die mit '%c' beginnen, werden entfernt.\n"
5401
5078
-#: builtin/branch.c:651
5402
+#: builtin/branch.c:643
5403
msgid "Generic options"
5404
msgstr "Allgemeine Optionen"
5405
5082
-#: builtin/branch.c:653
5406
+#: builtin/branch.c:645
5407
msgid "show hash and subject, give twice for upstream branch"
5408
msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch"
5409
5086
-#: builtin/branch.c:654
5410
+#: builtin/branch.c:646
5411
msgid "suppress informational messages"
5412
msgstr "Informationsmeldungen unterdrücken"
5413
5090
-#: builtin/branch.c:655
5414
+#: builtin/branch.c:647
5415
msgid "set up tracking mode (see git-pull(1))"
5416
msgstr "den Übernahmemodus einstellen (siehe git-pull(1))"
5417
5094
-#: builtin/branch.c:657
5418
+#: builtin/branch.c:649
5419
msgid "change upstream info"
5420
msgstr "Informationen zum Upstream-Branch ändern"
5421
5098
-#: builtin/branch.c:659
5422
+#: builtin/branch.c:651
5423
msgid "upstream"
5424
msgstr "Upstream"
5425
5102
-#: builtin/branch.c:659
5426
+#: builtin/branch.c:651
5427
msgid "change the upstream info"
5428
msgstr "Informationen zum Upstream-Branch ändern"
5429
5106
-#: builtin/branch.c:660
5430
+#: builtin/branch.c:652
5431
msgid "Unset the upstream info"
5432
msgstr "Informationen zum Upstream-Branch entfernen"
5433
5110
-#: builtin/branch.c:661
5434
+#: builtin/branch.c:653
5435
msgid "use colored output"
5436
msgstr "farbige Ausgaben verwenden"
5437
5114
-#: builtin/branch.c:662
5438
+#: builtin/branch.c:654
5439
msgid "act on remote-tracking branches"
5440
msgstr "auf Remote-Tracking-Branches wirken"
5441
5118
-#: builtin/branch.c:664 builtin/branch.c:665
5442
+#: builtin/branch.c:656 builtin/branch.c:657
5443
msgid "print only branches that contain the commit"
5444
msgstr "nur Branches ausgeben, welche diesen Commit beinhalten"
5445
5122
-#: builtin/branch.c:668
5446
+#: builtin/branch.c:660
5447
msgid "Specific git-branch actions:"
5448
msgstr "spezifische Aktionen für \"git-branch\":"
5449
5126
-#: builtin/branch.c:669
5450
+#: builtin/branch.c:661
5451
msgid "list both remote-tracking and local branches"
5452
msgstr "Remote-Tracking und lokale Branches auflisten"
5453
5130
-#: builtin/branch.c:671
5454
+#: builtin/branch.c:663
5455
msgid "delete fully merged branch"
5456
msgstr "vollständig zusammengeführten Branch entfernen"
5457
5134
-#: builtin/branch.c:672
5458
+#: builtin/branch.c:664
5459
msgid "delete branch (even if not merged)"
5460
msgstr "Branch löschen (auch wenn nicht zusammengeführt)"
5461
5138
-#: builtin/branch.c:673
5462
+#: builtin/branch.c:665
5463
msgid "move/rename a branch and its reflog"
5464
msgstr "einen Branch und dessen Reflog verschieben/umbenennen"
5465
5142
-#: builtin/branch.c:674
5466
+#: builtin/branch.c:666
5467
msgid "move/rename a branch, even if target exists"
5468
msgstr ""
5469
"einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert"
5470
5147
-#: builtin/branch.c:675
5471
+#: builtin/branch.c:667
5472
msgid "list branch names"
5473
msgstr "Branchnamen auflisten"
5474
5151
-#: builtin/branch.c:676
5475
+#: builtin/branch.c:668
5476
msgid "create the branch's reflog"
5477
msgstr "das Reflog des Branches erzeugen"
5478
5155
-#: builtin/branch.c:678
5479
+#: builtin/branch.c:670
5480
msgid "edit the description for the branch"
5481
msgstr "die Beschreibung für den Branch bearbeiten"
5482
5159
-#: builtin/branch.c:679
5483
+#: builtin/branch.c:671
5484
msgid "force creation, move/rename, deletion"
5485
msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen"
5486
5163
-#: builtin/branch.c:680
5487
+#: builtin/branch.c:672
5488
msgid "print only branches that are merged"
5489
msgstr "nur zusammengeführte Branches ausgeben"
5490
5167
-#: builtin/branch.c:681
5491
+#: builtin/branch.c:673
5492
msgid "print only branches that are not merged"
5493
msgstr "nur nicht zusammengeführte Branches ausgeben"
5494
5171
-#: builtin/branch.c:682
5495
+#: builtin/branch.c:674
5496
msgid "list branches in columns"
5497
msgstr "Branches in Spalten auflisten"
5498
5175
-#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:366
5499
+#: builtin/branch.c:675 builtin/for-each-ref.c:38 builtin/tag.c:381
5500
msgid "key"
5501
msgstr "Schüssel"
5502
5179
-#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:367
5503
+#: builtin/branch.c:676 builtin/for-each-ref.c:39 builtin/tag.c:382
5504
msgid "field name to sort on"
5505
msgstr "sortiere nach diesem Feld"
5506
5183
-#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:404
5507
+#: builtin/branch.c:678 builtin/for-each-ref.c:41 builtin/notes.c:404
5508
#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
5185
-#: builtin/tag.c:369
5509
+#: builtin/tag.c:384
5510
msgid "object"
5511
msgstr "Objekt"
5512
5189
-#: builtin/branch.c:687
5513
+#: builtin/branch.c:679
5514
msgid "print only branches of the object"
5515
msgstr "nur Branches von diesem Objekt ausgeben"
5516
5193
-#: builtin/branch.c:705
5517
+#: builtin/branch.c:681 builtin/for-each-ref.c:46 builtin/tag.c:388
5518
+msgid "sorting and filtering are case insensitive"
5519
+msgstr "Sortierung und Filterung sind unabhängig von Groß- und Kleinschreibung"
5520
+
5521
+#: builtin/branch.c:698
5522
msgid "Failed to resolve HEAD as a valid ref."
5523
msgstr "Konnte HEAD nicht als gültige Referenz auflösen."
5524
5197
-#: builtin/branch.c:709 builtin/clone.c:706
5525
+#: builtin/branch.c:702 builtin/clone.c:706
5526
msgid "HEAD not found below refs/heads!"
5527
msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"
5528
5201
-#: builtin/branch.c:729
5529
+#: builtin/branch.c:724
5530
msgid "--column and --verbose are incompatible"
5531
msgstr "Die Optionen --column und --verbose sind inkompatibel."
5532
5205
-#: builtin/branch.c:740 builtin/branch.c:782
5533
+#: builtin/branch.c:735 builtin/branch.c:787
5534
msgid "branch name required"
5535
msgstr "Branchname erforderlich"
5536
5209
-#: builtin/branch.c:758
5537
+#: builtin/branch.c:763
5538
msgid "Cannot give description to detached HEAD"
5539
msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"
5540
5213
-#: builtin/branch.c:763
5541
+#: builtin/branch.c:768
5542
msgid "cannot edit description of more than one branch"
5543
msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"
5544
5217
-#: builtin/branch.c:770
5545
+#: builtin/branch.c:775
5546
#, c-format
5547
msgid "No commit on branch '%s' yet."
5548
msgstr "Noch kein Commit in Branch '%s'."
5549
5222
-#: builtin/branch.c:773
5550
+#: builtin/branch.c:778
5551
#, c-format
5552
msgid "No branch named '%s'."
5553
msgstr "Branch '%s' nicht vorhanden."
5554
5227
-#: builtin/branch.c:788
5555
+#: builtin/branch.c:793
5556
msgid "too many branches for a rename operation"
5557
msgstr "zu viele Branches für eine Umbenennen-Operation angegeben"
5558
5231
-#: builtin/branch.c:793
5559
+#: builtin/branch.c:798
5560
msgid "too many branches to set new upstream"
5561
msgstr "zu viele Branches angegeben, um Upstream-Branch zu setzen"
5562
5235
-#: builtin/branch.c:797
5563
+#: builtin/branch.c:802
5564
#, c-format
5565
msgid ""
5566
"could not set upstream of HEAD to %s when it does not point to any branch."
@@ -5240,43 +5568,43 @@ msgstr ""
5568
"Konnte keinen neuen Upstream-Branch von HEAD zu %s setzen, da dieser auf\n"
5569
"keinen Branch zeigt."
5570
5243
-#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:843
5571
+#: builtin/branch.c:805 builtin/branch.c:827 builtin/branch.c:848
5572
#, c-format
5573
msgid "no such branch '%s'"
5574
msgstr "Kein solcher Branch '%s'"
5575
5248
-#: builtin/branch.c:804
5576
+#: builtin/branch.c:809
5577
#, c-format
5578
msgid "branch '%s' does not exist"
5579
msgstr "Branch '%s' existiert nicht"
5580
5253
-#: builtin/branch.c:816
5581
+#: builtin/branch.c:821
5582
msgid "too many branches to unset upstream"
5583
msgstr ""
5584
"zu viele Branches angegeben, um Konfiguration zu Upstream-Branch zu entfernen"
5585
5258
-#: builtin/branch.c:820
5586
+#: builtin/branch.c:825
5587
msgid "could not unset upstream of HEAD when it does not point to any branch."
5588
msgstr ""
5589
"Konnte Konfiguration zu Upstream-Branch von HEAD nicht entfernen, da dieser\n"
5590
"auf keinen Branch zeigt."
5591
5264
-#: builtin/branch.c:826
5592
+#: builtin/branch.c:831
5593
#, c-format
5594
msgid "Branch '%s' has no upstream information"
5595
msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
5596
5269
-#: builtin/branch.c:840
5597
+#: builtin/branch.c:845
5598
msgid "it does not make sense to create 'HEAD' manually"
5599
msgstr "'HEAD' darf nicht manuell erstellt werden"
5600
5273
-#: builtin/branch.c:846
5601
+#: builtin/branch.c:851
5602
msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5603
msgstr ""
5604
"Die Optionen -a und -r bei 'git branch' können nicht gemeimsam mit einem "
5605
"Branchnamen verwendet werden."
5606
5279
-#: builtin/branch.c:849
5607
+#: builtin/branch.c:854
5608
#, c-format
5609
msgid ""
5610
"The --set-upstream flag is deprecated and will be removed. Consider using --"
@@ -5285,7 +5613,7 @@ msgstr ""
5613
"Die --set-upstream Option ist veraltet und wird entfernt. Benutzen Sie --"
5614
"track oder --set-upstream-to\n"
5615
5288
-#: builtin/branch.c:866
5616
+#: builtin/branch.c:871
5617
#, c-format
5618
msgid ""
5619
"\n"
@@ -5313,13 +5641,17 @@ msgstr "Zum Entpacken wird ein Repository benötigt."
5641
msgid ""
5642
"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5643
"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5316
-msgstr "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -p | <Art> | --textconv | --filters) [--path=<Pfad>] <Objekt>"
5644
+msgstr ""
5645
+"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5646
+"p | <Art> | --textconv | --filters) [--path=<Pfad>] <Objekt>"
5647
5648
#: builtin/cat-file.c:514
5649
msgid ""
5650
"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5651
"filters]"
5322
-msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --filters]"
5652
+msgstr ""
5653
+"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5654
+"filters]"
5655
5656
#: builtin/cat-file.c:551
5657
msgid "<type> can be one of: blob, tree, commit, tag"
@@ -5349,7 +5681,7 @@ msgstr "eine Textkonvertierung auf den Inhalt von Blob-Objekten ausführen"
5681
msgid "for blob objects, run filters on object's content"
5682
msgstr "für Blob-Objekte, Filter auf Objekt-Inhalte ausführen"
5683
5352
-#: builtin/cat-file.c:561 git-submodule.sh:923
5684
+#: builtin/cat-file.c:561 git-submodule.sh:929
5685
msgid "blob"
5686
msgstr "Blob"
5687
@@ -5410,7 +5742,7 @@ msgstr "Dateinamen von der Standard-Eingabe lesen"
5742
msgid "terminate input and output records by a NUL character"
5743
msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen"
5744
5413
-#: builtin/check-ignore.c:18 builtin/checkout.c:1137 builtin/gc.c:325
5745
+#: builtin/check-ignore.c:18 builtin/checkout.c:1140 builtin/gc.c:332
5746
msgid "suppress progress reporting"
5747
msgstr "Fortschrittsanzeige unterdrücken"
5748
@@ -5503,9 +5835,9 @@ msgid "write the content to temporary files"
5835
msgstr "den Inhalt in temporäre Dateien schreiben"
5836
5837
#: builtin/checkout-index.c:174 builtin/column.c:30
5506
-#: builtin/submodule--helper.c:595 builtin/submodule--helper.c:598
5507
-#: builtin/submodule--helper.c:604 builtin/submodule--helper.c:951
5508
-#: builtin/worktree.c:469
5838
+#: builtin/submodule--helper.c:597 builtin/submodule--helper.c:600
5839
+#: builtin/submodule--helper.c:606 builtin/submodule--helper.c:967
5840
+#: builtin/worktree.c:471
5841
msgid "string"
5842
msgstr "Zeichenkette"
5843
@@ -5582,50 +5914,50 @@ msgstr "Pfad '%s' ist nicht zusammengeführt."
5914
msgid "you need to resolve your current index first"
5915
msgstr "Sie müssen zuerst die Konflikte in Ihrem aktuellen Index auflösen."
5916
5585
-#: builtin/checkout.c:624
5917
+#: builtin/checkout.c:625
5918
#, c-format
5919
msgid "Can not do reflog for '%s': %s\n"
5920
msgstr "Kann \"reflog\" für '%s' nicht durchführen: %s\n"
5921
5590
-#: builtin/checkout.c:663
5922
+#: builtin/checkout.c:666
5923
msgid "HEAD is now at"
5924
msgstr "HEAD ist jetzt bei"
5925
5594
-#: builtin/checkout.c:667 builtin/clone.c:660
5926
+#: builtin/checkout.c:670 builtin/clone.c:660
5927
msgid "unable to update HEAD"
5928
msgstr "Konnte HEAD nicht aktualisieren."
5929
5598
-#: builtin/checkout.c:671
5930
+#: builtin/checkout.c:674
5931
#, c-format
5932
msgid "Reset branch '%s'\n"
5933
msgstr "Setze Branch '%s' neu\n"
5934
5603
-#: builtin/checkout.c:674
5935
+#: builtin/checkout.c:677
5936
#, c-format
5937
msgid "Already on '%s'\n"
5938
msgstr "Bereits auf '%s'\n"
5939
5608
-#: builtin/checkout.c:678
5940
+#: builtin/checkout.c:681
5941
#, c-format
5942
msgid "Switched to and reset branch '%s'\n"
5943
msgstr "Zu umgesetztem Branch '%s' gewechselt\n"
5944
5613
-#: builtin/checkout.c:680 builtin/checkout.c:1069
5945
+#: builtin/checkout.c:683 builtin/checkout.c:1072
5946
#, c-format
5947
msgid "Switched to a new branch '%s'\n"
5948
msgstr "Zu neuem Branch '%s' gewechselt\n"
5949
5618
-#: builtin/checkout.c:682
5950
+#: builtin/checkout.c:685
5951
#, c-format
5952
msgid "Switched to branch '%s'\n"
5953
msgstr "Zu Branch '%s' gewechselt\n"
5954
5623
-#: builtin/checkout.c:733
5955
+#: builtin/checkout.c:736
5956
#, c-format
5957
msgid " ... and %d more.\n"
5958
msgstr " ... und %d weitere.\n"
5959
5628
-#: builtin/checkout.c:739
5960
+#: builtin/checkout.c:742
5961
#, c-format
5962
msgid ""
5963
"Warning: you are leaving %d commit behind, not connected to\n"
@@ -5648,7 +5980,7 @@ msgstr[1] ""
5980
"\n"
5981
"%s\n"
5982
5651
-#: builtin/checkout.c:758
5983
+#: builtin/checkout.c:761
5984
#, c-format
5985
msgid ""
5986
"If you want to keep it by creating a new branch, this may be a good time\n"
@@ -5675,152 +6007,152 @@ msgstr[1] ""
6007
" git branch <neuer-Branchname> %s\n"
6008
"\n"
6009
5678
-#: builtin/checkout.c:794
6010
+#: builtin/checkout.c:797
6011
msgid "internal error in revision walk"
6012
msgstr "interner Fehler im Revisionsgang"
6013
5682
-#: builtin/checkout.c:798
6014
+#: builtin/checkout.c:801
6015
msgid "Previous HEAD position was"
6016
msgstr "Vorherige Position von HEAD war"
6017
5686
-#: builtin/checkout.c:825 builtin/checkout.c:1064
6018
+#: builtin/checkout.c:828 builtin/checkout.c:1067
6019
msgid "You are on a branch yet to be born"
6020
msgstr "Sie sind auf einem Branch, der noch geboren wird"
6021
5690
-#: builtin/checkout.c:970
6022
+#: builtin/checkout.c:973
6023
#, c-format
6024
msgid "only one reference expected, %d given."
6025
msgstr "nur eine Referenz erwartet, %d gegeben."
6026
5695
-#: builtin/checkout.c:1010 builtin/worktree.c:214
6027
+#: builtin/checkout.c:1013 builtin/worktree.c:214
6028
#, c-format
6029
msgid "invalid reference: %s"
6030
msgstr "Ungültige Referenz: %s"
6031
5700
-#: builtin/checkout.c:1039
6032
+#: builtin/checkout.c:1042
6033
#, c-format
6034
msgid "reference is not a tree: %s"
6035
msgstr "Referenz ist kein \"Tree\"-Objekt: %s"
6036
5705
-#: builtin/checkout.c:1078
6037
+#: builtin/checkout.c:1081
6038
msgid "paths cannot be used with switching branches"
6039
msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"
6040
5709
-#: builtin/checkout.c:1081 builtin/checkout.c:1085
6041
+#: builtin/checkout.c:1084 builtin/checkout.c:1088
6042
#, c-format
6043
msgid "'%s' cannot be used with switching branches"
6044
msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"
6045
5714
-#: builtin/checkout.c:1089 builtin/checkout.c:1092 builtin/checkout.c:1097
5715
-#: builtin/checkout.c:1100
6046
+#: builtin/checkout.c:1092 builtin/checkout.c:1095 builtin/checkout.c:1100
6047
+#: builtin/checkout.c:1103
6048
#, c-format
6049
msgid "'%s' cannot be used with '%s'"
6050
msgstr "'%s' kann nicht mit '%s' verwendet werden"
6051
5720
-#: builtin/checkout.c:1105
6052
+#: builtin/checkout.c:1108
6053
#, c-format
6054
msgid "Cannot switch branch to a non-commit '%s'"
6055
msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"
6056
5725
-#: builtin/checkout.c:1138 builtin/checkout.c:1140 builtin/clone.c:93
6057
+#: builtin/checkout.c:1141 builtin/checkout.c:1143 builtin/clone.c:93
6058
#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
6059
#: builtin/worktree.c:326
6060
msgid "branch"
6061
msgstr "Branch"
6062
5731
-#: builtin/checkout.c:1139
6063
+#: builtin/checkout.c:1142
6064
msgid "create and checkout a new branch"
6065
msgstr "einen neuen Branch erzeugen und auschecken"
6066
5735
-#: builtin/checkout.c:1141
6067
+#: builtin/checkout.c:1144
6068
msgid "create/reset and checkout a branch"
6069
msgstr "einen Branch erstellen/umsetzen und auschecken"
6070
5739
-#: builtin/checkout.c:1142
6071
+#: builtin/checkout.c:1145
6072
msgid "create reflog for new branch"
6073
msgstr "das Reflog für den neuen Branch erzeugen"
6074
5743
-#: builtin/checkout.c:1143 builtin/worktree.c:328
6075
+#: builtin/checkout.c:1146 builtin/worktree.c:328
6076
msgid "detach HEAD at named commit"
6077
msgstr "HEAD bei benanntem Commit loslösen"
6078
5747
-#: builtin/checkout.c:1144
6079
+#: builtin/checkout.c:1147
6080
msgid "set upstream info for new branch"
6081
msgstr "Informationen zum Upstream-Branch für den neuen Branch setzen"
6082
5751
-#: builtin/checkout.c:1146
6083
+#: builtin/checkout.c:1149
6084
msgid "new-branch"
6085
msgstr "neuer Branch"
6086
5755
-#: builtin/checkout.c:1146
6087
+#: builtin/checkout.c:1149
6088
msgid "new unparented branch"
6089
msgstr "neuer Branch ohne Eltern-Commit"
6090
5759
-#: builtin/checkout.c:1147
6091
+#: builtin/checkout.c:1150
6092
msgid "checkout our version for unmerged files"
6093
msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken"
6094
5763
-#: builtin/checkout.c:1149
6095
+#: builtin/checkout.c:1152
6096
msgid "checkout their version for unmerged files"
6097
msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken"
6098
5767
-#: builtin/checkout.c:1151
6099
+#: builtin/checkout.c:1154
6100
msgid "force checkout (throw away local modifications)"
6101
msgstr "Auschecken erzwingen (verwirft lokale Änderungen)"
6102
5771
-#: builtin/checkout.c:1152
6103
+#: builtin/checkout.c:1155
6104
msgid "perform a 3-way merge with the new branch"
6105
msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen"
6106
5775
-#: builtin/checkout.c:1153 builtin/merge.c:231
6107
+#: builtin/checkout.c:1156 builtin/merge.c:235
6108
msgid "update ignored files (default)"
6109
msgstr "ignorierte Dateien aktualisieren (Standard)"
6110
5779
-#: builtin/checkout.c:1154 builtin/log.c:1466 parse-options.h:251
6111
+#: builtin/checkout.c:1157 builtin/log.c:1466 parse-options.h:251
6112
msgid "style"
6113
msgstr "Stil"
6114
5783
-#: builtin/checkout.c:1155
6115
+#: builtin/checkout.c:1158
6116
msgid "conflict style (merge or diff3)"
6117
msgstr "Konfliktstil (merge oder diff3)"
6118
5787
-#: builtin/checkout.c:1158
6119
+#: builtin/checkout.c:1161
6120
msgid "do not limit pathspecs to sparse entries only"
6121
msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken"
6122
5791
-#: builtin/checkout.c:1160
6123
+#: builtin/checkout.c:1163
6124
msgid "second guess 'git checkout <no-such-branch>'"
6125
msgstr "second guess 'git checkout <no-such-branch>'"
6126
5795
-#: builtin/checkout.c:1162
6127
+#: builtin/checkout.c:1165
6128
msgid "do not check if another worktree is holding the given ref"
6129
msgstr ""
6130
"Prüfung, ob die Referenz bereits in einem anderen Arbeitsverzeichnis "
6131
"ausgecheckt wurde, deaktivieren"
6132
5801
-#: builtin/checkout.c:1163 builtin/clone.c:63 builtin/fetch.c:119
5802
-#: builtin/merge.c:228 builtin/pull.c:117 builtin/push.c:536
6133
+#: builtin/checkout.c:1166 builtin/clone.c:63 builtin/fetch.c:119
6134
+#: builtin/merge.c:232 builtin/pull.c:117 builtin/push.c:539
6135
#: builtin/send-pack.c:168
6136
msgid "force progress reporting"
6137
msgstr "Fortschrittsanzeige erzwingen"
6138
5807
-#: builtin/checkout.c:1194
6139
+#: builtin/checkout.c:1197
6140
msgid "-b, -B and --orphan are mutually exclusive"
6141
msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."
6142
5811
-#: builtin/checkout.c:1211
6143
+#: builtin/checkout.c:1214
6144
msgid "--track needs a branch name"
6145
msgstr "Bei der Option --track muss ein Branchname angegeben werden."
6146
5815
-#: builtin/checkout.c:1216
6147
+#: builtin/checkout.c:1219
6148
msgid "Missing branch name; try -b"
6149
msgstr "Vermisse Branchnamen; versuchen Sie -b"
6150
5819
-#: builtin/checkout.c:1252
6151
+#: builtin/checkout.c:1255
6152
msgid "invalid path specification"
6153
msgstr "ungültige Pfadspezifikation"
6154
5823
-#: builtin/checkout.c:1259
6155
+#: builtin/checkout.c:1262
6156
#, c-format
6157
msgid ""
6158
"Cannot update paths and switch to branch '%s' at the same time.\n"
@@ -5830,12 +6162,12 @@ msgstr ""
6162
"Haben Sie beabsichtigt '%s' auszuchecken, welcher nicht als Commit aufgelöst "
6163
"werden kann?"
6164
5833
-#: builtin/checkout.c:1264
6165
+#: builtin/checkout.c:1267
6166
#, c-format
6167
msgid "git checkout: --detach does not take a path argument '%s'"
6168
msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"
6169
5838
-#: builtin/checkout.c:1268
6170
+#: builtin/checkout.c:1271
6171
msgid ""
6172
"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6173
"checking out of the index."
@@ -5874,19 +6206,21 @@ msgstr "Würde Repository %s überspringen\n"
6206
msgid "failed to remove %s"
6207
msgstr "Fehler beim Löschen von %s"
6208
5877
-#: builtin/clean.c:291
6209
+#: builtin/clean.c:291 git-add--interactive.perl:623
6210
+#, c-format
6211
msgid ""
6212
"Prompt help:\n"
6213
"1 - select a numbered item\n"
6214
"foo - select item based on unique prefix\n"
5882
-" - (empty) select nothing"
6215
+" - (empty) select nothing\n"
6216
msgstr ""
6217
"Eingabehilfe:\n"
6218
"1 - nummeriertes Element auswählen\n"
6219
"foo - Element anhand eines eindeutigen Präfix auswählen\n"
5887
-" - (leer) nichts auswählen"
6220
+" - (leer) nichts auswählen\n"
6221
5889
-#: builtin/clean.c:295
6222
+#: builtin/clean.c:295 git-add--interactive.perl:632
6223
+#, c-format
6224
msgid ""
6225
"Prompt help:\n"
6226
"1 - select a single item\n"
@@ -5895,7 +6229,7 @@ msgid ""
6229
"foo - select item based on unique prefix\n"
6230
"-... - unselect specified items\n"
6231
"* - choose all items\n"
5898
-" - (empty) finish selecting"
6232
+" - (empty) finish selecting\n"
6233
msgstr ""
6234
"Eingabehilfe:\n"
6235
"1 - einzelnes Element auswählen\n"
@@ -5904,12 +6238,13 @@ msgstr ""
6238
"foo - Element anhand eines eindeutigen Präfix auswählen\n"
6239
"-... - angegebenes Element abwählen\n"
6240
"* - alle Elemente auswählen\n"
5907
-" - (leer) Auswahl beenden"
6241
+" - (leer) Auswahl beenden\n"
6242
5909
-#: builtin/clean.c:511
5910
-#, c-format
5911
-msgid "Huh (%s)?"
5912
-msgstr "Wie bitte (%s)?"
6243
+#: builtin/clean.c:511 git-add--interactive.perl:598
6244
+#: git-add--interactive.perl:603
6245
+#, c-format, perl-format
6246
+msgid "Huh (%s)?\n"
6247
+msgstr "Wie bitte (%s)?\n"
6248
6249
#: builtin/clean.c:653
6250
#, c-format
@@ -5931,9 +6266,10 @@ msgstr "Wählen Sie Einträge zum Löschen"
6266
msgid "Remove %s [y/N]? "
6267
msgstr "'%s' löschen [y/N]? "
6268
5934
-#: builtin/clean.c:777
5935
-msgid "Bye."
5936
-msgstr "Tschüss."
6269
+#: builtin/clean.c:777 git-add--interactive.perl:1669
6270
+#, c-format
6271
+msgid "Bye.\n"
6272
+msgstr "Tschüss.\n"
6273
6274
#: builtin/clean.c:785
6275
msgid ""
@@ -5953,11 +6289,11 @@ msgstr ""
6289
"help - diese Meldung anzeigen\n"
6290
"? - Hilfe zur Auswahl mittels Eingabe anzeigen"
6291
5956
-#: builtin/clean.c:812
6292
+#: builtin/clean.c:812 git-add--interactive.perl:1745
6293
msgid "*** Commands ***"
6294
msgstr "*** Befehle ***"
6295
5960
-#: builtin/clean.c:813
6296
+#: builtin/clean.c:813 git-add--interactive.perl:1742
6297
msgid "What now"
6298
msgstr "Was nun"
6299
@@ -5987,8 +6323,8 @@ msgstr "interaktives Clean"
6323
msgid "remove whole directories"
6324
msgstr "ganze Verzeichnisse löschen"
6325
5990
-#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:725
5991
-#: builtin/ls-files.c:536 builtin/name-rev.c:313 builtin/show-ref.c:182
6326
+#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:1056
6327
+#: builtin/ls-files.c:538 builtin/name-rev.c:313 builtin/show-ref.c:176
6328
msgid "pattern"
6329
msgstr "Muster"
6330
@@ -6068,8 +6404,8 @@ msgstr "Vorlagenverzeichnis"
6404
msgid "directory from which templates will be used"
6405
msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"
6406
6071
-#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:602
6072
-#: builtin/submodule--helper.c:954
6407
+#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:604
6408
+#: builtin/submodule--helper.c:970
6409
msgid "reference repository"
6410
msgstr "Repository referenzieren"
6411
@@ -6093,7 +6429,7 @@ msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories"
6429
msgid "path to git-upload-pack on the remote"
6430
msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"
6431
6096
-#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:668 builtin/pull.c:202
6432
+#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:999 builtin/pull.c:202
6433
msgid "depth"
6434
msgstr "Tiefe"
6435
@@ -6102,7 +6438,7 @@ msgid "create a shallow clone of that depth"
6438
msgstr ""
6439
"einen Klon mit unvollständiger Historie (shallow) in dieser Tiefe erstellen"
6440
6105
-#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2848
6441
+#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2836
6442
#: parse-options.h:142
6443
msgid "time"
6444
msgstr "Zeit"
@@ -6110,7 +6446,8 @@ msgstr "Zeit"
6446
#: builtin/clone.c:100
6447
msgid "create a shallow clone since a specific time"
6448
msgstr ""
6113
-"einen Klon mit unvollständiger Historie (shallow) seit einer bestimmten Zeit\n"
6449
+"einen Klon mit unvollständiger Historie (shallow) seit einer bestimmten "
6450
+"Zeit\n"
6451
"erstellen"
6452
6453
#: builtin/clone.c:101 builtin/fetch.c:124
@@ -6118,7 +6455,7 @@ msgid "revision"
6455
msgstr "Commit"
6456
6457
#: builtin/clone.c:102 builtin/fetch.c:125
6121
-msgid "deepen history of shallow clone by excluding rev"
6458
+msgid "deepen history of shallow clone, excluding rev"
6459
msgstr ""
6460
"die Historie eines Klons mit unvollständiger Historie (shallow) mittels\n"
6461
"Ausschluss eines Commits vertiefen"
@@ -6147,11 +6484,11 @@ msgstr "Schlüssel=Wert"
6484
msgid "set config inside the new repository"
6485
msgstr "Konfiguration innerhalb des neuen Repositories setzen"
6486
6150
-#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:547
6487
+#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:550
6488
msgid "use IPv4 addresses only"
6489
msgstr "nur IPv4-Adressen benutzen"
6490
6154
-#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:549
6491
+#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:552
6492
msgid "use IPv6 addresses only"
6493
msgstr "nur IPv6-Adressen benutzen"
6494
@@ -6266,7 +6603,7 @@ msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."
6603
msgid "repository '%s' does not exist"
6604
msgstr "Repository '%s' existiert nicht."
6605
6269
-#: builtin/clone.c:905 builtin/fetch.c:1338
6606
+#: builtin/clone.c:905 builtin/fetch.c:1335
6607
#, c-format
6608
msgid "depth %s is not a positive number"
6609
msgstr "Tiefe %s ist keine positive Zahl"
@@ -6281,8 +6618,9 @@ msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."
6618
msgid "working tree '%s' already exists."
6619
msgstr "Arbeitsverzeichnis '%s' existiert bereits."
6620
6284
-#: builtin/clone.c:940 builtin/clone.c:951 builtin/submodule--helper.c:657
6285
-#: builtin/worktree.c:222 builtin/worktree.c:249
6621
+#: builtin/clone.c:940 builtin/clone.c:951 builtin/difftool.c:252
6622
+#: builtin/submodule--helper.c:659 builtin/worktree.c:222
6623
+#: builtin/worktree.c:249
6624
#, c-format
6625
msgid "could not create leading directories of '%s'"
6626
msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."
@@ -6306,7 +6644,9 @@ msgstr "Klone nach '%s' ...\n"
6644
msgid ""
6645
"clone --recursive is not compatible with both --reference and --reference-if-"
6646
"able"
6309
-msgstr "'clone --recursive' ist nicht kompatibel mit --reference und --reference-if-able"
6647
+msgstr ""
6648
+"'clone --recursive' ist nicht kompatibel mit --reference und --reference-if-"
6649
+"able"
6650
6651
#: builtin/clone.c:1019
6652
msgid "--depth is ignored in local clones; use file:// instead."
@@ -6316,11 +6656,15 @@ msgstr ""
6656
6657
#: builtin/clone.c:1021
6658
msgid "--shallow-since is ignored in local clones; use file:// instead."
6319
-msgstr "--shallow-since wird in lokalen Klonen ignoriert; benutzen Sie stattdessen file://"
6659
+msgstr ""
6660
+"--shallow-since wird in lokalen Klonen ignoriert; benutzen Sie stattdessen "
6661
+"file://"
6662
6663
#: builtin/clone.c:1023
6664
msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6323
-msgstr "--shallow-exclude wird in lokalen Klonen ignoriert; benutzen Sie stattdessen file://"
6665
+msgstr ""
6666
+"--shallow-exclude wird in lokalen Klonen ignoriert; benutzen Sie stattdessen "
6667
+"file://"
6668
6669
#: builtin/clone.c:1026
6670
msgid "source repository is shallow, ignoring --local"
@@ -6558,7 +6902,7 @@ msgstr ""
6902
msgid "could not lookup commit %s"
6903
msgstr "Konnte Commit %s nicht nachschlagen"
6904
6561
-#: builtin/commit.c:704 builtin/shortlog.c:286
6905
+#: builtin/commit.c:704 builtin/shortlog.c:295
6906
#, c-format
6907
msgid "(reading log message from standard input)\n"
6908
msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"
@@ -6660,7 +7004,7 @@ msgstr "Kann Index nicht lesen"
7004
msgid "Error building trees"
7005
msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"
7006
6663
-#: builtin/commit.c:969 builtin/tag.c:266
7007
+#: builtin/commit.c:968 builtin/tag.c:280
7008
#, c-format
7009
msgid "Please supply the message using either -m or -F option.\n"
7010
msgstr ""
@@ -6673,7 +7017,7 @@ msgstr ""
7017
"--author '%s' ist nicht im Format 'Name <E-Mail>' und stimmt mit keinem "
7018
"vorhandenen Autor überein"
7019
6676
-#: builtin/commit.c:1086 builtin/commit.c:1327
7020
+#: builtin/commit.c:1086 builtin/commit.c:1325
7021
#, c-format
7022
msgid "Invalid untracked files mode '%s'"
7023
msgstr "Ungültiger Modus '%s' für unversionierte Dateien"
@@ -6731,67 +7075,63 @@ msgstr ""
7075
"verwendet werden."
7076
7077
#: builtin/commit.c:1212
6734
-msgid "Clever... amending the last one with dirty index."
6735
-msgstr "Klug ... den letzten Commit mit einem geänderten Index nachbessern."
6736
-
6737
-#: builtin/commit.c:1214
7078
msgid "Explicit paths specified without -i or -o; assuming --only paths..."
7079
msgstr "Explizite Pfade ohne -i oder -o angegeben; nehme --only an"
7080
6741
-#: builtin/commit.c:1226 builtin/tag.c:474
7081
+#: builtin/commit.c:1224 builtin/tag.c:495
7082
#, c-format
7083
msgid "Invalid cleanup mode %s"
7084
msgstr "Ungültiger \"cleanup\" Modus %s"
7085
6746
-#: builtin/commit.c:1231
7086
+#: builtin/commit.c:1229
7087
msgid "Paths with -a does not make sense."
7088
msgstr "Die Option -a kann nicht mit der Angabe von Pfaden verwendet werden."
7089
6750
-#: builtin/commit.c:1341 builtin/commit.c:1617
7090
+#: builtin/commit.c:1339 builtin/commit.c:1612
7091
msgid "show status concisely"
7092
msgstr "Status im Kurzformat anzeigen"
7093
6754
-#: builtin/commit.c:1343 builtin/commit.c:1619
7094
+#: builtin/commit.c:1341 builtin/commit.c:1614
7095
msgid "show branch information"
7096
msgstr "Branchinformationen anzeigen"
7097
6758
-#: builtin/commit.c:1345
7098
+#: builtin/commit.c:1343
7099
msgid "version"
7100
msgstr "Version"
7101
6762
-#: builtin/commit.c:1345 builtin/commit.c:1621 builtin/push.c:522
6763
-#: builtin/worktree.c:440
7102
+#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
7103
+#: builtin/worktree.c:442
7104
msgid "machine-readable output"
7105
msgstr "maschinenlesbare Ausgabe"
7106
6767
-#: builtin/commit.c:1348 builtin/commit.c:1623
7107
+#: builtin/commit.c:1346 builtin/commit.c:1618
7108
msgid "show status in long format (default)"
7109
msgstr "Status im Langformat anzeigen (Standard)"
7110
6771
-#: builtin/commit.c:1351 builtin/commit.c:1626
7111
+#: builtin/commit.c:1349 builtin/commit.c:1621
7112
msgid "terminate entries with NUL"
7113
msgstr "Einträge mit NUL-Zeichen abschließen"
7114
6775
-#: builtin/commit.c:1353 builtin/commit.c:1629 builtin/fast-export.c:981
6776
-#: builtin/fast-export.c:984 builtin/tag.c:353
7115
+#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
7116
+#: builtin/fast-export.c:984 builtin/tag.c:368
7117
msgid "mode"
7118
msgstr "Modus"
7119
6780
-#: builtin/commit.c:1354 builtin/commit.c:1629
7120
+#: builtin/commit.c:1352 builtin/commit.c:1624
7121
msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7122
msgstr ""
7123
"unversionierte Dateien anzeigen, optionale Modi: all, normal, no. (Standard: "
7124
"all)"
7125
6786
-#: builtin/commit.c:1357
7126
+#: builtin/commit.c:1355
7127
msgid "show ignored files"
7128
msgstr "ignorierte Dateien anzeigen"
7129
6790
-#: builtin/commit.c:1358 parse-options.h:155
7130
+#: builtin/commit.c:1356 parse-options.h:155
7131
msgid "when"
7132
msgstr "wann"
7133
6794
-#: builtin/commit.c:1359
7134
+#: builtin/commit.c:1357
7135
msgid ""
7136
"ignore changes to submodules, optional when: all, dirty, untracked. "
7137
"(Default: all)"
@@ -6799,203 +7139,203 @@ msgstr ""
7139
"Änderungen in Submodulen ignorieren, optional wenn: all, dirty, untracked. "
7140
"(Standard: all)"
7141
6802
-#: builtin/commit.c:1361
7142
+#: builtin/commit.c:1359
7143
msgid "list untracked files in columns"
7144
msgstr "unversionierte Dateien in Spalten auflisten"
7145
6806
-#: builtin/commit.c:1437
7146
+#: builtin/commit.c:1435
7147
msgid "couldn't look up newly created commit"
7148
msgstr "Konnte neu erstellten Commit nicht nachschlagen."
7149
6810
-#: builtin/commit.c:1439
7150
+#: builtin/commit.c:1437
7151
msgid "could not parse newly created commit"
7152
msgstr "Konnte neulich erstellten Commit nicht analysieren."
7153
6814
-#: builtin/commit.c:1484
7154
+#: builtin/commit.c:1482
7155
msgid "detached HEAD"
7156
msgstr "losgelöster HEAD"
7157
6818
-#: builtin/commit.c:1487
7158
+#: builtin/commit.c:1485
7159
msgid " (root-commit)"
7160
msgstr " (Basis-Commit)"
7161
6822
-#: builtin/commit.c:1587
7162
+#: builtin/commit.c:1582
7163
msgid "suppress summary after successful commit"
7164
msgstr "Zusammenfassung nach erfolgreichem Commit unterdrücken"
7165
6826
-#: builtin/commit.c:1588
7166
+#: builtin/commit.c:1583
7167
msgid "show diff in commit message template"
7168
msgstr "Unterschiede in Commit-Beschreibungsvorlage anzeigen"
7169
6830
-#: builtin/commit.c:1590
7170
+#: builtin/commit.c:1585
7171
msgid "Commit message options"
7172
msgstr "Optionen für Commit-Beschreibung"
7173
6834
-#: builtin/commit.c:1591 builtin/tag.c:351
7174
+#: builtin/commit.c:1586 builtin/tag.c:366
7175
msgid "read message from file"
7176
msgstr "Beschreibung von Datei lesen"
7177
6838
-#: builtin/commit.c:1592
7178
+#: builtin/commit.c:1587
7179
msgid "author"
7180
msgstr "Autor"
7181
6842
-#: builtin/commit.c:1592
7182
+#: builtin/commit.c:1587
7183
msgid "override author for commit"
7184
msgstr "Autor eines Commits überschreiben"
7185
6846
-#: builtin/commit.c:1593 builtin/gc.c:326
7186
+#: builtin/commit.c:1588 builtin/gc.c:333
7187
msgid "date"
7188
msgstr "Datum"
7189
6850
-#: builtin/commit.c:1593
7190
+#: builtin/commit.c:1588
7191
msgid "override date for commit"
7192
msgstr "Datum eines Commits überschreiben"
7193
6854
-#: builtin/commit.c:1594 builtin/merge.c:220 builtin/notes.c:398
6855
-#: builtin/notes.c:561 builtin/tag.c:349
7194
+#: builtin/commit.c:1589 builtin/merge.c:222 builtin/notes.c:398
7195
+#: builtin/notes.c:561 builtin/tag.c:364
7196
msgid "message"
7197
msgstr "Beschreibung"
7198
6859
-#: builtin/commit.c:1594
7199
+#: builtin/commit.c:1589
7200
msgid "commit message"
7201
msgstr "Commit-Beschreibung"
7202
6863
-#: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6864
-#: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:79
7203
+#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
7204
+#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:81
7205
msgid "commit"
7206
msgstr "Commit"
7207
6868
-#: builtin/commit.c:1595
7208
+#: builtin/commit.c:1590
7209
msgid "reuse and edit message from specified commit"
7210
msgstr "Beschreibung des angegebenen Commits wiederverwenden und editieren"
7211
6872
-#: builtin/commit.c:1596
7212
+#: builtin/commit.c:1591
7213
msgid "reuse message from specified commit"
7214
msgstr "Beschreibung des angegebenen Commits wiederverwenden"
7215
6876
-#: builtin/commit.c:1597
7216
+#: builtin/commit.c:1592
7217
msgid "use autosquash formatted message to fixup specified commit"
7218
msgstr ""
7219
"eine automatisch zusammengesetzte Beschreibung zum Nachbessern des "
7220
"angegebenen Commits verwenden"
7221
6882
-#: builtin/commit.c:1598
7222
+#: builtin/commit.c:1593
7223
msgid "use autosquash formatted message to squash specified commit"
7224
msgstr ""
7225
"eine automatisch zusammengesetzte Beschreibung beim \"squash\" des "
7226
"angegebenen Commits verwenden"
7227
6888
-#: builtin/commit.c:1599
7228
+#: builtin/commit.c:1594
7229
msgid "the commit is authored by me now (used with -C/-c/--amend)"
7230
msgstr "Sie als Autor des Commits setzen (verwendet mit -C/-c/--amend)"
7231
6892
-#: builtin/commit.c:1600 builtin/log.c:1413 builtin/revert.c:86
7232
+#: builtin/commit.c:1595 builtin/log.c:1413 builtin/revert.c:86
7233
msgid "add Signed-off-by:"
7234
msgstr "'Signed-off-by:'-Zeile hinzufügen"
7235
6896
-#: builtin/commit.c:1601
7236
+#: builtin/commit.c:1596
7237
msgid "use specified template file"
7238
msgstr "angegebene Vorlagendatei verwenden"
7239
6900
-#: builtin/commit.c:1602
7240
+#: builtin/commit.c:1597
7241
msgid "force edit of commit"
7242
msgstr "Bearbeitung des Commits erzwingen"
7243
6904
-#: builtin/commit.c:1603
7244
+#: builtin/commit.c:1598
7245
msgid "default"
7246
msgstr "Standard"
7247
6908
-#: builtin/commit.c:1603 builtin/tag.c:354
7248
+#: builtin/commit.c:1598 builtin/tag.c:369
7249
msgid "how to strip spaces and #comments from message"
7250
msgstr ""
7251
"wie Leerzeichen und #Kommentare von der Beschreibung getrennt werden sollen"
7252
6913
-#: builtin/commit.c:1604
7253
+#: builtin/commit.c:1599
7254
msgid "include status in commit message template"
7255
msgstr "Status in die Commit-Beschreibungsvorlage einfügen"
7256
6917
-#: builtin/commit.c:1606 builtin/merge.c:230 builtin/pull.c:166
7257
+#: builtin/commit.c:1601 builtin/merge.c:234 builtin/pull.c:166
7258
#: builtin/revert.c:93
7259
msgid "GPG sign commit"
7260
msgstr "Commit mit GPG signieren"
7261
6922
-#: builtin/commit.c:1609
7262
+#: builtin/commit.c:1604
7263
msgid "Commit contents options"
7264
msgstr "Optionen für Commit-Inhalt"
7265
6926
-#: builtin/commit.c:1610
7266
+#: builtin/commit.c:1605
7267
msgid "commit all changed files"
7268
msgstr "alle geänderten Dateien committen"
7269
6930
-#: builtin/commit.c:1611
7270
+#: builtin/commit.c:1606
7271
msgid "add specified files to index for commit"
7272
msgstr "die angegebenen Dateien zusätzlich zum Commit vormerken"
7273
6934
-#: builtin/commit.c:1612
7274
+#: builtin/commit.c:1607
7275
msgid "interactively add files"
7276
msgstr "interaktives Hinzufügen von Dateien"
7277
6938
-#: builtin/commit.c:1613
7278
+#: builtin/commit.c:1608
7279
msgid "interactively add changes"
7280
msgstr "interaktives Hinzufügen von Änderungen"
7281
6942
-#: builtin/commit.c:1614
7282
+#: builtin/commit.c:1609
7283
msgid "commit only specified files"
7284
msgstr "nur die angegebenen Dateien committen"
7285
6946
-#: builtin/commit.c:1615
7286
+#: builtin/commit.c:1610
7287
msgid "bypass pre-commit and commit-msg hooks"
7288
msgstr "Hooks pre-commit und commit-msg umgehen"
7289
6950
-#: builtin/commit.c:1616
7290
+#: builtin/commit.c:1611
7291
msgid "show what would be committed"
7292
msgstr "anzeigen, was committet werden würde"
7293
6954
-#: builtin/commit.c:1627
7294
+#: builtin/commit.c:1622
7295
msgid "amend previous commit"
7296
msgstr "vorherigen Commit ändern"
7297
6958
-#: builtin/commit.c:1628
7298
+#: builtin/commit.c:1623
7299
msgid "bypass post-rewrite hook"
7300
msgstr "\"post-rewrite hook\" umgehen"
7301
6962
-#: builtin/commit.c:1633
7302
+#: builtin/commit.c:1628
7303
msgid "ok to record an empty change"
7304
msgstr "Aufzeichnung einer leeren Änderung erlauben"
7305
6966
-#: builtin/commit.c:1635
7306
+#: builtin/commit.c:1630
7307
msgid "ok to record a change with an empty message"
7308
msgstr "Aufzeichnung einer Änderung mit einer leeren Beschreibung erlauben"
7309
6970
-#: builtin/commit.c:1664
7310
+#: builtin/commit.c:1659
7311
msgid "could not parse HEAD commit"
7312
msgstr "Konnte Commit von HEAD nicht analysieren."
7313
6974
-#: builtin/commit.c:1712
7314
+#: builtin/commit.c:1707
7315
#, c-format
7316
msgid "Corrupt MERGE_HEAD file (%s)"
7317
msgstr "Beschädigte MERGE_HEAD-Datei (%s)"
7318
6979
-#: builtin/commit.c:1719
7319
+#: builtin/commit.c:1714
7320
msgid "could not read MERGE_MODE"
7321
msgstr "Konnte MERGE_MODE nicht lesen"
7322
6983
-#: builtin/commit.c:1738
7323
+#: builtin/commit.c:1733
7324
#, c-format
7325
msgid "could not read commit message: %s"
7326
msgstr "Konnte Commit-Beschreibung nicht lesen: %s"
7327
6988
-#: builtin/commit.c:1749
7328
+#: builtin/commit.c:1744
7329
#, c-format
7330
msgid "Aborting commit; you did not edit the message.\n"
7331
msgstr "Commit abgebrochen; Sie haben die Beschreibung nicht editiert.\n"
7332
6993
-#: builtin/commit.c:1754
7333
+#: builtin/commit.c:1749
7334
#, c-format
7335
msgid "Aborting commit due to empty commit message.\n"
7336
msgstr "Commit aufgrund leerer Beschreibung abgebrochen.\n"
7337
6998
-#: builtin/commit.c:1802
7338
+#: builtin/commit.c:1797
7339
msgid ""
7340
"Repository has been updated, but unable to write\n"
7341
"new_index file. Check that disk is not full and quota is\n"
@@ -7324,35 +7664,122 @@ msgstr "Keine Namen gefunden, kann nichts beschreiben."
7664
msgid "--dirty is incompatible with commit-ishes"
7665
msgstr "Die Option --dirty kann nicht mit Commits verwendet werden."
7666
7327
-#: builtin/diff.c:86
7667
+#: builtin/diff.c:83
7668
#, c-format
7669
msgid "'%s': not a regular file or symlink"
7670
msgstr "'%s': keine reguläre Datei oder symbolische Verknüpfung"
7671
7332
-#: builtin/diff.c:237
7672
+#: builtin/diff.c:234
7673
#, c-format
7674
msgid "invalid option: %s"
7675
msgstr "Ungültige Option: %s"
7676
7337
-#: builtin/diff.c:361
7677
+#: builtin/diff.c:358
7678
msgid "Not a git repository"
7679
msgstr "Kein Git-Repository"
7680
7341
-#: builtin/diff.c:404
7681
+#: builtin/diff.c:401
7682
#, c-format
7683
msgid "invalid object '%s' given."
7684
msgstr "Objekt '%s' ist ungültig."
7685
7346
-#: builtin/diff.c:413
7686
+#: builtin/diff.c:410
7687
#, c-format
7688
msgid "more than two blobs given: '%s'"
7689
msgstr "Mehr als zwei Blobs angegeben: '%s'"
7690
7351
-#: builtin/diff.c:420
7691
+#: builtin/diff.c:417
7692
#, c-format
7693
msgid "unhandled object '%s' given."
7694
msgstr "unbehandeltes Objekt '%s' angegeben"
7695
7696
+#: builtin/difftool.c:28
7697
+msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7698
+msgstr "git difftool [<Optionen>] [<Commit> [<Commit>]] [--] [<Pfad>...]"
7699
+
7700
+#: builtin/difftool.c:241
7701
+#, c-format
7702
+msgid "failed: %d"
7703
+msgstr "fehlgeschlagen: %d"
7704
+
7705
+#: builtin/difftool.c:342
7706
+msgid ""
7707
+"combined diff formats('-c' and '--cc') are not supported in\n"
7708
+"directory diff mode('-d' and '--dir-diff')."
7709
+msgstr ""
7710
+"Kombinierte Diff-Formate('-c' und '--cc') werden im Verzeichnis-\n"
7711
+"Diff-Modus('-d' und '--dir-diff') nicht unterstützt."
7712
+
7713
+#: builtin/difftool.c:567
7714
+#, c-format
7715
+msgid "both files modified: '%s' and '%s'."
7716
+msgstr "beide Dateien geändert: '%s' und '%s'."
7717
+
7718
+#: builtin/difftool.c:569
7719
+msgid "working tree file has been left."
7720
+msgstr "Datei im Arbeitsverzeichnis belassen."
7721
+
7722
+#: builtin/difftool.c:580
7723
+#, c-format
7724
+msgid "temporary files exist in '%s'."
7725
+msgstr "Es existieren temporäre Dateien in '%s'."
7726
+
7727
+#: builtin/difftool.c:581
7728
+msgid "you may want to cleanup or recover these."
7729
+msgstr "Sie könnten diese aufräumen oder wiederherstellen."
7730
+
7731
+#: builtin/difftool.c:626
7732
+msgid "use `diff.guitool` instead of `diff.tool`"
7733
+msgstr "`diff.guitool` anstatt `diff.tool` benutzen"
7734
+
7735
+#: builtin/difftool.c:628
7736
+msgid "perform a full-directory diff"
7737
+msgstr "Diff über ganzes Verzeichnis ausführen"
7738
+
7739
+#: builtin/difftool.c:630
7740
+msgid "do not prompt before launching a diff tool"
7741
+msgstr "keine Eingabeaufforderung vor Ausführung eines Diff-Tools"
7742
+
7743
+#: builtin/difftool.c:636
7744
+msgid "use symlinks in dir-diff mode"
7745
+msgstr "symbolische Verknüpfungen im dir-diff Modus verwenden"
7746
+
7747
+#: builtin/difftool.c:637
7748
+msgid "<tool>"
7749
+msgstr "<Tool>"
7750
+
7751
+#: builtin/difftool.c:638
7752
+msgid "use the specified diff tool"
7753
+msgstr "das angegebene Diff-Tool benutzen"
7754
+
7755
+#: builtin/difftool.c:640
7756
+msgid "print a list of diff tools that may be used with `--tool`"
7757
+msgstr "eine Liste mit Diff-Tools darstellen, die mit `--tool` benutzt werden können"
7758
+
7759
+#: builtin/difftool.c:643
7760
+msgid ""
7761
+"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7762
+"code"
7763
+msgstr ""
7764
+"'git-difftool' beenden, wenn das aufgerufene Diff-Tool mit einem Rückkehrwert\n"
This file is too large to show in full.