1 # German translations for Git.
2 # Copyright (C) 2010-2016 Ralf Thielow <ralf.thielow@gmail.com>
3 # This file is distributed under the same license as the Git package.
4 # Ralf Thielow <ralf.thielow@gmail.com>, 2010-2016.
8 "Project-Id-Version: Git\n"
9 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10 "POT-Creation-Date: 2018-03-16 07:29+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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
23 msgstr "Hinweis: %.*s\n"
26 msgid "Cherry-picking is not possible because you have unmerged files."
28 "Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien "
32 msgid "Committing is not possible because you have unmerged files."
34 "Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
37 msgid "Merging is not possible because you have unmerged files."
39 "Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
42 msgid "Pulling is not possible because you have unmerged files."
44 "Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
47 msgid "Reverting is not possible because you have unmerged files."
49 "Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
53 msgid "It is not possible to %s because you have unmerged files."
54 msgstr "%s ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
58 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
59 "as appropriate to mark resolution and make a commit."
61 "Korrigieren Sie dies im Arbeitsverzeichnis, und benutzen Sie\n"
62 "dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n"
66 msgid "Exiting because of an unresolved conflict."
67 msgstr "Beende wegen unaufgelöstem Konflikt."
69 #: advice.c:121 builtin/merge.c:1251
70 msgid "You have not concluded your merge (MERGE_HEAD exists)."
71 msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."
74 msgid "Please, commit your changes before merging."
75 msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen."
78 msgid "Exiting because of unfinished merge."
79 msgstr "Beende wegen nicht abgeschlossenem Merge."
84 "Note: checking out '%s'.\n"
86 "You are in 'detached HEAD' state. You can look around, make experimental\n"
87 "changes and commit them, and you can discard any commits you make in this\n"
88 "state without impacting any branches by performing another checkout.\n"
90 "If you want to create a new branch to retain commits you create, you may\n"
91 "do so (now or later) by using -b with the checkout command again. Example:\n"
93 " git checkout -b <new-branch-name>\n"
96 "Hinweis: Checke '%s' aus.\n"
98 "Sie befinden sich im Zustand eines 'losgelösten HEAD'. Sie können sich\n"
99 "umschauen, experimentelle Änderungen vornehmen und diese committen, und\n"
100 "Sie können alle möglichen Commits, die Sie in diesem Zustand machen,\n"
101 "ohne Auswirkungen auf irgendeinen Branch verwerfen, indem Sie einen\n"
102 "weiteren Checkout durchführen.\n"
104 "Wenn Sie einen neuen Branch erstellen möchten, um Ihre erstellten Commits\n"
105 "zu behalten, können Sie das (jetzt oder später) durch einen weiteren "
107 "mit der Option -b tun. Beispiel:\n"
109 " git checkout -b <neuer-Branchname>\n"
114 msgid "unrecognized whitespace option '%s'"
115 msgstr "nicht erkannte Whitespace-Option: '%s'"
119 msgid "unrecognized whitespace ignore option '%s'"
120 msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
123 msgid "--reject and --3way cannot be used together."
124 msgstr "--reject und --3way können nicht gemeinsam verwendet werden."
127 msgid "--cached and --3way cannot be used together."
128 msgstr "--cached und --3way können nicht gemeinsam verwendet werden."
131 msgid "--3way outside a repository"
133 "Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
136 msgid "--index outside a repository"
138 "Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
141 msgid "--cached outside a repository"
143 "Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
147 msgid "Cannot prepare timestamp regexp %s"
148 msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
152 msgid "regexec returned %d for input: %s"
153 msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
157 msgid "unable to find filename in patch at line %d"
158 msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
162 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
164 "git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
169 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
171 "git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
175 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
177 "git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
181 msgid "git apply: bad git-diff - expected /dev/null on line %d"
182 msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
186 msgid "invalid mode on line %d: %s"
187 msgstr "Ungültiger Modus in Zeile %d: %s"
191 msgid "inconsistent header lines %d and %d"
192 msgstr "Inkonsistente Kopfzeilen %d und %d."
196 msgid "recount: unexpected line: %.*s"
197 msgstr "recount: unerwartete Zeile: %.*s"
201 msgid "patch fragment without header at line %d: %.*s"
202 msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
207 "git diff header lacks filename information when removing %d leading pathname "
208 "component (line %d)"
210 "git diff header lacks filename information when removing %d leading pathname "
211 "components (line %d)"
213 "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
214 "%d vorangestellter Teil des Pfades entfernt wird (Zeile %d)"
216 "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
217 "%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
221 msgid "git diff header lacks filename information (line %d)"
223 "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile "
227 msgid "new file depends on old contents"
228 msgstr "neue Datei hängt von alten Inhalten ab"
231 msgid "deleted file still has contents"
232 msgstr "entfernte Datei hat noch Inhalte"
236 msgid "corrupt patch at line %d"
237 msgstr "fehlerhafter Patch bei Zeile %d"
241 msgid "new file %s depends on old contents"
242 msgstr "neue Datei %s hängt von alten Inhalten ab"
246 msgid "deleted file %s still has contents"
247 msgstr "entfernte Datei %s hat noch Inhalte"
251 msgid "** warning: file %s becomes empty but is not deleted"
252 msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
256 msgid "corrupt binary patch at line %d: %.*s"
257 msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
261 msgid "unrecognized binary patch at line %d"
262 msgstr "nicht erkannter Binär-Patch bei Zeile %d"
266 msgid "patch with only garbage at line %d"
267 msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
271 msgid "unable to read symlink %s"
272 msgstr "konnte symbolische Verknüpfung %s nicht lesen"
276 msgid "unable to open or read %s"
277 msgstr "konnte %s nicht öffnen oder lesen"
281 msgid "invalid start of line: '%c'"
282 msgstr "Ungültiger Zeilenanfang: '%c'"
286 msgid "Hunk #%d succeeded at %d (offset %d line)."
287 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
288 msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
290 "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
294 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
295 msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
300 "while searching for:\n"
303 "bei der Suche nach:\n"
308 msgid "missing binary patch data for '%s'"
309 msgstr "keine Daten in Binär-Patch für '%s'"
313 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
315 "kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n"
316 "umgekehrten Patch-Block auf '%s'"
320 msgid "cannot apply binary patch to '%s' without full index line"
322 "kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
327 "the patch applies to '%s' (%s), which does not match the current contents."
329 "der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
334 msgid "the patch applies to an empty '%s' but it is not empty"
335 msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist"
339 msgid "the necessary postimage %s for '%s' cannot be read"
340 msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden"
344 msgid "binary patch does not apply to '%s'"
345 msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
349 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
351 "Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
355 msgid "patch failed: %s:%ld"
356 msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
360 msgid "cannot checkout %s"
361 msgstr "kann %s nicht auschecken"
363 #: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
365 msgid "failed to read %s"
366 msgstr "Fehler beim Lesen von %s"
370 msgid "reading from '%s' beyond a symbolic link"
371 msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
373 #: apply.c:3433 apply.c:3673
375 msgid "path %s has been renamed/deleted"
376 msgstr "Pfad %s wurde umbenannt/gelöscht"
378 #: apply.c:3516 apply.c:3687
380 msgid "%s: does not exist in index"
381 msgstr "%s ist nicht im Index"
383 #: apply.c:3525 apply.c:3695
385 msgid "%s: does not match index"
386 msgstr "%s entspricht nicht der Version im Index"
389 msgid "repository lacks the necessary blob to fall back on 3-way merge."
391 "Dem Repository fehlt der notwendige Blob, um auf einen 3-Wege-Merge\n"
396 msgid "Falling back to three-way merge...\n"
397 msgstr "Falle zurück auf 3-Wege-Merge ...\n"
399 #: apply.c:3579 apply.c:3583
401 msgid "cannot read the current contents of '%s'"
402 msgstr "kann aktuelle Inhalte von '%s' nicht lesen"
406 msgid "Failed to fall back on three-way merge...\n"
407 msgstr "Fehler beim Zurückfallen auf 3-Wege-Merge...\n"
411 msgid "Applied patch to '%s' with conflicts.\n"
412 msgstr "Patch auf '%s' mit Konflikten angewendet.\n"
416 msgid "Applied patch to '%s' cleanly.\n"
417 msgstr "Patch auf '%s' sauber angewendet.\n"
420 msgid "removal patch leaves file contents"
421 msgstr "Lösch-Patch hinterlässt Dateiinhalte"
425 msgid "%s: wrong type"
426 msgstr "%s: falscher Typ"
430 msgid "%s has type %o, expected %o"
431 msgstr "%s ist vom Typ %o, erwartete %o"
433 #: apply.c:3864 apply.c:3866
435 msgid "invalid path '%s'"
436 msgstr "Ungültiger Pfad '%s'"
440 msgid "%s: already exists in index"
441 msgstr "%s ist bereits bereitgestellt"
445 msgid "%s: already exists in working directory"
446 msgstr "%s existiert bereits im Arbeitsverzeichnis"
450 msgid "new mode (%o) of %s does not match old mode (%o)"
451 msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
455 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
456 msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
460 msgid "affected file '%s' is beyond a symbolic link"
461 msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"
465 msgid "%s: patch does not apply"
466 msgstr "%s: Patch konnte nicht angewendet werden"
470 msgid "Checking patch %s..."
471 msgstr "Prüfe Patch %s ..."
475 msgid "sha1 information is lacking or useless for submodule %s"
476 msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s"
480 msgid "mode change for %s, which is not in current HEAD"
481 msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet"
485 msgid "sha1 information is lacking or useless (%s)."
486 msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
488 #: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
490 msgid "make_cache_entry failed for path '%s'"
491 msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
495 msgid "could not add %s to temporary index"
496 msgstr "konnte %s nicht zum temporären Index hinzufügen"
500 msgid "could not write temporary index to %s"
501 msgstr "konnte temporären Index nicht nach %s schreiben"
505 msgid "unable to remove %s from index"
506 msgstr "konnte %s nicht aus dem Index entfernen"
510 msgid "corrupt patch for submodule %s"
511 msgstr "fehlerhafter Patch für Submodul %s"
515 msgid "unable to stat newly created file '%s'"
516 msgstr "konnte neu erstellte Datei '%s' nicht lesen"
520 msgid "unable to create backing store for newly created file %s"
521 msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
523 #: apply.c:4302 apply.c:4446
525 msgid "unable to add cache entry for %s"
526 msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
530 msgid "failed to write to '%s'"
531 msgstr "Fehler beim Schreiben nach '%s'"
535 msgid "closing file '%s'"
536 msgstr "schließe Datei '%s'"
540 msgid "unable to write file '%s' mode %o"
541 msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
545 msgid "Applied patch %s cleanly."
546 msgstr "Patch %s sauber angewendet"
549 msgid "internal error"
550 msgstr "interner Fehler"
554 msgid "Applying patch %%s with %d reject..."
555 msgid_plural "Applying patch %%s with %d rejects..."
556 msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
557 msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
561 msgid "truncating .rej filename to %.*s.rej"
562 msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
564 #: apply.c:4545 builtin/fetch.c:775 builtin/fetch.c:1025
566 msgid "cannot open %s"
567 msgstr "kann '%s' nicht öffnen"
571 msgid "Hunk #%d applied cleanly."
572 msgstr "Patch-Bereich #%d sauber angewendet."
576 msgid "Rejected hunk #%d."
577 msgstr "Patch-Block #%d zurückgewiesen."
581 msgid "Skipped patch '%s'."
582 msgstr "Patch '%s' ausgelassen."
585 msgid "unrecognized input"
586 msgstr "nicht erkannte Eingabe"
589 msgid "unable to read index file"
590 msgstr "Konnte Index-Datei nicht lesen"
594 msgid "can't open patch '%s': %s"
595 msgstr "kann Patch '%s' nicht öffnen: %s"
599 msgid "squelched %d whitespace error"
600 msgid_plural "squelched %d whitespace errors"
601 msgstr[0] "unterdrückte %d Whitespace-Fehler"
602 msgstr[1] "unterdrückte %d Whitespace-Fehler"
604 #: apply.c:4870 apply.c:4885
606 msgid "%d line adds whitespace errors."
607 msgid_plural "%d lines add whitespace errors."
608 msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
609 msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
613 msgid "%d line applied after fixing whitespace errors."
614 msgid_plural "%d lines applied after fixing whitespace errors."
615 msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet."
616 msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet."
618 #: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
619 msgid "Unable to write new index file"
620 msgstr "Konnte neue Index-Datei nicht schreiben."
622 #: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
623 #: builtin/clone.c:118 builtin/fetch.c:127 builtin/pull.c:193
624 #: builtin/submodule--helper.c:403 builtin/submodule--helper.c:1197
625 #: builtin/submodule--helper.c:1200 builtin/submodule--helper.c:1567
626 #: builtin/submodule--helper.c:1570 builtin/submodule--helper.c:1787
627 #: git-add--interactive.perl:197
632 msgid "don't apply changes matching the given path"
633 msgstr "keine Änderungen im angegebenen Pfad anwenden"
636 msgid "apply changes matching the given path"
637 msgstr "Änderungen nur im angegebenen Pfad anwenden"
639 #: apply.c:4927 builtin/am.c:2263
644 msgid "remove <num> leading slashes from traditional diff paths"
646 "<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
650 msgid "ignore additions made by the patch"
651 msgstr "hinzugefügte Zeilen des Patches ignorieren"
654 msgid "instead of applying the patch, output diffstat for the input"
656 "anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
660 msgid "show number of added and deleted lines in decimal notation"
662 "die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
665 msgid "instead of applying the patch, output a summary for the input"
667 "anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
671 msgid "instead of applying the patch, see if the patch is applicable"
673 "anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
676 msgid "make sure the patch is applicable to the current index"
678 "sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
681 msgid "apply a patch without touching the working tree"
682 msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
685 msgid "accept a patch that touches outside the working area"
687 "Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
690 msgid "also apply the patch (use with --stat/--summary/--check)"
691 msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
694 msgid "attempt three-way merge if a patch does not apply"
695 msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
698 msgid "build a temporary index based on embedded index information"
700 "einen temporären Index, basierend auf den integrierten Index-Informationen, "
703 #: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
704 msgid "paths are separated with NUL character"
705 msgstr "Pfade sind getrennt durch NUL Zeichen"
708 msgid "ensure at least <n> lines of context match"
710 "sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
712 #: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
713 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
714 #: builtin/pack-objects.c:3035
719 msgid "detect new or modified lines that have whitespace errors"
720 msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
722 #: apply.c:4964 apply.c:4967
723 msgid "ignore changes in whitespace when finding context"
724 msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
727 msgid "apply the patch in reverse"
728 msgstr "den Patch in umgekehrter Reihenfolge anwenden"
731 msgid "don't expect at least one line of context"
732 msgstr "keinen Kontext erwarten"
735 msgid "leave the rejected hunks in corresponding *.rej files"
737 "zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
740 msgid "allow overlapping hunks"
741 msgstr "sich überlappende Patch-Blöcke erlauben"
743 #: apply.c:4977 builtin/add.c:292 builtin/check-ignore.c:21
744 #: builtin/commit.c:1276 builtin/count-objects.c:96 builtin/fsck.c:665
745 #: builtin/log.c:1901 builtin/mv.c:123 builtin/read-tree.c:125
747 msgstr "erweiterte Ausgaben"
750 msgid "tolerate incorrectly detected missing new-line at the end of file"
751 msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
754 msgid "do not trust the line counts in the hunk headers"
755 msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
757 #: apply.c:4984 builtin/am.c:2251
759 msgstr "Wurzelverzeichnis"
762 msgid "prepend <root> to all filenames"
763 msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
766 msgid "git archive [<options>] <tree-ish> [<path>...]"
767 msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]"
770 msgid "git archive --list"
771 msgstr "git archive --list"
775 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
777 "git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-"
778 "Referenz> [<Pfad>...]"
781 msgid "git archive --remote <repo> [--exec <cmd>] --list"
782 msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
784 #: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
786 msgid "pathspec '%s' did not match any files"
787 msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
794 msgid "archive format"
795 msgstr "Archivformat"
797 #: archive.c:437 builtin/log.c:1462
802 msgid "prepend prefix to each pathname in the archive"
803 msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
805 #: archive.c:439 builtin/blame.c:702 builtin/blame.c:703 builtin/config.c:62
806 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:869
807 #: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
808 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
809 #: parse-options.h:165
813 #: archive.c:440 builtin/archive.c:89
814 msgid "write the archive to this file"
815 msgstr "das Archiv in diese Datei schreiben"
818 msgid "read .gitattributes in working directory"
819 msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
822 msgid "report archived files on stderr"
823 msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
827 msgstr "nur speichern"
830 msgid "compress faster"
831 msgstr "schneller komprimieren"
834 msgid "compress better"
835 msgstr "besser komprimieren"
838 msgid "list supported archive formats"
839 msgstr "unterstützte Archivformate auflisten"
841 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:108 builtin/clone.c:111
842 #: builtin/submodule--helper.c:1209 builtin/submodule--helper.c:1576
846 #: archive.c:459 builtin/archive.c:91
847 msgid "retrieve the archive from remote repository <repo>"
848 msgstr "Archiv vom Remote-Repository <Repository> abrufen"
850 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
854 #: archive.c:461 builtin/archive.c:93
855 msgid "path to the remote git-upload-archive command"
856 msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
859 msgid "Unexpected option --remote"
860 msgstr "Unerwartete Option --remote"
863 msgid "Option --exec can only be used together with --remote"
864 msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
867 msgid "Unexpected option --output"
868 msgstr "Unerwartete Option --output"
872 msgid "Unknown archive format '%s'"
873 msgstr "Unbekanntes Archivformat '%s'"
877 msgid "Argument not supported for format '%s': -%d"
878 msgstr "Argument für Format '%s' nicht unterstützt: -%d"
882 msgid "%.*s is not a valid attribute name"
883 msgstr "%.*s ist kein gültiger Attributname"
887 "Negative patterns are ignored in git attributes\n"
888 "Use '\\!' for literal leading exclamation."
890 "Verneinende Muster werden in Git-Attributen ignoriert.\n"
891 "Benutzen Sie '\\!' für führende Ausrufezeichen."
895 msgid "Badly quoted content in file '%s': %s"
896 msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s"
900 msgid "We cannot bisect more!\n"
901 msgstr "Keine binäre Suche mehr möglich!\n"
905 msgid "Not a valid commit name %s"
906 msgstr "%s ist kein gültiger Commit-Name"
911 "The merge base %s is bad.\n"
912 "This means the bug has been fixed between %s and [%s].\n"
914 "Die Merge-Basis %s ist fehlerhaft.\n"
915 "Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n"
920 "The merge base %s is new.\n"
921 "The property has changed between %s and [%s].\n"
923 "Die Merge-Basis %s ist neu.\n"
924 "Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n"
929 "The merge base %s is %s.\n"
930 "This means the first '%s' commit is between %s and [%s].\n"
932 "Die Merge-Basis %s ist %s.\n"
933 "Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n"
938 "Some %s revs are not ancestors of the %s rev.\n"
939 "git bisect cannot work properly in this case.\n"
940 "Maybe you mistook %s and %s revs?\n"
942 "Manche %s Commits sind keine Vorgänger des %s Commits.\n"
943 "git bisect kann in diesem Fall nicht richtig arbeiten.\n"
944 "Vielleicht verwechselten Sie %s und %s Commits?\n"
949 "the merge base between %s and [%s] must be skipped.\n"
950 "So we cannot be sure the first %s commit is between %s and %s.\n"
951 "We continue anyway."
953 "Die Merge-Basis zwischen %s und [%s] muss ausgelassen werden.\n"
954 "Es kann daher nicht sichergestellt werden, dass sich der\n"
955 "erste %s Commit zwischen %s und %s befindet.\n"
956 "Es wird dennoch fortgesetzt."
960 msgid "Bisecting: a merge base must be tested\n"
961 msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
965 msgid "a %s revision is needed"
966 msgstr "ein %s Commit wird benötigt"
968 #: bisect.c:869 builtin/notes.c:175 builtin/tag.c:235
970 msgid "could not create file '%s'"
971 msgstr "konnte Datei '%s' nicht erstellen"
975 msgid "could not read file '%s'"
976 msgstr "Konnte Datei '%s' nicht lesen"
979 msgid "reading bisect refs failed"
980 msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
984 msgid "%s was both %s and %s\n"
985 msgstr "%s war sowohl %s als auch %s\n"
990 "No testable commit found.\n"
991 "Maybe you started with bad path parameters?\n"
993 "Kein testbarer Commit gefunden.\n"
994 "Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
998 msgid "(roughly %d step)"
999 msgid_plural "(roughly %d steps)"
1000 msgstr[0] "(ungefähr %d Schritt)"
1001 msgstr[1] "(ungefähr %d Schritte)"
1003 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1004 #. steps)" translation.
1008 msgid "Bisecting: %d revision left to test after this %s\n"
1009 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1010 msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"
1011 msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"
1014 msgid "--contents and --reverse do not blend well."
1015 msgstr "--contents und --reverse funktionieren gemeinsam nicht."
1018 msgid "cannot use --contents with final commit object name"
1020 "kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"
1023 msgid "--reverse and --first-parent together require specified latest commit"
1025 "--reverse und --first-parent zusammen erfordern die Angabe eines "
1029 #: blame.c:1798 bundle.c:160 ref-filter.c:1978 sequencer.c:1699
1030 #: sequencer.c:2901 builtin/commit.c:976 builtin/log.c:366 builtin/log.c:920
1031 #: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:370
1032 #: builtin/shortlog.c:191
1033 msgid "revision walk setup failed"
1034 msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1038 "--reverse --first-parent together require range along first-parent chain"
1040 "--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n"
1041 "\"first-parent\"-Kette"
1045 msgid "no such path %s in %s"
1046 msgstr "Pfad %s nicht in %s"
1050 msgid "cannot read blob %s for path %s"
1051 msgstr "kann Blob %s für Pfad '%s' nicht lesen"
1057 "After fixing the error cause you may try to fix up\n"
1058 "the remote tracking information by invoking\n"
1059 "\"git branch --set-upstream-to=%s%s%s\"."
1062 "Nachdem Sie die Fehlerursache behoben haben, können Sie\n"
1063 "die Tracking-Informationen mit\n"
1064 "\"git branch --set-upstream-to=%s%s%s\"\n"
1069 msgid "Not setting branch %s as its own upstream."
1070 msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein."
1074 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1075 msgstr "Branch '%s' folgt nun Remote-Branch '%s' von '%s' durch Rebase."
1079 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1080 msgstr "Branch '%s' folgt nun Remote-Branch '%s' von '%s'."
1084 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1085 msgstr "Branch '%s' folgt nun lokalem Branch '%s' durch Rebase."
1089 msgid "Branch '%s' set up to track local branch '%s'."
1090 msgstr "Branch '%s' folgt nun lokalem Branch '%s'."
1094 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1095 msgstr "Branch '%s' folgt nun Remote-Referenz '%s' durch Rebase."
1099 msgid "Branch '%s' set up to track remote ref '%s'."
1100 msgstr "Branch '%s' folgt nun Remote-Referenz '%s'."
1104 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1105 msgstr "Branch '%s' folgt nun lokaler Referenz '%s' durch Rebase."
1109 msgid "Branch '%s' set up to track local ref '%s'."
1110 msgstr "Branch '%s' folgt nun lokaler Referenz '%s'."
1113 msgid "Unable to write upstream branch configuration"
1114 msgstr "Konnte Konfiguration zu Upstream-Branch nicht schreiben."
1118 msgid "Not tracking: ambiguous information for ref %s"
1120 "Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist "
1125 msgid "'%s' is not a valid branch name."
1126 msgstr "'%s' ist kein gültiger Branchname."
1130 msgid "A branch named '%s' already exists."
1131 msgstr "Branch '%s' existiert bereits."
1134 msgid "Cannot force update the current branch."
1135 msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."
1139 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1141 "Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein "
1146 msgid "the requested upstream branch '%s' does not exist"
1147 msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"
1152 "If you are planning on basing your work on an upstream\n"
1153 "branch that already exists at the remote, you may need to\n"
1154 "run \"git fetch\" to retrieve it.\n"
1156 "If you are planning to push out a new local branch that\n"
1157 "will track its remote counterpart, you may want to use\n"
1158 "\"git push -u\" to set the upstream config as you push."
1161 "Falls Sie vorhaben, Ihre Arbeit auf einem bereits existierenden\n"
1162 "Upstream-Branch aufzubauen, sollten Sie \"git fetch\"\n"
1163 "ausführen, um diesen abzurufen.\n"
1165 "Falls Sie vorhaben, einen neuen lokalen Branch zu versenden\n"
1166 "der seinem externen Gegenstück folgen soll, können Sie\n"
1167 "\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n"
1172 msgid "Not a valid object name: '%s'."
1173 msgstr "Ungültiger Objekt-Name: '%s'"
1177 msgid "Ambiguous object name: '%s'."
1178 msgstr "mehrdeutiger Objekt-Name: '%s'"
1182 msgid "Not a valid branch point: '%s'."
1183 msgstr "Ungültiger Branchpunkt: '%s'"
1187 msgid "'%s' is already checked out at '%s'"
1188 msgstr "'%s' ist bereits in '%s' ausgecheckt"
1192 msgid "HEAD of working tree %s is not updated"
1193 msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
1197 msgid "'%s' does not look like a v2 bundle file"
1198 msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1202 msgid "unrecognized header: %s%s (%d)"
1203 msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1205 #: bundle.c:88 sequencer.c:1879 sequencer.c:2337 builtin/commit.c:750
1207 msgid "could not open '%s'"
1208 msgstr "Konnte '%s' nicht öffnen"
1211 msgid "Repository lacks these prerequisite commits:"
1212 msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
1216 msgid "The bundle contains this ref:"
1217 msgid_plural "The bundle contains these %d refs:"
1218 msgstr[0] "Das Paket enthält diese Referenz:"
1219 msgstr[1] "Das Paket enthält diese %d Referenzen:"
1222 msgid "The bundle records a complete history."
1223 msgstr "Das Paket speichert eine komplette Historie."
1227 msgid "The bundle requires this ref:"
1228 msgid_plural "The bundle requires these %d refs:"
1229 msgstr[0] "Das Paket benötigt diese Referenz:"
1230 msgstr[1] "Das Paket benötigt diese %d Referenzen:"
1233 msgid "Could not spawn pack-objects"
1234 msgstr "Konnte Paketobjekte nicht erstellen"
1237 msgid "pack-objects died"
1238 msgstr "Erstellung der Paketobjekte abgebrochen"
1241 msgid "rev-list died"
1242 msgstr "\"rev-list\" abgebrochen"
1246 msgid "ref '%s' is excluded by the rev-list options"
1247 msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
1249 #: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:296
1251 msgid "unrecognized argument: %s"
1252 msgstr "nicht erkanntes Argument: %s"
1255 msgid "Refusing to create empty bundle."
1256 msgstr "Erstellung eines leeren Pakets zurückgewiesen."
1260 msgid "cannot create '%s'"
1261 msgstr "kann '%s' nicht erstellen"
1264 msgid "index-pack died"
1265 msgstr "Erstellung der Paketindexdatei abgebrochen"
1269 msgid "invalid color value: %.*s"
1270 msgstr "Ungültiger Farbwert: %.*s"
1272 #: commit.c:41 sequencer.c:2141 builtin/am.c:421 builtin/am.c:465
1273 #: builtin/am.c:1436 builtin/am.c:2072
1275 msgid "could not parse %s"
1276 msgstr "konnte %s nicht parsen"
1280 msgid "%s %s is not a commit!"
1281 msgstr "%s %s ist kein Commit!"
1285 "Warning: commit message did not conform to UTF-8.\n"
1286 "You may want to amend it after fixing the message, or set the config\n"
1287 "variable i18n.commitencoding to the encoding your project uses.\n"
1289 "Warnung: Die Commit-Beschreibung ist nicht UTF-8 konform.\n"
1290 "Sie können das nachbessern, nachdem Sie die Beschreibung korrigiert haben,\n"
1291 "oder Sie setzen die Konfigurationsvariable i18n.commitencoding auf das "
1293 "welches von ihrem Projekt verwendet wird.\n"
1295 #: compat/obstack.c:405 compat/obstack.c:407
1296 msgid "memory exhausted"
1297 msgstr "Speicher verbraucht"
1300 msgid "relative config include conditionals must come from files"
1302 "Bedingungen für das Einbinden von Konfigurationen aus relativen Pfaden "
1304 "aus Dateien kommen."
1308 msgid "bad config line %d in blob %s"
1309 msgstr "Ungültige Konfigurationszeile %d in Blob %s"
1313 msgid "bad config line %d in file %s"
1314 msgstr "Ungültige Konfigurationszeile %d in Datei %s"
1318 msgid "bad config line %d in standard input"
1319 msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
1323 msgid "bad config line %d in submodule-blob %s"
1324 msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
1328 msgid "bad config line %d in command line %s"
1329 msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
1333 msgid "bad config line %d in %s"
1334 msgstr "Ungültige Konfigurationszeile %d in %s"
1337 msgid "out of range"
1338 msgstr "Außerhalb des Bereichs"
1341 msgid "invalid unit"
1342 msgstr "Ungültige Einheit"
1346 msgid "bad numeric config value '%s' for '%s': %s"
1347 msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
1351 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1352 msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
1356 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1358 "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
1362 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1364 "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: "
1369 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1371 "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: "
1376 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1378 "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: "
1383 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1384 msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
1388 msgid "failed to expand user dir in: '%s'"
1389 msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
1393 msgid "'%s' for '%s' is not a valid timestamp"
1394 msgstr "'%s' ist kein gültiger Zeitstempel für '%s'"
1396 #: config.c:1094 config.c:1105
1398 msgid "bad zlib compression level %d"
1399 msgstr "ungültiger zlib Komprimierungsgrad %d"
1403 msgid "invalid mode for object creation: %s"
1404 msgstr "Ungültiger Modus für Objekterstellung: %s"
1408 msgid "bad pack compression level %d"
1409 msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"
1412 msgid "unable to parse command-line config"
1414 "Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
1417 msgid "unknown error occurred while reading the configuration files"
1419 "Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
1423 msgid "Invalid %s: '%s'"
1424 msgstr "Ungültiger %s: '%s'"
1428 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1430 "Unbekannter Wert '%s' in core.untrackedCache; benutze Standardwert 'keep'"
1434 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1436 "Der Wert '%d' von splitIndex.maxPercentChange sollte zwischen 0 und 100 "
1441 msgid "unable to parse '%s' from command-line config"
1443 "Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
1448 msgid "bad config variable '%s' in file '%s' at line %d"
1449 msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
1453 msgid "%s has multiple values"
1454 msgstr "%s hat mehrere Werte"
1456 #: config.c:2599 config.c:2816
1458 msgid "fstat on %s failed"
1459 msgstr "fstat auf %s fehlgeschlagen"
1463 msgid "could not set '%s' to '%s'"
1464 msgstr "Konnte '%s' nicht zu '%s' setzen."
1466 #: config.c:2708 builtin/remote.c:776
1468 msgid "could not unset '%s'"
1469 msgstr "Konnte '%s' nicht aufheben."
1472 msgid "The remote end hung up upon initial contact"
1473 msgstr "Die Gegenseite hat nach dem ersten Kontakt abgebrochen."
1477 "Could not read from remote repository.\n"
1479 "Please make sure you have the correct access rights\n"
1480 "and the repository exists."
1482 "Konnte nicht vom Remote-Repository lesen.\n"
1484 "Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen "
1486 "und das Repository existiert."
1488 #: connected.c:66 builtin/fsck.c:198 builtin/prune.c:144
1489 msgid "Checking connectivity"
1490 msgstr "Prüfe Konnektivität"
1493 msgid "Could not run 'git rev-list'"
1494 msgstr "Konnte 'git rev-list' nicht ausführen"
1497 msgid "failed write to rev-list"
1498 msgstr "Fehler beim Schreiben nach rev-list"
1501 msgid "failed to close rev-list's stdin"
1502 msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
1506 msgid "CRLF would be replaced by LF in %s."
1507 msgstr "CRLF würde in %s durch LF ersetzt werden."
1512 "CRLF will be replaced by LF in %s.\n"
1513 "The file will have its original line endings in your working directory."
1515 "CRLF wird in %s durch LF ersetzt.\n"
1516 "Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
1521 msgid "LF would be replaced by CRLF in %s"
1522 msgstr "LF würde in %s durch CRLF ersetzt werden."
1527 "LF will be replaced by CRLF in %s.\n"
1528 "The file will have its original line endings in your working directory."
1530 "LF wird in %s durch CRLF ersetzt.\n"
1531 "Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
1535 msgid "in the future"
1536 msgstr "in der Zukunft"
1540 msgid "%<PRIuMAX> second ago"
1541 msgid_plural "%<PRIuMAX> seconds ago"
1542 msgstr[0] "vor %<PRIuMAX> Sekunde"
1543 msgstr[1] "vor %<PRIuMAX> Sekunden"
1547 msgid "%<PRIuMAX> minute ago"
1548 msgid_plural "%<PRIuMAX> minutes ago"
1549 msgstr[0] "vor %<PRIuMAX> Minute"
1550 msgstr[1] "vor %<PRIuMAX> Minuten"
1554 msgid "%<PRIuMAX> hour ago"
1555 msgid_plural "%<PRIuMAX> hours ago"
1556 msgstr[0] "vor %<PRIuMAX> Stunde"
1557 msgstr[1] "vor %<PRIuMAX> Stunden"
1561 msgid "%<PRIuMAX> day ago"
1562 msgid_plural "%<PRIuMAX> days ago"
1563 msgstr[0] "vor %<PRIuMAX> Tag"
1564 msgstr[1] "vor %<PRIuMAX> Tagen"
1568 msgid "%<PRIuMAX> week ago"
1569 msgid_plural "%<PRIuMAX> weeks ago"
1570 msgstr[0] "vor %<PRIuMAX> Woche"
1571 msgstr[1] "vor %<PRIuMAX> Wochen"
1575 msgid "%<PRIuMAX> month ago"
1576 msgid_plural "%<PRIuMAX> months ago"
1577 msgstr[0] "vor %<PRIuMAX> Monat"
1578 msgstr[1] "vor %<PRIuMAX> Monaten"
1582 msgid "%<PRIuMAX> year"
1583 msgid_plural "%<PRIuMAX> years"
1584 msgstr[0] "vor %<PRIuMAX> Jahr"
1585 msgstr[1] "vor %<PRIuMAX> Jahren"
1587 #. TRANSLATORS: "%s" is "<n> years"
1590 msgid "%s, %<PRIuMAX> month ago"
1591 msgid_plural "%s, %<PRIuMAX> months ago"
1592 msgstr[0] "%s, und %<PRIuMAX> Monat"
1593 msgstr[1] "%s, und %<PRIuMAX> Monaten"
1595 #: date.c:175 date.c:180
1597 msgid "%<PRIuMAX> year ago"
1598 msgid_plural "%<PRIuMAX> years ago"
1599 msgstr[0] "vor %<PRIuMAX> Jahr"
1600 msgstr[1] "vor %<PRIuMAX> Jahren"
1602 #: diffcore-order.c:24
1604 msgid "failed to read orderfile '%s'"
1605 msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
1607 #: diffcore-rename.c:535
1608 msgid "Performing inexact rename detection"
1609 msgstr "Führe Erkennung für ungenaue Umbenennung aus"
1613 msgid "option '%s' requires a value"
1614 msgstr "Option '%s' erfordert einen Wert."
1618 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1620 " Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n"
1624 msgid " Unknown dirstat parameter '%s'\n"
1625 msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"
1629 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1632 "\"color moved\"-Einstellung muss eines von diesen sein: 'no', 'default', "
1633 "'zebra', 'dimmed_zebra', 'plain'"
1637 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1638 msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
1643 "Found errors in 'diff.dirstat' config variable:\n"
1646 "Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
1651 msgid "external diff died, stopping at %s"
1652 msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
1655 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1657 "--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
1660 msgid "-G, -S and --find-object are mutually exclusive"
1661 msgstr "-G, -S und --find-object schließen sich gegenseitig aus"
1664 msgid "--follow requires exactly one pathspec"
1665 msgstr "--follow erfordert genau eine Pfadspezifikation"
1670 "Failed to parse --dirstat/-X option parameter:\n"
1673 "Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
1678 msgid "Failed to parse --submodule option parameter: '%s'"
1679 msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
1682 msgid "inexact rename detection was skipped due to too many files."
1684 "Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
1688 msgid "only found copies from modified paths due to too many files."
1689 msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
1694 "you may want to set your %s variable to at least %d and retry the command."
1696 "Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"
1701 msgid "could not open directory '%s'"
1702 msgstr "Konnte Verzeichnis '%s' nicht öffnen."
1705 msgid "failed to get kernel name and information"
1706 msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
1709 msgid "Untracked cache is disabled on this system or location."
1711 "Cache für unversionierte Dateien ist auf diesem System oder\n"
1712 "für dieses Verzeichnis deaktiviert."
1714 #: dir.c:3024 dir.c:3029
1716 msgid "could not create directories for %s"
1717 msgstr "Konnte Verzeichnisse für '%s' nicht erstellen."
1721 msgid "could not migrate git directory from '%s' to '%s'"
1722 msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."
1726 msgid "hint: Waiting for your editor to close the file...%c"
1727 msgstr "Hinweis: Warte auf das Schließen der Datei durch Ihren Editor...%c"
1730 msgid "Filtering content"
1731 msgstr "Filtere Inhalt"
1735 msgid "could not stat file '%s'"
1736 msgstr "Konnte Datei '%s' nicht lesen."
1738 #: fetch-object.c:17
1739 msgid "Remote with no URL"
1740 msgstr "Remote-Repository ohne URL"
1743 msgid "git fetch-pack: expected shallow list"
1744 msgstr "git fetch-pack: erwartete shallow-Liste"
1747 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
1748 msgstr "git fetch-pack: ACK/NAK erwartet, Flush-Paket bekommen"
1750 #: fetch-pack.c:284 builtin/archive.c:63
1752 msgid "remote error: %s"
1753 msgstr "Fehler am anderen Ende: %s"
1757 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1758 msgstr "git fetch-pack: ACK/NAK erwartet, '%s' bekommen"
1761 msgid "--stateless-rpc requires multi_ack_detailed"
1762 msgstr "--stateless-rpc benötigt multi_ack_detailed"
1766 msgid "invalid shallow line: %s"
1767 msgstr "Ungültige shallow-Zeile: %s"
1771 msgid "invalid unshallow line: %s"
1772 msgstr "Ungültige unshallow-Zeile: %s"
1776 msgid "object not found: %s"
1777 msgstr "Objekt nicht gefunden: %s"
1781 msgid "error in object: %s"
1782 msgstr "Fehler in Objekt: %s"
1786 msgid "no shallow found: %s"
1787 msgstr "Kein shallow-Objekt gefunden: %s"
1791 msgid "expected shallow/unshallow, got %s"
1792 msgstr "shallow/unshallow erwartet, %s bekommen"
1796 msgid "got %s %d %s"
1797 msgstr "%s %d %s bekommen"
1801 msgid "invalid commit %s"
1802 msgstr "Ungültiger Commit %s"
1808 #: fetch-pack.c:542 progress.c:229
1814 msgid "got %s (%d) %s"
1815 msgstr "%s (%d) %s bekommen"
1819 msgid "Marking %s as complete"
1820 msgstr "Markiere %s als vollständig"
1824 msgid "already have %s (%s)"
1825 msgstr "habe %s (%s) bereits"
1828 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1829 msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"
1832 msgid "protocol error: bad pack header"
1833 msgstr "Protokollfehler: ungültiger Pack-Header"
1837 msgid "fetch-pack: unable to fork off %s"
1838 msgstr "fetch-pack: konnte %s nicht starten"
1843 msgstr "%s fehlgeschlagen"
1846 msgid "error in sideband demultiplexer"
1847 msgstr "Fehler in sideband demultiplexer"
1850 msgid "Server does not support shallow clients"
1851 msgstr "Server unterstützt keine shallow-Clients"
1854 msgid "Server supports multi_ack_detailed"
1855 msgstr "Server unterstützt multi_ack_detailed"
1858 msgid "Server supports no-done"
1859 msgstr "Server unterstützt no-done"
1862 msgid "Server supports multi_ack"
1863 msgstr "Server unterstützt multi_ack"
1866 msgid "Server supports side-band-64k"
1867 msgstr "Server unterstützt side-band-64k"
1870 msgid "Server supports side-band"
1871 msgstr "Server unterstützt side-band"
1874 msgid "Server supports allow-tip-sha1-in-want"
1875 msgstr "Server unterstützt allow-tip-sha1-in-want"
1878 msgid "Server supports allow-reachable-sha1-in-want"
1879 msgstr "Server unterstützt allow-reachable-sha1-in-want"
1882 msgid "Server supports ofs-delta"
1883 msgstr "Server unterstützt ofs-delta"
1886 msgid "Server supports filter"
1887 msgstr "Server unterstützt Filter"
1891 msgid "Server version is %.*s"
1892 msgstr "Server-Version ist %.*s"
1895 msgid "Server does not support --shallow-since"
1896 msgstr "Server unterstützt kein --shallow-since"
1898 #: fetch-pack.c:1003
1899 msgid "Server does not support --shallow-exclude"
1900 msgstr "Server unterstützt kein --shallow-exclude"
1902 #: fetch-pack.c:1005
1903 msgid "Server does not support --deepen"
1904 msgstr "Server unterstützt kein --deepen"
1906 #: fetch-pack.c:1016
1907 msgid "no common commits"
1908 msgstr "keine gemeinsamen Commits"
1910 #: fetch-pack.c:1028
1911 msgid "git fetch-pack: fetch failed."
1912 msgstr "git fetch-pack: Abholen fehlgeschlagen."
1914 #: fetch-pack.c:1190
1915 msgid "no matching remote head"
1916 msgstr "kein übereinstimmender Remote-Branch"
1918 #: fetch-pack.c:1212
1920 msgid "no such remote ref %s"
1921 msgstr "keine solche Remote-Referenz %s"
1923 #: fetch-pack.c:1215
1925 msgid "Server does not allow request for unadvertised object %s"
1926 msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."
1928 #: gpg-interface.c:181
1929 msgid "gpg failed to sign the data"
1930 msgstr "gpg beim Signieren der Daten fehlgeschlagen"
1932 #: gpg-interface.c:211
1933 msgid "could not create temporary file"
1934 msgstr "konnte temporäre Datei nicht erstellen"
1936 #: gpg-interface.c:214
1938 msgid "failed writing detached signature to '%s'"
1939 msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
1943 msgid "ignore invalid color '%.*s' in log.graphColors"
1944 msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"
1948 msgid "'%s': unable to read %s"
1949 msgstr "'%s': konnte %s nicht lesen"
1951 #: grep.c:2039 setup.c:163 builtin/clone.c:407 builtin/diff.c:81
1954 msgid "failed to stat '%s'"
1955 msgstr "Konnte '%s' nicht lesen"
1959 msgid "'%s': short read"
1960 msgstr "'%s': read() zu kurz"
1964 msgid "available git commands in '%s'"
1965 msgstr "Vorhandene Git-Befehle in '%s'"
1968 msgid "git commands available from elsewhere on your $PATH"
1969 msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"
1972 msgid "These are common Git commands used in various situations:"
1973 msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"
1978 "'%s' appears to be a git command, but we were not\n"
1979 "able to execute it. Maybe git-%s is broken?"
1981 "'%s' scheint ein git-Befehl zu sein, konnte aber\n"
1982 "nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"
1985 msgid "Uh oh. Your system reports no Git commands at all."
1986 msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."
1990 msgid "WARNING: You called a Git command named '%s', which does not exist."
1992 "WARNUNG: Sie haben Git-Befehl '%s' ausgeführt, welcher nicht existiert."
1996 msgid "Continuing under the assumption that you meant '%s'."
1997 msgstr "Setze fort unter der Annahme, dass Sie '%s' meinten."
2001 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2002 msgstr "Setze in %0.1f Sekunden fort unter der Annahme, dass Sie '%s' meinten."
2006 msgid "git: '%s' is not a git command. See 'git --help'."
2007 msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."
2012 "The most similar command is"
2015 "The most similar commands are"
2018 "Der ähnlichste Befehl ist"
2021 "Die ähnlichsten Befehle sind"
2024 msgid "git version [<options>]"
2025 msgstr "git version [<Optionen>]"
2030 msgstr "%s: %s - %s"
2035 "Did you mean this?"
2038 "Did you mean one of these?"
2041 "Haben Sie das gemeint?"
2044 "Haben Sie eines von diesen gemeint?"
2049 "*** Please tell me who you are.\n"
2053 " git config --global user.email \"you@example.com\"\n"
2054 " git config --global user.name \"Your Name\"\n"
2056 "to set your account's default identity.\n"
2057 "Omit --global to set the identity only in this repository.\n"
2061 "*** Bitte geben Sie an, wer Sie sind.\n"
2065 " git config --global user.email \"you@example.com\"\n"
2066 " git config --global user.name \"Your Name\"\n"
2068 "aus, um das als Ihre standardmäßige Identität zu setzen.\n"
2069 "Lassen Sie die Option \"--global\" weg, um die Identität nur\n"
2070 "für dieses Repository zu setzen.\n"
2073 msgid "no email was given and auto-detection is disabled"
2074 msgstr "keine E-Mail angegeben und automatische Erkennung ist deaktiviert"
2078 msgid "unable to auto-detect email address (got '%s')"
2079 msgstr "Konnte die E-Mail-Adresse nicht automatisch erkennen ('%s' erhalten)"
2082 msgid "no name was given and auto-detection is disabled"
2083 msgstr "kein Name angegeben und automatische Erkennung ist deaktiviert"
2087 msgid "unable to auto-detect name (got '%s')"
2088 msgstr "konnte Namen nicht automatisch erkennen ('%s' erhalten)"
2092 msgid "empty ident name (for <%s>) not allowed"
2093 msgstr "Leerer Name in Identifikation (für <%s>) nicht erlaubt."
2097 msgid "name consists only of disallowed characters: %s"
2098 msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"
2100 #: ident.c:416 builtin/commit.c:582
2102 msgid "invalid date format: %s"
2103 msgstr "Ungültiges Datumsformat: %s"
2105 #: list-objects-filter-options.c:36
2106 msgid "multiple filter-specs cannot be combined"
2107 msgstr "Mehrere filter-specs können nicht kombiniert werden."
2109 #: list-objects-filter-options.c:126
2110 msgid "cannot change partial clone promisor remote"
2111 msgstr "Kann Remote-Repository für partielles Klonen nicht ändern."
2116 "Unable to create '%s.lock': %s.\n"
2118 "Another git process seems to be running in this repository, e.g.\n"
2119 "an editor opened by 'git commit'. Please make sure all processes\n"
2120 "are terminated then try again. If it still fails, a git process\n"
2121 "may have crashed in this repository earlier:\n"
2122 "remove the file manually to continue."
2124 "Konnte '%s.lock' nicht erstellen: %s.\n"
2126 "Ein anderer Git-Prozess scheint in diesem Repository ausgeführt\n"
2127 "zu werden, zum Beispiel ein noch offener Editor von 'git commit'.\n"
2128 "Bitte stellen Sie sicher, dass alle Prozesse beendet wurden und\n"
2129 "versuchen Sie es erneut. Falls es immer noch fehlschlägt, könnte\n"
2130 "ein früherer Git-Prozess in diesem Repository abgestürzt sein:\n"
2131 "Löschen Sie die Datei manuell um fortzufahren."
2135 msgid "Unable to create '%s.lock': %s"
2136 msgstr "Konnte '%s.lock' nicht erstellen: %s"
2139 msgid "failed to read the cache"
2140 msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
2142 #: merge.c:134 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2143 #: builtin/checkout.c:599 builtin/clone.c:759
2144 msgid "unable to write new index file"
2145 msgstr "Konnte neue Index-Datei nicht schreiben."
2147 #: merge-recursive.c:235
2148 msgid "(bad commit)\n"
2149 msgstr "(ungültiger Commit)\n"
2151 #: merge-recursive.c:257 merge-recursive.c:265
2153 msgid "addinfo_cache failed for path '%s'"
2154 msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"
2156 #: merge-recursive.c:329
2157 msgid "error building trees"
2158 msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
2160 #: merge-recursive.c:771
2162 msgid "failed to create path '%s'%s"
2163 msgstr "Fehler beim Erstellen des Pfades '%s'%s"
2165 #: merge-recursive.c:782
2167 msgid "Removing %s to make room for subdirectory\n"
2168 msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
2170 #: merge-recursive.c:796 merge-recursive.c:815
2171 msgid ": perhaps a D/F conflict?"
2172 msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
2174 #: merge-recursive.c:805
2176 msgid "refusing to lose untracked file at '%s'"
2177 msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
2179 #: merge-recursive.c:847 builtin/cat-file.c:37
2181 msgid "cannot read object %s '%s'"
2182 msgstr "kann Objekt %s '%s' nicht lesen"
2184 #: merge-recursive.c:849
2186 msgid "blob expected for %s '%s'"
2187 msgstr "Blob erwartet für %s '%s'"
2189 #: merge-recursive.c:873
2191 msgid "failed to open '%s': %s"
2192 msgstr "Fehler beim Öffnen von '%s': %s"
2194 #: merge-recursive.c:884
2196 msgid "failed to symlink '%s': %s"
2197 msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
2199 #: merge-recursive.c:889
2201 msgid "do not know what to do with %06o %s '%s'"
2202 msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
2204 #: merge-recursive.c:1029
2205 msgid "Failed to execute internal merge"
2206 msgstr "Fehler bei Ausführung des internen Merges"
2208 #: merge-recursive.c:1034
2210 msgid "Unable to add %s to database"
2211 msgstr "Konnte %s nicht zur Datenbank hinzufügen"
2213 #: merge-recursive.c:1146
2216 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2219 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2220 "im Arbeitsbereich gelassen."
2222 #: merge-recursive.c:1151
2225 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2228 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
2229 "%s wurde im Arbeitsbereich gelassen."
2231 #: merge-recursive.c:1158
2234 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2237 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2238 "im Arbeitsbereich bei %s gelassen."
2240 #: merge-recursive.c:1163
2243 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2244 "left in tree at %s."
2246 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
2247 "%s wurde im Arbeitsbereich bei %s gelassen."
2249 #: merge-recursive.c:1197
2253 #: merge-recursive.c:1197
2257 #: merge-recursive.c:1254
2259 msgid "%s is a directory in %s adding as %s instead"
2260 msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
2262 #: merge-recursive.c:1279
2265 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2266 "\"->\"%s\" in \"%s\"%s"
2268 "KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
2269 "und \"%s\"->\"%s\" in Branch \"%s\"%s"
2271 #: merge-recursive.c:1284
2272 msgid " (left unresolved)"
2273 msgstr " (bleibt unaufgelöst)"
2275 #: merge-recursive.c:1346
2277 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2279 "KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
2282 #: merge-recursive.c:1379
2284 msgid "Renaming %s to %s and %s to %s instead"
2285 msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
2287 #: merge-recursive.c:1582
2289 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2291 "KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
2294 #: merge-recursive.c:1597
2296 msgid "Adding merged %s"
2297 msgstr "Füge zusammengeführte Datei %s hinzu"
2299 #: merge-recursive.c:1604 merge-recursive.c:1834
2301 msgid "Adding as %s instead"
2302 msgstr "Füge stattdessen als %s hinzu"
2304 #: merge-recursive.c:1661
2306 msgid "cannot read object %s"
2307 msgstr "kann Objekt %s nicht lesen"
2309 #: merge-recursive.c:1664
2311 msgid "object %s is not a blob"
2312 msgstr "Objekt %s ist kein Blob"
2314 #: merge-recursive.c:1733
2318 #: merge-recursive.c:1733
2322 #: merge-recursive.c:1743
2326 #: merge-recursive.c:1750
2328 msgstr "hinzufügen/hinzufügen"
2330 #: merge-recursive.c:1786
2332 msgid "Skipped %s (merged same as existing)"
2333 msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
2335 #: merge-recursive.c:1800
2337 msgid "Auto-merging %s"
2338 msgstr "automatischer Merge von %s"
2340 #: merge-recursive.c:1804 git-submodule.sh:879
2344 #: merge-recursive.c:1805
2346 msgid "CONFLICT (%s): Merge conflict in %s"
2347 msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
2349 #: merge-recursive.c:1899
2352 msgstr "Entferne %s"
2354 #: merge-recursive.c:1925
2355 msgid "file/directory"
2356 msgstr "Datei/Verzeichnis"
2358 #: merge-recursive.c:1931
2359 msgid "directory/file"
2360 msgstr "Verzeichnis/Datei"
2362 #: merge-recursive.c:1938
2364 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2366 "KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
2369 #: merge-recursive.c:1947
2372 msgstr "Füge %s hinzu"
2374 #: merge-recursive.c:1987
2376 msgid "Dirty index: cannot merge (dirty: %s)"
2377 msgstr "Geänderter Index: kann nicht mergen (geändert: %s)"
2379 #: merge-recursive.c:1991
2380 msgid "Already up to date!"
2381 msgstr "Bereits aktuell!"
2383 #: merge-recursive.c:2000
2385 msgid "merging of trees %s and %s failed"
2386 msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
2388 #: merge-recursive.c:2097
2392 #: merge-recursive.c:2110
2394 msgid "found %u common ancestor:"
2395 msgid_plural "found %u common ancestors:"
2396 msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
2397 msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
2399 #: merge-recursive.c:2149
2400 msgid "merge returned no commit"
2401 msgstr "Merge hat keinen Commit zurückgegeben"
2403 #: merge-recursive.c:2212
2405 msgid "Could not parse object '%s'"
2406 msgstr "Konnte Objekt '%s' nicht parsen."
2408 #: merge-recursive.c:2228 builtin/merge.c:657 builtin/merge.c:816
2409 msgid "Unable to write index."
2410 msgstr "Konnte Index nicht schreiben."
2412 #: notes-merge.c:272
2415 "You have not concluded your previous notes merge (%s exists).\n"
2416 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2417 "commit/abort the previous merge before you start a new notes merge."
2419 "Sie haben Ihren vorherigen Merge von Notizen nicht abgeschlossen (%s "
2421 "Bitte benutzen Sie 'git notes merge --commit' oder 'git notes merge --"
2423 "den vorherigen Merge zu committen bzw. abzubrechen, bevor Sie einen neuen "
2425 "von Notizen beginnen."
2427 #: notes-merge.c:279
2429 msgid "You have not concluded your notes merge (%s exists)."
2430 msgstr "Sie haben Ihren Merge von Notizen nicht abgeschlossen (%s existiert)."
2433 msgid "Cannot commit uninitialized/unreferenced notes tree"
2435 "Kann uninitialisiertes/unreferenziertes Notiz-Verzeichnis nicht committen."
2437 #: notes-utils.c:102
2439 msgid "Bad notes.rewriteMode value: '%s'"
2440 msgstr "Ungültiger notes.rewriteMode Wert: '%s'"
2442 #: notes-utils.c:112
2444 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2446 "Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)"
2448 #. TRANSLATORS: The first %s is the name of
2449 #. the environment variable, the second %s is
2452 #: notes-utils.c:142
2454 msgid "Bad %s value: '%s'"
2455 msgstr "Ungültiger %s Wert: '%s'"
2459 msgid "unable to parse object: %s"
2460 msgstr "Konnte Objekt '%s' nicht parsen."
2463 msgid "offset before end of packfile (broken .idx?)"
2464 msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
2468 msgid "offset before start of pack index for %s (corrupt index?)"
2469 msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
2473 msgid "offset beyond end of pack index for %s (truncated index?)"
2474 msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
2476 #: parse-options.c:619
2480 #: parse-options.c:638
2483 msgstr "Verwendung: %s"
2485 #. TRANSLATORS: the colon here should align with the
2486 #. one in "usage: %s" translation.
2488 #: parse-options.c:644
2493 #: parse-options.c:647
2498 #: parse-options.c:686
2502 #: parse-options-cb.c:108
2504 msgid "malformed object name '%s'"
2505 msgstr "fehlerhafter Objekt-Name '%s'"
2509 msgid "Could not make %s writable by group"
2510 msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
2513 msgid "Escape character '\\' not allowed as last character in attr value"
2514 msgstr "Escape-Zeichen '\\' als letztes Zeichen in Attributwert nicht erlaubt"
2517 msgid "Only one 'attr:' specification is allowed."
2518 msgstr "Es ist nur eine Angabe von 'attr:' erlaubt."
2521 msgid "attr spec must not be empty"
2522 msgstr "Angabe von 'attr:' darf nicht leer sein"
2526 msgid "invalid attribute name %s"
2527 msgstr "Ungültiger Attributname %s"
2530 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2532 "Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "
2537 "global 'literal' pathspec setting is incompatible with all other global "
2540 "Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"
2541 "mit allen anderen Optionen."
2544 msgid "invalid parameter for pathspec magic 'prefix'"
2545 msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"
2549 msgid "Invalid pathspec magic '%.*s' in '%s'"
2550 msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"
2554 msgid "Missing ')' at the end of pathspec magic in '%s'"
2555 msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"
2559 msgid "Unimplemented pathspec magic '%c' in '%s'"
2560 msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"
2564 msgid "%s: 'literal' and 'glob' are incompatible"
2565 msgstr "%s: 'literal' und 'glob' sind inkompatibel"
2569 msgid "%s: '%s' is outside repository"
2570 msgstr "%s: '%s' liegt außerhalb des Repositories"
2574 msgid "'%s' (mnemonic: '%c')"
2575 msgstr "'%s' (Kürzel: '%c')"
2579 msgid "%s: pathspec magic not supported by this command: %s"
2581 "%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"
2585 msgid "pathspec '%s' is beyond a symbolic link"
2586 msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
2589 msgid "unable to parse --pretty format"
2590 msgstr "Konnte --pretty Format nicht parsen."
2592 #: read-cache.c:1473
2595 "index.version set, but the value is invalid.\n"
2598 "index.version gesetzt, aber Wert ungültig.\n"
2599 "Verwende Version %i"
2601 #: read-cache.c:1483
2604 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2607 "GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
2608 "Verwende Version %i"
2610 #: read-cache.c:2375 sequencer.c:3248 wrapper.c:658 builtin/merge.c:1049
2612 msgid "could not close '%s'"
2613 msgstr "Konnte '%s' nicht schließen"
2615 #: read-cache.c:2448 sequencer.c:1900 sequencer.c:2627
2617 msgid "could not stat '%s'"
2618 msgstr "Konnte '%s' nicht lesen."
2620 #: read-cache.c:2461
2622 msgid "unable to open git dir: %s"
2623 msgstr "konnte Git-Verzeichnis nicht öffnen: %s"
2625 #: read-cache.c:2473
2627 msgid "unable to unlink: %s"
2628 msgstr "Konnte '%s' nicht entfernen."
2632 msgid "Could not open '%s' for writing"
2633 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2636 msgid "ref updates forbidden inside quarantine environment"
2638 "Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung "
2641 #: refs/files-backend.c:1189
2643 msgid "could not remove reference %s"
2644 msgstr "Konnte Referenz %s nicht löschen"
2646 #: refs/files-backend.c:1203 refs/packed-backend.c:1528
2647 #: refs/packed-backend.c:1538
2649 msgid "could not delete reference %s: %s"
2650 msgstr "Konnte Referenz %s nicht entfernen: %s"
2652 #: refs/files-backend.c:1206 refs/packed-backend.c:1541
2654 msgid "could not delete references: %s"
2655 msgstr "Konnte Referenzen nicht entfernen: %s"
2657 #: ref-filter.c:35 wt-status.c:1842
2669 msgstr "%d hinterher"
2673 msgid "ahead %d, behind %d"
2674 msgstr "%d voraus, %d hinterher"
2678 msgid "expected format: %%(color:<color>)"
2679 msgstr "Erwartetes Format: %%(color:<Farbe>)"
2683 msgid "unrecognized color: %%(color:%s)"
2684 msgstr "nicht erkannte Farbe: %%(color:%s)"
2688 msgid "Integer value expected refname:lstrip=%s"
2689 msgstr "Positiver Wert erwartet refname:lstrip=%s"
2693 msgid "Integer value expected refname:rstrip=%s"
2694 msgstr "Positiver Wert erwartet refname:rstrip=%s"
2698 msgid "unrecognized %%(%s) argument: %s"
2699 msgstr "nicht erkanntes %%(%s) Argument: %s"
2703 msgid "%%(body) does not take arguments"
2704 msgstr "%%(body) akzeptiert keine Argumente"
2708 msgid "%%(subject) does not take arguments"
2709 msgstr "%%(subject) akzeptiert keine Argumente"
2713 msgid "unknown %%(trailers) argument: %s"
2714 msgstr "unbekanntes %%(trailers) Argument: %s"
2718 msgid "positive value expected contents:lines=%s"
2719 msgstr "Positiver Wert erwartet contents:lines=%s"
2723 msgid "unrecognized %%(contents) argument: %s"
2724 msgstr "nicht erkanntes %%(contents) Argument: %s"
2728 msgid "positive value expected objectname:short=%s"
2729 msgstr "Positiver Wert erwartet objectname:short=%s"
2733 msgid "unrecognized %%(objectname) argument: %s"
2734 msgstr "nicht erkanntes %%(objectname) Argument: %s"
2738 msgid "expected format: %%(align:<width>,<position>)"
2739 msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
2743 msgid "unrecognized position:%s"
2744 msgstr "nicht erkannte Position:%s"
2748 msgid "unrecognized width:%s"
2749 msgstr "nicht erkannte Breite:%s"
2753 msgid "unrecognized %%(align) argument: %s"
2754 msgstr "nicht erkanntes %%(align) Argument: %s"
2758 msgid "positive width expected with the %%(align) atom"
2759 msgstr "Positive Breitenangabe für %%(align) erwartet"
2763 msgid "unrecognized %%(if) argument: %s"
2764 msgstr "nicht erkanntes %%(if) Argument: %s"
2768 msgid "malformed field name: %.*s"
2769 msgstr "Fehlerhafter Feldname: %.*s"
2773 msgid "unknown field name: %.*s"
2774 msgstr "Unbekannter Feldname: %.*s"
2778 msgid "format: %%(if) atom used without a %%(then) atom"
2779 msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"
2783 msgid "format: %%(then) atom used without an %%(if) atom"
2784 msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"
2788 msgid "format: %%(then) atom used more than once"
2789 msgstr "format: %%(then) Atom mehr als einmal verwendet"
2793 msgid "format: %%(then) atom used after %%(else)"
2794 msgstr "format: %%(then) Atom nach %%(else) verwendet"
2798 msgid "format: %%(else) atom used without an %%(if) atom"
2799 msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"
2803 msgid "format: %%(else) atom used without a %%(then) atom"
2804 msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"
2808 msgid "format: %%(else) atom used more than once"
2809 msgstr "Format: %%(end) Atom mehr als einmal verwendet"
2813 msgid "format: %%(end) atom used without corresponding atom"
2814 msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
2818 msgid "malformed format string %s"
2819 msgstr "Fehlerhafter Formatierungsstring %s"
2821 #: ref-filter.c:1313
2823 msgid "(no branch, rebasing %s)"
2824 msgstr "(kein Branch, Rebase von Branch %s im Gange)"
2826 #: ref-filter.c:1316
2828 msgid "(no branch, bisect started on %s)"
2829 msgstr "(kein Branch, binäre Suche begonnen bei %s)"
2831 #. TRANSLATORS: make sure this matches "HEAD
2832 #. detached at " in wt-status.c
2834 #: ref-filter.c:1324
2836 msgid "(HEAD detached at %s)"
2837 msgstr "(HEAD losgelöst bei %s)"
2839 #. TRANSLATORS: make sure this matches "HEAD
2840 #. detached from " in wt-status.c
2842 #: ref-filter.c:1331
2844 msgid "(HEAD detached from %s)"
2845 msgstr "(HEAD losgelöst von %s)"
2847 #: ref-filter.c:1335
2849 msgstr "(kein Branch)"
2851 #: ref-filter.c:1364
2853 msgid "missing object %s for %s"
2854 msgstr "Objekt %s fehlt für %s"
2856 #: ref-filter.c:1367
2858 msgid "parse_object_buffer failed on %s for %s"
2859 msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
2861 #: ref-filter.c:1819
2863 msgid "malformed object at '%s'"
2864 msgstr "fehlerhaftes Objekt bei '%s'"
2866 #: ref-filter.c:1886
2868 msgid "ignoring ref with broken name %s"
2869 msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
2871 #: ref-filter.c:1891
2873 msgid "ignoring broken ref %s"
2874 msgstr "Ignoriere fehlerhafte Referenz %s"
2876 #: ref-filter.c:2152
2878 msgid "format: %%(end) atom missing"
2879 msgstr "Format: %%(end) Atom fehlt"
2881 #: ref-filter.c:2246
2883 msgid "malformed object name %s"
2884 msgstr "Missgebildeter Objektname %s"
2888 msgid "Cannot fetch both %s and %s to %s"
2889 msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
2893 msgid "%s usually tracks %s, not %s"
2894 msgstr "%s folgt üblicherweise %s, nicht %s"
2898 msgid "%s tracks both %s and %s"
2899 msgstr "%s folgt sowohl %s als auch %s"
2902 msgid "Internal error"
2903 msgstr "Interner Fehler"
2905 #: remote.c:1726 remote.c:1828
2906 msgid "HEAD does not point to a branch"
2907 msgstr "HEAD zeigt auf keinen Branch"
2911 msgid "no such branch: '%s'"
2912 msgstr "Kein solcher Branch: '%s'"
2916 msgid "no upstream configured for branch '%s'"
2917 msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
2921 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2922 msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
2926 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2928 "Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
2933 msgid "branch '%s' has no remote for pushing"
2934 msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
2938 msgid "push refspecs for '%s' do not include '%s'"
2939 msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
2942 msgid "push has no destination (push.default is 'nothing')"
2943 msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
2946 msgid "cannot resolve 'simple' push to a single destination"
2947 msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
2951 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2953 "Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
2956 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2957 msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
2961 msgid "Your branch is up to date with '%s'.\n"
2962 msgstr "Ihr Branch ist auf demselben Stand wie '%s'.\n"
2966 msgid "Your branch and '%s' refer to different commits.\n"
2967 msgstr "Ihr Branch und '%s' zeigen auf unterschiedliche Commits.\n"
2971 msgid " (use \"%s\" for details)\n"
2972 msgstr " (benutzen Sie \"%s\" für Details)\n"
2976 msgid "Your branch is ahead of '%s' by %d commit.\n"
2977 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2978 msgstr[0] "Ihr Branch ist %2$d Commit vor '%1$s'.\n"
2979 msgstr[1] "Ihr Branch ist %2$d Commits vor '%1$s'.\n"
2982 msgid " (use \"git push\" to publish your local commits)\n"
2983 msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
2987 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2989 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2991 "Ihr Branch ist %2$d Commit hinter '%1$s', und kann vorgespult werden.\n"
2993 "Ihr Branch ist %2$d Commits hinter '%1$s', und kann vorgespult werden.\n"
2996 msgid " (use \"git pull\" to update your local branch)\n"
2998 " (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
3003 "Your branch and '%s' have diverged,\n"
3004 "and have %d and %d different commit each, respectively.\n"
3006 "Your branch and '%s' have diverged,\n"
3007 "and have %d and %d different commits each, respectively.\n"
3009 "Ihr Branch und '%s' sind divergiert,\n"
3010 "und haben jeweils %d und %d unterschiedliche Commits.\n"
3012 "Ihr Branch und '%s' sind divergiert,\n"
3013 "und haben jeweils %d und %d unterschiedliche Commits.\n"
3016 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
3018 " (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
3019 "zusammenzuführen)\n"
3022 msgid "your current branch appears to be broken"
3023 msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
3027 msgid "your current branch '%s' does not have any commits yet"
3028 msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
3031 msgid "--first-parent is incompatible with --bisect"
3032 msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
3034 #: run-command.c:731
3035 msgid "open /dev/null failed"
3036 msgstr "Öffnen von /dev/null fehlgeschlagen"
3038 #: run-command.c:1274
3041 "The '%s' hook was ignored because it's not set as executable.\n"
3042 "You can disable this warning with `git config advice.ignoredHook false`."
3044 "Der '%s' Hook wurde ignoriert, weil er nicht als ausführbar markiert ist.\n"
3045 "Sie können diese Warnung mit `git config advice.ignoredHook false` "
3049 msgid "unexpected flush packet while reading remote unpack status"
3050 msgstr "Unerwartetes Flush-Paket beim Lesen des Remote-Unpack-Status."
3054 msgid "unable to parse remote unpack status: %s"
3055 msgstr "Konnte Status des Entpackens der Gegenseite nicht parsen: %s"
3059 msgid "remote unpack failed: %s"
3060 msgstr "Entpacken auf der Gegenseite fehlgeschlagen: %s"
3063 msgid "failed to sign the push certificate"
3064 msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
3067 msgid "the receiving end does not support --signed push"
3069 "die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
3073 "not sending a push certificate since the receiving end does not support --"
3076 "kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"
3077 "Versand (\"--signed push\") unterstützt"
3080 msgid "the receiving end does not support --atomic push"
3081 msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
3084 msgid "the receiving end does not support push options"
3085 msgstr "die Gegenseite unterstützt keine Push-Optionen"
3089 msgid "invalid commit message cleanup mode '%s'"
3090 msgstr "Ungültiger \"cleanup\"-Modus '%s' für Commit-Beschreibungen."
3098 msgstr "Cherry-Pick"
3102 msgstr "interaktives Rebase"
3106 msgid "Unknown action: %d"
3107 msgstr "Unbekannte Aktion: %d"
3111 "after resolving the conflicts, mark the corrected paths\n"
3112 "with 'git add <paths>' or 'git rm <paths>'"
3114 "nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"
3115 "mit 'git add <Pfade>' oder 'git rm <Pfade>'"
3119 "after resolving the conflicts, mark the corrected paths\n"
3120 "with 'git add <paths>' or 'git rm <paths>'\n"
3121 "and commit the result with 'git commit'"
3123 "nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"
3124 "mit 'git add <Pfade>' oder 'git rm <Pfade>' und tragen Sie das Ergebnis mit\n"
3127 #: sequencer.c:346 sequencer.c:2245
3129 msgid "could not lock '%s'"
3130 msgstr "Konnte '%s' nicht sperren"
3132 #: sequencer.c:349 sequencer.c:2124 sequencer.c:2250 sequencer.c:2264
3133 #: sequencer.c:3246 sequencer.c:3310 wrapper.c:656
3135 msgid "could not write to '%s'"
3136 msgstr "Konnte nicht nach '%s' schreiben."
3140 msgid "could not write eol to '%s'"
3141 msgstr "Konnte EOL nicht nach '%s' schreiben."
3143 #: sequencer.c:356 sequencer.c:2128 sequencer.c:2252
3145 msgid "failed to finalize '%s'"
3146 msgstr "Fehler beim Fertigstellen von '%s'."
3148 #: sequencer.c:379 sequencer.c:1340 sequencer.c:2148 builtin/am.c:259
3149 #: builtin/commit.c:722 builtin/merge.c:1047
3151 msgid "could not read '%s'"
3152 msgstr "Konnte '%s' nicht lesen"
3156 msgid "your local changes would be overwritten by %s."
3157 msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."
3160 msgid "commit your changes or stash them to proceed."
3162 "Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
3166 msgid "%s: fast-forward"
3167 msgstr "%s: Vorspulen"
3169 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3174 msgid "%s: Unable to write new index file"
3175 msgstr "%s: Konnte neue Index-Datei nicht schreiben"
3178 msgid "could not resolve HEAD commit"
3179 msgstr "Konnte HEAD-Commit nicht auflösen."
3182 msgid "unable to update cache tree"
3183 msgstr "Konnte Cache-Verzeichnis nicht aktualisieren."
3188 "you have staged changes in your working tree\n"
3189 "If these changes are meant to be squashed into the previous commit, run:\n"
3191 " git commit --amend %s\n"
3193 "If they are meant to go into a new commit, run:\n"
3197 "In both cases, once you're done, continue with:\n"
3199 " git rebase --continue\n"
3201 "Es befinden sich zum Commit vorgemerkte Änderungen in Ihrem "
3202 "Arbeitsverzeichnis.\n"
3203 "Wenn diese Änderungen in den vorherigen Commit aufgenommen werden sollen,\n"
3206 " git commit --amend %s\n"
3208 "Wenn daraus ein neuer Commit erzeugt werden soll, führen Sie aus:\n"
3212 "Im Anschluss führen Sie zum Fortfahren aus:\n"
3214 " git rebase --continue\n"
3217 msgid "'prepare-commit-msg' hook failed"
3218 msgstr "'prepare-commit-msg' Hook fehlgeschlagen."
3222 "Your name and email address were configured automatically based\n"
3223 "on your username and hostname. Please check that they are accurate.\n"
3224 "You can suppress this message by setting them explicitly. Run the\n"
3225 "following command and follow the instructions in your editor to edit\n"
3226 "your configuration file:\n"
3228 " git config --global --edit\n"
3230 "After doing this, you may fix the identity used for this commit with:\n"
3232 " git commit --amend --reset-author\n"
3234 "Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"
3235 "Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"
3236 "diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"
3237 "diese explizit setzen. Führen Sie dazu den folgenden Befehl aus und folgen\n"
3238 "Sie den Anweisungen in Ihrem Editor, um die Konfigurationsdatei zu "
3241 " git config --global --edit\n"
3243 "Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit\n"
3246 " git commit --amend --reset-author\n"
3250 "Your name and email address were configured automatically based\n"
3251 "on your username and hostname. Please check that they are accurate.\n"
3252 "You can suppress this message by setting them explicitly:\n"
3254 " git config --global user.name \"Your Name\"\n"
3255 " git config --global user.email you@example.com\n"
3257 "After doing this, you may fix the identity used for this commit with:\n"
3259 " git commit --amend --reset-author\n"
3261 "Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"
3262 "Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"
3263 "diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"
3264 "diese explizit setzen:\n"
3266 " git config --global user.name \"Ihr Name\"\n"
3267 " git config --global user.email ihre@emailadresse.de\n"
3269 "Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit "
3272 " git commit --amend --reset-author\n"
3275 msgid "couldn't look up newly created commit"
3276 msgstr "Konnte neu erstellten Commit nicht nachschlagen."
3279 msgid "could not parse newly created commit"
3280 msgstr "Konnte neu erstellten Commit nicht analysieren."
3283 msgid "unable to resolve HEAD after creating commit"
3284 msgstr "Konnte HEAD nicht auflösen, nachdem der Commit erstellt wurde."
3287 msgid "detached HEAD"
3288 msgstr "losgelöster HEAD"
3291 msgid " (root-commit)"
3292 msgstr " (Basis-Commit)"
3295 msgid "could not parse HEAD"
3296 msgstr "Konnte HEAD nicht parsen."
3300 msgid "HEAD %s is not a commit!"
3301 msgstr "HEAD %s ist kein Commit!"
3303 #: sequencer.c:1056 builtin/commit.c:1491
3304 msgid "could not parse HEAD commit"
3305 msgstr "Konnte Commit von HEAD nicht analysieren."
3307 #: sequencer.c:1107 sequencer.c:1673
3308 msgid "unable to parse commit author"
3309 msgstr "Konnte Commit-Autor nicht parsen."
3311 #: sequencer.c:1117 builtin/am.c:1630 builtin/merge.c:643
3312 msgid "git write-tree failed to write a tree"
3313 msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
3315 #: sequencer.c:1134 sequencer.c:1186
3317 msgid "unable to read commit message from '%s'"
3318 msgstr "Konnte Commit-Beschreibung von '%s' nicht lesen."
3320 #: sequencer.c:1154 builtin/am.c:1650 builtin/commit.c:1594 builtin/merge.c:826
3321 #: builtin/merge.c:851
3322 msgid "failed to write commit object"
3323 msgstr "Fehler beim Schreiben des Commit-Objektes."
3327 msgid "could not parse commit %s"
3328 msgstr "Konnte Commit %s nicht parsen."
3332 msgid "could not parse parent commit %s"
3333 msgstr "Konnte Eltern-Commit %s nicht parsen."
3338 "unexpected 1st line of squash message:\n"
3342 "unerwartete erste Zeile der Squash-Beschreibung:\n"
3349 "invalid 1st line of squash message:\n"
3353 "ungültige erste Zeile der Squash-Beschreibung:\n"
3357 #: sequencer.c:1359 sequencer.c:1384
3359 msgid "This is a combination of %d commits."
3360 msgstr "Das ist eine Kombination aus %d Commits."
3362 #: sequencer.c:1368 sequencer.c:3265
3363 msgid "need a HEAD to fixup"
3364 msgstr "benötige HEAD für fixup"
3367 msgid "could not read HEAD"
3368 msgstr "Konnte HEAD nicht lesen"
3371 msgid "could not read HEAD's commit message"
3372 msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"
3376 msgid "cannot write '%s'"
3377 msgstr "kann '%s' nicht schreiben"
3379 #: sequencer.c:1387 git-rebase--interactive.sh:452
3380 msgid "This is the 1st commit message:"
3381 msgstr "Das ist die erste Commit-Beschreibung:"
3385 msgid "could not read commit message of %s"
3386 msgstr "Konnte Commit-Beschreibung von %s nicht lesen."
3390 msgid "This is the commit message #%d:"
3391 msgstr "Das ist Commit-Beschreibung #%d:"
3395 msgid "The commit message #%d will be skipped:"
3396 msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"
3400 msgid "unknown command: %d"
3401 msgstr "Unbekannter Befehl: %d"
3404 msgid "your index file is unmerged."
3405 msgstr "Ihre Index-Datei ist nicht zusammengeführt."
3409 msgid "commit %s is a merge but no -m option was given."
3410 msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
3414 msgid "commit %s does not have parent %d"
3415 msgstr "Commit %s hat keinen Eltern-Commit %d"
3419 msgid "mainline was specified but commit %s is not a merge."
3420 msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
3424 msgid "cannot get commit message for %s"
3425 msgstr "Kann keine Commit-Beschreibung für %s bekommen."
3427 #. TRANSLATORS: The first %s will be a "todo" command like
3428 #. "revert" or "pick", the second %s a SHA1.
3431 msgid "%s: cannot parse parent commit %s"
3432 msgstr "%s: kann Eltern-Commit %s nicht parsen"
3434 #: sequencer.c:1600 sequencer.c:2397
3436 msgid "could not rename '%s' to '%s'"
3437 msgstr "Konnte '%s' nicht zu '%s' umbenennen."
3441 msgid "could not revert %s... %s"
3442 msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
3446 msgid "could not apply %s... %s"
3447 msgstr "Konnte %s... (%s) nicht anwenden"
3450 msgid "empty commit set passed"
3451 msgstr "leere Menge von Commits übergeben"
3455 msgid "git %s: failed to read the index"
3456 msgstr "git %s: Fehler beim Lesen des Index"
3460 msgid "git %s: failed to refresh the index"
3461 msgstr "git %s: Fehler beim Aktualisieren des Index"
3465 msgid "%s does not accept arguments: '%s'"
3466 msgstr "%s akzeptiert keine Argumente: '%s'"
3470 msgid "missing arguments for %s"
3471 msgstr "Fehlende Argumente für %s."
3475 msgid "invalid line %d: %.*s"
3476 msgstr "Ungültige Zeile %d: %.*s"
3480 msgid "cannot '%s' without a previous commit"
3481 msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"
3483 #: sequencer.c:1883 sequencer.c:3056 sequencer.c:3091
3485 msgid "could not read '%s'."
3486 msgstr "Konnte '%s' nicht lesen."
3489 msgid "please fix this using 'git rebase --edit-todo'."
3491 "Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."
3495 msgid "unusable instruction sheet: '%s'"
3496 msgstr "Unbenutzbares Instruktionsblatt: '%s'"
3499 msgid "no commits parsed."
3500 msgstr "Keine Commits geparst."
3503 msgid "cannot cherry-pick during a revert."
3504 msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
3507 msgid "cannot revert during a cherry-pick."
3508 msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
3512 msgid "invalid key: %s"
3513 msgstr "Ungültiger Schlüssel: %s"
3517 msgid "invalid value for %s: %s"
3518 msgstr "Ungültiger Wert für %s: %s"
3522 msgid "malformed options sheet: '%s'"
3523 msgstr "Fehlerhaftes Optionsblatt: '%s'"
3526 msgid "a cherry-pick or revert is already in progress"
3527 msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
3530 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3531 msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
3535 msgid "could not create sequencer directory '%s'"
3536 msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
3539 msgid "could not lock HEAD"
3540 msgstr "Konnte HEAD nicht sperren"
3542 #: sequencer.c:2173 sequencer.c:2761
3543 msgid "no cherry-pick or revert in progress"
3544 msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
3547 msgid "cannot resolve HEAD"
3548 msgstr "kann HEAD nicht auflösen"
3550 #: sequencer.c:2177 sequencer.c:2212
3551 msgid "cannot abort from a branch yet to be born"
3552 msgstr "kann nicht abbrechen: bin auf einem Branch, der noch nicht geboren ist"
3554 #: sequencer.c:2198 builtin/grep.c:720
3556 msgid "cannot open '%s'"
3557 msgstr "kann '%s' nicht öffnen"
3561 msgid "cannot read '%s': %s"
3562 msgstr "Kann '%s' nicht lesen: %s"
3565 msgid "unexpected end of file"
3566 msgstr "Unerwartetes Dateiende"
3570 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3571 msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
3574 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3576 "Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."
3578 #: sequencer.c:2324 sequencer.c:2679
3580 msgid "could not update %s"
3581 msgstr "Konnte %s nicht aktualisieren."
3583 #: sequencer.c:2362 sequencer.c:2659
3584 msgid "cannot read HEAD"
3585 msgstr "Kann HEAD nicht lesen"
3587 #: sequencer.c:2402 builtin/difftool.c:639
3589 msgid "could not copy '%s' to '%s'"
3590 msgstr "Konnte '%s' nicht nach '%s' kopieren."
3593 msgid "could not read index"
3594 msgstr "Konnte den Index nicht lesen."
3599 "execution failed: %s\n"
3600 "%sYou can fix the problem, and then run\n"
3602 " git rebase --continue\n"
3605 "Ausführung fehlgeschlagen: %s\n"
3606 "%sSie können das Problem beheben, und dann\n"
3608 "\tgit rebase --continue\n"
3613 msgid "and made changes to the index and/or the working tree\n"
3614 msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"
3619 "execution succeeded: %s\n"
3620 "but left changes to the index and/or the working tree\n"
3621 "Commit or stash your changes, and then run\n"
3623 " git rebase --continue\n"
3626 "Ausführung erfolgreich: %s\n"
3627 "Aber Änderungen in Index oder Arbeitsverzeichnis verblieben.\n"
3628 "Committen Sie Ihre Änderungen oder benutzen Sie \"stash\".\n"
3629 "Führen Sie dann aus:\n"
3631 " git rebase --continue\n"
3636 msgid "Applied autostash.\n"
3637 msgstr "Automatischen Stash angewendet.\n"
3641 msgid "cannot store %s"
3642 msgstr "kann %s nicht speichern"
3644 #: sequencer.c:2512 git-rebase.sh:178
3647 "Applying autostash resulted in conflicts.\n"
3648 "Your changes are safe in the stash.\n"
3649 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3651 "Anwendung des automatischen Stash resultierte in Konflikten.\n"
3652 "Ihre Änderungen sind im Stash sicher.\n"
3653 "Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"
3657 msgid "Stopped at %s... %.*s\n"
3658 msgstr "Angehalten bei %s... %.*s\n"
3662 msgid "unknown command %d"
3663 msgstr "Unbekannter Befehl %d"
3666 msgid "could not read orig-head"
3667 msgstr "Konnte orig-head nicht lesen."
3669 #: sequencer.c:2672 sequencer.c:3262
3670 msgid "could not read 'onto'"
3671 msgstr "Konnte 'onto' nicht lesen."
3675 msgid "could not update HEAD to %s"
3676 msgstr "Konnte HEAD nicht auf %s aktualisieren."
3679 msgid "cannot rebase: You have unstaged changes."
3681 "Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit\n"
3685 msgid "could not remove CHERRY_PICK_HEAD"
3686 msgstr "Konnte CHERRY_PICK_HEAD nicht löschen."
3689 msgid "cannot amend non-existing commit"
3690 msgstr "Kann nicht existierenden Commit nicht nachbessern."
3694 msgid "invalid file: '%s'"
3695 msgstr "Ungültige Datei: '%s'"
3699 msgid "invalid contents: '%s'"
3700 msgstr "Ungültige Inhalte: '%s'"
3705 "You have uncommitted changes in your working tree. Please, commit them\n"
3706 "first and then run 'git rebase --continue' again."
3709 "Sie haben nicht committete Änderungen in Ihrem Arbeitsverzeichnis. Bitte\n"
3710 "committen Sie diese zuerst und führen Sie dann 'git rebase --continue'\n"
3714 msgid "could not commit staged changes."
3715 msgstr "Konnte Änderungen aus der Staging-Area nicht committen."
3719 msgid "%s: can't cherry-pick a %s"
3720 msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
3724 msgid "%s: bad revision"
3725 msgstr "%s: ungültiger Commit"
3728 msgid "can't revert as initial commit"
3729 msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
3732 msgid "make_script: unhandled options"
3733 msgstr "make_script: unbehandelte Optionen"
3736 msgid "make_script: error preparing revisions"
3737 msgstr "make_script: Fehler beim Vorbereiten der Commits"
3739 #: sequencer.c:3060 sequencer.c:3095
3741 msgid "unusable todo list: '%s'"
3742 msgstr "Unbenutzbare TODO-Liste: '%s'"
3747 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3749 "Nicht erkannte Einstellung %s für Option rebase.missingCommitsCheck. "
3755 "Warning: some commits may have been dropped accidentally.\n"
3756 "Dropped commits (newer to older):\n"
3758 "Warnung: Einige Commits könnten aus Versehen entfernt worden sein.\n"
3759 "Entfernte Commits (neu zu alt):\n"
3764 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3766 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3768 "The possible behaviours are: ignore, warn, error.\n"
3771 "Um diese Meldung zu vermeiden, benutzen Sie \"drop\", um exlizit Commits zu\n"
3774 "Benutzen Sie 'git config rebase.missingCommitsCheck', um die Stufe der\n"
3775 "Warnungen zu ändern.\n"
3776 "Die möglichen Verhaltensweisen sind: ignore, warn, error.\n"
3781 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3783 "Or you can abort the rebase with 'git rebase --abort'.\n"
3785 "Sie können das mit 'git rebase --edit-todo' beheben. Führen Sie danach\n"
3786 "'git rebase --continue' aus.\n"
3787 "Oder Sie können den Rebase mit 'git rebase --abort' abbrechen.\n"
3789 #: sequencer.c:3244 sequencer.c:3304 wrapper.c:225 wrapper.c:395
3792 msgid "could not open '%s' for writing"
3793 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
3797 msgid "could not parse commit '%s'"
3798 msgstr "Konnte Commit '%s' nicht parsen."
3801 msgid "the script was already rearranged."
3802 msgstr "Das Script wurde bereits umgeordnet."
3806 msgid "'%s' is outside repository"
3807 msgstr "'%s' liegt außerhalb des Repositories."
3812 "%s: no such path in the working tree.\n"
3813 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3815 "%s: kein solcher Pfad im Arbeitsverzeichnis.\n"
3816 "Benutzen Sie 'git <Befehl> -- <Pfad>...' zur Angabe von Pfaden, die lokal\n"
3822 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3823 "Use '--' to separate paths from revisions, like this:\n"
3824 "'git <command> [<revision>...] -- [<file>...]'"
3826 "mehrdeutiges Argument '%s': unbekannter Commit oder Pfad existiert nicht\n"
3827 "im Arbeitsverzeichnis\n"
3828 "Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
3829 "'git <Befehl> [<Commit>...] -- [<Datei>...]'"
3833 msgid "option '%s' must come before non-option arguments"
3834 msgstr "Die Option '%s' muss vor den Argumenten kommen, die keine Optionen sind."
3839 "ambiguous argument '%s': both revision and filename\n"
3840 "Use '--' to separate paths from revisions, like this:\n"
3841 "'git <command> [<revision>...] -- [<file>...]'"
3843 "mehrdeutiges Argument '%s': sowohl Commit als auch Dateiname\n"
3844 "Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
3845 "'git <Befehl> [<Commit>...] -- [<Datei>...]'"
3848 msgid "unable to set up work tree using invalid config"
3849 msgstr "Konnte Arbeitsverzeichnis mit ungültiger Konfiguration nicht einrichten."
3852 msgid "this operation must be run in a work tree"
3853 msgstr "Diese Operation muss in einem Arbeitsverzeichnis ausgeführt werden."
3857 msgid "Expected git repo version <= %d, found %d"
3858 msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"
3861 msgid "unknown repository extensions found:"
3862 msgstr "Unbekannte Repository-Erweiterungen gefunden:"
3866 msgid "error opening '%s'"
3867 msgstr "Fehler beim Öffnen von '%s'."
3871 msgid "too large to be a .git file: '%s'"
3872 msgstr "Zu groß, um eine .git-Datei zu sein: '%s'"
3876 msgid "error reading %s"
3877 msgstr "Fehler beim Lesen von '%s'."
3881 msgid "invalid gitfile format: %s"
3882 msgstr "Ungültiges gitfile-Format: %s"
3886 msgid "no path in gitfile: %s"
3887 msgstr "Kein Pfad in gitfile: %s"
3891 msgid "not a git repository: %s"
3892 msgstr "Kein Git-Repository: %s"
3896 msgid "'$%s' too big"
3897 msgstr "'$%s' zu groß"
3901 msgid "not a git repository: '%s'"
3902 msgstr "Kein Git-Repository: '%s'"
3904 #: setup.c:685 setup.c:687 setup.c:718
3906 msgid "cannot chdir to '%s'"
3907 msgstr "Kann nicht in Verzeichnis '%s' wechseln."
3909 #: setup.c:690 setup.c:746 setup.c:756 setup.c:795 setup.c:803 setup.c:818
3910 msgid "cannot come back to cwd"
3911 msgstr "Kann nicht zum aktuellen Arbeitsverzeichnis zurückwechseln."
3915 msgid "not a git repository (or any of the parent directories): %s"
3916 msgstr "Kein Git-Repository (oder irgendeines der Elternverzeichnisse): %s"
3920 msgid "failed to stat '%*s%s%s'"
3921 msgstr "Konnte '%*s%s%s' nicht lesen."
3924 msgid "Unable to read current working directory"
3925 msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."
3927 #: setup.c:1069 setup.c:1075
3929 msgid "cannot change to '%s'"
3930 msgstr "Kann nicht nach '%s' wechseln."
3935 "not a git repository (or any parent up to mount point %s)\n"
3936 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3938 "Kein Git-Repository (oder irgendein Elternverzeichnis bis zum Einhängepunkt "
3940 "Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."
3945 "problem with core.sharedRepository filemode value (0%.3o).\n"
3946 "The owner of files must always have read and write permissions."
3948 "Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"
3949 "Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."
3952 msgid "open /dev/null or dup failed"
3953 msgstr "Öffnen von /dev/null oder dup fehlgeschlagen."
3957 msgstr "fork fehlgeschlagen"
3960 msgid "setsid failed"
3961 msgstr "setsid fehlgeschlagen"
3965 msgid "path '%s' does not exist"
3966 msgstr "Pfad '%s' existiert nicht"
3970 msgid "reference repository '%s' as a linked checkout is not supported yet."
3972 "Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"
3973 "Arbeitsverzeichnis unterstützt."
3977 msgid "reference repository '%s' is not a local repository."
3978 msgstr "Referenziertes Repository '%s' ist kein lokales Repository."
3982 msgid "reference repository '%s' is shallow"
3984 "Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."
3988 msgid "reference repository '%s' is grafted"
3990 "Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "
3995 msgid "short SHA1 %s is ambiguous"
3996 msgstr "Kurzer SHA-1 %s ist mehrdeutig."
3999 msgid "The candidates are:"
4000 msgstr "Die Kandidaten sind:"
4004 "Git normally never creates a ref that ends with 40 hex characters\n"
4005 "because it will be ignored when you just specify 40-hex. These refs\n"
4006 "may be created by mistake. For example,\n"
4008 " git checkout -b $br $(git rev-parse ...)\n"
4010 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
4011 "examine these refs and maybe delete them. Turn this message off by\n"
4012 "running \"git config advice.objectNameWarning false\""
4014 "Git erzeugt normalerweise keine Referenzen die mit\n"
4015 "40 Hex-Zeichen enden, da diese ignoriert werden wenn\n"
4016 "Sie diese angeben. Diese Referenzen könnten aus Versehen\n"
4017 "erzeugt worden sein. Zum Beispiel,\n"
4019 " git checkout -b $br $(git rev-parse ...)\n"
4021 "wobei \"$br\" leer ist und eine 40-Hex-Referenz erzeugt\n"
4022 "wurde. Bitte prüfen Sie diese Referenzen und löschen\n"
4023 "Sie sie gegebenenfalls. Unterdrücken Sie diese Meldung\n"
4024 "indem Sie \"git config advice.objectNameWarning false\"\n"
4027 #: submodule.c:96 submodule.c:130
4028 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
4030 "Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"
4031 "Sie zuerst die Konflikte auf"
4033 #: submodule.c:100 submodule.c:134
4035 msgid "Could not find section in .gitmodules where path=%s"
4036 msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"
4040 msgid "Could not update .gitmodules entry %s"
4041 msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"
4045 msgid "Could not remove .gitmodules entry for %s"
4046 msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"
4049 msgid "staging updated .gitmodules failed"
4050 msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"
4054 msgid "in unpopulated submodule '%s'"
4055 msgstr "In nicht ausgechecktem Submodul '%s'."
4059 msgid "Pathspec '%s' is in submodule '%.*s'"
4060 msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
4064 msgid "submodule entry '%s' (%s) is a %s, not a commit"
4065 msgstr "Submodul-Eintrag '%s' (%s) ist ein %s, kein Commit."
4067 #: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1724
4068 msgid "Failed to resolve HEAD as a valid ref."
4069 msgstr "Konnte HEAD nicht als gültige Referenz auflösen."
4073 msgid "'%s' not recognized as a git repository"
4074 msgstr "'%s' nicht als Git-Repository erkannt"
4078 msgid "could not start 'git status' in submodule '%s'"
4079 msgstr "Konnte 'git status' in Submodul '%s' nicht starten."
4083 msgid "could not run 'git status' in submodule '%s'"
4084 msgstr "Konnte 'git status' in Submodul '%s' nicht ausführen."
4088 msgid "submodule '%s' has dirty index"
4089 msgstr "Submodul '%s' hat einen geänderten Index."
4094 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
4096 "relocate_gitdir für Submodul '%s' mit mehr als einem Arbeitsverzeichnis\n"
4097 "wird nicht unterstützt"
4099 #: submodule.c:1890 submodule.c:1946
4101 msgid "could not lookup name for submodule '%s'"
4102 msgstr "konnte Name für Submodul '%s' nicht nachschlagen"
4104 #: submodule.c:1894 builtin/submodule--helper.c:1246
4105 #: builtin/submodule--helper.c:1256
4107 msgid "could not create directory '%s'"
4108 msgstr "Konnte Verzeichnis '%s' nicht erstellen."
4113 "Migrating git directory of '%s%s' from\n"
4117 "Migriere Git-Verzeichnis von '%s%s' von\n"
4123 msgid "could not recurse into submodule '%s'"
4124 msgstr "Fehler bei Rekursion in Submodul-Pfad '%s'"
4127 msgid "could not start ls-files in .."
4128 msgstr "Konnte 'ls-files' nicht in .. starten"
4131 msgid "BUG: returned path string doesn't match cwd?"
4132 msgstr "FEHLER: zurückgegebene Zeichenkette für Pfad entspricht nicht cwd?"
4136 msgid "ls-tree returned unexpected return code %d"
4137 msgstr "ls-tree mit unerwartetem Rückgabewert %d beendet"
4139 #: submodule-config.c:263
4140 msgid "negative values not allowed for submodule.fetchjobs"
4141 msgstr "Negative Werte für submodule.fetchjobs nicht erlaubt."
4143 #: submodule-config.c:436
4145 msgid "invalid value for %s"
4146 msgstr "Ungültiger Wert für %s"
4150 msgid "running trailer command '%s' failed"
4151 msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"
4153 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
4156 msgid "unknown value '%s' for key '%s'"
4157 msgstr "unbekannter Wert '%s' für Schlüssel %s"
4159 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
4161 msgid "more than one %s"
4162 msgstr "mehr als ein %s"
4166 msgid "empty trailer token in trailer '%.*s'"
4167 msgstr "leerer Anhang-Token in Anhang '%.*s'"
4171 msgid "could not read input file '%s'"
4172 msgstr "Konnte Eingabe-Datei '%s' nicht lesen"
4175 msgid "could not read from stdin"
4176 msgstr "konnte nicht von der Standard-Eingabe lesen"
4178 #: trailer.c:1008 builtin/am.c:46
4180 msgid "could not stat %s"
4181 msgstr "Konnte '%s' nicht lesen"
4185 msgid "file %s is not a regular file"
4186 msgstr "Datei '%s' ist keine reguläre Datei"
4190 msgid "file %s is not writable by user"
4191 msgstr "Datei %s ist vom Benutzer nicht beschreibbar."
4194 msgid "could not open temporary file"
4195 msgstr "konnte temporäre Datei '%s' nicht öffnen"
4199 msgid "could not rename temporary file to %s"
4200 msgstr "konnte temporäre Datei nicht zu %s umbenennen"
4204 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
4205 msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"
4209 msgid "transport: invalid depth option '%s'"
4210 msgstr "transport: ungültige --depth Option '%s'"
4215 "The following submodule paths contain changes that can\n"
4216 "not be found on any remote:\n"
4218 "Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"
4219 "Remote-Repository gefunden wurden:\n"
4227 "\tgit push --recurse-submodules=on-demand\n"
4229 "or cd to the path and use\n"
4233 "to push them to a remote.\n"
4237 "Bitte versuchen Sie\n"
4239 "\tgit push --recurse-submodules=on-demand\n"
4241 "oder wechseln Sie in das Verzeichnis und benutzen Sie\n"
4245 "zum Versenden zu einem Remote-Repository.\n"
4252 #: transport-helper.c:1079
4254 msgid "Could not read ref %s"
4255 msgstr "Konnte Referenz %s nicht lesen."
4258 msgid "too-short tree object"
4259 msgstr "zu kurzes Tree-Objekt"
4262 msgid "malformed mode in tree entry"
4263 msgstr "fehlerhafter Modus in Tree-Eintrag"
4266 msgid "empty filename in tree entry"
4267 msgstr "leerer Dateiname in Tree-Eintrag"
4270 msgid "too-short tree file"
4271 msgstr "zu kurze Tree-Datei"
4273 #: unpack-trees.c:108
4276 "Your local changes to the following files would be overwritten by checkout:\n"
4277 "%%sPlease commit your changes or stash them before you switch branches."
4279 "Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"
4280 "überschrieben werden:\n"
4281 "%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\n"
4284 #: unpack-trees.c:110
4287 "Your local changes to the following files would be overwritten by checkout:\n"
4290 "Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"
4291 "überschrieben werden:\n"
4294 #: unpack-trees.c:113
4297 "Your local changes to the following files would be overwritten by merge:\n"
4298 "%%sPlease commit your changes or stash them before you merge."
4300 "Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"
4301 "überschrieben werden:\n"
4302 "%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie mergen."
4304 #: unpack-trees.c:115
4307 "Your local changes to the following files would be overwritten by merge:\n"
4310 "Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"
4311 "überschrieben werden:\n"
4314 #: unpack-trees.c:118
4317 "Your local changes to the following files would be overwritten by %s:\n"
4318 "%%sPlease commit your changes or stash them before you %s."
4320 "Ihre lokalen Änderungen in den folgenden Dateien würden durch %s\n"
4321 "überschrieben werden:\n"
4322 "%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie %s ausführen."
4324 #: unpack-trees.c:120
4327 "Your local changes to the following files would be overwritten by %s:\n"
4330 "Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"
4333 #: unpack-trees.c:125
4336 "Updating the following directories would lose untracked files in them:\n"
4339 "Durch die Aktualisierung der folgenden Verzeichnisse würden unversionierte\n"
4340 "Dateien in diesen Verzeichnissen verloren gehen:\n"
4343 #: unpack-trees.c:129
4346 "The following untracked working tree files would be removed by checkout:\n"
4347 "%%sPlease move or remove them before you switch branches."
4349 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
4350 "den Checkout entfernt werden:\n"
4351 "%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
4353 #: unpack-trees.c:131
4356 "The following untracked working tree files would be removed by checkout:\n"
4359 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
4361 "Checkout entfernt werden:\n"
4364 #: unpack-trees.c:134
4367 "The following untracked working tree files would be removed by merge:\n"
4368 "%%sPlease move or remove them before you merge."
4370 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
4371 "den Merge entfernt werden:\n"
4372 "%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."
4374 #: unpack-trees.c:136
4377 "The following untracked working tree files would be removed by merge:\n"
4380 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
4382 "Merge entfernt werden:\n"
4385 #: unpack-trees.c:139
4388 "The following untracked working tree files would be removed by %s:\n"
4389 "%%sPlease move or remove them before you %s."
4391 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
4392 "den %s entfernt werden:\n"
4393 "%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
4395 #: unpack-trees.c:141
4398 "The following untracked working tree files would be removed by %s:\n"
4401 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
4402 "den %s entfernt werden:\n"
4405 #: unpack-trees.c:146
4408 "The following untracked working tree files would be overwritten by "
4410 "%%sPlease move or remove them before you switch branches."
4412 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
4413 "den Checkout überschrieben werden:\n"
4414 "%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
4416 #: unpack-trees.c:148
4419 "The following untracked working tree files would be overwritten by "
4423 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
4425 "Checkout überschrieben werden:\n"
4428 #: unpack-trees.c:151
4431 "The following untracked working tree files would be overwritten by merge:\n"
4432 "%%sPlease move or remove them before you merge."
4434 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
4435 "den Merge überschrieben werden:\n"
4436 "%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."
4438 #: unpack-trees.c:153
4441 "The following untracked working tree files would be overwritten by merge:\n"
4444 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
4445 "den Merge überschrieben werden:\n"
4448 #: unpack-trees.c:156
4451 "The following untracked working tree files would be overwritten by %s:\n"
4452 "%%sPlease move or remove them before you %s."
4454 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
4455 "den %s überschrieben werden:\n"
4456 "%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
4458 #: unpack-trees.c:158
4461 "The following untracked working tree files would be overwritten by %s:\n"
4464 "Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
4466 "%s überschrieben werden:\n"
4469 #: unpack-trees.c:165
4471 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4472 msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."
4474 #: unpack-trees.c:168
4477 "Cannot update sparse checkout: the following entries are not up to date:\n"
4480 "Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge\n"
4481 "sind nicht aktuell:\n"
4484 #: unpack-trees.c:170
4487 "The following working tree files would be overwritten by sparse checkout "
4491 "Die folgenden Dateien im Arbeitsverzeichnis würden durch die Aktualisierung\n"
4492 "über einen partiellen Checkout überschrieben werden:\n"
4495 #: unpack-trees.c:172
4498 "The following working tree files would be removed by sparse checkout "
4502 "Die folgenden Dateien im Arbeitsverzeichnis würden durch die Aktualisierung\n"
4503 "über einen partiellen Checkout entfernt werden:\n"
4506 #: unpack-trees.c:174
4509 "Cannot update submodule:\n"
4512 "Kann Submodul nicht aktualisieren:\n"
4515 #: unpack-trees.c:251
4520 #: unpack-trees.c:333
4521 msgid "Checking out files"
4522 msgstr "Checke Dateien aus"
4525 msgid "invalid URL scheme name or missing '://' suffix"
4526 msgstr "Ungültiges URL-Schema oder Suffix '://' fehlt"
4528 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4530 msgid "invalid %XX escape sequence"
4531 msgstr "ungültige Escape-Sequenz %XX"
4534 msgid "missing host and scheme is not 'file:'"
4535 msgstr "fehlender Host und Schema ist nicht 'file:'"
4538 msgid "a 'file:' URL may not have a port number"
4539 msgstr "eine 'file:' URL darf keine Portnummer enthalten"
4542 msgid "invalid characters in host name"
4543 msgstr "Hostname enthält ungültige Zeichen"
4545 #: urlmatch.c:292 urlmatch.c:303
4546 msgid "invalid port number"
4547 msgstr "ungültige Portnummer"
4550 msgid "invalid '..' path segment"
4551 msgstr "ungültiges '..' Pfadsegment"
4553 #: worktree.c:245 builtin/am.c:2147
4555 msgid "failed to read '%s'"
4556 msgstr "Fehler beim Lesen von '%s'"
4560 msgid "'%s' at main working tree is not the repository directory"
4561 msgstr "'%s' im Hauptarbeitsverzeichnis ist nicht das Repository-Verzeichnis."
4565 msgid "'%s' file does not contain absolute path to the working tree location"
4566 msgstr "'%s' Datei enthält nicht den absoluten Pfad zum Arbeitsverzeichnis."
4570 msgid "'%s' does not exist"
4571 msgstr "'%s' existiert nicht."
4575 msgid "'%s' is not a .git file, error code %d"
4576 msgstr "'%s' ist keine .git-Datei, Fehlercode %d"
4580 msgid "'%s' does not point back to '%s'"
4581 msgstr "'%s' zeigt nicht zurück auf '%s'"
4583 #: wrapper.c:223 wrapper.c:393
4585 msgid "could not open '%s' for reading and writing"
4586 msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."
4588 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4589 #: builtin/am.c:862 builtin/merge.c:1044
4591 msgid "could not open '%s' for reading"
4592 msgstr "Konnte '%s' nicht zum Lesen öffnen."
4594 #: wrapper.c:424 wrapper.c:624
4596 msgid "unable to access '%s'"
4597 msgstr "konnte nicht auf '%s' zugreifen"
4600 msgid "unable to get current working directory"
4601 msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."
4604 msgid "Unmerged paths:"
4605 msgstr "Nicht zusammengeführte Pfade:"
4607 #: wt-status.c:178 wt-status.c:205
4609 msgid " (use \"git reset %s <file>...\" to unstage)"
4611 " (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"
4614 #: wt-status.c:180 wt-status.c:207
4615 msgid " (use \"git rm --cached <file>...\" to unstage)"
4617 " (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"
4621 msgid " (use \"git add <file>...\" to mark resolution)"
4623 " (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
4625 #: wt-status.c:186 wt-status.c:190
4626 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4628 " (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "
4632 msgid " (use \"git rm <file>...\" to mark resolution)"
4634 " (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
4636 #: wt-status.c:199 wt-status.c:1007
4637 msgid "Changes to be committed:"
4638 msgstr "zum Commit vorgemerkte Änderungen:"
4640 #: wt-status.c:217 wt-status.c:1016
4641 msgid "Changes not staged for commit:"
4642 msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"
4645 msgid " (use \"git add <file>...\" to update what will be committed)"
4647 " (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "
4651 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
4653 " (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "
4658 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
4660 " (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "
4661 "Arbeitsverzeichnis zu verwerfen)"
4664 msgid " (commit or discard the untracked or modified content in submodules)"
4666 " (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt "
4667 "in den Submodulen)"
4671 msgid " (use \"git %s <file>...\" to include in what will be committed)"
4673 " (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "
4677 msgid "both deleted:"
4678 msgstr "beide gelöscht:"
4681 msgid "added by us:"
4682 msgstr "von uns hinzugefügt:"
4685 msgid "deleted by them:"
4686 msgstr "von denen gelöscht:"
4689 msgid "added by them:"
4690 msgstr "von denen hinzugefügt:"
4693 msgid "deleted by us:"
4694 msgstr "von uns gelöscht:"
4698 msgstr "von beiden hinzugefügt:"
4701 msgid "both modified:"
4702 msgstr "von beiden geändert:"
4706 msgstr "neue Datei:"
4726 msgstr "Typänderung:"
4734 msgstr "nicht gemerged:"
4737 msgid "new commits, "
4738 msgstr "neue Commits, "
4741 msgid "modified content, "
4742 msgstr "geänderter Inhalt, "
4745 msgid "untracked content, "
4746 msgstr "unversionierter Inhalt, "
4750 msgid "Your stash currently has %d entry"
4751 msgid_plural "Your stash currently has %d entries"
4752 msgstr[0] "Ihr Stash hat gerade %d Eintrag"
4753 msgstr[1] "Ihr Stash hat gerade %d Einträge"
4756 msgid "Submodules changed but not updated:"
4757 msgstr "Submodule geändert, aber nicht aktualisiert:"
4760 msgid "Submodule changes to be committed:"
4761 msgstr "Änderungen in Submodul zum Committen:"
4765 "Do not modify or remove the line above.\n"
4766 "Everything below it will be ignored."
4768 "Ändern oder entfernen Sie nicht die obige Zeile.\n"
4769 "Alles unterhalb von ihr wird ignoriert."
4772 msgid "You have unmerged paths."
4773 msgstr "Sie haben nicht zusammengeführte Pfade."
4776 msgid " (fix conflicts and run \"git commit\")"
4777 msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"
4780 msgid " (use \"git merge --abort\" to abort the merge)"
4781 msgstr " (benutzen Sie \"git merge --abort\", um den Merge abzubrechen)"
4784 msgid "All conflicts fixed but you are still merging."
4785 msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."
4788 msgid " (use \"git commit\" to conclude merge)"
4789 msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"
4792 msgid "You are in the middle of an am session."
4793 msgstr "Eine \"am\"-Sitzung ist im Gange."
4796 msgid "The current patch is empty."
4797 msgstr "Der aktuelle Patch ist leer."
4800 msgid " (fix conflicts and then run \"git am --continue\")"
4802 " (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"
4805 msgid " (use \"git am --skip\" to skip this patch)"
4806 msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"
4809 msgid " (use \"git am --abort\" to restore the original branch)"
4811 " (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "
4812 "wiederherzustellen)"
4815 msgid "git-rebase-todo is missing."
4816 msgstr "git-rebase-todo fehlt."
4819 msgid "No commands done."
4820 msgstr "Keine Befehle ausgeführt."
4824 msgid "Last command done (%d command done):"
4825 msgid_plural "Last commands done (%d commands done):"
4826 msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"
4827 msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"
4831 msgid " (see more in file %s)"
4832 msgstr " (mehr Informationen in Datei %s)"
4835 msgid "No commands remaining."
4836 msgstr "Keine Befehle verbleibend."
4840 msgid "Next command to do (%d remaining command):"
4841 msgid_plural "Next commands to do (%d remaining commands):"
4842 msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"
4843 msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"
4846 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4847 msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"
4851 msgid "You are currently rebasing branch '%s' on '%s'."
4852 msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."
4855 msgid "You are currently rebasing."
4856 msgstr "Sie sind gerade beim Rebase."
4859 msgid " (fix conflicts and then run \"git rebase --continue\")"
4861 " (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "
4865 msgid " (use \"git rebase --skip\" to skip this patch)"
4866 msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"
4869 msgid " (use \"git rebase --abort\" to check out the original branch)"
4871 " (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "
4875 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4876 msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"
4881 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4883 "Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "
4884 "'%s' im Gange ist."
4887 msgid "You are currently splitting a commit during a rebase."
4888 msgstr "Sie teilen gerade einen Commit während eines Rebase auf."
4891 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4893 " (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"
4898 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4900 "Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "
4904 msgid "You are currently editing a commit during a rebase."
4905 msgstr "Sie editieren gerade einen Commit während eines Rebase."
4908 msgid " (use \"git commit --amend\" to amend the current commit)"
4910 " (benutzen Sie \"git commit --amend\", um den aktuellen Commit "
4915 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4917 " (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "
4918 "abgeschlossen sind)"
4922 msgid "You are currently cherry-picking commit %s."
4923 msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."
4926 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4928 " (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"
4932 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4934 " (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"
4937 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4939 " (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "
4944 msgid "You are currently reverting commit %s."
4945 msgstr "Sie sind gerade an einem Revert von Commit '%s'."
4948 msgid " (fix conflicts and run \"git revert --continue\")"
4950 " (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "
4954 msgid " (all conflicts fixed: run \"git revert --continue\")"
4955 msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"
4958 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4960 " (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"
4964 msgid "You are currently bisecting, started from branch '%s'."
4965 msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."
4968 msgid "You are currently bisecting."
4969 msgstr "Sie sind gerade bei einer binären Suche."
4972 msgid " (use \"git bisect reset\" to get back to the original branch)"
4974 " (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "
4979 msgstr "Auf Branch "
4982 msgid "interactive rebase in progress; onto "
4983 msgstr "interaktives Rebase im Gange; auf "
4986 msgid "rebase in progress; onto "
4987 msgstr "Rebase im Gange; auf "
4990 msgid "HEAD detached at "
4991 msgstr "HEAD losgelöst bei "
4994 msgid "HEAD detached from "
4995 msgstr "HEAD losgelöst von "
4998 msgid "Not currently on any branch."
4999 msgstr "Im Moment auf keinem Branch."
5002 msgid "Initial commit"
5003 msgstr "Initialer Commit"
5006 msgid "No commits yet"
5007 msgstr "Noch keine Commits"
5010 msgid "Untracked files"
5011 msgstr "Unversionierte Dateien"
5014 msgid "Ignored files"
5015 msgstr "Ignorierte Dateien"
5020 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
5021 "may speed it up, but you have to be careful not to forget to add\n"
5022 "new files yourself (see 'git help status')."
5024 "Es dauerte %.2f Sekunden die unversionierten Dateien zu bestimmen.\n"
5025 "'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"
5026 "neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."
5030 msgid "Untracked files not listed%s"
5031 msgstr "Unversionierte Dateien nicht aufgelistet%s"
5034 msgid " (use -u option to show untracked files)"
5035 msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"
5039 msgstr "Keine Änderungen"
5043 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
5045 "keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "
5046 "\"git commit -a\")\n"
5050 msgid "no changes added to commit\n"
5051 msgstr "keine Änderungen zum Commit vorgemerkt\n"
5056 "nothing added to commit but untracked files present (use \"git add\" to "
5059 "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"
5060 "(benutzen Sie \"git add\" zum Versionieren)\n"
5064 msgid "nothing added to commit but untracked files present\n"
5065 msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"
5069 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
5071 "nichts zu committen (erstellen/kopieren Sie Dateien und benutzen\n"
5072 "Sie \"git add\" zum Versionieren)\n"
5074 #: wt-status.c:1689 wt-status.c:1694
5076 msgid "nothing to commit\n"
5077 msgstr "nichts zu committen\n"
5081 msgid "nothing to commit (use -u to show untracked files)\n"
5083 "nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "
5088 msgid "nothing to commit, working tree clean\n"
5089 msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"
5092 msgid "No commits yet on "
5093 msgstr "Noch keine Commits in "
5096 msgid "HEAD (no branch)"
5097 msgstr "HEAD (kein Branch)"
5101 msgstr "unterschiedlich"
5103 #: wt-status.c:1846 wt-status.c:1854
5107 #: wt-status.c:1849 wt-status.c:1852
5111 #. TRANSLATORS: the action is e.g. "pull with rebase"
5114 msgid "cannot %s: You have unstaged changes."
5116 "%s nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt sind."
5119 msgid "additionally, your index contains uncommitted changes."
5120 msgstr "Zusätzlich enthält die Staging-Area nicht committete Änderungen."
5124 msgid "cannot %s: Your index contains uncommitted changes."
5126 "%s nicht möglich: Die Staging-Area enthält nicht committete Änderungen."
5128 #: compat/precompose_utf8.c:58 builtin/clone.c:440
5130 msgid "failed to unlink '%s'"
5131 msgstr "Konnte '%s' nicht entfernen."
5134 msgid "git add [<options>] [--] <pathspec>..."
5135 msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..."
5139 msgid "unexpected diff status %c"
5140 msgstr "unerwarteter Differenz-Status %c"
5142 #: builtin/add.c:88 builtin/commit.c:257
5143 msgid "updating files failed"
5144 msgstr "Aktualisierung der Dateien fehlgeschlagen"
5148 msgid "remove '%s'\n"
5149 msgstr "lösche '%s'\n"
5151 #: builtin/add.c:173
5152 msgid "Unstaged changes after refreshing the index:"
5154 "Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"
5156 #: builtin/add.c:233 builtin/rev-parse.c:888
5157 msgid "Could not read the index"
5158 msgstr "Konnte den Index nicht lesen"
5160 #: builtin/add.c:244
5162 msgid "Could not open '%s' for writing."
5163 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
5165 #: builtin/add.c:248
5166 msgid "Could not write patch"
5167 msgstr "Konnte Patch nicht schreiben"
5169 #: builtin/add.c:251
5170 msgid "editing patch failed"
5171 msgstr "Bearbeitung des Patches fehlgeschlagen"
5173 #: builtin/add.c:254
5175 msgid "Could not stat '%s'"
5176 msgstr "Konnte Verzeichnis '%s' nicht lesen"
5178 #: builtin/add.c:256
5179 msgid "Empty patch. Aborted."
5180 msgstr "Leerer Patch. Abgebrochen."
5182 #: builtin/add.c:261
5184 msgid "Could not apply '%s'"
5185 msgstr "Konnte '%s' nicht anwenden."
5187 #: builtin/add.c:271
5188 msgid "The following paths are ignored by one of your .gitignore files:\n"
5190 "Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "
5193 #: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:146 builtin/mv.c:124
5194 #: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
5195 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
5199 #: builtin/add.c:294
5200 msgid "interactive picking"
5201 msgstr "interaktives Auswählen"
5203 #: builtin/add.c:295 builtin/checkout.c:1128 builtin/reset.c:302
5204 msgid "select hunks interactively"
5205 msgstr "Blöcke interaktiv auswählen"
5207 #: builtin/add.c:296
5208 msgid "edit current diff and apply"
5209 msgstr "aktuelle Unterschiede editieren und anwenden"
5211 #: builtin/add.c:297
5212 msgid "allow adding otherwise ignored files"
5213 msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"
5215 #: builtin/add.c:298
5216 msgid "update tracked files"
5217 msgstr "versionierte Dateien aktualisieren"
5219 #: builtin/add.c:299
5220 msgid "renormalize EOL of tracked files (implies -u)"
5222 "erneutes Normalisieren der Zeilenenden von versionierten Dateien (impliziert "
5225 #: builtin/add.c:300
5226 msgid "record only the fact that the path will be added later"
5227 msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"
5229 #: builtin/add.c:301
5230 msgid "add changes from all tracked and untracked files"
5232 "Änderungen von allen versionierten und unversionierten Dateien hinzufügen"
5234 #: builtin/add.c:304
5235 msgid "ignore paths removed in the working tree (same as --no-all)"
5236 msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"
5238 #: builtin/add.c:306
5239 msgid "don't add, only refresh the index"
5240 msgstr "nichts hinzufügen, nur den Index aktualisieren"
5242 #: builtin/add.c:307
5243 msgid "just skip files which cannot be added because of errors"
5245 "Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "
5248 #: builtin/add.c:308
5249 msgid "check if - even missing - files are ignored in dry run"
5250 msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"
5252 #: builtin/add.c:309 builtin/update-index.c:964
5256 #: builtin/add.c:309 builtin/update-index.c:965
5257 msgid "override the executable bit of the listed files"
5258 msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"
5260 #: builtin/add.c:311
5261 msgid "warn when adding an embedded repository"
5262 msgstr "warnen wenn eingebettetes Repository hinzugefügt wird"
5264 #: builtin/add.c:326
5267 "You've added another git repository inside your current repository.\n"
5268 "Clones of the outer repository will not contain the contents of\n"
5269 "the embedded repository and will not know how to obtain it.\n"
5270 "If you meant to add a submodule, use:\n"
5272 "\tgit submodule add <url> %s\n"
5274 "If you added this path by mistake, you can remove it from the\n"
5277 "\tgit rm --cached %s\n"
5279 "See \"git help submodule\" for more information."
5281 "Sie haben ein Git-Repository innerhalb ihres aktuellen Repositories "
5283 "Klone des äußeren Repositories werden die Inhalte des eingebetteten "
5285 "weder enthalten, noch wissen, wie diese zu beschaffen sind.\n"
5286 "Wenn Sie ein Submodul hinzufügen wollten, benutzen Sie:\n"
5288 "\tgit submodule add <URL> %s\n"
5290 "Wenn Sie diesen Pfad aus Versehen hinzugefügt haben, können Sie diesen mit\n"
5292 "\tgit rm --cached %s\n"
5294 "vom Index entfernen.\n"
5296 "Siehe \"git help submodule\" für weitere Informationen."
5298 #: builtin/add.c:354
5300 msgid "adding embedded git repository: %s"
5301 msgstr "Füge eingebettetes Repository hinzu: %s"
5303 #: builtin/add.c:372
5305 msgid "Use -f if you really want to add them.\n"
5306 msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"
5308 #: builtin/add.c:380
5309 msgid "adding files failed"
5310 msgstr "Hinzufügen von Dateien fehlgeschlagen"
5312 #: builtin/add.c:417
5313 msgid "-A and -u are mutually incompatible"
5314 msgstr "Die Optionen -A und -u sind zueinander inkompatibel."
5316 #: builtin/add.c:424
5317 msgid "Option --ignore-missing can only be used together with --dry-run"
5319 "Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."
5321 #: builtin/add.c:428
5323 msgid "--chmod param '%s' must be either -x or +x"
5324 msgstr "--chmod Parameter '%s' muss entweder -x oder +x sein"
5326 #: builtin/add.c:443
5328 msgid "Nothing specified, nothing added.\n"
5329 msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"
5331 #: builtin/add.c:444
5333 msgid "Maybe you wanted to say 'git add .'?\n"
5334 msgstr "Meinten Sie vielleicht 'git add .'?\n"
5336 #: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:280
5337 #: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:316
5338 #: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
5339 #: builtin/rm.c:271 builtin/submodule--helper.c:326
5340 msgid "index file corrupt"
5341 msgstr "Index-Datei beschädigt"
5344 msgid "could not parse author script"
5345 msgstr "konnte Autor-Skript nicht parsen"
5349 msgid "'%s' was deleted by the applypatch-msg hook"
5350 msgstr "'%s' wurde durch den applypatch-msg Hook entfernt"
5354 msgid "Malformed input line: '%s'."
5355 msgstr "Fehlerhafte Eingabezeile: '%s'."
5359 msgid "Failed to copy notes from '%s' to '%s'"
5360 msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"
5363 msgid "fseek failed"
5364 msgstr "\"fseek\" fehlgeschlagen"
5368 msgid "could not parse patch '%s'"
5369 msgstr "konnte Patch '%s' nicht parsen"
5372 msgid "Only one StGIT patch series can be applied at once"
5373 msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."
5376 msgid "invalid timestamp"
5377 msgstr "ungültiger Zeitstempel"
5379 #: builtin/am.c:908 builtin/am.c:920
5380 msgid "invalid Date line"
5381 msgstr "Ungültige \"Date\"-Zeile"
5384 msgid "invalid timezone offset"
5385 msgstr "Ungültiger Offset in der Zeitzone"
5387 #: builtin/am.c:1008
5388 msgid "Patch format detection failed."
5389 msgstr "Patch-Formaterkennung fehlgeschlagen."
5391 #: builtin/am.c:1013 builtin/clone.c:405
5393 msgid "failed to create directory '%s'"
5394 msgstr "Fehler beim Erstellen von Verzeichnis '%s'"
5396 #: builtin/am.c:1018
5397 msgid "Failed to split patches."
5398 msgstr "Fehler beim Aufteilen der Patches."
5400 #: builtin/am.c:1148 builtin/commit.c:342
5401 msgid "unable to write index file"
5402 msgstr "Konnte Index-Datei nicht schreiben."
5404 #: builtin/am.c:1162
5406 msgid "When you have resolved this problem, run \"%s --continue\"."
5408 "Wenn Sie das Problem aufgelöst haben, führen Sie \"%s --continue\" aus."
5410 #: builtin/am.c:1163
5412 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
5414 "Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --skip"
5417 #: builtin/am.c:1164
5419 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
5421 "Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "
5422 "Patches abzubrechen, führen Sie \"%s --abort\" aus."
5424 #: builtin/am.c:1271
5425 msgid "Patch is empty."
5426 msgstr "Patch ist leer."
5428 #: builtin/am.c:1337
5430 msgid "invalid ident line: %.*s"
5431 msgstr "Ungültige Identifikationszeile: %.*s"
5433 #: builtin/am.c:1359
5435 msgid "unable to parse commit %s"
5436 msgstr "Konnte Commit '%s' nicht parsen."
5438 #: builtin/am.c:1554
5439 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
5441 "Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "
5444 #: builtin/am.c:1556
5445 msgid "Using index info to reconstruct a base tree..."
5447 "Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis "
5450 #: builtin/am.c:1575
5452 "Did you hand edit your patch?\n"
5453 "It does not apply to blobs recorded in its index."
5455 "Haben Sie den Patch per Hand editiert?\n"
5456 "Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."
5458 #: builtin/am.c:1581
5459 msgid "Falling back to patching base and 3-way merge..."
5460 msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."
5462 #: builtin/am.c:1606
5463 msgid "Failed to merge in the changes."
5464 msgstr "Merge der Änderungen fehlgeschlagen."
5466 #: builtin/am.c:1637
5467 msgid "applying to an empty history"
5468 msgstr "auf leere Historie anwenden"
5470 #: builtin/am.c:1683 builtin/am.c:1687
5472 msgid "cannot resume: %s does not exist."
5473 msgstr "Kann nicht fortsetzen: %s existiert nicht"
5475 #: builtin/am.c:1703
5476 msgid "cannot be interactive without stdin connected to a terminal."
5478 "Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "
5479 "Terminal verbunden ist."
5481 #: builtin/am.c:1708
5482 msgid "Commit Body is:"
5483 msgstr "Commit-Beschreibung ist:"
5485 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5486 #. in your translation. The program will only accept English
5487 #. input at this point.
5489 #: builtin/am.c:1718
5490 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5491 msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5493 #: builtin/am.c:1768
5495 msgid "Dirty index: cannot apply patches (dirty: %s)"
5496 msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)"
5498 #: builtin/am.c:1808 builtin/am.c:1879
5500 msgid "Applying: %.*s"
5501 msgstr "Wende an: %.*s"
5503 #: builtin/am.c:1824
5504 msgid "No changes -- Patch already applied."
5505 msgstr "Keine Änderungen -- Patches bereits angewendet."
5507 #: builtin/am.c:1832
5509 msgid "Patch failed at %s %.*s"
5510 msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s"
5512 #: builtin/am.c:1838
5513 msgid "Use 'git am --show-current-patch' to see the failed patch"
5515 "Benutzen Sie 'git am --show-current-patch', um den\n"
5516 "fehlgeschlagenen Patch zu sehen."
5518 #: builtin/am.c:1882
5520 "No changes - did you forget to use 'git add'?\n"
5521 "If there is nothing left to stage, chances are that something else\n"
5522 "already introduced the same changes; you might want to skip this patch."
5524 "Keine Änderungen - haben Sie vergessen 'git add' zu benutzen?\n"
5525 "Wenn keine Änderungen mehr zum Commit vorzumerken sind, könnten\n"
5526 "diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"
5529 #: builtin/am.c:1889
5531 "You still have unmerged paths in your index.\n"
5532 "You should 'git add' each file with resolved conflicts to mark them as "
5534 "You might run `git rm` on a file to accept \"deleted by them\" for it."
5536 "Sie haben noch immer nicht zusammengeführte Pfade in Ihrem Index.\n"
5537 "Sie sollten 'git add' für jede Datei mit aufgelösten Konflikten ausführen,\n"
5538 "um diese als solche zu markieren.\n"
5539 "Sie können 'git rm' auf Dateien ausführen, um \"von denen gelöscht\" für\n"
5540 "diese zu akzeptieren."
5542 #: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
5543 #: builtin/reset.c:332
5545 msgid "Could not parse object '%s'."
5546 msgstr "Konnte Objekt '%s' nicht parsen."
5548 #: builtin/am.c:2048
5549 msgid "failed to clean index"
5550 msgstr "Fehler beim Bereinigen des Index"
5552 #: builtin/am.c:2083
5554 "You seem to have moved HEAD since the last 'am' failure.\n"
5555 "Not rewinding to ORIG_HEAD"
5557 "Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"
5558 "Keine Zurücksetzung zu ORIG_HEAD."
5560 #: builtin/am.c:2174
5562 msgid "Invalid value for --patch-format: %s"
5563 msgstr "Ungültiger Wert für --patch-format: %s"
5565 #: builtin/am.c:2210
5566 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5567 msgstr "git am [<Optionen>] [(<mbox> | <E-Mail-Verzeichnis>)...]"
5569 #: builtin/am.c:2211
5570 msgid "git am [<options>] (--continue | --skip | --abort)"
5571 msgstr "git am [<Optionen>] (--continue | --skip | --abort)"
5573 #: builtin/am.c:2217
5574 msgid "run interactively"
5575 msgstr "interaktiv ausführen"
5577 #: builtin/am.c:2219
5578 msgid "historical option -- no-op"
5579 msgstr "historische Option -- kein Effekt"
5581 #: builtin/am.c:2221
5582 msgid "allow fall back on 3way merging if needed"
5583 msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"
5585 #: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
5586 #: builtin/repack.c:182
5588 msgstr "weniger Ausgaben"
5590 #: builtin/am.c:2224
5591 msgid "add a Signed-off-by line to the commit message"
5592 msgstr "der Commit-Beschreibung eine Signed-off-by Zeile hinzufügen"
5594 #: builtin/am.c:2227
5595 msgid "recode into utf8 (default)"
5596 msgstr "nach UTF-8 umkodieren (Standard)"
5598 #: builtin/am.c:2229
5599 msgid "pass -k flag to git-mailinfo"
5600 msgstr "-k an git-mailinfo übergeben"
5602 #: builtin/am.c:2231
5603 msgid "pass -b flag to git-mailinfo"
5604 msgstr "-b an git-mailinfo übergeben"
5606 #: builtin/am.c:2233
5607 msgid "pass -m flag to git-mailinfo"
5608 msgstr "-m an git-mailinfo übergeben"
5610 #: builtin/am.c:2235
5611 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5612 msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben"
5614 #: builtin/am.c:2238
5615 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5616 msgstr "kein --keep-cr an git-mailsplit übergeben, unabhängig von am.keepcr"
5618 #: builtin/am.c:2241
5619 msgid "strip everything before a scissors line"
5620 msgstr "alles vor einer Scheren-Zeile entfernen"
5622 #: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5623 #: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5624 #: builtin/am.c:2270
5625 msgid "pass it through git-apply"
5626 msgstr "an git-apply übergeben"
5628 #: builtin/am.c:2260 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
5629 #: builtin/grep.c:853 builtin/merge.c:206 builtin/pull.c:145 builtin/pull.c:203
5630 #: builtin/repack.c:191 builtin/repack.c:195 builtin/repack.c:197
5631 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:382
5632 #: parse-options.h:144 parse-options.h:146 parse-options.h:257
5636 #: builtin/am.c:2266 builtin/branch.c:629 builtin/for-each-ref.c:38
5637 #: builtin/replace.c:445 builtin/tag.c:418 builtin/verify-tag.c:39
5641 #: builtin/am.c:2267
5642 msgid "format the patch(es) are in"
5643 msgstr "Patch-Format"
5645 #: builtin/am.c:2273
5646 msgid "override error message when patch failure occurs"
5647 msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben"
5649 #: builtin/am.c:2275
5650 msgid "continue applying patches after resolving a conflict"
5651 msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen"
5653 #: builtin/am.c:2278
5654 msgid "synonyms for --continue"
5655 msgstr "Synonyme für --continue"
5657 #: builtin/am.c:2281
5658 msgid "skip the current patch"
5659 msgstr "den aktuellen Patch auslassen"
5661 #: builtin/am.c:2284
5662 msgid "restore the original branch and abort the patching operation."
5664 "ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen"
5666 #: builtin/am.c:2287
5667 msgid "abort the patching operation but keep HEAD where it is."
5668 msgstr "Patch-Operation abbrechen, aber HEAD an aktueller Stelle belassen"
5670 #: builtin/am.c:2290
5671 msgid "show the patch being applied."
5672 msgstr "den Patch, der gerade angewendet wird, anzeigen"
5674 #: builtin/am.c:2294
5675 msgid "lie about committer date"
5676 msgstr "Autor-Datum als Commit-Datum verwenden"
5678 #: builtin/am.c:2296
5679 msgid "use current timestamp for author date"
5680 msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"
5682 #: builtin/am.c:2298 builtin/commit.c:1431 builtin/merge.c:237
5683 #: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:398
5685 msgstr "GPG-Schlüsselkennung"
5687 #: builtin/am.c:2299
5688 msgid "GPG-sign commits"
5689 msgstr "Commits mit GPG signieren"
5691 #: builtin/am.c:2302
5692 msgid "(internal use for git-rebase)"
5693 msgstr "(intern für git-rebase verwendet)"
5695 #: builtin/am.c:2320
5697 "The -b/--binary option has been a no-op for long time, and\n"
5698 "it will be removed. Please do not use it anymore."
5700 "Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"
5701 "entfernt. Bitte verwenden Sie diese nicht mehr."
5703 #: builtin/am.c:2327
5704 msgid "failed to read the index"
5705 msgstr "Fehler beim Lesen des Index"
5707 #: builtin/am.c:2342
5709 msgid "previous rebase directory %s still exists but mbox given."
5710 msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben."
5712 #: builtin/am.c:2366
5715 "Stray %s directory found.\n"
5716 "Use \"git am --abort\" to remove it."
5718 "Stray %s Verzeichnis gefunden.\n"
5719 "Benutzen Sie \"git am --abort\", um es zu entfernen."
5721 #: builtin/am.c:2372
5722 msgid "Resolve operation not in progress, we are not resuming."
5723 msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."
5725 #: builtin/apply.c:8
5726 msgid "git apply [<options>] [<patch>...]"
5727 msgstr "git apply [<Optionen>] [<Patch>...]"
5729 #: builtin/archive.c:17
5731 msgid "could not create archive file '%s'"
5732 msgstr "Konnte Archiv-Datei '%s' nicht erstellen."
5734 #: builtin/archive.c:20
5735 msgid "could not redirect output"
5736 msgstr "Konnte Ausgabe nicht umleiten."
5738 #: builtin/archive.c:37
5739 msgid "git archive: Remote with no URL"
5740 msgstr "git archive: Externes Archiv ohne URL"
5742 #: builtin/archive.c:58
5743 msgid "git archive: expected ACK/NAK, got a flush packet"
5744 msgstr "git archive: ACK/NAK erwartet, Flush-Paket bekommen"
5746 #: builtin/archive.c:61
5748 msgid "git archive: NACK %s"
5749 msgstr "git archive: NACK %s"
5751 #: builtin/archive.c:64
5752 msgid "git archive: protocol error"
5753 msgstr "git archive: Protokollfehler"
5755 #: builtin/archive.c:68
5756 msgid "git archive: expected a flush"
5757 msgstr "git archive: erwartete eine Spülung (flush)"
5759 #: builtin/bisect--helper.c:12
5760 msgid "git bisect--helper --next-all [--no-checkout]"
5761 msgstr "git bisect--helper --next-all [--no-checkout]"
5763 #: builtin/bisect--helper.c:13
5764 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5765 msgstr "git bisect--helper --write-terms <bad_term> <good_term>"
5767 #: builtin/bisect--helper.c:14
5768 msgid "git bisect--helper --bisect-clean-state"
5769 msgstr "git bisect--helper --bisect-clean-state"
5771 #: builtin/bisect--helper.c:46
5773 msgid "'%s' is not a valid term"
5774 msgstr "'%s' ist kein gültiger Begriff."
5776 #: builtin/bisect--helper.c:50
5778 msgid "can't use the builtin command '%s' as a term"
5779 msgstr "Kann den eingebauten Befehl '%s' nicht als Begriff verwenden."
5781 #: builtin/bisect--helper.c:60
5783 msgid "can't change the meaning of the term '%s'"
5784 msgstr "Kann die Bedeutung von dem Begriff '%s' nicht ändern."
5786 #: builtin/bisect--helper.c:71
5787 msgid "please use two different terms"
5788 msgstr "Bitte verwenden Sie zwei verschiedene Begriffe."
5790 #: builtin/bisect--helper.c:78
5791 msgid "could not open the file BISECT_TERMS"
5792 msgstr "Konnte die Datei BISECT_TERMS nicht öffnen."
5794 #: builtin/bisect--helper.c:120
5795 msgid "perform 'git bisect next'"
5796 msgstr "'git bisect next' ausführen"
5798 #: builtin/bisect--helper.c:122
5799 msgid "write the terms to .git/BISECT_TERMS"
5800 msgstr "die Begriffe nach .git/BISECT_TERMS schreiben"
5802 #: builtin/bisect--helper.c:124
5803 msgid "cleanup the bisection state"
5804 msgstr "den Zustand der binären Suche aufräumen"
5806 #: builtin/bisect--helper.c:126
5807 msgid "check for expected revs"
5808 msgstr "auf erwartete Commits prüfen"
5810 #: builtin/bisect--helper.c:128
5811 msgid "update BISECT_HEAD instead of checking out the current commit"
5812 msgstr "BISECT_HEAD aktualisieren, anstatt den aktuellen Commit auszuchecken"
5814 #: builtin/bisect--helper.c:143
5815 msgid "--write-terms requires two arguments"
5816 msgstr "--write-terms benötigt zwei Argumente."
5818 #: builtin/bisect--helper.c:147
5819 msgid "--bisect-clean-state requires no arguments"
5820 msgstr "--bisect-clean-state erwartet keine Argumente."
5822 #: builtin/blame.c:27
5823 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5824 msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>"
5826 #: builtin/blame.c:32
5827 msgid "<rev-opts> are documented in git-rev-list(1)"
5828 msgstr "<rev-opts> sind dokumentiert in git-rev-list(1)"
5830 #: builtin/blame.c:677
5831 msgid "Show blame entries as we find them, incrementally"
5832 msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie generieren"
5834 #: builtin/blame.c:678
5835 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5836 msgstr "leere SHA-1 für Grenz-Commits anzeigen (Standard: aus)"
5838 #: builtin/blame.c:679
5839 msgid "Do not treat root commits as boundaries (Default: off)"
5840 msgstr "Ursprungs-Commits nicht als Grenzen behandeln (Standard: aus)"
5842 #: builtin/blame.c:680
5843 msgid "Show work cost statistics"
5844 msgstr "Statistiken zum Arbeitsaufwand anzeigen"
5846 #: builtin/blame.c:681
5847 msgid "Force progress reporting"
5848 msgstr "Fortschrittsanzeige erzwingen"
5850 #: builtin/blame.c:682
5851 msgid "Show output score for blame entries"
5852 msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen"
5854 #: builtin/blame.c:683
5855 msgid "Show original filename (Default: auto)"
5856 msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)"
5858 #: builtin/blame.c:684
5859 msgid "Show original linenumber (Default: off)"
5860 msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)"
5862 #: builtin/blame.c:685
5863 msgid "Show in a format designed for machine consumption"
5864 msgstr "Anzeige in einem Format für maschinelle Auswertung"
5866 #: builtin/blame.c:686
5867 msgid "Show porcelain format with per-line commit information"
5869 "Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"
5871 #: builtin/blame.c:687
5872 msgid "Use the same output mode as git-annotate (Default: off)"
5874 "Den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)"
5876 #: builtin/blame.c:688
5877 msgid "Show raw timestamp (Default: off)"
5878 msgstr "Unbearbeiteten Zeitstempel anzeigen (Standard: aus)"
5880 #: builtin/blame.c:689
5881 msgid "Show long commit SHA1 (Default: off)"
5882 msgstr "Langen Commit-SHA1 anzeigen (Standard: aus)"
5884 #: builtin/blame.c:690
5885 msgid "Suppress author name and timestamp (Default: off)"
5886 msgstr "Den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)"
5888 #: builtin/blame.c:691
5889 msgid "Show author email instead of name (Default: off)"
5891 "Anstatt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)"
5893 #: builtin/blame.c:692
5894 msgid "Ignore whitespace differences"
5895 msgstr "Unterschiede im Whitespace ignorieren"
5897 #: builtin/blame.c:699
5898 msgid "Use an experimental heuristic to improve diffs"
5900 "eine experimentelle Heuristik zur Verbesserung der Darstellung\n"
5901 "von Unterschieden verwenden"
5903 #: builtin/blame.c:701
5904 msgid "Spend extra cycles to find better match"
5905 msgstr "Länger arbeiten, um bessere Übereinstimmungen zu finden"
5907 #: builtin/blame.c:702
5908 msgid "Use revisions from <file> instead of calling git-rev-list"
5909 msgstr "Commits von <Datei> benutzen, anstatt \"git-rev-list\" aufzurufen"
5911 #: builtin/blame.c:703
5912 msgid "Use <file>'s contents as the final image"
5913 msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen"
5915 #: builtin/blame.c:704 builtin/blame.c:705
5919 #: builtin/blame.c:704
5920 msgid "Find line copies within and across files"
5921 msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden"
5923 #: builtin/blame.c:705
5924 msgid "Find line movements within and across files"
5925 msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden"
5927 #: builtin/blame.c:706
5931 #: builtin/blame.c:706
5932 msgid "Process only line range n,m, counting from 1"
5933 msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"
5935 #: builtin/blame.c:753
5936 msgid "--progress can't be used with --incremental or porcelain formats"
5938 "--progress kann nicht mit --incremental oder Formaten für Fremdprogramme\n"
5941 #. TRANSLATORS: This string is used to tell us the
5942 #. maximum display width for a relative timestamp in
5943 #. "git blame" output. For C locale, "4 years, 11
5944 #. months ago", which takes 22 places, is the longest
5945 #. among various forms of relative timestamps, but
5946 #. your language may need more or fewer display
5949 #: builtin/blame.c:804
5950 msgid "4 years, 11 months ago"
5951 msgstr "vor 4 Jahren und 11 Monaten"
5953 #: builtin/blame.c:890
5955 msgid "file %s has only %lu line"
5956 msgid_plural "file %s has only %lu lines"
5957 msgstr[0] "Datei %s hat nur %lu Zeile"
5958 msgstr[1] "Datei %s hat nur %lu Zeilen"
5960 #: builtin/blame.c:936
5961 msgid "Blaming lines"
5962 msgstr "Verarbeite Zeilen"
5964 #: builtin/branch.c:27
5965 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5966 msgstr "git branch [<Optionen>] [-r | -a] [--merged | --no-merged]"
5968 #: builtin/branch.c:28
5969 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5970 msgstr "git branch [<Optionen>] [-l] [-f] <Branchname> [<Startpunkt>]"
5972 #: builtin/branch.c:29
5973 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5974 msgstr "git branch [<Optionen>] [-r] (-d | -D) <Branchname>..."
5976 #: builtin/branch.c:30
5977 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5978 msgstr "git branch [<Optionen>] (-m | -M) [<alter-Branch>] <neuer-Branch>"
5980 #: builtin/branch.c:31
5981 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5982 msgstr "git branch [<Optionen>] (-c | -C) [<alter-Branch>] <neuer-Branch>"
5984 #: builtin/branch.c:32
5985 msgid "git branch [<options>] [-r | -a] [--points-at]"
5986 msgstr "git branch [<Optionen>] [-r | -a] [--points-at]"
5988 #: builtin/branch.c:33
5989 msgid "git branch [<options>] [-r | -a] [--format]"
5990 msgstr "git branch [<Optionen>] [-r | -a] [--format]"
5992 #: builtin/branch.c:146
5995 "deleting branch '%s' that has been merged to\n"
5996 " '%s', but not yet merged to HEAD."
5998 "entferne Branch '%s', der zusammengeführt wurde mit\n"
5999 " '%s', aber noch nicht mit HEAD zusammengeführt wurde."
6001 #: builtin/branch.c:150
6004 "not deleting branch '%s' that is not yet merged to\n"
6005 " '%s', even though it is merged to HEAD."
6007 "entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n"
6008 " '%s', obwohl er mit HEAD zusammengeführt wurde."
6010 #: builtin/branch.c:164
6012 msgid "Couldn't look up commit object for '%s'"
6013 msgstr "Konnte Commit-Objekt für '%s' nicht nachschlagen."
6015 #: builtin/branch.c:168
6018 "The branch '%s' is not fully merged.\n"
6019 "If you are sure you want to delete it, run 'git branch -D %s'."
6021 "Der Branch '%s' ist nicht vollständig zusammengeführt.\n"
6022 "Wenn Sie sicher sind diesen Branch zu entfernen, führen Sie 'git branch -D "
6025 #: builtin/branch.c:181
6026 msgid "Update of config-file failed"
6027 msgstr "Aktualisierung der Konfigurationsdatei fehlgeschlagen."
6029 #: builtin/branch.c:212
6030 msgid "cannot use -a with -d"
6031 msgstr "kann -a nicht mit -d benutzen"
6033 #: builtin/branch.c:218
6034 msgid "Couldn't look up commit object for HEAD"
6035 msgstr "Konnte Commit-Objekt für HEAD nicht nachschlagen."
6037 #: builtin/branch.c:232
6039 msgid "Cannot delete branch '%s' checked out at '%s'"
6040 msgstr "Kann Branch '%s' nicht entfernen, ausgecheckt in '%s'."
6042 #: builtin/branch.c:247
6044 msgid "remote-tracking branch '%s' not found."
6045 msgstr "Remote-Tracking-Branch '%s' nicht gefunden"
6047 #: builtin/branch.c:248
6049 msgid "branch '%s' not found."
6050 msgstr "Branch '%s' nicht gefunden."
6052 #: builtin/branch.c:263
6054 msgid "Error deleting remote-tracking branch '%s'"
6055 msgstr "Fehler beim Entfernen des Remote-Tracking-Branches '%s'"
6057 #: builtin/branch.c:264
6059 msgid "Error deleting branch '%s'"
6060 msgstr "Fehler beim Entfernen des Branches '%s'"
6062 #: builtin/branch.c:271
6064 msgid "Deleted remote-tracking branch %s (was %s).\n"
6065 msgstr "Remote-Tracking-Branch %s entfernt (war %s).\n"
6067 #: builtin/branch.c:272
6069 msgid "Deleted branch %s (was %s).\n"
6070 msgstr "Branch %s entfernt (war %s).\n"
6072 #: builtin/branch.c:417 builtin/tag.c:58
6073 msgid "unable to parse format string"
6074 msgstr "Konnte Formatierungsstring nicht parsen."
6076 #: builtin/branch.c:450
6078 msgid "Branch %s is being rebased at %s"
6079 msgstr "Branch %s wird auf %s umgesetzt"
6081 #: builtin/branch.c:454
6083 msgid "Branch %s is being bisected at %s"
6084 msgstr "Binäre Suche von Branch %s zu %s im Gange"
6086 #: builtin/branch.c:471
6087 msgid "cannot copy the current branch while not on any."
6089 "Kann den aktuellen Branch nicht kopieren, solange Sie sich auf keinem "
6092 #: builtin/branch.c:473
6093 msgid "cannot rename the current branch while not on any."
6095 "Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."
6097 #: builtin/branch.c:484
6099 msgid "Invalid branch name: '%s'"
6100 msgstr "Ungültiger Branchname: '%s'"
6102 #: builtin/branch.c:511
6103 msgid "Branch rename failed"
6104 msgstr "Umbenennung des Branches fehlgeschlagen"
6106 #: builtin/branch.c:513
6107 msgid "Branch copy failed"
6108 msgstr "Kopie des Branches fehlgeschlagen"
6110 #: builtin/branch.c:517
6112 msgid "Created a copy of a misnamed branch '%s'"
6113 msgstr "Kopie eines falsch benannten Branches '%s' erstellt."
6115 #: builtin/branch.c:520
6117 msgid "Renamed a misnamed branch '%s' away"
6118 msgstr "falsch benannten Branch '%s' umbenannt"
6120 #: builtin/branch.c:526
6122 msgid "Branch renamed to %s, but HEAD is not updated!"
6123 msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"
6125 #: builtin/branch.c:535
6126 msgid "Branch is renamed, but update of config-file failed"
6128 "Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "
6131 #: builtin/branch.c:537
6132 msgid "Branch is copied, but update of config-file failed"
6134 "Branch wurde kopiert, aber die Aktualisierung der Konfigurationsdatei ist\n"
6137 #: builtin/branch.c:553
6140 "Please edit the description for the branch\n"
6142 "Lines starting with '%c' will be stripped.\n"
6144 "Bitte ändern Sie die Beschreibung für den Branch\n"
6146 "Zeilen, die mit '%c' beginnen, werden entfernt.\n"
6148 #: builtin/branch.c:586
6149 msgid "Generic options"
6150 msgstr "Allgemeine Optionen"
6152 #: builtin/branch.c:588
6153 msgid "show hash and subject, give twice for upstream branch"
6154 msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch"
6156 #: builtin/branch.c:589
6157 msgid "suppress informational messages"
6158 msgstr "Informationsmeldungen unterdrücken"
6160 #: builtin/branch.c:590
6161 msgid "set up tracking mode (see git-pull(1))"
6162 msgstr "Modus zum Folgen von Branches einstellen (siehe git-pull(1))"
6164 #: builtin/branch.c:592
6166 msgstr "nicht verwenden"
6168 #: builtin/branch.c:594
6172 #: builtin/branch.c:594
6173 msgid "change the upstream info"
6174 msgstr "Informationen zum Upstream-Branch ändern"
6176 #: builtin/branch.c:595
6177 msgid "Unset the upstream info"
6178 msgstr "Informationen zum Upstream-Branch entfernen"
6180 #: builtin/branch.c:596
6181 msgid "use colored output"
6182 msgstr "farbige Ausgaben verwenden"
6184 #: builtin/branch.c:597
6185 msgid "act on remote-tracking branches"
6186 msgstr "auf Remote-Tracking-Branches wirken"
6188 #: builtin/branch.c:599 builtin/branch.c:601
6189 msgid "print only branches that contain the commit"
6190 msgstr "nur Branches ausgeben, die diesen Commit enthalten"
6192 #: builtin/branch.c:600 builtin/branch.c:602
6193 msgid "print only branches that don't contain the commit"
6194 msgstr "nur Branches ausgeben, die diesen Commit nicht enthalten"
6196 #: builtin/branch.c:605
6197 msgid "Specific git-branch actions:"
6198 msgstr "spezifische Aktionen für \"git-branch\":"
6200 #: builtin/branch.c:606
6201 msgid "list both remote-tracking and local branches"
6202 msgstr "Remote-Tracking und lokale Branches auflisten"
6204 #: builtin/branch.c:608
6205 msgid "delete fully merged branch"
6206 msgstr "vollständig zusammengeführten Branch entfernen"
6208 #: builtin/branch.c:609
6209 msgid "delete branch (even if not merged)"
6210 msgstr "Branch löschen (auch wenn nicht zusammengeführt)"
6212 #: builtin/branch.c:610
6213 msgid "move/rename a branch and its reflog"
6214 msgstr "einen Branch und dessen Reflog verschieben/umbenennen"
6216 #: builtin/branch.c:611
6217 msgid "move/rename a branch, even if target exists"
6219 "einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert"
6221 #: builtin/branch.c:612
6222 msgid "copy a branch and its reflog"
6223 msgstr "einen Branch und dessen Reflog kopieren"
6225 #: builtin/branch.c:613
6226 msgid "copy a branch, even if target exists"
6227 msgstr "einen Branch kopieren, auch wenn das Ziel bereits existiert"
6229 #: builtin/branch.c:614
6230 msgid "list branch names"
6231 msgstr "Branchnamen auflisten"
6233 #: builtin/branch.c:615
6234 msgid "create the branch's reflog"
6235 msgstr "das Reflog des Branches erzeugen"
6237 #: builtin/branch.c:617
6238 msgid "edit the description for the branch"
6239 msgstr "die Beschreibung für den Branch bearbeiten"
6241 #: builtin/branch.c:618
6242 msgid "force creation, move/rename, deletion"
6243 msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen"
6245 #: builtin/branch.c:619
6246 msgid "print only branches that are merged"
6247 msgstr "nur zusammengeführte Branches ausgeben"
6249 #: builtin/branch.c:620
6250 msgid "print only branches that are not merged"
6251 msgstr "nur nicht zusammengeführte Branches ausgeben"
6253 #: builtin/branch.c:621
6254 msgid "list branches in columns"
6255 msgstr "Branches in Spalten auflisten"
6257 #: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:411
6261 #: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:412
6262 msgid "field name to sort on"
6263 msgstr "sortiere nach diesem Feld"
6265 #: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
6266 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
6267 #: builtin/tag.c:414
6271 #: builtin/branch.c:626
6272 msgid "print only branches of the object"
6273 msgstr "nur Branches von diesem Objekt ausgeben"
6275 #: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:421
6276 msgid "sorting and filtering are case insensitive"
6277 msgstr "Sortierung und Filterung sind unabhängig von Groß- und Kleinschreibung"
6279 #: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:419
6280 #: builtin/verify-tag.c:39
6281 msgid "format to use for the output"
6282 msgstr "für die Ausgabe zu verwendendes Format"
6284 #: builtin/branch.c:652 builtin/clone.c:735
6285 msgid "HEAD not found below refs/heads!"
6286 msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"
6288 #: builtin/branch.c:675
6289 msgid "--column and --verbose are incompatible"
6290 msgstr "Die Optionen --column und --verbose sind inkompatibel."
6292 #: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
6293 msgid "branch name required"
6294 msgstr "Branchname erforderlich"
6296 #: builtin/branch.c:718
6297 msgid "Cannot give description to detached HEAD"
6298 msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"
6300 #: builtin/branch.c:723
6301 msgid "cannot edit description of more than one branch"
6302 msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"
6304 #: builtin/branch.c:730
6306 msgid "No commit on branch '%s' yet."
6307 msgstr "Noch kein Commit in Branch '%s'."
6309 #: builtin/branch.c:733
6311 msgid "No branch named '%s'."
6312 msgstr "Branch '%s' nicht vorhanden."
6314 #: builtin/branch.c:748
6315 msgid "too many branches for a copy operation"
6316 msgstr "zu viele Branches für eine Kopieroperation angegeben"
6318 #: builtin/branch.c:757
6319 msgid "too many arguments for a rename operation"
6320 msgstr "zu viele Argumente für eine Umbenennen-Operation angegeben"
6322 #: builtin/branch.c:762
6323 msgid "too many arguments to set new upstream"
6324 msgstr "zu viele Argumente angegeben, um Upstream-Branch zu setzen"
6326 #: builtin/branch.c:766
6329 "could not set upstream of HEAD to %s when it does not point to any branch."
6331 "Konnte keinen neuen Upstream-Branch von HEAD zu %s setzen, da dieser auf\n"
6332 "keinen Branch zeigt."
6334 #: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
6336 msgid "no such branch '%s'"
6337 msgstr "Kein solcher Branch '%s'"
6339 #: builtin/branch.c:773
6341 msgid "branch '%s' does not exist"
6342 msgstr "Branch '%s' existiert nicht"
6344 #: builtin/branch.c:785
6345 msgid "too many arguments to unset upstream"
6347 "zu viele Argumente angegeben, um Konfiguration zu Upstream-Branch zu "
6350 #: builtin/branch.c:789
6351 msgid "could not unset upstream of HEAD when it does not point to any branch."
6353 "Konnte Konfiguration zu Upstream-Branch von HEAD nicht entfernen, da dieser\n"
6354 "auf keinen Branch zeigt."
6356 #: builtin/branch.c:795
6358 msgid "Branch '%s' has no upstream information"
6359 msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
6361 #: builtin/branch.c:810
6362 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
6364 "Die Optionen -a und -r bei 'git branch' können nicht gemeimsam mit einem "
6365 "Branchnamen verwendet werden."
6367 #: builtin/branch.c:813
6369 "the '--set-upstream' option is no longer supported. Please use '--track' or "
6370 "'--set-upstream-to' instead."
6372 "Die '--set-upstream' Option wird nicht länger unterstützt.\n"
6373 "Bitte benutzen Sie stattdessen '--track' oder '--set-upstream-to'."
6375 #: builtin/bundle.c:45
6377 msgid "%s is okay\n"
6378 msgstr "%s ist in Ordnung\n"
6380 #: builtin/bundle.c:58
6381 msgid "Need a repository to create a bundle."
6382 msgstr "Um ein Paket zu erstellen wird ein Repository benötigt."
6384 #: builtin/bundle.c:62
6385 msgid "Need a repository to unbundle."
6386 msgstr "Zum Entpacken wird ein Repository benötigt."
6388 #: builtin/cat-file.c:523
6390 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
6391 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
6393 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
6394 "p | <Art> | --textconv | --filters) [--path=<Pfad>] <Objekt>"
6396 #: builtin/cat-file.c:524
6398 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
6401 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
6404 #: builtin/cat-file.c:561
6405 msgid "<type> can be one of: blob, tree, commit, tag"
6406 msgstr "<Art> kann sein: blob, tree, commit, tag"
6408 #: builtin/cat-file.c:562
6409 msgid "show object type"
6410 msgstr "Objektart anzeigen"
6412 #: builtin/cat-file.c:563
6413 msgid "show object size"
6414 msgstr "Objektgröße anzeigen"
6416 #: builtin/cat-file.c:565
6417 msgid "exit with zero when there's no error"
6418 msgstr "mit Rückgabewert 0 beenden, wenn kein Fehler aufgetreten ist"
6420 #: builtin/cat-file.c:566
6421 msgid "pretty-print object's content"
6422 msgstr "ansprechende Anzeige des Objektinhaltes"
6424 #: builtin/cat-file.c:568
6425 msgid "for blob objects, run textconv on object's content"
6426 msgstr "eine Textkonvertierung auf den Inhalt von Blob-Objekten ausführen"
6428 #: builtin/cat-file.c:570
6429 msgid "for blob objects, run filters on object's content"
6430 msgstr "für Blob-Objekte, Filter auf Objekt-Inhalte ausführen"
6432 #: builtin/cat-file.c:571 git-submodule.sh:878
6436 #: builtin/cat-file.c:572
6437 msgid "use a specific path for --textconv/--filters"
6438 msgstr "einen bestimmten Pfad für --textconv/--filters verwenden"
6440 #: builtin/cat-file.c:574
6441 msgid "allow -s and -t to work with broken/corrupt objects"
6442 msgstr "-s und -t mit beschädigten Objekten erlauben"
6444 #: builtin/cat-file.c:575
6445 msgid "buffer --batch output"
6446 msgstr "Ausgabe von --batch puffern"
6448 #: builtin/cat-file.c:577
6449 msgid "show info and content of objects fed from the standard input"
6451 "Anzeige von Informationen und Inhalt von Objekten, gelesen von der Standard-"
6454 #: builtin/cat-file.c:580
6455 msgid "show info about objects fed from the standard input"
6457 "Anzeige von Informationen über Objekte, gelesen von der Standard-Eingabe"
6459 #: builtin/cat-file.c:583
6460 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
6462 "symbolischen Verknüpfungen innerhalb des Repositories folgen (verwendet mit "
6463 "--batch oder --batch-check)"
6465 #: builtin/cat-file.c:585
6466 msgid "show all objects with --batch or --batch-check"
6467 msgstr "alle Objekte mit --batch oder --batch-check anzeigen"
6469 #: builtin/check-attr.c:12
6470 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
6471 msgstr "git check-attr [-a | --all | <Attribut>...] [--] <Pfadname>..."
6473 #: builtin/check-attr.c:13
6474 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
6475 msgstr "git check-attr --stdin [-z] [-a | --all | <Attribut>...]"
6477 #: builtin/check-attr.c:20
6478 msgid "report all attributes set on file"
6479 msgstr "alle Attribute einer Datei ausgeben"
6481 #: builtin/check-attr.c:21
6482 msgid "use .gitattributes only from the index"
6483 msgstr "nur .gitattributes vom Index verwenden"
6485 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
6486 msgid "read file names from stdin"
6487 msgstr "Dateinamen von der Standard-Eingabe lesen"
6489 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
6490 msgid "terminate input and output records by a NUL character"
6491 msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen"
6493 #: builtin/check-ignore.c:20 builtin/checkout.c:1106 builtin/gc.c:358
6494 msgid "suppress progress reporting"
6495 msgstr "Fortschrittsanzeige unterdrücken"
6497 #: builtin/check-ignore.c:28
6498 msgid "show non-matching input paths"
6499 msgstr "Eingabe-Pfade ohne Übereinstimmungen anzeigen"
6501 #: builtin/check-ignore.c:30
6502 msgid "ignore index when checking"
6503 msgstr "Index bei der Prüfung ignorieren"
6505 #: builtin/check-ignore.c:159
6506 msgid "cannot specify pathnames with --stdin"
6507 msgstr "Angabe von Pfadnamen kann nicht gemeinsam mit --stdin verwendet werden"
6509 #: builtin/check-ignore.c:162
6510 msgid "-z only makes sense with --stdin"
6511 msgstr "Die Option -z kann nur mit --stdin verwendet werden."
6513 #: builtin/check-ignore.c:164
6514 msgid "no path specified"
6515 msgstr "kein Pfad angegeben"
6517 #: builtin/check-ignore.c:168
6518 msgid "--quiet is only valid with a single pathname"
6519 msgstr "Die Option --quiet ist nur mit einem einzelnen Pfadnamen gültig."
6521 #: builtin/check-ignore.c:170
6522 msgid "cannot have both --quiet and --verbose"
6524 "Die Optionen --quiet und --verbose können nicht gemeinsam verwendet werden."
6526 #: builtin/check-ignore.c:173
6527 msgid "--non-matching is only valid with --verbose"
6528 msgstr "--non-matching ist nur mit --verbose zulässig"
6530 #: builtin/check-mailmap.c:9
6531 msgid "git check-mailmap [<options>] <contact>..."
6532 msgstr "git check-mailmap [<Optionen>] <Kontakt>..."
6534 #: builtin/check-mailmap.c:14
6535 msgid "also read contacts from stdin"
6536 msgstr "ebenfalls Kontakte von der Standard-Eingabe lesen"
6538 #: builtin/check-mailmap.c:25
6540 msgid "unable to parse contact: %s"
6541 msgstr "Konnte Kontakt '%s' nicht parsen."
6543 #: builtin/check-mailmap.c:48
6544 msgid "no contacts specified"
6545 msgstr "keine Kontakte angegeben"
6547 #: builtin/checkout-index.c:128
6548 msgid "git checkout-index [<options>] [--] [<file>...]"
6549 msgstr "git checkout-index [<Optionen>] [--] [<Datei>...]"
6551 #: builtin/checkout-index.c:143
6552 msgid "stage should be between 1 and 3 or all"
6553 msgstr "--stage sollte zwischen 1 und 3 oder 'all' sein"
6555 #: builtin/checkout-index.c:159
6556 msgid "check out all files in the index"
6557 msgstr "alle Dateien im Index auschecken"
6559 #: builtin/checkout-index.c:160
6560 msgid "force overwrite of existing files"
6561 msgstr "das Überschreiben bereits existierender Dateien erzwingen"
6563 #: builtin/checkout-index.c:162
6564 msgid "no warning for existing files and files not in index"
6566 "keine Warnung für existierende Dateien, und Dateien, die sich nicht im Index "
6569 #: builtin/checkout-index.c:164
6570 msgid "don't checkout new files"
6571 msgstr "keine neuen Dateien auschecken"
6573 #: builtin/checkout-index.c:166
6574 msgid "update stat information in the index file"
6575 msgstr "Dateiinformationen in der Index-Datei aktualisieren"
6577 #: builtin/checkout-index.c:170
6578 msgid "read list of paths from the standard input"
6579 msgstr "eine Liste von Pfaden von der Standard-Eingabe lesen"
6581 #: builtin/checkout-index.c:172
6582 msgid "write the content to temporary files"
6583 msgstr "den Inhalt in temporäre Dateien schreiben"
6585 #: builtin/checkout-index.c:173 builtin/column.c:31
6586 #: builtin/submodule--helper.c:1203 builtin/submodule--helper.c:1206
6587 #: builtin/submodule--helper.c:1212 builtin/submodule--helper.c:1574
6588 #: builtin/worktree.c:570
6590 msgstr "Zeichenkette"
6592 #: builtin/checkout-index.c:174
6593 msgid "when creating files, prepend <string>"
6595 "wenn Dateien erzeugt werden, stelle <Zeichenkette> dem Dateinamen voran"
6597 #: builtin/checkout-index.c:176
6598 msgid "copy out the files from named stage"
6599 msgstr "Dateien von dem benannten Stand kopieren"
6601 #: builtin/checkout.c:27
6602 msgid "git checkout [<options>] <branch>"
6603 msgstr "git checkout [<Optionen>] <Branch>"
6605 #: builtin/checkout.c:28
6606 msgid "git checkout [<options>] [<branch>] -- <file>..."
6607 msgstr "git checkout [<Optionen>] [<Branch>] -- <Datei>..."
6609 #: builtin/checkout.c:136 builtin/checkout.c:169
6611 msgid "path '%s' does not have our version"
6612 msgstr "Pfad '%s' hat nicht unsere Version."
6614 #: builtin/checkout.c:138 builtin/checkout.c:171
6616 msgid "path '%s' does not have their version"
6617 msgstr "Pfad '%s' hat nicht deren Version."
6619 #: builtin/checkout.c:154
6621 msgid "path '%s' does not have all necessary versions"
6622 msgstr "Pfad '%s' hat nicht alle notwendigen Versionen."
6624 #: builtin/checkout.c:198
6626 msgid "path '%s' does not have necessary versions"
6627 msgstr "Pfad '%s' hat nicht die notwendigen Versionen."
6629 #: builtin/checkout.c:215
6631 msgid "path '%s': cannot merge"
6632 msgstr "Pfad '%s': kann nicht zusammenführen"
6634 #: builtin/checkout.c:231
6636 msgid "Unable to add merge result for '%s'"
6637 msgstr "Konnte Merge-Ergebnis von '%s' nicht hinzufügen."
6639 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6640 #: builtin/checkout.c:262
6642 msgid "'%s' cannot be used with updating paths"
6643 msgstr "'%s' kann nicht mit der Aktualisierung von Pfaden verwendet werden"
6645 #: builtin/checkout.c:265 builtin/checkout.c:268
6647 msgid "'%s' cannot be used with %s"
6648 msgstr "'%s' kann nicht mit '%s' verwendet werden"
6650 #: builtin/checkout.c:271
6652 msgid "Cannot update paths and switch to branch '%s' at the same time."
6654 "Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln"
6656 #: builtin/checkout.c:340 builtin/checkout.c:347
6658 msgid "path '%s' is unmerged"
6659 msgstr "Pfad '%s' ist nicht zusammengeführt."
6661 #: builtin/checkout.c:505
6662 msgid "you need to resolve your current index first"
6663 msgstr "Sie müssen zuerst die Konflikte in Ihrem aktuellen Index auflösen."
6665 #: builtin/checkout.c:636
6667 msgid "Can not do reflog for '%s': %s\n"
6668 msgstr "Kann \"reflog\" für '%s' nicht durchführen: %s\n"
6670 #: builtin/checkout.c:677
6671 msgid "HEAD is now at"
6672 msgstr "HEAD ist jetzt bei"
6674 #: builtin/checkout.c:681 builtin/clone.c:689
6675 msgid "unable to update HEAD"
6676 msgstr "Konnte HEAD nicht aktualisieren."
6678 #: builtin/checkout.c:685
6680 msgid "Reset branch '%s'\n"
6681 msgstr "Setze Branch '%s' neu\n"
6683 #: builtin/checkout.c:688
6685 msgid "Already on '%s'\n"
6686 msgstr "Bereits auf '%s'\n"
6688 #: builtin/checkout.c:692
6690 msgid "Switched to and reset branch '%s'\n"
6691 msgstr "Zu umgesetztem Branch '%s' gewechselt\n"
6693 #: builtin/checkout.c:694 builtin/checkout.c:1039
6695 msgid "Switched to a new branch '%s'\n"
6696 msgstr "Zu neuem Branch '%s' gewechselt\n"
6698 #: builtin/checkout.c:696
6700 msgid "Switched to branch '%s'\n"
6701 msgstr "Zu Branch '%s' gewechselt\n"
6703 #: builtin/checkout.c:747
6705 msgid " ... and %d more.\n"
6706 msgstr " ... und %d weitere.\n"
6708 #: builtin/checkout.c:753
6711 "Warning: you are leaving %d commit behind, not connected to\n"
6712 "any of your branches:\n"
6716 "Warning: you are leaving %d commits behind, not connected to\n"
6717 "any of your branches:\n"
6721 "Warnung: Sie lassen %d Commit zurück. Folgender Commit ist in\n"
6722 "keinem Ihrer Branches enthalten:\n"
6726 "Warnung: Sie lassen %d Commits zurück. Folgende Commits sind in\n"
6727 "keinem Ihrer Branches enthalten:\n"
6731 #: builtin/checkout.c:772
6734 "If you want to keep it by creating a new branch, this may be a good time\n"
6737 " git branch <new-branch-name> %s\n"
6740 "If you want to keep them by creating a new branch, this may be a good time\n"
6743 " git branch <new-branch-name> %s\n"
6746 "Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"
6747 "ein guter Zeitpunkt sein, dies zu tun mit:\n"
6749 " git branch <neuer-Branchname> %s\n"
6752 "Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"
6753 "ein guter Zeitpunkt sein, dies zu tun mit:\n"
6755 " git branch <neuer-Branchname> %s\n"
6758 #: builtin/checkout.c:804
6759 msgid "internal error in revision walk"
6760 msgstr "interner Fehler im Revisionsgang"
6762 #: builtin/checkout.c:808
6763 msgid "Previous HEAD position was"
6764 msgstr "Vorherige Position von HEAD war"
6766 #: builtin/checkout.c:836 builtin/checkout.c:1034
6767 msgid "You are on a branch yet to be born"
6768 msgstr "Sie sind auf einem Branch, der noch nicht geboren ist"
6770 #: builtin/checkout.c:940
6772 msgid "only one reference expected, %d given."
6773 msgstr "nur eine Referenz erwartet, %d gegeben."
6775 #: builtin/checkout.c:980 builtin/worktree.c:249
6777 msgid "invalid reference: %s"
6778 msgstr "Ungültige Referenz: %s"
6780 #: builtin/checkout.c:1009
6782 msgid "reference is not a tree: %s"
6783 msgstr "Referenz ist kein \"Tree\"-Objekt: %s"
6785 #: builtin/checkout.c:1048
6786 msgid "paths cannot be used with switching branches"
6787 msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"
6789 #: builtin/checkout.c:1051 builtin/checkout.c:1055
6791 msgid "'%s' cannot be used with switching branches"
6792 msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"
6794 #: builtin/checkout.c:1059 builtin/checkout.c:1062 builtin/checkout.c:1067
6795 #: builtin/checkout.c:1070
6797 msgid "'%s' cannot be used with '%s'"
6798 msgstr "'%s' kann nicht mit '%s' verwendet werden"
6800 #: builtin/checkout.c:1075
6802 msgid "Cannot switch branch to a non-commit '%s'"
6803 msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"
6805 #: builtin/checkout.c:1107 builtin/checkout.c:1109 builtin/clone.c:116
6806 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:387
6807 #: builtin/worktree.c:389
6811 #: builtin/checkout.c:1108
6812 msgid "create and checkout a new branch"
6813 msgstr "einen neuen Branch erzeugen und auschecken"
6815 #: builtin/checkout.c:1110
6816 msgid "create/reset and checkout a branch"
6817 msgstr "einen Branch erstellen/umsetzen und auschecken"
6819 #: builtin/checkout.c:1111
6820 msgid "create reflog for new branch"
6821 msgstr "das Reflog für den neuen Branch erzeugen"
6823 #: builtin/checkout.c:1112 builtin/worktree.c:391
6824 msgid "detach HEAD at named commit"
6825 msgstr "HEAD bei benanntem Commit loslösen"
6827 #: builtin/checkout.c:1113
6828 msgid "set upstream info for new branch"
6829 msgstr "Informationen zum Upstream-Branch für den neuen Branch setzen"
6831 #: builtin/checkout.c:1115
6833 msgstr "neuer Branch"
6835 #: builtin/checkout.c:1115
6836 msgid "new unparented branch"
6837 msgstr "neuer Branch ohne Eltern-Commit"
6839 #: builtin/checkout.c:1116
6840 msgid "checkout our version for unmerged files"
6841 msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken"
6843 #: builtin/checkout.c:1118
6844 msgid "checkout their version for unmerged files"
6845 msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken"
6847 #: builtin/checkout.c:1120
6848 msgid "force checkout (throw away local modifications)"
6849 msgstr "Auschecken erzwingen (verwirft lokale Änderungen)"
6851 #: builtin/checkout.c:1122
6852 msgid "perform a 3-way merge with the new branch"
6853 msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen"
6855 #: builtin/checkout.c:1124 builtin/merge.c:239
6856 msgid "update ignored files (default)"
6857 msgstr "ignorierte Dateien aktualisieren (Standard)"
6859 #: builtin/checkout.c:1126 builtin/log.c:1499 parse-options.h:263
6863 #: builtin/checkout.c:1127
6864 msgid "conflict style (merge or diff3)"
6865 msgstr "Konfliktstil (merge oder diff3)"
6867 #: builtin/checkout.c:1130
6868 msgid "do not limit pathspecs to sparse entries only"
6869 msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken"
6871 #: builtin/checkout.c:1132
6872 msgid "second guess 'git checkout <no-such-branch>'"
6873 msgstr "second guess 'git checkout <no-such-branch>'"
6875 #: builtin/checkout.c:1134
6876 msgid "do not check if another worktree is holding the given ref"
6878 "Prüfung, ob die Referenz bereits in einem anderen Arbeitsverzeichnis "
6879 "ausgecheckt wurde, deaktivieren"
6881 #: builtin/checkout.c:1138 builtin/clone.c:83 builtin/fetch.c:150
6882 #: builtin/merge.c:236 builtin/pull.c:123 builtin/push.c:556
6883 #: builtin/send-pack.c:173
6884 msgid "force progress reporting"
6885 msgstr "Fortschrittsanzeige erzwingen"
6887 #: builtin/checkout.c:1168
6888 msgid "-b, -B and --orphan are mutually exclusive"
6889 msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."
6891 #: builtin/checkout.c:1185
6892 msgid "--track needs a branch name"
6893 msgstr "Bei der Option --track muss ein Branchname angegeben werden."
6895 #: builtin/checkout.c:1190
6896 msgid "Missing branch name; try -b"
6897 msgstr "Vermisse Branchnamen; versuchen Sie -b"
6899 #: builtin/checkout.c:1226
6900 msgid "invalid path specification"
6901 msgstr "ungültige Pfadspezifikation"
6903 #: builtin/checkout.c:1233
6905 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6907 "'%s' ist kein Commit und es kann kein Branch '%s' aus diesem erstellt werden."
6909 #: builtin/checkout.c:1237
6911 msgid "git checkout: --detach does not take a path argument '%s'"
6912 msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"
6914 #: builtin/checkout.c:1241
6916 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6917 "checking out of the index."
6919 "git checkout: --ours/--theirs, --force und --merge sind inkompatibel wenn\n"
6920 "Sie aus dem Index auschecken."
6922 #: builtin/clean.c:26
6924 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6926 "git clean [-d] [-f] [-i] [-n] [-q] [-e <Muster>] [-x | -X] [--] <Pfade>..."
6928 #: builtin/clean.c:30
6930 msgid "Removing %s\n"
6931 msgstr "Lösche %s\n"
6933 #: builtin/clean.c:31
6935 msgid "Would remove %s\n"
6936 msgstr "Würde %s löschen\n"
6938 #: builtin/clean.c:32
6940 msgid "Skipping repository %s\n"
6941 msgstr "Überspringe Repository %s\n"
6943 #: builtin/clean.c:33
6945 msgid "Would skip repository %s\n"
6946 msgstr "Würde Repository %s überspringen\n"
6948 #: builtin/clean.c:34
6950 msgid "failed to remove %s"
6951 msgstr "Fehler beim Löschen von %s"
6953 #: builtin/clean.c:302 git-add--interactive.perl:572
6957 "1 - select a numbered item\n"
6958 "foo - select item based on unique prefix\n"
6959 " - (empty) select nothing\n"
6962 "1 - nummeriertes Element auswählen\n"
6963 "foo - Element anhand eines eindeutigen Präfix auswählen\n"
6964 " - (leer) nichts auswählen\n"
6966 #: builtin/clean.c:306 git-add--interactive.perl:581
6970 "1 - select a single item\n"
6971 "3-5 - select a range of items\n"
6972 "2-3,6-9 - select multiple ranges\n"
6973 "foo - select item based on unique prefix\n"
6974 "-... - unselect specified items\n"
6975 "* - choose all items\n"
6976 " - (empty) finish selecting\n"
6979 "1 - einzelnes Element auswählen\n"
6980 "3-5 - Bereich von Elementen auswählen\n"
6981 "2-3,6-9 - mehrere Bereiche auswählen\n"
6982 "foo - Element anhand eines eindeutigen Präfix auswählen\n"
6983 "-... - angegebenes Element abwählen\n"
6984 "* - alle Elemente auswählen\n"
6985 " - (leer) Auswahl beenden\n"
6987 #: builtin/clean.c:522 git-add--interactive.perl:547
6988 #: git-add--interactive.perl:552
6989 #, c-format, perl-format
6991 msgstr "Wie bitte (%s)?\n"
6993 #: builtin/clean.c:664
6995 msgid "Input ignore patterns>> "
6996 msgstr "Ignorier-Muster eingeben>> "
6998 #: builtin/clean.c:701
7000 msgid "WARNING: Cannot find items matched by: %s"
7001 msgstr "WARNUNG: Kann keine Einträge finden die Muster entsprechen: %s"
7003 #: builtin/clean.c:722
7004 msgid "Select items to delete"
7005 msgstr "Wählen Sie Einträge zum Löschen"
7007 #. TRANSLATORS: Make sure to keep [y/N] as is
7008 #: builtin/clean.c:763
7010 msgid "Remove %s [y/N]? "
7011 msgstr "'%s' löschen [y/N]? "
7013 #: builtin/clean.c:788 git-add--interactive.perl:1710
7018 #: builtin/clean.c:796
7020 "clean - start cleaning\n"
7021 "filter by pattern - exclude items from deletion\n"
7022 "select by numbers - select items to be deleted by numbers\n"
7023 "ask each - confirm each deletion (like \"rm -i\")\n"
7024 "quit - stop cleaning\n"
7025 "help - this screen\n"
7026 "? - help for prompt selection"
7028 "clean - Clean starten\n"
7029 "filter by pattern - Einträge von Löschung ausschließen\n"
7030 "select by numbers - Auswahl von Einträgen über Nummern\n"
7031 "ask each - jede Löschung bestätigen (wie \"rm -i\")\n"
7032 "quit - Clean beenden\n"
7033 "help - diese Meldung anzeigen\n"
7034 "? - Hilfe zur Auswahl mittels Eingabe anzeigen"
7036 #: builtin/clean.c:823 git-add--interactive.perl:1786
7037 msgid "*** Commands ***"
7038 msgstr "*** Befehle ***"
7040 #: builtin/clean.c:824 git-add--interactive.perl:1783
7044 #: builtin/clean.c:832
7045 msgid "Would remove the following item:"
7046 msgid_plural "Would remove the following items:"
7047 msgstr[0] "Würde das folgende Element entfernen:"
7048 msgstr[1] "Würde die folgenden Elemente entfernen:"
7050 #: builtin/clean.c:848
7051 msgid "No more files to clean, exiting."
7052 msgstr "Keine Dateien mehr zum Löschen, beende."
7054 #: builtin/clean.c:910
7055 msgid "do not print names of files removed"
7056 msgstr "keine Namen von gelöschten Dateien ausgeben"
7058 #: builtin/clean.c:912
7060 msgstr "Aktion erzwingen"
7062 #: builtin/clean.c:913
7063 msgid "interactive cleaning"
7064 msgstr "interaktives Clean"
7066 #: builtin/clean.c:915
7067 msgid "remove whole directories"
7068 msgstr "ganze Verzeichnisse löschen"
7070 #: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
7071 #: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
7072 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
7073 #: builtin/show-ref.c:176
7077 #: builtin/clean.c:917
7078 msgid "add <pattern> to ignore rules"
7079 msgstr "<Muster> zu den Regeln für ignorierte Pfade hinzufügen"
7081 #: builtin/clean.c:918
7082 msgid "remove ignored files, too"
7083 msgstr "auch ignorierte Dateien löschen"
7085 #: builtin/clean.c:920
7086 msgid "remove only ignored files"
7087 msgstr "nur ignorierte Dateien löschen"
7089 #: builtin/clean.c:938
7090 msgid "-x and -X cannot be used together"
7091 msgstr "Die Optionen -x und -X können nicht gemeinsam verwendet werden."
7093 #: builtin/clean.c:942
7095 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
7098 "clean.requireForce auf \"true\" gesetzt und weder -i, -n noch -f gegeben; "
7099 "\"clean\" verweigert"
7101 #: builtin/clean.c:945
7103 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
7106 "clean.requireForce standardmäßig auf \"true\" gesetzt und weder -i, -n noch -"
7107 "f gegeben; \"clean\" verweigert"
7109 #: builtin/clone.c:40
7110 msgid "git clone [<options>] [--] <repo> [<dir>]"
7111 msgstr "git clone [<Optionen>] [--] <Repository> [<Verzeichnis>]"
7113 #: builtin/clone.c:85
7114 msgid "don't create a checkout"
7115 msgstr "kein Auschecken"
7117 #: builtin/clone.c:86 builtin/clone.c:88 builtin/init-db.c:479
7118 msgid "create a bare repository"
7119 msgstr "ein Bare-Repository erstellen"
7121 #: builtin/clone.c:90
7122 msgid "create a mirror repository (implies bare)"
7123 msgstr "ein Spiegelarchiv erstellen (impliziert --bare)"
7125 #: builtin/clone.c:92
7126 msgid "to clone from a local repository"
7127 msgstr "von einem lokalen Repository klonen"
7129 #: builtin/clone.c:94
7130 msgid "don't use local hardlinks, always copy"
7131 msgstr "lokal keine harten Verweise verwenden, immer Kopien"
7133 #: builtin/clone.c:96
7134 msgid "setup as shared repository"
7135 msgstr "als verteiltes Repository einrichten"
7137 #: builtin/clone.c:98 builtin/clone.c:102
7139 msgstr "Pfadspezifikation"
7141 #: builtin/clone.c:98 builtin/clone.c:102
7142 msgid "initialize submodules in the clone"
7143 msgstr "Submodule im Klon initialisieren"
7145 #: builtin/clone.c:105
7146 msgid "number of submodules cloned in parallel"
7147 msgstr "Anzahl der parallel zu klonenden Submodule"
7149 #: builtin/clone.c:106 builtin/init-db.c:476
7150 msgid "template-directory"
7151 msgstr "Vorlagenverzeichnis"
7153 #: builtin/clone.c:107 builtin/init-db.c:477
7154 msgid "directory from which templates will be used"
7155 msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"
7157 #: builtin/clone.c:109 builtin/clone.c:111 builtin/submodule--helper.c:1210
7158 #: builtin/submodule--helper.c:1577
7159 msgid "reference repository"
7160 msgstr "Repository referenzieren"
7162 #: builtin/clone.c:113
7163 msgid "use --reference only while cloning"
7164 msgstr "--reference nur während des Klonens benutzen"
7166 #: builtin/clone.c:114 builtin/column.c:27 builtin/merge-file.c:44
7170 #: builtin/clone.c:115
7171 msgid "use <name> instead of 'origin' to track upstream"
7172 msgstr "<Name> statt 'origin' für Upstream-Repository verwenden"
7174 #: builtin/clone.c:117
7175 msgid "checkout <branch> instead of the remote's HEAD"
7176 msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories"
7178 #: builtin/clone.c:119
7179 msgid "path to git-upload-pack on the remote"
7180 msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"
7182 #: builtin/clone.c:120 builtin/fetch.c:151 builtin/grep.c:813
7183 #: builtin/pull.c:211
7187 #: builtin/clone.c:121
7188 msgid "create a shallow clone of that depth"
7190 "einen Klon mit unvollständiger Historie (shallow) in dieser Tiefe erstellen"
7192 #: builtin/clone.c:122 builtin/fetch.c:153 builtin/pack-objects.c:3017
7193 #: parse-options.h:154
7197 #: builtin/clone.c:123
7198 msgid "create a shallow clone since a specific time"
7200 "einen Klon mit unvollständiger Historie (shallow) seit einer bestimmten "
7204 #: builtin/clone.c:124 builtin/fetch.c:155
7208 #: builtin/clone.c:125 builtin/fetch.c:156
7209 msgid "deepen history of shallow clone, excluding rev"
7211 "die Historie eines Klons mit unvollständiger Historie (shallow) mittels\n"
7212 "Ausschluss eines Commits vertiefen"
7214 #: builtin/clone.c:127
7215 msgid "clone only one branch, HEAD or --branch"
7216 msgstr "nur einen Branch klonen, HEAD oder --branch"
7218 #: builtin/clone.c:129
7219 msgid "don't clone any tags, and make later fetches not to follow them"
7220 msgstr "keine Tags klonen, und auch bei späteren Abrufen nicht beachten"
7222 #: builtin/clone.c:131
7223 msgid "any cloned submodules will be shallow"
7224 msgstr "jedes geklonte Submodul mit unvollständiger Historie (shallow)"
7226 #: builtin/clone.c:132 builtin/init-db.c:485
7228 msgstr ".git-Verzeichnis"
7230 #: builtin/clone.c:133 builtin/init-db.c:486
7231 msgid "separate git dir from working tree"
7232 msgstr "Git-Verzeichnis vom Arbeitsverzeichnis separieren"
7234 #: builtin/clone.c:134
7236 msgstr "Schlüssel=Wert"
7238 #: builtin/clone.c:135
7239 msgid "set config inside the new repository"
7240 msgstr "Konfiguration innerhalb des neuen Repositories setzen"
7242 #: builtin/clone.c:136 builtin/fetch.c:173 builtin/pull.c:224
7243 #: builtin/push.c:567
7244 msgid "use IPv4 addresses only"
7245 msgstr "nur IPv4-Adressen benutzen"
7247 #: builtin/clone.c:138 builtin/fetch.c:175 builtin/pull.c:227
7248 #: builtin/push.c:569
7249 msgid "use IPv6 addresses only"
7250 msgstr "nur IPv6-Adressen benutzen"
7252 #: builtin/clone.c:276
7254 "No directory name could be guessed.\n"
7255 "Please specify a directory on the command line"
7257 "Konnte keinen Verzeichnisnamen erraten.\n"
7258 "Bitte geben Sie ein Verzeichnis auf der Befehlszeile an."
7260 #: builtin/clone.c:329
7262 msgid "info: Could not add alternate for '%s': %s\n"
7263 msgstr "info: Konnte Alternative für '%s' nicht hinzufügen: %s\n"
7265 #: builtin/clone.c:401
7267 msgid "failed to open '%s'"
7268 msgstr "Fehler beim Öffnen von '%s'"
7270 #: builtin/clone.c:409
7272 msgid "%s exists and is not a directory"
7273 msgstr "%s existiert und ist kein Verzeichnis"
7275 #: builtin/clone.c:423
7277 msgid "failed to stat %s\n"
7278 msgstr "Konnte %s nicht lesen\n"
7280 #: builtin/clone.c:445
7282 msgid "failed to create link '%s'"
7283 msgstr "Konnte Verweis '%s' nicht erstellen"
7285 #: builtin/clone.c:449
7287 msgid "failed to copy file to '%s'"
7288 msgstr "Konnte Datei nicht nach '%s' kopieren"
7290 #: builtin/clone.c:475
7295 #: builtin/clone.c:489
7297 "Clone succeeded, but checkout failed.\n"
7298 "You can inspect what was checked out with 'git status'\n"
7299 "and retry the checkout with 'git checkout -f HEAD'\n"
7301 "Klonen erfolgreich, Auschecken ist aber fehlgeschlagen.\n"
7302 "Sie können mit 'git status' prüfen, was ausgecheckt worden ist\n"
7303 "und das Auschecken mit 'git checkout -f HEAD' erneut versuchen.\n"
7305 #: builtin/clone.c:566
7307 msgid "Could not find remote branch %s to clone."
7308 msgstr "Konnte zu klonenden Remote-Branch %s nicht finden."
7310 #: builtin/clone.c:661
7311 msgid "remote did not send all necessary objects"
7312 msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."
7314 #: builtin/clone.c:677
7316 msgid "unable to update %s"
7317 msgstr "kann %s nicht aktualisieren"
7319 #: builtin/clone.c:726
7320 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
7322 "Externer HEAD bezieht sich auf eine nicht existierende Referenz und kann "
7323 "nicht ausgecheckt werden.\n"
7325 #: builtin/clone.c:756
7326 msgid "unable to checkout working tree"
7327 msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden"
7329 #: builtin/clone.c:801
7330 msgid "unable to write parameters to config file"
7331 msgstr "konnte Parameter nicht in Konfigurationsdatei schreiben"
7333 #: builtin/clone.c:864
7334 msgid "cannot repack to clean up"
7335 msgstr "Kann \"repack\" zum Aufräumen nicht aufrufen"
7337 #: builtin/clone.c:866
7338 msgid "cannot unlink temporary alternates file"
7339 msgstr "Kann temporäre \"alternates\"-Datei nicht entfernen"
7341 #: builtin/clone.c:906 builtin/receive-pack.c:1946
7342 msgid "Too many arguments."
7343 msgstr "Zu viele Argumente."
7345 #: builtin/clone.c:910
7346 msgid "You must specify a repository to clone."
7347 msgstr "Sie müssen ein Repository zum Klonen angeben."
7349 #: builtin/clone.c:923
7351 msgid "--bare and --origin %s options are incompatible."
7352 msgstr "Die Optionen --bare und --origin %s sind inkompatibel."
7354 #: builtin/clone.c:926
7355 msgid "--bare and --separate-git-dir are incompatible."
7356 msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."
7358 #: builtin/clone.c:939
7360 msgid "repository '%s' does not exist"
7361 msgstr "Repository '%s' existiert nicht."
7363 #: builtin/clone.c:945 builtin/fetch.c:1455
7365 msgid "depth %s is not a positive number"
7366 msgstr "Tiefe %s ist keine positive Zahl"
7368 #: builtin/clone.c:955
7370 msgid "destination path '%s' already exists and is not an empty directory."
7371 msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."
7373 #: builtin/clone.c:965
7375 msgid "working tree '%s' already exists."
7376 msgstr "Arbeitsverzeichnis '%s' existiert bereits."
7378 #: builtin/clone.c:980 builtin/clone.c:1001 builtin/difftool.c:270
7379 #: builtin/worktree.c:255 builtin/worktree.c:285
7381 msgid "could not create leading directories of '%s'"
7382 msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."
7384 #: builtin/clone.c:985
7386 msgid "could not create work tree dir '%s'"
7387 msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen"
7389 #: builtin/clone.c:1005
7391 msgid "Cloning into bare repository '%s'...\n"
7392 msgstr "Klone in Bare-Repository '%s' ...\n"
7394 #: builtin/clone.c:1007
7396 msgid "Cloning into '%s'...\n"
7397 msgstr "Klone nach '%s' ...\n"
7399 #: builtin/clone.c:1031
7401 "clone --recursive is not compatible with both --reference and --reference-if-"
7404 "'clone --recursive' ist nicht kompatibel mit --reference und --reference-if-"
7407 #: builtin/clone.c:1093
7408 msgid "--depth is ignored in local clones; use file:// instead."
7410 "Die Option --depth wird in lokalen Klonen ignoriert; benutzen Sie "
7411 "stattdessen file://"
7413 #: builtin/clone.c:1095
7414 msgid "--shallow-since is ignored in local clones; use file:// instead."
7416 "--shallow-since wird in lokalen Klonen ignoriert; benutzen Sie stattdessen "
7419 #: builtin/clone.c:1097
7420 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
7422 "--shallow-exclude wird in lokalen Klonen ignoriert; benutzen Sie stattdessen "
7425 #: builtin/clone.c:1099
7426 msgid "--filter is ignored in local clones; use file:// instead."
7427 msgstr "--filter wird in lokalen Klonen ignoriert; benutzen Sie stattdessen file://"
7429 #: builtin/clone.c:1102
7430 msgid "source repository is shallow, ignoring --local"
7432 "Quelle ist ein Repository mit unvollständiger Historie (shallow),\n"
7435 #: builtin/clone.c:1107
7436 msgid "--local is ignored"
7437 msgstr "--local wird ignoriert"
7439 #: builtin/clone.c:1169 builtin/clone.c:1177
7441 msgid "Remote branch %s not found in upstream %s"
7442 msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden"
7444 #: builtin/clone.c:1180
7445 msgid "You appear to have cloned an empty repository."
7446 msgstr "Sie scheinen ein leeres Repository geklont zu haben."
7448 #: builtin/column.c:10
7449 msgid "git column [<options>]"
7450 msgstr "git column [<Optionen>]"
7452 #: builtin/column.c:27
7453 msgid "lookup config vars"
7454 msgstr "Konfigurationsvariablen nachschlagen"
7456 #: builtin/column.c:28 builtin/column.c:29
7457 msgid "layout to use"
7458 msgstr "zu verwendende Anordnung"
7460 #: builtin/column.c:30
7461 msgid "Maximum width"
7462 msgstr "maximale Breite"
7464 #: builtin/column.c:31
7465 msgid "Padding space on left border"
7466 msgstr "Abstand zum linken Rand"
7468 #: builtin/column.c:32
7469 msgid "Padding space on right border"
7470 msgstr "Abstand zum rechten Rand"
7472 #: builtin/column.c:33
7473 msgid "Padding space between columns"
7474 msgstr "Abstand zwischen Spalten"
7476 #: builtin/column.c:52
7477 msgid "--command must be the first argument"
7478 msgstr "Die Option --command muss an erster Stelle stehen."
7480 #: builtin/commit.c:37
7481 msgid "git commit [<options>] [--] <pathspec>..."
7482 msgstr "git commit [<Optionen>] [--] <Pfadspezifikation>..."
7484 #: builtin/commit.c:42
7485 msgid "git status [<options>] [--] <pathspec>..."
7486 msgstr "git status [<Optionen>] [--] <Pfadspezifikation>..."
7488 #: builtin/commit.c:47
7490 "You asked to amend the most recent commit, but doing so would make\n"
7491 "it empty. You can repeat your command with --allow-empty, or you can\n"
7492 "remove the commit entirely with \"git reset HEAD^\".\n"
7494 "Sie fragten den jüngsten Commit nachzubessern, aber das würde diesen leer\n"
7495 "machen. Sie können Ihren Befehl mit --allow-empty wiederholen, oder diesen\n"
7496 "Commit mit \"git reset HEAD^\" vollständig entfernen.\n"
7498 #: builtin/commit.c:52
7500 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
7501 "If you wish to commit it anyway, use:\n"
7503 " git commit --allow-empty\n"
7506 "Der letzte \"cherry-pick\" ist jetzt leer, möglicherweise durch eine "
7507 "Konfliktauflösung.\n"
7508 "Wenn Sie dies trotzdem committen wollen, benutzen Sie:\n"
7510 " git commit --allow-empty\n"
7513 #: builtin/commit.c:59
7514 msgid "Otherwise, please use 'git reset'\n"
7515 msgstr "Andernfalls benutzen Sie bitte 'git reset'\n"
7517 #: builtin/commit.c:62
7519 "If you wish to skip this commit, use:\n"
7523 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
7524 "the remaining commits.\n"
7526 "Wenn Sie diesen Commit auslassen möchten, benutzen Sie:\n"
7530 "Benutzen Sie anschließend \"git cherry-pick --continue\", um die\n"
7531 "Cherry-Pick-Operation mit den verbleibenden Commits fortzusetzen.\n"
7533 #: builtin/commit.c:284
7534 msgid "failed to unpack HEAD tree object"
7535 msgstr "Fehler beim Entpacken des \"Tree\"-Objektes von HEAD."
7537 #: builtin/commit.c:325
7538 msgid "unable to create temporary index"
7539 msgstr "Konnte temporären Index nicht erstellen."
7541 #: builtin/commit.c:331
7542 msgid "interactive add failed"
7543 msgstr "interaktives Hinzufügen fehlgeschlagen"
7545 #: builtin/commit.c:344
7546 msgid "unable to update temporary index"
7547 msgstr "Konnte temporären Index nicht aktualisieren."
7549 #: builtin/commit.c:346
7550 msgid "Failed to update main cache tree"
7551 msgstr "Konnte Haupt-Cache-Verzeichnis nicht aktualisieren"
7553 #: builtin/commit.c:371 builtin/commit.c:395 builtin/commit.c:444
7554 msgid "unable to write new_index file"
7555 msgstr "Konnte new_index Datei nicht schreiben"
7557 #: builtin/commit.c:427
7558 msgid "cannot do a partial commit during a merge."
7559 msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist."
7561 #: builtin/commit.c:429
7562 msgid "cannot do a partial commit during a cherry-pick."
7564 "Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist."
7566 #: builtin/commit.c:437
7567 msgid "cannot read the index"
7568 msgstr "Kann Index nicht lesen"
7570 #: builtin/commit.c:456
7571 msgid "unable to write temporary index file"
7572 msgstr "Konnte temporäre Index-Datei nicht schreiben."
7574 #: builtin/commit.c:553
7576 msgid "commit '%s' lacks author header"
7577 msgstr "Commit '%s' fehlt Autor-Kopfbereich"
7579 #: builtin/commit.c:555
7581 msgid "commit '%s' has malformed author line"
7582 msgstr "Commit '%s' hat fehlerhafte Autor-Zeile"
7584 #: builtin/commit.c:574
7585 msgid "malformed --author parameter"
7586 msgstr "Fehlerhafter --author Parameter"
7588 #: builtin/commit.c:626
7590 "unable to select a comment character that is not used\n"
7591 "in the current commit message"
7593 "Konnte kein Kommentar-Zeichen auswählen, das nicht in\n"
7594 "der aktuellen Commit-Beschreibung verwendet wird."
7596 #: builtin/commit.c:663 builtin/commit.c:696 builtin/commit.c:1024
7598 msgid "could not lookup commit %s"
7599 msgstr "Konnte Commit %s nicht nachschlagen"
7601 #: builtin/commit.c:675 builtin/shortlog.c:309
7603 msgid "(reading log message from standard input)\n"
7604 msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"
7606 #: builtin/commit.c:677
7607 msgid "could not read log from standard input"
7608 msgstr "Konnte Log nicht von Standard-Eingabe lesen."
7610 #: builtin/commit.c:681
7612 msgid "could not read log file '%s'"
7613 msgstr "Konnte Log-Datei '%s' nicht lesen"
7615 #: builtin/commit.c:710 builtin/commit.c:718
7616 msgid "could not read SQUASH_MSG"
7617 msgstr "Konnte SQUASH_MSG nicht lesen"
7619 #: builtin/commit.c:715
7620 msgid "could not read MERGE_MSG"
7621 msgstr "Konnte MERGE_MSG nicht lesen"
7623 #: builtin/commit.c:769
7624 msgid "could not write commit template"
7625 msgstr "Konnte Commit-Vorlage nicht schreiben"
7627 #: builtin/commit.c:787
7631 "It looks like you may be committing a merge.\n"
7632 "If this is not correct, please remove the file\n"
7637 "Es sieht so aus, als committen Sie einen Merge.\n"
7638 "Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"
7640 "und versuchen Sie es erneut.\n"
7642 #: builtin/commit.c:792
7646 "It looks like you may be committing a cherry-pick.\n"
7647 "If this is not correct, please remove the file\n"
7652 "Es sieht so aus, als committen Sie einen \"cherry-pick\".\n"
7653 "Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"
7655 "und versuchen Sie es erneut.\n"
7657 #: builtin/commit.c:805
7660 "Please enter the commit message for your changes. Lines starting\n"
7661 "with '%c' will be ignored, and an empty message aborts the commit.\n"
7663 "Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n"
7664 "die mit '%c' beginnen, werden ignoriert, und eine leere Beschreibung\n"
7665 "bricht den Commit ab.\n"
7667 #: builtin/commit.c:813
7670 "Please enter the commit message for your changes. Lines starting\n"
7671 "with '%c' will be kept; you may remove them yourself if you want to.\n"
7672 "An empty message aborts the commit.\n"
7674 "Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, "
7676 "mit '%c' beginnen, werden beibehalten; wenn Sie möchten, können Sie diese "
7678 "Eine leere Beschreibung bricht den Commit ab.\n"
7680 #: builtin/commit.c:830
7682 msgid "%sAuthor: %.*s <%.*s>"
7683 msgstr "%sAutor: %.*s <%.*s>"
7685 #: builtin/commit.c:838
7688 msgstr "%sDatum: %s"
7690 #: builtin/commit.c:845
7692 msgid "%sCommitter: %.*s <%.*s>"
7693 msgstr "%sCommit-Ersteller: %.*s <%.*s>"
7695 #: builtin/commit.c:862
7696 msgid "Cannot read index"
7697 msgstr "Kann Index nicht lesen"
7699 #: builtin/commit.c:928
7700 msgid "Error building trees"
7701 msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"
7703 #: builtin/commit.c:942 builtin/tag.c:256
7705 msgid "Please supply the message using either -m or -F option.\n"
7707 "Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n"
7709 #: builtin/commit.c:986
7711 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
7713 "--author '%s' ist nicht im Format 'Name <E-Mail>' und stimmt mit keinem "
7714 "vorhandenen Autor überein"
7716 #: builtin/commit.c:1000
7718 msgid "Invalid ignored mode '%s'"
7719 msgstr "Ungültiger ignored-Modus '%s'."
7721 #: builtin/commit.c:1014 builtin/commit.c:1264
7723 msgid "Invalid untracked files mode '%s'"
7724 msgstr "Ungültiger Modus '%s' für unversionierte Dateien"
7726 #: builtin/commit.c:1052
7727 msgid "--long and -z are incompatible"
7728 msgstr "Die Optionen --long und -z sind inkompatibel."
7730 #: builtin/commit.c:1085
7731 msgid "Using both --reset-author and --author does not make sense"
7733 "Die Optionen --reset-author und --author können nicht gemeinsam verwendet "
7736 #: builtin/commit.c:1094
7737 msgid "You have nothing to amend."
7738 msgstr "Sie haben nichts für \"--amend\"."
7740 #: builtin/commit.c:1097
7741 msgid "You are in the middle of a merge -- cannot amend."
7742 msgstr "Ein Merge ist im Gange -- kann \"--amend\" nicht ausführen."
7744 #: builtin/commit.c:1099
7745 msgid "You are in the middle of a cherry-pick -- cannot amend."
7746 msgstr "\"cherry-pick\" ist im Gange -- kann \"--amend\" nicht ausführen."
7748 #: builtin/commit.c:1102
7749 msgid "Options --squash and --fixup cannot be used together"
7751 "Die Optionen --squash und --fixup können nicht gemeinsam verwendet werden."
7753 #: builtin/commit.c:1112
7754 msgid "Only one of -c/-C/-F/--fixup can be used."
7755 msgstr "Es kann nur eine Option von -c/-C/-F/--fixup verwendet werden."
7757 #: builtin/commit.c:1114
7758 msgid "Option -m cannot be combined with -c/-C/-F."
7759 msgstr "Die Option -m kann nicht mit -c/-C/-F kombiniert werden."
7761 #: builtin/commit.c:1122
7762 msgid "--reset-author can be used only with -C, -c or --amend."
7764 "Die Option --reset--author kann nur mit -C, -c oder --amend verwendet werden."
7766 #: builtin/commit.c:1139
7767 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
7769 "Es kann nur eine Option von --include/--only/--all/--interactive/--patch "
7772 #: builtin/commit.c:1141
7773 msgid "No paths with --include/--only does not make sense."
7775 "Die Optionen --include und --only können nur mit der Angabe von Pfaden "
7778 #: builtin/commit.c:1155 builtin/tag.c:542
7780 msgid "Invalid cleanup mode %s"
7781 msgstr "Ungültiger \"cleanup\" Modus %s"
7783 #: builtin/commit.c:1160
7784 msgid "Paths with -a does not make sense."
7785 msgstr "Die Option -a kann nicht mit der Angabe von Pfaden verwendet werden."
7787 #: builtin/commit.c:1278 builtin/commit.c:1443
7788 msgid "show status concisely"
7789 msgstr "Status im Kurzformat anzeigen"
7791 #: builtin/commit.c:1280 builtin/commit.c:1445
7792 msgid "show branch information"
7793 msgstr "Branchinformationen anzeigen"
7795 #: builtin/commit.c:1282
7796 msgid "show stash information"
7797 msgstr "Stashinformationen anzeigen"
7799 #: builtin/commit.c:1284 builtin/commit.c:1447
7800 msgid "compute full ahead/behind values"
7801 msgstr "voraus/hinterher-Werte berechnen"
7803 #: builtin/commit.c:1286
7807 #: builtin/commit.c:1286 builtin/commit.c:1449 builtin/push.c:542
7808 #: builtin/worktree.c:541
7809 msgid "machine-readable output"
7810 msgstr "maschinenlesbare Ausgabe"
7812 #: builtin/commit.c:1289 builtin/commit.c:1451
7813 msgid "show status in long format (default)"
7814 msgstr "Status im Langformat anzeigen (Standard)"
7816 #: builtin/commit.c:1292 builtin/commit.c:1454
7817 msgid "terminate entries with NUL"
7818 msgstr "Einträge mit NUL-Zeichen abschließen"
7820 #: builtin/commit.c:1294 builtin/commit.c:1298 builtin/commit.c:1457
7821 #: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:396
7825 #: builtin/commit.c:1295 builtin/commit.c:1457
7826 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7828 "unversionierte Dateien anzeigen, optionale Modi: all, normal, no. (Standard: "
7831 #: builtin/commit.c:1299
7833 "show ignored files, optional modes: traditional, matching, no. (Default: "
7836 "ignorierte Dateien anzeigen, optionale Modi: traditional, matching, no. "
7837 "(Standard: traditional)"
7839 #: builtin/commit.c:1301 parse-options.h:167
7843 #: builtin/commit.c:1302
7845 "ignore changes to submodules, optional when: all, dirty, untracked. "
7848 "Änderungen in Submodulen ignorieren, optional wenn: all, dirty, untracked. "
7851 #: builtin/commit.c:1304
7852 msgid "list untracked files in columns"
7853 msgstr "unversionierte Dateien in Spalten auflisten"
7855 #: builtin/commit.c:1323
7856 msgid "Unsupported combination of ignored and untracked-files arguments"
7858 "Nicht unterstützte Kombination von ignored und untracked-files Argumenten."
7860 #: builtin/commit.c:1413
7861 msgid "suppress summary after successful commit"
7862 msgstr "Zusammenfassung nach erfolgreichem Commit unterdrücken"
7864 #: builtin/commit.c:1414
7865 msgid "show diff in commit message template"
7866 msgstr "Unterschiede in Commit-Beschreibungsvorlage anzeigen"
7868 #: builtin/commit.c:1416
7869 msgid "Commit message options"
7870 msgstr "Optionen für Commit-Beschreibung"
7872 #: builtin/commit.c:1417 builtin/tag.c:393
7873 msgid "read message from file"
7874 msgstr "Beschreibung von Datei lesen"
7876 #: builtin/commit.c:1418
7880 #: builtin/commit.c:1418
7881 msgid "override author for commit"
7882 msgstr "Autor eines Commits überschreiben"
7884 #: builtin/commit.c:1419 builtin/gc.c:359
7888 #: builtin/commit.c:1419
7889 msgid "override date for commit"
7890 msgstr "Datum eines Commits überschreiben"
7892 #: builtin/commit.c:1420 builtin/merge.c:226 builtin/notes.c:402
7893 #: builtin/notes.c:565 builtin/tag.c:391
7895 msgstr "Beschreibung"
7897 #: builtin/commit.c:1420
7898 msgid "commit message"
7899 msgstr "Commit-Beschreibung"
7901 #: builtin/commit.c:1421 builtin/commit.c:1422 builtin/commit.c:1423
7902 #: builtin/commit.c:1424 parse-options.h:269 ref-filter.h:92
7906 #: builtin/commit.c:1421
7907 msgid "reuse and edit message from specified commit"
7908 msgstr "Beschreibung des angegebenen Commits wiederverwenden und editieren"
7910 #: builtin/commit.c:1422
7911 msgid "reuse message from specified commit"
7912 msgstr "Beschreibung des angegebenen Commits wiederverwenden"
7914 #: builtin/commit.c:1423
7915 msgid "use autosquash formatted message to fixup specified commit"
7917 "eine automatisch zusammengesetzte Beschreibung zum Nachbessern des "
7918 "angegebenen Commits verwenden"
7920 #: builtin/commit.c:1424
7921 msgid "use autosquash formatted message to squash specified commit"
7923 "eine automatisch zusammengesetzte Beschreibung beim \"squash\" des "
7924 "angegebenen Commits verwenden"
7926 #: builtin/commit.c:1425
7927 msgid "the commit is authored by me now (used with -C/-c/--amend)"
7928 msgstr "Sie als Autor des Commits setzen (verwendet mit -C/-c/--amend)"
7930 #: builtin/commit.c:1426 builtin/log.c:1446 builtin/merge.c:240
7931 #: builtin/pull.c:149 builtin/revert.c:105
7932 msgid "add Signed-off-by:"
7933 msgstr "'Signed-off-by:'-Zeile hinzufügen"
7935 #: builtin/commit.c:1427
7936 msgid "use specified template file"
7937 msgstr "angegebene Vorlagendatei verwenden"
7939 #: builtin/commit.c:1428
7940 msgid "force edit of commit"
7941 msgstr "Bearbeitung des Commits erzwingen"
7943 #: builtin/commit.c:1429
7947 #: builtin/commit.c:1429 builtin/tag.c:397
7948 msgid "how to strip spaces and #comments from message"
7950 "wie Leerzeichen und #Kommentare von der Beschreibung getrennt werden sollen"
7952 #: builtin/commit.c:1430
7953 msgid "include status in commit message template"
7954 msgstr "Status in die Commit-Beschreibungsvorlage einfügen"
7956 #: builtin/commit.c:1432 builtin/merge.c:238 builtin/pull.c:179
7957 #: builtin/revert.c:113
7958 msgid "GPG sign commit"
7959 msgstr "Commit mit GPG signieren"
7961 #: builtin/commit.c:1435
7962 msgid "Commit contents options"
7963 msgstr "Optionen für Commit-Inhalt"
7965 #: builtin/commit.c:1436
7966 msgid "commit all changed files"
7967 msgstr "alle geänderten Dateien committen"
7969 #: builtin/commit.c:1437
7970 msgid "add specified files to index for commit"
7971 msgstr "die angegebenen Dateien zusätzlich zum Commit vormerken"
7973 #: builtin/commit.c:1438
7974 msgid "interactively add files"
7975 msgstr "interaktives Hinzufügen von Dateien"
7977 #: builtin/commit.c:1439
7978 msgid "interactively add changes"
7979 msgstr "interaktives Hinzufügen von Änderungen"
7981 #: builtin/commit.c:1440
7982 msgid "commit only specified files"
7983 msgstr "nur die angegebenen Dateien committen"
7985 #: builtin/commit.c:1441
7986 msgid "bypass pre-commit and commit-msg hooks"
7987 msgstr "Hooks pre-commit und commit-msg umgehen"
7989 #: builtin/commit.c:1442
7990 msgid "show what would be committed"
7991 msgstr "anzeigen, was committet werden würde"
7993 #: builtin/commit.c:1455
7994 msgid "amend previous commit"
7995 msgstr "vorherigen Commit ändern"
7997 #: builtin/commit.c:1456
7998 msgid "bypass post-rewrite hook"
7999 msgstr "\"post-rewrite hook\" umgehen"
8001 #: builtin/commit.c:1461
8002 msgid "ok to record an empty change"
8003 msgstr "Aufzeichnung einer leeren Änderung erlauben"
8005 #: builtin/commit.c:1463
8006 msgid "ok to record a change with an empty message"
8007 msgstr "Aufzeichnung einer Änderung mit einer leeren Beschreibung erlauben"
8009 #: builtin/commit.c:1536
8011 msgid "Corrupt MERGE_HEAD file (%s)"
8012 msgstr "Beschädigte MERGE_HEAD-Datei (%s)"
8014 #: builtin/commit.c:1543
8015 msgid "could not read MERGE_MODE"
8016 msgstr "Konnte MERGE_MODE nicht lesen"
8018 #: builtin/commit.c:1562
8020 msgid "could not read commit message: %s"
8021 msgstr "Konnte Commit-Beschreibung nicht lesen: %s"
8023 #: builtin/commit.c:1573
8025 msgid "Aborting commit due to empty commit message.\n"
8026 msgstr "Commit aufgrund leerer Beschreibung abgebrochen.\n"
8028 #: builtin/commit.c:1578
8030 msgid "Aborting commit; you did not edit the message.\n"
8031 msgstr "Commit abgebrochen; Sie haben die Beschreibung nicht editiert.\n"
8033 #: builtin/commit.c:1613
8035 "Repository has been updated, but unable to write\n"
8036 "new_index file. Check that disk is not full and quota is\n"
8037 "not exceeded, and then \"git reset HEAD\" to recover."
8039 "Das Repository wurde aktualisiert, aber die \"new_index\"-Datei\n"
8040 "konnte nicht geschrieben werden. Prüfen Sie, dass Ihre Festplatte nicht\n"
8041 "voll und Ihr Kontingent nicht aufgebraucht ist und führen Sie\n"
8042 "anschließend \"git reset HEAD\" zu Wiederherstellung aus."
8044 #: builtin/config.c:10
8045 msgid "git config [<options>]"
8046 msgstr "git config [<Optionen>]"
8048 #: builtin/config.c:58
8049 msgid "Config file location"
8050 msgstr "Ort der Konfigurationsdatei"
8052 #: builtin/config.c:59
8053 msgid "use global config file"
8054 msgstr "globale Konfigurationsdatei verwenden"
8056 #: builtin/config.c:60
8057 msgid "use system config file"
8058 msgstr "systemweite Konfigurationsdatei verwenden"
8060 #: builtin/config.c:61
8061 msgid "use repository config file"
8062 msgstr "Konfigurationsdatei des Repositories verwenden"
8064 #: builtin/config.c:62
8065 msgid "use given config file"
8066 msgstr "die angegebene Konfigurationsdatei verwenden"
8068 #: builtin/config.c:63
8072 #: builtin/config.c:63
8073 msgid "read config from given blob object"
8074 msgstr "Konfiguration von angegebenem Blob-Objekt lesen"
8076 #: builtin/config.c:64
8080 #: builtin/config.c:65
8081 msgid "get value: name [value-regex]"
8082 msgstr "Wert zurückgeben: Name [Wert-regex]"
8084 #: builtin/config.c:66
8085 msgid "get all values: key [value-regex]"
8086 msgstr "alle Werte zurückgeben: Schlüssel [Wert-regex]"
8088 #: builtin/config.c:67
8089 msgid "get values for regexp: name-regex [value-regex]"
8090 msgstr "Werte für den regulären Ausdruck zurückgeben: Name-regex [Wert-regex]"
8092 #: builtin/config.c:68
8093 msgid "get value specific for the URL: section[.var] URL"
8094 msgstr "Wert spezifisch für eine URL zurückgeben: section[.var] URL"
8096 #: builtin/config.c:69
8097 msgid "replace all matching variables: name value [value_regex]"
8098 msgstr "alle passenden Variablen ersetzen: Name Wert [Wert-regex] "
8100 #: builtin/config.c:70
8101 msgid "add a new variable: name value"
8102 msgstr "neue Variable hinzufügen: Name Wert"
8104 #: builtin/config.c:71
8105 msgid "remove a variable: name [value-regex]"
8106 msgstr "eine Variable entfernen: Name [Wert-regex]"
8108 #: builtin/config.c:72
8109 msgid "remove all matches: name [value-regex]"
8110 msgstr "alle Übereinstimmungen entfernen: Name [Wert-regex]"
8112 #: builtin/config.c:73
8113 msgid "rename section: old-name new-name"
8114 msgstr "eine Sektion umbenennen: alter-Name neuer-Name"
8116 #: builtin/config.c:74
8117 msgid "remove a section: name"
8118 msgstr "eine Sektion entfernen: Name"
8120 #: builtin/config.c:75
8122 msgstr "alles auflisten"
8124 #: builtin/config.c:76
8125 msgid "open an editor"
8126 msgstr "einen Editor öffnen"
8128 #: builtin/config.c:77
8129 msgid "find the color configured: slot [default]"
8130 msgstr "die konfigurierte Farbe finden: Slot [Standard]"
8132 #: builtin/config.c:78
8133 msgid "find the color setting: slot [stdout-is-tty]"
8134 msgstr "die Farbeinstellung finden: Slot [Standard-Ausgabe-ist-Terminal]"
8136 #: builtin/config.c:79
8140 #: builtin/config.c:80
8141 msgid "value is \"true\" or \"false\""
8142 msgstr "Wert ist \"true\" oder \"false\""
8144 #: builtin/config.c:81
8145 msgid "value is decimal number"
8146 msgstr "Wert ist eine Dezimalzahl"
8148 #: builtin/config.c:82
8149 msgid "value is --bool or --int"
8150 msgstr "Wert ist --bool oder --int"
8152 #: builtin/config.c:83
8153 msgid "value is a path (file or directory name)"
8154 msgstr "Wert ist ein Pfad (Datei oder Verzeichnisname)"
8156 #: builtin/config.c:84
8157 msgid "value is an expiry date"
8158 msgstr "Wert ist ein Verfallsdatum"
8160 #: builtin/config.c:85
8164 #: builtin/config.c:86
8165 msgid "terminate values with NUL byte"
8166 msgstr "schließt Werte mit NUL-Byte ab"
8168 #: builtin/config.c:87
8169 msgid "show variable names only"
8170 msgstr "nur Variablennamen anzeigen"
8172 #: builtin/config.c:88
8173 msgid "respect include directives on lookup"
8174 msgstr "beachtet \"include\"-Direktiven beim Nachschlagen"
8176 #: builtin/config.c:89
8177 msgid "show origin of config (file, standard input, blob, command line)"
8179 "Ursprung der Konfiguration anzeigen (Datei, Standard-Eingabe, Blob, "
8182 #: builtin/config.c:335
8183 msgid "unable to parse default color value"
8184 msgstr "konnte Standard-Farbwert nicht parsen"
8186 #: builtin/config.c:479
8189 "# This is Git's per-user configuration file.\n"
8191 "# Please adapt and uncomment the following lines:\n"
8195 "# Das ist Git's benutzerspezifische Konfigurationsdatei.\n"
8197 "# Bitte passen Sie die folgenden Zeilen an und kommentieren Sie diese aus:\n"
8201 #: builtin/config.c:507
8202 msgid "--local can only be used inside a git repository"
8203 msgstr "--local kann nur innerhalb eines Git-Repositories verwendet werden."
8205 #: builtin/config.c:632
8207 msgid "cannot create configuration file %s"
8208 msgstr "Konnte Konfigurationsdatei '%s' nicht erstellen."
8210 #: builtin/config.c:645
8213 "cannot overwrite multiple values with a single value\n"
8214 " Use a regexp, --add or --replace-all to change %s."
8216 "kann nicht mehrere Werte mit einem einzigen Wert überschreiben\n"
8217 " Benutzen Sie einen regulären Ausdruck, --add oder --replace, um %s\n"
8220 #: builtin/count-objects.c:88
8221 msgid "git count-objects [-v] [-H | --human-readable]"
8222 msgstr "git count-objects [-v] [-H | --human-readable]"
8224 #: builtin/count-objects.c:98
8225 msgid "print sizes in human readable format"
8226 msgstr "gibt Größenangaben in menschenlesbaren Format aus"
8228 #: builtin/describe.c:22
8229 msgid "git describe [<options>] [<commit-ish>...]"
8230 msgstr "git describe [<Optionen>] [<Commit-Angabe>...]"
8232 #: builtin/describe.c:23
8233 msgid "git describe [<options>] --dirty"
8234 msgstr "git describe [<Optionen>] --dirty"
8236 #: builtin/describe.c:57
8240 #: builtin/describe.c:57
8242 msgstr "nicht-annotiert"
8244 #: builtin/describe.c:57
8248 #: builtin/describe.c:267
8250 msgid "annotated tag %s not available"
8251 msgstr "annotiertes Tag %s ist nicht verfügbar"
8253 #: builtin/describe.c:271
8255 msgid "annotated tag %s has no embedded name"
8256 msgstr "annotiertes Tag %s hat keinen eingebetteten Namen"
8258 #: builtin/describe.c:273
8260 msgid "tag '%s' is really '%s' here"
8261 msgstr "Tag '%s' ist eigentlich '%s' hier"
8263 #: builtin/describe.c:317
8265 msgid "no tag exactly matches '%s'"
8266 msgstr "kein Tag entspricht exakt '%s'"
8268 #: builtin/describe.c:319
8270 msgid "No exact match on refs or tags, searching to describe\n"
8272 "Keine exakte Übereinstimmung bei Referenzen oder Tags, Suche zum "
8275 #: builtin/describe.c:366
8277 msgid "finished search at %s\n"
8278 msgstr "beendete Suche bei %s\n"
8280 #: builtin/describe.c:392
8283 "No annotated tags can describe '%s'.\n"
8284 "However, there were unannotated tags: try --tags."
8286 "Keine annotierten Tags können '%s' beschreiben.\n"
8287 "Jedoch gab es nicht-annotierte Tags: versuchen Sie --tags."
8289 #: builtin/describe.c:396
8292 "No tags can describe '%s'.\n"
8293 "Try --always, or create some tags."
8295 "Keine Tags können '%s' beschreiben.\n"
8296 "Versuchen Sie --always oder erstellen Sie einige Tags."
8298 #: builtin/describe.c:426
8300 msgid "traversed %lu commits\n"
8301 msgstr "%lu Commits durchlaufen\n"
8303 #: builtin/describe.c:429
8306 "more than %i tags found; listed %i most recent\n"
8307 "gave up search at %s\n"
8309 "mehr als %i Tags gefunden; führe die ersten %i auf\n"
8310 "Suche bei %s aufgegeben\n"
8312 #: builtin/describe.c:497
8314 msgid "describe %s\n"
8315 msgstr "Beschreibe %s\n"
8317 #: builtin/describe.c:500 builtin/log.c:502
8319 msgid "Not a valid object name %s"
8320 msgstr "%s ist kein gültiger Objekt-Name"
8322 #: builtin/describe.c:508
8324 msgid "%s is neither a commit nor blob"
8325 msgstr "%s ist weder ein Commit, noch ein Blob."
8327 #: builtin/describe.c:522
8328 msgid "find the tag that comes after the commit"
8329 msgstr "das Tag finden, das nach dem Commit kommt"
8331 #: builtin/describe.c:523
8332 msgid "debug search strategy on stderr"
8333 msgstr "die Suchstrategie in der Standard-Fehlerausgabe protokollieren"
8335 #: builtin/describe.c:524
8337 msgstr "alle Referenzen verwenden"
8339 #: builtin/describe.c:525
8340 msgid "use any tag, even unannotated"
8341 msgstr "jedes Tag verwenden, auch nicht-annotierte"
8343 #: builtin/describe.c:526
8344 msgid "always use long format"
8345 msgstr "immer langes Format verwenden"
8347 #: builtin/describe.c:527
8348 msgid "only follow first parent"
8349 msgstr "nur erstem Elternteil folgen"
8351 #: builtin/describe.c:530
8352 msgid "only output exact matches"
8353 msgstr "nur exakte Übereinstimmungen ausgeben"
8355 #: builtin/describe.c:532
8356 msgid "consider <n> most recent tags (default: 10)"
8357 msgstr "die jüngsten <n> Tags betrachten (Standard: 10)"
8359 #: builtin/describe.c:534
8360 msgid "only consider tags matching <pattern>"
8361 msgstr "nur Tags, die <Muster> entsprechen, betrachten"
8363 #: builtin/describe.c:536
8364 msgid "do not consider tags matching <pattern>"
8365 msgstr "keine Tags betrachten, die <Muster> entsprechen"
8367 #: builtin/describe.c:538 builtin/name-rev.c:406
8368 msgid "show abbreviated commit object as fallback"
8369 msgstr "gekürztes Commit-Objekt anzeigen, wenn sonst nichts zutrifft"
8371 #: builtin/describe.c:539 builtin/describe.c:542
8373 msgstr "Kennzeichen"
8375 #: builtin/describe.c:540
8376 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
8378 "<Kennzeichen> bei geändertem Arbeitsverzeichnis anhängen (Standard: \"-dirty"
8381 #: builtin/describe.c:543
8382 msgid "append <mark> on broken working tree (default: \"-broken\")"
8384 "<Kennzeichen> bei defektem Arbeitsverzeichnis anhängen (Standard: \"-broken"
8387 #: builtin/describe.c:561
8388 msgid "--long is incompatible with --abbrev=0"
8389 msgstr "Die Optionen --long und --abbrev=0 sind inkompatibel."
8391 #: builtin/describe.c:590
8392 msgid "No names found, cannot describe anything."
8393 msgstr "Keine Namen gefunden, kann nichts beschreiben."
8395 #: builtin/describe.c:640
8396 msgid "--dirty is incompatible with commit-ishes"
8397 msgstr "Die Option --dirty kann nicht mit Commits verwendet werden."
8399 #: builtin/describe.c:642
8400 msgid "--broken is incompatible with commit-ishes"
8401 msgstr "Die Option --broken kann nicht mit Commits verwendet werden."
8403 #: builtin/diff.c:83
8405 msgid "'%s': not a regular file or symlink"
8406 msgstr "'%s': keine reguläre Datei oder symbolische Verknüpfung"
8408 #: builtin/diff.c:234
8410 msgid "invalid option: %s"
8411 msgstr "Ungültige Option: %s"
8413 #: builtin/diff.c:356
8414 msgid "Not a git repository"
8415 msgstr "Kein Git-Repository"
8417 #: builtin/diff.c:399
8419 msgid "invalid object '%s' given."
8420 msgstr "Objekt '%s' ist ungültig."
8422 #: builtin/diff.c:408
8424 msgid "more than two blobs given: '%s'"
8425 msgstr "Mehr als zwei Blobs angegeben: '%s'"
8427 #: builtin/diff.c:413
8429 msgid "unhandled object '%s' given."
8430 msgstr "unbehandeltes Objekt '%s' angegeben"
8432 #: builtin/difftool.c:29
8433 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
8434 msgstr "git difftool [<Optionen>] [<Commit> [<Commit>]] [--] [<Pfad>...]"
8436 #: builtin/difftool.c:259
8439 msgstr "fehlgeschlagen: %d"
8441 #: builtin/difftool.c:301
8443 msgid "could not read symlink %s"
8444 msgstr "konnte symbolische Verknüpfung %s nicht lesen"
8446 #: builtin/difftool.c:303
8448 msgid "could not read symlink file %s"
8449 msgstr "Konnte Datei von symbolischer Verknüpfung '%s' nicht lesen."
8451 #: builtin/difftool.c:311
8453 msgid "could not read object %s for symlink %s"
8454 msgstr "Konnte Objekt '%s' für symbolische Verknüpfung '%s' nicht lesen."
8456 #: builtin/difftool.c:412
8458 "combined diff formats('-c' and '--cc') are not supported in\n"
8459 "directory diff mode('-d' and '--dir-diff')."
8461 "Kombinierte Diff-Formate('-c' und '--cc') werden im Verzeichnis-\n"
8462 "Diff-Modus('-d' und '--dir-diff') nicht unterstützt."
8464 #: builtin/difftool.c:632
8466 msgid "both files modified: '%s' and '%s'."
8467 msgstr "beide Dateien geändert: '%s' und '%s'."
8469 #: builtin/difftool.c:634
8470 msgid "working tree file has been left."
8471 msgstr "Datei im Arbeitsverzeichnis belassen."
8473 #: builtin/difftool.c:645
8475 msgid "temporary files exist in '%s'."
8476 msgstr "Es existieren temporäre Dateien in '%s'."
8478 #: builtin/difftool.c:646
8479 msgid "you may want to cleanup or recover these."
8480 msgstr "Sie könnten diese aufräumen oder wiederherstellen."
8482 #: builtin/difftool.c:695
8483 msgid "use `diff.guitool` instead of `diff.tool`"
8484 msgstr "`diff.guitool` anstatt `diff.tool` benutzen"
8486 #: builtin/difftool.c:697
8487 msgid "perform a full-directory diff"
8488 msgstr "Diff über ganzes Verzeichnis ausführen"
8490 #: builtin/difftool.c:699
8491 msgid "do not prompt before launching a diff tool"
8492 msgstr "keine Eingabeaufforderung vor Ausführung eines Diff-Tools"
8494 #: builtin/difftool.c:705
8495 msgid "use symlinks in dir-diff mode"
8496 msgstr "symbolische Verknüpfungen im dir-diff Modus verwenden"
8498 #: builtin/difftool.c:706
8502 #: builtin/difftool.c:707
8503 msgid "use the specified diff tool"
8504 msgstr "das angegebene Diff-Tool benutzen"
8506 #: builtin/difftool.c:709
8507 msgid "print a list of diff tools that may be used with `--tool`"
8509 "eine Liste mit Diff-Tools darstellen, die mit `--tool` benutzt werden können"
8511 #: builtin/difftool.c:712
8513 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
8516 "'git-difftool' beenden, wenn das aufgerufene Diff-Tool mit einem "
8518 "verschieden 0 ausgeführt wurde"
8520 #: builtin/difftool.c:714
8524 #: builtin/difftool.c:715
8525 msgid "specify a custom command for viewing diffs"
8526 msgstr "eigenen Befehl zur Anzeige von Unterschieden angeben"
8528 #: builtin/difftool.c:739
8529 msgid "no <tool> given for --tool=<tool>"
8530 msgstr "kein <Tool> für --tool=<Tool> angegeben"
8532 #: builtin/difftool.c:746
8533 msgid "no <cmd> given for --extcmd=<cmd>"
8534 msgstr "kein <Programm> für --extcmd=<Programm> angegeben"
8536 #: builtin/fast-export.c:26
8537 msgid "git fast-export [rev-list-opts]"
8538 msgstr "git fast-export [rev-list-opts]"
8540 #: builtin/fast-export.c:998
8541 msgid "show progress after <n> objects"
8542 msgstr "Fortschritt nach <n> Objekten anzeigen"
8544 #: builtin/fast-export.c:1000
8545 msgid "select handling of signed tags"
8546 msgstr "Behandlung von signierten Tags wählen"
8548 #: builtin/fast-export.c:1003
8549 msgid "select handling of tags that tag filtered objects"
8550 msgstr "Behandlung von Tags wählen, die gefilterte Objekte markieren"
8552 #: builtin/fast-export.c:1006
8553 msgid "Dump marks to this file"
8554 msgstr "Kennzeichen in diese Datei schreiben"
8556 #: builtin/fast-export.c:1008
8557 msgid "Import marks from this file"
8558 msgstr "Kennzeichen von dieser Datei importieren"
8560 #: builtin/fast-export.c:1010
8561 msgid "Fake a tagger when tags lack one"
8562 msgstr "künstlich einen Tag-Ersteller erzeugen, wenn das Tag keinen hat"
8564 #: builtin/fast-export.c:1012
8565 msgid "Output full tree for each commit"
8566 msgstr "für jeden Commit das gesamte Verzeichnis ausgeben"
8568 #: builtin/fast-export.c:1014
8569 msgid "Use the done feature to terminate the stream"
8570 msgstr "die \"done\"-Funktion benutzen, um den Datenstrom abzuschließen"
8572 #: builtin/fast-export.c:1015
8573 msgid "Skip output of blob data"
8574 msgstr "Ausgabe von Blob-Daten überspringen"
8576 #: builtin/fast-export.c:1016
8580 #: builtin/fast-export.c:1017
8581 msgid "Apply refspec to exported refs"
8582 msgstr "Refspec auf exportierte Referenzen anwenden"
8584 #: builtin/fast-export.c:1018
8585 msgid "anonymize output"
8586 msgstr "Ausgabe anonymisieren"
8588 #: builtin/fetch.c:25
8589 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
8590 msgstr "git fetch [<Optionen>] [<Repository> [<Refspec>...]]"
8592 #: builtin/fetch.c:26
8593 msgid "git fetch [<options>] <group>"
8594 msgstr "git fetch [<Optionen>] <Gruppe>"
8596 #: builtin/fetch.c:27
8597 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
8598 msgstr "git fetch --multiple [<Optionen>] [(<Repository> | <Gruppe>)...]"
8600 #: builtin/fetch.c:28
8601 msgid "git fetch --all [<options>]"
8602 msgstr "git fetch --all [<Optionen>]"
8604 #: builtin/fetch.c:124 builtin/pull.c:188
8605 msgid "fetch from all remotes"
8606 msgstr "fordert von allen Remote-Repositories an"
8608 #: builtin/fetch.c:126 builtin/pull.c:191
8609 msgid "append to .git/FETCH_HEAD instead of overwriting"
8610 msgstr "an .git/FETCH_HEAD anhängen, anstatt zu überschreiben"
8612 #: builtin/fetch.c:128 builtin/pull.c:194
8613 msgid "path to upload pack on remote end"
8614 msgstr "Pfad des Programms zum Hochladen von Paketen auf der Gegenseite"
8616 #: builtin/fetch.c:129 builtin/pull.c:196
8617 msgid "force overwrite of local branch"
8618 msgstr "das Überschreiben von lokalen Branches erzwingen"
8620 #: builtin/fetch.c:131
8621 msgid "fetch from multiple remotes"
8622 msgstr "von mehreren Remote-Repositories anfordern"
8624 #: builtin/fetch.c:133 builtin/pull.c:198
8625 msgid "fetch all tags and associated objects"
8626 msgstr "alle Tags und verbundene Objekte anfordern"
8628 #: builtin/fetch.c:135
8629 msgid "do not fetch all tags (--no-tags)"
8630 msgstr "nicht alle Tags anfordern (--no-tags)"
8632 #: builtin/fetch.c:137
8633 msgid "number of submodules fetched in parallel"
8634 msgstr "Anzahl der parallel anzufordernden Submodule"
8636 #: builtin/fetch.c:139 builtin/pull.c:201
8637 msgid "prune remote-tracking branches no longer on remote"
8639 "Remote-Tracking-Branches entfernen, die sich nicht mehr im Remote-Repository "
8642 #: builtin/fetch.c:141
8643 msgid "prune local tags no longer on remote and clobber changed tags"
8644 msgstr "lokale Tags entfernen, die sich nicht mehr im Remote-Repository befinden, und geänderte Tags aktualisieren"
8646 #: builtin/fetch.c:142 builtin/fetch.c:165 builtin/pull.c:126
8650 #: builtin/fetch.c:143
8651 msgid "control recursive fetching of submodules"
8652 msgstr "rekursive Anforderungen von Submodulen kontrollieren"
8654 #: builtin/fetch.c:147 builtin/pull.c:209
8655 msgid "keep downloaded pack"
8656 msgstr "heruntergeladenes Paket behalten"
8658 #: builtin/fetch.c:149
8659 msgid "allow updating of HEAD ref"
8660 msgstr "Aktualisierung der \"HEAD\"-Referenz erlauben"
8662 #: builtin/fetch.c:152 builtin/fetch.c:158 builtin/pull.c:212
8663 msgid "deepen history of shallow clone"
8665 "die Historie eines Klons mit unvollständiger Historie (shallow) vertiefen"
8667 #: builtin/fetch.c:154
8668 msgid "deepen history of shallow repository based on time"
8670 "die Historie eines Klons mit unvollständiger Historie (shallow) auf "
8674 #: builtin/fetch.c:160 builtin/pull.c:215
8675 msgid "convert to a complete repository"
8676 msgstr "zu einem vollständigen Repository konvertieren"
8678 #: builtin/fetch.c:162 builtin/log.c:1466
8680 msgstr "Verzeichnis"
8682 #: builtin/fetch.c:163
8683 msgid "prepend this to submodule path output"
8684 msgstr "dies an die Ausgabe der Submodul-Pfade voranstellen"
8686 #: builtin/fetch.c:166
8688 "default for recursive fetching of submodules (lower priority than config "
8691 "Standard für die rekursive Anforderung von Submodulen (geringere Priorität\n"
8692 "als Konfigurationsdateien)"
8694 #: builtin/fetch.c:170 builtin/pull.c:218
8695 msgid "accept refs that update .git/shallow"
8696 msgstr "Referenzen, die .git/shallow aktualisieren, akzeptieren"
8698 #: builtin/fetch.c:171 builtin/pull.c:220
8702 #: builtin/fetch.c:172 builtin/pull.c:221
8703 msgid "specify fetch refmap"
8704 msgstr "Refmap für 'fetch' angeben"
8706 #: builtin/fetch.c:431
8707 msgid "Couldn't find remote ref HEAD"
8708 msgstr "Konnte Remote-Referenz von HEAD nicht finden."
8710 #: builtin/fetch.c:549
8712 msgid "configuration fetch.output contains invalid value %s"
8713 msgstr "Konfiguration fetch.output enthält ungültigen Wert %s"
8715 #: builtin/fetch.c:642
8717 msgid "object %s not found"
8718 msgstr "Objekt %s nicht gefunden"
8720 #: builtin/fetch.c:646
8721 msgid "[up to date]"
8724 #: builtin/fetch.c:659 builtin/fetch.c:739
8726 msgstr "[zurückgewiesen]"
8728 #: builtin/fetch.c:660
8729 msgid "can't fetch in current branch"
8730 msgstr "kann \"fetch\" im aktuellen Branch nicht ausführen"
8732 #: builtin/fetch.c:669
8733 msgid "[tag update]"
8734 msgstr "[Tag Aktualisierung]"
8736 #: builtin/fetch.c:670 builtin/fetch.c:703 builtin/fetch.c:719
8737 #: builtin/fetch.c:734
8738 msgid "unable to update local ref"
8739 msgstr "kann lokale Referenz nicht aktualisieren"
8741 #: builtin/fetch.c:689
8743 msgstr "[neues Tag]"
8745 #: builtin/fetch.c:692
8746 msgid "[new branch]"
8747 msgstr "[neuer Branch]"
8749 #: builtin/fetch.c:695
8751 msgstr "[neue Referenz]"
8753 #: builtin/fetch.c:734
8754 msgid "forced update"
8755 msgstr "Aktualisierung erzwungen"
8757 #: builtin/fetch.c:739
8758 msgid "non-fast-forward"
8759 msgstr "kein Vorspulen"
8761 #: builtin/fetch.c:784
8763 msgid "%s did not send all necessary objects\n"
8764 msgstr "%s hat nicht alle erforderlichen Objekte gesendet\n"
8766 #: builtin/fetch.c:804
8768 msgid "reject %s because shallow roots are not allowed to be updated"
8770 "%s wurde zurückgewiesen, da Ursprungs-Commits von Repositories mit "
8771 "unvollständiger Historie (shallow) nicht aktualisiert werden dürfen."
8773 #: builtin/fetch.c:892 builtin/fetch.c:988
8778 #: builtin/fetch.c:903
8781 "some local refs could not be updated; try running\n"
8782 " 'git remote prune %s' to remove any old, conflicting branches"
8784 "Einige lokale Referenzen konnten nicht aktualisiert werden; versuchen Sie\n"
8785 "'git remote prune %s', um jeden älteren, widersprüchlichen Branch zu löschen."
8787 #: builtin/fetch.c:958
8789 msgid " (%s will become dangling)"
8790 msgstr " (%s wird unreferenziert)"
8792 #: builtin/fetch.c:959
8794 msgid " (%s has become dangling)"
8795 msgstr " (%s wurde unreferenziert)"
8797 #: builtin/fetch.c:991
8801 #: builtin/fetch.c:992 builtin/remote.c:1024
8805 #: builtin/fetch.c:1015
8807 msgid "Refusing to fetch into current branch %s of non-bare repository"
8809 "Der \"fetch\" in den aktuellen Branch %s von einem Nicht-Bare-Repository "
8812 #: builtin/fetch.c:1034
8814 msgid "Option \"%s\" value \"%s\" is not valid for %s"
8815 msgstr "Option \"%s\" Wert \"%s\" ist nicht gültig für %s"
8817 #: builtin/fetch.c:1037
8819 msgid "Option \"%s\" is ignored for %s\n"
8820 msgstr "Option \"%s\" wird ignoriert für %s\n"
8822 #: builtin/fetch.c:1277
8824 msgid "Fetching %s\n"
8825 msgstr "Fordere an von %s\n"
8827 #: builtin/fetch.c:1279 builtin/remote.c:97
8829 msgid "Could not fetch %s"
8830 msgstr "Konnte nicht von %s anfordern"
8832 #: builtin/fetch.c:1325 builtin/fetch.c:1498
8834 "--filter can only be used with the remote configured in core.partialClone"
8836 "--filter kann nur mit den Remote-Repositories verwendet werden,\n"
8837 "die in core.partialClone konfiguriert sind."
8839 #: builtin/fetch.c:1350
8841 "No remote repository specified. Please, specify either a URL or a\n"
8842 "remote name from which new revisions should be fetched."
8844 "Kein Remote-Repository angegeben. Bitte geben Sie entweder eine URL\n"
8845 "oder den Namen des Remote-Repositories an, von welchem neue\n"
8846 "Commits angefordert werden sollen."
8848 #: builtin/fetch.c:1394
8849 msgid "You need to specify a tag name."
8850 msgstr "Sie müssen den Namen des Tags angeben."
8852 #: builtin/fetch.c:1439
8853 msgid "Negative depth in --deepen is not supported"
8854 msgstr "Negative Tiefe wird von --deepen nicht unterstützt."
8856 #: builtin/fetch.c:1441
8857 msgid "--deepen and --depth are mutually exclusive"
8858 msgstr "--deepen und --depth schließen sich gegenseitig aus"
8860 #: builtin/fetch.c:1446
8861 msgid "--depth and --unshallow cannot be used together"
8863 "Die Optionen --depth und --unshallow können nicht gemeinsam verwendet werden."
8865 #: builtin/fetch.c:1448
8866 msgid "--unshallow on a complete repository does not make sense"
8868 "Die Option --unshallow kann nicht in einem Repository mit unvollständiger "
8869 "Historie verwendet werden."
8871 #: builtin/fetch.c:1464
8872 msgid "fetch --all does not take a repository argument"
8873 msgstr "fetch --all akzeptiert kein Repository als Argument"
8875 #: builtin/fetch.c:1466
8876 msgid "fetch --all does not make sense with refspecs"
8877 msgstr "fetch --all kann nicht mit Refspecs verwendet werden."
8879 #: builtin/fetch.c:1475
8881 msgid "No such remote or remote group: %s"
8882 msgstr "Kein Remote-Repository (einzeln oder Gruppe): %s"
8884 #: builtin/fetch.c:1482
8885 msgid "Fetching a group and specifying refspecs does not make sense"
8887 "Das Abholen einer Gruppe von Remote-Repositories kann nicht mit der Angabe\n"
8888 "von Refspecs verwendet werden."
8890 #: builtin/fmt-merge-msg.c:15
8892 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
8894 "git fmt-merge-msg [-m <Beschreibung>] [--log[=<n>] | --no-log] [--file "
8897 #: builtin/fmt-merge-msg.c:666
8898 msgid "populate log with at most <n> entries from shortlog"
8899 msgstr "Historie mit höchstens <n> Einträgen von \"shortlog\" hinzufügen"
8901 #: builtin/fmt-merge-msg.c:669
8902 msgid "alias for --log (deprecated)"
8903 msgstr "Alias für --log (veraltet)"
8905 #: builtin/fmt-merge-msg.c:672
8909 #: builtin/fmt-merge-msg.c:673
8910 msgid "use <text> as start of message"
8911 msgstr "<Text> als Beschreibungsanfang verwenden"
8913 #: builtin/fmt-merge-msg.c:674
8914 msgid "file to read from"
8915 msgstr "Datei zum Einlesen"
8917 #: builtin/for-each-ref.c:10
8918 msgid "git for-each-ref [<options>] [<pattern>]"
8919 msgstr "git for-each-ref [<Optionen>] [<Muster>]"
8921 #: builtin/for-each-ref.c:11
8922 msgid "git for-each-ref [--points-at <object>]"
8923 msgstr "git for-each-ref [--points-at <Objekt>]"
8925 #: builtin/for-each-ref.c:12
8926 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
8927 msgstr "git for-each-ref [(--merged | --no-merged) [<Commit>]]"
8929 #: builtin/for-each-ref.c:13
8930 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
8931 msgstr "git for-each-ref [--contains [<Objekt>]] [--no-contains [<Commit>]]"
8933 #: builtin/for-each-ref.c:28
8934 msgid "quote placeholders suitably for shells"
8935 msgstr "Platzhalter als Shell-String formatieren"
8937 #: builtin/for-each-ref.c:30
8938 msgid "quote placeholders suitably for perl"
8939 msgstr "Platzhalter als Perl-String formatieren"
8941 #: builtin/for-each-ref.c:32
8942 msgid "quote placeholders suitably for python"
8943 msgstr "Platzhalter als Python-String formatieren"
8945 #: builtin/for-each-ref.c:34
8946 msgid "quote placeholders suitably for Tcl"
8947 msgstr "Platzhalter als Tcl-String formatieren"
8949 #: builtin/for-each-ref.c:37
8950 msgid "show only <n> matched refs"
8951 msgstr "nur <n> passende Referenzen anzeigen"
8953 #: builtin/for-each-ref.c:39 builtin/tag.c:420
8954 msgid "respect format colors"
8955 msgstr "Formatfarben beachten"
8957 #: builtin/for-each-ref.c:43
8958 msgid "print only refs which points at the given object"
8959 msgstr "nur auf dieses Objekt zeigende Referenzen ausgeben"
8961 #: builtin/for-each-ref.c:45
8962 msgid "print only refs that are merged"
8963 msgstr "nur zusammengeführte Referenzen ausgeben"
8965 #: builtin/for-each-ref.c:46
8966 msgid "print only refs that are not merged"
8967 msgstr "nur nicht zusammengeführte Referenzen ausgeben"
8969 #: builtin/for-each-ref.c:47
8970 msgid "print only refs which contain the commit"
8971 msgstr "nur Referenzen ausgeben, die diesen Commit enthalten"
8973 #: builtin/for-each-ref.c:48
8974 msgid "print only refs which don't contain the commit"
8975 msgstr "nur Referenzen ausgeben, die diesen Commit nicht enthalten"
8977 #: builtin/fsck.c:568
8978 msgid "Checking object directories"
8979 msgstr "Prüfe Objekt-Verzeichnisse"
8981 #: builtin/fsck.c:660
8982 msgid "git fsck [<options>] [<object>...]"
8983 msgstr "git fsck [<Optionen>] [<Objekt>...]"
8985 #: builtin/fsck.c:666
8986 msgid "show unreachable objects"
8987 msgstr "unerreichbare Objekte anzeigen"
8989 #: builtin/fsck.c:667
8990 msgid "show dangling objects"
8991 msgstr "unreferenzierte Objekte anzeigen"
8993 #: builtin/fsck.c:668
8995 msgstr "Tags melden"
8997 #: builtin/fsck.c:669
8998 msgid "report root nodes"
8999 msgstr "Hauptwurzeln melden"
9001 #: builtin/fsck.c:670
9002 msgid "make index objects head nodes"
9003 msgstr "Index-Objekte in Erreichbarkeitsprüfung einbeziehen"
9005 #: builtin/fsck.c:671
9006 msgid "make reflogs head nodes (default)"
9007 msgstr "Reflogs in Erreichbarkeitsprüfung einbeziehen (Standard)"
9009 #: builtin/fsck.c:672
9010 msgid "also consider packs and alternate objects"
9011 msgstr "ebenso Pakete und alternative Objekte betrachten"
9013 #: builtin/fsck.c:673
9014 msgid "check only connectivity"
9015 msgstr "nur Konnektivität prüfen"
9017 #: builtin/fsck.c:674
9018 msgid "enable more strict checking"
9019 msgstr "genauere Prüfung aktivieren"
9021 #: builtin/fsck.c:676
9022 msgid "write dangling objects in .git/lost-found"
9023 msgstr "unreferenzierte Objekte nach .git/lost-found schreiben"
9025 #: builtin/fsck.c:677 builtin/prune.c:108
9026 msgid "show progress"
9027 msgstr "Fortschrittsanzeige anzeigen"
9029 #: builtin/fsck.c:678
9030 msgid "show verbose names for reachable objects"
9031 msgstr "ausführliche Namen für erreichbare Objekte anzeigen"
9033 #: builtin/fsck.c:742
9034 msgid "Checking objects"
9035 msgstr "Prüfe Objekte"
9038 msgid "git gc [<options>]"
9039 msgstr "git gc [<Optionen>]"
9043 msgid "Failed to fstat %s: %s"
9044 msgstr "Konnte '%s' nicht lesen: %s"
9048 msgid "Can't stat %s"
9049 msgstr "Kann '%s' nicht lesen."
9054 "The last gc run reported the following. Please correct the root cause\n"
9056 "Automatic cleanup will not be performed until the file is removed.\n"
9060 "Die letzte Ausführung von \"gc run\" enthielt die folgenden Meldungen.\n"
9061 "Bitte beheben Sie das Hauptproblem und löschen Sie %s.\n"
9062 "Ein automatischer Cleanup wird nicht ausgeführt, bis diese Datei entfernt\n"
9068 msgid "prune unreferenced objects"
9069 msgstr "unreferenzierte Objekte entfernen"
9072 msgid "be more thorough (increased runtime)"
9073 msgstr "mehr Gründlichkeit (erhöht Laufzeit)"
9076 msgid "enable auto-gc mode"
9077 msgstr "\"auto-gc\" Modus aktivieren"
9080 msgid "force running gc even if there may be another gc running"
9082 "Ausführung von \"git gc\" erzwingen, selbst wenn ein anderes\n"
9083 "\"git gc\" bereits ausgeführt wird"
9087 msgid "Failed to parse gc.logexpiry value %s"
9088 msgstr "Fehler beim Parsen des Wertes '%s' von gc.logexpiry"
9092 msgid "Auto packing the repository in background for optimum performance.\n"
9094 "Die Datenbank des Repositories wird für eine optimale Performance im\n"
9095 "Hintergrund komprimiert.\n"
9099 msgid "Auto packing the repository for optimum performance.\n"
9101 "Die Datenbank des Projektarchivs wird für eine optimale Performance "
9106 msgid "See \"git help gc\" for manual housekeeping.\n"
9107 msgstr "Siehe \"git help gc\" für manuelles Aufräumen.\n"
9112 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
9114 "\"git gc\" wird bereits auf Maschine '%s' pid %<PRIuMAX> ausgeführt\n"
9115 "(benutzen Sie --force falls nicht)"
9119 "There are too many unreachable loose objects; run 'git prune' to remove them."
9121 "Es gibt zu viele unerreichbare lose Objekte; führen Sie 'git prune' aus, um "
9124 #: builtin/grep.c:27
9125 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
9126 msgstr "git grep [<Optionen>] [-e] <Muster> [<Commit>...] [[--] <Pfad>...]"
9128 #: builtin/grep.c:225
9130 msgid "grep: failed to create thread: %s"
9131 msgstr "grep: Fehler beim Erzeugen eines Thread: %s"
9133 #: builtin/grep.c:283
9135 msgid "invalid number of threads specified (%d) for %s"
9136 msgstr "ungültige Anzahl von Threads (%d) für %s angegeben"
9138 #. TRANSLATORS: %s is the configuration
9139 #. variable for tweaking threads, currently
9142 #: builtin/grep.c:292 builtin/index-pack.c:1523 builtin/index-pack.c:1712
9144 msgid "no threads support, ignoring %s"
9145 msgstr "keine Unterstützung von Threads, '%s' wird ignoriert"
9147 #: builtin/grep.c:460 builtin/grep.c:580 builtin/grep.c:622
9149 msgid "unable to read tree (%s)"
9150 msgstr "konnte \"Tree\"-Objekt (%s) nicht lesen"
9152 #: builtin/grep.c:637
9154 msgid "unable to grep from object of type %s"
9155 msgstr "kann \"grep\" nicht mit Objekten des Typs %s durchführen"
9157 #: builtin/grep.c:703
9159 msgid "switch `%c' expects a numerical value"
9160 msgstr "Schalter '%c' erwartet einen numerischen Wert"
9162 #: builtin/grep.c:790
9163 msgid "search in index instead of in the work tree"
9164 msgstr "im Index anstatt im Arbeitsverzeichnis suchen"
9166 #: builtin/grep.c:792
9167 msgid "find in contents not managed by git"
9168 msgstr "auch in Inhalten finden, die nicht von Git verwaltet werden"
9170 #: builtin/grep.c:794
9171 msgid "search in both tracked and untracked files"
9172 msgstr "in versionierten und unversionierten Dateien suchen"
9174 #: builtin/grep.c:796
9175 msgid "ignore files specified via '.gitignore'"
9176 msgstr "Dateien, die über '.gitignore' angegeben sind, ignorieren"
9178 #: builtin/grep.c:798
9179 msgid "recursively search in each submodule"
9180 msgstr "rekursive Suche in jedem Submodul"
9182 #: builtin/grep.c:801
9183 msgid "show non-matching lines"
9184 msgstr "Zeilen ohne Übereinstimmungen anzeigen"
9186 #: builtin/grep.c:803
9187 msgid "case insensitive matching"
9188 msgstr "Übereinstimmungen unabhängig von Groß- und Kleinschreibung finden"
9190 #: builtin/grep.c:805
9191 msgid "match patterns only at word boundaries"
9192 msgstr "nur ganze Wörter suchen"
9194 #: builtin/grep.c:807
9195 msgid "process binary files as text"
9196 msgstr "binäre Dateien als Text verarbeiten"
9198 #: builtin/grep.c:809
9199 msgid "don't match patterns in binary files"
9200 msgstr "keine Muster in Binärdateien finden"
9202 #: builtin/grep.c:812
9203 msgid "process binary files with textconv filters"
9204 msgstr "binäre Dateien mit \"textconv\"-Filtern verarbeiten"
9206 #: builtin/grep.c:814
9207 msgid "descend at most <depth> levels"
9208 msgstr "höchstens <Tiefe> Ebenen durchlaufen"
9210 #: builtin/grep.c:818
9211 msgid "use extended POSIX regular expressions"
9212 msgstr "erweiterte reguläre Ausdrücke aus POSIX verwenden"
9214 #: builtin/grep.c:821
9215 msgid "use basic POSIX regular expressions (default)"
9216 msgstr "grundlegende reguläre Ausdrücke aus POSIX verwenden (Standard)"
9218 #: builtin/grep.c:824
9219 msgid "interpret patterns as fixed strings"
9220 msgstr "Muster als feste Zeichenketten interpretieren"
9222 #: builtin/grep.c:827
9223 msgid "use Perl-compatible regular expressions"
9224 msgstr "Perl-kompatible reguläre Ausdrücke verwenden"
9226 #: builtin/grep.c:830
9227 msgid "show line numbers"
9228 msgstr "Zeilennummern anzeigen"
9230 #: builtin/grep.c:831
9231 msgid "don't show filenames"
9232 msgstr "keine Dateinamen anzeigen"
9234 #: builtin/grep.c:832
9235 msgid "show filenames"
9236 msgstr "Dateinamen anzeigen"
9238 #: builtin/grep.c:834
9239 msgid "show filenames relative to top directory"
9240 msgstr "Dateinamen relativ zum Projektverzeichnis anzeigen"
9242 #: builtin/grep.c:836
9243 msgid "show only filenames instead of matching lines"
9244 msgstr "nur Dateinamen anzeigen anstatt übereinstimmende Zeilen"
9246 #: builtin/grep.c:838
9247 msgid "synonym for --files-with-matches"
9248 msgstr "Synonym für --files-with-matches"
9250 #: builtin/grep.c:841
9251 msgid "show only the names of files without match"
9252 msgstr "nur die Dateinamen ohne Übereinstimmungen anzeigen"
9254 #: builtin/grep.c:843
9255 msgid "print NUL after filenames"
9256 msgstr "NUL-Zeichen nach Dateinamen ausgeben"
9258 #: builtin/grep.c:846
9259 msgid "show the number of matches instead of matching lines"
9260 msgstr "anstatt der Zeilen, die Anzahl der übereinstimmenden Zeilen anzeigen"
9262 #: builtin/grep.c:847
9263 msgid "highlight matches"
9264 msgstr "Übereinstimmungen hervorheben"
9266 #: builtin/grep.c:849
9267 msgid "print empty line between matches from different files"
9269 "eine Leerzeile zwischen Übereinstimmungen in verschiedenen Dateien ausgeben"
9271 #: builtin/grep.c:851
9272 msgid "show filename only once above matches from same file"
9274 "den Dateinamen nur einmal oberhalb der Übereinstimmungen aus dieser Datei "
9277 #: builtin/grep.c:854
9278 msgid "show <n> context lines before and after matches"
9279 msgstr "<n> Zeilen vor und nach den Übereinstimmungen anzeigen"
9281 #: builtin/grep.c:857
9282 msgid "show <n> context lines before matches"
9283 msgstr "<n> Zeilen vor den Übereinstimmungen anzeigen"
9285 #: builtin/grep.c:859
9286 msgid "show <n> context lines after matches"
9287 msgstr "<n> Zeilen nach den Übereinstimmungen anzeigen"
9289 #: builtin/grep.c:861
9290 msgid "use <n> worker threads"
9291 msgstr "<n> Threads benutzen"
9293 #: builtin/grep.c:862
9294 msgid "shortcut for -C NUM"
9295 msgstr "Kurzform für -C NUM"
9297 #: builtin/grep.c:865
9298 msgid "show a line with the function name before matches"
9299 msgstr "eine Zeile mit dem Funktionsnamen vor Übereinstimmungen anzeigen"
9301 #: builtin/grep.c:867
9302 msgid "show the surrounding function"
9303 msgstr "die umgebende Funktion anzeigen"
9305 #: builtin/grep.c:870
9306 msgid "read patterns from file"
9307 msgstr "Muster von einer Datei lesen"
9309 #: builtin/grep.c:872
9310 msgid "match <pattern>"
9311 msgstr "<Muster> finden"
9313 #: builtin/grep.c:874
9314 msgid "combine patterns specified with -e"
9315 msgstr "Muster kombinieren, die mit -e angegeben wurden"
9317 #: builtin/grep.c:886
9318 msgid "indicate hit with exit status without output"
9319 msgstr "Übereinstimmungen nur durch Beendigungsstatus anzeigen"
9321 #: builtin/grep.c:888
9322 msgid "show only matches from files that match all patterns"
9324 "nur Übereinstimmungen von Dateien anzeigen, die allen Mustern entsprechen"
9326 #: builtin/grep.c:890
9327 msgid "show parse tree for grep expression"
9328 msgstr "geparstes Verzeichnis für \"grep\"-Ausdruck anzeigen"
9330 #: builtin/grep.c:894
9332 msgstr "Anzeigeprogramm"
9334 #: builtin/grep.c:894
9335 msgid "show matching files in the pager"
9336 msgstr "Dateien mit Übereinstimmungen im Anzeigeprogramm anzeigen"
9338 #: builtin/grep.c:898
9339 msgid "allow calling of grep(1) (ignored by this build)"
9340 msgstr "den Aufruf von grep(1) erlauben (von dieser Programmversion ignoriert)"
9342 #: builtin/grep.c:962
9343 msgid "no pattern given."
9344 msgstr "keine Muster angegeben"
9346 #: builtin/grep.c:994
9347 msgid "--no-index or --untracked cannot be used with revs"
9348 msgstr "--no-index oder --untracked können nicht mit Commits verwendet werden"
9350 #: builtin/grep.c:1001
9352 msgid "unable to resolve revision: %s"
9353 msgstr "Konnte Commit nicht auflösen: %s"
9355 #: builtin/grep.c:1036 builtin/index-pack.c:1519
9357 msgid "invalid number of threads specified (%d)"
9358 msgstr "ungültige Anzahl von Threads angegeben (%d)"
9360 #: builtin/grep.c:1041
9361 msgid "no threads support, ignoring --threads"
9362 msgstr "keine Unterstützung von Threads, --threads wird ignoriert"
9364 #: builtin/grep.c:1065
9365 msgid "--open-files-in-pager only works on the worktree"
9367 "Die Option --open-files-in-pager kann nur innerhalb des "
9368 "Arbeitsverzeichnisses verwendet werden."
9370 #: builtin/grep.c:1088
9371 msgid "option not supported with --recurse-submodules."
9372 msgstr "Option wird mit --recurse-submodules nicht unterstützt."
9374 #: builtin/grep.c:1094
9375 msgid "--cached or --untracked cannot be used with --no-index."
9377 "Die Optionen --cached und --untracked können nicht mit --no-index verwendet "
9380 #: builtin/grep.c:1100
9381 msgid "--[no-]exclude-standard cannot be used for tracked contents."
9383 "Die Option --[no-]exclude-standard kann nicht mit versionierten Inhalten "
9386 #: builtin/grep.c:1108
9387 msgid "both --cached and trees are given."
9388 msgstr "Die Option --cached kann nicht mit \"Tree\"-Objekten verwendet werden."
9390 #: builtin/hash-object.c:83
9392 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
9395 "git hash-object [-t <Art>] [-w] [--path=<Datei> | --no-filters] [--stdin] "
9398 #: builtin/hash-object.c:84
9399 msgid "git hash-object --stdin-paths"
9400 msgstr "git hash-object --stdin-paths"
9402 #: builtin/hash-object.c:96
9406 #: builtin/hash-object.c:96
9408 msgstr "Art des Objektes"
9410 #: builtin/hash-object.c:97
9411 msgid "write the object into the object database"
9412 msgstr "das Objekt in die Objektdatenbank schreiben"
9414 #: builtin/hash-object.c:99
9415 msgid "read the object from stdin"
9416 msgstr "das Objekt von der Standard-Eingabe lesen"
9418 #: builtin/hash-object.c:101
9419 msgid "store file as is without filters"
9420 msgstr "Datei wie sie ist speichern, ohne Filter"
9422 #: builtin/hash-object.c:102
9424 "just hash any random garbage to create corrupt objects for debugging Git"
9426 "Hash über zufällige Daten, zur Erzeugung von beschädigten Objekten zur\n"
9427 "Fehlersuche in Git, erzeugen"
9429 #: builtin/hash-object.c:103
9430 msgid "process file as it were from this path"
9431 msgstr "Datei verarbeiten, als ob sie von diesem Pfad wäre"
9433 #: builtin/help.c:43
9434 msgid "print all available commands"
9435 msgstr "alle vorhandenen Befehle anzeigen"
9437 #: builtin/help.c:44
9438 msgid "exclude guides"
9439 msgstr "Anleitungen ausschließen"
9441 #: builtin/help.c:45
9442 msgid "print list of useful guides"
9443 msgstr "Liste von allgemein verwendeten Anleitungen anzeigen"
9445 #: builtin/help.c:46
9446 msgid "show man page"
9447 msgstr "Handbuch anzeigen"
9449 #: builtin/help.c:47
9450 msgid "show manual in web browser"
9451 msgstr "Handbuch in einem Webbrowser anzeigen"
9453 #: builtin/help.c:49
9454 msgid "show info page"
9455 msgstr "Info-Seite anzeigen"
9457 #: builtin/help.c:55
9458 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
9459 msgstr "git help [--all] [--guides] [--man | --web | --info] [<Befehl>]"
9461 #: builtin/help.c:67
9463 msgid "unrecognized help format '%s'"
9464 msgstr "nicht erkanntes Hilfeformat: %s"
9466 #: builtin/help.c:94
9467 msgid "Failed to start emacsclient."
9468 msgstr "Konnte emacsclient nicht starten."
9470 #: builtin/help.c:107
9471 msgid "Failed to parse emacsclient version."
9472 msgstr "Konnte Version des emacsclient nicht parsen."
9474 #: builtin/help.c:115
9476 msgid "emacsclient version '%d' too old (< 22)."
9477 msgstr "Version des emacsclient '%d' ist zu alt (< 22)."
9479 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
9481 msgid "failed to exec '%s'"
9482 msgstr "Fehler beim Ausführen von '%s'"
9484 #: builtin/help.c:211
9487 "'%s': path for unsupported man viewer.\n"
9488 "Please consider using 'man.<tool>.cmd' instead."
9490 "'%s': Pfad für nicht unterstützten Handbuchbetrachter.\n"
9491 "Sie könnten stattdessen 'man.<Werkzeug>.cmd' benutzen."
9493 #: builtin/help.c:223
9496 "'%s': cmd for supported man viewer.\n"
9497 "Please consider using 'man.<tool>.path' instead."
9499 "'%s': Programm für unterstützten Handbuchbetrachter.\n"
9500 "Sie könnten stattdessen 'man.<Werkzeug>.path' benutzen."
9502 #: builtin/help.c:340
9504 msgid "'%s': unknown man viewer."
9505 msgstr "'%s': unbekannter Handbuch-Betrachter."
9507 #: builtin/help.c:357
9508 msgid "no man viewer handled the request"
9509 msgstr "kein Handbuch-Betrachter konnte mit dieser Anfrage umgehen"
9511 #: builtin/help.c:365
9512 msgid "no info viewer handled the request"
9513 msgstr "kein Informations-Betrachter konnte mit dieser Anfrage umgehen"
9515 #: builtin/help.c:407
9516 msgid "Defining attributes per path"
9517 msgstr "Definition von Attributen pro Pfad"
9519 #: builtin/help.c:408
9520 msgid "Everyday Git With 20 Commands Or So"
9521 msgstr "Tägliche Benutzung von Git mit ungefähr 20 Befehlen"
9523 #: builtin/help.c:409
9524 msgid "A Git glossary"
9525 msgstr "Ein Git-Glossar"
9527 #: builtin/help.c:410
9528 msgid "Specifies intentionally untracked files to ignore"
9529 msgstr "Spezifikation von bewusst ignorierten, unversionierten Dateien"
9531 #: builtin/help.c:411
9532 msgid "Defining submodule properties"
9533 msgstr "Definition von Submodul-Eigenschaften"
9535 #: builtin/help.c:412
9536 msgid "Specifying revisions and ranges for Git"
9537 msgstr "Spezifikation von Commits und Bereichen für Git"
9539 #: builtin/help.c:413
9540 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
9541 msgstr "Eine einführende Anleitung zu Git (für Version 1.5.1 oder neuer)"
9543 #: builtin/help.c:414
9544 msgid "An overview of recommended workflows with Git"
9545 msgstr "Eine Übersicht über empfohlene Arbeitsabläufe mit Git"
9547 #: builtin/help.c:426
9548 msgid "The common Git guides are:\n"
9549 msgstr "Die allgemein verwendeten Git-Anleitungen sind:\n"
9551 #: builtin/help.c:444
9553 msgid "'%s' is aliased to '%s'"
9554 msgstr "Für '%s' wurde der Alias '%s' angelegt."
9556 #: builtin/help.c:466 builtin/help.c:483
9559 msgstr "Verwendung: %s%s"
9561 #: builtin/index-pack.c:157
9563 msgid "unable to open %s"
9564 msgstr "kann %s nicht öffnen"
9566 #: builtin/index-pack.c:207
9568 msgid "object type mismatch at %s"
9569 msgstr "Objekt-Typen passen bei %s nicht zusammen"
9571 #: builtin/index-pack.c:227
9573 msgid "did not receive expected object %s"
9574 msgstr "konnte erwartetes Objekt %s nicht empfangen"
9576 #: builtin/index-pack.c:230
9578 msgid "object %s: expected type %s, found %s"
9579 msgstr "Objekt %s: erwarteter Typ %s, %s gefunden"
9581 #: builtin/index-pack.c:272
9583 msgid "cannot fill %d byte"
9584 msgid_plural "cannot fill %d bytes"
9585 msgstr[0] "kann %d Byte nicht lesen"
9586 msgstr[1] "kann %d Bytes nicht lesen"
9588 #: builtin/index-pack.c:282
9590 msgstr "zu frühes Dateiende"
9592 #: builtin/index-pack.c:283
9593 msgid "read error on input"
9594 msgstr "Fehler beim Lesen der Eingabe"
9596 #: builtin/index-pack.c:295
9597 msgid "used more bytes than were available"
9598 msgstr "verwendete mehr Bytes als verfügbar waren"
9600 #: builtin/index-pack.c:302
9601 msgid "pack too large for current definition of off_t"
9602 msgstr "Paket ist zu groß für die aktuelle Definition von off_t"
9604 #: builtin/index-pack.c:305 builtin/unpack-objects.c:93
9605 msgid "pack exceeds maximum allowed size"
9606 msgstr "Paket überschreitet die maximal erlaubte Größe"
9608 #: builtin/index-pack.c:320
9610 msgid "unable to create '%s'"
9611 msgstr "konnte '%s' nicht erstellen"
9613 #: builtin/index-pack.c:326
9615 msgid "cannot open packfile '%s'"
9616 msgstr "Kann Paketdatei '%s' nicht öffnen"
9618 #: builtin/index-pack.c:340
9619 msgid "pack signature mismatch"
9620 msgstr "Paketsignatur stimmt nicht überein"
9622 #: builtin/index-pack.c:342
9624 msgid "pack version %<PRIu32> unsupported"
9625 msgstr "Paketversion %<PRIu32> nicht unterstützt"
9627 #: builtin/index-pack.c:360
9629 msgid "pack has bad object at offset %<PRIuMAX>: %s"
9630 msgstr "Paket hat ein ungültiges Objekt bei Versatz %<PRIuMAX>: %s"
9632 #: builtin/index-pack.c:481
9634 msgid "inflate returned %d"
9635 msgstr "Dekomprimierung gab %d zurück"
9637 #: builtin/index-pack.c:530
9638 msgid "offset value overflow for delta base object"
9639 msgstr "Wert für Versatz bei Differenzobjekt übergelaufen"
9641 #: builtin/index-pack.c:538
9642 msgid "delta base offset is out of bound"
9644 "Wert für Versatz bei Differenzobjekt liegt außerhalb des gültigen Bereichs"
9646 #: builtin/index-pack.c:546
9648 msgid "unknown object type %d"
9649 msgstr "Unbekannter Objekt-Typ %d"
9651 #: builtin/index-pack.c:577
9652 msgid "cannot pread pack file"
9653 msgstr "Kann Paketdatei %s nicht lesen"
9655 #: builtin/index-pack.c:579
9657 msgid "premature end of pack file, %<PRIuMAX> byte missing"
9658 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
9659 msgstr[0] "frühzeitiges Ende der Paketdatei, vermisse %<PRIuMAX> Byte"
9660 msgstr[1] "frühzeitiges Ende der Paketdatei, vermisse %<PRIuMAX> Bytes"
9662 #: builtin/index-pack.c:605
9663 msgid "serious inflate inconsistency"
9664 msgstr "ernsthafte Inkonsistenz nach Dekomprimierung"
9666 #: builtin/index-pack.c:750 builtin/index-pack.c:756 builtin/index-pack.c:779
9667 #: builtin/index-pack.c:818 builtin/index-pack.c:827
9669 msgid "SHA1 COLLISION FOUND WITH %s !"
9670 msgstr "SHA1 KOLLISION MIT %s GEFUNDEN !"
9672 #: builtin/index-pack.c:753 builtin/pack-objects.c:182
9673 #: builtin/pack-objects.c:276
9675 msgid "unable to read %s"
9676 msgstr "kann %s nicht lesen"
9678 #: builtin/index-pack.c:816
9680 msgid "cannot read existing object info %s"
9681 msgstr "Kann existierende Informationen zu Objekt %s nicht lesen."
9683 #: builtin/index-pack.c:824
9685 msgid "cannot read existing object %s"
9686 msgstr "Kann existierendes Objekt %s nicht lesen."
9688 #: builtin/index-pack.c:838
9690 msgid "invalid blob object %s"
9691 msgstr "ungültiges Blob-Objekt %s"
9693 #: builtin/index-pack.c:853
9696 msgstr "Ungültiger Objekt-Typ %s"
9698 #: builtin/index-pack.c:856
9699 msgid "Error in object"
9700 msgstr "Fehler in Objekt"
9702 #: builtin/index-pack.c:858
9704 msgid "Not all child objects of %s are reachable"
9705 msgstr "Nicht alle Kind-Objekte von %s sind erreichbar"
9707 #: builtin/index-pack.c:930 builtin/index-pack.c:961
9708 msgid "failed to apply delta"
9709 msgstr "Konnte Dateiunterschied nicht anwenden"
9711 #: builtin/index-pack.c:1131
9712 msgid "Receiving objects"
9713 msgstr "Empfange Objekte"
9715 #: builtin/index-pack.c:1131
9716 msgid "Indexing objects"
9717 msgstr "Indiziere Objekte"
9719 #: builtin/index-pack.c:1165
9720 msgid "pack is corrupted (SHA1 mismatch)"
9721 msgstr "Paket ist beschädigt (SHA1 unterschiedlich)"
9723 #: builtin/index-pack.c:1170
9724 msgid "cannot fstat packfile"
9725 msgstr "kann Paketdatei nicht lesen"
9727 #: builtin/index-pack.c:1173
9728 msgid "pack has junk at the end"
9729 msgstr "Paketende enthält nicht verwendbaren Inhalt"
9731 #: builtin/index-pack.c:1185
9732 msgid "confusion beyond insanity in parse_pack_objects()"
9733 msgstr "Fehler beim Ausführen von \"parse_pack_objects()\""
9735 #: builtin/index-pack.c:1208
9736 msgid "Resolving deltas"
9737 msgstr "Löse Unterschiede auf"
9739 #: builtin/index-pack.c:1219
9741 msgid "unable to create thread: %s"
9742 msgstr "kann Thread nicht erzeugen: %s"
9744 #: builtin/index-pack.c:1261
9745 msgid "confusion beyond insanity"
9746 msgstr "Fehler beim Auflösen der Unterschiede"
9748 #: builtin/index-pack.c:1267
9750 msgid "completed with %d local object"
9751 msgid_plural "completed with %d local objects"
9752 msgstr[0] "abgeschlossen mit %d lokalem Objekt"
9753 msgstr[1] "abgeschlossen mit %d lokalen Objekten"
9755 #: builtin/index-pack.c:1279
9757 msgid "Unexpected tail checksum for %s (disk corruption?)"
9758 msgstr "Unerwartete Prüfsumme für %s (Festplattenfehler?)"
9760 #: builtin/index-pack.c:1283
9762 msgid "pack has %d unresolved delta"
9763 msgid_plural "pack has %d unresolved deltas"
9764 msgstr[0] "Paket hat %d unaufgelöste Unterschied"
9765 msgstr[1] "Paket hat %d unaufgelöste Unterschiede"
9767 #: builtin/index-pack.c:1307
9769 msgid "unable to deflate appended object (%d)"
9770 msgstr "Konnte angehängtes Objekt (%d) nicht komprimieren"
9772 #: builtin/index-pack.c:1383
9774 msgid "local object %s is corrupt"
9775 msgstr "lokales Objekt %s ist beschädigt"
9777 #: builtin/index-pack.c:1397
9779 msgid "packfile name '%s' does not end with '.pack'"
9780 msgstr "Name der Paketdatei '%s' endet nicht mit '.pack'"
9782 #: builtin/index-pack.c:1422
9784 msgid "cannot write %s file '%s'"
9785 msgstr "Kann %s Datei '%s' nicht schreiben."
9787 #: builtin/index-pack.c:1430
9789 msgid "cannot close written %s file '%s'"
9790 msgstr "Kann eben geschriebene %s Datei '%s' nicht schließen."
9792 #: builtin/index-pack.c:1454
9793 msgid "error while closing pack file"
9794 msgstr "Fehler beim Schließen der Paketdatei"
9796 #: builtin/index-pack.c:1468
9797 msgid "cannot store pack file"
9798 msgstr "Kann Paketdatei nicht speichern"
9800 #: builtin/index-pack.c:1476
9801 msgid "cannot store index file"
9802 msgstr "Kann Indexdatei nicht speichern"
9804 #: builtin/index-pack.c:1513
9806 msgid "bad pack.indexversion=%<PRIu32>"
9807 msgstr "\"pack.indexversion=%<PRIu32>\" ist ungültig"
9809 #: builtin/index-pack.c:1581
9811 msgid "Cannot open existing pack file '%s'"
9812 msgstr "Kann existierende Paketdatei '%s' nicht öffnen"
9814 #: builtin/index-pack.c:1583
9816 msgid "Cannot open existing pack idx file for '%s'"
9817 msgstr "Kann existierende Indexdatei für Paket '%s' nicht öffnen"
9819 #: builtin/index-pack.c:1631
9821 msgid "non delta: %d object"
9822 msgid_plural "non delta: %d objects"
9823 msgstr[0] "kein Unterschied: %d Objekt"
9824 msgstr[1] "kein Unterschied: %d Objekte"
9826 #: builtin/index-pack.c:1638
9828 msgid "chain length = %d: %lu object"
9829 msgid_plural "chain length = %d: %lu objects"
9830 msgstr[0] "Länge der Objekt-Liste = %d: %lu Objekt"
9831 msgstr[1] "Länge der Objekt-Liste = %d: %lu Objekte"
9833 #: builtin/index-pack.c:1675
9834 msgid "Cannot come back to cwd"
9835 msgstr "Kann nicht zurück zum Arbeitsverzeichnis wechseln"
9837 #: builtin/index-pack.c:1724 builtin/index-pack.c:1727
9838 #: builtin/index-pack.c:1743 builtin/index-pack.c:1747
9841 msgstr "%s ist ungültig"
9843 #: builtin/index-pack.c:1763
9844 msgid "--fix-thin cannot be used without --stdin"
9845 msgstr "Die Option --fix-thin kann nicht ohne --stdin verwendet werden."
9847 #: builtin/index-pack.c:1765
9848 msgid "--stdin requires a git repository"
9849 msgstr "--stdin erfordert ein Git-Repository"
9851 #: builtin/index-pack.c:1771
9852 msgid "--verify with no packfile name given"
9853 msgstr "Die Option --verify wurde ohne Namen der Paketdatei angegeben."
9855 #: builtin/init-db.c:55
9857 msgid "cannot stat '%s'"
9858 msgstr "Kann '%s' nicht lesen"
9860 #: builtin/init-db.c:61
9862 msgid "cannot stat template '%s'"
9863 msgstr "kann Vorlage '%s' nicht lesen"
9865 #: builtin/init-db.c:66
9867 msgid "cannot opendir '%s'"
9868 msgstr "kann Verzeichnis '%s' nicht öffnen"
9870 #: builtin/init-db.c:77
9872 msgid "cannot readlink '%s'"
9873 msgstr "kann Verweis '%s' nicht lesen"
9875 #: builtin/init-db.c:79
9877 msgid "cannot symlink '%s' '%s'"
9878 msgstr "kann symbolische Verknüpfung '%s' auf '%s' nicht erstellen"
9880 #: builtin/init-db.c:85
9882 msgid "cannot copy '%s' to '%s'"
9883 msgstr "kann '%s' nicht nach '%s' kopieren"
9885 #: builtin/init-db.c:89
9887 msgid "ignoring template %s"
9888 msgstr "ignoriere Vorlage %s"
9890 #: builtin/init-db.c:120
9892 msgid "templates not found %s"
9893 msgstr "keine Vorlagen in '%s' gefunden"
9895 #: builtin/init-db.c:135
9897 msgid "not copying templates from '%s': %s"
9898 msgstr "kopiere keine Vorlagen von '%s': %s"
9900 #: builtin/init-db.c:328
9902 msgid "unable to handle file type %d"
9903 msgstr "kann nicht mit Dateityp %d umgehen"
9905 #: builtin/init-db.c:331
9907 msgid "unable to move %s to %s"
9908 msgstr "Konnte %s nicht nach %s verschieben"
9910 #: builtin/init-db.c:348 builtin/init-db.c:351
9912 msgid "%s already exists"
9913 msgstr "%s existiert bereits"
9915 #: builtin/init-db.c:404
9917 msgid "Reinitialized existing shared Git repository in %s%s\n"
9918 msgstr "Bestehendes verteiltes Git-Repository in %s%s neuinitialisiert\n"
9920 #: builtin/init-db.c:405
9922 msgid "Reinitialized existing Git repository in %s%s\n"
9923 msgstr "Bestehendes Git-Repository in %s%s neuinitialisiert\n"
9925 #: builtin/init-db.c:409
9927 msgid "Initialized empty shared Git repository in %s%s\n"
9928 msgstr "Leeres verteiltes Git-Repository in %s%s initialisiert\n"
9930 #: builtin/init-db.c:410
9932 msgid "Initialized empty Git repository in %s%s\n"
9933 msgstr "Leeres Git-Repository in %s%s initialisiert\n"
9935 #: builtin/init-db.c:458
9937 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
9938 "shared[=<permissions>]] [<directory>]"
9940 "git init [-q | --quiet] [--bare] [--template=<Vorlagenverzeichnis>] [--"
9941 "shared[=<Berechtigungen>]] [<Verzeichnis>]"
9943 #: builtin/init-db.c:481
9945 msgstr "Berechtigungen"
9947 #: builtin/init-db.c:482
9948 msgid "specify that the git repository is to be shared amongst several users"
9949 msgstr "angeben, dass das Git-Repository mit mehreren Benutzern geteilt wird"
9951 #: builtin/init-db.c:516 builtin/init-db.c:521
9953 msgid "cannot mkdir %s"
9954 msgstr "kann Verzeichnis %s nicht erstellen"
9956 #: builtin/init-db.c:525
9958 msgid "cannot chdir to %s"
9959 msgstr "kann nicht in Verzeichnis %s wechseln"
9961 #: builtin/init-db.c:546
9964 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9967 "%s (oder --work-tree=<Verzeichnis>) nicht erlaubt ohne Spezifizierung von %s "
9968 "(oder --git-dir=<Verzeichnis>)"
9970 #: builtin/init-db.c:574
9972 msgid "Cannot access work tree '%s'"
9973 msgstr "Kann nicht auf Arbeitsverzeichnis '%s' zugreifen."
9975 #: builtin/interpret-trailers.c:15
9977 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9978 "<token>[(=|:)<value>])...] [<file>...]"
9980 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9981 "<Token>[(=|:)<Wert>])...] [<Datei>...]"
9983 #: builtin/interpret-trailers.c:92
9984 msgid "edit files in place"
9985 msgstr "vorhandene Dateien direkt bearbeiten"
9987 #: builtin/interpret-trailers.c:93
9988 msgid "trim empty trailers"
9989 msgstr "kürzt leere Anhänge"
9991 #: builtin/interpret-trailers.c:96
9992 msgid "where to place the new trailer"
9993 msgstr "wo der neue Anhang platziert wird"
9995 #: builtin/interpret-trailers.c:98
9996 msgid "action if trailer already exists"
9997 msgstr "Aktion, wenn Anhang bereits existiert"
9999 #: builtin/interpret-trailers.c:100
10000 msgid "action if trailer is missing"
10001 msgstr "Aktion, wenn Anhang fehlt"
10003 #: builtin/interpret-trailers.c:102
10004 msgid "output only the trailers"
10005 msgstr "nur Anhänge ausgeben"
10007 #: builtin/interpret-trailers.c:103
10008 msgid "do not apply config rules"
10009 msgstr "Regeln aus Konfiguration nicht anwenden"
10011 #: builtin/interpret-trailers.c:104
10012 msgid "join whitespace-continued values"
10013 msgstr "durch Leerzeichen fortgesetzte Werte verbinden"
10015 #: builtin/interpret-trailers.c:105
10016 msgid "set parsing options"
10017 msgstr "Optionen für das Parsen setzen"
10019 #: builtin/interpret-trailers.c:107
10023 #: builtin/interpret-trailers.c:108
10024 msgid "trailer(s) to add"
10025 msgstr "Anhang/Anhänge hinzufügen"
10027 #: builtin/interpret-trailers.c:117
10028 msgid "--trailer with --only-input does not make sense"
10030 "Die Optionen --trailer und --only-input können nicht gemeinsam verwendet "
10033 #: builtin/interpret-trailers.c:127
10034 msgid "no input file given for in-place editing"
10035 msgstr "keine Datei zur direkten Bearbeitung angegeben"
10037 #: builtin/log.c:48
10038 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
10039 msgstr "git log [<Optionen>] [<Commitbereich>] [[--] <Pfad>...]"
10041 #: builtin/log.c:49
10042 msgid "git show [<options>] <object>..."
10043 msgstr "git show [<Optionen>] <Objekt>..."
10045 #: builtin/log.c:93
10047 msgid "invalid --decorate option: %s"
10048 msgstr "Ungültige Option für --decorate: %s"
10050 #: builtin/log.c:153
10051 msgid "suppress diff output"
10052 msgstr "Ausgabe der Unterschiede unterdrücken"
10054 #: builtin/log.c:154
10055 msgid "show source"
10056 msgstr "Quelle anzeigen"
10058 #: builtin/log.c:155
10059 msgid "Use mail map file"
10060 msgstr "\"mailmap\"-Datei verwenden"
10062 #: builtin/log.c:157
10063 msgid "only decorate refs that match <pattern>"
10064 msgstr "\"decorate\" nur bei Referenzen anwenden, die <Muster> entsprechen"
10066 #: builtin/log.c:159
10067 msgid "do not decorate refs that match <pattern>"
10068 msgstr "\"decorate\" nicht bei Referenzen anwenden, die <Muster> entsprechen"
10070 #: builtin/log.c:160
10071 msgid "decorate options"
10072 msgstr "decorate-Optionen"
10074 #: builtin/log.c:163
10075 msgid "Process line range n,m in file, counting from 1"
10076 msgstr "Verarbeitet nur Zeilen im Bereich n,m in der Datei, gezählt von 1"
10078 #: builtin/log.c:259
10080 msgid "Final output: %d %s\n"
10081 msgstr "letzte Ausgabe: %d %s\n"
10083 #: builtin/log.c:510
10085 msgid "git show %s: bad file"
10086 msgstr "git show %s: ungültige Datei"
10088 #: builtin/log.c:525 builtin/log.c:619
10090 msgid "Could not read object %s"
10091 msgstr "Kann Objekt %s nicht lesen."
10093 #: builtin/log.c:643
10095 msgid "Unknown type: %d"
10096 msgstr "Unbekannter Typ: %d"
10098 #: builtin/log.c:764
10099 msgid "format.headers without value"
10100 msgstr "format.headers ohne Wert"
10102 #: builtin/log.c:865
10103 msgid "name of output directory is too long"
10104 msgstr "Name des Ausgabeverzeichnisses ist zu lang."
10106 #: builtin/log.c:881
10108 msgid "Cannot open patch file %s"
10109 msgstr "Kann Patch-Datei %s nicht öffnen"
10111 #: builtin/log.c:898
10112 msgid "Need exactly one range."
10113 msgstr "Brauche genau einen Commit-Bereich."
10115 #: builtin/log.c:908
10116 msgid "Not a range."
10117 msgstr "Kein Commit-Bereich."
10119 #: builtin/log.c:1014
10120 msgid "Cover letter needs email format"
10121 msgstr "Anschreiben benötigt E-Mail-Format"
10123 #: builtin/log.c:1095
10125 msgid "insane in-reply-to: %s"
10126 msgstr "ungültiges in-reply-to: %s"
10128 #: builtin/log.c:1122
10129 msgid "git format-patch [<options>] [<since> | <revision-range>]"
10130 msgstr "git format-patch [<Optionen>] [<seit> | <Commitbereich>]"
10132 #: builtin/log.c:1172
10133 msgid "Two output directories?"
10134 msgstr "Zwei Ausgabeverzeichnisse?"
10136 #: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
10138 msgid "Unknown commit %s"
10139 msgstr "Unbekannter Commit %s"
10141 #: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:522
10143 msgid "Failed to resolve '%s' as a valid ref."
10144 msgstr "Konnte '%s' nicht als gültige Referenz auflösen."
10146 #: builtin/log.c:1294
10147 msgid "Could not find exact merge base."
10148 msgstr "Konnte keine exakte Merge-Basis finden."
10150 #: builtin/log.c:1298
10152 "Failed to get upstream, if you want to record base commit automatically,\n"
10153 "please use git branch --set-upstream-to to track a remote branch.\n"
10154 "Or you could specify base commit by --base=<base-commit-id> manually."
10156 "Fehler beim Bestimmen des Upstream-Branches. Wenn Sie den Basis-Commit\n"
10157 "automatisch speichern lassen möchten, benutzen Sie bitte\n"
10158 "'git branch --set-upstream-to', um einem Remote-Branch zu folgen.\n"
10159 "Oder geben Sie den Basis-Commit mit '--base=<Basis-Commit-Id>' manuell an."
10161 #: builtin/log.c:1318
10162 msgid "Failed to find exact merge base"
10163 msgstr "Fehler beim Finden einer exakten Merge-Basis."
10165 #: builtin/log.c:1329
10166 msgid "base commit should be the ancestor of revision list"
10167 msgstr "Basis-Commit sollte der Vorgänger der Revisionsliste sein."
10169 #: builtin/log.c:1333
10170 msgid "base commit shouldn't be in revision list"
10171 msgstr "Basis-Commit sollte nicht in der Revisionsliste enthalten sein."
10173 #: builtin/log.c:1382
10174 msgid "cannot get patch id"
10175 msgstr "kann Patch-Id nicht lesen"
10177 #: builtin/log.c:1441
10178 msgid "use [PATCH n/m] even with a single patch"
10179 msgstr "[PATCH n/m] auch mit einzelnem Patch verwenden"
10181 #: builtin/log.c:1444
10182 msgid "use [PATCH] even with multiple patches"
10183 msgstr "[PATCH] auch mit mehreren Patches verwenden"
10185 #: builtin/log.c:1448
10186 msgid "print patches to standard out"
10187 msgstr "Ausgabe der Patches in Standard-Ausgabe"
10189 #: builtin/log.c:1450
10190 msgid "generate a cover letter"
10191 msgstr "ein Deckblatt erzeugen"
10193 #: builtin/log.c:1452
10194 msgid "use simple number sequence for output file names"
10195 msgstr "einfache Nummernfolge für die Namen der Ausgabedateien verwenden"
10197 #: builtin/log.c:1453
10199 msgstr "Dateiendung"
10201 #: builtin/log.c:1454
10202 msgid "use <sfx> instead of '.patch'"
10203 msgstr "<Dateiendung> anstatt '.patch' verwenden"
10205 #: builtin/log.c:1456
10206 msgid "start numbering patches at <n> instead of 1"
10207 msgstr "die Nummerierung der Patches bei <n> anstatt bei 1 beginnen"
10209 #: builtin/log.c:1458
10210 msgid "mark the series as Nth re-roll"
10211 msgstr "die Serie als n-te Fassung kennzeichnen"
10213 #: builtin/log.c:1460
10214 msgid "Use [RFC PATCH] instead of [PATCH]"
10215 msgstr "[RFC PATCH] anstatt [PATCH] verwenden"
10217 #: builtin/log.c:1463
10218 msgid "Use [<prefix>] instead of [PATCH]"
10219 msgstr "[<Präfix>] anstatt [PATCH] verwenden"
10221 #: builtin/log.c:1466
10222 msgid "store resulting files in <dir>"
10223 msgstr "erzeugte Dateien in <Verzeichnis> speichern"
10225 #: builtin/log.c:1469
10226 msgid "don't strip/add [PATCH]"
10227 msgstr "[PATCH] nicht entfernen/hinzufügen"
10229 #: builtin/log.c:1472
10230 msgid "don't output binary diffs"
10231 msgstr "keine binären Unterschiede ausgeben"
10233 #: builtin/log.c:1474
10234 msgid "output all-zero hash in From header"
10235 msgstr "Hash mit Nullen in \"From\"-Header ausgeben"
10237 #: builtin/log.c:1476
10238 msgid "don't include a patch matching a commit upstream"
10240 "keine Patches einschließen, die einem Commit im Upstream-Branch entsprechen"
10242 #: builtin/log.c:1478
10243 msgid "show patch format instead of default (patch + stat)"
10244 msgstr "Patchformat anstatt des Standards anzeigen (Patch + Zusammenfassung)"
10246 #: builtin/log.c:1480
10248 msgstr "E-Mail-Einstellungen"
10250 #: builtin/log.c:1481
10254 #: builtin/log.c:1482
10255 msgid "add email header"
10256 msgstr "E-Mail-Header hinzufügen"
10258 #: builtin/log.c:1483 builtin/log.c:1485
10262 #: builtin/log.c:1483
10263 msgid "add To: header"
10264 msgstr "\"To:\"-Header hinzufügen"
10266 #: builtin/log.c:1485
10267 msgid "add Cc: header"
10268 msgstr "\"Cc:\"-Header hinzufügen"
10270 #: builtin/log.c:1487
10274 #: builtin/log.c:1488
10275 msgid "set From address to <ident> (or committer ident if absent)"
10277 "\"From\"-Adresse auf <Ident> setzen (oder Ident des Commit-Erstellers, wenn "
10280 #: builtin/log.c:1490
10282 msgstr "message-id"
10284 #: builtin/log.c:1491
10285 msgid "make first mail a reply to <message-id>"
10286 msgstr "aus erster E-Mail eine Antwort zu <message-id> machen"
10288 #: builtin/log.c:1492 builtin/log.c:1495
10292 #: builtin/log.c:1493
10293 msgid "attach the patch"
10294 msgstr "den Patch anhängen"
10296 #: builtin/log.c:1496
10297 msgid "inline the patch"
10298 msgstr "den Patch direkt in die Nachricht einfügen"
10300 #: builtin/log.c:1500
10301 msgid "enable message threading, styles: shallow, deep"
10302 msgstr "Nachrichtenverkettung aktivieren, Stile: shallow, deep"
10304 #: builtin/log.c:1502
10308 #: builtin/log.c:1503
10309 msgid "add a signature"
10310 msgstr "eine Signatur hinzufügen"
10312 #: builtin/log.c:1504
10313 msgid "base-commit"
10314 msgstr "Basis-Commit"
10316 #: builtin/log.c:1505
10317 msgid "add prerequisite tree info to the patch series"
10318 msgstr "erforderliche Revisions-Informationen der Patch-Serie hinzufügen"
10320 #: builtin/log.c:1507
10321 msgid "add a signature from a file"
10322 msgstr "eine Signatur aus einer Datei hinzufügen"
10324 #: builtin/log.c:1508
10325 msgid "don't print the patch filenames"
10326 msgstr "keine Dateinamen der Patches anzeigen"
10328 #: builtin/log.c:1510
10329 msgid "show progress while generating patches"
10330 msgstr "Forschrittsanzeige während der Erzeugung der Patches"
10332 #: builtin/log.c:1585
10334 msgid "invalid ident line: %s"
10335 msgstr "Ungültige Identifikationszeile: %s"
10337 #: builtin/log.c:1600
10338 msgid "-n and -k are mutually exclusive."
10339 msgstr "Die Optionen -n und -k schließen sich gegenseitig aus."
10341 #: builtin/log.c:1602
10342 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
10343 msgstr "--subject-prefix/--rfc und -k schließen sich gegenseitig aus."
10345 #: builtin/log.c:1610
10346 msgid "--name-only does not make sense"
10347 msgstr "Die Option --name-only kann nicht verwendet werden."
10349 #: builtin/log.c:1612
10350 msgid "--name-status does not make sense"
10351 msgstr "Die Option --name-status kann nicht verwendet werden."
10353 #: builtin/log.c:1614
10354 msgid "--check does not make sense"
10355 msgstr "Die Option --check kann nicht verwendet werden."
10357 #: builtin/log.c:1646
10358 msgid "standard output, or directory, which one?"
10359 msgstr "Standard-Ausgabe oder Verzeichnis, welches von beidem?"
10361 #: builtin/log.c:1648
10363 msgid "Could not create directory '%s'"
10364 msgstr "Konnte Verzeichnis '%s' nicht erstellen."
10366 #: builtin/log.c:1741
10368 msgid "unable to read signature file '%s'"
10369 msgstr "Konnte Signatur-Datei '%s' nicht lesen"
10371 #: builtin/log.c:1773
10372 msgid "Generating patches"
10373 msgstr "Erzeuge Patches"
10375 #: builtin/log.c:1817
10376 msgid "Failed to create output files"
10377 msgstr "Fehler beim Erstellen der Ausgabedateien."
10379 #: builtin/log.c:1867
10380 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
10381 msgstr "git cherry [-v] [<Upstream> [<Branch> [<Limit>]]]"
10383 #: builtin/log.c:1921
10386 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
10388 "Konnte gefolgten Remote-Branch nicht finden, bitte geben Sie <Upstream> "
10391 #: builtin/ls-files.c:468
10392 msgid "git ls-files [<options>] [<file>...]"
10393 msgstr "git ls-files [<Optionen>] [<Datei>...]"
10395 #: builtin/ls-files.c:517
10396 msgid "identify the file status with tags"
10397 msgstr "den Dateistatus mit Tags anzeigen"
10399 #: builtin/ls-files.c:519
10400 msgid "use lowercase letters for 'assume unchanged' files"
10402 "Kleinbuchstaben für Dateien mit 'assume unchanged' Markierung verwenden"
10404 #: builtin/ls-files.c:521
10405 msgid "use lowercase letters for 'fsmonitor clean' files"
10406 msgstr "Kleinbuchstaben für 'fsmonitor clean' Dateien verwenden"
10408 #: builtin/ls-files.c:523
10409 msgid "show cached files in the output (default)"
10410 msgstr "zwischengespeicherte Dateien in der Ausgabe anzeigen (Standard)"
10412 #: builtin/ls-files.c:525
10413 msgid "show deleted files in the output"
10414 msgstr "entfernte Dateien in der Ausgabe anzeigen"
10416 #: builtin/ls-files.c:527
10417 msgid "show modified files in the output"
10418 msgstr "geänderte Dateien in der Ausgabe anzeigen"
10420 #: builtin/ls-files.c:529
10421 msgid "show other files in the output"
10422 msgstr "sonstige Dateien in der Ausgabe anzeigen"
10424 #: builtin/ls-files.c:531
10425 msgid "show ignored files in the output"
10426 msgstr "ignorierte Dateien in der Ausgabe anzeigen"
10428 #: builtin/ls-files.c:534
10429 msgid "show staged contents' object name in the output"
10431 "Objektnamen von Inhalten, die zum Commit vorgemerkt sind, in der Ausgabe "
10434 #: builtin/ls-files.c:536
10435 msgid "show files on the filesystem that need to be removed"
10436 msgstr "Dateien im Dateisystem, die gelöscht werden müssen, anzeigen"
10438 #: builtin/ls-files.c:538
10439 msgid "show 'other' directories' names only"
10440 msgstr "nur Namen von 'sonstigen' Verzeichnissen anzeigen"
10442 #: builtin/ls-files.c:540
10443 msgid "show line endings of files"
10444 msgstr "Zeilenenden von Dateien anzeigen"
10446 #: builtin/ls-files.c:542
10447 msgid "don't show empty directories"
10448 msgstr "keine leeren Verzeichnisse anzeigen"
10450 #: builtin/ls-files.c:545
10451 msgid "show unmerged files in the output"
10452 msgstr "nicht zusammengeführte Dateien in der Ausgabe anzeigen"
10454 #: builtin/ls-files.c:547
10455 msgid "show resolve-undo information"
10456 msgstr "'resolve-undo' Informationen anzeigen"
10458 #: builtin/ls-files.c:549
10459 msgid "skip files matching pattern"
10460 msgstr "Dateien auslassen, die einem Muster entsprechen"
10462 #: builtin/ls-files.c:552
10463 msgid "exclude patterns are read from <file>"
10464 msgstr "Muster, gelesen von <Datei>, ausschließen"
10466 #: builtin/ls-files.c:555
10467 msgid "read additional per-directory exclude patterns in <file>"
10468 msgstr "zusätzliche pro-Verzeichnis Auschlussmuster aus <Datei> auslesen"
10470 #: builtin/ls-files.c:557
10471 msgid "add the standard git exclusions"
10472 msgstr "die standardmäßigen Git-Ausschlüsse hinzufügen"
10474 #: builtin/ls-files.c:560
10475 msgid "make the output relative to the project top directory"
10476 msgstr "Ausgabe relativ zum Projektverzeichnis"
10478 #: builtin/ls-files.c:563
10479 msgid "recurse through submodules"
10480 msgstr "Rekursion in Submodulen durchführen"
10482 #: builtin/ls-files.c:565
10483 msgid "if any <file> is not in the index, treat this as an error"
10484 msgstr "als Fehler behandeln, wenn sich eine <Datei> nicht im Index befindet"
10486 #: builtin/ls-files.c:566
10488 msgstr "Commit-Referenz"
10490 #: builtin/ls-files.c:567
10491 msgid "pretend that paths removed since <tree-ish> are still present"
10493 "vorgeben, dass Pfade, die seit <Commit-Referenz> gelöscht wurden, immer noch "
10496 #: builtin/ls-files.c:569
10497 msgid "show debugging data"
10498 msgstr "Ausgaben zur Fehlersuche anzeigen"
10500 #: builtin/ls-remote.c:7
10502 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
10503 " [-q | --quiet] [--exit-code] [--get-url]\n"
10504 " [--symref] [<repository> [<refs>...]]"
10506 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<Programm>]\n"
10507 " [-q | --quiet] [--exit-code] [--get-url]\n"
10508 " [--symref] [<Repository> [<Referenzen>...]]"
10510 #: builtin/ls-remote.c:52
10511 msgid "do not print remote URL"
10512 msgstr "URL des Remote-Repositories nicht ausgeben"
10514 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
10518 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
10519 msgid "path of git-upload-pack on the remote host"
10520 msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"
10522 #: builtin/ls-remote.c:58
10523 msgid "limit to tags"
10524 msgstr "auf Tags einschränken"
10526 #: builtin/ls-remote.c:59
10527 msgid "limit to heads"
10528 msgstr "auf Branches einschränken"
10530 #: builtin/ls-remote.c:60
10531 msgid "do not show peeled tags"
10532 msgstr "keine Tags anzeigen, die andere Tags enthalten"
10534 #: builtin/ls-remote.c:62
10535 msgid "take url.<base>.insteadOf into account"
10536 msgstr "url.<Basis>.insteadOf berücksichtigen"
10538 #: builtin/ls-remote.c:64
10539 msgid "exit with exit code 2 if no matching refs are found"
10541 "mit Rückkehrwert 2 beenden, wenn keine übereinstimmenden Referenzen\n"
10544 #: builtin/ls-remote.c:67
10545 msgid "show underlying ref in addition to the object pointed by it"
10546 msgstr "zusätzlich zum Objekt die darauf verweisenden Referenzen anzeigen"
10548 #: builtin/ls-tree.c:29
10549 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
10550 msgstr "git ls-tree [<Optionen>] <Commit-Referenz> [<Pfad>...]"
10552 #: builtin/ls-tree.c:127
10553 msgid "only show trees"
10554 msgstr "nur Verzeichnisse anzeigen"
10556 #: builtin/ls-tree.c:129
10557 msgid "recurse into subtrees"
10558 msgstr "Rekursion in Unterverzeichnissen durchführen"
10560 #: builtin/ls-tree.c:131
10561 msgid "show trees when recursing"
10562 msgstr "Verzeichnisse bei Rekursion anzeigen"
10564 #: builtin/ls-tree.c:134
10565 msgid "terminate entries with NUL byte"
10566 msgstr "Einträge mit NUL-Byte abschließen"
10568 #: builtin/ls-tree.c:135
10569 msgid "include object size"
10570 msgstr "Objektgröße einschließen"
10572 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
10573 msgid "list only filenames"
10574 msgstr "nur Dateinamen auflisten"
10576 #: builtin/ls-tree.c:142
10577 msgid "use full path names"
10578 msgstr "vollständige Pfadnamen verwenden"
10580 #: builtin/ls-tree.c:144
10581 msgid "list entire tree; not just current directory (implies --full-name)"
10583 "das gesamte Verzeichnis auflisten; nicht nur das aktuelle Verzeichnis "
10584 "(impliziert --full-name)"
10586 #: builtin/mailsplit.c:241
10588 msgid "empty mbox: '%s'"
10589 msgstr "Leere mbox: '%s'"
10591 #: builtin/merge.c:49
10592 msgid "git merge [<options>] [<commit>...]"
10593 msgstr "git merge [<Optionen>] [<Commit>...]"
10595 #: builtin/merge.c:50
10596 msgid "git merge --abort"
10597 msgstr "git merge --abort"
10599 #: builtin/merge.c:51
10600 msgid "git merge --continue"
10601 msgstr "git merge --continue"
10603 #: builtin/merge.c:108
10604 msgid "switch `m' requires a value"
10605 msgstr "Schalter 'm' erfordert einen Wert."
10607 #: builtin/merge.c:145
10609 msgid "Could not find merge strategy '%s'.\n"
10610 msgstr "Konnte Merge-Strategie '%s' nicht finden.\n"
10612 #: builtin/merge.c:146
10614 msgid "Available strategies are:"
10615 msgstr "Verfügbare Strategien sind:"
10617 #: builtin/merge.c:151
10619 msgid "Available custom strategies are:"
10620 msgstr "Verfügbare benutzerdefinierte Strategien sind:"
10622 #: builtin/merge.c:201 builtin/pull.c:137
10623 msgid "do not show a diffstat at the end of the merge"
10624 msgstr "keine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"
10626 #: builtin/merge.c:204 builtin/pull.c:140
10627 msgid "show a diffstat at the end of the merge"
10628 msgstr "eine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"
10630 #: builtin/merge.c:205 builtin/pull.c:143
10631 msgid "(synonym to --stat)"
10632 msgstr "(Synonym für --stat)"
10634 #: builtin/merge.c:207 builtin/pull.c:146
10635 msgid "add (at most <n>) entries from shortlog to merge commit message"
10637 "(höchstens <n>) Einträge von \"shortlog\" zur Beschreibung des Merge-Commits "
10640 #: builtin/merge.c:210 builtin/pull.c:152
10641 msgid "create a single commit instead of doing a merge"
10642 msgstr "einen einzelnen Commit anstatt eines Merges erzeugen"
10644 #: builtin/merge.c:212 builtin/pull.c:155
10645 msgid "perform a commit if the merge succeeds (default)"
10646 msgstr "einen Commit durchführen, wenn der Merge erfolgreich war (Standard)"
10648 #: builtin/merge.c:214 builtin/pull.c:158
10649 msgid "edit message before committing"
10650 msgstr "Bearbeitung der Beschreibung vor dem Commit"
10652 #: builtin/merge.c:215
10653 msgid "allow fast-forward (default)"
10654 msgstr "Vorspulen erlauben (Standard)"
10656 #: builtin/merge.c:217 builtin/pull.c:164
10657 msgid "abort if fast-forward is not possible"
10658 msgstr "abbrechen, wenn kein Vorspulen möglich ist"
10660 #: builtin/merge.c:221 builtin/pull.c:167
10661 msgid "verify that the named commit has a valid GPG signature"
10662 msgstr "den genannten Commit auf eine gültige GPG-Signatur überprüfen"
10664 #: builtin/merge.c:222 builtin/notes.c:777 builtin/pull.c:171
10665 #: builtin/revert.c:109
10669 #: builtin/merge.c:223 builtin/pull.c:172
10670 msgid "merge strategy to use"
10671 msgstr "zu verwendende Merge-Strategie"
10673 #: builtin/merge.c:224 builtin/pull.c:175
10674 msgid "option=value"
10675 msgstr "Option=Wert"
10677 #: builtin/merge.c:225 builtin/pull.c:176
10678 msgid "option for selected merge strategy"
10679 msgstr "Option für ausgewählte Merge-Strategie"
10681 #: builtin/merge.c:227
10682 msgid "merge commit message (for a non-fast-forward merge)"
10684 "Commit-Beschreibung zusammenführen (für einen Merge, der kein Vorspulen war)"
10686 #: builtin/merge.c:231
10687 msgid "abort the current in-progress merge"
10688 msgstr "den sich im Gange befindlichen Merge abbrechen"
10690 #: builtin/merge.c:233
10691 msgid "continue the current in-progress merge"
10692 msgstr "den sich im Gange befindlichen Merge fortsetzen"
10694 #: builtin/merge.c:235 builtin/pull.c:183
10695 msgid "allow merging unrelated histories"
10696 msgstr "erlaube das Zusammenführen von nicht zusammenhängenden Historien"
10698 #: builtin/merge.c:241
10699 msgid "verify commit-msg hook"
10700 msgstr "commit-msg Hook überprüfen"
10702 #: builtin/merge.c:266
10703 msgid "could not run stash."
10704 msgstr "Konnte \"stash\" nicht ausführen."
10706 #: builtin/merge.c:271
10707 msgid "stash failed"
10708 msgstr "\"stash\" fehlgeschlagen"
10710 #: builtin/merge.c:276
10712 msgid "not a valid object: %s"
10713 msgstr "kein gültiges Objekt: %s"
10715 #: builtin/merge.c:298 builtin/merge.c:315
10716 msgid "read-tree failed"
10717 msgstr "read-tree fehlgeschlagen"
10719 #: builtin/merge.c:345
10720 msgid " (nothing to squash)"
10721 msgstr " (nichts zu quetschen)"
10723 #: builtin/merge.c:356
10725 msgid "Squash commit -- not updating HEAD\n"
10726 msgstr "Quetsche Commit -- HEAD wird nicht aktualisiert\n"
10728 #: builtin/merge.c:406
10730 msgid "No merge message -- not updating HEAD\n"
10731 msgstr "Keine Merge-Commit-Beschreibung -- HEAD wird nicht aktualisiert\n"
10733 #: builtin/merge.c:456
10735 msgid "'%s' does not point to a commit"
10736 msgstr "'%s' zeigt auf keinen Commit"
10738 #: builtin/merge.c:546
10740 msgid "Bad branch.%s.mergeoptions string: %s"
10741 msgstr "Ungültiger branch.%s.mergeoptions String: %s"
10743 #: builtin/merge.c:668
10744 msgid "Not handling anything other than two heads merge."
10745 msgstr "Es wird nur der Merge von zwei Branches behandelt."
10747 #: builtin/merge.c:682
10749 msgid "Unknown option for merge-recursive: -X%s"
10750 msgstr "Unbekannte Option für merge-recursive: -X%s"
10752 #: builtin/merge.c:697
10754 msgid "unable to write %s"
10755 msgstr "konnte %s nicht schreiben"
10757 #: builtin/merge.c:749
10759 msgid "Could not read from '%s'"
10760 msgstr "konnte nicht von '%s' lesen"
10762 #: builtin/merge.c:758
10764 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
10766 "Merge wurde nicht committet; benutzen Sie 'git commit', um den Merge "
10769 #: builtin/merge.c:764
10772 "Please enter a commit message to explain why this merge is necessary,\n"
10773 "especially if it merges an updated upstream into a topic branch.\n"
10775 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
10778 "Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser\n"
10779 "Merge erforderlich ist, insbesondere wenn es einen aktualisierten\n"
10780 "Upstream-Branch mit einem Thema-Branch zusammenführt.\n"
10782 "Zeilen beginnend mit '%c' werden ignoriert, und eine leere Beschreibung\n"
10783 "bricht den Commit ab.\n"
10785 #: builtin/merge.c:800
10786 msgid "Empty commit message."
10787 msgstr "Leere Commit-Beschreibung"
10789 #: builtin/merge.c:820
10791 msgid "Wonderful.\n"
10792 msgstr "Wunderbar.\n"
10794 #: builtin/merge.c:873
10796 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
10798 "Automatischer Merge fehlgeschlagen; beheben Sie die Konflikte und committen "
10799 "Sie dann das Ergebnis.\n"
10801 #: builtin/merge.c:912
10802 msgid "No current branch."
10803 msgstr "Sie befinden sich auf keinem Branch."
10805 #: builtin/merge.c:914
10806 msgid "No remote for the current branch."
10807 msgstr "Kein Remote-Repository für den aktuellen Branch."
10809 #: builtin/merge.c:916
10810 msgid "No default upstream defined for the current branch."
10812 "Es ist kein Standard-Upstream-Branch für den aktuellen Branch definiert."
10814 #: builtin/merge.c:921
10816 msgid "No remote-tracking branch for %s from %s"
10817 msgstr "Kein Remote-Tracking-Branch für %s von %s"
10819 #: builtin/merge.c:974
10821 msgid "Bad value '%s' in environment '%s'"
10822 msgstr "Fehlerhafter Wert '%s' in Umgebungsvariable '%s'"
10824 #: builtin/merge.c:1076
10826 msgid "not something we can merge in %s: %s"
10827 msgstr "nichts was wir in %s zusammenführen können: %s"
10829 #: builtin/merge.c:1110
10830 msgid "not something we can merge"
10831 msgstr "nichts was wir zusammenführen können"
10833 #: builtin/merge.c:1212
10834 msgid "--abort expects no arguments"
10835 msgstr "--abort akzeptiert keine Argumente"
10837 #: builtin/merge.c:1216
10838 msgid "There is no merge to abort (MERGE_HEAD missing)."
10839 msgstr "Es gibt keinen Merge abzubrechen (MERGE_HEAD fehlt)"
10841 #: builtin/merge.c:1228
10842 msgid "--continue expects no arguments"
10843 msgstr "--continue erwartet keine Argumente"
10845 #: builtin/merge.c:1232
10846 msgid "There is no merge in progress (MERGE_HEAD missing)."
10847 msgstr "Es ist kein Merge im Gange (MERGE_HEAD fehlt)."
10849 #: builtin/merge.c:1248
10851 "You have not concluded your merge (MERGE_HEAD exists).\n"
10852 "Please, commit your changes before you merge."
10854 "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"
10855 "Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."
10857 #: builtin/merge.c:1255
10859 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
10860 "Please, commit your changes before you merge."
10862 "Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert).\n"
10863 "Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."
10865 #: builtin/merge.c:1258
10866 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
10868 "Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert)."
10870 #: builtin/merge.c:1267
10871 msgid "You cannot combine --squash with --no-ff."
10872 msgstr "Sie können --squash nicht mit --no-ff kombinieren."
10874 #: builtin/merge.c:1275
10875 msgid "No commit specified and merge.defaultToUpstream not set."
10876 msgstr "Kein Commit angegeben und merge.defaultToUpstream ist nicht gesetzt."
10878 #: builtin/merge.c:1292
10879 msgid "Squash commit into empty head not supported yet"
10881 "Bin auf einem Commit, der noch geboren wird; kann \"squash\" nicht ausführen."
10883 #: builtin/merge.c:1294
10884 msgid "Non-fast-forward commit does not make sense into an empty head"
10886 "Nicht vorzuspulender Commit kann nicht in einem leeren Branch verwendet "
10889 #: builtin/merge.c:1299
10891 msgid "%s - not something we can merge"
10892 msgstr "%s - nichts was wir zusammenführen können"
10894 #: builtin/merge.c:1301
10895 msgid "Can merge only exactly one commit into empty head"
10896 msgstr "Kann nur exakt einen Commit in einem leeren Branch zusammenführen."
10898 #: builtin/merge.c:1335
10900 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10902 "Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."
10904 #: builtin/merge.c:1338
10906 msgid "Commit %s has a bad GPG signature allegedly by %s."
10907 msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."
10909 #: builtin/merge.c:1341
10911 msgid "Commit %s does not have a GPG signature."
10912 msgstr "Commit %s hat keine GPG-Signatur."
10914 #: builtin/merge.c:1344
10916 msgid "Commit %s has a good GPG signature by %s\n"
10917 msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"
10919 #: builtin/merge.c:1403
10920 msgid "refusing to merge unrelated histories"
10921 msgstr "Verweigere den Merge von nicht zusammenhängenden Historien."
10923 #: builtin/merge.c:1412
10924 msgid "Already up to date."
10925 msgstr "Bereits aktuell."
10927 #: builtin/merge.c:1422
10929 msgid "Updating %s..%s\n"
10930 msgstr "Aktualisiere %s..%s\n"
10932 #: builtin/merge.c:1463
10934 msgid "Trying really trivial in-index merge...\n"
10935 msgstr "Probiere wirklich trivialen \"in-index\"-Merge ...\n"
10937 #: builtin/merge.c:1470
10942 #: builtin/merge.c:1495
10943 msgid "Already up to date. Yeeah!"
10944 msgstr "Bereits aktuell."
10946 #: builtin/merge.c:1501
10947 msgid "Not possible to fast-forward, aborting."
10948 msgstr "Vorspulen nicht möglich, breche ab."
10950 #: builtin/merge.c:1524 builtin/merge.c:1603
10952 msgid "Rewinding the tree to pristine...\n"
10953 msgstr "Rücklauf des Verzeichnisses bis zum Ursprung ...\n"
10955 #: builtin/merge.c:1528
10957 msgid "Trying merge strategy %s...\n"
10958 msgstr "Probiere Merge-Strategie %s ...\n"
10960 #: builtin/merge.c:1594
10962 msgid "No merge strategy handled the merge.\n"
10963 msgstr "Keine Merge-Strategie behandelt diesen Merge.\n"
10965 #: builtin/merge.c:1596
10967 msgid "Merge with strategy %s failed.\n"
10968 msgstr "Merge mit Strategie %s fehlgeschlagen.\n"
10970 #: builtin/merge.c:1605
10972 msgid "Using the %s to prepare resolving by hand.\n"
10973 msgstr "Benutzen Sie \"%s\", um die Auflösung per Hand vorzubereiten.\n"
10975 #: builtin/merge.c:1617
10977 msgid "Automatic merge went well; stopped before committing as requested\n"
10979 "Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an\n"
10981 #: builtin/merge-base.c:30
10982 msgid "git merge-base [-a | --all] <commit> <commit>..."
10983 msgstr "git merge-base [-a | --all] <Commit> <Commit>..."
10985 #: builtin/merge-base.c:31
10986 msgid "git merge-base [-a | --all] --octopus <commit>..."
10987 msgstr "git merge-base [-a | --all] --octopus <Commit>..."
10989 #: builtin/merge-base.c:32
10990 msgid "git merge-base --independent <commit>..."
10991 msgstr "git merge-base --independent <Commit>..."
10993 #: builtin/merge-base.c:33
10994 msgid "git merge-base --is-ancestor <commit> <commit>"
10995 msgstr "git merge-base --is-ancestor <Commit> <Commit>"
10997 #: builtin/merge-base.c:34
10998 msgid "git merge-base --fork-point <ref> [<commit>]"
10999 msgstr "git merge-base --fork-point <Referenz> [<Commit>]"
11001 #: builtin/merge-base.c:220
11002 msgid "output all common ancestors"
11003 msgstr "Ausgabe aller gemeinsamen Vorgänger-Commits"
11005 #: builtin/merge-base.c:222
11006 msgid "find ancestors for a single n-way merge"
11007 msgstr "Vorgänger-Commits für einen einzelnen n-Wege-Merge finden"
11009 #: builtin/merge-base.c:224
11010 msgid "list revs not reachable from others"
11011 msgstr "Commits auflisten, die nicht durch Andere erreichbar sind"
11013 #: builtin/merge-base.c:226
11014 msgid "is the first one ancestor of the other?"
11015 msgstr "ist der Erste ein Vorgänger-Commit des Anderen?"
11017 #: builtin/merge-base.c:228
11018 msgid "find where <commit> forked from reflog of <ref>"
11019 msgstr "<Commit> finden, von wo Reflog von <Referenz> abgespalten wurde"
11021 #: builtin/merge-file.c:9
11023 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
11024 "<orig-file> <file2>"
11026 "git merge-file [<Optionen>] [-L <Name1> [-L <orig> [-L <Name2>]]] <Datei1> "
11027 "<orig-Datei> <Datei2>"
11029 #: builtin/merge-file.c:33
11030 msgid "send results to standard output"
11031 msgstr "Ergebnisse zur Standard-Ausgabe senden"
11033 #: builtin/merge-file.c:34
11034 msgid "use a diff3 based merge"
11035 msgstr "einen diff3 basierten Merge verwenden"
11037 #: builtin/merge-file.c:35
11038 msgid "for conflicts, use our version"
11039 msgstr "bei Konflikten unsere Variante verwenden"
11041 #: builtin/merge-file.c:37
11042 msgid "for conflicts, use their version"
11043 msgstr "bei Konflikten ihre Variante verwenden"
11045 #: builtin/merge-file.c:39
11046 msgid "for conflicts, use a union version"
11047 msgstr "bei Konflikten eine gemeinsame Variante verwenden"
11049 #: builtin/merge-file.c:42
11050 msgid "for conflicts, use this marker size"
11051 msgstr "bei Konflikten diese Kennzeichnungslänge verwenden"
11053 #: builtin/merge-file.c:43
11054 msgid "do not warn about conflicts"
11055 msgstr "keine Warnung bei Konflikten"
11057 #: builtin/merge-file.c:45
11058 msgid "set labels for file1/orig-file/file2"
11059 msgstr "Beschriftung für Datei1/orig-Datei/Datei2 setzen"
11061 #: builtin/merge-recursive.c:45
11063 msgid "unknown option %s"
11064 msgstr "unbekannte Option: %s"
11066 #: builtin/merge-recursive.c:51
11068 msgid "could not parse object '%s'"
11069 msgstr "Konnte Objekt '%s' nicht parsen."
11071 #: builtin/merge-recursive.c:55
11073 msgid "cannot handle more than %d base. Ignoring %s."
11074 msgid_plural "cannot handle more than %d bases. Ignoring %s."
11075 msgstr[0] "kann nicht mit mehr als %d Merge-Basis umgehen. Ignoriere %s."
11076 msgstr[1] "kann nicht mit mehr als %d Merge-Basen umgehen. Ignoriere %s."
11078 #: builtin/merge-recursive.c:63
11079 msgid "not handling anything other than two heads merge."
11080 msgstr "Es wird nur der Merge von zwei Branches behandelt."
11082 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
11084 msgid "could not resolve ref '%s'"
11085 msgstr "Konnte Referenz '%s' nicht auflösen"
11087 #: builtin/merge-recursive.c:77
11089 msgid "Merging %s with %s\n"
11090 msgstr "Führe %s mit %s zusammen\n"
11092 #: builtin/mktree.c:65
11093 msgid "git mktree [-z] [--missing] [--batch]"
11094 msgstr "git mktree [-z] [--missing] [--batch]"
11096 #: builtin/mktree.c:153
11097 msgid "input is NUL terminated"
11098 msgstr "Eingabe ist durch NUL-Zeichen abgeschlossen"
11100 #: builtin/mktree.c:154 builtin/write-tree.c:25
11101 msgid "allow missing objects"
11102 msgstr "fehlende Objekte erlauben"
11104 #: builtin/mktree.c:155
11105 msgid "allow creation of more than one tree"
11106 msgstr "die Erstellung von mehr als einem \"Tree\"-Objekt erlauben"
11109 msgid "git mv [<options>] <source>... <destination>"
11110 msgstr "git mv [<Optionen>] <Quelle>... <Ziel>"
11114 msgid "Directory %s is in index and no submodule?"
11115 msgstr "Verzeichnis %s ist zum Commit vorgemerkt und kein Submodul?"
11117 #: builtin/mv.c:85 builtin/rm.c:289
11118 msgid "Please stage your changes to .gitmodules or stash them to proceed"
11120 "Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "
11122 "Sie \"stash\", um fortzufahren."
11124 #: builtin/mv.c:103
11126 msgid "%.*s is in index"
11127 msgstr "%.*s ist zum Commit vorgemerkt"
11129 #: builtin/mv.c:125
11130 msgid "force move/rename even if target exists"
11131 msgstr "Verschieben/Umbenennen erzwingen, auch wenn das Ziel existiert"
11133 #: builtin/mv.c:127
11134 msgid "skip move/rename errors"
11135 msgstr "Fehler beim Verschieben oder Umbenennen überspringen"
11137 #: builtin/mv.c:168
11139 msgid "destination '%s' is not a directory"
11140 msgstr "Ziel '%s' ist kein Verzeichnis"
11142 #: builtin/mv.c:179
11144 msgid "Checking rename of '%s' to '%s'\n"
11145 msgstr "Prüfe Umbenennung von '%s' nach '%s'\n"
11147 #: builtin/mv.c:183
11149 msgstr "ungültige Quelle"
11151 #: builtin/mv.c:186
11152 msgid "can not move directory into itself"
11153 msgstr "kann Verzeichnis nicht in sich selbst verschieben"
11155 #: builtin/mv.c:189
11156 msgid "cannot move directory over file"
11157 msgstr "kann Verzeichnis nicht über Datei verschieben"
11159 #: builtin/mv.c:198
11160 msgid "source directory is empty"
11161 msgstr "Quellverzeichnis ist leer"
11163 #: builtin/mv.c:223
11164 msgid "not under version control"
11165 msgstr "nicht unter Versionskontrolle"
11167 #: builtin/mv.c:226
11168 msgid "destination exists"
11169 msgstr "Ziel existiert bereits"
11171 #: builtin/mv.c:234
11173 msgid "overwriting '%s'"
11174 msgstr "überschreibe '%s'"
11176 #: builtin/mv.c:237
11177 msgid "Cannot overwrite"
11178 msgstr "Kann nicht überschreiben"
11180 #: builtin/mv.c:240
11181 msgid "multiple sources for the same target"
11182 msgstr "mehrere Quellen für dasselbe Ziel"
11184 #: builtin/mv.c:242
11185 msgid "destination directory does not exist"
11186 msgstr "Zielverzeichnis existiert nicht"
11188 #: builtin/mv.c:249
11190 msgid "%s, source=%s, destination=%s"
11191 msgstr "%s, Quelle=%s, Ziel=%s"
11193 #: builtin/mv.c:270
11195 msgid "Renaming %s to %s\n"
11196 msgstr "Benenne %s nach %s um\n"
11198 #: builtin/mv.c:276 builtin/remote.c:712 builtin/repack.c:394
11200 msgid "renaming '%s' failed"
11201 msgstr "Umbenennung von '%s' fehlgeschlagen"
11203 #: builtin/name-rev.c:338
11204 msgid "git name-rev [<options>] <commit>..."
11205 msgstr "git name-rev [<Optionen>] <Commit>..."
11207 #: builtin/name-rev.c:339
11208 msgid "git name-rev [<options>] --all"
11209 msgstr "git name-rev [<Optionen>] --all"
11211 #: builtin/name-rev.c:340
11212 msgid "git name-rev [<options>] --stdin"
11213 msgstr "git name-rev [<Optionen>] --stdin"
11215 #: builtin/name-rev.c:395
11216 msgid "print only names (no SHA-1)"
11217 msgstr "nur Namen anzeigen (keine SHA-1)"
11219 #: builtin/name-rev.c:396
11220 msgid "only use tags to name the commits"
11221 msgstr "nur Tags verwenden, um die Commits zu benennen"
11223 #: builtin/name-rev.c:398
11224 msgid "only use refs matching <pattern>"
11225 msgstr "nur Referenzen verwenden, die <Muster> entsprechen"
11227 #: builtin/name-rev.c:400
11228 msgid "ignore refs matching <pattern>"
11229 msgstr "ignoriere Referenzen die <Muster> entsprechen"
11231 #: builtin/name-rev.c:402
11232 msgid "list all commits reachable from all refs"
11233 msgstr "alle Commits auflisten, die von allen Referenzen erreichbar sind"
11235 #: builtin/name-rev.c:403
11236 msgid "read from stdin"
11237 msgstr "von der Standard-Eingabe lesen"
11239 #: builtin/name-rev.c:404
11240 msgid "allow to print `undefined` names (default)"
11241 msgstr "Ausgabe von `undefinierten` Namen erlauben (Standard)"
11243 #: builtin/name-rev.c:410
11244 msgid "dereference tags in the input (internal use)"
11245 msgstr "Tags in der Eingabe dereferenzieren (interne Verwendung)"
11247 #: builtin/notes.c:26
11248 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
11249 msgstr "git notes [--ref <Notiz-Referenz>] [list [<Objekt>]]"
11251 #: builtin/notes.c:27
11253 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
11254 "| (-c | -C) <object>] [<object>]"
11256 "git notes [--ref <Notiz-Referenz>] add [-f] [--allow-empty] [-m "
11257 "<Beschreibung> | -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"
11259 #: builtin/notes.c:28
11260 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
11262 "git notes [--ref <Notiz-Referenz>] copy [-f] <von-Objekt> <nach-Objekt>"
11264 #: builtin/notes.c:29
11266 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
11267 "(-c | -C) <object>] [<object>]"
11269 "git notes [--ref <Notiz-Referenz>] append [--allow-empty] [-m <Beschreibung> "
11270 "| -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"
11272 #: builtin/notes.c:30
11273 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
11274 msgstr "git notes [--ref <Notiz-Referenz>] edit [--allow-empty] [<Objekt>]"
11276 #: builtin/notes.c:31
11277 msgid "git notes [--ref <notes-ref>] show [<object>]"
11278 msgstr "git notes [--ref <Notiz-Referenz>] show [<Objekt>]"
11280 #: builtin/notes.c:32
11282 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
11284 "git notes [--ref <Notiz-Referenz>] merge [-v | -q] [-s <Strategie>] <Notiz-"
11287 #: builtin/notes.c:33
11288 msgid "git notes merge --commit [-v | -q]"
11289 msgstr "git notes merge --commit [-v | -q]"
11291 #: builtin/notes.c:34
11292 msgid "git notes merge --abort [-v | -q]"
11293 msgstr "git notes merge --abort [-v | -q]"
11295 #: builtin/notes.c:35
11296 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
11297 msgstr "git notes [--ref <Notiz-Referenz>] remove [<Objekt>...]"
11299 #: builtin/notes.c:36
11300 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
11301 msgstr "git notes [--ref <Notiz-Referenz>] prune [-n] [-v]"
11303 #: builtin/notes.c:37
11304 msgid "git notes [--ref <notes-ref>] get-ref"
11305 msgstr "git notes [--ref <Notiz-Referenz>] get-ref"
11307 #: builtin/notes.c:42
11308 msgid "git notes [list [<object>]]"
11309 msgstr "git notes [list [<Objekt>]]"
11311 #: builtin/notes.c:47
11312 msgid "git notes add [<options>] [<object>]"
11313 msgstr "git notes add [<Optionen>] [<Objekt>]"
11315 #: builtin/notes.c:52
11316 msgid "git notes copy [<options>] <from-object> <to-object>"
11317 msgstr "git notes copy [<Optionen>] <von-Objekt> <nach-Objekt>"
11319 #: builtin/notes.c:53
11320 msgid "git notes copy --stdin [<from-object> <to-object>]..."
11321 msgstr "git notes copy --stdin [<von-Objekt> <nach-Objekt>]..."
11323 #: builtin/notes.c:58
11324 msgid "git notes append [<options>] [<object>]"
11325 msgstr "git notes append [<Optionen>] [<Objekt>]"
11327 #: builtin/notes.c:63
11328 msgid "git notes edit [<object>]"
11329 msgstr "git notes edit [<Objekt>]"
11331 #: builtin/notes.c:68
11332 msgid "git notes show [<object>]"
11333 msgstr "git notes show [<Objekt>]"
11335 #: builtin/notes.c:73
11336 msgid "git notes merge [<options>] <notes-ref>"
11337 msgstr "git notes merge [<Optionen>] <Notiz-Referenz>"
11339 #: builtin/notes.c:74
11340 msgid "git notes merge --commit [<options>]"
11341 msgstr "git notes merge --commit [<Optionen>]"
11343 #: builtin/notes.c:75
11344 msgid "git notes merge --abort [<options>]"
11345 msgstr "git notes merge --abort [<Optionen>]"
11347 #: builtin/notes.c:80
11348 msgid "git notes remove [<object>]"
11349 msgstr "git notes remove [<Objekt>]"
11351 #: builtin/notes.c:85
11352 msgid "git notes prune [<options>]"
11353 msgstr "git notes prune [<Optionen>]"
11355 #: builtin/notes.c:90
11356 msgid "git notes get-ref"
11357 msgstr "git notes get-ref"
11359 #: builtin/notes.c:95
11360 msgid "Write/edit the notes for the following object:"
11361 msgstr "Schreiben/Bearbeiten der Notizen für das folgende Objekt:"
11363 #: builtin/notes.c:148
11365 msgid "unable to start 'show' for object '%s'"
11366 msgstr "konnte 'show' für Objekt '%s' nicht starten"
11368 #: builtin/notes.c:152
11369 msgid "could not read 'show' output"
11370 msgstr "Konnte Ausgabe von 'show' nicht lesen."
11372 #: builtin/notes.c:160
11374 msgid "failed to finish 'show' for object '%s'"
11375 msgstr "konnte 'show' für Objekt '%s' nicht abschließen"
11377 #: builtin/notes.c:195
11378 msgid "please supply the note contents using either -m or -F option"
11380 "Bitte liefern Sie die Notiz-Inhalte unter Verwendung der Option -m oder -F."
11382 #: builtin/notes.c:204
11383 msgid "unable to write note object"
11384 msgstr "Konnte Notiz-Objekt nicht schreiben"
11386 #: builtin/notes.c:206
11388 msgid "the note contents have been left in %s"
11389 msgstr "Die Notiz-Inhalte wurden in %s belassen."
11391 #: builtin/notes.c:234 builtin/tag.c:506
11393 msgid "cannot read '%s'"
11394 msgstr "kann '%s' nicht lesen"
11396 #: builtin/notes.c:236 builtin/tag.c:509
11398 msgid "could not open or read '%s'"
11399 msgstr "konnte '%s' nicht öffnen oder lesen"
11401 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
11402 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
11403 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
11405 msgid "failed to resolve '%s' as a valid ref."
11406 msgstr "Konnte '%s' nicht als gültige Referenz auflösen."
11408 #: builtin/notes.c:258
11410 msgid "failed to read object '%s'."
11411 msgstr "Fehler beim Lesen des Objektes '%s'."
11413 #: builtin/notes.c:262
11415 msgid "cannot read note data from non-blob object '%s'."
11416 msgstr "Kann Notiz-Daten nicht von Nicht-Blob Objekt '%s' lesen."
11418 #: builtin/notes.c:302
11420 msgid "malformed input line: '%s'."
11421 msgstr "Fehlerhafte Eingabezeile: '%s'."
11423 #: builtin/notes.c:317
11425 msgid "failed to copy notes from '%s' to '%s'"
11426 msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"
11428 #. TRANSLATORS: the first %s will be replaced by a git
11429 #. notes command: 'add', 'merge', 'remove', etc.
11431 #: builtin/notes.c:349
11433 msgid "refusing to %s notes in %s (outside of refs/notes/)"
11435 "Ausführung von %s auf Notizen in %s (außerhalb von refs/notes/) "
11438 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
11439 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
11440 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
11441 msgid "too many parameters"
11442 msgstr "zu viele Parameter"
11444 #: builtin/notes.c:382 builtin/notes.c:668
11446 msgid "no note found for object %s."
11447 msgstr "Keine Notiz für Objekt %s gefunden."
11449 #: builtin/notes.c:403 builtin/notes.c:566
11450 msgid "note contents as a string"
11451 msgstr "Notizinhalte als Zeichenkette"
11453 #: builtin/notes.c:406 builtin/notes.c:569
11454 msgid "note contents in a file"
11455 msgstr "Notizinhalte in einer Datei"
11457 #: builtin/notes.c:409 builtin/notes.c:572
11458 msgid "reuse and edit specified note object"
11459 msgstr "Wiederverwendung und Bearbeitung des angegebenen Notiz-Objektes"
11461 #: builtin/notes.c:412 builtin/notes.c:575
11462 msgid "reuse specified note object"
11463 msgstr "Wiederverwendung des angegebenen Notiz-Objektes"
11465 #: builtin/notes.c:415 builtin/notes.c:578
11466 msgid "allow storing empty note"
11467 msgstr "Speichern leerer Notiz erlauben"
11469 #: builtin/notes.c:416 builtin/notes.c:487
11470 msgid "replace existing notes"
11471 msgstr "existierende Notizen ersetzen"
11473 #: builtin/notes.c:441
11476 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
11479 "Konnte Notizen nicht hinzufügen. Existierende Notizen für Objekt %s "
11480 "gefunden. Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."
11482 #: builtin/notes.c:456 builtin/notes.c:535
11484 msgid "Overwriting existing notes for object %s\n"
11485 msgstr "Überschreibe existierende Notizen für Objekt %s\n"
11487 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
11489 msgid "Removing note for object %s\n"
11490 msgstr "Entferne Notiz für Objekt %s\n"
11492 #: builtin/notes.c:488
11493 msgid "read objects from stdin"
11494 msgstr "Objekte von der Standard-Eingabe lesen"
11496 #: builtin/notes.c:490
11497 msgid "load rewriting config for <command> (implies --stdin)"
11499 "Konfiguration für <Befehl> zum Umschreiben von Commits laden (impliziert --"
11502 #: builtin/notes.c:508
11503 msgid "too few parameters"
11504 msgstr "zu wenig Parameter"
11506 #: builtin/notes.c:529
11509 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
11512 "Kann Notizen nicht kopieren. Existierende Notizen für Objekt %s gefunden. "
11513 "Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."
11515 #: builtin/notes.c:541
11517 msgid "missing notes on source object %s. Cannot copy."
11518 msgstr "Keine Notizen für Quell-Objekt %s. Kopie nicht möglich."
11520 #: builtin/notes.c:593
11523 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
11524 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
11526 "Die Optionen -m/-F/-c/-C sind für den Unterbefehl 'edit' veraltet.\n"
11527 "Bitte benutzen Sie stattdessen 'git notes add -f -m/-F/-c/-C'.\n"
11529 #: builtin/notes.c:688
11530 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
11531 msgstr "Fehler beim Löschen der Referenz NOTES_MERGE_PARTIAL"
11533 #: builtin/notes.c:690
11534 msgid "failed to delete ref NOTES_MERGE_REF"
11535 msgstr "Fehler beim Löschen der Referenz NOTES_MERGE_REF"
11537 #: builtin/notes.c:692
11538 msgid "failed to remove 'git notes merge' worktree"
11539 msgstr "Fehler beim Löschen des Arbeitsverzeichnisses von 'git notes merge'."
11541 #: builtin/notes.c:712
11542 msgid "failed to read ref NOTES_MERGE_PARTIAL"
11543 msgstr "Fehler beim Lesen der Referenz NOTES_MERGE_PARTIAL"
11545 #: builtin/notes.c:714
11546 msgid "could not find commit from NOTES_MERGE_PARTIAL."
11547 msgstr "Konnte Commit von NOTES_MERGE_PARTIAL nicht finden."
11549 #: builtin/notes.c:716
11550 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
11551 msgstr "Konnte Commit von NOTES_MERGE_PARTIAL nicht parsen."
11553 #: builtin/notes.c:729
11554 msgid "failed to resolve NOTES_MERGE_REF"
11555 msgstr "Fehler beim Auflösen von NOTES_MERGE_REF"
11557 #: builtin/notes.c:732
11558 msgid "failed to finalize notes merge"
11559 msgstr "Fehler beim Abschließen der Zusammenführung der Notizen."
11561 #: builtin/notes.c:758
11563 msgid "unknown notes merge strategy %s"
11564 msgstr "unbekannte Merge-Strategie '%s' für Notizen"
11566 #: builtin/notes.c:774
11567 msgid "General options"
11568 msgstr "Allgemeine Optionen"
11570 #: builtin/notes.c:776
11571 msgid "Merge options"
11572 msgstr "Merge-Optionen"
11574 #: builtin/notes.c:778
11576 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
11579 "löst Konflikte bei Notizen mit der angegebenen Strategie auf (manual/ours/"
11580 "theirs/union/cat_sort_uniq)"
11582 #: builtin/notes.c:780
11583 msgid "Committing unmerged notes"
11584 msgstr "nicht zusammengeführte Notizen eintragen"
11586 #: builtin/notes.c:782
11587 msgid "finalize notes merge by committing unmerged notes"
11589 "Merge von Notizen abschließen, in dem nicht zusammengeführte Notizen "
11592 #: builtin/notes.c:784
11593 msgid "Aborting notes merge resolution"
11594 msgstr "Konfliktauflösung beim Merge von Notizen abbrechen"
11596 #: builtin/notes.c:786
11597 msgid "abort notes merge"
11598 msgstr "Merge von Notizen abbrechen"
11600 #: builtin/notes.c:797
11601 msgid "cannot mix --commit, --abort or -s/--strategy"
11602 msgstr "Kann --commit, --abort oder -s/--strategy nicht kombinieren."
11604 #: builtin/notes.c:802
11605 msgid "must specify a notes ref to merge"
11606 msgstr "Sie müssen eine Notiz-Referenz zum Mergen angeben."
11608 #: builtin/notes.c:826
11610 msgid "unknown -s/--strategy: %s"
11611 msgstr "Unbekannter Wert für -s/--strategy: %s"
11613 #: builtin/notes.c:863
11615 msgid "a notes merge into %s is already in-progress at %s"
11616 msgstr "Ein Merge von Notizen nach %s ist bereits im Gange bei %s"
11618 #: builtin/notes.c:866
11620 msgid "failed to store link to current notes ref (%s)"
11622 "Fehler beim Speichern der Verknüpfung zur aktuellen Notes-Referenz (%s)"
11624 #: builtin/notes.c:868
11627 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
11628 "'git notes merge --commit', or abort the merge with 'git notes merge --"
11631 "Automatisches Zusammenführen der Notizen fehlgeschlagen. Beheben Sie die\n"
11632 "Konflikte in %s und committen Sie das Ergebnis mit 'git notes merge --"
11634 "oder brechen Sie den Merge mit 'git notes merge --abort' ab.\n"
11636 #: builtin/notes.c:890
11638 msgid "Object %s has no note\n"
11639 msgstr "Objekt %s hat keine Notiz\n"
11641 #: builtin/notes.c:902
11642 msgid "attempt to remove non-existent note is not an error"
11643 msgstr "der Versuch, eine nicht existierende Notiz zu löschen, ist kein Fehler"
11645 #: builtin/notes.c:905
11646 msgid "read object names from the standard input"
11647 msgstr "Objektnamen von der Standard-Eingabe lesen"
11649 #: builtin/notes.c:943 builtin/prune.c:106 builtin/worktree.c:160
11650 msgid "do not remove, show only"
11651 msgstr "nicht löschen, nur anzeigen"
11653 #: builtin/notes.c:944
11654 msgid "report pruned notes"
11655 msgstr "gelöschte Notizen melden"
11657 #: builtin/notes.c:986
11659 msgstr "Notiz-Referenz"
11661 #: builtin/notes.c:987
11662 msgid "use notes from <notes-ref>"
11663 msgstr "Notizen von <Notiz-Referenz> verwenden"
11665 #: builtin/notes.c:1022
11667 msgid "unknown subcommand: %s"
11668 msgstr "Unbekannter Unterbefehl: %s"
11670 #: builtin/pack-objects.c:33
11672 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
11674 "git pack-objects --stdout [<Optionen>...] [< <Referenzliste> | < "
11677 #: builtin/pack-objects.c:34
11679 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
11681 "git pack-objects [<Optionen>...] <Basis-Name> [< <Referenzliste> | < "
11684 #: builtin/pack-objects.c:195 builtin/pack-objects.c:198
11686 msgid "deflate error (%d)"
11687 msgstr "Fehler beim Komprimieren (%d)"
11689 #: builtin/pack-objects.c:791
11690 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
11692 "Deaktiviere Schreiben der Bitmap, Pakete wurden durch pack.packSizeLimit\n"
11695 #: builtin/pack-objects.c:804
11696 msgid "Writing objects"
11697 msgstr "Schreibe Objekte"
11699 #: builtin/pack-objects.c:1084
11700 msgid "disabling bitmap writing, as some objects are not being packed"
11702 "Deaktiviere Schreiben der Bitmap, da einige Objekte nicht in eine Pack-"
11704 "geschrieben wurden."
11706 #: builtin/pack-objects.c:2454
11707 msgid "Compressing objects"
11708 msgstr "Komprimiere Objekte"
11710 #: builtin/pack-objects.c:2625
11711 msgid "invalid value for --missing"
11712 msgstr "Ungültiger Wert für --missing."
11714 #: builtin/pack-objects.c:2928
11716 msgid "unsupported index version %s"
11717 msgstr "Nicht unterstützte Index-Version %s"
11719 #: builtin/pack-objects.c:2932
11721 msgid "bad index version '%s'"
11722 msgstr "Ungültige Index-Version '%s'"
11724 #: builtin/pack-objects.c:2962
11725 msgid "do not show progress meter"
11726 msgstr "keine Fortschrittsanzeige anzeigen"
11728 #: builtin/pack-objects.c:2964
11729 msgid "show progress meter"
11730 msgstr "Fortschrittsanzeige anzeigen"
11732 #: builtin/pack-objects.c:2966
11733 msgid "show progress meter during object writing phase"
11734 msgstr "Forschrittsanzeige während des Schreibens von Objekten anzeigen"
11736 #: builtin/pack-objects.c:2969
11737 msgid "similar to --all-progress when progress meter is shown"
11738 msgstr "ähnlich zu --all-progress wenn Fortschrittsanzeige darstellt wird"
11740 #: builtin/pack-objects.c:2970
11741 msgid "version[,offset]"
11742 msgstr "version[,offset]"
11744 #: builtin/pack-objects.c:2971
11745 msgid "write the pack index file in the specified idx format version"
11747 "die Index-Datei des Paketes in der angegebenen Indexformat-Version schreiben"
11749 #: builtin/pack-objects.c:2974
11750 msgid "maximum size of each output pack file"
11751 msgstr "maximale Größe für jede ausgegebene Paketdatei"
11753 #: builtin/pack-objects.c:2976
11754 msgid "ignore borrowed objects from alternate object store"
11755 msgstr "geliehene Objekte von alternativem Objektspeicher ignorieren"
11757 #: builtin/pack-objects.c:2978
11758 msgid "ignore packed objects"
11759 msgstr "gepackte Objekte ignorieren"
11761 #: builtin/pack-objects.c:2980
11762 msgid "limit pack window by objects"
11763 msgstr "Paketfenster durch Objekte begrenzen"
11765 #: builtin/pack-objects.c:2982
11766 msgid "limit pack window by memory in addition to object limit"
11768 "Paketfenster, zusätzlich zur Objektbegrenzung, durch Speicher begrenzen"
11770 #: builtin/pack-objects.c:2984
11771 msgid "maximum length of delta chain allowed in the resulting pack"
11773 "maximale Länge der erlaubten Differenzverkettung im resultierenden Paket"
11775 #: builtin/pack-objects.c:2986
11776 msgid "reuse existing deltas"
11777 msgstr "existierende Unterschiede wiederverwenden"
11779 #: builtin/pack-objects.c:2988
11780 msgid "reuse existing objects"
11781 msgstr "existierende Objekte wiederverwenden"
11783 #: builtin/pack-objects.c:2990
11784 msgid "use OFS_DELTA objects"
11785 msgstr "OFS_DELTA Objekte verwenden"
11787 #: builtin/pack-objects.c:2992
11788 msgid "use threads when searching for best delta matches"
11790 "Threads bei der Suche nach den besten Übereinstimmungen bei Unterschieden "
11793 #: builtin/pack-objects.c:2994
11794 msgid "do not create an empty pack output"
11795 msgstr "keine leeren Pakete erzeugen"
11797 #: builtin/pack-objects.c:2996
11798 msgid "read revision arguments from standard input"
11799 msgstr "Argumente bezüglich Commits von der Standard-Eingabe lesen"
11801 #: builtin/pack-objects.c:2998
11802 msgid "limit the objects to those that are not yet packed"
11803 msgstr "die Objekte zu solchen, die noch nicht gepackt wurden, begrenzen"
11805 #: builtin/pack-objects.c:3001
11806 msgid "include objects reachable from any reference"
11807 msgstr "Objekte einschließen, die von jeder Referenz erreichbar sind"
11809 #: builtin/pack-objects.c:3004
11810 msgid "include objects referred by reflog entries"
11812 "Objekte einschließen, die von Einträgen des Reflogs referenziert werden"
11814 #: builtin/pack-objects.c:3007
11815 msgid "include objects referred to by the index"
11816 msgstr "Objekte einschließen, die vom Index referenziert werden"
11818 #: builtin/pack-objects.c:3010
11819 msgid "output pack to stdout"
11820 msgstr "Paket in die Standard-Ausgabe schreiben"
11822 #: builtin/pack-objects.c:3012
11823 msgid "include tag objects that refer to objects to be packed"
11824 msgstr "Tag-Objekte einschließen, die auf gepackte Objekte referenzieren"
11826 #: builtin/pack-objects.c:3014
11827 msgid "keep unreachable objects"
11828 msgstr "nicht erreichbare Objekte behalten"
11830 #: builtin/pack-objects.c:3016
11831 msgid "pack loose unreachable objects"
11832 msgstr "nicht erreichbare lose Objekte packen"
11834 #: builtin/pack-objects.c:3018
11835 msgid "unpack unreachable objects newer than <time>"
11836 msgstr "nicht erreichbare Objekte entpacken, die neuer als <Zeit> sind"
11838 #: builtin/pack-objects.c:3021
11839 msgid "create thin packs"
11840 msgstr "dünnere Pakete erzeugen"
11842 #: builtin/pack-objects.c:3023
11843 msgid "create packs suitable for shallow fetches"
11845 "Pakete geeignet für Abholung mit unvollständiger Historie (shallow) erzeugen"
11847 #: builtin/pack-objects.c:3025
11848 msgid "ignore packs that have companion .keep file"
11849 msgstr "Pakete ignorieren, die .keep Dateien haben"
11851 #: builtin/pack-objects.c:3027
11852 msgid "pack compression level"
11853 msgstr "Komprimierungsgrad für Paketierung"
11855 #: builtin/pack-objects.c:3029
11856 msgid "do not hide commits by grafts"
11857 msgstr "keine künstlichen Vorgänger-Commits (\"grafts\") verbergen"
11859 #: builtin/pack-objects.c:3031
11860 msgid "use a bitmap index if available to speed up counting objects"
11862 "Bitmap-Index (falls verfügbar) zur Optimierung der Objektzählung benutzen"
11864 #: builtin/pack-objects.c:3033
11865 msgid "write a bitmap index together with the pack index"
11866 msgstr "Bitmap-Index zusammen mit Pack-Index schreiben"
11868 #: builtin/pack-objects.c:3036
11869 msgid "handling for missing objects"
11870 msgstr "Behandlung für fehlende Objekte"
11872 #: builtin/pack-objects.c:3039
11873 msgid "do not pack objects in promisor packfiles"
11874 msgstr "keine Objekte aus Packdateien von partiell geklonten Remote-Repositories packen"
11876 #: builtin/pack-objects.c:3178
11877 msgid "Counting objects"
11878 msgstr "Zähle Objekte"
11880 #: builtin/pack-refs.c:6
11881 msgid "git pack-refs [<options>]"
11882 msgstr "git pack-refs [<Optionen>]"
11884 #: builtin/pack-refs.c:14
11885 msgid "pack everything"
11886 msgstr "alles packen"
11888 #: builtin/pack-refs.c:15
11889 msgid "prune loose refs (default)"
11890 msgstr "lose Referenzen entfernen (Standard)"
11892 #: builtin/prune-packed.c:8
11893 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
11894 msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
11896 #: builtin/prune-packed.c:41
11897 msgid "Removing duplicate objects"
11898 msgstr "Lösche doppelte Objekte"
11900 #: builtin/prune.c:11
11901 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
11902 msgstr "git prune [-n] [-v] [--progress] [--expire <Zeit>] [--] [<Branch>...]"
11904 #: builtin/prune.c:107
11905 msgid "report pruned objects"
11906 msgstr "gelöschte Objekte melden"
11908 #: builtin/prune.c:110
11909 msgid "expire objects older than <time>"
11910 msgstr "Objekte älter als <Zeit> verfallen lassen"
11912 #: builtin/prune.c:112
11913 msgid "limit traversal to objects outside promisor packfiles"
11914 msgstr "Traversierung auf Objekte außerhalb von Packdateien aus partiell geklonten Remote-Repositories einschränken"
11916 #: builtin/prune.c:126
11917 msgid "cannot prune in a precious-objects repo"
11918 msgstr "kann \"prune\" in precious-objects Repository nicht ausführen"
11920 #: builtin/pull.c:54 builtin/pull.c:56
11922 msgid "Invalid value for %s: %s"
11923 msgstr "Ungültiger Wert für %s: %s"
11925 #: builtin/pull.c:76
11926 msgid "git pull [<options>] [<repository> [<refspec>...]]"
11927 msgstr "git pull [<Optionen>] [<Repository> [<Refspec>...]]"
11929 #: builtin/pull.c:127
11930 msgid "control for recursive fetching of submodules"
11931 msgstr "rekursive Anforderungen von Submodulen kontrollieren"
11933 #: builtin/pull.c:131
11934 msgid "Options related to merging"
11935 msgstr "Optionen bezogen auf Merge"
11937 #: builtin/pull.c:134
11938 msgid "incorporate changes by rebasing rather than merging"
11939 msgstr "Integration von Änderungen durch Rebase statt Merge"
11941 #: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
11942 msgid "allow fast-forward"
11943 msgstr "Vorspulen erlauben"
11945 #: builtin/pull.c:170
11946 msgid "automatically stash/stash pop before and after rebase"
11947 msgstr "automatischer Stash/Stash-Pop vor und nach eines Rebase"
11949 #: builtin/pull.c:186
11950 msgid "Options related to fetching"
11951 msgstr "Optionen bezogen auf Fetch"
11953 #: builtin/pull.c:204
11954 msgid "number of submodules pulled in parallel"
11955 msgstr "Anzahl der parallel mit 'pull' zu verarbeitenden Submodule"
11957 #: builtin/pull.c:299
11959 msgid "Invalid value for pull.ff: %s"
11960 msgstr "Ungültiger Wert für pull.ff: %s"
11962 #: builtin/pull.c:415
11964 "There is no candidate for rebasing against among the refs that you just "
11967 "Es gibt keinen Kandidaten für Rebase innerhalb der Referenzen, die eben "
11968 "angefordert wurden."
11970 #: builtin/pull.c:417
11972 "There are no candidates for merging among the refs that you just fetched."
11974 "Es gibt keine Kandidaten für Merge innerhalb der Referenzen, die eben "
11975 "angefordert wurden."
11977 #: builtin/pull.c:418
11979 "Generally this means that you provided a wildcard refspec which had no\n"
11980 "matches on the remote end."
11982 "Im Allgemeinen bedeutet das, dass Sie einen Refspec mit Wildcards angegeben\n"
11983 "haben, der auf der Gegenseite mit keinen Referenzen übereinstimmt."
11985 #: builtin/pull.c:421
11988 "You asked to pull from the remote '%s', but did not specify\n"
11989 "a branch. Because this is not the default configured remote\n"
11990 "for your current branch, you must specify a branch on the command line."
11992 "Sie führten \"pull\" von Remote-Repository '%s' aus, ohne einen\n"
11993 "Branch anzugeben. Da das nicht das konfigurierte Standard-Remote-\n"
11994 "Repository für den aktuellen Branch ist, müssen Sie einen Branch auf\n"
11995 "der Befehlszeile angeben."
11997 #: builtin/pull.c:426 git-parse-remote.sh:73
11998 msgid "You are not currently on a branch."
11999 msgstr "Im Moment auf keinem Branch."
12001 #: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
12002 msgid "Please specify which branch you want to rebase against."
12004 "Bitte geben Sie den Branch an, gegen welchen Sie \"rebase\" ausführen "
12007 #: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
12008 msgid "Please specify which branch you want to merge with."
12009 msgstr "Bitte geben Sie den Branch an, welchen Sie zusammenführen möchten."
12011 #: builtin/pull.c:431 builtin/pull.c:446
12012 msgid "See git-pull(1) for details."
12013 msgstr "Siehe git-pull(1) für weitere Details."
12015 #: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
12016 #: git-parse-remote.sh:64
12018 msgstr "<Remote-Repository>"
12020 #: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:477
12021 #: git-parse-remote.sh:65
12025 #: builtin/pull.c:441 git-parse-remote.sh:75
12026 msgid "There is no tracking information for the current branch."
12027 msgstr "Es gibt keine Tracking-Informationen für den aktuellen Branch."
12029 #: builtin/pull.c:450 git-parse-remote.sh:95
12031 "If you wish to set tracking information for this branch you can do so with:"
12033 "Wenn Sie Tracking-Informationen für diesen Branch setzen möchten, können "
12037 #: builtin/pull.c:455
12040 "Your configuration specifies to merge with the ref '%s'\n"
12041 "from the remote, but no such ref was fetched."
12043 "Ihre Konfiguration gibt an, den Merge mit Referenz '%s'\n"
12044 "des Remote-Repositories durchzuführen, aber diese Referenz\n"
12045 "wurde nicht angefordert."
12047 #: builtin/pull.c:819
12048 msgid "ignoring --verify-signatures for rebase"
12049 msgstr "Ignoriere --verify-signatures für Rebase"
12051 #: builtin/pull.c:867
12052 msgid "--[no-]autostash option is only valid with --rebase."
12053 msgstr "--[no-]autostash ist nur mit --rebase zulässig."
12055 #: builtin/pull.c:875
12056 msgid "Updating an unborn branch with changes added to the index."
12058 "Aktualisiere einen ungeborenen Branch mit Änderungen, die zum Commit "
12061 #: builtin/pull.c:878
12062 msgid "pull with rebase"
12063 msgstr "Pull mit Rebase"
12065 #: builtin/pull.c:879
12066 msgid "please commit or stash them."
12067 msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."
12069 #: builtin/pull.c:904
12072 "fetch updated the current branch head.\n"
12073 "fast-forwarding your working tree from\n"
12076 "\"fetch\" aktualisierte die Spitze des aktuellen Branches.\n"
12077 "Spule Ihr Arbeitsverzeichnis von Commit %s vor."
12079 #: builtin/pull.c:909
12082 "Cannot fast-forward your working tree.\n"
12083 "After making sure that you saved anything precious from\n"
12086 "$ git reset --hard\n"
12089 "Kann Arbeitsverzeichnis nicht vorspulen.\n"
12090 "Nachdem Sie sichergestellt haben, alles Schützenswerte der Ausgabe von\n"
12092 "gespeichert zu haben. Führen Sie\n"
12093 "$ git reset --hard\n"
12094 "zur Wiederherstellung aus."
12096 #: builtin/pull.c:924
12097 msgid "Cannot merge multiple branches into empty head."
12098 msgstr "Kann nicht mehrere Branches in einen leeren Branch zusammenführen."
12100 #: builtin/pull.c:928
12101 msgid "Cannot rebase onto multiple branches."
12102 msgstr "Kann Rebase nicht auf mehrere Branches ausführen."
12104 #: builtin/pull.c:935
12105 msgid "cannot rebase with locally recorded submodule modifications"
12107 "Kann Rebase nicht mit lokal aufgezeichneten Änderungen in Submodulen "
12110 #: builtin/push.c:17
12111 msgid "git push [<options>] [<repository> [<refspec>...]]"
12112 msgstr "git push [<Optionen>] [<Repository> [<Refspec>...]]"
12114 #: builtin/push.c:92
12115 msgid "tag shorthand without <tag>"
12116 msgstr "Kurzschrift für Tag ohne <Tag>"
12118 #: builtin/push.c:102
12119 msgid "--delete only accepts plain target ref names"
12120 msgstr "Die Option --delete akzeptiert nur reine Referenznamen als Ziel."
12122 #: builtin/push.c:146
12125 "To choose either option permanently, see push.default in 'git help config'."
12128 "Um eine Variante permanent zu verwenden, siehe push.default in 'git help "
12131 #: builtin/push.c:149
12134 "The upstream branch of your current branch does not match\n"
12135 "the name of your current branch. To push to the upstream branch\n"
12136 "on the remote, use\n"
12138 " git push %s HEAD:%s\n"
12140 "To push to the branch of the same name on the remote, use\n"
12142 " git push %s %s\n"
12145 "Der Name des Upstream-Branches stimmt nicht mit dem Namen Ihres\n"
12146 "aktuellen Branches überein. Um auf den Upstream-Branch in dem Remote-\n"
12147 "Repository zu versenden, benutzen Sie:\n"
12149 " git push %s HEAD:%s\n"
12151 "Um auf den Branch mit demselben Namen im Remote-Repository zu versenden,\n"
12154 " git push %s %s\n"
12157 #: builtin/push.c:164
12160 "You are not currently on a branch.\n"
12161 "To push the history leading to the current (detached HEAD)\n"
12164 " git push %s HEAD:<name-of-remote-branch>\n"
12166 "Sie befinden sich im Moment auf keinem Branch.\n"
12167 "Um die Historie, führend zum aktuellen (losgelöster HEAD)\n"
12168 "Status zu versenden, benutzen Sie\n"
12170 " git push %s HEAD:<Name-des-Remote-Branches>\n"
12172 #: builtin/push.c:178
12175 "The current branch %s has no upstream branch.\n"
12176 "To push the current branch and set the remote as upstream, use\n"
12178 " git push --set-upstream %s %s\n"
12180 "Der aktuelle Branch %s hat keinen Upstream-Branch.\n"
12181 "Um den aktuellen Branch zu versenden und den Remote-Branch\n"
12182 "als Upstream-Branch zu setzen, benutzen Sie\n"
12184 " git push --set-upstream %s %s\n"
12186 #: builtin/push.c:186
12188 msgid "The current branch %s has multiple upstream branches, refusing to push."
12190 "Der aktuelle Branch %s hat mehrere Upstream-Branches, \"push\" verweigert."
12192 #: builtin/push.c:189
12195 "You are pushing to remote '%s', which is not the upstream of\n"
12196 "your current branch '%s', without telling me what to push\n"
12197 "to update which remote branch."
12199 "Sie versenden nach '%s', welches kein Upstream-Repository Ihres aktuellen\n"
12200 "Branches '%s' ist, ohne anzugeben, was versendet werden soll, um welchen\n"
12201 "Remote-Branch zu aktualisieren."
12203 #: builtin/push.c:248
12205 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
12207 "Sie haben keine Refspec für \"push\" angegeben, und push.default ist "
12210 #: builtin/push.c:255
12212 "Updates were rejected because the tip of your current branch is behind\n"
12213 "its remote counterpart. Integrate the remote changes (e.g.\n"
12214 "'git pull ...') before pushing again.\n"
12215 "See the 'Note about fast-forwards' in 'git push --help' for details."
12217 "Aktualisierungen wurden zurückgewiesen, weil die Spitze Ihres aktuellen\n"
12218 "Branches hinter seinem externen Gegenstück zurückgefallen ist. Führen Sie\n"
12219 "die externen Änderungen zusammen (z. B. 'git pull ...') bevor Sie \"push\"\n"
12220 "erneut ausführen.\n"
12221 "Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"
12222 "für weitere Details."
12224 #: builtin/push.c:261
12226 "Updates were rejected because a pushed branch tip is behind its remote\n"
12227 "counterpart. Check out this branch and integrate the remote changes\n"
12228 "(e.g. 'git pull ...') before pushing again.\n"
12229 "See the 'Note about fast-forwards' in 'git push --help' for details."
12231 "Aktualisierungen wurden zurückgewiesen, weil die Spitze eines versendeten\n"
12232 "Branches hinter seinem externen Gegenstück zurückgefallen ist. Checken Sie\n"
12233 "diesen Branch aus und führen Sie die externen Änderungen zusammen\n"
12234 "(z. B. 'git pull ...') bevor Sie erneut \"push\" ausführen.\n"
12235 "Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"
12236 "für weitere Details."
12238 #: builtin/push.c:267
12240 "Updates were rejected because the remote contains work that you do\n"
12241 "not have locally. This is usually caused by another repository pushing\n"
12242 "to the same ref. You may want to first integrate the remote changes\n"
12243 "(e.g., 'git pull ...') before pushing again.\n"
12244 "See the 'Note about fast-forwards' in 'git push --help' for details."
12246 "Aktualisierungen wurden zurückgewiesen, weil das Remote-Repository Commits "
12248 "die lokal nicht vorhanden sind. Das wird üblicherweise durch einen \"push\" "
12250 "Commits auf dieselbe Referenz von einem anderen Repository aus verursacht.\n"
12251 "Vielleicht müssen Sie die externen Änderungen zusammenführen (z. B. 'git "
12253 "bevor Sie erneut \"push\" ausführen.\n"
12254 "Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"
12255 "für weitere Details."
12257 #: builtin/push.c:274
12258 msgid "Updates were rejected because the tag already exists in the remote."
12260 "Aktualisierungen wurden zurückgewiesen, weil das Tag bereits\n"
12261 "im Remote-Repository existiert."
12263 #: builtin/push.c:277
12265 "You cannot update a remote ref that points at a non-commit object,\n"
12266 "or update a remote ref to make it point at a non-commit object,\n"
12267 "without using the '--force' option.\n"
12269 "Sie können keine Remote-Referenz aktualisieren, die auf ein Objekt zeigt,\n"
12270 "das kein Commit ist, oder es auf ein solches Objekt zeigen lassen, ohne\n"
12271 "die Option '--force' zu verwenden.\n"
12273 #: builtin/push.c:337
12275 msgid "Pushing to %s\n"
12276 msgstr "Versende nach %s\n"
12278 #: builtin/push.c:341
12280 msgid "failed to push some refs to '%s'"
12281 msgstr "Fehler beim Versenden einiger Referenzen nach '%s'"
12283 #: builtin/push.c:372
12285 msgid "bad repository '%s'"
12286 msgstr "ungültiges Repository '%s'"
12288 #: builtin/push.c:373
12290 "No configured push destination.\n"
12291 "Either specify the URL from the command-line or configure a remote "
12292 "repository using\n"
12294 " git remote add <name> <url>\n"
12296 "and then push using the remote name\n"
12298 " git push <name>\n"
12300 "Kein Ziel für \"push\" konfiguriert.\n"
12301 "Entweder spezifizieren Sie die URL von der Befehlszeile oder konfigurieren "
12302 "ein Remote-Repository unter Benutzung von\n"
12304 " git remote add <Name> <URL>\n"
12306 "und führen \"push\" dann unter Benutzung dieses Namens aus\n"
12308 " git push <Name>\n"
12310 #: builtin/push.c:391
12311 msgid "--all and --tags are incompatible"
12312 msgstr "Die Optionen --all und --tags sind inkompatibel."
12314 #: builtin/push.c:392
12315 msgid "--all can't be combined with refspecs"
12316 msgstr "Die Option --all kann nicht mit Refspecs kombiniert werden."
12318 #: builtin/push.c:397
12319 msgid "--mirror and --tags are incompatible"
12320 msgstr "Die Optionen --mirror und --tags sind inkompatibel."
12322 #: builtin/push.c:398
12323 msgid "--mirror can't be combined with refspecs"
12324 msgstr "Die Option --mirror kann nicht mit Refspecs kombiniert werden."
12326 #: builtin/push.c:403
12327 msgid "--all and --mirror are incompatible"
12328 msgstr "Die Optionen --all und --mirror sind inkompatibel."
12330 #: builtin/push.c:535
12332 msgstr "Repository"
12334 #: builtin/push.c:536 builtin/send-pack.c:163
12335 msgid "push all refs"
12336 msgstr "alle Referenzen versenden"
12338 #: builtin/push.c:537 builtin/send-pack.c:165
12339 msgid "mirror all refs"
12340 msgstr "alle Referenzen spiegeln"
12342 #: builtin/push.c:539
12343 msgid "delete refs"
12344 msgstr "Referenzen löschen"
12346 #: builtin/push.c:540
12347 msgid "push tags (can't be used with --all or --mirror)"
12348 msgstr "Tags versenden (kann nicht mit --all oder --mirror verwendet werden)"
12350 #: builtin/push.c:543 builtin/send-pack.c:166
12351 msgid "force updates"
12352 msgstr "Aktualisierung erzwingen"
12354 #: builtin/push.c:545 builtin/send-pack.c:180
12355 msgid "refname>:<expect"
12356 msgstr "Referenzname>:<Erwartungswert"
12358 #: builtin/push.c:546 builtin/send-pack.c:181
12359 msgid "require old value of ref to be at this value"
12360 msgstr "Referenz muss sich auf dem angegebenen Wert befinden"
12362 #: builtin/push.c:549
12363 msgid "control recursive pushing of submodules"
12364 msgstr "rekursiven \"push\" von Submodulen steuern"
12366 #: builtin/push.c:551 builtin/send-pack.c:174
12367 msgid "use thin pack"
12368 msgstr "kleinere Pakete verwenden"
12370 #: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
12371 #: builtin/send-pack.c:161
12372 msgid "receive pack program"
12373 msgstr "'receive pack' Programm"
12375 #: builtin/push.c:554
12376 msgid "set upstream for git pull/status"
12377 msgstr "Upstream für \"git pull/status\" setzen"
12379 #: builtin/push.c:557
12380 msgid "prune locally removed refs"
12381 msgstr "lokal gelöschte Referenzen entfernen"
12383 #: builtin/push.c:559
12384 msgid "bypass pre-push hook"
12385 msgstr "\"pre-push hook\" umgehen"
12387 #: builtin/push.c:560
12388 msgid "push missing but relevant tags"
12389 msgstr "fehlende, aber relevante Tags versenden"
12391 #: builtin/push.c:563 builtin/send-pack.c:168
12392 msgid "GPG sign the push"
12393 msgstr "signiert \"push\" mit GPG"
12395 #: builtin/push.c:565 builtin/send-pack.c:175
12396 msgid "request atomic transaction on remote side"
12397 msgstr "Referenzen atomar versenden"
12399 #: builtin/push.c:566 builtin/send-pack.c:171
12400 msgid "server-specific"
12401 msgstr "serverspezifisch"
12403 #: builtin/push.c:566 builtin/send-pack.c:172
12404 msgid "option to transmit"
12405 msgstr "Option übertragen"
12407 #: builtin/push.c:583
12408 msgid "--delete is incompatible with --all, --mirror and --tags"
12409 msgstr "Die Option --delete ist inkompatibel mit --all, --mirror und --tags."
12411 #: builtin/push.c:585
12412 msgid "--delete doesn't make sense without any refs"
12413 msgstr "Die Option --delete kann nur mit Referenzen verwendet werden."
12415 #: builtin/push.c:604
12416 msgid "push options must not have new line characters"
12417 msgstr "Push-Optionen dürfen keine Zeilenvorschubzeichen haben"
12419 #: builtin/read-tree.c:40
12421 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
12422 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
12423 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
12425 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<Präfix>) "
12426 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
12427 "index-output=<Datei>] (--empty | <Commit-Referenz1> [<Commit-Referenz2> "
12428 "[<Commit-Referenz3>]])"
12430 #: builtin/read-tree.c:121
12431 msgid "write resulting index to <file>"
12432 msgstr "resultierenden Index nach <Datei> schreiben"
12434 #: builtin/read-tree.c:124
12435 msgid "only empty the index"
12436 msgstr "nur den Index leeren"
12438 #: builtin/read-tree.c:126
12442 #: builtin/read-tree.c:128
12443 msgid "perform a merge in addition to a read"
12444 msgstr "einen Merge, zusätzlich zum Lesen, ausführen"
12446 #: builtin/read-tree.c:130
12447 msgid "3-way merge if no file level merging required"
12448 msgstr "3-Wege-Merge, wenn kein Merge auf Dateiebene erforderlich ist"
12450 #: builtin/read-tree.c:132
12451 msgid "3-way merge in presence of adds and removes"
12452 msgstr "3-Wege-Merge bei Vorhandensein von hinzugefügten/entfernten Zeilen"
12454 #: builtin/read-tree.c:134
12455 msgid "same as -m, but discard unmerged entries"
12456 msgstr "genau wie -m, aber nicht zusammengeführte Einträge verwerfen"
12458 #: builtin/read-tree.c:135
12459 msgid "<subdirectory>/"
12460 msgstr "<Unterverzeichnis>/"
12462 #: builtin/read-tree.c:136
12463 msgid "read the tree into the index under <subdirectory>/"
12464 msgstr "das Verzeichnis in den Index unter <Unterverzeichnis>/ lesen"
12466 #: builtin/read-tree.c:139
12467 msgid "update working tree with merge result"
12468 msgstr "Arbeitsverzeichnis mit dem Ergebnis des Merges aktualisieren"
12470 #: builtin/read-tree.c:141
12474 #: builtin/read-tree.c:142
12475 msgid "allow explicitly ignored files to be overwritten"
12476 msgstr "explizit ignorierte Dateien zu überschreiben erlauben"
12478 #: builtin/read-tree.c:145
12479 msgid "don't check the working tree after merging"
12480 msgstr "das Arbeitsverzeichnis nach dem Merge nicht prüfen"
12482 #: builtin/read-tree.c:146
12483 msgid "don't update the index or the work tree"
12484 msgstr "weder den Index, noch das Arbeitsverzeichnis aktualisieren"
12486 #: builtin/read-tree.c:148
12487 msgid "skip applying sparse checkout filter"
12488 msgstr "Anwendung des Filters für partielles Auschecken überspringen"
12490 #: builtin/read-tree.c:150
12491 msgid "debug unpack-trees"
12492 msgstr "unpack-trees protokollieren"
12494 #: builtin/rebase--helper.c:8
12495 msgid "git rebase--helper [<options>]"
12496 msgstr "git rebase--helper [<Optionen>]"
12498 #: builtin/rebase--helper.c:24
12499 msgid "keep empty commits"
12500 msgstr "leere Commits behalten"
12502 #: builtin/rebase--helper.c:26 builtin/revert.c:123
12503 msgid "allow commits with empty messages"
12504 msgstr "Commits mit leerer Beschreibung erlauben"
12506 #: builtin/rebase--helper.c:27
12507 msgid "continue rebase"
12508 msgstr "Rebase fortsetzen"
12510 #: builtin/rebase--helper.c:29
12511 msgid "abort rebase"
12512 msgstr "Rebase abbrechen"
12514 #: builtin/rebase--helper.c:32
12515 msgid "make rebase script"
12516 msgstr "Rebase-Skript erstellen"
12518 #: builtin/rebase--helper.c:34
12519 msgid "shorten commit ids in the todo list"
12520 msgstr "Commit-IDs in der TODO-Liste verkürzen"
12522 #: builtin/rebase--helper.c:36
12523 msgid "expand commit ids in the todo list"
12524 msgstr "Commit-IDs in der TODO-Liste erweitern"
12526 #: builtin/rebase--helper.c:38
12527 msgid "check the todo list"
12528 msgstr "die TODO-Liste prüfen"
12530 #: builtin/rebase--helper.c:40
12531 msgid "skip unnecessary picks"
12532 msgstr "nicht erforderliche \"pick\"-Befehle auslassen"
12534 #: builtin/rebase--helper.c:42
12535 msgid "rearrange fixup/squash lines"
12536 msgstr "fixup/squash-Zeilen umordnen"
12538 #: builtin/rebase--helper.c:44
12539 msgid "insert exec commands in todo list"
12540 msgstr "\"exec\"-Befehle in TODO-Liste einfügen"
12542 #: builtin/receive-pack.c:30
12543 msgid "git receive-pack <git-dir>"
12544 msgstr "git receive-pack <Git-Verzeichnis>"
12546 #: builtin/receive-pack.c:841
12548 "By default, updating the current branch in a non-bare repository\n"
12549 "is denied, because it will make the index and work tree inconsistent\n"
12550 "with what you pushed, and will require 'git reset --hard' to match\n"
12551 "the work tree to HEAD.\n"
12553 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
12554 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
12555 "its current branch; however, this is not recommended unless you\n"
12556 "arranged to update its work tree to match what you pushed in some\n"
12559 "To squelch this message and still keep the default behaviour, set\n"
12560 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
12562 "Standardmäßig wird die Aktualisierung des aktuellen Branches in einem\n"
12563 "Nicht-Bare-Repository zurückgewiesen, da dies den Index und das Arbeits-\n"
12564 "verzeichnis inkonsistent zu dem machen würde, was Sie gepushed haben, und\n"
12565 "'git reset --hard' erforderlich wäre, damit das Arbeitsverzeichnis HEAD\n"
12568 "Sie könnten die Konfigurationsvariable 'receive.denyCurrentBranch' im\n"
12569 "Remote-Repository auf 'ignore' oder 'warn' setzen, um den Push in den\n"
12570 "aktuellen Branch zu erlauben; dies wird jedoch nicht empfohlen außer\n"
12571 "Sie stellen durch andere Wege die Aktualität des Arbeitsverzeichnisses\n"
12572 "gegenüber dem gepushten Stand sicher.\n"
12574 "Um diese Meldung zu unterdrücken und das Standardverhalten zu behalten,\n"
12575 "setzen Sie die Konfigurationsvariable 'receive.denyCurrentBranch' auf\n"
12578 #: builtin/receive-pack.c:861
12580 "By default, deleting the current branch is denied, because the next\n"
12581 "'git clone' won't result in any file checked out, causing confusion.\n"
12583 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
12584 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
12585 "current branch, with or without a warning message.\n"
12587 "To squelch this message, you can set it to 'refuse'."
12589 "Standardmäßig wird das Löschen des aktuellen Branches zurückgewiesen,\n"
12590 "da beim nächsten 'git clone' keine Dateien ausgecheckt werden würden,\n"
12591 "was zu Verwunderung führt.\n"
12593 "Sie können die Konfigurationsvariable 'receive.denyDeleteCurrent' im\n"
12594 "Remote-Repository auf 'warn' oder 'ignore' setzen, um das Löschen des\n"
12595 "aktuellen Branch mit oder ohne Warnung zu erlauben.\n"
12597 "Um diese Meldung zu unterdrücken, setzen Sie die Variable auf 'refuse'."
12599 #: builtin/receive-pack.c:1934
12601 msgstr "weniger Ausgaben"
12603 #: builtin/receive-pack.c:1948
12604 msgid "You must specify a directory."
12605 msgstr "Sie müssen ein Repository angeben."
12607 #: builtin/reflog.c:532 builtin/reflog.c:537
12609 msgid "'%s' is not a valid timestamp"
12610 msgstr "'%s' ist kein gültiger Zeitstempel"
12612 #: builtin/remote.c:13
12613 msgid "git remote [-v | --verbose]"
12614 msgstr "git remote [-v | --verbose]"
12616 #: builtin/remote.c:14
12618 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
12619 "mirror=<fetch|push>] <name> <url>"
12621 "git remote add [-t <Branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
12622 "mirror=<fetch|push>] <Name> <URL>"
12624 #: builtin/remote.c:15 builtin/remote.c:35
12625 msgid "git remote rename <old> <new>"
12626 msgstr "git remote rename <alt> <neu>"
12628 #: builtin/remote.c:16 builtin/remote.c:40
12629 msgid "git remote remove <name>"
12630 msgstr "git remote remove <Name>"
12632 #: builtin/remote.c:17 builtin/remote.c:45
12633 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
12634 msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"
12636 #: builtin/remote.c:18
12637 msgid "git remote [-v | --verbose] show [-n] <name>"
12638 msgstr "git remote [-v | --verbose] show [-n] <Name>"
12640 #: builtin/remote.c:19
12641 msgid "git remote prune [-n | --dry-run] <name>"
12642 msgstr "git remote prune [-n | --dry-run] <Name>"
12644 #: builtin/remote.c:20
12646 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
12648 "git remote [-v | --verbose] update [-p | --prune] [(<Gruppe> | <Remote>)...]"
12650 #: builtin/remote.c:21
12651 msgid "git remote set-branches [--add] <name> <branch>..."
12652 msgstr "git remote set-branches [--add] <Name> <Branch>..."
12654 #: builtin/remote.c:22 builtin/remote.c:71
12655 msgid "git remote get-url [--push] [--all] <name>"
12656 msgstr "git remote get-url [--push] [--all] <Name>"
12658 #: builtin/remote.c:23 builtin/remote.c:76
12659 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
12660 msgstr "git remote set-url [--push] <Name> <neueURL> [<alteURL>]"
12662 #: builtin/remote.c:24 builtin/remote.c:77
12663 msgid "git remote set-url --add <name> <newurl>"
12664 msgstr "git remote set-url --add <Name> <neueURL>"
12666 #: builtin/remote.c:25 builtin/remote.c:78
12667 msgid "git remote set-url --delete <name> <url>"
12668 msgstr "git remote set-url --delete <Name> <URL>"
12670 #: builtin/remote.c:30
12671 msgid "git remote add [<options>] <name> <url>"
12672 msgstr "git remote add [<Optionen>] <Name> <URL>"
12674 #: builtin/remote.c:50
12675 msgid "git remote set-branches <name> <branch>..."
12676 msgstr "git remote set-branches <Name> <Branch>..."
12678 #: builtin/remote.c:51
12679 msgid "git remote set-branches --add <name> <branch>..."
12680 msgstr "git remote set-branches --add <Name> <Branch>..."
12682 #: builtin/remote.c:56
12683 msgid "git remote show [<options>] <name>"
12684 msgstr "git remote show [<Optionen>] <Name>"
12686 #: builtin/remote.c:61
12687 msgid "git remote prune [<options>] <name>"
12688 msgstr "git remote prune [<Optionen>] <Name>"
12690 #: builtin/remote.c:66
12691 msgid "git remote update [<options>] [<group> | <remote>]..."
12692 msgstr "git remote update [<Optionen>] [<Gruppe> | <externesRepository>]..."
12694 #: builtin/remote.c:95
12696 msgid "Updating %s"
12697 msgstr "Aktualisiere %s"
12699 #: builtin/remote.c:127
12701 "--mirror is dangerous and deprecated; please\n"
12702 "\t use --mirror=fetch or --mirror=push instead"
12704 "--mirror ist gefährlich und veraltet; bitte\n"
12705 "\t benutzen Sie stattdessen --mirror=fetch oder --mirror=push"
12707 #: builtin/remote.c:144
12709 msgid "unknown mirror argument: %s"
12710 msgstr "unbekanntes Argument für Option --mirror: %s"
12712 #: builtin/remote.c:160
12713 msgid "fetch the remote branches"
12714 msgstr "die Remote-Branches anfordern"
12716 #: builtin/remote.c:162
12717 msgid "import all tags and associated objects when fetching"
12718 msgstr "alle Tags und verbundene Objekte beim Anfordern importieren"
12720 #: builtin/remote.c:165
12721 msgid "or do not fetch any tag at all (--no-tags)"
12722 msgstr "oder fordere gar keine Tags an (--no-tags)"
12724 #: builtin/remote.c:167
12725 msgid "branch(es) to track"
12726 msgstr "Branch(es) zur Übernahme"
12728 #: builtin/remote.c:168
12729 msgid "master branch"
12730 msgstr "Hauptbranch"
12732 #: builtin/remote.c:169
12734 msgstr "push|fetch"
12736 #: builtin/remote.c:170
12737 msgid "set up remote as a mirror to push to or fetch from"
12739 "Aufsetzen des Remote-Repositories als Spiegel-Repository für \"push\" und "
12742 #: builtin/remote.c:182
12743 msgid "specifying a master branch makes no sense with --mirror"
12745 "Die Option --mirror kann nicht mit der Angabe eines Hauptbranches verwendet "
12748 #: builtin/remote.c:184
12749 msgid "specifying branches to track makes sense only with fetch mirrors"
12751 "Die Angabe von zu folgenden Branches kann nur mit dem Anfordern von "
12752 "Spiegelarchiven verwendet werden."
12754 #: builtin/remote.c:191 builtin/remote.c:631
12756 msgid "remote %s already exists."
12757 msgstr "externes Repository %s existiert bereits"
12759 #: builtin/remote.c:195 builtin/remote.c:635
12761 msgid "'%s' is not a valid remote name"
12762 msgstr "'%s' ist kein gültiger Name für ein Remote-Repository"
12764 #: builtin/remote.c:235
12766 msgid "Could not setup master '%s'"
12767 msgstr "Konnte symbolische Referenz für Hauptbranch von '%s' nicht einrichten"
12769 #: builtin/remote.c:337
12771 msgid "Could not get fetch map for refspec %s"
12772 msgstr "Konnte Fetch-Map für Refspec %s nicht bekommen"
12774 #: builtin/remote.c:438 builtin/remote.c:446
12776 msgstr "(übereinstimmend)"
12778 #: builtin/remote.c:450
12782 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
12784 msgid "No such remote: %s"
12785 msgstr "Kein solches Remote-Repository: %s"
12787 #: builtin/remote.c:641
12789 msgid "Could not rename config section '%s' to '%s'"
12790 msgstr "Konnte Sektion '%s' in Konfiguration nicht nach '%s' umbenennen"
12792 #: builtin/remote.c:661
12795 "Not updating non-default fetch refspec\n"
12797 "\tPlease update the configuration manually if necessary."
12799 "Keine Aktualisierung der nicht standardmäßigen Refspec für \"fetch\"\n"
12801 "\tBitte aktualisieren Sie, falls notwendig, die Konfiguration manuell."
12803 #: builtin/remote.c:697
12805 msgid "deleting '%s' failed"
12806 msgstr "Konnte '%s' nicht löschen"
12808 #: builtin/remote.c:731
12810 msgid "creating '%s' failed"
12811 msgstr "Konnte '%s' nicht erstellen"
12813 #: builtin/remote.c:796
12815 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
12816 "to delete it, use:"
12818 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
12819 "to delete them, use:"
12821 "Hinweis: Ein Branch außerhalb der refs/remotes/ Hierachie wurde nicht "
12823 "um diesen zu löschen, benutzen Sie:"
12825 "Hinweis: Einige Branches außerhalb der refs/remotes/ Hierarchie wurden nicht "
12827 "um diese zu entfernen, benutzen Sie:"
12829 #: builtin/remote.c:810
12831 msgid "Could not remove config section '%s'"
12832 msgstr "Konnte Sektion '%s' nicht aus Konfiguration entfernen"
12834 #: builtin/remote.c:911
12836 msgid " new (next fetch will store in remotes/%s)"
12837 msgstr " neu (wird bei nächstem \"fetch\" in remotes/%s gespeichert)"
12839 #: builtin/remote.c:914
12843 #: builtin/remote.c:916
12844 msgid " stale (use 'git remote prune' to remove)"
12845 msgstr " veraltet (benutzen Sie 'git remote prune' zum Löschen)"
12847 #: builtin/remote.c:918
12851 #: builtin/remote.c:959
12853 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
12854 msgstr "ungültiges branch.%s.merge; kann Rebase nicht auf > 1 Branch ausführen"
12856 #: builtin/remote.c:967
12858 msgid "rebases interactively onto remote %s"
12859 msgstr "interaktiver Rebase auf Remote-Branch %s"
12861 #: builtin/remote.c:968
12863 msgid "rebases onto remote %s"
12864 msgstr "Rebase auf Remote-Branch %s"
12866 #: builtin/remote.c:971
12868 msgid " merges with remote %s"
12869 msgstr " führt mit Remote-Branch %s zusammen"
12871 #: builtin/remote.c:974
12873 msgid "merges with remote %s"
12874 msgstr "führt mit Remote-Branch %s zusammen"
12876 #: builtin/remote.c:977
12878 msgid "%-*s and with remote %s\n"
12879 msgstr "%-*s und mit Remote-Branch %s\n"
12881 #: builtin/remote.c:1020
12885 #: builtin/remote.c:1023
12889 #: builtin/remote.c:1027
12893 #: builtin/remote.c:1030
12894 msgid "fast-forwardable"
12895 msgstr "vorspulbar"
12897 #: builtin/remote.c:1033
12898 msgid "local out of date"
12899 msgstr "lokal nicht aktuell"
12901 #: builtin/remote.c:1040
12903 msgid " %-*s forces to %-*s (%s)"
12904 msgstr " %-*s erzwingt Versandt nach %-*s (%s)"
12906 #: builtin/remote.c:1043
12908 msgid " %-*s pushes to %-*s (%s)"
12909 msgstr " %-*s versendet nach %-*s (%s)"
12911 #: builtin/remote.c:1047
12913 msgid " %-*s forces to %s"
12914 msgstr " %-*s erzwingt Versand nach %s"
12916 #: builtin/remote.c:1050
12918 msgid " %-*s pushes to %s"
12919 msgstr " %-*s versendet nach %s"
12921 #: builtin/remote.c:1118
12922 msgid "do not query remotes"
12923 msgstr "keine Abfrage von Remote-Repositories"
12925 #: builtin/remote.c:1145
12927 msgid "* remote %s"
12928 msgstr "* Remote-Repository %s"
12930 #: builtin/remote.c:1146
12932 msgid " Fetch URL: %s"
12933 msgstr " URL zum Abholen: %s"
12935 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
12937 msgstr "(keine URL)"
12939 #. TRANSLATORS: the colon ':' should align
12940 #. with the one in " Fetch URL: %s"
12943 #: builtin/remote.c:1161 builtin/remote.c:1163
12945 msgid " Push URL: %s"
12946 msgstr " URL zum Versenden: %s"
12948 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
12950 msgid " HEAD branch: %s"
12951 msgstr " Hauptbranch: %s"
12953 #: builtin/remote.c:1165
12954 msgid "(not queried)"
12955 msgstr "(nicht abgefragt)"
12957 #: builtin/remote.c:1167
12959 msgstr "(unbekannt)"
12961 #: builtin/remote.c:1171
12964 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
12966 " Hauptbranch (externer HEAD ist mehrdeutig, könnte einer der folgenden "
12969 #: builtin/remote.c:1183
12971 msgid " Remote branch:%s"
12972 msgid_plural " Remote branches:%s"
12973 msgstr[0] " Remote-Branch:%s"
12974 msgstr[1] " Remote-Branches:%s"
12976 #: builtin/remote.c:1186 builtin/remote.c:1212
12977 msgid " (status not queried)"
12978 msgstr " (Zustand nicht abgefragt)"
12980 #: builtin/remote.c:1195
12981 msgid " Local branch configured for 'git pull':"
12982 msgid_plural " Local branches configured for 'git pull':"
12983 msgstr[0] " Lokaler Branch konfiguriert für 'git pull':"
12984 msgstr[1] " Lokale Branches konfiguriert für 'git pull':"
12986 #: builtin/remote.c:1203
12987 msgid " Local refs will be mirrored by 'git push'"
12988 msgstr " Lokale Referenzen werden von 'git push' gespiegelt"
12990 #: builtin/remote.c:1209
12992 msgid " Local ref configured for 'git push'%s:"
12993 msgid_plural " Local refs configured for 'git push'%s:"
12994 msgstr[0] " Lokale Referenz konfiguriert für 'git push'%s:"
12995 msgstr[1] " Lokale Referenzen konfiguriert für 'git push'%s:"
12997 #: builtin/remote.c:1230
12998 msgid "set refs/remotes/<name>/HEAD according to remote"
12999 msgstr "setzt refs/remotes/<Name>/HEAD gemäß dem Remote-Repository"
13001 #: builtin/remote.c:1232
13002 msgid "delete refs/remotes/<name>/HEAD"
13003 msgstr "entfernt refs/remotes/<Name>/HEAD"
13005 #: builtin/remote.c:1247
13006 msgid "Cannot determine remote HEAD"
13007 msgstr "Kann HEAD des Remote-Repositories nicht bestimmen"
13009 #: builtin/remote.c:1249
13010 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
13012 "Mehrere Hauptbranches im Remote-Repository. Bitte wählen Sie explizit einen "
13015 #: builtin/remote.c:1259
13017 msgid "Could not delete %s"
13018 msgstr "Konnte %s nicht entfernen"
13020 #: builtin/remote.c:1267
13022 msgid "Not a valid ref: %s"
13023 msgstr "keine gültige Referenz: %s"
13025 #: builtin/remote.c:1269
13027 msgid "Could not setup %s"
13028 msgstr "Konnte %s nicht einrichten"
13030 #: builtin/remote.c:1287
13032 msgid " %s will become dangling!"
13033 msgstr " %s wird unreferenziert!"
13035 #: builtin/remote.c:1288
13037 msgid " %s has become dangling!"
13038 msgstr " %s wurde unreferenziert!"
13040 #: builtin/remote.c:1298
13043 msgstr "entferne veraltete Branches von %s"
13045 #: builtin/remote.c:1299
13050 #: builtin/remote.c:1315
13052 msgid " * [would prune] %s"
13053 msgstr " * [würde veralteten Branch entfernen] %s"
13055 #: builtin/remote.c:1318
13057 msgid " * [pruned] %s"
13058 msgstr "* [veralteten Branch entfernt] %s"
13060 #: builtin/remote.c:1363
13061 msgid "prune remotes after fetching"
13062 msgstr "entferne veraltete Branches im Remote-Repository nach \"fetch\""
13064 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
13066 msgid "No such remote '%s'"
13067 msgstr "Kein solches Remote-Repository '%s'"
13069 #: builtin/remote.c:1442
13071 msgstr "Branch hinzufügen"
13073 #: builtin/remote.c:1449
13074 msgid "no remote specified"
13075 msgstr "kein Remote-Repository angegeben"
13077 #: builtin/remote.c:1466
13078 msgid "query push URLs rather than fetch URLs"
13079 msgstr "nur URLs für Push ausgeben"
13081 #: builtin/remote.c:1468
13082 msgid "return all URLs"
13083 msgstr "alle URLs ausgeben"
13085 #: builtin/remote.c:1496
13087 msgid "no URLs configured for remote '%s'"
13088 msgstr "Keine URLs für Remote-Repository '%s' konfiguriert."
13090 #: builtin/remote.c:1522
13091 msgid "manipulate push URLs"
13092 msgstr "URLs für \"push\" manipulieren"
13094 #: builtin/remote.c:1524
13096 msgstr "URL hinzufügen"
13098 #: builtin/remote.c:1526
13099 msgid "delete URLs"
13100 msgstr "URLs löschen"
13102 #: builtin/remote.c:1533
13103 msgid "--add --delete doesn't make sense"
13105 "Die Optionen --add und --delete können nicht gemeinsam verwendet werden."
13107 #: builtin/remote.c:1572
13109 msgid "Invalid old URL pattern: %s"
13110 msgstr "ungültiges altes URL Format: %s"
13112 #: builtin/remote.c:1580
13114 msgid "No such URL found: %s"
13115 msgstr "Keine solche URL gefunden: %s"
13117 #: builtin/remote.c:1582
13118 msgid "Will not delete all non-push URLs"
13119 msgstr "Werde keine URLs entfernen, die nicht für \"push\" bestimmt sind"
13121 #: builtin/remote.c:1598
13122 msgid "be verbose; must be placed before a subcommand"
13123 msgstr "erweiterte Ausgaben; muss vor einem Unterbefehl angegeben werden"
13125 #: builtin/remote.c:1629
13127 msgid "Unknown subcommand: %s"
13128 msgstr "Unbekannter Unterbefehl: %s"
13130 #: builtin/repack.c:18
13131 msgid "git repack [<options>]"
13132 msgstr "git repack [<Optionen>]"
13134 #: builtin/repack.c:23
13136 "Incremental repacks are incompatible with bitmap indexes. Use\n"
13137 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
13139 "Schrittweises Neupacken ist mit Bitmap-Indexen inkompatibel. Benutzen Sie\n"
13140 "--no-write-bitmap-index oder deaktivieren Sie die pack.writebitmaps\n"
13143 #: builtin/repack.c:170
13144 msgid "pack everything in a single pack"
13145 msgstr "alles in eine einzige Pack-Datei packen"
13147 #: builtin/repack.c:172
13148 msgid "same as -a, and turn unreachable objects loose"
13149 msgstr "genau wie -a, unerreichbare Objekte werden aber nicht gelöscht"
13151 #: builtin/repack.c:175
13152 msgid "remove redundant packs, and run git-prune-packed"
13153 msgstr "redundante Pakete entfernen und \"git-prune-packed\" ausführen"
13155 #: builtin/repack.c:177
13156 msgid "pass --no-reuse-delta to git-pack-objects"
13157 msgstr "--no-reuse-delta an git-pack-objects übergeben"
13159 #: builtin/repack.c:179
13160 msgid "pass --no-reuse-object to git-pack-objects"
13161 msgstr "--no-reuse-object an git-pack-objects übergeben"
13163 #: builtin/repack.c:181
13164 msgid "do not run git-update-server-info"
13165 msgstr "git-update-server-info nicht ausführen"
13167 #: builtin/repack.c:184
13168 msgid "pass --local to git-pack-objects"
13169 msgstr "--local an git-pack-objects übergeben"
13171 #: builtin/repack.c:186
13172 msgid "write bitmap index"
13173 msgstr "Bitmap-Index schreiben"
13175 #: builtin/repack.c:187
13176 msgid "approxidate"
13177 msgstr "Datumsangabe"
13179 #: builtin/repack.c:188
13180 msgid "with -A, do not loosen objects older than this"
13181 msgstr "mit -A, keine Objekte älter als dieses Datum löschen"
13183 #: builtin/repack.c:190
13184 msgid "with -a, repack unreachable objects"
13185 msgstr "mit -a, nicht erreichbare Objekte neu packen"
13187 #: builtin/repack.c:192
13188 msgid "size of the window used for delta compression"
13189 msgstr "Größe des Fensters für die Delta-Kompression"
13191 #: builtin/repack.c:193 builtin/repack.c:199
13195 #: builtin/repack.c:194
13196 msgid "same as the above, but limit memory size instead of entries count"
13198 "gleiches wie oben, aber die Speichergröße anstatt der\n"
13199 "Anzahl der Einträge limitieren"
13201 #: builtin/repack.c:196
13202 msgid "limits the maximum delta depth"
13203 msgstr "die maximale Delta-Tiefe limitieren"
13205 #: builtin/repack.c:198
13206 msgid "limits the maximum number of threads"
13207 msgstr "maximale Anzahl von Threads limitieren"
13209 #: builtin/repack.c:200
13210 msgid "maximum size of each packfile"
13211 msgstr "maximale Größe für jede Paketdatei"
13213 #: builtin/repack.c:202
13214 msgid "repack objects in packs marked with .keep"
13216 "Objekte umpacken, die sich in mit .keep markierten Pack-Dateien befinden"
13218 #: builtin/repack.c:212
13219 msgid "cannot delete packs in a precious-objects repo"
13220 msgstr "kann Pack-Dateien in precious-objects Repository nicht löschen"
13222 #: builtin/repack.c:216
13223 msgid "--keep-unreachable and -A are incompatible"
13224 msgstr "--keep-unreachable und -A sind inkompatibel"
13226 #: builtin/repack.c:410 builtin/worktree.c:148
13228 msgid "failed to remove '%s'"
13229 msgstr "Fehler beim Löschen von '%s'"
13231 #: builtin/replace.c:20
13232 msgid "git replace [-f] <object> <replacement>"
13233 msgstr "git replace [-f] <Objekt> <Ersetzung>"
13235 #: builtin/replace.c:21
13236 msgid "git replace [-f] --edit <object>"
13237 msgstr "git replace [-f] --edit <Objekt>"
13239 #: builtin/replace.c:22
13240 msgid "git replace [-f] --graft <commit> [<parent>...]"
13241 msgstr "git replace [-f] --graft <Commit> [<Eltern-Commit>...]"
13243 #: builtin/replace.c:23
13244 msgid "git replace -d <object>..."
13245 msgstr "git replace -d <Objekt>..."
13247 #: builtin/replace.c:24
13248 msgid "git replace [--format=<format>] [-l [<pattern>]]"
13249 msgstr "git replace [--format=<Format>] [-l [<Muster>]]"
13251 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
13253 msgid "Not a valid object name: '%s'"
13254 msgstr "Ungültiger Objekt-Name: '%s'"
13256 #: builtin/replace.c:361
13258 msgid "bad mergetag in commit '%s'"
13259 msgstr "ungültiger Merge-Tag in Commit '%s'"
13261 #: builtin/replace.c:363
13263 msgid "malformed mergetag in commit '%s'"
13264 msgstr "fehlerhafter Merge-Tag in Commit '%s'"
13266 #: builtin/replace.c:374
13269 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
13270 "instead of --graft"
13272 "Der ursprüngliche Commit '%s' enthält Merge-Tag '%s', der verworfen\n"
13273 "wird; benutzen Sie --edit anstatt --graft"
13275 #: builtin/replace.c:407
13277 msgid "the original commit '%s' has a gpg signature."
13278 msgstr "Der ursprüngliche Commit '%s' hat eine GPG-Signatur."
13280 #: builtin/replace.c:408
13281 msgid "the signature will be removed in the replacement commit!"
13282 msgstr "Die Signatur wird in dem Ersetzungs-Commit entfernt!"
13284 #: builtin/replace.c:414
13286 msgid "could not write replacement commit for: '%s'"
13287 msgstr "Konnte Ersetzungs-Commit für '%s' nicht schreiben"
13289 #: builtin/replace.c:438
13290 msgid "list replace refs"
13291 msgstr "ersetzende Referenzen auflisten"
13293 #: builtin/replace.c:439
13294 msgid "delete replace refs"
13295 msgstr "ersetzende Referenzen löschen"
13297 #: builtin/replace.c:440
13298 msgid "edit existing object"
13299 msgstr "existierendes Objekt bearbeiten"
13301 #: builtin/replace.c:441
13302 msgid "change a commit's parents"
13303 msgstr "Eltern-Commits eines Commits ändern"
13305 #: builtin/replace.c:442
13306 msgid "replace the ref if it exists"
13307 msgstr "die Referenz ersetzen, wenn sie existiert"
13309 #: builtin/replace.c:444
13310 msgid "do not pretty-print contents for --edit"
13311 msgstr "keine ansprechende Anzeige des Objektinhaltes für --edit"
13313 #: builtin/replace.c:445
13314 msgid "use this format"
13315 msgstr "das angegebene Format benutzen"
13317 #: builtin/rerere.c:13
13318 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
13319 msgstr "git rerere [clean | forget <Pfad>... | status | remaining | diff | gc]"
13321 #: builtin/rerere.c:59
13322 msgid "register clean resolutions in index"
13323 msgstr "saubere Auflösungen im Index registrieren"
13325 #: builtin/reset.c:29
13327 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
13329 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<Commit>]"
13331 #: builtin/reset.c:30
13332 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
13333 msgstr "git reset [-q] [<Commit-Referenz>] [--] <Pfade>..."
13335 #: builtin/reset.c:31
13336 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
13337 msgstr "git reset --patch [<Commit-Referenz>] [--] [<Pfade>...]"
13339 #: builtin/reset.c:37
13343 #: builtin/reset.c:37
13347 #: builtin/reset.c:37
13351 #: builtin/reset.c:37
13353 msgstr "zusammenführen"
13355 #: builtin/reset.c:37
13359 #: builtin/reset.c:78
13360 msgid "You do not have a valid HEAD."
13361 msgstr "Sie haben keinen gültigen HEAD."
13363 #: builtin/reset.c:80
13364 msgid "Failed to find tree of HEAD."
13365 msgstr "Fehler beim Finden des \"Tree\"-Objektes von HEAD."
13367 #: builtin/reset.c:86
13369 msgid "Failed to find tree of %s."
13370 msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."
13372 #: builtin/reset.c:111
13374 msgid "HEAD is now at %s"
13375 msgstr "HEAD ist jetzt bei %s"
13377 #: builtin/reset.c:189
13379 msgid "Cannot do a %s reset in the middle of a merge."
13380 msgstr "Kann keinen '%s'-Reset durchführen, während ein Merge im Gange ist."
13382 #: builtin/reset.c:289
13383 msgid "be quiet, only report errors"
13384 msgstr "weniger Ausgaben, meldet nur Fehler"
13386 #: builtin/reset.c:291
13387 msgid "reset HEAD and index"
13388 msgstr "HEAD und Index umsetzen"
13390 #: builtin/reset.c:292
13391 msgid "reset only HEAD"
13392 msgstr "nur HEAD umsetzen"
13394 #: builtin/reset.c:294 builtin/reset.c:296
13395 msgid "reset HEAD, index and working tree"
13396 msgstr "HEAD, Index und Arbeitsverzeichnis umsetzen"
13398 #: builtin/reset.c:298
13399 msgid "reset HEAD but keep local changes"
13400 msgstr "HEAD umsetzen, aber lokale Änderungen behalten"
13402 #: builtin/reset.c:304
13403 msgid "record only the fact that removed paths will be added later"
13404 msgstr "nur speichern, dass gelöschte Pfade später hinzugefügt werden sollen"
13406 #: builtin/reset.c:321
13408 msgid "Failed to resolve '%s' as a valid revision."
13409 msgstr "Konnte '%s' nicht als gültigen Commit auflösen."
13411 #: builtin/reset.c:329
13413 msgid "Failed to resolve '%s' as a valid tree."
13414 msgstr "Konnte '%s' nicht als gültiges \"Tree\"-Objekt auflösen."
13416 #: builtin/reset.c:338
13417 msgid "--patch is incompatible with --{hard,mixed,soft}"
13418 msgstr "--patch ist inkompatibel mit --{hard,mixed,soft}"
13420 #: builtin/reset.c:347
13421 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
13423 "--mixed mit Pfaden ist veraltet; benutzen Sie stattdessen 'git reset -- "
13426 #: builtin/reset.c:349
13428 msgid "Cannot do %s reset with paths."
13429 msgstr "Ein '%s'-Reset mit Pfaden ist nicht möglich."
13431 #: builtin/reset.c:359
13433 msgid "%s reset is not allowed in a bare repository"
13434 msgstr "'%s'-Reset ist in einem Bare-Repository nicht erlaubt"
13436 #: builtin/reset.c:363
13437 msgid "-N can only be used with --mixed"
13438 msgstr "-N kann nur mit -mixed benutzt werden"
13440 #: builtin/reset.c:380
13441 msgid "Unstaged changes after reset:"
13442 msgstr "Nicht zum Commit vorgemerkte Änderungen nach Zurücksetzung:"
13444 #: builtin/reset.c:386
13446 msgid "Could not reset index file to revision '%s'."
13447 msgstr "Konnte Index-Datei nicht zu Commit '%s' setzen."
13449 #: builtin/reset.c:390
13450 msgid "Could not write new index file."
13451 msgstr "Konnte neue Index-Datei nicht schreiben."
13453 #: builtin/rev-list.c:397
13454 msgid "cannot combine --exclude-promisor-objects and --missing"
13455 msgstr "--exclude-promisor-objects und --missing können nicht kombiniert werden."
13457 #: builtin/rev-list.c:455
13458 msgid "object filtering requires --objects"
13459 msgstr "Das Filtern von Objekten erfordert --objects."
13461 #: builtin/rev-list.c:458
13463 msgid "invalid sparse value '%s'"
13464 msgstr "Ungültiger \"sparse\"-Wert '%s'."
13466 #: builtin/rev-list.c:499
13467 msgid "rev-list does not support display of notes"
13468 msgstr "rev-list unterstützt keine Anzeige von Notizen"
13470 #: builtin/rev-list.c:502
13471 msgid "cannot combine --use-bitmap-index with object filtering"
13473 "--use-bitmap-index kann nicht mit dem Filtern von Objekten kombiniert werden."
13475 #: builtin/rev-parse.c:402
13476 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
13477 msgstr "git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]"
13479 #: builtin/rev-parse.c:407
13480 msgid "keep the `--` passed as an arg"
13481 msgstr "`--` als Argument lassen"
13483 #: builtin/rev-parse.c:409
13484 msgid "stop parsing after the first non-option argument"
13485 msgstr "das Parsen nach dem ersten Argument, was keine Option ist, stoppen"
13487 #: builtin/rev-parse.c:412
13488 msgid "output in stuck long form"
13490 "Ausgabe in Langform mit Argumenten an den Optionen (getrennt durch '=')"
13492 #: builtin/rev-parse.c:545
13494 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
13495 " or: git rev-parse --sq-quote [<arg>...]\n"
13496 " or: git rev-parse [<options>] [<arg>...]\n"
13498 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
13500 "git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]\n"
13501 " oder: git rev-parse --sq-quote [<Argumente>...]\n"
13502 " oder: git rev-parse [<Optionen>] [<Argumente>...]\n"
13504 "Führen Sie \"git rev-parse --parseopt -h\" für weitere Informationen bei "
13505 "erster Verwendung aus."
13507 #: builtin/revert.c:23
13508 msgid "git revert [<options>] <commit-ish>..."
13509 msgstr "git revert [<Optionen>] <Commit-Angabe>..."
13511 #: builtin/revert.c:24
13512 msgid "git revert <subcommand>"
13513 msgstr "git revert <Unterbefehl>"
13515 #: builtin/revert.c:29
13516 msgid "git cherry-pick [<options>] <commit-ish>..."
13517 msgstr "git cherry-pick [<Optionen>] <Commit-Angabe>..."
13519 #: builtin/revert.c:30
13520 msgid "git cherry-pick <subcommand>"
13521 msgstr "git cherry-pick <Unterbefehl>"
13523 #: builtin/revert.c:90
13525 msgid "%s: %s cannot be used with %s"
13526 msgstr "%s: %s kann nicht mit %s verwendet werden"
13528 #: builtin/revert.c:99
13529 msgid "end revert or cherry-pick sequence"
13530 msgstr "\"revert\" oder \"cherry-pick\" Ablauf beenden"
13532 #: builtin/revert.c:100
13533 msgid "resume revert or cherry-pick sequence"
13534 msgstr "\"revert\" oder \"cherry-pick\" Ablauf fortsetzen"
13536 #: builtin/revert.c:101
13537 msgid "cancel revert or cherry-pick sequence"
13538 msgstr "\"revert\" oder \"cherry-pick\" Ablauf abbrechen"
13540 #: builtin/revert.c:102
13541 msgid "don't automatically commit"
13542 msgstr "nicht automatisch committen"
13544 #: builtin/revert.c:103
13545 msgid "edit the commit message"
13546 msgstr "Commit-Beschreibung bearbeiten"
13548 #: builtin/revert.c:106
13549 msgid "parent-number"
13550 msgstr "Nummer des Elternteils"
13552 #: builtin/revert.c:107
13553 msgid "select mainline parent"
13554 msgstr "Elternteil der Hauptlinie auswählen"
13556 #: builtin/revert.c:109
13557 msgid "merge strategy"
13558 msgstr "Merge-Strategie"
13560 #: builtin/revert.c:110
13564 #: builtin/revert.c:111
13565 msgid "option for merge strategy"
13566 msgstr "Option für Merge-Strategie"
13568 #: builtin/revert.c:120
13569 msgid "append commit name"
13570 msgstr "Commit-Namen anhängen"
13572 #: builtin/revert.c:122
13573 msgid "preserve initially empty commits"
13574 msgstr "ursprüngliche, leere Commits erhalten"
13576 #: builtin/revert.c:124
13577 msgid "keep redundant, empty commits"
13578 msgstr "redundante, leere Commits behalten"
13580 #: builtin/revert.c:214
13581 msgid "revert failed"
13582 msgstr "\"revert\" fehlgeschlagen"
13584 #: builtin/revert.c:227
13585 msgid "cherry-pick failed"
13586 msgstr "\"cherry-pick\" fehlgeschlagen"
13589 msgid "git rm [<options>] [--] <file>..."
13590 msgstr "git rm [<Optionen>] [--] <Datei>..."
13592 #: builtin/rm.c:206
13594 "the following file has staged content different from both the\n"
13595 "file and the HEAD:"
13597 "the following files have staged content different from both the\n"
13598 "file and the HEAD:"
13600 "die folgende Datei hat zum Commit vorgemerkte Änderungen unterschiedlich\n"
13601 "zu der Datei und HEAD:"
13603 "die folgenden Dateien haben zum Commit vorgemerkte Änderungen "
13604 "unterschiedlich\n"
13605 "zu der Datei und HEAD:"
13607 #: builtin/rm.c:211
13610 "(use -f to force removal)"
13613 "(benutzen Sie -f, um die Löschung zu erzwingen)"
13615 #: builtin/rm.c:215
13616 msgid "the following file has changes staged in the index:"
13617 msgid_plural "the following files have changes staged in the index:"
13618 msgstr[0] "die folgende Datei hat zum Commit vorgemerkte Änderungen:"
13619 msgstr[1] "die folgenden Dateien haben zum Commit vorgemerkte Änderungen:"
13621 #: builtin/rm.c:219 builtin/rm.c:228
13624 "(use --cached to keep the file, or -f to force removal)"
13627 "(benutzen Sie --cached, um die Datei zu behalten, oder -f, um das Entfernen "
13630 #: builtin/rm.c:225
13631 msgid "the following file has local modifications:"
13632 msgid_plural "the following files have local modifications:"
13633 msgstr[0] "die folgende Datei hat lokale Änderungen:"
13634 msgstr[1] "die folgenden Dateien haben lokale Änderungen:"
13636 #: builtin/rm.c:243
13637 msgid "do not list removed files"
13638 msgstr "keine gelöschten Dateien auflisten"
13640 #: builtin/rm.c:244
13641 msgid "only remove from the index"
13642 msgstr "nur aus dem Index entfernen"
13644 #: builtin/rm.c:245
13645 msgid "override the up-to-date check"
13646 msgstr "die \"up-to-date\" Prüfung überschreiben"
13648 #: builtin/rm.c:246
13649 msgid "allow recursive removal"
13650 msgstr "rekursives Entfernen erlauben"
13652 #: builtin/rm.c:248
13653 msgid "exit with a zero status even if nothing matched"
13654 msgstr "mit Rückgabewert 0 beenden, wenn keine Übereinstimmung gefunden wurde"
13656 #: builtin/rm.c:307
13658 msgid "not removing '%s' recursively without -r"
13659 msgstr "'%s' wird nicht ohne -r rekursiv entfernt"
13661 #: builtin/rm.c:346
13663 msgid "git rm: unable to remove %s"
13664 msgstr "git rm: konnte %s nicht löschen"
13666 #: builtin/rm.c:369
13668 msgid "could not remove '%s'"
13669 msgstr "Konnte '%s' nicht löschen"
13671 #: builtin/send-pack.c:19
13673 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
13674 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
13676 " --all and explicit <ref> specification are mutually exclusive."
13678 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
13679 "receive-pack>] [--verbose] [--thin] [--atomic] [<Host>:]<Verzeichnis> "
13680 "[<Referenz>...]\n"
13681 " --all und die explizite Angabe einer <Referenz> schließen sich gegenseitig "
13684 #: builtin/send-pack.c:162
13685 msgid "remote name"
13686 msgstr "Name des Remote-Repositories"
13688 #: builtin/send-pack.c:176
13689 msgid "use stateless RPC protocol"
13690 msgstr "zustandsloses RPC-Protokoll verwenden"
13692 #: builtin/send-pack.c:177
13693 msgid "read refs from stdin"
13694 msgstr "Referenzen von der Standard-Eingabe lesen"
13696 #: builtin/send-pack.c:178
13697 msgid "print status from remote helper"
13698 msgstr "Status des Remote-Helpers ausgeben"
13700 #: builtin/shortlog.c:14
13701 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
13702 msgstr "git shortlog [<Optionen>] [<Commitbereich>] [[--] [<Pfad>...]]"
13704 #: builtin/shortlog.c:263
13705 msgid "Group by committer rather than author"
13706 msgstr "über Commit-Ersteller anstatt Autor gruppieren"
13708 #: builtin/shortlog.c:265
13709 msgid "sort output according to the number of commits per author"
13710 msgstr "die Ausgabe entsprechend der Anzahl von Commits pro Autor sortieren"
13712 #: builtin/shortlog.c:267
13713 msgid "Suppress commit descriptions, only provides commit count"
13714 msgstr "Commit-Beschreibungen unterdrücken, nur Anzahl der Commits liefern"
13716 #: builtin/shortlog.c:269
13717 msgid "Show the email address of each author"
13718 msgstr "die E-Mail-Adresse von jedem Autor anzeigen"
13720 #: builtin/shortlog.c:270
13721 msgid "w[,i1[,i2]]"
13722 msgstr "w[,i1[,i2]]"
13724 #: builtin/shortlog.c:271
13725 msgid "Linewrap output"
13726 msgstr "Ausgabe mit Zeilenumbrüchen"
13728 #: builtin/show-branch.c:12
13730 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
13731 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
13732 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
13733 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
13735 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
13736 "\t\t[--current] [--color[=<Wann>] | --no-color] [--sparse]\n"
13737 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
13738 "\t\t[--no-name | --sha1-name] [--topics] [(<Commit> | <glob>)...]"
13740 #: builtin/show-branch.c:16
13741 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
13742 msgstr "git show-branch (-g | --reflog)[=<n>[,<Basis>]] [--list] [<Referenz>]"
13744 #: builtin/show-branch.c:376
13746 msgid "ignoring %s; cannot handle more than %d ref"
13747 msgid_plural "ignoring %s; cannot handle more than %d refs"
13748 msgstr[0] "ignoriere %s; kann nicht mehr als %d Referenz behandeln"
13749 msgstr[1] "ignoriere %s; kann nicht mehr als %d Referenzen behandeln"
13751 #: builtin/show-branch.c:530
13753 msgid "no matching refs with %s"
13754 msgstr "keine übereinstimmenden Referenzen mit %s"
13756 #: builtin/show-branch.c:626
13757 msgid "show remote-tracking and local branches"
13758 msgstr "Remote-Tracking und lokale Branches anzeigen"
13760 #: builtin/show-branch.c:628
13761 msgid "show remote-tracking branches"
13762 msgstr "Remote-Tracking-Branches anzeigen"
13764 #: builtin/show-branch.c:630
13765 msgid "color '*!+-' corresponding to the branch"
13766 msgstr "'*!+-' entsprechend des Branches einfärben"
13768 #: builtin/show-branch.c:632
13769 msgid "show <n> more commits after the common ancestor"
13770 msgstr "<n> weitere Commits nach dem gemeinsamen Vorgänger-Commit anzeigen"
13772 #: builtin/show-branch.c:634
13773 msgid "synonym to more=-1"
13774 msgstr "Synonym für more=-1"
13776 #: builtin/show-branch.c:635
13777 msgid "suppress naming strings"
13778 msgstr "Namen unterdrücken"
13780 #: builtin/show-branch.c:637
13781 msgid "include the current branch"
13782 msgstr "den aktuellen Branch einbeziehen"
13784 #: builtin/show-branch.c:639
13785 msgid "name commits with their object names"
13786 msgstr "Commits nach ihren Objektnamen benennen"
13788 #: builtin/show-branch.c:641
13789 msgid "show possible merge bases"
13790 msgstr "mögliche Merge-Basen anzeigen"
13792 #: builtin/show-branch.c:643
13793 msgid "show refs unreachable from any other ref"
13795 "Referenzen, die unerreichbar von allen anderen Referenzen sind, anzeigen"
13797 #: builtin/show-branch.c:645
13798 msgid "show commits in topological order"
13799 msgstr "Commits in topologischer Ordnung anzeigen"
13801 #: builtin/show-branch.c:648
13802 msgid "show only commits not on the first branch"
13803 msgstr "nur Commits anzeigen, die sich nicht im ersten Branch befinden"
13805 #: builtin/show-branch.c:650
13806 msgid "show merges reachable from only one tip"
13807 msgstr "Merges anzeigen, die nur von einem Branch aus erreichbar sind"
13809 #: builtin/show-branch.c:652
13810 msgid "topologically sort, maintaining date order where possible"
13811 msgstr "topologische Sortierung, Beibehaltung Datumsordnung wo möglich"
13813 #: builtin/show-branch.c:655
13814 msgid "<n>[,<base>]"
13815 msgstr "<n>[,<Basis>]"
13817 #: builtin/show-branch.c:656
13818 msgid "show <n> most recent ref-log entries starting at base"
13819 msgstr "die <n> jüngsten Einträge im Reflog, beginnend an der Basis, anzeigen"
13821 #: builtin/show-branch.c:690
13823 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
13825 "--reflog ist inkompatibel mit --all, --remotes, --independent oder --merge-"
13828 #: builtin/show-branch.c:714
13829 msgid "no branches given, and HEAD is not valid"
13830 msgstr "keine Branches angegeben, und HEAD ist ungültig"
13832 #: builtin/show-branch.c:717
13833 msgid "--reflog option needs one branch name"
13834 msgstr "Die Option --reflog benötigt einen Branchnamen."
13836 #: builtin/show-branch.c:720
13838 msgid "only %d entry can be shown at one time."
13839 msgid_plural "only %d entries can be shown at one time."
13840 msgstr[0] "nur %d Eintrag kann zur selben Zeit angezeigt werden"
13841 msgstr[1] "nur %d Einträge können zur selben Zeit angezeigt werden"
13843 #: builtin/show-branch.c:724
13845 msgid "no such ref %s"
13846 msgstr "Referenz nicht gefunden: %s"
13848 #: builtin/show-branch.c:808
13850 msgid "cannot handle more than %d rev."
13851 msgid_plural "cannot handle more than %d revs."
13852 msgstr[0] "Kann nicht mehr als %d Commit behandeln."
13853 msgstr[1] "Kann nicht mehr als %d Commits behandeln."
13855 #: builtin/show-branch.c:812
13857 msgid "'%s' is not a valid ref."
13858 msgstr "'%s' ist keine gültige Referenz."
13860 #: builtin/show-branch.c:815
13862 msgid "cannot find commit %s (%s)"
13863 msgstr "kann Commit %s (%s) nicht finden"
13865 #: builtin/show-ref.c:10
13867 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
13868 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
13870 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
13871 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<Muster>...] "
13873 #: builtin/show-ref.c:11
13874 msgid "git show-ref --exclude-existing[=<pattern>]"
13875 msgstr "git show-ref --exclude-existing[=<Muster>]"
13877 #: builtin/show-ref.c:159
13878 msgid "only show tags (can be combined with heads)"
13879 msgstr "nur Tags anzeigen (kann mit \"heads\" kombiniert werden)"
13881 #: builtin/show-ref.c:160
13882 msgid "only show heads (can be combined with tags)"
13883 msgstr "nur Branches anzeigen (kann mit \"tags\" kombiniert werden)"
13885 #: builtin/show-ref.c:161
13886 msgid "stricter reference checking, requires exact ref path"
13887 msgstr "strengere Referenzprüfung, erfordert exakten Referenzpfad"
13889 #: builtin/show-ref.c:164 builtin/show-ref.c:166
13890 msgid "show the HEAD reference, even if it would be filtered out"
13892 "die HEAD-Referenz anzeigen, selbst wenn diese ausgefiltert werden würde"
13894 #: builtin/show-ref.c:168
13895 msgid "dereference tags into object IDs"
13896 msgstr "Tags in Objekt-Identifikationen dereferenzieren"
13898 #: builtin/show-ref.c:170
13899 msgid "only show SHA1 hash using <n> digits"
13900 msgstr "nur SHA1 Hash mit <n> Ziffern anzeigen"
13902 #: builtin/show-ref.c:174
13903 msgid "do not print results to stdout (useful with --verify)"
13905 "keine Ausgabe der Ergebnisse in die Standard-Ausgabe (nützlich mit --verify)"
13907 #: builtin/show-ref.c:176
13908 msgid "show refs from stdin that aren't in local repository"
13910 "Referenzen von der Standard-Eingabe anzeigen, die sich nicht im lokalen "
13911 "Repository befinden"
13913 #: builtin/stripspace.c:18
13914 msgid "git stripspace [-s | --strip-comments]"
13915 msgstr "git stripspace [-s | --strip-comments]"
13917 #: builtin/stripspace.c:19
13918 msgid "git stripspace [-c | --comment-lines]"
13919 msgstr "git stripspace [-c | --comment-lines]"
13921 #: builtin/stripspace.c:36
13922 msgid "skip and remove all lines starting with comment character"
13924 "alle Zeilen, die mit dem Kommentarzeichen beginnen, überspringen und "
13927 #: builtin/stripspace.c:39
13928 msgid "prepend comment character and space to each line"
13929 msgstr "Kommentarzeichen mit Leerzeichen an jede Zeile voranstellen"
13931 #: builtin/submodule--helper.c:35 builtin/submodule--helper.c:1669
13933 msgid "No such ref: %s"
13934 msgstr "Referenz nicht gefunden: %s"
13936 #: builtin/submodule--helper.c:42 builtin/submodule--helper.c:1678
13938 msgid "Expecting a full ref name, got %s"
13939 msgstr "Vollständiger Referenzname erwartet, %s erhalten"
13941 #: builtin/submodule--helper.c:59
13942 msgid "submodule--helper print-default-remote takes no arguments"
13943 msgstr "'submodule--helper print-default-remote' erwartet keine Argumente."
13945 #: builtin/submodule--helper.c:96
13947 msgid "cannot strip one component off url '%s'"
13948 msgstr "Kann eine Komponente von URL '%s' nicht extrahieren"
13950 #: builtin/submodule--helper.c:404 builtin/submodule--helper.c:1198
13951 msgid "alternative anchor for relative paths"
13952 msgstr "Alternativer Anker für relative Pfade"
13954 #: builtin/submodule--helper.c:409
13955 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
13956 msgstr "git submodule--helper list [--prefix=<Pfad>] [<Pfad>...]"
13958 #: builtin/submodule--helper.c:460 builtin/submodule--helper.c:483
13960 msgid "No url found for submodule path '%s' in .gitmodules"
13961 msgstr "Keine URL für Submodul-Pfad '%s' in .gitmodules gefunden"
13963 #: builtin/submodule--helper.c:498
13966 "could not lookup configuration '%s'. Assuming this repository is its own "
13967 "authoritative upstream."
13969 "Konnte Konfiguration '%s' nicht nachschlagen. Nehme an, dass dieses "
13971 "sein eigenes verbindliches Upstream-Repository ist."
13973 #: builtin/submodule--helper.c:509
13975 msgid "Failed to register url for submodule path '%s'"
13977 "Fehler beim Eintragen der URL für Submodul-Pfad '%s' in die Konfiguration."
13979 #: builtin/submodule--helper.c:513
13981 msgid "Submodule '%s' (%s) registered for path '%s'\n"
13982 msgstr "Submodul '%s' (%s) für Pfad '%s' in die Konfiguration eingetragen.\n"
13984 #: builtin/submodule--helper.c:523
13986 msgid "warning: command update mode suggested for submodule '%s'\n"
13987 msgstr "Warnung: 'update'-Modus für Submodul '%s' vorgeschlagen\n"
13989 #: builtin/submodule--helper.c:530
13991 msgid "Failed to register update mode for submodule path '%s'"
13993 "Fehler bei Änderung des Aktualisierungsmodus für Submodul-Pfad '%s' in der\n"
13996 #: builtin/submodule--helper.c:552
13997 msgid "Suppress output for initializing a submodule"
13998 msgstr "Ausgaben bei Initialisierung eines Submoduls unterdrücken"
14000 #: builtin/submodule--helper.c:557
14001 msgid "git submodule--helper init [<path>]"
14002 msgstr "git submodule--helper init [<Pfad>]"
14004 #: builtin/submodule--helper.c:625 builtin/submodule--helper.c:747
14006 msgid "no submodule mapping found in .gitmodules for path '%s'"
14007 msgstr "Keine Submodul-Zuordnung in .gitmodules für Pfad '%s' gefunden"
14009 #: builtin/submodule--helper.c:660
14011 msgid "could not resolve HEAD ref inside the submodule '%s'"
14012 msgstr "Konnte HEAD-Referenz nicht innerhalb des Submodul-Pfads '%s' auflösen."
14014 #: builtin/submodule--helper.c:687 builtin/submodule--helper.c:856
14016 msgid "failed to recurse into submodule '%s'"
14017 msgstr "Fehler bei Rekursion in Submodul '%s'."
14019 #: builtin/submodule--helper.c:711 builtin/submodule--helper.c:1021
14020 msgid "Suppress submodule status output"
14021 msgstr "Ausgabe über Submodul-Status unterdrücken"
14023 #: builtin/submodule--helper.c:712
14025 "Use commit stored in the index instead of the one stored in the submodule "
14028 "Benutze den Commit, der im Index gespeichert ist, statt den im Submodul HEAD"
14030 #: builtin/submodule--helper.c:713
14031 msgid "recurse into nested submodules"
14032 msgstr "Rekursion in verschachtelte Submodule durchführen"
14034 #: builtin/submodule--helper.c:718
14035 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
14036 msgstr "git submodule status [--quiet] [--cached] [--recursive] [<Pfad>...]"
14038 #: builtin/submodule--helper.c:742
14039 msgid "git submodule--helper name <path>"
14040 msgstr "git submodule--helper name <Pfad>"
14042 #: builtin/submodule--helper.c:806
14044 msgid "Synchronizing submodule url for '%s'\n"
14045 msgstr "Synchronisiere Submodul-URL für '%s'\n"
14047 #: builtin/submodule--helper.c:812
14049 msgid "failed to register url for submodule path '%s'"
14050 msgstr "Fehler beim Registrieren der URL für Submodul-Pfad '%s'."
14052 #: builtin/submodule--helper.c:826
14054 msgid "failed to get the default remote for submodule '%s'"
14055 msgstr "Fehler beim Lesen des Standard-Remote-Repositories für Submodul '%s'."
14057 #: builtin/submodule--helper.c:837
14059 msgid "failed to update remote for submodule '%s'"
14060 msgstr "Fehler beim Aktualisieren des Remote-Repositories für Submodul '%s'."
14062 #: builtin/submodule--helper.c:885
14063 msgid "Suppress output of synchronizing submodule url"
14064 msgstr "Ausgaben bei der Synchronisierung der Submodul-URLs unterdrücken"
14066 #: builtin/submodule--helper.c:887
14067 msgid "Recurse into nested submodules"
14068 msgstr "Rekursion in verschachtelte Submodule durchführen"
14070 #: builtin/submodule--helper.c:892
14071 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
14072 msgstr "git submodule--helper sync [--quiet] [--recursive] [<Pfad>]"
14074 #: builtin/submodule--helper.c:946
14077 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
14078 "really want to remove it including all of its history)"
14080 "Arbeitsverzeichnis von Submodul in '%s' enthält ein .git-Verzeichnis\n"
14081 "(benutzen Sie 'rm -rf', wenn Sie dieses wirklich mitsamt seiner Historie\n"
14084 #: builtin/submodule--helper.c:958
14087 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
14090 "Arbeitsverzeichnis von Submodul in '%s' enthält lokale Änderungen;\n"
14091 "verwenden Sie '-f', um diese zu verwerfen."
14093 #: builtin/submodule--helper.c:966
14095 msgid "Cleared directory '%s'\n"
14096 msgstr "Verzeichnis '%s' bereinigt.\n"
14098 #: builtin/submodule--helper.c:968
14100 msgid "Could not remove submodule work tree '%s'\n"
14101 msgstr "Konnte Arbeitsverzeichnis des Submoduls in '%s' nicht löschen.\n"
14103 #: builtin/submodule--helper.c:977
14105 msgid "could not create empty submodule directory %s"
14106 msgstr "Konnte kein leeres Verzeichnis für Submodul in '%s' erstellen."
14108 #: builtin/submodule--helper.c:993
14110 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
14111 msgstr "Submodul '%s' (%s) für Pfad '%s' ausgetragen.\n"
14113 #: builtin/submodule--helper.c:1022
14114 msgid "Remove submodule working trees even if they contain local changes"
14115 msgstr "Arbeitsverzeichnisse von Submodulen löschen, auch wenn lokale Änderungen vorliegen"
14117 #: builtin/submodule--helper.c:1023
14118 msgid "Unregister all submodules"
14119 msgstr "alle Submodule austragen"
14121 #: builtin/submodule--helper.c:1028
14123 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
14124 msgstr "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<Pfad>...]]"
14126 #: builtin/submodule--helper.c:1042
14127 msgid "Use '--all' if you really want to deinitialize all submodules"
14129 "Verwenden Sie '--all', wenn Sie wirklich alle Submodule deinitialisieren\n"
14132 #: builtin/submodule--helper.c:1133 builtin/submodule--helper.c:1136
14134 msgid "submodule '%s' cannot add alternate: %s"
14135 msgstr "Submodul '%s' kann Alternative nicht hinzufügen: %s"
14137 #: builtin/submodule--helper.c:1172
14139 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
14140 msgstr "Wert '%s' für submodule.alternateErrorStrategy wird nicht erkannt"
14142 #: builtin/submodule--helper.c:1179
14144 msgid "Value '%s' for submodule.alternateLocation is not recognized"
14145 msgstr "Wert '%s' für submodule.alternateLocation wird nicht erkannt."
14147 #: builtin/submodule--helper.c:1201
14148 msgid "where the new submodule will be cloned to"
14149 msgstr "Pfad für neues Submodul"
14151 #: builtin/submodule--helper.c:1204
14152 msgid "name of the new submodule"
14153 msgstr "Name des neuen Submoduls"
14155 #: builtin/submodule--helper.c:1207
14156 msgid "url where to clone the submodule from"
14157 msgstr "URL von der das Submodul geklont wird"
14159 #: builtin/submodule--helper.c:1213
14160 msgid "depth for shallow clones"
14161 msgstr "Tiefe des Klons mit unvollständiger Historie (shallow)"
14163 #: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1587
14164 msgid "force cloning progress"
14165 msgstr "Fortschrittsanzeige beim Klonen erzwingen"
14167 #: builtin/submodule--helper.c:1221
14169 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
14170 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
14172 "git submodule--helper clone [--prefix=<Pfad>] [--quiet] [--reference "
14173 "<Repository>] [--name <Name>] [--url <URL>] [--name <Name>] [--depth "
14174 "<Tiefe>] --url <URL> --path <Pfad>"
14176 #: builtin/submodule--helper.c:1252
14178 msgid "clone of '%s' into submodule path '%s' failed"
14179 msgstr "Klonen von '%s' in Submodul-Pfad '%s' fehlgeschlagen"
14181 #: builtin/submodule--helper.c:1267
14183 msgid "could not get submodule directory for '%s'"
14184 msgstr "Konnte Submodul-Verzeichnis '%s' nicht finden."
14186 #: builtin/submodule--helper.c:1332
14188 msgid "Submodule path '%s' not initialized"
14189 msgstr "Submodul-Pfad '%s' nicht initialisiert"
14191 #: builtin/submodule--helper.c:1336
14192 msgid "Maybe you want to use 'update --init'?"
14193 msgstr "Meinten Sie vielleicht 'update --init'?"
14195 #: builtin/submodule--helper.c:1365
14197 msgid "Skipping unmerged submodule %s"
14198 msgstr "Überspringe nicht zusammengeführtes Submodul %s"
14200 #: builtin/submodule--helper.c:1394
14202 msgid "Skipping submodule '%s'"
14203 msgstr "Überspringe Submodul '%s'"
14205 #: builtin/submodule--helper.c:1527
14207 msgid "Failed to clone '%s'. Retry scheduled"
14208 msgstr "Fehler beim Klonen von '%s'. Weiterer Versuch geplant"
14210 #: builtin/submodule--helper.c:1538
14212 msgid "Failed to clone '%s' a second time, aborting"
14213 msgstr "Zweiter Versuch '%s' zu klonen fehlgeschlagen, breche ab."
14215 #: builtin/submodule--helper.c:1568 builtin/submodule--helper.c:1788
14216 msgid "path into the working tree"
14217 msgstr "Pfad zum Arbeitsverzeichnis"
14219 #: builtin/submodule--helper.c:1571
14220 msgid "path into the working tree, across nested submodule boundaries"
14222 "Pfad zum Arbeitsverzeichnis, über verschachtelte Submodul-Grenzen hinweg"
14224 #: builtin/submodule--helper.c:1575
14225 msgid "rebase, merge, checkout or none"
14226 msgstr "rebase, merge, checkout oder none"
14228 #: builtin/submodule--helper.c:1579
14229 msgid "Create a shallow clone truncated to the specified number of revisions"
14231 "Erstellung eines Klons mit unvollständiger Historie (shallow), abgeschnitten "
14233 "der angegebenen Anzahl von Commits."
14235 #: builtin/submodule--helper.c:1582
14236 msgid "parallel jobs"
14237 msgstr "Parallele Ausführungen"
14239 #: builtin/submodule--helper.c:1584
14240 msgid "whether the initial clone should follow the shallow recommendation"
14242 "ob das initiale Klonen den Empfehlungen für eine unvollständige\n"
14243 "Historie (shallow) folgen soll"
14245 #: builtin/submodule--helper.c:1585
14246 msgid "don't print cloning progress"
14247 msgstr "keine Fortschrittsanzeige beim Klonen"
14249 #: builtin/submodule--helper.c:1592
14250 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
14251 msgstr "git submodule--helper update_clone [--prefix=<Pfad>] [<Pfad>...]"
14253 #: builtin/submodule--helper.c:1605
14254 msgid "bad value for update parameter"
14255 msgstr "Fehlerhafter Wert für --update Parameter"
14257 #: builtin/submodule--helper.c:1673
14260 "Submodule (%s) branch configured to inherit branch from superproject, but "
14261 "the superproject is not on any branch"
14263 "Branch von Submodul (%s) ist konfiguriert, den Branch des Hauptprojektes\n"
14264 "zu erben, aber das Hauptprojekt befindet sich auf keinem Branch."
14266 #: builtin/submodule--helper.c:1789
14267 msgid "recurse into submodules"
14268 msgstr "Rekursion in Submodule durchführen"
14270 #: builtin/submodule--helper.c:1795
14271 msgid "git submodule--helper embed-git-dir [<path>...]"
14272 msgstr "git submodule--helper embed-git-dir [<Pfad>...]"
14274 #: builtin/submodule--helper.c:1857
14276 msgid "%s doesn't support --super-prefix"
14277 msgstr "%s unterstützt kein --super-prefix"
14279 #: builtin/submodule--helper.c:1863
14281 msgid "'%s' is not a valid submodule--helper subcommand"
14282 msgstr "'%s' ist kein gültiger Unterbefehl von submodule--helper"
14284 #: builtin/symbolic-ref.c:8
14285 msgid "git symbolic-ref [<options>] <name> [<ref>]"
14286 msgstr "git symbolic-ref [<Optionen>] <Name> [<Referenz>]"
14288 #: builtin/symbolic-ref.c:9
14289 msgid "git symbolic-ref -d [-q] <name>"
14290 msgstr "git symbolic-ref -d [-q] <Name>"
14292 #: builtin/symbolic-ref.c:40
14293 msgid "suppress error message for non-symbolic (detached) refs"
14295 "Fehlermeldungen für nicht-symbolische (losgelöste) Referenzen unterdrücken"
14297 #: builtin/symbolic-ref.c:41
14298 msgid "delete symbolic ref"
14299 msgstr "symbolische Referenzen löschen"
14301 #: builtin/symbolic-ref.c:42
14302 msgid "shorten ref output"
14303 msgstr "verkürzte Ausgabe der Referenzen"
14305 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
14309 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
14310 msgid "reason of the update"
14311 msgstr "Grund für die Aktualisierung"
14313 #: builtin/tag.c:24
14315 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
14318 "git tag [-a | -s | -u <Schlüssel-id>] [-f] [-m <Beschreibung> | -F <Datei>] "
14319 "<Tagname> [<Commit>]"
14321 #: builtin/tag.c:25
14322 msgid "git tag -d <tagname>..."
14323 msgstr "git tag -d <Tagname>..."
14325 #: builtin/tag.c:26
14327 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
14328 "points-at <object>]\n"
14329 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
14331 "git tag -l [-n[<Nummer>]] [--contains <Commit>] [--no-contains <Commit>] [--"
14332 "points-at <Objekt>]\n"
14333 "\t\t[--format=<Muster>] [--[no-]merged [<Commit>]] [<Muster>...]"
14335 #: builtin/tag.c:28
14336 msgid "git tag -v [--format=<format>] <tagname>..."
14337 msgstr "git tag -v [--format=<Format>] <Tagname>..."
14339 #: builtin/tag.c:86
14341 msgid "tag '%s' not found."
14342 msgstr "Tag '%s' nicht gefunden."
14344 #: builtin/tag.c:102
14346 msgid "Deleted tag '%s' (was %s)\n"
14347 msgstr "Tag '%s' gelöscht (war %s)\n"
14349 #: builtin/tag.c:131
14353 "Write a message for tag:\n"
14355 "Lines starting with '%c' will be ignored.\n"
14358 "Geben Sie eine Beschreibung für Tag\n"
14360 "ein. Zeilen, die mit '%c' beginnen, werden ignoriert.\n"
14362 #: builtin/tag.c:135
14366 "Write a message for tag:\n"
14368 "Lines starting with '%c' will be kept; you may remove them yourself if you "
14372 "Geben Sie eine Beschreibung für Tag\n"
14374 "ein. Zeilen, die mit '%c' beginnen, werden behalten; Sie dürfen diese\n"
14375 "selbst entfernen wenn Sie möchten.\n"
14377 #: builtin/tag.c:189
14378 msgid "unable to sign the tag"
14379 msgstr "konnte Tag nicht signieren"
14381 #: builtin/tag.c:191
14382 msgid "unable to write tag file"
14383 msgstr "konnte Tag-Datei nicht schreiben"
14385 #: builtin/tag.c:216
14386 msgid "bad object type."
14387 msgstr "ungültiger Objekt-Typ"
14389 #: builtin/tag.c:265
14390 msgid "no tag message?"
14391 msgstr "keine Tag-Beschreibung?"
14393 #: builtin/tag.c:272
14395 msgid "The tag message has been left in %s\n"
14396 msgstr "Die Tag-Beschreibung wurde gelassen in %s\n"
14398 #: builtin/tag.c:381
14399 msgid "list tag names"
14400 msgstr "Tagnamen auflisten"
14402 #: builtin/tag.c:383
14403 msgid "print <n> lines of each tag message"
14404 msgstr "<n> Zeilen jeder Tag-Beschreibung anzeigen"
14406 #: builtin/tag.c:385
14407 msgid "delete tags"
14408 msgstr "Tags löschen"
14410 #: builtin/tag.c:386
14411 msgid "verify tags"
14412 msgstr "Tags überprüfen"
14414 #: builtin/tag.c:388
14415 msgid "Tag creation options"
14416 msgstr "Optionen für Erstellung von Tags"
14418 #: builtin/tag.c:390
14419 msgid "annotated tag, needs a message"
14420 msgstr "annotiertes Tag, benötigt eine Beschreibung"
14422 #: builtin/tag.c:392
14423 msgid "tag message"
14424 msgstr "Tag-Beschreibung"
14426 #: builtin/tag.c:394
14427 msgid "force edit of tag message"
14428 msgstr "Bearbeitung der Tag-Beschreibung erzwingen"
14430 #: builtin/tag.c:395
14431 msgid "annotated and GPG-signed tag"
14432 msgstr "annotiertes und GPG-signiertes Tag"
14434 #: builtin/tag.c:399
14435 msgid "use another key to sign the tag"
14436 msgstr "einen anderen Schlüssel verwenden, um das Tag zu signieren"
14438 #: builtin/tag.c:400
14439 msgid "replace the tag if exists"
14440 msgstr "das Tag ersetzen, wenn es existiert"
14442 #: builtin/tag.c:401 builtin/update-ref.c:368
14443 msgid "create a reflog"
14444 msgstr "Reflog erstellen"
14446 #: builtin/tag.c:403
14447 msgid "Tag listing options"
14448 msgstr "Optionen für Auflistung der Tags"
14450 #: builtin/tag.c:404
14451 msgid "show tag list in columns"
14452 msgstr "Liste der Tags in Spalten anzeigen"
14454 #: builtin/tag.c:405 builtin/tag.c:407
14455 msgid "print only tags that contain the commit"
14456 msgstr "nur Tags ausgeben, die diesen Commit beinhalten"
14458 #: builtin/tag.c:406 builtin/tag.c:408
14459 msgid "print only tags that don't contain the commit"
14460 msgstr "nur Tags ausgeben, die diesen Commit nicht enthalten"
14462 #: builtin/tag.c:409
14463 msgid "print only tags that are merged"
14464 msgstr "nur Tags ausgeben, die gemerged wurden"
14466 #: builtin/tag.c:410
14467 msgid "print only tags that are not merged"
14468 msgstr "nur Tags ausgeben, die nicht gemerged wurden"
14470 #: builtin/tag.c:415
14471 msgid "print only tags of the object"
14472 msgstr "nur Tags von dem Objekt ausgeben"
14474 #: builtin/tag.c:459
14475 msgid "--column and -n are incompatible"
14476 msgstr "--column und -n sind inkompatibel"
14478 #: builtin/tag.c:481
14479 msgid "-n option is only allowed in list mode"
14480 msgstr "Die Option -n ist nur im Listenmodus erlaubt."
14482 #: builtin/tag.c:483
14483 msgid "--contains option is only allowed in list mode"
14484 msgstr "Die Option --contains ist nur im Listenmodus erlaubt."
14486 #: builtin/tag.c:485
14487 msgid "--no-contains option is only allowed in list mode"
14488 msgstr "Die Option --no-contains ist nur im Listenmodus erlaubt."
14490 #: builtin/tag.c:487
14491 msgid "--points-at option is only allowed in list mode"
14492 msgstr "Die Option --points-at ist nur im Listenmodus erlaubt."
14494 #: builtin/tag.c:489
14495 msgid "--merged and --no-merged options are only allowed in list mode"
14496 msgstr "Die Optionen --merged und --no-merged sind nur im Listenmodus erlaubt."
14498 #: builtin/tag.c:500
14499 msgid "only one -F or -m option is allowed."
14500 msgstr "nur eine -F oder -m Option ist erlaubt."
14502 #: builtin/tag.c:519
14503 msgid "too many params"
14504 msgstr "zu viele Parameter"
14506 #: builtin/tag.c:525
14508 msgid "'%s' is not a valid tag name."
14509 msgstr "'%s' ist kein gültiger Tagname."
14511 #: builtin/tag.c:530
14513 msgid "tag '%s' already exists"
14514 msgstr "Tag '%s' existiert bereits"
14516 #: builtin/tag.c:561
14518 msgid "Updated tag '%s' (was %s)\n"
14519 msgstr "Tag '%s' aktualisiert (war %s)\n"
14521 #: builtin/unpack-objects.c:498
14522 msgid "Unpacking objects"
14523 msgstr "Entpacke Objekte"
14525 #: builtin/update-index.c:82
14527 msgid "failed to create directory %s"
14528 msgstr "Fehler beim Erstellen von Verzeichnis '%s'"
14530 #: builtin/update-index.c:88
14532 msgid "failed to stat %s"
14533 msgstr "Konnte '%s' nicht lesen"
14535 #: builtin/update-index.c:98
14537 msgid "failed to create file %s"
14538 msgstr "Konnte Datei '%s' nicht erstellen"
14540 #: builtin/update-index.c:106
14542 msgid "failed to delete file %s"
14543 msgstr "Konnte Datei '%s' nicht löschen"
14545 #: builtin/update-index.c:113 builtin/update-index.c:219
14547 msgid "failed to delete directory %s"
14548 msgstr "Konnte Verzeichnis '%s' nicht löschen"
14550 #: builtin/update-index.c:138
14552 msgid "Testing mtime in '%s' "
14553 msgstr "Prüfe mtime in '%s' "
14555 #: builtin/update-index.c:152
14556 msgid "directory stat info does not change after adding a new file"
14558 "Verzeichnisinformationen haben sich nach Hinzufügen einer neuen Datei nicht "
14561 #: builtin/update-index.c:165
14562 msgid "directory stat info does not change after adding a new directory"
14564 "Verzeichnisinformationen haben sich nach Hinzufügen eines neuen "
14565 "Verzeichnisses nicht geändert"
14567 #: builtin/update-index.c:178
14568 msgid "directory stat info changes after updating a file"
14570 "Verzeichnisinformationen haben sich nach Aktualisierung einer Datei geändert"
14572 #: builtin/update-index.c:189
14573 msgid "directory stat info changes after adding a file inside subdirectory"
14575 "Verzeichnisinformationen haben sich nach Hinzufügen einer Datei in ein "
14576 "Unterverzeichnis geändert"
14578 #: builtin/update-index.c:200
14579 msgid "directory stat info does not change after deleting a file"
14581 "Verzeichnisinformationen haben sich nach dem Löschen einer Datei nicht "
14584 #: builtin/update-index.c:213
14585 msgid "directory stat info does not change after deleting a directory"
14587 "Verzeichnisinformationen haben sich nach dem Löschen eines Verzeichnisses "
14590 #: builtin/update-index.c:220
14594 #: builtin/update-index.c:579
14595 msgid "git update-index [<options>] [--] [<file>...]"
14596 msgstr "git update-index [<Optionen>] [--] [<Datei>...]"
14598 #: builtin/update-index.c:936
14599 msgid "continue refresh even when index needs update"
14601 "Aktualisierung fortsetzen, auch wenn der Index aktualisiert werden muss"
14603 #: builtin/update-index.c:939
14604 msgid "refresh: ignore submodules"
14605 msgstr "Aktualisierung: ignoriert Submodule"
14607 #: builtin/update-index.c:942
14608 msgid "do not ignore new files"
14609 msgstr "keine neuen Dateien ignorieren"
14611 #: builtin/update-index.c:944
14612 msgid "let files replace directories and vice-versa"
14613 msgstr "Dateien Verzeichnisse ersetzen lassen, und umgedreht"
14615 #: builtin/update-index.c:946
14616 msgid "notice files missing from worktree"
14617 msgstr "fehlende Dateien im Arbeitsverzeichnis beachten"
14619 #: builtin/update-index.c:948
14620 msgid "refresh even if index contains unmerged entries"
14622 "aktualisieren, auch wenn der Index nicht zusammengeführte Einträge beinhaltet"
14624 #: builtin/update-index.c:951
14625 msgid "refresh stat information"
14626 msgstr "Dateiinformationen aktualisieren"
14628 #: builtin/update-index.c:955
14629 msgid "like --refresh, but ignore assume-unchanged setting"
14630 msgstr "wie --refresh, ignoriert aber \"assume-unchanged\" Einstellung"
14632 #: builtin/update-index.c:959
14633 msgid "<mode>,<object>,<path>"
14634 msgstr "<Modus>,<Objekt>,<Pfad>"
14636 #: builtin/update-index.c:960
14637 msgid "add the specified entry to the index"
14638 msgstr "den angegebenen Eintrag zum Commit vormerken"
14640 #: builtin/update-index.c:969
14641 msgid "mark files as \"not changing\""
14642 msgstr "diese Datei immer als unverändert betrachten"
14644 #: builtin/update-index.c:972
14645 msgid "clear assumed-unchanged bit"
14646 msgstr "\"assumed-unchanged\"-Bit löschen"
14648 #: builtin/update-index.c:975
14649 msgid "mark files as \"index-only\""
14650 msgstr "Dateien als \"index-only\" markieren"
14652 #: builtin/update-index.c:978
14653 msgid "clear skip-worktree bit"
14654 msgstr "\"skip-worktree\"-Bit löschen"
14656 #: builtin/update-index.c:981
14657 msgid "add to index only; do not add content to object database"
14659 "die Änderungen nur zum Commit vormerken; Inhalt wird nicht der Objekt-"
14660 "Datenbank hinzugefügt"
14662 #: builtin/update-index.c:983
14663 msgid "remove named paths even if present in worktree"
14665 "benannte Pfade löschen, auch wenn sie sich im Arbeitsverzeichnis befinden"
14667 #: builtin/update-index.c:985
14668 msgid "with --stdin: input lines are terminated by null bytes"
14669 msgstr "mit --stdin: eingegebene Zeilen sind durch NUL-Bytes abgeschlossen"
14671 #: builtin/update-index.c:987
14672 msgid "read list of paths to be updated from standard input"
14673 msgstr "Liste der zu aktualisierenden Pfade von der Standard-Eingabe lesen"
14675 #: builtin/update-index.c:991
14676 msgid "add entries from standard input to the index"
14677 msgstr "Einträge von der Standard-Eingabe zum Commit vormerken"
14679 #: builtin/update-index.c:995
14680 msgid "repopulate stages #2 and #3 for the listed paths"
14682 "wiederholtes Einpflegen der Zustände #2 und #3 für die aufgelisteten Pfade"
14684 #: builtin/update-index.c:999
14685 msgid "only update entries that differ from HEAD"
14686 msgstr "nur Einträge aktualisieren, die unterschiedlich zu HEAD sind"
14688 #: builtin/update-index.c:1003
14689 msgid "ignore files missing from worktree"
14690 msgstr "fehlende Dateien im Arbeitsverzeichnis ignorieren"
14692 #: builtin/update-index.c:1006
14693 msgid "report actions to standard output"
14694 msgstr "die Aktionen in der Standard-Ausgabe ausgeben"
14696 #: builtin/update-index.c:1008
14697 msgid "(for porcelains) forget saved unresolved conflicts"
14698 msgstr "(für Fremdprogramme) keine gespeicherten, nicht aufgelöste Konflikte"
14700 #: builtin/update-index.c:1012
14701 msgid "write index in this format"
14702 msgstr "Index-Datei in diesem Format schreiben"
14704 #: builtin/update-index.c:1014
14705 msgid "enable or disable split index"
14706 msgstr "Splitting des Index aktivieren oder deaktivieren"
14708 #: builtin/update-index.c:1016
14709 msgid "enable/disable untracked cache"
14710 msgstr "Cache für unversionierte Dateien aktivieren oder deaktivieren"
14712 #: builtin/update-index.c:1018
14713 msgid "test if the filesystem supports untracked cache"
14715 "prüfen, ob das Dateisystem einen Cache für unversionierte Dateien unterstützt"
14717 #: builtin/update-index.c:1020
14718 msgid "enable untracked cache without testing the filesystem"
14720 "Cache für unversionierte Dateien ohne Prüfung des Dateisystems aktivieren"
14722 #: builtin/update-index.c:1022
14723 msgid "write out the index even if is not flagged as changed"
14724 msgstr "Index rausschreiben, auch wenn dieser nicht als geändert markiert ist"
14726 #: builtin/update-index.c:1024
14727 msgid "enable or disable file system monitor"
14728 msgstr "Dateisystem-Monitor aktivieren oder deaktivieren"
14730 #: builtin/update-index.c:1026
14731 msgid "mark files as fsmonitor valid"
14732 msgstr "Dateien als \"fsmonitor valid\" markieren"
14734 #: builtin/update-index.c:1029
14735 msgid "clear fsmonitor valid bit"
14736 msgstr "\"fsmonitor valid\"-Bit löschen"
14738 #: builtin/update-index.c:1127
14740 "core.splitIndex is set to false; remove or change it, if you really want to "
14741 "enable split index"
14743 "core.splitIndex ist auf 'false' gesetzt. Entfernen oder ändern Sie dies,\n"
14744 "wenn sie wirklich das Splitting des Index aktivieren möchten."
14746 #: builtin/update-index.c:1136
14748 "core.splitIndex is set to true; remove or change it, if you really want to "
14749 "disable split index"
14751 "core.splitIndex ist auf 'true' gesetzt. Entfernen oder ändern Sie dies,\n"
14752 "wenn Sie wirklich das Splitting des Index deaktivieren möchten."
14754 #: builtin/update-index.c:1147
14756 "core.untrackedCache is set to true; remove or change it, if you really want "
14757 "to disable the untracked cache"
14759 "core.untrackedCache ist auf 'true' gesetzt. Entfernen oder ändern Sie dies,\n"
14760 "wenn Sie wirklich den Cache für unversionierte Dateien deaktivieren möchten."
14762 #: builtin/update-index.c:1151
14763 msgid "Untracked cache disabled"
14764 msgstr "Cache für unversionierte Dateien deaktiviert"
14766 #: builtin/update-index.c:1159
14768 "core.untrackedCache is set to false; remove or change it, if you really want "
14769 "to enable the untracked cache"
14771 "core.untrackedCache ist auf 'false' gesetzt. Entfernen oder ändern Sie "
14773 "wenn sie wirklich den Cache für unversionierte Dateien aktivieren möchten."
14775 #: builtin/update-index.c:1163
14777 msgid "Untracked cache enabled for '%s'"
14778 msgstr "Cache für unversionierte Dateien für '%s' aktiviert"
14780 #: builtin/update-index.c:1171
14781 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
14783 "core.fsmonitor nicht gesetzt. Setzen Sie es, wenn Sie den Dateisystem-"
14785 "wirklich aktivieren möchten."
14787 #: builtin/update-index.c:1175
14788 msgid "fsmonitor enabled"
14789 msgstr "Dateisystem-Monitor aktiviert"
14791 #: builtin/update-index.c:1178
14793 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
14795 "core.fsmonitor ist gesetzt. Löschen Sie es, wenn Sie den Dateisystem-"
14797 "wirklich deaktivieren möchten."
14799 #: builtin/update-index.c:1182
14800 msgid "fsmonitor disabled"
14801 msgstr "Dateisystem-Monitor deaktiviert"
14803 #: builtin/update-ref.c:10
14804 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
14805 msgstr "git update-ref [<Optionen>] -d <Referenzname> [<alter-Wert>]"
14807 #: builtin/update-ref.c:11
14808 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
14810 "git update-ref [<Optionen>] <Referenzname> <neuer-Wert> [<alter-Wert>]"
14812 #: builtin/update-ref.c:12
14813 msgid "git update-ref [<options>] --stdin [-z]"
14814 msgstr "git update-ref [<Optionen>] --stdin [-z]"
14816 #: builtin/update-ref.c:363
14817 msgid "delete the reference"
14818 msgstr "diese Referenz löschen"
14820 #: builtin/update-ref.c:365
14821 msgid "update <refname> not the one it points to"
14822 msgstr "<Referenzname> aktualisieren, nicht den Verweis"
14824 #: builtin/update-ref.c:366
14825 msgid "stdin has NUL-terminated arguments"
14826 msgstr "Standard-Eingabe hat durch NUL-Zeichen abgeschlossene Argumente"
14828 #: builtin/update-ref.c:367
14829 msgid "read updates from stdin"
14830 msgstr "Aktualisierungen von der Standard-Eingabe lesen"
14832 #: builtin/update-server-info.c:7
14833 msgid "git update-server-info [--force]"
14834 msgstr "git update-server-info [--force]"
14836 #: builtin/update-server-info.c:15
14837 msgid "update the info files from scratch"
14838 msgstr "die Informationsdateien von Grund auf aktualisieren"
14840 #: builtin/verify-commit.c:18
14841 msgid "git verify-commit [-v | --verbose] <commit>..."
14842 msgstr "git verify-commit [-v | --verbose] <Commit>..."
14844 #: builtin/verify-commit.c:73
14845 msgid "print commit contents"
14846 msgstr "Commit-Inhalte ausgeben"
14848 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
14849 msgid "print raw gpg status output"
14850 msgstr "unbearbeitete Ausgabe des Status von gpg ausgeben"
14852 #: builtin/verify-pack.c:55
14853 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
14854 msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <Paket>..."
14856 #: builtin/verify-pack.c:65
14858 msgstr "erweiterte Ausgaben"
14860 #: builtin/verify-pack.c:67
14861 msgid "show statistics only"
14862 msgstr "nur Statistiken anzeigen"
14864 #: builtin/verify-tag.c:19
14865 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
14866 msgstr "git verify-tag [-v | --verbose] [--format=<Format>] <Tag>..."
14868 #: builtin/verify-tag.c:37
14869 msgid "print tag contents"
14870 msgstr "Tag-Inhalte ausgeben"
14872 #: builtin/worktree.c:17
14873 msgid "git worktree add [<options>] <path> [<commit-ish>]"
14874 msgstr "git worktree add [<Optionen>] <Pfad> [<Commit-Angabe>]"
14876 #: builtin/worktree.c:18
14877 msgid "git worktree list [<options>]"
14878 msgstr "git worktree list [<Optionen>]"
14880 #: builtin/worktree.c:19
14881 msgid "git worktree lock [<options>] <path>"
14882 msgstr "git worktree lock [<Optionen>] <Pfad>"
14884 #: builtin/worktree.c:20
14885 msgid "git worktree move <worktree> <new-path>"
14886 msgstr "git worktree move <Arbeitsverzeichnis> <neuer-Pfad>"
14888 #: builtin/worktree.c:21
14889 msgid "git worktree prune [<options>]"
14890 msgstr "git worktree prune [<Optionen>]"
14892 #: builtin/worktree.c:22
14893 msgid "git worktree remove [<options>] <worktree>"
14894 msgstr "git worktree remove [<Optionen>] <Arbeitsverzeichnis>"
14896 #: builtin/worktree.c:23
14897 msgid "git worktree unlock <path>"
14898 msgstr "git worktree unlock <Pfad>"
14900 #: builtin/worktree.c:60
14902 msgid "Removing worktrees/%s: not a valid directory"
14903 msgstr "Lösche worktrees/%s: kein gültiges Verzeichnis"
14905 #: builtin/worktree.c:66
14907 msgid "Removing worktrees/%s: gitdir file does not exist"
14908 msgstr "Lösche worktrees/%s: gitdir-Datei existiert nicht"
14910 #: builtin/worktree.c:71 builtin/worktree.c:80
14912 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
14913 msgstr "Lösche worktrees/%s: konnte gitdir-Datei (%s) nicht lesen"
14915 #: builtin/worktree.c:90
14918 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
14921 "Lösche worktrees/%s: read() zu kurz (%<PRIuMAX> Bytes erwartet, %<PRIuMAX> "
14924 #: builtin/worktree.c:98
14926 msgid "Removing worktrees/%s: invalid gitdir file"
14927 msgstr "Lösche worktrees/%s: ungültige gitdir-Datei"
14929 #: builtin/worktree.c:114
14931 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
14932 msgstr "Lösche worktrees/%s: gitdir-Datei verweist auf nicht existierenden Ort"
14934 #: builtin/worktree.c:161
14935 msgid "report pruned working trees"
14936 msgstr "entfernte Arbeitsverzeichnisse ausgeben"
14938 #: builtin/worktree.c:163
14939 msgid "expire working trees older than <time>"
14940 msgstr "Arbeitsverzeichnisse älter als <Zeit> verfallen lassen"
14942 #: builtin/worktree.c:238
14944 msgid "'%s' already exists"
14945 msgstr "'%s' existiert bereits"
14947 #: builtin/worktree.c:269
14949 msgid "could not create directory of '%s'"
14950 msgstr "Konnte Verzeichnis '%s' nicht erstellen."
14952 #: builtin/worktree.c:308
14954 msgid "Preparing %s (identifier %s)"
14955 msgstr "Bereite %s vor (Identifikation %s)"
14957 #: builtin/worktree.c:385
14958 msgid "checkout <branch> even if already checked out in other worktree"
14960 "<Branch> auschecken, auch wenn dieser bereits in einem anderen "
14961 "Arbeitsverzeichnis ausgecheckt ist"
14963 #: builtin/worktree.c:388
14964 msgid "create a new branch"
14965 msgstr "neuen Branch erstellen"
14967 #: builtin/worktree.c:390
14968 msgid "create or reset a branch"
14969 msgstr "Branch erstellen oder umsetzen"
14971 #: builtin/worktree.c:392
14972 msgid "populate the new working tree"
14973 msgstr "das neue Arbeitsverzeichnis auschecken"
14975 #: builtin/worktree.c:393
14976 msgid "keep the new working tree locked"
14977 msgstr "das neue Arbeitsverzeichnis gesperrt lassen"
14979 #: builtin/worktree.c:395
14980 msgid "set up tracking mode (see git-branch(1))"
14981 msgstr "Modus zum Folgen von Branches einstellen (siehe git-branch(1))"
14983 #: builtin/worktree.c:398
14984 msgid "try to match the new branch name with a remote-tracking branch"
14986 "versuchen, eine Übereinstimmung des Branch-Namens mit einem\n"
14987 "Remote-Tracking-Branch herzustellen"
14989 #: builtin/worktree.c:406
14990 msgid "-b, -B, and --detach are mutually exclusive"
14991 msgstr "-b, -B und --detach schließen sich gegenseitig aus"
14993 #: builtin/worktree.c:471
14994 msgid "--[no-]track can only be used if a new branch is created"
14996 "--[no]-track kann nur verwendet werden, wenn ein neuer Branch erstellt wird."
14998 #: builtin/worktree.c:571
14999 msgid "reason for locking"
15000 msgstr "Sperrgrund"
15002 #: builtin/worktree.c:583 builtin/worktree.c:616 builtin/worktree.c:670
15003 #: builtin/worktree.c:809
15005 msgid "'%s' is not a working tree"
15006 msgstr "'%s' ist kein Arbeitsverzeichnis"
15008 #: builtin/worktree.c:585 builtin/worktree.c:618
15009 msgid "The main working tree cannot be locked or unlocked"
15010 msgstr "Das Hauptarbeitsverzeichnis kann nicht gesperrt oder entsperrt werden."
15012 #: builtin/worktree.c:590
15014 msgid "'%s' is already locked, reason: %s"
15015 msgstr "'%s' ist bereits gesperrt, Grund: %s"
15017 #: builtin/worktree.c:592
15019 msgid "'%s' is already locked"
15020 msgstr "'%s' ist bereits gesperrt"
15022 #: builtin/worktree.c:620
15024 msgid "'%s' is not locked"
15025 msgstr "'%s' ist nicht gesperrt"
15027 #: builtin/worktree.c:645
15028 msgid "working trees containing submodules cannot be moved or removed"
15030 "Arbeitsverzeichnisse, die Submodule enthalten, können nicht verschoben oder\n"
15033 #: builtin/worktree.c:672 builtin/worktree.c:811
15035 msgid "'%s' is a main working tree"
15036 msgstr "'%s' ist ein Hauptarbeitsverzeichnis"
15038 #: builtin/worktree.c:677
15040 msgid "could not figure out destination name from '%s'"
15041 msgstr "Konnte Zielname aus '%s' nicht bestimmen."
15043 #: builtin/worktree.c:683
15045 msgid "target '%s' already exists"
15046 msgstr "Ziel '%s' existiert bereits."
15048 #: builtin/worktree.c:690
15050 msgid "cannot move a locked working tree, lock reason: %s"
15051 msgstr "Kann gesperrtes Arbeitsverzeichnis nicht verschieben, Sperrgrund: %s"
15053 #: builtin/worktree.c:692
15054 msgid "cannot move a locked working tree"
15055 msgstr "Kann gesperrtes Arbeitsverzeichnisses nicht verschieben."
15057 #: builtin/worktree.c:695
15059 msgid "validation failed, cannot move working tree: %s"
15060 msgstr "Validierung fehlgeschlagen, kann Arbeitszeichnis nicht verschieben: %s"
15062 #: builtin/worktree.c:700
15064 msgid "failed to move '%s' to '%s'"
15065 msgstr "Fehler beim Verschieben von '%s' nach '%s'"
15067 #: builtin/worktree.c:748
15069 msgid "failed to run 'git status' on '%s'"
15070 msgstr "Fehler beim Ausführen von 'git status' auf '%s'"
15072 #: builtin/worktree.c:752
15074 msgid "'%s' is dirty, use --force to delete it"
15075 msgstr "'%s' ist verändert, benutzen Sie --force zum Löschen"
15077 #: builtin/worktree.c:757
15079 msgid "failed to run 'git status' on '%s', code %d"
15080 msgstr "Fehler beim Ausführen von 'git status' auf '%s'. Code: %d"
15082 #: builtin/worktree.c:768 builtin/worktree.c:782
15084 msgid "failed to delete '%s'"
15085 msgstr "Fehler beim Löschen von '%s'"
15087 #: builtin/worktree.c:794
15088 msgid "force removing even if the worktree is dirty"
15089 msgstr "Löschen erzwingen, auch wenn das Arbeitsverzeichnis geändert wurde"
15091 #: builtin/worktree.c:815
15093 msgid "cannot remove a locked working tree, lock reason: %s"
15094 msgstr "Kann gesperrtes Arbeitsverzeichnis nicht löschen, Sperrgrund: %s"
15096 #: builtin/worktree.c:817
15097 msgid "cannot remove a locked working tree"
15098 msgstr "Kann gesperrtes Arbeitsverzeichnis nicht löschen."
15100 #: builtin/worktree.c:820
15102 msgid "validation failed, cannot remove working tree: %s"
15103 msgstr "Validierung fehlgeschlagen, kann Arbeitsverzeichnis nicht löschen: %s"
15105 #: builtin/write-tree.c:14
15106 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
15107 msgstr "git write-tree [--missing-ok] [--prefix=<Präfix>/]"
15109 #: builtin/write-tree.c:27
15113 #: builtin/write-tree.c:28
15114 msgid "write tree object for a subdirectory <prefix>"
15115 msgstr "das \"Tree\"-Objekt für ein Unterverzeichnis <Präfix> schreiben"
15117 #: builtin/write-tree.c:31
15118 msgid "only useful for debugging"
15119 msgstr "nur nützlich für Fehlersuche"
15121 #: upload-pack.c:27
15122 msgid "git upload-pack [<options>] <dir>"
15123 msgstr "git upload-pack [<Optionen>] <Verzeichnis>"
15125 #: upload-pack.c:1070
15126 msgid "quit after a single request/response exchange"
15127 msgstr "nach einem einzigen Request/Response-Austausch beenden"
15129 #: upload-pack.c:1072
15130 msgid "exit immediately after initial ref advertisement"
15131 msgstr "direkt nach der initialen Angabe der Commits beenden"
15133 #: upload-pack.c:1074
15134 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
15136 "kein Versuch in <Verzeichnis>/.git/ wenn <Verzeichnis> kein Git-Verzeichnis "
15139 #: upload-pack.c:1076
15140 msgid "interrupt transfer after <n> seconds of inactivity"
15141 msgstr "Übertragung nach <n> Sekunden Inaktivität unterbrechen"
15143 #: credential-cache--daemon.c:222
15146 "The permissions on your socket directory are too loose; other\n"
15147 "users may be able to read your cached credentials. Consider running:\n"
15151 "Die Berechtigungen auf Ihr Socket-Verzeichnis sind zu schwach; andere\n"
15152 "Nutzer könnten Ihre zwischengespeicherten Anmeldeinformationen lesen.\n"
15153 "Ziehen Sie in Betracht\n"
15155 "\tchmod 0700 %s\n"
15159 #: credential-cache--daemon.c:271
15160 msgid "print debugging messages to stderr"
15161 msgstr "Meldungen zur Fehlersuche in Standard-Fehlerausgabe ausgeben"
15165 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
15166 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
15167 " [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]\n"
15168 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
15169 " <command> [<args>]"
15171 "git [--version] [--help] [-C <Pfad>] [-c <Name>=<Wert>]\n"
15172 " [--exec-path[=<Pfad>]] [--html-path] [--man-path] [--info-path]\n"
15173 " [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]\n"
15174 " [--git-dir=<Pfad>] [--work-tree=<Pfad>] [--namespace=<Name>]\n"
15175 " <Befehl> [<Argumente>]"
15179 "'git help -a' and 'git help -g' list available subcommands and some\n"
15180 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
15181 "to read about a specific subcommand or concept."
15183 "'git help -a' und 'git help -g' listet verfügbare Unterbefehle und\n"
15184 "einige Anleitungen zu Git-Konzepten auf. Benutzen Sie 'git help <Befehl>'\n"
15185 "oder 'git help <Konzept>', um mehr über einen spezifischen Befehl oder\n"
15186 "Konzept zu erfahren."
15190 msgid "no directory given for --git-dir\n"
15191 msgstr "Kein Verzeichnis für --git-dir angegeben.\n"
15195 msgid "no namespace given for --namespace\n"
15196 msgstr "Kein Namespace für --namespace angegeben.\n"
15200 msgid "no directory given for --work-tree\n"
15201 msgstr "Kein Verzeichnis für --work-tree angegeben.\n"
15205 msgid "no prefix given for --super-prefix\n"
15206 msgstr "Kein Präfix für --super-prefix angegeben.\n"
15210 msgid "-c expects a configuration string\n"
15211 msgstr "-c erwartet einen Konfigurationsstring.\n"
15215 msgid "no directory given for -C\n"
15216 msgstr "Kein Verzeichnis für -C angegeben.\n"
15220 msgid "unknown option: %s\n"
15221 msgstr "Unbekannte Option: %s\n"
15225 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
15226 msgstr "Erweiterung von Alias '%s' fehlgeschlagen; '%s' ist kein Git-Befehl.\n"
15230 msgid "failed to run command '%s': %s\n"
15231 msgstr "Fehler beim Ausführen von Befehl '%s': %s\n"
15235 msgid "negative value for http.postbuffer; defaulting to %d"
15236 msgstr "negativer Wert für http.postbuffer; benutze Standardwert %d"
15239 msgid "Delegation control is not supported with cURL < 7.22.0"
15240 msgstr "Kontrolle über Delegation wird mit cURL < 7.22.0 nicht unterstützt"
15243 msgid "Public key pinning not supported with cURL < 7.44.0"
15245 "Das Anheften des öffentlichen Schlüssels wird mit cURL < 7.44.0\n"
15246 "nicht unterstützt."
15251 "unable to update url base from redirection:\n"
15255 "Konnte Basis-URL nicht durch Umleitung aktualisieren:\n"
15256 " gefragt nach: %s\n"
15259 #: remote-curl.c:345
15261 msgid "redirecting to %s"
15262 msgstr "Leite nach %s um"
15264 #: list-objects-filter-options.h:59
15268 #: list-objects-filter-options.h:60
15269 msgid "object filtering"
15270 msgstr "Filtern nach Objekten"
15273 msgid "start a working area (see also: git help tutorial)"
15274 msgstr "Arbeitsverzeichnis anlegen (siehe auch: git help tutorial)"
15276 #: common-cmds.h:10
15277 msgid "work on the current change (see also: git help everyday)"
15278 msgstr "an aktuellen Änderungen arbeiten (siehe auch: git help everyday)"
15280 #: common-cmds.h:11
15281 msgid "examine the history and state (see also: git help revisions)"
15282 msgstr "Historie und Status untersuchen (siehe auch: git help revisions)"
15284 #: common-cmds.h:12
15285 msgid "grow, mark and tweak your common history"
15286 msgstr "Historie erweitern und bearbeiten"
15288 #: common-cmds.h:13
15289 msgid "collaborate (see also: git help workflows)"
15290 msgstr "mit anderen zusammenarbeiten (siehe auch: git help workflows)"
15292 #: common-cmds.h:17
15293 msgid "Add file contents to the index"
15294 msgstr "Dateiinhalte zum Commit vormerken"
15296 #: common-cmds.h:18
15297 msgid "Use binary search to find the commit that introduced a bug"
15299 "Binärsuche verwenden, um den Commit zu finden, der einen Fehler verursacht "
15302 #: common-cmds.h:19
15303 msgid "List, create, or delete branches"
15304 msgstr "Branches anzeigen, erstellen oder entfernen"
15306 #: common-cmds.h:20
15307 msgid "Switch branches or restore working tree files"
15308 msgstr "Branches wechseln oder Dateien im Arbeitsverzeichnis wiederherstellen"
15310 #: common-cmds.h:21
15311 msgid "Clone a repository into a new directory"
15312 msgstr "ein Repository in einem neuen Verzeichnis klonen"
15314 #: common-cmds.h:22
15315 msgid "Record changes to the repository"
15316 msgstr "Änderungen in das Repository eintragen"
15318 #: common-cmds.h:23
15319 msgid "Show changes between commits, commit and working tree, etc"
15321 "Änderungen zwischen Commits, Commit und Arbeitsverzeichnis, etc. anzeigen"
15323 #: common-cmds.h:24
15324 msgid "Download objects and refs from another repository"
15325 msgstr "Objekte und Referenzen von einem anderen Repository herunterladen"
15327 #: common-cmds.h:25
15328 msgid "Print lines matching a pattern"
15329 msgstr "Zeilen darstellen, die einem Muster entsprechen"
15331 #: common-cmds.h:26
15332 msgid "Create an empty Git repository or reinitialize an existing one"
15334 "ein leeres Git-Repository erstellen oder ein bestehendes neuinitialisieren"
15336 #: common-cmds.h:27
15337 msgid "Show commit logs"
15338 msgstr "Commit-Historie anzeigen"
15340 #: common-cmds.h:28
15341 msgid "Join two or more development histories together"
15342 msgstr "zwei oder mehr Entwicklungszweige zusammenführen"
15344 #: common-cmds.h:29
15345 msgid "Move or rename a file, a directory, or a symlink"
15347 "eine Datei, ein Verzeichnis, oder eine symbolische Verknüpfung verschieben "
15350 #: common-cmds.h:30
15351 msgid "Fetch from and integrate with another repository or a local branch"
15353 "Objekte von einem externen Repository anfordern und sie mit einem anderen "
15354 "Repository oder einem lokalen Branch zusammenführen"
15356 #: common-cmds.h:31
15357 msgid "Update remote refs along with associated objects"
15358 msgstr "Remote-Referenzen mitsamt den verbundenen Objekten aktualisieren"
15360 #: common-cmds.h:32
15361 msgid "Reapply commits on top of another base tip"
15362 msgstr "Wiederholtes Anwenden von Commits auf anderem Basis-Commit"
15364 #: common-cmds.h:33
15365 msgid "Reset current HEAD to the specified state"
15366 msgstr "aktuellen HEAD zu einem spezifizierten Zustand setzen"
15368 #: common-cmds.h:34
15369 msgid "Remove files from the working tree and from the index"
15370 msgstr "Dateien im Arbeitsverzeichnis und vom Index löschen"
15372 #: common-cmds.h:35
15373 msgid "Show various types of objects"
15374 msgstr "verschiedene Arten von Objekten anzeigen"
15376 #: common-cmds.h:36
15377 msgid "Show the working tree status"
15378 msgstr "den Zustand des Arbeitsverzeichnisses anzeigen"
15380 #: common-cmds.h:37
15381 msgid "Create, list, delete or verify a tag object signed with GPG"
15383 "ein mit GPG signiertes Tag-Objekt erzeugen, auflisten, löschen oder "
15386 #: parse-options.h:157
15387 msgid "expiry-date"
15388 msgstr "Verfallsdatum"
15390 #: parse-options.h:172
15391 msgid "no-op (backward compatibility)"
15392 msgstr "Kein Effekt (Rückwärtskompatibilität)"
15394 #: parse-options.h:250
15395 msgid "be more verbose"
15396 msgstr "erweiterte Ausgaben"
15398 #: parse-options.h:252
15399 msgid "be more quiet"
15400 msgstr "weniger Ausgaben"
15402 #: parse-options.h:258
15403 msgid "use <n> digits to display SHA-1s"
15404 msgstr "benutze <n> Ziffern zur Anzeige von SHA-1s"
15407 msgid "update the index with reused conflict resolution if possible"
15409 "Index, wenn möglich, mit wiederverwendeter Konfliktauflösung aktualisieren"
15411 #: git-bisect.sh:54
15412 msgid "You need to start by \"git bisect start\""
15413 msgstr "Sie müssen mit \"git bisect start\" beginnen."
15415 #. TRANSLATORS: Make sure to include [Y] and [n] in your
15416 #. translation. The program will only accept English input
15418 #: git-bisect.sh:60
15419 msgid "Do you want me to do it for you [Y/n]? "
15420 msgstr "Wollen Sie, dass ich es für Sie mache [Y/n]? "
15422 #: git-bisect.sh:121
15424 msgid "unrecognised option: '$arg'"
15425 msgstr "nicht erkannte Option: '$arg'"
15427 #: git-bisect.sh:125
15429 msgid "'$arg' does not appear to be a valid revision"
15430 msgstr "'$arg' scheint kein gültiger Commit zu sein"
15432 #: git-bisect.sh:154
15433 msgid "Bad HEAD - I need a HEAD"
15434 msgstr "Ungültiger HEAD - HEAD wird benötigt"
15436 #: git-bisect.sh:167
15439 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
15441 "Auschecken von '$start_head' fehlgeschlagen. Versuchen Sie 'git bisect reset "
15442 "<gültiger-Branch>'."
15444 #: git-bisect.sh:177
15445 msgid "won't bisect on cg-seek'ed tree"
15447 "binäre Suche auf einem durch 'cg-seek' geändertem Verzeichnis nicht möglich"
15449 #: git-bisect.sh:181
15450 msgid "Bad HEAD - strange symbolic ref"
15451 msgstr "Ungültiger HEAD - merkwürdige symbolische Referenz"
15453 #: git-bisect.sh:233
15455 msgid "Bad bisect_write argument: $state"
15456 msgstr "Ungültiges \"bisect_write\" Argument: $state"
15458 #: git-bisect.sh:246
15460 msgid "Bad rev input: $arg"
15461 msgstr "Ungültige Referenz-Eingabe: $arg"
15463 #: git-bisect.sh:265
15465 msgid "Bad rev input: $bisected_head"
15466 msgstr "Ungültige Referenz-Eingabe: $bisected_head"
15468 #: git-bisect.sh:274
15470 msgid "Bad rev input: $rev"
15471 msgstr "Ungültige Referenz-Eingabe: $rev"
15473 #: git-bisect.sh:283
15475 msgid "'git bisect $TERM_BAD' can take only one argument."
15476 msgstr "'git bisect $TERM_BAD' kann nur ein Argument entgegennehmen."
15478 #: git-bisect.sh:306
15480 msgid "Warning: bisecting only with a $TERM_BAD commit."
15481 msgstr "Warnung: binäre Suche nur mit einem $TERM_BAD Commit."
15483 #. TRANSLATORS: Make sure to include [Y] and [n] in your
15484 #. translation. The program will only accept English input
15486 #: git-bisect.sh:312
15487 msgid "Are you sure [Y/n]? "
15488 msgstr "Sind Sie sicher [Y/n]? "
15490 #: git-bisect.sh:324
15493 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
15494 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
15496 "Sie müssen mindestens einen \"$bad_syn\" und einen \"$good_syn\" Commit "
15498 "(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "
15501 #: git-bisect.sh:327
15504 "You need to start by \"git bisect start\".\n"
15505 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
15506 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
15508 "Sie müssen mit \"git bisect start\" beginnen.\n"
15509 "Danach müssen Sie mindestens einen \"$good_syn\" und einen \"$bad_syn\" "
15510 "Commit angeben.\n"
15511 "(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "
15514 #: git-bisect.sh:398 git-bisect.sh:512
15515 msgid "We are not bisecting."
15516 msgstr "keine binäre Suche im Gange"
15518 #: git-bisect.sh:405
15520 msgid "'$invalid' is not a valid commit"
15521 msgstr "'$invalid' ist kein gültiger Commit"
15523 #: git-bisect.sh:414
15526 "Could not check out original HEAD '$branch'.\n"
15527 "Try 'git bisect reset <commit>'."
15529 "Konnte den ursprünglichen HEAD '$branch' nicht auschecken.\n"
15530 "Versuchen Sie 'git bisect reset <Commit>'."
15532 #: git-bisect.sh:422
15533 msgid "No logfile given"
15534 msgstr "Keine Log-Datei gegeben"
15536 #: git-bisect.sh:423
15538 msgid "cannot read $file for replaying"
15539 msgstr "kann $file nicht für das Abspielen lesen"
15541 #: git-bisect.sh:444
15542 msgid "?? what are you talking about?"
15543 msgstr "?? Was reden Sie da?"
15545 #: git-bisect.sh:453
15546 msgid "bisect run failed: no command provided."
15547 msgstr "'bisect run' fehlgeschlagen: kein Befehl angegeben."
15549 #: git-bisect.sh:458
15551 msgid "running $command"
15552 msgstr "führe $command aus"
15554 #: git-bisect.sh:465
15557 "bisect run failed:\n"
15558 "exit code $res from '$command' is < 0 or >= 128"
15560 "'bisect run' fehlgeschlagen:\n"
15561 "Rückkehrwert $res von '$command' ist < 0 oder >= 128"
15563 #: git-bisect.sh:491
15564 msgid "bisect run cannot continue any more"
15565 msgstr "'bisect run' kann nicht mehr fortgesetzt werden"
15567 #: git-bisect.sh:497
15570 "bisect run failed:\n"
15571 "'bisect_state $state' exited with error code $res"
15573 "'bisect run' fehlgeschlagen:\n"
15574 "'bisect_state $state' wurde mit Fehlerwert $res beendet"
15576 #: git-bisect.sh:504
15577 msgid "bisect run success"
15578 msgstr "'bisect run' erfolgreich ausgeführt"
15580 #: git-bisect.sh:533
15582 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
15584 "Ungültiger Befehl: Sie sind gerade bei einer binären $TERM_BAD/$TERM_GOOD "
15587 #: git-bisect.sh:567
15588 msgid "no terms defined"
15589 msgstr "Keine Begriffe definiert."
15591 #: git-bisect.sh:584
15594 "invalid argument $arg for 'git bisect terms'.\n"
15595 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
15597 "Ungültiges Argument $arg für 'git bisect terms'.\n"
15598 "Unterstützte Optionen sind: --term-good|--term-old und --term-bad|--term-new."
15600 #: git-merge-octopus.sh:46
15602 "Error: Your local changes to the following files would be overwritten by "
15605 "Fehler: Ihre lokalen Änderungen in den folgenden Dateien würden durch den "
15607 "überschrieben werden"
15609 #: git-merge-octopus.sh:61
15610 msgid "Automated merge did not work."
15611 msgstr "Automatischer Merge hat nicht funktioniert."
15613 #: git-merge-octopus.sh:62
15614 msgid "Should not be doing an octopus."
15615 msgstr "Sollte keinen Octopus-Merge ausführen."
15617 #: git-merge-octopus.sh:73
15619 msgid "Unable to find common commit with $pretty_name"
15620 msgstr "Konnte keinen gemeinsamen Commit mit $pretty_name finden."
15622 #: git-merge-octopus.sh:77
15624 msgid "Already up to date with $pretty_name"
15625 msgstr "Bereits aktuell mit $pretty_name"
15627 #: git-merge-octopus.sh:89
15629 msgid "Fast-forwarding to: $pretty_name"
15630 msgstr "Spule vor zu: $pretty_name"
15632 #: git-merge-octopus.sh:97
15634 msgid "Trying simple merge with $pretty_name"
15635 msgstr "Versuche einfachen Merge mit $pretty_name"
15637 #: git-merge-octopus.sh:102
15638 msgid "Simple merge did not work, trying automatic merge."
15639 msgstr "Einfacher Merge hat nicht funktioniert, versuche automatischen Merge."
15641 #: git-rebase.sh:60
15643 "Resolve all conflicts manually, mark them as resolved with\n"
15644 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15645 "You can instead skip this commit: run \"git rebase --skip\".\n"
15646 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
15649 "Lösen Sie alle Konflikte manuell auf, markieren Sie diese mit\n"
15650 "\"git add/rm <konfliktbehaftete_Dateien>\" und führen Sie dann\n"
15651 "\"git rebase --continue\" aus.\n"
15652 "Sie können auch stattdessen diesen Commit auslassen, indem\n"
15653 "Sie \"git rebase --skip\" ausführen.\n"
15654 "Um abzubrechen und zurück zum Zustand vor \"git rebase\" zu gelangen,\n"
15655 "führen Sie \"git rebase --abort\" aus."
15657 #: git-rebase.sh:163 git-rebase.sh:409
15659 msgid "Could not move back to $head_name"
15660 msgstr "Konnte nicht zu $head_name zurückgehen"
15662 #: git-rebase.sh:174
15663 msgid "Applied autostash."
15664 msgstr "Automatischen Stash angewendet."
15666 #: git-rebase.sh:177
15668 msgid "Cannot store $stash_sha1"
15669 msgstr "Kann $stash_sha1 nicht speichern."
15671 #: git-rebase.sh:218
15672 msgid "The pre-rebase hook refused to rebase."
15673 msgstr "Der \"pre-rebase hook\" hat den Rebase zurückgewiesen."
15675 #: git-rebase.sh:223
15676 msgid "It looks like 'git am' is in progress. Cannot rebase."
15677 msgstr "'git-am' scheint im Gange zu sein. Kann Rebase nicht durchführen."
15679 #: git-rebase.sh:370
15680 msgid "No rebase in progress?"
15681 msgstr "Kein Rebase im Gange?"
15683 #: git-rebase.sh:381
15684 msgid "The --edit-todo action can only be used during interactive rebase."
15686 "Die --edit-todo Aktion kann nur während eines interaktiven Rebase verwendet "
15689 #: git-rebase.sh:388
15690 msgid "Cannot read HEAD"
15691 msgstr "Kann HEAD nicht lesen"
15693 #: git-rebase.sh:391
15695 "You must edit all merge conflicts and then\n"
15696 "mark them as resolved using git add"
15698 "Sie müssen alle Merge-Konflikte editieren und diese dann\n"
15699 "mittels \"git add\" als aufgelöst markieren"
15701 #: git-rebase.sh:435
15704 "It seems that there is already a $state_dir_base directory, and\n"
15705 "I wonder if you are in the middle of another rebase. If that is the\n"
15706 "case, please try\n"
15707 "\t$cmd_live_rebase\n"
15708 "If that is not the case, please\n"
15709 "\t$cmd_clear_stale_rebase\n"
15710 "and run me again. I am stopping in case you still have something\n"
15713 "Es sieht so aus, als ob es das Verzeichnis $state_dir_base bereits gibt\n"
15714 "und es könnte ein anderer Rebase im Gange sein. Wenn das der Fall ist,\n"
15715 "probieren Sie bitte\n"
15716 "\t$cmd_live_rebase\n"
15717 "Wenn das nicht der Fall ist, probieren Sie bitte\n"
15718 "\t$cmd_clear_stale_rebase\n"
15719 "und führen Sie diesen Befehl nochmal aus. Es wird angehalten, falls noch\n"
15720 "etwas Schützenswertes vorhanden ist."
15722 #: git-rebase.sh:491
15724 msgid "invalid upstream '$upstream_name'"
15725 msgstr "Ungültiger Upstream-Branch '$upstream_name'."
15727 #: git-rebase.sh:515
15729 msgid "$onto_name: there are more than one merge bases"
15730 msgstr "$onto_name: es gibt mehr als eine Merge-Basis"
15732 #: git-rebase.sh:518 git-rebase.sh:522
15734 msgid "$onto_name: there is no merge base"
15735 msgstr "$onto_name: es gibt keine Merge-Basis"
15737 #: git-rebase.sh:527
15739 msgid "Does not point to a valid commit: $onto_name"
15740 msgstr "$onto_name zeigt auf keinen gültigen Commit"
15742 #: git-rebase.sh:553
15744 msgid "fatal: no such branch/commit '$branch_name'"
15745 msgstr "fatal: Branch/Commit '$branch_name' nicht gefunden"
15747 #: git-rebase.sh:586
15748 msgid "Cannot autostash"
15749 msgstr "Kann automatischen Stash nicht erzeugen."
15751 #: git-rebase.sh:591
15753 msgid "Created autostash: $stash_abbrev"
15754 msgstr "Automatischen Stash erzeugt: $stash_abbrev"
15756 #: git-rebase.sh:595
15757 msgid "Please commit or stash them."
15758 msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."
15760 #: git-rebase.sh:618
15762 msgid "HEAD is up to date."
15763 msgstr "HEAD ist aktuell."
15765 #: git-rebase.sh:620
15767 msgid "Current branch $branch_name is up to date."
15768 msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."
15770 #: git-rebase.sh:628
15772 msgid "HEAD is up to date, rebase forced."
15773 msgstr "HEAD ist aktuell, Rebase erzwungen."
15775 #: git-rebase.sh:630
15777 msgid "Current branch $branch_name is up to date, rebase forced."
15779 "Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."
15781 #: git-rebase.sh:642
15783 msgid "Changes from $mb to $onto:"
15784 msgstr "Änderungen von $mb zu $onto:"
15786 #: git-rebase.sh:651
15787 msgid "First, rewinding head to replay your work on top of it..."
15789 "Zunächst wird der Branch zurückgespult, um Ihre Änderungen\n"
15790 "darauf neu anzuwenden ..."
15792 #: git-rebase.sh:661
15794 msgid "Fast-forwarded $branch_name to $onto_name."
15795 msgstr "$branch_name zu $onto_name vorgespult."
15798 msgid "git stash clear with parameters is unimplemented"
15799 msgstr "git stash clear mit Parametern ist nicht implementiert"
15801 #: git-stash.sh:108
15802 msgid "You do not have the initial commit yet"
15803 msgstr "Sie haben bisher noch keinen initialen Commit"
15805 #: git-stash.sh:123
15806 msgid "Cannot save the current index state"
15807 msgstr "Kann den aktuellen Zustand des Index nicht speichern"
15809 #: git-stash.sh:138
15810 msgid "Cannot save the untracked files"
15811 msgstr "Kann die unversionierten Dateien nicht speichern"
15813 #: git-stash.sh:158 git-stash.sh:171
15814 msgid "Cannot save the current worktree state"
15815 msgstr "Kann den aktuellen Zustand des Arbeitsverzeichnisses nicht speichern"
15817 #: git-stash.sh:175
15818 msgid "No changes selected"
15819 msgstr "Keine Änderungen ausgewählt"
15821 #: git-stash.sh:178
15822 msgid "Cannot remove temporary index (can't happen)"
15823 msgstr "Kann temporären Index nicht löschen (kann nicht passieren)"
15825 #: git-stash.sh:191
15826 msgid "Cannot record working tree state"
15827 msgstr "Kann Zustand des Arbeitsverzeichnisses nicht aufzeichnen"
15829 #: git-stash.sh:229
15831 msgid "Cannot update $ref_stash with $w_commit"
15832 msgstr "Kann $ref_stash nicht mit $w_commit aktualisieren."
15834 #: git-stash.sh:281
15836 msgid "error: unknown option for 'stash push': $option"
15837 msgstr "Fehler: unbekannte Option für 'stash push': $option"
15839 #: git-stash.sh:295
15840 msgid "Can't use --patch and --include-untracked or --all at the same time"
15842 "Kann nicht gleichzeitig --patch und --include-untracked oder --all verwenden"
15844 #: git-stash.sh:303
15845 msgid "No local changes to save"
15846 msgstr "Keine lokalen Änderungen zum Speichern"
15848 #: git-stash.sh:308
15849 msgid "Cannot initialize stash"
15850 msgstr "Kann \"stash\" nicht initialisieren"
15852 #: git-stash.sh:312
15853 msgid "Cannot save the current status"
15854 msgstr "Kann den aktuellen Status nicht speichern"
15856 #: git-stash.sh:313
15858 msgid "Saved working directory and index state $stash_msg"
15859 msgstr "Speicherte Arbeitsverzeichnis und Index-Status $stash_msg"
15861 #: git-stash.sh:340
15862 msgid "Cannot remove worktree changes"
15863 msgstr "Kann Änderungen im Arbeitsverzeichnis nicht löschen"
15865 #: git-stash.sh:488
15867 msgid "unknown option: $opt"
15868 msgstr "unbekannte Option: $opt"
15870 #: git-stash.sh:501
15871 msgid "No stash entries found."
15872 msgstr "Keine Stash-Einträge gefunden."
15874 #: git-stash.sh:508
15876 msgid "Too many revisions specified: $REV"
15877 msgstr "Zu viele Commits angegeben: $REV"
15879 #: git-stash.sh:523
15881 msgid "$reference is not a valid reference"
15882 msgstr "$reference ist keine gültige Referenz"
15884 #: git-stash.sh:551
15886 msgid "'$args' is not a stash-like commit"
15887 msgstr "'$args' ist kein \"stash\"-artiger Commit"
15889 #: git-stash.sh:562
15891 msgid "'$args' is not a stash reference"
15892 msgstr "'$args' ist keine \"stash\"-Referenz"
15894 #: git-stash.sh:570
15895 msgid "unable to refresh index"
15896 msgstr "Konnte den Index nicht aktualisieren."
15898 #: git-stash.sh:574
15899 msgid "Cannot apply a stash in the middle of a merge"
15900 msgstr "Kann \"stash\" nicht anwenden, solange ein Merge im Gange ist"
15902 #: git-stash.sh:582
15903 msgid "Conflicts in index. Try without --index."
15904 msgstr "Konflikte im Index. Versuchen Sie es ohne --index."
15906 #: git-stash.sh:584
15907 msgid "Could not save index tree"
15908 msgstr "Konnte Index-Verzeichnis nicht speichern"
15910 #: git-stash.sh:593
15911 msgid "Could not restore untracked files from stash entry"
15913 "Konnte unversionierte Dateien vom Stash-Eintrag nicht wiederherstellen."
15915 #: git-stash.sh:618
15916 msgid "Cannot unstage modified files"
15917 msgstr "Kann geänderte Dateien nicht aus dem Index entfernen"
15919 #: git-stash.sh:633
15920 msgid "Index was not unstashed."
15921 msgstr "Index wurde nicht aus dem Stash zurückgeladen."
15923 #: git-stash.sh:647
15924 msgid "The stash entry is kept in case you need it again."
15926 "Der Stash-Eintrag wird für den Fall behalten, dass Sie diesen nochmal "
15929 #: git-stash.sh:656
15931 msgid "Dropped ${REV} ($s)"
15932 msgstr "${REV} ($s) gelöscht"
15934 #: git-stash.sh:657
15936 msgid "${REV}: Could not drop stash entry"
15937 msgstr "${REV}: Konnte \"stash\"-Eintrag nicht löschen"
15939 #: git-stash.sh:665
15940 msgid "No branch name specified"
15941 msgstr "Kein Branchname spezifiziert"
15943 #: git-stash.sh:744
15944 msgid "(To restore them type \"git stash apply\")"
15945 msgstr "(Zur Wiederherstellung geben Sie \"git stash apply\" ein)"
15947 #: git-submodule.sh:181
15948 msgid "Relative path can only be used from the toplevel of the working tree"
15950 "Relative Pfade können nur von der obersten Ebene des Arbeitsverzeichnisses "
15953 #: git-submodule.sh:191
15955 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
15956 msgstr "repo URL: '$repo' muss absolut sein oder mit ./|../ beginnen"
15958 #: git-submodule.sh:210
15960 msgid "'$sm_path' already exists in the index"
15961 msgstr "'$sm_path' ist bereits zum Commit vorgemerkt"
15963 #: git-submodule.sh:213
15965 msgid "'$sm_path' already exists in the index and is not a submodule"
15966 msgstr "'$sm_path' ist bereits zum Commit vorgemerkt und ist kein Submodul"
15968 #: git-submodule.sh:219
15971 "The following path is ignored by one of your .gitignore files:\n"
15973 "Use -f if you really want to add it."
15975 "Der folgende Pfad wird durch eine Ihrer \".gitignore\" Dateien ignoriert:\n"
15977 "Benutzen Sie -f wenn Sie diesen wirklich hinzufügen möchten."
15979 #: git-submodule.sh:237
15981 msgid "Adding existing repo at '$sm_path' to the index"
15982 msgstr "Füge existierendes Repository in '$sm_path' dem Index hinzu."
15984 #: git-submodule.sh:239
15986 msgid "'$sm_path' already exists and is not a valid git repo"
15987 msgstr "'$sm_path' existiert bereits und ist kein gültiges Git-Repository"
15989 #: git-submodule.sh:247
15991 msgid "A git directory for '$sm_name' is found locally with remote(s):"
15993 "Ein Git-Verzeichnis für '$sm_name' wurde lokal gefunden mit den Remote-"
15996 #: git-submodule.sh:249
15999 "If you want to reuse this local git directory instead of cloning again from\n"
16001 "use the '--force' option. If the local git directory is not the correct "
16003 "or you are unsure what this means choose another name with the '--name' "
16006 "Wenn Sie das lokale Git-Verzeichnis wiederverwenden wollen, anstatt erneut "
16009 "zu klonen, benutzen Sie die Option '--force'. Wenn das lokale Git-"
16011 "nicht das korrekte Repository ist oder Sie unsicher sind, was das bedeutet,\n"
16012 "wählen Sie einen anderen Namen mit der Option '--name'."
16014 #: git-submodule.sh:255
16016 msgid "Reactivating local git directory for submodule '$sm_name'."
16017 msgstr "Reaktiviere lokales Git-Verzeichnis für Submodul '$sm_name'."
16019 #: git-submodule.sh:267
16021 msgid "Unable to checkout submodule '$sm_path'"
16022 msgstr "Kann Submodul '$sm_path' nicht auschecken"
16024 #: git-submodule.sh:272
16026 msgid "Failed to add submodule '$sm_path'"
16027 msgstr "Hinzufügen von Submodul '$sm_path' fehlgeschlagen"
16029 #: git-submodule.sh:281
16031 msgid "Failed to register submodule '$sm_path'"
16032 msgstr "Fehler beim Eintragen von Submodul '$sm_path' in die Konfiguration."
16034 #: git-submodule.sh:342
16036 msgid "Entering '$displaypath'"
16037 msgstr "Betrete '$displaypath'"
16039 #: git-submodule.sh:362
16041 msgid "Stopping at '$displaypath'; script returned non-zero status."
16042 msgstr "Stoppe bei '$displaypath'; Skript gab nicht-Null Status zurück."
16044 #: git-submodule.sh:584
16046 msgid "Unable to find current revision in submodule path '$displaypath'"
16047 msgstr "Konnte aktuellen Commit in Submodul-Pfad '$displaypath' nicht finden."
16049 #: git-submodule.sh:594
16051 msgid "Unable to fetch in submodule path '$sm_path'"
16052 msgstr "Konnte \"fetch\" in Submodul-Pfad '$sm_path' nicht ausführen"
16054 #: git-submodule.sh:599
16057 "Unable to find current ${remote_name}/${branch} revision in submodule path "
16060 "Konnte aktuellen Commit von ${remote_name}/${branch} in Submodul-Pfad\n"
16061 "'$sm_path' nicht finden."
16063 #: git-submodule.sh:617
16065 msgid "Unable to fetch in submodule path '$displaypath'"
16066 msgstr "Konnte \"fetch\" in Submodul-Pfad '$displaypath' nicht ausführen"
16068 #: git-submodule.sh:623
16071 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
16072 "Direct fetching of that commit failed."
16074 "\"fetch\" in Submodul-Pfad '$displaypath' ausgeführt, aber $sha1 nicht\n"
16075 "enthalten. Direktes Anfordern dieses Commits ist fehlgeschlagen."
16077 #: git-submodule.sh:630
16079 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
16080 msgstr "Konnte '$sha1' in Submodul-Pfad '$displaypath' nicht auschecken."
16082 #: git-submodule.sh:631
16084 msgid "Submodule path '$displaypath': checked out '$sha1'"
16085 msgstr "Submodul-Pfad: '$displaypath': '$sha1' ausgecheckt"
16087 #: git-submodule.sh:635
16089 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
16090 msgstr "Rebase auf '$sha1' in Submodul-Pfad '$displaypath' nicht möglich"
16092 #: git-submodule.sh:636
16094 msgid "Submodule path '$displaypath': rebased into '$sha1'"
16095 msgstr "Submodul-Pfad '$displaypath': Rebase auf '$sha1'"
16097 #: git-submodule.sh:641
16099 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
16100 msgstr "Merge von '$sha1' in Submodul-Pfad '$displaypath' fehlgeschlagen"
16102 #: git-submodule.sh:642
16104 msgid "Submodule path '$displaypath': merged in '$sha1'"
16105 msgstr "Submodul-Pfad '$displaypath': zusammengeführt in '$sha1'"
16107 #: git-submodule.sh:647
16109 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
16111 "Ausführung von '$command $sha1' in Submodul-Pfad '$displaypath' "
16114 #: git-submodule.sh:648
16116 msgid "Submodule path '$displaypath': '$command $sha1'"
16117 msgstr "Submodul-Pfad '$displaypath': '$command $sha1'"
16119 #: git-submodule.sh:679
16121 msgid "Failed to recurse into submodule path '$displaypath'"
16122 msgstr "Fehler bei Rekursion in Submodul-Pfad '$displaypath'"
16124 #: git-submodule.sh:775
16125 msgid "The --cached option cannot be used with the --files option"
16127 "Die Optionen --cached und --files können nicht gemeinsam verwendet werden."
16129 #: git-submodule.sh:827
16131 msgid "unexpected mode $mod_dst"
16132 msgstr "unerwarteter Modus $mod_dst"
16134 #: git-submodule.sh:847
16136 msgid " Warn: $display_name doesn't contain commit $sha1_src"
16137 msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_src"
16139 #: git-submodule.sh:850
16141 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
16142 msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_dst"
16144 #: git-submodule.sh:853
16146 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
16148 " Warnung: $display_name beinhaltet nicht die Commits $sha1_src und $sha1_dst"
16150 #: git-parse-remote.sh:89
16152 msgid "See git-${cmd}(1) for details."
16153 msgstr "Siehe git-${cmd}(1) für weitere Details."
16155 #: git-rebase--interactive.sh:140
16157 msgid "Rebasing ($new_count/$total)"
16158 msgstr "Führe Rebase aus ($new_count/$total)"
16160 #: git-rebase--interactive.sh:156
16164 "p, pick = use commit\n"
16165 "r, reword = use commit, but edit the commit message\n"
16166 "e, edit = use commit, but stop for amending\n"
16167 "s, squash = use commit, but meld into previous commit\n"
16168 "f, fixup = like \"squash\", but discard this commit's log message\n"
16169 "x, exec = run command (the rest of the line) using shell\n"
16170 "d, drop = remove commit\n"
16172 "These lines can be re-ordered; they are executed from top to bottom.\n"
16176 "p, pick = Commit verwenden\n"
16177 "r, reword = Commit verwenden, aber Commit-Beschreibung bearbeiten\n"
16178 "e, edit = Commit verwenden, aber zum Nachbessern anhalten\n"
16179 "s, squash = Commit verwenden, aber mit vorherigem Commit vereinen\n"
16180 "f, fixup = wie \"squash\", aber diese Commit-Beschreibung verwerfen\n"
16181 "x, exec = Befehl (Rest der Zeile) mittels Shell ausführen\n"
16182 "d, drop = Commit entfernen\n"
16184 "Diese Zeilen können umsortiert werden; Sie werden von oben nach unten\n"
16187 #: git-rebase--interactive.sh:171
16190 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
16193 "Keine Zeile entfernen. Benutzen Sie 'drop', um explizit einen Commit zu\n"
16196 #: git-rebase--interactive.sh:175
16199 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
16202 "Wenn Sie hier eine Zeile entfernen, wird DIESER COMMIT VERLOREN GEHEN.\n"
16204 #: git-rebase--interactive.sh:213
16207 "You can amend the commit now, with\n"
16209 "\tgit commit --amend $gpg_sign_opt_quoted\n"
16211 "Once you are satisfied with your changes, run\n"
16213 "\tgit rebase --continue"
16215 "Sie können den Commit nun nachbessern mit:\n"
16217 "\tgit commit --amend $gpg_sign_opt_quoted\n"
16219 "Sobald Sie mit Ihren Änderungen zufrieden sind, führen Sie aus:\n"
16221 "\tgit rebase --continue"
16223 #: git-rebase--interactive.sh:238
16225 msgid "$sha1: not a commit that can be picked"
16226 msgstr "$sha1: kein Commit der gepickt werden kann"
16228 #: git-rebase--interactive.sh:277
16230 msgid "Invalid commit name: $sha1"
16231 msgstr "Ungültiger Commit-Name: $sha1"
16233 #: git-rebase--interactive.sh:319
16234 msgid "Cannot write current commit's replacement sha1"
16235 msgstr "Kann ersetzenden SHA-1 des aktuellen Commits nicht schreiben"
16237 #: git-rebase--interactive.sh:371
16239 msgid "Fast-forward to $sha1"
16240 msgstr "Spule vor zu $sha1"
16242 #: git-rebase--interactive.sh:373
16244 msgid "Cannot fast-forward to $sha1"
16245 msgstr "Kann nicht zu $sha1 vorspulen"
16247 #: git-rebase--interactive.sh:382
16249 msgid "Cannot move HEAD to $first_parent"
16250 msgstr "Kann HEAD nicht auf $first_parent setzen"
16252 #: git-rebase--interactive.sh:387
16254 msgid "Refusing to squash a merge: $sha1"
16255 msgstr "\"squash\" eines Merges ($sha1) zurückgewiesen."
16257 #: git-rebase--interactive.sh:405
16259 msgid "Error redoing merge $sha1"
16260 msgstr "Fehler beim Wiederholen des Merges von $sha1"
16262 #: git-rebase--interactive.sh:414
16264 msgid "Could not pick $sha1"
16265 msgstr "Konnte $sha1 nicht picken"
16267 #: git-rebase--interactive.sh:423
16269 msgid "This is the commit message #${n}:"
16270 msgstr "Das ist Commit-Beschreibung #${n}:"
16272 #: git-rebase--interactive.sh:428
16274 msgid "The commit message #${n} will be skipped:"
16275 msgstr "Commit-Beschreibung #${n} wird ausgelassen:"
16277 #: git-rebase--interactive.sh:439
16279 msgid "This is a combination of $count commit."
16280 msgid_plural "This is a combination of $count commits."
16281 msgstr[0] "Das ist eine Kombination aus $count Commit."
16282 msgstr[1] "Das ist eine Kombination aus $count Commits."
16284 #: git-rebase--interactive.sh:448
16286 msgid "Cannot write $fixup_msg"
16287 msgstr "Kann $fixup_msg nicht schreiben"
16289 #: git-rebase--interactive.sh:451
16290 msgid "This is a combination of 2 commits."
16291 msgstr "Das ist eine Kombination aus 2 Commits."
16293 #: git-rebase--interactive.sh:492 git-rebase--interactive.sh:535
16294 #: git-rebase--interactive.sh:538
16296 msgid "Could not apply $sha1... $rest"
16297 msgstr "Konnte $sha1... ($rest) nicht anwenden"
16299 #: git-rebase--interactive.sh:567
16302 "Could not amend commit after successfully picking $sha1... $rest\n"
16303 "This is most likely due to an empty commit message, or the pre-commit hook\n"
16304 "failed. If the pre-commit hook failed, you may need to resolve the issue "
16306 "you are able to reword the commit."
16308 "Konnte Commit nicht nachbessern, nachdem dieser verwendet wurde: $sha1... "
16310 "Das passierte sehr wahrscheinlich wegen einer leeren Commit-Beschreibung, "
16312 "weil der pre-commit Hook fehlschlug. Falls der pre-commit Hook fehlschlug,\n"
16313 "sollten Sie das Problem beheben, bevor Sie die Commit-Beschreibung ändern "
16316 #: git-rebase--interactive.sh:582
16318 msgid "Stopped at $sha1_abbrev... $rest"
16319 msgstr "Angehalten bei $sha1_abbrev... $rest"
16321 #: git-rebase--interactive.sh:597
16323 msgid "Cannot '$squash_style' without a previous commit"
16324 msgstr "Kann nicht '$squash_style' ohne vorherigen Commit"
16326 #: git-rebase--interactive.sh:639
16328 msgid "Executing: $rest"
16329 msgstr "Führe aus: $rest"
16331 #: git-rebase--interactive.sh:647
16333 msgid "Execution failed: $rest"
16334 msgstr "Ausführung fehlgeschlagen: $rest"
16336 #: git-rebase--interactive.sh:649
16337 msgid "and made changes to the index and/or the working tree"
16338 msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert."
16340 #: git-rebase--interactive.sh:651
16342 "You can fix the problem, and then run\n"
16344 "\tgit rebase --continue"
16346 "Sie können das Problem beheben, und dann\n"
16348 "\tgit rebase --continue\n"
16352 #. TRANSLATORS: after these lines is a command to be issued by the user
16353 #: git-rebase--interactive.sh:664
16356 "Execution succeeded: $rest\n"
16357 "but left changes to the index and/or the working tree\n"
16358 "Commit or stash your changes, and then run\n"
16360 "\tgit rebase --continue"
16362 "Ausführung erfolgreich: $rest\n"
16363 "Aber Änderungen in Index oder Arbeitsverzeichnis verblieben.\n"
16364 "Committen Sie Ihre Änderungen oder benutzen Sie \"stash\".\n"
16365 "Führen Sie dann aus:\n"
16367 "\tgit rebase --continue"
16369 #: git-rebase--interactive.sh:675
16371 msgid "Unknown command: $command $sha1 $rest"
16372 msgstr "Unbekannter Befehl: $command $sha1 $rest"
16374 #: git-rebase--interactive.sh:676
16375 msgid "Please fix this using 'git rebase --edit-todo'."
16376 msgstr "Bitte beheben Sie das, indem Sie 'git rebase --edit-todo' ausführen."
16378 #: git-rebase--interactive.sh:711
16380 msgid "Successfully rebased and updated $head_name."
16381 msgstr "Erfolgreich Rebase ausgeführt und $head_name aktualisiert."
16383 #: git-rebase--interactive.sh:735
16384 msgid "could not detach HEAD"
16385 msgstr "Konnte HEAD nicht loslösen"
16387 #: git-rebase--interactive.sh:771
16388 msgid "Could not remove CHERRY_PICK_HEAD"
16389 msgstr "Konnte CHERRY_PICK_HEAD nicht löschen"
16391 #: git-rebase--interactive.sh:776
16394 "You have staged changes in your working tree.\n"
16395 "If these changes are meant to be\n"
16396 "squashed into the previous commit, run:\n"
16398 " git commit --amend $gpg_sign_opt_quoted\n"
16400 "If they are meant to go into a new commit, run:\n"
16402 " git commit $gpg_sign_opt_quoted\n"
16404 "In both cases, once you're done, continue with:\n"
16406 " git rebase --continue\n"
16408 "Es befinden sich zum Commit vorgemerkte Änderungen in Ihrem "
16409 "Arbeitsverzeichnis.\n"
16410 "Wenn diese Änderungen in den vorherigen Commit aufgenommen werden sollen,\n"
16411 "führen Sie aus:\n"
16413 " git commit --amend $gpg_sign_opt_quoted\n"
16415 "Wenn daraus ein neuer Commit erzeugt werden soll, führen Sie aus:\n"
16417 " git commit $gpg_sign_opt_quoted\n"
16419 "Im Anschluss führen Sie zum Fortfahren aus:\n"
16421 " git rebase --continue\n"
16423 #: git-rebase--interactive.sh:793
16424 msgid "Error trying to find the author identity to amend commit"
16426 "Fehler beim Versuch die Identität des Authors zum Verbessern des Commits zu\n"
16429 #: git-rebase--interactive.sh:798
16431 "You have uncommitted changes in your working tree. Please commit them\n"
16432 "first and then run 'git rebase --continue' again."
16434 "Sie haben nicht committete Änderungen in Ihrem Arbeitsverzeichnis. Bitte\n"
16435 "committen Sie diese zuerst und führen Sie dann 'git rebase --continue' "
16439 #: git-rebase--interactive.sh:803 git-rebase--interactive.sh:807
16440 msgid "Could not commit staged changes."
16441 msgstr "Konnte Änderungen aus der Staging-Area nicht committen."
16443 #: git-rebase--interactive.sh:836
16446 "You are editing the todo file of an ongoing interactive rebase.\n"
16447 "To continue rebase after editing, run:\n"
16448 " git rebase --continue\n"
16452 "Sie bearbeiten gerade die TODO-Datei eines laufenden interaktiven Rebase.\n"
16453 "Um den Rebase nach dem Editieren fortzusetzen, führen Sie aus:\n"
16454 " git rebase --continue\n"
16457 #: git-rebase--interactive.sh:844 git-rebase--interactive.sh:1008
16458 msgid "Could not execute editor"
16459 msgstr "Konnte Editor nicht ausführen."
16461 #: git-rebase--interactive.sh:860
16463 msgid "Could not checkout $switch_to"
16464 msgstr "Konnte $switch_to nicht auschecken."
16466 #: git-rebase--interactive.sh:865
16468 msgstr "Kein HEAD?"
16470 #: git-rebase--interactive.sh:866
16472 msgid "Could not create temporary $state_dir"
16473 msgstr "Konnte temporäres Verzeichnis $state_dir nicht erstellen."
16475 #: git-rebase--interactive.sh:869
16476 msgid "Could not mark as interactive"
16477 msgstr "Konnte nicht als interaktiven Rebase markieren."
16479 #: git-rebase--interactive.sh:879 git-rebase--interactive.sh:884
16480 msgid "Could not init rewritten commits"
16481 msgstr "Konnte neu geschriebene Commits nicht initialisieren."
16483 #: git-rebase--interactive.sh:910
16484 msgid "Could not generate todo list"
16485 msgstr "Konnte TODO-Liste nicht erzeugen."
16487 #: git-rebase--interactive.sh:986
16489 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
16490 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
16491 msgstr[0] "Rebase von $shortrevisions auf $shortonto ($todocount Kommando)"
16492 msgstr[1] "Rebase von $shortrevisions auf $shortonto ($todocount Kommandos)"
16494 #: git-rebase--interactive.sh:991
16497 "However, if you remove everything, the rebase will be aborted.\n"
16501 "Wenn Sie jedoch alles löschen, wird der Rebase abgebrochen.\n"
16504 #: git-rebase--interactive.sh:998
16505 msgid "Note that empty commits are commented out"
16506 msgstr "Leere Commits sind auskommentiert."
16508 #: git-sh-setup.sh:89 git-sh-setup.sh:94
16510 msgid "usage: $dashless $USAGE"
16511 msgstr "Verwendung: $dashless $USAGE"
16513 #: git-sh-setup.sh:190
16515 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
16517 "Konnte nicht in Verzeichnis $cdup wechseln, der obersten Ebene des\n"
16518 "Arbeitsverzeichnisses."
16520 #: git-sh-setup.sh:199 git-sh-setup.sh:206
16522 msgid "fatal: $program_name cannot be used without a working tree."
16524 "fatal: $program_name kann ohne ein Arbeitsverzeichnis nicht verwendet werden."
16526 #: git-sh-setup.sh:220
16527 msgid "Cannot rebase: You have unstaged changes."
16529 "Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt "
16532 #: git-sh-setup.sh:223
16533 msgid "Cannot rewrite branches: You have unstaged changes."
16535 "Kann Branches nicht neu schreiben: Sie haben Änderungen, die nicht zum "
16539 #: git-sh-setup.sh:226
16540 msgid "Cannot pull with rebase: You have unstaged changes."
16542 "Kann \"pull\" mit \"rebase\" nicht ausführen: Sie haben Änderungen, die "
16543 "nicht zum Commit vorgemerkt sind."
16545 #: git-sh-setup.sh:229
16547 msgid "Cannot $action: You have unstaged changes."
16549 "Kann $action nicht ausführen: Sie haben Änderungen, die nicht zum Commit\n"
16552 #: git-sh-setup.sh:242
16553 msgid "Cannot rebase: Your index contains uncommitted changes."
16555 "Rebase nicht möglich: Die Staging-Area beinhaltet nicht committete "
16558 #: git-sh-setup.sh:245
16559 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
16561 "Kann \"pull\" mit \"rebase\" nicht ausführen: Die Staging-Area beinhaltet "
16562 "nicht committete Änderungen."
16564 #: git-sh-setup.sh:248
16566 msgid "Cannot $action: Your index contains uncommitted changes."
16568 "Kann $action nicht ausführen: Die Staging-Area beinhaltet nicht committete\n"
16571 #: git-sh-setup.sh:252
16572 msgid "Additionally, your index contains uncommitted changes."
16573 msgstr "Zusätzlich beinhaltet die Staging-Area nicht committete Änderungen."
16575 #: git-sh-setup.sh:372
16576 msgid "You need to run this command from the toplevel of the working tree."
16578 "Sie müssen den Befehl von der obersten Ebene des Arbeitsverzeichnisses "
16581 #: git-sh-setup.sh:377
16582 msgid "Unable to determine absolute path of git directory"
16583 msgstr "Konnte absoluten Pfad des Git-Verzeichnisses nicht bestimmen."
16585 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
16586 #: git-add--interactive.perl:196
16588 msgid "%12s %12s %s"
16589 msgstr "%28s %25s %s"
16591 #: git-add--interactive.perl:197
16593 msgstr "zur Staging-Area hinzugefügt"
16595 #: git-add--interactive.perl:197
16597 msgstr "aus Staging-Area entfernt"
16599 #: git-add--interactive.perl:246 git-add--interactive.perl:271
16603 #: git-add--interactive.perl:255 git-add--interactive.perl:309
16607 #: git-add--interactive.perl:291 git-add--interactive.perl:306
16609 msgstr "unverändert"
16611 #: git-add--interactive.perl:602
16613 msgid "added %d path\n"
16614 msgid_plural "added %d paths\n"
16615 msgstr[0] "%d Pfad hinzugefügt\n"
16616 msgstr[1] "%d Pfade hinzugefügt\n"
16618 #: git-add--interactive.perl:605
16620 msgid "updated %d path\n"
16621 msgid_plural "updated %d paths\n"
16622 msgstr[0] "%d Pfad aktualisiert\n"
16623 msgstr[1] "%d Pfade aktualisiert\n"
16625 #: git-add--interactive.perl:608
16627 msgid "reverted %d path\n"
16628 msgid_plural "reverted %d paths\n"
16629 msgstr[0] "%d Pfad wiederhergestellt\n"
16630 msgstr[1] "%d Pfade wiederhergestellt\n"
16632 #: git-add--interactive.perl:611
16634 msgid "touched %d path\n"
16635 msgid_plural "touched %d paths\n"
16636 msgstr[0] "%d Pfad angefasst\n"
16637 msgstr[1] "%d Pfade angefasst\n"
16639 #: git-add--interactive.perl:620
16641 msgstr "Aktualisieren"
16643 #: git-add--interactive.perl:632
16647 #: git-add--interactive.perl:655
16649 msgid "note: %s is untracked now.\n"
16650 msgstr "Hinweis: %s ist nun unversioniert.\n"
16652 #: git-add--interactive.perl:666
16653 msgid "Add untracked"
16654 msgstr "unversionierte Dateien hinzufügen"
16656 #: git-add--interactive.perl:672
16657 msgid "No untracked files.\n"
16658 msgstr "Keine unversionierten Dateien.\n"
16660 #: git-add--interactive.perl:1026
16662 "If the patch applies cleanly, the edited hunk will immediately be\n"
16663 "marked for staging."
16665 "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"
16667 "direkt als zum Hinzufügen zur Staging-Area markiert."
16669 #: git-add--interactive.perl:1029
16671 "If the patch applies cleanly, the edited hunk will immediately be\n"
16672 "marked for stashing."
16674 "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"
16676 "direkt als zum Hinzufügen zum Stash markiert."
16678 #: git-add--interactive.perl:1032
16680 "If the patch applies cleanly, the edited hunk will immediately be\n"
16681 "marked for unstaging."
16683 "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"
16685 "direkt als zum Entfernen aus der Staging-Area markiert."
16687 #: git-add--interactive.perl:1035 git-add--interactive.perl:1044
16689 "If the patch applies cleanly, the edited hunk will immediately be\n"
16690 "marked for applying."
16692 "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"
16694 "direkt als zum Anwenden markiert."
16696 #: git-add--interactive.perl:1038 git-add--interactive.perl:1041
16698 "If the patch applies cleanly, the edited hunk will immediately be\n"
16699 "marked for discarding."
16701 "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"
16703 "direkt als zum Verwerfen markiert."
16705 #: git-add--interactive.perl:1078
16707 msgid "failed to open hunk edit file for writing: %s"
16709 "Fehler beim Öffnen von Editier-Datei eines Patch-Blocks zum Schreiben: %s"
16711 #: git-add--interactive.perl:1079
16712 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
16714 "Manueller Editiermodus für Patch-Blöcke -- siehe nach unten für eine\n"
16717 #: git-add--interactive.perl:1085
16721 "To remove '%s' lines, make them ' ' lines (context).\n"
16722 "To remove '%s' lines, delete them.\n"
16723 "Lines starting with %s will be removed.\n"
16726 "Um '%s' Zeilen zu entfernen, machen Sie aus diesen ' ' Zeilen (Kontext).\n"
16727 "Um '%s' Zeilen zu entfernen, löschen Sie diese.\n"
16728 "Zeilen, die mit %s beginnen, werden entfernt.\n"
16730 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
16731 #: git-add--interactive.perl:1093
16733 "If it does not apply cleanly, you will be given an opportunity to\n"
16734 "edit again. If all lines of the hunk are removed, then the edit is\n"
16735 "aborted and the hunk is left unchanged.\n"
16737 "Wenn das nicht sauber angewendet werden kann, haben Sie die Möglichkeit\n"
16738 "einer erneuten Bearbeitung. Wenn alle Zeilen des Patch-Blocks entfernt "
16740 "wird die Bearbeitung abgebrochen und der Patch-Block bleibt unverändert.\n"
16742 #: git-add--interactive.perl:1107
16744 msgid "failed to open hunk edit file for reading: %s"
16745 msgstr "Fehler beim Öffnen von Editier-Datei eines Patch-Blocks zum Lesen: %s"
16747 #. TRANSLATORS: do not translate [y/n]
16748 #. The program will only accept that input
16750 #. Consider translating (saying "no" discards!) as
16751 #. (saying "n" for "no" discards!) if the translation
16752 #. of the word "no" does not start with n.
16753 #: git-add--interactive.perl:1206
16755 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
16757 "Ihr bearbeiteter Patch-Block kann nicht angewendet werden.\n"
16758 "Erneut bearbeiten? (\"n\" verwirft Bearbeitung!) [y/n]?"
16760 #: git-add--interactive.perl:1215
16762 "y - stage this hunk\n"
16763 "n - do not stage this hunk\n"
16764 "q - quit; do not stage this hunk or any of the remaining ones\n"
16765 "a - stage this hunk and all later hunks in the file\n"
16766 "d - do not stage this hunk or any of the later hunks in the file"
16768 "y - diesen Patch-Block zum Commit vormerken\n"
16769 "n - diesen Patch-Block nicht zum Commit vormerken\n"
16770 "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht zum Commit "
16772 "a - diesen und alle weiteren Patch-Blöcke dieser Datei zum Commit vormerken\n"
16773 "d - diesen oder alle weiteren Patch-Blöcke in dieser Datei nicht zum Commit "
16776 #: git-add--interactive.perl:1221
16778 "y - stash this hunk\n"
16779 "n - do not stash this hunk\n"
16780 "q - quit; do not stash this hunk or any of the remaining ones\n"
16781 "a - stash this hunk and all later hunks in the file\n"
16782 "d - do not stash this hunk or any of the later hunks in the file"
16784 "y - diesen Patch-Block stashen\n"
16785 "n - diesen Patch-Block nicht stashen\n"
16786 "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht stashen\n"
16787 "a - diesen und alle weiteren Patch-Blöcke dieser Datei stashen\n"
16788 "d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht stashen"
16790 #: git-add--interactive.perl:1227
16792 "y - unstage this hunk\n"
16793 "n - do not unstage this hunk\n"
16794 "q - quit; do not unstage this hunk or any of the remaining ones\n"
16795 "a - unstage this hunk and all later hunks in the file\n"
16796 "d - do not unstage this hunk or any of the later hunks in the file"
16798 "y - diesen Patch-Block unstashen\n"
16799 "n - diesen Patch-Block nicht unstashen\n"
16800 "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht unstashen\n"
16801 "a - diesen und alle weiteren Patch-Blöcke dieser Datei unstashen\n"
16802 "d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht unstashen"
16804 #: git-add--interactive.perl:1233
16806 "y - apply this hunk to index\n"
16807 "n - do not apply this hunk to index\n"
16808 "q - quit; do not apply this hunk or any of the remaining ones\n"
16809 "a - apply this hunk and all later hunks in the file\n"
16810 "d - do not apply this hunk or any of the later hunks in the file"
16812 "y - diesen Patch-Block auf den Index anwenden\n"
16813 "n - diesen Patch-Block nicht auf den Index anwenden\n"
16814 "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht auf den Index "
16816 "a - diesen und alle weiteren Patch-Blöcke dieser Datei auf den Index "
16818 "d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht auf den Index "
16821 #: git-add--interactive.perl:1239
16823 "y - discard this hunk from worktree\n"
16824 "n - do not discard this hunk from worktree\n"
16825 "q - quit; do not discard this hunk or any of the remaining ones\n"
16826 "a - discard this hunk and all later hunks in the file\n"
16827 "d - do not discard this hunk or any of the later hunks in the file"
16829 "y - diesen Patch-Block im Arbeitsverzeichnis verwerfen\n"
16830 "n - diesen Patch-Block im Arbeitsverzeichnis nicht verwerfen\n"
16831 "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht im "
16832 "Arbeitsverzeichnis verwerfen\n"
16833 "a - diesen und alle weiteren Patch-Blöcke dieser Datei im Arbeitsverzeichnis "
16835 "d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht im "
16836 "Arbeitsverzeichnis verwerfen"
16838 #: git-add--interactive.perl:1245
16840 "y - discard this hunk from index and worktree\n"
16841 "n - do not discard this hunk from index and worktree\n"
16842 "q - quit; do not discard this hunk or any of the remaining ones\n"
16843 "a - discard this hunk and all later hunks in the file\n"
16844 "d - do not discard this hunk or any of the later hunks in the file"
16846 "y - diesen Patch-Block im Index und Arbeitsverzeichnis verwerfen\n"
16847 "n - diesen Patch-Block nicht im Index und Arbeitsverzeichnis verwerfen\n"
16848 "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht im Index und "
16849 "Arbeitsverzeichnis verwerfen\n"
16850 "a - diesen und alle weiteren Patch-Blöcke in der Datei verwerfen\n"
16851 "d - diesen oder alle weiteren Patch-Blöcke in der Datei nicht verwerfen"
16853 #: git-add--interactive.perl:1251
16855 "y - apply this hunk to index and worktree\n"
16856 "n - do not apply this hunk to index and worktree\n"
16857 "q - quit; do not apply this hunk or any of the remaining ones\n"
16858 "a - apply this hunk and all later hunks in the file\n"
16859 "d - do not apply this hunk or any of the later hunks in the file"
16861 "y - diesen Patch-Block im Index und auf Arbeitsverzeichnis anwenden\n"
16862 "n - diesen Patch-Block nicht im Index und auf Arbeitsverzeichnis anwenden\n"
16863 "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht anwenden\n"
16864 "a - diesen und alle weiteren Patch-Blöcke in der Datei anwenden\n"
16865 "d - diesen oder alle weiteren Patch-Blöcke in der Datei nicht anwenden"
16867 #: git-add--interactive.perl:1266
16869 "g - select a hunk to go to\n"
16870 "/ - search for a hunk matching the given regex\n"
16871 "j - leave this hunk undecided, see next undecided hunk\n"
16872 "J - leave this hunk undecided, see next hunk\n"
16873 "k - leave this hunk undecided, see previous undecided hunk\n"
16874 "K - leave this hunk undecided, see previous hunk\n"
16875 "s - split the current hunk into smaller hunks\n"
16876 "e - manually edit the current hunk\n"
16879 "g - Patch-Block zum Hinspringen auswählen\n"
16880 "/ - nach Patch-Block suchen der gegebenem regulärem Ausdruck entspricht\n"
16881 "j - diesen Patch-Block unbestimmt lassen, nächsten unbestimmten Patch-Block "
16883 "J - diesen Patch-Block unbestimmt lassen, nächsten Patch-Block anzeigen\n"
16884 "k - diesen Patch-Block unbestimmt lassen, vorherigen unbestimmten Patch-"
16886 "K - diesen Patch-Block unbestimmt lassen, vorherigen Patch-Block anzeigen\n"
16887 "s - aktuellen Patch-Block in kleinere Patch-Blöcke aufteilen\n"
16888 "e - aktuellen Patch-Block manuell editieren\n"
16889 "? - Hilfe anzeigen\n"
16891 #: git-add--interactive.perl:1297
16892 msgid "The selected hunks do not apply to the index!\n"
16894 "Die ausgewählten Patch-Blöcke können nicht auf den Index angewendet werden!\n"
16896 #: git-add--interactive.perl:1298
16897 msgid "Apply them to the worktree anyway? "
16898 msgstr "Trotzdem auf Arbeitsverzeichnis anwenden? "
16900 #: git-add--interactive.perl:1301
16901 msgid "Nothing was applied.\n"
16902 msgstr "Nichts angewendet.\n"
16904 #: git-add--interactive.perl:1312
16906 msgid "ignoring unmerged: %s\n"
16907 msgstr "ignoriere nicht zusammengeführte Datei: %s\n"
16909 #: git-add--interactive.perl:1321
16910 msgid "Only binary files changed.\n"
16911 msgstr "Nur Binärdateien geändert.\n"
16913 #: git-add--interactive.perl:1323
16914 msgid "No changes.\n"
16915 msgstr "Keine Änderungen.\n"
16917 #: git-add--interactive.perl:1331
16918 msgid "Patch update"
16919 msgstr "Patch Aktualisierung"
16921 #: git-add--interactive.perl:1383
16923 msgid "Stage mode change [y,n,q,a,d%s,?]? "
16924 msgstr "Modusänderung der Staging-Area hinzufügen [y,n,q,a,d%s,?]? "
16926 #: git-add--interactive.perl:1384
16928 msgid "Stage deletion [y,n,q,a,d%s,?]? "
16929 msgstr "Löschung der Staging-Area hinzufügen [y,n,q,a,d%s,?]? "
16931 #: git-add--interactive.perl:1385
16933 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
16934 msgstr "Diesen Patch-Block der Staging-Area hinzufügen [y,n,q,a,d%s,?]? "
16936 #: git-add--interactive.perl:1388
16938 msgid "Stash mode change [y,n,q,a,d%s,?]? "
16939 msgstr "Modusänderung stashen [y,n,q,a,d%s,?]? "
16941 #: git-add--interactive.perl:1389
16943 msgid "Stash deletion [y,n,q,a,d%s,?]? "
16944 msgstr "Löschung stashen [y,n,q,a,d%s,?]? "
16946 #: git-add--interactive.perl:1390
16948 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
16949 msgstr "Diesen Patch-Block stashen [y,n,q,a,d%s,?]? "
16951 #: git-add--interactive.perl:1393
16953 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
16954 msgstr "Modusänderung aus der Staging-Area entfernen [y,n,q,a,d%s,?]? "
16956 #: git-add--interactive.perl:1394
16958 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
16959 msgstr "Löschung aus der Staging-Area entfernen [y,n,q,a,d%s,?]? "
16961 #: git-add--interactive.perl:1395
16963 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
16964 msgstr "Diesen Patch-Block aus der Staging-Area entfernen [y,n,q,a,d%s,?]? "
16966 #: git-add--interactive.perl:1398
16968 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
16969 msgstr "Modusänderung auf Index anwenden [y,n,q,a,d%s,?]? "
16971 #: git-add--interactive.perl:1399
16973 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
16974 msgstr "Löschung auf Index anwenden [y,n,q,a,d%s,?]? "
16976 #: git-add--interactive.perl:1400
16978 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
16979 msgstr "Diesen Patch-Block auf Index anwenden [y,n,q,a,d%s,?]? "
16981 #: git-add--interactive.perl:1403
16983 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
16984 msgstr "Modusänderung im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "
16986 #: git-add--interactive.perl:1404
16988 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
16989 msgstr "Löschung im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "
16991 #: git-add--interactive.perl:1405
16993 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
16994 msgstr "diesen Patch-Block im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "
16996 #: git-add--interactive.perl:1408
16998 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
16999 msgstr "Modusänderung vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "
17001 #: git-add--interactive.perl:1409
17003 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
17004 msgstr "Löschung vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "
17006 #: git-add--interactive.perl:1410
17008 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
17009 msgstr "Diesen Patch-Block vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "
17011 #: git-add--interactive.perl:1413
17013 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
17014 msgstr "Modusänderung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? "
17016 #: git-add--interactive.perl:1414
17018 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
17019 msgstr "Löschung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? "
17021 #: git-add--interactive.perl:1415
17023 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
17024 msgstr "Diesen Patch-Block auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? "
17026 #: git-add--interactive.perl:1515
17027 msgid "No other hunks to goto\n"
17028 msgstr "Keine anderen Patch-Blöcke verbleibend\n"
17030 #: git-add--interactive.perl:1522
17031 msgid "go to which hunk (<ret> to see more)? "
17032 msgstr "zu welchem Patch-Block springen (<Enter> für mehr Informationen)? "
17034 #: git-add--interactive.perl:1524
17035 msgid "go to which hunk? "
17036 msgstr "zu welchem Patch-Block springen? "
17038 #: git-add--interactive.perl:1533
17040 msgid "Invalid number: '%s'\n"
17041 msgstr "Ungültige Nummer: '%s'\n"
17043 #: git-add--interactive.perl:1538
17045 msgid "Sorry, only %d hunk available.\n"
17046 msgid_plural "Sorry, only %d hunks available.\n"
17047 msgstr[0] "Entschuldigung, nur %d Patch-Block verfügbar.\n"
17048 msgstr[1] "Entschuldigung, nur %d Patch-Blöcke verfügbar.\n"
17050 #: git-add--interactive.perl:1564
17051 msgid "No other hunks to search\n"
17052 msgstr "Keine anderen Patch-Blöcke zum Durchsuchen\n"
17054 #: git-add--interactive.perl:1568
17055 msgid "search for regex? "
17056 msgstr "Suche nach regulärem Ausdruck? "
17058 #: git-add--interactive.perl:1581
17060 msgid "Malformed search regexp %s: %s\n"
17061 msgstr "Fehlerhafter regulärer Ausdruck für Suche %s: %s\n"
17063 #: git-add--interactive.perl:1591
17064 msgid "No hunk matches the given pattern\n"
17065 msgstr "Kein Patch-Block entspricht dem angegebenen Muster\n"
17067 #: git-add--interactive.perl:1603 git-add--interactive.perl:1625
17068 msgid "No previous hunk\n"
17069 msgstr "Kein vorheriger Patch-Block\n"
17071 #: git-add--interactive.perl:1612 git-add--interactive.perl:1631
17072 msgid "No next hunk\n"
17073 msgstr "Kein folgender Patch-Block\n"
17075 #: git-add--interactive.perl:1637
17076 msgid "Sorry, cannot split this hunk\n"
17077 msgstr "Entschuldigung, kann diesen Patch-Block nicht aufteilen.\n"
17079 #: git-add--interactive.perl:1643
17081 msgid "Split into %d hunk.\n"
17082 msgid_plural "Split into %d hunks.\n"
17083 msgstr[0] "In %d Patch-Block aufgeteilt.\n"
17084 msgstr[1] "In %d Patch-Blöcke aufgeteilt.\n"
17086 #: git-add--interactive.perl:1653
17087 msgid "Sorry, cannot edit this hunk\n"
17088 msgstr "Entschuldigung, kann diesen Patch-Block nicht bearbeiten.\n"
17090 #: git-add--interactive.perl:1699
17091 msgid "Review diff"
17092 msgstr "Diff überprüfen"
17094 #. TRANSLATORS: please do not translate the command names
17095 #. 'status', 'update', 'revert', etc.
17096 #: git-add--interactive.perl:1718
17098 "status - show paths with changes\n"
17099 "update - add working tree state to the staged set of changes\n"
17100 "revert - revert staged set of changes back to the HEAD version\n"
17101 "patch - pick hunks and update selectively\n"
17102 "diff - view diff between HEAD and index\n"
17103 "add untracked - add contents of untracked files to the staged set of "
17106 "status - Pfade mit Änderungen anzeigen\n"
17107 "update - Zustand des Arbeitsverzeichnisses den zum Commit "
17108 "vorgemerkten Änderungen hinzufügen\n"
17109 "revert - zum Commit vorgemerkte Änderungen auf HEAD Version "
17111 "patch - Patch-Blöcke auswählen und selektiv aktualisieren\n"
17112 "diff - Unterschiede zwischen HEAD und Index anzeigen\n"
17113 "add untracked - Inhalte von unversionierten Dateien zum Commit vormerken\n"
17115 #: git-add--interactive.perl:1735 git-add--interactive.perl:1740
17116 #: git-add--interactive.perl:1743 git-add--interactive.perl:1750
17117 #: git-add--interactive.perl:1754 git-add--interactive.perl:1760
17121 #: git-add--interactive.perl:1756
17123 msgid "unknown --patch mode: %s"
17124 msgstr "Unbekannter --patch Modus: %s"
17126 #: git-add--interactive.perl:1762 git-add--interactive.perl:1768
17128 msgid "invalid argument %s, expecting --"
17129 msgstr "ungültiges Argument %s, erwarte --"
17131 #: git-send-email.perl:130
17132 msgid "local zone differs from GMT by a non-minute interval\n"
17134 "lokale Zeitzone unterscheidet sich von GMT nicht um ein Minutenintervall\n"
17136 #: git-send-email.perl:137 git-send-email.perl:143
17137 msgid "local time offset greater than or equal to 24 hours\n"
17138 msgstr "lokaler Zeit-Offset größer oder gleich 24 Stunden\n"
17140 #: git-send-email.perl:211 git-send-email.perl:217
17141 msgid "the editor exited uncleanly, aborting everything"
17142 msgstr "Der Editor wurde unsauber beendet, breche alles ab."
17144 #: git-send-email.perl:294
17147 "'%s' contains an intermediate version of the email you were composing.\n"
17149 "'%s' enthält eine Zwischenversion der E-Mail, die Sie gerade verfassen.\n"
17151 #: git-send-email.perl:299
17153 msgid "'%s.final' contains the composed email.\n"
17154 msgstr "'%s.final' enthält die verfasste E-Mail.\n"
17156 #: git-send-email.perl:317
17157 msgid "--dump-aliases incompatible with other options\n"
17158 msgstr "--dump-aliases ist mit anderen Optionen inkompatibel\n"
17160 #: git-send-email.perl:383 git-send-email.perl:638
17161 msgid "Cannot run git format-patch from outside a repository\n"
17163 "Kann 'git format-patch' nicht außerhalb eines Repositories ausführen.\n"
17165 #: git-send-email.perl:386
17167 "`batch-size` and `relogin` must be specified together (via command-line or "
17168 "configuration option)\n"
17170 "'batch-size' und 'relogin' müssen gemeinsam angegeben werden (über Kommandozeile\n"
17171 "oder Konfigurationsoption)\n"
17173 #: git-send-email.perl:456
17175 msgid "Unknown --suppress-cc field: '%s'\n"
17176 msgstr "Unbekanntes --suppress-cc Feld: '%s'\n"
17178 #: git-send-email.perl:485
17180 msgid "Unknown --confirm setting: '%s'\n"
17181 msgstr "Unbekannte --confirm Einstellung: '%s'\n"
17183 #: git-send-email.perl:513
17185 msgid "warning: sendmail alias with quotes is not supported: %s\n"
17187 "Warnung: sendemail Alias mit Anführungsstrichen wird nicht unterstützt: %s\n"
17189 #: git-send-email.perl:515
17191 msgid "warning: `:include:` not supported: %s\n"
17192 msgstr "Warnung: `:include:` wird nicht unterstützt: %s\n"
17194 #: git-send-email.perl:517
17196 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
17197 msgstr "Warnung: `/file` oder `|pipe` Umleitung wird nicht unterstützt: %s\n"
17199 #: git-send-email.perl:522
17201 msgid "warning: sendmail line is not recognized: %s\n"
17202 msgstr "Warnung: sendmail Zeile wird nicht erkannt: %s\n"
17204 #: git-send-email.perl:604
17207 "File '%s' exists but it could also be the range of commits\n"
17208 "to produce patches for. Please disambiguate by...\n"
17210 " * Saying \"./%s\" if you mean a file; or\n"
17211 " * Giving --format-patch option if you mean a range.\n"
17213 "Datei '%s' existiert, aber es könnte auch der Bereich von Commits sein,\n"
17214 "für den Patches erzeugt werden sollen. Bitte machen Sie dies eindeutig\n"
17217 " * \"./%s\" angeben, wenn Sie eine Datei meinen, oder\n"
17218 " * die Option --format-patch angeben, wenn Sie einen Commit-Bereich "
17221 #: git-send-email.perl:625
17223 msgid "Failed to opendir %s: %s"
17224 msgstr "Fehler beim Öffnen von %s: %s"
17226 #: git-send-email.perl:649
17230 "warning: no patches were sent\n"
17233 "Warnung: Es wurden keine Patches versendet.\n"
17235 #: git-send-email.perl:660
17238 "No patch files specified!\n"
17242 "keine Patch-Dateien angegeben!\n"
17245 #: git-send-email.perl:673
17247 msgid "No subject line in %s?"
17248 msgstr "Keine Betreffzeile in %s?"
17250 #: git-send-email.perl:683
17252 msgid "Failed to open for writing %s: %s"
17253 msgstr "Fehler beim Öffnen von '%s' zum Schreiben: %s"
17255 #: git-send-email.perl:694
17257 "Lines beginning in \"GIT:\" will be removed.\n"
17258 "Consider including an overall diffstat or table of contents\n"
17259 "for the patch you are writing.\n"
17261 "Clear the body content if you don't wish to send a summary.\n"
17263 "Zeilen, die mit \"GIT:\" beginnen, werden entfernt.\n"
17264 "Ziehen Sie in Betracht, einen allgemeinen \"diffstat\" oder ein\n"
17265 "Inhaltsverzeichnis, für den Patch den Sie schreiben, hinzuzufügen.\n"
17267 "Leeren Sie den Inhalt des Bodys, wenn Sie keine Zusammenfassung senden "
17270 #: git-send-email.perl:718
17272 msgid "Failed to open %s: %s"
17273 msgstr "Fehler beim Öffnen von %s: %s"
17275 #: git-send-email.perl:735
17277 msgid "Failed to open %s.final: %s"
17278 msgstr "Fehler beim Öffnen von %s.final: %s"
17280 #: git-send-email.perl:778
17281 msgid "Summary email is empty, skipping it\n"
17282 msgstr "E-Mail mit Zusammenfassung ist leer, wird ausgelassen\n"
17284 #. TRANSLATORS: please keep [y/N] as is.
17285 #: git-send-email.perl:813
17287 msgid "Are you sure you want to use <%s> [y/N]? "
17288 msgstr "Sind Sie sich sicher, <%s> zu benutzen [y/N]? "
17290 #: git-send-email.perl:868
17292 "The following files are 8bit, but do not declare a Content-Transfer-"
17295 "Die folgenden Dateien sind 8-Bit, aber deklarieren kein\n"
17296 "Content-Transfer-Encoding.\n"
17298 #: git-send-email.perl:873
17299 msgid "Which 8bit encoding should I declare [UTF-8]? "
17300 msgstr "Welches 8-Bit-Encoding soll deklariert werden [UTF-8]? "
17302 #: git-send-email.perl:881
17305 "Refusing to send because the patch\n"
17307 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
17310 "Versand zurückgewiesen, weil der Patch\n"
17312 "die Betreffzeilenvorlage '*** SUBJECT HERE ***' enthält. Geben Sie --force "
17314 "wenn Sie den Patch wirklich versenden wollen.\n"
17316 #: git-send-email.perl:900
17317 msgid "To whom should the emails be sent (if anyone)?"
17318 msgstr "An wen sollen die E-Mails versendet werden (wenn überhaupt jemand)?"
17320 #: git-send-email.perl:918
17322 msgid "fatal: alias '%s' expands to itself\n"
17323 msgstr "fatal: Alias '%s' erweitert sich zu sich selbst\n"
17325 #: git-send-email.perl:930
17326 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
17328 "Message-ID zur Verwendung als In-Reply-To für die erste E-Mail (wenn eine "
17331 #: git-send-email.perl:988 git-send-email.perl:996
17333 msgid "error: unable to extract a valid address from: %s\n"
17334 msgstr "Fehler: konnte keine gültige Adresse aus %s extrahieren\n"
17336 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
17337 #. translation. The program will only accept English input
17339 #: git-send-email.perl:1000
17340 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
17342 "Was soll mit dieser Adresse geschehen? (Beenden [q]|Löschen [d]|Bearbeiten "
17345 #: git-send-email.perl:1317
17347 msgid "CA path \"%s\" does not exist"
17348 msgstr "CA Pfad \"%s\" existiert nicht"
17350 #: git-send-email.perl:1395
17352 " The Cc list above has been expanded by additional\n"
17353 " addresses found in the patch commit message. By default\n"
17354 " send-email prompts before sending whenever this occurs.\n"
17355 " This behavior is controlled by the sendemail.confirm\n"
17356 " configuration setting.\n"
17358 " For additional information, run 'git send-email --help'.\n"
17359 " To retain the current behavior, but squelch this message,\n"
17360 " run 'git config --global sendemail.confirm auto'.\n"
17363 " Die Cc-Liste oberhalb wurde um zusätzliche Adressen erweitert, die in "
17365 " Commit-Beschreibung des Patches gefunden wurden. Wenn dies passiert, "
17367 " Sie von send-email zu einer Eingabe aufgefordert. Dieses Verhalten wird\n"
17368 " durch die Konfigurationseinstellung sendemail.confirm gesteuert.\n"
17370 " Für weitere Informationen, führen Sie 'git send-email --help' aus.\n"
17371 " Um das aktuelle Verhalten beizubehalten, aber diese Meldung zu "
17373 " führen Sie 'git config --global sendemail.confirm auto' aus.\n"
17376 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
17377 #. translation. The program will only accept English input
17379 #: git-send-email.perl:1410
17380 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
17381 msgstr "Diese E-Mail versenden? (Ja [y]|Nein [n]|Beenden [q]|Alle [a]): "
17383 #: git-send-email.perl:1413
17384 msgid "Send this email reply required"
17385 msgstr "Zum Versenden dieser E-Mail ist eine Antwort erforderlich."
17387 #: git-send-email.perl:1439
17388 msgid "The required SMTP server is not properly defined."
17389 msgstr "Der erforderliche SMTP-Server ist nicht korrekt definiert."
17391 #: git-send-email.perl:1486
17393 msgid "Server does not support STARTTLS! %s"
17394 msgstr "Server unterstützt kein STARTTLS! %s"
17396 #: git-send-email.perl:1491 git-send-email.perl:1495
17398 msgid "STARTTLS failed! %s"
17399 msgstr "STARTTLS fehlgeschlagen! %s"
17401 #: git-send-email.perl:1505
17402 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
17404 "Konnte SMTP nicht korrekt initialisieren. Bitte prüfen Sie Ihre "
17406 "und benutzen Sie --smtp-debug."
17408 #: git-send-email.perl:1523
17410 msgid "Failed to send %s\n"
17411 msgstr "Fehler beim Senden %s\n"
17413 #: git-send-email.perl:1526
17415 msgid "Dry-Sent %s\n"
17416 msgstr "Probeversand %s\n"
17418 #: git-send-email.perl:1526
17421 msgstr "%s gesendet\n"
17423 #: git-send-email.perl:1528
17424 msgid "Dry-OK. Log says:\n"
17425 msgstr "Probeversand OK. Log enthält:\n"
17427 #: git-send-email.perl:1528
17428 msgid "OK. Log says:\n"
17429 msgstr "OK. Log enthält:\n"
17431 #: git-send-email.perl:1540
17433 msgstr "Ergebnis: "
17435 #: git-send-email.perl:1543
17436 msgid "Result: OK\n"
17437 msgstr "Ergebnis: OK\n"
17439 #: git-send-email.perl:1556
17441 msgid "can't open file %s"
17442 msgstr "Kann Datei %s nicht öffnen"
17444 #: git-send-email.perl:1603 git-send-email.perl:1623
17446 msgid "(mbox) Adding cc: %s from line '%s'\n"
17447 msgstr "(mbox) Füge cc: hinzu: %s von Zeile '%s'\n"
17449 #: git-send-email.perl:1609
17451 msgid "(mbox) Adding to: %s from line '%s'\n"
17452 msgstr "(mbox) Füge to: hinzu: %s von Zeile '%s'\n"
17454 #: git-send-email.perl:1657
17456 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
17457 msgstr "(non-mbox) Füge cc: hinzu: %s von Zeile '%s'\n"
17459 #: git-send-email.perl:1682
17461 msgid "(body) Adding cc: %s from line '%s'\n"
17462 msgstr "(body) Füge cc: hinzu: %s von Zeile '%s'\n"
17464 #: git-send-email.perl:1788
17466 msgid "(%s) Could not execute '%s'"
17467 msgstr "(%s) Konnte '%s' nicht ausführen"
17469 #: git-send-email.perl:1795
17471 msgid "(%s) Adding %s: %s from: '%s'\n"
17472 msgstr "(%s) Füge %s: %s hinzu von: '%s'\n"
17474 #: git-send-email.perl:1799
17476 msgid "(%s) failed to close pipe to '%s'"
17477 msgstr "(%s) Fehler beim Schließen der Pipe nach '%s'"
17479 #: git-send-email.perl:1826
17480 msgid "cannot send message as 7bit"
17481 msgstr "Kann Nachricht nicht als 7bit versenden."
17483 #: git-send-email.perl:1834
17484 msgid "invalid transfer encoding"
17485 msgstr "Ungültiges Transfer-Encoding"
17487 #: git-send-email.perl:1872 git-send-email.perl:1923 git-send-email.perl:1933
17489 msgid "unable to open %s: %s\n"
17490 msgstr "konnte %s nicht öffnen: %s\n"
17492 #: git-send-email.perl:1875
17494 msgid "%s: patch contains a line longer than 998 characters"
17495 msgstr "%s: Patch enthält eine Zeile, die länger als 998 Zeichen ist"
17497 #: git-send-email.perl:1891
17499 msgid "Skipping %s with backup suffix '%s'.\n"
17500 msgstr "Lasse %s mit Backup-Suffix '%s' aus.\n"
17502 #. TRANSLATORS: please keep "[y|N]" as is.
17503 #: git-send-email.perl:1895
17505 msgid "Do you really want to send %s? [y|N]: "
17506 msgstr "Wollen Sie %s wirklich versenden? [y|N]: "
17508 #~ msgid "git fetch-pack: expected ACK/NAK, got EOF"
17509 #~ msgstr "git fetch-pack: ACK/NAK erwartet, EOF bekommen"
17511 #~ msgid "invalid filter-spec expression '%s'"
17512 #~ msgstr "Ungültiger filter-spec Ausdruck '%s'."
17514 #~ msgid "The copy of the patch that failed is found in: %s"
17515 #~ msgstr "Die Kopie des fehlgeschlagenen Patches befindet sich in: %s"
17517 #~ msgid "pathspec and --all are incompatible"
17518 #~ msgstr "Pfadspezifikationen und --all sind inkompatibel."
17520 #~ msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
17522 #~ "Submodul '$name' ($url) für Pfad '$displaypath' wurde aus der "
17523 #~ "Konfiguration entfernt."
17525 #~ msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
17527 #~ "To/Cc/Bcc Felder wurden noch nicht interpretiert, sie wurden ignoriert\n"
17530 #~ "empty strings as pathspecs will be made invalid in upcoming releases. "
17531 #~ "please use . instead if you meant to match all paths"
17533 #~ "Leere Strings als Pfadspezifikationen werden in kommenden Releases "
17535 #~ "Bitte benutzen Sie stattdessen . wenn Sie alle Pfade meinen."
17537 #~ msgid "unable to open '%s' for writing"
17538 #~ msgstr "Konnte '%s' nicht zum Schreiben öffnen."
17540 #~ msgid "could not truncate '%s'"
17541 #~ msgstr "Konnte '%s' nicht abschneiden."
17543 #~ msgid "could not finish '%s'"
17544 #~ msgstr "Konnte '%s' nicht abschließen."
17546 #~ msgid "could not write to %s"
17547 #~ msgstr "Konnte nicht nach '%s' schreiben."
17549 #~ msgid "could not close %s"
17550 #~ msgstr "Konnte '%s' nicht schließen."
17552 #~ msgid "Copied a misnamed branch '%s' away"
17553 #~ msgstr "falsch benannten Branch '%s' wegkopiert"
17555 #~ msgid "it does not make sense to create 'HEAD' manually"
17556 #~ msgstr "'HEAD' darf nicht manuell erstellt werden"
17558 #~ msgid "Don't know how to clone %s"
17559 #~ msgstr "Weiß nicht wie %s zu klonen ist."
17561 #~ msgid "show ignored files"
17562 #~ msgstr "ignorierte Dateien anzeigen"
17564 #~ msgid "%s is not a valid '%s' object"
17565 #~ msgstr "%s ist kein gültiges '%s' Objekt"
17567 #~ msgid "Don't know how to fetch from %s"
17568 #~ msgstr "Weiß nicht wie von %s angefordert wird."
17570 #~ msgid "'$term' is not a valid term"
17571 #~ msgstr "'$term' ist kein gültiger Begriff"
17574 #~ "error: unknown option for 'stash save': $option\n"
17575 #~ " To provide a message, use git stash save -- '$option'"
17577 #~ "Fehler: unbekannte Option für 'stash save': $option\n"
17578 #~ " Um eine Beschreibung anzugeben, benutzen Sie \"git stash save -- "
17581 #~ msgid "Failed to recurse into submodule path '$sm_path'"
17582 #~ msgstr "Fehler bei Rekursion in Submodul-Pfad '$sm_path'"
17584 #~ msgid "%%(trailers) does not take arguments"
17585 #~ msgstr "%%(trailers) akzeptiert keine Argumente"
17588 #~ "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
17591 #~ "Warnung: Der SHA-1 in der folgenden Zeile fehlt oder ist kein Commit:\n"
17595 #~ "Warning: the command isn't recognized in the following line:\n"
17598 #~ "Warnung: Das Kommando in der folgenden Zeile wurde nicht erkannt:\n"
17601 #~ msgid "Or you can abort the rebase with 'git rebase --abort'."
17602 #~ msgstr "Oder Sie können den Rebase mit 'git rebase --abort' abbrechen."
17604 #~ msgid "submodule update strategy not supported for submodule '%s'"
17606 #~ "Strategie zur Aktualisierung von Submodulen für Submodul '%s' nicht "
17609 #~ msgid "change upstream info"
17610 #~ msgstr "Informationen zum Upstream-Branch ändern"
17614 #~ "If you wanted to make '%s' track '%s', do this:\n"
17618 #~ "Wenn Sie wollten, dass '%s' den Branch '%s' als Upstream-Branch hat, "
17619 #~ "führen Sie aus:\n"
17621 #~ msgid "basename"
17622 #~ msgstr "Basisname"
17624 #~ msgid "prepend parent project's basename to output"
17625 #~ msgstr "Basisname des Elternprojektes an Ausgaben voranstellen"
17627 #~ msgid "Could not open file '%s'"
17628 #~ msgstr "Konnte Datei '%s' nicht öffnen"
17630 #~ msgid "in %0.1f seconds automatically..."
17631 #~ msgstr "Automatische Ausführung in %0.1f Sekunden ..."
17633 #~ msgid "dup2(%d,%d) failed"
17634 #~ msgstr "dup2(%d,%d) fehlgeschlagen"
17636 #~ msgid "Initial commit on "
17637 #~ msgstr "Initialer Commit auf "
17639 #~ msgid "Patch is empty. Was it split wrong?"
17640 #~ msgstr "Patch ist leer. War dessen Aufteilung falsch?"
17643 #~ "You still have unmerged paths in your index.\n"
17644 #~ "Did you forget to use 'git add'?"
17646 #~ "Sie haben immer noch nicht zusammengeführte Pfade im Index.\n"
17647 #~ "Haben Sie vergessen 'git add' zu benutzen?"
17650 #~ "Cannot update paths and switch to branch '%s' at the same time.\n"
17651 #~ "Did you intend to checkout '%s' which can not be resolved as commit?"
17653 #~ "Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln.\n"
17654 #~ "Haben Sie beabsichtigt '%s' auszuchecken, welcher nicht als Commit "
17655 #~ "aufgelöst werden kann?"
17657 #~ msgid "Explicit paths specified without -i or -o; assuming --only paths..."
17658 #~ msgstr "Explizite Pfade ohne -i oder -o angegeben; nehme --only an"
17660 #~ msgid "default mode for recursion"
17661 #~ msgstr "Standard-Modus für Rekursion"
17663 #~ msgid "submodule--helper subcommand must be called with a subcommand"
17664 #~ msgstr "submodule--helper muss mit einem Unterbefehl aufgerufen werden"
17666 #~ msgid "tag: tagging "
17667 #~ msgstr "tag: tagge "
17669 #~ msgid "object of unknown type"
17670 #~ msgstr "Art des Objektes unbekannt"
17672 #~ msgid "commit object"
17673 #~ msgstr "Commit-Objekt"
17675 #~ msgid "tree object"
17676 #~ msgstr "Tree-Objekt"
17678 #~ msgid "blob object"
17679 #~ msgstr "Blob-Objekt"
17681 #~ msgid "other tag object"
17682 #~ msgstr "anderes Tag-Objekt"
17685 #~ msgid "Submodule '%s' cannot checkout new HEAD"
17686 #~ msgstr "Submodul '%s' kann Alternative nicht hinzufügen: %s"
17688 #~ msgid "insanely long object directory %.*s"
17689 #~ msgstr "zu langes Objekt-Verzeichnis %.*s"
17691 #~ msgid "tag name too long: %.*s..."
17692 #~ msgstr "Tagname zu lang: %.*s..."
17694 #~ msgid "tag header too big."
17695 #~ msgstr "Tag-Kopf zu groß."
17698 #~ "If the patch applies cleanly, the edited hunk will immediately be\n"
17699 #~ "marked for discarding"
17701 #~ "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"
17703 #~ "direkt als zum Verwerfen markiert."
17706 #~ "There is nothing to exclude from by :(exclude) patterns.\n"
17707 #~ "Perhaps you forgot to add either ':/' or '.' ?"
17709 #~ ":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"
17710 #~ "Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"
17712 #~ msgid "unrecognized format: %%(%s)"
17713 #~ msgstr "nicht erkanntes Format: %%(%s)"
17715 #~ msgid ":strip= requires a positive integer argument"
17716 #~ msgstr ":strip= erfordert eine positive Ganzzahl als Argument"
17718 #~ msgid "ref '%s' does not have %ld components to :strip"
17719 #~ msgstr "Referenz '%s' hat keine %ld Komponenten für :strip"
17721 #~ msgid "unknown %.*s format %s"
17722 #~ msgstr "Unbekanntes %.*s Format %s"
17724 #~ msgid "[%s: gone]"
17725 #~ msgstr "[%s: entfernt]"
17730 #~ msgid "[%s: behind %d]"
17731 #~ msgstr "[%s: %d hinterher]"
17733 #~ msgid "[%s: ahead %d]"
17734 #~ msgstr "[%s: %d voraus]"
17736 #~ msgid "[%s: ahead %d, behind %d]"
17737 #~ msgstr "[%s: %d voraus, %d hinterher]"
17739 #~ msgid " **** invalid ref ****"
17740 #~ msgstr " **** ungültige Referenz ****"
17742 #~ msgid "git merge [<options>] <msg> HEAD <commit>"
17743 #~ msgstr "git merge [<Optionen>] <Beschreibung> HEAD <Commit>"
17745 #~ msgid "cannot open file '%s'"
17746 #~ msgstr "Kann Datei '%s' nicht öffnen"
17748 #~ msgid "could not close file %s"
17749 #~ msgstr "Konnte Datei '%s' nicht schließen."
17751 #~ msgid "Use an experimental blank-line-based heuristic to improve diffs"
17753 #~ "eine experimentelle, auf Leerzeilen basierende Heuristik zur "
17754 #~ "Verbesserung\n"
17755 #~ "der Darstellung von Unterschieden verwenden"
17757 #~ msgid "Clever... amending the last one with dirty index."
17758 #~ msgstr "Klug ... den letzten Commit mit einem geänderten Index nachbessern."
17761 #~ "the following submodule (or one of its nested submodules)\n"
17762 #~ "uses a .git directory:"
17764 #~ "the following submodules (or one of their nested submodules)\n"
17765 #~ "use a .git directory:"
17767 #~ "das folgende Submodul (oder ein geschachteltes Submodul hiervon)\n"
17768 #~ "benutzt ein .git-Verzeichnis:"
17770 #~ "die folgenden Submodule (oder ein geschachteltes Submodul hiervon)\n"
17771 #~ "benutzen ein .git-Verzeichnis:"
17775 #~ "(use 'rm -rf' if you really want to remove it including all of its "
17779 #~ "(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"
17780 #~ "seiner Historie löschen möchten)"
17782 #~ msgid "Your local changes would be overwritten by cherry-pick."
17784 #~ "Ihre lokalen Änderungen würden durch den Cherry-Pick überschrieben werden."
17786 #~ msgid "Cannot revert during another revert."
17787 #~ msgstr "Kann Revert nicht während eines anderen Reverts ausführen."
17789 #~ msgid "Cannot cherry-pick during another cherry-pick."
17791 #~ "Kann Cherry-Pick nicht während eines anderen Cherry-Picks ausführen."
17793 #~ msgid "Could not parse line %d."
17794 #~ msgstr "Konnte Zeile %d nicht parsen."
17796 #~ msgid "Could not open %s"
17797 #~ msgstr "Konnte %s nicht öffnen"
17799 #~ msgid "Could not read %s."
17800 #~ msgstr "Konnte %s nicht lesen."
17802 #~ msgid "Could not format %s."
17803 #~ msgstr "Konnte %s nicht formatieren."
17808 #~ msgid "cannot open %s: %s"
17809 #~ msgstr "Kann %s nicht öffnen: %s"
17811 #~ msgid "You need to set your committer info first"
17812 #~ msgstr "Sie müssen zuerst die Informationen zum Commit-Ersteller setzen."