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. 5# 6msgid "" 7msgstr "" 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" 14"Language: de\n" 15"MIME-Version: 1.0\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" 19 20#: advice.c:62 21#, c-format 22msgid "hint: %.*s\n" 23msgstr "Hinweis: %.*s\n" 24 25#: advice.c:90 26msgid "Cherry-picking is not possible because you have unmerged files." 27msgstr "" 28"Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien " 29"haben." 30 31#: advice.c:92 32msgid "Committing is not possible because you have unmerged files." 33msgstr "" 34"Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." 35 36#: advice.c:94 37msgid "Merging is not possible because you have unmerged files." 38msgstr "" 39"Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." 40 41#: advice.c:96 42msgid "Pulling is not possible because you have unmerged files." 43msgstr "" 44"Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." 45 46#: advice.c:98 47msgid "Reverting is not possible because you have unmerged files." 48msgstr "" 49"Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." 50 51#: advice.c:100 52#, c-format 53msgid "It is not possible to %s because you have unmerged files." 54msgstr "%s ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." 55 56#: advice.c:108 57msgid "" 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." 60msgstr "" 61"Korrigieren Sie dies im Arbeitsverzeichnis, und benutzen Sie\n" 62"dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n" 63"und zu committen." 64 65#: advice.c:116 66msgid "Exiting because of an unresolved conflict." 67msgstr "Beende wegen unaufgelöstem Konflikt." 68 69#: advice.c:121 builtin/merge.c:1251 70msgid "You have not concluded your merge (MERGE_HEAD exists)." 71msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)." 72 73#: advice.c:123 74msgid "Please, commit your changes before merging." 75msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen." 76 77#: advice.c:124 78msgid "Exiting because of unfinished merge." 79msgstr "Beende wegen nicht abgeschlossenem Merge." 80 81#: advice.c:130 82#, c-format 83msgid "" 84"Note: checking out '%s'.\n" 85"\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" 89"\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" 92"\n" 93" git checkout -b <new-branch-name>\n" 94"\n" 95msgstr "" 96"Hinweis: Checke '%s' aus.\n" 97"\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" 103"\n" 104"Wenn Sie einen neuen Branch erstellen möchten, um Ihre erstellten Commits\n" 105"zu behalten, können Sie das (jetzt oder später) durch einen weiteren " 106"Checkout\n" 107"mit der Option -b tun. Beispiel:\n" 108"\n" 109" git checkout -b <neuer-Branchname>\n" 110"\n" 111 112#: apply.c:58 113#, c-format 114msgid "unrecognized whitespace option '%s'" 115msgstr "nicht erkannte Whitespace-Option: '%s'" 116 117#: apply.c:74 118#, c-format 119msgid "unrecognized whitespace ignore option '%s'" 120msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'" 121 122#: apply.c:122 123msgid "--reject and --3way cannot be used together." 124msgstr "--reject und --3way können nicht gemeinsam verwendet werden." 125 126#: apply.c:124 127msgid "--cached and --3way cannot be used together." 128msgstr "--cached und --3way können nicht gemeinsam verwendet werden." 129 130#: apply.c:127 131msgid "--3way outside a repository" 132msgstr "" 133"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden." 134 135#: apply.c:138 136msgid "--index outside a repository" 137msgstr "" 138"Die Option --index kann nicht außerhalb eines Repositories verwendet werden." 139 140#: apply.c:141 141msgid "--cached outside a repository" 142msgstr "" 143"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden." 144 145#: apply.c:821 146#, c-format 147msgid "Cannot prepare timestamp regexp %s" 148msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten" 149 150#: apply.c:830 151#, c-format 152msgid "regexec returned %d for input: %s" 153msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s" 154 155#: apply.c:904 156#, c-format 157msgid "unable to find filename in patch at line %d" 158msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden." 159 160#: apply.c:942 161#, c-format 162msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 163msgstr "" 164"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile " 165"%d" 166 167#: apply.c:948 168#, c-format 169msgid "git apply: bad git-diff - inconsistent new filename on line %d" 170msgstr "" 171"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d" 172 173#: apply.c:949 174#, c-format 175msgid "git apply: bad git-diff - inconsistent old filename on line %d" 176msgstr "" 177"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d" 178 179#: apply.c:954 180#, c-format 181msgid "git apply: bad git-diff - expected /dev/null on line %d" 182msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d" 183 184#: apply.c:983 185#, c-format 186msgid "invalid mode on line %d: %s" 187msgstr "Ungültiger Modus in Zeile %d: %s" 188 189#: apply.c:1301 190#, c-format 191msgid "inconsistent header lines %d and %d" 192msgstr "Inkonsistente Kopfzeilen %d und %d." 193 194#: apply.c:1473 195#, c-format 196msgid "recount: unexpected line: %.*s" 197msgstr "recount: unerwartete Zeile: %.*s" 198 199#: apply.c:1542 200#, c-format 201msgid "patch fragment without header at line %d: %.*s" 202msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s" 203 204#: apply.c:1562 205#, c-format 206msgid "" 207"git diff header lacks filename information when removing %d leading pathname " 208"component (line %d)" 209msgid_plural "" 210"git diff header lacks filename information when removing %d leading pathname " 211"components (line %d)" 212msgstr[0] "" 213"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn " 214"%d vorangestellter Teil des Pfades entfernt wird (Zeile %d)" 215msgstr[1] "" 216"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn " 217"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)" 218 219#: apply.c:1575 220#, c-format 221msgid "git diff header lacks filename information (line %d)" 222msgstr "" 223"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile " 224"%d)" 225 226#: apply.c:1763 227msgid "new file depends on old contents" 228msgstr "neue Datei hängt von alten Inhalten ab" 229 230#: apply.c:1765 231msgid "deleted file still has contents" 232msgstr "entfernte Datei hat noch Inhalte" 233 234#: apply.c:1799 235#, c-format 236msgid "corrupt patch at line %d" 237msgstr "fehlerhafter Patch bei Zeile %d" 238 239#: apply.c:1836 240#, c-format 241msgid "new file %s depends on old contents" 242msgstr "neue Datei %s hängt von alten Inhalten ab" 243 244#: apply.c:1838 245#, c-format 246msgid "deleted file %s still has contents" 247msgstr "entfernte Datei %s hat noch Inhalte" 248 249#: apply.c:1841 250#, c-format 251msgid "** warning: file %s becomes empty but is not deleted" 252msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt." 253 254#: apply.c:1988 255#, c-format 256msgid "corrupt binary patch at line %d: %.*s" 257msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s" 258 259#: apply.c:2025 260#, c-format 261msgid "unrecognized binary patch at line %d" 262msgstr "nicht erkannter Binär-Patch bei Zeile %d" 263 264#: apply.c:2185 265#, c-format 266msgid "patch with only garbage at line %d" 267msgstr "Patch mit nutzlosen Informationen bei Zeile %d" 268 269#: apply.c:2271 270#, c-format 271msgid "unable to read symlink %s" 272msgstr "konnte symbolische Verknüpfung %s nicht lesen" 273 274#: apply.c:2275 275#, c-format 276msgid "unable to open or read %s" 277msgstr "konnte %s nicht öffnen oder lesen" 278 279#: apply.c:2934 280#, c-format 281msgid "invalid start of line: '%c'" 282msgstr "Ungültiger Zeilenanfang: '%c'" 283 284#: apply.c:3055 285#, c-format 286msgid "Hunk #%d succeeded at %d (offset %d line)." 287msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 288msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)" 289msgstr[1] "" 290"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)" 291 292#: apply.c:3067 293#, c-format 294msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 295msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden" 296 297#: apply.c:3073 298#, c-format 299msgid "" 300"while searching for:\n" 301"%.*s" 302msgstr "" 303"bei der Suche nach:\n" 304"%.*s" 305 306#: apply.c:3095 307#, c-format 308msgid "missing binary patch data for '%s'" 309msgstr "keine Daten in Binär-Patch für '%s'" 310 311#: apply.c:3103 312#, c-format 313msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 314msgstr "" 315"kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n" 316"umgekehrten Patch-Block auf '%s'" 317 318#: apply.c:3149 319#, c-format 320msgid "cannot apply binary patch to '%s' without full index line" 321msgstr "" 322"kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden" 323 324#: apply.c:3159 325#, c-format 326msgid "" 327"the patch applies to '%s' (%s), which does not match the current contents." 328msgstr "" 329"der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n" 330"entspricht" 331 332#: apply.c:3167 333#, c-format 334msgid "the patch applies to an empty '%s' but it is not empty" 335msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist" 336 337#: apply.c:3185 338#, c-format 339msgid "the necessary postimage %s for '%s' cannot be read" 340msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden" 341 342#: apply.c:3198 343#, c-format 344msgid "binary patch does not apply to '%s'" 345msgstr "Konnte Binär-Patch nicht auf '%s' anwenden" 346 347#: apply.c:3204 348#, c-format 349msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 350msgstr "" 351"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)" 352 353#: apply.c:3225 354#, c-format 355msgid "patch failed: %s:%ld" 356msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld" 357 358#: apply.c:3347 359#, c-format 360msgid "cannot checkout %s" 361msgstr "kann %s nicht auschecken" 362 363#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277 364#, c-format 365msgid "failed to read %s" 366msgstr "Fehler beim Lesen von %s" 367 368#: apply.c:3404 369#, c-format 370msgid "reading from '%s' beyond a symbolic link" 371msgstr "'%s' ist hinter einer symbolischen Verknüpfung" 372 373#: apply.c:3433 apply.c:3673 374#, c-format 375msgid "path %s has been renamed/deleted" 376msgstr "Pfad %s wurde umbenannt/gelöscht" 377 378#: apply.c:3516 apply.c:3687 379#, c-format 380msgid "%s: does not exist in index" 381msgstr "%s ist nicht im Index" 382 383#: apply.c:3525 apply.c:3695 384#, c-format 385msgid "%s: does not match index" 386msgstr "%s entspricht nicht der Version im Index" 387 388#: apply.c:3560 389msgid "repository lacks the necessary blob to fall back on 3-way merge." 390msgstr "" 391"Dem Repository fehlt der notwendige Blob, um auf einen 3-Wege-Merge\n" 392"zurückzufallen." 393 394#: apply.c:3563 395#, c-format 396msgid "Falling back to three-way merge...\n" 397msgstr "Falle zurück auf 3-Wege-Merge ...\n" 398 399#: apply.c:3579 apply.c:3583 400#, c-format 401msgid "cannot read the current contents of '%s'" 402msgstr "kann aktuelle Inhalte von '%s' nicht lesen" 403 404#: apply.c:3595 405#, c-format 406msgid "Failed to fall back on three-way merge...\n" 407msgstr "Fehler beim Zurückfallen auf 3-Wege-Merge...\n" 408 409#: apply.c:3609 410#, c-format 411msgid "Applied patch to '%s' with conflicts.\n" 412msgstr "Patch auf '%s' mit Konflikten angewendet.\n" 413 414#: apply.c:3614 415#, c-format 416msgid "Applied patch to '%s' cleanly.\n" 417msgstr "Patch auf '%s' sauber angewendet.\n" 418 419#: apply.c:3640 420msgid "removal patch leaves file contents" 421msgstr "Lösch-Patch hinterlässt Dateiinhalte" 422 423#: apply.c:3712 424#, c-format 425msgid "%s: wrong type" 426msgstr "%s: falscher Typ" 427 428#: apply.c:3714 429#, c-format 430msgid "%s has type %o, expected %o" 431msgstr "%s ist vom Typ %o, erwartete %o" 432 433#: apply.c:3864 apply.c:3866 434#, c-format 435msgid "invalid path '%s'" 436msgstr "Ungültiger Pfad '%s'" 437 438#: apply.c:3922 439#, c-format 440msgid "%s: already exists in index" 441msgstr "%s ist bereits bereitgestellt" 442 443#: apply.c:3925 444#, c-format 445msgid "%s: already exists in working directory" 446msgstr "%s existiert bereits im Arbeitsverzeichnis" 447 448#: apply.c:3945 449#, c-format 450msgid "new mode (%o) of %s does not match old mode (%o)" 451msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)" 452 453#: apply.c:3950 454#, c-format 455msgid "new mode (%o) of %s does not match old mode (%o) of %s" 456msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s" 457 458#: apply.c:3970 459#, c-format 460msgid "affected file '%s' is beyond a symbolic link" 461msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung" 462 463#: apply.c:3974 464#, c-format 465msgid "%s: patch does not apply" 466msgstr "%s: Patch konnte nicht angewendet werden" 467 468#: apply.c:3989 469#, c-format 470msgid "Checking patch %s..." 471msgstr "Prüfe Patch %s ..." 472 473#: apply.c:4080 474#, c-format 475msgid "sha1 information is lacking or useless for submodule %s" 476msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s" 477 478#: apply.c:4087 479#, c-format 480msgid "mode change for %s, which is not in current HEAD" 481msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet" 482 483#: apply.c:4090 484#, c-format 485msgid "sha1 information is lacking or useless (%s)." 486msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)." 487 488#: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140 489#, c-format 490msgid "make_cache_entry failed for path '%s'" 491msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen" 492 493#: apply.c:4099 494#, c-format 495msgid "could not add %s to temporary index" 496msgstr "konnte %s nicht zum temporären Index hinzufügen" 497 498#: apply.c:4109 499#, c-format 500msgid "could not write temporary index to %s" 501msgstr "konnte temporären Index nicht nach %s schreiben" 502 503#: apply.c:4247 504#, c-format 505msgid "unable to remove %s from index" 506msgstr "konnte %s nicht aus dem Index entfernen" 507 508#: apply.c:4282 509#, c-format 510msgid "corrupt patch for submodule %s" 511msgstr "fehlerhafter Patch für Submodul %s" 512 513#: apply.c:4288 514#, c-format 515msgid "unable to stat newly created file '%s'" 516msgstr "konnte neu erstellte Datei '%s' nicht lesen" 517 518#: apply.c:4296 519#, c-format 520msgid "unable to create backing store for newly created file %s" 521msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen" 522 523#: apply.c:4302 apply.c:4446 524#, c-format 525msgid "unable to add cache entry for %s" 526msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen" 527 528#: apply.c:4343 529#, c-format 530msgid "failed to write to '%s'" 531msgstr "Fehler beim Schreiben nach '%s'" 532 533#: apply.c:4347 534#, c-format 535msgid "closing file '%s'" 536msgstr "schließe Datei '%s'" 537 538#: apply.c:4417 539#, c-format 540msgid "unable to write file '%s' mode %o" 541msgstr "konnte Datei '%s' mit Modus %o nicht schreiben" 542 543#: apply.c:4515 544#, c-format 545msgid "Applied patch %s cleanly." 546msgstr "Patch %s sauber angewendet" 547 548#: apply.c:4523 549msgid "internal error" 550msgstr "interner Fehler" 551 552#: apply.c:4526 553#, c-format 554msgid "Applying patch %%s with %d reject..." 555msgid_plural "Applying patch %%s with %d rejects..." 556msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..." 557msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..." 558 559#: apply.c:4537 560#, c-format 561msgid "truncating .rej filename to %.*s.rej" 562msgstr "Verkürze Name von .rej Datei zu %.*s.rej" 563 564#: apply.c:4545 builtin/fetch.c:775 builtin/fetch.c:1025 565#, c-format 566msgid "cannot open %s" 567msgstr "kann '%s' nicht öffnen" 568 569#: apply.c:4559 570#, c-format 571msgid "Hunk #%d applied cleanly." 572msgstr "Patch-Bereich #%d sauber angewendet." 573 574#: apply.c:4563 575#, c-format 576msgid "Rejected hunk #%d." 577msgstr "Patch-Block #%d zurückgewiesen." 578 579#: apply.c:4673 580#, c-format 581msgid "Skipped patch '%s'." 582msgstr "Patch '%s' ausgelassen." 583 584#: apply.c:4681 585msgid "unrecognized input" 586msgstr "nicht erkannte Eingabe" 587 588#: apply.c:4700 589msgid "unable to read index file" 590msgstr "Konnte Index-Datei nicht lesen" 591 592#: apply.c:4837 593#, c-format 594msgid "can't open patch '%s': %s" 595msgstr "kann Patch '%s' nicht öffnen: %s" 596 597#: apply.c:4864 598#, c-format 599msgid "squelched %d whitespace error" 600msgid_plural "squelched %d whitespace errors" 601msgstr[0] "unterdrückte %d Whitespace-Fehler" 602msgstr[1] "unterdrückte %d Whitespace-Fehler" 603 604#: apply.c:4870 apply.c:4885 605#, c-format 606msgid "%d line adds whitespace errors." 607msgid_plural "%d lines add whitespace errors." 608msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu." 609msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu." 610 611#: apply.c:4878 612#, c-format 613msgid "%d line applied after fixing whitespace errors." 614msgid_plural "%d lines applied after fixing whitespace errors." 615msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet." 616msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet." 617 618#: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390 619msgid "Unable to write new index file" 620msgstr "Konnte neue Index-Datei nicht schreiben." 621 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 628msgid "path" 629msgstr "Pfad" 630 631#: apply.c:4922 632msgid "don't apply changes matching the given path" 633msgstr "keine Änderungen im angegebenen Pfad anwenden" 634 635#: apply.c:4925 636msgid "apply changes matching the given path" 637msgstr "Änderungen nur im angegebenen Pfad anwenden" 638 639#: apply.c:4927 builtin/am.c:2263 640msgid "num" 641msgstr "Anzahl" 642 643#: apply.c:4928 644msgid "remove <num> leading slashes from traditional diff paths" 645msgstr "" 646"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden " 647"entfernen" 648 649#: apply.c:4931 650msgid "ignore additions made by the patch" 651msgstr "hinzugefügte Zeilen des Patches ignorieren" 652 653#: apply.c:4933 654msgid "instead of applying the patch, output diffstat for the input" 655msgstr "" 656"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe " 657"ausgegeben" 658 659#: apply.c:4937 660msgid "show number of added and deleted lines in decimal notation" 661msgstr "" 662"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen" 663 664#: apply.c:4939 665msgid "instead of applying the patch, output a summary for the input" 666msgstr "" 667"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe " 668"ausgeben" 669 670#: apply.c:4941 671msgid "instead of applying the patch, see if the patch is applicable" 672msgstr "" 673"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann" 674 675#: apply.c:4943 676msgid "make sure the patch is applicable to the current index" 677msgstr "" 678"sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann" 679 680#: apply.c:4945 681msgid "apply a patch without touching the working tree" 682msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen" 683 684#: apply.c:4947 685msgid "accept a patch that touches outside the working area" 686msgstr "" 687"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt" 688 689#: apply.c:4950 690msgid "also apply the patch (use with --stat/--summary/--check)" 691msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)" 692 693#: apply.c:4952 694msgid "attempt three-way merge if a patch does not apply" 695msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte" 696 697#: apply.c:4954 698msgid "build a temporary index based on embedded index information" 699msgstr "" 700"einen temporären Index, basierend auf den integrierten Index-Informationen, " 701"erstellen" 702 703#: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515 704msgid "paths are separated with NUL character" 705msgstr "Pfade sind getrennt durch NUL Zeichen" 706 707#: apply.c:4959 708msgid "ensure at least <n> lines of context match" 709msgstr "" 710"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen" 711 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 715msgid "action" 716msgstr "Aktion" 717 718#: apply.c:4961 719msgid "detect new or modified lines that have whitespace errors" 720msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln" 721 722#: apply.c:4964 apply.c:4967 723msgid "ignore changes in whitespace when finding context" 724msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren" 725 726#: apply.c:4970 727msgid "apply the patch in reverse" 728msgstr "den Patch in umgekehrter Reihenfolge anwenden" 729 730#: apply.c:4972 731msgid "don't expect at least one line of context" 732msgstr "keinen Kontext erwarten" 733 734#: apply.c:4974 735msgid "leave the rejected hunks in corresponding *.rej files" 736msgstr "" 737"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen" 738 739#: apply.c:4976 740msgid "allow overlapping hunks" 741msgstr "sich überlappende Patch-Blöcke erlauben" 742 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 746msgid "be verbose" 747msgstr "erweiterte Ausgaben" 748 749#: apply.c:4979 750msgid "tolerate incorrectly detected missing new-line at the end of file" 751msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren" 752 753#: apply.c:4982 754msgid "do not trust the line counts in the hunk headers" 755msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen" 756 757#: apply.c:4984 builtin/am.c:2251 758msgid "root" 759msgstr "Wurzelverzeichnis" 760 761#: apply.c:4985 762msgid "prepend <root> to all filenames" 763msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen" 764 765#: archive.c:13 766msgid "git archive [<options>] <tree-ish> [<path>...]" 767msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]" 768 769#: archive.c:14 770msgid "git archive --list" 771msgstr "git archive --list" 772 773#: archive.c:15 774msgid "" 775"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 776msgstr "" 777"git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-" 778"Referenz> [<Pfad>...]" 779 780#: archive.c:16 781msgid "git archive --remote <repo> [--exec <cmd>] --list" 782msgstr "git archive --remote <Repository> [--exec <Programm>] --list" 783 784#: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299 785#, c-format 786msgid "pathspec '%s' did not match any files" 787msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein" 788 789#: archive.c:436 790msgid "fmt" 791msgstr "Format" 792 793#: archive.c:436 794msgid "archive format" 795msgstr "Archivformat" 796 797#: archive.c:437 builtin/log.c:1462 798msgid "prefix" 799msgstr "Präfix" 800 801#: archive.c:438 802msgid "prepend prefix to each pathname in the archive" 803msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen" 804 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 810msgid "file" 811msgstr "Datei" 812 813#: archive.c:440 builtin/archive.c:89 814msgid "write the archive to this file" 815msgstr "das Archiv in diese Datei schreiben" 816 817#: archive.c:442 818msgid "read .gitattributes in working directory" 819msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen" 820 821#: archive.c:443 822msgid "report archived files on stderr" 823msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben" 824 825#: archive.c:444 826msgid "store only" 827msgstr "nur speichern" 828 829#: archive.c:445 830msgid "compress faster" 831msgstr "schneller komprimieren" 832 833#: archive.c:453 834msgid "compress better" 835msgstr "besser komprimieren" 836 837#: archive.c:456 838msgid "list supported archive formats" 839msgstr "unterstützte Archivformate auflisten" 840 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 843msgid "repo" 844msgstr "Repository" 845 846#: archive.c:459 builtin/archive.c:91 847msgid "retrieve the archive from remote repository <repo>" 848msgstr "Archiv vom Remote-Repository <Repository> abrufen" 849 850#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489 851msgid "command" 852msgstr "Programm" 853 854#: archive.c:461 builtin/archive.c:93 855msgid "path to the remote git-upload-archive command" 856msgstr "Pfad zum externen \"git-upload-archive\"-Programm" 857 858#: archive.c:468 859msgid "Unexpected option --remote" 860msgstr "Unerwartete Option --remote" 861 862#: archive.c:470 863msgid "Option --exec can only be used together with --remote" 864msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden." 865 866#: archive.c:472 867msgid "Unexpected option --output" 868msgstr "Unerwartete Option --output" 869 870#: archive.c:494 871#, c-format 872msgid "Unknown archive format '%s'" 873msgstr "Unbekanntes Archivformat '%s'" 874 875#: archive.c:501 876#, c-format 877msgid "Argument not supported for format '%s': -%d" 878msgstr "Argument für Format '%s' nicht unterstützt: -%d" 879 880#: attr.c:218 881#, c-format 882msgid "%.*s is not a valid attribute name" 883msgstr "%.*s ist kein gültiger Attributname" 884 885#: attr.c:415 886msgid "" 887"Negative patterns are ignored in git attributes\n" 888"Use '\\!' for literal leading exclamation." 889msgstr "" 890"Verneinende Muster werden in Git-Attributen ignoriert.\n" 891"Benutzen Sie '\\!' für führende Ausrufezeichen." 892 893#: bisect.c:460 894#, c-format 895msgid "Badly quoted content in file '%s': %s" 896msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s" 897 898#: bisect.c:668 899#, c-format 900msgid "We cannot bisect more!\n" 901msgstr "Keine binäre Suche mehr möglich!\n" 902 903#: bisect.c:722 904#, c-format 905msgid "Not a valid commit name %s" 906msgstr "%s ist kein gültiger Commit-Name" 907 908#: bisect.c:746 909#, c-format 910msgid "" 911"The merge base %s is bad.\n" 912"This means the bug has been fixed between %s and [%s].\n" 913msgstr "" 914"Die Merge-Basis %s ist fehlerhaft.\n" 915"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n" 916 917#: bisect.c:751 918#, c-format 919msgid "" 920"The merge base %s is new.\n" 921"The property has changed between %s and [%s].\n" 922msgstr "" 923"Die Merge-Basis %s ist neu.\n" 924"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n" 925 926#: bisect.c:756 927#, c-format 928msgid "" 929"The merge base %s is %s.\n" 930"This means the first '%s' commit is between %s and [%s].\n" 931msgstr "" 932"Die Merge-Basis %s ist %s.\n" 933"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n" 934 935#: bisect.c:764 936#, c-format 937msgid "" 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" 941msgstr "" 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" 945 946#: bisect.c:777 947#, c-format 948msgid "" 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." 952msgstr "" 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." 957 958#: bisect.c:810 959#, c-format 960msgid "Bisecting: a merge base must be tested\n" 961msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n" 962 963#: bisect.c:850 964#, c-format 965msgid "a %s revision is needed" 966msgstr "ein %s Commit wird benötigt" 967 968#: bisect.c:869 builtin/notes.c:175 builtin/tag.c:235 969#, c-format 970msgid "could not create file '%s'" 971msgstr "konnte Datei '%s' nicht erstellen" 972 973#: bisect.c:920 974#, c-format 975msgid "could not read file '%s'" 976msgstr "Konnte Datei '%s' nicht lesen" 977 978#: bisect.c:950 979msgid "reading bisect refs failed" 980msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen" 981 982#: bisect.c:969 983#, c-format 984msgid "%s was both %s and %s\n" 985msgstr "%s war sowohl %s als auch %s\n" 986 987#: bisect.c:977 988#, c-format 989msgid "" 990"No testable commit found.\n" 991"Maybe you started with bad path parameters?\n" 992msgstr "" 993"Kein testbarer Commit gefunden.\n" 994"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n" 995 996#: bisect.c:996 997#, c-format 998msgid "(roughly %d step)" 999msgid_plural "(roughly %d steps)"1000msgstr[0] "(ungefähr %d Schritt)"1001msgstr[1] "(ungefähr %d Schritte)"10021003#. TRANSLATORS: the last %s will be replaced with "(roughly %d1004#. steps)" translation.1005#.1006#: bisect.c:10021007#, c-format1008msgid "Bisecting: %d revision left to test after this %s\n"1009msgid_plural "Bisecting: %d revisions left to test after this %s\n"1010msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"1011msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"10121013#: blame.c:17581014msgid "--contents and --reverse do not blend well."1015msgstr "--contents und --reverse funktionieren gemeinsam nicht."10161017#: blame.c:17691018msgid "cannot use --contents with final commit object name"1019msgstr ""1020"kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"10211022#: blame.c:17891023msgid "--reverse and --first-parent together require specified latest commit"1024msgstr ""1025"--reverse und --first-parent zusammen erfordern die Angabe eines "1026"endgültigen\n"1027"Commits"10281029#: blame.c:1798 bundle.c:160 ref-filter.c:1978 sequencer.c:16991030#: sequencer.c:2901 builtin/commit.c:976 builtin/log.c:366 builtin/log.c:9201031#: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:3701032#: builtin/shortlog.c:1911033msgid "revision walk setup failed"1034msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"10351036#: blame.c:18161037msgid ""1038"--reverse --first-parent together require range along first-parent chain"1039msgstr ""1040"--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n"1041"\"first-parent\"-Kette"10421043#: blame.c:18271044#, c-format1045msgid "no such path %s in %s"1046msgstr "Pfad %s nicht in %s"10471048#: blame.c:18381049#, c-format1050msgid "cannot read blob %s for path %s"1051msgstr "kann Blob %s für Pfad '%s' nicht lesen"10521053#: branch.c:531054#, c-format1055msgid ""1056"\n"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\"."1060msgstr ""1061"\n"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"1065"erneut setzen."10661067#: branch.c:671068#, c-format1069msgid "Not setting branch %s as its own upstream."1070msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein."10711072#: branch.c:931073#, c-format1074msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1075msgstr "Branch '%s' folgt nun Remote-Branch '%s' von '%s' durch Rebase."10761077#: branch.c:941078#, c-format1079msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1080msgstr "Branch '%s' folgt nun Remote-Branch '%s' von '%s'."10811082#: branch.c:981083#, c-format1084msgid "Branch '%s' set up to track local branch '%s' by rebasing."1085msgstr "Branch '%s' folgt nun lokalem Branch '%s' durch Rebase."10861087#: branch.c:991088#, c-format1089msgid "Branch '%s' set up to track local branch '%s'."1090msgstr "Branch '%s' folgt nun lokalem Branch '%s'."10911092#: branch.c:1041093#, c-format1094msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1095msgstr "Branch '%s' folgt nun Remote-Referenz '%s' durch Rebase."10961097#: branch.c:1051098#, c-format1099msgid "Branch '%s' set up to track remote ref '%s'."1100msgstr "Branch '%s' folgt nun Remote-Referenz '%s'."11011102#: branch.c:1091103#, c-format1104msgid "Branch '%s' set up to track local ref '%s' by rebasing."1105msgstr "Branch '%s' folgt nun lokaler Referenz '%s' durch Rebase."11061107#: branch.c:1101108#, c-format1109msgid "Branch '%s' set up to track local ref '%s'."1110msgstr "Branch '%s' folgt nun lokaler Referenz '%s'."11111112#: branch.c:1191113msgid "Unable to write upstream branch configuration"1114msgstr "Konnte Konfiguration zu Upstream-Branch nicht schreiben."11151116#: branch.c:1561117#, c-format1118msgid "Not tracking: ambiguous information for ref %s"1119msgstr ""1120"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist "1121"mehrdeutig."11221123#: branch.c:1891124#, c-format1125msgid "'%s' is not a valid branch name."1126msgstr "'%s' ist kein gültiger Branchname."11271128#: branch.c:2081129#, c-format1130msgid "A branch named '%s' already exists."1131msgstr "Branch '%s' existiert bereits."11321133#: branch.c:2131134msgid "Cannot force update the current branch."1135msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."11361137#: branch.c:2331138#, c-format1139msgid "Cannot setup tracking information; starting point '%s' is not a branch."1140msgstr ""1141"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein "1142"Branch."11431144#: branch.c:2351145#, c-format1146msgid "the requested upstream branch '%s' does not exist"1147msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"11481149#: branch.c:2371150msgid ""1151"\n"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"1155"\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."1159msgstr ""1160"\n"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"1164"\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"1168"zu konfigurieren."11691170#: branch.c:2801171#, c-format1172msgid "Not a valid object name: '%s'."1173msgstr "Ungültiger Objekt-Name: '%s'"11741175#: branch.c:3001176#, c-format1177msgid "Ambiguous object name: '%s'."1178msgstr "mehrdeutiger Objekt-Name: '%s'"11791180#: branch.c:3051181#, c-format1182msgid "Not a valid branch point: '%s'."1183msgstr "Ungültiger Branchpunkt: '%s'"11841185#: branch.c:3591186#, c-format1187msgid "'%s' is already checked out at '%s'"1188msgstr "'%s' ist bereits in '%s' ausgecheckt"11891190#: branch.c:3821191#, c-format1192msgid "HEAD of working tree %s is not updated"1193msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."11941195#: bundle.c:341196#, c-format1197msgid "'%s' does not look like a v2 bundle file"1198msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"11991200#: bundle.c:621201#, c-format1202msgid "unrecognized header: %s%s (%d)"1203msgstr "nicht erkannter Kopfbereich: %s%s (%d)"12041205#: bundle.c:88 sequencer.c:1879 sequencer.c:2337 builtin/commit.c:7501206#, c-format1207msgid "could not open '%s'"1208msgstr "Konnte '%s' nicht öffnen"12091210#: bundle.c:1391211msgid "Repository lacks these prerequisite commits:"1212msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"12131214#: bundle.c:1901215#, c-format1216msgid "The bundle contains this ref:"1217msgid_plural "The bundle contains these %d refs:"1218msgstr[0] "Das Paket enthält diese Referenz:"1219msgstr[1] "Das Paket enthält diese %d Referenzen:"12201221#: bundle.c:1971222msgid "The bundle records a complete history."1223msgstr "Das Paket speichert eine komplette Historie."12241225#: bundle.c:1991226#, c-format1227msgid "The bundle requires this ref:"1228msgid_plural "The bundle requires these %d refs:"1229msgstr[0] "Das Paket benötigt diese Referenz:"1230msgstr[1] "Das Paket benötigt diese %d Referenzen:"12311232#: bundle.c:2581233msgid "Could not spawn pack-objects"1234msgstr "Konnte Paketobjekte nicht erstellen"12351236#: bundle.c:2691237msgid "pack-objects died"1238msgstr "Erstellung der Paketobjekte abgebrochen"12391240#: bundle.c:3111241msgid "rev-list died"1242msgstr "\"rev-list\" abgebrochen"12431244#: bundle.c:3601245#, c-format1246msgid "ref '%s' is excluded by the rev-list options"1247msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"12481249#: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:2961250#, c-format1251msgid "unrecognized argument: %s"1252msgstr "nicht erkanntes Argument: %s"12531254#: bundle.c:4581255msgid "Refusing to create empty bundle."1256msgstr "Erstellung eines leeren Pakets zurückgewiesen."12571258#: bundle.c:4701259#, c-format1260msgid "cannot create '%s'"1261msgstr "kann '%s' nicht erstellen"12621263#: bundle.c:4981264msgid "index-pack died"1265msgstr "Erstellung der Paketindexdatei abgebrochen"12661267#: color.c:2961268#, c-format1269msgid "invalid color value: %.*s"1270msgstr "Ungültiger Farbwert: %.*s"12711272#: commit.c:41 sequencer.c:2141 builtin/am.c:421 builtin/am.c:4651273#: builtin/am.c:1436 builtin/am.c:20721274#, c-format1275msgid "could not parse %s"1276msgstr "konnte %s nicht parsen"12771278#: commit.c:431279#, c-format1280msgid "%s %s is not a commit!"1281msgstr "%s %s ist kein Commit!"12821283#: commit.c:15061284msgid ""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"1288msgstr ""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 "1292"Encoding,\n"1293"welches von ihrem Projekt verwendet wird.\n"12941295#: compat/obstack.c:405 compat/obstack.c:4071296msgid "memory exhausted"1297msgstr "Speicher verbraucht"12981299#: config.c:1861300msgid "relative config include conditionals must come from files"1301msgstr ""1302"Bedingungen für das Einbinden von Konfigurationen aus relativen Pfaden "1303"müssen\n"1304"aus Dateien kommen."13051306#: config.c:7201307#, c-format1308msgid "bad config line %d in blob %s"1309msgstr "Ungültige Konfigurationszeile %d in Blob %s"13101311#: config.c:7241312#, c-format1313msgid "bad config line %d in file %s"1314msgstr "Ungültige Konfigurationszeile %d in Datei %s"13151316#: config.c:7281317#, c-format1318msgid "bad config line %d in standard input"1319msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"13201321#: config.c:7321322#, c-format1323msgid "bad config line %d in submodule-blob %s"1324msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"13251326#: config.c:7361327#, c-format1328msgid "bad config line %d in command line %s"1329msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"13301331#: config.c:7401332#, c-format1333msgid "bad config line %d in %s"1334msgstr "Ungültige Konfigurationszeile %d in %s"13351336#: config.c:8681337msgid "out of range"1338msgstr "Außerhalb des Bereichs"13391340#: config.c:8681341msgid "invalid unit"1342msgstr "Ungültige Einheit"13431344#: config.c:8741345#, c-format1346msgid "bad numeric config value '%s' for '%s': %s"1347msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"13481349#: config.c:8791350#, c-format1351msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1352msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"13531354#: config.c:8821355#, c-format1356msgid "bad numeric config value '%s' for '%s' in file %s: %s"1357msgstr ""1358"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"13591360#: config.c:8851361#, c-format1362msgid "bad numeric config value '%s' for '%s' in standard input: %s"1363msgstr ""1364"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: "1365"%s"13661367#: config.c:8881368#, c-format1369msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1370msgstr ""1371"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: "1372"%s"13731374#: config.c:8911375#, c-format1376msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1377msgstr ""1378"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: "1379"%s"13801381#: config.c:8941382#, c-format1383msgid "bad numeric config value '%s' for '%s' in %s: %s"1384msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"13851386#: config.c:9891387#, c-format1388msgid "failed to expand user dir in: '%s'"1389msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"13901391#: config.c:9981392#, c-format1393msgid "'%s' for '%s' is not a valid timestamp"1394msgstr "'%s' ist kein gültiger Zeitstempel für '%s'"13951396#: config.c:1094 config.c:11051397#, c-format1398msgid "bad zlib compression level %d"1399msgstr "ungültiger zlib Komprimierungsgrad %d"14001401#: config.c:12251402#, c-format1403msgid "invalid mode for object creation: %s"1404msgstr "Ungültiger Modus für Objekterstellung: %s"14051406#: config.c:13861407#, c-format1408msgid "bad pack compression level %d"1409msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"14101411#: config.c:15821412msgid "unable to parse command-line config"1413msgstr ""1414"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."14151416#: config.c:19141417msgid "unknown error occurred while reading the configuration files"1418msgstr ""1419"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."14201421#: config.c:21011422#, c-format1423msgid "Invalid %s: '%s'"1424msgstr "Ungültiger %s: '%s'"14251426#: config.c:21441427#, c-format1428msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1429msgstr ""1430"Unbekannter Wert '%s' in core.untrackedCache; benutze Standardwert 'keep'"14311432#: config.c:21701433#, c-format1434msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1435msgstr ""1436"Der Wert '%d' von splitIndex.maxPercentChange sollte zwischen 0 und 100 "1437"liegen."14381439#: config.c:21951440#, c-format1441msgid "unable to parse '%s' from command-line config"1442msgstr ""1443"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"1444"nicht parsen."14451446#: config.c:21971447#, c-format1448msgid "bad config variable '%s' in file '%s' at line %d"1449msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"14501451#: config.c:22561452#, c-format1453msgid "%s has multiple values"1454msgstr "%s hat mehrere Werte"14551456#: config.c:2599 config.c:28161457#, c-format1458msgid "fstat on %s failed"1459msgstr "fstat auf %s fehlgeschlagen"14601461#: config.c:27061462#, c-format1463msgid "could not set '%s' to '%s'"1464msgstr "Konnte '%s' nicht zu '%s' setzen."14651466#: config.c:2708 builtin/remote.c:7761467#, c-format1468msgid "could not unset '%s'"1469msgstr "Konnte '%s' nicht aufheben."14701471#: connect.c:521472msgid "The remote end hung up upon initial contact"1473msgstr "Die Gegenseite hat nach dem ersten Kontakt abgebrochen."14741475#: connect.c:541476msgid ""1477"Could not read from remote repository.\n"1478"\n"1479"Please make sure you have the correct access rights\n"1480"and the repository exists."1481msgstr ""1482"Konnte nicht vom Remote-Repository lesen.\n"1483"\n"1484"Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen "1485"bestehen\n"1486"und das Repository existiert."14871488#: connected.c:66 builtin/fsck.c:198 builtin/prune.c:1441489msgid "Checking connectivity"1490msgstr "Prüfe Konnektivität"14911492#: connected.c:781493msgid "Could not run 'git rev-list'"1494msgstr "Konnte 'git rev-list' nicht ausführen"14951496#: connected.c:981497msgid "failed write to rev-list"1498msgstr "Fehler beim Schreiben nach rev-list"14991500#: connected.c:1051501msgid "failed to close rev-list's stdin"1502msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"15031504#: convert.c:2051505#, c-format1506msgid "CRLF would be replaced by LF in %s."1507msgstr "CRLF würde in %s durch LF ersetzt werden."15081509#: convert.c:2071510#, c-format1511msgid ""1512"CRLF will be replaced by LF in %s.\n"1513"The file will have its original line endings in your working directory."1514msgstr ""1515"CRLF wird in %s durch LF ersetzt.\n"1516"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "1517"behalten."15181519#: convert.c:2151520#, c-format1521msgid "LF would be replaced by CRLF in %s"1522msgstr "LF würde in %s durch CRLF ersetzt werden."15231524#: convert.c:2171525#, c-format1526msgid ""1527"LF will be replaced by CRLF in %s.\n"1528"The file will have its original line endings in your working directory."1529msgstr ""1530"LF wird in %s durch CRLF ersetzt.\n"1531"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "1532"behalten."15331534#: date.c:1161535msgid "in the future"1536msgstr "in der Zukunft"15371538#: date.c:1221539#, c-format1540msgid "%<PRIuMAX> second ago"1541msgid_plural "%<PRIuMAX> seconds ago"1542msgstr[0] "vor %<PRIuMAX> Sekunde"1543msgstr[1] "vor %<PRIuMAX> Sekunden"15441545#: date.c:1291546#, c-format1547msgid "%<PRIuMAX> minute ago"1548msgid_plural "%<PRIuMAX> minutes ago"1549msgstr[0] "vor %<PRIuMAX> Minute"1550msgstr[1] "vor %<PRIuMAX> Minuten"15511552#: date.c:1361553#, c-format1554msgid "%<PRIuMAX> hour ago"1555msgid_plural "%<PRIuMAX> hours ago"1556msgstr[0] "vor %<PRIuMAX> Stunde"1557msgstr[1] "vor %<PRIuMAX> Stunden"15581559#: date.c:1431560#, c-format1561msgid "%<PRIuMAX> day ago"1562msgid_plural "%<PRIuMAX> days ago"1563msgstr[0] "vor %<PRIuMAX> Tag"1564msgstr[1] "vor %<PRIuMAX> Tagen"15651566#: date.c:1491567#, c-format1568msgid "%<PRIuMAX> week ago"1569msgid_plural "%<PRIuMAX> weeks ago"1570msgstr[0] "vor %<PRIuMAX> Woche"1571msgstr[1] "vor %<PRIuMAX> Wochen"15721573#: date.c:1561574#, c-format1575msgid "%<PRIuMAX> month ago"1576msgid_plural "%<PRIuMAX> months ago"1577msgstr[0] "vor %<PRIuMAX> Monat"1578msgstr[1] "vor %<PRIuMAX> Monaten"15791580#: date.c:1671581#, c-format1582msgid "%<PRIuMAX> year"1583msgid_plural "%<PRIuMAX> years"1584msgstr[0] "vor %<PRIuMAX> Jahr"1585msgstr[1] "vor %<PRIuMAX> Jahren"15861587#. TRANSLATORS: "%s" is "<n> years"1588#: date.c:1701589#, c-format1590msgid "%s, %<PRIuMAX> month ago"1591msgid_plural "%s, %<PRIuMAX> months ago"1592msgstr[0] "%s, und %<PRIuMAX> Monat"1593msgstr[1] "%s, und %<PRIuMAX> Monaten"15941595#: date.c:175 date.c:1801596#, c-format1597msgid "%<PRIuMAX> year ago"1598msgid_plural "%<PRIuMAX> years ago"1599msgstr[0] "vor %<PRIuMAX> Jahr"1600msgstr[1] "vor %<PRIuMAX> Jahren"16011602#: diffcore-order.c:241603#, c-format1604msgid "failed to read orderfile '%s'"1605msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."16061607#: diffcore-rename.c:5351608msgid "Performing inexact rename detection"1609msgstr "Führe Erkennung für ungenaue Umbenennung aus"16101611#: diff.c:741612#, c-format1613msgid "option '%s' requires a value"1614msgstr "Option '%s' erfordert einen Wert."16151616#: diff.c:1521617#, c-format1618msgid " Failed to parse dirstat cut-off percentage '%s'\n"1619msgstr ""1620" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n"16211622#: diff.c:1571623#, c-format1624msgid " Unknown dirstat parameter '%s'\n"1625msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"16261627#: diff.c:2811628msgid ""1629"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "1630"'plain'"1631msgstr ""1632"\"color moved\"-Einstellung muss eines von diesen sein: 'no', 'default', "1633"'zebra', 'dimmed_zebra', 'plain'"16341635#: diff.c:3411636#, c-format1637msgid "Unknown value for 'diff.submodule' config variable: '%s'"1638msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"16391640#: diff.c:4011641#, c-format1642msgid ""1643"Found errors in 'diff.dirstat' config variable:\n"1644"%s"1645msgstr ""1646"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"1647"%s"16481649#: diff.c:38221650#, c-format1651msgid "external diff died, stopping at %s"1652msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"16531654#: diff.c:41461655msgid "--name-only, --name-status, --check and -s are mutually exclusive"1656msgstr ""1657"--name-only, --name-status, --check und -s schließen sich gegenseitig aus"16581659#: diff.c:41491660msgid "-G, -S and --find-object are mutually exclusive"1661msgstr "-G, -S und --find-object schließen sich gegenseitig aus"16621663#: diff.c:42371664msgid "--follow requires exactly one pathspec"1665msgstr "--follow erfordert genau eine Pfadspezifikation"16661667#: diff.c:44031668#, c-format1669msgid ""1670"Failed to parse --dirstat/-X option parameter:\n"1671"%s"1672msgstr ""1673"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"1674"%s"16751676#: diff.c:44171677#, c-format1678msgid "Failed to parse --submodule option parameter: '%s'"1679msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"16801681#: diff.c:54931682msgid "inexact rename detection was skipped due to too many files."1683msgstr ""1684"Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"1685"übersprungen."16861687#: diff.c:54961688msgid "only found copies from modified paths due to too many files."1689msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"16901691#: diff.c:54991692#, c-format1693msgid ""1694"you may want to set your %s variable to at least %d and retry the command."1695msgstr ""1696"Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"1697"erneut versuchen."16981699#: dir.c:18661700#, c-format1701msgid "could not open directory '%s'"1702msgstr "Konnte Verzeichnis '%s' nicht öffnen."17031704#: dir.c:21081705msgid "failed to get kernel name and information"1706msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"17071708#: dir.c:22321709msgid "Untracked cache is disabled on this system or location."1710msgstr ""1711"Cache für unversionierte Dateien ist auf diesem System oder\n"1712"für dieses Verzeichnis deaktiviert."17131714#: dir.c:3024 dir.c:30291715#, c-format1716msgid "could not create directories for %s"1717msgstr "Konnte Verzeichnisse für '%s' nicht erstellen."17181719#: dir.c:30541720#, c-format1721msgid "could not migrate git directory from '%s' to '%s'"1722msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."17231724#: editor.c:611725#, c-format1726msgid "hint: Waiting for your editor to close the file...%c"1727msgstr "Hinweis: Warte auf das Schließen der Datei durch Ihren Editor...%c"17281729#: entry.c:1771730msgid "Filtering content"1731msgstr "Filtere Inhalt"17321733#: entry.c:4351734#, c-format1735msgid "could not stat file '%s'"1736msgstr "Konnte Datei '%s' nicht lesen."17371738#: fetch-object.c:171739msgid "Remote with no URL"1740msgstr "Remote-Repository ohne URL"17411742#: fetch-pack.c:2531743msgid "git fetch-pack: expected shallow list"1744msgstr "git fetch-pack: erwartete shallow-Liste"17451746#: fetch-pack.c:2651747msgid "git fetch-pack: expected ACK/NAK, got a flush packet"1748msgstr "git fetch-pack: ACK/NAK erwartet, Flush-Paket bekommen"17491750#: fetch-pack.c:284 builtin/archive.c:631751#, c-format1752msgid "remote error: %s"1753msgstr "Fehler am anderen Ende: %s"17541755#: fetch-pack.c:2851756#, c-format1757msgid "git fetch-pack: expected ACK/NAK, got '%s'"1758msgstr "git fetch-pack: ACK/NAK erwartet, '%s' bekommen"17591760#: fetch-pack.c:3371761msgid "--stateless-rpc requires multi_ack_detailed"1762msgstr "--stateless-rpc benötigt multi_ack_detailed"17631764#: fetch-pack.c:4281765#, c-format1766msgid "invalid shallow line: %s"1767msgstr "Ungültige shallow-Zeile: %s"17681769#: fetch-pack.c:4341770#, c-format1771msgid "invalid unshallow line: %s"1772msgstr "Ungültige unshallow-Zeile: %s"17731774#: fetch-pack.c:4361775#, c-format1776msgid "object not found: %s"1777msgstr "Objekt nicht gefunden: %s"17781779#: fetch-pack.c:4391780#, c-format1781msgid "error in object: %s"1782msgstr "Fehler in Objekt: %s"17831784#: fetch-pack.c:4411785#, c-format1786msgid "no shallow found: %s"1787msgstr "Kein shallow-Objekt gefunden: %s"17881789#: fetch-pack.c:4441790#, c-format1791msgid "expected shallow/unshallow, got %s"1792msgstr "shallow/unshallow erwartet, %s bekommen"17931794#: fetch-pack.c:4851795#, c-format1796msgid "got %s %d %s"1797msgstr "%s %d %s bekommen"17981799#: fetch-pack.c:4991800#, c-format1801msgid "invalid commit %s"1802msgstr "Ungültiger Commit %s"18031804#: fetch-pack.c:5321805msgid "giving up"1806msgstr "Gebe auf"18071808#: fetch-pack.c:542 progress.c:2291809msgid "done"1810msgstr "Fertig"18111812#: fetch-pack.c:5541813#, c-format1814msgid "got %s (%d) %s"1815msgstr "%s (%d) %s bekommen"18161817#: fetch-pack.c:6001818#, c-format1819msgid "Marking %s as complete"1820msgstr "Markiere %s als vollständig"18211822#: fetch-pack.c:7881823#, c-format1824msgid "already have %s (%s)"1825msgstr "habe %s (%s) bereits"18261827#: fetch-pack.c:8291828msgid "fetch-pack: unable to fork off sideband demultiplexer"1829msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"18301831#: fetch-pack.c:8371832msgid "protocol error: bad pack header"1833msgstr "Protokollfehler: ungültiger Pack-Header"18341835#: fetch-pack.c:8951836#, c-format1837msgid "fetch-pack: unable to fork off %s"1838msgstr "fetch-pack: konnte %s nicht starten"18391840#: fetch-pack.c:9111841#, c-format1842msgid "%s failed"1843msgstr "%s fehlgeschlagen"18441845#: fetch-pack.c:9131846msgid "error in sideband demultiplexer"1847msgstr "Fehler in sideband demultiplexer"18481849#: fetch-pack.c:9401850msgid "Server does not support shallow clients"1851msgstr "Server unterstützt keine shallow-Clients"18521853#: fetch-pack.c:9441854msgid "Server supports multi_ack_detailed"1855msgstr "Server unterstützt multi_ack_detailed"18561857#: fetch-pack.c:9471858msgid "Server supports no-done"1859msgstr "Server unterstützt no-done"18601861#: fetch-pack.c:9531862msgid "Server supports multi_ack"1863msgstr "Server unterstützt multi_ack"18641865#: fetch-pack.c:9571866msgid "Server supports side-band-64k"1867msgstr "Server unterstützt side-band-64k"18681869#: fetch-pack.c:9611870msgid "Server supports side-band"1871msgstr "Server unterstützt side-band"18721873#: fetch-pack.c:9651874msgid "Server supports allow-tip-sha1-in-want"1875msgstr "Server unterstützt allow-tip-sha1-in-want"18761877#: fetch-pack.c:9691878msgid "Server supports allow-reachable-sha1-in-want"1879msgstr "Server unterstützt allow-reachable-sha1-in-want"18801881#: fetch-pack.c:9791882msgid "Server supports ofs-delta"1883msgstr "Server unterstützt ofs-delta"18841885#: fetch-pack.c:9851886msgid "Server supports filter"1887msgstr "Server unterstützt Filter"18881889#: fetch-pack.c:9931890#, c-format1891msgid "Server version is %.*s"1892msgstr "Server-Version ist %.*s"18931894#: fetch-pack.c:9991895msgid "Server does not support --shallow-since"1896msgstr "Server unterstützt kein --shallow-since"18971898#: fetch-pack.c:10031899msgid "Server does not support --shallow-exclude"1900msgstr "Server unterstützt kein --shallow-exclude"19011902#: fetch-pack.c:10051903msgid "Server does not support --deepen"1904msgstr "Server unterstützt kein --deepen"19051906#: fetch-pack.c:10161907msgid "no common commits"1908msgstr "keine gemeinsamen Commits"19091910#: fetch-pack.c:10281911msgid "git fetch-pack: fetch failed."1912msgstr "git fetch-pack: Abholen fehlgeschlagen."19131914#: fetch-pack.c:11901915msgid "no matching remote head"1916msgstr "kein übereinstimmender Remote-Branch"19171918#: fetch-pack.c:12121919#, c-format1920msgid "no such remote ref %s"1921msgstr "keine solche Remote-Referenz %s"19221923#: fetch-pack.c:12151924#, c-format1925msgid "Server does not allow request for unadvertised object %s"1926msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."19271928#: gpg-interface.c:1811929msgid "gpg failed to sign the data"1930msgstr "gpg beim Signieren der Daten fehlgeschlagen"19311932#: gpg-interface.c:2111933msgid "could not create temporary file"1934msgstr "konnte temporäre Datei nicht erstellen"19351936#: gpg-interface.c:2141937#, c-format1938msgid "failed writing detached signature to '%s'"1939msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"19401941#: graph.c:971942#, c-format1943msgid "ignore invalid color '%.*s' in log.graphColors"1944msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"19451946#: grep.c:20221947#, c-format1948msgid "'%s': unable to read %s"1949msgstr "'%s': konnte %s nicht lesen"19501951#: grep.c:2039 setup.c:163 builtin/clone.c:407 builtin/diff.c:811952#: builtin/rm.c:1341953#, c-format1954msgid "failed to stat '%s'"1955msgstr "Konnte '%s' nicht lesen"19561957#: grep.c:20501958#, c-format1959msgid "'%s': short read"1960msgstr "'%s': read() zu kurz"19611962#: help.c:1791963#, c-format1964msgid "available git commands in '%s'"1965msgstr "Vorhandene Git-Befehle in '%s'"19661967#: help.c:1861968msgid "git commands available from elsewhere on your $PATH"1969msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"19701971#: help.c:2171972msgid "These are common Git commands used in various situations:"1973msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"19741975#: help.c:2811976#, c-format1977msgid ""1978"'%s' appears to be a git command, but we were not\n"1979"able to execute it. Maybe git-%s is broken?"1980msgstr ""1981"'%s' scheint ein git-Befehl zu sein, konnte aber\n"1982"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"19831984#: help.c:3361985msgid "Uh oh. Your system reports no Git commands at all."1986msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."19871988#: help.c:3581989#, c-format1990msgid "WARNING: You called a Git command named '%s', which does not exist."1991msgstr ""1992"WARNUNG: Sie haben Git-Befehl '%s' ausgeführt, welcher nicht existiert."19931994#: help.c:3631995#, c-format1996msgid "Continuing under the assumption that you meant '%s'."1997msgstr "Setze fort unter der Annahme, dass Sie '%s' meinten."19981999#: help.c:3682000#, c-format2001msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."2002msgstr "Setze in %0.1f Sekunden fort unter der Annahme, dass Sie '%s' meinten."20032004#: help.c:3762005#, c-format2006msgid "git: '%s' is not a git command. See 'git --help'."2007msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."20082009#: help.c:3802010msgid ""2011"\n"2012"The most similar command is"2013msgid_plural ""2014"\n"2015"The most similar commands are"2016msgstr[0] ""2017"\n"2018"Der ähnlichste Befehl ist"2019msgstr[1] ""2020"\n"2021"Die ähnlichsten Befehle sind"20222023#: help.c:3952024msgid "git version [<options>]"2025msgstr "git version [<Optionen>]"20262027#: help.c:4622028#, c-format2029msgid "%s: %s - %s"2030msgstr "%s: %s - %s"20312032#: help.c:4662033msgid ""2034"\n"2035"Did you mean this?"2036msgid_plural ""2037"\n"2038"Did you mean one of these?"2039msgstr[0] ""2040"\n"2041"Haben Sie das gemeint?"2042msgstr[1] ""2043"\n"2044"Haben Sie eines von diesen gemeint?"20452046#: ident.c:3422047msgid ""2048"\n"2049"*** Please tell me who you are.\n"2050"\n"2051"Run\n"2052"\n"2053" git config --global user.email \"you@example.com\"\n"2054" git config --global user.name \"Your Name\"\n"2055"\n"2056"to set your account's default identity.\n"2057"Omit --global to set the identity only in this repository.\n"2058"\n"2059msgstr ""2060"\n"2061"*** Bitte geben Sie an, wer Sie sind.\n"2062"\n"2063"Führen Sie\n"2064"\n"2065" git config --global user.email \"you@example.com\"\n"2066" git config --global user.name \"Your Name\"\n"2067"\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"20712072#: ident.c:3662073msgid "no email was given and auto-detection is disabled"2074msgstr "keine E-Mail angegeben und automatische Erkennung ist deaktiviert"20752076#: ident.c:3712077#, c-format2078msgid "unable to auto-detect email address (got '%s')"2079msgstr "Konnte die E-Mail-Adresse nicht automatisch erkennen ('%s' erhalten)"20802081#: ident.c:3812082msgid "no name was given and auto-detection is disabled"2083msgstr "kein Name angegeben und automatische Erkennung ist deaktiviert"20842085#: ident.c:3872086#, c-format2087msgid "unable to auto-detect name (got '%s')"2088msgstr "konnte Namen nicht automatisch erkennen ('%s' erhalten)"20892090#: ident.c:3952091#, c-format2092msgid "empty ident name (for <%s>) not allowed"2093msgstr "Leerer Name in Identifikation (für <%s>) nicht erlaubt."20942095#: ident.c:4012096#, c-format2097msgid "name consists only of disallowed characters: %s"2098msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"20992100#: ident.c:416 builtin/commit.c:5822101#, c-format2102msgid "invalid date format: %s"2103msgstr "Ungültiges Datumsformat: %s"21042105#: list-objects-filter-options.c:362106msgid "multiple filter-specs cannot be combined"2107msgstr "Mehrere filter-specs können nicht kombiniert werden."21082109#: list-objects-filter-options.c:1262110msgid "cannot change partial clone promisor remote"2111msgstr "Kann Remote-Repository für partielles Klonen nicht ändern."21122113#: lockfile.c:1512114#, c-format2115msgid ""2116"Unable to create '%s.lock': %s.\n"2117"\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."2123msgstr ""2124"Konnte '%s.lock' nicht erstellen: %s.\n"2125"\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."21322133#: lockfile.c:1592134#, c-format2135msgid "Unable to create '%s.lock': %s"2136msgstr "Konnte '%s.lock' nicht erstellen: %s"21372138#: merge.c:742139msgid "failed to read the cache"2140msgstr "Lesen des Zwischenspeichers fehlgeschlagen"21412142#: merge.c:134 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:3782143#: builtin/checkout.c:599 builtin/clone.c:7592144msgid "unable to write new index file"2145msgstr "Konnte neue Index-Datei nicht schreiben."21462147#: merge-recursive.c:2352148msgid "(bad commit)\n"2149msgstr "(ungültiger Commit)\n"21502151#: merge-recursive.c:257 merge-recursive.c:2652152#, c-format2153msgid "addinfo_cache failed for path '%s'"2154msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"21552156#: merge-recursive.c:3292157msgid "error building trees"2158msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"21592160#: merge-recursive.c:7712161#, c-format2162msgid "failed to create path '%s'%s"2163msgstr "Fehler beim Erstellen des Pfades '%s'%s"21642165#: merge-recursive.c:7822166#, c-format2167msgid "Removing %s to make room for subdirectory\n"2168msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"21692170#: merge-recursive.c:796 merge-recursive.c:8152171msgid ": perhaps a D/F conflict?"2172msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"21732174#: merge-recursive.c:8052175#, c-format2176msgid "refusing to lose untracked file at '%s'"2177msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"21782179#: merge-recursive.c:847 builtin/cat-file.c:372180#, c-format2181msgid "cannot read object %s '%s'"2182msgstr "kann Objekt %s '%s' nicht lesen"21832184#: merge-recursive.c:8492185#, c-format2186msgid "blob expected for %s '%s'"2187msgstr "Blob erwartet für %s '%s'"21882189#: merge-recursive.c:8732190#, c-format2191msgid "failed to open '%s': %s"2192msgstr "Fehler beim Öffnen von '%s': %s"21932194#: merge-recursive.c:8842195#, c-format2196msgid "failed to symlink '%s': %s"2197msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"21982199#: merge-recursive.c:8892200#, c-format2201msgid "do not know what to do with %06o %s '%s'"2202msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"22032204#: merge-recursive.c:10292205msgid "Failed to execute internal merge"2206msgstr "Fehler bei Ausführung des internen Merges"22072208#: merge-recursive.c:10342209#, c-format2210msgid "Unable to add %s to database"2211msgstr "Konnte %s nicht zur Datenbank hinzufügen"22122213#: merge-recursive.c:11462214#, c-format2215msgid ""2216"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2217"in tree."2218msgstr ""2219"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "2220"im Arbeitsbereich gelassen."22212222#: merge-recursive.c:11512223#, c-format2224msgid ""2225"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2226"left in tree."2227msgstr ""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."22302231#: merge-recursive.c:11582232#, c-format2233msgid ""2234"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2235"in tree at %s."2236msgstr ""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."22392240#: merge-recursive.c:11632241#, c-format2242msgid ""2243"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2244"left in tree at %s."2245msgstr ""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."22482249#: merge-recursive.c:11972250msgid "rename"2251msgstr "umbenennen"22522253#: merge-recursive.c:11972254msgid "renamed"2255msgstr "umbenannt"22562257#: merge-recursive.c:12542258#, c-format2259msgid "%s is a directory in %s adding as %s instead"2260msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"22612262#: merge-recursive.c:12792263#, c-format2264msgid ""2265"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2266"\"->\"%s\" in \"%s\"%s"2267msgstr ""2268"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "2269"und \"%s\"->\"%s\" in Branch \"%s\"%s"22702271#: merge-recursive.c:12842272msgid " (left unresolved)"2273msgstr " (bleibt unaufgelöst)"22742275#: merge-recursive.c:13462276#, c-format2277msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2278msgstr ""2279"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "2280"in %s"22812282#: merge-recursive.c:13792283#, c-format2284msgid "Renaming %s to %s and %s to %s instead"2285msgstr "Benenne stattdessen %s nach %s und %s nach %s um"22862287#: merge-recursive.c:15822288#, c-format2289msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2290msgstr ""2291"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "2292"%s"22932294#: merge-recursive.c:15972295#, c-format2296msgid "Adding merged %s"2297msgstr "Füge zusammengeführte Datei %s hinzu"22982299#: merge-recursive.c:1604 merge-recursive.c:18342300#, c-format2301msgid "Adding as %s instead"2302msgstr "Füge stattdessen als %s hinzu"23032304#: merge-recursive.c:16612305#, c-format2306msgid "cannot read object %s"2307msgstr "kann Objekt %s nicht lesen"23082309#: merge-recursive.c:16642310#, c-format2311msgid "object %s is not a blob"2312msgstr "Objekt %s ist kein Blob"23132314#: merge-recursive.c:17332315msgid "modify"2316msgstr "ändern"23172318#: merge-recursive.c:17332319msgid "modified"2320msgstr "geändert"23212322#: merge-recursive.c:17432323msgid "content"2324msgstr "Inhalt"23252326#: merge-recursive.c:17502327msgid "add/add"2328msgstr "hinzufügen/hinzufügen"23292330#: merge-recursive.c:17862331#, c-format2332msgid "Skipped %s (merged same as existing)"2333msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"23342335#: merge-recursive.c:18002336#, c-format2337msgid "Auto-merging %s"2338msgstr "automatischer Merge von %s"23392340#: merge-recursive.c:1804 git-submodule.sh:8792341msgid "submodule"2342msgstr "Submodul"23432344#: merge-recursive.c:18052345#, c-format2346msgid "CONFLICT (%s): Merge conflict in %s"2347msgstr "KONFLIKT (%s): Merge-Konflikt in %s"23482349#: merge-recursive.c:18992350#, c-format2351msgid "Removing %s"2352msgstr "Entferne %s"23532354#: merge-recursive.c:19252355msgid "file/directory"2356msgstr "Datei/Verzeichnis"23572358#: merge-recursive.c:19312359msgid "directory/file"2360msgstr "Verzeichnis/Datei"23612362#: merge-recursive.c:19382363#, c-format2364msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"2365msgstr ""2366"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "2367"hinzu."23682369#: merge-recursive.c:19472370#, c-format2371msgid "Adding %s"2372msgstr "Füge %s hinzu"23732374#: merge-recursive.c:19872375#, c-format2376msgid "Dirty index: cannot merge (dirty: %s)"2377msgstr "Geänderter Index: kann nicht mergen (geändert: %s)"23782379#: merge-recursive.c:19912380msgid "Already up to date!"2381msgstr "Bereits aktuell!"23822383#: merge-recursive.c:20002384#, c-format2385msgid "merging of trees %s and %s failed"2386msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"23872388#: merge-recursive.c:20972389msgid "Merging:"2390msgstr "Merge:"23912392#: merge-recursive.c:21102393#, c-format2394msgid "found %u common ancestor:"2395msgid_plural "found %u common ancestors:"2396msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"2397msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"23982399#: merge-recursive.c:21492400msgid "merge returned no commit"2401msgstr "Merge hat keinen Commit zurückgegeben"24022403#: merge-recursive.c:22122404#, c-format2405msgid "Could not parse object '%s'"2406msgstr "Konnte Objekt '%s' nicht parsen."24072408#: merge-recursive.c:2228 builtin/merge.c:657 builtin/merge.c:8162409msgid "Unable to write index."2410msgstr "Konnte Index nicht schreiben."24112412#: notes-merge.c:2722413#, c-format2414msgid ""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."2418msgstr ""2419"Sie haben Ihren vorherigen Merge von Notizen nicht abgeschlossen (%s "2420"existiert).\n"2421"Bitte benutzen Sie 'git notes merge --commit' oder 'git notes merge --"2422"abort', um\n"2423"den vorherigen Merge zu committen bzw. abzubrechen, bevor Sie einen neuen "2424"Merge\n"2425"von Notizen beginnen."24262427#: notes-merge.c:2792428#, c-format2429msgid "You have not concluded your notes merge (%s exists)."2430msgstr "Sie haben Ihren Merge von Notizen nicht abgeschlossen (%s existiert)."24312432#: notes-utils.c:432433msgid "Cannot commit uninitialized/unreferenced notes tree"2434msgstr ""2435"Kann uninitialisiertes/unreferenziertes Notiz-Verzeichnis nicht committen."24362437#: notes-utils.c:1022438#, c-format2439msgid "Bad notes.rewriteMode value: '%s'"2440msgstr "Ungültiger notes.rewriteMode Wert: '%s'"24412442#: notes-utils.c:1122443#, c-format2444msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2445msgstr ""2446"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)"24472448#. TRANSLATORS: The first %s is the name of2449#. the environment variable, the second %s is2450#. its value.2451#.2452#: notes-utils.c:1422453#, c-format2454msgid "Bad %s value: '%s'"2455msgstr "Ungültiger %s Wert: '%s'"24562457#: object.c:2392458#, c-format2459msgid "unable to parse object: %s"2460msgstr "Konnte Objekt '%s' nicht parsen."24612462#: packfile.c:5612463msgid "offset before end of packfile (broken .idx?)"2464msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"24652466#: packfile.c:16942467#, c-format2468msgid "offset before start of pack index for %s (corrupt index?)"2469msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"24702471#: packfile.c:16982472#, c-format2473msgid "offset beyond end of pack index for %s (truncated index?)"2474msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"24752476#: parse-options.c:6192477msgid "..."2478msgstr "..."24792480#: parse-options.c:6382481#, c-format2482msgid "usage: %s"2483msgstr "Verwendung: %s"24842485#. TRANSLATORS: the colon here should align with the2486#. one in "usage: %s" translation.2487#.2488#: parse-options.c:6442489#, c-format2490msgid " or: %s"2491msgstr " oder: %s"24922493#: parse-options.c:6472494#, c-format2495msgid " %s"2496msgstr " %s"24972498#: parse-options.c:6862499msgid "-NUM"2500msgstr "-NUM"25012502#: parse-options-cb.c:1082503#, c-format2504msgid "malformed object name '%s'"2505msgstr "fehlerhafter Objekt-Name '%s'"25062507#: path.c:8912508#, c-format2509msgid "Could not make %s writable by group"2510msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."25112512#: pathspec.c:1292513msgid "Escape character '\\' not allowed as last character in attr value"2514msgstr "Escape-Zeichen '\\' als letztes Zeichen in Attributwert nicht erlaubt"25152516#: pathspec.c:1472517msgid "Only one 'attr:' specification is allowed."2518msgstr "Es ist nur eine Angabe von 'attr:' erlaubt."25192520#: pathspec.c:1502521msgid "attr spec must not be empty"2522msgstr "Angabe von 'attr:' darf nicht leer sein"25232524#: pathspec.c:1932525#, c-format2526msgid "invalid attribute name %s"2527msgstr "Ungültiger Attributname %s"25282529#: pathspec.c:2582530msgid "global 'glob' and 'noglob' pathspec settings are incompatible"2531msgstr ""2532"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "2533"inkompatibel."25342535#: pathspec.c:2652536msgid ""2537"global 'literal' pathspec setting is incompatible with all other global "2538"pathspec settings"2539msgstr ""2540"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"2541"mit allen anderen Optionen."25422543#: pathspec.c:3052544msgid "invalid parameter for pathspec magic 'prefix'"2545msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"25462547#: pathspec.c:3262548#, c-format2549msgid "Invalid pathspec magic '%.*s' in '%s'"2550msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"25512552#: pathspec.c:3312553#, c-format2554msgid "Missing ')' at the end of pathspec magic in '%s'"2555msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"25562557#: pathspec.c:3692558#, c-format2559msgid "Unimplemented pathspec magic '%c' in '%s'"2560msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"25612562#: pathspec.c:4282563#, c-format2564msgid "%s: 'literal' and 'glob' are incompatible"2565msgstr "%s: 'literal' und 'glob' sind inkompatibel"25662567#: pathspec.c:4412568#, c-format2569msgid "%s: '%s' is outside repository"2570msgstr "%s: '%s' liegt außerhalb des Repositories"25712572#: pathspec.c:5152573#, c-format2574msgid "'%s' (mnemonic: '%c')"2575msgstr "'%s' (Kürzel: '%c')"25762577#: pathspec.c:5252578#, c-format2579msgid "%s: pathspec magic not supported by this command: %s"2580msgstr ""2581"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"25822583#: pathspec.c:5922584#, c-format2585msgid "pathspec '%s' is beyond a symbolic link"2586msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"25872588#: pretty.c:9622589msgid "unable to parse --pretty format"2590msgstr "Konnte --pretty Format nicht parsen."25912592#: read-cache.c:14732593#, c-format2594msgid ""2595"index.version set, but the value is invalid.\n"2596"Using version %i"2597msgstr ""2598"index.version gesetzt, aber Wert ungültig.\n"2599"Verwende Version %i"26002601#: read-cache.c:14832602#, c-format2603msgid ""2604"GIT_INDEX_VERSION set, but the value is invalid.\n"2605"Using version %i"2606msgstr ""2607"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"2608"Verwende Version %i"26092610#: read-cache.c:2375 sequencer.c:3248 wrapper.c:658 builtin/merge.c:10492611#, c-format2612msgid "could not close '%s'"2613msgstr "Konnte '%s' nicht schließen"26142615#: read-cache.c:2448 sequencer.c:1900 sequencer.c:26272616#, c-format2617msgid "could not stat '%s'"2618msgstr "Konnte '%s' nicht lesen."26192620#: read-cache.c:24612621#, c-format2622msgid "unable to open git dir: %s"2623msgstr "konnte Git-Verzeichnis nicht öffnen: %s"26242625#: read-cache.c:24732626#, c-format2627msgid "unable to unlink: %s"2628msgstr "Konnte '%s' nicht entfernen."26292630#: refs.c:7062631#, c-format2632msgid "Could not open '%s' for writing"2633msgstr "Konnte '%s' nicht zum Schreiben öffnen."26342635#: refs.c:18502636msgid "ref updates forbidden inside quarantine environment"2637msgstr ""2638"Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung "2639"verboten."26402641#: refs/files-backend.c:11892642#, c-format2643msgid "could not remove reference %s"2644msgstr "Konnte Referenz %s nicht löschen"26452646#: refs/files-backend.c:1203 refs/packed-backend.c:15282647#: refs/packed-backend.c:15382648#, c-format2649msgid "could not delete reference %s: %s"2650msgstr "Konnte Referenz %s nicht entfernen: %s"26512652#: refs/files-backend.c:1206 refs/packed-backend.c:15412653#, c-format2654msgid "could not delete references: %s"2655msgstr "Konnte Referenzen nicht entfernen: %s"26562657#: ref-filter.c:35 wt-status.c:18422658msgid "gone"2659msgstr "entfernt"26602661#: ref-filter.c:362662#, c-format2663msgid "ahead %d"2664msgstr "%d voraus"26652666#: ref-filter.c:372667#, c-format2668msgid "behind %d"2669msgstr "%d hinterher"26702671#: ref-filter.c:382672#, c-format2673msgid "ahead %d, behind %d"2674msgstr "%d voraus, %d hinterher"26752676#: ref-filter.c:1072677#, c-format2678msgid "expected format: %%(color:<color>)"2679msgstr "Erwartetes Format: %%(color:<Farbe>)"26802681#: ref-filter.c:1092682#, c-format2683msgid "unrecognized color: %%(color:%s)"2684msgstr "nicht erkannte Farbe: %%(color:%s)"26852686#: ref-filter.c:1292687#, c-format2688msgid "Integer value expected refname:lstrip=%s"2689msgstr "Positiver Wert erwartet refname:lstrip=%s"26902691#: ref-filter.c:1332692#, c-format2693msgid "Integer value expected refname:rstrip=%s"2694msgstr "Positiver Wert erwartet refname:rstrip=%s"26952696#: ref-filter.c:1352697#, c-format2698msgid "unrecognized %%(%s) argument: %s"2699msgstr "nicht erkanntes %%(%s) Argument: %s"27002701#: ref-filter.c:1842702#, c-format2703msgid "%%(body) does not take arguments"2704msgstr "%%(body) akzeptiert keine Argumente"27052706#: ref-filter.c:1912707#, c-format2708msgid "%%(subject) does not take arguments"2709msgstr "%%(subject) akzeptiert keine Argumente"27102711#: ref-filter.c:2092712#, c-format2713msgid "unknown %%(trailers) argument: %s"2714msgstr "unbekanntes %%(trailers) Argument: %s"27152716#: ref-filter.c:2322717#, c-format2718msgid "positive value expected contents:lines=%s"2719msgstr "Positiver Wert erwartet contents:lines=%s"27202721#: ref-filter.c:2342722#, c-format2723msgid "unrecognized %%(contents) argument: %s"2724msgstr "nicht erkanntes %%(contents) Argument: %s"27252726#: ref-filter.c:2472727#, c-format2728msgid "positive value expected objectname:short=%s"2729msgstr "Positiver Wert erwartet objectname:short=%s"27302731#: ref-filter.c:2512732#, c-format2733msgid "unrecognized %%(objectname) argument: %s"2734msgstr "nicht erkanntes %%(objectname) Argument: %s"27352736#: ref-filter.c:2782737#, c-format2738msgid "expected format: %%(align:<width>,<position>)"2739msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"27402741#: ref-filter.c:2902742#, c-format2743msgid "unrecognized position:%s"2744msgstr "nicht erkannte Position:%s"27452746#: ref-filter.c:2942747#, c-format2748msgid "unrecognized width:%s"2749msgstr "nicht erkannte Breite:%s"27502751#: ref-filter.c:3002752#, c-format2753msgid "unrecognized %%(align) argument: %s"2754msgstr "nicht erkanntes %%(align) Argument: %s"27552756#: ref-filter.c:3042757#, c-format2758msgid "positive width expected with the %%(align) atom"2759msgstr "Positive Breitenangabe für %%(align) erwartet"27602761#: ref-filter.c:3192762#, c-format2763msgid "unrecognized %%(if) argument: %s"2764msgstr "nicht erkanntes %%(if) Argument: %s"27652766#: ref-filter.c:4092767#, c-format2768msgid "malformed field name: %.*s"2769msgstr "Fehlerhafter Feldname: %.*s"27702771#: ref-filter.c:4352772#, c-format2773msgid "unknown field name: %.*s"2774msgstr "Unbekannter Feldname: %.*s"27752776#: ref-filter.c:5472777#, c-format2778msgid "format: %%(if) atom used without a %%(then) atom"2779msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"27802781#: ref-filter.c:6072782#, c-format2783msgid "format: %%(then) atom used without an %%(if) atom"2784msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"27852786#: ref-filter.c:6092787#, c-format2788msgid "format: %%(then) atom used more than once"2789msgstr "format: %%(then) Atom mehr als einmal verwendet"27902791#: ref-filter.c:6112792#, c-format2793msgid "format: %%(then) atom used after %%(else)"2794msgstr "format: %%(then) Atom nach %%(else) verwendet"27952796#: ref-filter.c:6372797#, c-format2798msgid "format: %%(else) atom used without an %%(if) atom"2799msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"28002801#: ref-filter.c:6392802#, c-format2803msgid "format: %%(else) atom used without a %%(then) atom"2804msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"28052806#: ref-filter.c:6412807#, c-format2808msgid "format: %%(else) atom used more than once"2809msgstr "Format: %%(end) Atom mehr als einmal verwendet"28102811#: ref-filter.c:6542812#, c-format2813msgid "format: %%(end) atom used without corresponding atom"2814msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"28152816#: ref-filter.c:7092817#, c-format2818msgid "malformed format string %s"2819msgstr "Fehlerhafter Formatierungsstring %s"28202821#: ref-filter.c:13132822#, c-format2823msgid "(no branch, rebasing %s)"2824msgstr "(kein Branch, Rebase von Branch %s im Gange)"28252826#: ref-filter.c:13162827#, c-format2828msgid "(no branch, bisect started on %s)"2829msgstr "(kein Branch, binäre Suche begonnen bei %s)"28302831#. TRANSLATORS: make sure this matches "HEAD2832#. detached at " in wt-status.c2833#.2834#: ref-filter.c:13242835#, c-format2836msgid "(HEAD detached at %s)"2837msgstr "(HEAD losgelöst bei %s)"28382839#. TRANSLATORS: make sure this matches "HEAD2840#. detached from " in wt-status.c2841#.2842#: ref-filter.c:13312843#, c-format2844msgid "(HEAD detached from %s)"2845msgstr "(HEAD losgelöst von %s)"28462847#: ref-filter.c:13352848msgid "(no branch)"2849msgstr "(kein Branch)"28502851#: ref-filter.c:13642852#, c-format2853msgid "missing object %s for %s"2854msgstr "Objekt %s fehlt für %s"28552856#: ref-filter.c:13672857#, c-format2858msgid "parse_object_buffer failed on %s for %s"2859msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"28602861#: ref-filter.c:18192862#, c-format2863msgid "malformed object at '%s'"2864msgstr "fehlerhaftes Objekt bei '%s'"28652866#: ref-filter.c:18862867#, c-format2868msgid "ignoring ref with broken name %s"2869msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"28702871#: ref-filter.c:18912872#, c-format2873msgid "ignoring broken ref %s"2874msgstr "Ignoriere fehlerhafte Referenz %s"28752876#: ref-filter.c:21522877#, c-format2878msgid "format: %%(end) atom missing"2879msgstr "Format: %%(end) Atom fehlt"28802881#: ref-filter.c:22462882#, c-format2883msgid "malformed object name %s"2884msgstr "Missgebildeter Objektname %s"28852886#: remote.c:7952887#, c-format2888msgid "Cannot fetch both %s and %s to %s"2889msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."28902891#: remote.c:7992892#, c-format2893msgid "%s usually tracks %s, not %s"2894msgstr "%s folgt üblicherweise %s, nicht %s"28952896#: remote.c:8032897#, c-format2898msgid "%s tracks both %s and %s"2899msgstr "%s folgt sowohl %s als auch %s"29002901#: remote.c:8112902msgid "Internal error"2903msgstr "Interner Fehler"29042905#: remote.c:1726 remote.c:18282906msgid "HEAD does not point to a branch"2907msgstr "HEAD zeigt auf keinen Branch"29082909#: remote.c:17352910#, c-format2911msgid "no such branch: '%s'"2912msgstr "Kein solcher Branch: '%s'"29132914#: remote.c:17382915#, c-format2916msgid "no upstream configured for branch '%s'"2917msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."29182919#: remote.c:17442920#, c-format2921msgid "upstream branch '%s' not stored as a remote-tracking branch"2922msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"29232924#: remote.c:17592925#, c-format2926msgid "push destination '%s' on remote '%s' has no local tracking branch"2927msgstr ""2928"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "2929"Branch"29302931#: remote.c:17712932#, c-format2933msgid "branch '%s' has no remote for pushing"2934msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"29352936#: remote.c:17822937#, c-format2938msgid "push refspecs for '%s' do not include '%s'"2939msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"29402941#: remote.c:17952942msgid "push has no destination (push.default is 'nothing')"2943msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"29442945#: remote.c:18172946msgid "cannot resolve 'simple' push to a single destination"2947msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"29482949#: remote.c:21322950#, c-format2951msgid "Your branch is based on '%s', but the upstream is gone.\n"2952msgstr ""2953"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"29542955#: remote.c:21362956msgid " (use \"git branch --unset-upstream\" to fixup)\n"2957msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"29582959#: remote.c:21392960#, c-format2961msgid "Your branch is up to date with '%s'.\n"2962msgstr "Ihr Branch ist auf demselben Stand wie '%s'.\n"29632964#: remote.c:21432965#, c-format2966msgid "Your branch and '%s' refer to different commits.\n"2967msgstr "Ihr Branch und '%s' zeigen auf unterschiedliche Commits.\n"29682969#: remote.c:21462970#, c-format2971msgid " (use \"%s\" for details)\n"2972msgstr " (benutzen Sie \"%s\" für Details)\n"29732974#: remote.c:21502975#, c-format2976msgid "Your branch is ahead of '%s' by %d commit.\n"2977msgid_plural "Your branch is ahead of '%s' by %d commits.\n"2978msgstr[0] "Ihr Branch ist %2$d Commit vor '%1$s'.\n"2979msgstr[1] "Ihr Branch ist %2$d Commits vor '%1$s'.\n"29802981#: remote.c:21562982msgid " (use \"git push\" to publish your local commits)\n"2983msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"29842985#: remote.c:21592986#, c-format2987msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"2988msgid_plural ""2989"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"2990msgstr[0] ""2991"Ihr Branch ist %2$d Commit hinter '%1$s', und kann vorgespult werden.\n"2992msgstr[1] ""2993"Ihr Branch ist %2$d Commits hinter '%1$s', und kann vorgespult werden.\n"29942995#: remote.c:21672996msgid " (use \"git pull\" to update your local branch)\n"2997msgstr ""2998" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"29993000#: remote.c:21703001#, c-format3002msgid ""3003"Your branch and '%s' have diverged,\n"3004"and have %d and %d different commit each, respectively.\n"3005msgid_plural ""3006"Your branch and '%s' have diverged,\n"3007"and have %d and %d different commits each, respectively.\n"3008msgstr[0] ""3009"Ihr Branch und '%s' sind divergiert,\n"3010"und haben jeweils %d und %d unterschiedliche Commits.\n"3011msgstr[1] ""3012"Ihr Branch und '%s' sind divergiert,\n"3013"und haben jeweils %d und %d unterschiedliche Commits.\n"30143015#: remote.c:21803016msgid " (use \"git pull\" to merge the remote branch into yours)\n"3017msgstr ""3018" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "3019"zusammenzuführen)\n"30203021#: revision.c:22773022msgid "your current branch appears to be broken"3023msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."30243025#: revision.c:22803026#, c-format3027msgid "your current branch '%s' does not have any commits yet"3028msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."30293030#: revision.c:24773031msgid "--first-parent is incompatible with --bisect"3032msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."30333034#: run-command.c:7313035msgid "open /dev/null failed"3036msgstr "Öffnen von /dev/null fehlgeschlagen"30373038#: run-command.c:12743039#, c-format3040msgid ""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`."3043msgstr ""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` "3046"deaktivieren."30473048#: send-pack.c:1413049msgid "unexpected flush packet while reading remote unpack status"3050msgstr "Unerwartetes Flush-Paket beim Lesen des Remote-Unpack-Status."30513052#: send-pack.c:1433053#, c-format3054msgid "unable to parse remote unpack status: %s"3055msgstr "Konnte Status des Entpackens der Gegenseite nicht parsen: %s"30563057#: send-pack.c:1453058#, c-format3059msgid "remote unpack failed: %s"3060msgstr "Entpacken auf der Gegenseite fehlgeschlagen: %s"30613062#: send-pack.c:3083063msgid "failed to sign the push certificate"3064msgstr "Fehler beim Signieren des \"push\"-Zertifikates"30653066#: send-pack.c:4213067msgid "the receiving end does not support --signed push"3068msgstr ""3069"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"30703071#: send-pack.c:4233072msgid ""3073"not sending a push certificate since the receiving end does not support --"3074"signed push"3075msgstr ""3076"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"3077"Versand (\"--signed push\") unterstützt"30783079#: send-pack.c:4353080msgid "the receiving end does not support --atomic push"3081msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"30823083#: send-pack.c:4403084msgid "the receiving end does not support push options"3085msgstr "die Gegenseite unterstützt keine Push-Optionen"30863087#: sequencer.c:1583088#, c-format3089msgid "invalid commit message cleanup mode '%s'"3090msgstr "Ungültiger \"cleanup\"-Modus '%s' für Commit-Beschreibungen."30913092#: sequencer.c:2673093msgid "revert"3094msgstr "Revert"30953096#: sequencer.c:2693097msgid "cherry-pick"3098msgstr "Cherry-Pick"30993100#: sequencer.c:2713101msgid "rebase -i"3102msgstr "interaktives Rebase"31033104#: sequencer.c:2733105#, c-format3106msgid "Unknown action: %d"3107msgstr "Unbekannte Aktion: %d"31083109#: sequencer.c:3303110msgid ""3111"after resolving the conflicts, mark the corrected paths\n"3112"with 'git add <paths>' or 'git rm <paths>'"3113msgstr ""3114"nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"3115"mit 'git add <Pfade>' oder 'git rm <Pfade>'"31163117#: sequencer.c:3333118msgid ""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'"3122msgstr ""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"3125"'git commit' ein"31263127#: sequencer.c:346 sequencer.c:22453128#, c-format3129msgid "could not lock '%s'"3130msgstr "Konnte '%s' nicht sperren"31313132#: sequencer.c:349 sequencer.c:2124 sequencer.c:2250 sequencer.c:22643133#: sequencer.c:3246 sequencer.c:3310 wrapper.c:6563134#, c-format3135msgid "could not write to '%s'"3136msgstr "Konnte nicht nach '%s' schreiben."31373138#: sequencer.c:3533139#, c-format3140msgid "could not write eol to '%s'"3141msgstr "Konnte EOL nicht nach '%s' schreiben."31423143#: sequencer.c:356 sequencer.c:2128 sequencer.c:22523144#, c-format3145msgid "failed to finalize '%s'"3146msgstr "Fehler beim Fertigstellen von '%s'."31473148#: sequencer.c:379 sequencer.c:1340 sequencer.c:2148 builtin/am.c:2593149#: builtin/commit.c:722 builtin/merge.c:10473150#, c-format3151msgid "could not read '%s'"3152msgstr "Konnte '%s' nicht lesen"31533154#: sequencer.c:4053155#, c-format3156msgid "your local changes would be overwritten by %s."3157msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."31583159#: sequencer.c:4093160msgid "commit your changes or stash them to proceed."3161msgstr ""3162"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."31633164#: sequencer.c:4383165#, c-format3166msgid "%s: fast-forward"3167msgstr "%s: Vorspulen"31683169#. TRANSLATORS: %s will be "revert", "cherry-pick" or3170#. "rebase -i".3171#.3172#: sequencer.c:5263173#, c-format3174msgid "%s: Unable to write new index file"3175msgstr "%s: Konnte neue Index-Datei nicht schreiben"31763177#: sequencer.c:5423178msgid "could not resolve HEAD commit"3179msgstr "Konnte HEAD-Commit nicht auflösen."31803181#: sequencer.c:5623182msgid "unable to update cache tree"3183msgstr "Konnte Cache-Verzeichnis nicht aktualisieren."31843185#: sequencer.c:6583186#, c-format3187msgid ""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"3190"\n"3191" git commit --amend %s\n"3192"\n"3193"If they are meant to go into a new commit, run:\n"3194"\n"3195" git commit %s\n"3196"\n"3197"In both cases, once you're done, continue with:\n"3198"\n"3199" git rebase --continue\n"3200msgstr ""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"3204"führen Sie aus:\n"3205"\n"3206" git commit --amend %s\n"3207"\n"3208"Wenn daraus ein neuer Commit erzeugt werden soll, führen Sie aus:\n"3209"\n"3210" git commit %s\n"3211"\n"3212"Im Anschluss führen Sie zum Fortfahren aus:\n"3213"\n"3214" git rebase --continue\n"32153216#: sequencer.c:9153217msgid "'prepare-commit-msg' hook failed"3218msgstr "'prepare-commit-msg' Hook fehlgeschlagen."32193220#: sequencer.c:9223221msgid ""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"3227"\n"3228" git config --global --edit\n"3229"\n"3230"After doing this, you may fix the identity used for this commit with:\n"3231"\n"3232" git commit --amend --reset-author\n"3233msgstr ""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 "3239"bearbeiten:\n"3240"\n"3241" git config --global --edit\n"3242"\n"3243"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit\n"3244"ändern mit:\n"3245"\n"3246" git commit --amend --reset-author\n"32473248#: sequencer.c:9353249msgid ""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"3253"\n"3254" git config --global user.name \"Your Name\"\n"3255" git config --global user.email you@example.com\n"3256"\n"3257"After doing this, you may fix the identity used for this commit with:\n"3258"\n"3259" git commit --amend --reset-author\n"3260msgstr ""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"3265"\n"3266" git config --global user.name \"Ihr Name\"\n"3267" git config --global user.email ihre@emailadresse.de\n"3268"\n"3269"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit "3270"ändern:\n"3271"\n"3272" git commit --amend --reset-author\n"32733274#: sequencer.c:9753275msgid "couldn't look up newly created commit"3276msgstr "Konnte neu erstellten Commit nicht nachschlagen."32773278#: sequencer.c:9773279msgid "could not parse newly created commit"3280msgstr "Konnte neu erstellten Commit nicht analysieren."32813282#: sequencer.c:10233283msgid "unable to resolve HEAD after creating commit"3284msgstr "Konnte HEAD nicht auflösen, nachdem der Commit erstellt wurde."32853286#: sequencer.c:10253287msgid "detached HEAD"3288msgstr "losgelöster HEAD"32893290#: sequencer.c:10293291msgid " (root-commit)"3292msgstr " (Basis-Commit)"32933294#: sequencer.c:10503295msgid "could not parse HEAD"3296msgstr "Konnte HEAD nicht parsen."32973298#: sequencer.c:10523299#, c-format3300msgid "HEAD %s is not a commit!"3301msgstr "HEAD %s ist kein Commit!"33023303#: sequencer.c:1056 builtin/commit.c:14913304msgid "could not parse HEAD commit"3305msgstr "Konnte Commit von HEAD nicht analysieren."33063307#: sequencer.c:1107 sequencer.c:16733308msgid "unable to parse commit author"3309msgstr "Konnte Commit-Autor nicht parsen."33103311#: sequencer.c:1117 builtin/am.c:1630 builtin/merge.c:6433312msgid "git write-tree failed to write a tree"3313msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"33143315#: sequencer.c:1134 sequencer.c:11863316#, c-format3317msgid "unable to read commit message from '%s'"3318msgstr "Konnte Commit-Beschreibung von '%s' nicht lesen."33193320#: sequencer.c:1154 builtin/am.c:1650 builtin/commit.c:1594 builtin/merge.c:8263321#: builtin/merge.c:8513322msgid "failed to write commit object"3323msgstr "Fehler beim Schreiben des Commit-Objektes."33243325#: sequencer.c:12133326#, c-format3327msgid "could not parse commit %s"3328msgstr "Konnte Commit %s nicht parsen."33293330#: sequencer.c:12183331#, c-format3332msgid "could not parse parent commit %s"3333msgstr "Konnte Eltern-Commit %s nicht parsen."33343335#: sequencer.c:13473336#, c-format3337msgid ""3338"unexpected 1st line of squash message:\n"3339"\n"3340"\t%.*s"3341msgstr ""3342"unerwartete erste Zeile der Squash-Beschreibung:\n"3343"\n"3344"\t%.*s"33453346#: sequencer.c:13533347#, c-format3348msgid ""3349"invalid 1st line of squash message:\n"3350"\n"3351"\t%.*s"3352msgstr ""3353"ungültige erste Zeile der Squash-Beschreibung:\n"3354"\n"3355"\t%.*s"33563357#: sequencer.c:1359 sequencer.c:13843358#, c-format3359msgid "This is a combination of %d commits."3360msgstr "Das ist eine Kombination aus %d Commits."33613362#: sequencer.c:1368 sequencer.c:32653363msgid "need a HEAD to fixup"3364msgstr "benötige HEAD für fixup"33653366#: sequencer.c:13703367msgid "could not read HEAD"3368msgstr "Konnte HEAD nicht lesen"33693370#: sequencer.c:13723371msgid "could not read HEAD's commit message"3372msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"33733374#: sequencer.c:13783375#, c-format3376msgid "cannot write '%s'"3377msgstr "kann '%s' nicht schreiben"33783379#: sequencer.c:1387 git-rebase--interactive.sh:4523380msgid "This is the 1st commit message:"3381msgstr "Das ist die erste Commit-Beschreibung:"33823383#: sequencer.c:13953384#, c-format3385msgid "could not read commit message of %s"3386msgstr "Konnte Commit-Beschreibung von %s nicht lesen."33873388#: sequencer.c:14023389#, c-format3390msgid "This is the commit message #%d:"3391msgstr "Das ist Commit-Beschreibung #%d:"33923393#: sequencer.c:14073394#, c-format3395msgid "The commit message #%d will be skipped:"3396msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"33973398#: sequencer.c:14123399#, c-format3400msgid "unknown command: %d"3401msgstr "Unbekannter Befehl: %d"34023403#: sequencer.c:14793404msgid "your index file is unmerged."3405msgstr "Ihre Index-Datei ist nicht zusammengeführt."34063407#: sequencer.c:14983408#, c-format3409msgid "commit %s is a merge but no -m option was given."3410msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."34113412#: sequencer.c:15063413#, c-format3414msgid "commit %s does not have parent %d"3415msgstr "Commit %s hat keinen Eltern-Commit %d"34163417#: sequencer.c:15103418#, c-format3419msgid "mainline was specified but commit %s is not a merge."3420msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."34213422#: sequencer.c:15163423#, c-format3424msgid "cannot get commit message for %s"3425msgstr "Kann keine Commit-Beschreibung für %s bekommen."34263427#. TRANSLATORS: The first %s will be a "todo" command like3428#. "revert" or "pick", the second %s a SHA1.3429#: sequencer.c:15353430#, c-format3431msgid "%s: cannot parse parent commit %s"3432msgstr "%s: kann Eltern-Commit %s nicht parsen"34333434#: sequencer.c:1600 sequencer.c:23973435#, c-format3436msgid "could not rename '%s' to '%s'"3437msgstr "Konnte '%s' nicht zu '%s' umbenennen."34383439#: sequencer.c:16543440#, c-format3441msgid "could not revert %s... %s"3442msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"34433444#: sequencer.c:16553445#, c-format3446msgid "could not apply %s... %s"3447msgstr "Konnte %s... (%s) nicht anwenden"34483449#: sequencer.c:17023450msgid "empty commit set passed"3451msgstr "leere Menge von Commits übergeben"34523453#: sequencer.c:17123454#, c-format3455msgid "git %s: failed to read the index"3456msgstr "git %s: Fehler beim Lesen des Index"34573458#: sequencer.c:17183459#, c-format3460msgid "git %s: failed to refresh the index"3461msgstr "git %s: Fehler beim Aktualisieren des Index"34623463#: sequencer.c:17923464#, c-format3465msgid "%s does not accept arguments: '%s'"3466msgstr "%s akzeptiert keine Argumente: '%s'"34673468#: sequencer.c:18013469#, c-format3470msgid "missing arguments for %s"3471msgstr "Fehlende Argumente für %s."34723473#: sequencer.c:18443474#, c-format3475msgid "invalid line %d: %.*s"3476msgstr "Ungültige Zeile %d: %.*s"34773478#: sequencer.c:18523479#, c-format3480msgid "cannot '%s' without a previous commit"3481msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"34823483#: sequencer.c:1883 sequencer.c:3056 sequencer.c:30913484#, c-format3485msgid "could not read '%s'."3486msgstr "Konnte '%s' nicht lesen."34873488#: sequencer.c:19063489msgid "please fix this using 'git rebase --edit-todo'."3490msgstr ""3491"Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."34923493#: sequencer.c:19083494#, c-format3495msgid "unusable instruction sheet: '%s'"3496msgstr "Unbenutzbares Instruktionsblatt: '%s'"34973498#: sequencer.c:19133499msgid "no commits parsed."3500msgstr "Keine Commits geparst."35013502#: sequencer.c:19243503msgid "cannot cherry-pick during a revert."3504msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."35053506#: sequencer.c:19263507msgid "cannot revert during a cherry-pick."3508msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."35093510#: sequencer.c:19933511#, c-format3512msgid "invalid key: %s"3513msgstr "Ungültiger Schlüssel: %s"35143515#: sequencer.c:19963516#, c-format3517msgid "invalid value for %s: %s"3518msgstr "Ungültiger Wert für %s: %s"35193520#: sequencer.c:20623521#, c-format3522msgid "malformed options sheet: '%s'"3523msgstr "Fehlerhaftes Optionsblatt: '%s'"35243525#: sequencer.c:21003526msgid "a cherry-pick or revert is already in progress"3527msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"35283529#: sequencer.c:21013530msgid "try \"git cherry-pick (--continue | --quit | --abort)\""3531msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""35323533#: sequencer.c:21043534#, c-format3535msgid "could not create sequencer directory '%s'"3536msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."35373538#: sequencer.c:21183539msgid "could not lock HEAD"3540msgstr "Konnte HEAD nicht sperren"35413542#: sequencer.c:2173 sequencer.c:27613543msgid "no cherry-pick or revert in progress"3544msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"35453546#: sequencer.c:21753547msgid "cannot resolve HEAD"3548msgstr "kann HEAD nicht auflösen"35493550#: sequencer.c:2177 sequencer.c:22123551msgid "cannot abort from a branch yet to be born"3552msgstr "kann nicht abbrechen: bin auf einem Branch, der noch nicht geboren ist"35533554#: sequencer.c:2198 builtin/grep.c:7203555#, c-format3556msgid "cannot open '%s'"3557msgstr "kann '%s' nicht öffnen"35583559#: sequencer.c:22003560#, c-format3561msgid "cannot read '%s': %s"3562msgstr "Kann '%s' nicht lesen: %s"35633564#: sequencer.c:22013565msgid "unexpected end of file"3566msgstr "Unerwartetes Dateiende"35673568#: sequencer.c:22073569#, c-format3570msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"3571msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"35723573#: sequencer.c:22183574msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"3575msgstr ""3576"Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."35773578#: sequencer.c:2324 sequencer.c:26793579#, c-format3580msgid "could not update %s"3581msgstr "Konnte %s nicht aktualisieren."35823583#: sequencer.c:2362 sequencer.c:26593584msgid "cannot read HEAD"3585msgstr "Kann HEAD nicht lesen"35863587#: sequencer.c:2402 builtin/difftool.c:6393588#, c-format3589msgid "could not copy '%s' to '%s'"3590msgstr "Konnte '%s' nicht nach '%s' kopieren."35913592#: sequencer.c:24213593msgid "could not read index"3594msgstr "Konnte den Index nicht lesen."35953596#: sequencer.c:24263597#, c-format3598msgid ""3599"execution failed: %s\n"3600"%sYou can fix the problem, and then run\n"3601"\n"3602" git rebase --continue\n"3603"\n"3604msgstr ""3605"Ausführung fehlgeschlagen: %s\n"3606"%sSie können das Problem beheben, und dann\n"3607"\n"3608"\tgit rebase --continue\n"3609"\n"3610"ausführen.\n"36113612#: sequencer.c:24323613msgid "and made changes to the index and/or the working tree\n"3614msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"36153616#: sequencer.c:24383617#, c-format3618msgid ""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"3622"\n"3623" git rebase --continue\n"3624"\n"3625msgstr ""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"3630"\n"3631" git rebase --continue\n"3632"\n"36333634#: sequencer.c:24973635#, c-format3636msgid "Applied autostash.\n"3637msgstr "Automatischen Stash angewendet.\n"36383639#: sequencer.c:25093640#, c-format3641msgid "cannot store %s"3642msgstr "kann %s nicht speichern"36433644#: sequencer.c:2512 git-rebase.sh:1783645#, c-format3646msgid ""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"3650msgstr ""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"36543655#: sequencer.c:25953656#, c-format3657msgid "Stopped at %s... %.*s\n"3658msgstr "Angehalten bei %s... %.*s\n"36593660#: sequencer.c:26373661#, c-format3662msgid "unknown command %d"3663msgstr "Unbekannter Befehl %d"36643665#: sequencer.c:26673666msgid "could not read orig-head"3667msgstr "Konnte orig-head nicht lesen."36683669#: sequencer.c:2672 sequencer.c:32623670msgid "could not read 'onto'"3671msgstr "Konnte 'onto' nicht lesen."36723673#: sequencer.c:26863674#, c-format3675msgid "could not update HEAD to %s"3676msgstr "Konnte HEAD nicht auf %s aktualisieren."36773678#: sequencer.c:27703679msgid "cannot rebase: You have unstaged changes."3680msgstr ""3681"Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit\n"3682"vorgemerkt sind."36833684#: sequencer.c:27753685msgid "could not remove CHERRY_PICK_HEAD"3686msgstr "Konnte CHERRY_PICK_HEAD nicht löschen."36873688#: sequencer.c:27843689msgid "cannot amend non-existing commit"3690msgstr "Kann nicht existierenden Commit nicht nachbessern."36913692#: sequencer.c:27863693#, c-format3694msgid "invalid file: '%s'"3695msgstr "Ungültige Datei: '%s'"36963697#: sequencer.c:27883698#, c-format3699msgid "invalid contents: '%s'"3700msgstr "Ungültige Inhalte: '%s'"37013702#: sequencer.c:27913703msgid ""3704"\n"3705"You have uncommitted changes in your working tree. Please, commit them\n"3706"first and then run 'git rebase --continue' again."3707msgstr ""3708"\n"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"3711"erneut aus."37123713#: sequencer.c:28013714msgid "could not commit staged changes."3715msgstr "Konnte Änderungen aus der Staging-Area nicht committen."37163717#: sequencer.c:28813718#, c-format3719msgid "%s: can't cherry-pick a %s"3720msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"37213722#: sequencer.c:28853723#, c-format3724msgid "%s: bad revision"3725msgstr "%s: ungültiger Commit"37263727#: sequencer.c:29183728msgid "can't revert as initial commit"3729msgstr "Kann nicht als allerersten Commit einen Revert ausführen."37303731#: sequencer.c:30233732msgid "make_script: unhandled options"3733msgstr "make_script: unbehandelte Optionen"37343735#: sequencer.c:30263736msgid "make_script: error preparing revisions"3737msgstr "make_script: Fehler beim Vorbereiten der Commits"37383739#: sequencer.c:3060 sequencer.c:30953740#, c-format3741msgid "unusable todo list: '%s'"3742msgstr "Unbenutzbare TODO-Liste: '%s'"37433744#: sequencer.c:31463745#, c-format3746msgid ""3747"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."3748msgstr ""3749"Nicht erkannte Einstellung %s für Option rebase.missingCommitsCheck. "3750"Ignoriere."37513752#: sequencer.c:32123753#, c-format3754msgid ""3755"Warning: some commits may have been dropped accidentally.\n"3756"Dropped commits (newer to older):\n"3757msgstr ""3758"Warnung: Einige Commits könnten aus Versehen entfernt worden sein.\n"3759"Entfernte Commits (neu zu alt):\n"37603761#: sequencer.c:32193762#, c-format3763msgid ""3764"To avoid this message, use \"drop\" to explicitly remove a commit.\n"3765"\n"3766"Use 'git config rebase.missingCommitsCheck' to change the level of "3767"warnings.\n"3768"The possible behaviours are: ignore, warn, error.\n"3769"\n"3770msgstr ""3771"Um diese Meldung zu vermeiden, benutzen Sie \"drop\", um exlizit Commits zu\n"3772"entfernen.\n"3773"\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"37773778#: sequencer.c:32313779#, c-format3780msgid ""3781"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"3782"continue'.\n"3783"Or you can abort the rebase with 'git rebase --abort'.\n"3784msgstr ""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"37883789#: sequencer.c:3244 sequencer.c:3304 wrapper.c:225 wrapper.c:3953790#: builtin/am.c:7793791#, c-format3792msgid "could not open '%s' for writing"3793msgstr "Konnte '%s' nicht zum Schreiben öffnen."37943795#: sequencer.c:32853796#, c-format3797msgid "could not parse commit '%s'"3798msgstr "Konnte Commit '%s' nicht parsen."37993800#: sequencer.c:34013801msgid "the script was already rearranged."3802msgstr "Das Script wurde bereits umgeordnet."38033804#: setup.c:1223805#, c-format3806msgid "'%s' is outside repository"3807msgstr "'%s' liegt außerhalb des Repositories."38083809#: setup.c:1713810#, c-format3811msgid ""3812"%s: no such path in the working tree.\n"3813"Use 'git <command> -- <path>...' to specify paths that do not exist locally."3814msgstr ""3815"%s: kein solcher Pfad im Arbeitsverzeichnis.\n"3816"Benutzen Sie 'git <Befehl> -- <Pfad>...' zur Angabe von Pfaden, die lokal\n"3817"nicht existieren."38183819#: setup.c:1843820#, c-format3821msgid ""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>...]'"3825msgstr ""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>...]'"38303831#: setup.c:2333832#, c-format3833msgid "option '%s' must come before non-option arguments"3834msgstr "Die Option '%s' muss vor den Argumenten kommen, die keine Optionen sind."38353836#: setup.c:2523837#, c-format3838msgid ""3839"ambiguous argument '%s': both revision and filename\n"3840"Use '--' to separate paths from revisions, like this:\n"3841"'git <command> [<revision>...] -- [<file>...]'"3842msgstr ""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>...]'"38463847#: setup.c:3883848msgid "unable to set up work tree using invalid config"3849msgstr "Konnte Arbeitsverzeichnis mit ungültiger Konfiguration nicht einrichten."38503851#: setup.c:3953852msgid "this operation must be run in a work tree"3853msgstr "Diese Operation muss in einem Arbeitsverzeichnis ausgeführt werden."38543855#: setup.c:5063856#, c-format3857msgid "Expected git repo version <= %d, found %d"3858msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"38593860#: setup.c:5143861msgid "unknown repository extensions found:"3862msgstr "Unbekannte Repository-Erweiterungen gefunden:"38633864#: setup.c:5333865#, c-format3866msgid "error opening '%s'"3867msgstr "Fehler beim Öffnen von '%s'."38683869#: setup.c:5353870#, c-format3871msgid "too large to be a .git file: '%s'"3872msgstr "Zu groß, um eine .git-Datei zu sein: '%s'"38733874#: setup.c:5373875#, c-format3876msgid "error reading %s"3877msgstr "Fehler beim Lesen von '%s'."38783879#: setup.c:5393880#, c-format3881msgid "invalid gitfile format: %s"3882msgstr "Ungültiges gitfile-Format: %s"38833884#: setup.c:5413885#, c-format3886msgid "no path in gitfile: %s"3887msgstr "Kein Pfad in gitfile: %s"38883889#: setup.c:5433890#, c-format3891msgid "not a git repository: %s"3892msgstr "Kein Git-Repository: %s"38933894#: setup.c:6423895#, c-format3896msgid "'$%s' too big"3897msgstr "'$%s' zu groß"38983899#: setup.c:6563900#, c-format3901msgid "not a git repository: '%s'"3902msgstr "Kein Git-Repository: '%s'"39033904#: setup.c:685 setup.c:687 setup.c:7183905#, c-format3906msgid "cannot chdir to '%s'"3907msgstr "Kann nicht in Verzeichnis '%s' wechseln."39083909#: setup.c:690 setup.c:746 setup.c:756 setup.c:795 setup.c:803 setup.c:8183910msgid "cannot come back to cwd"3911msgstr "Kann nicht zum aktuellen Arbeitsverzeichnis zurückwechseln."39123913#: setup.c:8163914#, c-format3915msgid "not a git repository (or any of the parent directories): %s"3916msgstr "Kein Git-Repository (oder irgendeines der Elternverzeichnisse): %s"39173918#: setup.c:8273919#, c-format3920msgid "failed to stat '%*s%s%s'"3921msgstr "Konnte '%*s%s%s' nicht lesen."39223923#: setup.c:10573924msgid "Unable to read current working directory"3925msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."39263927#: setup.c:1069 setup.c:10753928#, c-format3929msgid "cannot change to '%s'"3930msgstr "Kann nicht nach '%s' wechseln."39313932#: setup.c:10883933#, c-format3934msgid ""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)."3937msgstr ""3938"Kein Git-Repository (oder irgendein Elternverzeichnis bis zum Einhängepunkt "3939"%s)\n"3940"Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."39413942#: setup.c:11723943#, c-format3944msgid ""3945"problem with core.sharedRepository filemode value (0%.3o).\n"3946"The owner of files must always have read and write permissions."3947msgstr ""3948"Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"3949"Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."39503951#: setup.c:12153952msgid "open /dev/null or dup failed"3953msgstr "Öffnen von /dev/null oder dup fehlgeschlagen."39543955#: setup.c:12303956msgid "fork failed"3957msgstr "fork fehlgeschlagen"39583959#: setup.c:12353960msgid "setsid failed"3961msgstr "setsid fehlgeschlagen"39623963#: sha1_file.c:5923964#, c-format3965msgid "path '%s' does not exist"3966msgstr "Pfad '%s' existiert nicht"39673968#: sha1_file.c:6183969#, c-format3970msgid "reference repository '%s' as a linked checkout is not supported yet."3971msgstr ""3972"Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"3973"Arbeitsverzeichnis unterstützt."39743975#: sha1_file.c:6243976#, c-format3977msgid "reference repository '%s' is not a local repository."3978msgstr "Referenziertes Repository '%s' ist kein lokales Repository."39793980#: sha1_file.c:6303981#, c-format3982msgid "reference repository '%s' is shallow"3983msgstr ""3984"Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."39853986#: sha1_file.c:6383987#, c-format3988msgid "reference repository '%s' is grafted"3989msgstr ""3990"Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "3991"eingehängt."39923993#: sha1_name.c:4223994#, c-format3995msgid "short SHA1 %s is ambiguous"3996msgstr "Kurzer SHA-1 %s ist mehrdeutig."39973998#: sha1_name.c:4333999msgid "The candidates are:"4000msgstr "Die Kandidaten sind:"40014002#: sha1_name.c:6934003msgid ""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"4007"\n"4008" git checkout -b $br $(git rev-parse ...)\n"4009"\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\""4013msgstr ""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"4018"\n"4019" git checkout -b $br $(git rev-parse ...)\n"4020"\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"4025"ausführen."40264027#: submodule.c:96 submodule.c:1304028msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"4029msgstr ""4030"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"4031"Sie zuerst die Konflikte auf"40324033#: submodule.c:100 submodule.c:1344034#, c-format4035msgid "Could not find section in .gitmodules where path=%s"4036msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"40374038#: submodule.c:1084039#, c-format4040msgid "Could not update .gitmodules entry %s"4041msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"40424043#: submodule.c:1414044#, c-format4045msgid "Could not remove .gitmodules entry for %s"4046msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"40474048#: submodule.c:1524049msgid "staging updated .gitmodules failed"4050msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"40514052#: submodule.c:3124053#, c-format4054msgid "in unpopulated submodule '%s'"4055msgstr "In nicht ausgechecktem Submodul '%s'."40564057#: submodule.c:3434058#, c-format4059msgid "Pathspec '%s' is in submodule '%.*s'"4060msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"40614062#: submodule.c:8334063#, c-format4064msgid "submodule entry '%s' (%s) is a %s, not a commit"4065msgstr "Submodul-Eintrag '%s' (%s) ist ein %s, kein Commit."40664067#: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:17244068msgid "Failed to resolve HEAD as a valid ref."4069msgstr "Konnte HEAD nicht als gültige Referenz auflösen."40704071#: submodule.c:13704072#, c-format4073msgid "'%s' not recognized as a git repository"4074msgstr "'%s' nicht als Git-Repository erkannt"40754076#: submodule.c:15084077#, c-format4078msgid "could not start 'git status' in submodule '%s'"4079msgstr "Konnte 'git status' in Submodul '%s' nicht starten."40804081#: submodule.c:15214082#, c-format4083msgid "could not run 'git status' in submodule '%s'"4084msgstr "Konnte 'git status' in Submodul '%s' nicht ausführen."40854086#: submodule.c:16144087#, c-format4088msgid "submodule '%s' has dirty index"4089msgstr "Submodul '%s' hat einen geänderten Index."40904091#: submodule.c:18784092#, c-format4093msgid ""4094"relocate_gitdir for submodule '%s' with more than one worktree not supported"4095msgstr ""4096"relocate_gitdir für Submodul '%s' mit mehr als einem Arbeitsverzeichnis\n"4097"wird nicht unterstützt"40984099#: submodule.c:1890 submodule.c:19464100#, c-format4101msgid "could not lookup name for submodule '%s'"4102msgstr "konnte Name für Submodul '%s' nicht nachschlagen"41034104#: submodule.c:1894 builtin/submodule--helper.c:12464105#: builtin/submodule--helper.c:12564106#, c-format4107msgid "could not create directory '%s'"4108msgstr "Konnte Verzeichnis '%s' nicht erstellen."41094110#: submodule.c:18974111#, c-format4112msgid ""4113"Migrating git directory of '%s%s' from\n"4114"'%s' to\n"4115"'%s'\n"4116msgstr ""4117"Migriere Git-Verzeichnis von '%s%s' von\n"4118"'%s' nach\n"4119"'%s'\n"41204121#: submodule.c:19814122#, c-format4123msgid "could not recurse into submodule '%s'"4124msgstr "Fehler bei Rekursion in Submodul-Pfad '%s'"41254126#: submodule.c:20254127msgid "could not start ls-files in .."4128msgstr "Konnte 'ls-files' nicht in .. starten"41294130#: submodule.c:20454131msgid "BUG: returned path string doesn't match cwd?"4132msgstr "FEHLER: zurückgegebene Zeichenkette für Pfad entspricht nicht cwd?"41334134#: submodule.c:20644135#, c-format4136msgid "ls-tree returned unexpected return code %d"4137msgstr "ls-tree mit unerwartetem Rückgabewert %d beendet"41384139#: submodule-config.c:2634140msgid "negative values not allowed for submodule.fetchjobs"4141msgstr "Negative Werte für submodule.fetchjobs nicht erlaubt."41424143#: submodule-config.c:4364144#, c-format4145msgid "invalid value for %s"4146msgstr "Ungültiger Wert für %s"41474148#: trailer.c:2384149#, c-format4150msgid "running trailer command '%s' failed"4151msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"41524153#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5534154#: trailer.c:5574155#, c-format4156msgid "unknown value '%s' for key '%s'"4157msgstr "unbekannter Wert '%s' für Schlüssel %s"41584159#: trailer.c:539 trailer.c:544 builtin/remote.c:2904160#, c-format4161msgid "more than one %s"4162msgstr "mehr als ein %s"41634164#: trailer.c:7304165#, c-format4166msgid "empty trailer token in trailer '%.*s'"4167msgstr "leerer Anhang-Token in Anhang '%.*s'"41684169#: trailer.c:7504170#, c-format4171msgid "could not read input file '%s'"4172msgstr "Konnte Eingabe-Datei '%s' nicht lesen"41734174#: trailer.c:7534175msgid "could not read from stdin"4176msgstr "konnte nicht von der Standard-Eingabe lesen"41774178#: trailer.c:1008 builtin/am.c:464179#, c-format4180msgid "could not stat %s"4181msgstr "Konnte '%s' nicht lesen"41824183#: trailer.c:10104184#, c-format4185msgid "file %s is not a regular file"4186msgstr "Datei '%s' ist keine reguläre Datei"41874188#: trailer.c:10124189#, c-format4190msgid "file %s is not writable by user"4191msgstr "Datei %s ist vom Benutzer nicht beschreibbar."41924193#: trailer.c:10244194msgid "could not open temporary file"4195msgstr "konnte temporäre Datei '%s' nicht öffnen"41964197#: trailer.c:10644198#, c-format4199msgid "could not rename temporary file to %s"4200msgstr "konnte temporäre Datei nicht zu %s umbenennen"42014202#: transport.c:634203#, c-format4204msgid "Would set upstream of '%s' to '%s' of '%s'\n"4205msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"42064207#: transport.c:1524208#, c-format4209msgid "transport: invalid depth option '%s'"4210msgstr "transport: ungültige --depth Option '%s'"42114212#: transport.c:9164213#, c-format4214msgid ""4215"The following submodule paths contain changes that can\n"4216"not be found on any remote:\n"4217msgstr ""4218"Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"4219"Remote-Repository gefunden wurden:\n"42204221#: transport.c:9204222#, c-format4223msgid ""4224"\n"4225"Please try\n"4226"\n"4227"\tgit push --recurse-submodules=on-demand\n"4228"\n"4229"or cd to the path and use\n"4230"\n"4231"\tgit push\n"4232"\n"4233"to push them to a remote.\n"4234"\n"4235msgstr ""4236"\n"4237"Bitte versuchen Sie\n"4238"\n"4239"\tgit push --recurse-submodules=on-demand\n"4240"\n"4241"oder wechseln Sie in das Verzeichnis und benutzen Sie\n"4242"\n"4243"\tgit push\n"4244"\n"4245"zum Versenden zu einem Remote-Repository.\n"4246"\n"42474248#: transport.c:9284249msgid "Aborting."4250msgstr "Abbruch."42514252#: transport-helper.c:10794253#, c-format4254msgid "Could not read ref %s"4255msgstr "Konnte Referenz %s nicht lesen."42564257#: tree-walk.c:314258msgid "too-short tree object"4259msgstr "zu kurzes Tree-Objekt"42604261#: tree-walk.c:374262msgid "malformed mode in tree entry"4263msgstr "fehlerhafter Modus in Tree-Eintrag"42644265#: tree-walk.c:414266msgid "empty filename in tree entry"4267msgstr "leerer Dateiname in Tree-Eintrag"42684269#: tree-walk.c:1144270msgid "too-short tree file"4271msgstr "zu kurze Tree-Datei"42724273#: unpack-trees.c:1084274#, c-format4275msgid ""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."4278msgstr ""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"4282"wechseln."42834284#: unpack-trees.c:1104285#, c-format4286msgid ""4287"Your local changes to the following files would be overwritten by checkout:\n"4288"%%s"4289msgstr ""4290"Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"4291"überschrieben werden:\n"4292"%%s"42934294#: unpack-trees.c:1134295#, c-format4296msgid ""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."4299msgstr ""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."43034304#: unpack-trees.c:1154305#, c-format4306msgid ""4307"Your local changes to the following files would be overwritten by merge:\n"4308"%%s"4309msgstr ""4310"Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"4311"überschrieben werden:\n"4312"%%s"43134314#: unpack-trees.c:1184315#, c-format4316msgid ""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."4319msgstr ""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."43234324#: unpack-trees.c:1204325#, c-format4326msgid ""4327"Your local changes to the following files would be overwritten by %s:\n"4328"%%s"4329msgstr ""4330"Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"4331"%%s"43324333#: unpack-trees.c:1254334#, c-format4335msgid ""4336"Updating the following directories would lose untracked files in them:\n"4337"%s"4338msgstr ""4339"Durch die Aktualisierung der folgenden Verzeichnisse würden unversionierte\n"4340"Dateien in diesen Verzeichnissen verloren gehen:\n"4341"%s"43424343#: unpack-trees.c:1294344#, c-format4345msgid ""4346"The following untracked working tree files would be removed by checkout:\n"4347"%%sPlease move or remove them before you switch branches."4348msgstr ""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."43524353#: unpack-trees.c:1314354#, c-format4355msgid ""4356"The following untracked working tree files would be removed by checkout:\n"4357"%%s"4358msgstr ""4359"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "4360"den\n"4361"Checkout entfernt werden:\n"4362"%%s"43634364#: unpack-trees.c:1344365#, c-format4366msgid ""4367"The following untracked working tree files would be removed by merge:\n"4368"%%sPlease move or remove them before you merge."4369msgstr ""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."43734374#: unpack-trees.c:1364375#, c-format4376msgid ""4377"The following untracked working tree files would be removed by merge:\n"4378"%%s"4379msgstr ""4380"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "4381"den\n"4382"Merge entfernt werden:\n"4383"%%s"43844385#: unpack-trees.c:1394386#, c-format4387msgid ""4388"The following untracked working tree files would be removed by %s:\n"4389"%%sPlease move or remove them before you %s."4390msgstr ""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."43944395#: unpack-trees.c:1414396#, c-format4397msgid ""4398"The following untracked working tree files would be removed by %s:\n"4399"%%s"4400msgstr ""4401"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4402"den %s entfernt werden:\n"4403"%%s"44044405#: unpack-trees.c:1464406#, c-format4407msgid ""4408"The following untracked working tree files would be overwritten by "4409"checkout:\n"4410"%%sPlease move or remove them before you switch branches."4411msgstr ""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."44154416#: unpack-trees.c:1484417#, c-format4418msgid ""4419"The following untracked working tree files would be overwritten by "4420"checkout:\n"4421"%%s"4422msgstr ""4423"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "4424"den\n"4425"Checkout überschrieben werden:\n"4426"%%s"44274428#: unpack-trees.c:1514429#, c-format4430msgid ""4431"The following untracked working tree files would be overwritten by merge:\n"4432"%%sPlease move or remove them before you merge."4433msgstr ""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."44374438#: unpack-trees.c:1534439#, c-format4440msgid ""4441"The following untracked working tree files would be overwritten by merge:\n"4442"%%s"4443msgstr ""4444"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4445"den Merge überschrieben werden:\n"4446"%%s"44474448#: unpack-trees.c:1564449#, c-format4450msgid ""4451"The following untracked working tree files would be overwritten by %s:\n"4452"%%sPlease move or remove them before you %s."4453msgstr ""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."44574458#: unpack-trees.c:1584459#, c-format4460msgid ""4461"The following untracked working tree files would be overwritten by %s:\n"4462"%%s"4463msgstr ""4464"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "4465"den\n"4466"%s überschrieben werden:\n"4467"%%s"44684469#: unpack-trees.c:1654470#, c-format4471msgid "Entry '%s' overlaps with '%s'. Cannot bind."4472msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."44734474#: unpack-trees.c:1684475#, c-format4476msgid ""4477"Cannot update sparse checkout: the following entries are not up to date:\n"4478"%s"4479msgstr ""4480"Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge\n"4481"sind nicht aktuell:\n"4482"%s"44834484#: unpack-trees.c:1704485#, c-format4486msgid ""4487"The following working tree files would be overwritten by sparse checkout "4488"update:\n"4489"%s"4490msgstr ""4491"Die folgenden Dateien im Arbeitsverzeichnis würden durch die Aktualisierung\n"4492"über einen partiellen Checkout überschrieben werden:\n"4493"%s"44944495#: unpack-trees.c:1724496#, c-format4497msgid ""4498"The following working tree files would be removed by sparse checkout "4499"update:\n"4500"%s"4501msgstr ""4502"Die folgenden Dateien im Arbeitsverzeichnis würden durch die Aktualisierung\n"4503"über einen partiellen Checkout entfernt werden:\n"4504"%s"45054506#: unpack-trees.c:1744507#, c-format4508msgid ""4509"Cannot update submodule:\n"4510"%s"4511msgstr ""4512"Kann Submodul nicht aktualisieren:\n"4513"%s"45144515#: unpack-trees.c:2514516#, c-format4517msgid "Aborting\n"4518msgstr "Abbruch\n"45194520#: unpack-trees.c:3334521msgid "Checking out files"4522msgstr "Checke Dateien aus"45234524#: urlmatch.c:1634525msgid "invalid URL scheme name or missing '://' suffix"4526msgstr "Ungültiges URL-Schema oder Suffix '://' fehlt"45274528#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4054529#, c-format4530msgid "invalid %XX escape sequence"4531msgstr "ungültige Escape-Sequenz %XX"45324533#: urlmatch.c:2154534msgid "missing host and scheme is not 'file:'"4535msgstr "fehlender Host und Schema ist nicht 'file:'"45364537#: urlmatch.c:2324538msgid "a 'file:' URL may not have a port number"4539msgstr "eine 'file:' URL darf keine Portnummer enthalten"45404541#: urlmatch.c:2474542msgid "invalid characters in host name"4543msgstr "Hostname enthält ungültige Zeichen"45444545#: urlmatch.c:292 urlmatch.c:3034546msgid "invalid port number"4547msgstr "ungültige Portnummer"45484549#: urlmatch.c:3714550msgid "invalid '..' path segment"4551msgstr "ungültiges '..' Pfadsegment"45524553#: worktree.c:245 builtin/am.c:21474554#, c-format4555msgid "failed to read '%s'"4556msgstr "Fehler beim Lesen von '%s'"45574558#: worktree.c:2914559#, c-format4560msgid "'%s' at main working tree is not the repository directory"4561msgstr "'%s' im Hauptarbeitsverzeichnis ist nicht das Repository-Verzeichnis."45624563#: worktree.c:3024564#, c-format4565msgid "'%s' file does not contain absolute path to the working tree location"4566msgstr "'%s' Datei enthält nicht den absoluten Pfad zum Arbeitsverzeichnis."45674568#: worktree.c:3144569#, c-format4570msgid "'%s' does not exist"4571msgstr "'%s' existiert nicht."45724573#: worktree.c:3204574#, c-format4575msgid "'%s' is not a .git file, error code %d"4576msgstr "'%s' ist keine .git-Datei, Fehlercode %d"45774578#: worktree.c:3284579#, c-format4580msgid "'%s' does not point back to '%s'"4581msgstr "'%s' zeigt nicht zurück auf '%s'"45824583#: wrapper.c:223 wrapper.c:3934584#, c-format4585msgid "could not open '%s' for reading and writing"4586msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."45874588#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:7704589#: builtin/am.c:862 builtin/merge.c:10444590#, c-format4591msgid "could not open '%s' for reading"4592msgstr "Konnte '%s' nicht zum Lesen öffnen."45934594#: wrapper.c:424 wrapper.c:6244595#, c-format4596msgid "unable to access '%s'"4597msgstr "konnte nicht auf '%s' zugreifen"45984599#: wrapper.c:6324600msgid "unable to get current working directory"4601msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."46024603#: wt-status.c:1514604msgid "Unmerged paths:"4605msgstr "Nicht zusammengeführte Pfade:"46064607#: wt-status.c:178 wt-status.c:2054608#, c-format4609msgid " (use \"git reset %s <file>...\" to unstage)"4610msgstr ""4611" (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"4612"Area)"46134614#: wt-status.c:180 wt-status.c:2074615msgid " (use \"git rm --cached <file>...\" to unstage)"4616msgstr ""4617" (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"4618"Area)"46194620#: wt-status.c:1844621msgid " (use \"git add <file>...\" to mark resolution)"4622msgstr ""4623" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"46244625#: wt-status.c:186 wt-status.c:1904626msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"4627msgstr ""4628" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "4629"markieren)"46304631#: wt-status.c:1884632msgid " (use \"git rm <file>...\" to mark resolution)"4633msgstr ""4634" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"46354636#: wt-status.c:199 wt-status.c:10074637msgid "Changes to be committed:"4638msgstr "zum Commit vorgemerkte Änderungen:"46394640#: wt-status.c:217 wt-status.c:10164641msgid "Changes not staged for commit:"4642msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"46434644#: wt-status.c:2214645msgid " (use \"git add <file>...\" to update what will be committed)"4646msgstr ""4647" (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "4648"vorzumerken)"46494650#: wt-status.c:2234651msgid " (use \"git add/rm <file>...\" to update what will be committed)"4652msgstr ""4653" (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "4654"vorzumerken)"46554656#: wt-status.c:2244657msgid ""4658" (use \"git checkout -- <file>...\" to discard changes in working directory)"4659msgstr ""4660" (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "4661"Arbeitsverzeichnis zu verwerfen)"46624663#: wt-status.c:2264664msgid " (commit or discard the untracked or modified content in submodules)"4665msgstr ""4666" (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt "4667"in den Submodulen)"46684669#: wt-status.c:2384670#, c-format4671msgid " (use \"git %s <file>...\" to include in what will be committed)"4672msgstr ""4673" (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "4674"vorzumerken)"46754676#: wt-status.c:2534677msgid "both deleted:"4678msgstr "beide gelöscht:"46794680#: wt-status.c:2554681msgid "added by us:"4682msgstr "von uns hinzugefügt:"46834684#: wt-status.c:2574685msgid "deleted by them:"4686msgstr "von denen gelöscht:"46874688#: wt-status.c:2594689msgid "added by them:"4690msgstr "von denen hinzugefügt:"46914692#: wt-status.c:2614693msgid "deleted by us:"4694msgstr "von uns gelöscht:"46954696#: wt-status.c:2634697msgid "both added:"4698msgstr "von beiden hinzugefügt:"46994700#: wt-status.c:2654701msgid "both modified:"4702msgstr "von beiden geändert:"47034704#: wt-status.c:2754705msgid "new file:"4706msgstr "neue Datei:"47074708#: wt-status.c:2774709msgid "copied:"4710msgstr "kopiert:"47114712#: wt-status.c:2794713msgid "deleted:"4714msgstr "gelöscht:"47154716#: wt-status.c:2814717msgid "modified:"4718msgstr "geändert:"47194720#: wt-status.c:2834721msgid "renamed:"4722msgstr "umbenannt:"47234724#: wt-status.c:2854725msgid "typechange:"4726msgstr "Typänderung:"47274728#: wt-status.c:2874729msgid "unknown:"4730msgstr "unbekannt:"47314732#: wt-status.c:2894733msgid "unmerged:"4734msgstr "nicht gemerged:"47354736#: wt-status.c:3694737msgid "new commits, "4738msgstr "neue Commits, "47394740#: wt-status.c:3714741msgid "modified content, "4742msgstr "geänderter Inhalt, "47434744#: wt-status.c:3734745msgid "untracked content, "4746msgstr "unversionierter Inhalt, "47474748#: wt-status.c:8474749#, c-format4750msgid "Your stash currently has %d entry"4751msgid_plural "Your stash currently has %d entries"4752msgstr[0] "Ihr Stash hat gerade %d Eintrag"4753msgstr[1] "Ihr Stash hat gerade %d Einträge"47544755#: wt-status.c:8794756msgid "Submodules changed but not updated:"4757msgstr "Submodule geändert, aber nicht aktualisiert:"47584759#: wt-status.c:8814760msgid "Submodule changes to be committed:"4761msgstr "Änderungen in Submodul zum Committen:"47624763#: wt-status.c:9634764msgid ""4765"Do not modify or remove the line above.\n"4766"Everything below it will be ignored."4767msgstr ""4768"Ändern oder entfernen Sie nicht die obige Zeile.\n"4769"Alles unterhalb von ihr wird ignoriert."47704771#: wt-status.c:10764772msgid "You have unmerged paths."4773msgstr "Sie haben nicht zusammengeführte Pfade."47744775#: wt-status.c:10794776msgid " (fix conflicts and run \"git commit\")"4777msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"47784779#: wt-status.c:10814780msgid " (use \"git merge --abort\" to abort the merge)"4781msgstr " (benutzen Sie \"git merge --abort\", um den Merge abzubrechen)"47824783#: wt-status.c:10864784msgid "All conflicts fixed but you are still merging."4785msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."47864787#: wt-status.c:10894788msgid " (use \"git commit\" to conclude merge)"4789msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"47904791#: wt-status.c:10994792msgid "You are in the middle of an am session."4793msgstr "Eine \"am\"-Sitzung ist im Gange."47944795#: wt-status.c:11024796msgid "The current patch is empty."4797msgstr "Der aktuelle Patch ist leer."47984799#: wt-status.c:11064800msgid " (fix conflicts and then run \"git am --continue\")"4801msgstr ""4802" (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"48034804#: wt-status.c:11084805msgid " (use \"git am --skip\" to skip this patch)"4806msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"48074808#: wt-status.c:11104809msgid " (use \"git am --abort\" to restore the original branch)"4810msgstr ""4811" (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "4812"wiederherzustellen)"48134814#: wt-status.c:12424815msgid "git-rebase-todo is missing."4816msgstr "git-rebase-todo fehlt."48174818#: wt-status.c:12444819msgid "No commands done."4820msgstr "Keine Befehle ausgeführt."48214822#: wt-status.c:12474823#, c-format4824msgid "Last command done (%d command done):"4825msgid_plural "Last commands done (%d commands done):"4826msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"4827msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"48284829#: wt-status.c:12584830#, c-format4831msgid " (see more in file %s)"4832msgstr " (mehr Informationen in Datei %s)"48334834#: wt-status.c:12634835msgid "No commands remaining."4836msgstr "Keine Befehle verbleibend."48374838#: wt-status.c:12664839#, c-format4840msgid "Next command to do (%d remaining command):"4841msgid_plural "Next commands to do (%d remaining commands):"4842msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"4843msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"48444845#: wt-status.c:12744846msgid " (use \"git rebase --edit-todo\" to view and edit)"4847msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"48484849#: wt-status.c:12874850#, c-format4851msgid "You are currently rebasing branch '%s' on '%s'."4852msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."48534854#: wt-status.c:12924855msgid "You are currently rebasing."4856msgstr "Sie sind gerade beim Rebase."48574858#: wt-status.c:13064859msgid " (fix conflicts and then run \"git rebase --continue\")"4860msgstr ""4861" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "4862"aus)"48634864#: wt-status.c:13084865msgid " (use \"git rebase --skip\" to skip this patch)"4866msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"48674868#: wt-status.c:13104869msgid " (use \"git rebase --abort\" to check out the original branch)"4870msgstr ""4871" (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "4872"auszuchecken)"48734874#: wt-status.c:13164875msgid " (all conflicts fixed: run \"git rebase --continue\")"4876msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"48774878#: wt-status.c:13204879#, c-format4880msgid ""4881"You are currently splitting a commit while rebasing branch '%s' on '%s'."4882msgstr ""4883"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "4884"'%s' im Gange ist."48854886#: wt-status.c:13254887msgid "You are currently splitting a commit during a rebase."4888msgstr "Sie teilen gerade einen Commit während eines Rebase auf."48894890#: wt-status.c:13284891msgid " (Once your working directory is clean, run \"git rebase --continue\")"4892msgstr ""4893" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"4894"continue\" aus)"48954896#: wt-status.c:13324897#, c-format4898msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."4899msgstr ""4900"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "4901"'%s'."49024903#: wt-status.c:13374904msgid "You are currently editing a commit during a rebase."4905msgstr "Sie editieren gerade einen Commit während eines Rebase."49064907#: wt-status.c:13404908msgid " (use \"git commit --amend\" to amend the current commit)"4909msgstr ""4910" (benutzen Sie \"git commit --amend\", um den aktuellen Commit "4911"nachzubessern)"49124913#: wt-status.c:13424914msgid ""4915" (use \"git rebase --continue\" once you are satisfied with your changes)"4916msgstr ""4917" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "4918"abgeschlossen sind)"49194920#: wt-status.c:13524921#, c-format4922msgid "You are currently cherry-picking commit %s."4923msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."49244925#: wt-status.c:13574926msgid " (fix conflicts and run \"git cherry-pick --continue\")"4927msgstr ""4928" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"4929"\" aus)"49304931#: wt-status.c:13604932msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"4933msgstr ""4934" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"49354936#: wt-status.c:13624937msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"4938msgstr ""4939" (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "4940"abzubrechen)"49414942#: wt-status.c:13714943#, c-format4944msgid "You are currently reverting commit %s."4945msgstr "Sie sind gerade an einem Revert von Commit '%s'."49464947#: wt-status.c:13764948msgid " (fix conflicts and run \"git revert --continue\")"4949msgstr ""4950" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "4951"aus)"49524953#: wt-status.c:13794954msgid " (all conflicts fixed: run \"git revert --continue\")"4955msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"49564957#: wt-status.c:13814958msgid " (use \"git revert --abort\" to cancel the revert operation)"4959msgstr ""4960" (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"49614962#: wt-status.c:13924963#, c-format4964msgid "You are currently bisecting, started from branch '%s'."4965msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."49664967#: wt-status.c:13964968msgid "You are currently bisecting."4969msgstr "Sie sind gerade bei einer binären Suche."49704971#: wt-status.c:13994972msgid " (use \"git bisect reset\" to get back to the original branch)"4973msgstr ""4974" (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "4975"zurückzukehren)"49764977#: wt-status.c:15964978msgid "On branch "4979msgstr "Auf Branch "49804981#: wt-status.c:16024982msgid "interactive rebase in progress; onto "4983msgstr "interaktives Rebase im Gange; auf "49844985#: wt-status.c:16044986msgid "rebase in progress; onto "4987msgstr "Rebase im Gange; auf "49884989#: wt-status.c:16094990msgid "HEAD detached at "4991msgstr "HEAD losgelöst bei "49924993#: wt-status.c:16114994msgid "HEAD detached from "4995msgstr "HEAD losgelöst von "49964997#: wt-status.c:16144998msgid "Not currently on any branch."4999msgstr "Im Moment auf keinem Branch."50005001#: wt-status.c:16345002msgid "Initial commit"5003msgstr "Initialer Commit"50045005#: wt-status.c:16355006msgid "No commits yet"5007msgstr "Noch keine Commits"50085009#: wt-status.c:16495010msgid "Untracked files"5011msgstr "Unversionierte Dateien"50125013#: wt-status.c:16515014msgid "Ignored files"5015msgstr "Ignorierte Dateien"50165017#: wt-status.c:16555018#, c-format5019msgid ""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')."5023msgstr ""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')."50275028#: wt-status.c:16615029#, c-format5030msgid "Untracked files not listed%s"5031msgstr "Unversionierte Dateien nicht aufgelistet%s"50325033#: wt-status.c:16635034msgid " (use -u option to show untracked files)"5035msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"50365037#: wt-status.c:16695038msgid "No changes"5039msgstr "Keine Änderungen"50405041#: wt-status.c:16745042#, c-format5043msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"5044msgstr ""5045"keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "5046"\"git commit -a\")\n"50475048#: wt-status.c:16775049#, c-format5050msgid "no changes added to commit\n"5051msgstr "keine Änderungen zum Commit vorgemerkt\n"50525053#: wt-status.c:16805054#, c-format5055msgid ""5056"nothing added to commit but untracked files present (use \"git add\" to "5057"track)\n"5058msgstr ""5059"nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"5060"(benutzen Sie \"git add\" zum Versionieren)\n"50615062#: wt-status.c:16835063#, c-format5064msgid "nothing added to commit but untracked files present\n"5065msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"50665067#: wt-status.c:16865068#, c-format5069msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"5070msgstr ""5071"nichts zu committen (erstellen/kopieren Sie Dateien und benutzen\n"5072"Sie \"git add\" zum Versionieren)\n"50735074#: wt-status.c:1689 wt-status.c:16945075#, c-format5076msgid "nothing to commit\n"5077msgstr "nichts zu committen\n"50785079#: wt-status.c:16925080#, c-format5081msgid "nothing to commit (use -u to show untracked files)\n"5082msgstr ""5083"nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "5084"anzuzeigen)\n"50855086#: wt-status.c:16965087#, c-format5088msgid "nothing to commit, working tree clean\n"5089msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"50905091#: wt-status.c:18095092msgid "No commits yet on "5093msgstr "Noch keine Commits in "50945095#: wt-status.c:18135096msgid "HEAD (no branch)"5097msgstr "HEAD (kein Branch)"50985099#: wt-status.c:18445100msgid "different"5101msgstr "unterschiedlich"51025103#: wt-status.c:1846 wt-status.c:18545104msgid "behind "5105msgstr "hinterher "51065107#: wt-status.c:1849 wt-status.c:18525108msgid "ahead "5109msgstr "voraus "51105111#. TRANSLATORS: the action is e.g. "pull with rebase"5112#: wt-status.c:23585113#, c-format5114msgid "cannot %s: You have unstaged changes."5115msgstr ""5116"%s nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt sind."51175118#: wt-status.c:23645119msgid "additionally, your index contains uncommitted changes."5120msgstr "Zusätzlich enthält die Staging-Area nicht committete Änderungen."51215122#: wt-status.c:23665123#, c-format5124msgid "cannot %s: Your index contains uncommitted changes."5125msgstr ""5126"%s nicht möglich: Die Staging-Area enthält nicht committete Änderungen."51275128#: compat/precompose_utf8.c:58 builtin/clone.c:4405129#, c-format5130msgid "failed to unlink '%s'"5131msgstr "Konnte '%s' nicht entfernen."51325133#: builtin/add.c:245134msgid "git add [<options>] [--] <pathspec>..."5135msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..."51365137#: builtin/add.c:835138#, c-format5139msgid "unexpected diff status %c"5140msgstr "unerwarteter Differenz-Status %c"51415142#: builtin/add.c:88 builtin/commit.c:2575143msgid "updating files failed"5144msgstr "Aktualisierung der Dateien fehlgeschlagen"51455146#: builtin/add.c:985147#, c-format5148msgid "remove '%s'\n"5149msgstr "lösche '%s'\n"51505151#: builtin/add.c:1735152msgid "Unstaged changes after refreshing the index:"5153msgstr ""5154"Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"51555156#: builtin/add.c:233 builtin/rev-parse.c:8885157msgid "Could not read the index"5158msgstr "Konnte den Index nicht lesen"51595160#: builtin/add.c:2445161#, c-format5162msgid "Could not open '%s' for writing."5163msgstr "Konnte '%s' nicht zum Schreiben öffnen."51645165#: builtin/add.c:2485166msgid "Could not write patch"5167msgstr "Konnte Patch nicht schreiben"51685169#: builtin/add.c:2515170msgid "editing patch failed"5171msgstr "Bearbeitung des Patches fehlgeschlagen"51725173#: builtin/add.c:2545174#, c-format5175msgid "Could not stat '%s'"5176msgstr "Konnte Verzeichnis '%s' nicht lesen"51775178#: builtin/add.c:2565179msgid "Empty patch. Aborted."5180msgstr "Leerer Patch. Abgebrochen."51815182#: builtin/add.c:2615183#, c-format5184msgid "Could not apply '%s'"5185msgstr "Konnte '%s' nicht anwenden."51865187#: builtin/add.c:2715188msgid "The following paths are ignored by one of your .gitignore files:\n"5189msgstr ""5190"Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "5191"ignoriert:\n"51925193#: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:146 builtin/mv.c:1245194#: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:5415195#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:1645196msgid "dry run"5197msgstr "Probelauf"51985199#: builtin/add.c:2945200msgid "interactive picking"5201msgstr "interaktives Auswählen"52025203#: builtin/add.c:295 builtin/checkout.c:1128 builtin/reset.c:3025204msgid "select hunks interactively"5205msgstr "Blöcke interaktiv auswählen"52065207#: builtin/add.c:2965208msgid "edit current diff and apply"5209msgstr "aktuelle Unterschiede editieren und anwenden"52105211#: builtin/add.c:2975212msgid "allow adding otherwise ignored files"5213msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"52145215#: builtin/add.c:2985216msgid "update tracked files"5217msgstr "versionierte Dateien aktualisieren"52185219#: builtin/add.c:2995220msgid "renormalize EOL of tracked files (implies -u)"5221msgstr ""5222"erneutes Normalisieren der Zeilenenden von versionierten Dateien (impliziert "5223"-u)"52245225#: builtin/add.c:3005226msgid "record only the fact that the path will be added later"5227msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"52285229#: builtin/add.c:3015230msgid "add changes from all tracked and untracked files"5231msgstr ""5232"Änderungen von allen versionierten und unversionierten Dateien hinzufügen"52335234#: builtin/add.c:3045235msgid "ignore paths removed in the working tree (same as --no-all)"5236msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"52375238#: builtin/add.c:3065239msgid "don't add, only refresh the index"5240msgstr "nichts hinzufügen, nur den Index aktualisieren"52415242#: builtin/add.c:3075243msgid "just skip files which cannot be added because of errors"5244msgstr ""5245"Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "5246"konnten"52475248#: builtin/add.c:3085249msgid "check if - even missing - files are ignored in dry run"5250msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"52515252#: builtin/add.c:309 builtin/update-index.c:9645253msgid "(+/-)x"5254msgstr "(+/-)x"52555256#: builtin/add.c:309 builtin/update-index.c:9655257msgid "override the executable bit of the listed files"5258msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"52595260#: builtin/add.c:3115261msgid "warn when adding an embedded repository"5262msgstr "warnen wenn eingebettetes Repository hinzugefügt wird"52635264#: builtin/add.c:3265265#, c-format5266msgid ""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"5271"\n"5272"\tgit submodule add <url> %s\n"5273"\n"5274"If you added this path by mistake, you can remove it from the\n"5275"index with:\n"5276"\n"5277"\tgit rm --cached %s\n"5278"\n"5279"See \"git help submodule\" for more information."5280msgstr ""5281"Sie haben ein Git-Repository innerhalb ihres aktuellen Repositories "5282"hinzugefügt.\n"5283"Klone des äußeren Repositories werden die Inhalte des eingebetteten "5284"Repositories\n"5285"weder enthalten, noch wissen, wie diese zu beschaffen sind.\n"5286"Wenn Sie ein Submodul hinzufügen wollten, benutzen Sie:\n"5287"\n"5288"\tgit submodule add <URL> %s\n"5289"\n"5290"Wenn Sie diesen Pfad aus Versehen hinzugefügt haben, können Sie diesen mit\n"5291"\n"5292"\tgit rm --cached %s\n"5293"\n"5294"vom Index entfernen.\n"5295"\n"5296"Siehe \"git help submodule\" für weitere Informationen."52975298#: builtin/add.c:3545299#, c-format5300msgid "adding embedded git repository: %s"5301msgstr "Füge eingebettetes Repository hinzu: %s"53025303#: builtin/add.c:3725304#, c-format5305msgid "Use -f if you really want to add them.\n"5306msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"53075308#: builtin/add.c:3805309msgid "adding files failed"5310msgstr "Hinzufügen von Dateien fehlgeschlagen"53115312#: builtin/add.c:4175313msgid "-A and -u are mutually incompatible"5314msgstr "Die Optionen -A und -u sind zueinander inkompatibel."53155316#: builtin/add.c:4245317msgid "Option --ignore-missing can only be used together with --dry-run"5318msgstr ""5319"Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."53205321#: builtin/add.c:4285322#, c-format5323msgid "--chmod param '%s' must be either -x or +x"5324msgstr "--chmod Parameter '%s' muss entweder -x oder +x sein"53255326#: builtin/add.c:4435327#, c-format5328msgid "Nothing specified, nothing added.\n"5329msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"53305331#: builtin/add.c:4445332#, c-format5333msgid "Maybe you wanted to say 'git add .'?\n"5334msgstr "Meinten Sie vielleicht 'git add .'?\n"53355336#: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:2805337#: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:3165338#: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:2415339#: builtin/rm.c:271 builtin/submodule--helper.c:3265340msgid "index file corrupt"5341msgstr "Index-Datei beschädigt"53425343#: builtin/am.c:4145344msgid "could not parse author script"5345msgstr "konnte Autor-Skript nicht parsen"53465347#: builtin/am.c:4985348#, c-format5349msgid "'%s' was deleted by the applypatch-msg hook"5350msgstr "'%s' wurde durch den applypatch-msg Hook entfernt"53515352#: builtin/am.c:5395353#, c-format5354msgid "Malformed input line: '%s'."5355msgstr "Fehlerhafte Eingabezeile: '%s'."53565357#: builtin/am.c:5765358#, c-format5359msgid "Failed to copy notes from '%s' to '%s'"5360msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"53615362#: builtin/am.c:6025363msgid "fseek failed"5364msgstr "\"fseek\" fehlgeschlagen"53655366#: builtin/am.c:7905367#, c-format5368msgid "could not parse patch '%s'"5369msgstr "konnte Patch '%s' nicht parsen"53705371#: builtin/am.c:8555372msgid "Only one StGIT patch series can be applied at once"5373msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."53745375#: builtin/am.c:9035376msgid "invalid timestamp"5377msgstr "ungültiger Zeitstempel"53785379#: builtin/am.c:908 builtin/am.c:9205380msgid "invalid Date line"5381msgstr "Ungültige \"Date\"-Zeile"53825383#: builtin/am.c:9155384msgid "invalid timezone offset"5385msgstr "Ungültiger Offset in der Zeitzone"53865387#: builtin/am.c:10085388msgid "Patch format detection failed."5389msgstr "Patch-Formaterkennung fehlgeschlagen."53905391#: builtin/am.c:1013 builtin/clone.c:4055392#, c-format5393msgid "failed to create directory '%s'"5394msgstr "Fehler beim Erstellen von Verzeichnis '%s'"53955396#: builtin/am.c:10185397msgid "Failed to split patches."5398msgstr "Fehler beim Aufteilen der Patches."53995400#: builtin/am.c:1148 builtin/commit.c:3425401msgid "unable to write index file"5402msgstr "Konnte Index-Datei nicht schreiben."54035404#: builtin/am.c:11625405#, c-format5406msgid "When you have resolved this problem, run \"%s --continue\"."5407msgstr ""5408"Wenn Sie das Problem aufgelöst haben, führen Sie \"%s --continue\" aus."54095410#: builtin/am.c:11635411#, c-format5412msgid "If you prefer to skip this patch, run \"%s --skip\" instead."5413msgstr ""5414"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --skip"5415"\" aus."54165417#: builtin/am.c:11645418#, c-format5419msgid "To restore the original branch and stop patching, run \"%s --abort\"."5420msgstr ""5421"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "5422"Patches abzubrechen, führen Sie \"%s --abort\" aus."54235424#: builtin/am.c:12715425msgid "Patch is empty."5426msgstr "Patch ist leer."54275428#: builtin/am.c:13375429#, c-format5430msgid "invalid ident line: %.*s"5431msgstr "Ungültige Identifikationszeile: %.*s"54325433#: builtin/am.c:13595434#, c-format5435msgid "unable to parse commit %s"5436msgstr "Konnte Commit '%s' nicht parsen."54375438#: builtin/am.c:15545439msgid "Repository lacks necessary blobs to fall back on 3-way merge."5440msgstr ""5441"Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "5442"zurückzufallen."54435444#: builtin/am.c:15565445msgid "Using index info to reconstruct a base tree..."5446msgstr ""5447"Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis "5448"nachzustellen ..."54495450#: builtin/am.c:15755451msgid ""5452"Did you hand edit your patch?\n"5453"It does not apply to blobs recorded in its index."5454msgstr ""5455"Haben Sie den Patch per Hand editiert?\n"5456"Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."54575458#: builtin/am.c:15815459msgid "Falling back to patching base and 3-way merge..."5460msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."54615462#: builtin/am.c:16065463msgid "Failed to merge in the changes."5464msgstr "Merge der Änderungen fehlgeschlagen."54655466#: builtin/am.c:16375467msgid "applying to an empty history"5468msgstr "auf leere Historie anwenden"54695470#: builtin/am.c:1683 builtin/am.c:16875471#, c-format5472msgid "cannot resume: %s does not exist."5473msgstr "Kann nicht fortsetzen: %s existiert nicht"54745475#: builtin/am.c:17035476msgid "cannot be interactive without stdin connected to a terminal."5477msgstr ""5478"Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "5479"Terminal verbunden ist."54805481#: builtin/am.c:17085482msgid "Commit Body is:"5483msgstr "Commit-Beschreibung ist:"54845485#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]5486#. in your translation. The program will only accept English5487#. input at this point.5488#.5489#: builtin/am.c:17185490msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "5491msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "54925493#: builtin/am.c:17685494#, c-format5495msgid "Dirty index: cannot apply patches (dirty: %s)"5496msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)"54975498#: builtin/am.c:1808 builtin/am.c:18795499#, c-format5500msgid "Applying: %.*s"5501msgstr "Wende an: %.*s"55025503#: builtin/am.c:18245504msgid "No changes -- Patch already applied."5505msgstr "Keine Änderungen -- Patches bereits angewendet."55065507#: builtin/am.c:18325508#, c-format5509msgid "Patch failed at %s %.*s"5510msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s"55115512#: builtin/am.c:18385513msgid "Use 'git am --show-current-patch' to see the failed patch"5514msgstr ""5515"Benutzen Sie 'git am --show-current-patch', um den\n"5516"fehlgeschlagenen Patch zu sehen."55175518#: builtin/am.c:18825519msgid ""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."5523msgstr ""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"5527"auslassen."55285529#: builtin/am.c:18895530msgid ""5531"You still have unmerged paths in your index.\n"5532"You should 'git add' each file with resolved conflicts to mark them as "5533"such.\n"5534"You might run `git rm` on a file to accept \"deleted by them\" for it."5535msgstr ""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."55415542#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:3245543#: builtin/reset.c:3325544#, c-format5545msgid "Could not parse object '%s'."5546msgstr "Konnte Objekt '%s' nicht parsen."55475548#: builtin/am.c:20485549msgid "failed to clean index"5550msgstr "Fehler beim Bereinigen des Index"55515552#: builtin/am.c:20835553msgid ""5554"You seem to have moved HEAD since the last 'am' failure.\n"5555"Not rewinding to ORIG_HEAD"5556msgstr ""5557"Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"5558"Keine Zurücksetzung zu ORIG_HEAD."55595560#: builtin/am.c:21745561#, c-format5562msgid "Invalid value for --patch-format: %s"5563msgstr "Ungültiger Wert für --patch-format: %s"55645565#: builtin/am.c:22105566msgid "git am [<options>] [(<mbox> | <Maildir>)...]"5567msgstr "git am [<Optionen>] [(<mbox> | <E-Mail-Verzeichnis>)...]"55685569#: builtin/am.c:22115570msgid "git am [<options>] (--continue | --skip | --abort)"5571msgstr "git am [<Optionen>] (--continue | --skip | --abort)"55725573#: builtin/am.c:22175574msgid "run interactively"5575msgstr "interaktiv ausführen"55765577#: builtin/am.c:22195578msgid "historical option -- no-op"5579msgstr "historische Option -- kein Effekt"55805581#: builtin/am.c:22215582msgid "allow fall back on 3way merging if needed"5583msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"55845585#: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:575586#: builtin/repack.c:1825587msgid "be quiet"5588msgstr "weniger Ausgaben"55895590#: builtin/am.c:22245591msgid "add a Signed-off-by line to the commit message"5592msgstr "der Commit-Beschreibung eine Signed-off-by Zeile hinzufügen"55935594#: builtin/am.c:22275595msgid "recode into utf8 (default)"5596msgstr "nach UTF-8 umkodieren (Standard)"55975598#: builtin/am.c:22295599msgid "pass -k flag to git-mailinfo"5600msgstr "-k an git-mailinfo übergeben"56015602#: builtin/am.c:22315603msgid "pass -b flag to git-mailinfo"5604msgstr "-b an git-mailinfo übergeben"56055606#: builtin/am.c:22335607msgid "pass -m flag to git-mailinfo"5608msgstr "-m an git-mailinfo übergeben"56095610#: builtin/am.c:22355611msgid "pass --keep-cr flag to git-mailsplit for mbox format"5612msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben"56135614#: builtin/am.c:22385615msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"5616msgstr "kein --keep-cr an git-mailsplit übergeben, unabhängig von am.keepcr"56175618#: builtin/am.c:22415619msgid "strip everything before a scissors line"5620msgstr "alles vor einer Scheren-Zeile entfernen"56215622#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:22525623#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:22645624#: builtin/am.c:22705625msgid "pass it through git-apply"5626msgstr "an git-apply übergeben"56275628#: builtin/am.c:2260 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:6685629#: builtin/grep.c:853 builtin/merge.c:206 builtin/pull.c:145 builtin/pull.c:2035630#: builtin/repack.c:191 builtin/repack.c:195 builtin/repack.c:1975631#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:3825632#: parse-options.h:144 parse-options.h:146 parse-options.h:2575633msgid "n"5634msgstr "Anzahl"56355636#: builtin/am.c:2266 builtin/branch.c:629 builtin/for-each-ref.c:385637#: builtin/replace.c:445 builtin/tag.c:418 builtin/verify-tag.c:395638msgid "format"5639msgstr "Format"56405641#: builtin/am.c:22675642msgid "format the patch(es) are in"5643msgstr "Patch-Format"56445645#: builtin/am.c:22735646msgid "override error message when patch failure occurs"5647msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben"56485649#: builtin/am.c:22755650msgid "continue applying patches after resolving a conflict"5651msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen"56525653#: builtin/am.c:22785654msgid "synonyms for --continue"5655msgstr "Synonyme für --continue"56565657#: builtin/am.c:22815658msgid "skip the current patch"5659msgstr "den aktuellen Patch auslassen"56605661#: builtin/am.c:22845662msgid "restore the original branch and abort the patching operation."5663msgstr ""5664"ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen"56655666#: builtin/am.c:22875667msgid "abort the patching operation but keep HEAD where it is."5668msgstr "Patch-Operation abbrechen, aber HEAD an aktueller Stelle belassen"56695670#: builtin/am.c:22905671msgid "show the patch being applied."5672msgstr "den Patch, der gerade angewendet wird, anzeigen"56735674#: builtin/am.c:22945675msgid "lie about committer date"5676msgstr "Autor-Datum als Commit-Datum verwenden"56775678#: builtin/am.c:22965679msgid "use current timestamp for author date"5680msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"56815682#: builtin/am.c:2298 builtin/commit.c:1431 builtin/merge.c:2375683#: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:3985684msgid "key-id"5685msgstr "GPG-Schlüsselkennung"56865687#: builtin/am.c:22995688msgid "GPG-sign commits"5689msgstr "Commits mit GPG signieren"56905691#: builtin/am.c:23025692msgid "(internal use for git-rebase)"5693msgstr "(intern für git-rebase verwendet)"56945695#: builtin/am.c:23205696msgid ""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."5699msgstr ""5700"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"5701"entfernt. Bitte verwenden Sie diese nicht mehr."57025703#: builtin/am.c:23275704msgid "failed to read the index"5705msgstr "Fehler beim Lesen des Index"57065707#: builtin/am.c:23425708#, c-format5709msgid "previous rebase directory %s still exists but mbox given."5710msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben."57115712#: builtin/am.c:23665713#, c-format5714msgid ""5715"Stray %s directory found.\n"5716"Use \"git am --abort\" to remove it."5717msgstr ""5718"Stray %s Verzeichnis gefunden.\n"5719"Benutzen Sie \"git am --abort\", um es zu entfernen."57205721#: builtin/am.c:23725722msgid "Resolve operation not in progress, we are not resuming."5723msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."57245725#: builtin/apply.c:85726msgid "git apply [<options>] [<patch>...]"5727msgstr "git apply [<Optionen>] [<Patch>...]"57285729#: builtin/archive.c:175730#, c-format5731msgid "could not create archive file '%s'"5732msgstr "Konnte Archiv-Datei '%s' nicht erstellen."57335734#: builtin/archive.c:205735msgid "could not redirect output"5736msgstr "Konnte Ausgabe nicht umleiten."57375738#: builtin/archive.c:375739msgid "git archive: Remote with no URL"5740msgstr "git archive: Externes Archiv ohne URL"57415742#: builtin/archive.c:585743msgid "git archive: expected ACK/NAK, got a flush packet"5744msgstr "git archive: ACK/NAK erwartet, Flush-Paket bekommen"57455746#: builtin/archive.c:615747#, c-format5748msgid "git archive: NACK %s"5749msgstr "git archive: NACK %s"57505751#: builtin/archive.c:645752msgid "git archive: protocol error"5753msgstr "git archive: Protokollfehler"57545755#: builtin/archive.c:685756msgid "git archive: expected a flush"5757msgstr "git archive: erwartete eine Spülung (flush)"57585759#: builtin/bisect--helper.c:125760msgid "git bisect--helper --next-all [--no-checkout]"5761msgstr "git bisect--helper --next-all [--no-checkout]"57625763#: builtin/bisect--helper.c:135764msgid "git bisect--helper --write-terms <bad_term> <good_term>"5765msgstr "git bisect--helper --write-terms <bad_term> <good_term>"57665767#: builtin/bisect--helper.c:145768msgid "git bisect--helper --bisect-clean-state"5769msgstr "git bisect--helper --bisect-clean-state"57705771#: builtin/bisect--helper.c:465772#, c-format5773msgid "'%s' is not a valid term"5774msgstr "'%s' ist kein gültiger Begriff."57755776#: builtin/bisect--helper.c:505777#, c-format5778msgid "can't use the builtin command '%s' as a term"5779msgstr "Kann den eingebauten Befehl '%s' nicht als Begriff verwenden."57805781#: builtin/bisect--helper.c:605782#, c-format5783msgid "can't change the meaning of the term '%s'"5784msgstr "Kann die Bedeutung von dem Begriff '%s' nicht ändern."57855786#: builtin/bisect--helper.c:715787msgid "please use two different terms"5788msgstr "Bitte verwenden Sie zwei verschiedene Begriffe."57895790#: builtin/bisect--helper.c:785791msgid "could not open the file BISECT_TERMS"5792msgstr "Konnte die Datei BISECT_TERMS nicht öffnen."57935794#: builtin/bisect--helper.c:1205795msgid "perform 'git bisect next'"5796msgstr "'git bisect next' ausführen"57975798#: builtin/bisect--helper.c:1225799msgid "write the terms to .git/BISECT_TERMS"5800msgstr "die Begriffe nach .git/BISECT_TERMS schreiben"58015802#: builtin/bisect--helper.c:1245803msgid "cleanup the bisection state"5804msgstr "den Zustand der binären Suche aufräumen"58055806#: builtin/bisect--helper.c:1265807msgid "check for expected revs"5808msgstr "auf erwartete Commits prüfen"58095810#: builtin/bisect--helper.c:1285811msgid "update BISECT_HEAD instead of checking out the current commit"5812msgstr "BISECT_HEAD aktualisieren, anstatt den aktuellen Commit auszuchecken"58135814#: builtin/bisect--helper.c:1435815msgid "--write-terms requires two arguments"5816msgstr "--write-terms benötigt zwei Argumente."58175818#: builtin/bisect--helper.c:1475819msgid "--bisect-clean-state requires no arguments"5820msgstr "--bisect-clean-state erwartet keine Argumente."58215822#: builtin/blame.c:275823msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"5824msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>"58255826#: builtin/blame.c:325827msgid "<rev-opts> are documented in git-rev-list(1)"5828msgstr "<rev-opts> sind dokumentiert in git-rev-list(1)"58295830#: builtin/blame.c:6775831msgid "Show blame entries as we find them, incrementally"5832msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie generieren"58335834#: builtin/blame.c:6785835msgid "Show blank SHA-1 for boundary commits (Default: off)"5836msgstr "leere SHA-1 für Grenz-Commits anzeigen (Standard: aus)"58375838#: builtin/blame.c:6795839msgid "Do not treat root commits as boundaries (Default: off)"5840msgstr "Ursprungs-Commits nicht als Grenzen behandeln (Standard: aus)"58415842#: builtin/blame.c:6805843msgid "Show work cost statistics"5844msgstr "Statistiken zum Arbeitsaufwand anzeigen"58455846#: builtin/blame.c:6815847msgid "Force progress reporting"5848msgstr "Fortschrittsanzeige erzwingen"58495850#: builtin/blame.c:6825851msgid "Show output score for blame entries"5852msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen"58535854#: builtin/blame.c:6835855msgid "Show original filename (Default: auto)"5856msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)"58575858#: builtin/blame.c:6845859msgid "Show original linenumber (Default: off)"5860msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)"58615862#: builtin/blame.c:6855863msgid "Show in a format designed for machine consumption"5864msgstr "Anzeige in einem Format für maschinelle Auswertung"58655866#: builtin/blame.c:6865867msgid "Show porcelain format with per-line commit information"5868msgstr ""5869"Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"58705871#: builtin/blame.c:6875872msgid "Use the same output mode as git-annotate (Default: off)"5873msgstr ""5874"Den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)"58755876#: builtin/blame.c:6885877msgid "Show raw timestamp (Default: off)"5878msgstr "Unbearbeiteten Zeitstempel anzeigen (Standard: aus)"58795880#: builtin/blame.c:6895881msgid "Show long commit SHA1 (Default: off)"5882msgstr "Langen Commit-SHA1 anzeigen (Standard: aus)"58835884#: builtin/blame.c:6905885msgid "Suppress author name and timestamp (Default: off)"5886msgstr "Den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)"58875888#: builtin/blame.c:6915889msgid "Show author email instead of name (Default: off)"5890msgstr ""5891"Anstatt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)"58925893#: builtin/blame.c:6925894msgid "Ignore whitespace differences"5895msgstr "Unterschiede im Whitespace ignorieren"58965897#: builtin/blame.c:6995898msgid "Use an experimental heuristic to improve diffs"5899msgstr ""5900"eine experimentelle Heuristik zur Verbesserung der Darstellung\n"5901"von Unterschieden verwenden"59025903#: builtin/blame.c:7015904msgid "Spend extra cycles to find better match"5905msgstr "Länger arbeiten, um bessere Übereinstimmungen zu finden"59065907#: builtin/blame.c:7025908msgid "Use revisions from <file> instead of calling git-rev-list"5909msgstr "Commits von <Datei> benutzen, anstatt \"git-rev-list\" aufzurufen"59105911#: builtin/blame.c:7035912msgid "Use <file>'s contents as the final image"5913msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen"59145915#: builtin/blame.c:704 builtin/blame.c:7055916msgid "score"5917msgstr "Bewertung"59185919#: builtin/blame.c:7045920msgid "Find line copies within and across files"5921msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden"59225923#: builtin/blame.c:7055924msgid "Find line movements within and across files"5925msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden"59265927#: builtin/blame.c:7065928msgid "n,m"5929msgstr "n,m"59305931#: builtin/blame.c:7065932msgid "Process only line range n,m, counting from 1"5933msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"59345935#: builtin/blame.c:7535936msgid "--progress can't be used with --incremental or porcelain formats"5937msgstr ""5938"--progress kann nicht mit --incremental oder Formaten für Fremdprogramme\n"5939"verwendet werden"59405941#. TRANSLATORS: This string is used to tell us the5942#. maximum display width for a relative timestamp in5943#. "git blame" output. For C locale, "4 years, 115944#. months ago", which takes 22 places, is the longest5945#. among various forms of relative timestamps, but5946#. your language may need more or fewer display5947#. columns.5948#.5949#: builtin/blame.c:8045950msgid "4 years, 11 months ago"5951msgstr "vor 4 Jahren und 11 Monaten"59525953#: builtin/blame.c:8905954#, c-format5955msgid "file %s has only %lu line"5956msgid_plural "file %s has only %lu lines"5957msgstr[0] "Datei %s hat nur %lu Zeile"5958msgstr[1] "Datei %s hat nur %lu Zeilen"59595960#: builtin/blame.c:9365961msgid "Blaming lines"5962msgstr "Verarbeite Zeilen"59635964#: builtin/branch.c:275965msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"5966msgstr "git branch [<Optionen>] [-r | -a] [--merged | --no-merged]"59675968#: builtin/branch.c:285969msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"5970msgstr "git branch [<Optionen>] [-l] [-f] <Branchname> [<Startpunkt>]"59715972#: builtin/branch.c:295973msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."5974msgstr "git branch [<Optionen>] [-r] (-d | -D) <Branchname>..."59755976#: builtin/branch.c:305977msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"5978msgstr "git branch [<Optionen>] (-m | -M) [<alter-Branch>] <neuer-Branch>"59795980#: builtin/branch.c:315981msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"5982msgstr "git branch [<Optionen>] (-c | -C) [<alter-Branch>] <neuer-Branch>"59835984#: builtin/branch.c:325985msgid "git branch [<options>] [-r | -a] [--points-at]"5986msgstr "git branch [<Optionen>] [-r | -a] [--points-at]"59875988#: builtin/branch.c:335989msgid "git branch [<options>] [-r | -a] [--format]"5990msgstr "git branch [<Optionen>] [-r | -a] [--format]"59915992#: builtin/branch.c:1465993#, c-format5994msgid ""5995"deleting branch '%s' that has been merged to\n"5996" '%s', but not yet merged to HEAD."5997msgstr ""5998"entferne Branch '%s', der zusammengeführt wurde mit\n"5999" '%s', aber noch nicht mit HEAD zusammengeführt wurde."60006001#: builtin/branch.c:1506002#, c-format6003msgid ""6004"not deleting branch '%s' that is not yet merged to\n"6005" '%s', even though it is merged to HEAD."6006msgstr ""6007"entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n"6008" '%s', obwohl er mit HEAD zusammengeführt wurde."60096010#: builtin/branch.c:1646011#, c-format6012msgid "Couldn't look up commit object for '%s'"6013msgstr "Konnte Commit-Objekt für '%s' nicht nachschlagen."60146015#: builtin/branch.c:1686016#, c-format6017msgid ""6018"The branch '%s' is not fully merged.\n"6019"If you are sure you want to delete it, run 'git branch -D %s'."6020msgstr ""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 "6023"%s' aus."60246025#: builtin/branch.c:1816026msgid "Update of config-file failed"6027msgstr "Aktualisierung der Konfigurationsdatei fehlgeschlagen."60286029#: builtin/branch.c:2126030msgid "cannot use -a with -d"6031msgstr "kann -a nicht mit -d benutzen"60326033#: builtin/branch.c:2186034msgid "Couldn't look up commit object for HEAD"6035msgstr "Konnte Commit-Objekt für HEAD nicht nachschlagen."60366037#: builtin/branch.c:2326038#, c-format6039msgid "Cannot delete branch '%s' checked out at '%s'"6040msgstr "Kann Branch '%s' nicht entfernen, ausgecheckt in '%s'."60416042#: builtin/branch.c:2476043#, c-format6044msgid "remote-tracking branch '%s' not found."6045msgstr "Remote-Tracking-Branch '%s' nicht gefunden"60466047#: builtin/branch.c:2486048#, c-format6049msgid "branch '%s' not found."6050msgstr "Branch '%s' nicht gefunden."60516052#: builtin/branch.c:2636053#, c-format6054msgid "Error deleting remote-tracking branch '%s'"6055msgstr "Fehler beim Entfernen des Remote-Tracking-Branches '%s'"60566057#: builtin/branch.c:2646058#, c-format6059msgid "Error deleting branch '%s'"6060msgstr "Fehler beim Entfernen des Branches '%s'"60616062#: builtin/branch.c:2716063#, c-format6064msgid "Deleted remote-tracking branch %s (was %s).\n"6065msgstr "Remote-Tracking-Branch %s entfernt (war %s).\n"60666067#: builtin/branch.c:2726068#, c-format6069msgid "Deleted branch %s (was %s).\n"6070msgstr "Branch %s entfernt (war %s).\n"60716072#: builtin/branch.c:417 builtin/tag.c:586073msgid "unable to parse format string"6074msgstr "Konnte Formatierungsstring nicht parsen."60756076#: builtin/branch.c:4506077#, c-format6078msgid "Branch %s is being rebased at %s"6079msgstr "Branch %s wird auf %s umgesetzt"60806081#: builtin/branch.c:4546082#, c-format6083msgid "Branch %s is being bisected at %s"6084msgstr "Binäre Suche von Branch %s zu %s im Gange"60856086#: builtin/branch.c:4716087msgid "cannot copy the current branch while not on any."6088msgstr ""6089"Kann den aktuellen Branch nicht kopieren, solange Sie sich auf keinem "6090"befinden."60916092#: builtin/branch.c:4736093msgid "cannot rename the current branch while not on any."6094msgstr ""6095"Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."60966097#: builtin/branch.c:4846098#, c-format6099msgid "Invalid branch name: '%s'"6100msgstr "Ungültiger Branchname: '%s'"61016102#: builtin/branch.c:5116103msgid "Branch rename failed"6104msgstr "Umbenennung des Branches fehlgeschlagen"61056106#: builtin/branch.c:5136107msgid "Branch copy failed"6108msgstr "Kopie des Branches fehlgeschlagen"61096110#: builtin/branch.c:5176111#, c-format6112msgid "Created a copy of a misnamed branch '%s'"6113msgstr "Kopie eines falsch benannten Branches '%s' erstellt."61146115#: builtin/branch.c:5206116#, c-format6117msgid "Renamed a misnamed branch '%s' away"6118msgstr "falsch benannten Branch '%s' umbenannt"61196120#: builtin/branch.c:5266121#, c-format6122msgid "Branch renamed to %s, but HEAD is not updated!"6123msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"61246125#: builtin/branch.c:5356126msgid "Branch is renamed, but update of config-file failed"6127msgstr ""6128"Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "6129"fehlgeschlagen."61306131#: builtin/branch.c:5376132msgid "Branch is copied, but update of config-file failed"6133msgstr ""6134"Branch wurde kopiert, aber die Aktualisierung der Konfigurationsdatei ist\n"6135"fehlgeschlagen."61366137#: builtin/branch.c:5536138#, c-format6139msgid ""6140"Please edit the description for the branch\n"6141" %s\n"6142"Lines starting with '%c' will be stripped.\n"6143msgstr ""6144"Bitte ändern Sie die Beschreibung für den Branch\n"6145" %s\n"6146"Zeilen, die mit '%c' beginnen, werden entfernt.\n"61476148#: builtin/branch.c:5866149msgid "Generic options"6150msgstr "Allgemeine Optionen"61516152#: builtin/branch.c:5886153msgid "show hash and subject, give twice for upstream branch"6154msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch"61556156#: builtin/branch.c:5896157msgid "suppress informational messages"6158msgstr "Informationsmeldungen unterdrücken"61596160#: builtin/branch.c:5906161msgid "set up tracking mode (see git-pull(1))"6162msgstr "Modus zum Folgen von Branches einstellen (siehe git-pull(1))"61636164#: builtin/branch.c:5926165msgid "do not use"6166msgstr "nicht verwenden"61676168#: builtin/branch.c:5946169msgid "upstream"6170msgstr "Upstream"61716172#: builtin/branch.c:5946173msgid "change the upstream info"6174msgstr "Informationen zum Upstream-Branch ändern"61756176#: builtin/branch.c:5956177msgid "Unset the upstream info"6178msgstr "Informationen zum Upstream-Branch entfernen"61796180#: builtin/branch.c:5966181msgid "use colored output"6182msgstr "farbige Ausgaben verwenden"61836184#: builtin/branch.c:5976185msgid "act on remote-tracking branches"6186msgstr "auf Remote-Tracking-Branches wirken"61876188#: builtin/branch.c:599 builtin/branch.c:6016189msgid "print only branches that contain the commit"6190msgstr "nur Branches ausgeben, die diesen Commit enthalten"61916192#: builtin/branch.c:600 builtin/branch.c:6026193msgid "print only branches that don't contain the commit"6194msgstr "nur Branches ausgeben, die diesen Commit nicht enthalten"61956196#: builtin/branch.c:6056197msgid "Specific git-branch actions:"6198msgstr "spezifische Aktionen für \"git-branch\":"61996200#: builtin/branch.c:6066201msgid "list both remote-tracking and local branches"6202msgstr "Remote-Tracking und lokale Branches auflisten"62036204#: builtin/branch.c:6086205msgid "delete fully merged branch"6206msgstr "vollständig zusammengeführten Branch entfernen"62076208#: builtin/branch.c:6096209msgid "delete branch (even if not merged)"6210msgstr "Branch löschen (auch wenn nicht zusammengeführt)"62116212#: builtin/branch.c:6106213msgid "move/rename a branch and its reflog"6214msgstr "einen Branch und dessen Reflog verschieben/umbenennen"62156216#: builtin/branch.c:6116217msgid "move/rename a branch, even if target exists"6218msgstr ""6219"einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert"62206221#: builtin/branch.c:6126222msgid "copy a branch and its reflog"6223msgstr "einen Branch und dessen Reflog kopieren"62246225#: builtin/branch.c:6136226msgid "copy a branch, even if target exists"6227msgstr "einen Branch kopieren, auch wenn das Ziel bereits existiert"62286229#: builtin/branch.c:6146230msgid "list branch names"6231msgstr "Branchnamen auflisten"62326233#: builtin/branch.c:6156234msgid "create the branch's reflog"6235msgstr "das Reflog des Branches erzeugen"62366237#: builtin/branch.c:6176238msgid "edit the description for the branch"6239msgstr "die Beschreibung für den Branch bearbeiten"62406241#: builtin/branch.c:6186242msgid "force creation, move/rename, deletion"6243msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen"62446245#: builtin/branch.c:6196246msgid "print only branches that are merged"6247msgstr "nur zusammengeführte Branches ausgeben"62486249#: builtin/branch.c:6206250msgid "print only branches that are not merged"6251msgstr "nur nicht zusammengeführte Branches ausgeben"62526253#: builtin/branch.c:6216254msgid "list branches in columns"6255msgstr "Branches in Spalten auflisten"62566257#: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:4116258msgid "key"6259msgstr "Schüssel"62606261#: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:4126262msgid "field name to sort on"6263msgstr "sortiere nach diesem Feld"62646265#: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:4086266#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:5746267#: builtin/tag.c:4146268msgid "object"6269msgstr "Objekt"62706271#: builtin/branch.c:6266272msgid "print only branches of the object"6273msgstr "nur Branches von diesem Objekt ausgeben"62746275#: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:4216276msgid "sorting and filtering are case insensitive"6277msgstr "Sortierung und Filterung sind unabhängig von Groß- und Kleinschreibung"62786279#: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:4196280#: builtin/verify-tag.c:396281msgid "format to use for the output"6282msgstr "für die Ausgabe zu verwendendes Format"62836284#: builtin/branch.c:652 builtin/clone.c:7356285msgid "HEAD not found below refs/heads!"6286msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"62876288#: builtin/branch.c:6756289msgid "--column and --verbose are incompatible"6290msgstr "Die Optionen --column und --verbose sind inkompatibel."62916292#: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:7516293msgid "branch name required"6294msgstr "Branchname erforderlich"62956296#: builtin/branch.c:7186297msgid "Cannot give description to detached HEAD"6298msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"62996300#: builtin/branch.c:7236301msgid "cannot edit description of more than one branch"6302msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"63036304#: builtin/branch.c:7306305#, c-format6306msgid "No commit on branch '%s' yet."6307msgstr "Noch kein Commit in Branch '%s'."63086309#: builtin/branch.c:7336310#, c-format6311msgid "No branch named '%s'."6312msgstr "Branch '%s' nicht vorhanden."63136314#: builtin/branch.c:7486315msgid "too many branches for a copy operation"6316msgstr "zu viele Branches für eine Kopieroperation angegeben"63176318#: builtin/branch.c:7576319msgid "too many arguments for a rename operation"6320msgstr "zu viele Argumente für eine Umbenennen-Operation angegeben"63216322#: builtin/branch.c:7626323msgid "too many arguments to set new upstream"6324msgstr "zu viele Argumente angegeben, um Upstream-Branch zu setzen"63256326#: builtin/branch.c:7666327#, c-format6328msgid ""6329"could not set upstream of HEAD to %s when it does not point to any branch."6330msgstr ""6331"Konnte keinen neuen Upstream-Branch von HEAD zu %s setzen, da dieser auf\n"6332"keinen Branch zeigt."63336334#: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:8076335#, c-format6336msgid "no such branch '%s'"6337msgstr "Kein solcher Branch '%s'"63386339#: builtin/branch.c:7736340#, c-format6341msgid "branch '%s' does not exist"6342msgstr "Branch '%s' existiert nicht"63436344#: builtin/branch.c:7856345msgid "too many arguments to unset upstream"6346msgstr ""6347"zu viele Argumente angegeben, um Konfiguration zu Upstream-Branch zu "6348"entfernen"63496350#: builtin/branch.c:7896351msgid "could not unset upstream of HEAD when it does not point to any branch."6352msgstr ""6353"Konnte Konfiguration zu Upstream-Branch von HEAD nicht entfernen, da dieser\n"6354"auf keinen Branch zeigt."63556356#: builtin/branch.c:7956357#, c-format6358msgid "Branch '%s' has no upstream information"6359msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"63606361#: builtin/branch.c:8106362msgid "-a and -r options to 'git branch' do not make sense with a branch name"6363msgstr ""6364"Die Optionen -a und -r bei 'git branch' können nicht gemeimsam mit einem "6365"Branchnamen verwendet werden."63666367#: builtin/branch.c:8136368msgid ""6369"the '--set-upstream' option is no longer supported. Please use '--track' or "6370"'--set-upstream-to' instead."6371msgstr ""6372"Die '--set-upstream' Option wird nicht länger unterstützt.\n"6373"Bitte benutzen Sie stattdessen '--track' oder '--set-upstream-to'."63746375#: builtin/bundle.c:456376#, c-format6377msgid "%s is okay\n"6378msgstr "%s ist in Ordnung\n"63796380#: builtin/bundle.c:586381msgid "Need a repository to create a bundle."6382msgstr "Um ein Paket zu erstellen wird ein Repository benötigt."63836384#: builtin/bundle.c:626385msgid "Need a repository to unbundle."6386msgstr "Zum Entpacken wird ein Repository benötigt."63876388#: builtin/cat-file.c:5236389msgid ""6390"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"6391"p | <type> | --textconv | --filters) [--path=<path>] <object>"6392msgstr ""6393"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"6394"p | <Art> | --textconv | --filters) [--path=<Pfad>] <Objekt>"63956396#: builtin/cat-file.c:5246397msgid ""6398"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"6399"filters]"6400msgstr ""6401"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"6402"filters]"64036404#: builtin/cat-file.c:5616405msgid "<type> can be one of: blob, tree, commit, tag"6406msgstr "<Art> kann sein: blob, tree, commit, tag"64076408#: builtin/cat-file.c:5626409msgid "show object type"6410msgstr "Objektart anzeigen"64116412#: builtin/cat-file.c:5636413msgid "show object size"6414msgstr "Objektgröße anzeigen"64156416#: builtin/cat-file.c:5656417msgid "exit with zero when there's no error"6418msgstr "mit Rückgabewert 0 beenden, wenn kein Fehler aufgetreten ist"64196420#: builtin/cat-file.c:5666421msgid "pretty-print object's content"6422msgstr "ansprechende Anzeige des Objektinhaltes"64236424#: builtin/cat-file.c:5686425msgid "for blob objects, run textconv on object's content"6426msgstr "eine Textkonvertierung auf den Inhalt von Blob-Objekten ausführen"64276428#: builtin/cat-file.c:5706429msgid "for blob objects, run filters on object's content"6430msgstr "für Blob-Objekte, Filter auf Objekt-Inhalte ausführen"64316432#: builtin/cat-file.c:571 git-submodule.sh:8786433msgid "blob"6434msgstr "Blob"64356436#: builtin/cat-file.c:5726437msgid "use a specific path for --textconv/--filters"6438msgstr "einen bestimmten Pfad für --textconv/--filters verwenden"64396440#: builtin/cat-file.c:5746441msgid "allow -s and -t to work with broken/corrupt objects"6442msgstr "-s und -t mit beschädigten Objekten erlauben"64436444#: builtin/cat-file.c:5756445msgid "buffer --batch output"6446msgstr "Ausgabe von --batch puffern"64476448#: builtin/cat-file.c:5776449msgid "show info and content of objects fed from the standard input"6450msgstr ""6451"Anzeige von Informationen und Inhalt von Objekten, gelesen von der Standard-"6452"Eingabe"64536454#: builtin/cat-file.c:5806455msgid "show info about objects fed from the standard input"6456msgstr ""6457"Anzeige von Informationen über Objekte, gelesen von der Standard-Eingabe"64586459#: builtin/cat-file.c:5836460msgid "follow in-tree symlinks (used with --batch or --batch-check)"6461msgstr ""6462"symbolischen Verknüpfungen innerhalb des Repositories folgen (verwendet mit "6463"--batch oder --batch-check)"64646465#: builtin/cat-file.c:5856466msgid "show all objects with --batch or --batch-check"6467msgstr "alle Objekte mit --batch oder --batch-check anzeigen"64686469#: builtin/check-attr.c:126470msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."6471msgstr "git check-attr [-a | --all | <Attribut>...] [--] <Pfadname>..."64726473#: builtin/check-attr.c:136474msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"6475msgstr "git check-attr --stdin [-z] [-a | --all | <Attribut>...]"64766477#: builtin/check-attr.c:206478msgid "report all attributes set on file"6479msgstr "alle Attribute einer Datei ausgeben"64806481#: builtin/check-attr.c:216482msgid "use .gitattributes only from the index"6483msgstr "nur .gitattributes vom Index verwenden"64846485#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:1006486msgid "read file names from stdin"6487msgstr "Dateinamen von der Standard-Eingabe lesen"64886489#: builtin/check-attr.c:24 builtin/check-ignore.c:266490msgid "terminate input and output records by a NUL character"6491msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen"64926493#: builtin/check-ignore.c:20 builtin/checkout.c:1106 builtin/gc.c:3586494msgid "suppress progress reporting"6495msgstr "Fortschrittsanzeige unterdrücken"64966497#: builtin/check-ignore.c:286498msgid "show non-matching input paths"6499msgstr "Eingabe-Pfade ohne Übereinstimmungen anzeigen"65006501#: builtin/check-ignore.c:306502msgid "ignore index when checking"6503msgstr "Index bei der Prüfung ignorieren"65046505#: builtin/check-ignore.c:1596506msgid "cannot specify pathnames with --stdin"6507msgstr "Angabe von Pfadnamen kann nicht gemeinsam mit --stdin verwendet werden"65086509#: builtin/check-ignore.c:1626510msgid "-z only makes sense with --stdin"6511msgstr "Die Option -z kann nur mit --stdin verwendet werden."65126513#: builtin/check-ignore.c:1646514msgid "no path specified"6515msgstr "kein Pfad angegeben"65166517#: builtin/check-ignore.c:1686518msgid "--quiet is only valid with a single pathname"6519msgstr "Die Option --quiet ist nur mit einem einzelnen Pfadnamen gültig."65206521#: builtin/check-ignore.c:1706522msgid "cannot have both --quiet and --verbose"6523msgstr ""6524"Die Optionen --quiet und --verbose können nicht gemeinsam verwendet werden."65256526#: builtin/check-ignore.c:1736527msgid "--non-matching is only valid with --verbose"6528msgstr "--non-matching ist nur mit --verbose zulässig"65296530#: builtin/check-mailmap.c:96531msgid "git check-mailmap [<options>] <contact>..."6532msgstr "git check-mailmap [<Optionen>] <Kontakt>..."65336534#: builtin/check-mailmap.c:146535msgid "also read contacts from stdin"6536msgstr "ebenfalls Kontakte von der Standard-Eingabe lesen"65376538#: builtin/check-mailmap.c:256539#, c-format6540msgid "unable to parse contact: %s"6541msgstr "Konnte Kontakt '%s' nicht parsen."65426543#: builtin/check-mailmap.c:486544msgid "no contacts specified"6545msgstr "keine Kontakte angegeben"65466547#: builtin/checkout-index.c:1286548msgid "git checkout-index [<options>] [--] [<file>...]"6549msgstr "git checkout-index [<Optionen>] [--] [<Datei>...]"65506551#: builtin/checkout-index.c:1436552msgid "stage should be between 1 and 3 or all"6553msgstr "--stage sollte zwischen 1 und 3 oder 'all' sein"65546555#: builtin/checkout-index.c:1596556msgid "check out all files in the index"6557msgstr "alle Dateien im Index auschecken"65586559#: builtin/checkout-index.c:1606560msgid "force overwrite of existing files"6561msgstr "das Überschreiben bereits existierender Dateien erzwingen"65626563#: builtin/checkout-index.c:1626564msgid "no warning for existing files and files not in index"6565msgstr ""6566"keine Warnung für existierende Dateien, und Dateien, die sich nicht im Index "6567"befinden"65686569#: builtin/checkout-index.c:1646570msgid "don't checkout new files"6571msgstr "keine neuen Dateien auschecken"65726573#: builtin/checkout-index.c:1666574msgid "update stat information in the index file"6575msgstr "Dateiinformationen in der Index-Datei aktualisieren"65766577#: builtin/checkout-index.c:1706578msgid "read list of paths from the standard input"6579msgstr "eine Liste von Pfaden von der Standard-Eingabe lesen"65806581#: builtin/checkout-index.c:1726582msgid "write the content to temporary files"6583msgstr "den Inhalt in temporäre Dateien schreiben"65846585#: builtin/checkout-index.c:173 builtin/column.c:316586#: builtin/submodule--helper.c:1203 builtin/submodule--helper.c:12066587#: builtin/submodule--helper.c:1212 builtin/submodule--helper.c:15746588#: builtin/worktree.c:5706589msgid "string"6590msgstr "Zeichenkette"65916592#: builtin/checkout-index.c:1746593msgid "when creating files, prepend <string>"6594msgstr ""6595"wenn Dateien erzeugt werden, stelle <Zeichenkette> dem Dateinamen voran"65966597#: builtin/checkout-index.c:1766598msgid "copy out the files from named stage"6599msgstr "Dateien von dem benannten Stand kopieren"66006601#: builtin/checkout.c:276602msgid "git checkout [<options>] <branch>"6603msgstr "git checkout [<Optionen>] <Branch>"66046605#: builtin/checkout.c:286606msgid "git checkout [<options>] [<branch>] -- <file>..."6607msgstr "git checkout [<Optionen>] [<Branch>] -- <Datei>..."66086609#: builtin/checkout.c:136 builtin/checkout.c:1696610#, c-format6611msgid "path '%s' does not have our version"6612msgstr "Pfad '%s' hat nicht unsere Version."66136614#: builtin/checkout.c:138 builtin/checkout.c:1716615#, c-format6616msgid "path '%s' does not have their version"6617msgstr "Pfad '%s' hat nicht deren Version."66186619#: builtin/checkout.c:1546620#, c-format6621msgid "path '%s' does not have all necessary versions"6622msgstr "Pfad '%s' hat nicht alle notwendigen Versionen."66236624#: builtin/checkout.c:1986625#, c-format6626msgid "path '%s' does not have necessary versions"6627msgstr "Pfad '%s' hat nicht die notwendigen Versionen."66286629#: builtin/checkout.c:2156630#, c-format6631msgid "path '%s': cannot merge"6632msgstr "Pfad '%s': kann nicht zusammenführen"66336634#: builtin/checkout.c:2316635#, c-format6636msgid "Unable to add merge result for '%s'"6637msgstr "Konnte Merge-Ergebnis von '%s' nicht hinzufügen."66386639#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:2596640#: builtin/checkout.c:2626641#, c-format6642msgid "'%s' cannot be used with updating paths"6643msgstr "'%s' kann nicht mit der Aktualisierung von Pfaden verwendet werden"66446645#: builtin/checkout.c:265 builtin/checkout.c:2686646#, c-format6647msgid "'%s' cannot be used with %s"6648msgstr "'%s' kann nicht mit '%s' verwendet werden"66496650#: builtin/checkout.c:2716651#, c-format6652msgid "Cannot update paths and switch to branch '%s' at the same time."6653msgstr ""6654"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln"66556656#: builtin/checkout.c:340 builtin/checkout.c:3476657#, c-format6658msgid "path '%s' is unmerged"6659msgstr "Pfad '%s' ist nicht zusammengeführt."66606661#: builtin/checkout.c:5056662msgid "you need to resolve your current index first"6663msgstr "Sie müssen zuerst die Konflikte in Ihrem aktuellen Index auflösen."66646665#: builtin/checkout.c:6366666#, c-format6667msgid "Can not do reflog for '%s': %s\n"6668msgstr "Kann \"reflog\" für '%s' nicht durchführen: %s\n"66696670#: builtin/checkout.c:6776671msgid "HEAD is now at"6672msgstr "HEAD ist jetzt bei"66736674#: builtin/checkout.c:681 builtin/clone.c:6896675msgid "unable to update HEAD"6676msgstr "Konnte HEAD nicht aktualisieren."66776678#: builtin/checkout.c:6856679#, c-format6680msgid "Reset branch '%s'\n"6681msgstr "Setze Branch '%s' neu\n"66826683#: builtin/checkout.c:6886684#, c-format6685msgid "Already on '%s'\n"6686msgstr "Bereits auf '%s'\n"66876688#: builtin/checkout.c:6926689#, c-format6690msgid "Switched to and reset branch '%s'\n"6691msgstr "Zu umgesetztem Branch '%s' gewechselt\n"66926693#: builtin/checkout.c:694 builtin/checkout.c:10396694#, c-format6695msgid "Switched to a new branch '%s'\n"6696msgstr "Zu neuem Branch '%s' gewechselt\n"66976698#: builtin/checkout.c:6966699#, c-format6700msgid "Switched to branch '%s'\n"6701msgstr "Zu Branch '%s' gewechselt\n"67026703#: builtin/checkout.c:7476704#, c-format6705msgid " ... and %d more.\n"6706msgstr " ... und %d weitere.\n"67076708#: builtin/checkout.c:7536709#, c-format6710msgid ""6711"Warning: you are leaving %d commit behind, not connected to\n"6712"any of your branches:\n"6713"\n"6714"%s\n"6715msgid_plural ""6716"Warning: you are leaving %d commits behind, not connected to\n"6717"any of your branches:\n"6718"\n"6719"%s\n"6720msgstr[0] ""6721"Warnung: Sie lassen %d Commit zurück. Folgender Commit ist in\n"6722"keinem Ihrer Branches enthalten:\n"6723"\n"6724"%s\n"6725msgstr[1] ""6726"Warnung: Sie lassen %d Commits zurück. Folgende Commits sind in\n"6727"keinem Ihrer Branches enthalten:\n"6728"\n"6729"%s\n"67306731#: builtin/checkout.c:7726732#, c-format6733msgid ""6734"If you want to keep it by creating a new branch, this may be a good time\n"6735"to do so with:\n"6736"\n"6737" git branch <new-branch-name> %s\n"6738"\n"6739msgid_plural ""6740"If you want to keep them by creating a new branch, this may be a good time\n"6741"to do so with:\n"6742"\n"6743" git branch <new-branch-name> %s\n"6744"\n"6745msgstr[0] ""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"6748"\n"6749" git branch <neuer-Branchname> %s\n"6750"\n"6751msgstr[1] ""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"6754"\n"6755" git branch <neuer-Branchname> %s\n"6756"\n"67576758#: builtin/checkout.c:8046759msgid "internal error in revision walk"6760msgstr "interner Fehler im Revisionsgang"67616762#: builtin/checkout.c:8086763msgid "Previous HEAD position was"6764msgstr "Vorherige Position von HEAD war"67656766#: builtin/checkout.c:836 builtin/checkout.c:10346767msgid "You are on a branch yet to be born"6768msgstr "Sie sind auf einem Branch, der noch nicht geboren ist"67696770#: builtin/checkout.c:9406771#, c-format6772msgid "only one reference expected, %d given."6773msgstr "nur eine Referenz erwartet, %d gegeben."67746775#: builtin/checkout.c:980 builtin/worktree.c:2496776#, c-format6777msgid "invalid reference: %s"6778msgstr "Ungültige Referenz: %s"67796780#: builtin/checkout.c:10096781#, c-format6782msgid "reference is not a tree: %s"6783msgstr "Referenz ist kein \"Tree\"-Objekt: %s"67846785#: builtin/checkout.c:10486786msgid "paths cannot be used with switching branches"6787msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"67886789#: builtin/checkout.c:1051 builtin/checkout.c:10556790#, c-format6791msgid "'%s' cannot be used with switching branches"6792msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"67936794#: builtin/checkout.c:1059 builtin/checkout.c:1062 builtin/checkout.c:10676795#: builtin/checkout.c:10706796#, c-format6797msgid "'%s' cannot be used with '%s'"6798msgstr "'%s' kann nicht mit '%s' verwendet werden"67996800#: builtin/checkout.c:10756801#, c-format6802msgid "Cannot switch branch to a non-commit '%s'"6803msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"68046805#: builtin/checkout.c:1107 builtin/checkout.c:1109 builtin/clone.c:1166806#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:3876807#: builtin/worktree.c:3896808msgid "branch"6809msgstr "Branch"68106811#: builtin/checkout.c:11086812msgid "create and checkout a new branch"6813msgstr "einen neuen Branch erzeugen und auschecken"68146815#: builtin/checkout.c:11106816msgid "create/reset and checkout a branch"6817msgstr "einen Branch erstellen/umsetzen und auschecken"68186819#: builtin/checkout.c:11116820msgid "create reflog for new branch"6821msgstr "das Reflog für den neuen Branch erzeugen"68226823#: builtin/checkout.c:1112 builtin/worktree.c:3916824msgid "detach HEAD at named commit"6825msgstr "HEAD bei benanntem Commit loslösen"68266827#: builtin/checkout.c:11136828msgid "set upstream info for new branch"6829msgstr "Informationen zum Upstream-Branch für den neuen Branch setzen"68306831#: builtin/checkout.c:11156832msgid "new-branch"6833msgstr "neuer Branch"68346835#: builtin/checkout.c:11156836msgid "new unparented branch"6837msgstr "neuer Branch ohne Eltern-Commit"68386839#: builtin/checkout.c:11166840msgid "checkout our version for unmerged files"6841msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken"68426843#: builtin/checkout.c:11186844msgid "checkout their version for unmerged files"6845msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken"68466847#: builtin/checkout.c:11206848msgid "force checkout (throw away local modifications)"6849msgstr "Auschecken erzwingen (verwirft lokale Änderungen)"68506851#: builtin/checkout.c:11226852msgid "perform a 3-way merge with the new branch"6853msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen"68546855#: builtin/checkout.c:1124 builtin/merge.c:2396856msgid "update ignored files (default)"6857msgstr "ignorierte Dateien aktualisieren (Standard)"68586859#: builtin/checkout.c:1126 builtin/log.c:1499 parse-options.h:2636860msgid "style"6861msgstr "Stil"68626863#: builtin/checkout.c:11276864msgid "conflict style (merge or diff3)"6865msgstr "Konfliktstil (merge oder diff3)"68666867#: builtin/checkout.c:11306868msgid "do not limit pathspecs to sparse entries only"6869msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken"68706871#: builtin/checkout.c:11326872msgid "second guess 'git checkout <no-such-branch>'"6873msgstr "second guess 'git checkout <no-such-branch>'"68746875#: builtin/checkout.c:11346876msgid "do not check if another worktree is holding the given ref"6877msgstr ""6878"Prüfung, ob die Referenz bereits in einem anderen Arbeitsverzeichnis "6879"ausgecheckt wurde, deaktivieren"68806881#: builtin/checkout.c:1138 builtin/clone.c:83 builtin/fetch.c:1506882#: builtin/merge.c:236 builtin/pull.c:123 builtin/push.c:5566883#: builtin/send-pack.c:1736884msgid "force progress reporting"6885msgstr "Fortschrittsanzeige erzwingen"68866887#: builtin/checkout.c:11686888msgid "-b, -B and --orphan are mutually exclusive"6889msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."68906891#: builtin/checkout.c:11856892msgid "--track needs a branch name"6893msgstr "Bei der Option --track muss ein Branchname angegeben werden."68946895#: builtin/checkout.c:11906896msgid "Missing branch name; try -b"6897msgstr "Vermisse Branchnamen; versuchen Sie -b"68986899#: builtin/checkout.c:12266900msgid "invalid path specification"6901msgstr "ungültige Pfadspezifikation"69026903#: builtin/checkout.c:12336904#, c-format6905msgid "'%s' is not a commit and a branch '%s' cannot be created from it"6906msgstr ""6907"'%s' ist kein Commit und es kann kein Branch '%s' aus diesem erstellt werden."69086909#: builtin/checkout.c:12376910#, c-format6911msgid "git checkout: --detach does not take a path argument '%s'"6912msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"69136914#: builtin/checkout.c:12416915msgid ""6916"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"6917"checking out of the index."6918msgstr ""6919"git checkout: --ours/--theirs, --force und --merge sind inkompatibel wenn\n"6920"Sie aus dem Index auschecken."69216922#: builtin/clean.c:266923msgid ""6924"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."6925msgstr ""6926"git clean [-d] [-f] [-i] [-n] [-q] [-e <Muster>] [-x | -X] [--] <Pfade>..."69276928#: builtin/clean.c:306929#, c-format6930msgid "Removing %s\n"6931msgstr "Lösche %s\n"69326933#: builtin/clean.c:316934#, c-format6935msgid "Would remove %s\n"6936msgstr "Würde %s löschen\n"69376938#: builtin/clean.c:326939#, c-format6940msgid "Skipping repository %s\n"6941msgstr "Überspringe Repository %s\n"69426943#: builtin/clean.c:336944#, c-format6945msgid "Would skip repository %s\n"6946msgstr "Würde Repository %s überspringen\n"69476948#: builtin/clean.c:346949#, c-format6950msgid "failed to remove %s"6951msgstr "Fehler beim Löschen von %s"69526953#: builtin/clean.c:302 git-add--interactive.perl:5726954#, c-format6955msgid ""6956"Prompt help:\n"6957"1 - select a numbered item\n"6958"foo - select item based on unique prefix\n"6959" - (empty) select nothing\n"6960msgstr ""6961"Eingabehilfe:\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"69656966#: builtin/clean.c:306 git-add--interactive.perl:5816967#, c-format6968msgid ""6969"Prompt help:\n"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"6977msgstr ""6978"Eingabehilfe:\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"69866987#: builtin/clean.c:522 git-add--interactive.perl:5476988#: git-add--interactive.perl:5526989#, c-format, perl-format6990msgid "Huh (%s)?\n"6991msgstr "Wie bitte (%s)?\n"69926993#: builtin/clean.c:6646994#, c-format6995msgid "Input ignore patterns>> "6996msgstr "Ignorier-Muster eingeben>> "69976998#: builtin/clean.c:7016999#, c-format7000msgid "WARNING: Cannot find items matched by: %s"7001msgstr "WARNUNG: Kann keine Einträge finden die Muster entsprechen: %s"70027003#: builtin/clean.c:7227004msgid "Select items to delete"7005msgstr "Wählen Sie Einträge zum Löschen"70067007#. TRANSLATORS: Make sure to keep [y/N] as is7008#: builtin/clean.c:7637009#, c-format7010msgid "Remove %s [y/N]? "7011msgstr "'%s' löschen [y/N]? "70127013#: builtin/clean.c:788 git-add--interactive.perl:17107014#, c-format7015msgid "Bye.\n"7016msgstr "Tschüss.\n"70177018#: builtin/clean.c:7967019msgid ""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"7027msgstr ""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"70357036#: builtin/clean.c:823 git-add--interactive.perl:17867037msgid "*** Commands ***"7038msgstr "*** Befehle ***"70397040#: builtin/clean.c:824 git-add--interactive.perl:17837041msgid "What now"7042msgstr "Was nun"70437044#: builtin/clean.c:8327045msgid "Would remove the following item:"7046msgid_plural "Would remove the following items:"7047msgstr[0] "Würde das folgende Element entfernen:"7048msgstr[1] "Würde die folgenden Elemente entfernen:"70497050#: builtin/clean.c:8487051msgid "No more files to clean, exiting."7052msgstr "Keine Dateien mehr zum Löschen, beende."70537054#: builtin/clean.c:9107055msgid "do not print names of files removed"7056msgstr "keine Namen von gelöschten Dateien ausgeben"70577058#: builtin/clean.c:9127059msgid "force"7060msgstr "Aktion erzwingen"70617062#: builtin/clean.c:9137063msgid "interactive cleaning"7064msgstr "interaktives Clean"70657066#: builtin/clean.c:9157067msgid "remove whole directories"7068msgstr "ganze Verzeichnisse löschen"70697070#: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:5357071#: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:1597072#: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:3997073#: builtin/show-ref.c:1767074msgid "pattern"7075msgstr "Muster"70767077#: builtin/clean.c:9177078msgid "add <pattern> to ignore rules"7079msgstr "<Muster> zu den Regeln für ignorierte Pfade hinzufügen"70807081#: builtin/clean.c:9187082msgid "remove ignored files, too"7083msgstr "auch ignorierte Dateien löschen"70847085#: builtin/clean.c:9207086msgid "remove only ignored files"7087msgstr "nur ignorierte Dateien löschen"70887089#: builtin/clean.c:9387090msgid "-x and -X cannot be used together"7091msgstr "Die Optionen -x und -X können nicht gemeinsam verwendet werden."70927093#: builtin/clean.c:9427094msgid ""7095"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "7096"clean"7097msgstr ""7098"clean.requireForce auf \"true\" gesetzt und weder -i, -n noch -f gegeben; "7099"\"clean\" verweigert"71007101#: builtin/clean.c:9457102msgid ""7103"clean.requireForce defaults to true and neither -i, -n, nor -f given; "7104"refusing to clean"7105msgstr ""7106"clean.requireForce standardmäßig auf \"true\" gesetzt und weder -i, -n noch -"7107"f gegeben; \"clean\" verweigert"71087109#: builtin/clone.c:407110msgid "git clone [<options>] [--] <repo> [<dir>]"7111msgstr "git clone [<Optionen>] [--] <Repository> [<Verzeichnis>]"71127113#: builtin/clone.c:857114msgid "don't create a checkout"7115msgstr "kein Auschecken"71167117#: builtin/clone.c:86 builtin/clone.c:88 builtin/init-db.c:4797118msgid "create a bare repository"7119msgstr "ein Bare-Repository erstellen"71207121#: builtin/clone.c:907122msgid "create a mirror repository (implies bare)"7123msgstr "ein Spiegelarchiv erstellen (impliziert --bare)"71247125#: builtin/clone.c:927126msgid "to clone from a local repository"7127msgstr "von einem lokalen Repository klonen"71287129#: builtin/clone.c:947130msgid "don't use local hardlinks, always copy"7131msgstr "lokal keine harten Verweise verwenden, immer Kopien"71327133#: builtin/clone.c:967134msgid "setup as shared repository"7135msgstr "als verteiltes Repository einrichten"71367137#: builtin/clone.c:98 builtin/clone.c:1027138msgid "pathspec"7139msgstr "Pfadspezifikation"71407141#: builtin/clone.c:98 builtin/clone.c:1027142msgid "initialize submodules in the clone"7143msgstr "Submodule im Klon initialisieren"71447145#: builtin/clone.c:1057146msgid "number of submodules cloned in parallel"7147msgstr "Anzahl der parallel zu klonenden Submodule"71487149#: builtin/clone.c:106 builtin/init-db.c:4767150msgid "template-directory"7151msgstr "Vorlagenverzeichnis"71527153#: builtin/clone.c:107 builtin/init-db.c:4777154msgid "directory from which templates will be used"7155msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"71567157#: builtin/clone.c:109 builtin/clone.c:111 builtin/submodule--helper.c:12107158#: builtin/submodule--helper.c:15777159msgid "reference repository"7160msgstr "Repository referenzieren"71617162#: builtin/clone.c:1137163msgid "use --reference only while cloning"7164msgstr "--reference nur während des Klonens benutzen"71657166#: builtin/clone.c:114 builtin/column.c:27 builtin/merge-file.c:447167msgid "name"7168msgstr "Name"71697170#: builtin/clone.c:1157171msgid "use <name> instead of 'origin' to track upstream"7172msgstr "<Name> statt 'origin' für Upstream-Repository verwenden"71737174#: builtin/clone.c:1177175msgid "checkout <branch> instead of the remote's HEAD"7176msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories"71777178#: builtin/clone.c:1197179msgid "path to git-upload-pack on the remote"7180msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"71817182#: builtin/clone.c:120 builtin/fetch.c:151 builtin/grep.c:8137183#: builtin/pull.c:2117184msgid "depth"7185msgstr "Tiefe"71867187#: builtin/clone.c:1217188msgid "create a shallow clone of that depth"7189msgstr ""7190"einen Klon mit unvollständiger Historie (shallow) in dieser Tiefe erstellen"71917192#: builtin/clone.c:122 builtin/fetch.c:153 builtin/pack-objects.c:30177193#: parse-options.h:1547194msgid "time"7195msgstr "Zeit"71967197#: builtin/clone.c:1237198msgid "create a shallow clone since a specific time"7199msgstr ""7200"einen Klon mit unvollständiger Historie (shallow) seit einer bestimmten "7201"Zeit\n"7202"erstellen"72037204#: builtin/clone.c:124 builtin/fetch.c:1557205msgid "revision"7206msgstr "Commit"72077208#: builtin/clone.c:125 builtin/fetch.c:1567209msgid "deepen history of shallow clone, excluding rev"7210msgstr ""7211"die Historie eines Klons mit unvollständiger Historie (shallow) mittels\n"7212"Ausschluss eines Commits vertiefen"72137214#: builtin/clone.c:1277215msgid "clone only one branch, HEAD or --branch"7216msgstr "nur einen Branch klonen, HEAD oder --branch"72177218#: builtin/clone.c:1297219msgid "don't clone any tags, and make later fetches not to follow them"7220msgstr "keine Tags klonen, und auch bei späteren Abrufen nicht beachten"72217222#: builtin/clone.c:1317223msgid "any cloned submodules will be shallow"7224msgstr "jedes geklonte Submodul mit unvollständiger Historie (shallow)"72257226#: builtin/clone.c:132 builtin/init-db.c:4857227msgid "gitdir"7228msgstr ".git-Verzeichnis"72297230#: builtin/clone.c:133 builtin/init-db.c:4867231msgid "separate git dir from working tree"7232msgstr "Git-Verzeichnis vom Arbeitsverzeichnis separieren"72337234#: builtin/clone.c:1347235msgid "key=value"7236msgstr "Schlüssel=Wert"72377238#: builtin/clone.c:1357239msgid "set config inside the new repository"7240msgstr "Konfiguration innerhalb des neuen Repositories setzen"72417242#: builtin/clone.c:136 builtin/fetch.c:173 builtin/pull.c:2247243#: builtin/push.c:5677244msgid "use IPv4 addresses only"7245msgstr "nur IPv4-Adressen benutzen"72467247#: builtin/clone.c:138 builtin/fetch.c:175 builtin/pull.c:2277248#: builtin/push.c:5697249msgid "use IPv6 addresses only"7250msgstr "nur IPv6-Adressen benutzen"72517252#: builtin/clone.c:2767253msgid ""7254"No directory name could be guessed.\n"7255"Please specify a directory on the command line"7256msgstr ""7257"Konnte keinen Verzeichnisnamen erraten.\n"7258"Bitte geben Sie ein Verzeichnis auf der Befehlszeile an."72597260#: builtin/clone.c:3297261#, c-format7262msgid "info: Could not add alternate for '%s': %s\n"7263msgstr "info: Konnte Alternative für '%s' nicht hinzufügen: %s\n"72647265#: builtin/clone.c:4017266#, c-format7267msgid "failed to open '%s'"7268msgstr "Fehler beim Öffnen von '%s'"72697270#: builtin/clone.c:4097271#, c-format7272msgid "%s exists and is not a directory"7273msgstr "%s existiert und ist kein Verzeichnis"72747275#: builtin/clone.c:4237276#, c-format7277msgid "failed to stat %s\n"7278msgstr "Konnte %s nicht lesen\n"72797280#: builtin/clone.c:4457281#, c-format7282msgid "failed to create link '%s'"7283msgstr "Konnte Verweis '%s' nicht erstellen"72847285#: builtin/clone.c:4497286#, c-format7287msgid "failed to copy file to '%s'"7288msgstr "Konnte Datei nicht nach '%s' kopieren"72897290#: builtin/clone.c:4757291#, c-format7292msgid "done.\n"7293msgstr "Fertig.\n"72947295#: builtin/clone.c:4897296msgid ""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"7300msgstr ""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"73047305#: builtin/clone.c:5667306#, c-format7307msgid "Could not find remote branch %s to clone."7308msgstr "Konnte zu klonenden Remote-Branch %s nicht finden."73097310#: builtin/clone.c:6617311msgid "remote did not send all necessary objects"7312msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."73137314#: builtin/clone.c:6777315#, c-format7316msgid "unable to update %s"7317msgstr "kann %s nicht aktualisieren"73187319#: builtin/clone.c:7267320msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"7321msgstr ""7322"Externer HEAD bezieht sich auf eine nicht existierende Referenz und kann "7323"nicht ausgecheckt werden.\n"73247325#: builtin/clone.c:7567326msgid "unable to checkout working tree"7327msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden"73287329#: builtin/clone.c:8017330msgid "unable to write parameters to config file"7331msgstr "konnte Parameter nicht in Konfigurationsdatei schreiben"73327333#: builtin/clone.c:8647334msgid "cannot repack to clean up"7335msgstr "Kann \"repack\" zum Aufräumen nicht aufrufen"73367337#: builtin/clone.c:8667338msgid "cannot unlink temporary alternates file"7339msgstr "Kann temporäre \"alternates\"-Datei nicht entfernen"73407341#: builtin/clone.c:906 builtin/receive-pack.c:19467342msgid "Too many arguments."7343msgstr "Zu viele Argumente."73447345#: builtin/clone.c:9107346msgid "You must specify a repository to clone."7347msgstr "Sie müssen ein Repository zum Klonen angeben."73487349#: builtin/clone.c:9237350#, c-format7351msgid "--bare and --origin %s options are incompatible."7352msgstr "Die Optionen --bare und --origin %s sind inkompatibel."73537354#: builtin/clone.c:9267355msgid "--bare and --separate-git-dir are incompatible."7356msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."73577358#: builtin/clone.c:9397359#, c-format7360msgid "repository '%s' does not exist"7361msgstr "Repository '%s' existiert nicht."73627363#: builtin/clone.c:945 builtin/fetch.c:14557364#, c-format7365msgid "depth %s is not a positive number"7366msgstr "Tiefe %s ist keine positive Zahl"73677368#: builtin/clone.c:9557369#, c-format7370msgid "destination path '%s' already exists and is not an empty directory."7371msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."73727373#: builtin/clone.c:9657374#, c-format7375msgid "working tree '%s' already exists."7376msgstr "Arbeitsverzeichnis '%s' existiert bereits."73777378#: builtin/clone.c:980 builtin/clone.c:1001 builtin/difftool.c:2707379#: builtin/worktree.c:255 builtin/worktree.c:2857380#, c-format7381msgid "could not create leading directories of '%s'"7382msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."73837384#: builtin/clone.c:9857385#, c-format7386msgid "could not create work tree dir '%s'"7387msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen"73887389#: builtin/clone.c:10057390#, c-format7391msgid "Cloning into bare repository '%s'...\n"7392msgstr "Klone in Bare-Repository '%s' ...\n"73937394#: builtin/clone.c:10077395#, c-format7396msgid "Cloning into '%s'...\n"7397msgstr "Klone nach '%s' ...\n"73987399#: builtin/clone.c:10317400msgid ""7401"clone --recursive is not compatible with both --reference and --reference-if-"7402"able"7403msgstr ""7404"'clone --recursive' ist nicht kompatibel mit --reference und --reference-if-"7405"able"74067407#: builtin/clone.c:10937408msgid "--depth is ignored in local clones; use file:// instead."7409msgstr ""7410"Die Option --depth wird in lokalen Klonen ignoriert; benutzen Sie "7411"stattdessen file://"74127413#: builtin/clone.c:10957414msgid "--shallow-since is ignored in local clones; use file:// instead."7415msgstr ""7416"--shallow-since wird in lokalen Klonen ignoriert; benutzen Sie stattdessen "7417"file://"74187419#: builtin/clone.c:10977420msgid "--shallow-exclude is ignored in local clones; use file:// instead."7421msgstr ""7422"--shallow-exclude wird in lokalen Klonen ignoriert; benutzen Sie stattdessen "7423"file://"74247425#: builtin/clone.c:10997426msgid "--filter is ignored in local clones; use file:// instead."7427msgstr "--filter wird in lokalen Klonen ignoriert; benutzen Sie stattdessen file://"74287429#: builtin/clone.c:11027430msgid "source repository is shallow, ignoring --local"7431msgstr ""7432"Quelle ist ein Repository mit unvollständiger Historie (shallow),\n"7433"ignoriere --local"74347435#: builtin/clone.c:11077436msgid "--local is ignored"7437msgstr "--local wird ignoriert"74387439#: builtin/clone.c:1169 builtin/clone.c:11777440#, c-format7441msgid "Remote branch %s not found in upstream %s"7442msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden"74437444#: builtin/clone.c:11807445msgid "You appear to have cloned an empty repository."7446msgstr "Sie scheinen ein leeres Repository geklont zu haben."74477448#: builtin/column.c:107449msgid "git column [<options>]"7450msgstr "git column [<Optionen>]"74517452#: builtin/column.c:277453msgid "lookup config vars"7454msgstr "Konfigurationsvariablen nachschlagen"74557456#: builtin/column.c:28 builtin/column.c:297457msgid "layout to use"7458msgstr "zu verwendende Anordnung"74597460#: builtin/column.c:307461msgid "Maximum width"7462msgstr "maximale Breite"74637464#: builtin/column.c:317465msgid "Padding space on left border"7466msgstr "Abstand zum linken Rand"74677468#: builtin/column.c:327469msgid "Padding space on right border"7470msgstr "Abstand zum rechten Rand"74717472#: builtin/column.c:337473msgid "Padding space between columns"7474msgstr "Abstand zwischen Spalten"74757476#: builtin/column.c:527477msgid "--command must be the first argument"7478msgstr "Die Option --command muss an erster Stelle stehen."74797480#: builtin/commit.c:377481msgid "git commit [<options>] [--] <pathspec>..."7482msgstr "git commit [<Optionen>] [--] <Pfadspezifikation>..."74837484#: builtin/commit.c:427485msgid "git status [<options>] [--] <pathspec>..."7486msgstr "git status [<Optionen>] [--] <Pfadspezifikation>..."74877488#: builtin/commit.c:477489msgid ""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"7493msgstr ""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"74977498#: builtin/commit.c:527499msgid ""7500"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"7501"If you wish to commit it anyway, use:\n"7502"\n"7503" git commit --allow-empty\n"7504"\n"7505msgstr ""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"7509"\n"7510" git commit --allow-empty\n"7511"\n"75127513#: builtin/commit.c:597514msgid "Otherwise, please use 'git reset'\n"7515msgstr "Andernfalls benutzen Sie bitte 'git reset'\n"75167517#: builtin/commit.c:627518msgid ""7519"If you wish to skip this commit, use:\n"7520"\n"7521" git reset\n"7522"\n"7523"Then \"git cherry-pick --continue\" will resume cherry-picking\n"7524"the remaining commits.\n"7525msgstr ""7526"Wenn Sie diesen Commit auslassen möchten, benutzen Sie:\n"7527"\n"7528" git reset\n"7529"\n"7530"Benutzen Sie anschließend \"git cherry-pick --continue\", um die\n"7531"Cherry-Pick-Operation mit den verbleibenden Commits fortzusetzen.\n"75327533#: builtin/commit.c:2847534msgid "failed to unpack HEAD tree object"7535msgstr "Fehler beim Entpacken des \"Tree\"-Objektes von HEAD."75367537#: builtin/commit.c:3257538msgid "unable to create temporary index"7539msgstr "Konnte temporären Index nicht erstellen."75407541#: builtin/commit.c:3317542msgid "interactive add failed"7543msgstr "interaktives Hinzufügen fehlgeschlagen"75447545#: builtin/commit.c:3447546msgid "unable to update temporary index"7547msgstr "Konnte temporären Index nicht aktualisieren."75487549#: builtin/commit.c:3467550msgid "Failed to update main cache tree"7551msgstr "Konnte Haupt-Cache-Verzeichnis nicht aktualisieren"75527553#: builtin/commit.c:371 builtin/commit.c:395 builtin/commit.c:4447554msgid "unable to write new_index file"7555msgstr "Konnte new_index Datei nicht schreiben"75567557#: builtin/commit.c:4277558msgid "cannot do a partial commit during a merge."7559msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist."75607561#: builtin/commit.c:4297562msgid "cannot do a partial commit during a cherry-pick."7563msgstr ""7564"Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist."75657566#: builtin/commit.c:4377567msgid "cannot read the index"7568msgstr "Kann Index nicht lesen"75697570#: builtin/commit.c:4567571msgid "unable to write temporary index file"7572msgstr "Konnte temporäre Index-Datei nicht schreiben."75737574#: builtin/commit.c:5537575#, c-format7576msgid "commit '%s' lacks author header"7577msgstr "Commit '%s' fehlt Autor-Kopfbereich"75787579#: builtin/commit.c:5557580#, c-format7581msgid "commit '%s' has malformed author line"7582msgstr "Commit '%s' hat fehlerhafte Autor-Zeile"75837584#: builtin/commit.c:5747585msgid "malformed --author parameter"7586msgstr "Fehlerhafter --author Parameter"75877588#: builtin/commit.c:6267589msgid ""7590"unable to select a comment character that is not used\n"7591"in the current commit message"7592msgstr ""7593"Konnte kein Kommentar-Zeichen auswählen, das nicht in\n"7594"der aktuellen Commit-Beschreibung verwendet wird."75957596#: builtin/commit.c:663 builtin/commit.c:696 builtin/commit.c:10247597#, c-format7598msgid "could not lookup commit %s"7599msgstr "Konnte Commit %s nicht nachschlagen"76007601#: builtin/commit.c:675 builtin/shortlog.c:3097602#, c-format7603msgid "(reading log message from standard input)\n"7604msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"76057606#: builtin/commit.c:6777607msgid "could not read log from standard input"7608msgstr "Konnte Log nicht von Standard-Eingabe lesen."76097610#: builtin/commit.c:6817611#, c-format7612msgid "could not read log file '%s'"7613msgstr "Konnte Log-Datei '%s' nicht lesen"76147615#: builtin/commit.c:710 builtin/commit.c:7187616msgid "could not read SQUASH_MSG"7617msgstr "Konnte SQUASH_MSG nicht lesen"76187619#: builtin/commit.c:7157620msgid "could not read MERGE_MSG"7621msgstr "Konnte MERGE_MSG nicht lesen"76227623#: builtin/commit.c:7697624msgid "could not write commit template"7625msgstr "Konnte Commit-Vorlage nicht schreiben"76267627#: builtin/commit.c:7877628#, c-format7629msgid ""7630"\n"7631"It looks like you may be committing a merge.\n"7632"If this is not correct, please remove the file\n"7633"\t%s\n"7634"and try again.\n"7635msgstr ""7636"\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"7639"\t%s\n"7640"und versuchen Sie es erneut.\n"76417642#: builtin/commit.c:7927643#, c-format7644msgid ""7645"\n"7646"It looks like you may be committing a cherry-pick.\n"7647"If this is not correct, please remove the file\n"7648"\t%s\n"7649"and try again.\n"7650msgstr ""7651"\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"7654"\t%s\n"7655"und versuchen Sie es erneut.\n"76567657#: builtin/commit.c:8057658#, c-format7659msgid ""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"7662msgstr ""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"76667667#: builtin/commit.c:8137668#, c-format7669msgid ""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"7673msgstr ""7674"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, "7675"die\n"7676"mit '%c' beginnen, werden beibehalten; wenn Sie möchten, können Sie diese "7677"entfernen.\n"7678"Eine leere Beschreibung bricht den Commit ab.\n"76797680#: builtin/commit.c:8307681#, c-format7682msgid "%sAuthor: %.*s <%.*s>"7683msgstr "%sAutor: %.*s <%.*s>"76847685#: builtin/commit.c:8387686#, c-format7687msgid "%sDate: %s"7688msgstr "%sDatum: %s"76897690#: builtin/commit.c:8457691#, c-format7692msgid "%sCommitter: %.*s <%.*s>"7693msgstr "%sCommit-Ersteller: %.*s <%.*s>"76947695#: builtin/commit.c:8627696msgid "Cannot read index"7697msgstr "Kann Index nicht lesen"76987699#: builtin/commit.c:9287700msgid "Error building trees"7701msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"77027703#: builtin/commit.c:942 builtin/tag.c:2567704#, c-format7705msgid "Please supply the message using either -m or -F option.\n"7706msgstr ""7707"Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n"77087709#: builtin/commit.c:9867710#, c-format7711msgid "--author '%s' is not 'Name <email>' and matches no existing author"7712msgstr ""7713"--author '%s' ist nicht im Format 'Name <E-Mail>' und stimmt mit keinem "7714"vorhandenen Autor überein"77157716#: builtin/commit.c:10007717#, c-format7718msgid "Invalid ignored mode '%s'"7719msgstr "Ungültiger ignored-Modus '%s'."77207721#: builtin/commit.c:1014 builtin/commit.c:12647722#, c-format7723msgid "Invalid untracked files mode '%s'"7724msgstr "Ungültiger Modus '%s' für unversionierte Dateien"77257726#: builtin/commit.c:10527727msgid "--long and -z are incompatible"7728msgstr "Die Optionen --long und -z sind inkompatibel."77297730#: builtin/commit.c:10857731msgid "Using both --reset-author and --author does not make sense"7732msgstr ""7733"Die Optionen --reset-author und --author können nicht gemeinsam verwendet "7734"werden."77357736#: builtin/commit.c:10947737msgid "You have nothing to amend."7738msgstr "Sie haben nichts für \"--amend\"."77397740#: builtin/commit.c:10977741msgid "You are in the middle of a merge -- cannot amend."7742msgstr "Ein Merge ist im Gange -- kann \"--amend\" nicht ausführen."77437744#: builtin/commit.c:10997745msgid "You are in the middle of a cherry-pick -- cannot amend."7746msgstr "\"cherry-pick\" ist im Gange -- kann \"--amend\" nicht ausführen."77477748#: builtin/commit.c:11027749msgid "Options --squash and --fixup cannot be used together"7750msgstr ""7751"Die Optionen --squash und --fixup können nicht gemeinsam verwendet werden."77527753#: builtin/commit.c:11127754msgid "Only one of -c/-C/-F/--fixup can be used."7755msgstr "Es kann nur eine Option von -c/-C/-F/--fixup verwendet werden."77567757#: builtin/commit.c:11147758msgid "Option -m cannot be combined with -c/-C/-F."7759msgstr "Die Option -m kann nicht mit -c/-C/-F kombiniert werden."77607761#: builtin/commit.c:11227762msgid "--reset-author can be used only with -C, -c or --amend."7763msgstr ""7764"Die Option --reset--author kann nur mit -C, -c oder --amend verwendet werden."77657766#: builtin/commit.c:11397767msgid "Only one of --include/--only/--all/--interactive/--patch can be used."7768msgstr ""7769"Es kann nur eine Option von --include/--only/--all/--interactive/--patch "7770"verwendet werden."77717772#: builtin/commit.c:11417773msgid "No paths with --include/--only does not make sense."7774msgstr ""7775"Die Optionen --include und --only können nur mit der Angabe von Pfaden "7776"verwendet werden."77777778#: builtin/commit.c:1155 builtin/tag.c:5427779#, c-format7780msgid "Invalid cleanup mode %s"7781msgstr "Ungültiger \"cleanup\" Modus %s"77827783#: builtin/commit.c:11607784msgid "Paths with -a does not make sense."7785msgstr "Die Option -a kann nicht mit der Angabe von Pfaden verwendet werden."77867787#: builtin/commit.c:1278 builtin/commit.c:14437788msgid "show status concisely"7789msgstr "Status im Kurzformat anzeigen"77907791#: builtin/commit.c:1280 builtin/commit.c:14457792msgid "show branch information"7793msgstr "Branchinformationen anzeigen"77947795#: builtin/commit.c:12827796msgid "show stash information"7797msgstr "Stashinformationen anzeigen"77987799#: builtin/commit.c:1284 builtin/commit.c:14477800msgid "compute full ahead/behind values"7801msgstr "voraus/hinterher-Werte berechnen"78027803#: builtin/commit.c:12867804msgid "version"7805msgstr "Version"78067807#: builtin/commit.c:1286 builtin/commit.c:1449 builtin/push.c:5427808#: builtin/worktree.c:5417809msgid "machine-readable output"7810msgstr "maschinenlesbare Ausgabe"78117812#: builtin/commit.c:1289 builtin/commit.c:14517813msgid "show status in long format (default)"7814msgstr "Status im Langformat anzeigen (Standard)"78157816#: builtin/commit.c:1292 builtin/commit.c:14547817msgid "terminate entries with NUL"7818msgstr "Einträge mit NUL-Zeichen abschließen"78197820#: builtin/commit.c:1294 builtin/commit.c:1298 builtin/commit.c:14577821#: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:3967822msgid "mode"7823msgstr "Modus"78247825#: builtin/commit.c:1295 builtin/commit.c:14577826msgid "show untracked files, optional modes: all, normal, no. (Default: all)"7827msgstr ""7828"unversionierte Dateien anzeigen, optionale Modi: all, normal, no. (Standard: "7829"all)"78307831#: builtin/commit.c:12997832msgid ""7833"show ignored files, optional modes: traditional, matching, no. (Default: "7834"traditional)"7835msgstr ""7836"ignorierte Dateien anzeigen, optionale Modi: traditional, matching, no. "7837"(Standard: traditional)"78387839#: builtin/commit.c:1301 parse-options.h:1677840msgid "when"7841msgstr "wann"78427843#: builtin/commit.c:13027844msgid ""7845"ignore changes to submodules, optional when: all, dirty, untracked. "7846"(Default: all)"7847msgstr ""7848"Änderungen in Submodulen ignorieren, optional wenn: all, dirty, untracked. "7849"(Standard: all)"78507851#: builtin/commit.c:13047852msgid "list untracked files in columns"7853msgstr "unversionierte Dateien in Spalten auflisten"78547855#: builtin/commit.c:13237856msgid "Unsupported combination of ignored and untracked-files arguments"7857msgstr ""7858"Nicht unterstützte Kombination von ignored und untracked-files Argumenten."78597860#: builtin/commit.c:14137861msgid "suppress summary after successful commit"7862msgstr "Zusammenfassung nach erfolgreichem Commit unterdrücken"78637864#: builtin/commit.c:14147865msgid "show diff in commit message template"7866msgstr "Unterschiede in Commit-Beschreibungsvorlage anzeigen"78677868#: builtin/commit.c:14167869msgid "Commit message options"7870msgstr "Optionen für Commit-Beschreibung"78717872#: builtin/commit.c:1417 builtin/tag.c:3937873msgid "read message from file"7874msgstr "Beschreibung von Datei lesen"78757876#: builtin/commit.c:14187877msgid "author"7878msgstr "Autor"78797880#: builtin/commit.c:14187881msgid "override author for commit"7882msgstr "Autor eines Commits überschreiben"78837884#: builtin/commit.c:1419 builtin/gc.c:3597885msgid "date"7886msgstr "Datum"78877888#: builtin/commit.c:14197889msgid "override date for commit"7890msgstr "Datum eines Commits überschreiben"78917892#: builtin/commit.c:1420 builtin/merge.c:226 builtin/notes.c:4027893#: builtin/notes.c:565 builtin/tag.c:3917894msgid "message"7895msgstr "Beschreibung"78967897#: builtin/commit.c:14207898msgid "commit message"7899msgstr "Commit-Beschreibung"79007901#: builtin/commit.c:1421 builtin/commit.c:1422 builtin/commit.c:14237902#: builtin/commit.c:1424 parse-options.h:269 ref-filter.h:927903msgid "commit"7904msgstr "Commit"79057906#: builtin/commit.c:14217907msgid "reuse and edit message from specified commit"7908msgstr "Beschreibung des angegebenen Commits wiederverwenden und editieren"79097910#: builtin/commit.c:14227911msgid "reuse message from specified commit"7912msgstr "Beschreibung des angegebenen Commits wiederverwenden"79137914#: builtin/commit.c:14237915msgid "use autosquash formatted message to fixup specified commit"7916msgstr ""7917"eine automatisch zusammengesetzte Beschreibung zum Nachbessern des "7918"angegebenen Commits verwenden"79197920#: builtin/commit.c:14247921msgid "use autosquash formatted message to squash specified commit"7922msgstr ""7923"eine automatisch zusammengesetzte Beschreibung beim \"squash\" des "7924"angegebenen Commits verwenden"79257926#: builtin/commit.c:14257927msgid "the commit is authored by me now (used with -C/-c/--amend)"7928msgstr "Sie als Autor des Commits setzen (verwendet mit -C/-c/--amend)"79297930#: builtin/commit.c:1426 builtin/log.c:1446 builtin/merge.c:2407931#: builtin/pull.c:149 builtin/revert.c:1057932msgid "add Signed-off-by:"7933msgstr "'Signed-off-by:'-Zeile hinzufügen"79347935#: builtin/commit.c:14277936msgid "use specified template file"7937msgstr "angegebene Vorlagendatei verwenden"79387939#: builtin/commit.c:14287940msgid "force edit of commit"7941msgstr "Bearbeitung des Commits erzwingen"79427943#: builtin/commit.c:14297944msgid "default"7945msgstr "Standard"79467947#: builtin/commit.c:1429 builtin/tag.c:3977948msgid "how to strip spaces and #comments from message"7949msgstr ""7950"wie Leerzeichen und #Kommentare von der Beschreibung getrennt werden sollen"79517952#: builtin/commit.c:14307953msgid "include status in commit message template"7954msgstr "Status in die Commit-Beschreibungsvorlage einfügen"79557956#: builtin/commit.c:1432 builtin/merge.c:238 builtin/pull.c:1797957#: builtin/revert.c:1137958msgid "GPG sign commit"7959msgstr "Commit mit GPG signieren"79607961#: builtin/commit.c:14357962msgid "Commit contents options"7963msgstr "Optionen für Commit-Inhalt"79647965#: builtin/commit.c:14367966msgid "commit all changed files"7967msgstr "alle geänderten Dateien committen"79687969#: builtin/commit.c:14377970msgid "add specified files to index for commit"7971msgstr "die angegebenen Dateien zusätzlich zum Commit vormerken"79727973#: builtin/commit.c:14387974msgid "interactively add files"7975msgstr "interaktives Hinzufügen von Dateien"79767977#: builtin/commit.c:14397978msgid "interactively add changes"7979msgstr "interaktives Hinzufügen von Änderungen"79807981#: builtin/commit.c:14407982msgid "commit only specified files"7983msgstr "nur die angegebenen Dateien committen"79847985#: builtin/commit.c:14417986msgid "bypass pre-commit and commit-msg hooks"7987msgstr "Hooks pre-commit und commit-msg umgehen"79887989#: builtin/commit.c:14427990msgid "show what would be committed"7991msgstr "anzeigen, was committet werden würde"79927993#: builtin/commit.c:14557994msgid "amend previous commit"7995msgstr "vorherigen Commit ändern"79967997#: builtin/commit.c:14567998msgid "bypass post-rewrite hook"7999msgstr "\"post-rewrite hook\" umgehen"80008001#: builtin/commit.c:14618002msgid "ok to record an empty change"8003msgstr "Aufzeichnung einer leeren Änderung erlauben"80048005#: builtin/commit.c:14638006msgid "ok to record a change with an empty message"8007msgstr "Aufzeichnung einer Änderung mit einer leeren Beschreibung erlauben"80088009#: builtin/commit.c:15368010#, c-format8011msgid "Corrupt MERGE_HEAD file (%s)"8012msgstr "Beschädigte MERGE_HEAD-Datei (%s)"80138014#: builtin/commit.c:15438015msgid "could not read MERGE_MODE"8016msgstr "Konnte MERGE_MODE nicht lesen"80178018#: builtin/commit.c:15628019#, c-format8020msgid "could not read commit message: %s"8021msgstr "Konnte Commit-Beschreibung nicht lesen: %s"80228023#: builtin/commit.c:15738024#, c-format8025msgid "Aborting commit due to empty commit message.\n"8026msgstr "Commit aufgrund leerer Beschreibung abgebrochen.\n"80278028#: builtin/commit.c:15788029#, c-format8030msgid "Aborting commit; you did not edit the message.\n"8031msgstr "Commit abgebrochen; Sie haben die Beschreibung nicht editiert.\n"80328033#: builtin/commit.c:16138034msgid ""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."8038msgstr ""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."80438044#: builtin/config.c:108045msgid "git config [<options>]"8046msgstr "git config [<Optionen>]"80478048#: builtin/config.c:588049msgid "Config file location"8050msgstr "Ort der Konfigurationsdatei"80518052#: builtin/config.c:598053msgid "use global config file"8054msgstr "globale Konfigurationsdatei verwenden"80558056#: builtin/config.c:608057msgid "use system config file"8058msgstr "systemweite Konfigurationsdatei verwenden"80598060#: builtin/config.c:618061msgid "use repository config file"8062msgstr "Konfigurationsdatei des Repositories verwenden"80638064#: builtin/config.c:628065msgid "use given config file"8066msgstr "die angegebene Konfigurationsdatei verwenden"80678068#: builtin/config.c:638069msgid "blob-id"8070msgstr "Blob-Id"80718072#: builtin/config.c:638073msgid "read config from given blob object"8074msgstr "Konfiguration von angegebenem Blob-Objekt lesen"80758076#: builtin/config.c:648077msgid "Action"8078msgstr "Aktion"80798080#: builtin/config.c:658081msgid "get value: name [value-regex]"8082msgstr "Wert zurückgeben: Name [Wert-regex]"80838084#: builtin/config.c:668085msgid "get all values: key [value-regex]"8086msgstr "alle Werte zurückgeben: Schlüssel [Wert-regex]"80878088#: builtin/config.c:678089msgid "get values for regexp: name-regex [value-regex]"8090msgstr "Werte für den regulären Ausdruck zurückgeben: Name-regex [Wert-regex]"80918092#: builtin/config.c:688093msgid "get value specific for the URL: section[.var] URL"8094msgstr "Wert spezifisch für eine URL zurückgeben: section[.var] URL"80958096#: builtin/config.c:698097msgid "replace all matching variables: name value [value_regex]"8098msgstr "alle passenden Variablen ersetzen: Name Wert [Wert-regex] "80998100#: builtin/config.c:708101msgid "add a new variable: name value"8102msgstr "neue Variable hinzufügen: Name Wert"81038104#: builtin/config.c:718105msgid "remove a variable: name [value-regex]"8106msgstr "eine Variable entfernen: Name [Wert-regex]"81078108#: builtin/config.c:728109msgid "remove all matches: name [value-regex]"8110msgstr "alle Übereinstimmungen entfernen: Name [Wert-regex]"81118112#: builtin/config.c:738113msgid "rename section: old-name new-name"8114msgstr "eine Sektion umbenennen: alter-Name neuer-Name"81158116#: builtin/config.c:748117msgid "remove a section: name"8118msgstr "eine Sektion entfernen: Name"81198120#: builtin/config.c:758121msgid "list all"8122msgstr "alles auflisten"81238124#: builtin/config.c:768125msgid "open an editor"8126msgstr "einen Editor öffnen"81278128#: builtin/config.c:778129msgid "find the color configured: slot [default]"8130msgstr "die konfigurierte Farbe finden: Slot [Standard]"81318132#: builtin/config.c:788133msgid "find the color setting: slot [stdout-is-tty]"8134msgstr "die Farbeinstellung finden: Slot [Standard-Ausgabe-ist-Terminal]"81358136#: builtin/config.c:798137msgid "Type"8138msgstr "Typ"81398140#: builtin/config.c:808141msgid "value is \"true\" or \"false\""8142msgstr "Wert ist \"true\" oder \"false\""81438144#: builtin/config.c:818145msgid "value is decimal number"8146msgstr "Wert ist eine Dezimalzahl"81478148#: builtin/config.c:828149msgid "value is --bool or --int"8150msgstr "Wert ist --bool oder --int"81518152#: builtin/config.c:838153msgid "value is a path (file or directory name)"8154msgstr "Wert ist ein Pfad (Datei oder Verzeichnisname)"81558156#: builtin/config.c:848157msgid "value is an expiry date"8158msgstr "Wert ist ein Verfallsdatum"81598160#: builtin/config.c:858161msgid "Other"8162msgstr "Sonstiges"81638164#: builtin/config.c:868165msgid "terminate values with NUL byte"8166msgstr "schließt Werte mit NUL-Byte ab"81678168#: builtin/config.c:878169msgid "show variable names only"8170msgstr "nur Variablennamen anzeigen"81718172#: builtin/config.c:888173msgid "respect include directives on lookup"8174msgstr "beachtet \"include\"-Direktiven beim Nachschlagen"81758176#: builtin/config.c:898177msgid "show origin of config (file, standard input, blob, command line)"8178msgstr ""8179"Ursprung der Konfiguration anzeigen (Datei, Standard-Eingabe, Blob, "8180"Befehlszeile)"81818182#: builtin/config.c:3358183msgid "unable to parse default color value"8184msgstr "konnte Standard-Farbwert nicht parsen"81858186#: builtin/config.c:4798187#, c-format8188msgid ""8189"# This is Git's per-user configuration file.\n"8190"[user]\n"8191"# Please adapt and uncomment the following lines:\n"8192"#\tname = %s\n"8193"#\temail = %s\n"8194msgstr ""8195"# Das ist Git's benutzerspezifische Konfigurationsdatei.\n"8196"[user]\n"8197"# Bitte passen Sie die folgenden Zeilen an und kommentieren Sie diese aus:\n"8198"#\tname = %s\n"8199"#\temail = %s\n"82008201#: builtin/config.c:5078202msgid "--local can only be used inside a git repository"8203msgstr "--local kann nur innerhalb eines Git-Repositories verwendet werden."82048205#: builtin/config.c:6328206#, c-format8207msgid "cannot create configuration file %s"8208msgstr "Konnte Konfigurationsdatei '%s' nicht erstellen."82098210#: builtin/config.c:6458211#, c-format8212msgid ""8213"cannot overwrite multiple values with a single value\n"8214" Use a regexp, --add or --replace-all to change %s."8215msgstr ""8216"kann nicht mehrere Werte mit einem einzigen Wert überschreiben\n"8217" Benutzen Sie einen regulären Ausdruck, --add oder --replace, um %s\n"8218" zu ändern."82198220#: builtin/count-objects.c:888221msgid "git count-objects [-v] [-H | --human-readable]"8222msgstr "git count-objects [-v] [-H | --human-readable]"82238224#: builtin/count-objects.c:988225msgid "print sizes in human readable format"8226msgstr "gibt Größenangaben in menschenlesbaren Format aus"82278228#: builtin/describe.c:228229msgid "git describe [<options>] [<commit-ish>...]"8230msgstr "git describe [<Optionen>] [<Commit-Angabe>...]"82318232#: builtin/describe.c:238233msgid "git describe [<options>] --dirty"8234msgstr "git describe [<Optionen>] --dirty"82358236#: builtin/describe.c:578237msgid "head"8238msgstr "Branch"82398240#: builtin/describe.c:578241msgid "lightweight"8242msgstr "nicht-annotiert"82438244#: builtin/describe.c:578245msgid "annotated"8246msgstr "annotiert"82478248#: builtin/describe.c:2678249#, c-format8250msgid "annotated tag %s not available"8251msgstr "annotiertes Tag %s ist nicht verfügbar"82528253#: builtin/describe.c:2718254#, c-format8255msgid "annotated tag %s has no embedded name"8256msgstr "annotiertes Tag %s hat keinen eingebetteten Namen"82578258#: builtin/describe.c:2738259#, c-format8260msgid "tag '%s' is really '%s' here"8261msgstr "Tag '%s' ist eigentlich '%s' hier"82628263#: builtin/describe.c:3178264#, c-format8265msgid "no tag exactly matches '%s'"8266msgstr "kein Tag entspricht exakt '%s'"82678268#: builtin/describe.c:3198269#, c-format8270msgid "No exact match on refs or tags, searching to describe\n"8271msgstr ""8272"Keine exakte Übereinstimmung bei Referenzen oder Tags, Suche zum "8273"Beschreiben\n"82748275#: builtin/describe.c:3668276#, c-format8277msgid "finished search at %s\n"8278msgstr "beendete Suche bei %s\n"82798280#: builtin/describe.c:3928281#, c-format8282msgid ""8283"No annotated tags can describe '%s'.\n"8284"However, there were unannotated tags: try --tags."8285msgstr ""8286"Keine annotierten Tags können '%s' beschreiben.\n"8287"Jedoch gab es nicht-annotierte Tags: versuchen Sie --tags."82888289#: builtin/describe.c:3968290#, c-format8291msgid ""8292"No tags can describe '%s'.\n"8293"Try --always, or create some tags."8294msgstr ""8295"Keine Tags können '%s' beschreiben.\n"8296"Versuchen Sie --always oder erstellen Sie einige Tags."82978298#: builtin/describe.c:4268299#, c-format8300msgid "traversed %lu commits\n"8301msgstr "%lu Commits durchlaufen\n"83028303#: builtin/describe.c:4298304#, c-format8305msgid ""8306"more than %i tags found; listed %i most recent\n"8307"gave up search at %s\n"8308msgstr ""8309"mehr als %i Tags gefunden; führe die ersten %i auf\n"8310"Suche bei %s aufgegeben\n"83118312#: builtin/describe.c:4978313#, c-format8314msgid "describe %s\n"8315msgstr "Beschreibe %s\n"83168317#: builtin/describe.c:500 builtin/log.c:5028318#, c-format8319msgid "Not a valid object name %s"8320msgstr "%s ist kein gültiger Objekt-Name"83218322#: builtin/describe.c:5088323#, c-format8324msgid "%s is neither a commit nor blob"8325msgstr "%s ist weder ein Commit, noch ein Blob."83268327#: builtin/describe.c:5228328msgid "find the tag that comes after the commit"8329msgstr "das Tag finden, das nach dem Commit kommt"83308331#: builtin/describe.c:5238332msgid "debug search strategy on stderr"8333msgstr "die Suchstrategie in der Standard-Fehlerausgabe protokollieren"83348335#: builtin/describe.c:5248336msgid "use any ref"8337msgstr "alle Referenzen verwenden"83388339#: builtin/describe.c:5258340msgid "use any tag, even unannotated"8341msgstr "jedes Tag verwenden, auch nicht-annotierte"83428343#: builtin/describe.c:5268344msgid "always use long format"8345msgstr "immer langes Format verwenden"83468347#: builtin/describe.c:5278348msgid "only follow first parent"8349msgstr "nur erstem Elternteil folgen"83508351#: builtin/describe.c:5308352msgid "only output exact matches"8353msgstr "nur exakte Übereinstimmungen ausgeben"83548355#: builtin/describe.c:5328356msgid "consider <n> most recent tags (default: 10)"8357msgstr "die jüngsten <n> Tags betrachten (Standard: 10)"83588359#: builtin/describe.c:5348360msgid "only consider tags matching <pattern>"8361msgstr "nur Tags, die <Muster> entsprechen, betrachten"83628363#: builtin/describe.c:5368364msgid "do not consider tags matching <pattern>"8365msgstr "keine Tags betrachten, die <Muster> entsprechen"83668367#: builtin/describe.c:538 builtin/name-rev.c:4068368msgid "show abbreviated commit object as fallback"8369msgstr "gekürztes Commit-Objekt anzeigen, wenn sonst nichts zutrifft"83708371#: builtin/describe.c:539 builtin/describe.c:5428372msgid "mark"8373msgstr "Kennzeichen"83748375#: builtin/describe.c:5408376msgid "append <mark> on dirty working tree (default: \"-dirty\")"8377msgstr ""8378"<Kennzeichen> bei geändertem Arbeitsverzeichnis anhängen (Standard: \"-dirty"8379"\")"83808381#: builtin/describe.c:5438382msgid "append <mark> on broken working tree (default: \"-broken\")"8383msgstr ""8384"<Kennzeichen> bei defektem Arbeitsverzeichnis anhängen (Standard: \"-broken"8385"\")"83868387#: builtin/describe.c:5618388msgid "--long is incompatible with --abbrev=0"8389msgstr "Die Optionen --long und --abbrev=0 sind inkompatibel."83908391#: builtin/describe.c:5908392msgid "No names found, cannot describe anything."8393msgstr "Keine Namen gefunden, kann nichts beschreiben."83948395#: builtin/describe.c:6408396msgid "--dirty is incompatible with commit-ishes"8397msgstr "Die Option --dirty kann nicht mit Commits verwendet werden."83988399#: builtin/describe.c:6428400msgid "--broken is incompatible with commit-ishes"8401msgstr "Die Option --broken kann nicht mit Commits verwendet werden."84028403#: builtin/diff.c:838404#, c-format8405msgid "'%s': not a regular file or symlink"8406msgstr "'%s': keine reguläre Datei oder symbolische Verknüpfung"84078408#: builtin/diff.c:2348409#, c-format8410msgid "invalid option: %s"8411msgstr "Ungültige Option: %s"84128413#: builtin/diff.c:3568414msgid "Not a git repository"8415msgstr "Kein Git-Repository"84168417#: builtin/diff.c:3998418#, c-format8419msgid "invalid object '%s' given."8420msgstr "Objekt '%s' ist ungültig."84218422#: builtin/diff.c:4088423#, c-format8424msgid "more than two blobs given: '%s'"8425msgstr "Mehr als zwei Blobs angegeben: '%s'"84268427#: builtin/diff.c:4138428#, c-format8429msgid "unhandled object '%s' given."8430msgstr "unbehandeltes Objekt '%s' angegeben"84318432#: builtin/difftool.c:298433msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"8434msgstr "git difftool [<Optionen>] [<Commit> [<Commit>]] [--] [<Pfad>...]"84358436#: builtin/difftool.c:2598437#, c-format8438msgid "failed: %d"8439msgstr "fehlgeschlagen: %d"84408441#: builtin/difftool.c:3018442#, c-format8443msgid "could not read symlink %s"8444msgstr "konnte symbolische Verknüpfung %s nicht lesen"84458446#: builtin/difftool.c:3038447#, c-format8448msgid "could not read symlink file %s"8449msgstr "Konnte Datei von symbolischer Verknüpfung '%s' nicht lesen."84508451#: builtin/difftool.c:3118452#, c-format8453msgid "could not read object %s for symlink %s"8454msgstr "Konnte Objekt '%s' für symbolische Verknüpfung '%s' nicht lesen."84558456#: builtin/difftool.c:4128457msgid ""8458"combined diff formats('-c' and '--cc') are not supported in\n"8459"directory diff mode('-d' and '--dir-diff')."8460msgstr ""8461"Kombinierte Diff-Formate('-c' und '--cc') werden im Verzeichnis-\n"8462"Diff-Modus('-d' und '--dir-diff') nicht unterstützt."84638464#: builtin/difftool.c:6328465#, c-format8466msgid "both files modified: '%s' and '%s'."8467msgstr "beide Dateien geändert: '%s' und '%s'."84688469#: builtin/difftool.c:6348470msgid "working tree file has been left."8471msgstr "Datei im Arbeitsverzeichnis belassen."84728473#: builtin/difftool.c:6458474#, c-format8475msgid "temporary files exist in '%s'."8476msgstr "Es existieren temporäre Dateien in '%s'."84778478#: builtin/difftool.c:6468479msgid "you may want to cleanup or recover these."8480msgstr "Sie könnten diese aufräumen oder wiederherstellen."84818482#: builtin/difftool.c:6958483msgid "use `diff.guitool` instead of `diff.tool`"8484msgstr "`diff.guitool` anstatt `diff.tool` benutzen"84858486#: builtin/difftool.c:6978487msgid "perform a full-directory diff"8488msgstr "Diff über ganzes Verzeichnis ausführen"84898490#: builtin/difftool.c:6998491msgid "do not prompt before launching a diff tool"8492msgstr "keine Eingabeaufforderung vor Ausführung eines Diff-Tools"84938494#: builtin/difftool.c:7058495msgid "use symlinks in dir-diff mode"8496msgstr "symbolische Verknüpfungen im dir-diff Modus verwenden"84978498#: builtin/difftool.c:7068499msgid "<tool>"8500msgstr "<Tool>"85018502#: builtin/difftool.c:7078503msgid "use the specified diff tool"8504msgstr "das angegebene Diff-Tool benutzen"85058506#: builtin/difftool.c:7098507msgid "print a list of diff tools that may be used with `--tool`"8508msgstr ""8509"eine Liste mit Diff-Tools darstellen, die mit `--tool` benutzt werden können"85108511#: builtin/difftool.c:7128512msgid ""8513"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "8514"code"8515msgstr ""8516"'git-difftool' beenden, wenn das aufgerufene Diff-Tool mit einem "8517"Rückkehrwert\n"8518"verschieden 0 ausgeführt wurde"85198520#: builtin/difftool.c:7148521msgid "<command>"8522msgstr "<Programm>"85238524#: builtin/difftool.c:7158525msgid "specify a custom command for viewing diffs"8526msgstr "eigenen Befehl zur Anzeige von Unterschieden angeben"85278528#: builtin/difftool.c:7398529msgid "no <tool> given for --tool=<tool>"8530msgstr "kein <Tool> für --tool=<Tool> angegeben"85318532#: builtin/difftool.c:7468533msgid "no <cmd> given for --extcmd=<cmd>"8534msgstr "kein <Programm> für --extcmd=<Programm> angegeben"85358536#: builtin/fast-export.c:268537msgid "git fast-export [rev-list-opts]"8538msgstr "git fast-export [rev-list-opts]"85398540#: builtin/fast-export.c:9988541msgid "show progress after <n> objects"8542msgstr "Fortschritt nach <n> Objekten anzeigen"85438544#: builtin/fast-export.c:10008545msgid "select handling of signed tags"8546msgstr "Behandlung von signierten Tags wählen"85478548#: builtin/fast-export.c:10038549msgid "select handling of tags that tag filtered objects"8550msgstr "Behandlung von Tags wählen, die gefilterte Objekte markieren"85518552#: builtin/fast-export.c:10068553msgid "Dump marks to this file"8554msgstr "Kennzeichen in diese Datei schreiben"85558556#: builtin/fast-export.c:10088557msgid "Import marks from this file"8558msgstr "Kennzeichen von dieser Datei importieren"85598560#: builtin/fast-export.c:10108561msgid "Fake a tagger when tags lack one"8562msgstr "künstlich einen Tag-Ersteller erzeugen, wenn das Tag keinen hat"85638564#: builtin/fast-export.c:10128565msgid "Output full tree for each commit"8566msgstr "für jeden Commit das gesamte Verzeichnis ausgeben"85678568#: builtin/fast-export.c:10148569msgid "Use the done feature to terminate the stream"8570msgstr "die \"done\"-Funktion benutzen, um den Datenstrom abzuschließen"85718572#: builtin/fast-export.c:10158573msgid "Skip output of blob data"8574msgstr "Ausgabe von Blob-Daten überspringen"85758576#: builtin/fast-export.c:10168577msgid "refspec"8578msgstr "Refspec"85798580#: builtin/fast-export.c:10178581msgid "Apply refspec to exported refs"8582msgstr "Refspec auf exportierte Referenzen anwenden"85838584#: builtin/fast-export.c:10188585msgid "anonymize output"8586msgstr "Ausgabe anonymisieren"85878588#: builtin/fetch.c:258589msgid "git fetch [<options>] [<repository> [<refspec>...]]"8590msgstr "git fetch [<Optionen>] [<Repository> [<Refspec>...]]"85918592#: builtin/fetch.c:268593msgid "git fetch [<options>] <group>"8594msgstr "git fetch [<Optionen>] <Gruppe>"85958596#: builtin/fetch.c:278597msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"8598msgstr "git fetch --multiple [<Optionen>] [(<Repository> | <Gruppe>)...]"85998600#: builtin/fetch.c:288601msgid "git fetch --all [<options>]"8602msgstr "git fetch --all [<Optionen>]"86038604#: builtin/fetch.c:124 builtin/pull.c:1888605msgid "fetch from all remotes"8606msgstr "fordert von allen Remote-Repositories an"86078608#: builtin/fetch.c:126 builtin/pull.c:1918609msgid "append to .git/FETCH_HEAD instead of overwriting"8610msgstr "an .git/FETCH_HEAD anhängen, anstatt zu überschreiben"86118612#: builtin/fetch.c:128 builtin/pull.c:1948613msgid "path to upload pack on remote end"8614msgstr "Pfad des Programms zum Hochladen von Paketen auf der Gegenseite"86158616#: builtin/fetch.c:129 builtin/pull.c:1968617msgid "force overwrite of local branch"8618msgstr "das Überschreiben von lokalen Branches erzwingen"86198620#: builtin/fetch.c:1318621msgid "fetch from multiple remotes"8622msgstr "von mehreren Remote-Repositories anfordern"86238624#: builtin/fetch.c:133 builtin/pull.c:1988625msgid "fetch all tags and associated objects"8626msgstr "alle Tags und verbundene Objekte anfordern"86278628#: builtin/fetch.c:1358629msgid "do not fetch all tags (--no-tags)"8630msgstr "nicht alle Tags anfordern (--no-tags)"86318632#: builtin/fetch.c:1378633msgid "number of submodules fetched in parallel"8634msgstr "Anzahl der parallel anzufordernden Submodule"86358636#: builtin/fetch.c:139 builtin/pull.c:2018637msgid "prune remote-tracking branches no longer on remote"8638msgstr ""8639"Remote-Tracking-Branches entfernen, die sich nicht mehr im Remote-Repository "8640"befinden"86418642#: builtin/fetch.c:1418643msgid "prune local tags no longer on remote and clobber changed tags"8644msgstr "lokale Tags entfernen, die sich nicht mehr im Remote-Repository befinden, und geänderte Tags aktualisieren"86458646#: builtin/fetch.c:142 builtin/fetch.c:165 builtin/pull.c:1268647msgid "on-demand"8648msgstr "bei-Bedarf"86498650#: builtin/fetch.c:1438651msgid "control recursive fetching of submodules"8652msgstr "rekursive Anforderungen von Submodulen kontrollieren"86538654#: builtin/fetch.c:147 builtin/pull.c:2098655msgid "keep downloaded pack"8656msgstr "heruntergeladenes Paket behalten"86578658#: builtin/fetch.c:1498659msgid "allow updating of HEAD ref"8660msgstr "Aktualisierung der \"HEAD\"-Referenz erlauben"86618662#: builtin/fetch.c:152 builtin/fetch.c:158 builtin/pull.c:2128663msgid "deepen history of shallow clone"8664msgstr ""8665"die Historie eines Klons mit unvollständiger Historie (shallow) vertiefen"86668667#: builtin/fetch.c:1548668msgid "deepen history of shallow repository based on time"8669msgstr ""8670"die Historie eines Klons mit unvollständiger Historie (shallow) auf "8671"Zeitbasis\n"8672"vertiefen"86738674#: builtin/fetch.c:160 builtin/pull.c:2158675msgid "convert to a complete repository"8676msgstr "zu einem vollständigen Repository konvertieren"86778678#: builtin/fetch.c:162 builtin/log.c:14668679msgid "dir"8680msgstr "Verzeichnis"86818682#: builtin/fetch.c:1638683msgid "prepend this to submodule path output"8684msgstr "dies an die Ausgabe der Submodul-Pfade voranstellen"86858686#: builtin/fetch.c:1668687msgid ""8688"default for recursive fetching of submodules (lower priority than config "8689"files)"8690msgstr ""8691"Standard für die rekursive Anforderung von Submodulen (geringere Priorität\n"8692"als Konfigurationsdateien)"86938694#: builtin/fetch.c:170 builtin/pull.c:2188695msgid "accept refs that update .git/shallow"8696msgstr "Referenzen, die .git/shallow aktualisieren, akzeptieren"86978698#: builtin/fetch.c:171 builtin/pull.c:2208699msgid "refmap"8700msgstr "Refmap"87018702#: builtin/fetch.c:172 builtin/pull.c:2218703msgid "specify fetch refmap"8704msgstr "Refmap für 'fetch' angeben"87058706#: builtin/fetch.c:4318707msgid "Couldn't find remote ref HEAD"8708msgstr "Konnte Remote-Referenz von HEAD nicht finden."87098710#: builtin/fetch.c:5498711#, c-format8712msgid "configuration fetch.output contains invalid value %s"8713msgstr "Konfiguration fetch.output enthält ungültigen Wert %s"87148715#: builtin/fetch.c:6428716#, c-format8717msgid "object %s not found"8718msgstr "Objekt %s nicht gefunden"87198720#: builtin/fetch.c:6468721msgid "[up to date]"8722msgstr "[aktuell]"87238724#: builtin/fetch.c:659 builtin/fetch.c:7398725msgid "[rejected]"8726msgstr "[zurückgewiesen]"87278728#: builtin/fetch.c:6608729msgid "can't fetch in current branch"8730msgstr "kann \"fetch\" im aktuellen Branch nicht ausführen"87318732#: builtin/fetch.c:6698733msgid "[tag update]"8734msgstr "[Tag Aktualisierung]"87358736#: builtin/fetch.c:670 builtin/fetch.c:703 builtin/fetch.c:7198737#: builtin/fetch.c:7348738msgid "unable to update local ref"8739msgstr "kann lokale Referenz nicht aktualisieren"87408741#: builtin/fetch.c:6898742msgid "[new tag]"8743msgstr "[neues Tag]"87448745#: builtin/fetch.c:6928746msgid "[new branch]"8747msgstr "[neuer Branch]"87488749#: builtin/fetch.c:6958750msgid "[new ref]"8751msgstr "[neue Referenz]"87528753#: builtin/fetch.c:7348754msgid "forced update"8755msgstr "Aktualisierung erzwungen"87568757#: builtin/fetch.c:7398758msgid "non-fast-forward"8759msgstr "kein Vorspulen"87608761#: builtin/fetch.c:7848762#, c-format8763msgid "%s did not send all necessary objects\n"8764msgstr "%s hat nicht alle erforderlichen Objekte gesendet\n"87658766#: builtin/fetch.c:8048767#, c-format8768msgid "reject %s because shallow roots are not allowed to be updated"8769msgstr ""8770"%s wurde zurückgewiesen, da Ursprungs-Commits von Repositories mit "8771"unvollständiger Historie (shallow) nicht aktualisiert werden dürfen."87728773#: builtin/fetch.c:892 builtin/fetch.c:9888774#, c-format8775msgid "From %.*s\n"8776msgstr "Von %.*s\n"87778778#: builtin/fetch.c:9038779#, c-format8780msgid ""8781"some local refs could not be updated; try running\n"8782" 'git remote prune %s' to remove any old, conflicting branches"8783msgstr ""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."87868787#: builtin/fetch.c:9588788#, c-format8789msgid " (%s will become dangling)"8790msgstr " (%s wird unreferenziert)"87918792#: builtin/fetch.c:9598793#, c-format8794msgid " (%s has become dangling)"8795msgstr " (%s wurde unreferenziert)"87968797#: builtin/fetch.c:9918798msgid "[deleted]"8799msgstr "[gelöscht]"88008801#: builtin/fetch.c:992 builtin/remote.c:10248802msgid "(none)"8803msgstr "(nichts)"88048805#: builtin/fetch.c:10158806#, c-format8807msgid "Refusing to fetch into current branch %s of non-bare repository"8808msgstr ""8809"Der \"fetch\" in den aktuellen Branch %s von einem Nicht-Bare-Repository "8810"wurde verweigert."88118812#: builtin/fetch.c:10348813#, c-format8814msgid "Option \"%s\" value \"%s\" is not valid for %s"8815msgstr "Option \"%s\" Wert \"%s\" ist nicht gültig für %s"88168817#: builtin/fetch.c:10378818#, c-format8819msgid "Option \"%s\" is ignored for %s\n"8820msgstr "Option \"%s\" wird ignoriert für %s\n"88218822#: builtin/fetch.c:12778823#, c-format8824msgid "Fetching %s\n"8825msgstr "Fordere an von %s\n"88268827#: builtin/fetch.c:1279 builtin/remote.c:978828#, c-format8829msgid "Could not fetch %s"8830msgstr "Konnte nicht von %s anfordern"88318832#: builtin/fetch.c:1325 builtin/fetch.c:14988833msgid ""8834"--filter can only be used with the remote configured in core.partialClone"8835msgstr ""8836"--filter kann nur mit den Remote-Repositories verwendet werden,\n"8837"die in core.partialClone konfiguriert sind."88388839#: builtin/fetch.c:13508840msgid ""8841"No remote repository specified. Please, specify either a URL or a\n"8842"remote name from which new revisions should be fetched."8843msgstr ""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."88478848#: builtin/fetch.c:13948849msgid "You need to specify a tag name."8850msgstr "Sie müssen den Namen des Tags angeben."88518852#: builtin/fetch.c:14398853msgid "Negative depth in --deepen is not supported"8854msgstr "Negative Tiefe wird von --deepen nicht unterstützt."88558856#: builtin/fetch.c:14418857msgid "--deepen and --depth are mutually exclusive"8858msgstr "--deepen und --depth schließen sich gegenseitig aus"88598860#: builtin/fetch.c:14468861msgid "--depth and --unshallow cannot be used together"8862msgstr ""8863"Die Optionen --depth und --unshallow können nicht gemeinsam verwendet werden."88648865#: builtin/fetch.c:14488866msgid "--unshallow on a complete repository does not make sense"8867msgstr ""8868"Die Option --unshallow kann nicht in einem Repository mit unvollständiger "8869"Historie verwendet werden."88708871#: builtin/fetch.c:14648872msgid "fetch --all does not take a repository argument"8873msgstr "fetch --all akzeptiert kein Repository als Argument"88748875#: builtin/fetch.c:14668876msgid "fetch --all does not make sense with refspecs"8877msgstr "fetch --all kann nicht mit Refspecs verwendet werden."88788879#: builtin/fetch.c:14758880#, c-format8881msgid "No such remote or remote group: %s"8882msgstr "Kein Remote-Repository (einzeln oder Gruppe): %s"88838884#: builtin/fetch.c:14828885msgid "Fetching a group and specifying refspecs does not make sense"8886msgstr ""8887"Das Abholen einer Gruppe von Remote-Repositories kann nicht mit der Angabe\n"8888"von Refspecs verwendet werden."88898890#: builtin/fmt-merge-msg.c:158891msgid ""8892"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"8893msgstr ""8894"git fmt-merge-msg [-m <Beschreibung>] [--log[=<n>] | --no-log] [--file "8895"<Datei>]"88968897#: builtin/fmt-merge-msg.c:6668898msgid "populate log with at most <n> entries from shortlog"8899msgstr "Historie mit höchstens <n> Einträgen von \"shortlog\" hinzufügen"89008901#: builtin/fmt-merge-msg.c:6698902msgid "alias for --log (deprecated)"8903msgstr "Alias für --log (veraltet)"89048905#: builtin/fmt-merge-msg.c:6728906msgid "text"8907msgstr "Text"89088909#: builtin/fmt-merge-msg.c:6738910msgid "use <text> as start of message"8911msgstr "<Text> als Beschreibungsanfang verwenden"89128913#: builtin/fmt-merge-msg.c:6748914msgid "file to read from"8915msgstr "Datei zum Einlesen"89168917#: builtin/for-each-ref.c:108918msgid "git for-each-ref [<options>] [<pattern>]"8919msgstr "git for-each-ref [<Optionen>] [<Muster>]"89208921#: builtin/for-each-ref.c:118922msgid "git for-each-ref [--points-at <object>]"8923msgstr "git for-each-ref [--points-at <Objekt>]"89248925#: builtin/for-each-ref.c:128926msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"8927msgstr "git for-each-ref [(--merged | --no-merged) [<Commit>]]"89288929#: builtin/for-each-ref.c:138930msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"8931msgstr "git for-each-ref [--contains [<Objekt>]] [--no-contains [<Commit>]]"89328933#: builtin/for-each-ref.c:288934msgid "quote placeholders suitably for shells"8935msgstr "Platzhalter als Shell-String formatieren"89368937#: builtin/for-each-ref.c:308938msgid "quote placeholders suitably for perl"8939msgstr "Platzhalter als Perl-String formatieren"89408941#: builtin/for-each-ref.c:328942msgid "quote placeholders suitably for python"8943msgstr "Platzhalter als Python-String formatieren"89448945#: builtin/for-each-ref.c:348946msgid "quote placeholders suitably for Tcl"8947msgstr "Platzhalter als Tcl-String formatieren"89488949#: builtin/for-each-ref.c:378950msgid "show only <n> matched refs"8951msgstr "nur <n> passende Referenzen anzeigen"89528953#: builtin/for-each-ref.c:39 builtin/tag.c:4208954msgid "respect format colors"8955msgstr "Formatfarben beachten"89568957#: builtin/for-each-ref.c:438958msgid "print only refs which points at the given object"8959msgstr "nur auf dieses Objekt zeigende Referenzen ausgeben"89608961#: builtin/for-each-ref.c:458962msgid "print only refs that are merged"8963msgstr "nur zusammengeführte Referenzen ausgeben"89648965#: builtin/for-each-ref.c:468966msgid "print only refs that are not merged"8967msgstr "nur nicht zusammengeführte Referenzen ausgeben"89688969#: builtin/for-each-ref.c:478970msgid "print only refs which contain the commit"8971msgstr "nur Referenzen ausgeben, die diesen Commit enthalten"89728973#: builtin/for-each-ref.c:488974msgid "print only refs which don't contain the commit"8975msgstr "nur Referenzen ausgeben, die diesen Commit nicht enthalten"89768977#: builtin/fsck.c:5688978msgid "Checking object directories"8979msgstr "Prüfe Objekt-Verzeichnisse"89808981#: builtin/fsck.c:6608982msgid "git fsck [<options>] [<object>...]"8983msgstr "git fsck [<Optionen>] [<Objekt>...]"89848985#: builtin/fsck.c:6668986msgid "show unreachable objects"8987msgstr "unerreichbare Objekte anzeigen"89888989#: builtin/fsck.c:6678990msgid "show dangling objects"8991msgstr "unreferenzierte Objekte anzeigen"89928993#: builtin/fsck.c:6688994msgid "report tags"8995msgstr "Tags melden"89968997#: builtin/fsck.c:6698998msgid "report root nodes"8999msgstr "Hauptwurzeln melden"90009001#: builtin/fsck.c:6709002msgid "make index objects head nodes"9003msgstr "Index-Objekte in Erreichbarkeitsprüfung einbeziehen"90049005#: builtin/fsck.c:6719006msgid "make reflogs head nodes (default)"9007msgstr "Reflogs in Erreichbarkeitsprüfung einbeziehen (Standard)"90089009#: builtin/fsck.c:6729010msgid "also consider packs and alternate objects"9011msgstr "ebenso Pakete und alternative Objekte betrachten"90129013#: builtin/fsck.c:6739014msgid "check only connectivity"9015msgstr "nur Konnektivität prüfen"90169017#: builtin/fsck.c:6749018msgid "enable more strict checking"9019msgstr "genauere Prüfung aktivieren"90209021#: builtin/fsck.c:6769022msgid "write dangling objects in .git/lost-found"9023msgstr "unreferenzierte Objekte nach .git/lost-found schreiben"90249025#: builtin/fsck.c:677 builtin/prune.c:1089026msgid "show progress"9027msgstr "Fortschrittsanzeige anzeigen"90289029#: builtin/fsck.c:6789030msgid "show verbose names for reachable objects"9031msgstr "ausführliche Namen für erreichbare Objekte anzeigen"90329033#: builtin/fsck.c:7429034msgid "Checking objects"9035msgstr "Prüfe Objekte"90369037#: builtin/gc.c:279038msgid "git gc [<options>]"9039msgstr "git gc [<Optionen>]"90409041#: builtin/gc.c:809042#, c-format9043msgid "Failed to fstat %s: %s"9044msgstr "Konnte '%s' nicht lesen: %s"90459046#: builtin/gc.c:3129047#, c-format9048msgid "Can't stat %s"9049msgstr "Kann '%s' nicht lesen."90509051#: builtin/gc.c:3219052#, c-format9053msgid ""9054"The last gc run reported the following. Please correct the root cause\n"9055"and remove %s.\n"9056"Automatic cleanup will not be performed until the file is removed.\n"9057"\n"9058"%s"9059msgstr ""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"9063"wurde.\n"9064"\n"9065"%s"90669067#: builtin/gc.c:3609068msgid "prune unreferenced objects"9069msgstr "unreferenzierte Objekte entfernen"90709071#: builtin/gc.c:3629072msgid "be more thorough (increased runtime)"9073msgstr "mehr Gründlichkeit (erhöht Laufzeit)"90749075#: builtin/gc.c:3639076msgid "enable auto-gc mode"9077msgstr "\"auto-gc\" Modus aktivieren"90789079#: builtin/gc.c:3669080msgid "force running gc even if there may be another gc running"9081msgstr ""9082"Ausführung von \"git gc\" erzwingen, selbst wenn ein anderes\n"9083"\"git gc\" bereits ausgeführt wird"90849085#: builtin/gc.c:3849086#, c-format9087msgid "Failed to parse gc.logexpiry value %s"9088msgstr "Fehler beim Parsen des Wertes '%s' von gc.logexpiry"90899090#: builtin/gc.c:4129091#, c-format9092msgid "Auto packing the repository in background for optimum performance.\n"9093msgstr ""9094"Die Datenbank des Repositories wird für eine optimale Performance im\n"9095"Hintergrund komprimiert.\n"90969097#: builtin/gc.c:4149098#, c-format9099msgid "Auto packing the repository for optimum performance.\n"9100msgstr ""9101"Die Datenbank des Projektarchivs wird für eine optimale Performance "9102"komprimiert.\n"91039104#: builtin/gc.c:4159105#, c-format9106msgid "See \"git help gc\" for manual housekeeping.\n"9107msgstr "Siehe \"git help gc\" für manuelles Aufräumen.\n"91089109#: builtin/gc.c:4409110#, c-format9111msgid ""9112"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"9113msgstr ""9114"\"git gc\" wird bereits auf Maschine '%s' pid %<PRIuMAX> ausgeführt\n"9115"(benutzen Sie --force falls nicht)"91169117#: builtin/gc.c:4879118msgid ""9119"There are too many unreachable loose objects; run 'git prune' to remove them."9120msgstr ""9121"Es gibt zu viele unerreichbare lose Objekte; führen Sie 'git prune' aus, um "9122"diese zu löschen."91239124#: builtin/grep.c:279125msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"9126msgstr "git grep [<Optionen>] [-e] <Muster> [<Commit>...] [[--] <Pfad>...]"91279128#: builtin/grep.c:2259129#, c-format9130msgid "grep: failed to create thread: %s"9131msgstr "grep: Fehler beim Erzeugen eines Thread: %s"91329133#: builtin/grep.c:2839134#, c-format9135msgid "invalid number of threads specified (%d) for %s"9136msgstr "ungültige Anzahl von Threads (%d) für %s angegeben"91379138#. TRANSLATORS: %s is the configuration9139#. variable for tweaking threads, currently9140#. grep.threads9141#.9142#: builtin/grep.c:292 builtin/index-pack.c:1523 builtin/index-pack.c:17129143#, c-format9144msgid "no threads support, ignoring %s"9145msgstr "keine Unterstützung von Threads, '%s' wird ignoriert"91469147#: builtin/grep.c:460 builtin/grep.c:580 builtin/grep.c:6229148#, c-format9149msgid "unable to read tree (%s)"9150msgstr "konnte \"Tree\"-Objekt (%s) nicht lesen"91519152#: builtin/grep.c:6379153#, c-format9154msgid "unable to grep from object of type %s"9155msgstr "kann \"grep\" nicht mit Objekten des Typs %s durchführen"91569157#: builtin/grep.c:7039158#, c-format9159msgid "switch `%c' expects a numerical value"9160msgstr "Schalter '%c' erwartet einen numerischen Wert"91619162#: builtin/grep.c:7909163msgid "search in index instead of in the work tree"9164msgstr "im Index anstatt im Arbeitsverzeichnis suchen"91659166#: builtin/grep.c:7929167msgid "find in contents not managed by git"9168msgstr "auch in Inhalten finden, die nicht von Git verwaltet werden"91699170#: builtin/grep.c:7949171msgid "search in both tracked and untracked files"9172msgstr "in versionierten und unversionierten Dateien suchen"91739174#: builtin/grep.c:7969175msgid "ignore files specified via '.gitignore'"9176msgstr "Dateien, die über '.gitignore' angegeben sind, ignorieren"91779178#: builtin/grep.c:7989179msgid "recursively search in each submodule"9180msgstr "rekursive Suche in jedem Submodul"91819182#: builtin/grep.c:8019183msgid "show non-matching lines"9184msgstr "Zeilen ohne Übereinstimmungen anzeigen"91859186#: builtin/grep.c:8039187msgid "case insensitive matching"9188msgstr "Übereinstimmungen unabhängig von Groß- und Kleinschreibung finden"91899190#: builtin/grep.c:8059191msgid "match patterns only at word boundaries"9192msgstr "nur ganze Wörter suchen"91939194#: builtin/grep.c:8079195msgid "process binary files as text"9196msgstr "binäre Dateien als Text verarbeiten"91979198#: builtin/grep.c:8099199msgid "don't match patterns in binary files"9200msgstr "keine Muster in Binärdateien finden"92019202#: builtin/grep.c:8129203msgid "process binary files with textconv filters"9204msgstr "binäre Dateien mit \"textconv\"-Filtern verarbeiten"92059206#: builtin/grep.c:8149207msgid "descend at most <depth> levels"9208msgstr "höchstens <Tiefe> Ebenen durchlaufen"92099210#: builtin/grep.c:8189211msgid "use extended POSIX regular expressions"9212msgstr "erweiterte reguläre Ausdrücke aus POSIX verwenden"92139214#: builtin/grep.c:8219215msgid "use basic POSIX regular expressions (default)"9216msgstr "grundlegende reguläre Ausdrücke aus POSIX verwenden (Standard)"92179218#: builtin/grep.c:8249219msgid "interpret patterns as fixed strings"9220msgstr "Muster als feste Zeichenketten interpretieren"92219222#: builtin/grep.c:8279223msgid "use Perl-compatible regular expressions"9224msgstr "Perl-kompatible reguläre Ausdrücke verwenden"92259226#: builtin/grep.c:8309227msgid "show line numbers"9228msgstr "Zeilennummern anzeigen"92299230#: builtin/grep.c:8319231msgid "don't show filenames"9232msgstr "keine Dateinamen anzeigen"92339234#: builtin/grep.c:8329235msgid "show filenames"9236msgstr "Dateinamen anzeigen"92379238#: builtin/grep.c:8349239msgid "show filenames relative to top directory"9240msgstr "Dateinamen relativ zum Projektverzeichnis anzeigen"92419242#: builtin/grep.c:8369243msgid "show only filenames instead of matching lines"9244msgstr "nur Dateinamen anzeigen anstatt übereinstimmende Zeilen"92459246#: builtin/grep.c:8389247msgid "synonym for --files-with-matches"9248msgstr "Synonym für --files-with-matches"92499250#: builtin/grep.c:8419251msgid "show only the names of files without match"9252msgstr "nur die Dateinamen ohne Übereinstimmungen anzeigen"92539254#: builtin/grep.c:8439255msgid "print NUL after filenames"9256msgstr "NUL-Zeichen nach Dateinamen ausgeben"92579258#: builtin/grep.c:8469259msgid "show the number of matches instead of matching lines"9260msgstr "anstatt der Zeilen, die Anzahl der übereinstimmenden Zeilen anzeigen"92619262#: builtin/grep.c:8479263msgid "highlight matches"9264msgstr "Übereinstimmungen hervorheben"92659266#: builtin/grep.c:8499267msgid "print empty line between matches from different files"9268msgstr ""9269"eine Leerzeile zwischen Übereinstimmungen in verschiedenen Dateien ausgeben"92709271#: builtin/grep.c:8519272msgid "show filename only once above matches from same file"9273msgstr ""9274"den Dateinamen nur einmal oberhalb der Übereinstimmungen aus dieser Datei "9275"anzeigen"92769277#: builtin/grep.c:8549278msgid "show <n> context lines before and after matches"9279msgstr "<n> Zeilen vor und nach den Übereinstimmungen anzeigen"92809281#: builtin/grep.c:8579282msgid "show <n> context lines before matches"9283msgstr "<n> Zeilen vor den Übereinstimmungen anzeigen"92849285#: builtin/grep.c:8599286msgid "show <n> context lines after matches"9287msgstr "<n> Zeilen nach den Übereinstimmungen anzeigen"92889289#: builtin/grep.c:8619290msgid "use <n> worker threads"9291msgstr "<n> Threads benutzen"92929293#: builtin/grep.c:8629294msgid "shortcut for -C NUM"9295msgstr "Kurzform für -C NUM"92969297#: builtin/grep.c:8659298msgid "show a line with the function name before matches"9299msgstr "eine Zeile mit dem Funktionsnamen vor Übereinstimmungen anzeigen"93009301#: builtin/grep.c:8679302msgid "show the surrounding function"9303msgstr "die umgebende Funktion anzeigen"93049305#: builtin/grep.c:8709306msgid "read patterns from file"9307msgstr "Muster von einer Datei lesen"93089309#: builtin/grep.c:8729310msgid "match <pattern>"9311msgstr "<Muster> finden"93129313#: builtin/grep.c:8749314msgid "combine patterns specified with -e"9315msgstr "Muster kombinieren, die mit -e angegeben wurden"93169317#: builtin/grep.c:8869318msgid "indicate hit with exit status without output"9319msgstr "Übereinstimmungen nur durch Beendigungsstatus anzeigen"93209321#: builtin/grep.c:8889322msgid "show only matches from files that match all patterns"9323msgstr ""9324"nur Übereinstimmungen von Dateien anzeigen, die allen Mustern entsprechen"93259326#: builtin/grep.c:8909327msgid "show parse tree for grep expression"9328msgstr "geparstes Verzeichnis für \"grep\"-Ausdruck anzeigen"93299330#: builtin/grep.c:8949331msgid "pager"9332msgstr "Anzeigeprogramm"93339334#: builtin/grep.c:8949335msgid "show matching files in the pager"9336msgstr "Dateien mit Übereinstimmungen im Anzeigeprogramm anzeigen"93379338#: builtin/grep.c:8989339msgid "allow calling of grep(1) (ignored by this build)"9340msgstr "den Aufruf von grep(1) erlauben (von dieser Programmversion ignoriert)"93419342#: builtin/grep.c:9629343msgid "no pattern given."9344msgstr "keine Muster angegeben"93459346#: builtin/grep.c:9949347msgid "--no-index or --untracked cannot be used with revs"9348msgstr "--no-index oder --untracked können nicht mit Commits verwendet werden"93499350#: builtin/grep.c:10019351#, c-format9352msgid "unable to resolve revision: %s"9353msgstr "Konnte Commit nicht auflösen: %s"93549355#: builtin/grep.c:1036 builtin/index-pack.c:15199356#, c-format9357msgid "invalid number of threads specified (%d)"9358msgstr "ungültige Anzahl von Threads angegeben (%d)"93599360#: builtin/grep.c:10419361msgid "no threads support, ignoring --threads"9362msgstr "keine Unterstützung von Threads, --threads wird ignoriert"93639364#: builtin/grep.c:10659365msgid "--open-files-in-pager only works on the worktree"9366msgstr ""9367"Die Option --open-files-in-pager kann nur innerhalb des "9368"Arbeitsverzeichnisses verwendet werden."93699370#: builtin/grep.c:10889371msgid "option not supported with --recurse-submodules."9372msgstr "Option wird mit --recurse-submodules nicht unterstützt."93739374#: builtin/grep.c:10949375msgid "--cached or --untracked cannot be used with --no-index."9376msgstr ""9377"Die Optionen --cached und --untracked können nicht mit --no-index verwendet "9378"werden."93799380#: builtin/grep.c:11009381msgid "--[no-]exclude-standard cannot be used for tracked contents."9382msgstr ""9383"Die Option --[no-]exclude-standard kann nicht mit versionierten Inhalten "9384"verwendet werden."93859386#: builtin/grep.c:11089387msgid "both --cached and trees are given."9388msgstr "Die Option --cached kann nicht mit \"Tree\"-Objekten verwendet werden."93899390#: builtin/hash-object.c:839391msgid ""9392"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "9393"[--] <file>..."9394msgstr ""9395"git hash-object [-t <Art>] [-w] [--path=<Datei> | --no-filters] [--stdin] "9396"[--] <Datei>..."93979398#: builtin/hash-object.c:849399msgid "git hash-object --stdin-paths"9400msgstr "git hash-object --stdin-paths"94019402#: builtin/hash-object.c:969403msgid "type"9404msgstr "Art"94059406#: builtin/hash-object.c:969407msgid "object type"9408msgstr "Art des Objektes"94099410#: builtin/hash-object.c:979411msgid "write the object into the object database"9412msgstr "das Objekt in die Objektdatenbank schreiben"94139414#: builtin/hash-object.c:999415msgid "read the object from stdin"9416msgstr "das Objekt von der Standard-Eingabe lesen"94179418#: builtin/hash-object.c:1019419msgid "store file as is without filters"9420msgstr "Datei wie sie ist speichern, ohne Filter"94219422#: builtin/hash-object.c:1029423msgid ""9424"just hash any random garbage to create corrupt objects for debugging Git"9425msgstr ""9426"Hash über zufällige Daten, zur Erzeugung von beschädigten Objekten zur\n"9427"Fehlersuche in Git, erzeugen"94289429#: builtin/hash-object.c:1039430msgid "process file as it were from this path"9431msgstr "Datei verarbeiten, als ob sie von diesem Pfad wäre"94329433#: builtin/help.c:439434msgid "print all available commands"9435msgstr "alle vorhandenen Befehle anzeigen"94369437#: builtin/help.c:449438msgid "exclude guides"9439msgstr "Anleitungen ausschließen"94409441#: builtin/help.c:459442msgid "print list of useful guides"9443msgstr "Liste von allgemein verwendeten Anleitungen anzeigen"94449445#: builtin/help.c:469446msgid "show man page"9447msgstr "Handbuch anzeigen"94489449#: builtin/help.c:479450msgid "show manual in web browser"9451msgstr "Handbuch in einem Webbrowser anzeigen"94529453#: builtin/help.c:499454msgid "show info page"9455msgstr "Info-Seite anzeigen"94569457#: builtin/help.c:559458msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"9459msgstr "git help [--all] [--guides] [--man | --web | --info] [<Befehl>]"94609461#: builtin/help.c:679462#, c-format9463msgid "unrecognized help format '%s'"9464msgstr "nicht erkanntes Hilfeformat: %s"94659466#: builtin/help.c:949467msgid "Failed to start emacsclient."9468msgstr "Konnte emacsclient nicht starten."94699470#: builtin/help.c:1079471msgid "Failed to parse emacsclient version."9472msgstr "Konnte Version des emacsclient nicht parsen."94739474#: builtin/help.c:1159475#, c-format9476msgid "emacsclient version '%d' too old (< 22)."9477msgstr "Version des emacsclient '%d' ist zu alt (< 22)."94789479#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:1739480#, c-format9481msgid "failed to exec '%s'"9482msgstr "Fehler beim Ausführen von '%s'"94839484#: builtin/help.c:2119485#, c-format9486msgid ""9487"'%s': path for unsupported man viewer.\n"9488"Please consider using 'man.<tool>.cmd' instead."9489msgstr ""9490"'%s': Pfad für nicht unterstützten Handbuchbetrachter.\n"9491"Sie könnten stattdessen 'man.<Werkzeug>.cmd' benutzen."94929493#: builtin/help.c:2239494#, c-format9495msgid ""9496"'%s': cmd for supported man viewer.\n"9497"Please consider using 'man.<tool>.path' instead."9498msgstr ""9499"'%s': Programm für unterstützten Handbuchbetrachter.\n"9500"Sie könnten stattdessen 'man.<Werkzeug>.path' benutzen."95019502#: builtin/help.c:3409503#, c-format9504msgid "'%s': unknown man viewer."9505msgstr "'%s': unbekannter Handbuch-Betrachter."95069507#: builtin/help.c:3579508msgid "no man viewer handled the request"9509msgstr "kein Handbuch-Betrachter konnte mit dieser Anfrage umgehen"95109511#: builtin/help.c:3659512msgid "no info viewer handled the request"9513msgstr "kein Informations-Betrachter konnte mit dieser Anfrage umgehen"95149515#: builtin/help.c:4079516msgid "Defining attributes per path"9517msgstr "Definition von Attributen pro Pfad"95189519#: builtin/help.c:4089520msgid "Everyday Git With 20 Commands Or So"9521msgstr "Tägliche Benutzung von Git mit ungefähr 20 Befehlen"95229523#: builtin/help.c:4099524msgid "A Git glossary"9525msgstr "Ein Git-Glossar"95269527#: builtin/help.c:4109528msgid "Specifies intentionally untracked files to ignore"9529msgstr "Spezifikation von bewusst ignorierten, unversionierten Dateien"95309531#: builtin/help.c:4119532msgid "Defining submodule properties"9533msgstr "Definition von Submodul-Eigenschaften"95349535#: builtin/help.c:4129536msgid "Specifying revisions and ranges for Git"9537msgstr "Spezifikation von Commits und Bereichen für Git"95389539#: builtin/help.c:4139540msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"9541msgstr "Eine einführende Anleitung zu Git (für Version 1.5.1 oder neuer)"95429543#: builtin/help.c:4149544msgid "An overview of recommended workflows with Git"9545msgstr "Eine Übersicht über empfohlene Arbeitsabläufe mit Git"95469547#: builtin/help.c:4269548msgid "The common Git guides are:\n"9549msgstr "Die allgemein verwendeten Git-Anleitungen sind:\n"95509551#: builtin/help.c:4449552#, c-format9553msgid "'%s' is aliased to '%s'"9554msgstr "Für '%s' wurde der Alias '%s' angelegt."95559556#: builtin/help.c:466 builtin/help.c:4839557#, c-format9558msgid "usage: %s%s"9559msgstr "Verwendung: %s%s"95609561#: builtin/index-pack.c:1579562#, c-format9563msgid "unable to open %s"9564msgstr "kann %s nicht öffnen"95659566#: builtin/index-pack.c:2079567#, c-format9568msgid "object type mismatch at %s"9569msgstr "Objekt-Typen passen bei %s nicht zusammen"95709571#: builtin/index-pack.c:2279572#, c-format9573msgid "did not receive expected object %s"9574msgstr "konnte erwartetes Objekt %s nicht empfangen"95759576#: builtin/index-pack.c:2309577#, c-format9578msgid "object %s: expected type %s, found %s"9579msgstr "Objekt %s: erwarteter Typ %s, %s gefunden"95809581#: builtin/index-pack.c:2729582#, c-format9583msgid "cannot fill %d byte"9584msgid_plural "cannot fill %d bytes"9585msgstr[0] "kann %d Byte nicht lesen"9586msgstr[1] "kann %d Bytes nicht lesen"95879588#: builtin/index-pack.c:2829589msgid "early EOF"9590msgstr "zu frühes Dateiende"95919592#: builtin/index-pack.c:2839593msgid "read error on input"9594msgstr "Fehler beim Lesen der Eingabe"95959596#: builtin/index-pack.c:2959597msgid "used more bytes than were available"9598msgstr "verwendete mehr Bytes als verfügbar waren"95999600#: builtin/index-pack.c:3029601msgid "pack too large for current definition of off_t"9602msgstr "Paket ist zu groß für die aktuelle Definition von off_t"96039604#: builtin/index-pack.c:305 builtin/unpack-objects.c:939605msgid "pack exceeds maximum allowed size"9606msgstr "Paket überschreitet die maximal erlaubte Größe"96079608#: builtin/index-pack.c:3209609#, c-format9610msgid "unable to create '%s'"9611msgstr "konnte '%s' nicht erstellen"96129613#: builtin/index-pack.c:3269614#, c-format9615msgid "cannot open packfile '%s'"9616msgstr "Kann Paketdatei '%s' nicht öffnen"96179618#: builtin/index-pack.c:3409619msgid "pack signature mismatch"9620msgstr "Paketsignatur stimmt nicht überein"96219622#: builtin/index-pack.c:3429623#, c-format9624msgid "pack version %<PRIu32> unsupported"9625msgstr "Paketversion %<PRIu32> nicht unterstützt"96269627#: builtin/index-pack.c:3609628#, c-format9629msgid "pack has bad object at offset %<PRIuMAX>: %s"9630msgstr "Paket hat ein ungültiges Objekt bei Versatz %<PRIuMAX>: %s"96319632#: builtin/index-pack.c:4819633#, c-format9634msgid "inflate returned %d"9635msgstr "Dekomprimierung gab %d zurück"96369637#: builtin/index-pack.c:5309638msgid "offset value overflow for delta base object"9639msgstr "Wert für Versatz bei Differenzobjekt übergelaufen"96409641#: builtin/index-pack.c:5389642msgid "delta base offset is out of bound"9643msgstr ""9644"Wert für Versatz bei Differenzobjekt liegt außerhalb des gültigen Bereichs"96459646#: builtin/index-pack.c:5469647#, c-format9648msgid "unknown object type %d"9649msgstr "Unbekannter Objekt-Typ %d"96509651#: builtin/index-pack.c:5779652msgid "cannot pread pack file"9653msgstr "Kann Paketdatei %s nicht lesen"96549655#: builtin/index-pack.c:5799656#, c-format9657msgid "premature end of pack file, %<PRIuMAX> byte missing"9658msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"9659msgstr[0] "frühzeitiges Ende der Paketdatei, vermisse %<PRIuMAX> Byte"9660msgstr[1] "frühzeitiges Ende der Paketdatei, vermisse %<PRIuMAX> Bytes"96619662#: builtin/index-pack.c:6059663msgid "serious inflate inconsistency"9664msgstr "ernsthafte Inkonsistenz nach Dekomprimierung"96659666#: builtin/index-pack.c:750 builtin/index-pack.c:756 builtin/index-pack.c:7799667#: builtin/index-pack.c:818 builtin/index-pack.c:8279668#, c-format9669msgid "SHA1 COLLISION FOUND WITH %s !"9670msgstr "SHA1 KOLLISION MIT %s GEFUNDEN !"96719672#: builtin/index-pack.c:753 builtin/pack-objects.c:1829673#: builtin/pack-objects.c:2769674#, c-format9675msgid "unable to read %s"9676msgstr "kann %s nicht lesen"96779678#: builtin/index-pack.c:8169679#, c-format9680msgid "cannot read existing object info %s"9681msgstr "Kann existierende Informationen zu Objekt %s nicht lesen."96829683#: builtin/index-pack.c:8249684#, c-format9685msgid "cannot read existing object %s"9686msgstr "Kann existierendes Objekt %s nicht lesen."96879688#: builtin/index-pack.c:8389689#, c-format9690msgid "invalid blob object %s"9691msgstr "ungültiges Blob-Objekt %s"96929693#: builtin/index-pack.c:8539694#, c-format9695msgid "invalid %s"9696msgstr "Ungültiger Objekt-Typ %s"96979698#: builtin/index-pack.c:8569699msgid "Error in object"9700msgstr "Fehler in Objekt"97019702#: builtin/index-pack.c:8589703#, c-format9704msgid "Not all child objects of %s are reachable"9705msgstr "Nicht alle Kind-Objekte von %s sind erreichbar"97069707#: builtin/index-pack.c:930 builtin/index-pack.c:9619708msgid "failed to apply delta"9709msgstr "Konnte Dateiunterschied nicht anwenden"97109711#: builtin/index-pack.c:11319712msgid "Receiving objects"9713msgstr "Empfange Objekte"97149715#: builtin/index-pack.c:11319716msgid "Indexing objects"9717msgstr "Indiziere Objekte"97189719#: builtin/index-pack.c:11659720msgid "pack is corrupted (SHA1 mismatch)"9721msgstr "Paket ist beschädigt (SHA1 unterschiedlich)"97229723#: builtin/index-pack.c:11709724msgid "cannot fstat packfile"9725msgstr "kann Paketdatei nicht lesen"97269727#: builtin/index-pack.c:11739728msgid "pack has junk at the end"9729msgstr "Paketende enthält nicht verwendbaren Inhalt"97309731#: builtin/index-pack.c:11859732msgid "confusion beyond insanity in parse_pack_objects()"9733msgstr "Fehler beim Ausführen von \"parse_pack_objects()\""97349735#: builtin/index-pack.c:12089736msgid "Resolving deltas"9737msgstr "Löse Unterschiede auf"97389739#: builtin/index-pack.c:12199740#, c-format9741msgid "unable to create thread: %s"9742msgstr "kann Thread nicht erzeugen: %s"97439744#: builtin/index-pack.c:12619745msgid "confusion beyond insanity"9746msgstr "Fehler beim Auflösen der Unterschiede"97479748#: builtin/index-pack.c:12679749#, c-format9750msgid "completed with %d local object"9751msgid_plural "completed with %d local objects"9752msgstr[0] "abgeschlossen mit %d lokalem Objekt"9753msgstr[1] "abgeschlossen mit %d lokalen Objekten"97549755#: builtin/index-pack.c:12799756#, c-format9757msgid "Unexpected tail checksum for %s (disk corruption?)"9758msgstr "Unerwartete Prüfsumme für %s (Festplattenfehler?)"97599760#: builtin/index-pack.c:12839761#, c-format9762msgid "pack has %d unresolved delta"9763msgid_plural "pack has %d unresolved deltas"9764msgstr[0] "Paket hat %d unaufgelöste Unterschied"9765msgstr[1] "Paket hat %d unaufgelöste Unterschiede"97669767#: builtin/index-pack.c:13079768#, c-format9769msgid "unable to deflate appended object (%d)"9770msgstr "Konnte angehängtes Objekt (%d) nicht komprimieren"97719772#: builtin/index-pack.c:13839773#, c-format9774msgid "local object %s is corrupt"9775msgstr "lokales Objekt %s ist beschädigt"97769777#: builtin/index-pack.c:13979778#, c-format9779msgid "packfile name '%s' does not end with '.pack'"9780msgstr "Name der Paketdatei '%s' endet nicht mit '.pack'"97819782#: builtin/index-pack.c:14229783#, c-format9784msgid "cannot write %s file '%s'"9785msgstr "Kann %s Datei '%s' nicht schreiben."97869787#: builtin/index-pack.c:14309788#, c-format9789msgid "cannot close written %s file '%s'"9790msgstr "Kann eben geschriebene %s Datei '%s' nicht schließen."97919792#: builtin/index-pack.c:14549793msgid "error while closing pack file"9794msgstr "Fehler beim Schließen der Paketdatei"97959796#: builtin/index-pack.c:14689797msgid "cannot store pack file"9798msgstr "Kann Paketdatei nicht speichern"97999800#: builtin/index-pack.c:14769801msgid "cannot store index file"9802msgstr "Kann Indexdatei nicht speichern"98039804#: builtin/index-pack.c:15139805#, c-format9806msgid "bad pack.indexversion=%<PRIu32>"9807msgstr "\"pack.indexversion=%<PRIu32>\" ist ungültig"98089809#: builtin/index-pack.c:15819810#, c-format9811msgid "Cannot open existing pack file '%s'"9812msgstr "Kann existierende Paketdatei '%s' nicht öffnen"98139814#: builtin/index-pack.c:15839815#, c-format9816msgid "Cannot open existing pack idx file for '%s'"9817msgstr "Kann existierende Indexdatei für Paket '%s' nicht öffnen"98189819#: builtin/index-pack.c:16319820#, c-format9821msgid "non delta: %d object"9822msgid_plural "non delta: %d objects"9823msgstr[0] "kein Unterschied: %d Objekt"9824msgstr[1] "kein Unterschied: %d Objekte"98259826#: builtin/index-pack.c:16389827#, c-format9828msgid "chain length = %d: %lu object"9829msgid_plural "chain length = %d: %lu objects"9830msgstr[0] "Länge der Objekt-Liste = %d: %lu Objekt"9831msgstr[1] "Länge der Objekt-Liste = %d: %lu Objekte"98329833#: builtin/index-pack.c:16759834msgid "Cannot come back to cwd"9835msgstr "Kann nicht zurück zum Arbeitsverzeichnis wechseln"98369837#: builtin/index-pack.c:1724 builtin/index-pack.c:17279838#: builtin/index-pack.c:1743 builtin/index-pack.c:17479839#, c-format9840msgid "bad %s"9841msgstr "%s ist ungültig"98429843#: builtin/index-pack.c:17639844msgid "--fix-thin cannot be used without --stdin"9845msgstr "Die Option --fix-thin kann nicht ohne --stdin verwendet werden."98469847#: builtin/index-pack.c:17659848msgid "--stdin requires a git repository"9849msgstr "--stdin erfordert ein Git-Repository"98509851#: builtin/index-pack.c:17719852msgid "--verify with no packfile name given"9853msgstr "Die Option --verify wurde ohne Namen der Paketdatei angegeben."98549855#: builtin/init-db.c:559856#, c-format9857msgid "cannot stat '%s'"9858msgstr "Kann '%s' nicht lesen"98599860#: builtin/init-db.c:619861#, c-format9862msgid "cannot stat template '%s'"9863msgstr "kann Vorlage '%s' nicht lesen"98649865#: builtin/init-db.c:669866#, c-format9867msgid "cannot opendir '%s'"9868msgstr "kann Verzeichnis '%s' nicht öffnen"98699870#: builtin/init-db.c:779871#, c-format9872msgid "cannot readlink '%s'"9873msgstr "kann Verweis '%s' nicht lesen"98749875#: builtin/init-db.c:799876#, c-format9877msgid "cannot symlink '%s' '%s'"9878msgstr "kann symbolische Verknüpfung '%s' auf '%s' nicht erstellen"98799880#: builtin/init-db.c:859881#, c-format9882msgid "cannot copy '%s' to '%s'"9883msgstr "kann '%s' nicht nach '%s' kopieren"98849885#: builtin/init-db.c:899886#, c-format9887msgid "ignoring template %s"9888msgstr "ignoriere Vorlage %s"98899890#: builtin/init-db.c:1209891#, c-format9892msgid "templates not found %s"9893msgstr "keine Vorlagen in '%s' gefunden"98949895#: builtin/init-db.c:1359896#, c-format9897msgid "not copying templates from '%s': %s"9898msgstr "kopiere keine Vorlagen von '%s': %s"98999900#: builtin/init-db.c:3289901#, c-format9902msgid "unable to handle file type %d"9903msgstr "kann nicht mit Dateityp %d umgehen"99049905#: builtin/init-db.c:3319906#, c-format9907msgid "unable to move %s to %s"9908msgstr "Konnte %s nicht nach %s verschieben"99099910#: builtin/init-db.c:348 builtin/init-db.c:3519911#, c-format9912msgid "%s already exists"9913msgstr "%s existiert bereits"99149915#: builtin/init-db.c:4049916#, c-format9917msgid "Reinitialized existing shared Git repository in %s%s\n"9918msgstr "Bestehendes verteiltes Git-Repository in %s%s neuinitialisiert\n"99199920#: builtin/init-db.c:4059921#, c-format9922msgid "Reinitialized existing Git repository in %s%s\n"9923msgstr "Bestehendes Git-Repository in %s%s neuinitialisiert\n"99249925#: builtin/init-db.c:4099926#, c-format9927msgid "Initialized empty shared Git repository in %s%s\n"9928msgstr "Leeres verteiltes Git-Repository in %s%s initialisiert\n"99299930#: builtin/init-db.c:4109931#, c-format9932msgid "Initialized empty Git repository in %s%s\n"9933msgstr "Leeres Git-Repository in %s%s initialisiert\n"99349935#: builtin/init-db.c:4589936msgid ""9937"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"9938"shared[=<permissions>]] [<directory>]"9939msgstr ""9940"git init [-q | --quiet] [--bare] [--template=<Vorlagenverzeichnis>] [--"9941"shared[=<Berechtigungen>]] [<Verzeichnis>]"99429943#: builtin/init-db.c:4819944msgid "permissions"9945msgstr "Berechtigungen"99469947#: builtin/init-db.c:4829948msgid "specify that the git repository is to be shared amongst several users"9949msgstr "angeben, dass das Git-Repository mit mehreren Benutzern geteilt wird"99509951#: builtin/init-db.c:516 builtin/init-db.c:5219952#, c-format9953msgid "cannot mkdir %s"9954msgstr "kann Verzeichnis %s nicht erstellen"99559956#: builtin/init-db.c:5259957#, c-format9958msgid "cannot chdir to %s"9959msgstr "kann nicht in Verzeichnis %s wechseln"99609961#: builtin/init-db.c:5469962#, c-format9963msgid ""9964"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"9965"dir=<directory>)"9966msgstr ""9967"%s (oder --work-tree=<Verzeichnis>) nicht erlaubt ohne Spezifizierung von %s "9968"(oder --git-dir=<Verzeichnis>)"99699970#: builtin/init-db.c:5749971#, c-format9972msgid "Cannot access work tree '%s'"9973msgstr "Kann nicht auf Arbeitsverzeichnis '%s' zugreifen."99749975#: builtin/interpret-trailers.c:159976msgid ""9977"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9978"<token>[(=|:)<value>])...] [<file>...]"9979msgstr ""9980"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9981"<Token>[(=|:)<Wert>])...] [<Datei>...]"99829983#: builtin/interpret-trailers.c:929984msgid "edit files in place"9985msgstr "vorhandene Dateien direkt bearbeiten"99869987#: builtin/interpret-trailers.c:939988msgid "trim empty trailers"9989msgstr "kürzt leere Anhänge"99909991#: builtin/interpret-trailers.c:969992msgid "where to place the new trailer"9993msgstr "wo der neue Anhang platziert wird"99949995#: builtin/interpret-trailers.c:989996msgid "action if trailer already exists"9997msgstr "Aktion, wenn Anhang bereits existiert"99989999#: builtin/interpret-trailers.c:10010000msgid "action if trailer is missing"10001msgstr "Aktion, wenn Anhang fehlt"1000210003#: builtin/interpret-trailers.c:10210004msgid "output only the trailers"10005msgstr "nur Anhänge ausgeben"1000610007#: builtin/interpret-trailers.c:10310008msgid "do not apply config rules"10009msgstr "Regeln aus Konfiguration nicht anwenden"1001010011#: builtin/interpret-trailers.c:10410012msgid "join whitespace-continued values"10013msgstr "durch Leerzeichen fortgesetzte Werte verbinden"1001410015#: builtin/interpret-trailers.c:10510016msgid "set parsing options"10017msgstr "Optionen für das Parsen setzen"1001810019#: builtin/interpret-trailers.c:10710020msgid "trailer"10021msgstr "Anhang"1002210023#: builtin/interpret-trailers.c:10810024msgid "trailer(s) to add"10025msgstr "Anhang/Anhänge hinzufügen"1002610027#: builtin/interpret-trailers.c:11710028msgid "--trailer with --only-input does not make sense"10029msgstr ""10030"Die Optionen --trailer und --only-input können nicht gemeinsam verwendet "10031"werden."1003210033#: builtin/interpret-trailers.c:12710034msgid "no input file given for in-place editing"10035msgstr "keine Datei zur direkten Bearbeitung angegeben"1003610037#: builtin/log.c:4810038msgid "git log [<options>] [<revision-range>] [[--] <path>...]"10039msgstr "git log [<Optionen>] [<Commitbereich>] [[--] <Pfad>...]"1004010041#: builtin/log.c:4910042msgid "git show [<options>] <object>..."10043msgstr "git show [<Optionen>] <Objekt>..."1004410045#: builtin/log.c:9310046#, c-format10047msgid "invalid --decorate option: %s"10048msgstr "Ungültige Option für --decorate: %s"1004910050#: builtin/log.c:15310051msgid "suppress diff output"10052msgstr "Ausgabe der Unterschiede unterdrücken"1005310054#: builtin/log.c:15410055msgid "show source"10056msgstr "Quelle anzeigen"1005710058#: builtin/log.c:15510059msgid "Use mail map file"10060msgstr "\"mailmap\"-Datei verwenden"1006110062#: builtin/log.c:15710063msgid "only decorate refs that match <pattern>"10064msgstr "\"decorate\" nur bei Referenzen anwenden, die <Muster> entsprechen"1006510066#: builtin/log.c:15910067msgid "do not decorate refs that match <pattern>"10068msgstr "\"decorate\" nicht bei Referenzen anwenden, die <Muster> entsprechen"1006910070#: builtin/log.c:16010071msgid "decorate options"10072msgstr "decorate-Optionen"1007310074#: builtin/log.c:16310075msgid "Process line range n,m in file, counting from 1"10076msgstr "Verarbeitet nur Zeilen im Bereich n,m in der Datei, gezählt von 1"1007710078#: builtin/log.c:25910079#, c-format10080msgid "Final output: %d %s\n"10081msgstr "letzte Ausgabe: %d %s\n"1008210083#: builtin/log.c:51010084#, c-format10085msgid "git show %s: bad file"10086msgstr "git show %s: ungültige Datei"1008710088#: builtin/log.c:525 builtin/log.c:61910089#, c-format10090msgid "Could not read object %s"10091msgstr "Kann Objekt %s nicht lesen."1009210093#: builtin/log.c:64310094#, c-format10095msgid "Unknown type: %d"10096msgstr "Unbekannter Typ: %d"1009710098#: builtin/log.c:76410099msgid "format.headers without value"10100msgstr "format.headers ohne Wert"1010110102#: builtin/log.c:86510103msgid "name of output directory is too long"10104msgstr "Name des Ausgabeverzeichnisses ist zu lang."1010510106#: builtin/log.c:88110107#, c-format10108msgid "Cannot open patch file %s"10109msgstr "Kann Patch-Datei %s nicht öffnen"1011010111#: builtin/log.c:89810112msgid "Need exactly one range."10113msgstr "Brauche genau einen Commit-Bereich."1011410115#: builtin/log.c:90810116msgid "Not a range."10117msgstr "Kein Commit-Bereich."1011810119#: builtin/log.c:101410120msgid "Cover letter needs email format"10121msgstr "Anschreiben benötigt E-Mail-Format"1012210123#: builtin/log.c:109510124#, c-format10125msgid "insane in-reply-to: %s"10126msgstr "ungültiges in-reply-to: %s"1012710128#: builtin/log.c:112210129msgid "git format-patch [<options>] [<since> | <revision-range>]"10130msgstr "git format-patch [<Optionen>] [<seit> | <Commitbereich>]"1013110132#: builtin/log.c:117210133msgid "Two output directories?"10134msgstr "Zwei Ausgabeverzeichnisse?"1013510136#: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:194610137#, c-format10138msgid "Unknown commit %s"10139msgstr "Unbekannter Commit %s"1014010141#: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:52210142#, c-format10143msgid "Failed to resolve '%s' as a valid ref."10144msgstr "Konnte '%s' nicht als gültige Referenz auflösen."1014510146#: builtin/log.c:129410147msgid "Could not find exact merge base."10148msgstr "Konnte keine exakte Merge-Basis finden."1014910150#: builtin/log.c:129810151msgid ""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."10155msgstr ""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."1016010161#: builtin/log.c:131810162msgid "Failed to find exact merge base"10163msgstr "Fehler beim Finden einer exakten Merge-Basis."1016410165#: builtin/log.c:132910166msgid "base commit should be the ancestor of revision list"10167msgstr "Basis-Commit sollte der Vorgänger der Revisionsliste sein."1016810169#: builtin/log.c:133310170msgid "base commit shouldn't be in revision list"10171msgstr "Basis-Commit sollte nicht in der Revisionsliste enthalten sein."1017210173#: builtin/log.c:138210174msgid "cannot get patch id"10175msgstr "kann Patch-Id nicht lesen"1017610177#: builtin/log.c:144110178msgid "use [PATCH n/m] even with a single patch"10179msgstr "[PATCH n/m] auch mit einzelnem Patch verwenden"1018010181#: builtin/log.c:144410182msgid "use [PATCH] even with multiple patches"10183msgstr "[PATCH] auch mit mehreren Patches verwenden"1018410185#: builtin/log.c:144810186msgid "print patches to standard out"10187msgstr "Ausgabe der Patches in Standard-Ausgabe"1018810189#: builtin/log.c:145010190msgid "generate a cover letter"10191msgstr "ein Deckblatt erzeugen"1019210193#: builtin/log.c:145210194msgid "use simple number sequence for output file names"10195msgstr "einfache Nummernfolge für die Namen der Ausgabedateien verwenden"1019610197#: builtin/log.c:145310198msgid "sfx"10199msgstr "Dateiendung"1020010201#: builtin/log.c:145410202msgid "use <sfx> instead of '.patch'"10203msgstr "<Dateiendung> anstatt '.patch' verwenden"1020410205#: builtin/log.c:145610206msgid "start numbering patches at <n> instead of 1"10207msgstr "die Nummerierung der Patches bei <n> anstatt bei 1 beginnen"1020810209#: builtin/log.c:145810210msgid "mark the series as Nth re-roll"10211msgstr "die Serie als n-te Fassung kennzeichnen"1021210213#: builtin/log.c:146010214msgid "Use [RFC PATCH] instead of [PATCH]"10215msgstr "[RFC PATCH] anstatt [PATCH] verwenden"1021610217#: builtin/log.c:146310218msgid "Use [<prefix>] instead of [PATCH]"10219msgstr "[<Präfix>] anstatt [PATCH] verwenden"1022010221#: builtin/log.c:146610222msgid "store resulting files in <dir>"10223msgstr "erzeugte Dateien in <Verzeichnis> speichern"1022410225#: builtin/log.c:146910226msgid "don't strip/add [PATCH]"10227msgstr "[PATCH] nicht entfernen/hinzufügen"1022810229#: builtin/log.c:147210230msgid "don't output binary diffs"10231msgstr "keine binären Unterschiede ausgeben"1023210233#: builtin/log.c:147410234msgid "output all-zero hash in From header"10235msgstr "Hash mit Nullen in \"From\"-Header ausgeben"1023610237#: builtin/log.c:147610238msgid "don't include a patch matching a commit upstream"10239msgstr ""10240"keine Patches einschließen, die einem Commit im Upstream-Branch entsprechen"1024110242#: builtin/log.c:147810243msgid "show patch format instead of default (patch + stat)"10244msgstr "Patchformat anstatt des Standards anzeigen (Patch + Zusammenfassung)"1024510246#: builtin/log.c:148010247msgid "Messaging"10248msgstr "E-Mail-Einstellungen"1024910250#: builtin/log.c:148110251msgid "header"10252msgstr "Header"1025310254#: builtin/log.c:148210255msgid "add email header"10256msgstr "E-Mail-Header hinzufügen"1025710258#: builtin/log.c:1483 builtin/log.c:148510259msgid "email"10260msgstr "E-Mail"1026110262#: builtin/log.c:148310263msgid "add To: header"10264msgstr "\"To:\"-Header hinzufügen"1026510266#: builtin/log.c:148510267msgid "add Cc: header"10268msgstr "\"Cc:\"-Header hinzufügen"1026910270#: builtin/log.c:148710271msgid "ident"10272msgstr "Ident"1027310274#: builtin/log.c:148810275msgid "set From address to <ident> (or committer ident if absent)"10276msgstr ""10277"\"From\"-Adresse auf <Ident> setzen (oder Ident des Commit-Erstellers, wenn "10278"fehlend)"1027910280#: builtin/log.c:149010281msgid "message-id"10282msgstr "message-id"1028310284#: builtin/log.c:149110285msgid "make first mail a reply to <message-id>"10286msgstr "aus erster E-Mail eine Antwort zu <message-id> machen"1028710288#: builtin/log.c:1492 builtin/log.c:149510289msgid "boundary"10290msgstr "Grenze"1029110292#: builtin/log.c:149310293msgid "attach the patch"10294msgstr "den Patch anhängen"1029510296#: builtin/log.c:149610297msgid "inline the patch"10298msgstr "den Patch direkt in die Nachricht einfügen"1029910300#: builtin/log.c:150010301msgid "enable message threading, styles: shallow, deep"10302msgstr "Nachrichtenverkettung aktivieren, Stile: shallow, deep"1030310304#: builtin/log.c:150210305msgid "signature"10306msgstr "Signatur"1030710308#: builtin/log.c:150310309msgid "add a signature"10310msgstr "eine Signatur hinzufügen"1031110312#: builtin/log.c:150410313msgid "base-commit"10314msgstr "Basis-Commit"1031510316#: builtin/log.c:150510317msgid "add prerequisite tree info to the patch series"10318msgstr "erforderliche Revisions-Informationen der Patch-Serie hinzufügen"1031910320#: builtin/log.c:150710321msgid "add a signature from a file"10322msgstr "eine Signatur aus einer Datei hinzufügen"1032310324#: builtin/log.c:150810325msgid "don't print the patch filenames"10326msgstr "keine Dateinamen der Patches anzeigen"1032710328#: builtin/log.c:151010329msgid "show progress while generating patches"10330msgstr "Forschrittsanzeige während der Erzeugung der Patches"1033110332#: builtin/log.c:158510333#, c-format10334msgid "invalid ident line: %s"10335msgstr "Ungültige Identifikationszeile: %s"1033610337#: builtin/log.c:160010338msgid "-n and -k are mutually exclusive."10339msgstr "Die Optionen -n und -k schließen sich gegenseitig aus."1034010341#: builtin/log.c:160210342msgid "--subject-prefix/--rfc and -k are mutually exclusive."10343msgstr "--subject-prefix/--rfc und -k schließen sich gegenseitig aus."1034410345#: builtin/log.c:161010346msgid "--name-only does not make sense"10347msgstr "Die Option --name-only kann nicht verwendet werden."1034810349#: builtin/log.c:161210350msgid "--name-status does not make sense"10351msgstr "Die Option --name-status kann nicht verwendet werden."1035210353#: builtin/log.c:161410354msgid "--check does not make sense"10355msgstr "Die Option --check kann nicht verwendet werden."1035610357#: builtin/log.c:164610358msgid "standard output, or directory, which one?"10359msgstr "Standard-Ausgabe oder Verzeichnis, welches von beidem?"1036010361#: builtin/log.c:164810362#, c-format10363msgid "Could not create directory '%s'"10364msgstr "Konnte Verzeichnis '%s' nicht erstellen."1036510366#: builtin/log.c:174110367#, c-format10368msgid "unable to read signature file '%s'"10369msgstr "Konnte Signatur-Datei '%s' nicht lesen"1037010371#: builtin/log.c:177310372msgid "Generating patches"10373msgstr "Erzeuge Patches"1037410375#: builtin/log.c:181710376msgid "Failed to create output files"10377msgstr "Fehler beim Erstellen der Ausgabedateien."1037810379#: builtin/log.c:186710380msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"10381msgstr "git cherry [-v] [<Upstream> [<Branch> [<Limit>]]]"1038210383#: builtin/log.c:192110384#, c-format10385msgid ""10386"Could not find a tracked remote branch, please specify <upstream> manually.\n"10387msgstr ""10388"Konnte gefolgten Remote-Branch nicht finden, bitte geben Sie <Upstream> "10389"manuell an.\n"1039010391#: builtin/ls-files.c:46810392msgid "git ls-files [<options>] [<file>...]"10393msgstr "git ls-files [<Optionen>] [<Datei>...]"1039410395#: builtin/ls-files.c:51710396msgid "identify the file status with tags"10397msgstr "den Dateistatus mit Tags anzeigen"1039810399#: builtin/ls-files.c:51910400msgid "use lowercase letters for 'assume unchanged' files"10401msgstr ""10402"Kleinbuchstaben für Dateien mit 'assume unchanged' Markierung verwenden"1040310404#: builtin/ls-files.c:52110405msgid "use lowercase letters for 'fsmonitor clean' files"10406msgstr "Kleinbuchstaben für 'fsmonitor clean' Dateien verwenden"1040710408#: builtin/ls-files.c:52310409msgid "show cached files in the output (default)"10410msgstr "zwischengespeicherte Dateien in der Ausgabe anzeigen (Standard)"1041110412#: builtin/ls-files.c:52510413msgid "show deleted files in the output"10414msgstr "entfernte Dateien in der Ausgabe anzeigen"1041510416#: builtin/ls-files.c:52710417msgid "show modified files in the output"10418msgstr "geänderte Dateien in der Ausgabe anzeigen"1041910420#: builtin/ls-files.c:52910421msgid "show other files in the output"10422msgstr "sonstige Dateien in der Ausgabe anzeigen"1042310424#: builtin/ls-files.c:53110425msgid "show ignored files in the output"10426msgstr "ignorierte Dateien in der Ausgabe anzeigen"1042710428#: builtin/ls-files.c:53410429msgid "show staged contents' object name in the output"10430msgstr ""10431"Objektnamen von Inhalten, die zum Commit vorgemerkt sind, in der Ausgabe "10432"anzeigen"1043310434#: builtin/ls-files.c:53610435msgid "show files on the filesystem that need to be removed"10436msgstr "Dateien im Dateisystem, die gelöscht werden müssen, anzeigen"1043710438#: builtin/ls-files.c:53810439msgid "show 'other' directories' names only"10440msgstr "nur Namen von 'sonstigen' Verzeichnissen anzeigen"1044110442#: builtin/ls-files.c:54010443msgid "show line endings of files"10444msgstr "Zeilenenden von Dateien anzeigen"1044510446#: builtin/ls-files.c:54210447msgid "don't show empty directories"10448msgstr "keine leeren Verzeichnisse anzeigen"1044910450#: builtin/ls-files.c:54510451msgid "show unmerged files in the output"10452msgstr "nicht zusammengeführte Dateien in der Ausgabe anzeigen"1045310454#: builtin/ls-files.c:54710455msgid "show resolve-undo information"10456msgstr "'resolve-undo' Informationen anzeigen"1045710458#: builtin/ls-files.c:54910459msgid "skip files matching pattern"10460msgstr "Dateien auslassen, die einem Muster entsprechen"1046110462#: builtin/ls-files.c:55210463msgid "exclude patterns are read from <file>"10464msgstr "Muster, gelesen von <Datei>, ausschließen"1046510466#: builtin/ls-files.c:55510467msgid "read additional per-directory exclude patterns in <file>"10468msgstr "zusätzliche pro-Verzeichnis Auschlussmuster aus <Datei> auslesen"1046910470#: builtin/ls-files.c:55710471msgid "add the standard git exclusions"10472msgstr "die standardmäßigen Git-Ausschlüsse hinzufügen"1047310474#: builtin/ls-files.c:56010475msgid "make the output relative to the project top directory"10476msgstr "Ausgabe relativ zum Projektverzeichnis"1047710478#: builtin/ls-files.c:56310479msgid "recurse through submodules"10480msgstr "Rekursion in Submodulen durchführen"1048110482#: builtin/ls-files.c:56510483msgid "if any <file> is not in the index, treat this as an error"10484msgstr "als Fehler behandeln, wenn sich eine <Datei> nicht im Index befindet"1048510486#: builtin/ls-files.c:56610487msgid "tree-ish"10488msgstr "Commit-Referenz"1048910490#: builtin/ls-files.c:56710491msgid "pretend that paths removed since <tree-ish> are still present"10492msgstr ""10493"vorgeben, dass Pfade, die seit <Commit-Referenz> gelöscht wurden, immer noch "10494"vorhanden sind"1049510496#: builtin/ls-files.c:56910497msgid "show debugging data"10498msgstr "Ausgaben zur Fehlersuche anzeigen"1049910500#: builtin/ls-remote.c:710501msgid ""10502"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"10503" [-q | --quiet] [--exit-code] [--get-url]\n"10504" [--symref] [<repository> [<refs>...]]"10505msgstr ""10506"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<Programm>]\n"10507" [-q | --quiet] [--exit-code] [--get-url]\n"10508" [--symref] [<Repository> [<Referenzen>...]]"1050910510#: builtin/ls-remote.c:5210511msgid "do not print remote URL"10512msgstr "URL des Remote-Repositories nicht ausgeben"1051310514#: builtin/ls-remote.c:53 builtin/ls-remote.c:5510515msgid "exec"10516msgstr "Programm"1051710518#: builtin/ls-remote.c:54 builtin/ls-remote.c:5610519msgid "path of git-upload-pack on the remote host"10520msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"1052110522#: builtin/ls-remote.c:5810523msgid "limit to tags"10524msgstr "auf Tags einschränken"1052510526#: builtin/ls-remote.c:5910527msgid "limit to heads"10528msgstr "auf Branches einschränken"1052910530#: builtin/ls-remote.c:6010531msgid "do not show peeled tags"10532msgstr "keine Tags anzeigen, die andere Tags enthalten"1053310534#: builtin/ls-remote.c:6210535msgid "take url.<base>.insteadOf into account"10536msgstr "url.<Basis>.insteadOf berücksichtigen"1053710538#: builtin/ls-remote.c:6410539msgid "exit with exit code 2 if no matching refs are found"10540msgstr ""10541"mit Rückkehrwert 2 beenden, wenn keine übereinstimmenden Referenzen\n"10542"gefunden wurden"1054310544#: builtin/ls-remote.c:6710545msgid "show underlying ref in addition to the object pointed by it"10546msgstr "zusätzlich zum Objekt die darauf verweisenden Referenzen anzeigen"1054710548#: builtin/ls-tree.c:2910549msgid "git ls-tree [<options>] <tree-ish> [<path>...]"10550msgstr "git ls-tree [<Optionen>] <Commit-Referenz> [<Pfad>...]"1055110552#: builtin/ls-tree.c:12710553msgid "only show trees"10554msgstr "nur Verzeichnisse anzeigen"1055510556#: builtin/ls-tree.c:12910557msgid "recurse into subtrees"10558msgstr "Rekursion in Unterverzeichnissen durchführen"1055910560#: builtin/ls-tree.c:13110561msgid "show trees when recursing"10562msgstr "Verzeichnisse bei Rekursion anzeigen"1056310564#: builtin/ls-tree.c:13410565msgid "terminate entries with NUL byte"10566msgstr "Einträge mit NUL-Byte abschließen"1056710568#: builtin/ls-tree.c:13510569msgid "include object size"10570msgstr "Objektgröße einschließen"1057110572#: builtin/ls-tree.c:137 builtin/ls-tree.c:13910573msgid "list only filenames"10574msgstr "nur Dateinamen auflisten"1057510576#: builtin/ls-tree.c:14210577msgid "use full path names"10578msgstr "vollständige Pfadnamen verwenden"1057910580#: builtin/ls-tree.c:14410581msgid "list entire tree; not just current directory (implies --full-name)"10582msgstr ""10583"das gesamte Verzeichnis auflisten; nicht nur das aktuelle Verzeichnis "10584"(impliziert --full-name)"1058510586#: builtin/mailsplit.c:24110587#, c-format10588msgid "empty mbox: '%s'"10589msgstr "Leere mbox: '%s'"1059010591#: builtin/merge.c:4910592msgid "git merge [<options>] [<commit>...]"10593msgstr "git merge [<Optionen>] [<Commit>...]"1059410595#: builtin/merge.c:5010596msgid "git merge --abort"10597msgstr "git merge --abort"1059810599#: builtin/merge.c:5110600msgid "git merge --continue"10601msgstr "git merge --continue"1060210603#: builtin/merge.c:10810604msgid "switch `m' requires a value"10605msgstr "Schalter 'm' erfordert einen Wert."1060610607#: builtin/merge.c:14510608#, c-format10609msgid "Could not find merge strategy '%s'.\n"10610msgstr "Konnte Merge-Strategie '%s' nicht finden.\n"1061110612#: builtin/merge.c:14610613#, c-format10614msgid "Available strategies are:"10615msgstr "Verfügbare Strategien sind:"1061610617#: builtin/merge.c:15110618#, c-format10619msgid "Available custom strategies are:"10620msgstr "Verfügbare benutzerdefinierte Strategien sind:"1062110622#: builtin/merge.c:201 builtin/pull.c:13710623msgid "do not show a diffstat at the end of the merge"10624msgstr "keine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"1062510626#: builtin/merge.c:204 builtin/pull.c:14010627msgid "show a diffstat at the end of the merge"10628msgstr "eine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"1062910630#: builtin/merge.c:205 builtin/pull.c:14310631msgid "(synonym to --stat)"10632msgstr "(Synonym für --stat)"1063310634#: builtin/merge.c:207 builtin/pull.c:14610635msgid "add (at most <n>) entries from shortlog to merge commit message"10636msgstr ""10637"(höchstens <n>) Einträge von \"shortlog\" zur Beschreibung des Merge-Commits "10638"hinzufügen"1063910640#: builtin/merge.c:210 builtin/pull.c:15210641msgid "create a single commit instead of doing a merge"10642msgstr "einen einzelnen Commit anstatt eines Merges erzeugen"1064310644#: builtin/merge.c:212 builtin/pull.c:15510645msgid "perform a commit if the merge succeeds (default)"10646msgstr "einen Commit durchführen, wenn der Merge erfolgreich war (Standard)"1064710648#: builtin/merge.c:214 builtin/pull.c:15810649msgid "edit message before committing"10650msgstr "Bearbeitung der Beschreibung vor dem Commit"1065110652#: builtin/merge.c:21510653msgid "allow fast-forward (default)"10654msgstr "Vorspulen erlauben (Standard)"1065510656#: builtin/merge.c:217 builtin/pull.c:16410657msgid "abort if fast-forward is not possible"10658msgstr "abbrechen, wenn kein Vorspulen möglich ist"1065910660#: builtin/merge.c:221 builtin/pull.c:16710661msgid "verify that the named commit has a valid GPG signature"10662msgstr "den genannten Commit auf eine gültige GPG-Signatur überprüfen"1066310664#: builtin/merge.c:222 builtin/notes.c:777 builtin/pull.c:17110665#: builtin/revert.c:10910666msgid "strategy"10667msgstr "Strategie"1066810669#: builtin/merge.c:223 builtin/pull.c:17210670msgid "merge strategy to use"10671msgstr "zu verwendende Merge-Strategie"1067210673#: builtin/merge.c:224 builtin/pull.c:17510674msgid "option=value"10675msgstr "Option=Wert"1067610677#: builtin/merge.c:225 builtin/pull.c:17610678msgid "option for selected merge strategy"10679msgstr "Option für ausgewählte Merge-Strategie"1068010681#: builtin/merge.c:22710682msgid "merge commit message (for a non-fast-forward merge)"10683msgstr ""10684"Commit-Beschreibung zusammenführen (für einen Merge, der kein Vorspulen war)"1068510686#: builtin/merge.c:23110687msgid "abort the current in-progress merge"10688msgstr "den sich im Gange befindlichen Merge abbrechen"1068910690#: builtin/merge.c:23310691msgid "continue the current in-progress merge"10692msgstr "den sich im Gange befindlichen Merge fortsetzen"1069310694#: builtin/merge.c:235 builtin/pull.c:18310695msgid "allow merging unrelated histories"10696msgstr "erlaube das Zusammenführen von nicht zusammenhängenden Historien"1069710698#: builtin/merge.c:24110699msgid "verify commit-msg hook"10700msgstr "commit-msg Hook überprüfen"1070110702#: builtin/merge.c:26610703msgid "could not run stash."10704msgstr "Konnte \"stash\" nicht ausführen."1070510706#: builtin/merge.c:27110707msgid "stash failed"10708msgstr "\"stash\" fehlgeschlagen"1070910710#: builtin/merge.c:27610711#, c-format10712msgid "not a valid object: %s"10713msgstr "kein gültiges Objekt: %s"1071410715#: builtin/merge.c:298 builtin/merge.c:31510716msgid "read-tree failed"10717msgstr "read-tree fehlgeschlagen"1071810719#: builtin/merge.c:34510720msgid " (nothing to squash)"10721msgstr " (nichts zu quetschen)"1072210723#: builtin/merge.c:35610724#, c-format10725msgid "Squash commit -- not updating HEAD\n"10726msgstr "Quetsche Commit -- HEAD wird nicht aktualisiert\n"1072710728#: builtin/merge.c:40610729#, c-format10730msgid "No merge message -- not updating HEAD\n"10731msgstr "Keine Merge-Commit-Beschreibung -- HEAD wird nicht aktualisiert\n"1073210733#: builtin/merge.c:45610734#, c-format10735msgid "'%s' does not point to a commit"10736msgstr "'%s' zeigt auf keinen Commit"1073710738#: builtin/merge.c:54610739#, c-format10740msgid "Bad branch.%s.mergeoptions string: %s"10741msgstr "Ungültiger branch.%s.mergeoptions String: %s"1074210743#: builtin/merge.c:66810744msgid "Not handling anything other than two heads merge."10745msgstr "Es wird nur der Merge von zwei Branches behandelt."1074610747#: builtin/merge.c:68210748#, c-format10749msgid "Unknown option for merge-recursive: -X%s"10750msgstr "Unbekannte Option für merge-recursive: -X%s"1075110752#: builtin/merge.c:69710753#, c-format10754msgid "unable to write %s"10755msgstr "konnte %s nicht schreiben"1075610757#: builtin/merge.c:74910758#, c-format10759msgid "Could not read from '%s'"10760msgstr "konnte nicht von '%s' lesen"1076110762#: builtin/merge.c:75810763#, c-format10764msgid "Not committing merge; use 'git commit' to complete the merge.\n"10765msgstr ""10766"Merge wurde nicht committet; benutzen Sie 'git commit', um den Merge "10767"abzuschließen.\n"1076810769#: builtin/merge.c:76410770#, c-format10771msgid ""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"10774"\n"10775"Lines starting with '%c' will be ignored, and an empty message aborts\n"10776"the commit.\n"10777msgstr ""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"10781"\n"10782"Zeilen beginnend mit '%c' werden ignoriert, und eine leere Beschreibung\n"10783"bricht den Commit ab.\n"1078410785#: builtin/merge.c:80010786msgid "Empty commit message."10787msgstr "Leere Commit-Beschreibung"1078810789#: builtin/merge.c:82010790#, c-format10791msgid "Wonderful.\n"10792msgstr "Wunderbar.\n"1079310794#: builtin/merge.c:87310795#, c-format10796msgid "Automatic merge failed; fix conflicts and then commit the result.\n"10797msgstr ""10798"Automatischer Merge fehlgeschlagen; beheben Sie die Konflikte und committen "10799"Sie dann das Ergebnis.\n"1080010801#: builtin/merge.c:91210802msgid "No current branch."10803msgstr "Sie befinden sich auf keinem Branch."1080410805#: builtin/merge.c:91410806msgid "No remote for the current branch."10807msgstr "Kein Remote-Repository für den aktuellen Branch."1080810809#: builtin/merge.c:91610810msgid "No default upstream defined for the current branch."10811msgstr ""10812"Es ist kein Standard-Upstream-Branch für den aktuellen Branch definiert."1081310814#: builtin/merge.c:92110815#, c-format10816msgid "No remote-tracking branch for %s from %s"10817msgstr "Kein Remote-Tracking-Branch für %s von %s"1081810819#: builtin/merge.c:97410820#, c-format10821msgid "Bad value '%s' in environment '%s'"10822msgstr "Fehlerhafter Wert '%s' in Umgebungsvariable '%s'"1082310824#: builtin/merge.c:107610825#, c-format10826msgid "not something we can merge in %s: %s"10827msgstr "nichts was wir in %s zusammenführen können: %s"1082810829#: builtin/merge.c:111010830msgid "not something we can merge"10831msgstr "nichts was wir zusammenführen können"1083210833#: builtin/merge.c:121210834msgid "--abort expects no arguments"10835msgstr "--abort akzeptiert keine Argumente"1083610837#: builtin/merge.c:121610838msgid "There is no merge to abort (MERGE_HEAD missing)."10839msgstr "Es gibt keinen Merge abzubrechen (MERGE_HEAD fehlt)"1084010841#: builtin/merge.c:122810842msgid "--continue expects no arguments"10843msgstr "--continue erwartet keine Argumente"1084410845#: builtin/merge.c:123210846msgid "There is no merge in progress (MERGE_HEAD missing)."10847msgstr "Es ist kein Merge im Gange (MERGE_HEAD fehlt)."1084810849#: builtin/merge.c:124810850msgid ""10851"You have not concluded your merge (MERGE_HEAD exists).\n"10852"Please, commit your changes before you merge."10853msgstr ""10854"Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"10855"Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."1085610857#: builtin/merge.c:125510858msgid ""10859"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"10860"Please, commit your changes before you merge."10861msgstr ""10862"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert).\n"10863"Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."1086410865#: builtin/merge.c:125810866msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."10867msgstr ""10868"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert)."1086910870#: builtin/merge.c:126710871msgid "You cannot combine --squash with --no-ff."10872msgstr "Sie können --squash nicht mit --no-ff kombinieren."1087310874#: builtin/merge.c:127510875msgid "No commit specified and merge.defaultToUpstream not set."10876msgstr "Kein Commit angegeben und merge.defaultToUpstream ist nicht gesetzt."1087710878#: builtin/merge.c:129210879msgid "Squash commit into empty head not supported yet"10880msgstr ""10881"Bin auf einem Commit, der noch geboren wird; kann \"squash\" nicht ausführen."1088210883#: builtin/merge.c:129410884msgid "Non-fast-forward commit does not make sense into an empty head"10885msgstr ""10886"Nicht vorzuspulender Commit kann nicht in einem leeren Branch verwendet "10887"werden."1088810889#: builtin/merge.c:129910890#, c-format10891msgid "%s - not something we can merge"10892msgstr "%s - nichts was wir zusammenführen können"1089310894#: builtin/merge.c:130110895msgid "Can merge only exactly one commit into empty head"10896msgstr "Kann nur exakt einen Commit in einem leeren Branch zusammenführen."1089710898#: builtin/merge.c:133510899#, c-format10900msgid "Commit %s has an untrusted GPG signature, allegedly by %s."10901msgstr ""10902"Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."1090310904#: builtin/merge.c:133810905#, c-format10906msgid "Commit %s has a bad GPG signature allegedly by %s."10907msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."1090810909#: builtin/merge.c:134110910#, c-format10911msgid "Commit %s does not have a GPG signature."10912msgstr "Commit %s hat keine GPG-Signatur."1091310914#: builtin/merge.c:134410915#, c-format10916msgid "Commit %s has a good GPG signature by %s\n"10917msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"1091810919#: builtin/merge.c:140310920msgid "refusing to merge unrelated histories"10921msgstr "Verweigere den Merge von nicht zusammenhängenden Historien."1092210923#: builtin/merge.c:141210924msgid "Already up to date."10925msgstr "Bereits aktuell."1092610927#: builtin/merge.c:142210928#, c-format10929msgid "Updating %s..%s\n"10930msgstr "Aktualisiere %s..%s\n"1093110932#: builtin/merge.c:146310933#, c-format10934msgid "Trying really trivial in-index merge...\n"10935msgstr "Probiere wirklich trivialen \"in-index\"-Merge ...\n"1093610937#: builtin/merge.c:147010938#, c-format10939msgid "Nope.\n"10940msgstr "Nein.\n"1094110942#: builtin/merge.c:149510943msgid "Already up to date. Yeeah!"10944msgstr "Bereits aktuell."1094510946#: builtin/merge.c:150110947msgid "Not possible to fast-forward, aborting."10948msgstr "Vorspulen nicht möglich, breche ab."1094910950#: builtin/merge.c:1524 builtin/merge.c:160310951#, c-format10952msgid "Rewinding the tree to pristine...\n"10953msgstr "Rücklauf des Verzeichnisses bis zum Ursprung ...\n"1095410955#: builtin/merge.c:152810956#, c-format10957msgid "Trying merge strategy %s...\n"10958msgstr "Probiere Merge-Strategie %s ...\n"1095910960#: builtin/merge.c:159410961#, c-format10962msgid "No merge strategy handled the merge.\n"10963msgstr "Keine Merge-Strategie behandelt diesen Merge.\n"1096410965#: builtin/merge.c:159610966#, c-format10967msgid "Merge with strategy %s failed.\n"10968msgstr "Merge mit Strategie %s fehlgeschlagen.\n"1096910970#: builtin/merge.c:160510971#, c-format10972msgid "Using the %s to prepare resolving by hand.\n"10973msgstr "Benutzen Sie \"%s\", um die Auflösung per Hand vorzubereiten.\n"1097410975#: builtin/merge.c:161710976#, c-format10977msgid "Automatic merge went well; stopped before committing as requested\n"10978msgstr ""10979"Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an\n"1098010981#: builtin/merge-base.c:3010982msgid "git merge-base [-a | --all] <commit> <commit>..."10983msgstr "git merge-base [-a | --all] <Commit> <Commit>..."1098410985#: builtin/merge-base.c:3110986msgid "git merge-base [-a | --all] --octopus <commit>..."10987msgstr "git merge-base [-a | --all] --octopus <Commit>..."1098810989#: builtin/merge-base.c:3210990msgid "git merge-base --independent <commit>..."10991msgstr "git merge-base --independent <Commit>..."1099210993#: builtin/merge-base.c:3310994msgid "git merge-base --is-ancestor <commit> <commit>"10995msgstr "git merge-base --is-ancestor <Commit> <Commit>"1099610997#: builtin/merge-base.c:3410998msgid "git merge-base --fork-point <ref> [<commit>]"10999msgstr "git merge-base --fork-point <Referenz> [<Commit>]"1100011001#: builtin/merge-base.c:22011002msgid "output all common ancestors"11003msgstr "Ausgabe aller gemeinsamen Vorgänger-Commits"1100411005#: builtin/merge-base.c:22211006msgid "find ancestors for a single n-way merge"11007msgstr "Vorgänger-Commits für einen einzelnen n-Wege-Merge finden"1100811009#: builtin/merge-base.c:22411010msgid "list revs not reachable from others"11011msgstr "Commits auflisten, die nicht durch Andere erreichbar sind"1101211013#: builtin/merge-base.c:22611014msgid "is the first one ancestor of the other?"11015msgstr "ist der Erste ein Vorgänger-Commit des Anderen?"1101611017#: builtin/merge-base.c:22811018msgid "find where <commit> forked from reflog of <ref>"11019msgstr "<Commit> finden, von wo Reflog von <Referenz> abgespalten wurde"1102011021#: builtin/merge-file.c:911022msgid ""11023"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "11024"<orig-file> <file2>"11025msgstr ""11026"git merge-file [<Optionen>] [-L <Name1> [-L <orig> [-L <Name2>]]] <Datei1> "11027"<orig-Datei> <Datei2>"1102811029#: builtin/merge-file.c:3311030msgid "send results to standard output"11031msgstr "Ergebnisse zur Standard-Ausgabe senden"1103211033#: builtin/merge-file.c:3411034msgid "use a diff3 based merge"11035msgstr "einen diff3 basierten Merge verwenden"1103611037#: builtin/merge-file.c:3511038msgid "for conflicts, use our version"11039msgstr "bei Konflikten unsere Variante verwenden"1104011041#: builtin/merge-file.c:3711042msgid "for conflicts, use their version"11043msgstr "bei Konflikten ihre Variante verwenden"1104411045#: builtin/merge-file.c:3911046msgid "for conflicts, use a union version"11047msgstr "bei Konflikten eine gemeinsame Variante verwenden"1104811049#: builtin/merge-file.c:4211050msgid "for conflicts, use this marker size"11051msgstr "bei Konflikten diese Kennzeichnungslänge verwenden"1105211053#: builtin/merge-file.c:4311054msgid "do not warn about conflicts"11055msgstr "keine Warnung bei Konflikten"1105611057#: builtin/merge-file.c:4511058msgid "set labels for file1/orig-file/file2"11059msgstr "Beschriftung für Datei1/orig-Datei/Datei2 setzen"1106011061#: builtin/merge-recursive.c:4511062#, c-format11063msgid "unknown option %s"11064msgstr "unbekannte Option: %s"1106511066#: builtin/merge-recursive.c:5111067#, c-format11068msgid "could not parse object '%s'"11069msgstr "Konnte Objekt '%s' nicht parsen."1107011071#: builtin/merge-recursive.c:5511072#, c-format11073msgid "cannot handle more than %d base. Ignoring %s."11074msgid_plural "cannot handle more than %d bases. Ignoring %s."11075msgstr[0] "kann nicht mit mehr als %d Merge-Basis umgehen. Ignoriere %s."11076msgstr[1] "kann nicht mit mehr als %d Merge-Basen umgehen. Ignoriere %s."1107711078#: builtin/merge-recursive.c:6311079msgid "not handling anything other than two heads merge."11080msgstr "Es wird nur der Merge von zwei Branches behandelt."1108111082#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7111083#, c-format11084msgid "could not resolve ref '%s'"11085msgstr "Konnte Referenz '%s' nicht auflösen"1108611087#: builtin/merge-recursive.c:7711088#, c-format11089msgid "Merging %s with %s\n"11090msgstr "Führe %s mit %s zusammen\n"1109111092#: builtin/mktree.c:6511093msgid "git mktree [-z] [--missing] [--batch]"11094msgstr "git mktree [-z] [--missing] [--batch]"1109511096#: builtin/mktree.c:15311097msgid "input is NUL terminated"11098msgstr "Eingabe ist durch NUL-Zeichen abgeschlossen"1109911100#: builtin/mktree.c:154 builtin/write-tree.c:2511101msgid "allow missing objects"11102msgstr "fehlende Objekte erlauben"1110311104#: builtin/mktree.c:15511105msgid "allow creation of more than one tree"11106msgstr "die Erstellung von mehr als einem \"Tree\"-Objekt erlauben"1110711108#: builtin/mv.c:1711109msgid "git mv [<options>] <source>... <destination>"11110msgstr "git mv [<Optionen>] <Quelle>... <Ziel>"1111111112#: builtin/mv.c:8311113#, c-format11114msgid "Directory %s is in index and no submodule?"11115msgstr "Verzeichnis %s ist zum Commit vorgemerkt und kein Submodul?"1111611117#: builtin/mv.c:85 builtin/rm.c:28911118msgid "Please stage your changes to .gitmodules or stash them to proceed"11119msgstr ""11120"Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "11121"benutzen\n"11122"Sie \"stash\", um fortzufahren."1112311124#: builtin/mv.c:10311125#, c-format11126msgid "%.*s is in index"11127msgstr "%.*s ist zum Commit vorgemerkt"1112811129#: builtin/mv.c:12511130msgid "force move/rename even if target exists"11131msgstr "Verschieben/Umbenennen erzwingen, auch wenn das Ziel existiert"1113211133#: builtin/mv.c:12711134msgid "skip move/rename errors"11135msgstr "Fehler beim Verschieben oder Umbenennen überspringen"1113611137#: builtin/mv.c:16811138#, c-format11139msgid "destination '%s' is not a directory"11140msgstr "Ziel '%s' ist kein Verzeichnis"1114111142#: builtin/mv.c:17911143#, c-format11144msgid "Checking rename of '%s' to '%s'\n"11145msgstr "Prüfe Umbenennung von '%s' nach '%s'\n"1114611147#: builtin/mv.c:18311148msgid "bad source"11149msgstr "ungültige Quelle"1115011151#: builtin/mv.c:18611152msgid "can not move directory into itself"11153msgstr "kann Verzeichnis nicht in sich selbst verschieben"1115411155#: builtin/mv.c:18911156msgid "cannot move directory over file"11157msgstr "kann Verzeichnis nicht über Datei verschieben"1115811159#: builtin/mv.c:19811160msgid "source directory is empty"11161msgstr "Quellverzeichnis ist leer"1116211163#: builtin/mv.c:22311164msgid "not under version control"11165msgstr "nicht unter Versionskontrolle"1116611167#: builtin/mv.c:22611168msgid "destination exists"11169msgstr "Ziel existiert bereits"1117011171#: builtin/mv.c:23411172#, c-format11173msgid "overwriting '%s'"11174msgstr "überschreibe '%s'"1117511176#: builtin/mv.c:23711177msgid "Cannot overwrite"11178msgstr "Kann nicht überschreiben"1117911180#: builtin/mv.c:24011181msgid "multiple sources for the same target"11182msgstr "mehrere Quellen für dasselbe Ziel"1118311184#: builtin/mv.c:24211185msgid "destination directory does not exist"11186msgstr "Zielverzeichnis existiert nicht"1118711188#: builtin/mv.c:24911189#, c-format11190msgid "%s, source=%s, destination=%s"11191msgstr "%s, Quelle=%s, Ziel=%s"1119211193#: builtin/mv.c:27011194#, c-format11195msgid "Renaming %s to %s\n"11196msgstr "Benenne %s nach %s um\n"1119711198#: builtin/mv.c:276 builtin/remote.c:712 builtin/repack.c:39411199#, c-format11200msgid "renaming '%s' failed"11201msgstr "Umbenennung von '%s' fehlgeschlagen"1120211203#: builtin/name-rev.c:33811204msgid "git name-rev [<options>] <commit>..."11205msgstr "git name-rev [<Optionen>] <Commit>..."1120611207#: builtin/name-rev.c:33911208msgid "git name-rev [<options>] --all"11209msgstr "git name-rev [<Optionen>] --all"1121011211#: builtin/name-rev.c:34011212msgid "git name-rev [<options>] --stdin"11213msgstr "git name-rev [<Optionen>] --stdin"1121411215#: builtin/name-rev.c:39511216msgid "print only names (no SHA-1)"11217msgstr "nur Namen anzeigen (keine SHA-1)"1121811219#: builtin/name-rev.c:39611220msgid "only use tags to name the commits"11221msgstr "nur Tags verwenden, um die Commits zu benennen"1122211223#: builtin/name-rev.c:39811224msgid "only use refs matching <pattern>"11225msgstr "nur Referenzen verwenden, die <Muster> entsprechen"1122611227#: builtin/name-rev.c:40011228msgid "ignore refs matching <pattern>"11229msgstr "ignoriere Referenzen die <Muster> entsprechen"1123011231#: builtin/name-rev.c:40211232msgid "list all commits reachable from all refs"11233msgstr "alle Commits auflisten, die von allen Referenzen erreichbar sind"1123411235#: builtin/name-rev.c:40311236msgid "read from stdin"11237msgstr "von der Standard-Eingabe lesen"1123811239#: builtin/name-rev.c:40411240msgid "allow to print `undefined` names (default)"11241msgstr "Ausgabe von `undefinierten` Namen erlauben (Standard)"1124211243#: builtin/name-rev.c:41011244msgid "dereference tags in the input (internal use)"11245msgstr "Tags in der Eingabe dereferenzieren (interne Verwendung)"1124611247#: builtin/notes.c:2611248msgid "git notes [--ref <notes-ref>] [list [<object>]]"11249msgstr "git notes [--ref <Notiz-Referenz>] [list [<Objekt>]]"1125011251#: builtin/notes.c:2711252msgid ""11253"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "11254"| (-c | -C) <object>] [<object>]"11255msgstr ""11256"git notes [--ref <Notiz-Referenz>] add [-f] [--allow-empty] [-m "11257"<Beschreibung> | -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"1125811259#: builtin/notes.c:2811260msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"11261msgstr ""11262"git notes [--ref <Notiz-Referenz>] copy [-f] <von-Objekt> <nach-Objekt>"1126311264#: builtin/notes.c:2911265msgid ""11266"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "11267"(-c | -C) <object>] [<object>]"11268msgstr ""11269"git notes [--ref <Notiz-Referenz>] append [--allow-empty] [-m <Beschreibung> "11270"| -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"1127111272#: builtin/notes.c:3011273msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"11274msgstr "git notes [--ref <Notiz-Referenz>] edit [--allow-empty] [<Objekt>]"1127511276#: builtin/notes.c:3111277msgid "git notes [--ref <notes-ref>] show [<object>]"11278msgstr "git notes [--ref <Notiz-Referenz>] show [<Objekt>]"1127911280#: builtin/notes.c:3211281msgid ""11282"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"11283msgstr ""11284"git notes [--ref <Notiz-Referenz>] merge [-v | -q] [-s <Strategie>] <Notiz-"11285"Referenz>"1128611287#: builtin/notes.c:3311288msgid "git notes merge --commit [-v | -q]"11289msgstr "git notes merge --commit [-v | -q]"1129011291#: builtin/notes.c:3411292msgid "git notes merge --abort [-v | -q]"11293msgstr "git notes merge --abort [-v | -q]"1129411295#: builtin/notes.c:3511296msgid "git notes [--ref <notes-ref>] remove [<object>...]"11297msgstr "git notes [--ref <Notiz-Referenz>] remove [<Objekt>...]"1129811299#: builtin/notes.c:3611300msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"11301msgstr "git notes [--ref <Notiz-Referenz>] prune [-n] [-v]"1130211303#: builtin/notes.c:3711304msgid "git notes [--ref <notes-ref>] get-ref"11305msgstr "git notes [--ref <Notiz-Referenz>] get-ref"1130611307#: builtin/notes.c:4211308msgid "git notes [list [<object>]]"11309msgstr "git notes [list [<Objekt>]]"1131011311#: builtin/notes.c:4711312msgid "git notes add [<options>] [<object>]"11313msgstr "git notes add [<Optionen>] [<Objekt>]"1131411315#: builtin/notes.c:5211316msgid "git notes copy [<options>] <from-object> <to-object>"11317msgstr "git notes copy [<Optionen>] <von-Objekt> <nach-Objekt>"1131811319#: builtin/notes.c:5311320msgid "git notes copy --stdin [<from-object> <to-object>]..."11321msgstr "git notes copy --stdin [<von-Objekt> <nach-Objekt>]..."1132211323#: builtin/notes.c:5811324msgid "git notes append [<options>] [<object>]"11325msgstr "git notes append [<Optionen>] [<Objekt>]"1132611327#: builtin/notes.c:6311328msgid "git notes edit [<object>]"11329msgstr "git notes edit [<Objekt>]"1133011331#: builtin/notes.c:6811332msgid "git notes show [<object>]"11333msgstr "git notes show [<Objekt>]"1133411335#: builtin/notes.c:7311336msgid "git notes merge [<options>] <notes-ref>"11337msgstr "git notes merge [<Optionen>] <Notiz-Referenz>"1133811339#: builtin/notes.c:7411340msgid "git notes merge --commit [<options>]"11341msgstr "git notes merge --commit [<Optionen>]"1134211343#: builtin/notes.c:7511344msgid "git notes merge --abort [<options>]"11345msgstr "git notes merge --abort [<Optionen>]"1134611347#: builtin/notes.c:8011348msgid "git notes remove [<object>]"11349msgstr "git notes remove [<Objekt>]"1135011351#: builtin/notes.c:8511352msgid "git notes prune [<options>]"11353msgstr "git notes prune [<Optionen>]"1135411355#: builtin/notes.c:9011356msgid "git notes get-ref"11357msgstr "git notes get-ref"1135811359#: builtin/notes.c:9511360msgid "Write/edit the notes for the following object:"11361msgstr "Schreiben/Bearbeiten der Notizen für das folgende Objekt:"1136211363#: builtin/notes.c:14811364#, c-format11365msgid "unable to start 'show' for object '%s'"11366msgstr "konnte 'show' für Objekt '%s' nicht starten"1136711368#: builtin/notes.c:15211369msgid "could not read 'show' output"11370msgstr "Konnte Ausgabe von 'show' nicht lesen."1137111372#: builtin/notes.c:16011373#, c-format11374msgid "failed to finish 'show' for object '%s'"11375msgstr "konnte 'show' für Objekt '%s' nicht abschließen"1137611377#: builtin/notes.c:19511378msgid "please supply the note contents using either -m or -F option"11379msgstr ""11380"Bitte liefern Sie die Notiz-Inhalte unter Verwendung der Option -m oder -F."1138111382#: builtin/notes.c:20411383msgid "unable to write note object"11384msgstr "Konnte Notiz-Objekt nicht schreiben"1138511386#: builtin/notes.c:20611387#, c-format11388msgid "the note contents have been left in %s"11389msgstr "Die Notiz-Inhalte wurden in %s belassen."1139011391#: builtin/notes.c:234 builtin/tag.c:50611392#, c-format11393msgid "cannot read '%s'"11394msgstr "kann '%s' nicht lesen"1139511396#: builtin/notes.c:236 builtin/tag.c:50911397#, c-format11398msgid "could not open or read '%s'"11399msgstr "konnte '%s' nicht öffnen oder lesen"1140011401#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:30811402#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:51711403#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:66211404#, c-format11405msgid "failed to resolve '%s' as a valid ref."11406msgstr "Konnte '%s' nicht als gültige Referenz auflösen."1140711408#: builtin/notes.c:25811409#, c-format11410msgid "failed to read object '%s'."11411msgstr "Fehler beim Lesen des Objektes '%s'."1141211413#: builtin/notes.c:26211414#, c-format11415msgid "cannot read note data from non-blob object '%s'."11416msgstr "Kann Notiz-Daten nicht von Nicht-Blob Objekt '%s' lesen."1141711418#: builtin/notes.c:30211419#, c-format11420msgid "malformed input line: '%s'."11421msgstr "Fehlerhafte Eingabezeile: '%s'."1142211423#: builtin/notes.c:31711424#, c-format11425msgid "failed to copy notes from '%s' to '%s'"11426msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"1142711428#. TRANSLATORS: the first %s will be replaced by a git11429#. notes command: 'add', 'merge', 'remove', etc.11430#.11431#: builtin/notes.c:34911432#, c-format11433msgid "refusing to %s notes in %s (outside of refs/notes/)"11434msgstr ""11435"Ausführung von %s auf Notizen in %s (außerhalb von refs/notes/) "11436"zurückgewiesen"1143711438#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:50011439#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:65511440#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:97311441msgid "too many parameters"11442msgstr "zu viele Parameter"1144311444#: builtin/notes.c:382 builtin/notes.c:66811445#, c-format11446msgid "no note found for object %s."11447msgstr "Keine Notiz für Objekt %s gefunden."1144811449#: builtin/notes.c:403 builtin/notes.c:56611450msgid "note contents as a string"11451msgstr "Notizinhalte als Zeichenkette"1145211453#: builtin/notes.c:406 builtin/notes.c:56911454msgid "note contents in a file"11455msgstr "Notizinhalte in einer Datei"1145611457#: builtin/notes.c:409 builtin/notes.c:57211458msgid "reuse and edit specified note object"11459msgstr "Wiederverwendung und Bearbeitung des angegebenen Notiz-Objektes"1146011461#: builtin/notes.c:412 builtin/notes.c:57511462msgid "reuse specified note object"11463msgstr "Wiederverwendung des angegebenen Notiz-Objektes"1146411465#: builtin/notes.c:415 builtin/notes.c:57811466msgid "allow storing empty note"11467msgstr "Speichern leerer Notiz erlauben"1146811469#: builtin/notes.c:416 builtin/notes.c:48711470msgid "replace existing notes"11471msgstr "existierende Notizen ersetzen"1147211473#: builtin/notes.c:44111474#, c-format11475msgid ""11476"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "11477"existing notes"11478msgstr ""11479"Konnte Notizen nicht hinzufügen. Existierende Notizen für Objekt %s "11480"gefunden. Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."1148111482#: builtin/notes.c:456 builtin/notes.c:53511483#, c-format11484msgid "Overwriting existing notes for object %s\n"11485msgstr "Überschreibe existierende Notizen für Objekt %s\n"1148611487#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:89211488#, c-format11489msgid "Removing note for object %s\n"11490msgstr "Entferne Notiz für Objekt %s\n"1149111492#: builtin/notes.c:48811493msgid "read objects from stdin"11494msgstr "Objekte von der Standard-Eingabe lesen"1149511496#: builtin/notes.c:49011497msgid "load rewriting config for <command> (implies --stdin)"11498msgstr ""11499"Konfiguration für <Befehl> zum Umschreiben von Commits laden (impliziert --"11500"stdin)"1150111502#: builtin/notes.c:50811503msgid "too few parameters"11504msgstr "zu wenig Parameter"1150511506#: builtin/notes.c:52911507#, c-format11508msgid ""11509"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "11510"existing notes"11511msgstr ""11512"Kann Notizen nicht kopieren. Existierende Notizen für Objekt %s gefunden. "11513"Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."1151411515#: builtin/notes.c:54111516#, c-format11517msgid "missing notes on source object %s. Cannot copy."11518msgstr "Keine Notizen für Quell-Objekt %s. Kopie nicht möglich."1151911520#: builtin/notes.c:59311521#, c-format11522msgid ""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"11525msgstr ""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"1152811529#: builtin/notes.c:68811530msgid "failed to delete ref NOTES_MERGE_PARTIAL"11531msgstr "Fehler beim Löschen der Referenz NOTES_MERGE_PARTIAL"1153211533#: builtin/notes.c:69011534msgid "failed to delete ref NOTES_MERGE_REF"11535msgstr "Fehler beim Löschen der Referenz NOTES_MERGE_REF"1153611537#: builtin/notes.c:69211538msgid "failed to remove 'git notes merge' worktree"11539msgstr "Fehler beim Löschen des Arbeitsverzeichnisses von 'git notes merge'."1154011541#: builtin/notes.c:71211542msgid "failed to read ref NOTES_MERGE_PARTIAL"11543msgstr "Fehler beim Lesen der Referenz NOTES_MERGE_PARTIAL"1154411545#: builtin/notes.c:71411546msgid "could not find commit from NOTES_MERGE_PARTIAL."11547msgstr "Konnte Commit von NOTES_MERGE_PARTIAL nicht finden."1154811549#: builtin/notes.c:71611550msgid "could not parse commit from NOTES_MERGE_PARTIAL."11551msgstr "Konnte Commit von NOTES_MERGE_PARTIAL nicht parsen."1155211553#: builtin/notes.c:72911554msgid "failed to resolve NOTES_MERGE_REF"11555msgstr "Fehler beim Auflösen von NOTES_MERGE_REF"1155611557#: builtin/notes.c:73211558msgid "failed to finalize notes merge"11559msgstr "Fehler beim Abschließen der Zusammenführung der Notizen."1156011561#: builtin/notes.c:75811562#, c-format11563msgid "unknown notes merge strategy %s"11564msgstr "unbekannte Merge-Strategie '%s' für Notizen"1156511566#: builtin/notes.c:77411567msgid "General options"11568msgstr "Allgemeine Optionen"1156911570#: builtin/notes.c:77611571msgid "Merge options"11572msgstr "Merge-Optionen"1157311574#: builtin/notes.c:77811575msgid ""11576"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"11577"cat_sort_uniq)"11578msgstr ""11579"löst Konflikte bei Notizen mit der angegebenen Strategie auf (manual/ours/"11580"theirs/union/cat_sort_uniq)"1158111582#: builtin/notes.c:78011583msgid "Committing unmerged notes"11584msgstr "nicht zusammengeführte Notizen eintragen"1158511586#: builtin/notes.c:78211587msgid "finalize notes merge by committing unmerged notes"11588msgstr ""11589"Merge von Notizen abschließen, in dem nicht zusammengeführte Notizen "11590"committet werden"1159111592#: builtin/notes.c:78411593msgid "Aborting notes merge resolution"11594msgstr "Konfliktauflösung beim Merge von Notizen abbrechen"1159511596#: builtin/notes.c:78611597msgid "abort notes merge"11598msgstr "Merge von Notizen abbrechen"1159911600#: builtin/notes.c:79711601msgid "cannot mix --commit, --abort or -s/--strategy"11602msgstr "Kann --commit, --abort oder -s/--strategy nicht kombinieren."1160311604#: builtin/notes.c:80211605msgid "must specify a notes ref to merge"11606msgstr "Sie müssen eine Notiz-Referenz zum Mergen angeben."1160711608#: builtin/notes.c:82611609#, c-format11610msgid "unknown -s/--strategy: %s"11611msgstr "Unbekannter Wert für -s/--strategy: %s"1161211613#: builtin/notes.c:86311614#, c-format11615msgid "a notes merge into %s is already in-progress at %s"11616msgstr "Ein Merge von Notizen nach %s ist bereits im Gange bei %s"1161711618#: builtin/notes.c:86611619#, c-format11620msgid "failed to store link to current notes ref (%s)"11621msgstr ""11622"Fehler beim Speichern der Verknüpfung zur aktuellen Notes-Referenz (%s)"1162311624#: builtin/notes.c:86811625#, c-format11626msgid ""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 --"11629"abort'.\n"11630msgstr ""11631"Automatisches Zusammenführen der Notizen fehlgeschlagen. Beheben Sie die\n"11632"Konflikte in %s und committen Sie das Ergebnis mit 'git notes merge --"11633"commit',\n"11634"oder brechen Sie den Merge mit 'git notes merge --abort' ab.\n"1163511636#: builtin/notes.c:89011637#, c-format11638msgid "Object %s has no note\n"11639msgstr "Objekt %s hat keine Notiz\n"1164011641#: builtin/notes.c:90211642msgid "attempt to remove non-existent note is not an error"11643msgstr "der Versuch, eine nicht existierende Notiz zu löschen, ist kein Fehler"1164411645#: builtin/notes.c:90511646msgid "read object names from the standard input"11647msgstr "Objektnamen von der Standard-Eingabe lesen"1164811649#: builtin/notes.c:943 builtin/prune.c:106 builtin/worktree.c:16011650msgid "do not remove, show only"11651msgstr "nicht löschen, nur anzeigen"1165211653#: builtin/notes.c:94411654msgid "report pruned notes"11655msgstr "gelöschte Notizen melden"1165611657#: builtin/notes.c:98611658msgid "notes-ref"11659msgstr "Notiz-Referenz"1166011661#: builtin/notes.c:98711662msgid "use notes from <notes-ref>"11663msgstr "Notizen von <Notiz-Referenz> verwenden"1166411665#: builtin/notes.c:102211666#, c-format11667msgid "unknown subcommand: %s"11668msgstr "Unbekannter Unterbefehl: %s"1166911670#: builtin/pack-objects.c:3311671msgid ""11672"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"11673msgstr ""11674"git pack-objects --stdout [<Optionen>...] [< <Referenzliste> | < "11675"<Objektliste>]"1167611677#: builtin/pack-objects.c:3411678msgid ""11679"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"11680msgstr ""11681"git pack-objects [<Optionen>...] <Basis-Name> [< <Referenzliste> | < "11682"<Objektliste>]"1168311684#: builtin/pack-objects.c:195 builtin/pack-objects.c:19811685#, c-format11686msgid "deflate error (%d)"11687msgstr "Fehler beim Komprimieren (%d)"1168811689#: builtin/pack-objects.c:79111690msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"11691msgstr ""11692"Deaktiviere Schreiben der Bitmap, Pakete wurden durch pack.packSizeLimit\n"11693"aufgetrennt."1169411695#: builtin/pack-objects.c:80411696msgid "Writing objects"11697msgstr "Schreibe Objekte"1169811699#: builtin/pack-objects.c:108411700msgid "disabling bitmap writing, as some objects are not being packed"11701msgstr ""11702"Deaktiviere Schreiben der Bitmap, da einige Objekte nicht in eine Pack-"11703"Datei\n"11704"geschrieben wurden."1170511706#: builtin/pack-objects.c:245411707msgid "Compressing objects"11708msgstr "Komprimiere Objekte"1170911710#: builtin/pack-objects.c:262511711msgid "invalid value for --missing"11712msgstr "Ungültiger Wert für --missing."1171311714#: builtin/pack-objects.c:292811715#, c-format11716msgid "unsupported index version %s"11717msgstr "Nicht unterstützte Index-Version %s"1171811719#: builtin/pack-objects.c:293211720#, c-format11721msgid "bad index version '%s'"11722msgstr "Ungültige Index-Version '%s'"1172311724#: builtin/pack-objects.c:296211725msgid "do not show progress meter"11726msgstr "keine Fortschrittsanzeige anzeigen"1172711728#: builtin/pack-objects.c:296411729msgid "show progress meter"11730msgstr "Fortschrittsanzeige anzeigen"1173111732#: builtin/pack-objects.c:296611733msgid "show progress meter during object writing phase"11734msgstr "Forschrittsanzeige während des Schreibens von Objekten anzeigen"1173511736#: builtin/pack-objects.c:296911737msgid "similar to --all-progress when progress meter is shown"11738msgstr "ähnlich zu --all-progress wenn Fortschrittsanzeige darstellt wird"1173911740#: builtin/pack-objects.c:297011741msgid "version[,offset]"11742msgstr "version[,offset]"1174311744#: builtin/pack-objects.c:297111745msgid "write the pack index file in the specified idx format version"11746msgstr ""11747"die Index-Datei des Paketes in der angegebenen Indexformat-Version schreiben"1174811749#: builtin/pack-objects.c:297411750msgid "maximum size of each output pack file"11751msgstr "maximale Größe für jede ausgegebene Paketdatei"1175211753#: builtin/pack-objects.c:297611754msgid "ignore borrowed objects from alternate object store"11755msgstr "geliehene Objekte von alternativem Objektspeicher ignorieren"1175611757#: builtin/pack-objects.c:297811758msgid "ignore packed objects"11759msgstr "gepackte Objekte ignorieren"1176011761#: builtin/pack-objects.c:298011762msgid "limit pack window by objects"11763msgstr "Paketfenster durch Objekte begrenzen"1176411765#: builtin/pack-objects.c:298211766msgid "limit pack window by memory in addition to object limit"11767msgstr ""11768"Paketfenster, zusätzlich zur Objektbegrenzung, durch Speicher begrenzen"1176911770#: builtin/pack-objects.c:298411771msgid "maximum length of delta chain allowed in the resulting pack"11772msgstr ""11773"maximale Länge der erlaubten Differenzverkettung im resultierenden Paket"1177411775#: builtin/pack-objects.c:298611776msgid "reuse existing deltas"11777msgstr "existierende Unterschiede wiederverwenden"1177811779#: builtin/pack-objects.c:298811780msgid "reuse existing objects"11781msgstr "existierende Objekte wiederverwenden"1178211783#: builtin/pack-objects.c:299011784msgid "use OFS_DELTA objects"11785msgstr "OFS_DELTA Objekte verwenden"1178611787#: builtin/pack-objects.c:299211788msgid "use threads when searching for best delta matches"11789msgstr ""11790"Threads bei der Suche nach den besten Übereinstimmungen bei Unterschieden "11791"verwenden"1179211793#: builtin/pack-objects.c:299411794msgid "do not create an empty pack output"11795msgstr "keine leeren Pakete erzeugen"1179611797#: builtin/pack-objects.c:299611798msgid "read revision arguments from standard input"11799msgstr "Argumente bezüglich Commits von der Standard-Eingabe lesen"1180011801#: builtin/pack-objects.c:299811802msgid "limit the objects to those that are not yet packed"11803msgstr "die Objekte zu solchen, die noch nicht gepackt wurden, begrenzen"1180411805#: builtin/pack-objects.c:300111806msgid "include objects reachable from any reference"11807msgstr "Objekte einschließen, die von jeder Referenz erreichbar sind"1180811809#: builtin/pack-objects.c:300411810msgid "include objects referred by reflog entries"11811msgstr ""11812"Objekte einschließen, die von Einträgen des Reflogs referenziert werden"1181311814#: builtin/pack-objects.c:300711815msgid "include objects referred to by the index"11816msgstr "Objekte einschließen, die vom Index referenziert werden"1181711818#: builtin/pack-objects.c:301011819msgid "output pack to stdout"11820msgstr "Paket in die Standard-Ausgabe schreiben"1182111822#: builtin/pack-objects.c:301211823msgid "include tag objects that refer to objects to be packed"11824msgstr "Tag-Objekte einschließen, die auf gepackte Objekte referenzieren"1182511826#: builtin/pack-objects.c:301411827msgid "keep unreachable objects"11828msgstr "nicht erreichbare Objekte behalten"1182911830#: builtin/pack-objects.c:301611831msgid "pack loose unreachable objects"11832msgstr "nicht erreichbare lose Objekte packen"1183311834#: builtin/pack-objects.c:301811835msgid "unpack unreachable objects newer than <time>"11836msgstr "nicht erreichbare Objekte entpacken, die neuer als <Zeit> sind"1183711838#: builtin/pack-objects.c:302111839msgid "create thin packs"11840msgstr "dünnere Pakete erzeugen"1184111842#: builtin/pack-objects.c:302311843msgid "create packs suitable for shallow fetches"11844msgstr ""11845"Pakete geeignet für Abholung mit unvollständiger Historie (shallow) erzeugen"1184611847#: builtin/pack-objects.c:302511848msgid "ignore packs that have companion .keep file"11849msgstr "Pakete ignorieren, die .keep Dateien haben"1185011851#: builtin/pack-objects.c:302711852msgid "pack compression level"11853msgstr "Komprimierungsgrad für Paketierung"1185411855#: builtin/pack-objects.c:302911856msgid "do not hide commits by grafts"11857msgstr "keine künstlichen Vorgänger-Commits (\"grafts\") verbergen"1185811859#: builtin/pack-objects.c:303111860msgid "use a bitmap index if available to speed up counting objects"11861msgstr ""11862"Bitmap-Index (falls verfügbar) zur Optimierung der Objektzählung benutzen"1186311864#: builtin/pack-objects.c:303311865msgid "write a bitmap index together with the pack index"11866msgstr "Bitmap-Index zusammen mit Pack-Index schreiben"1186711868#: builtin/pack-objects.c:303611869msgid "handling for missing objects"11870msgstr "Behandlung für fehlende Objekte"1187111872#: builtin/pack-objects.c:303911873msgid "do not pack objects in promisor packfiles"11874msgstr "keine Objekte aus Packdateien von partiell geklonten Remote-Repositories packen"1187511876#: builtin/pack-objects.c:317811877msgid "Counting objects"11878msgstr "Zähle Objekte"1187911880#: builtin/pack-refs.c:611881msgid "git pack-refs [<options>]"11882msgstr "git pack-refs [<Optionen>]"1188311884#: builtin/pack-refs.c:1411885msgid "pack everything"11886msgstr "alles packen"1188711888#: builtin/pack-refs.c:1511889msgid "prune loose refs (default)"11890msgstr "lose Referenzen entfernen (Standard)"1189111892#: builtin/prune-packed.c:811893msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"11894msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1189511896#: builtin/prune-packed.c:4111897msgid "Removing duplicate objects"11898msgstr "Lösche doppelte Objekte"1189911900#: builtin/prune.c:1111901msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"11902msgstr "git prune [-n] [-v] [--progress] [--expire <Zeit>] [--] [<Branch>...]"1190311904#: builtin/prune.c:10711905msgid "report pruned objects"11906msgstr "gelöschte Objekte melden"1190711908#: builtin/prune.c:11011909msgid "expire objects older than <time>"11910msgstr "Objekte älter als <Zeit> verfallen lassen"1191111912#: builtin/prune.c:11211913msgid "limit traversal to objects outside promisor packfiles"11914msgstr "Traversierung auf Objekte außerhalb von Packdateien aus partiell geklonten Remote-Repositories einschränken"1191511916#: builtin/prune.c:12611917msgid "cannot prune in a precious-objects repo"11918msgstr "kann \"prune\" in precious-objects Repository nicht ausführen"1191911920#: builtin/pull.c:54 builtin/pull.c:5611921#, c-format11922msgid "Invalid value for %s: %s"11923msgstr "Ungültiger Wert für %s: %s"1192411925#: builtin/pull.c:7611926msgid "git pull [<options>] [<repository> [<refspec>...]]"11927msgstr "git pull [<Optionen>] [<Repository> [<Refspec>...]]"1192811929#: builtin/pull.c:12711930msgid "control for recursive fetching of submodules"11931msgstr "rekursive Anforderungen von Submodulen kontrollieren"1193211933#: builtin/pull.c:13111934msgid "Options related to merging"11935msgstr "Optionen bezogen auf Merge"1193611937#: builtin/pull.c:13411938msgid "incorporate changes by rebasing rather than merging"11939msgstr "Integration von Änderungen durch Rebase statt Merge"1194011941#: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:12111942msgid "allow fast-forward"11943msgstr "Vorspulen erlauben"1194411945#: builtin/pull.c:17011946msgid "automatically stash/stash pop before and after rebase"11947msgstr "automatischer Stash/Stash-Pop vor und nach eines Rebase"1194811949#: builtin/pull.c:18611950msgid "Options related to fetching"11951msgstr "Optionen bezogen auf Fetch"1195211953#: builtin/pull.c:20411954msgid "number of submodules pulled in parallel"11955msgstr "Anzahl der parallel mit 'pull' zu verarbeitenden Submodule"1195611957#: builtin/pull.c:29911958#, c-format11959msgid "Invalid value for pull.ff: %s"11960msgstr "Ungültiger Wert für pull.ff: %s"1196111962#: builtin/pull.c:41511963msgid ""11964"There is no candidate for rebasing against among the refs that you just "11965"fetched."11966msgstr ""11967"Es gibt keinen Kandidaten für Rebase innerhalb der Referenzen, die eben "11968"angefordert wurden."1196911970#: builtin/pull.c:41711971msgid ""11972"There are no candidates for merging among the refs that you just fetched."11973msgstr ""11974"Es gibt keine Kandidaten für Merge innerhalb der Referenzen, die eben "11975"angefordert wurden."1197611977#: builtin/pull.c:41811978msgid ""11979"Generally this means that you provided a wildcard refspec which had no\n"11980"matches on the remote end."11981msgstr ""11982"Im Allgemeinen bedeutet das, dass Sie einen Refspec mit Wildcards angegeben\n"11983"haben, der auf der Gegenseite mit keinen Referenzen übereinstimmt."1198411985#: builtin/pull.c:42111986#, c-format11987msgid ""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."11991msgstr ""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."1199611997#: builtin/pull.c:426 git-parse-remote.sh:7311998msgid "You are not currently on a branch."11999msgstr "Im Moment auf keinem Branch."1200012001#: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:7912002msgid "Please specify which branch you want to rebase against."12003msgstr ""12004"Bitte geben Sie den Branch an, gegen welchen Sie \"rebase\" ausführen "12005"möchten."1200612007#: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:8212008msgid "Please specify which branch you want to merge with."12009msgstr "Bitte geben Sie den Branch an, welchen Sie zusammenführen möchten."1201012011#: builtin/pull.c:431 builtin/pull.c:44612012msgid "See git-pull(1) for details."12013msgstr "Siehe git-pull(1) für weitere Details."1201412015#: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:44812016#: git-parse-remote.sh:6412017msgid "<remote>"12018msgstr "<Remote-Repository>"1201912020#: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:47712021#: git-parse-remote.sh:6512022msgid "<branch>"12023msgstr "<Branch>"1202412025#: builtin/pull.c:441 git-parse-remote.sh:7512026msgid "There is no tracking information for the current branch."12027msgstr "Es gibt keine Tracking-Informationen für den aktuellen Branch."1202812029#: builtin/pull.c:450 git-parse-remote.sh:9512030msgid ""12031"If you wish to set tracking information for this branch you can do so with:"12032msgstr ""12033"Wenn Sie Tracking-Informationen für diesen Branch setzen möchten, können "12034"Sie\n"12035"dies tun mit:"1203612037#: builtin/pull.c:45512038#, c-format12039msgid ""12040"Your configuration specifies to merge with the ref '%s'\n"12041"from the remote, but no such ref was fetched."12042msgstr ""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."1204612047#: builtin/pull.c:81912048msgid "ignoring --verify-signatures for rebase"12049msgstr "Ignoriere --verify-signatures für Rebase"1205012051#: builtin/pull.c:86712052msgid "--[no-]autostash option is only valid with --rebase."12053msgstr "--[no-]autostash ist nur mit --rebase zulässig."1205412055#: builtin/pull.c:87512056msgid "Updating an unborn branch with changes added to the index."12057msgstr ""12058"Aktualisiere einen ungeborenen Branch mit Änderungen, die zum Commit "12059"vorgemerkt sind."1206012061#: builtin/pull.c:87812062msgid "pull with rebase"12063msgstr "Pull mit Rebase"1206412065#: builtin/pull.c:87912066msgid "please commit or stash them."12067msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."1206812069#: builtin/pull.c:90412070#, c-format12071msgid ""12072"fetch updated the current branch head.\n"12073"fast-forwarding your working tree from\n"12074"commit %s."12075msgstr ""12076"\"fetch\" aktualisierte die Spitze des aktuellen Branches.\n"12077"Spule Ihr Arbeitsverzeichnis von Commit %s vor."1207812079#: builtin/pull.c:90912080#, c-format12081msgid ""12082"Cannot fast-forward your working tree.\n"12083"After making sure that you saved anything precious from\n"12084"$ git diff %s\n"12085"output, run\n"12086"$ git reset --hard\n"12087"to recover."12088msgstr ""12089"Kann Arbeitsverzeichnis nicht vorspulen.\n"12090"Nachdem Sie sichergestellt haben, alles Schützenswerte der Ausgabe von\n"12091"$ git diff %s\n"12092"gespeichert zu haben. Führen Sie\n"12093"$ git reset --hard\n"12094"zur Wiederherstellung aus."1209512096#: builtin/pull.c:92412097msgid "Cannot merge multiple branches into empty head."12098msgstr "Kann nicht mehrere Branches in einen leeren Branch zusammenführen."1209912100#: builtin/pull.c:92812101msgid "Cannot rebase onto multiple branches."12102msgstr "Kann Rebase nicht auf mehrere Branches ausführen."1210312104#: builtin/pull.c:93512105msgid "cannot rebase with locally recorded submodule modifications"12106msgstr ""12107"Kann Rebase nicht mit lokal aufgezeichneten Änderungen in Submodulen "12108"ausführen."1210912110#: builtin/push.c:1712111msgid "git push [<options>] [<repository> [<refspec>...]]"12112msgstr "git push [<Optionen>] [<Repository> [<Refspec>...]]"1211312114#: builtin/push.c:9212115msgid "tag shorthand without <tag>"12116msgstr "Kurzschrift für Tag ohne <Tag>"1211712118#: builtin/push.c:10212119msgid "--delete only accepts plain target ref names"12120msgstr "Die Option --delete akzeptiert nur reine Referenznamen als Ziel."1212112122#: builtin/push.c:14612123msgid ""12124"\n"12125"To choose either option permanently, see push.default in 'git help config'."12126msgstr ""12127"\n"12128"Um eine Variante permanent zu verwenden, siehe push.default in 'git help "12129"config'."1213012131#: builtin/push.c:14912132#, c-format12133msgid ""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"12137"\n"12138" git push %s HEAD:%s\n"12139"\n"12140"To push to the branch of the same name on the remote, use\n"12141"\n"12142" git push %s %s\n"12143"%s"12144msgstr ""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"12148"\n"12149" git push %s HEAD:%s\n"12150"\n"12151"Um auf den Branch mit demselben Namen im Remote-Repository zu versenden,\n"12152"benutzen Sie:\n"12153"\n"12154" git push %s %s\n"12155"%s"1215612157#: builtin/push.c:16412158#, c-format12159msgid ""12160"You are not currently on a branch.\n"12161"To push the history leading to the current (detached HEAD)\n"12162"state now, use\n"12163"\n"12164" git push %s HEAD:<name-of-remote-branch>\n"12165msgstr ""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"12169"\n"12170" git push %s HEAD:<Name-des-Remote-Branches>\n"1217112172#: builtin/push.c:17812173#, c-format12174msgid ""12175"The current branch %s has no upstream branch.\n"12176"To push the current branch and set the remote as upstream, use\n"12177"\n"12178" git push --set-upstream %s %s\n"12179msgstr ""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"12183"\n"12184" git push --set-upstream %s %s\n"1218512186#: builtin/push.c:18612187#, c-format12188msgid "The current branch %s has multiple upstream branches, refusing to push."12189msgstr ""12190"Der aktuelle Branch %s hat mehrere Upstream-Branches, \"push\" verweigert."1219112192#: builtin/push.c:18912193#, c-format12194msgid ""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."12198msgstr ""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."1220212203#: builtin/push.c:24812204msgid ""12205"You didn't specify any refspecs to push, and push.default is \"nothing\"."12206msgstr ""12207"Sie haben keine Refspec für \"push\" angegeben, und push.default ist "12208"\"nothing\"."1220912210#: builtin/push.c:25512211msgid ""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."12216msgstr ""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."1222312224#: builtin/push.c:26112225msgid ""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."12230msgstr ""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."1223712238#: builtin/push.c:26712239msgid ""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."12245msgstr ""12246"Aktualisierungen wurden zurückgewiesen, weil das Remote-Repository Commits "12247"enthält,\n"12248"die lokal nicht vorhanden sind. Das wird üblicherweise durch einen \"push\" "12249"von\n"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 "12252"pull ...')\n"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."1225612257#: builtin/push.c:27412258msgid "Updates were rejected because the tag already exists in the remote."12259msgstr ""12260"Aktualisierungen wurden zurückgewiesen, weil das Tag bereits\n"12261"im Remote-Repository existiert."1226212263#: builtin/push.c:27712264msgid ""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"12268msgstr ""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"1227212273#: builtin/push.c:33712274#, c-format12275msgid "Pushing to %s\n"12276msgstr "Versende nach %s\n"1227712278#: builtin/push.c:34112279#, c-format12280msgid "failed to push some refs to '%s'"12281msgstr "Fehler beim Versenden einiger Referenzen nach '%s'"1228212283#: builtin/push.c:37212284#, c-format12285msgid "bad repository '%s'"12286msgstr "ungültiges Repository '%s'"1228712288#: builtin/push.c:37312289msgid ""12290"No configured push destination.\n"12291"Either specify the URL from the command-line or configure a remote "12292"repository using\n"12293"\n"12294" git remote add <name> <url>\n"12295"\n"12296"and then push using the remote name\n"12297"\n"12298" git push <name>\n"12299msgstr ""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"12303"\n"12304" git remote add <Name> <URL>\n"12305"\n"12306"und führen \"push\" dann unter Benutzung dieses Namens aus\n"12307"\n"12308" git push <Name>\n"1230912310#: builtin/push.c:39112311msgid "--all and --tags are incompatible"12312msgstr "Die Optionen --all und --tags sind inkompatibel."1231312314#: builtin/push.c:39212315msgid "--all can't be combined with refspecs"12316msgstr "Die Option --all kann nicht mit Refspecs kombiniert werden."1231712318#: builtin/push.c:39712319msgid "--mirror and --tags are incompatible"12320msgstr "Die Optionen --mirror und --tags sind inkompatibel."1232112322#: builtin/push.c:39812323msgid "--mirror can't be combined with refspecs"12324msgstr "Die Option --mirror kann nicht mit Refspecs kombiniert werden."1232512326#: builtin/push.c:40312327msgid "--all and --mirror are incompatible"12328msgstr "Die Optionen --all und --mirror sind inkompatibel."1232912330#: builtin/push.c:53512331msgid "repository"12332msgstr "Repository"1233312334#: builtin/push.c:536 builtin/send-pack.c:16312335msgid "push all refs"12336msgstr "alle Referenzen versenden"1233712338#: builtin/push.c:537 builtin/send-pack.c:16512339msgid "mirror all refs"12340msgstr "alle Referenzen spiegeln"1234112342#: builtin/push.c:53912343msgid "delete refs"12344msgstr "Referenzen löschen"1234512346#: builtin/push.c:54012347msgid "push tags (can't be used with --all or --mirror)"12348msgstr "Tags versenden (kann nicht mit --all oder --mirror verwendet werden)"1234912350#: builtin/push.c:543 builtin/send-pack.c:16612351msgid "force updates"12352msgstr "Aktualisierung erzwingen"1235312354#: builtin/push.c:545 builtin/send-pack.c:18012355msgid "refname>:<expect"12356msgstr "Referenzname>:<Erwartungswert"1235712358#: builtin/push.c:546 builtin/send-pack.c:18112359msgid "require old value of ref to be at this value"12360msgstr "Referenz muss sich auf dem angegebenen Wert befinden"1236112362#: builtin/push.c:54912363msgid "control recursive pushing of submodules"12364msgstr "rekursiven \"push\" von Submodulen steuern"1236512366#: builtin/push.c:551 builtin/send-pack.c:17412367msgid "use thin pack"12368msgstr "kleinere Pakete verwenden"1236912370#: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:16012371#: builtin/send-pack.c:16112372msgid "receive pack program"12373msgstr "'receive pack' Programm"1237412375#: builtin/push.c:55412376msgid "set upstream for git pull/status"12377msgstr "Upstream für \"git pull/status\" setzen"1237812379#: builtin/push.c:55712380msgid "prune locally removed refs"12381msgstr "lokal gelöschte Referenzen entfernen"1238212383#: builtin/push.c:55912384msgid "bypass pre-push hook"12385msgstr "\"pre-push hook\" umgehen"1238612387#: builtin/push.c:56012388msgid "push missing but relevant tags"12389msgstr "fehlende, aber relevante Tags versenden"1239012391#: builtin/push.c:563 builtin/send-pack.c:16812392msgid "GPG sign the push"12393msgstr "signiert \"push\" mit GPG"1239412395#: builtin/push.c:565 builtin/send-pack.c:17512396msgid "request atomic transaction on remote side"12397msgstr "Referenzen atomar versenden"1239812399#: builtin/push.c:566 builtin/send-pack.c:17112400msgid "server-specific"12401msgstr "serverspezifisch"1240212403#: builtin/push.c:566 builtin/send-pack.c:17212404msgid "option to transmit"12405msgstr "Option übertragen"1240612407#: builtin/push.c:58312408msgid "--delete is incompatible with --all, --mirror and --tags"12409msgstr "Die Option --delete ist inkompatibel mit --all, --mirror und --tags."1241012411#: builtin/push.c:58512412msgid "--delete doesn't make sense without any refs"12413msgstr "Die Option --delete kann nur mit Referenzen verwendet werden."1241412415#: builtin/push.c:60412416msgid "push options must not have new line characters"12417msgstr "Push-Optionen dürfen keine Zeilenvorschubzeichen haben"1241812419#: builtin/read-tree.c:4012420msgid ""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>]])"12424msgstr ""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>]])"1242912430#: builtin/read-tree.c:12112431msgid "write resulting index to <file>"12432msgstr "resultierenden Index nach <Datei> schreiben"1243312434#: builtin/read-tree.c:12412435msgid "only empty the index"12436msgstr "nur den Index leeren"1243712438#: builtin/read-tree.c:12612439msgid "Merging"12440msgstr "Merge"1244112442#: builtin/read-tree.c:12812443msgid "perform a merge in addition to a read"12444msgstr "einen Merge, zusätzlich zum Lesen, ausführen"1244512446#: builtin/read-tree.c:13012447msgid "3-way merge if no file level merging required"12448msgstr "3-Wege-Merge, wenn kein Merge auf Dateiebene erforderlich ist"1244912450#: builtin/read-tree.c:13212451msgid "3-way merge in presence of adds and removes"12452msgstr "3-Wege-Merge bei Vorhandensein von hinzugefügten/entfernten Zeilen"1245312454#: builtin/read-tree.c:13412455msgid "same as -m, but discard unmerged entries"12456msgstr "genau wie -m, aber nicht zusammengeführte Einträge verwerfen"1245712458#: builtin/read-tree.c:13512459msgid "<subdirectory>/"12460msgstr "<Unterverzeichnis>/"1246112462#: builtin/read-tree.c:13612463msgid "read the tree into the index under <subdirectory>/"12464msgstr "das Verzeichnis in den Index unter <Unterverzeichnis>/ lesen"1246512466#: builtin/read-tree.c:13912467msgid "update working tree with merge result"12468msgstr "Arbeitsverzeichnis mit dem Ergebnis des Merges aktualisieren"1246912470#: builtin/read-tree.c:14112471msgid "gitignore"12472msgstr "gitignore"1247312474#: builtin/read-tree.c:14212475msgid "allow explicitly ignored files to be overwritten"12476msgstr "explizit ignorierte Dateien zu überschreiben erlauben"1247712478#: builtin/read-tree.c:14512479msgid "don't check the working tree after merging"12480msgstr "das Arbeitsverzeichnis nach dem Merge nicht prüfen"1248112482#: builtin/read-tree.c:14612483msgid "don't update the index or the work tree"12484msgstr "weder den Index, noch das Arbeitsverzeichnis aktualisieren"1248512486#: builtin/read-tree.c:14812487msgid "skip applying sparse checkout filter"12488msgstr "Anwendung des Filters für partielles Auschecken überspringen"1248912490#: builtin/read-tree.c:15012491msgid "debug unpack-trees"12492msgstr "unpack-trees protokollieren"1249312494#: builtin/rebase--helper.c:812495msgid "git rebase--helper [<options>]"12496msgstr "git rebase--helper [<Optionen>]"1249712498#: builtin/rebase--helper.c:2412499msgid "keep empty commits"12500msgstr "leere Commits behalten"1250112502#: builtin/rebase--helper.c:26 builtin/revert.c:12312503msgid "allow commits with empty messages"12504msgstr "Commits mit leerer Beschreibung erlauben"1250512506#: builtin/rebase--helper.c:2712507msgid "continue rebase"12508msgstr "Rebase fortsetzen"1250912510#: builtin/rebase--helper.c:2912511msgid "abort rebase"12512msgstr "Rebase abbrechen"1251312514#: builtin/rebase--helper.c:3212515msgid "make rebase script"12516msgstr "Rebase-Skript erstellen"1251712518#: builtin/rebase--helper.c:3412519msgid "shorten commit ids in the todo list"12520msgstr "Commit-IDs in der TODO-Liste verkürzen"1252112522#: builtin/rebase--helper.c:3612523msgid "expand commit ids in the todo list"12524msgstr "Commit-IDs in der TODO-Liste erweitern"1252512526#: builtin/rebase--helper.c:3812527msgid "check the todo list"12528msgstr "die TODO-Liste prüfen"1252912530#: builtin/rebase--helper.c:4012531msgid "skip unnecessary picks"12532msgstr "nicht erforderliche \"pick\"-Befehle auslassen"1253312534#: builtin/rebase--helper.c:4212535msgid "rearrange fixup/squash lines"12536msgstr "fixup/squash-Zeilen umordnen"1253712538#: builtin/rebase--helper.c:4412539msgid "insert exec commands in todo list"12540msgstr "\"exec\"-Befehle in TODO-Liste einfügen"1254112542#: builtin/receive-pack.c:3012543msgid "git receive-pack <git-dir>"12544msgstr "git receive-pack <Git-Verzeichnis>"1254512546#: builtin/receive-pack.c:84112547msgid ""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"12552"\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"12557"other way.\n"12558"\n"12559"To squelch this message and still keep the default behaviour, set\n"12560"'receive.denyCurrentBranch' configuration variable to 'refuse'."12561msgstr ""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"12566"entspricht.\n"12567"\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"12573"\n"12574"Um diese Meldung zu unterdrücken und das Standardverhalten zu behalten,\n"12575"setzen Sie die Konfigurationsvariable 'receive.denyCurrentBranch' auf\n"12576"'refuse'."1257712578#: builtin/receive-pack.c:86112579msgid ""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"12582"\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"12586"\n"12587"To squelch this message, you can set it to 'refuse'."12588msgstr ""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"12592"\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"12596"\n"12597"Um diese Meldung zu unterdrücken, setzen Sie die Variable auf 'refuse'."1259812599#: builtin/receive-pack.c:193412600msgid "quiet"12601msgstr "weniger Ausgaben"1260212603#: builtin/receive-pack.c:194812604msgid "You must specify a directory."12605msgstr "Sie müssen ein Repository angeben."1260612607#: builtin/reflog.c:532 builtin/reflog.c:53712608#, c-format12609msgid "'%s' is not a valid timestamp"12610msgstr "'%s' ist kein gültiger Zeitstempel"1261112612#: builtin/remote.c:1312613msgid "git remote [-v | --verbose]"12614msgstr "git remote [-v | --verbose]"1261512616#: builtin/remote.c:1412617msgid ""12618"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"12619"mirror=<fetch|push>] <name> <url>"12620msgstr ""12621"git remote add [-t <Branch>] [-m <master>] [-f] [--tags | --no-tags] [--"12622"mirror=<fetch|push>] <Name> <URL>"1262312624#: builtin/remote.c:15 builtin/remote.c:3512625msgid "git remote rename <old> <new>"12626msgstr "git remote rename <alt> <neu>"1262712628#: builtin/remote.c:16 builtin/remote.c:4012629msgid "git remote remove <name>"12630msgstr "git remote remove <Name>"1263112632#: builtin/remote.c:17 builtin/remote.c:4512633msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"12634msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"1263512636#: builtin/remote.c:1812637msgid "git remote [-v | --verbose] show [-n] <name>"12638msgstr "git remote [-v | --verbose] show [-n] <Name>"1263912640#: builtin/remote.c:1912641msgid "git remote prune [-n | --dry-run] <name>"12642msgstr "git remote prune [-n | --dry-run] <Name>"1264312644#: builtin/remote.c:2012645msgid ""12646"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"12647msgstr ""12648"git remote [-v | --verbose] update [-p | --prune] [(<Gruppe> | <Remote>)...]"1264912650#: builtin/remote.c:2112651msgid "git remote set-branches [--add] <name> <branch>..."12652msgstr "git remote set-branches [--add] <Name> <Branch>..."1265312654#: builtin/remote.c:22 builtin/remote.c:7112655msgid "git remote get-url [--push] [--all] <name>"12656msgstr "git remote get-url [--push] [--all] <Name>"1265712658#: builtin/remote.c:23 builtin/remote.c:7612659msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"12660msgstr "git remote set-url [--push] <Name> <neueURL> [<alteURL>]"1266112662#: builtin/remote.c:24 builtin/remote.c:7712663msgid "git remote set-url --add <name> <newurl>"12664msgstr "git remote set-url --add <Name> <neueURL>"1266512666#: builtin/remote.c:25 builtin/remote.c:7812667msgid "git remote set-url --delete <name> <url>"12668msgstr "git remote set-url --delete <Name> <URL>"1266912670#: builtin/remote.c:3012671msgid "git remote add [<options>] <name> <url>"12672msgstr "git remote add [<Optionen>] <Name> <URL>"1267312674#: builtin/remote.c:5012675msgid "git remote set-branches <name> <branch>..."12676msgstr "git remote set-branches <Name> <Branch>..."1267712678#: builtin/remote.c:5112679msgid "git remote set-branches --add <name> <branch>..."12680msgstr "git remote set-branches --add <Name> <Branch>..."1268112682#: builtin/remote.c:5612683msgid "git remote show [<options>] <name>"12684msgstr "git remote show [<Optionen>] <Name>"1268512686#: builtin/remote.c:6112687msgid "git remote prune [<options>] <name>"12688msgstr "git remote prune [<Optionen>] <Name>"1268912690#: builtin/remote.c:6612691msgid "git remote update [<options>] [<group> | <remote>]..."12692msgstr "git remote update [<Optionen>] [<Gruppe> | <externesRepository>]..."1269312694#: builtin/remote.c:9512695#, c-format12696msgid "Updating %s"12697msgstr "Aktualisiere %s"1269812699#: builtin/remote.c:12712700msgid ""12701"--mirror is dangerous and deprecated; please\n"12702"\t use --mirror=fetch or --mirror=push instead"12703msgstr ""12704"--mirror ist gefährlich und veraltet; bitte\n"12705"\t benutzen Sie stattdessen --mirror=fetch oder --mirror=push"1270612707#: builtin/remote.c:14412708#, c-format12709msgid "unknown mirror argument: %s"12710msgstr "unbekanntes Argument für Option --mirror: %s"1271112712#: builtin/remote.c:16012713msgid "fetch the remote branches"12714msgstr "die Remote-Branches anfordern"1271512716#: builtin/remote.c:16212717msgid "import all tags and associated objects when fetching"12718msgstr "alle Tags und verbundene Objekte beim Anfordern importieren"1271912720#: builtin/remote.c:16512721msgid "or do not fetch any tag at all (--no-tags)"12722msgstr "oder fordere gar keine Tags an (--no-tags)"1272312724#: builtin/remote.c:16712725msgid "branch(es) to track"12726msgstr "Branch(es) zur Übernahme"1272712728#: builtin/remote.c:16812729msgid "master branch"12730msgstr "Hauptbranch"1273112732#: builtin/remote.c:16912733msgid "push|fetch"12734msgstr "push|fetch"1273512736#: builtin/remote.c:17012737msgid "set up remote as a mirror to push to or fetch from"12738msgstr ""12739"Aufsetzen des Remote-Repositories als Spiegel-Repository für \"push\" und "12740"\"fetch\""1274112742#: builtin/remote.c:18212743msgid "specifying a master branch makes no sense with --mirror"12744msgstr ""12745"Die Option --mirror kann nicht mit der Angabe eines Hauptbranches verwendet "12746"werden."1274712748#: builtin/remote.c:18412749msgid "specifying branches to track makes sense only with fetch mirrors"12750msgstr ""12751"Die Angabe von zu folgenden Branches kann nur mit dem Anfordern von "12752"Spiegelarchiven verwendet werden."1275312754#: builtin/remote.c:191 builtin/remote.c:63112755#, c-format12756msgid "remote %s already exists."12757msgstr "externes Repository %s existiert bereits"1275812759#: builtin/remote.c:195 builtin/remote.c:63512760#, c-format12761msgid "'%s' is not a valid remote name"12762msgstr "'%s' ist kein gültiger Name für ein Remote-Repository"1276312764#: builtin/remote.c:23512765#, c-format12766msgid "Could not setup master '%s'"12767msgstr "Konnte symbolische Referenz für Hauptbranch von '%s' nicht einrichten"1276812769#: builtin/remote.c:33712770#, c-format12771msgid "Could not get fetch map for refspec %s"12772msgstr "Konnte Fetch-Map für Refspec %s nicht bekommen"1277312774#: builtin/remote.c:438 builtin/remote.c:44612775msgid "(matching)"12776msgstr "(übereinstimmend)"1277712778#: builtin/remote.c:45012779msgid "(delete)"12780msgstr "(lösche)"1278112782#: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:85812783#, c-format12784msgid "No such remote: %s"12785msgstr "Kein solches Remote-Repository: %s"1278612787#: builtin/remote.c:64112788#, c-format12789msgid "Could not rename config section '%s' to '%s'"12790msgstr "Konnte Sektion '%s' in Konfiguration nicht nach '%s' umbenennen"1279112792#: builtin/remote.c:66112793#, c-format12794msgid ""12795"Not updating non-default fetch refspec\n"12796"\t%s\n"12797"\tPlease update the configuration manually if necessary."12798msgstr ""12799"Keine Aktualisierung der nicht standardmäßigen Refspec für \"fetch\"\n"12800"\t%s\n"12801"\tBitte aktualisieren Sie, falls notwendig, die Konfiguration manuell."1280212803#: builtin/remote.c:69712804#, c-format12805msgid "deleting '%s' failed"12806msgstr "Konnte '%s' nicht löschen"1280712808#: builtin/remote.c:73112809#, c-format12810msgid "creating '%s' failed"12811msgstr "Konnte '%s' nicht erstellen"1281212813#: builtin/remote.c:79612814msgid ""12815"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"12816"to delete it, use:"12817msgid_plural ""12818"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"12819"to delete them, use:"12820msgstr[0] ""12821"Hinweis: Ein Branch außerhalb der refs/remotes/ Hierachie wurde nicht "12822"gelöscht;\n"12823"um diesen zu löschen, benutzen Sie:"12824msgstr[1] ""12825"Hinweis: Einige Branches außerhalb der refs/remotes/ Hierarchie wurden nicht "12826"entfernt;\n"12827"um diese zu entfernen, benutzen Sie:"1282812829#: builtin/remote.c:81012830#, c-format12831msgid "Could not remove config section '%s'"12832msgstr "Konnte Sektion '%s' nicht aus Konfiguration entfernen"1283312834#: builtin/remote.c:91112835#, c-format12836msgid " new (next fetch will store in remotes/%s)"12837msgstr " neu (wird bei nächstem \"fetch\" in remotes/%s gespeichert)"1283812839#: builtin/remote.c:91412840msgid " tracked"12841msgstr " gefolgt"1284212843#: builtin/remote.c:91612844msgid " stale (use 'git remote prune' to remove)"12845msgstr " veraltet (benutzen Sie 'git remote prune' zum Löschen)"1284612847#: builtin/remote.c:91812848msgid " ???"12849msgstr " ???"1285012851#: builtin/remote.c:95912852#, c-format12853msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"12854msgstr "ungültiges branch.%s.merge; kann Rebase nicht auf > 1 Branch ausführen"1285512856#: builtin/remote.c:96712857#, c-format12858msgid "rebases interactively onto remote %s"12859msgstr "interaktiver Rebase auf Remote-Branch %s"1286012861#: builtin/remote.c:96812862#, c-format12863msgid "rebases onto remote %s"12864msgstr "Rebase auf Remote-Branch %s"1286512866#: builtin/remote.c:97112867#, c-format12868msgid " merges with remote %s"12869msgstr " führt mit Remote-Branch %s zusammen"1287012871#: builtin/remote.c:97412872#, c-format12873msgid "merges with remote %s"12874msgstr "führt mit Remote-Branch %s zusammen"1287512876#: builtin/remote.c:97712877#, c-format12878msgid "%-*s and with remote %s\n"12879msgstr "%-*s und mit Remote-Branch %s\n"1288012881#: builtin/remote.c:102012882msgid "create"12883msgstr "erstellt"1288412885#: builtin/remote.c:102312886msgid "delete"12887msgstr "gelöscht"1288812889#: builtin/remote.c:102712890msgid "up to date"12891msgstr "aktuell"1289212893#: builtin/remote.c:103012894msgid "fast-forwardable"12895msgstr "vorspulbar"1289612897#: builtin/remote.c:103312898msgid "local out of date"12899msgstr "lokal nicht aktuell"1290012901#: builtin/remote.c:104012902#, c-format12903msgid " %-*s forces to %-*s (%s)"12904msgstr " %-*s erzwingt Versandt nach %-*s (%s)"1290512906#: builtin/remote.c:104312907#, c-format12908msgid " %-*s pushes to %-*s (%s)"12909msgstr " %-*s versendet nach %-*s (%s)"1291012911#: builtin/remote.c:104712912#, c-format12913msgid " %-*s forces to %s"12914msgstr " %-*s erzwingt Versand nach %s"1291512916#: builtin/remote.c:105012917#, c-format12918msgid " %-*s pushes to %s"12919msgstr " %-*s versendet nach %s"1292012921#: builtin/remote.c:111812922msgid "do not query remotes"12923msgstr "keine Abfrage von Remote-Repositories"1292412925#: builtin/remote.c:114512926#, c-format12927msgid "* remote %s"12928msgstr "* Remote-Repository %s"1292912930#: builtin/remote.c:114612931#, c-format12932msgid " Fetch URL: %s"12933msgstr " URL zum Abholen: %s"1293412935#: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:130212936msgid "(no URL)"12937msgstr "(keine URL)"1293812939#. TRANSLATORS: the colon ':' should align12940#. with the one in " Fetch URL: %s"12941#. translation.12942#.12943#: builtin/remote.c:1161 builtin/remote.c:116312944#, c-format12945msgid " Push URL: %s"12946msgstr " URL zum Versenden: %s"1294712948#: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:116912949#, c-format12950msgid " HEAD branch: %s"12951msgstr " Hauptbranch: %s"1295212953#: builtin/remote.c:116512954msgid "(not queried)"12955msgstr "(nicht abgefragt)"1295612957#: builtin/remote.c:116712958msgid "(unknown)"12959msgstr "(unbekannt)"1296012961#: builtin/remote.c:117112962#, c-format12963msgid ""12964" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"12965msgstr ""12966" Hauptbranch (externer HEAD ist mehrdeutig, könnte einer der folgenden "12967"sein):\n"1296812969#: builtin/remote.c:118312970#, c-format12971msgid " Remote branch:%s"12972msgid_plural " Remote branches:%s"12973msgstr[0] " Remote-Branch:%s"12974msgstr[1] " Remote-Branches:%s"1297512976#: builtin/remote.c:1186 builtin/remote.c:121212977msgid " (status not queried)"12978msgstr " (Zustand nicht abgefragt)"1297912980#: builtin/remote.c:119512981msgid " Local branch configured for 'git pull':"12982msgid_plural " Local branches configured for 'git pull':"12983msgstr[0] " Lokaler Branch konfiguriert für 'git pull':"12984msgstr[1] " Lokale Branches konfiguriert für 'git pull':"1298512986#: builtin/remote.c:120312987msgid " Local refs will be mirrored by 'git push'"12988msgstr " Lokale Referenzen werden von 'git push' gespiegelt"1298912990#: builtin/remote.c:120912991#, c-format12992msgid " Local ref configured for 'git push'%s:"12993msgid_plural " Local refs configured for 'git push'%s:"12994msgstr[0] " Lokale Referenz konfiguriert für 'git push'%s:"12995msgstr[1] " Lokale Referenzen konfiguriert für 'git push'%s:"1299612997#: builtin/remote.c:123012998msgid "set refs/remotes/<name>/HEAD according to remote"12999msgstr "setzt refs/remotes/<Name>/HEAD gemäß dem Remote-Repository"1300013001#: builtin/remote.c:123213002msgid "delete refs/remotes/<name>/HEAD"13003msgstr "entfernt refs/remotes/<Name>/HEAD"1300413005#: builtin/remote.c:124713006msgid "Cannot determine remote HEAD"13007msgstr "Kann HEAD des Remote-Repositories nicht bestimmen"1300813009#: builtin/remote.c:124913010msgid "Multiple remote HEAD branches. Please choose one explicitly with:"13011msgstr ""13012"Mehrere Hauptbranches im Remote-Repository. Bitte wählen Sie explizit einen "13013"aus mit:"1301413015#: builtin/remote.c:125913016#, c-format13017msgid "Could not delete %s"13018msgstr "Konnte %s nicht entfernen"1301913020#: builtin/remote.c:126713021#, c-format13022msgid "Not a valid ref: %s"13023msgstr "keine gültige Referenz: %s"1302413025#: builtin/remote.c:126913026#, c-format13027msgid "Could not setup %s"13028msgstr "Konnte %s nicht einrichten"1302913030#: builtin/remote.c:128713031#, c-format13032msgid " %s will become dangling!"13033msgstr " %s wird unreferenziert!"1303413035#: builtin/remote.c:128813036#, c-format13037msgid " %s has become dangling!"13038msgstr " %s wurde unreferenziert!"1303913040#: builtin/remote.c:129813041#, c-format13042msgid "Pruning %s"13043msgstr "entferne veraltete Branches von %s"1304413045#: builtin/remote.c:129913046#, c-format13047msgid "URL: %s"13048msgstr "URL: %s"1304913050#: builtin/remote.c:131513051#, c-format13052msgid " * [would prune] %s"13053msgstr " * [würde veralteten Branch entfernen] %s"1305413055#: builtin/remote.c:131813056#, c-format13057msgid " * [pruned] %s"13058msgstr "* [veralteten Branch entfernt] %s"1305913060#: builtin/remote.c:136313061msgid "prune remotes after fetching"13062msgstr "entferne veraltete Branches im Remote-Repository nach \"fetch\""1306313064#: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:154813065#, c-format13066msgid "No such remote '%s'"13067msgstr "Kein solches Remote-Repository '%s'"1306813069#: builtin/remote.c:144213070msgid "add branch"13071msgstr "Branch hinzufügen"1307213073#: builtin/remote.c:144913074msgid "no remote specified"13075msgstr "kein Remote-Repository angegeben"1307613077#: builtin/remote.c:146613078msgid "query push URLs rather than fetch URLs"13079msgstr "nur URLs für Push ausgeben"1308013081#: builtin/remote.c:146813082msgid "return all URLs"13083msgstr "alle URLs ausgeben"1308413085#: builtin/remote.c:149613086#, c-format13087msgid "no URLs configured for remote '%s'"13088msgstr "Keine URLs für Remote-Repository '%s' konfiguriert."1308913090#: builtin/remote.c:152213091msgid "manipulate push URLs"13092msgstr "URLs für \"push\" manipulieren"1309313094#: builtin/remote.c:152413095msgid "add URL"13096msgstr "URL hinzufügen"1309713098#: builtin/remote.c:152613099msgid "delete URLs"13100msgstr "URLs löschen"1310113102#: builtin/remote.c:153313103msgid "--add --delete doesn't make sense"13104msgstr ""13105"Die Optionen --add und --delete können nicht gemeinsam verwendet werden."1310613107#: builtin/remote.c:157213108#, c-format13109msgid "Invalid old URL pattern: %s"13110msgstr "ungültiges altes URL Format: %s"1311113112#: builtin/remote.c:158013113#, c-format13114msgid "No such URL found: %s"13115msgstr "Keine solche URL gefunden: %s"1311613117#: builtin/remote.c:158213118msgid "Will not delete all non-push URLs"13119msgstr "Werde keine URLs entfernen, die nicht für \"push\" bestimmt sind"1312013121#: builtin/remote.c:159813122msgid "be verbose; must be placed before a subcommand"13123msgstr "erweiterte Ausgaben; muss vor einem Unterbefehl angegeben werden"1312413125#: builtin/remote.c:162913126#, c-format13127msgid "Unknown subcommand: %s"13128msgstr "Unbekannter Unterbefehl: %s"1312913130#: builtin/repack.c:1813131msgid "git repack [<options>]"13132msgstr "git repack [<Optionen>]"1313313134#: builtin/repack.c:2313135msgid ""13136"Incremental repacks are incompatible with bitmap indexes. Use\n"13137"--no-write-bitmap-index or disable the pack.writebitmaps configuration."13138msgstr ""13139"Schrittweises Neupacken ist mit Bitmap-Indexen inkompatibel. Benutzen Sie\n"13140"--no-write-bitmap-index oder deaktivieren Sie die pack.writebitmaps\n"13141"Konfiguration."1314213143#: builtin/repack.c:17013144msgid "pack everything in a single pack"13145msgstr "alles in eine einzige Pack-Datei packen"1314613147#: builtin/repack.c:17213148msgid "same as -a, and turn unreachable objects loose"13149msgstr "genau wie -a, unerreichbare Objekte werden aber nicht gelöscht"1315013151#: builtin/repack.c:17513152msgid "remove redundant packs, and run git-prune-packed"13153msgstr "redundante Pakete entfernen und \"git-prune-packed\" ausführen"1315413155#: builtin/repack.c:17713156msgid "pass --no-reuse-delta to git-pack-objects"13157msgstr "--no-reuse-delta an git-pack-objects übergeben"1315813159#: builtin/repack.c:17913160msgid "pass --no-reuse-object to git-pack-objects"13161msgstr "--no-reuse-object an git-pack-objects übergeben"1316213163#: builtin/repack.c:18113164msgid "do not run git-update-server-info"13165msgstr "git-update-server-info nicht ausführen"1316613167#: builtin/repack.c:18413168msgid "pass --local to git-pack-objects"13169msgstr "--local an git-pack-objects übergeben"1317013171#: builtin/repack.c:18613172msgid "write bitmap index"13173msgstr "Bitmap-Index schreiben"1317413175#: builtin/repack.c:18713176msgid "approxidate"13177msgstr "Datumsangabe"1317813179#: builtin/repack.c:18813180msgid "with -A, do not loosen objects older than this"13181msgstr "mit -A, keine Objekte älter als dieses Datum löschen"1318213183#: builtin/repack.c:19013184msgid "with -a, repack unreachable objects"13185msgstr "mit -a, nicht erreichbare Objekte neu packen"1318613187#: builtin/repack.c:19213188msgid "size of the window used for delta compression"13189msgstr "Größe des Fensters für die Delta-Kompression"1319013191#: builtin/repack.c:193 builtin/repack.c:19913192msgid "bytes"13193msgstr "Bytes"1319413195#: builtin/repack.c:19413196msgid "same as the above, but limit memory size instead of entries count"13197msgstr ""13198"gleiches wie oben, aber die Speichergröße anstatt der\n"13199"Anzahl der Einträge limitieren"1320013201#: builtin/repack.c:19613202msgid "limits the maximum delta depth"13203msgstr "die maximale Delta-Tiefe limitieren"1320413205#: builtin/repack.c:19813206msgid "limits the maximum number of threads"13207msgstr "maximale Anzahl von Threads limitieren"1320813209#: builtin/repack.c:20013210msgid "maximum size of each packfile"13211msgstr "maximale Größe für jede Paketdatei"1321213213#: builtin/repack.c:20213214msgid "repack objects in packs marked with .keep"13215msgstr ""13216"Objekte umpacken, die sich in mit .keep markierten Pack-Dateien befinden"1321713218#: builtin/repack.c:21213219msgid "cannot delete packs in a precious-objects repo"13220msgstr "kann Pack-Dateien in precious-objects Repository nicht löschen"1322113222#: builtin/repack.c:21613223msgid "--keep-unreachable and -A are incompatible"13224msgstr "--keep-unreachable und -A sind inkompatibel"1322513226#: builtin/repack.c:410 builtin/worktree.c:14813227#, c-format13228msgid "failed to remove '%s'"13229msgstr "Fehler beim Löschen von '%s'"1323013231#: builtin/replace.c:2013232msgid "git replace [-f] <object> <replacement>"13233msgstr "git replace [-f] <Objekt> <Ersetzung>"1323413235#: builtin/replace.c:2113236msgid "git replace [-f] --edit <object>"13237msgstr "git replace [-f] --edit <Objekt>"1323813239#: builtin/replace.c:2213240msgid "git replace [-f] --graft <commit> [<parent>...]"13241msgstr "git replace [-f] --graft <Commit> [<Eltern-Commit>...]"1324213243#: builtin/replace.c:2313244msgid "git replace -d <object>..."13245msgstr "git replace -d <Objekt>..."1324613247#: builtin/replace.c:2413248msgid "git replace [--format=<format>] [-l [<pattern>]]"13249msgstr "git replace [--format=<Format>] [-l [<Muster>]]"1325013251#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:39713252#, c-format13253msgid "Not a valid object name: '%s'"13254msgstr "Ungültiger Objekt-Name: '%s'"1325513256#: builtin/replace.c:36113257#, c-format13258msgid "bad mergetag in commit '%s'"13259msgstr "ungültiger Merge-Tag in Commit '%s'"1326013261#: builtin/replace.c:36313262#, c-format13263msgid "malformed mergetag in commit '%s'"13264msgstr "fehlerhafter Merge-Tag in Commit '%s'"1326513266#: builtin/replace.c:37413267#, c-format13268msgid ""13269"original commit '%s' contains mergetag '%s' that is discarded; use --edit "13270"instead of --graft"13271msgstr ""13272"Der ursprüngliche Commit '%s' enthält Merge-Tag '%s', der verworfen\n"13273"wird; benutzen Sie --edit anstatt --graft"1327413275#: builtin/replace.c:40713276#, c-format13277msgid "the original commit '%s' has a gpg signature."13278msgstr "Der ursprüngliche Commit '%s' hat eine GPG-Signatur."1327913280#: builtin/replace.c:40813281msgid "the signature will be removed in the replacement commit!"13282msgstr "Die Signatur wird in dem Ersetzungs-Commit entfernt!"1328313284#: builtin/replace.c:41413285#, c-format13286msgid "could not write replacement commit for: '%s'"13287msgstr "Konnte Ersetzungs-Commit für '%s' nicht schreiben"1328813289#: builtin/replace.c:43813290msgid "list replace refs"13291msgstr "ersetzende Referenzen auflisten"1329213293#: builtin/replace.c:43913294msgid "delete replace refs"13295msgstr "ersetzende Referenzen löschen"1329613297#: builtin/replace.c:44013298msgid "edit existing object"13299msgstr "existierendes Objekt bearbeiten"1330013301#: builtin/replace.c:44113302msgid "change a commit's parents"13303msgstr "Eltern-Commits eines Commits ändern"1330413305#: builtin/replace.c:44213306msgid "replace the ref if it exists"13307msgstr "die Referenz ersetzen, wenn sie existiert"1330813309#: builtin/replace.c:44413310msgid "do not pretty-print contents for --edit"13311msgstr "keine ansprechende Anzeige des Objektinhaltes für --edit"1331213313#: builtin/replace.c:44513314msgid "use this format"13315msgstr "das angegebene Format benutzen"1331613317#: builtin/rerere.c:1313318msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"13319msgstr "git rerere [clean | forget <Pfad>... | status | remaining | diff | gc]"1332013321#: builtin/rerere.c:5913322msgid "register clean resolutions in index"13323msgstr "saubere Auflösungen im Index registrieren"1332413325#: builtin/reset.c:2913326msgid ""13327"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"13328msgstr ""13329"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<Commit>]"1333013331#: builtin/reset.c:3013332msgid "git reset [-q] [<tree-ish>] [--] <paths>..."13333msgstr "git reset [-q] [<Commit-Referenz>] [--] <Pfade>..."1333413335#: builtin/reset.c:3113336msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"13337msgstr "git reset --patch [<Commit-Referenz>] [--] [<Pfade>...]"1333813339#: builtin/reset.c:3713340msgid "mixed"13341msgstr "mixed"1334213343#: builtin/reset.c:3713344msgid "soft"13345msgstr "soft"1334613347#: builtin/reset.c:3713348msgid "hard"13349msgstr "hard"1335013351#: builtin/reset.c:3713352msgid "merge"13353msgstr "zusammenführen"1335413355#: builtin/reset.c:3713356msgid "keep"13357msgstr "keep"1335813359#: builtin/reset.c:7813360msgid "You do not have a valid HEAD."13361msgstr "Sie haben keinen gültigen HEAD."1336213363#: builtin/reset.c:8013364msgid "Failed to find tree of HEAD."13365msgstr "Fehler beim Finden des \"Tree\"-Objektes von HEAD."1336613367#: builtin/reset.c:8613368#, c-format13369msgid "Failed to find tree of %s."13370msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."1337113372#: builtin/reset.c:11113373#, c-format13374msgid "HEAD is now at %s"13375msgstr "HEAD ist jetzt bei %s"1337613377#: builtin/reset.c:18913378#, c-format13379msgid "Cannot do a %s reset in the middle of a merge."13380msgstr "Kann keinen '%s'-Reset durchführen, während ein Merge im Gange ist."1338113382#: builtin/reset.c:28913383msgid "be quiet, only report errors"13384msgstr "weniger Ausgaben, meldet nur Fehler"1338513386#: builtin/reset.c:29113387msgid "reset HEAD and index"13388msgstr "HEAD und Index umsetzen"1338913390#: builtin/reset.c:29213391msgid "reset only HEAD"13392msgstr "nur HEAD umsetzen"1339313394#: builtin/reset.c:294 builtin/reset.c:29613395msgid "reset HEAD, index and working tree"13396msgstr "HEAD, Index und Arbeitsverzeichnis umsetzen"1339713398#: builtin/reset.c:29813399msgid "reset HEAD but keep local changes"13400msgstr "HEAD umsetzen, aber lokale Änderungen behalten"1340113402#: builtin/reset.c:30413403msgid "record only the fact that removed paths will be added later"13404msgstr "nur speichern, dass gelöschte Pfade später hinzugefügt werden sollen"1340513406#: builtin/reset.c:32113407#, c-format13408msgid "Failed to resolve '%s' as a valid revision."13409msgstr "Konnte '%s' nicht als gültigen Commit auflösen."1341013411#: builtin/reset.c:32913412#, c-format13413msgid "Failed to resolve '%s' as a valid tree."13414msgstr "Konnte '%s' nicht als gültiges \"Tree\"-Objekt auflösen."1341513416#: builtin/reset.c:33813417msgid "--patch is incompatible with --{hard,mixed,soft}"13418msgstr "--patch ist inkompatibel mit --{hard,mixed,soft}"1341913420#: builtin/reset.c:34713421msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."13422msgstr ""13423"--mixed mit Pfaden ist veraltet; benutzen Sie stattdessen 'git reset -- "13424"<Pfade>'."1342513426#: builtin/reset.c:34913427#, c-format13428msgid "Cannot do %s reset with paths."13429msgstr "Ein '%s'-Reset mit Pfaden ist nicht möglich."1343013431#: builtin/reset.c:35913432#, c-format13433msgid "%s reset is not allowed in a bare repository"13434msgstr "'%s'-Reset ist in einem Bare-Repository nicht erlaubt"1343513436#: builtin/reset.c:36313437msgid "-N can only be used with --mixed"13438msgstr "-N kann nur mit -mixed benutzt werden"1343913440#: builtin/reset.c:38013441msgid "Unstaged changes after reset:"13442msgstr "Nicht zum Commit vorgemerkte Änderungen nach Zurücksetzung:"1344313444#: builtin/reset.c:38613445#, c-format13446msgid "Could not reset index file to revision '%s'."13447msgstr "Konnte Index-Datei nicht zu Commit '%s' setzen."1344813449#: builtin/reset.c:39013450msgid "Could not write new index file."13451msgstr "Konnte neue Index-Datei nicht schreiben."1345213453#: builtin/rev-list.c:39713454msgid "cannot combine --exclude-promisor-objects and --missing"13455msgstr "--exclude-promisor-objects und --missing können nicht kombiniert werden."1345613457#: builtin/rev-list.c:45513458msgid "object filtering requires --objects"13459msgstr "Das Filtern von Objekten erfordert --objects."1346013461#: builtin/rev-list.c:45813462#, c-format13463msgid "invalid sparse value '%s'"13464msgstr "Ungültiger \"sparse\"-Wert '%s'."1346513466#: builtin/rev-list.c:49913467msgid "rev-list does not support display of notes"13468msgstr "rev-list unterstützt keine Anzeige von Notizen"1346913470#: builtin/rev-list.c:50213471msgid "cannot combine --use-bitmap-index with object filtering"13472msgstr ""13473"--use-bitmap-index kann nicht mit dem Filtern von Objekten kombiniert werden."1347413475#: builtin/rev-parse.c:40213476msgid "git rev-parse --parseopt [<options>] -- [<args>...]"13477msgstr "git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]"1347813479#: builtin/rev-parse.c:40713480msgid "keep the `--` passed as an arg"13481msgstr "`--` als Argument lassen"1348213483#: builtin/rev-parse.c:40913484msgid "stop parsing after the first non-option argument"13485msgstr "das Parsen nach dem ersten Argument, was keine Option ist, stoppen"1348613487#: builtin/rev-parse.c:41213488msgid "output in stuck long form"13489msgstr ""13490"Ausgabe in Langform mit Argumenten an den Optionen (getrennt durch '=')"1349113492#: builtin/rev-parse.c:54513493msgid ""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"13497"\n"13498"Run \"git rev-parse --parseopt -h\" for more information on the first usage."13499msgstr ""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"13503"\n"13504"Führen Sie \"git rev-parse --parseopt -h\" für weitere Informationen bei "13505"erster Verwendung aus."1350613507#: builtin/revert.c:2313508msgid "git revert [<options>] <commit-ish>..."13509msgstr "git revert [<Optionen>] <Commit-Angabe>..."1351013511#: builtin/revert.c:2413512msgid "git revert <subcommand>"13513msgstr "git revert <Unterbefehl>"1351413515#: builtin/revert.c:2913516msgid "git cherry-pick [<options>] <commit-ish>..."13517msgstr "git cherry-pick [<Optionen>] <Commit-Angabe>..."1351813519#: builtin/revert.c:3013520msgid "git cherry-pick <subcommand>"13521msgstr "git cherry-pick <Unterbefehl>"1352213523#: builtin/revert.c:9013524#, c-format13525msgid "%s: %s cannot be used with %s"13526msgstr "%s: %s kann nicht mit %s verwendet werden"1352713528#: builtin/revert.c:9913529msgid "end revert or cherry-pick sequence"13530msgstr "\"revert\" oder \"cherry-pick\" Ablauf beenden"1353113532#: builtin/revert.c:10013533msgid "resume revert or cherry-pick sequence"13534msgstr "\"revert\" oder \"cherry-pick\" Ablauf fortsetzen"1353513536#: builtin/revert.c:10113537msgid "cancel revert or cherry-pick sequence"13538msgstr "\"revert\" oder \"cherry-pick\" Ablauf abbrechen"1353913540#: builtin/revert.c:10213541msgid "don't automatically commit"13542msgstr "nicht automatisch committen"1354313544#: builtin/revert.c:10313545msgid "edit the commit message"13546msgstr "Commit-Beschreibung bearbeiten"1354713548#: builtin/revert.c:10613549msgid "parent-number"13550msgstr "Nummer des Elternteils"1355113552#: builtin/revert.c:10713553msgid "select mainline parent"13554msgstr "Elternteil der Hauptlinie auswählen"1355513556#: builtin/revert.c:10913557msgid "merge strategy"13558msgstr "Merge-Strategie"1355913560#: builtin/revert.c:11013561msgid "option"13562msgstr "Option"1356313564#: builtin/revert.c:11113565msgid "option for merge strategy"13566msgstr "Option für Merge-Strategie"1356713568#: builtin/revert.c:12013569msgid "append commit name"13570msgstr "Commit-Namen anhängen"1357113572#: builtin/revert.c:12213573msgid "preserve initially empty commits"13574msgstr "ursprüngliche, leere Commits erhalten"1357513576#: builtin/revert.c:12413577msgid "keep redundant, empty commits"13578msgstr "redundante, leere Commits behalten"1357913580#: builtin/revert.c:21413581msgid "revert failed"13582msgstr "\"revert\" fehlgeschlagen"1358313584#: builtin/revert.c:22713585msgid "cherry-pick failed"13586msgstr "\"cherry-pick\" fehlgeschlagen"1358713588#: builtin/rm.c:1813589msgid "git rm [<options>] [--] <file>..."13590msgstr "git rm [<Optionen>] [--] <Datei>..."1359113592#: builtin/rm.c:20613593msgid ""13594"the following file has staged content different from both the\n"13595"file and the HEAD:"13596msgid_plural ""13597"the following files have staged content different from both the\n"13598"file and the HEAD:"13599msgstr[0] ""13600"die folgende Datei hat zum Commit vorgemerkte Änderungen unterschiedlich\n"13601"zu der Datei und HEAD:"13602msgstr[1] ""13603"die folgenden Dateien haben zum Commit vorgemerkte Änderungen "13604"unterschiedlich\n"13605"zu der Datei und HEAD:"1360613607#: builtin/rm.c:21113608msgid ""13609"\n"13610"(use -f to force removal)"13611msgstr ""13612"\n"13613"(benutzen Sie -f, um die Löschung zu erzwingen)"1361413615#: builtin/rm.c:21513616msgid "the following file has changes staged in the index:"13617msgid_plural "the following files have changes staged in the index:"13618msgstr[0] "die folgende Datei hat zum Commit vorgemerkte Änderungen:"13619msgstr[1] "die folgenden Dateien haben zum Commit vorgemerkte Änderungen:"1362013621#: builtin/rm.c:219 builtin/rm.c:22813622msgid ""13623"\n"13624"(use --cached to keep the file, or -f to force removal)"13625msgstr ""13626"\n"13627"(benutzen Sie --cached, um die Datei zu behalten, oder -f, um das Entfernen "13628"zu erzwingen)"1362913630#: builtin/rm.c:22513631msgid "the following file has local modifications:"13632msgid_plural "the following files have local modifications:"13633msgstr[0] "die folgende Datei hat lokale Änderungen:"13634msgstr[1] "die folgenden Dateien haben lokale Änderungen:"1363513636#: builtin/rm.c:24313637msgid "do not list removed files"13638msgstr "keine gelöschten Dateien auflisten"1363913640#: builtin/rm.c:24413641msgid "only remove from the index"13642msgstr "nur aus dem Index entfernen"1364313644#: builtin/rm.c:24513645msgid "override the up-to-date check"13646msgstr "die \"up-to-date\" Prüfung überschreiben"1364713648#: builtin/rm.c:24613649msgid "allow recursive removal"13650msgstr "rekursives Entfernen erlauben"1365113652#: builtin/rm.c:24813653msgid "exit with a zero status even if nothing matched"13654msgstr "mit Rückgabewert 0 beenden, wenn keine Übereinstimmung gefunden wurde"1365513656#: builtin/rm.c:30713657#, c-format13658msgid "not removing '%s' recursively without -r"13659msgstr "'%s' wird nicht ohne -r rekursiv entfernt"1366013661#: builtin/rm.c:34613662#, c-format13663msgid "git rm: unable to remove %s"13664msgstr "git rm: konnte %s nicht löschen"1366513666#: builtin/rm.c:36913667#, c-format13668msgid "could not remove '%s'"13669msgstr "Konnte '%s' nicht löschen"1367013671#: builtin/send-pack.c:1913672msgid ""13673"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"13674"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "13675"[<ref>...]\n"13676" --all and explicit <ref> specification are mutually exclusive."13677msgstr ""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 "13682"aus."1368313684#: builtin/send-pack.c:16213685msgid "remote name"13686msgstr "Name des Remote-Repositories"1368713688#: builtin/send-pack.c:17613689msgid "use stateless RPC protocol"13690msgstr "zustandsloses RPC-Protokoll verwenden"1369113692#: builtin/send-pack.c:17713693msgid "read refs from stdin"13694msgstr "Referenzen von der Standard-Eingabe lesen"1369513696#: builtin/send-pack.c:17813697msgid "print status from remote helper"13698msgstr "Status des Remote-Helpers ausgeben"1369913700#: builtin/shortlog.c:1413701msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"13702msgstr "git shortlog [<Optionen>] [<Commitbereich>] [[--] [<Pfad>...]]"1370313704#: builtin/shortlog.c:26313705msgid "Group by committer rather than author"13706msgstr "über Commit-Ersteller anstatt Autor gruppieren"1370713708#: builtin/shortlog.c:26513709msgid "sort output according to the number of commits per author"13710msgstr "die Ausgabe entsprechend der Anzahl von Commits pro Autor sortieren"1371113712#: builtin/shortlog.c:26713713msgid "Suppress commit descriptions, only provides commit count"13714msgstr "Commit-Beschreibungen unterdrücken, nur Anzahl der Commits liefern"1371513716#: builtin/shortlog.c:26913717msgid "Show the email address of each author"13718msgstr "die E-Mail-Adresse von jedem Autor anzeigen"1371913720#: builtin/shortlog.c:27013721msgid "w[,i1[,i2]]"13722msgstr "w[,i1[,i2]]"1372313724#: builtin/shortlog.c:27113725msgid "Linewrap output"13726msgstr "Ausgabe mit Zeilenumbrüchen"1372713728#: builtin/show-branch.c:1213729msgid ""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>)...]"13734msgstr ""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>)...]"1373913740#: builtin/show-branch.c:1613741msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"13742msgstr "git show-branch (-g | --reflog)[=<n>[,<Basis>]] [--list] [<Referenz>]"1374313744#: builtin/show-branch.c:37613745#, c-format13746msgid "ignoring %s; cannot handle more than %d ref"13747msgid_plural "ignoring %s; cannot handle more than %d refs"13748msgstr[0] "ignoriere %s; kann nicht mehr als %d Referenz behandeln"13749msgstr[1] "ignoriere %s; kann nicht mehr als %d Referenzen behandeln"1375013751#: builtin/show-branch.c:53013752#, c-format13753msgid "no matching refs with %s"13754msgstr "keine übereinstimmenden Referenzen mit %s"1375513756#: builtin/show-branch.c:62613757msgid "show remote-tracking and local branches"13758msgstr "Remote-Tracking und lokale Branches anzeigen"1375913760#: builtin/show-branch.c:62813761msgid "show remote-tracking branches"13762msgstr "Remote-Tracking-Branches anzeigen"1376313764#: builtin/show-branch.c:63013765msgid "color '*!+-' corresponding to the branch"13766msgstr "'*!+-' entsprechend des Branches einfärben"1376713768#: builtin/show-branch.c:63213769msgid "show <n> more commits after the common ancestor"13770msgstr "<n> weitere Commits nach dem gemeinsamen Vorgänger-Commit anzeigen"1377113772#: builtin/show-branch.c:63413773msgid "synonym to more=-1"13774msgstr "Synonym für more=-1"1377513776#: builtin/show-branch.c:63513777msgid "suppress naming strings"13778msgstr "Namen unterdrücken"1377913780#: builtin/show-branch.c:63713781msgid "include the current branch"13782msgstr "den aktuellen Branch einbeziehen"1378313784#: builtin/show-branch.c:63913785msgid "name commits with their object names"13786msgstr "Commits nach ihren Objektnamen benennen"1378713788#: builtin/show-branch.c:64113789msgid "show possible merge bases"13790msgstr "mögliche Merge-Basen anzeigen"1379113792#: builtin/show-branch.c:64313793msgid "show refs unreachable from any other ref"13794msgstr ""13795"Referenzen, die unerreichbar von allen anderen Referenzen sind, anzeigen"1379613797#: builtin/show-branch.c:64513798msgid "show commits in topological order"13799msgstr "Commits in topologischer Ordnung anzeigen"1380013801#: builtin/show-branch.c:64813802msgid "show only commits not on the first branch"13803msgstr "nur Commits anzeigen, die sich nicht im ersten Branch befinden"1380413805#: builtin/show-branch.c:65013806msgid "show merges reachable from only one tip"13807msgstr "Merges anzeigen, die nur von einem Branch aus erreichbar sind"1380813809#: builtin/show-branch.c:65213810msgid "topologically sort, maintaining date order where possible"13811msgstr "topologische Sortierung, Beibehaltung Datumsordnung wo möglich"1381213813#: builtin/show-branch.c:65513814msgid "<n>[,<base>]"13815msgstr "<n>[,<Basis>]"1381613817#: builtin/show-branch.c:65613818msgid "show <n> most recent ref-log entries starting at base"13819msgstr "die <n> jüngsten Einträge im Reflog, beginnend an der Basis, anzeigen"1382013821#: builtin/show-branch.c:69013822msgid ""13823"--reflog is incompatible with --all, --remotes, --independent or --merge-base"13824msgstr ""13825"--reflog ist inkompatibel mit --all, --remotes, --independent oder --merge-"13826"base"1382713828#: builtin/show-branch.c:71413829msgid "no branches given, and HEAD is not valid"13830msgstr "keine Branches angegeben, und HEAD ist ungültig"1383113832#: builtin/show-branch.c:71713833msgid "--reflog option needs one branch name"13834msgstr "Die Option --reflog benötigt einen Branchnamen."1383513836#: builtin/show-branch.c:72013837#, c-format13838msgid "only %d entry can be shown at one time."13839msgid_plural "only %d entries can be shown at one time."13840msgstr[0] "nur %d Eintrag kann zur selben Zeit angezeigt werden"13841msgstr[1] "nur %d Einträge können zur selben Zeit angezeigt werden"1384213843#: builtin/show-branch.c:72413844#, c-format13845msgid "no such ref %s"13846msgstr "Referenz nicht gefunden: %s"1384713848#: builtin/show-branch.c:80813849#, c-format13850msgid "cannot handle more than %d rev."13851msgid_plural "cannot handle more than %d revs."13852msgstr[0] "Kann nicht mehr als %d Commit behandeln."13853msgstr[1] "Kann nicht mehr als %d Commits behandeln."1385413855#: builtin/show-branch.c:81213856#, c-format13857msgid "'%s' is not a valid ref."13858msgstr "'%s' ist keine gültige Referenz."1385913860#: builtin/show-branch.c:81513861#, c-format13862msgid "cannot find commit %s (%s)"13863msgstr "kann Commit %s (%s) nicht finden"1386413865#: builtin/show-ref.c:1013866msgid ""13867"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13868"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"13869msgstr ""13870"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13871"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<Muster>...] "1387213873#: builtin/show-ref.c:1113874msgid "git show-ref --exclude-existing[=<pattern>]"13875msgstr "git show-ref --exclude-existing[=<Muster>]"1387613877#: builtin/show-ref.c:15913878msgid "only show tags (can be combined with heads)"13879msgstr "nur Tags anzeigen (kann mit \"heads\" kombiniert werden)"1388013881#: builtin/show-ref.c:16013882msgid "only show heads (can be combined with tags)"13883msgstr "nur Branches anzeigen (kann mit \"tags\" kombiniert werden)"1388413885#: builtin/show-ref.c:16113886msgid "stricter reference checking, requires exact ref path"13887msgstr "strengere Referenzprüfung, erfordert exakten Referenzpfad"1388813889#: builtin/show-ref.c:164 builtin/show-ref.c:16613890msgid "show the HEAD reference, even if it would be filtered out"13891msgstr ""13892"die HEAD-Referenz anzeigen, selbst wenn diese ausgefiltert werden würde"1389313894#: builtin/show-ref.c:16813895msgid "dereference tags into object IDs"13896msgstr "Tags in Objekt-Identifikationen dereferenzieren"1389713898#: builtin/show-ref.c:17013899msgid "only show SHA1 hash using <n> digits"13900msgstr "nur SHA1 Hash mit <n> Ziffern anzeigen"1390113902#: builtin/show-ref.c:17413903msgid "do not print results to stdout (useful with --verify)"13904msgstr ""13905"keine Ausgabe der Ergebnisse in die Standard-Ausgabe (nützlich mit --verify)"1390613907#: builtin/show-ref.c:17613908msgid "show refs from stdin that aren't in local repository"13909msgstr ""13910"Referenzen von der Standard-Eingabe anzeigen, die sich nicht im lokalen "13911"Repository befinden"1391213913#: builtin/stripspace.c:1813914msgid "git stripspace [-s | --strip-comments]"13915msgstr "git stripspace [-s | --strip-comments]"1391613917#: builtin/stripspace.c:1913918msgid "git stripspace [-c | --comment-lines]"13919msgstr "git stripspace [-c | --comment-lines]"1392013921#: builtin/stripspace.c:3613922msgid "skip and remove all lines starting with comment character"13923msgstr ""13924"alle Zeilen, die mit dem Kommentarzeichen beginnen, überspringen und "13925"entfernen"1392613927#: builtin/stripspace.c:3913928msgid "prepend comment character and space to each line"13929msgstr "Kommentarzeichen mit Leerzeichen an jede Zeile voranstellen"1393013931#: builtin/submodule--helper.c:35 builtin/submodule--helper.c:166913932#, c-format13933msgid "No such ref: %s"13934msgstr "Referenz nicht gefunden: %s"1393513936#: builtin/submodule--helper.c:42 builtin/submodule--helper.c:167813937#, c-format13938msgid "Expecting a full ref name, got %s"13939msgstr "Vollständiger Referenzname erwartet, %s erhalten"1394013941#: builtin/submodule--helper.c:5913942msgid "submodule--helper print-default-remote takes no arguments"13943msgstr "'submodule--helper print-default-remote' erwartet keine Argumente."1394413945#: builtin/submodule--helper.c:9613946#, c-format13947msgid "cannot strip one component off url '%s'"13948msgstr "Kann eine Komponente von URL '%s' nicht extrahieren"1394913950#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:119813951msgid "alternative anchor for relative paths"13952msgstr "Alternativer Anker für relative Pfade"1395313954#: builtin/submodule--helper.c:40913955msgid "git submodule--helper list [--prefix=<path>] [<path>...]"13956msgstr "git submodule--helper list [--prefix=<Pfad>] [<Pfad>...]"1395713958#: builtin/submodule--helper.c:460 builtin/submodule--helper.c:48313959#, c-format13960msgid "No url found for submodule path '%s' in .gitmodules"13961msgstr "Keine URL für Submodul-Pfad '%s' in .gitmodules gefunden"1396213963#: builtin/submodule--helper.c:49813964#, c-format13965msgid ""13966"could not lookup configuration '%s'. Assuming this repository is its own "13967"authoritative upstream."13968msgstr ""13969"Konnte Konfiguration '%s' nicht nachschlagen. Nehme an, dass dieses "13970"Repository\n"13971"sein eigenes verbindliches Upstream-Repository ist."1397213973#: builtin/submodule--helper.c:50913974#, c-format13975msgid "Failed to register url for submodule path '%s'"13976msgstr ""13977"Fehler beim Eintragen der URL für Submodul-Pfad '%s' in die Konfiguration."1397813979#: builtin/submodule--helper.c:51313980#, c-format13981msgid "Submodule '%s' (%s) registered for path '%s'\n"13982msgstr "Submodul '%s' (%s) für Pfad '%s' in die Konfiguration eingetragen.\n"1398313984#: builtin/submodule--helper.c:52313985#, c-format13986msgid "warning: command update mode suggested for submodule '%s'\n"13987msgstr "Warnung: 'update'-Modus für Submodul '%s' vorgeschlagen\n"1398813989#: builtin/submodule--helper.c:53013990#, c-format13991msgid "Failed to register update mode for submodule path '%s'"13992msgstr ""13993"Fehler bei Änderung des Aktualisierungsmodus für Submodul-Pfad '%s' in der\n"13994"Konfiguration."1399513996#: builtin/submodule--helper.c:55213997msgid "Suppress output for initializing a submodule"13998msgstr "Ausgaben bei Initialisierung eines Submoduls unterdrücken"1399914000#: builtin/submodule--helper.c:55714001msgid "git submodule--helper init [<path>]"14002msgstr "git submodule--helper init [<Pfad>]"1400314004#: builtin/submodule--helper.c:625 builtin/submodule--helper.c:74714005#, c-format14006msgid "no submodule mapping found in .gitmodules for path '%s'"14007msgstr "Keine Submodul-Zuordnung in .gitmodules für Pfad '%s' gefunden"1400814009#: builtin/submodule--helper.c:66014010#, c-format14011msgid "could not resolve HEAD ref inside the submodule '%s'"14012msgstr "Konnte HEAD-Referenz nicht innerhalb des Submodul-Pfads '%s' auflösen."1401314014#: builtin/submodule--helper.c:687 builtin/submodule--helper.c:85614015#, c-format14016msgid "failed to recurse into submodule '%s'"14017msgstr "Fehler bei Rekursion in Submodul '%s'."1401814019#: builtin/submodule--helper.c:711 builtin/submodule--helper.c:102114020msgid "Suppress submodule status output"14021msgstr "Ausgabe über Submodul-Status unterdrücken"1402214023#: builtin/submodule--helper.c:71214024msgid ""14025"Use commit stored in the index instead of the one stored in the submodule "14026"HEAD"14027msgstr ""14028"Benutze den Commit, der im Index gespeichert ist, statt den im Submodul HEAD"1402914030#: builtin/submodule--helper.c:71314031msgid "recurse into nested submodules"14032msgstr "Rekursion in verschachtelte Submodule durchführen"1403314034#: builtin/submodule--helper.c:71814035msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"14036msgstr "git submodule status [--quiet] [--cached] [--recursive] [<Pfad>...]"1403714038#: builtin/submodule--helper.c:74214039msgid "git submodule--helper name <path>"14040msgstr "git submodule--helper name <Pfad>"1404114042#: builtin/submodule--helper.c:80614043#, c-format14044msgid "Synchronizing submodule url for '%s'\n"14045msgstr "Synchronisiere Submodul-URL für '%s'\n"1404614047#: builtin/submodule--helper.c:81214048#, c-format14049msgid "failed to register url for submodule path '%s'"14050msgstr "Fehler beim Registrieren der URL für Submodul-Pfad '%s'."1405114052#: builtin/submodule--helper.c:82614053#, c-format14054msgid "failed to get the default remote for submodule '%s'"14055msgstr "Fehler beim Lesen des Standard-Remote-Repositories für Submodul '%s'."1405614057#: builtin/submodule--helper.c:83714058#, c-format14059msgid "failed to update remote for submodule '%s'"14060msgstr "Fehler beim Aktualisieren des Remote-Repositories für Submodul '%s'."1406114062#: builtin/submodule--helper.c:88514063msgid "Suppress output of synchronizing submodule url"14064msgstr "Ausgaben bei der Synchronisierung der Submodul-URLs unterdrücken"1406514066#: builtin/submodule--helper.c:88714067msgid "Recurse into nested submodules"14068msgstr "Rekursion in verschachtelte Submodule durchführen"1406914070#: builtin/submodule--helper.c:89214071msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"14072msgstr "git submodule--helper sync [--quiet] [--recursive] [<Pfad>]"1407314074#: builtin/submodule--helper.c:94614075#, c-format14076msgid ""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)"14079msgstr ""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"14082"löschen möchten)"1408314084#: builtin/submodule--helper.c:95814085#, c-format14086msgid ""14087"Submodule work tree '%s' contains local modifications; use '-f' to discard "14088"them"14089msgstr ""14090"Arbeitsverzeichnis von Submodul in '%s' enthält lokale Änderungen;\n"14091"verwenden Sie '-f', um diese zu verwerfen."1409214093#: builtin/submodule--helper.c:96614094#, c-format14095msgid "Cleared directory '%s'\n"14096msgstr "Verzeichnis '%s' bereinigt.\n"1409714098#: builtin/submodule--helper.c:96814099#, c-format14100msgid "Could not remove submodule work tree '%s'\n"14101msgstr "Konnte Arbeitsverzeichnis des Submoduls in '%s' nicht löschen.\n"1410214103#: builtin/submodule--helper.c:97714104#, c-format14105msgid "could not create empty submodule directory %s"14106msgstr "Konnte kein leeres Verzeichnis für Submodul in '%s' erstellen."1410714108#: builtin/submodule--helper.c:99314109#, c-format14110msgid "Submodule '%s' (%s) unregistered for path '%s'\n"14111msgstr "Submodul '%s' (%s) für Pfad '%s' ausgetragen.\n"1411214113#: builtin/submodule--helper.c:102214114msgid "Remove submodule working trees even if they contain local changes"14115msgstr "Arbeitsverzeichnisse von Submodulen löschen, auch wenn lokale Änderungen vorliegen"1411614117#: builtin/submodule--helper.c:102314118msgid "Unregister all submodules"14119msgstr "alle Submodule austragen"1412014121#: builtin/submodule--helper.c:102814122msgid ""14123"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"14124msgstr "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<Pfad>...]]"1412514126#: builtin/submodule--helper.c:104214127msgid "Use '--all' if you really want to deinitialize all submodules"14128msgstr ""14129"Verwenden Sie '--all', wenn Sie wirklich alle Submodule deinitialisieren\n"14130"möchten."1413114132#: builtin/submodule--helper.c:1133 builtin/submodule--helper.c:113614133#, c-format14134msgid "submodule '%s' cannot add alternate: %s"14135msgstr "Submodul '%s' kann Alternative nicht hinzufügen: %s"1413614137#: builtin/submodule--helper.c:117214138#, c-format14139msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"14140msgstr "Wert '%s' für submodule.alternateErrorStrategy wird nicht erkannt"1414114142#: builtin/submodule--helper.c:117914143#, c-format14144msgid "Value '%s' for submodule.alternateLocation is not recognized"14145msgstr "Wert '%s' für submodule.alternateLocation wird nicht erkannt."1414614147#: builtin/submodule--helper.c:120114148msgid "where the new submodule will be cloned to"14149msgstr "Pfad für neues Submodul"1415014151#: builtin/submodule--helper.c:120414152msgid "name of the new submodule"14153msgstr "Name des neuen Submoduls"1415414155#: builtin/submodule--helper.c:120714156msgid "url where to clone the submodule from"14157msgstr "URL von der das Submodul geklont wird"1415814159#: builtin/submodule--helper.c:121314160msgid "depth for shallow clones"14161msgstr "Tiefe des Klons mit unvollständiger Historie (shallow)"1416214163#: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:158714164msgid "force cloning progress"14165msgstr "Fortschrittsanzeige beim Klonen erzwingen"1416614167#: builtin/submodule--helper.c:122114168msgid ""14169"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "14170"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"14171msgstr ""14172"git submodule--helper clone [--prefix=<Pfad>] [--quiet] [--reference "14173"<Repository>] [--name <Name>] [--url <URL>] [--name <Name>] [--depth "14174"<Tiefe>] --url <URL> --path <Pfad>"1417514176#: builtin/submodule--helper.c:125214177#, c-format14178msgid "clone of '%s' into submodule path '%s' failed"14179msgstr "Klonen von '%s' in Submodul-Pfad '%s' fehlgeschlagen"1418014181#: builtin/submodule--helper.c:126714182#, c-format14183msgid "could not get submodule directory for '%s'"14184msgstr "Konnte Submodul-Verzeichnis '%s' nicht finden."1418514186#: builtin/submodule--helper.c:133214187#, c-format14188msgid "Submodule path '%s' not initialized"14189msgstr "Submodul-Pfad '%s' nicht initialisiert"1419014191#: builtin/submodule--helper.c:133614192msgid "Maybe you want to use 'update --init'?"14193msgstr "Meinten Sie vielleicht 'update --init'?"1419414195#: builtin/submodule--helper.c:136514196#, c-format14197msgid "Skipping unmerged submodule %s"14198msgstr "Überspringe nicht zusammengeführtes Submodul %s"1419914200#: builtin/submodule--helper.c:139414201#, c-format14202msgid "Skipping submodule '%s'"14203msgstr "Überspringe Submodul '%s'"1420414205#: builtin/submodule--helper.c:152714206#, c-format14207msgid "Failed to clone '%s'. Retry scheduled"14208msgstr "Fehler beim Klonen von '%s'. Weiterer Versuch geplant"1420914210#: builtin/submodule--helper.c:153814211#, c-format14212msgid "Failed to clone '%s' a second time, aborting"14213msgstr "Zweiter Versuch '%s' zu klonen fehlgeschlagen, breche ab."1421414215#: builtin/submodule--helper.c:1568 builtin/submodule--helper.c:178814216msgid "path into the working tree"14217msgstr "Pfad zum Arbeitsverzeichnis"1421814219#: builtin/submodule--helper.c:157114220msgid "path into the working tree, across nested submodule boundaries"14221msgstr ""14222"Pfad zum Arbeitsverzeichnis, über verschachtelte Submodul-Grenzen hinweg"1422314224#: builtin/submodule--helper.c:157514225msgid "rebase, merge, checkout or none"14226msgstr "rebase, merge, checkout oder none"1422714228#: builtin/submodule--helper.c:157914229msgid "Create a shallow clone truncated to the specified number of revisions"14230msgstr ""14231"Erstellung eines Klons mit unvollständiger Historie (shallow), abgeschnitten "14232"bei\n"14233"der angegebenen Anzahl von Commits."1423414235#: builtin/submodule--helper.c:158214236msgid "parallel jobs"14237msgstr "Parallele Ausführungen"1423814239#: builtin/submodule--helper.c:158414240msgid "whether the initial clone should follow the shallow recommendation"14241msgstr ""14242"ob das initiale Klonen den Empfehlungen für eine unvollständige\n"14243"Historie (shallow) folgen soll"1424414245#: builtin/submodule--helper.c:158514246msgid "don't print cloning progress"14247msgstr "keine Fortschrittsanzeige beim Klonen"1424814249#: builtin/submodule--helper.c:159214250msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"14251msgstr "git submodule--helper update_clone [--prefix=<Pfad>] [<Pfad>...]"1425214253#: builtin/submodule--helper.c:160514254msgid "bad value for update parameter"14255msgstr "Fehlerhafter Wert für --update Parameter"1425614257#: builtin/submodule--helper.c:167314258#, c-format14259msgid ""14260"Submodule (%s) branch configured to inherit branch from superproject, but "14261"the superproject is not on any branch"14262msgstr ""14263"Branch von Submodul (%s) ist konfiguriert, den Branch des Hauptprojektes\n"14264"zu erben, aber das Hauptprojekt befindet sich auf keinem Branch."1426514266#: builtin/submodule--helper.c:178914267msgid "recurse into submodules"14268msgstr "Rekursion in Submodule durchführen"1426914270#: builtin/submodule--helper.c:179514271msgid "git submodule--helper embed-git-dir [<path>...]"14272msgstr "git submodule--helper embed-git-dir [<Pfad>...]"1427314274#: builtin/submodule--helper.c:185714275#, c-format14276msgid "%s doesn't support --super-prefix"14277msgstr "%s unterstützt kein --super-prefix"1427814279#: builtin/submodule--helper.c:186314280#, c-format14281msgid "'%s' is not a valid submodule--helper subcommand"14282msgstr "'%s' ist kein gültiger Unterbefehl von submodule--helper"1428314284#: builtin/symbolic-ref.c:814285msgid "git symbolic-ref [<options>] <name> [<ref>]"14286msgstr "git symbolic-ref [<Optionen>] <Name> [<Referenz>]"1428714288#: builtin/symbolic-ref.c:914289msgid "git symbolic-ref -d [-q] <name>"14290msgstr "git symbolic-ref -d [-q] <Name>"1429114292#: builtin/symbolic-ref.c:4014293msgid "suppress error message for non-symbolic (detached) refs"14294msgstr ""14295"Fehlermeldungen für nicht-symbolische (losgelöste) Referenzen unterdrücken"1429614297#: builtin/symbolic-ref.c:4114298msgid "delete symbolic ref"14299msgstr "symbolische Referenzen löschen"1430014301#: builtin/symbolic-ref.c:4214302msgid "shorten ref output"14303msgstr "verkürzte Ausgabe der Referenzen"1430414305#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36214306msgid "reason"14307msgstr "Grund"1430814309#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36214310msgid "reason of the update"14311msgstr "Grund für die Aktualisierung"1431214313#: builtin/tag.c:2414314msgid ""14315"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "14316"[<head>]"14317msgstr ""14318"git tag [-a | -s | -u <Schlüssel-id>] [-f] [-m <Beschreibung> | -F <Datei>] "14319"<Tagname> [<Commit>]"1432014321#: builtin/tag.c:2514322msgid "git tag -d <tagname>..."14323msgstr "git tag -d <Tagname>..."1432414325#: builtin/tag.c:2614326msgid ""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>...]"14330msgstr ""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>...]"1433414335#: builtin/tag.c:2814336msgid "git tag -v [--format=<format>] <tagname>..."14337msgstr "git tag -v [--format=<Format>] <Tagname>..."1433814339#: builtin/tag.c:8614340#, c-format14341msgid "tag '%s' not found."14342msgstr "Tag '%s' nicht gefunden."1434314344#: builtin/tag.c:10214345#, c-format14346msgid "Deleted tag '%s' (was %s)\n"14347msgstr "Tag '%s' gelöscht (war %s)\n"1434814349#: builtin/tag.c:13114350#, c-format14351msgid ""14352"\n"14353"Write a message for tag:\n"14354" %s\n"14355"Lines starting with '%c' will be ignored.\n"14356msgstr ""14357"\n"14358"Geben Sie eine Beschreibung für Tag\n"14359" %s\n"14360"ein. Zeilen, die mit '%c' beginnen, werden ignoriert.\n"1436114362#: builtin/tag.c:13514363#, c-format14364msgid ""14365"\n"14366"Write a message for tag:\n"14367" %s\n"14368"Lines starting with '%c' will be kept; you may remove them yourself if you "14369"want to.\n"14370msgstr ""14371"\n"14372"Geben Sie eine Beschreibung für Tag\n"14373" %s\n"14374"ein. Zeilen, die mit '%c' beginnen, werden behalten; Sie dürfen diese\n"14375"selbst entfernen wenn Sie möchten.\n"1437614377#: builtin/tag.c:18914378msgid "unable to sign the tag"14379msgstr "konnte Tag nicht signieren"1438014381#: builtin/tag.c:19114382msgid "unable to write tag file"14383msgstr "konnte Tag-Datei nicht schreiben"1438414385#: builtin/tag.c:21614386msgid "bad object type."14387msgstr "ungültiger Objekt-Typ"1438814389#: builtin/tag.c:26514390msgid "no tag message?"14391msgstr "keine Tag-Beschreibung?"1439214393#: builtin/tag.c:27214394#, c-format14395msgid "The tag message has been left in %s\n"14396msgstr "Die Tag-Beschreibung wurde gelassen in %s\n"1439714398#: builtin/tag.c:38114399msgid "list tag names"14400msgstr "Tagnamen auflisten"1440114402#: builtin/tag.c:38314403msgid "print <n> lines of each tag message"14404msgstr "<n> Zeilen jeder Tag-Beschreibung anzeigen"1440514406#: builtin/tag.c:38514407msgid "delete tags"14408msgstr "Tags löschen"1440914410#: builtin/tag.c:38614411msgid "verify tags"14412msgstr "Tags überprüfen"1441314414#: builtin/tag.c:38814415msgid "Tag creation options"14416msgstr "Optionen für Erstellung von Tags"1441714418#: builtin/tag.c:39014419msgid "annotated tag, needs a message"14420msgstr "annotiertes Tag, benötigt eine Beschreibung"1442114422#: builtin/tag.c:39214423msgid "tag message"14424msgstr "Tag-Beschreibung"1442514426#: builtin/tag.c:39414427msgid "force edit of tag message"14428msgstr "Bearbeitung der Tag-Beschreibung erzwingen"1442914430#: builtin/tag.c:39514431msgid "annotated and GPG-signed tag"14432msgstr "annotiertes und GPG-signiertes Tag"1443314434#: builtin/tag.c:39914435msgid "use another key to sign the tag"14436msgstr "einen anderen Schlüssel verwenden, um das Tag zu signieren"1443714438#: builtin/tag.c:40014439msgid "replace the tag if exists"14440msgstr "das Tag ersetzen, wenn es existiert"1444114442#: builtin/tag.c:401 builtin/update-ref.c:36814443msgid "create a reflog"14444msgstr "Reflog erstellen"1444514446#: builtin/tag.c:40314447msgid "Tag listing options"14448msgstr "Optionen für Auflistung der Tags"1444914450#: builtin/tag.c:40414451msgid "show tag list in columns"14452msgstr "Liste der Tags in Spalten anzeigen"1445314454#: builtin/tag.c:405 builtin/tag.c:40714455msgid "print only tags that contain the commit"14456msgstr "nur Tags ausgeben, die diesen Commit beinhalten"1445714458#: builtin/tag.c:406 builtin/tag.c:40814459msgid "print only tags that don't contain the commit"14460msgstr "nur Tags ausgeben, die diesen Commit nicht enthalten"1446114462#: builtin/tag.c:40914463msgid "print only tags that are merged"14464msgstr "nur Tags ausgeben, die gemerged wurden"1446514466#: builtin/tag.c:41014467msgid "print only tags that are not merged"14468msgstr "nur Tags ausgeben, die nicht gemerged wurden"1446914470#: builtin/tag.c:41514471msgid "print only tags of the object"14472msgstr "nur Tags von dem Objekt ausgeben"1447314474#: builtin/tag.c:45914475msgid "--column and -n are incompatible"14476msgstr "--column und -n sind inkompatibel"1447714478#: builtin/tag.c:48114479msgid "-n option is only allowed in list mode"14480msgstr "Die Option -n ist nur im Listenmodus erlaubt."1448114482#: builtin/tag.c:48314483msgid "--contains option is only allowed in list mode"14484msgstr "Die Option --contains ist nur im Listenmodus erlaubt."1448514486#: builtin/tag.c:48514487msgid "--no-contains option is only allowed in list mode"14488msgstr "Die Option --no-contains ist nur im Listenmodus erlaubt."1448914490#: builtin/tag.c:48714491msgid "--points-at option is only allowed in list mode"14492msgstr "Die Option --points-at ist nur im Listenmodus erlaubt."1449314494#: builtin/tag.c:48914495msgid "--merged and --no-merged options are only allowed in list mode"14496msgstr "Die Optionen --merged und --no-merged sind nur im Listenmodus erlaubt."1449714498#: builtin/tag.c:50014499msgid "only one -F or -m option is allowed."14500msgstr "nur eine -F oder -m Option ist erlaubt."1450114502#: builtin/tag.c:51914503msgid "too many params"14504msgstr "zu viele Parameter"1450514506#: builtin/tag.c:52514507#, c-format14508msgid "'%s' is not a valid tag name."14509msgstr "'%s' ist kein gültiger Tagname."1451014511#: builtin/tag.c:53014512#, c-format14513msgid "tag '%s' already exists"14514msgstr "Tag '%s' existiert bereits"1451514516#: builtin/tag.c:56114517#, c-format14518msgid "Updated tag '%s' (was %s)\n"14519msgstr "Tag '%s' aktualisiert (war %s)\n"1452014521#: builtin/unpack-objects.c:49814522msgid "Unpacking objects"14523msgstr "Entpacke Objekte"1452414525#: builtin/update-index.c:8214526#, c-format14527msgid "failed to create directory %s"14528msgstr "Fehler beim Erstellen von Verzeichnis '%s'"1452914530#: builtin/update-index.c:8814531#, c-format14532msgid "failed to stat %s"14533msgstr "Konnte '%s' nicht lesen"1453414535#: builtin/update-index.c:9814536#, c-format14537msgid "failed to create file %s"14538msgstr "Konnte Datei '%s' nicht erstellen"1453914540#: builtin/update-index.c:10614541#, c-format14542msgid "failed to delete file %s"14543msgstr "Konnte Datei '%s' nicht löschen"1454414545#: builtin/update-index.c:113 builtin/update-index.c:21914546#, c-format14547msgid "failed to delete directory %s"14548msgstr "Konnte Verzeichnis '%s' nicht löschen"1454914550#: builtin/update-index.c:13814551#, c-format14552msgid "Testing mtime in '%s' "14553msgstr "Prüfe mtime in '%s' "1455414555#: builtin/update-index.c:15214556msgid "directory stat info does not change after adding a new file"14557msgstr ""14558"Verzeichnisinformationen haben sich nach Hinzufügen einer neuen Datei nicht "14559"geändert"1456014561#: builtin/update-index.c:16514562msgid "directory stat info does not change after adding a new directory"14563msgstr ""14564"Verzeichnisinformationen haben sich nach Hinzufügen eines neuen "14565"Verzeichnisses nicht geändert"1456614567#: builtin/update-index.c:17814568msgid "directory stat info changes after updating a file"14569msgstr ""14570"Verzeichnisinformationen haben sich nach Aktualisierung einer Datei geändert"1457114572#: builtin/update-index.c:18914573msgid "directory stat info changes after adding a file inside subdirectory"14574msgstr ""14575"Verzeichnisinformationen haben sich nach Hinzufügen einer Datei in ein "14576"Unterverzeichnis geändert"1457714578#: builtin/update-index.c:20014579msgid "directory stat info does not change after deleting a file"14580msgstr ""14581"Verzeichnisinformationen haben sich nach dem Löschen einer Datei nicht "14582"geändert"1458314584#: builtin/update-index.c:21314585msgid "directory stat info does not change after deleting a directory"14586msgstr ""14587"Verzeichnisinformationen haben sich nach dem Löschen eines Verzeichnisses "14588"nicht geändert"1458914590#: builtin/update-index.c:22014591msgid " OK"14592msgstr " OK"1459314594#: builtin/update-index.c:57914595msgid "git update-index [<options>] [--] [<file>...]"14596msgstr "git update-index [<Optionen>] [--] [<Datei>...]"1459714598#: builtin/update-index.c:93614599msgid "continue refresh even when index needs update"14600msgstr ""14601"Aktualisierung fortsetzen, auch wenn der Index aktualisiert werden muss"1460214603#: builtin/update-index.c:93914604msgid "refresh: ignore submodules"14605msgstr "Aktualisierung: ignoriert Submodule"1460614607#: builtin/update-index.c:94214608msgid "do not ignore new files"14609msgstr "keine neuen Dateien ignorieren"1461014611#: builtin/update-index.c:94414612msgid "let files replace directories and vice-versa"14613msgstr "Dateien Verzeichnisse ersetzen lassen, und umgedreht"1461414615#: builtin/update-index.c:94614616msgid "notice files missing from worktree"14617msgstr "fehlende Dateien im Arbeitsverzeichnis beachten"1461814619#: builtin/update-index.c:94814620msgid "refresh even if index contains unmerged entries"14621msgstr ""14622"aktualisieren, auch wenn der Index nicht zusammengeführte Einträge beinhaltet"1462314624#: builtin/update-index.c:95114625msgid "refresh stat information"14626msgstr "Dateiinformationen aktualisieren"1462714628#: builtin/update-index.c:95514629msgid "like --refresh, but ignore assume-unchanged setting"14630msgstr "wie --refresh, ignoriert aber \"assume-unchanged\" Einstellung"1463114632#: builtin/update-index.c:95914633msgid "<mode>,<object>,<path>"14634msgstr "<Modus>,<Objekt>,<Pfad>"1463514636#: builtin/update-index.c:96014637msgid "add the specified entry to the index"14638msgstr "den angegebenen Eintrag zum Commit vormerken"1463914640#: builtin/update-index.c:96914641msgid "mark files as \"not changing\""14642msgstr "diese Datei immer als unverändert betrachten"1464314644#: builtin/update-index.c:97214645msgid "clear assumed-unchanged bit"14646msgstr "\"assumed-unchanged\"-Bit löschen"1464714648#: builtin/update-index.c:97514649msgid "mark files as \"index-only\""14650msgstr "Dateien als \"index-only\" markieren"1465114652#: builtin/update-index.c:97814653msgid "clear skip-worktree bit"14654msgstr "\"skip-worktree\"-Bit löschen"1465514656#: builtin/update-index.c:98114657msgid "add to index only; do not add content to object database"14658msgstr ""14659"die Änderungen nur zum Commit vormerken; Inhalt wird nicht der Objekt-"14660"Datenbank hinzugefügt"1466114662#: builtin/update-index.c:98314663msgid "remove named paths even if present in worktree"14664msgstr ""14665"benannte Pfade löschen, auch wenn sie sich im Arbeitsverzeichnis befinden"1466614667#: builtin/update-index.c:98514668msgid "with --stdin: input lines are terminated by null bytes"14669msgstr "mit --stdin: eingegebene Zeilen sind durch NUL-Bytes abgeschlossen"1467014671#: builtin/update-index.c:98714672msgid "read list of paths to be updated from standard input"14673msgstr "Liste der zu aktualisierenden Pfade von der Standard-Eingabe lesen"1467414675#: builtin/update-index.c:99114676msgid "add entries from standard input to the index"14677msgstr "Einträge von der Standard-Eingabe zum Commit vormerken"1467814679#: builtin/update-index.c:99514680msgid "repopulate stages #2 and #3 for the listed paths"14681msgstr ""14682"wiederholtes Einpflegen der Zustände #2 und #3 für die aufgelisteten Pfade"1468314684#: builtin/update-index.c:99914685msgid "only update entries that differ from HEAD"14686msgstr "nur Einträge aktualisieren, die unterschiedlich zu HEAD sind"1468714688#: builtin/update-index.c:100314689msgid "ignore files missing from worktree"14690msgstr "fehlende Dateien im Arbeitsverzeichnis ignorieren"1469114692#: builtin/update-index.c:100614693msgid "report actions to standard output"14694msgstr "die Aktionen in der Standard-Ausgabe ausgeben"1469514696#: builtin/update-index.c:100814697msgid "(for porcelains) forget saved unresolved conflicts"14698msgstr "(für Fremdprogramme) keine gespeicherten, nicht aufgelöste Konflikte"1469914700#: builtin/update-index.c:101214701msgid "write index in this format"14702msgstr "Index-Datei in diesem Format schreiben"1470314704#: builtin/update-index.c:101414705msgid "enable or disable split index"14706msgstr "Splitting des Index aktivieren oder deaktivieren"1470714708#: builtin/update-index.c:101614709msgid "enable/disable untracked cache"14710msgstr "Cache für unversionierte Dateien aktivieren oder deaktivieren"1471114712#: builtin/update-index.c:101814713msgid "test if the filesystem supports untracked cache"14714msgstr ""14715"prüfen, ob das Dateisystem einen Cache für unversionierte Dateien unterstützt"1471614717#: builtin/update-index.c:102014718msgid "enable untracked cache without testing the filesystem"14719msgstr ""14720"Cache für unversionierte Dateien ohne Prüfung des Dateisystems aktivieren"1472114722#: builtin/update-index.c:102214723msgid "write out the index even if is not flagged as changed"14724msgstr "Index rausschreiben, auch wenn dieser nicht als geändert markiert ist"1472514726#: builtin/update-index.c:102414727msgid "enable or disable file system monitor"14728msgstr "Dateisystem-Monitor aktivieren oder deaktivieren"1472914730#: builtin/update-index.c:102614731msgid "mark files as fsmonitor valid"14732msgstr "Dateien als \"fsmonitor valid\" markieren"1473314734#: builtin/update-index.c:102914735msgid "clear fsmonitor valid bit"14736msgstr "\"fsmonitor valid\"-Bit löschen"1473714738#: builtin/update-index.c:112714739msgid ""14740"core.splitIndex is set to false; remove or change it, if you really want to "14741"enable split index"14742msgstr ""14743"core.splitIndex ist auf 'false' gesetzt. Entfernen oder ändern Sie dies,\n"14744"wenn sie wirklich das Splitting des Index aktivieren möchten."1474514746#: builtin/update-index.c:113614747msgid ""14748"core.splitIndex is set to true; remove or change it, if you really want to "14749"disable split index"14750msgstr ""14751"core.splitIndex ist auf 'true' gesetzt. Entfernen oder ändern Sie dies,\n"14752"wenn Sie wirklich das Splitting des Index deaktivieren möchten."1475314754#: builtin/update-index.c:114714755msgid ""14756"core.untrackedCache is set to true; remove or change it, if you really want "14757"to disable the untracked cache"14758msgstr ""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."1476114762#: builtin/update-index.c:115114763msgid "Untracked cache disabled"14764msgstr "Cache für unversionierte Dateien deaktiviert"1476514766#: builtin/update-index.c:115914767msgid ""14768"core.untrackedCache is set to false; remove or change it, if you really want "14769"to enable the untracked cache"14770msgstr ""14771"core.untrackedCache ist auf 'false' gesetzt. Entfernen oder ändern Sie "14772"dies,\n"14773"wenn sie wirklich den Cache für unversionierte Dateien aktivieren möchten."1477414775#: builtin/update-index.c:116314776#, c-format14777msgid "Untracked cache enabled for '%s'"14778msgstr "Cache für unversionierte Dateien für '%s' aktiviert"1477914780#: builtin/update-index.c:117114781msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"14782msgstr ""14783"core.fsmonitor nicht gesetzt. Setzen Sie es, wenn Sie den Dateisystem-"14784"Monitor\n"14785"wirklich aktivieren möchten."1478614787#: builtin/update-index.c:117514788msgid "fsmonitor enabled"14789msgstr "Dateisystem-Monitor aktiviert"1479014791#: builtin/update-index.c:117814792msgid ""14793"core.fsmonitor is set; remove it if you really want to disable fsmonitor"14794msgstr ""14795"core.fsmonitor ist gesetzt. Löschen Sie es, wenn Sie den Dateisystem-"14796"Monitor\n"14797"wirklich deaktivieren möchten."1479814799#: builtin/update-index.c:118214800msgid "fsmonitor disabled"14801msgstr "Dateisystem-Monitor deaktiviert"1480214803#: builtin/update-ref.c:1014804msgid "git update-ref [<options>] -d <refname> [<old-val>]"14805msgstr "git update-ref [<Optionen>] -d <Referenzname> [<alter-Wert>]"1480614807#: builtin/update-ref.c:1114808msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"14809msgstr ""14810"git update-ref [<Optionen>] <Referenzname> <neuer-Wert> [<alter-Wert>]"1481114812#: builtin/update-ref.c:1214813msgid "git update-ref [<options>] --stdin [-z]"14814msgstr "git update-ref [<Optionen>] --stdin [-z]"1481514816#: builtin/update-ref.c:36314817msgid "delete the reference"14818msgstr "diese Referenz löschen"1481914820#: builtin/update-ref.c:36514821msgid "update <refname> not the one it points to"14822msgstr "<Referenzname> aktualisieren, nicht den Verweis"1482314824#: builtin/update-ref.c:36614825msgid "stdin has NUL-terminated arguments"14826msgstr "Standard-Eingabe hat durch NUL-Zeichen abgeschlossene Argumente"1482714828#: builtin/update-ref.c:36714829msgid "read updates from stdin"14830msgstr "Aktualisierungen von der Standard-Eingabe lesen"1483114832#: builtin/update-server-info.c:714833msgid "git update-server-info [--force]"14834msgstr "git update-server-info [--force]"1483514836#: builtin/update-server-info.c:1514837msgid "update the info files from scratch"14838msgstr "die Informationsdateien von Grund auf aktualisieren"1483914840#: builtin/verify-commit.c:1814841msgid "git verify-commit [-v | --verbose] <commit>..."14842msgstr "git verify-commit [-v | --verbose] <Commit>..."1484314844#: builtin/verify-commit.c:7314845msgid "print commit contents"14846msgstr "Commit-Inhalte ausgeben"1484714848#: builtin/verify-commit.c:74 builtin/verify-tag.c:3814849msgid "print raw gpg status output"14850msgstr "unbearbeitete Ausgabe des Status von gpg ausgeben"1485114852#: builtin/verify-pack.c:5514853msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."14854msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <Paket>..."1485514856#: builtin/verify-pack.c:6514857msgid "verbose"14858msgstr "erweiterte Ausgaben"1485914860#: builtin/verify-pack.c:6714861msgid "show statistics only"14862msgstr "nur Statistiken anzeigen"1486314864#: builtin/verify-tag.c:1914865msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."14866msgstr "git verify-tag [-v | --verbose] [--format=<Format>] <Tag>..."1486714868#: builtin/verify-tag.c:3714869msgid "print tag contents"14870msgstr "Tag-Inhalte ausgeben"1487114872#: builtin/worktree.c:1714873msgid "git worktree add [<options>] <path> [<commit-ish>]"14874msgstr "git worktree add [<Optionen>] <Pfad> [<Commit-Angabe>]"1487514876#: builtin/worktree.c:1814877msgid "git worktree list [<options>]"14878msgstr "git worktree list [<Optionen>]"1487914880#: builtin/worktree.c:1914881msgid "git worktree lock [<options>] <path>"14882msgstr "git worktree lock [<Optionen>] <Pfad>"1488314884#: builtin/worktree.c:2014885msgid "git worktree move <worktree> <new-path>"14886msgstr "git worktree move <Arbeitsverzeichnis> <neuer-Pfad>"1488714888#: builtin/worktree.c:2114889msgid "git worktree prune [<options>]"14890msgstr "git worktree prune [<Optionen>]"1489114892#: builtin/worktree.c:2214893msgid "git worktree remove [<options>] <worktree>"14894msgstr "git worktree remove [<Optionen>] <Arbeitsverzeichnis>"1489514896#: builtin/worktree.c:2314897msgid "git worktree unlock <path>"14898msgstr "git worktree unlock <Pfad>"1489914900#: builtin/worktree.c:6014901#, c-format14902msgid "Removing worktrees/%s: not a valid directory"14903msgstr "Lösche worktrees/%s: kein gültiges Verzeichnis"1490414905#: builtin/worktree.c:6614906#, c-format14907msgid "Removing worktrees/%s: gitdir file does not exist"14908msgstr "Lösche worktrees/%s: gitdir-Datei existiert nicht"1490914910#: builtin/worktree.c:71 builtin/worktree.c:8014911#, c-format14912msgid "Removing worktrees/%s: unable to read gitdir file (%s)"14913msgstr "Lösche worktrees/%s: konnte gitdir-Datei (%s) nicht lesen"1491414915#: builtin/worktree.c:9014916#, c-format14917msgid ""14918"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "14919"%<PRIuMAX>)"14920msgstr ""14921"Lösche worktrees/%s: read() zu kurz (%<PRIuMAX> Bytes erwartet, %<PRIuMAX> "14922"gelesen)"1492314924#: builtin/worktree.c:9814925#, c-format14926msgid "Removing worktrees/%s: invalid gitdir file"14927msgstr "Lösche worktrees/%s: ungültige gitdir-Datei"1492814929#: builtin/worktree.c:11414930#, c-format14931msgid "Removing worktrees/%s: gitdir file points to non-existent location"14932msgstr "Lösche worktrees/%s: gitdir-Datei verweist auf nicht existierenden Ort"1493314934#: builtin/worktree.c:16114935msgid "report pruned working trees"14936msgstr "entfernte Arbeitsverzeichnisse ausgeben"1493714938#: builtin/worktree.c:16314939msgid "expire working trees older than <time>"14940msgstr "Arbeitsverzeichnisse älter als <Zeit> verfallen lassen"1494114942#: builtin/worktree.c:23814943#, c-format14944msgid "'%s' already exists"14945msgstr "'%s' existiert bereits"1494614947#: builtin/worktree.c:26914948#, c-format14949msgid "could not create directory of '%s'"14950msgstr "Konnte Verzeichnis '%s' nicht erstellen."1495114952#: builtin/worktree.c:30814953#, c-format14954msgid "Preparing %s (identifier %s)"14955msgstr "Bereite %s vor (Identifikation %s)"1495614957#: builtin/worktree.c:38514958msgid "checkout <branch> even if already checked out in other worktree"14959msgstr ""14960"<Branch> auschecken, auch wenn dieser bereits in einem anderen "14961"Arbeitsverzeichnis ausgecheckt ist"1496214963#: builtin/worktree.c:38814964msgid "create a new branch"14965msgstr "neuen Branch erstellen"1496614967#: builtin/worktree.c:39014968msgid "create or reset a branch"14969msgstr "Branch erstellen oder umsetzen"1497014971#: builtin/worktree.c:39214972msgid "populate the new working tree"14973msgstr "das neue Arbeitsverzeichnis auschecken"1497414975#: builtin/worktree.c:39314976msgid "keep the new working tree locked"14977msgstr "das neue Arbeitsverzeichnis gesperrt lassen"1497814979#: builtin/worktree.c:39514980msgid "set up tracking mode (see git-branch(1))"14981msgstr "Modus zum Folgen von Branches einstellen (siehe git-branch(1))"1498214983#: builtin/worktree.c:39814984msgid "try to match the new branch name with a remote-tracking branch"14985msgstr ""14986"versuchen, eine Übereinstimmung des Branch-Namens mit einem\n"14987"Remote-Tracking-Branch herzustellen"1498814989#: builtin/worktree.c:40614990msgid "-b, -B, and --detach are mutually exclusive"14991msgstr "-b, -B und --detach schließen sich gegenseitig aus"1499214993#: builtin/worktree.c:47114994msgid "--[no-]track can only be used if a new branch is created"14995msgstr ""14996"--[no]-track kann nur verwendet werden, wenn ein neuer Branch erstellt wird."1499714998#: builtin/worktree.c:57114999msgid "reason for locking"15000msgstr "Sperrgrund"1500115002#: builtin/worktree.c:583 builtin/worktree.c:616 builtin/worktree.c:67015003#: builtin/worktree.c:80915004#, c-format15005msgid "'%s' is not a working tree"15006msgstr "'%s' ist kein Arbeitsverzeichnis"1500715008#: builtin/worktree.c:585 builtin/worktree.c:61815009msgid "The main working tree cannot be locked or unlocked"15010msgstr "Das Hauptarbeitsverzeichnis kann nicht gesperrt oder entsperrt werden."1501115012#: builtin/worktree.c:59015013#, c-format15014msgid "'%s' is already locked, reason: %s"15015msgstr "'%s' ist bereits gesperrt, Grund: %s"1501615017#: builtin/worktree.c:59215018#, c-format15019msgid "'%s' is already locked"15020msgstr "'%s' ist bereits gesperrt"1502115022#: builtin/worktree.c:62015023#, c-format15024msgid "'%s' is not locked"15025msgstr "'%s' ist nicht gesperrt"1502615027#: builtin/worktree.c:64515028msgid "working trees containing submodules cannot be moved or removed"15029msgstr ""15030"Arbeitsverzeichnisse, die Submodule enthalten, können nicht verschoben oder\n"15031"entfernt werden."1503215033#: builtin/worktree.c:672 builtin/worktree.c:81115034#, c-format15035msgid "'%s' is a main working tree"15036msgstr "'%s' ist ein Hauptarbeitsverzeichnis"1503715038#: builtin/worktree.c:67715039#, c-format15040msgid "could not figure out destination name from '%s'"15041msgstr "Konnte Zielname aus '%s' nicht bestimmen."1504215043#: builtin/worktree.c:68315044#, c-format15045msgid "target '%s' already exists"15046msgstr "Ziel '%s' existiert bereits."1504715048#: builtin/worktree.c:69015049#, c-format15050msgid "cannot move a locked working tree, lock reason: %s"15051msgstr "Kann gesperrtes Arbeitsverzeichnis nicht verschieben, Sperrgrund: %s"1505215053#: builtin/worktree.c:69215054msgid "cannot move a locked working tree"15055msgstr "Kann gesperrtes Arbeitsverzeichnis nicht verschieben."1505615057#: builtin/worktree.c:69515058#, c-format15059msgid "validation failed, cannot move working tree: %s"15060msgstr "Validierung fehlgeschlagen, kann Arbeitszeichnis nicht verschieben: %s"1506115062#: builtin/worktree.c:70015063#, c-format15064msgid "failed to move '%s' to '%s'"15065msgstr "Fehler beim Verschieben von '%s' nach '%s'"1506615067#: builtin/worktree.c:74815068#, c-format15069msgid "failed to run 'git status' on '%s'"15070msgstr "Fehler beim Ausführen von 'git status' auf '%s'"1507115072#: builtin/worktree.c:75215073#, c-format15074msgid "'%s' is dirty, use --force to delete it"15075msgstr "'%s' ist verändert, benutzen Sie --force zum Löschen"1507615077#: builtin/worktree.c:75715078#, c-format15079msgid "failed to run 'git status' on '%s', code %d"15080msgstr "Fehler beim Ausführen von 'git status' auf '%s'. Code: %d"1508115082#: builtin/worktree.c:768 builtin/worktree.c:78215083#, c-format15084msgid "failed to delete '%s'"15085msgstr "Fehler beim Löschen von '%s'"1508615087#: builtin/worktree.c:79415088msgid "force removing even if the worktree is dirty"15089msgstr "Löschen erzwingen, auch wenn das Arbeitsverzeichnis geändert wurde"1509015091#: builtin/worktree.c:81515092#, c-format15093msgid "cannot remove a locked working tree, lock reason: %s"15094msgstr "Kann gesperrtes Arbeitsverzeichnis nicht löschen, Sperrgrund: %s"1509515096#: builtin/worktree.c:81715097msgid "cannot remove a locked working tree"15098msgstr "Kann gesperrtes Arbeitsverzeichnis nicht löschen."1509915100#: builtin/worktree.c:82015101#, c-format15102msgid "validation failed, cannot remove working tree: %s"15103msgstr "Validierung fehlgeschlagen, kann Arbeitsverzeichnis nicht löschen: %s"1510415105#: builtin/write-tree.c:1415106msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"15107msgstr "git write-tree [--missing-ok] [--prefix=<Präfix>/]"1510815109#: builtin/write-tree.c:2715110msgid "<prefix>/"15111msgstr "<Präfix>/"1511215113#: builtin/write-tree.c:2815114msgid "write tree object for a subdirectory <prefix>"15115msgstr "das \"Tree\"-Objekt für ein Unterverzeichnis <Präfix> schreiben"1511615117#: builtin/write-tree.c:3115118msgid "only useful for debugging"15119msgstr "nur nützlich für Fehlersuche"1512015121#: upload-pack.c:2715122msgid "git upload-pack [<options>] <dir>"15123msgstr "git upload-pack [<Optionen>] <Verzeichnis>"1512415125#: upload-pack.c:107015126msgid "quit after a single request/response exchange"15127msgstr "nach einem einzigen Request/Response-Austausch beenden"1512815129#: upload-pack.c:107215130msgid "exit immediately after initial ref advertisement"15131msgstr "direkt nach der initialen Angabe der Commits beenden"1513215133#: upload-pack.c:107415134msgid "do not try <directory>/.git/ if <directory> is no Git directory"15135msgstr ""15136"kein Versuch in <Verzeichnis>/.git/ wenn <Verzeichnis> kein Git-Verzeichnis "15137"ist"1513815139#: upload-pack.c:107615140msgid "interrupt transfer after <n> seconds of inactivity"15141msgstr "Übertragung nach <n> Sekunden Inaktivität unterbrechen"1514215143#: credential-cache--daemon.c:22215144#, c-format15145msgid ""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"15148"\n"15149"\tchmod 0700 %s"15150msgstr ""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"15154"\n"15155"\tchmod 0700 %s\n"15156"\n"15157"auszuführen."1515815159#: credential-cache--daemon.c:27115160msgid "print debugging messages to stderr"15161msgstr "Meldungen zur Fehlersuche in Standard-Fehlerausgabe ausgeben"1516215163#: git.c:815164msgid ""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>]"15170msgstr ""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>]"1517615177#: git.c:1515178msgid ""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."15182msgstr ""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."1518715188#: git.c:9515189#, c-format15190msgid "no directory given for --git-dir\n"15191msgstr "Kein Verzeichnis für --git-dir angegeben.\n"1519215193#: git.c:10915194#, c-format15195msgid "no namespace given for --namespace\n"15196msgstr "Kein Namespace für --namespace angegeben.\n"1519715198#: git.c:12315199#, c-format15200msgid "no directory given for --work-tree\n"15201msgstr "Kein Verzeichnis für --work-tree angegeben.\n"1520215203#: git.c:13715204#, c-format15205msgid "no prefix given for --super-prefix\n"15206msgstr "Kein Präfix für --super-prefix angegeben.\n"1520715208#: git.c:15915209#, c-format15210msgid "-c expects a configuration string\n"15211msgstr "-c erwartet einen Konfigurationsstring.\n"1521215213#: git.c:19715214#, c-format15215msgid "no directory given for -C\n"15216msgstr "Kein Verzeichnis für -C angegeben.\n"1521715218#: git.c:21215219#, c-format15220msgid "unknown option: %s\n"15221msgstr "Unbekannte Option: %s\n"1522215223#: git.c:68715224#, c-format15225msgid "expansion of alias '%s' failed; '%s' is not a git command\n"15226msgstr "Erweiterung von Alias '%s' fehlgeschlagen; '%s' ist kein Git-Befehl.\n"1522715228#: git.c:69915229#, c-format15230msgid "failed to run command '%s': %s\n"15231msgstr "Fehler beim Ausführen von Befehl '%s': %s\n"1523215233#: http.c:34215234#, c-format15235msgid "negative value for http.postbuffer; defaulting to %d"15236msgstr "negativer Wert für http.postbuffer; benutze Standardwert %d"1523715238#: http.c:36315239msgid "Delegation control is not supported with cURL < 7.22.0"15240msgstr "Kontrolle über Delegation wird mit cURL < 7.22.0 nicht unterstützt"1524115242#: http.c:37215243msgid "Public key pinning not supported with cURL < 7.44.0"15244msgstr ""15245"Das Anheften des öffentlichen Schlüssels wird mit cURL < 7.44.0\n"15246"nicht unterstützt."1524715248#: http.c:185715249#, c-format15250msgid ""15251"unable to update url base from redirection:\n"15252" asked for: %s\n"15253" redirect: %s"15254msgstr ""15255"Konnte Basis-URL nicht durch Umleitung aktualisieren:\n"15256" gefragt nach: %s\n"15257" umgeleitet: %s"1525815259#: remote-curl.c:34515260#, c-format15261msgid "redirecting to %s"15262msgstr "Leite nach %s um"1526315264#: list-objects-filter-options.h:5915265msgid "args"15266msgstr "Argumente"1526715268#: list-objects-filter-options.h:6015269msgid "object filtering"15270msgstr "Filtern nach Objekten"1527115272#: common-cmds.h:915273msgid "start a working area (see also: git help tutorial)"15274msgstr "Arbeitsverzeichnis anlegen (siehe auch: git help tutorial)"1527515276#: common-cmds.h:1015277msgid "work on the current change (see also: git help everyday)"15278msgstr "an aktuellen Änderungen arbeiten (siehe auch: git help everyday)"1527915280#: common-cmds.h:1115281msgid "examine the history and state (see also: git help revisions)"15282msgstr "Historie und Status untersuchen (siehe auch: git help revisions)"1528315284#: common-cmds.h:1215285msgid "grow, mark and tweak your common history"15286msgstr "Historie erweitern und bearbeiten"1528715288#: common-cmds.h:1315289msgid "collaborate (see also: git help workflows)"15290msgstr "mit anderen zusammenarbeiten (siehe auch: git help workflows)"1529115292#: common-cmds.h:1715293msgid "Add file contents to the index"15294msgstr "Dateiinhalte zum Commit vormerken"1529515296#: common-cmds.h:1815297msgid "Use binary search to find the commit that introduced a bug"15298msgstr ""15299"Binärsuche verwenden, um den Commit zu finden, der einen Fehler verursacht "15300"hat"1530115302#: common-cmds.h:1915303msgid "List, create, or delete branches"15304msgstr "Branches anzeigen, erstellen oder entfernen"1530515306#: common-cmds.h:2015307msgid "Switch branches or restore working tree files"15308msgstr "Branches wechseln oder Dateien im Arbeitsverzeichnis wiederherstellen"1530915310#: common-cmds.h:2115311msgid "Clone a repository into a new directory"15312msgstr "ein Repository in einem neuen Verzeichnis klonen"1531315314#: common-cmds.h:2215315msgid "Record changes to the repository"15316msgstr "Änderungen in das Repository eintragen"1531715318#: common-cmds.h:2315319msgid "Show changes between commits, commit and working tree, etc"15320msgstr ""15321"Änderungen zwischen Commits, Commit und Arbeitsverzeichnis, etc. anzeigen"1532215323#: common-cmds.h:2415324msgid "Download objects and refs from another repository"15325msgstr "Objekte und Referenzen von einem anderen Repository herunterladen"1532615327#: common-cmds.h:2515328msgid "Print lines matching a pattern"15329msgstr "Zeilen darstellen, die einem Muster entsprechen"1533015331#: common-cmds.h:2615332msgid "Create an empty Git repository or reinitialize an existing one"15333msgstr ""15334"ein leeres Git-Repository erstellen oder ein bestehendes neuinitialisieren"1533515336#: common-cmds.h:2715337msgid "Show commit logs"15338msgstr "Commit-Historie anzeigen"1533915340#: common-cmds.h:2815341msgid "Join two or more development histories together"15342msgstr "zwei oder mehr Entwicklungszweige zusammenführen"1534315344#: common-cmds.h:2915345msgid "Move or rename a file, a directory, or a symlink"15346msgstr ""15347"eine Datei, ein Verzeichnis, oder eine symbolische Verknüpfung verschieben "15348"oder umbenennen"1534915350#: common-cmds.h:3015351msgid "Fetch from and integrate with another repository or a local branch"15352msgstr ""15353"Objekte von einem externen Repository anfordern und sie mit einem anderen "15354"Repository oder einem lokalen Branch zusammenführen"1535515356#: common-cmds.h:3115357msgid "Update remote refs along with associated objects"15358msgstr "Remote-Referenzen mitsamt den verbundenen Objekten aktualisieren"1535915360#: common-cmds.h:3215361msgid "Reapply commits on top of another base tip"15362msgstr "Wiederholtes Anwenden von Commits auf anderem Basis-Commit"1536315364#: common-cmds.h:3315365msgid "Reset current HEAD to the specified state"15366msgstr "aktuellen HEAD zu einem spezifizierten Zustand setzen"1536715368#: common-cmds.h:3415369msgid "Remove files from the working tree and from the index"15370msgstr "Dateien im Arbeitsverzeichnis und vom Index löschen"1537115372#: common-cmds.h:3515373msgid "Show various types of objects"15374msgstr "verschiedene Arten von Objekten anzeigen"1537515376#: common-cmds.h:3615377msgid "Show the working tree status"15378msgstr "den Zustand des Arbeitsverzeichnisses anzeigen"1537915380#: common-cmds.h:3715381msgid "Create, list, delete or verify a tag object signed with GPG"15382msgstr ""15383"ein mit GPG signiertes Tag-Objekt erzeugen, auflisten, löschen oder "15384"verifizieren."1538515386#: parse-options.h:15715387msgid "expiry-date"15388msgstr "Verfallsdatum"1538915390#: parse-options.h:17215391msgid "no-op (backward compatibility)"15392msgstr "Kein Effekt (Rückwärtskompatibilität)"1539315394#: parse-options.h:25015395msgid "be more verbose"15396msgstr "erweiterte Ausgaben"1539715398#: parse-options.h:25215399msgid "be more quiet"15400msgstr "weniger Ausgaben"1540115402#: parse-options.h:25815403msgid "use <n> digits to display SHA-1s"15404msgstr "benutze <n> Ziffern zur Anzeige von SHA-1s"1540515406#: rerere.h:4015407msgid "update the index with reused conflict resolution if possible"15408msgstr ""15409"Index, wenn möglich, mit wiederverwendeter Konfliktauflösung aktualisieren"1541015411#: git-bisect.sh:5415412msgid "You need to start by \"git bisect start\""15413msgstr "Sie müssen mit \"git bisect start\" beginnen."1541415415#. TRANSLATORS: Make sure to include [Y] and [n] in your15416#. translation. The program will only accept English input15417#. at this point.15418#: git-bisect.sh:6015419msgid "Do you want me to do it for you [Y/n]? "15420msgstr "Wollen Sie, dass ich es für Sie mache [Y/n]? "1542115422#: git-bisect.sh:12115423#, sh-format15424msgid "unrecognised option: '$arg'"15425msgstr "nicht erkannte Option: '$arg'"1542615427#: git-bisect.sh:12515428#, sh-format15429msgid "'$arg' does not appear to be a valid revision"15430msgstr "'$arg' scheint kein gültiger Commit zu sein"1543115432#: git-bisect.sh:15415433msgid "Bad HEAD - I need a HEAD"15434msgstr "Ungültiger HEAD - HEAD wird benötigt"1543515436#: git-bisect.sh:16715437#, sh-format15438msgid ""15439"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."15440msgstr ""15441"Auschecken von '$start_head' fehlgeschlagen. Versuchen Sie 'git bisect reset "15442"<gültiger-Branch>'."1544315444#: git-bisect.sh:17715445msgid "won't bisect on cg-seek'ed tree"15446msgstr ""15447"binäre Suche auf einem durch 'cg-seek' geändertem Verzeichnis nicht möglich"1544815449#: git-bisect.sh:18115450msgid "Bad HEAD - strange symbolic ref"15451msgstr "Ungültiger HEAD - merkwürdige symbolische Referenz"1545215453#: git-bisect.sh:23315454#, sh-format15455msgid "Bad bisect_write argument: $state"15456msgstr "Ungültiges \"bisect_write\" Argument: $state"1545715458#: git-bisect.sh:24615459#, sh-format15460msgid "Bad rev input: $arg"15461msgstr "Ungültige Referenz-Eingabe: $arg"1546215463#: git-bisect.sh:26515464#, sh-format15465msgid "Bad rev input: $bisected_head"15466msgstr "Ungültige Referenz-Eingabe: $bisected_head"1546715468#: git-bisect.sh:27415469#, sh-format15470msgid "Bad rev input: $rev"15471msgstr "Ungültige Referenz-Eingabe: $rev"1547215473#: git-bisect.sh:28315474#, sh-format15475msgid "'git bisect $TERM_BAD' can take only one argument."15476msgstr "'git bisect $TERM_BAD' kann nur ein Argument entgegennehmen."1547715478#: git-bisect.sh:30615479#, sh-format15480msgid "Warning: bisecting only with a $TERM_BAD commit."15481msgstr "Warnung: binäre Suche nur mit einem $TERM_BAD Commit."1548215483#. TRANSLATORS: Make sure to include [Y] and [n] in your15484#. translation. The program will only accept English input15485#. at this point.15486#: git-bisect.sh:31215487msgid "Are you sure [Y/n]? "15488msgstr "Sind Sie sicher [Y/n]? "1548915490#: git-bisect.sh:32415491#, sh-format15492msgid ""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.)"15495msgstr ""15496"Sie müssen mindestens einen \"$bad_syn\" und einen \"$good_syn\" Commit "15497"angeben.\n"15498"(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "15499"benutzen.)"1550015501#: git-bisect.sh:32715502#, sh-format15503msgid ""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.)"15507msgstr ""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\" "15512"benutzen.)"1551315514#: git-bisect.sh:398 git-bisect.sh:51215515msgid "We are not bisecting."15516msgstr "keine binäre Suche im Gange"1551715518#: git-bisect.sh:40515519#, sh-format15520msgid "'$invalid' is not a valid commit"15521msgstr "'$invalid' ist kein gültiger Commit"1552215523#: git-bisect.sh:41415524#, sh-format15525msgid ""15526"Could not check out original HEAD '$branch'.\n"15527"Try 'git bisect reset <commit>'."15528msgstr ""15529"Konnte den ursprünglichen HEAD '$branch' nicht auschecken.\n"15530"Versuchen Sie 'git bisect reset <Commit>'."1553115532#: git-bisect.sh:42215533msgid "No logfile given"15534msgstr "Keine Log-Datei gegeben"1553515536#: git-bisect.sh:42315537#, sh-format15538msgid "cannot read $file for replaying"15539msgstr "kann $file nicht für das Abspielen lesen"1554015541#: git-bisect.sh:44415542msgid "?? what are you talking about?"15543msgstr "?? Was reden Sie da?"1554415545#: git-bisect.sh:45315546msgid "bisect run failed: no command provided."15547msgstr "'bisect run' fehlgeschlagen: kein Befehl angegeben."1554815549#: git-bisect.sh:45815550#, sh-format15551msgid "running $command"15552msgstr "führe $command aus"1555315554#: git-bisect.sh:46515555#, sh-format15556msgid ""15557"bisect run failed:\n"15558"exit code $res from '$command' is < 0 or >= 128"15559msgstr ""15560"'bisect run' fehlgeschlagen:\n"15561"Rückkehrwert $res von '$command' ist < 0 oder >= 128"1556215563#: git-bisect.sh:49115564msgid "bisect run cannot continue any more"15565msgstr "'bisect run' kann nicht mehr fortgesetzt werden"1556615567#: git-bisect.sh:49715568#, sh-format15569msgid ""15570"bisect run failed:\n"15571"'bisect_state $state' exited with error code $res"15572msgstr ""15573"'bisect run' fehlgeschlagen:\n"15574"'bisect_state $state' wurde mit Fehlerwert $res beendet"1557515576#: git-bisect.sh:50415577msgid "bisect run success"15578msgstr "'bisect run' erfolgreich ausgeführt"1557915580#: git-bisect.sh:53315581#, sh-format15582msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."15583msgstr ""15584"Ungültiger Befehl: Sie sind gerade bei einer binären $TERM_BAD/$TERM_GOOD "15585"Suche."1558615587#: git-bisect.sh:56715588msgid "no terms defined"15589msgstr "Keine Begriffe definiert."1559015591#: git-bisect.sh:58415592#, sh-format15593msgid ""15594"invalid argument $arg for 'git bisect terms'.\n"15595"Supported options are: --term-good|--term-old and --term-bad|--term-new."15596msgstr ""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."1559915600#: git-merge-octopus.sh:4615601msgid ""15602"Error: Your local changes to the following files would be overwritten by "15603"merge"15604msgstr ""15605"Fehler: Ihre lokalen Änderungen in den folgenden Dateien würden durch den "15606"Merge\n"15607"überschrieben werden"1560815609#: git-merge-octopus.sh:6115610msgid "Automated merge did not work."15611msgstr "Automatischer Merge hat nicht funktioniert."1561215613#: git-merge-octopus.sh:6215614msgid "Should not be doing an octopus."15615msgstr "Sollte keinen Octopus-Merge ausführen."1561615617#: git-merge-octopus.sh:7315618#, sh-format15619msgid "Unable to find common commit with $pretty_name"15620msgstr "Konnte keinen gemeinsamen Commit mit $pretty_name finden."1562115622#: git-merge-octopus.sh:7715623#, sh-format15624msgid "Already up to date with $pretty_name"15625msgstr "Bereits aktuell mit $pretty_name"1562615627#: git-merge-octopus.sh:8915628#, sh-format15629msgid "Fast-forwarding to: $pretty_name"15630msgstr "Spule vor zu: $pretty_name"1563115632#: git-merge-octopus.sh:9715633#, sh-format15634msgid "Trying simple merge with $pretty_name"15635msgstr "Versuche einfachen Merge mit $pretty_name"1563615637#: git-merge-octopus.sh:10215638msgid "Simple merge did not work, trying automatic merge."15639msgstr "Einfacher Merge hat nicht funktioniert, versuche automatischen Merge."1564015641#: git-rebase.sh:6015642msgid ""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 --"15647"abort\"."15648msgstr ""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."1565615657#: git-rebase.sh:163 git-rebase.sh:40915658#, sh-format15659msgid "Could not move back to $head_name"15660msgstr "Konnte nicht zu $head_name zurückgehen"1566115662#: git-rebase.sh:17415663msgid "Applied autostash."15664msgstr "Automatischen Stash angewendet."1566515666#: git-rebase.sh:17715667#, sh-format15668msgid "Cannot store $stash_sha1"15669msgstr "Kann $stash_sha1 nicht speichern."1567015671#: git-rebase.sh:21815672msgid "The pre-rebase hook refused to rebase."15673msgstr "Der \"pre-rebase hook\" hat den Rebase zurückgewiesen."1567415675#: git-rebase.sh:22315676msgid "It looks like 'git am' is in progress. Cannot rebase."15677msgstr "'git-am' scheint im Gange zu sein. Kann Rebase nicht durchführen."1567815679#: git-rebase.sh:37015680msgid "No rebase in progress?"15681msgstr "Kein Rebase im Gange?"1568215683#: git-rebase.sh:38115684msgid "The --edit-todo action can only be used during interactive rebase."15685msgstr ""15686"Die --edit-todo Aktion kann nur während eines interaktiven Rebase verwendet "15687"werden."1568815689#: git-rebase.sh:38815690msgid "Cannot read HEAD"15691msgstr "Kann HEAD nicht lesen"1569215693#: git-rebase.sh:39115694msgid ""15695"You must edit all merge conflicts and then\n"15696"mark them as resolved using git add"15697msgstr ""15698"Sie müssen alle Merge-Konflikte editieren und diese dann\n"15699"mittels \"git add\" als aufgelöst markieren"1570015701#: git-rebase.sh:43515702#, sh-format15703msgid ""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"15711"valuable there."15712msgstr ""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."1572115722#: git-rebase.sh:49115723#, sh-format15724msgid "invalid upstream '$upstream_name'"15725msgstr "Ungültiger Upstream-Branch '$upstream_name'."1572615727#: git-rebase.sh:51515728#, sh-format15729msgid "$onto_name: there are more than one merge bases"15730msgstr "$onto_name: es gibt mehr als eine Merge-Basis"1573115732#: git-rebase.sh:518 git-rebase.sh:52215733#, sh-format15734msgid "$onto_name: there is no merge base"15735msgstr "$onto_name: es gibt keine Merge-Basis"1573615737#: git-rebase.sh:52715738#, sh-format15739msgid "Does not point to a valid commit: $onto_name"15740msgstr "$onto_name zeigt auf keinen gültigen Commit"1574115742#: git-rebase.sh:55315743#, sh-format15744msgid "fatal: no such branch/commit '$branch_name'"15745msgstr "fatal: Branch/Commit '$branch_name' nicht gefunden"1574615747#: git-rebase.sh:58615748msgid "Cannot autostash"15749msgstr "Kann automatischen Stash nicht erzeugen."1575015751#: git-rebase.sh:59115752#, sh-format15753msgid "Created autostash: $stash_abbrev"15754msgstr "Automatischen Stash erzeugt: $stash_abbrev"1575515756#: git-rebase.sh:59515757msgid "Please commit or stash them."15758msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."1575915760#: git-rebase.sh:61815761#, sh-format15762msgid "HEAD is up to date."15763msgstr "HEAD ist aktuell."1576415765#: git-rebase.sh:62015766#, sh-format15767msgid "Current branch $branch_name is up to date."15768msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."1576915770#: git-rebase.sh:62815771#, sh-format15772msgid "HEAD is up to date, rebase forced."15773msgstr "HEAD ist aktuell, Rebase erzwungen."1577415775#: git-rebase.sh:63015776#, sh-format15777msgid "Current branch $branch_name is up to date, rebase forced."15778msgstr ""15779"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."1578015781#: git-rebase.sh:64215782#, sh-format15783msgid "Changes from $mb to $onto:"15784msgstr "Änderungen von $mb zu $onto:"1578515786#: git-rebase.sh:65115787msgid "First, rewinding head to replay your work on top of it..."15788msgstr ""15789"Zunächst wird der Branch zurückgespult, um Ihre Änderungen\n"15790"darauf neu anzuwenden ..."1579115792#: git-rebase.sh:66115793#, sh-format15794msgid "Fast-forwarded $branch_name to $onto_name."15795msgstr "$branch_name zu $onto_name vorgespult."1579615797#: git-stash.sh:6115798msgid "git stash clear with parameters is unimplemented"15799msgstr "git stash clear mit Parametern ist nicht implementiert"1580015801#: git-stash.sh:10815802msgid "You do not have the initial commit yet"15803msgstr "Sie haben bisher noch keinen initialen Commit"1580415805#: git-stash.sh:12315806msgid "Cannot save the current index state"15807msgstr "Kann den aktuellen Zustand des Index nicht speichern"1580815809#: git-stash.sh:13815810msgid "Cannot save the untracked files"15811msgstr "Kann die unversionierten Dateien nicht speichern"1581215813#: git-stash.sh:158 git-stash.sh:17115814msgid "Cannot save the current worktree state"15815msgstr "Kann den aktuellen Zustand des Arbeitsverzeichnisses nicht speichern"1581615817#: git-stash.sh:17515818msgid "No changes selected"15819msgstr "Keine Änderungen ausgewählt"1582015821#: git-stash.sh:17815822msgid "Cannot remove temporary index (can't happen)"15823msgstr "Kann temporären Index nicht löschen (kann nicht passieren)"1582415825#: git-stash.sh:19115826msgid "Cannot record working tree state"15827msgstr "Kann Zustand des Arbeitsverzeichnisses nicht aufzeichnen"1582815829#: git-stash.sh:22915830#, sh-format15831msgid "Cannot update $ref_stash with $w_commit"15832msgstr "Kann $ref_stash nicht mit $w_commit aktualisieren."1583315834#: git-stash.sh:28115835#, sh-format15836msgid "error: unknown option for 'stash push': $option"15837msgstr "Fehler: unbekannte Option für 'stash push': $option"1583815839#: git-stash.sh:29515840msgid "Can't use --patch and --include-untracked or --all at the same time"15841msgstr ""15842"Kann nicht gleichzeitig --patch und --include-untracked oder --all verwenden"1584315844#: git-stash.sh:30315845msgid "No local changes to save"15846msgstr "Keine lokalen Änderungen zum Speichern"1584715848#: git-stash.sh:30815849msgid "Cannot initialize stash"15850msgstr "Kann \"stash\" nicht initialisieren"1585115852#: git-stash.sh:31215853msgid "Cannot save the current status"15854msgstr "Kann den aktuellen Status nicht speichern"1585515856#: git-stash.sh:31315857#, sh-format15858msgid "Saved working directory and index state $stash_msg"15859msgstr "Speicherte Arbeitsverzeichnis und Index-Status $stash_msg"1586015861#: git-stash.sh:34015862msgid "Cannot remove worktree changes"15863msgstr "Kann Änderungen im Arbeitsverzeichnis nicht löschen"1586415865#: git-stash.sh:48815866#, sh-format15867msgid "unknown option: $opt"15868msgstr "unbekannte Option: $opt"1586915870#: git-stash.sh:50115871msgid "No stash entries found."15872msgstr "Keine Stash-Einträge gefunden."1587315874#: git-stash.sh:50815875#, sh-format15876msgid "Too many revisions specified: $REV"15877msgstr "Zu viele Commits angegeben: $REV"1587815879#: git-stash.sh:52315880#, sh-format15881msgid "$reference is not a valid reference"15882msgstr "$reference ist keine gültige Referenz"1588315884#: git-stash.sh:55115885#, sh-format15886msgid "'$args' is not a stash-like commit"15887msgstr "'$args' ist kein \"stash\"-artiger Commit"1588815889#: git-stash.sh:56215890#, sh-format15891msgid "'$args' is not a stash reference"15892msgstr "'$args' ist keine \"stash\"-Referenz"1589315894#: git-stash.sh:57015895msgid "unable to refresh index"15896msgstr "Konnte den Index nicht aktualisieren."1589715898#: git-stash.sh:57415899msgid "Cannot apply a stash in the middle of a merge"15900msgstr "Kann \"stash\" nicht anwenden, solange ein Merge im Gange ist"1590115902#: git-stash.sh:58215903msgid "Conflicts in index. Try without --index."15904msgstr "Konflikte im Index. Versuchen Sie es ohne --index."1590515906#: git-stash.sh:58415907msgid "Could not save index tree"15908msgstr "Konnte Index-Verzeichnis nicht speichern"1590915910#: git-stash.sh:59315911msgid "Could not restore untracked files from stash entry"15912msgstr ""15913"Konnte unversionierte Dateien vom Stash-Eintrag nicht wiederherstellen."1591415915#: git-stash.sh:61815916msgid "Cannot unstage modified files"15917msgstr "Kann geänderte Dateien nicht aus dem Index entfernen"1591815919#: git-stash.sh:63315920msgid "Index was not unstashed."15921msgstr "Index wurde nicht aus dem Stash zurückgeladen."1592215923#: git-stash.sh:64715924msgid "The stash entry is kept in case you need it again."15925msgstr ""15926"Der Stash-Eintrag wird für den Fall behalten, dass Sie diesen nochmal "15927"benötigen."1592815929#: git-stash.sh:65615930#, sh-format15931msgid "Dropped ${REV} ($s)"15932msgstr "${REV} ($s) gelöscht"1593315934#: git-stash.sh:65715935#, sh-format15936msgid "${REV}: Could not drop stash entry"15937msgstr "${REV}: Konnte \"stash\"-Eintrag nicht löschen"1593815939#: git-stash.sh:66515940msgid "No branch name specified"15941msgstr "Kein Branchname spezifiziert"1594215943#: git-stash.sh:74415944msgid "(To restore them type \"git stash apply\")"15945msgstr "(Zur Wiederherstellung geben Sie \"git stash apply\" ein)"1594615947#: git-submodule.sh:18115948msgid "Relative path can only be used from the toplevel of the working tree"15949msgstr ""15950"Relative Pfade können nur von der obersten Ebene des Arbeitsverzeichnisses "15951"benutzt werden."1595215953#: git-submodule.sh:19115954#, sh-format15955msgid "repo URL: '$repo' must be absolute or begin with ./|../"15956msgstr "repo URL: '$repo' muss absolut sein oder mit ./|../ beginnen"1595715958#: git-submodule.sh:21015959#, sh-format15960msgid "'$sm_path' already exists in the index"15961msgstr "'$sm_path' ist bereits zum Commit vorgemerkt"1596215963#: git-submodule.sh:21315964#, sh-format15965msgid "'$sm_path' already exists in the index and is not a submodule"15966msgstr "'$sm_path' ist bereits zum Commit vorgemerkt und ist kein Submodul"1596715968#: git-submodule.sh:21915969#, sh-format15970msgid ""15971"The following path is ignored by one of your .gitignore files:\n"15972"$sm_path\n"15973"Use -f if you really want to add it."15974msgstr ""15975"Der folgende Pfad wird durch eine Ihrer \".gitignore\" Dateien ignoriert:\n"15976"$sm_path\n"15977"Benutzen Sie -f wenn Sie diesen wirklich hinzufügen möchten."1597815979#: git-submodule.sh:23715980#, sh-format15981msgid "Adding existing repo at '$sm_path' to the index"15982msgstr "Füge existierendes Repository in '$sm_path' dem Index hinzu."1598315984#: git-submodule.sh:23915985#, sh-format15986msgid "'$sm_path' already exists and is not a valid git repo"15987msgstr "'$sm_path' existiert bereits und ist kein gültiges Git-Repository"1598815989#: git-submodule.sh:24715990#, sh-format15991msgid "A git directory for '$sm_name' is found locally with remote(s):"15992msgstr ""15993"Ein Git-Verzeichnis für '$sm_name' wurde lokal gefunden mit den Remote-"15994"Repositories:"1599515996#: git-submodule.sh:24915997#, sh-format15998msgid ""15999"If you want to reuse this local git directory instead of cloning again from\n"16000" $realrepo\n"16001"use the '--force' option. If the local git directory is not the correct "16002"repo\n"16003"or you are unsure what this means choose another name with the '--name' "16004"option."16005msgstr ""16006"Wenn Sie das lokale Git-Verzeichnis wiederverwenden wollen, anstatt erneut "16007"von\n"16008" $realrepo\n"16009"zu klonen, benutzen Sie die Option '--force'. Wenn das lokale Git-"16010"Verzeichnis\n"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'."1601316014#: git-submodule.sh:25516015#, sh-format16016msgid "Reactivating local git directory for submodule '$sm_name'."16017msgstr "Reaktiviere lokales Git-Verzeichnis für Submodul '$sm_name'."1601816019#: git-submodule.sh:26716020#, sh-format16021msgid "Unable to checkout submodule '$sm_path'"16022msgstr "Kann Submodul '$sm_path' nicht auschecken"1602316024#: git-submodule.sh:27216025#, sh-format16026msgid "Failed to add submodule '$sm_path'"16027msgstr "Hinzufügen von Submodul '$sm_path' fehlgeschlagen"1602816029#: git-submodule.sh:28116030#, sh-format16031msgid "Failed to register submodule '$sm_path'"16032msgstr "Fehler beim Eintragen von Submodul '$sm_path' in die Konfiguration."1603316034#: git-submodule.sh:34216035#, sh-format16036msgid "Entering '$displaypath'"16037msgstr "Betrete '$displaypath'"1603816039#: git-submodule.sh:36216040#, sh-format16041msgid "Stopping at '$displaypath'; script returned non-zero status."16042msgstr "Stoppe bei '$displaypath'; Skript gab nicht-Null Status zurück."1604316044#: git-submodule.sh:58416045#, sh-format16046msgid "Unable to find current revision in submodule path '$displaypath'"16047msgstr "Konnte aktuellen Commit in Submodul-Pfad '$displaypath' nicht finden."1604816049#: git-submodule.sh:59416050#, sh-format16051msgid "Unable to fetch in submodule path '$sm_path'"16052msgstr "Konnte \"fetch\" in Submodul-Pfad '$sm_path' nicht ausführen"1605316054#: git-submodule.sh:59916055#, sh-format16056msgid ""16057"Unable to find current ${remote_name}/${branch} revision in submodule path "16058"'$sm_path'"16059msgstr ""16060"Konnte aktuellen Commit von ${remote_name}/${branch} in Submodul-Pfad\n"16061"'$sm_path' nicht finden."1606216063#: git-submodule.sh:61716064#, sh-format16065msgid "Unable to fetch in submodule path '$displaypath'"16066msgstr "Konnte \"fetch\" in Submodul-Pfad '$displaypath' nicht ausführen"1606716068#: git-submodule.sh:62316069#, sh-format16070msgid ""16071"Fetched in submodule path '$displaypath', but it did not contain $sha1. "16072"Direct fetching of that commit failed."16073msgstr ""16074"\"fetch\" in Submodul-Pfad '$displaypath' ausgeführt, aber $sha1 nicht\n"16075"enthalten. Direktes Anfordern dieses Commits ist fehlgeschlagen."1607616077#: git-submodule.sh:63016078#, sh-format16079msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"16080msgstr "Konnte '$sha1' in Submodul-Pfad '$displaypath' nicht auschecken."1608116082#: git-submodule.sh:63116083#, sh-format16084msgid "Submodule path '$displaypath': checked out '$sha1'"16085msgstr "Submodul-Pfad: '$displaypath': '$sha1' ausgecheckt"1608616087#: git-submodule.sh:63516088#, sh-format16089msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"16090msgstr "Rebase auf '$sha1' in Submodul-Pfad '$displaypath' nicht möglich"1609116092#: git-submodule.sh:63616093#, sh-format16094msgid "Submodule path '$displaypath': rebased into '$sha1'"16095msgstr "Submodul-Pfad '$displaypath': Rebase auf '$sha1'"1609616097#: git-submodule.sh:64116098#, sh-format16099msgid "Unable to merge '$sha1' in submodule path '$displaypath'"16100msgstr "Merge von '$sha1' in Submodul-Pfad '$displaypath' fehlgeschlagen"1610116102#: git-submodule.sh:64216103#, sh-format16104msgid "Submodule path '$displaypath': merged in '$sha1'"16105msgstr "Submodul-Pfad '$displaypath': zusammengeführt in '$sha1'"1610616107#: git-submodule.sh:64716108#, sh-format16109msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"16110msgstr ""16111"Ausführung von '$command $sha1' in Submodul-Pfad '$displaypath' "16112"fehlgeschlagen"1611316114#: git-submodule.sh:64816115#, sh-format16116msgid "Submodule path '$displaypath': '$command $sha1'"16117msgstr "Submodul-Pfad '$displaypath': '$command $sha1'"1611816119#: git-submodule.sh:67916120#, sh-format16121msgid "Failed to recurse into submodule path '$displaypath'"16122msgstr "Fehler bei Rekursion in Submodul-Pfad '$displaypath'"1612316124#: git-submodule.sh:77516125msgid "The --cached option cannot be used with the --files option"16126msgstr ""16127"Die Optionen --cached und --files können nicht gemeinsam verwendet werden."1612816129#: git-submodule.sh:82716130#, sh-format16131msgid "unexpected mode $mod_dst"16132msgstr "unerwarteter Modus $mod_dst"1613316134#: git-submodule.sh:84716135#, sh-format16136msgid " Warn: $display_name doesn't contain commit $sha1_src"16137msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_src"1613816139#: git-submodule.sh:85016140#, sh-format16141msgid " Warn: $display_name doesn't contain commit $sha1_dst"16142msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_dst"1614316144#: git-submodule.sh:85316145#, sh-format16146msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"16147msgstr ""16148" Warnung: $display_name beinhaltet nicht die Commits $sha1_src und $sha1_dst"1614916150#: git-parse-remote.sh:8916151#, sh-format16152msgid "See git-${cmd}(1) for details."16153msgstr "Siehe git-${cmd}(1) für weitere Details."1615416155#: git-rebase--interactive.sh:14016156#, sh-format16157msgid "Rebasing ($new_count/$total)"16158msgstr "Führe Rebase aus ($new_count/$total)"1615916160#: git-rebase--interactive.sh:15616161msgid ""16162"\n"16163"Commands:\n"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"16171"\n"16172"These lines can be re-ordered; they are executed from top to bottom.\n"16173msgstr ""16174"\n"16175"Befehle:\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"16183"\n"16184"Diese Zeilen können umsortiert werden; Sie werden von oben nach unten\n"16185"ausgeführt.\n"1618616187#: git-rebase--interactive.sh:17116188msgid ""16189"\n"16190"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"16191msgstr ""16192"\n"16193"Keine Zeile entfernen. Benutzen Sie 'drop', um explizit einen Commit zu\n"16194"entfernen.\n"1619516196#: git-rebase--interactive.sh:17516197msgid ""16198"\n"16199"If you remove a line here THAT COMMIT WILL BE LOST.\n"16200msgstr ""16201"\n"16202"Wenn Sie hier eine Zeile entfernen, wird DIESER COMMIT VERLOREN GEHEN.\n"1620316204#: git-rebase--interactive.sh:21316205#, sh-format16206msgid ""16207"You can amend the commit now, with\n"16208"\n"16209"\tgit commit --amend $gpg_sign_opt_quoted\n"16210"\n"16211"Once you are satisfied with your changes, run\n"16212"\n"16213"\tgit rebase --continue"16214msgstr ""16215"Sie können den Commit nun nachbessern mit:\n"16216"\n"16217"\tgit commit --amend $gpg_sign_opt_quoted\n"16218"\n"16219"Sobald Sie mit Ihren Änderungen zufrieden sind, führen Sie aus:\n"16220"\n"16221"\tgit rebase --continue"1622216223#: git-rebase--interactive.sh:23816224#, sh-format16225msgid "$sha1: not a commit that can be picked"16226msgstr "$sha1: kein Commit der gepickt werden kann"1622716228#: git-rebase--interactive.sh:27716229#, sh-format16230msgid "Invalid commit name: $sha1"16231msgstr "Ungültiger Commit-Name: $sha1"1623216233#: git-rebase--interactive.sh:31916234msgid "Cannot write current commit's replacement sha1"16235msgstr "Kann ersetzenden SHA-1 des aktuellen Commits nicht schreiben"1623616237#: git-rebase--interactive.sh:37116238#, sh-format16239msgid "Fast-forward to $sha1"16240msgstr "Spule vor zu $sha1"1624116242#: git-rebase--interactive.sh:37316243#, sh-format16244msgid "Cannot fast-forward to $sha1"16245msgstr "Kann nicht zu $sha1 vorspulen"1624616247#: git-rebase--interactive.sh:38216248#, sh-format16249msgid "Cannot move HEAD to $first_parent"16250msgstr "Kann HEAD nicht auf $first_parent setzen"1625116252#: git-rebase--interactive.sh:38716253#, sh-format16254msgid "Refusing to squash a merge: $sha1"16255msgstr "\"squash\" eines Merges ($sha1) zurückgewiesen."1625616257#: git-rebase--interactive.sh:40516258#, sh-format16259msgid "Error redoing merge $sha1"16260msgstr "Fehler beim Wiederholen des Merges von $sha1"1626116262#: git-rebase--interactive.sh:41416263#, sh-format16264msgid "Could not pick $sha1"16265msgstr "Konnte $sha1 nicht picken"1626616267#: git-rebase--interactive.sh:42316268#, sh-format16269msgid "This is the commit message #${n}:"16270msgstr "Das ist Commit-Beschreibung #${n}:"1627116272#: git-rebase--interactive.sh:42816273#, sh-format16274msgid "The commit message #${n} will be skipped:"16275msgstr "Commit-Beschreibung #${n} wird ausgelassen:"1627616277#: git-rebase--interactive.sh:43916278#, sh-format16279msgid "This is a combination of $count commit."16280msgid_plural "This is a combination of $count commits."16281msgstr[0] "Das ist eine Kombination aus $count Commit."16282msgstr[1] "Das ist eine Kombination aus $count Commits."1628316284#: git-rebase--interactive.sh:44816285#, sh-format16286msgid "Cannot write $fixup_msg"16287msgstr "Kann $fixup_msg nicht schreiben"1628816289#: git-rebase--interactive.sh:45116290msgid "This is a combination of 2 commits."16291msgstr "Das ist eine Kombination aus 2 Commits."1629216293#: git-rebase--interactive.sh:492 git-rebase--interactive.sh:53516294#: git-rebase--interactive.sh:53816295#, sh-format16296msgid "Could not apply $sha1... $rest"16297msgstr "Konnte $sha1... ($rest) nicht anwenden"1629816299#: git-rebase--interactive.sh:56716300#, sh-format16301msgid ""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 "16305"before\n"16306"you are able to reword the commit."16307msgstr ""16308"Konnte Commit nicht nachbessern, nachdem dieser verwendet wurde: $sha1... "16309"$rest\n"16310"Das passierte sehr wahrscheinlich wegen einer leeren Commit-Beschreibung, "16311"oder\n"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 "16314"können."1631516316#: git-rebase--interactive.sh:58216317#, sh-format16318msgid "Stopped at $sha1_abbrev... $rest"16319msgstr "Angehalten bei $sha1_abbrev... $rest"1632016321#: git-rebase--interactive.sh:59716322#, sh-format16323msgid "Cannot '$squash_style' without a previous commit"16324msgstr "Kann nicht '$squash_style' ohne vorherigen Commit"1632516326#: git-rebase--interactive.sh:63916327#, sh-format16328msgid "Executing: $rest"16329msgstr "Führe aus: $rest"1633016331#: git-rebase--interactive.sh:64716332#, sh-format16333msgid "Execution failed: $rest"16334msgstr "Ausführung fehlgeschlagen: $rest"1633516336#: git-rebase--interactive.sh:64916337msgid "and made changes to the index and/or the working tree"16338msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert."1633916340#: git-rebase--interactive.sh:65116341msgid ""16342"You can fix the problem, and then run\n"16343"\n"16344"\tgit rebase --continue"16345msgstr ""16346"Sie können das Problem beheben, und dann\n"16347"\n"16348"\tgit rebase --continue\n"16349"\n"16350"ausführen."1635116352#. TRANSLATORS: after these lines is a command to be issued by the user16353#: git-rebase--interactive.sh:66416354#, sh-format16355msgid ""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"16359"\n"16360"\tgit rebase --continue"16361msgstr ""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"16366"\n"16367"\tgit rebase --continue"1636816369#: git-rebase--interactive.sh:67516370#, sh-format16371msgid "Unknown command: $command $sha1 $rest"16372msgstr "Unbekannter Befehl: $command $sha1 $rest"1637316374#: git-rebase--interactive.sh:67616375msgid "Please fix this using 'git rebase --edit-todo'."16376msgstr "Bitte beheben Sie das, indem Sie 'git rebase --edit-todo' ausführen."1637716378#: git-rebase--interactive.sh:71116379#, sh-format16380msgid "Successfully rebased and updated $head_name."16381msgstr "Erfolgreich Rebase ausgeführt und $head_name aktualisiert."1638216383#: git-rebase--interactive.sh:73516384msgid "could not detach HEAD"16385msgstr "Konnte HEAD nicht loslösen"1638616387#: git-rebase--interactive.sh:77116388msgid "Could not remove CHERRY_PICK_HEAD"16389msgstr "Konnte CHERRY_PICK_HEAD nicht löschen"1639016391#: git-rebase--interactive.sh:77616392#, sh-format16393msgid ""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"16397"\n"16398" git commit --amend $gpg_sign_opt_quoted\n"16399"\n"16400"If they are meant to go into a new commit, run:\n"16401"\n"16402" git commit $gpg_sign_opt_quoted\n"16403"\n"16404"In both cases, once you're done, continue with:\n"16405"\n"16406" git rebase --continue\n"16407msgstr ""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"16412"\n"16413" git commit --amend $gpg_sign_opt_quoted\n"16414"\n"16415"Wenn daraus ein neuer Commit erzeugt werden soll, führen Sie aus:\n"16416"\n"16417" git commit $gpg_sign_opt_quoted\n"16418"\n"16419"Im Anschluss führen Sie zum Fortfahren aus:\n"16420"\n"16421" git rebase --continue\n"1642216423#: git-rebase--interactive.sh:79316424msgid "Error trying to find the author identity to amend commit"16425msgstr ""16426"Fehler beim Versuch die Identität des Authors zum Verbessern des Commits zu\n"16427"finden"1642816429#: git-rebase--interactive.sh:79816430msgid ""16431"You have uncommitted changes in your working tree. Please commit them\n"16432"first and then run 'git rebase --continue' again."16433msgstr ""16434"Sie haben nicht committete Änderungen in Ihrem Arbeitsverzeichnis. Bitte\n"16435"committen Sie diese zuerst und führen Sie dann 'git rebase --continue' "16436"erneut\n"16437"aus."1643816439#: git-rebase--interactive.sh:803 git-rebase--interactive.sh:80716440msgid "Could not commit staged changes."16441msgstr "Konnte Änderungen aus der Staging-Area nicht committen."1644216443#: git-rebase--interactive.sh:83616444msgid ""16445"\n"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"16449"\n"16450msgstr ""16451"\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"16455"\n"1645616457#: git-rebase--interactive.sh:844 git-rebase--interactive.sh:100816458msgid "Could not execute editor"16459msgstr "Konnte Editor nicht ausführen."1646016461#: git-rebase--interactive.sh:86016462#, sh-format16463msgid "Could not checkout $switch_to"16464msgstr "Konnte $switch_to nicht auschecken."1646516466#: git-rebase--interactive.sh:86516467msgid "No HEAD?"16468msgstr "Kein HEAD?"1646916470#: git-rebase--interactive.sh:86616471#, sh-format16472msgid "Could not create temporary $state_dir"16473msgstr "Konnte temporäres Verzeichnis $state_dir nicht erstellen."1647416475#: git-rebase--interactive.sh:86916476msgid "Could not mark as interactive"16477msgstr "Konnte nicht als interaktiven Rebase markieren."1647816479#: git-rebase--interactive.sh:879 git-rebase--interactive.sh:88416480msgid "Could not init rewritten commits"16481msgstr "Konnte neu geschriebene Commits nicht initialisieren."1648216483#: git-rebase--interactive.sh:91016484msgid "Could not generate todo list"16485msgstr "Konnte TODO-Liste nicht erzeugen."1648616487#: git-rebase--interactive.sh:98616488#, sh-format16489msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"16490msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"16491msgstr[0] "Rebase von $shortrevisions auf $shortonto ($todocount Kommando)"16492msgstr[1] "Rebase von $shortrevisions auf $shortonto ($todocount Kommandos)"1649316494#: git-rebase--interactive.sh:99116495msgid ""16496"\n"16497"However, if you remove everything, the rebase will be aborted.\n"16498"\n"16499msgstr ""16500"\n"16501"Wenn Sie jedoch alles löschen, wird der Rebase abgebrochen.\n"16502"\n"1650316504#: git-rebase--interactive.sh:99816505msgid "Note that empty commits are commented out"16506msgstr "Leere Commits sind auskommentiert."1650716508#: git-sh-setup.sh:89 git-sh-setup.sh:9416509#, sh-format16510msgid "usage: $dashless $USAGE"16511msgstr "Verwendung: $dashless $USAGE"1651216513#: git-sh-setup.sh:19016514#, sh-format16515msgid "Cannot chdir to $cdup, the toplevel of the working tree"16516msgstr ""16517"Konnte nicht in Verzeichnis $cdup wechseln, der obersten Ebene des\n"16518"Arbeitsverzeichnisses."1651916520#: git-sh-setup.sh:199 git-sh-setup.sh:20616521#, sh-format16522msgid "fatal: $program_name cannot be used without a working tree."16523msgstr ""16524"fatal: $program_name kann ohne ein Arbeitsverzeichnis nicht verwendet werden."1652516526#: git-sh-setup.sh:22016527msgid "Cannot rebase: You have unstaged changes."16528msgstr ""16529"Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt "16530"sind."1653116532#: git-sh-setup.sh:22316533msgid "Cannot rewrite branches: You have unstaged changes."16534msgstr ""16535"Kann Branches nicht neu schreiben: Sie haben Änderungen, die nicht zum "16536"Commit\n"16537"vorgemerkt sind."1653816539#: git-sh-setup.sh:22616540msgid "Cannot pull with rebase: You have unstaged changes."16541msgstr ""16542"Kann \"pull\" mit \"rebase\" nicht ausführen: Sie haben Änderungen, die "16543"nicht zum Commit vorgemerkt sind."1654416545#: git-sh-setup.sh:22916546#, sh-format16547msgid "Cannot $action: You have unstaged changes."16548msgstr ""16549"Kann $action nicht ausführen: Sie haben Änderungen, die nicht zum Commit\n"16550"vorgemerkt sind."1655116552#: git-sh-setup.sh:24216553msgid "Cannot rebase: Your index contains uncommitted changes."16554msgstr ""16555"Rebase nicht möglich: Die Staging-Area beinhaltet nicht committete "16556"Änderungen."1655716558#: git-sh-setup.sh:24516559msgid "Cannot pull with rebase: Your index contains uncommitted changes."16560msgstr ""16561"Kann \"pull\" mit \"rebase\" nicht ausführen: Die Staging-Area beinhaltet "16562"nicht committete Änderungen."1656316564#: git-sh-setup.sh:24816565#, sh-format16566msgid "Cannot $action: Your index contains uncommitted changes."16567msgstr ""16568"Kann $action nicht ausführen: Die Staging-Area beinhaltet nicht committete\n"16569"Änderungen."1657016571#: git-sh-setup.sh:25216572msgid "Additionally, your index contains uncommitted changes."16573msgstr "Zusätzlich beinhaltet die Staging-Area nicht committete Änderungen."1657416575#: git-sh-setup.sh:37216576msgid "You need to run this command from the toplevel of the working tree."16577msgstr ""16578"Sie müssen den Befehl von der obersten Ebene des Arbeitsverzeichnisses "16579"ausführen."1658016581#: git-sh-setup.sh:37716582msgid "Unable to determine absolute path of git directory"16583msgstr "Konnte absoluten Pfad des Git-Verzeichnisses nicht bestimmen."1658416585#. TRANSLATORS: you can adjust this to align "git add -i" status menu16586#: git-add--interactive.perl:19616587#, perl-format16588msgid "%12s %12s %s"16589msgstr "%28s %25s %s"1659016591#: git-add--interactive.perl:19716592msgid "staged"16593msgstr "zur Staging-Area hinzugefügt"1659416595#: git-add--interactive.perl:19716596msgid "unstaged"16597msgstr "aus Staging-Area entfernt"1659816599#: git-add--interactive.perl:246 git-add--interactive.perl:27116600msgid "binary"16601msgstr "Binär"1660216603#: git-add--interactive.perl:255 git-add--interactive.perl:30916604msgid "nothing"16605msgstr "Nichts"1660616607#: git-add--interactive.perl:291 git-add--interactive.perl:30616608msgid "unchanged"16609msgstr "unverändert"1661016611#: git-add--interactive.perl:60216612#, perl-format16613msgid "added %d path\n"16614msgid_plural "added %d paths\n"16615msgstr[0] "%d Pfad hinzugefügt\n"16616msgstr[1] "%d Pfade hinzugefügt\n"1661716618#: git-add--interactive.perl:60516619#, perl-format16620msgid "updated %d path\n"16621msgid_plural "updated %d paths\n"16622msgstr[0] "%d Pfad aktualisiert\n"16623msgstr[1] "%d Pfade aktualisiert\n"1662416625#: git-add--interactive.perl:60816626#, perl-format16627msgid "reverted %d path\n"16628msgid_plural "reverted %d paths\n"16629msgstr[0] "%d Pfad wiederhergestellt\n"16630msgstr[1] "%d Pfade wiederhergestellt\n"1663116632#: git-add--interactive.perl:61116633#, perl-format16634msgid "touched %d path\n"16635msgid_plural "touched %d paths\n"16636msgstr[0] "%d Pfad angefasst\n"16637msgstr[1] "%d Pfade angefasst\n"1663816639#: git-add--interactive.perl:62016640msgid "Update"16641msgstr "Aktualisieren"1664216643#: git-add--interactive.perl:63216644msgid "Revert"16645msgstr "Revert"1664616647#: git-add--interactive.perl:65516648#, perl-format16649msgid "note: %s is untracked now.\n"16650msgstr "Hinweis: %s ist nun unversioniert.\n"1665116652#: git-add--interactive.perl:66616653msgid "Add untracked"16654msgstr "unversionierte Dateien hinzufügen"1665516656#: git-add--interactive.perl:67216657msgid "No untracked files.\n"16658msgstr "Keine unversionierten Dateien.\n"1665916660#: git-add--interactive.perl:102616661msgid ""16662"If the patch applies cleanly, the edited hunk will immediately be\n"16663"marked for staging."16664msgstr ""16665"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"16666"Block\n"16667"direkt als zum Hinzufügen zur Staging-Area markiert."1666816669#: git-add--interactive.perl:102916670msgid ""16671"If the patch applies cleanly, the edited hunk will immediately be\n"16672"marked for stashing."16673msgstr ""16674"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"16675"Block\n"16676"direkt als zum Hinzufügen zum Stash markiert."1667716678#: git-add--interactive.perl:103216679msgid ""16680"If the patch applies cleanly, the edited hunk will immediately be\n"16681"marked for unstaging."16682msgstr ""16683"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"16684"Block\n"16685"direkt als zum Entfernen aus der Staging-Area markiert."1668616687#: git-add--interactive.perl:1035 git-add--interactive.perl:104416688msgid ""16689"If the patch applies cleanly, the edited hunk will immediately be\n"16690"marked for applying."16691msgstr ""16692"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"16693"Block\n"16694"direkt als zum Anwenden markiert."1669516696#: git-add--interactive.perl:1038 git-add--interactive.perl:104116697msgid ""16698"If the patch applies cleanly, the edited hunk will immediately be\n"16699"marked for discarding."16700msgstr ""16701"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"16702"Block\n"16703"direkt als zum Verwerfen markiert."1670416705#: git-add--interactive.perl:107816706#, perl-format16707msgid "failed to open hunk edit file for writing: %s"16708msgstr ""16709"Fehler beim Öffnen von Editier-Datei eines Patch-Blocks zum Schreiben: %s"1671016711#: git-add--interactive.perl:107916712msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"16713msgstr ""16714"Manueller Editiermodus für Patch-Blöcke -- siehe nach unten für eine\n"16715"Kurzanleitung.\n"1671616717#: git-add--interactive.perl:108516718#, perl-format16719msgid ""16720"---\n"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"16724msgstr ""16725"---\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"1672916730#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.16731#: git-add--interactive.perl:109316732msgid ""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"16736msgstr ""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 "16739"werden,\n"16740"wird die Bearbeitung abgebrochen und der Patch-Block bleibt unverändert.\n"1674116742#: git-add--interactive.perl:110716743#, perl-format16744msgid "failed to open hunk edit file for reading: %s"16745msgstr "Fehler beim Öffnen von Editier-Datei eines Patch-Blocks zum Lesen: %s"1674616747#. TRANSLATORS: do not translate [y/n]16748#. The program will only accept that input16749#. at this point.16750#. Consider translating (saying "no" discards!) as16751#. (saying "n" for "no" discards!) if the translation16752#. of the word "no" does not start with n.16753#: git-add--interactive.perl:120616754msgid ""16755"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "16756msgstr ""16757"Ihr bearbeiteter Patch-Block kann nicht angewendet werden.\n"16758"Erneut bearbeiten? (\"n\" verwirft Bearbeitung!) [y/n]?"1675916760#: git-add--interactive.perl:121516761msgid ""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"16767msgstr ""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 "16771"vormerken\n"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 "16774"vormerken"1677516776#: git-add--interactive.perl:122116777msgid ""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"16783msgstr ""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"1678916790#: git-add--interactive.perl:122716791msgid ""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"16797msgstr ""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"1680316804#: git-add--interactive.perl:123316805msgid ""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"16811msgstr ""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 "16815"anwenden\n"16816"a - diesen und alle weiteren Patch-Blöcke dieser Datei auf den Index "16817"anwenden\n"16818"d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht auf den Index "16819"anwenden"1682016821#: git-add--interactive.perl:123916822msgid ""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"16828msgstr ""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 "16834"verwerfen\n"16835"d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht im "16836"Arbeitsverzeichnis verwerfen"1683716838#: git-add--interactive.perl:124516839msgid ""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"16845msgstr ""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"1685216853#: git-add--interactive.perl:125116854msgid ""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"16860msgstr ""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"1686616867#: git-add--interactive.perl:126616868msgid ""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"16877"? - print help\n"16878msgstr ""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 "16882"anzeigen\n"16883"J - diesen Patch-Block unbestimmt lassen, nächsten Patch-Block anzeigen\n"16884"k - diesen Patch-Block unbestimmt lassen, vorherigen unbestimmten Patch-"16885"Block anzeigen\n"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"1689016891#: git-add--interactive.perl:129716892msgid "The selected hunks do not apply to the index!\n"16893msgstr ""16894"Die ausgewählten Patch-Blöcke können nicht auf den Index angewendet werden!\n"1689516896#: git-add--interactive.perl:129816897msgid "Apply them to the worktree anyway? "16898msgstr "Trotzdem auf Arbeitsverzeichnis anwenden? "1689916900#: git-add--interactive.perl:130116901msgid "Nothing was applied.\n"16902msgstr "Nichts angewendet.\n"1690316904#: git-add--interactive.perl:131216905#, perl-format16906msgid "ignoring unmerged: %s\n"16907msgstr "ignoriere nicht zusammengeführte Datei: %s\n"1690816909#: git-add--interactive.perl:132116910msgid "Only binary files changed.\n"16911msgstr "Nur Binärdateien geändert.\n"1691216913#: git-add--interactive.perl:132316914msgid "No changes.\n"16915msgstr "Keine Änderungen.\n"1691616917#: git-add--interactive.perl:133116918msgid "Patch update"16919msgstr "Patch Aktualisierung"1692016921#: git-add--interactive.perl:138316922#, perl-format16923msgid "Stage mode change [y,n,q,a,d%s,?]? "16924msgstr "Modusänderung der Staging-Area hinzufügen [y,n,q,a,d%s,?]? "1692516926#: git-add--interactive.perl:138416927#, perl-format16928msgid "Stage deletion [y,n,q,a,d%s,?]? "16929msgstr "Löschung der Staging-Area hinzufügen [y,n,q,a,d%s,?]? "1693016931#: git-add--interactive.perl:138516932#, perl-format16933msgid "Stage this hunk [y,n,q,a,d%s,?]? "16934msgstr "Diesen Patch-Block der Staging-Area hinzufügen [y,n,q,a,d%s,?]? "1693516936#: git-add--interactive.perl:138816937#, perl-format16938msgid "Stash mode change [y,n,q,a,d%s,?]? "16939msgstr "Modusänderung stashen [y,n,q,a,d%s,?]? "1694016941#: git-add--interactive.perl:138916942#, perl-format16943msgid "Stash deletion [y,n,q,a,d%s,?]? "16944msgstr "Löschung stashen [y,n,q,a,d%s,?]? "1694516946#: git-add--interactive.perl:139016947#, perl-format16948msgid "Stash this hunk [y,n,q,a,d%s,?]? "16949msgstr "Diesen Patch-Block stashen [y,n,q,a,d%s,?]? "1695016951#: git-add--interactive.perl:139316952#, perl-format16953msgid "Unstage mode change [y,n,q,a,d%s,?]? "16954msgstr "Modusänderung aus der Staging-Area entfernen [y,n,q,a,d%s,?]? "1695516956#: git-add--interactive.perl:139416957#, perl-format16958msgid "Unstage deletion [y,n,q,a,d%s,?]? "16959msgstr "Löschung aus der Staging-Area entfernen [y,n,q,a,d%s,?]? "1696016961#: git-add--interactive.perl:139516962#, perl-format16963msgid "Unstage this hunk [y,n,q,a,d%s,?]? "16964msgstr "Diesen Patch-Block aus der Staging-Area entfernen [y,n,q,a,d%s,?]? "1696516966#: git-add--interactive.perl:139816967#, perl-format16968msgid "Apply mode change to index [y,n,q,a,d%s,?]? "16969msgstr "Modusänderung auf Index anwenden [y,n,q,a,d%s,?]? "1697016971#: git-add--interactive.perl:139916972#, perl-format16973msgid "Apply deletion to index [y,n,q,a,d%s,?]? "16974msgstr "Löschung auf Index anwenden [y,n,q,a,d%s,?]? "1697516976#: git-add--interactive.perl:140016977#, perl-format16978msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "16979msgstr "Diesen Patch-Block auf Index anwenden [y,n,q,a,d%s,?]? "1698016981#: git-add--interactive.perl:140316982#, perl-format16983msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "16984msgstr "Modusänderung im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "1698516986#: git-add--interactive.perl:140416987#, perl-format16988msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "16989msgstr "Löschung im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "1699016991#: git-add--interactive.perl:140516992#, perl-format16993msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "16994msgstr "Diesen Patch-Block im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "1699516996#: git-add--interactive.perl:140816997#, perl-format16998msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "16999msgstr "Modusänderung vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "1700017001#: git-add--interactive.perl:140917002#, perl-format17003msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "17004msgstr "Löschung vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "1700517006#: git-add--interactive.perl:141017007#, perl-format17008msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "17009msgstr "Diesen Patch-Block vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? "1701017011#: git-add--interactive.perl:141317012#, perl-format17013msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "17014msgstr "Modusänderung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? "1701517016#: git-add--interactive.perl:141417017#, perl-format17018msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "17019msgstr "Löschung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? "1702017021#: git-add--interactive.perl:141517022#, perl-format17023msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "17024msgstr "Diesen Patch-Block auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? "1702517026#: git-add--interactive.perl:151517027msgid "No other hunks to goto\n"17028msgstr "Keine anderen Patch-Blöcke verbleibend\n"1702917030#: git-add--interactive.perl:152217031msgid "go to which hunk (<ret> to see more)? "17032msgstr "zu welchem Patch-Block springen (<Enter> für mehr Informationen)? "1703317034#: git-add--interactive.perl:152417035msgid "go to which hunk? "17036msgstr "zu welchem Patch-Block springen? "1703717038#: git-add--interactive.perl:153317039#, perl-format17040msgid "Invalid number: '%s'\n"17041msgstr "Ungültige Nummer: '%s'\n"1704217043#: git-add--interactive.perl:153817044#, perl-format17045msgid "Sorry, only %d hunk available.\n"17046msgid_plural "Sorry, only %d hunks available.\n"17047msgstr[0] "Entschuldigung, nur %d Patch-Block verfügbar.\n"17048msgstr[1] "Entschuldigung, nur %d Patch-Blöcke verfügbar.\n"1704917050#: git-add--interactive.perl:156417051msgid "No other hunks to search\n"17052msgstr "Keine anderen Patch-Blöcke zum Durchsuchen\n"1705317054#: git-add--interactive.perl:156817055msgid "search for regex? "17056msgstr "Suche nach regulärem Ausdruck? "1705717058#: git-add--interactive.perl:158117059#, perl-format17060msgid "Malformed search regexp %s: %s\n"17061msgstr "Fehlerhafter regulärer Ausdruck für Suche %s: %s\n"1706217063#: git-add--interactive.perl:159117064msgid "No hunk matches the given pattern\n"17065msgstr "Kein Patch-Block entspricht dem angegebenen Muster\n"1706617067#: git-add--interactive.perl:1603 git-add--interactive.perl:162517068msgid "No previous hunk\n"17069msgstr "Kein vorheriger Patch-Block\n"1707017071#: git-add--interactive.perl:1612 git-add--interactive.perl:163117072msgid "No next hunk\n"17073msgstr "Kein folgender Patch-Block\n"1707417075#: git-add--interactive.perl:163717076msgid "Sorry, cannot split this hunk\n"17077msgstr "Entschuldigung, kann diesen Patch-Block nicht aufteilen.\n"1707817079#: git-add--interactive.perl:164317080#, perl-format17081msgid "Split into %d hunk.\n"17082msgid_plural "Split into %d hunks.\n"17083msgstr[0] "In %d Patch-Block aufgeteilt.\n"17084msgstr[1] "In %d Patch-Blöcke aufgeteilt.\n"1708517086#: git-add--interactive.perl:165317087msgid "Sorry, cannot edit this hunk\n"17088msgstr "Entschuldigung, kann diesen Patch-Block nicht bearbeiten.\n"1708917090#: git-add--interactive.perl:169917091msgid "Review diff"17092msgstr "Diff überprüfen"1709317094#. TRANSLATORS: please do not translate the command names17095#. 'status', 'update', 'revert', etc.17096#: git-add--interactive.perl:171817097msgid ""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 "17104"changes\n"17105msgstr ""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 "17110"zurücksetzen\n"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"1711417115#: git-add--interactive.perl:1735 git-add--interactive.perl:174017116#: git-add--interactive.perl:1743 git-add--interactive.perl:175017117#: git-add--interactive.perl:1754 git-add--interactive.perl:176017118msgid "missing --"17119msgstr "-- fehlt"1712017121#: git-add--interactive.perl:175617122#, perl-format17123msgid "unknown --patch mode: %s"17124msgstr "Unbekannter --patch Modus: %s"1712517126#: git-add--interactive.perl:1762 git-add--interactive.perl:176817127#, perl-format17128msgid "invalid argument %s, expecting --"17129msgstr "ungültiges Argument %s, erwarte --"1713017131#: git-send-email.perl:13017132msgid "local zone differs from GMT by a non-minute interval\n"17133msgstr ""17134"lokale Zeitzone unterscheidet sich von GMT nicht um ein Minutenintervall\n"1713517136#: git-send-email.perl:137 git-send-email.perl:14317137msgid "local time offset greater than or equal to 24 hours\n"17138msgstr "lokaler Zeit-Offset größer oder gleich 24 Stunden\n"1713917140#: git-send-email.perl:211 git-send-email.perl:21717141msgid "the editor exited uncleanly, aborting everything"17142msgstr "Der Editor wurde unsauber beendet, breche alles ab."1714317144#: git-send-email.perl:29417145#, perl-format17146msgid ""17147"'%s' contains an intermediate version of the email you were composing.\n"17148msgstr ""17149"'%s' enthält eine Zwischenversion der E-Mail, die Sie gerade verfassen.\n"1715017151#: git-send-email.perl:29917152#, perl-format17153msgid "'%s.final' contains the composed email.\n"17154msgstr "'%s.final' enthält die verfasste E-Mail.\n"1715517156#: git-send-email.perl:31717157msgid "--dump-aliases incompatible with other options\n"17158msgstr "--dump-aliases ist mit anderen Optionen inkompatibel\n"1715917160#: git-send-email.perl:383 git-send-email.perl:63817161msgid "Cannot run git format-patch from outside a repository\n"17162msgstr ""17163"Kann 'git format-patch' nicht außerhalb eines Repositories ausführen.\n"1716417165#: git-send-email.perl:38617166msgid ""17167"`batch-size` and `relogin` must be specified together (via command-line or "17168"configuration option)\n"17169msgstr ""17170"'batch-size' und 'relogin' müssen gemeinsam angegeben werden (über Kommandozeile\n"17171"oder Konfigurationsoption)\n"1717217173#: git-send-email.perl:45617174#, perl-format17175msgid "Unknown --suppress-cc field: '%s'\n"17176msgstr "Unbekanntes --suppress-cc Feld: '%s'\n"1717717178#: git-send-email.perl:48517179#, perl-format17180msgid "Unknown --confirm setting: '%s'\n"17181msgstr "Unbekannte --confirm Einstellung: '%s'\n"1718217183#: git-send-email.perl:51317184#, perl-format17185msgid "warning: sendmail alias with quotes is not supported: %s\n"17186msgstr ""17187"Warnung: sendemail Alias mit Anführungsstrichen wird nicht unterstützt: %s\n"1718817189#: git-send-email.perl:51517190#, perl-format17191msgid "warning: `:include:` not supported: %s\n"17192msgstr "Warnung: `:include:` wird nicht unterstützt: %s\n"1719317194#: git-send-email.perl:51717195#, perl-format17196msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"17197msgstr "Warnung: `/file` oder `|pipe` Umleitung wird nicht unterstützt: %s\n"1719817199#: git-send-email.perl:52217200#, perl-format17201msgid "warning: sendmail line is not recognized: %s\n"17202msgstr "Warnung: sendmail Zeile wird nicht erkannt: %s\n"1720317204#: git-send-email.perl:60417205#, perl-format17206msgid ""17207"File '%s' exists but it could also be the range of commits\n"17208"to produce patches for. Please disambiguate by...\n"17209"\n"17210" * Saying \"./%s\" if you mean a file; or\n"17211" * Giving --format-patch option if you mean a range.\n"17212msgstr ""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"17215"indem Sie ...\n"17216"\n"17217" * \"./%s\" angeben, wenn Sie eine Datei meinen, oder\n"17218" * die Option --format-patch angeben, wenn Sie einen Commit-Bereich "17219"meinen\n"1722017221#: git-send-email.perl:62517222#, perl-format17223msgid "Failed to opendir %s: %s"17224msgstr "Fehler beim Öffnen von %s: %s"1722517226#: git-send-email.perl:64917227#, perl-format17228msgid ""17229"fatal: %s: %s\n"17230"warning: no patches were sent\n"17231msgstr ""17232"fatal: %s: %s\n"17233"Warnung: Es wurden keine Patches versendet.\n"1723417235#: git-send-email.perl:66017236msgid ""17237"\n"17238"No patch files specified!\n"17239"\n"17240msgstr ""17241"\n"17242"keine Patch-Dateien angegeben!\n"17243"\n"1724417245#: git-send-email.perl:67317246#, perl-format17247msgid "No subject line in %s?"17248msgstr "Keine Betreffzeile in %s?"1724917250#: git-send-email.perl:68317251#, perl-format17252msgid "Failed to open for writing %s: %s"17253msgstr "Fehler beim Öffnen von '%s' zum Schreiben: %s"1725417255#: git-send-email.perl:69417256msgid ""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"17260"\n"17261"Clear the body content if you don't wish to send a summary.\n"17262msgstr ""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"17266"\n"17267"Leeren Sie den Inhalt des Bodys, wenn Sie keine Zusammenfassung senden "17268"möchten.\n"1726917270#: git-send-email.perl:71817271#, perl-format17272msgid "Failed to open %s: %s"17273msgstr "Fehler beim Öffnen von %s: %s"1727417275#: git-send-email.perl:73517276#, perl-format17277msgid "Failed to open %s.final: %s"17278msgstr "Fehler beim Öffnen von %s.final: %s"1727917280#: git-send-email.perl:77817281msgid "Summary email is empty, skipping it\n"17282msgstr "E-Mail mit Zusammenfassung ist leer, wird ausgelassen\n"1728317284#. TRANSLATORS: please keep [y/N] as is.17285#: git-send-email.perl:81317286#, perl-format17287msgid "Are you sure you want to use <%s> [y/N]? "17288msgstr "Sind Sie sich sicher, <%s> zu benutzen [y/N]? "1728917290#: git-send-email.perl:86817291msgid ""17292"The following files are 8bit, but do not declare a Content-Transfer-"17293"Encoding.\n"17294msgstr ""17295"Die folgenden Dateien sind 8-Bit, aber deklarieren kein\n"17296"Content-Transfer-Encoding.\n"1729717298#: git-send-email.perl:87317299msgid "Which 8bit encoding should I declare [UTF-8]? "17300msgstr "Welches 8-Bit-Encoding soll deklariert werden [UTF-8]? "1730117302#: git-send-email.perl:88117303#, perl-format17304msgid ""17305"Refusing to send because the patch\n"17306"\t%s\n"17307"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "17308"want to send.\n"17309msgstr ""17310"Versand zurückgewiesen, weil der Patch\n"17311"\t%s\n"17312"die Betreffzeilenvorlage '*** SUBJECT HERE ***' enthält. Geben Sie --force "17313"an,\n"17314"wenn Sie den Patch wirklich versenden wollen.\n"1731517316#: git-send-email.perl:90017317msgid "To whom should the emails be sent (if anyone)?"17318msgstr "An wen sollen die E-Mails versendet werden (wenn überhaupt jemand)?"1731917320#: git-send-email.perl:91817321#, perl-format17322msgid "fatal: alias '%s' expands to itself\n"17323msgstr "fatal: Alias '%s' erweitert sich zu sich selbst\n"1732417325#: git-send-email.perl:93017326msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "17327msgstr ""17328"Message-ID zur Verwendung als In-Reply-To für die erste E-Mail (wenn eine "17329"existiert)? "1733017331#: git-send-email.perl:988 git-send-email.perl:99617332#, perl-format17333msgid "error: unable to extract a valid address from: %s\n"17334msgstr "Fehler: konnte keine gültige Adresse aus %s extrahieren\n"1733517336#. TRANSLATORS: Make sure to include [q] [d] [e] in your17337#. translation. The program will only accept English input17338#. at this point.17339#: git-send-email.perl:100017340msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "17341msgstr ""17342"Was soll mit dieser Adresse geschehen? (Beenden [q]|Löschen [d]|Bearbeiten "17343"[e]): "1734417345#: git-send-email.perl:131717346#, perl-format17347msgid "CA path \"%s\" does not exist"17348msgstr "CA Pfad \"%s\" existiert nicht"1734917350#: git-send-email.perl:139517351msgid ""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"17357"\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"17361"\n"17362msgstr ""17363" Die Cc-Liste oberhalb wurde um zusätzliche Adressen erweitert, die in "17364"der\n"17365" Commit-Beschreibung des Patches gefunden wurden. Wenn dies passiert, "17366"werden\n"17367" Sie von send-email zu einer Eingabe aufgefordert. Dieses Verhalten wird\n"17368" durch die Konfigurationseinstellung sendemail.confirm gesteuert.\n"17369"\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 "17372"unterdrücken,\n"17373" führen Sie 'git config --global sendemail.confirm auto' aus.\n"17374"\n"1737517376#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your17377#. translation. The program will only accept English input17378#. at this point.17379#: git-send-email.perl:141017380msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "17381msgstr "Diese E-Mail versenden? (Ja [y]|Nein [n]|Beenden [q]|Alle [a]): "1738217383#: git-send-email.perl:141317384msgid "Send this email reply required"17385msgstr "Zum Versenden dieser E-Mail ist eine Antwort erforderlich."1738617387#: git-send-email.perl:143917388msgid "The required SMTP server is not properly defined."17389msgstr "Der erforderliche SMTP-Server ist nicht korrekt definiert."1739017391#: git-send-email.perl:148617392#, perl-format17393msgid "Server does not support STARTTLS! %s"17394msgstr "Server unterstützt kein STARTTLS! %s"1739517396#: git-send-email.perl:1491 git-send-email.perl:149517397#, perl-format17398msgid "STARTTLS failed! %s"17399msgstr "STARTTLS fehlgeschlagen! %s"1740017401#: git-send-email.perl:150517402msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."17403msgstr ""17404"Konnte SMTP nicht korrekt initialisieren. Bitte prüfen Sie Ihre "17405"Konfiguration\n"17406"und benutzen Sie --smtp-debug."1740717408#: git-send-email.perl:152317409#, perl-format17410msgid "Failed to send %s\n"17411msgstr "Fehler beim Senden %s\n"1741217413#: git-send-email.perl:152617414#, perl-format17415msgid "Dry-Sent %s\n"17416msgstr "Probeversand %s\n"1741717418#: git-send-email.perl:152617419#, perl-format17420msgid "Sent %s\n"17421msgstr "%s gesendet\n"1742217423#: git-send-email.perl:152817424msgid "Dry-OK. Log says:\n"17425msgstr "Probeversand OK. Log enthält:\n"1742617427#: git-send-email.perl:152817428msgid "OK. Log says:\n"17429msgstr "OK. Log enthält:\n"1743017431#: git-send-email.perl:154017432msgid "Result: "17433msgstr "Ergebnis: "1743417435#: git-send-email.perl:154317436msgid "Result: OK\n"17437msgstr "Ergebnis: OK\n"1743817439#: git-send-email.perl:155617440#, perl-format17441msgid "can't open file %s"17442msgstr "Kann Datei %s nicht öffnen"1744317444#: git-send-email.perl:1603 git-send-email.perl:162317445#, perl-format17446msgid "(mbox) Adding cc: %s from line '%s'\n"17447msgstr "(mbox) Füge cc: hinzu: %s von Zeile '%s'\n"1744817449#: git-send-email.perl:160917450#, perl-format17451msgid "(mbox) Adding to: %s from line '%s'\n"17452msgstr "(mbox) Füge to: hinzu: %s von Zeile '%s'\n"1745317454#: git-send-email.perl:165717455#, perl-format17456msgid "(non-mbox) Adding cc: %s from line '%s'\n"17457msgstr "(non-mbox) Füge cc: hinzu: %s von Zeile '%s'\n"1745817459#: git-send-email.perl:168217460#, perl-format17461msgid "(body) Adding cc: %s from line '%s'\n"17462msgstr "(body) Füge cc: hinzu: %s von Zeile '%s'\n"1746317464#: git-send-email.perl:178817465#, perl-format17466msgid "(%s) Could not execute '%s'"17467msgstr "(%s) Konnte '%s' nicht ausführen"1746817469#: git-send-email.perl:179517470#, perl-format17471msgid "(%s) Adding %s: %s from: '%s'\n"17472msgstr "(%s) Füge %s: %s hinzu von: '%s'\n"1747317474#: git-send-email.perl:179917475#, perl-format17476msgid "(%s) failed to close pipe to '%s'"17477msgstr "(%s) Fehler beim Schließen der Pipe nach '%s'"1747817479#: git-send-email.perl:182617480msgid "cannot send message as 7bit"17481msgstr "Kann Nachricht nicht als 7bit versenden."1748217483#: git-send-email.perl:183417484msgid "invalid transfer encoding"17485msgstr "Ungültiges Transfer-Encoding"1748617487#: git-send-email.perl:1872 git-send-email.perl:1923 git-send-email.perl:193317488#, perl-format17489msgid "unable to open %s: %s\n"17490msgstr "konnte %s nicht öffnen: %s\n"1749117492#: git-send-email.perl:187517493#, perl-format17494msgid "%s: patch contains a line longer than 998 characters"17495msgstr "%s: Patch enthält eine Zeile, die länger als 998 Zeichen ist"1749617497#: git-send-email.perl:189117498#, perl-format17499msgid "Skipping %s with backup suffix '%s'.\n"17500msgstr "Lasse %s mit Backup-Suffix '%s' aus.\n"1750117502#. TRANSLATORS: please keep "[y|N]" as is.17503#: git-send-email.perl:189517504#, perl-format17505msgid "Do you really want to send %s? [y|N]: "17506msgstr "Wollen Sie %s wirklich versenden? [y|N]: "1750717508#~ msgid "git fetch-pack: expected ACK/NAK, got EOF"17509#~ msgstr "git fetch-pack: ACK/NAK erwartet, EOF bekommen"1751017511#~ msgid "invalid filter-spec expression '%s'"17512#~ msgstr "Ungültiger filter-spec Ausdruck '%s'."1751317514#~ msgid "The copy of the patch that failed is found in: %s"17515#~ msgstr "Die Kopie des fehlgeschlagenen Patches befindet sich in: %s"1751617517#~ msgid "pathspec and --all are incompatible"17518#~ msgstr "Pfadspezifikationen und --all sind inkompatibel."1751917520#~ msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"17521#~ msgstr ""17522#~ "Submodul '$name' ($url) für Pfad '$displaypath' wurde aus der "17523#~ "Konfiguration entfernt."1752417525#~ msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"17526#~ msgstr ""17527#~ "To/Cc/Bcc Felder wurden noch nicht interpretiert, sie wurden ignoriert\n"1752817529#~ msgid ""17530#~ "empty strings as pathspecs will be made invalid in upcoming releases. "17531#~ "please use . instead if you meant to match all paths"17532#~ msgstr ""17533#~ "Leere Strings als Pfadspezifikationen werden in kommenden Releases "17534#~ "ungültig.\n"17535#~ "Bitte benutzen Sie stattdessen . wenn Sie alle Pfade meinen."1753617537#~ msgid "unable to open '%s' for writing"17538#~ msgstr "Konnte '%s' nicht zum Schreiben öffnen."1753917540#~ msgid "could not truncate '%s'"17541#~ msgstr "Konnte '%s' nicht abschneiden."1754217543#~ msgid "could not finish '%s'"17544#~ msgstr "Konnte '%s' nicht abschließen."1754517546#~ msgid "could not write to %s"17547#~ msgstr "Konnte nicht nach '%s' schreiben."1754817549#~ msgid "could not close %s"17550#~ msgstr "Konnte '%s' nicht schließen."1755117552#~ msgid "Copied a misnamed branch '%s' away"17553#~ msgstr "falsch benannten Branch '%s' wegkopiert"1755417555#~ msgid "it does not make sense to create 'HEAD' manually"17556#~ msgstr "'HEAD' darf nicht manuell erstellt werden"1755717558#~ msgid "Don't know how to clone %s"17559#~ msgstr "Weiß nicht wie %s zu klonen ist."1756017561#~ msgid "show ignored files"17562#~ msgstr "ignorierte Dateien anzeigen"1756317564#~ msgid "%s is not a valid '%s' object"17565#~ msgstr "%s ist kein gültiges '%s' Objekt"1756617567#~ msgid "Don't know how to fetch from %s"17568#~ msgstr "Weiß nicht wie von %s angefordert wird."1756917570#~ msgid "'$term' is not a valid term"17571#~ msgstr "'$term' ist kein gültiger Begriff"1757217573#~ msgid ""17574#~ "error: unknown option for 'stash save': $option\n"17575#~ " To provide a message, use git stash save -- '$option'"17576#~ msgstr ""17577#~ "Fehler: unbekannte Option für 'stash save': $option\n"17578#~ " Um eine Beschreibung anzugeben, benutzen Sie \"git stash save -- "17579#~ "'$option'\""1758017581#~ msgid "Failed to recurse into submodule path '$sm_path'"17582#~ msgstr "Fehler bei Rekursion in Submodul-Pfad '$sm_path'"1758317584#~ msgid "%%(trailers) does not take arguments"17585#~ msgstr "%%(trailers) akzeptiert keine Argumente"1758617587#~ msgid ""17588#~ "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"17589#~ " - $line"17590#~ msgstr ""17591#~ "Warnung: Der SHA-1 in der folgenden Zeile fehlt oder ist kein Commit:\n"17592#~ " - $line"1759317594#~ msgid ""17595#~ "Warning: the command isn't recognized in the following line:\n"17596#~ " - $line"17597#~ msgstr ""17598#~ "Warnung: Das Kommando in der folgenden Zeile wurde nicht erkannt:\n"17599#~ " - $line"1760017601#~ msgid "Or you can abort the rebase with 'git rebase --abort'."17602#~ msgstr "Oder Sie können den Rebase mit 'git rebase --abort' abbrechen."1760317604#~ msgid "submodule update strategy not supported for submodule '%s'"17605#~ msgstr ""17606#~ "Strategie zur Aktualisierung von Submodulen für Submodul '%s' nicht "17607#~ "unterstützt."1760817609#~ msgid "change upstream info"17610#~ msgstr "Informationen zum Upstream-Branch ändern"1761117612#~ msgid ""17613#~ "\n"17614#~ "If you wanted to make '%s' track '%s', do this:\n"17615#~ "\n"17616#~ msgstr ""17617#~ "\n"17618#~ "Wenn Sie wollten, dass '%s' den Branch '%s' als Upstream-Branch hat, "17619#~ "führen Sie aus:\n"1762017621#~ msgid "basename"17622#~ msgstr "Basisname"1762317624#~ msgid "prepend parent project's basename to output"17625#~ msgstr "Basisname des Elternprojektes an Ausgaben voranstellen"1762617627#~ msgid "Could not open file '%s'"17628#~ msgstr "Konnte Datei '%s' nicht öffnen"1762917630#~ msgid "in %0.1f seconds automatically..."17631#~ msgstr "Automatische Ausführung in %0.1f Sekunden ..."1763217633#~ msgid "dup2(%d,%d) failed"17634#~ msgstr "dup2(%d,%d) fehlgeschlagen"1763517636#~ msgid "Initial commit on "17637#~ msgstr "Initialer Commit auf "1763817639#~ msgid "Patch is empty. Was it split wrong?"17640#~ msgstr "Patch ist leer. War dessen Aufteilung falsch?"1764117642#~ msgid ""17643#~ "You still have unmerged paths in your index.\n"17644#~ "Did you forget to use 'git add'?"17645#~ msgstr ""17646#~ "Sie haben immer noch nicht zusammengeführte Pfade im Index.\n"17647#~ "Haben Sie vergessen 'git add' zu benutzen?"1764817649#~ msgid ""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?"17652#~ msgstr ""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?"1765617657#~ msgid "Explicit paths specified without -i or -o; assuming --only paths..."17658#~ msgstr "Explizite Pfade ohne -i oder -o angegeben; nehme --only an"1765917660#~ msgid "default mode for recursion"17661#~ msgstr "Standard-Modus für Rekursion"1766217663#~ msgid "submodule--helper subcommand must be called with a subcommand"17664#~ msgstr "submodule--helper muss mit einem Unterbefehl aufgerufen werden"1766517666#~ msgid "tag: tagging "17667#~ msgstr "tag: tagge "1766817669#~ msgid "object of unknown type"17670#~ msgstr "Art des Objektes unbekannt"1767117672#~ msgid "commit object"17673#~ msgstr "Commit-Objekt"1767417675#~ msgid "tree object"17676#~ msgstr "Tree-Objekt"1767717678#~ msgid "blob object"17679#~ msgstr "Blob-Objekt"1768017681#~ msgid "other tag object"17682#~ msgstr "anderes Tag-Objekt"1768317684#, fuzzy17685#~ msgid "Submodule '%s' cannot checkout new HEAD"17686#~ msgstr "Submodul '%s' kann Alternative nicht hinzufügen: %s"1768717688#~ msgid "insanely long object directory %.*s"17689#~ msgstr "zu langes Objekt-Verzeichnis %.*s"1769017691#~ msgid "tag name too long: %.*s..."17692#~ msgstr "Tagname zu lang: %.*s..."1769317694#~ msgid "tag header too big."17695#~ msgstr "Tag-Kopf zu groß."1769617697#~ msgid ""17698#~ "If the patch applies cleanly, the edited hunk will immediately be\n"17699#~ "marked for discarding"17700#~ msgstr ""17701#~ "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"17702#~ "Block\n"17703#~ "direkt als zum Verwerfen markiert."1770417705#~ msgid ""17706#~ "There is nothing to exclude from by :(exclude) patterns.\n"17707#~ "Perhaps you forgot to add either ':/' or '.' ?"17708#~ msgstr ""17709#~ ":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"17710#~ "Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"1771117712#~ msgid "unrecognized format: %%(%s)"17713#~ msgstr "nicht erkanntes Format: %%(%s)"1771417715#~ msgid ":strip= requires a positive integer argument"17716#~ msgstr ":strip= erfordert eine positive Ganzzahl als Argument"1771717718#~ msgid "ref '%s' does not have %ld components to :strip"17719#~ msgstr "Referenz '%s' hat keine %ld Komponenten für :strip"1772017721#~ msgid "unknown %.*s format %s"17722#~ msgstr "Unbekanntes %.*s Format %s"1772317724#~ msgid "[%s: gone]"17725#~ msgstr "[%s: entfernt]"1772617727#~ msgid "[%s]"17728#~ msgstr "[%s]"1772917730#~ msgid "[%s: behind %d]"17731#~ msgstr "[%s: %d hinterher]"1773217733#~ msgid "[%s: ahead %d]"17734#~ msgstr "[%s: %d voraus]"1773517736#~ msgid "[%s: ahead %d, behind %d]"17737#~ msgstr "[%s: %d voraus, %d hinterher]"1773817739#~ msgid " **** invalid ref ****"17740#~ msgstr " **** ungültige Referenz ****"1774117742#~ msgid "git merge [<options>] <msg> HEAD <commit>"17743#~ msgstr "git merge [<Optionen>] <Beschreibung> HEAD <Commit>"1774417745#~ msgid "cannot open file '%s'"17746#~ msgstr "Kann Datei '%s' nicht öffnen"1774717748#~ msgid "could not close file %s"17749#~ msgstr "Konnte Datei '%s' nicht schließen."1775017751#~ msgid "Use an experimental blank-line-based heuristic to improve diffs"17752#~ msgstr ""17753#~ "eine experimentelle, auf Leerzeilen basierende Heuristik zur "17754#~ "Verbesserung\n"17755#~ "der Darstellung von Unterschieden verwenden"1775617757#~ msgid "Clever... amending the last one with dirty index."17758#~ msgstr "Klug ... den letzten Commit mit einem geänderten Index nachbessern."1775917760#~ msgid ""17761#~ "the following submodule (or one of its nested submodules)\n"17762#~ "uses a .git directory:"17763#~ msgid_plural ""17764#~ "the following submodules (or one of their nested submodules)\n"17765#~ "use a .git directory:"17766#~ msgstr[0] ""17767#~ "das folgende Submodul (oder ein geschachteltes Submodul hiervon)\n"17768#~ "benutzt ein .git-Verzeichnis:"17769#~ msgstr[1] ""17770#~ "die folgenden Submodule (oder ein geschachteltes Submodul hiervon)\n"17771#~ "benutzen ein .git-Verzeichnis:"1777217773#~ msgid ""17774#~ "\n"17775#~ "(use 'rm -rf' if you really want to remove it including all of its "17776#~ "history)"17777#~ msgstr ""17778#~ "\n"17779#~ "(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"17780#~ "seiner Historie löschen möchten)"1778117782#~ msgid "Your local changes would be overwritten by cherry-pick."17783#~ msgstr ""17784#~ "Ihre lokalen Änderungen würden durch den Cherry-Pick überschrieben werden."1778517786#~ msgid "Cannot revert during another revert."17787#~ msgstr "Kann Revert nicht während eines anderen Reverts ausführen."1778817789#~ msgid "Cannot cherry-pick during another cherry-pick."17790#~ msgstr ""17791#~ "Kann Cherry-Pick nicht während eines anderen Cherry-Picks ausführen."1779217793#~ msgid "Could not parse line %d."17794#~ msgstr "Konnte Zeile %d nicht parsen."1779517796#~ msgid "Could not open %s"17797#~ msgstr "Konnte %s nicht öffnen"1779817799#~ msgid "Could not read %s."17800#~ msgstr "Konnte %s nicht lesen."1780117802#~ msgid "Could not format %s."17803#~ msgstr "Konnte %s nicht formatieren."1780417805#~ msgid "%s: %s"17806#~ msgstr "%s: %s"1780717808#~ msgid "cannot open %s: %s"17809#~ msgstr "Kann %s nicht öffnen: %s"1781017811#~ msgid "You need to set your committer info first"17812#~ msgstr "Sie müssen zuerst die Informationen zum Commit-Ersteller setzen."