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: 2017-07-24 21:54+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:58 21#, c-format 22msgid "hint: %.*s\n" 23msgstr "Hinweis: %.*s\n" 24 25#: advice.c:86 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:88 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:90 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:92 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:94 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:96 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:104 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:112 66msgid "Exiting because of an unresolved conflict." 67msgstr "Beende wegen unaufgelöstem Konflikt." 68 69#: advice.c:117 builtin/merge.c:1184 70msgid "You have not concluded your merge (MERGE_HEAD exists)." 71msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)." 72 73#: advice.c:119 74msgid "Please, commit your changes before merging." 75msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen." 76 77#: advice.c:120 78msgid "Exiting because of unfinished merge." 79msgstr "Beende wegen nicht abgeschlossenem Merge." 80 81#: advice.c:126 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 'lösgelö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:126 123msgid "--reject and --3way cannot be used together." 124msgstr "--reject und --3way können nicht gemeinsam verwendet werden." 125 126#: apply.c:128 127msgid "--cached and --3way cannot be used together." 128msgstr "--cached und --3way können nicht gemeinsam verwendet werden." 129 130#: apply.c:131 131msgid "--3way outside a repository" 132msgstr "" 133"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden." 134 135#: apply.c:142 136msgid "--index outside a repository" 137msgstr "" 138"Die Option --index kann nicht außerhalb eines Repositories verwendet werden." 139 140#: apply.c:145 141msgid "--cached outside a repository" 142msgstr "" 143"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden." 144 145#: apply.c:836 146#, c-format 147msgid "Cannot prepare timestamp regexp %s" 148msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten" 149 150#: apply.c:845 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:929 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:967 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:973 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:974 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:979 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:1008 185#, c-format 186msgid "invalid mode on line %d: %s" 187msgstr "Ungültiger Modus in Zeile %d: %s" 188 189#: apply.c:1326 190#, c-format 191msgid "inconsistent header lines %d and %d" 192msgstr "Inkonsistente Kopfzeilen %d und %d." 193 194#: apply.c:1498 195#, c-format 196msgid "recount: unexpected line: %.*s" 197msgstr "recount: unerwartete Zeile: %.*s" 198 199#: apply.c:1567 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:1587 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:1600 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:1770 227msgid "new file depends on old contents" 228msgstr "neue Datei hängt von alten Inhalten ab" 229 230#: apply.c:1772 231msgid "deleted file still has contents" 232msgstr "entfernte Datei hat noch Inhalte" 233 234#: apply.c:1806 235#, c-format 236msgid "corrupt patch at line %d" 237msgstr "fehlerhafter Patch bei Zeile %d" 238 239#: apply.c:1843 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:1845 245#, c-format 246msgid "deleted file %s still has contents" 247msgstr "entfernte Datei %s hat noch Inhalte" 248 249#: apply.c:1848 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:1995 255#, c-format 256msgid "corrupt binary patch at line %d: %.*s" 257msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s" 258 259#: apply.c:2032 260#, c-format 261msgid "unrecognized binary patch at line %d" 262msgstr "nicht erkannter Binär-Patch bei Zeile %d" 263 264#: apply.c:2193 265#, c-format 266msgid "patch with only garbage at line %d" 267msgstr "Patch mit nutzlosen Informationen bei Zeile %d" 268 269#: apply.c:2276 270#, c-format 271msgid "unable to read symlink %s" 272msgstr "konnte symbolische Verknüpfung %s nicht lesen" 273 274#: apply.c:2280 275#, c-format 276msgid "unable to open or read %s" 277msgstr "konnte %s nicht öffnen oder lesen" 278 279#: apply.c:2933 280#, c-format 281msgid "invalid start of line: '%c'" 282msgstr "Ungültiger Zeilenanfang: '%c'" 283 284#: apply.c:3052 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:3064 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:3070 298#, c-format 299msgid "" 300"while searching for:\n" 301"%.*s" 302msgstr "" 303"bei der Suche nach:\n" 304"%.*s" 305 306#: apply.c:3092 307#, c-format 308msgid "missing binary patch data for '%s'" 309msgstr "keine Daten in Binär-Patch für '%s'" 310 311#: apply.c:3100 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:3146 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:3156 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:3164 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:3182 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:3195 343#, c-format 344msgid "binary patch does not apply to '%s'" 345msgstr "Konnte Binär-Patch nicht auf '%s' anwenden" 346 347#: apply.c:3201 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:3222 354#, c-format 355msgid "patch failed: %s:%ld" 356msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld" 357 358#: apply.c:3344 359#, c-format 360msgid "cannot checkout %s" 361msgstr "kann %s nicht auschecken" 362 363#: apply.c:3392 apply.c:3403 apply.c:3449 setup.c:277 364#, c-format 365msgid "failed to read %s" 366msgstr "Fehler beim Lesen von %s" 367 368#: apply.c:3400 369#, c-format 370msgid "reading from '%s' beyond a symbolic link" 371msgstr "'%s' ist hinter einer symbolischen Verknüpfung" 372 373#: apply.c:3429 apply.c:3669 374#, c-format 375msgid "path %s has been renamed/deleted" 376msgstr "Pfad %s wurde umbenannt/gelöscht" 377 378#: apply.c:3512 apply.c:3683 379#, c-format 380msgid "%s: does not exist in index" 381msgstr "%s ist nicht im Index" 382 383#: apply.c:3521 apply.c:3691 384#, c-format 385msgid "%s: does not match index" 386msgstr "%s entspricht nicht der Version im Index" 387 388#: apply.c:3556 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:3559 395#, c-format 396msgid "Falling back to three-way merge...\n" 397msgstr "Falle zurück auf 3-Wege-Merge ...\n" 398 399#: apply.c:3575 apply.c:3579 400#, c-format 401msgid "cannot read the current contents of '%s'" 402msgstr "kann aktuelle Inhalte von '%s' nicht lesen" 403 404#: apply.c:3591 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:3605 410#, c-format 411msgid "Applied patch to '%s' with conflicts.\n" 412msgstr "Patch auf '%s' mit Konflikten angewendet.\n" 413 414#: apply.c:3610 415#, c-format 416msgid "Applied patch to '%s' cleanly.\n" 417msgstr "Patch auf '%s' sauber angewendet.\n" 418 419#: apply.c:3636 420msgid "removal patch leaves file contents" 421msgstr "Lösch-Patch hinterlässt Dateiinhalte" 422 423#: apply.c:3708 424#, c-format 425msgid "%s: wrong type" 426msgstr "%s: falscher Typ" 427 428#: apply.c:3710 429#, c-format 430msgid "%s has type %o, expected %o" 431msgstr "%s ist vom Typ %o, erwartete %o" 432 433#: apply.c:3860 apply.c:3862 434#, c-format 435msgid "invalid path '%s'" 436msgstr "Ungültiger Pfad '%s'" 437 438#: apply.c:3918 439#, c-format 440msgid "%s: already exists in index" 441msgstr "%s ist bereits bereitgestellt" 442 443#: apply.c:3921 444#, c-format 445msgid "%s: already exists in working directory" 446msgstr "%s existiert bereits im Arbeitsverzeichnis" 447 448#: apply.c:3941 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:3946 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:3966 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:3970 464#, c-format 465msgid "%s: patch does not apply" 466msgstr "%s: Patch konnte nicht angewendet werden" 467 468#: apply.c:3985 469#, c-format 470msgid "Checking patch %s..." 471msgstr "Prüfe Patch %s ..." 472 473#: apply.c:4076 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:4083 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:4086 484#, c-format 485msgid "sha1 information is lacking or useless (%s)." 486msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)." 487 488#: apply.c:4091 builtin/checkout.c:235 builtin/reset.c:138 489#, c-format 490msgid "make_cache_entry failed for path '%s'" 491msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen" 492 493#: apply.c:4095 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:4105 499#, c-format 500msgid "could not write temporary index to %s" 501msgstr "konnte temporären Index nicht nach %s schreiben" 502 503#: apply.c:4243 504#, c-format 505msgid "unable to remove %s from index" 506msgstr "konnte %s nicht aus dem Index entfernen" 507 508#: apply.c:4278 509#, c-format 510msgid "corrupt patch for submodule %s" 511msgstr "fehlerhafter Patch für Submodul %s" 512 513#: apply.c:4284 514#, c-format 515msgid "unable to stat newly created file '%s'" 516msgstr "konnte neu erstellte Datei '%s' nicht lesen" 517 518#: apply.c:4292 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:4298 apply.c:4442 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:4339 529#, c-format 530msgid "failed to write to '%s'" 531msgstr "Fehler beim Schreiben nach '%s'" 532 533#: apply.c:4343 534#, c-format 535msgid "closing file '%s'" 536msgstr "schließe Datei '%s'" 537 538#: apply.c:4413 539#, c-format 540msgid "unable to write file '%s' mode %o" 541msgstr "konnte Datei '%s' mit Modus %o nicht schreiben" 542 543#: apply.c:4511 544#, c-format 545msgid "Applied patch %s cleanly." 546msgstr "Patch %s sauber angewendet" 547 548#: apply.c:4519 549msgid "internal error" 550msgstr "interner Fehler" 551 552#: apply.c:4522 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:4533 560#, c-format 561msgid "truncating .rej filename to %.*s.rej" 562msgstr "Verkürze Name von .rej Datei zu %.*s.rej" 563 564#: apply.c:4541 builtin/fetch.c:738 builtin/fetch.c:988 565#, c-format 566msgid "cannot open %s" 567msgstr "kann '%s' nicht öffnen" 568 569#: apply.c:4555 570#, c-format 571msgid "Hunk #%d applied cleanly." 572msgstr "Patch-Bereich #%d sauber angewendet." 573 574#: apply.c:4559 575#, c-format 576msgid "Rejected hunk #%d." 577msgstr "Patch-Block #%d zurückgewiesen." 578 579#: apply.c:4669 580#, c-format 581msgid "Skipped patch '%s'." 582msgstr "Patch '%s' ausgelassen." 583 584#: apply.c:4677 585msgid "unrecognized input" 586msgstr "nicht erkannte Eingabe" 587 588#: apply.c:4696 589msgid "unable to read index file" 590msgstr "Konnte Index-Datei nicht lesen" 591 592#: apply.c:4833 593#, c-format 594msgid "can't open patch '%s': %s" 595msgstr "kann Patch '%s' nicht öffnen: %s" 596 597#: apply.c:4860 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:4866 apply.c:4881 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:4874 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:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391 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:2257 builtin/am.c:2260 623#: builtin/clone.c:115 builtin/fetch.c:93 builtin/pull.c:187 624#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629 625#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973 626#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161 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:2266 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:4949 690msgid "also apply the patch (use with --stat/--summary/--check)" 691msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)" 692 693#: apply.c:4951 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:4953 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:4956 builtin/checkout-index.c:170 builtin/ls-files.c:515 704msgid "paths are separated with NUL character" 705msgstr "Pfade sind getrennt durch NUL Zeichen" 706 707#: apply.c:4958 708msgid "ensure at least <n> lines of context match" 709msgstr "" 710"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen" 711 712#: apply.c:4959 builtin/am.c:2245 713msgid "action" 714msgstr "Aktion" 715 716#: apply.c:4960 717msgid "detect new or modified lines that have whitespace errors" 718msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln" 719 720#: apply.c:4963 apply.c:4966 721msgid "ignore changes in whitespace when finding context" 722msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren" 723 724#: apply.c:4969 725msgid "apply the patch in reverse" 726msgstr "den Patch in umgekehrter Reihenfolge anwenden" 727 728#: apply.c:4971 729msgid "don't expect at least one line of context" 730msgstr "keinen Kontext erwarten" 731 732#: apply.c:4973 733msgid "leave the rejected hunks in corresponding *.rej files" 734msgstr "" 735"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen" 736 737#: apply.c:4975 738msgid "allow overlapping hunks" 739msgstr "sich überlappende Patch-Blöcke erlauben" 740 741#: apply.c:4976 builtin/add.c:270 builtin/check-ignore.c:21 742#: builtin/commit.c:1340 builtin/count-objects.c:95 builtin/fsck.c:651 743#: builtin/log.c:1877 builtin/mv.c:123 builtin/read-tree.c:125 744msgid "be verbose" 745msgstr "erweiterte Ausgaben" 746 747#: apply.c:4978 748msgid "tolerate incorrectly detected missing new-line at the end of file" 749msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren" 750 751#: apply.c:4981 752msgid "do not trust the line counts in the hunk headers" 753msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen" 754 755#: apply.c:4983 builtin/am.c:2254 756msgid "root" 757msgstr "Wurzelverzeichnis" 758 759#: apply.c:4984 760msgid "prepend <root> to all filenames" 761msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen" 762 763#: archive.c:13 764msgid "git archive [<options>] <tree-ish> [<path>...]" 765msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]" 766 767#: archive.c:14 768msgid "git archive --list" 769msgstr "git archive --list" 770 771#: archive.c:15 772msgid "" 773"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 774msgstr "" 775"git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-" 776"Referenz> [<Pfad>...]" 777 778#: archive.c:16 779msgid "git archive --remote <repo> [--exec <cmd>] --list" 780msgstr "git archive --remote <Repository> [--exec <Programm>] --list" 781 782#: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300 783#, c-format 784msgid "pathspec '%s' did not match any files" 785msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein" 786 787#: archive.c:418 788msgid "fmt" 789msgstr "Format" 790 791#: archive.c:418 792msgid "archive format" 793msgstr "Archivformat" 794 795#: archive.c:419 builtin/log.c:1446 796msgid "prefix" 797msgstr "Präfix" 798 799#: archive.c:420 800msgid "prepend prefix to each pathname in the archive" 801msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen" 802 803#: archive.c:421 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61 804#: builtin/fast-export.c:989 builtin/fast-export.c:991 builtin/grep.c:1080 805#: builtin/hash-object.c:102 builtin/ls-files.c:549 builtin/ls-files.c:552 806#: builtin/notes.c:404 builtin/notes.c:567 builtin/read-tree.c:120 807#: parse-options.h:153 808msgid "file" 809msgstr "Datei" 810 811#: archive.c:422 builtin/archive.c:89 812msgid "write the archive to this file" 813msgstr "das Archiv in diese Datei schreiben" 814 815#: archive.c:424 816msgid "read .gitattributes in working directory" 817msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen" 818 819#: archive.c:425 820msgid "report archived files on stderr" 821msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben" 822 823#: archive.c:426 824msgid "store only" 825msgstr "nur speichern" 826 827#: archive.c:427 828msgid "compress faster" 829msgstr "schneller komprimieren" 830 831#: archive.c:435 832msgid "compress better" 833msgstr "besser komprimieren" 834 835#: archive.c:438 836msgid "list supported archive formats" 837msgstr "unterstützte Archivformate auflisten" 838 839#: archive.c:440 builtin/archive.c:90 builtin/clone.c:105 builtin/clone.c:108 840#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982 841msgid "repo" 842msgstr "Repository" 843 844#: archive.c:441 builtin/archive.c:91 845msgid "retrieve the archive from remote repository <repo>" 846msgstr "Archiv vom Remote-Repository <Repository> abrufen" 847 848#: archive.c:442 builtin/archive.c:92 builtin/notes.c:488 849msgid "command" 850msgstr "Programm" 851 852#: archive.c:443 builtin/archive.c:93 853msgid "path to the remote git-upload-archive command" 854msgstr "Pfad zum externen \"git-upload-archive\"-Programm" 855 856#: archive.c:450 857msgid "Unexpected option --remote" 858msgstr "Unerwartete Option --remote" 859 860#: archive.c:452 861msgid "Option --exec can only be used together with --remote" 862msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden." 863 864#: archive.c:454 865msgid "Unexpected option --output" 866msgstr "Unerwartete Option --output" 867 868#: archive.c:476 869#, c-format 870msgid "Unknown archive format '%s'" 871msgstr "Unbekanntes Archivformat '%s'" 872 873#: archive.c:483 874#, c-format 875msgid "Argument not supported for format '%s': -%d" 876msgstr "Argument für Format '%s' nicht unterstützt: -%d" 877 878#: attr.c:214 879#, c-format 880msgid "%.*s is not a valid attribute name" 881msgstr "%.*s ist kein gültiger Attributname" 882 883#: attr.c:410 884msgid "" 885"Negative patterns are ignored in git attributes\n" 886"Use '\\!' for literal leading exclamation." 887msgstr "" 888"Verneinende Muster werden in Git-Attributen ignoriert.\n" 889"Benutzen Sie '\\!' für führende Ausrufezeichen." 890 891#: bisect.c:447 892#, c-format 893msgid "Badly quoted content in file '%s': %s" 894msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s" 895 896#: bisect.c:655 897#, c-format 898msgid "We cannot bisect more!\n" 899msgstr "Keine binäre Suche mehr möglich!\n" 900 901#: bisect.c:708 902#, c-format 903msgid "Not a valid commit name %s" 904msgstr "%s ist kein gültiger Commit-Name" 905 906#: bisect.c:732 907#, c-format 908msgid "" 909"The merge base %s is bad.\n" 910"This means the bug has been fixed between %s and [%s].\n" 911msgstr "" 912"Die Merge-Basis %s ist fehlerhaft.\n" 913"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n" 914 915#: bisect.c:737 916#, c-format 917msgid "" 918"The merge base %s is new.\n" 919"The property has changed between %s and [%s].\n" 920msgstr "" 921"Die Merge-Basis %s ist neu.\n" 922"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n" 923 924#: bisect.c:742 925#, c-format 926msgid "" 927"The merge base %s is %s.\n" 928"This means the first '%s' commit is between %s and [%s].\n" 929msgstr "" 930"Die Merge-Basis %s ist %s.\n" 931"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n" 932 933#: bisect.c:750 934#, c-format 935msgid "" 936"Some %s revs are not ancestors of the %s rev.\n" 937"git bisect cannot work properly in this case.\n" 938"Maybe you mistook %s and %s revs?\n" 939msgstr "" 940"Manche %s Commits sind keine Vorgänger des %s Commits.\n" 941"git bisect kann in diesem Fall nicht richtig arbeiten.\n" 942"Vielleicht verwechselten Sie %s und %s Commits?\n" 943 944#: bisect.c:763 945#, c-format 946msgid "" 947"the merge base between %s and [%s] must be skipped.\n" 948"So we cannot be sure the first %s commit is between %s and %s.\n" 949"We continue anyway." 950msgstr "" 951"Die Merge-Basis zwischen %s und [%s] muss ausgelassen werden.\n" 952"Es kann daher nicht sichergestellt werden, dass sich der\n" 953"erste %s Commit zwischen %s und %s befindet.\n" 954"Es wird dennoch fortgesetzt." 955 956#: bisect.c:798 957#, c-format 958msgid "Bisecting: a merge base must be tested\n" 959msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n" 960 961#: bisect.c:849 962#, c-format 963msgid "a %s revision is needed" 964msgstr "ein %s Commit wird benötigt" 965 966#: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256 967#, c-format 968msgid "could not create file '%s'" 969msgstr "konnte Datei '%s' nicht erstellen" 970 971#: bisect.c:917 972#, c-format 973msgid "could not read file '%s'" 974msgstr "Konnte Datei '%s' nicht lesen" 975 976#: bisect.c:947 977msgid "reading bisect refs failed" 978msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen" 979 980#: bisect.c:967 981#, c-format 982msgid "%s was both %s and %s\n" 983msgstr "%s war sowohl %s als auch %s\n" 984 985#: bisect.c:975 986#, c-format 987msgid "" 988"No testable commit found.\n" 989"Maybe you started with bad path parameters?\n" 990msgstr "" 991"Kein testbarer Commit gefunden.\n" 992"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n" 993 994#: bisect.c:994 995#, c-format 996msgid "(roughly %d step)" 997msgid_plural "(roughly %d steps)" 998msgstr[0] "(ungefähr %d Schritt)" 999msgstr[1] "(ungefähr %d Schritte)"10001001#. TRANSLATORS: the last %s will be replaced with "(roughly %d1002#. steps)" translation.1003#.1004#: bisect.c:10001005#, c-format1006msgid "Bisecting: %d revision left to test after this %s\n"1007msgid_plural "Bisecting: %d revisions left to test after this %s\n"1008msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"1009msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"10101011#: blame.c:17571012msgid "--contents and --reverse do not blend well."1013msgstr "--contents und --reverse funktionieren gemeinsam nicht."10141015#: blame.c:17681016msgid "cannot use --contents with final commit object name"1017msgstr ""1018"kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"10191020#: blame.c:17881021msgid "--reverse and --first-parent together require specified latest commit"1022msgstr ""1023"--reverse und --first-parent zusammen erfordern die Angabe eines "1024"endgültigen\n"1025"Commits"10261027#: blame.c:1797 bundle.c:164 ref-filter.c:1919 sequencer.c:11661028#: sequencer.c:2328 builtin/commit.c:1058 builtin/log.c:356 builtin/log.c:9071029#: builtin/log.c:1357 builtin/log.c:1683 builtin/log.c:1926 builtin/merge.c:3601030#: builtin/shortlog.c:1771031msgid "revision walk setup failed"1032msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"10331034#: blame.c:18151035msgid ""1036"--reverse --first-parent together require range along first-parent chain"1037msgstr ""1038"--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n"1039"\"first-parent\"-Kette"10401041#: blame.c:18261042#, c-format1043msgid "no such path %s in %s"1044msgstr "Pfad %s nicht in %s"10451046#: blame.c:18371047#, c-format1048msgid "cannot read blob %s for path %s"1049msgstr "kann Blob %s für Pfad '%s' nicht lesen"10501051#: branch.c:531052#, c-format1053msgid ""1054"\n"1055"After fixing the error cause you may try to fix up\n"1056"the remote tracking information by invoking\n"1057"\"git branch --set-upstream-to=%s%s%s\"."1058msgstr ""1059"\n"1060"Nachdem Sie die Fehlerursache behoben haben, können Sie\n"1061"die Tracking-Informationen mit\n"1062"\"git branch --set-upstream-to=%s%s%s\"\n"1063"erneut setzen."10641065#: branch.c:671066#, c-format1067msgid "Not setting branch %s as its own upstream."1068msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein."10691070#: branch.c:931071#, c-format1072msgid "Branch %s set up to track remote branch %s from %s by rebasing."1073msgstr ""1074"Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s durch Rebase."10751076#: branch.c:941077#, c-format1078msgid "Branch %s set up to track remote branch %s from %s."1079msgstr "Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s."10801081#: branch.c:981082#, c-format1083msgid "Branch %s set up to track local branch %s by rebasing."1084msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s durch Rebase."10851086#: branch.c:991087#, c-format1088msgid "Branch %s set up to track local branch %s."1089msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s."10901091#: branch.c:1041092#, c-format1093msgid "Branch %s set up to track remote ref %s by rebasing."1094msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s durch Rebase."10951096#: branch.c:1051097#, c-format1098msgid "Branch %s set up to track remote ref %s."1099msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s."11001101#: branch.c:1091102#, c-format1103msgid "Branch %s set up to track local ref %s by rebasing."1104msgstr ""1105"Branch %s konfiguriert zum Folgen von lokaler Referenz %s durch Rebase."11061107#: branch.c:1101108#, c-format1109msgid "Branch %s set up to track local ref %s."1110msgstr "Branch %s konfiguriert zum Folgen von 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:1851124#, c-format1125msgid "'%s' is not a valid branch name."1126msgstr "'%s' ist kein gültiger Branchname."11271128#: branch.c:1901129#, c-format1130msgid "A branch named '%s' already exists."1131msgstr "Branch '%s' existiert bereits."11321133#: branch.c:1981134msgid "Cannot force update the current branch."1135msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."11361137#: branch.c:2181138#, 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:2201145#, c-format1146msgid "the requested upstream branch '%s' does not exist"1147msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"11481149#: branch.c:2221150msgid ""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:2651171#, c-format1172msgid "Not a valid object name: '%s'."1173msgstr "Ungültiger Objekt-Name: '%s'"11741175#: branch.c:2851176#, c-format1177msgid "Ambiguous object name: '%s'."1178msgstr "mehrdeutiger Objekt-Name: '%s'"11791180#: branch.c:2901181#, c-format1182msgid "Not a valid branch point: '%s'."1183msgstr "Ungültiger Branchpunkt: '%s'"11841185#: branch.c:3441186#, c-format1187msgid "'%s' is already checked out at '%s'"1188msgstr "'%s' ist bereits in '%s' ausgecheckt"11891190#: branch.c:3661191#, 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:1344 sequencer.c:1770 builtin/commit.c:7781206#, c-format1207msgid "could not open '%s'"1208msgstr "Konnte '%s' nicht öffnen"12091210#: bundle.c:1401211msgid "Repository lacks these prerequisite commits:"1212msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"12131214#: bundle.c:1861215#, 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:1931222msgid "The bundle records a complete history."1223msgstr "Das Paket speichert eine komplette Historie."12241225#: bundle.c:1951226#, 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:2541233msgid "Could not spawn pack-objects"1234msgstr "Konnte Paketobjekte nicht erstellen"12351236#: bundle.c:2651237msgid "pack-objects died"1238msgstr "Erstellung der Paketobjekte abgebrochen"12391240#: bundle.c:3071241msgid "rev-list died"1242msgstr "\"rev-list\" abgebrochen"12431244#: bundle.c:3561245#, c-format1246msgid "ref '%s' is excluded by the rev-list options"1247msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"12481249#: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:2821250#, c-format1251msgid "unrecognized argument: %s"1252msgstr "nicht erkanntes Argument: %s"12531254#: bundle.c:4541255msgid "Refusing to create empty bundle."1256msgstr "Erstellung eines leeren Pakets zurückgewiesen."12571258#: bundle.c:4661259#, c-format1260msgid "cannot create '%s'"1261msgstr "kann '%s' nicht erstellen"12621263#: bundle.c:4941264msgid "index-pack died"1265msgstr "Erstellung der Paketindexdatei abgebrochen"12661267#: color.c:3011268#, c-format1269msgid "invalid color value: %.*s"1270msgstr "Ungültiger Farbwert: %.*s"12711272#: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:4561273#: builtin/am.c:1469 builtin/am.c:21071274#, 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:15111284msgid ""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:406 compat/obstack.c:4081296msgid "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:1084 config.c:10951392#, c-format1393msgid "bad zlib compression level %d"1394msgstr "ungültiger zlib Komprimierungsgrad %d"13951396#: config.c:12121397#, c-format1398msgid "invalid mode for object creation: %s"1399msgstr "Ungültiger Modus für Objekterstellung: %s"14001401#: config.c:13681402#, c-format1403msgid "bad pack compression level %d"1404msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"14051406#: config.c:15641407msgid "unable to parse command-line config"1408msgstr ""1409"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."14101411#: config.c:18941412msgid "unknown error occurred while reading the configuration files"1413msgstr ""1414"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."14151416#: config.c:20641417#, c-format1418msgid "Invalid %s: '%s'"1419msgstr "Ungültiger %s: '%s'"14201421#: config.c:20851422#, c-format1423msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1424msgstr ""1425"Unbekannter Wert '%s' in core.untrackedCache; benutze Standardwert 'keep'"14261427#: config.c:21111428#, c-format1429msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1430msgstr ""1431"Der Wert '%d' von splitIndex.maxPercentChange sollte zwischen 0 und 100 "1432"liegen."14331434#: config.c:21221435#, c-format1436msgid "unable to parse '%s' from command-line config"1437msgstr ""1438"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"1439"nicht parsen."14401441#: config.c:21241442#, c-format1443msgid "bad config variable '%s' in file '%s' at line %d"1444msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"14451446#: config.c:21831447#, c-format1448msgid "%s has multiple values"1449msgstr "%s hat mehrere Werte"14501451#: config.c:2517 config.c:27451452#, c-format1453msgid "fstat on %s failed"1454msgstr "fstat auf %s fehlgeschlagen"14551456#: config.c:26351457#, c-format1458msgid "could not set '%s' to '%s'"1459msgstr "Konnte '%s' nicht zu '%s' setzen."14601461#: config.c:2637 builtin/remote.c:7751462#, c-format1463msgid "could not unset '%s'"1464msgstr "Konnte '%s' nicht aufheben."14651466#: connect.c:501467msgid "The remote end hung up upon initial contact"1468msgstr "Die Gegenseite hat nach dem ersten Kontakt abgebrochen."14691470#: connect.c:521471msgid ""1472"Could not read from remote repository.\n"1473"\n"1474"Please make sure you have the correct access rights\n"1475"and the repository exists."1476msgstr ""1477"Konnte nicht vom Remote-Repository lesen.\n"1478"\n"1479"Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen "1480"bestehen\n"1481"und das Repository existiert."14821483#: connected.c:63 builtin/fsck.c:191 builtin/prune.c:1411484msgid "Checking connectivity"1485msgstr "Prüfe Konnektivität"14861487#: connected.c:751488msgid "Could not run 'git rev-list'"1489msgstr "Konnte 'git rev-list' nicht ausführen"14901491#: connected.c:951492msgid "failed write to rev-list"1493msgstr "Fehler beim Schreiben nach rev-list"14941495#: connected.c:1021496msgid "failed to close rev-list's stdin"1497msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"14981499#: convert.c:2051500#, c-format1501msgid ""1502"CRLF will be replaced by LF in %s.\n"1503"The file will have its original line endings in your working directory."1504msgstr ""1505"CRLF wird in %s durch LF ersetzt.\n"1506"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "1507"behalten."15081509#: convert.c:2091510#, c-format1511msgid "CRLF would be replaced by LF in %s."1512msgstr "CRLF würde in %s durch LF ersetzt werden."15131514#: convert.c:2151515#, c-format1516msgid ""1517"LF will be replaced by CRLF in %s.\n"1518"The file will have its original line endings in your working directory."1519msgstr ""1520"LF wird in %s durch CRLF ersetzt.\n"1521"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "1522"behalten."15231524#: convert.c:2191525#, c-format1526msgid "LF would be replaced by CRLF in %s"1527msgstr "LF würde in %s durch CRLF ersetzt werden."15281529#: date.c:1161530msgid "in the future"1531msgstr "in der Zukunft"15321533#: date.c:1221534#, c-format1535msgid "%<PRIuMAX> second ago"1536msgid_plural "%<PRIuMAX> seconds ago"1537msgstr[0] "vor %<PRIuMAX> Sekunde"1538msgstr[1] "vor %<PRIuMAX> Sekunden"15391540#: date.c:1291541#, c-format1542msgid "%<PRIuMAX> minute ago"1543msgid_plural "%<PRIuMAX> minutes ago"1544msgstr[0] "vor %<PRIuMAX> Minute"1545msgstr[1] "vor %<PRIuMAX> Minuten"15461547#: date.c:1361548#, c-format1549msgid "%<PRIuMAX> hour ago"1550msgid_plural "%<PRIuMAX> hours ago"1551msgstr[0] "vor %<PRIuMAX> Stunde"1552msgstr[1] "vor %<PRIuMAX> Stunden"15531554#: date.c:1431555#, c-format1556msgid "%<PRIuMAX> day ago"1557msgid_plural "%<PRIuMAX> days ago"1558msgstr[0] "vor %<PRIuMAX> Tag"1559msgstr[1] "vor %<PRIuMAX> Tagen"15601561#: date.c:1491562#, c-format1563msgid "%<PRIuMAX> week ago"1564msgid_plural "%<PRIuMAX> weeks ago"1565msgstr[0] "vor %<PRIuMAX> Woche"1566msgstr[1] "vor %<PRIuMAX> Wochen"15671568#: date.c:1561569#, c-format1570msgid "%<PRIuMAX> month ago"1571msgid_plural "%<PRIuMAX> months ago"1572msgstr[0] "vor %<PRIuMAX> Monat"1573msgstr[1] "vor %<PRIuMAX> Monaten"15741575#: date.c:1671576#, c-format1577msgid "%<PRIuMAX> year"1578msgid_plural "%<PRIuMAX> years"1579msgstr[0] "vor %<PRIuMAX> Jahr"1580msgstr[1] "vor %<PRIuMAX> Jahren"15811582#. TRANSLATORS: "%s" is "<n> years"1583#: date.c:1701584#, c-format1585msgid "%s, %<PRIuMAX> month ago"1586msgid_plural "%s, %<PRIuMAX> months ago"1587msgstr[0] "%s, und %<PRIuMAX> Monat"1588msgstr[1] "%s, und %<PRIuMAX> Monaten"15891590#: date.c:175 date.c:1801591#, c-format1592msgid "%<PRIuMAX> year ago"1593msgid_plural "%<PRIuMAX> years ago"1594msgstr[0] "vor %<PRIuMAX> Jahr"1595msgstr[1] "vor %<PRIuMAX> Jahren"15961597#: diffcore-order.c:241598#, c-format1599msgid "failed to read orderfile '%s'"1600msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."16011602#: diffcore-rename.c:5361603msgid "Performing inexact rename detection"1604msgstr "Führe Erkennung für ungenaue Umbenennung aus"16051606#: diff.c:631607#, c-format1608msgid "option '%s' requires a value"1609msgstr "Option '%s' erfordert einen Wert."16101611#: diff.c:1251612#, c-format1613msgid " Failed to parse dirstat cut-off percentage '%s'\n"1614msgstr ""1615" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n"16161617#: diff.c:1301618#, c-format1619msgid " Unknown dirstat parameter '%s'\n"1620msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"16211622#: diff.c:2821623#, c-format1624msgid "Unknown value for 'diff.submodule' config variable: '%s'"1625msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"16261627#: diff.c:3421628#, c-format1629msgid ""1630"Found errors in 'diff.dirstat' config variable:\n"1631"%s"1632msgstr ""1633"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"1634"%s"16351636#: diff.c:31011637#, c-format1638msgid "external diff died, stopping at %s"1639msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"16401641#: diff.c:34271642msgid "--name-only, --name-status, --check and -s are mutually exclusive"1643msgstr ""1644"--name-only, --name-status, --check und -s schließen sich gegenseitig aus"16451646#: diff.c:35171647msgid "--follow requires exactly one pathspec"1648msgstr "--follow erfordert genau eine Pfadspezifikation"16491650#: diff.c:36801651#, c-format1652msgid ""1653"Failed to parse --dirstat/-X option parameter:\n"1654"%s"1655msgstr ""1656"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"1657"%s"16581659#: diff.c:36941660#, c-format1661msgid "Failed to parse --submodule option parameter: '%s'"1662msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"16631664#: diff.c:47161665msgid "inexact rename detection was skipped due to too many files."1666msgstr ""1667"Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"1668"übersprungen."16691670#: diff.c:47191671msgid "only found copies from modified paths due to too many files."1672msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"16731674#: diff.c:47221675#, c-format1676msgid ""1677"you may want to set your %s variable to at least %d and retry the command."1678msgstr ""1679"Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"1680"erneut versuchen."16811682#: dir.c:19481683msgid "failed to get kernel name and information"1684msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"16851686#: dir.c:20671687msgid "Untracked cache is disabled on this system or location."1688msgstr ""1689"Cache für unversionierte Dateien ist auf diesem System oder\n"1690"für dieses Verzeichnis deaktiviert."16911692#: dir.c:2846 dir.c:28511693#, c-format1694msgid "could not create directories for %s"1695msgstr "Konnte Verzeichnisse für '%s' nicht erstellen."16961697#: dir.c:28761698#, c-format1699msgid "could not migrate git directory from '%s' to '%s'"1700msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."17011702#: entry.c:2811703#, c-format1704msgid "could not stat file '%s'"1705msgstr "konnte Datei '%s' nicht lesen"17061707#: fetch-pack.c:2511708msgid "git fetch-pack: expected shallow list"1709msgstr "git fetch-pack: erwartete shallow-Liste"17101711#: fetch-pack.c:2631712msgid "git fetch-pack: expected ACK/NAK, got EOF"1713msgstr "git fetch-pack: ACK/NAK erwartet, EOF bekommen"17141715#: fetch-pack.c:282 builtin/archive.c:631716#, c-format1717msgid "remote error: %s"1718msgstr "Fehler am anderen Ende: %s"17191720#: fetch-pack.c:2831721#, c-format1722msgid "git fetch-pack: expected ACK/NAK, got '%s'"1723msgstr "git fetch-pack: ACK/NAK erwartet, '%s' bekommen"17241725#: fetch-pack.c:3351726msgid "--stateless-rpc requires multi_ack_detailed"1727msgstr "--stateless-rpc benötigt multi_ack_detailed"17281729#: fetch-pack.c:4211730#, c-format1731msgid "invalid shallow line: %s"1732msgstr "Ungültige shallow-Zeile: %s"17331734#: fetch-pack.c:4271735#, c-format1736msgid "invalid unshallow line: %s"1737msgstr "Ungültige unshallow-Zeile: %s"17381739#: fetch-pack.c:4291740#, c-format1741msgid "object not found: %s"1742msgstr "Objekt nicht gefunden: %s"17431744#: fetch-pack.c:4321745#, c-format1746msgid "error in object: %s"1747msgstr "Fehler in Objekt: %s"17481749#: fetch-pack.c:4341750#, c-format1751msgid "no shallow found: %s"1752msgstr "Kein shallow-Objekt gefunden: %s"17531754#: fetch-pack.c:4371755#, c-format1756msgid "expected shallow/unshallow, got %s"1757msgstr "shallow/unshallow erwartet, %s bekommen"17581759#: fetch-pack.c:4761760#, c-format1761msgid "got %s %d %s"1762msgstr "%s %d %s bekommen"17631764#: fetch-pack.c:4901765#, c-format1766msgid "invalid commit %s"1767msgstr "Ungültiger Commit %s"17681769#: fetch-pack.c:5231770msgid "giving up"1771msgstr "Gebe auf"17721773#: fetch-pack.c:533 progress.c:2371774msgid "done"1775msgstr "Fertig"17761777#: fetch-pack.c:5451778#, c-format1779msgid "got %s (%d) %s"1780msgstr "%s (%d) %s bekommen"17811782#: fetch-pack.c:5911783#, c-format1784msgid "Marking %s as complete"1785msgstr "Markiere %s als vollständig"17861787#: fetch-pack.c:7751788#, c-format1789msgid "already have %s (%s)"1790msgstr "habe %s (%s) bereits"17911792#: fetch-pack.c:8131793msgid "fetch-pack: unable to fork off sideband demultiplexer"1794msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"17951796#: fetch-pack.c:8211797msgid "protocol error: bad pack header"1798msgstr "Protokollfehler: ungültiger Pack-Header"17991800#: fetch-pack.c:8771801#, c-format1802msgid "fetch-pack: unable to fork off %s"1803msgstr "fetch-pack: konnte %s nicht starten"18041805#: fetch-pack.c:8931806#, c-format1807msgid "%s failed"1808msgstr "%s fehlgeschlagen"18091810#: fetch-pack.c:8951811msgid "error in sideband demultiplexer"1812msgstr "Fehler in sideband demultiplexer"18131814#: fetch-pack.c:9221815msgid "Server does not support shallow clients"1816msgstr "Server unterstützt keine shallow-Clients"18171818#: fetch-pack.c:9261819msgid "Server supports multi_ack_detailed"1820msgstr "Server unterstützt multi_ack_detailed"18211822#: fetch-pack.c:9291823msgid "Server supports no-done"1824msgstr "Server unterstützt no-done"18251826#: fetch-pack.c:9351827msgid "Server supports multi_ack"1828msgstr "Server unterstützt multi_ack"18291830#: fetch-pack.c:9391831msgid "Server supports side-band-64k"1832msgstr "Server unterstützt side-band-64k"18331834#: fetch-pack.c:9431835msgid "Server supports side-band"1836msgstr "Server unterstützt side-band"18371838#: fetch-pack.c:9471839msgid "Server supports allow-tip-sha1-in-want"1840msgstr "Server unterstützt allow-tip-sha1-in-want"18411842#: fetch-pack.c:9511843msgid "Server supports allow-reachable-sha1-in-want"1844msgstr "Server unterstützt allow-reachable-sha1-in-want"18451846#: fetch-pack.c:9611847msgid "Server supports ofs-delta"1848msgstr "Server unterstützt ofs-delta"18491850#: fetch-pack.c:9681851#, c-format1852msgid "Server version is %.*s"1853msgstr "Server-Version ist %.*s"18541855#: fetch-pack.c:9741856msgid "Server does not support --shallow-since"1857msgstr "Server unterstützt kein --shallow-since"18581859#: fetch-pack.c:9781860msgid "Server does not support --shallow-exclude"1861msgstr "Server unterstützt kein --shallow-exclude"18621863#: fetch-pack.c:9801864msgid "Server does not support --deepen"1865msgstr "Server unterstützt kein --deepen"18661867#: fetch-pack.c:9911868msgid "no common commits"1869msgstr "keine gemeinsamen Commits"18701871#: fetch-pack.c:10031872msgid "git fetch-pack: fetch failed."1873msgstr "git fetch-pack: Abholen fehlgeschlagen."18741875#: fetch-pack.c:11651876msgid "no matching remote head"1877msgstr "kein übereinstimmender Remote-Branch"18781879#: fetch-pack.c:11871880#, c-format1881msgid "no such remote ref %s"1882msgstr "keine solche Remote-Referenz %s"18831884#: fetch-pack.c:11901885#, c-format1886msgid "Server does not allow request for unadvertised object %s"1887msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."18881889#: gpg-interface.c:1811890msgid "gpg failed to sign the data"1891msgstr "gpg beim Signieren der Daten fehlgeschlagen"18921893#: gpg-interface.c:2111894msgid "could not create temporary file"1895msgstr "konnte temporäre Datei nicht erstellen"18961897#: gpg-interface.c:2131898#, c-format1899msgid "failed writing detached signature to '%s'"1900msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"19011902#: graph.c:971903#, c-format1904msgid "ignore invalid color '%.*s' in log.graphColors"1905msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"19061907#: grep.c:19811908#, c-format1909msgid "'%s': unable to read %s"1910msgstr "'%s': konnte %s nicht lesen"19111912#: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:1341913#, c-format1914msgid "failed to stat '%s'"1915msgstr "Konnte '%s' nicht lesen"19161917#: grep.c:20091918#, c-format1919msgid "'%s': short read"1920msgstr "'%s': read() zu kurz"19211922#: help.c:1791923#, c-format1924msgid "available git commands in '%s'"1925msgstr "Vorhandene Git-Befehle in '%s'"19261927#: help.c:1861928msgid "git commands available from elsewhere on your $PATH"1929msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"19301931#: help.c:2171932msgid "These are common Git commands used in various situations:"1933msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"19341935#: help.c:2811936#, c-format1937msgid ""1938"'%s' appears to be a git command, but we were not\n"1939"able to execute it. Maybe git-%s is broken?"1940msgstr ""1941"'%s' scheint ein git-Befehl zu sein, konnte aber\n"1942"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"19431944#: help.c:3361945msgid "Uh oh. Your system reports no Git commands at all."1946msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."19471948#: help.c:3581949#, c-format1950msgid "WARNING: You called a Git command named '%s', which does not exist."1951msgstr "WARNUNG: Sie haben Git-Befehl '%s' ausgeführt, welcher nicht existiert."19521953#: help.c:3631954#, c-format1955msgid "Continuing under the assumption that you meant '%s'."1956msgstr "Setze fort unter der Annahme, dass Sie '%s' meinten."19571958#: help.c:3681959#, c-format1960msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."1961msgstr "Setze in %0.1f Sekunden fort unter der Annahme, dass Sie '%s' meinten."19621963#: help.c:3761964#, c-format1965msgid "git: '%s' is not a git command. See 'git --help'."1966msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."19671968#: help.c:3801969msgid ""1970"\n"1971"The most similar command is"1972msgid_plural ""1973"\n"1974"The most similar commands are"1975msgstr[0] "\nDer ähnlichste Befehl ist"1976msgstr[1] "\nDie ähnlichsten Befehle sind"19771978#: help.c:3951979msgid "git version [<options>]"1980msgstr "git version [<Optionen>]"19811982#: help.c:4561983#, c-format1984msgid "%s: %s - %s"1985msgstr "%s: %s - %s"19861987#: help.c:4601988msgid ""1989"\n"1990"Did you mean this?"1991msgid_plural ""1992"\n"1993"Did you mean one of these?"1994msgstr[0] ""1995"\n"1996"Haben Sie das gemeint?"1997msgstr[1] ""1998"\n"1999"Haben Sie eines von diesen gemeint?"20002001#: ident.c:3422002msgid ""2003"\n"2004"*** Please tell me who you are.\n"2005"\n"2006"Run\n"2007"\n"2008" git config --global user.email \"you@example.com\"\n"2009" git config --global user.name \"Your Name\"\n"2010"\n"2011"to set your account's default identity.\n"2012"Omit --global to set the identity only in this repository.\n"2013"\n"2014msgstr ""2015"\n"2016"*** Bitte geben Sie an, wer Sie sind.\n"2017"\n"2018"Führen Sie\n"2019"\n"2020" git config --global user.email \"you@example.com\"\n"2021" git config --global user.name \"Your Name\"\n"2022"\n"2023"aus, um das als Ihre standardmäßige Identität zu setzen.\n"2024"Lassen Sie die Option \"--global\" weg, um die Identität nur\n"2025"für dieses Repository zu setzen.\n"20262027#: ident.c:3662028msgid "no email was given and auto-detection is disabled"2029msgstr "keine E-Mail angegeben und automatische Erkennung ist deaktiviert"20302031#: ident.c:3712032#, c-format2033msgid "unable to auto-detect email address (got '%s')"2034msgstr "Konnte die E-Mail-Adresse nicht automatisch erkennen ('%s' erhalten)"20352036#: ident.c:3812037msgid "no name was given and auto-detection is disabled"2038msgstr "kein Name angegeben und automatische Erkennung ist deaktiviert"20392040#: ident.c:3872041#, c-format2042msgid "unable to auto-detect name (got '%s')"2043msgstr "konnte Namen nicht automatisch erkennen ('%s' erhalten)"20442045#: ident.c:3952046#, c-format2047msgid "empty ident name (for <%s>) not allowed"2048msgstr "Leerer Name in Identifikation (für <%s>) nicht erlaubt."20492050#: ident.c:4012051#, c-format2052msgid "name consists only of disallowed characters: %s"2053msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"20542055#: ident.c:416 builtin/commit.c:6122056#, c-format2057msgid "invalid date format: %s"2058msgstr "Ungültiges Datumsformat: %s"20592060#: lockfile.c:1522061#, c-format2062msgid ""2063"Unable to create '%s.lock': %s.\n"2064"\n"2065"Another git process seems to be running in this repository, e.g.\n"2066"an editor opened by 'git commit'. Please make sure all processes\n"2067"are terminated then try again. If it still fails, a git process\n"2068"may have crashed in this repository earlier:\n"2069"remove the file manually to continue."2070msgstr ""2071"Konnte '%s.lock' nicht erstellen: %s.\n"2072"\n"2073"Ein anderer Git-Prozess scheint in diesem Repository ausgeführt\n"2074"zu werden, zum Beispiel ein noch offener Editor von 'git commit'.\n"2075"Bitte stellen Sie sicher, dass alle Prozesse beendet wurden und\n"2076"versuchen Sie es erneut. Falls es immer noch fehlschlägt, könnte\n"2077"ein früherer Git-Prozess in diesem Repository abgestürzt sein:\n"2078"Löschen Sie die Datei manuell um fortzufahren."20792080#: lockfile.c:1602081#, c-format2082msgid "Unable to create '%s.lock': %s"2083msgstr "Konnte '%s.lock' nicht erstellen: %s"20842085#: merge.c:412086msgid "failed to read the cache"2087msgstr "Lesen des Zwischenspeichers fehlgeschlagen"20882089#: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:3772090#: builtin/checkout.c:591 builtin/clone.c:7532091msgid "unable to write new index file"2092msgstr "Konnte neue Index-Datei nicht schreiben."20932094#: merge-recursive.c:2102095msgid "(bad commit)\n"2096msgstr "(ungültiger Commit)\n"20972098#: merge-recursive.c:232 merge-recursive.c:2402099#, c-format2100msgid "addinfo_cache failed for path '%s'"2101msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"21022103#: merge-recursive.c:3042104msgid "error building trees"2105msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"21062107#: merge-recursive.c:7282108#, c-format2109msgid "failed to create path '%s'%s"2110msgstr "Fehler beim Erstellen des Pfades '%s'%s"21112112#: merge-recursive.c:7392113#, c-format2114msgid "Removing %s to make room for subdirectory\n"2115msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"21162117#: merge-recursive.c:753 merge-recursive.c:7722118msgid ": perhaps a D/F conflict?"2119msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"21202121#: merge-recursive.c:7622122#, c-format2123msgid "refusing to lose untracked file at '%s'"2124msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"21252126#: merge-recursive.c:804 builtin/cat-file.c:362127#, c-format2128msgid "cannot read object %s '%s'"2129msgstr "kann Objekt %s '%s' nicht lesen"21302131#: merge-recursive.c:8062132#, c-format2133msgid "blob expected for %s '%s'"2134msgstr "Blob erwartet für %s '%s'"21352136#: merge-recursive.c:8302137#, c-format2138msgid "failed to open '%s': %s"2139msgstr "Fehler beim Öffnen von '%s': %s"21402141#: merge-recursive.c:8412142#, c-format2143msgid "failed to symlink '%s': %s"2144msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"21452146#: merge-recursive.c:8462147#, c-format2148msgid "do not know what to do with %06o %s '%s'"2149msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"21502151#: merge-recursive.c:9862152msgid "Failed to execute internal merge"2153msgstr "Fehler bei Ausführung des internen Merges"21542155#: merge-recursive.c:9902156#, c-format2157msgid "Unable to add %s to database"2158msgstr "Konnte %s nicht zur Datenbank hinzufügen"21592160#: merge-recursive.c:10932161#, c-format2162msgid ""2163"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2164"in tree."2165msgstr ""2166"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "2167"im Arbeitsbereich gelassen."21682169#: merge-recursive.c:10982170#, c-format2171msgid ""2172"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2173"left in tree."2174msgstr ""2175"KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "2176"%s wurde im Arbeitsbereich gelassen."21772178#: merge-recursive.c:11052179#, c-format2180msgid ""2181"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2182"in tree at %s."2183msgstr ""2184"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "2185"im Arbeitsbereich bei %s gelassen."21862187#: merge-recursive.c:11102188#, c-format2189msgid ""2190"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2191"left in tree at %s."2192msgstr ""2193"KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "2194"%s wurde im Arbeitsbereich bei %s gelassen."21952196#: merge-recursive.c:11442197msgid "rename"2198msgstr "umbenennen"21992200#: merge-recursive.c:11442201msgid "renamed"2202msgstr "umbenannt"22032204#: merge-recursive.c:12012205#, c-format2206msgid "%s is a directory in %s adding as %s instead"2207msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"22082209#: merge-recursive.c:12262210#, c-format2211msgid ""2212"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2213"\"->\"%s\" in \"%s\"%s"2214msgstr ""2215"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "2216"und \"%s\"->\"%s\" in Branch \"%s\"%s"22172218#: merge-recursive.c:12312219msgid " (left unresolved)"2220msgstr " (bleibt unaufgelöst)"22212222#: merge-recursive.c:12932223#, c-format2224msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2225msgstr ""2226"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "2227"in %s"22282229#: merge-recursive.c:13262230#, c-format2231msgid "Renaming %s to %s and %s to %s instead"2232msgstr "Benenne stattdessen %s nach %s und %s nach %s um"22332234#: merge-recursive.c:15292235#, c-format2236msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2237msgstr ""2238"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "2239"%s"22402241#: merge-recursive.c:15442242#, c-format2243msgid "Adding merged %s"2244msgstr "Füge zusammengeführte Datei %s hinzu"22452246#: merge-recursive.c:1551 merge-recursive.c:17812247#, c-format2248msgid "Adding as %s instead"2249msgstr "Füge stattdessen als %s hinzu"22502251#: merge-recursive.c:16082252#, c-format2253msgid "cannot read object %s"2254msgstr "kann Objekt %s nicht lesen"22552256#: merge-recursive.c:16112257#, c-format2258msgid "object %s is not a blob"2259msgstr "Objekt %s ist kein Blob"22602261#: merge-recursive.c:16802262msgid "modify"2263msgstr "ändern"22642265#: merge-recursive.c:16802266msgid "modified"2267msgstr "geändert"22682269#: merge-recursive.c:16902270msgid "content"2271msgstr "Inhalt"22722273#: merge-recursive.c:16972274msgid "add/add"2275msgstr "hinzufügen/hinzufügen"22762277#: merge-recursive.c:17332278#, c-format2279msgid "Skipped %s (merged same as existing)"2280msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"22812282#: merge-recursive.c:17472283#, c-format2284msgid "Auto-merging %s"2285msgstr "automatischer Merge von %s"22862287#: merge-recursive.c:1751 git-submodule.sh:9452288msgid "submodule"2289msgstr "Submodul"22902291#: merge-recursive.c:17522292#, c-format2293msgid "CONFLICT (%s): Merge conflict in %s"2294msgstr "KONFLIKT (%s): Merge-Konflikt in %s"22952296#: merge-recursive.c:18462297#, c-format2298msgid "Removing %s"2299msgstr "Entferne %s"23002301#: merge-recursive.c:18722302msgid "file/directory"2303msgstr "Datei/Verzeichnis"23042305#: merge-recursive.c:18782306msgid "directory/file"2307msgstr "Verzeichnis/Datei"23082309#: merge-recursive.c:18842310#, c-format2311msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"2312msgstr ""2313"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "2314"hinzu."23152316#: merge-recursive.c:18932317#, c-format2318msgid "Adding %s"2319msgstr "Füge %s hinzu"23202321#: merge-recursive.c:19302322msgid "Already up-to-date!"2323msgstr "Bereits aktuell!"23242325#: merge-recursive.c:19392326#, c-format2327msgid "merging of trees %s and %s failed"2328msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"23292330#: merge-recursive.c:20222331msgid "Merging:"2332msgstr "Merge:"23332334#: merge-recursive.c:20352335#, c-format2336msgid "found %u common ancestor:"2337msgid_plural "found %u common ancestors:"2338msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"2339msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"23402341#: merge-recursive.c:20742342msgid "merge returned no commit"2343msgstr "Merge hat keinen Commit zurückgegeben"23442345#: merge-recursive.c:21372346#, c-format2347msgid "Could not parse object '%s'"2348msgstr "Konnte Objekt '%s' nicht parsen."23492350#: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:7932351msgid "Unable to write index."2352msgstr "Konnte Index nicht schreiben."23532354#: notes-merge.c:2732355#, c-format2356msgid ""2357"You have not concluded your previous notes merge (%s exists).\n"2358"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "2359"commit/abort the previous merge before you start a new notes merge."2360msgstr ""2361"Sie haben Ihren vorherigen Merge von Notizen nicht abgeschlossen (%s "2362"existiert).\n"2363"Bitte benutzen Sie 'git notes merge --commit' oder 'git notes merge --"2364"abort', um\n"2365"den vorherigen Merge zu committen bzw. abzubrechen, bevor Sie einen neuen "2366"Merge\n"2367"von Notizen beginnen."23682369#: notes-merge.c:2802370#, c-format2371msgid "You have not concluded your notes merge (%s exists)."2372msgstr "Sie haben Ihren Merge von Notizen nicht abgeschlossen (%s existiert)."23732374#: notes-utils.c:422375msgid "Cannot commit uninitialized/unreferenced notes tree"2376msgstr ""2377"Kann uninitialisiertes/unreferenzierte Notiz-Verzeichnis nicht committen."23782379#: notes-utils.c:1012380#, c-format2381msgid "Bad notes.rewriteMode value: '%s'"2382msgstr "Ungültiger notes.rewriteMode Wert: '%s'"23832384#: notes-utils.c:1112385#, c-format2386msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2387msgstr ""2388"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)"23892390#. TRANSLATORS: The first %s is the name of2391#. the environment variable, the second %s is2392#. its value.2393#.2394#: notes-utils.c:1412395#, c-format2396msgid "Bad %s value: '%s'"2397msgstr "Ungültiger %s Wert: '%s'"23982399#: object.c:2402400#, c-format2401msgid "unable to parse object: %s"2402msgstr "Konnte Objekt '%s' nicht parsen."24032404#: parse-options.c:5732405msgid "..."2406msgstr "..."24072408#: parse-options.c:5912409#, c-format2410msgid "usage: %s"2411msgstr "Verwendung: %s"24122413#. TRANSLATORS: the colon here should align with the2414#. one in "usage: %s" translation.2415#.2416#: parse-options.c:5972417#, c-format2418msgid " or: %s"2419msgstr " oder: %s"24202421#: parse-options.c:6002422#, c-format2423msgid " %s"2424msgstr " %s"24252426#: parse-options.c:6342427msgid "-NUM"2428msgstr "-NUM"24292430#: parse-options-cb.c:1082431#, c-format2432msgid "malformed object name '%s'"2433msgstr "fehlerhafter Objekt-Name '%s'"24342435#: path.c:8902436#, c-format2437msgid "Could not make %s writable by group"2438msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."24392440#: pathspec.c:1292441msgid "Escape character '\\' not allowed as last character in attr value"2442msgstr "Escape-Zeichen '\\' als letztes Zeichen in Attributwert nicht erlaubt"24432444#: pathspec.c:1472445msgid "Only one 'attr:' specification is allowed."2446msgstr "Es ist nur eine Angabe von 'attr:' erlaubt."24472448#: pathspec.c:1502449msgid "attr spec must not be empty"2450msgstr "Angabe von 'attr:' darf nicht leer sein"24512452#: pathspec.c:1932453#, c-format2454msgid "invalid attribute name %s"2455msgstr "Ungültiger Attributname %s"24562457#: pathspec.c:2582458msgid "global 'glob' and 'noglob' pathspec settings are incompatible"2459msgstr ""2460"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "2461"inkompatibel."24622463#: pathspec.c:2652464msgid ""2465"global 'literal' pathspec setting is incompatible with all other global "2466"pathspec settings"2467msgstr ""2468"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"2469"mit allen anderen Optionen."24702471#: pathspec.c:3052472msgid "invalid parameter for pathspec magic 'prefix'"2473msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"24742475#: pathspec.c:3262476#, c-format2477msgid "Invalid pathspec magic '%.*s' in '%s'"2478msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"24792480#: pathspec.c:3312481#, c-format2482msgid "Missing ')' at the end of pathspec magic in '%s'"2483msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"24842485#: pathspec.c:3692486#, c-format2487msgid "Unimplemented pathspec magic '%c' in '%s'"2488msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"24892490#: pathspec.c:4282491#, c-format2492msgid "%s: 'literal' and 'glob' are incompatible"2493msgstr "%s: 'literal' und 'glob' sind inkompatibel"24942495#: pathspec.c:4412496#, c-format2497msgid "%s: '%s' is outside repository"2498msgstr "%s: '%s' liegt außerhalb des Repositories"24992500#: pathspec.c:5152501#, c-format2502msgid "'%s' (mnemonic: '%c')"2503msgstr "'%s' (Kürzel: '%c')"25042505#: pathspec.c:5252506#, c-format2507msgid "%s: pathspec magic not supported by this command: %s"2508msgstr ""2509"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"25102511#: pathspec.c:5752512msgid ""2513"empty strings as pathspecs will be made invalid in upcoming releases. please "2514"use . instead if you meant to match all paths"2515msgstr ""2516"Leere Strings als Pfadspezifikationen werden in kommenden Releases "2517"ungültig.\n"2518"Bitte benutzen Sie stattdessen . wenn Sie alle Pfade meinen."25192520#: pathspec.c:5992521#, c-format2522msgid "pathspec '%s' is beyond a symbolic link"2523msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"25242525#: pretty.c:9632526msgid "unable to parse --pretty format"2527msgstr "Konnte --pretty Format nicht parsen."25282529#: read-cache.c:14432530#, c-format2531msgid ""2532"index.version set, but the value is invalid.\n"2533"Using version %i"2534msgstr ""2535"index.version gesetzt, aber Wert ungültig.\n"2536"Verwende Version %i"25372538#: read-cache.c:14532539#, c-format2540msgid ""2541"GIT_INDEX_VERSION set, but the value is invalid.\n"2542"Using version %i"2543msgstr ""2544"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"2545"Verwende Version %i"25462547#: read-cache.c:2308 builtin/merge.c:10192548#, c-format2549msgid "could not close '%s'"2550msgstr "Konnte '%s' nicht schließen"25512552#: read-cache.c:2383 sequencer.c:1353 sequencer.c:20542553#, c-format2554msgid "could not stat '%s'"2555msgstr "Konnte '%s' nicht lesen."25562557#: read-cache.c:23962558#, c-format2559msgid "unable to open git dir: %s"2560msgstr "konnte Git-Verzeichnis nicht öffnen: %s"25612562#: read-cache.c:24082563#, c-format2564msgid "unable to unlink: %s"2565msgstr "Konnte '%s' nicht entfernen."25662567#: refs.c:6222568#, c-format2569msgid "Could not open '%s' for writing"2570msgstr "Konnte '%s' nicht zum Schreiben öffnen."25712572#: refs.c:17692573msgid "ref updates forbidden inside quarantine environment"2574msgstr ""2575"Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung "2576"verboten."25772578#: refs/files-backend.c:16642579#, c-format2580msgid "could not delete reference %s: %s"2581msgstr "Konnte Referenz %s nicht entfernen: %s"25822583#: refs/files-backend.c:16672584#, c-format2585msgid "could not delete references: %s"2586msgstr "Konnte Referenzen nicht entfernen: %s"25872588#: refs/files-backend.c:16762589#, c-format2590msgid "could not remove reference %s"2591msgstr "Konnte Referenz %s nicht löschen"25922593#: ref-filter.c:35 wt-status.c:18112594msgid "gone"2595msgstr "entfernt"25962597#: ref-filter.c:362598#, c-format2599msgid "ahead %d"2600msgstr "%d voraus"26012602#: ref-filter.c:372603#, c-format2604msgid "behind %d"2605msgstr "%d hinterher"26062607#: ref-filter.c:382608#, c-format2609msgid "ahead %d, behind %d"2610msgstr "%d voraus, %d hinterher"26112612#: ref-filter.c:1052613#, c-format2614msgid "expected format: %%(color:<color>)"2615msgstr "Erwartetes Format: %%(color:<Farbe>)"26162617#: ref-filter.c:1072618#, c-format2619msgid "unrecognized color: %%(color:%s)"2620msgstr "nicht erkannte Farbe: %%(color:%s)"26212622#: ref-filter.c:1212623#, c-format2624msgid "Integer value expected refname:lstrip=%s"2625msgstr "Positiver Wert erwartet refname:lstrip=%s"26262627#: ref-filter.c:1252628#, c-format2629msgid "Integer value expected refname:rstrip=%s"2630msgstr "Positiver Wert erwartet refname:rstrip=%s"26312632#: ref-filter.c:1272633#, c-format2634msgid "unrecognized %%(%s) argument: %s"2635msgstr "nicht erkanntes %%(%s) Argument: %s"26362637#: ref-filter.c:1672638#, c-format2639msgid "%%(body) does not take arguments"2640msgstr "%%(body) akzeptiert keine Argumente"26412642#: ref-filter.c:1742643#, c-format2644msgid "%%(subject) does not take arguments"2645msgstr "%%(subject) akzeptiert keine Argumente"26462647#: ref-filter.c:1812648#, c-format2649msgid "%%(trailers) does not take arguments"2650msgstr "%%(trailers) akzeptiert keine Argumente"26512652#: ref-filter.c:2002653#, c-format2654msgid "positive value expected contents:lines=%s"2655msgstr "Positiver Wert erwartet contents:lines=%s"26562657#: ref-filter.c:2022658#, c-format2659msgid "unrecognized %%(contents) argument: %s"2660msgstr "nicht erkanntes %%(contents) Argument: %s"26612662#: ref-filter.c:2152663#, c-format2664msgid "positive value expected objectname:short=%s"2665msgstr "Positiver Wert erwartet objectname:short=%s"26662667#: ref-filter.c:2192668#, c-format2669msgid "unrecognized %%(objectname) argument: %s"2670msgstr "nicht erkanntes %%(objectname) Argument: %s"26712672#: ref-filter.c:2462673#, c-format2674msgid "expected format: %%(align:<width>,<position>)"2675msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"26762677#: ref-filter.c:2582678#, c-format2679msgid "unrecognized position:%s"2680msgstr "nicht erkannte Position:%s"26812682#: ref-filter.c:2622683#, c-format2684msgid "unrecognized width:%s"2685msgstr "nicht erkannte Breite:%s"26862687#: ref-filter.c:2682688#, c-format2689msgid "unrecognized %%(align) argument: %s"2690msgstr "nicht erkanntes %%(align) Argument: %s"26912692#: ref-filter.c:2722693#, c-format2694msgid "positive width expected with the %%(align) atom"2695msgstr "Positive Breitenangabe für %%(align) erwartet"26962697#: ref-filter.c:2872698#, c-format2699msgid "unrecognized %%(if) argument: %s"2700msgstr "nicht erkanntes %%(if) Argument: %s"27012702#: ref-filter.c:3782703#, c-format2704msgid "malformed field name: %.*s"2705msgstr "Fehlerhafter Feldname: %.*s"27062707#: ref-filter.c:4042708#, c-format2709msgid "unknown field name: %.*s"2710msgstr "Unbekannter Feldname: %.*s"27112712#: ref-filter.c:5082713#, c-format2714msgid "format: %%(if) atom used without a %%(then) atom"2715msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"27162717#: ref-filter.c:5682718#, c-format2719msgid "format: %%(then) atom used without an %%(if) atom"2720msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"27212722#: ref-filter.c:5702723#, c-format2724msgid "format: %%(then) atom used more than once"2725msgstr "format: %%(then) Atom mehr als einmal verwendet"27262727#: ref-filter.c:5722728#, c-format2729msgid "format: %%(then) atom used after %%(else)"2730msgstr "format: %%(then) Atom nach %%(else) verwendet"27312732#: ref-filter.c:5982733#, c-format2734msgid "format: %%(else) atom used without an %%(if) atom"2735msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"27362737#: ref-filter.c:6002738#, c-format2739msgid "format: %%(else) atom used without a %%(then) atom"2740msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"27412742#: ref-filter.c:6022743#, c-format2744msgid "format: %%(else) atom used more than once"2745msgstr "Format: %%(end) Atom mehr als einmal verwendet"27462747#: ref-filter.c:6152748#, c-format2749msgid "format: %%(end) atom used without corresponding atom"2750msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"27512752#: ref-filter.c:6702753#, c-format2754msgid "malformed format string %s"2755msgstr "Fehlerhafter Formatierungsstring %s"27562757#: ref-filter.c:12542758#, c-format2759msgid "(no branch, rebasing %s)"2760msgstr "(kein Branch, Rebase von Branch %s im Gange)"27612762#: ref-filter.c:12572763#, c-format2764msgid "(no branch, bisect started on %s)"2765msgstr "(kein Branch, binäre Suche begonnen bei %s)"27662767#. TRANSLATORS: make sure this matches "HEAD2768#. detached at " in wt-status.c2769#.2770#: ref-filter.c:12652771#, c-format2772msgid "(HEAD detached at %s)"2773msgstr "(HEAD losgelöst bei %s)"27742775#. TRANSLATORS: make sure this matches "HEAD2776#. detached from " in wt-status.c2777#.2778#: ref-filter.c:12722779#, c-format2780msgid "(HEAD detached from %s)"2781msgstr "(HEAD losgelöst von %s)"27822783#: ref-filter.c:12762784msgid "(no branch)"2785msgstr "(kein Branch)"27862787#: ref-filter.c:1426 ref-filter.c:14572788#, c-format2789msgid "missing object %s for %s"2790msgstr "Objekt %s fehlt für %s"27912792#: ref-filter.c:1429 ref-filter.c:14602793#, c-format2794msgid "parse_object_buffer failed on %s for %s"2795msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"27962797#: ref-filter.c:17602798#, c-format2799msgid "malformed object at '%s'"2800msgstr "fehlerhaftes Objekt bei '%s'"28012802#: ref-filter.c:18272803#, c-format2804msgid "ignoring ref with broken name %s"2805msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"28062807#: ref-filter.c:18322808#, c-format2809msgid "ignoring broken ref %s"2810msgstr "Ignoriere fehlerhafte Referenz %s"28112812#: ref-filter.c:20952813#, c-format2814msgid "format: %%(end) atom missing"2815msgstr "Format: %%(end) Atom fehlt"28162817#: ref-filter.c:21762818#, c-format2819msgid "malformed object name %s"2820msgstr "Missgebildeter Objektname %s"28212822#: remote.c:7472823#, c-format2824msgid "Cannot fetch both %s and %s to %s"2825msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."28262827#: remote.c:7512828#, c-format2829msgid "%s usually tracks %s, not %s"2830msgstr "%s folgt üblicherweise %s, nicht %s"28312832#: remote.c:7552833#, c-format2834msgid "%s tracks both %s and %s"2835msgstr "%s folgt sowohl %s als auch %s"28362837#: remote.c:7632838msgid "Internal error"2839msgstr "Interner Fehler"28402841#: remote.c:1680 remote.c:17822842msgid "HEAD does not point to a branch"2843msgstr "HEAD zeigt auf keinen Branch"28442845#: remote.c:16892846#, c-format2847msgid "no such branch: '%s'"2848msgstr "Kein solcher Branch: '%s'"28492850#: remote.c:16922851#, c-format2852msgid "no upstream configured for branch '%s'"2853msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."28542855#: remote.c:16982856#, c-format2857msgid "upstream branch '%s' not stored as a remote-tracking branch"2858msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"28592860#: remote.c:17132861#, c-format2862msgid "push destination '%s' on remote '%s' has no local tracking branch"2863msgstr ""2864"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "2865"Branch"28662867#: remote.c:17252868#, c-format2869msgid "branch '%s' has no remote for pushing"2870msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"28712872#: remote.c:17362873#, c-format2874msgid "push refspecs for '%s' do not include '%s'"2875msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"28762877#: remote.c:17492878msgid "push has no destination (push.default is 'nothing')"2879msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"28802881#: remote.c:17712882msgid "cannot resolve 'simple' push to a single destination"2883msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"28842885#: remote.c:20762886#, c-format2887msgid "Your branch is based on '%s', but the upstream is gone.\n"2888msgstr ""2889"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"28902891#: remote.c:20802892msgid " (use \"git branch --unset-upstream\" to fixup)\n"2893msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"28942895#: remote.c:20832896#, c-format2897msgid "Your branch is up-to-date with '%s'.\n"2898msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"28992900#: remote.c:20872901#, c-format2902msgid "Your branch is ahead of '%s' by %d commit.\n"2903msgid_plural "Your branch is ahead of '%s' by %d commits.\n"2904msgstr[0] "Ihr Branch ist %2$d Commit vor '%1$s'.\n"2905msgstr[1] "Ihr Branch ist %2$d Commits vor '%1$s'.\n"29062907#: remote.c:20932908msgid " (use \"git push\" to publish your local commits)\n"2909msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"29102911#: remote.c:20962912#, c-format2913msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"2914msgid_plural ""2915"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"2916msgstr[0] ""2917"Ihr Branch ist %2$d Commit hinter '%1$s', und kann vorgespult werden.\n"2918msgstr[1] ""2919"Ihr Branch ist %2$d Commits hinter '%1$s', und kann vorgespult werden.\n"29202921#: remote.c:21042922msgid " (use \"git pull\" to update your local branch)\n"2923msgstr ""2924" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"29252926#: remote.c:21072927#, c-format2928msgid ""2929"Your branch and '%s' have diverged,\n"2930"and have %d and %d different commit each, respectively.\n"2931msgid_plural ""2932"Your branch and '%s' have diverged,\n"2933"and have %d and %d different commits each, respectively.\n"2934msgstr[0] ""2935"Ihr Branch und '%s' sind divergiert,\n"2936"und haben jeweils %d und %d unterschiedliche Commits.\n"2937msgstr[1] ""2938"Ihr Branch und '%s' sind divergiert,\n"2939"und haben jeweils %d und %d unterschiedliche Commits.\n"29402941#: remote.c:21172942msgid " (use \"git pull\" to merge the remote branch into yours)\n"2943msgstr ""2944" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "2945"zusammenzuführen)\n"29462947#: revision.c:21872948msgid "your current branch appears to be broken"2949msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."29502951#: revision.c:21902952#, c-format2953msgid "your current branch '%s' does not have any commits yet"2954msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."29552956#: revision.c:23842957msgid "--first-parent is incompatible with --bisect"2958msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."29592960#: run-command.c:6442961msgid "open /dev/null failed"2962msgstr "Öffnen von /dev/null fehlgeschlagen"29632964#: send-pack.c:1512965#, c-format2966msgid "unable to parse remote unpack status: %s"2967msgstr "Konnte Status des Entpackens der Gegenseite nicht parsen: %s"29682969#: send-pack.c:1532970#, c-format2971msgid "remote unpack failed: %s"2972msgstr "Entpacken auf der Gegenseite fehlgeschlagen: %s"29732974#: send-pack.c:3162975msgid "failed to sign the push certificate"2976msgstr "Fehler beim Signieren des \"push\"-Zertifikates"29772978#: send-pack.c:4292979msgid "the receiving end does not support --signed push"2980msgstr ""2981"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"29822983#: send-pack.c:4312984msgid ""2985"not sending a push certificate since the receiving end does not support --"2986"signed push"2987msgstr ""2988"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"2989"Versand (\"--signed push\") unterstützt"29902991#: send-pack.c:4432992msgid "the receiving end does not support --atomic push"2993msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"29942995#: send-pack.c:4482996msgid "the receiving end does not support push options"2997msgstr "die Gegenseite unterstützt keine Push-Optionen"29982999#: sequencer.c:2163000msgid "revert"3001msgstr "Revert"30023003#: sequencer.c:2183004msgid "cherry-pick"3005msgstr "Cherry-Pick"30063007#: sequencer.c:2203008msgid "rebase -i"3009msgstr "interaktives Rebase"30103011#: sequencer.c:2223012#, c-format3013msgid "Unknown action: %d"3014msgstr "Unbekannte Aktion: %d"30153016#: sequencer.c:2793017msgid ""3018"after resolving the conflicts, mark the corrected paths\n"3019"with 'git add <paths>' or 'git rm <paths>'"3020msgstr ""3021"nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"3022"mit 'git add <Pfade>' oder 'git rm <Pfade>'"30233024#: sequencer.c:2823025msgid ""3026"after resolving the conflicts, mark the corrected paths\n"3027"with 'git add <paths>' or 'git rm <paths>'\n"3028"and commit the result with 'git commit'"3029msgstr ""3030"nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"3031"mit 'git add <Pfade>' oder 'git rm <Pfade>' und tragen Sie das Ergebnis mit\n"3032"'git commit' ein"30333034#: sequencer.c:295 sequencer.c:16853035#, c-format3036msgid "could not lock '%s'"3037msgstr "Konnte '%s' nicht sperren"30383039#: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:17043040#, c-format3041msgid "could not write to '%s'"3042msgstr "Konnte nicht nach '%s' schreiben."30433044#: sequencer.c:3023045#, c-format3046msgid "could not write eol to '%s'"3047msgstr "Konnte EOL nicht nach '%s' schreiben."30483049#: sequencer.c:306 sequencer.c:1568 sequencer.c:16923050#, c-format3051msgid "failed to finalize '%s'."3052msgstr "Fehler beim Fertigstellen von '%s'."30533054#: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:2583055#: builtin/commit.c:750 builtin/merge.c:10173056#, c-format3057msgid "could not read '%s'"3058msgstr "Konnte '%s' nicht lesen"30593060#: sequencer.c:3563061#, c-format3062msgid "your local changes would be overwritten by %s."3063msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."30643065#: sequencer.c:3603066msgid "commit your changes or stash them to proceed."3067msgstr ""3068"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."30693070#: sequencer.c:3893071#, c-format3072msgid "%s: fast-forward"3073msgstr "%s: Vorspulen"30743075#. TRANSLATORS: %s will be "revert", "cherry-pick" or3076#. "rebase -i".3077#.3078#: sequencer.c:4723079#, c-format3080msgid "%s: Unable to write new index file"3081msgstr "%s: Konnte neue Index-Datei nicht schreiben"30823083#: sequencer.c:4913084msgid "could not resolve HEAD commit\n"3085msgstr "Konnte HEAD-Commit nicht auflösen\n"30863087#: sequencer.c:5113088msgid "unable to update cache tree\n"3089msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"30903091#: sequencer.c:5953092#, c-format3093msgid ""3094"you have staged changes in your working tree\n"3095"If these changes are meant to be squashed into the previous commit, run:\n"3096"\n"3097" git commit --amend %s\n"3098"\n"3099"If they are meant to go into a new commit, run:\n"3100"\n"3101" git commit %s\n"3102"\n"3103"In both cases, once you're done, continue with:\n"3104"\n"3105" git rebase --continue\n"3106msgstr ""3107"Es befinden sich zum Commit vorgemerkte Änderungen in Ihrem "3108"Arbeitsverzeichnis.\n"3109"Wenn diese Änderungen in den vorherigen Commit aufgenommen werden sollen,\n"3110"führen Sie aus:\n"3111"\n"3112" git commit --amend %s\n"3113"\n"3114"Wenn daraus ein neuer Commit erzeugt werden soll, führen Sie aus:\n"3115"\n"3116" git commit %s\n"3117"\n"3118"Im Anschluss führen Sie zum Fortfahren aus:\n"3119"\n"3120" git rebase --continue\n"31213122#: sequencer.c:6973123#, c-format3124msgid "could not parse commit %s\n"3125msgstr "Konnte Commit %s nicht parsen\n"31263127#: sequencer.c:7023128#, c-format3129msgid "could not parse parent commit %s\n"3130msgstr "Konnte Eltern-Commit %s nicht parsen\n"31313132#: sequencer.c:8243133#, c-format3134msgid ""3135"unexpected 1st line of squash message:\n"3136"\n"3137"\t%.*s"3138msgstr ""3139"unerwartete erste Zeile der Squash-Beschreibung:\n"3140"\n"3141"\t%.*s"31423143#: sequencer.c:8303144#, c-format3145msgid ""3146"invalid 1st line of squash message:\n"3147"\n"3148"\t%.*s"3149msgstr ""3150"ungültige erste Zeile der Squash-Beschreibung:\n"3151"\n"3152"\t%.*s"31533154#: sequencer.c:836 sequencer.c:8613155#, c-format3156msgid "This is a combination of %d commits."3157msgstr "Das ist eine Kombination aus %d Commits."31583159#: sequencer.c:8453160msgid "need a HEAD to fixup"3161msgstr "benötige HEAD für fixup"31623163#: sequencer.c:8473164msgid "could not read HEAD"3165msgstr "Konnte HEAD nicht lesen"31663167#: sequencer.c:8493168msgid "could not read HEAD's commit message"3169msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"31703171#: sequencer.c:8553172#, c-format3173msgid "cannot write '%s'"3174msgstr "kann '%s' nicht schreiben"31753176#: sequencer.c:864 git-rebase--interactive.sh:4453177msgid "This is the 1st commit message:"3178msgstr "Das ist die erste Commit-Beschreibung:"31793180#: sequencer.c:8723181#, c-format3182msgid "could not read commit message of %s"3183msgstr "Konnte Commit-Beschreibung von %s nicht lesen."31843185#: sequencer.c:8793186#, c-format3187msgid "This is the commit message #%d:"3188msgstr "Das ist Commit-Beschreibung #%d:"31893190#: sequencer.c:8843191#, c-format3192msgid "The commit message #%d will be skipped:"3193msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"31943195#: sequencer.c:8893196#, c-format3197msgid "unknown command: %d"3198msgstr "Unbekannter Befehl: %d"31993200#: sequencer.c:9553201msgid "your index file is unmerged."3202msgstr "Ihre Index-Datei ist nicht zusammengeführt."32033204#: sequencer.c:9733205#, c-format3206msgid "commit %s is a merge but no -m option was given."3207msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."32083209#: sequencer.c:9813210#, c-format3211msgid "commit %s does not have parent %d"3212msgstr "Commit %s hat keinen Eltern-Commit %d"32133214#: sequencer.c:9853215#, c-format3216msgid "mainline was specified but commit %s is not a merge."3217msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."32183219#: sequencer.c:9913220#, c-format3221msgid "cannot get commit message for %s"3222msgstr "Kann keine Commit-Beschreibung für %s bekommen."32233224#. TRANSLATORS: The first %s will be a "todo" command like3225#. "revert" or "pick", the second %s a SHA1.3226#: sequencer.c:10123227#, c-format3228msgid "%s: cannot parse parent commit %s"3229msgstr "%s: kann Eltern-Commit %s nicht parsen"32303231#: sequencer.c:1075 sequencer.c:18303232#, c-format3233msgid "could not rename '%s' to '%s'"3234msgstr "Konnte '%s' nicht zu '%s' umbenennen."32353236#: sequencer.c:11263237#, c-format3238msgid "could not revert %s... %s"3239msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"32403241#: sequencer.c:11273242#, c-format3243msgid "could not apply %s... %s"3244msgstr "Konnte %s... (%s) nicht anwenden"32453246#: sequencer.c:11693247msgid "empty commit set passed"3248msgstr "leere Menge von Commits übergeben"32493250#: sequencer.c:11793251#, c-format3252msgid "git %s: failed to read the index"3253msgstr "git %s: Fehler beim Lesen des Index"32543255#: sequencer.c:11863256#, c-format3257msgid "git %s: failed to refresh the index"3258msgstr "git %s: Fehler beim Aktualisieren des Index"32593260#: sequencer.c:13063261#, c-format3262msgid "invalid line %d: %.*s"3263msgstr "Ungültige Zeile %d: %.*s"32643265#: sequencer.c:13143266#, c-format3267msgid "cannot '%s' without a previous commit"3268msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"32693270#: sequencer.c:13473271#, c-format3272msgid "could not read '%s'."3273msgstr "Konnte '%s' nicht lesen."32743275#: sequencer.c:13593276msgid "please fix this using 'git rebase --edit-todo'."3277msgstr ""3278"Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."32793280#: sequencer.c:13613281#, c-format3282msgid "unusable instruction sheet: '%s'"3283msgstr "Unbenutzbares Instruktionsblatt: '%s'"32843285#: sequencer.c:13663286msgid "no commits parsed."3287msgstr "Keine Commits geparst."32883289#: sequencer.c:13773290msgid "cannot cherry-pick during a revert."3291msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."32923293#: sequencer.c:13793294msgid "cannot revert during a cherry-pick."3295msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."32963297#: sequencer.c:14423298#, c-format3299msgid "invalid key: %s"3300msgstr "Ungültiger Schlüssel: %s"33013302#: sequencer.c:14453303#, c-format3304msgid "invalid value for %s: %s"3305msgstr "Ungültiger Wert für %s: %s"33063307#: sequencer.c:15023308#, c-format3309msgid "malformed options sheet: '%s'"3310msgstr "Fehlerhaftes Optionsblatt: '%s'"33113312#: sequencer.c:15403313msgid "a cherry-pick or revert is already in progress"3314msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"33153316#: sequencer.c:15413317msgid "try \"git cherry-pick (--continue | --quit | --abort)\""3318msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""33193320#: sequencer.c:15443321#, c-format3322msgid "could not create sequencer directory '%s'"3323msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."33243325#: sequencer.c:15583326msgid "could not lock HEAD"3327msgstr "Konnte HEAD nicht sperren"33283329#: sequencer.c:1614 sequencer.c:21883330msgid "no cherry-pick or revert in progress"3331msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"33323333#: sequencer.c:16163334msgid "cannot resolve HEAD"3335msgstr "kann HEAD nicht auflösen"33363337#: sequencer.c:1618 sequencer.c:16523338msgid "cannot abort from a branch yet to be born"3339msgstr "kann nicht abbrechen: bin auf einem Branch, der noch nicht geboren ist"33403341#: sequencer.c:1638 builtin/grep.c:9293342#, c-format3343msgid "cannot open '%s'"3344msgstr "kann '%s' nicht öffnen"33453346#: sequencer.c:16403347#, c-format3348msgid "cannot read '%s': %s"3349msgstr "Kann '%s' nicht lesen: %s"33503351#: sequencer.c:16413352msgid "unexpected end of file"3353msgstr "Unerwartetes Dateiende"33543355#: sequencer.c:16473356#, c-format3357msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"3358msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"33593360#: sequencer.c:16583361msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"3362msgstr "Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."33633364#: sequencer.c:1795 sequencer.c:20863365msgid "cannot read HEAD"3366msgstr "Kann HEAD nicht lesen"33673368#: sequencer.c:1835 builtin/difftool.c:6333369#, c-format3370msgid "could not copy '%s' to '%s'"3371msgstr "Konnte '%s' nicht nach '%s' kopieren."33723373#: sequencer.c:18513374msgid "could not read index"3375msgstr "Konnte den Index nicht lesen."33763377#: sequencer.c:18563378#, c-format3379msgid ""3380"execution failed: %s\n"3381"%sYou can fix the problem, and then run\n"3382"\n"3383" git rebase --continue\n"3384"\n"3385msgstr ""3386"Ausführung fehlgeschlagen: %s\n"3387"%sSie können das Problem beheben, und dann\n"3388"\n"3389"\tgit rebase --continue\n"3390"\n"3391"ausführen.\n"33923393#: sequencer.c:18623394msgid "and made changes to the index and/or the working tree\n"3395msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"33963397#: sequencer.c:18683398#, c-format3399msgid ""3400"execution succeeded: %s\n"3401"but left changes to the index and/or the working tree\n"3402"Commit or stash your changes, and then run\n"3403"\n"3404" git rebase --continue\n"3405"\n"3406msgstr ""3407"Ausführung erfolgreich: %s\n"3408"Aber Änderungen in Index oder Arbeitsverzeichnis verblieben.\n"3409"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\".\n"3410"Führen Sie dann aus:\n"3411"\n"3412" git rebase --continue\n"3413"\n"34143415#: sequencer.c:19253416#, c-format3417msgid "Applied autostash.\n"3418msgstr "Automatischen Stash angewendet.\n"34193420#: sequencer.c:19373421#, c-format3422msgid "cannot store %s"3423msgstr "kann %s nicht speichern"34243425#: sequencer.c:1940 git-rebase.sh:1733426#, c-format3427msgid ""3428"Applying autostash resulted in conflicts.\n"3429"Your changes are safe in the stash.\n"3430"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"3431msgstr ""3432"Anwendung des automatischen Stash resultierte in Konflikten.\n"3433"Ihre Änderungen sind im Stash sicher.\n"3434"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"34353436#: sequencer.c:20223437#, c-format3438msgid "Stopped at %s... %.*s\n"3439msgstr "Angehalten bei %s... %.*s\n"34403441#: sequencer.c:20643442#, c-format3443msgid "unknown command %d"3444msgstr "Unbekannter Befehl %d"34453446#: sequencer.c:20943447msgid "could not read orig-head"3448msgstr "Konnte orig-head nicht lesen."34493450#: sequencer.c:20993451msgid "could not read 'onto'"3452msgstr "Konnte 'onto' nicht lesen."34533454#: sequencer.c:21063455#, c-format3456msgid "could not update %s"3457msgstr "Konnte %s nicht aktualisieren."34583459#: sequencer.c:21133460#, c-format3461msgid "could not update HEAD to %s"3462msgstr "Konnte HEAD nicht auf %s aktualisieren."34633464#: sequencer.c:21973465msgid "cannot rebase: You have unstaged changes."3466msgstr ""3467"Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit\n"3468"vorgemerkt sind."34693470#: sequencer.c:22023471msgid "could not remove CHERRY_PICK_HEAD"3472msgstr "Konnte CHERRY_PICK_HEAD nicht löschen."34733474#: sequencer.c:22113475msgid "cannot amend non-existing commit"3476msgstr "Kann nicht existierenden Commit nicht nachbessern."34773478#: sequencer.c:22133479#, c-format3480msgid "invalid file: '%s'"3481msgstr "Ungültige Datei: '%s'"34823483#: sequencer.c:22153484#, c-format3485msgid "invalid contents: '%s'"3486msgstr "Ungültige Inhalte: '%s'"34873488#: sequencer.c:22183489msgid ""3490"\n"3491"You have uncommitted changes in your working tree. Please, commit them\n"3492"first and then run 'git rebase --continue' again."3493msgstr ""3494"\n"3495"Sie haben nicht committete Änderungen in Ihrem Arbeitsverzeichnis. Bitte\n"3496"committen Sie diese zuerst und führen Sie dann 'git rebase --continue'\n"3497"erneut aus."34983499#: sequencer.c:22283500msgid "could not commit staged changes."3501msgstr "Konnte Änderungen aus der Staging-Area nicht committen."35023503#: sequencer.c:23083504#, c-format3505msgid "%s: can't cherry-pick a %s"3506msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"35073508#: sequencer.c:23123509#, c-format3510msgid "%s: bad revision"3511msgstr "%s: ungültiger Commit"35123513#: sequencer.c:23453514msgid "can't revert as initial commit"3515msgstr "Kann nicht als allerersten Commit einen Revert ausführen."35163517#: setup.c:1713518#, c-format3519msgid ""3520"%s: no such path in the working tree.\n"3521"Use 'git <command> -- <path>...' to specify paths that do not exist locally."3522msgstr ""3523"%s: kein solcher Pfad im Arbeitsverzeichnis.\n"3524"Benutzen Sie 'git <Befehl> -- <Pfad>...' zur Angabe von Pfaden, die lokal\n"3525"nicht existieren."35263527#: setup.c:1843528#, c-format3529msgid ""3530"ambiguous argument '%s': unknown revision or path not in the working tree.\n"3531"Use '--' to separate paths from revisions, like this:\n"3532"'git <command> [<revision>...] -- [<file>...]'"3533msgstr ""3534"mehrdeutiges Argument '%s': unbekannter Commit oder Pfad existiert nicht\n"3535"im Arbeitsverzeichnis\n"3536"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"3537"'git <Befehl> [<Commit>...] -- [<Datei>...]'"35383539#: setup.c:2523540#, c-format3541msgid ""3542"ambiguous argument '%s': both revision and filename\n"3543"Use '--' to separate paths from revisions, like this:\n"3544"'git <command> [<revision>...] -- [<file>...]'"3545msgstr ""3546"mehrdeutiges Argument '%s': sowohl Commit als auch Dateiname\n"3547"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"3548"'git <Befehl> [<Commit>...] -- [<Datei>...]'"35493550#: setup.c:5043551#, c-format3552msgid "Expected git repo version <= %d, found %d"3553msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"35543555#: setup.c:5123556msgid "unknown repository extensions found:"3557msgstr "Unbekannte Repository-Erweiterungen gefunden:"35583559#: setup.c:8103560#, c-format3561msgid "Not a git repository (or any of the parent directories): %s"3562msgstr "Kein Git-Repository (oder irgendein Elternverzeichnis): %s"35633564#: setup.c:812 builtin/index-pack.c:16523565msgid "Cannot come back to cwd"3566msgstr "Kann nicht zurück zum Arbeitsverzeichnis wechseln"35673568#: setup.c:10503569msgid "Unable to read current working directory"3570msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."35713572#: setup.c:1062 setup.c:10683573#, c-format3574msgid "Cannot change to '%s'"3575msgstr "Kann nicht nach '%s' wechseln."35763577#: setup.c:10813578#, c-format3579msgid ""3580"Not a git repository (or any parent up to mount point %s)\n"3581"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."3582msgstr ""3583"Kein Git-Repository (oder irgendein Elternverzeichnis bis zum Einhängepunkt "3584"%s)\n"3585"Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."35863587#: setup.c:11733588#, c-format3589msgid ""3590"Problem with core.sharedRepository filemode value (0%.3o).\n"3591"The owner of files must always have read and write permissions."3592msgstr ""3593"Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"3594"Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."35953596#: sha1_file.c:5603597#, c-format3598msgid "path '%s' does not exist"3599msgstr "Pfad '%s' existiert nicht"36003601#: sha1_file.c:5863602#, c-format3603msgid "reference repository '%s' as a linked checkout is not supported yet."3604msgstr ""3605"Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"3606"Arbeitsverzeichnis unterstützt."36073608#: sha1_file.c:5923609#, c-format3610msgid "reference repository '%s' is not a local repository."3611msgstr "Referenziertes Repository '%s' ist kein lokales Repository."36123613#: sha1_file.c:5983614#, c-format3615msgid "reference repository '%s' is shallow"3616msgstr ""3617"Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."36183619#: sha1_file.c:6063620#, c-format3621msgid "reference repository '%s' is grafted"3622msgstr ""3623"Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "3624"eingehängt."36253626#: sha1_file.c:12453627msgid "offset before end of packfile (broken .idx?)"3628msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"36293630#: sha1_file.c:27293631#, c-format3632msgid "offset before start of pack index for %s (corrupt index?)"3633msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"36343635#: sha1_file.c:27333636#, c-format3637msgid "offset beyond end of pack index for %s (truncated index?)"3638msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"36393640#: sha1_name.c:4193641#, c-format3642msgid "short SHA1 %s is ambiguous"3643msgstr "Kurzer SHA-1 %s ist mehrdeutig."36443645#: sha1_name.c:4303646msgid "The candidates are:"3647msgstr "Die Kandidaten sind:"36483649#: sha1_name.c:5893650msgid ""3651"Git normally never creates a ref that ends with 40 hex characters\n"3652"because it will be ignored when you just specify 40-hex. These refs\n"3653"may be created by mistake. For example,\n"3654"\n"3655" git checkout -b $br $(git rev-parse ...)\n"3656"\n"3657"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"3658"examine these refs and maybe delete them. Turn this message off by\n"3659"running \"git config advice.objectNameWarning false\""3660msgstr ""3661"Git erzeugt normalerweise keine Referenzen die mit\n"3662"40 Hex-Zeichen enden, da diese ignoriert werden wenn\n"3663"Sie diese angeben. Diese Referenzen könnten aus Versehen\n"3664"erzeugt worden sein. Zum Beispiel,\n"3665"\n"3666" git checkout -b $br $(git rev-parse ...)\n"3667"\n"3668"wobei \"$br\" leer ist und eine 40-Hex-Referenz erzeugt\n"3669"wurde. Bitte prüfen Sie diese Referenzen und löschen\n"3670"Sie sie gegebenenfalls. Unterdrücken Sie diese Meldung\n"3671"indem Sie \"git config advice.objectNameWarning false\"\n"3672"ausführen."36733674#: submodule.c:70 submodule.c:1043675msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"3676msgstr ""3677"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"3678"Sie zuerst die Konflikte auf"36793680#: submodule.c:74 submodule.c:1083681#, c-format3682msgid "Could not find section in .gitmodules where path=%s"3683msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"36843685#: submodule.c:823686#, c-format3687msgid "Could not update .gitmodules entry %s"3688msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"36893690#: submodule.c:1153691#, c-format3692msgid "Could not remove .gitmodules entry for %s"3693msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"36943695#: submodule.c:1263696msgid "staging updated .gitmodules failed"3697msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"36983699#: submodule.c:1653700msgid "negative values not allowed for submodule.fetchJobs"3701msgstr "Negative Werte für submodule.fetchJobs nicht erlaubt"37023703#: submodule.c:3763704#, c-format3705msgid "in unpopulated submodule '%s'"3706msgstr "In nicht ausgechecktem Submodul '%s'."37073708#: submodule.c:4073709#, c-format3710msgid "Pathspec '%s' is in submodule '%.*s'"3711msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"37123713#: submodule.c:13373714#, c-format3715msgid "'%s' not recognized as a git repository"3716msgstr "'%s' nicht als Git-Repository erkannt"37173718#: submodule.c:14753719#, c-format3720msgid "could not start 'git status' in submodule '%s'"3721msgstr "Konnte 'git status' in Submodul '%s' nicht starten."37223723#: submodule.c:14883724#, c-format3725msgid "could not run 'git status' in submodule '%s'"3726msgstr "Konnte 'git status' in Submodul '%s' nicht ausführen."37273728#: submodule.c:15813729#, c-format3730msgid "submodule '%s' has dirty index"3731msgstr "Submodul '%s' hat einen geänderten Index."37323733#: submodule.c:18453734#, c-format3735msgid ""3736"relocate_gitdir for submodule '%s' with more than one worktree not supported"3737msgstr ""3738"relocate_gitdir für Submodul '%s' mit mehr als einem Arbeitsverzeichnis\n"3739"wird nicht unterstützt"37403741#: submodule.c:1857 submodule.c:19133742#, c-format3743msgid "could not lookup name for submodule '%s'"3744msgstr "konnte Name für Submodul '%s' nicht nachschlagen"37453746#: submodule.c:1861 builtin/submodule--helper.c:6783747#: builtin/submodule--helper.c:6883748#, c-format3749msgid "could not create directory '%s'"3750msgstr "Konnte Verzeichnis '%s' nicht erstellen."37513752#: submodule.c:18643753#, c-format3754msgid ""3755"Migrating git directory of '%s%s' from\n"3756"'%s' to\n"3757"'%s'\n"3758msgstr ""3759"Migriere Git-Verzeichnis von '%s%s' von\n"3760"'%s' nach\n"3761"'%s'\n"37623763#: submodule.c:19483764#, c-format3765msgid "could not recurse into submodule '%s'"3766msgstr "Fehler bei Rekursion in Submodul-Pfad '%s'"37673768#: submodule.c:19923769msgid "could not start ls-files in .."3770msgstr "Konnte 'ls-files' nicht in .. starten"37713772#: submodule.c:20123773msgid "BUG: returned path string doesn't match cwd?"3774msgstr "FEHLER: zurückgegebene Zeichenkette für Pfad entspricht nicht cwd?"37753776#: submodule.c:20313777#, c-format3778msgid "ls-tree returned unexpected return code %d"3779msgstr "ls-tree mit unerwartetem Rückgabewert %d beendet"37803781#: submodule-config.c:4203782#, c-format3783msgid "invalid value for %s"3784msgstr "Ungültiger Wert für %s"37853786#: trailer.c:2413787#, c-format3788msgid "running trailer command '%s' failed"3789msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"37903791#: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:5403792#: trailer.c:5443793#, c-format3794msgid "unknown value '%s' for key '%s'"3795msgstr "unbekannter Wert '%s' für Schlüssel %s"37963797#: trailer.c:526 trailer.c:531 builtin/remote.c:2903798#, c-format3799msgid "more than one %s"3800msgstr "mehr als ein %s"38013802#: trailer.c:7033803#, c-format3804msgid "empty trailer token in trailer '%.*s'"3805msgstr "leerer Anhang-Token in Anhang '%.*s'"38063807#: trailer.c:7233808#, c-format3809msgid "could not read input file '%s'"3810msgstr "Konnte Eingabe-Datei '%s' nicht lesen"38113812#: trailer.c:7263813msgid "could not read from stdin"3814msgstr "konnte nicht von der Standard-Eingabe lesen"38153816#: trailer.c:950 builtin/am.c:453817#, c-format3818msgid "could not stat %s"3819msgstr "Konnte '%s' nicht lesen"38203821#: trailer.c:9523822#, c-format3823msgid "file %s is not a regular file"3824msgstr "Datei '%s' ist keine reguläre Datei"38253826#: trailer.c:9543827#, c-format3828msgid "file %s is not writable by user"3829msgstr "Datei %s ist vom Benutzer nicht beschreibbar."38303831#: trailer.c:9663832msgid "could not open temporary file"3833msgstr "konnte temporäre Datei '%s' nicht öffnen"38343835#: trailer.c:10023836#, c-format3837msgid "could not rename temporary file to %s"3838msgstr "konnte temporäre Datei nicht zu %s umbenennen"38393840#: transport.c:633841#, c-format3842msgid "Would set upstream of '%s' to '%s' of '%s'\n"3843msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"38443845#: transport.c:1523846#, c-format3847msgid "transport: invalid depth option '%s'"3848msgstr "transport: ungültige --depth Option '%s'"38493850#: transport.c:8903851#, c-format3852msgid ""3853"The following submodule paths contain changes that can\n"3854"not be found on any remote:\n"3855msgstr ""3856"Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"3857"Remote-Repository gefunden wurden:\n"38583859#: transport.c:8943860#, c-format3861msgid ""3862"\n"3863"Please try\n"3864"\n"3865"\tgit push --recurse-submodules=on-demand\n"3866"\n"3867"or cd to the path and use\n"3868"\n"3869"\tgit push\n"3870"\n"3871"to push them to a remote.\n"3872"\n"3873msgstr ""3874"\n"3875"Bitte versuchen Sie\n"3876"\n"3877"\tgit push --recurse-submodules=on-demand\n"3878"\n"3879"oder wechseln Sie in das Verzeichnis und benutzen Sie\n"3880"\n"3881"\tgit push\n"3882"\n"3883"zum Versenden zu einem Remote-Repository.\n"3884"\n"38853886#: transport.c:9023887msgid "Aborting."3888msgstr "Abbruch."38893890#: transport-helper.c:10713891#, c-format3892msgid "Could not read ref %s"3893msgstr "Konnte Referenz %s nicht lesen."38943895#: tree-walk.c:313896msgid "too-short tree object"3897msgstr "zu kurzes Tree-Objekt"38983899#: tree-walk.c:373900msgid "malformed mode in tree entry"3901msgstr "fehlerhafter Modus in Tree-Eintrag"39023903#: tree-walk.c:413904msgid "empty filename in tree entry"3905msgstr "leerer Dateiname in Tree-Eintrag"39063907#: tree-walk.c:1133908msgid "too-short tree file"3909msgstr "zu kurze Tree-Datei"39103911#: unpack-trees.c:1053912#, c-format3913msgid ""3914"Your local changes to the following files would be overwritten by checkout:\n"3915"%%sPlease commit your changes or stash them before you switch branches."3916msgstr ""3917"Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"3918"überschrieben werden:\n"3919"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\n"3920"wechseln."39213922#: unpack-trees.c:1073923#, c-format3924msgid ""3925"Your local changes to the following files would be overwritten by checkout:\n"3926"%%s"3927msgstr ""3928"Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"3929"überschrieben werden:\n"3930"%%s"39313932#: unpack-trees.c:1103933#, c-format3934msgid ""3935"Your local changes to the following files would be overwritten by merge:\n"3936"%%sPlease commit your changes or stash them before you merge."3937msgstr ""3938"Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"3939"überschrieben werden:\n"3940"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie mergen."39413942#: unpack-trees.c:1123943#, c-format3944msgid ""3945"Your local changes to the following files would be overwritten by merge:\n"3946"%%s"3947msgstr ""3948"Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"3949"überschrieben werden:\n"3950"%%s"39513952#: unpack-trees.c:1153953#, c-format3954msgid ""3955"Your local changes to the following files would be overwritten by %s:\n"3956"%%sPlease commit your changes or stash them before you %s."3957msgstr ""3958"Ihre lokalen Änderungen in den folgenden Dateien würden durch %s\n"3959"überschrieben werden:\n"3960"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie %s ausführen."39613962#: unpack-trees.c:1173963#, c-format3964msgid ""3965"Your local changes to the following files would be overwritten by %s:\n"3966"%%s"3967msgstr ""3968"Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"3969"%%s"39703971#: unpack-trees.c:1223972#, c-format3973msgid ""3974"Updating the following directories would lose untracked files in them:\n"3975"%s"3976msgstr ""3977"Durch die Aktualisierung der folgenden Verzeichnisse würden unversionierte\n"3978"Dateien in diesen Verzeichnissen verloren gehen:\n"3979"%s"39803981#: unpack-trees.c:1263982#, c-format3983msgid ""3984"The following untracked working tree files would be removed by checkout:\n"3985"%%sPlease move or remove them before you switch branches."3986msgstr ""3987"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"3988"den Checkout entfernt werden:\n"3989"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."39903991#: unpack-trees.c:1283992#, c-format3993msgid ""3994"The following untracked working tree files would be removed by checkout:\n"3995"%%s"3996msgstr ""3997"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "3998"den\n"3999"Checkout entfernt werden:\n"4000"%%s"40014002#: unpack-trees.c:1314003#, c-format4004msgid ""4005"The following untracked working tree files would be removed by merge:\n"4006"%%sPlease move or remove them before you merge."4007msgstr ""4008"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4009"den Merge entfernt werden:\n"4010"%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."40114012#: unpack-trees.c:1334013#, c-format4014msgid ""4015"The following untracked working tree files would be removed by merge:\n"4016"%%s"4017msgstr ""4018"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "4019"den\n"4020"Merge entfernt werden:\n"4021"%%s"40224023#: unpack-trees.c:1364024#, c-format4025msgid ""4026"The following untracked working tree files would be removed by %s:\n"4027"%%sPlease move or remove them before you %s."4028msgstr ""4029"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4030"den %s entfernt werden:\n"4031"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."40324033#: unpack-trees.c:1384034#, c-format4035msgid ""4036"The following untracked working tree files would be removed by %s:\n"4037"%%s"4038msgstr ""4039"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4040"den %s entfernt werden:\n"4041"%%s"40424043#: unpack-trees.c:1434044#, c-format4045msgid ""4046"The following untracked working tree files would be overwritten by "4047"checkout:\n"4048"%%sPlease move or remove them before you switch branches."4049msgstr ""4050"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4051"den Checkout überschrieben werden:\n"4052"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."40534054#: unpack-trees.c:1454055#, c-format4056msgid ""4057"The following untracked working tree files would be overwritten by "4058"checkout:\n"4059"%%s"4060msgstr ""4061"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "4062"den\n"4063"Checkout überschrieben werden:\n"4064"%%s"40654066#: unpack-trees.c:1484067#, c-format4068msgid ""4069"The following untracked working tree files would be overwritten by merge:\n"4070"%%sPlease move or remove them before you merge."4071msgstr ""4072"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4073"den Merge überschrieben werden:\n"4074"%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."40754076#: unpack-trees.c:1504077#, c-format4078msgid ""4079"The following untracked working tree files would be overwritten by merge:\n"4080"%%s"4081msgstr ""4082"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4083"den Merge überschrieben werden:\n"4084"%%s"40854086#: unpack-trees.c:1534087#, c-format4088msgid ""4089"The following untracked working tree files would be overwritten by %s:\n"4090"%%sPlease move or remove them before you %s."4091msgstr ""4092"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"4093"den %s überschrieben werden:\n"4094"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."40954096#: unpack-trees.c:1554097#, c-format4098msgid ""4099"The following untracked working tree files would be overwritten by %s:\n"4100"%%s"4101msgstr ""4102"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "4103"den\n"4104"%s überschrieben werden:\n"4105"%%s"41064107#: unpack-trees.c:1624108#, c-format4109msgid "Entry '%s' overlaps with '%s'. Cannot bind."4110msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."41114112#: unpack-trees.c:1654113#, c-format4114msgid ""4115"Cannot update sparse checkout: the following entries are not up-to-date:\n"4116"%s"4117msgstr ""4118"Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge sind "4119"nicht\n"4120"aktuell:\n"4121"%s"41224123#: unpack-trees.c:1674124#, c-format4125msgid ""4126"The following working tree files would be overwritten by sparse checkout "4127"update:\n"4128"%s"4129msgstr ""4130"Die folgenden Dateien im Arbeitsverzeichnis würden durch die Aktualisierung\n"4131"über einen partiellen Checkout überschrieben werden:\n"4132"%s"41334134#: unpack-trees.c:1694135#, c-format4136msgid ""4137"The following working tree files would be removed by sparse checkout "4138"update:\n"4139"%s"4140msgstr ""4141"Die folgenden Dateien im Arbeitsverzeichnis würden durch die Aktualisierung\n"4142"über einen partiellen Checkout entfernt werden:\n"4143"%s"41444145#: unpack-trees.c:1714146#, c-format4147msgid ""4148"Cannot update submodule:\n"4149"%s"4150msgstr ""4151"Kann Submodul nicht aktualisieren:\n"4152"%s"41534154#: unpack-trees.c:2484155#, c-format4156msgid "Aborting\n"4157msgstr "Abbruch\n"41584159#: unpack-trees.c:2774160#, c-format4161msgid "submodule update strategy not supported for submodule '%s'"4162msgstr ""4163"Strategie zur Aktualisierung von Submodulen für Submodul '%s' nicht "4164"unterstützt."41654166#: unpack-trees.c:3464167msgid "Checking out files"4168msgstr "Checke Dateien aus"41694170#: urlmatch.c:1634171msgid "invalid URL scheme name or missing '://' suffix"4172msgstr "Ungültiges URL-Schema oder Suffix '://' fehlt"41734174#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4054175#, c-format4176msgid "invalid %XX escape sequence"4177msgstr "ungültige Escape-Sequenz %XX"41784179#: urlmatch.c:2154180msgid "missing host and scheme is not 'file:'"4181msgstr "fehlender Host und Schema ist nicht 'file:'"41824183#: urlmatch.c:2324184msgid "a 'file:' URL may not have a port number"4185msgstr "eine 'file:' URL darf keine Portnummer enthalten"41864187#: urlmatch.c:2474188msgid "invalid characters in host name"4189msgstr "Hostname enthält ungültige Zeichen"41904191#: urlmatch.c:292 urlmatch.c:3034192msgid "invalid port number"4193msgstr "ungültige Portnummer"41944195#: urlmatch.c:3714196msgid "invalid '..' path segment"4197msgstr "ungültiges '..' Pfadsegment"41984199#: worktree.c:2454200#, c-format4201msgid "failed to read '%s'"4202msgstr "Fehler beim Lesen von '%s'"42034204#: wrapper.c:223 wrapper.c:3934205#, c-format4206msgid "could not open '%s' for reading and writing"4207msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."42084209#: wrapper.c:225 wrapper.c:395 builtin/am.c:7664210#, c-format4211msgid "could not open '%s' for writing"4212msgstr "Konnte '%s' nicht zum Schreiben öffnen."42134214#: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:7574215#: builtin/am.c:849 builtin/merge.c:10144216#, c-format4217msgid "could not open '%s' for reading"4218msgstr "Konnte '%s' nicht zum Lesen öffnen."42194220#: wrapper.c:424 wrapper.c:6244221#, c-format4222msgid "unable to access '%s'"4223msgstr "konnte nicht auf '%s' zugreifen"42244225#: wrapper.c:6324226msgid "unable to get current working directory"4227msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."42284229#: wrapper.c:6564230#, c-format4231msgid "could not write to %s"4232msgstr "Konnte nicht nach '%s' schreiben."42334234#: wrapper.c:6584235#, c-format4236msgid "could not close %s"4237msgstr "Konnte '%s' nicht schließen."42384239#: wt-status.c:1524240msgid "Unmerged paths:"4241msgstr "Nicht zusammengeführte Pfade:"42424243#: wt-status.c:179 wt-status.c:2064244#, c-format4245msgid " (use \"git reset %s <file>...\" to unstage)"4246msgstr ""4247" (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"4248"Area)"42494250#: wt-status.c:181 wt-status.c:2084251msgid " (use \"git rm --cached <file>...\" to unstage)"4252msgstr ""4253" (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"4254"Area)"42554256#: wt-status.c:1854257msgid " (use \"git add <file>...\" to mark resolution)"4258msgstr ""4259" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"42604261#: wt-status.c:187 wt-status.c:1914262msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"4263msgstr ""4264" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "4265"markieren)"42664267#: wt-status.c:1894268msgid " (use \"git rm <file>...\" to mark resolution)"4269msgstr ""4270" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"42714272#: wt-status.c:200 wt-status.c:9814273msgid "Changes to be committed:"4274msgstr "zum Commit vorgemerkte Änderungen:"42754276#: wt-status.c:218 wt-status.c:9904277msgid "Changes not staged for commit:"4278msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"42794280#: wt-status.c:2224281msgid " (use \"git add <file>...\" to update what will be committed)"4282msgstr ""4283" (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "4284"vorzumerken)"42854286#: wt-status.c:2244287msgid " (use \"git add/rm <file>...\" to update what will be committed)"4288msgstr ""4289" (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "4290"vorzumerken)"42914292#: wt-status.c:2254293msgid ""4294" (use \"git checkout -- <file>...\" to discard changes in working directory)"4295msgstr ""4296" (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "4297"Arbeitsverzeichnis zu verwerfen)"42984299#: wt-status.c:2274300msgid " (commit or discard the untracked or modified content in submodules)"4301msgstr ""4302" (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt "4303"in den Submodulen)"43044305#: wt-status.c:2394306#, c-format4307msgid " (use \"git %s <file>...\" to include in what will be committed)"4308msgstr ""4309" (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "4310"vorzumerken)"43114312#: wt-status.c:2544313msgid "both deleted:"4314msgstr "beide gelöscht:"43154316#: wt-status.c:2564317msgid "added by us:"4318msgstr "von uns hinzugefügt:"43194320#: wt-status.c:2584321msgid "deleted by them:"4322msgstr "von denen gelöscht:"43234324#: wt-status.c:2604325msgid "added by them:"4326msgstr "von denen hinzugefügt:"43274328#: wt-status.c:2624329msgid "deleted by us:"4330msgstr "von uns gelöscht:"43314332#: wt-status.c:2644333msgid "both added:"4334msgstr "von beiden hinzugefügt:"43354336#: wt-status.c:2664337msgid "both modified:"4338msgstr "von beiden geändert:"43394340#: wt-status.c:2764341msgid "new file:"4342msgstr "neue Datei:"43434344#: wt-status.c:2784345msgid "copied:"4346msgstr "kopiert:"43474348#: wt-status.c:2804349msgid "deleted:"4350msgstr "gelöscht:"43514352#: wt-status.c:2824353msgid "modified:"4354msgstr "geändert:"43554356#: wt-status.c:2844357msgid "renamed:"4358msgstr "umbenannt:"43594360#: wt-status.c:2864361msgid "typechange:"4362msgstr "Typänderung:"43634364#: wt-status.c:2884365msgid "unknown:"4366msgstr "unbekannt:"43674368#: wt-status.c:2904369msgid "unmerged:"4370msgstr "nicht gemerged:"43714372#: wt-status.c:3724373msgid "new commits, "4374msgstr "neue Commits, "43754376#: wt-status.c:3744377msgid "modified content, "4378msgstr "geänderter Inhalt, "43794380#: wt-status.c:3764381msgid "untracked content, "4382msgstr "unversionierter Inhalt, "43834384#: wt-status.c:8214385#, c-format4386msgid "Your stash currently has %d entry"4387msgid_plural "Your stash currently has %d entries"4388msgstr[0] "Ihr Stash hat gerade %d Eintrag"4389msgstr[1] "Ihr Stash hat gerade %d Einträge"43904391#: wt-status.c:8534392msgid "Submodules changed but not updated:"4393msgstr "Submodule geändert, aber nicht aktualisiert:"43944395#: wt-status.c:8554396msgid "Submodule changes to be committed:"4397msgstr "Änderungen in Submodul zum Committen:"43984399#: wt-status.c:9374400msgid ""4401"Do not touch the line above.\n"4402"Everything below will be removed."4403msgstr ""4404"Ändern Sie nicht die obige Zeile.\n"4405"Alles unterhalb von ihr wird entfernt."44064407#: wt-status.c:10494408msgid "You have unmerged paths."4409msgstr "Sie haben nicht zusammengeführte Pfade."44104411#: wt-status.c:10524412msgid " (fix conflicts and run \"git commit\")"4413msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"44144415#: wt-status.c:10544416msgid " (use \"git merge --abort\" to abort the merge)"4417msgstr " (benutzen Sie \"git merge --abort\", um den Merge abzubrechen)"44184419#: wt-status.c:10594420msgid "All conflicts fixed but you are still merging."4421msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."44224423#: wt-status.c:10624424msgid " (use \"git commit\" to conclude merge)"4425msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"44264427#: wt-status.c:10724428msgid "You are in the middle of an am session."4429msgstr "Eine \"am\"-Sitzung ist im Gange."44304431#: wt-status.c:10754432msgid "The current patch is empty."4433msgstr "Der aktuelle Patch ist leer."44344435#: wt-status.c:10794436msgid " (fix conflicts and then run \"git am --continue\")"4437msgstr ""4438" (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"44394440#: wt-status.c:10814441msgid " (use \"git am --skip\" to skip this patch)"4442msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"44434444#: wt-status.c:10834445msgid " (use \"git am --abort\" to restore the original branch)"4446msgstr ""4447" (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "4448"wiederherzustellen)"44494450#: wt-status.c:12144451msgid "git-rebase-todo is missing."4452msgstr "git-rebase-todo fehlt."44534454#: wt-status.c:12164455msgid "No commands done."4456msgstr "Keine Befehle ausgeführt."44574458#: wt-status.c:12194459#, c-format4460msgid "Last command done (%d command done):"4461msgid_plural "Last commands done (%d commands done):"4462msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"4463msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"44644465#: wt-status.c:12304466#, c-format4467msgid " (see more in file %s)"4468msgstr " (mehr Informationen in Datei %s)"44694470#: wt-status.c:12354471msgid "No commands remaining."4472msgstr "Keine Befehle verbleibend."44734474#: wt-status.c:12384475#, c-format4476msgid "Next command to do (%d remaining command):"4477msgid_plural "Next commands to do (%d remaining commands):"4478msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"4479msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"44804481#: wt-status.c:12464482msgid " (use \"git rebase --edit-todo\" to view and edit)"4483msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"44844485#: wt-status.c:12594486#, c-format4487msgid "You are currently rebasing branch '%s' on '%s'."4488msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."44894490#: wt-status.c:12644491msgid "You are currently rebasing."4492msgstr "Sie sind gerade beim Rebase."44934494#: wt-status.c:12784495msgid " (fix conflicts and then run \"git rebase --continue\")"4496msgstr ""4497" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "4498"aus)"44994500#: wt-status.c:12804501msgid " (use \"git rebase --skip\" to skip this patch)"4502msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"45034504#: wt-status.c:12824505msgid " (use \"git rebase --abort\" to check out the original branch)"4506msgstr ""4507" (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "4508"auszuchecken)"45094510#: wt-status.c:12884511msgid " (all conflicts fixed: run \"git rebase --continue\")"4512msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"45134514#: wt-status.c:12924515#, c-format4516msgid ""4517"You are currently splitting a commit while rebasing branch '%s' on '%s'."4518msgstr ""4519"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "4520"'%s' im Gange ist."45214522#: wt-status.c:12974523msgid "You are currently splitting a commit during a rebase."4524msgstr "Sie teilen gerade einen Commit während eines Rebase auf."45254526#: wt-status.c:13004527msgid " (Once your working directory is clean, run \"git rebase --continue\")"4528msgstr ""4529" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"4530"continue\" aus)"45314532#: wt-status.c:13044533#, c-format4534msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."4535msgstr ""4536"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "4537"'%s'."45384539#: wt-status.c:13094540msgid "You are currently editing a commit during a rebase."4541msgstr "Sie editieren gerade einen Commit während eines Rebase."45424543#: wt-status.c:13124544msgid " (use \"git commit --amend\" to amend the current commit)"4545msgstr ""4546" (benutzen Sie \"git commit --amend\", um den aktuellen Commit "4547"nachzubessern)"45484549#: wt-status.c:13144550msgid ""4551" (use \"git rebase --continue\" once you are satisfied with your changes)"4552msgstr ""4553" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "4554"abgeschlossen sind)"45554556#: wt-status.c:13244557#, c-format4558msgid "You are currently cherry-picking commit %s."4559msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."45604561#: wt-status.c:13294562msgid " (fix conflicts and run \"git cherry-pick --continue\")"4563msgstr ""4564" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"4565"\" aus)"45664567#: wt-status.c:13324568msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"4569msgstr ""4570" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"45714572#: wt-status.c:13344573msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"4574msgstr ""4575" (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "4576"abzubrechen)"45774578#: wt-status.c:13434579#, c-format4580msgid "You are currently reverting commit %s."4581msgstr "Sie sind gerade an einem Revert von Commit '%s'."45824583#: wt-status.c:13484584msgid " (fix conflicts and run \"git revert --continue\")"4585msgstr ""4586" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "4587"aus)"45884589#: wt-status.c:13514590msgid " (all conflicts fixed: run \"git revert --continue\")"4591msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"45924593#: wt-status.c:13534594msgid " (use \"git revert --abort\" to cancel the revert operation)"4595msgstr ""4596" (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"45974598#: wt-status.c:13644599#, c-format4600msgid "You are currently bisecting, started from branch '%s'."4601msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."46024603#: wt-status.c:13684604msgid "You are currently bisecting."4605msgstr "Sie sind gerade bei einer binären Suche."46064607#: wt-status.c:13714608msgid " (use \"git bisect reset\" to get back to the original branch)"4609msgstr ""4610" (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "4611"zurückzukehren)"46124613#: wt-status.c:15684614msgid "On branch "4615msgstr "Auf Branch "46164617#: wt-status.c:15744618msgid "interactive rebase in progress; onto "4619msgstr "interaktives Rebase im Gange; auf "46204621#: wt-status.c:15764622msgid "rebase in progress; onto "4623msgstr "Rebase im Gange; auf "46244625#: wt-status.c:15814626msgid "HEAD detached at "4627msgstr "HEAD losgelöst bei "46284629#: wt-status.c:15834630msgid "HEAD detached from "4631msgstr "HEAD losgelöst von "46324633#: wt-status.c:15864634msgid "Not currently on any branch."4635msgstr "Im Moment auf keinem Branch."46364637#: wt-status.c:16064638msgid "Initial commit"4639msgstr "Initialer Commit"46404641#: wt-status.c:16074642msgid "No commits yet"4643msgstr "Noch keine Commits"46444645#: wt-status.c:16214646msgid "Untracked files"4647msgstr "Unversionierte Dateien"46484649#: wt-status.c:16234650msgid "Ignored files"4651msgstr "Ignorierte Dateien"46524653#: wt-status.c:16274654#, c-format4655msgid ""4656"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"4657"may speed it up, but you have to be careful not to forget to add\n"4658"new files yourself (see 'git help status')."4659msgstr ""4660"Es dauerte %.2f Sekunden die unversionierten Dateien zu bestimmen.\n"4661"'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"4662"neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."46634664#: wt-status.c:16334665#, c-format4666msgid "Untracked files not listed%s"4667msgstr "Unversionierte Dateien nicht aufgelistet%s"46684669#: wt-status.c:16354670msgid " (use -u option to show untracked files)"4671msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"46724673#: wt-status.c:16414674msgid "No changes"4675msgstr "Keine Änderungen"46764677#: wt-status.c:16464678#, c-format4679msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"4680msgstr ""4681"keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "4682"\"git commit -a\")\n"46834684#: wt-status.c:16494685#, c-format4686msgid "no changes added to commit\n"4687msgstr "keine Änderungen zum Commit vorgemerkt\n"46884689#: wt-status.c:16524690#, c-format4691msgid ""4692"nothing added to commit but untracked files present (use \"git add\" to "4693"track)\n"4694msgstr ""4695"nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"4696"(benutzen Sie \"git add\" zum Versionieren)\n"46974698#: wt-status.c:16554699#, c-format4700msgid "nothing added to commit but untracked files present\n"4701msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"47024703#: wt-status.c:16584704#, c-format4705msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"4706msgstr ""4707"nichts zu committen (Erstellen/Kopieren Sie Dateien und benutzen\n"4708"Sie \"git add\" zum Versionieren)\n"47094710#: wt-status.c:1661 wt-status.c:16664711#, c-format4712msgid "nothing to commit\n"4713msgstr "nichts zu committen\n"47144715#: wt-status.c:16644716#, c-format4717msgid "nothing to commit (use -u to show untracked files)\n"4718msgstr ""4719"nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "4720"anzuzeigen)\n"47214722#: wt-status.c:16684723#, c-format4724msgid "nothing to commit, working tree clean\n"4725msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"47264727#: wt-status.c:17804728msgid "No commits yet on "4729msgstr "Noch keine Commits in "47304731#: wt-status.c:17844732msgid "HEAD (no branch)"4733msgstr "HEAD (kein Branch)"47344735#: wt-status.c:1813 wt-status.c:18214736msgid "behind "4737msgstr "hinterher "47384739#: wt-status.c:1816 wt-status.c:18194740msgid "ahead "4741msgstr "voraus "47424743#. TRANSLATORS: the action is e.g. "pull with rebase"4744#: wt-status.c:23114745#, c-format4746msgid "cannot %s: You have unstaged changes."4747msgstr ""4748"%s nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt sind."47494750#: wt-status.c:23174751msgid "additionally, your index contains uncommitted changes."4752msgstr "Zusätzlich enthält die Staging-Area nicht committete Änderungen."47534754#: wt-status.c:23194755#, c-format4756msgid "cannot %s: Your index contains uncommitted changes."4757msgstr ""4758"%s nicht möglich: Die Staging-Area enthält nicht committete Änderungen."47594760#: compat/precompose_utf8.c:58 builtin/clone.c:4364761#, c-format4762msgid "failed to unlink '%s'"4763msgstr "Konnte '%s' nicht entfernen."47644765#: builtin/add.c:244766msgid "git add [<options>] [--] <pathspec>..."4767msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..."47684769#: builtin/add.c:824770#, c-format4771msgid "unexpected diff status %c"4772msgstr "unerwarteter Differenz-Status %c"47734774#: builtin/add.c:87 builtin/commit.c:2924775msgid "updating files failed"4776msgstr "Aktualisierung der Dateien fehlgeschlagen"47774778#: builtin/add.c:974779#, c-format4780msgid "remove '%s'\n"4781msgstr "lösche '%s'\n"47824783#: builtin/add.c:1514784msgid "Unstaged changes after refreshing the index:"4785msgstr ""4786"Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"47874788#: builtin/add.c:211 builtin/rev-parse.c:8734789msgid "Could not read the index"4790msgstr "Konnte den Index nicht lesen"47914792#: builtin/add.c:2224793#, c-format4794msgid "Could not open '%s' for writing."4795msgstr "Konnte '%s' nicht zum Schreiben öffnen."47964797#: builtin/add.c:2264798msgid "Could not write patch"4799msgstr "Konnte Patch nicht schreiben"48004801#: builtin/add.c:2294802msgid "editing patch failed"4803msgstr "Bearbeitung des Patches fehlgeschlagen"48044805#: builtin/add.c:2324806#, c-format4807msgid "Could not stat '%s'"4808msgstr "Konnte Verzeichnis '%s' nicht lesen"48094810#: builtin/add.c:2344811msgid "Empty patch. Aborted."4812msgstr "Leerer Patch. Abgebrochen."48134814#: builtin/add.c:2394815#, c-format4816msgid "Could not apply '%s'"4817msgstr "Konnte '%s' nicht anwenden."48184819#: builtin/add.c:2494820msgid "The following paths are ignored by one of your .gitignore files:\n"4821msgstr ""4822"Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "4823"ignoriert:\n"48244825#: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:1244826#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:5294827#: builtin/remote.c:1332 builtin/rm.c:242 builtin/send-pack.c:1644828msgid "dry run"4829msgstr "Probelauf"48304831#: builtin/add.c:2724832msgid "interactive picking"4833msgstr "interaktives Auswählen"48344835#: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:2994836msgid "select hunks interactively"4837msgstr "Blöcke interaktiv auswählen"48384839#: builtin/add.c:2744840msgid "edit current diff and apply"4841msgstr "aktuelle Unterschiede editieren und anwenden"48424843#: builtin/add.c:2754844msgid "allow adding otherwise ignored files"4845msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"48464847#: builtin/add.c:2764848msgid "update tracked files"4849msgstr "versionierte Dateien aktualisieren"48504851#: builtin/add.c:2774852msgid "record only the fact that the path will be added later"4853msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"48544855#: builtin/add.c:2784856msgid "add changes from all tracked and untracked files"4857msgstr ""4858"Änderungen von allen versionierten und unversionierten Dateien hinzufügen"48594860#: builtin/add.c:2814861msgid "ignore paths removed in the working tree (same as --no-all)"4862msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"48634864#: builtin/add.c:2834865msgid "don't add, only refresh the index"4866msgstr "nichts hinzufügen, nur den Index aktualisieren"48674868#: builtin/add.c:2844869msgid "just skip files which cannot be added because of errors"4870msgstr ""4871"Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "4872"konnten"48734874#: builtin/add.c:2854875msgid "check if - even missing - files are ignored in dry run"4876msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"48774878#: builtin/add.c:286 builtin/update-index.c:9524879msgid "(+/-)x"4880msgstr "(+/-)x"48814882#: builtin/add.c:286 builtin/update-index.c:9534883msgid "override the executable bit of the listed files"4884msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"48854886#: builtin/add.c:2884887msgid "warn when adding an embedded repository"4888msgstr "warnen wenn eingebettetes Repository hinzugefügt wird"48894890#: builtin/add.c:3034891#, c-format4892msgid ""4893"You've added another git repository inside your current repository.\n"4894"Clones of the outer repository will not contain the contents of\n"4895"the embedded repository and will not know how to obtain it.\n"4896"If you meant to add a submodule, use:\n"4897"\n"4898"\tgit submodule add <url> %s\n"4899"\n"4900"If you added this path by mistake, you can remove it from the\n"4901"index with:\n"4902"\n"4903"\tgit rm --cached %s\n"4904"\n"4905"See \"git help submodule\" for more information."4906msgstr ""4907"Sie haben ein Git-Repository innerhalb ihres aktuellen Repositories hinzugefügt.\n"4908"Klone des äußeren Repositories werden die Inhalte des eingebetteten Repositories\n"4909"weder enthalten, noch wissen, wie diese zu beschaffen sind.\n"4910"Wenn Sie ein Submodul hinzufügen wollten, benutzen Sie:\n"4911"\n"4912"\tgit submodule add <URL> %s\n"4913"\n"4914"Wenn Sie diesen Pfad aus Versehen hinzugefügt haben, können Sie diesen mit\n"4915"\n"4916"\tgit rm --cached %s\n"4917"\n"4918"vom Index entfernen.\n"4919"\n"4920"Siehe \"git help submodule\" für weitere Informationen."49214922#: builtin/add.c:3314923#, c-format4924msgid "adding embedded git repository: %s"4925msgstr "Füge eingebettetes Repository hinzu: %s"49264927#: builtin/add.c:3494928#, c-format4929msgid "Use -f if you really want to add them.\n"4930msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"49314932#: builtin/add.c:3574933msgid "adding files failed"4934msgstr "Hinzufügen von Dateien fehlgeschlagen"49354936#: builtin/add.c:3944937msgid "-A and -u are mutually incompatible"4938msgstr "Die Optionen -A und -u sind zueinander inkompatibel."49394940#: builtin/add.c:4014941msgid "Option --ignore-missing can only be used together with --dry-run"4942msgstr ""4943"Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."49444945#: builtin/add.c:4054946#, c-format4947msgid "--chmod param '%s' must be either -x or +x"4948msgstr "--chmod Parameter '%s' muss entweder -x oder +x sein"49494950#: builtin/add.c:4204951#, c-format4952msgid "Nothing specified, nothing added.\n"4953msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"49544955#: builtin/add.c:4214956#, c-format4957msgid "Maybe you wanted to say 'git add .'?\n"4958msgstr "Meinten Sie vielleicht 'git add .'?\n"49594960#: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:2824961#: builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:3514962#: builtin/mv.c:144 builtin/reset.c:238 builtin/rm.c:2724963#: builtin/submodule--helper.c:2444964msgid "index file corrupt"4965msgstr "Index-Datei beschädigt"49664967#: builtin/am.c:4134968msgid "could not parse author script"4969msgstr "konnte Autor-Skript nicht parsen"49704971#: builtin/am.c:4894972#, c-format4973msgid "'%s' was deleted by the applypatch-msg hook"4974msgstr "'%s' wurde durch den applypatch-msg Hook entfernt"49754976#: builtin/am.c:5304977#, c-format4978msgid "Malformed input line: '%s'."4979msgstr "Fehlerhafte Eingabezeile: '%s'."49804981#: builtin/am.c:5674982#, c-format4983msgid "Failed to copy notes from '%s' to '%s'"4984msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"49854986#: builtin/am.c:5934987msgid "fseek failed"4988msgstr "\"fseek\" fehlgeschlagen"49894990#: builtin/am.c:7774991#, c-format4992msgid "could not parse patch '%s'"4993msgstr "konnte Patch '%s' nicht parsen"49944995#: builtin/am.c:8424996msgid "Only one StGIT patch series can be applied at once"4997msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."49984999#: builtin/am.c:8895000msgid "invalid timestamp"5001msgstr "ungültiger Zeitstempel"50025003#: builtin/am.c:892 builtin/am.c:9005004msgid "invalid Date line"5005msgstr "Ungültige \"Date\"-Zeile"50065007#: builtin/am.c:8975008msgid "invalid timezone offset"5009msgstr "Ungültiger Offset in der Zeitzone"50105011#: builtin/am.c:9865012msgid "Patch format detection failed."5013msgstr "Patch-Formaterkennung fehlgeschlagen."50145015#: builtin/am.c:991 builtin/clone.c:4015016#, c-format5017msgid "failed to create directory '%s'"5018msgstr "Fehler beim Erstellen von Verzeichnis '%s'"50195020#: builtin/am.c:9955021msgid "Failed to split patches."5022msgstr "Fehler beim Aufteilen der Patches."50235024#: builtin/am.c:1120 builtin/commit.c:3775025msgid "unable to write index file"5026msgstr "Konnte Index-Datei nicht schreiben."50275028#: builtin/am.c:11715029#, c-format5030msgid "When you have resolved this problem, run \"%s --continue\"."5031msgstr ""5032"Wenn Sie das Problem aufgelöst haben, führen Sie \"%s --continue\" aus."50335034#: builtin/am.c:11725035#, c-format5036msgid "If you prefer to skip this patch, run \"%s --skip\" instead."5037msgstr ""5038"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --skip"5039"\" aus."50405041#: builtin/am.c:11735042#, c-format5043msgid "To restore the original branch and stop patching, run \"%s --abort\"."5044msgstr ""5045"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "5046"Patches abzubrechen, führen Sie \"%s --abort\" aus."50475048#: builtin/am.c:13045049msgid "Patch is empty."5050msgstr "Patch ist leer."50515052#: builtin/am.c:13705053#, c-format5054msgid "invalid ident line: %.*s"5055msgstr "Ungültige Identifikationszeile: %.*s"50565057#: builtin/am.c:13925058#, c-format5059msgid "unable to parse commit %s"5060msgstr "Konnte Commit '%s' nicht parsen."50615062#: builtin/am.c:15865063msgid "Repository lacks necessary blobs to fall back on 3-way merge."5064msgstr ""5065"Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "5066"zurückzufallen."50675068#: builtin/am.c:15885069msgid "Using index info to reconstruct a base tree..."5070msgstr ""5071"Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis "5072"nachzustellen ..."50735074#: builtin/am.c:16075075msgid ""5076"Did you hand edit your patch?\n"5077"It does not apply to blobs recorded in its index."5078msgstr ""5079"Haben Sie den Patch per Hand editiert?\n"5080"Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."50815082#: builtin/am.c:16135083msgid "Falling back to patching base and 3-way merge..."5084msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."50855086#: builtin/am.c:16385087msgid "Failed to merge in the changes."5088msgstr "Merge der Änderungen fehlgeschlagen."50895090#: builtin/am.c:1662 builtin/merge.c:6325091msgid "git write-tree failed to write a tree"5092msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"50935094#: builtin/am.c:16695095msgid "applying to an empty history"5096msgstr "auf leere Historie anwenden"50975098#: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:8035099#: builtin/merge.c:8285100msgid "failed to write commit object"5101msgstr "Fehler beim Schreiben des Commit-Objektes."51025103#: builtin/am.c:1715 builtin/am.c:17195104#, c-format5105msgid "cannot resume: %s does not exist."5106msgstr "Kann nicht fortsetzen: %s existiert nicht"51075108#: builtin/am.c:17355109msgid "cannot be interactive without stdin connected to a terminal."5110msgstr ""5111"Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "5112"Terminal verbunden ist."51135114#: builtin/am.c:17405115msgid "Commit Body is:"5116msgstr "Commit-Beschreibung ist:"51175118#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]5119#. in your translation. The program will only accept English5120#. input at this point.5121#.5122#: builtin/am.c:17505123msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "5124msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "51255126#: builtin/am.c:18005127#, c-format5128msgid "Dirty index: cannot apply patches (dirty: %s)"5129msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)"51305131#: builtin/am.c:1840 builtin/am.c:19125132#, c-format5133msgid "Applying: %.*s"5134msgstr "Wende an: %.*s"51355136#: builtin/am.c:18565137msgid "No changes -- Patch already applied."5138msgstr "Keine Änderungen -- Patches bereits angewendet."51395140#: builtin/am.c:18645141#, c-format5142msgid "Patch failed at %s %.*s"5143msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s"51445145#: builtin/am.c:18705146#, c-format5147msgid "The copy of the patch that failed is found in: %s"5148msgstr "Die Kopie des fehlgeschlagenen Patches befindet sich in: %s"51495150#: builtin/am.c:19155151msgid ""5152"No changes - did you forget to use 'git add'?\n"5153"If there is nothing left to stage, chances are that something else\n"5154"already introduced the same changes; you might want to skip this patch."5155msgstr ""5156"Keine Änderungen - haben Sie vergessen 'git add' zu benutzen?\n"5157"Wenn keine Änderungen mehr zum Commit vorzumerken sind, könnten\n"5158"diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"5159"auslassen."51605161#: builtin/am.c:19225162msgid ""5163"You still have unmerged paths in your index.\n"5164"You should 'git add' each file with resolved conflicts to mark them as "5165"such.\n"5166"You might run `git rm` on a file to accept \"deleted by them\" for it."5167msgstr ""5168"Sie haben noch immer nicht zusammengeführte Pfade in Ihrem Index.\n"5169"Sie sollten 'git add' für jede Datei mit aufgelösten Konflikten ausführen,\n"5170"um diese als solche zu markieren.\n"5171"Sie können 'git rm' auf Dateien ausführen, um \"von denen gelöscht\" für\n"5172"diese zu akzeptieren."51735174#: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:3235175#: builtin/reset.c:3315176#, c-format5177msgid "Could not parse object '%s'."5178msgstr "Konnte Objekt '%s' nicht parsen."51795180#: builtin/am.c:20835181msgid "failed to clean index"5182msgstr "Fehler beim Bereinigen des Index"51835184#: builtin/am.c:21175185msgid ""5186"You seem to have moved HEAD since the last 'am' failure.\n"5187"Not rewinding to ORIG_HEAD"5188msgstr ""5189"Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"5190"Keine Zurücksetzung zu ORIG_HEAD."51915192#: builtin/am.c:21805193#, c-format5194msgid "Invalid value for --patch-format: %s"5195msgstr "Ungültiger Wert für --patch-format: %s"51965197#: builtin/am.c:22135198msgid "git am [<options>] [(<mbox> | <Maildir>)...]"5199msgstr "git am [<Optionen>] [(<mbox> | <E-Mail-Verzeichnis>)...]"52005201#: builtin/am.c:22145202msgid "git am [<options>] (--continue | --skip | --abort)"5203msgstr "git am [<Optionen>] (--continue | --skip | --abort)"52045205#: builtin/am.c:22205206msgid "run interactively"5207msgstr "interaktiv ausführen"52085209#: builtin/am.c:22225210msgid "historical option -- no-op"5211msgstr "historische Option -- kein Effekt"52125213#: builtin/am.c:22245214msgid "allow fall back on 3way merging if needed"5215msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"52165217#: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:575218#: builtin/repack.c:1805219msgid "be quiet"5220msgstr "weniger Ausgaben"52215222#: builtin/am.c:22275223msgid "add a Signed-off-by line to the commit message"5224msgstr "der Commit-Beschreibung eine Signed-off-by Zeile hinzufügen"52255226#: builtin/am.c:22305227msgid "recode into utf8 (default)"5228msgstr "nach UTF-8 umkodieren (Standard)"52295230#: builtin/am.c:22325231msgid "pass -k flag to git-mailinfo"5232msgstr "-k an git-mailinfo übergeben"52335234#: builtin/am.c:22345235msgid "pass -b flag to git-mailinfo"5236msgstr "-b an git-mailinfo übergeben"52375238#: builtin/am.c:22365239msgid "pass -m flag to git-mailinfo"5240msgstr "-m an git-mailinfo übergeben"52415242#: builtin/am.c:22385243msgid "pass --keep-cr flag to git-mailsplit for mbox format"5244msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben"52455246#: builtin/am.c:22415247msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"5248msgstr "kein --keep-cr an git-mailsplit übergeben, unabhängig von am.keepcr"52495250#: builtin/am.c:22445251msgid "strip everything before a scissors line"5252msgstr "alles vor einer Scheren-Zeile entfernen"52535254#: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:22555255#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:22675256#: builtin/am.c:22735257msgid "pass it through git-apply"5258msgstr "an git-apply übergeben"52595260#: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:6665261#: builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:1425262#: builtin/pull.c:197 builtin/repack.c:189 builtin/repack.c:1935263#: builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:1695264#: builtin/tag.c:399 parse-options.h:132 parse-options.h:1345265#: parse-options.h:2455266msgid "n"5267msgstr "Anzahl"52685269#: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:385270#: builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:395271msgid "format"5272msgstr "Format"52735274#: builtin/am.c:22705275msgid "format the patch(es) are in"5276msgstr "Patch-Format"52775278#: builtin/am.c:22765279msgid "override error message when patch failure occurs"5280msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben"52815282#: builtin/am.c:22785283msgid "continue applying patches after resolving a conflict"5284msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen"52855286#: builtin/am.c:22815287msgid "synonyms for --continue"5288msgstr "Synonyme für --continue"52895290#: builtin/am.c:22845291msgid "skip the current patch"5292msgstr "den aktuellen Patch auslassen"52935294#: builtin/am.c:22875295msgid "restore the original branch and abort the patching operation."5296msgstr ""5297"ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen"52985299#: builtin/am.c:22915300msgid "lie about committer date"5301msgstr "Autor-Datum als Commit-Datum verwenden"53025303#: builtin/am.c:22935304msgid "use current timestamp for author date"5305msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"53065307#: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:2335308#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:4145309msgid "key-id"5310msgstr "GPG-Schlüsselkennung"53115312#: builtin/am.c:22965313msgid "GPG-sign commits"5314msgstr "Commits mit GPG signieren"53155316#: builtin/am.c:22995317msgid "(internal use for git-rebase)"5318msgstr "(intern für git-rebase verwendet)"53195320#: builtin/am.c:23175321msgid ""5322"The -b/--binary option has been a no-op for long time, and\n"5323"it will be removed. Please do not use it anymore."5324msgstr ""5325"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"5326"entfernt. Bitte verwenden Sie diese nicht mehr."53275328#: builtin/am.c:23245329msgid "failed to read the index"5330msgstr "Fehler beim Lesen des Index"53315332#: builtin/am.c:23395333#, c-format5334msgid "previous rebase directory %s still exists but mbox given."5335msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben."53365337#: builtin/am.c:23635338#, c-format5339msgid ""5340"Stray %s directory found.\n"5341"Use \"git am --abort\" to remove it."5342msgstr ""5343"Stray %s Verzeichnis gefunden.\n"5344"Benutzen Sie \"git am --abort\", um es zu entfernen."53455346#: builtin/am.c:23695347msgid "Resolve operation not in progress, we are not resuming."5348msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."53495350#: builtin/apply.c:85351msgid "git apply [<options>] [<patch>...]"5352msgstr "git apply [<Optionen>] [<Patch>...]"53535354#: builtin/archive.c:175355#, c-format5356msgid "could not create archive file '%s'"5357msgstr "Konnte Archiv-Datei '%s' nicht erstellen."53585359#: builtin/archive.c:205360msgid "could not redirect output"5361msgstr "Konnte Ausgabe nicht umleiten."53625363#: builtin/archive.c:375364msgid "git archive: Remote with no URL"5365msgstr "git archive: Externes Archiv ohne URL"53665367#: builtin/archive.c:585368msgid "git archive: expected ACK/NAK, got EOF"5369msgstr "git archive: habe ACK/NAK erwartet, aber EOF bekommen"53705371#: builtin/archive.c:615372#, c-format5373msgid "git archive: NACK %s"5374msgstr "git archive: NACK %s"53755376#: builtin/archive.c:645377msgid "git archive: protocol error"5378msgstr "git archive: Protokollfehler"53795380#: builtin/archive.c:685381msgid "git archive: expected a flush"5382msgstr "git archive: erwartete eine Spülung (flush)"53835384#: builtin/bisect--helper.c:75385msgid "git bisect--helper --next-all [--no-checkout]"5386msgstr "git bisect--helper --next-all [--no-checkout]"53875388#: builtin/bisect--helper.c:175389msgid "perform 'git bisect next'"5390msgstr "'git bisect next' ausführen"53915392#: builtin/bisect--helper.c:195393msgid "update BISECT_HEAD instead of checking out the current commit"5394msgstr "BISECT_HEAD aktualisieren, anstatt den aktuellen Commit auszuchecken"53955396#: builtin/blame.c:275397msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"5398msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>"53995400#: builtin/blame.c:325401msgid "<rev-opts> are documented in git-rev-list(1)"5402msgstr "<rev-opts> sind dokumentiert in git-rev-list(1)"54035404#: builtin/blame.c:6685405msgid "Show blame entries as we find them, incrementally"5406msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie generieren"54075408#: builtin/blame.c:6695409msgid "Show blank SHA-1 for boundary commits (Default: off)"5410msgstr "leere SHA-1 für Grenz-Commits anzeigen (Standard: aus)"54115412#: builtin/blame.c:6705413msgid "Do not treat root commits as boundaries (Default: off)"5414msgstr "Ursprungs-Commits nicht als Grenzen behandeln (Standard: aus)"54155416#: builtin/blame.c:6715417msgid "Show work cost statistics"5418msgstr "Statistiken zum Arbeitsaufwand anzeigen"54195420#: builtin/blame.c:6725421msgid "Force progress reporting"5422msgstr "Fortschrittsanzeige erzwingen"54235424#: builtin/blame.c:6735425msgid "Show output score for blame entries"5426msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen"54275428#: builtin/blame.c:6745429msgid "Show original filename (Default: auto)"5430msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)"54315432#: builtin/blame.c:6755433msgid "Show original linenumber (Default: off)"5434msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)"54355436#: builtin/blame.c:6765437msgid "Show in a format designed for machine consumption"5438msgstr "Anzeige in einem Format für maschinelle Auswertung"54395440#: builtin/blame.c:6775441msgid "Show porcelain format with per-line commit information"5442msgstr ""5443"Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"54445445#: builtin/blame.c:6785446msgid "Use the same output mode as git-annotate (Default: off)"5447msgstr ""5448"Den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)"54495450#: builtin/blame.c:6795451msgid "Show raw timestamp (Default: off)"5452msgstr "Unbearbeiteten Zeitstempel anzeigen (Standard: aus)"54535454#: builtin/blame.c:6805455msgid "Show long commit SHA1 (Default: off)"5456msgstr "Langen Commit-SHA1 anzeigen (Standard: aus)"54575458#: builtin/blame.c:6815459msgid "Suppress author name and timestamp (Default: off)"5460msgstr "Den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)"54615462#: builtin/blame.c:6825463msgid "Show author email instead of name (Default: off)"5464msgstr ""5465"Anstatt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)"54665467#: builtin/blame.c:6835468msgid "Ignore whitespace differences"5469msgstr "Unterschiede im Whitespace ignorieren"54705471#: builtin/blame.c:6905472msgid "Use an experimental heuristic to improve diffs"5473msgstr ""5474"eine experimentelle Heuristik zur Verbesserung der Darstellung\n"5475"von Unterschieden verwenden"54765477#: builtin/blame.c:6925478msgid "Spend extra cycles to find better match"5479msgstr "Länger arbeiten, um bessere Übereinstimmungen zu finden"54805481#: builtin/blame.c:6935482msgid "Use revisions from <file> instead of calling git-rev-list"5483msgstr "Commits von <Datei> benutzen, anstatt \"git-rev-list\" aufzurufen"54845485#: builtin/blame.c:6945486msgid "Use <file>'s contents as the final image"5487msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen"54885489#: builtin/blame.c:695 builtin/blame.c:6965490msgid "score"5491msgstr "Bewertung"54925493#: builtin/blame.c:6955494msgid "Find line copies within and across files"5495msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden"54965497#: builtin/blame.c:6965498msgid "Find line movements within and across files"5499msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden"55005501#: builtin/blame.c:6975502msgid "n,m"5503msgstr "n,m"55045505#: builtin/blame.c:6975506msgid "Process only line range n,m, counting from 1"5507msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"55085509#: builtin/blame.c:7445510msgid "--progress can't be used with --incremental or porcelain formats"5511msgstr ""5512"--progress kann nicht mit --incremental oder Formaten für Fremdprogramme\n"5513"verwendet werden"55145515#. TRANSLATORS: This string is used to tell us the5516#. maximum display width for a relative timestamp in5517#. "git blame" output. For C locale, "4 years, 115518#. months ago", which takes 22 places, is the longest5519#. among various forms of relative timestamps, but5520#. your language may need more or fewer display5521#. columns.5522#.5523#: builtin/blame.c:7955524msgid "4 years, 11 months ago"5525msgstr "vor 4 Jahren und 11 Monaten"55265527#: builtin/blame.c:8825528#, c-format5529msgid "file %s has only %lu line"5530msgid_plural "file %s has only %lu lines"5531msgstr[0] "Datei %s hat nur %lu Zeile"5532msgstr[1] "Datei %s hat nur %lu Zeilen"55335534#: builtin/blame.c:9285535msgid "Blaming lines"5536msgstr "Verarbeite Zeilen"55375538#: builtin/branch.c:275539msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"5540msgstr "git branch [<Optionen>] [-r | -a] [--merged | --no-merged]"55415542#: builtin/branch.c:285543msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"5544msgstr "git branch [<Optionen>] [-l] [-f] <Branchname> [<Startpunkt>]"55455546#: builtin/branch.c:295547msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."5548msgstr "git branch [<Optionen>] [-r] (-d | -D) <Branchname>..."55495550#: builtin/branch.c:305551msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"5552msgstr "git branch [<Optionen>] (-m | -M) [<alter-Branch>] <neuer-Branch>"55535554#: builtin/branch.c:315555msgid "git branch [<options>] [-r | -a] [--points-at]"5556msgstr "git branch [<Optionen>] [-r | -a] [--points-at]"55575558#: builtin/branch.c:325559msgid "git branch [<options>] [-r | -a] [--format]"5560msgstr "git branch [<Optionen>] [-r | -a] [--format]"55615562#: builtin/branch.c:1455563#, c-format5564msgid ""5565"deleting branch '%s' that has been merged to\n"5566" '%s', but not yet merged to HEAD."5567msgstr ""5568"entferne Branch '%s', der zusammengeführt wurde mit\n"5569" '%s', aber noch nicht mit HEAD zusammengeführt wurde."55705571#: builtin/branch.c:1495572#, c-format5573msgid ""5574"not deleting branch '%s' that is not yet merged to\n"5575" '%s', even though it is merged to HEAD."5576msgstr ""5577"entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n"5578" '%s', obwohl er mit HEAD zusammengeführt wurde."55795580#: builtin/branch.c:1635581#, c-format5582msgid "Couldn't look up commit object for '%s'"5583msgstr "Konnte Commit-Objekt für '%s' nicht nachschlagen."55845585#: builtin/branch.c:1675586#, c-format5587msgid ""5588"The branch '%s' is not fully merged.\n"5589"If you are sure you want to delete it, run 'git branch -D %s'."5590msgstr ""5591"Der Branch '%s' ist nicht vollständig zusammengeführt.\n"5592"Wenn Sie sicher sind diesen Branch zu entfernen, führen Sie 'git branch -D "5593"%s' aus."55945595#: builtin/branch.c:1805596msgid "Update of config-file failed"5597msgstr "Aktualisierung der Konfigurationsdatei fehlgeschlagen."55985599#: builtin/branch.c:2115600msgid "cannot use -a with -d"5601msgstr "kann -a nicht mit -d benutzen"56025603#: builtin/branch.c:2175604msgid "Couldn't look up commit object for HEAD"5605msgstr "Konnte Commit-Objekt für HEAD nicht nachschlagen."56065607#: builtin/branch.c:2315608#, c-format5609msgid "Cannot delete branch '%s' checked out at '%s'"5610msgstr "Kann Branch '%s' nicht entfernen, ausgecheckt in '%s'."56115612#: builtin/branch.c:2465613#, c-format5614msgid "remote-tracking branch '%s' not found."5615msgstr "Remote-Tracking-Branch '%s' nicht gefunden"56165617#: builtin/branch.c:2475618#, c-format5619msgid "branch '%s' not found."5620msgstr "Branch '%s' nicht gefunden."56215622#: builtin/branch.c:2625623#, c-format5624msgid "Error deleting remote-tracking branch '%s'"5625msgstr "Fehler beim Entfernen des Remote-Tracking-Branches '%s'"56265627#: builtin/branch.c:2635628#, c-format5629msgid "Error deleting branch '%s'"5630msgstr "Fehler beim Entfernen des Branches '%s'"56315632#: builtin/branch.c:2705633#, c-format5634msgid "Deleted remote-tracking branch %s (was %s).\n"5635msgstr "Remote-Tracking-Branch %s entfernt (war %s).\n"56365637#: builtin/branch.c:2715638#, c-format5639msgid "Deleted branch %s (was %s).\n"5640msgstr "Branch %s entfernt (war %s).\n"56415642#: builtin/branch.c:4455643#, c-format5644msgid "Branch %s is being rebased at %s"5645msgstr "Branch %s wird auf %s umgesetzt"56465647#: builtin/branch.c:4495648#, c-format5649msgid "Branch %s is being bisected at %s"5650msgstr "Binäre Suche von Branch %s zu %s im Gange"56515652#: builtin/branch.c:4645653msgid "cannot rename the current branch while not on any."5654msgstr ""5655"Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."56565657#: builtin/branch.c:4745658#, c-format5659msgid "Invalid branch name: '%s'"5660msgstr "Ungültiger Branchname: '%s'"56615662#: builtin/branch.c:4915663msgid "Branch rename failed"5664msgstr "Umbenennung des Branches fehlgeschlagen"56655666#: builtin/branch.c:4945667#, c-format5668msgid "Renamed a misnamed branch '%s' away"5669msgstr "falsch benannten Branch '%s' umbenannt"56705671#: builtin/branch.c:4975672#, c-format5673msgid "Branch renamed to %s, but HEAD is not updated!"5674msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"56755676#: builtin/branch.c:5065677msgid "Branch is renamed, but update of config-file failed"5678msgstr ""5679"Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "5680"fehlgeschlagen."56815682#: builtin/branch.c:5225683#, c-format5684msgid ""5685"Please edit the description for the branch\n"5686" %s\n"5687"Lines starting with '%c' will be stripped.\n"5688msgstr ""5689"Bitte ändern Sie die Beschreibung für den Branch\n"5690" %s\n"5691"Zeilen, die mit '%c' beginnen, werden entfernt.\n"56925693#: builtin/branch.c:5555694msgid "Generic options"5695msgstr "Allgemeine Optionen"56965697#: builtin/branch.c:5575698msgid "show hash and subject, give twice for upstream branch"5699msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch"57005701#: builtin/branch.c:5585702msgid "suppress informational messages"5703msgstr "Informationsmeldungen unterdrücken"57045705#: builtin/branch.c:5595706msgid "set up tracking mode (see git-pull(1))"5707msgstr "den Übernahmemodus einstellen (siehe git-pull(1))"57085709#: builtin/branch.c:5615710msgid "change upstream info"5711msgstr "Informationen zum Upstream-Branch ändern"57125713#: builtin/branch.c:5635714msgid "upstream"5715msgstr "Upstream"57165717#: builtin/branch.c:5635718msgid "change the upstream info"5719msgstr "Informationen zum Upstream-Branch ändern"57205721#: builtin/branch.c:5645722msgid "Unset the upstream info"5723msgstr "Informationen zum Upstream-Branch entfernen"57245725#: builtin/branch.c:5655726msgid "use colored output"5727msgstr "farbige Ausgaben verwenden"57285729#: builtin/branch.c:5665730msgid "act on remote-tracking branches"5731msgstr "auf Remote-Tracking-Branches wirken"57325733#: builtin/branch.c:568 builtin/branch.c:5705734msgid "print only branches that contain the commit"5735msgstr "nur Branches ausgeben, die diesen Commit enthalten"57365737#: builtin/branch.c:569 builtin/branch.c:5715738msgid "print only branches that don't contain the commit"5739msgstr "nur Branches ausgeben, die diesen Commit nicht enthalten"57405741#: builtin/branch.c:5745742msgid "Specific git-branch actions:"5743msgstr "spezifische Aktionen für \"git-branch\":"57445745#: builtin/branch.c:5755746msgid "list both remote-tracking and local branches"5747msgstr "Remote-Tracking und lokale Branches auflisten"57485749#: builtin/branch.c:5775750msgid "delete fully merged branch"5751msgstr "vollständig zusammengeführten Branch entfernen"57525753#: builtin/branch.c:5785754msgid "delete branch (even if not merged)"5755msgstr "Branch löschen (auch wenn nicht zusammengeführt)"57565757#: builtin/branch.c:5795758msgid "move/rename a branch and its reflog"5759msgstr "einen Branch und dessen Reflog verschieben/umbenennen"57605761#: builtin/branch.c:5805762msgid "move/rename a branch, even if target exists"5763msgstr ""5764"einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert"57655766#: builtin/branch.c:5815767msgid "list branch names"5768msgstr "Branchnamen auflisten"57695770#: builtin/branch.c:5825771msgid "create the branch's reflog"5772msgstr "das Reflog des Branches erzeugen"57735774#: builtin/branch.c:5845775msgid "edit the description for the branch"5776msgstr "die Beschreibung für den Branch bearbeiten"57775778#: builtin/branch.c:5855779msgid "force creation, move/rename, deletion"5780msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen"57815782#: builtin/branch.c:5865783msgid "print only branches that are merged"5784msgstr "nur zusammengeführte Branches ausgeben"57855786#: builtin/branch.c:5875787msgid "print only branches that are not merged"5788msgstr "nur nicht zusammengeführte Branches ausgeben"57895790#: builtin/branch.c:5885791msgid "list branches in columns"5792msgstr "Branches in Spalten auflisten"57935794#: builtin/branch.c:589 builtin/for-each-ref.c:39 builtin/tag.c:4275795msgid "key"5796msgstr "Schüssel"57975798#: builtin/branch.c:590 builtin/for-each-ref.c:40 builtin/tag.c:4285799msgid "field name to sort on"5800msgstr "sortiere nach diesem Feld"58015802#: builtin/branch.c:592 builtin/for-each-ref.c:42 builtin/notes.c:4075803#: builtin/notes.c:410 builtin/notes.c:570 builtin/notes.c:5735804#: builtin/tag.c:4305805msgid "object"5806msgstr "Objekt"58075808#: builtin/branch.c:5935809msgid "print only branches of the object"5810msgstr "nur Branches von diesem Objekt ausgeben"58115812#: builtin/branch.c:595 builtin/for-each-ref.c:48 builtin/tag.c:4355813msgid "sorting and filtering are case insensitive"5814msgstr "Sortierung und Filterung sind unabhängig von Groß- und Kleinschreibung"58155816#: builtin/branch.c:596 builtin/for-each-ref.c:38 builtin/tag.c:4345817#: builtin/verify-tag.c:395818msgid "format to use for the output"5819msgstr "für die Ausgabe zu verwendendes Format"58205821#: builtin/branch.c:6155822msgid "Failed to resolve HEAD as a valid ref."5823msgstr "Konnte HEAD nicht als gültige Referenz auflösen."58245825#: builtin/branch.c:619 builtin/clone.c:7285826msgid "HEAD not found below refs/heads!"5827msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"58285829#: builtin/branch.c:6425830msgid "--column and --verbose are incompatible"5831msgstr "Die Optionen --column und --verbose sind inkompatibel."58325833#: builtin/branch.c:653 builtin/branch.c:7055834msgid "branch name required"5835msgstr "Branchname erforderlich"58365837#: builtin/branch.c:6815838msgid "Cannot give description to detached HEAD"5839msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"58405841#: builtin/branch.c:6865842msgid "cannot edit description of more than one branch"5843msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"58445845#: builtin/branch.c:6935846#, c-format5847msgid "No commit on branch '%s' yet."5848msgstr "Noch kein Commit in Branch '%s'."58495850#: builtin/branch.c:6965851#, c-format5852msgid "No branch named '%s'."5853msgstr "Branch '%s' nicht vorhanden."58545855#: builtin/branch.c:7115856msgid "too many branches for a rename operation"5857msgstr "zu viele Branches für eine Umbenennen-Operation angegeben"58585859#: builtin/branch.c:7165860msgid "too many branches to set new upstream"5861msgstr "zu viele Branches angegeben, um Upstream-Branch zu setzen"58625863#: builtin/branch.c:7205864#, c-format5865msgid ""5866"could not set upstream of HEAD to %s when it does not point to any branch."5867msgstr ""5868"Konnte keinen neuen Upstream-Branch von HEAD zu %s setzen, da dieser auf\n"5869"keinen Branch zeigt."58705871#: builtin/branch.c:723 builtin/branch.c:745 builtin/branch.c:7665872#, c-format5873msgid "no such branch '%s'"5874msgstr "Kein solcher Branch '%s'"58755876#: builtin/branch.c:7275877#, c-format5878msgid "branch '%s' does not exist"5879msgstr "Branch '%s' existiert nicht"58805881#: builtin/branch.c:7395882msgid "too many branches to unset upstream"5883msgstr ""5884"zu viele Branches angegeben, um Konfiguration zu Upstream-Branch zu entfernen"58855886#: builtin/branch.c:7435887msgid "could not unset upstream of HEAD when it does not point to any branch."5888msgstr ""5889"Konnte Konfiguration zu Upstream-Branch von HEAD nicht entfernen, da dieser\n"5890"auf keinen Branch zeigt."58915892#: builtin/branch.c:7495893#, c-format5894msgid "Branch '%s' has no upstream information"5895msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"58965897#: builtin/branch.c:7635898msgid "it does not make sense to create 'HEAD' manually"5899msgstr "'HEAD' darf nicht manuell erstellt werden"59005901#: builtin/branch.c:7695902msgid "-a and -r options to 'git branch' do not make sense with a branch name"5903msgstr ""5904"Die Optionen -a und -r bei 'git branch' können nicht gemeimsam mit einem "5905"Branchnamen verwendet werden."59065907#: builtin/branch.c:7725908#, c-format5909msgid ""5910"The --set-upstream flag is deprecated and will be removed. Consider using --"5911"track or --set-upstream-to\n"5912msgstr ""5913"Die --set-upstream Option ist veraltet und wird entfernt. Benutzen Sie --"5914"track oder --set-upstream-to\n"59155916#: builtin/branch.c:7895917#, c-format5918msgid ""5919"\n"5920"If you wanted to make '%s' track '%s', do this:\n"5921"\n"5922msgstr ""5923"\n"5924"Wenn Sie wollten, dass '%s' den Branch '%s' als Upstream-Branch hat, führen "5925"Sie aus:\n"59265927#: builtin/bundle.c:455928#, c-format5929msgid "%s is okay\n"5930msgstr "%s ist in Ordnung\n"59315932#: builtin/bundle.c:585933msgid "Need a repository to create a bundle."5934msgstr "Um ein Paket zu erstellen wird ein Repository benötigt."59355936#: builtin/bundle.c:625937msgid "Need a repository to unbundle."5938msgstr "Zum Entpacken wird ein Repository benötigt."59395940#: builtin/cat-file.c:5195941msgid ""5942"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5943"p | <type> | --textconv | --filters) [--path=<path>] <object>"5944msgstr ""5945"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5946"p | <Art> | --textconv | --filters) [--path=<Pfad>] <Objekt>"59475948#: builtin/cat-file.c:5205949msgid ""5950"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5951"filters]"5952msgstr ""5953"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5954"filters]"59555956#: builtin/cat-file.c:5575957msgid "<type> can be one of: blob, tree, commit, tag"5958msgstr "<Art> kann sein: blob, tree, commit, tag"59595960#: builtin/cat-file.c:5585961msgid "show object type"5962msgstr "Objektart anzeigen"59635964#: builtin/cat-file.c:5595965msgid "show object size"5966msgstr "Objektgröße anzeigen"59675968#: builtin/cat-file.c:5615969msgid "exit with zero when there's no error"5970msgstr "mit Rückgabewert 0 beenden, wenn kein Fehler aufgetreten ist"59715972#: builtin/cat-file.c:5625973msgid "pretty-print object's content"5974msgstr "ansprechende Anzeige des Objektinhaltes"59755976#: builtin/cat-file.c:5645977msgid "for blob objects, run textconv on object's content"5978msgstr "eine Textkonvertierung auf den Inhalt von Blob-Objekten ausführen"59795980#: builtin/cat-file.c:5665981msgid "for blob objects, run filters on object's content"5982msgstr "für Blob-Objekte, Filter auf Objekt-Inhalte ausführen"59835984#: builtin/cat-file.c:567 git-submodule.sh:9445985msgid "blob"5986msgstr "Blob"59875988#: builtin/cat-file.c:5685989msgid "use a specific path for --textconv/--filters"5990msgstr "einen bestimmten Pfad für --textconv/--filters verwenden"59915992#: builtin/cat-file.c:5705993msgid "allow -s and -t to work with broken/corrupt objects"5994msgstr "-s und -t mit beschädigten Objekten erlauben"59955996#: builtin/cat-file.c:5715997msgid "buffer --batch output"5998msgstr "Ausgabe von --batch puffern"59996000#: builtin/cat-file.c:5736001msgid "show info and content of objects fed from the standard input"6002msgstr ""6003"Anzeige von Informationen und Inhalt von Objekten, gelesen von der Standard-"6004"Eingabe"60056006#: builtin/cat-file.c:5766007msgid "show info about objects fed from the standard input"6008msgstr ""6009"Anzeige von Informationen über Objekte, gelesen von der Standard-Eingabe"60106011#: builtin/cat-file.c:5796012msgid "follow in-tree symlinks (used with --batch or --batch-check)"6013msgstr ""6014"symbolischen Verknüpfungen innerhalb des Repositories folgen (verwendet mit "6015"--batch oder --batch-check)"60166017#: builtin/cat-file.c:5816018msgid "show all objects with --batch or --batch-check"6019msgstr "alle Objekte mit --batch oder --batch-check anzeigen"60206021#: builtin/check-attr.c:126022msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."6023msgstr "git check-attr [-a | --all | <Attribut>...] [--] <Pfadname>..."60246025#: builtin/check-attr.c:136026msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"6027msgstr "git check-attr --stdin [-z] [-a | --all | <Attribut>...]"60286029#: builtin/check-attr.c:206030msgid "report all attributes set on file"6031msgstr "alle Attribute einer Datei ausgeben"60326033#: builtin/check-attr.c:216034msgid "use .gitattributes only from the index"6035msgstr "nur .gitattributes vom Index verwenden"60366037#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:996038msgid "read file names from stdin"6039msgstr "Dateinamen von der Standard-Eingabe lesen"60406041#: builtin/check-attr.c:24 builtin/check-ignore.c:266042msgid "terminate input and output records by a NUL character"6043msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen"60446045#: builtin/check-ignore.c:20 builtin/checkout.c:1143 builtin/gc.c:3576046msgid "suppress progress reporting"6047msgstr "Fortschrittsanzeige unterdrücken"60486049#: builtin/check-ignore.c:286050msgid "show non-matching input paths"6051msgstr "Eingabe-Pfade ohne Übereinstimmungen anzeigen"60526053#: builtin/check-ignore.c:306054msgid "ignore index when checking"6055msgstr "Index bei der Prüfung ignorieren"60566057#: builtin/check-ignore.c:1586058msgid "cannot specify pathnames with --stdin"6059msgstr "Angabe von Pfadnamen kann nicht gemeinsam mit --stdin verwendet werden"60606061#: builtin/check-ignore.c:1616062msgid "-z only makes sense with --stdin"6063msgstr "Die Option -z kann nur mit --stdin verwendet werden."60646065#: builtin/check-ignore.c:1636066msgid "no path specified"6067msgstr "kein Pfad angegeben"60686069#: builtin/check-ignore.c:1676070msgid "--quiet is only valid with a single pathname"6071msgstr "Die Option --quiet ist nur mit einem einzelnen Pfadnamen gültig."60726073#: builtin/check-ignore.c:1696074msgid "cannot have both --quiet and --verbose"6075msgstr ""6076"Die Optionen --quiet und --verbose können nicht gemeinsam verwendet werden."60776078#: builtin/check-ignore.c:1726079msgid "--non-matching is only valid with --verbose"6080msgstr "--non-matching ist nur mit --verbose zulässig"60816082#: builtin/check-mailmap.c:96083msgid "git check-mailmap [<options>] <contact>..."6084msgstr "git check-mailmap [<Optionen>] <Kontakt>..."60856086#: builtin/check-mailmap.c:146087msgid "also read contacts from stdin"6088msgstr "ebenfalls Kontakte von der Standard-Eingabe lesen"60896090#: builtin/check-mailmap.c:256091#, c-format6092msgid "unable to parse contact: %s"6093msgstr "Konnte Kontakt '%s' nicht parsen."60946095#: builtin/check-mailmap.c:486096msgid "no contacts specified"6097msgstr "keine Kontakte angegeben"60986099#: builtin/checkout-index.c:1286100msgid "git checkout-index [<options>] [--] [<file>...]"6101msgstr "git checkout-index [<Optionen>] [--] [<Datei>...]"61026103#: builtin/checkout-index.c:1456104msgid "stage should be between 1 and 3 or all"6105msgstr "--stage sollte zwischen 1 und 3 oder 'all' sein"61066107#: builtin/checkout-index.c:1616108msgid "check out all files in the index"6109msgstr "alle Dateien im Index auschecken"61106111#: builtin/checkout-index.c:1626112msgid "force overwrite of existing files"6113msgstr "das Überschreiben bereits existierender Dateien erzwingen"61146115#: builtin/checkout-index.c:1646116msgid "no warning for existing files and files not in index"6117msgstr ""6118"keine Warnung für existierende Dateien, und Dateien, die sich nicht im Index "6119"befinden"61206121#: builtin/checkout-index.c:1666122msgid "don't checkout new files"6123msgstr "keine neuen Dateien auschecken"61246125#: builtin/checkout-index.c:1686126msgid "update stat information in the index file"6127msgstr "Dateiinformationen in der Index-Datei aktualisieren"61286129#: builtin/checkout-index.c:1726130msgid "read list of paths from the standard input"6131msgstr "eine Liste von Pfaden von der Standard-Eingabe lesen"61326133#: builtin/checkout-index.c:1746134msgid "write the content to temporary files"6135msgstr "den Inhalt in temporäre Dateien schreiben"61366137#: builtin/checkout-index.c:175 builtin/column.c:316138#: builtin/submodule--helper.c:635 builtin/submodule--helper.c:6386139#: builtin/submodule--helper.c:644 builtin/submodule--helper.c:9806140#: builtin/worktree.c:4786141msgid "string"6142msgstr "Zeichenkette"61436144#: builtin/checkout-index.c:1766145msgid "when creating files, prepend <string>"6146msgstr ""6147"wenn Dateien erzeugt werden, stelle <Zeichenkette> dem Dateinamen voran"61486149#: builtin/checkout-index.c:1786150msgid "copy out the files from named stage"6151msgstr "Dateien von dem benannten Stand kopieren"61526153#: builtin/checkout.c:266154msgid "git checkout [<options>] <branch>"6155msgstr "git checkout [<Optionen>] <Branch>"61566157#: builtin/checkout.c:276158msgid "git checkout [<options>] [<branch>] -- <file>..."6159msgstr "git checkout [<Optionen>] [<Branch>] -- <Datei>..."61606161#: builtin/checkout.c:135 builtin/checkout.c:1686162#, c-format6163msgid "path '%s' does not have our version"6164msgstr "Pfad '%s' hat nicht unsere Version."61656166#: builtin/checkout.c:137 builtin/checkout.c:1706167#, c-format6168msgid "path '%s' does not have their version"6169msgstr "Pfad '%s' hat nicht deren Version."61706171#: builtin/checkout.c:1536172#, c-format6173msgid "path '%s' does not have all necessary versions"6174msgstr "Pfad '%s' hat nicht alle notwendigen Versionen."61756176#: builtin/checkout.c:1976177#, c-format6178msgid "path '%s' does not have necessary versions"6179msgstr "Pfad '%s' hat nicht die notwendigen Versionen."61806181#: builtin/checkout.c:2146182#, c-format6183msgid "path '%s': cannot merge"6184msgstr "Pfad '%s': kann nicht zusammenführen"61856186#: builtin/checkout.c:2316187#, c-format6188msgid "Unable to add merge result for '%s'"6189msgstr "Konnte Merge-Ergebnis von '%s' nicht hinzufügen."61906191#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:2596192#: builtin/checkout.c:2626193#, c-format6194msgid "'%s' cannot be used with updating paths"6195msgstr "'%s' kann nicht mit der Aktualisierung von Pfaden verwendet werden"61966197#: builtin/checkout.c:265 builtin/checkout.c:2686198#, c-format6199msgid "'%s' cannot be used with %s"6200msgstr "'%s' kann nicht mit '%s' verwendet werden"62016202#: builtin/checkout.c:2716203#, c-format6204msgid "Cannot update paths and switch to branch '%s' at the same time."6205msgstr ""6206"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln"62076208#: builtin/checkout.c:342 builtin/checkout.c:3496209#, c-format6210msgid "path '%s' is unmerged"6211msgstr "Pfad '%s' ist nicht zusammengeführt."62126213#: builtin/checkout.c:4976214msgid "you need to resolve your current index first"6215msgstr "Sie müssen zuerst die Konflikte in Ihrem aktuellen Index auflösen."62166217#: builtin/checkout.c:6286218#, c-format6219msgid "Can not do reflog for '%s': %s\n"6220msgstr "Kann \"reflog\" für '%s' nicht durchführen: %s\n"62216222#: builtin/checkout.c:6696223msgid "HEAD is now at"6224msgstr "HEAD ist jetzt bei"62256226#: builtin/checkout.c:673 builtin/clone.c:6826227msgid "unable to update HEAD"6228msgstr "Konnte HEAD nicht aktualisieren."62296230#: builtin/checkout.c:6776231#, c-format6232msgid "Reset branch '%s'\n"6233msgstr "Setze Branch '%s' neu\n"62346235#: builtin/checkout.c:6806236#, c-format6237msgid "Already on '%s'\n"6238msgstr "Bereits auf '%s'\n"62396240#: builtin/checkout.c:6846241#, c-format6242msgid "Switched to and reset branch '%s'\n"6243msgstr "Zu umgesetztem Branch '%s' gewechselt\n"62446245#: builtin/checkout.c:686 builtin/checkout.c:10756246#, c-format6247msgid "Switched to a new branch '%s'\n"6248msgstr "Zu neuem Branch '%s' gewechselt\n"62496250#: builtin/checkout.c:6886251#, c-format6252msgid "Switched to branch '%s'\n"6253msgstr "Zu Branch '%s' gewechselt\n"62546255#: builtin/checkout.c:7396256#, c-format6257msgid " ... and %d more.\n"6258msgstr " ... und %d weitere.\n"62596260#: builtin/checkout.c:7456261#, c-format6262msgid ""6263"Warning: you are leaving %d commit behind, not connected to\n"6264"any of your branches:\n"6265"\n"6266"%s\n"6267msgid_plural ""6268"Warning: you are leaving %d commits behind, not connected to\n"6269"any of your branches:\n"6270"\n"6271"%s\n"6272msgstr[0] ""6273"Warnung: Sie lassen %d Commit zurück. Folgender Commit ist in\n"6274"keinem Ihrer Branches enthalten:\n"6275"\n"6276"%s\n"6277msgstr[1] ""6278"Warnung: Sie lassen %d Commits zurück. Folgende Commits sind in\n"6279"keinem Ihrer Branches enthalten:\n"6280"\n"6281"%s\n"62826283#: builtin/checkout.c:7646284#, c-format6285msgid ""6286"If you want to keep it by creating a new branch, this may be a good time\n"6287"to do so with:\n"6288"\n"6289" git branch <new-branch-name> %s\n"6290"\n"6291msgid_plural ""6292"If you want to keep them by creating a new branch, this may be a good time\n"6293"to do so with:\n"6294"\n"6295" git branch <new-branch-name> %s\n"6296"\n"6297msgstr[0] ""6298"Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"6299"ein guter Zeitpunkt sein, dies zu tun mit:\n"6300"\n"6301" git branch <neuer-Branchname> %s\n"6302"\n"6303msgstr[1] ""6304"Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"6305"ein guter Zeitpunkt sein, dies zu tun mit:\n"6306"\n"6307" git branch <neuer-Branchname> %s\n"6308"\n"63096310#: builtin/checkout.c:8006311msgid "internal error in revision walk"6312msgstr "interner Fehler im Revisionsgang"63136314#: builtin/checkout.c:8046315msgid "Previous HEAD position was"6316msgstr "Vorherige Position von HEAD war"63176318#: builtin/checkout.c:832 builtin/checkout.c:10706319msgid "You are on a branch yet to be born"6320msgstr "Sie sind auf einem Branch, der noch nicht geboren ist"63216322#: builtin/checkout.c:9766323#, c-format6324msgid "only one reference expected, %d given."6325msgstr "nur eine Referenz erwartet, %d gegeben."63266327#: builtin/checkout.c:1016 builtin/worktree.c:2156328#, c-format6329msgid "invalid reference: %s"6330msgstr "Ungültige Referenz: %s"63316332#: builtin/checkout.c:10456333#, c-format6334msgid "reference is not a tree: %s"6335msgstr "Referenz ist kein \"Tree\"-Objekt: %s"63366337#: builtin/checkout.c:10846338msgid "paths cannot be used with switching branches"6339msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"63406341#: builtin/checkout.c:1087 builtin/checkout.c:10916342#, c-format6343msgid "'%s' cannot be used with switching branches"6344msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"63456346#: builtin/checkout.c:1095 builtin/checkout.c:1098 builtin/checkout.c:11036347#: builtin/checkout.c:11066348#, c-format6349msgid "'%s' cannot be used with '%s'"6350msgstr "'%s' kann nicht mit '%s' verwendet werden"63516352#: builtin/checkout.c:11116353#, c-format6354msgid "Cannot switch branch to a non-commit '%s'"6355msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"63566357#: builtin/checkout.c:1144 builtin/checkout.c:1146 builtin/clone.c:1136358#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:3286359#: builtin/worktree.c:3306360msgid "branch"6361msgstr "Branch"63626363#: builtin/checkout.c:11456364msgid "create and checkout a new branch"6365msgstr "einen neuen Branch erzeugen und auschecken"63666367#: builtin/checkout.c:11476368msgid "create/reset and checkout a branch"6369msgstr "einen Branch erstellen/umsetzen und auschecken"63706371#: builtin/checkout.c:11486372msgid "create reflog for new branch"6373msgstr "das Reflog für den neuen Branch erzeugen"63746375#: builtin/checkout.c:1149 builtin/worktree.c:3326376msgid "detach HEAD at named commit"6377msgstr "HEAD bei benanntem Commit loslösen"63786379#: builtin/checkout.c:11506380msgid "set upstream info for new branch"6381msgstr "Informationen zum Upstream-Branch für den neuen Branch setzen"63826383#: builtin/checkout.c:11526384msgid "new-branch"6385msgstr "neuer Branch"63866387#: builtin/checkout.c:11526388msgid "new unparented branch"6389msgstr "neuer Branch ohne Eltern-Commit"63906391#: builtin/checkout.c:11536392msgid "checkout our version for unmerged files"6393msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken"63946395#: builtin/checkout.c:11556396msgid "checkout their version for unmerged files"6397msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken"63986399#: builtin/checkout.c:11576400msgid "force checkout (throw away local modifications)"6401msgstr "Auschecken erzwingen (verwirft lokale Änderungen)"64026403#: builtin/checkout.c:11586404msgid "perform a 3-way merge with the new branch"6405msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen"64066407#: builtin/checkout.c:1159 builtin/merge.c:2356408msgid "update ignored files (default)"6409msgstr "ignorierte Dateien aktualisieren (Standard)"64106411#: builtin/checkout.c:1160 builtin/log.c:1483 parse-options.h:2516412msgid "style"6413msgstr "Stil"64146415#: builtin/checkout.c:11616416msgid "conflict style (merge or diff3)"6417msgstr "Konfliktstil (merge oder diff3)"64186419#: builtin/checkout.c:11646420msgid "do not limit pathspecs to sparse entries only"6421msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken"64226423#: builtin/checkout.c:11666424msgid "second guess 'git checkout <no-such-branch>'"6425msgstr "second guess 'git checkout <no-such-branch>'"64266427#: builtin/checkout.c:11686428msgid "do not check if another worktree is holding the given ref"6429msgstr ""6430"Prüfung, ob die Referenz bereits in einem anderen Arbeitsverzeichnis "6431"ausgecheckt wurde, deaktivieren"64326433#: builtin/checkout.c:1172 builtin/clone.c:80 builtin/fetch.c:1146434#: builtin/merge.c:232 builtin/pull.c:120 builtin/push.c:5446435#: builtin/send-pack.c:1736436msgid "force progress reporting"6437msgstr "Fortschrittsanzeige erzwingen"64386439#: builtin/checkout.c:12036440msgid "-b, -B and --orphan are mutually exclusive"6441msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."64426443#: builtin/checkout.c:12206444msgid "--track needs a branch name"6445msgstr "Bei der Option --track muss ein Branchname angegeben werden."64466447#: builtin/checkout.c:12256448msgid "Missing branch name; try -b"6449msgstr "Vermisse Branchnamen; versuchen Sie -b"64506451#: builtin/checkout.c:12616452msgid "invalid path specification"6453msgstr "ungültige Pfadspezifikation"64546455#: builtin/checkout.c:12686456#, c-format6457msgid "'%s' is not a commit and a branch '%s' cannot be created from it"6458msgstr "'%s' ist kein Commit und es kann kein Branch '%s' aus diesem erstellt werden."64596460#: builtin/checkout.c:12726461#, c-format6462msgid "git checkout: --detach does not take a path argument '%s'"6463msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"64646465#: builtin/checkout.c:12766466msgid ""6467"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"6468"checking out of the index."6469msgstr ""6470"git checkout: --ours/--theirs, --force und --merge sind inkompatibel wenn\n"6471"Sie aus dem Index auschecken."64726473#: builtin/clean.c:266474msgid ""6475"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."6476msgstr ""6477"git clean [-d] [-f] [-i] [-n] [-q] [-e <Muster>] [-x | -X] [--] <Pfade>..."64786479#: builtin/clean.c:306480#, c-format6481msgid "Removing %s\n"6482msgstr "Lösche %s\n"64836484#: builtin/clean.c:316485#, c-format6486msgid "Would remove %s\n"6487msgstr "Würde %s löschen\n"64886489#: builtin/clean.c:326490#, c-format6491msgid "Skipping repository %s\n"6492msgstr "Überspringe Repository %s\n"64936494#: builtin/clean.c:336495#, c-format6496msgid "Would skip repository %s\n"6497msgstr "Würde Repository %s überspringen\n"64986499#: builtin/clean.c:346500#, c-format6501msgid "failed to remove %s"6502msgstr "Fehler beim Löschen von %s"65036504#: builtin/clean.c:298 git-add--interactive.perl:5726505#, c-format6506msgid ""6507"Prompt help:\n"6508"1 - select a numbered item\n"6509"foo - select item based on unique prefix\n"6510" - (empty) select nothing\n"6511msgstr ""6512"Eingabehilfe:\n"6513"1 - nummeriertes Element auswählen\n"6514"foo - Element anhand eines eindeutigen Präfix auswählen\n"6515" - (leer) nichts auswählen\n"65166517#: builtin/clean.c:302 git-add--interactive.perl:5816518#, c-format6519msgid ""6520"Prompt help:\n"6521"1 - select a single item\n"6522"3-5 - select a range of items\n"6523"2-3,6-9 - select multiple ranges\n"6524"foo - select item based on unique prefix\n"6525"-... - unselect specified items\n"6526"* - choose all items\n"6527" - (empty) finish selecting\n"6528msgstr ""6529"Eingabehilfe:\n"6530"1 - einzelnes Element auswählen\n"6531"3-5 - Bereich von Elementen auswählen\n"6532"2-3,6-9 - mehrere Bereiche auswählen\n"6533"foo - Element anhand eines eindeutigen Präfix auswählen\n"6534"-... - angegebenes Element abwählen\n"6535"* - alle Elemente auswählen\n"6536" - (leer) Auswahl beenden\n"65376538#: builtin/clean.c:518 git-add--interactive.perl:5476539#: git-add--interactive.perl:5526540#, c-format, perl-format6541msgid "Huh (%s)?\n"6542msgstr "Wie bitte (%s)?\n"65436544#: builtin/clean.c:6606545#, c-format6546msgid "Input ignore patterns>> "6547msgstr "Ignorier-Muster eingeben>> "65486549#: builtin/clean.c:6976550#, c-format6551msgid "WARNING: Cannot find items matched by: %s"6552msgstr "WARNUNG: Kann keine Einträge finden die Muster entsprechen: %s"65536554#: builtin/clean.c:7186555msgid "Select items to delete"6556msgstr "Wählen Sie Einträge zum Löschen"65576558#. TRANSLATORS: Make sure to keep [y/N] as is6559#: builtin/clean.c:7596560#, c-format6561msgid "Remove %s [y/N]? "6562msgstr "'%s' löschen [y/N]? "65636564#: builtin/clean.c:784 git-add--interactive.perl:16166565#, c-format6566msgid "Bye.\n"6567msgstr "Tschüss.\n"65686569#: builtin/clean.c:7926570msgid ""6571"clean - start cleaning\n"6572"filter by pattern - exclude items from deletion\n"6573"select by numbers - select items to be deleted by numbers\n"6574"ask each - confirm each deletion (like \"rm -i\")\n"6575"quit - stop cleaning\n"6576"help - this screen\n"6577"? - help for prompt selection"6578msgstr ""6579"clean - Clean starten\n"6580"filter by pattern - Einträge von Löschung ausschließen\n"6581"select by numbers - Auswahl von Einträgen über Nummern\n"6582"ask each - jede Löschung bestätigen (wie \"rm -i\")\n"6583"quit - Clean beenden\n"6584"help - diese Meldung anzeigen\n"6585"? - Hilfe zur Auswahl mittels Eingabe anzeigen"65866587#: builtin/clean.c:819 git-add--interactive.perl:16926588msgid "*** Commands ***"6589msgstr "*** Befehle ***"65906591#: builtin/clean.c:820 git-add--interactive.perl:16896592msgid "What now"6593msgstr "Was nun"65946595#: builtin/clean.c:8286596msgid "Would remove the following item:"6597msgid_plural "Would remove the following items:"6598msgstr[0] "Würde das folgende Element entfernen:"6599msgstr[1] "Würde die folgenden Elemente entfernen:"66006601#: builtin/clean.c:8446602msgid "No more files to clean, exiting."6603msgstr "Keine Dateien mehr zum Löschen, beende."66046605#: builtin/clean.c:9066606msgid "do not print names of files removed"6607msgstr "keine Namen von gelöschten Dateien ausgeben"66086609#: builtin/clean.c:9086610msgid "force"6611msgstr "Aktion erzwingen"66126613#: builtin/clean.c:9096614msgid "interactive cleaning"6615msgstr "interaktives Clean"66166617#: builtin/clean.c:9116618msgid "remove whole directories"6619msgstr "ganze Verzeichnisse löschen"66206621#: builtin/clean.c:912 builtin/describe.c:452 builtin/describe.c:4546622#: builtin/grep.c:1082 builtin/ls-files.c:546 builtin/name-rev.c:3976623#: builtin/name-rev.c:399 builtin/show-ref.c:1766624msgid "pattern"6625msgstr "Muster"66266627#: builtin/clean.c:9136628msgid "add <pattern> to ignore rules"6629msgstr "<Muster> zu den Regeln für ignorierte Pfade hinzufügen"66306631#: builtin/clean.c:9146632msgid "remove ignored files, too"6633msgstr "auch ignorierte Dateien löschen"66346635#: builtin/clean.c:9166636msgid "remove only ignored files"6637msgstr "nur ignorierte Dateien löschen"66386639#: builtin/clean.c:9346640msgid "-x and -X cannot be used together"6641msgstr "Die Optionen -x und -X können nicht gemeinsam verwendet werden."66426643#: builtin/clean.c:9386644msgid ""6645"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "6646"clean"6647msgstr ""6648"clean.requireForce auf \"true\" gesetzt und weder -i, -n noch -f gegeben; "6649"\"clean\" verweigert"66506651#: builtin/clean.c:9416652msgid ""6653"clean.requireForce defaults to true and neither -i, -n, nor -f given; "6654"refusing to clean"6655msgstr ""6656"clean.requireForce standardmäßig auf \"true\" gesetzt und weder -i, -n noch -"6657"f gegeben; \"clean\" verweigert"66586659#: builtin/clone.c:386660msgid "git clone [<options>] [--] <repo> [<dir>]"6661msgstr "git clone [<Optionen>] [--] <Repository> [<Verzeichnis>]"66626663#: builtin/clone.c:826664msgid "don't create a checkout"6665msgstr "kein Auschecken"66666667#: builtin/clone.c:83 builtin/clone.c:85 builtin/init-db.c:4796668msgid "create a bare repository"6669msgstr "ein Bare-Repository erstellen"66706671#: builtin/clone.c:876672msgid "create a mirror repository (implies bare)"6673msgstr "ein Spiegelarchiv erstellen (impliziert --bare)"66746675#: builtin/clone.c:896676msgid "to clone from a local repository"6677msgstr "von einem lokalen Repository klonen"66786679#: builtin/clone.c:916680msgid "don't use local hardlinks, always copy"6681msgstr "lokal keine harten Verweise verwenden, immer Kopien"66826683#: builtin/clone.c:936684msgid "setup as shared repository"6685msgstr "als verteiltes Repository einrichten"66866687#: builtin/clone.c:95 builtin/clone.c:996688msgid "pathspec"6689msgstr "Pfadspezifikation"66906691#: builtin/clone.c:95 builtin/clone.c:996692msgid "initialize submodules in the clone"6693msgstr "Submodule im Klon initialisieren"66946695#: builtin/clone.c:1026696msgid "number of submodules cloned in parallel"6697msgstr "Anzahl der parallel zu klonenden Submodule"66986699#: builtin/clone.c:103 builtin/init-db.c:4766700msgid "template-directory"6701msgstr "Vorlagenverzeichnis"67026703#: builtin/clone.c:104 builtin/init-db.c:4776704msgid "directory from which templates will be used"6705msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"67066707#: builtin/clone.c:106 builtin/clone.c:108 builtin/submodule--helper.c:6426708#: builtin/submodule--helper.c:9836709msgid "reference repository"6710msgstr "Repository referenzieren"67116712#: builtin/clone.c:1106713msgid "use --reference only while cloning"6714msgstr "--reference nur während des Klonens benutzen"67156716#: builtin/clone.c:111 builtin/column.c:27 builtin/merge-file.c:446717msgid "name"6718msgstr "Name"67196720#: builtin/clone.c:1126721msgid "use <name> instead of 'origin' to track upstream"6722msgstr "<Name> statt 'origin' für Upstream-Repository verwenden"67236724#: builtin/clone.c:1146725msgid "checkout <branch> instead of the remote's HEAD"6726msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories"67276728#: builtin/clone.c:1166729msgid "path to git-upload-pack on the remote"6730msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"67316732#: builtin/clone.c:117 builtin/fetch.c:115 builtin/grep.c:10256733#: builtin/pull.c:2056734msgid "depth"6735msgstr "Tiefe"67366737#: builtin/clone.c:1186738msgid "create a shallow clone of that depth"6739msgstr ""6740"einen Klon mit unvollständiger Historie (shallow) in dieser Tiefe erstellen"67416742#: builtin/clone.c:119 builtin/fetch.c:117 builtin/pack-objects.c:29326743#: parse-options.h:1426744msgid "time"6745msgstr "Zeit"67466747#: builtin/clone.c:1206748msgid "create a shallow clone since a specific time"6749msgstr ""6750"einen Klon mit unvollständiger Historie (shallow) seit einer bestimmten "6751"Zeit\n"6752"erstellen"67536754#: builtin/clone.c:121 builtin/fetch.c:1196755msgid "revision"6756msgstr "Commit"67576758#: builtin/clone.c:122 builtin/fetch.c:1206759msgid "deepen history of shallow clone, excluding rev"6760msgstr ""6761"die Historie eines Klons mit unvollständiger Historie (shallow) mittels\n"6762"Ausschluss eines Commits vertiefen"67636764#: builtin/clone.c:1246765msgid "clone only one branch, HEAD or --branch"6766msgstr "nur einen Branch klonen, HEAD oder --branch"67676768#: builtin/clone.c:1266769msgid "don't clone any tags, and make later fetches not to follow them"6770msgstr "keine Tags klonen, und auch bei späteren Abrufen nicht beachten"67716772#: builtin/clone.c:1286773msgid "any cloned submodules will be shallow"6774msgstr "jedes geklonte Submodul mit unvollständiger Historie (shallow)"67756776#: builtin/clone.c:129 builtin/init-db.c:4856777msgid "gitdir"6778msgstr ".git-Verzeichnis"67796780#: builtin/clone.c:130 builtin/init-db.c:4866781msgid "separate git dir from working tree"6782msgstr "Git-Verzeichnis vom Arbeitsverzeichnis separieren"67836784#: builtin/clone.c:1316785msgid "key=value"6786msgstr "Schlüssel=Wert"67876788#: builtin/clone.c:1326789msgid "set config inside the new repository"6790msgstr "Konfiguration innerhalb des neuen Repositories setzen"67916792#: builtin/clone.c:133 builtin/fetch.c:137 builtin/push.c:5556793msgid "use IPv4 addresses only"6794msgstr "nur IPv4-Adressen benutzen"67956796#: builtin/clone.c:135 builtin/fetch.c:139 builtin/push.c:5576797msgid "use IPv6 addresses only"6798msgstr "nur IPv6-Adressen benutzen"67996800#: builtin/clone.c:2726801msgid ""6802"No directory name could be guessed.\n"6803"Please specify a directory on the command line"6804msgstr ""6805"Konnte keinen Verzeichnisnamen erraten.\n"6806"Bitte geben Sie ein Verzeichnis auf der Befehlszeile an."68076808#: builtin/clone.c:3256809#, c-format6810msgid "info: Could not add alternate for '%s': %s\n"6811msgstr "info: Konnte Alternative für '%s' nicht hinzufügen: %s\n"68126813#: builtin/clone.c:3976814#, c-format6815msgid "failed to open '%s'"6816msgstr "Fehler beim Öffnen von '%s'"68176818#: builtin/clone.c:4056819#, c-format6820msgid "%s exists and is not a directory"6821msgstr "%s existiert und ist kein Verzeichnis"68226823#: builtin/clone.c:4196824#, c-format6825msgid "failed to stat %s\n"6826msgstr "Konnte %s nicht lesen\n"68276828#: builtin/clone.c:4416829#, c-format6830msgid "failed to create link '%s'"6831msgstr "Konnte Verweis '%s' nicht erstellen"68326833#: builtin/clone.c:4456834#, c-format6835msgid "failed to copy file to '%s'"6836msgstr "Konnte Datei nicht nach '%s' kopieren"68376838#: builtin/clone.c:4706839#, c-format6840msgid "done.\n"6841msgstr "Fertig.\n"68426843#: builtin/clone.c:4826844msgid ""6845"Clone succeeded, but checkout failed.\n"6846"You can inspect what was checked out with 'git status'\n"6847"and retry the checkout with 'git checkout -f HEAD'\n"6848msgstr ""6849"Klonen erfolgreich, Auschecken ist aber fehlgeschlagen.\n"6850"Sie können mit 'git status' prüfen, was ausgecheckt worden ist\n"6851"und das Auschecken mit 'git checkout -f HEAD' erneut versuchen.\n"68526853#: builtin/clone.c:5596854#, c-format6855msgid "Could not find remote branch %s to clone."6856msgstr "Konnte zu klonenden Remote-Branch %s nicht finden."68576858#: builtin/clone.c:6546859msgid "remote did not send all necessary objects"6860msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."68616862#: builtin/clone.c:6706863#, c-format6864msgid "unable to update %s"6865msgstr "kann %s nicht aktualisieren"68666867#: builtin/clone.c:7196868msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"6869msgstr ""6870"Externer HEAD bezieht sich auf eine nicht existierende Referenz und kann "6871"nicht ausgecheckt werden.\n"68726873#: builtin/clone.c:7506874msgid "unable to checkout working tree"6875msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden"68766877#: builtin/clone.c:7926878msgid "unable to write parameters to config file"6879msgstr "konnte Parameter nicht in Konfigurationsdatei schreiben"68806881#: builtin/clone.c:8556882msgid "cannot repack to clean up"6883msgstr "Kann \"repack\" zum Aufräumen nicht aufrufen"68846885#: builtin/clone.c:8576886msgid "cannot unlink temporary alternates file"6887msgstr "Kann temporäre \"alternates\"-Datei nicht entfernen"68886889#: builtin/clone.c:890 builtin/receive-pack.c:19456890msgid "Too many arguments."6891msgstr "Zu viele Argumente."68926893#: builtin/clone.c:8946894msgid "You must specify a repository to clone."6895msgstr "Sie müssen ein Repository zum Klonen angeben."68966897#: builtin/clone.c:9076898#, c-format6899msgid "--bare and --origin %s options are incompatible."6900msgstr "Die Optionen --bare und --origin %s sind inkompatibel."69016902#: builtin/clone.c:9106903msgid "--bare and --separate-git-dir are incompatible."6904msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."69056906#: builtin/clone.c:9236907#, c-format6908msgid "repository '%s' does not exist"6909msgstr "Repository '%s' existiert nicht."69106911#: builtin/clone.c:929 builtin/fetch.c:13376912#, c-format6913msgid "depth %s is not a positive number"6914msgstr "Tiefe %s ist keine positive Zahl"69156916#: builtin/clone.c:9396917#, c-format6918msgid "destination path '%s' already exists and is not an empty directory."6919msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."69206921#: builtin/clone.c:9496922#, c-format6923msgid "working tree '%s' already exists."6924msgstr "Arbeitsverzeichnis '%s' existiert bereits."69256926#: builtin/clone.c:964 builtin/clone.c:975 builtin/difftool.c:2606927#: builtin/worktree.c:222 builtin/worktree.c:2526928#, c-format6929msgid "could not create leading directories of '%s'"6930msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."69316932#: builtin/clone.c:9676933#, c-format6934msgid "could not create work tree dir '%s'"6935msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen"69366937#: builtin/clone.c:9796938#, c-format6939msgid "Cloning into bare repository '%s'...\n"6940msgstr "Klone in Bare-Repository '%s' ...\n"69416942#: builtin/clone.c:9816943#, c-format6944msgid "Cloning into '%s'...\n"6945msgstr "Klone nach '%s' ...\n"69466947#: builtin/clone.c:10056948msgid ""6949"clone --recursive is not compatible with both --reference and --reference-if-"6950"able"6951msgstr ""6952"'clone --recursive' ist nicht kompatibel mit --reference und --reference-if-"6953"able"69546955#: builtin/clone.c:10676956msgid "--depth is ignored in local clones; use file:// instead."6957msgstr ""6958"Die Option --depth wird in lokalen Klonen ignoriert; benutzen Sie "6959"stattdessen file://"69606961#: builtin/clone.c:10696962msgid "--shallow-since is ignored in local clones; use file:// instead."6963msgstr ""6964"--shallow-since wird in lokalen Klonen ignoriert; benutzen Sie stattdessen "6965"file://"69666967#: builtin/clone.c:10716968msgid "--shallow-exclude is ignored in local clones; use file:// instead."6969msgstr ""6970"--shallow-exclude wird in lokalen Klonen ignoriert; benutzen Sie stattdessen "6971"file://"69726973#: builtin/clone.c:10746974msgid "source repository is shallow, ignoring --local"6975msgstr ""6976"Quelle ist ein Repository mit unvollständiger Historie (shallow),\n"6977"ignoriere --local"69786979#: builtin/clone.c:10796980msgid "--local is ignored"6981msgstr "--local wird ignoriert"69826983#: builtin/clone.c:10836984#, c-format6985msgid "Don't know how to clone %s"6986msgstr "Weiß nicht wie %s zu klonen ist."69876988#: builtin/clone.c:1138 builtin/clone.c:11466989#, c-format6990msgid "Remote branch %s not found in upstream %s"6991msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden"69926993#: builtin/clone.c:11496994msgid "You appear to have cloned an empty repository."6995msgstr "Sie scheinen ein leeres Repository geklont zu haben."69966997#: builtin/column.c:106998msgid "git column [<options>]"6999msgstr "git column [<Optionen>]"70007001#: builtin/column.c:277002msgid "lookup config vars"7003msgstr "Konfigurationsvariablen nachschlagen"70047005#: builtin/column.c:28 builtin/column.c:297006msgid "layout to use"7007msgstr "zu verwendende Anordnung"70087009#: builtin/column.c:307010msgid "Maximum width"7011msgstr "maximale Breite"70127013#: builtin/column.c:317014msgid "Padding space on left border"7015msgstr "Abstand zum linken Rand"70167017#: builtin/column.c:327018msgid "Padding space on right border"7019msgstr "Abstand zur rechten Rand"70207021#: builtin/column.c:337022msgid "Padding space between columns"7023msgstr "Abstand zwischen Spalten"70247025#: builtin/column.c:527026msgid "--command must be the first argument"7027msgstr "Die Option --command muss an erster Stelle stehen."70287029#: builtin/commit.c:397030msgid "git commit [<options>] [--] <pathspec>..."7031msgstr "git commit [<Optionen>] [--] <Pfadspezifikation>..."70327033#: builtin/commit.c:447034msgid "git status [<options>] [--] <pathspec>..."7035msgstr "git status [<Optionen>] [--] <Pfadspezifikation>..."70367037#: builtin/commit.c:497038msgid ""7039"Your name and email address were configured automatically based\n"7040"on your username and hostname. Please check that they are accurate.\n"7041"You can suppress this message by setting them explicitly. Run the\n"7042"following command and follow the instructions in your editor to edit\n"7043"your configuration file:\n"7044"\n"7045" git config --global --edit\n"7046"\n"7047"After doing this, you may fix the identity used for this commit with:\n"7048"\n"7049" git commit --amend --reset-author\n"7050msgstr ""7051"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"7052"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"7053"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"7054"diese explizit setzen. Führen Sie dazu den folgenden Befehl aus und folgen\n"7055"Sie den Anweisungen in Ihrem Editor, um die Konfigurationsdatei zu "7056"bearbeiten:\n"7057"\n"7058" git config --global --edit\n"7059"\n"7060"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit\n"7061"ändern mit:\n"7062"\n"7063" git commit --amend --reset-author\n"70647065#: builtin/commit.c:627066msgid ""7067"Your name and email address were configured automatically based\n"7068"on your username and hostname. Please check that they are accurate.\n"7069"You can suppress this message by setting them explicitly:\n"7070"\n"7071" git config --global user.name \"Your Name\"\n"7072" git config --global user.email you@example.com\n"7073"\n"7074"After doing this, you may fix the identity used for this commit with:\n"7075"\n"7076" git commit --amend --reset-author\n"7077msgstr ""7078"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"7079"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"7080"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"7081"diese explizit setzen:\n"7082"\n"7083" git config --global user.name \"Ihr Name\"\n"7084" git config --global user.email ihre@emailadresse.de\n"7085"\n"7086"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit "7087"ändern:\n"7088"\n"7089" git commit --amend --reset-author\n"70907091#: builtin/commit.c:747092msgid ""7093"You asked to amend the most recent commit, but doing so would make\n"7094"it empty. You can repeat your command with --allow-empty, or you can\n"7095"remove the commit entirely with \"git reset HEAD^\".\n"7096msgstr ""7097"Sie fragten den jüngsten Commit nachzubessern, aber das würde diesen leer\n"7098"machen. Sie können Ihren Befehl mit --allow-empty wiederholen, oder diesen\n"7099"Commit mit \"git reset HEAD^\" vollständig entfernen.\n"71007101#: builtin/commit.c:797102msgid ""7103"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"7104"If you wish to commit it anyway, use:\n"7105"\n"7106" git commit --allow-empty\n"7107"\n"7108msgstr ""7109"Der letzte \"cherry-pick\" ist jetzt leer, möglicherweise durch eine "7110"Konfliktauflösung.\n"7111"Wenn Sie dies trotzdem committen wollen, benutzen Sie:\n"7112"\n"7113" git commit --allow-empty\n"7114"\n"71157116#: builtin/commit.c:867117msgid "Otherwise, please use 'git reset'\n"7118msgstr "Andernfalls benutzen Sie bitte 'git reset'\n"71197120#: builtin/commit.c:897121msgid ""7122"If you wish to skip this commit, use:\n"7123"\n"7124" git reset\n"7125"\n"7126"Then \"git cherry-pick --continue\" will resume cherry-picking\n"7127"the remaining commits.\n"7128msgstr ""7129"Wenn Sie diesen Commit auslassen möchten, benutzen Sie:\n"7130"\n"7131" git reset\n"7132"\n"7133"Benutzen Sie anschließend \"git cherry-pick --continue\", um die\n"7134"Cherry-Pick-Operation mit den verbleibenden Commits fortzusetzen.\n"71357136#: builtin/commit.c:3197137msgid "failed to unpack HEAD tree object"7138msgstr "Fehler beim Entpacken des \"Tree\"-Objektes von HEAD."71397140#: builtin/commit.c:3607141msgid "unable to create temporary index"7142msgstr "Konnte temporären Index nicht erstellen."71437144#: builtin/commit.c:3667145msgid "interactive add failed"7146msgstr "interaktives Hinzufügen fehlgeschlagen"71477148#: builtin/commit.c:3797149msgid "unable to update temporary index"7150msgstr "Konnte temporären Index nicht aktualisieren."71517152#: builtin/commit.c:3817153msgid "Failed to update main cache tree"7154msgstr "Konnte Haupt-Cache-Verzeichnis nicht aktualisieren"71557156#: builtin/commit.c:405 builtin/commit.c:428 builtin/commit.c:4777157msgid "unable to write new_index file"7158msgstr "Konnte new_index Datei nicht schreiben"71597160#: builtin/commit.c:4597161msgid "cannot do a partial commit during a merge."7162msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist."71637164#: builtin/commit.c:4617165msgid "cannot do a partial commit during a cherry-pick."7166msgstr ""7167"Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist."71687169#: builtin/commit.c:4707170msgid "cannot read the index"7171msgstr "Kann Index nicht lesen"71727173#: builtin/commit.c:4897174msgid "unable to write temporary index file"7175msgstr "Konnte temporäre Index-Datei nicht schreiben."71767177#: builtin/commit.c:5837178#, c-format7179msgid "commit '%s' lacks author header"7180msgstr "Commit '%s' fehlt Autor-Kopfbereich"71817182#: builtin/commit.c:5857183#, c-format7184msgid "commit '%s' has malformed author line"7185msgstr "Commit '%s' hat fehlerhafte Autor-Zeile"71867187#: builtin/commit.c:6047188msgid "malformed --author parameter"7189msgstr "Fehlerhafter --author Parameter"71907191#: builtin/commit.c:6567192msgid ""7193"unable to select a comment character that is not used\n"7194"in the current commit message"7195msgstr ""7196"Konnte kein Kommentar-Zeichen auswählen, das nicht in\n"7197"der aktuellen Commit-Beschreibung verwendet wird."71987199#: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:10937200#, c-format7201msgid "could not lookup commit %s"7202msgstr "Konnte Commit %s nicht nachschlagen"72037204#: builtin/commit.c:705 builtin/shortlog.c:2957205#, c-format7206msgid "(reading log message from standard input)\n"7207msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"72087209#: builtin/commit.c:7077210msgid "could not read log from standard input"7211msgstr "Konnte Log nicht von Standard-Eingabe lesen."72127213#: builtin/commit.c:7117214#, c-format7215msgid "could not read log file '%s'"7216msgstr "Konnte Log-Datei '%s' nicht lesen"72177218#: builtin/commit.c:738 builtin/commit.c:7467219msgid "could not read SQUASH_MSG"7220msgstr "Konnte SQUASH_MSG nicht lesen"72217222#: builtin/commit.c:7437223msgid "could not read MERGE_MSG"7224msgstr "Konnte MERGE_MSG nicht lesen"72257226#: builtin/commit.c:7977227msgid "could not write commit template"7228msgstr "Konnte Commit-Vorlage nicht schreiben"72297230#: builtin/commit.c:8157231#, c-format7232msgid ""7233"\n"7234"It looks like you may be committing a merge.\n"7235"If this is not correct, please remove the file\n"7236"\t%s\n"7237"and try again.\n"7238msgstr ""7239"\n"7240"Es sieht so aus, als committen Sie einen Merge.\n"7241"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"7242"\t%s\n"7243"und versuchen Sie es erneut.\n"72447245#: builtin/commit.c:8207246#, c-format7247msgid ""7248"\n"7249"It looks like you may be committing a cherry-pick.\n"7250"If this is not correct, please remove the file\n"7251"\t%s\n"7252"and try again.\n"7253msgstr ""7254"\n"7255"Es sieht so aus, als committen Sie einen \"cherry-pick\".\n"7256"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"7257"\t%s\n"7258"und versuchen Sie es erneut.\n"72597260#: builtin/commit.c:8337261#, c-format7262msgid ""7263"Please enter the commit message for your changes. Lines starting\n"7264"with '%c' will be ignored, and an empty message aborts the commit.\n"7265msgstr ""7266"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n"7267"die mit '%c' beginnen, werden ignoriert, und eine leere Beschreibung\n"7268"bricht den Commit ab.\n"72697270#: builtin/commit.c:8407271#, c-format7272msgid ""7273"Please enter the commit message for your changes. Lines starting\n"7274"with '%c' will be kept; you may remove them yourself if you want to.\n"7275"An empty message aborts the commit.\n"7276msgstr ""7277"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, "7278"die\n"7279"mit '%c' beginnen, werden beibehalten; wenn Sie möchten, können Sie diese "7280"entfernen.\n"7281"Eine leere Beschreibung bricht den Commit ab.\n"72827283#: builtin/commit.c:8577284#, c-format7285msgid "%sAuthor: %.*s <%.*s>"7286msgstr "%sAutor: %.*s <%.*s>"72877288#: builtin/commit.c:8657289#, c-format7290msgid "%sDate: %s"7291msgstr "%sDatum: %s"72927293#: builtin/commit.c:8727294#, c-format7295msgid "%sCommitter: %.*s <%.*s>"7296msgstr "%sCommit-Ersteller: %.*s <%.*s>"72977298#: builtin/commit.c:8897299msgid "Cannot read index"7300msgstr "Kann Index nicht lesen"73017302#: builtin/commit.c:9517303msgid "Error building trees"7304msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"73057306#: builtin/commit.c:965 builtin/tag.c:2747307#, c-format7308msgid "Please supply the message using either -m or -F option.\n"7309msgstr ""7310"Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n"73117312#: builtin/commit.c:10687313#, c-format7314msgid "--author '%s' is not 'Name <email>' and matches no existing author"7315msgstr ""7316"--author '%s' ist nicht im Format 'Name <E-Mail>' und stimmt mit keinem "7317"vorhandenen Autor überein"73187319#: builtin/commit.c:1083 builtin/commit.c:13287320#, c-format7321msgid "Invalid untracked files mode '%s'"7322msgstr "Ungültiger Modus '%s' für unversionierte Dateien"73237324#: builtin/commit.c:11217325msgid "--long and -z are incompatible"7326msgstr "Die Optionen --long und -z sind inkompatibel."73277328#: builtin/commit.c:11517329msgid "Using both --reset-author and --author does not make sense"7330msgstr ""7331"Die Optionen --reset-author und --author können nicht gemeinsam verwendet "7332"werden."73337334#: builtin/commit.c:11607335msgid "You have nothing to amend."7336msgstr "Sie haben nichts für \"--amend\"."73377338#: builtin/commit.c:11637339msgid "You are in the middle of a merge -- cannot amend."7340msgstr "Ein Merge ist im Gange -- kann \"--amend\" nicht ausführen."73417342#: builtin/commit.c:11657343msgid "You are in the middle of a cherry-pick -- cannot amend."7344msgstr "\"cherry-pick\" ist im Gange -- kann \"--amend\" nicht ausführen."73457346#: builtin/commit.c:11687347msgid "Options --squash and --fixup cannot be used together"7348msgstr ""7349"Die Optionen --squash und --fixup können nicht gemeinsam verwendet werden."73507351#: builtin/commit.c:11787352msgid "Only one of -c/-C/-F/--fixup can be used."7353msgstr "Es kann nur eine Option von -c/-C/-F/--fixup verwendet werden."73547355#: builtin/commit.c:11807356msgid "Option -m cannot be combined with -c/-C/-F/--fixup."7357msgstr "Die Option -m kann nicht mit -c/-C/-F/--fixup kombiniert werden."73587359#: builtin/commit.c:11887360msgid "--reset-author can be used only with -C, -c or --amend."7361msgstr ""7362"Die Option --reset--author kann nur mit -C, -c oder --amend verwendet werden."73637364#: builtin/commit.c:12057365msgid "Only one of --include/--only/--all/--interactive/--patch can be used."7366msgstr ""7367"Es kann nur eine Option von --include/--only/--all/--interactive/--patch "7368"verwendet werden."73697370#: builtin/commit.c:12077371msgid "No paths with --include/--only does not make sense."7372msgstr ""7373"Die Optionen --include und --only können nur mit der Angabe von Pfaden "7374"verwendet werden."73757376#: builtin/commit.c:1219 builtin/tag.c:5527377#, c-format7378msgid "Invalid cleanup mode %s"7379msgstr "Ungültiger \"cleanup\" Modus %s"73807381#: builtin/commit.c:12247382msgid "Paths with -a does not make sense."7383msgstr "Die Option -a kann nicht mit der Angabe von Pfaden verwendet werden."73847385#: builtin/commit.c:1342 builtin/commit.c:16177386msgid "show status concisely"7387msgstr "Status im Kurzformat anzeigen"73887389#: builtin/commit.c:1344 builtin/commit.c:16197390msgid "show branch information"7391msgstr "Branchinformationen anzeigen"73927393#: builtin/commit.c:13467394msgid "show stash information"7395msgstr "Stashinformationen anzeigen"73967397#: builtin/commit.c:13487398msgid "version"7399msgstr "Version"74007401#: builtin/commit.c:1348 builtin/commit.c:1621 builtin/push.c:5307402#: builtin/worktree.c:4497403msgid "machine-readable output"7404msgstr "maschinenlesbare Ausgabe"74057406#: builtin/commit.c:1351 builtin/commit.c:16237407msgid "show status in long format (default)"7408msgstr "Status im Langformat anzeigen (Standard)"74097410#: builtin/commit.c:1354 builtin/commit.c:16267411msgid "terminate entries with NUL"7412msgstr "Einträge mit NUL-Zeichen abschließen"74137414#: builtin/commit.c:1356 builtin/commit.c:1629 builtin/fast-export.c:9837415#: builtin/fast-export.c:986 builtin/tag.c:4127416msgid "mode"7417msgstr "Modus"74187419#: builtin/commit.c:1357 builtin/commit.c:16297420msgid "show untracked files, optional modes: all, normal, no. (Default: all)"7421msgstr ""7422"unversionierte Dateien anzeigen, optionale Modi: all, normal, no. (Standard: "7423"all)"74247425#: builtin/commit.c:13607426msgid "show ignored files"7427msgstr "ignorierte Dateien anzeigen"74287429#: builtin/commit.c:1361 parse-options.h:1557430msgid "when"7431msgstr "wann"74327433#: builtin/commit.c:13627434msgid ""7435"ignore changes to submodules, optional when: all, dirty, untracked. "7436"(Default: all)"7437msgstr ""7438"Änderungen in Submodulen ignorieren, optional wenn: all, dirty, untracked. "7439"(Standard: all)"74407441#: builtin/commit.c:13647442msgid "list untracked files in columns"7443msgstr "unversionierte Dateien in Spalten auflisten"74447445#: builtin/commit.c:14407446msgid "couldn't look up newly created commit"7447msgstr "Konnte neu erstellten Commit nicht nachschlagen."74487449#: builtin/commit.c:14427450msgid "could not parse newly created commit"7451msgstr "Konnte neulich erstellten Commit nicht analysieren."74527453#: builtin/commit.c:14877454msgid "detached HEAD"7455msgstr "losgelöster HEAD"74567457#: builtin/commit.c:14907458msgid " (root-commit)"7459msgstr " (Basis-Commit)"74607461#: builtin/commit.c:15877462msgid "suppress summary after successful commit"7463msgstr "Zusammenfassung nach erfolgreichem Commit unterdrücken"74647465#: builtin/commit.c:15887466msgid "show diff in commit message template"7467msgstr "Unterschiede in Commit-Beschreibungsvorlage anzeigen"74687469#: builtin/commit.c:15907470msgid "Commit message options"7471msgstr "Optionen für Commit-Beschreibung"74727473#: builtin/commit.c:1591 builtin/tag.c:4107474msgid "read message from file"7475msgstr "Beschreibung von Datei lesen"74767477#: builtin/commit.c:15927478msgid "author"7479msgstr "Autor"74807481#: builtin/commit.c:15927482msgid "override author for commit"7483msgstr "Autor eines Commits überschreiben"74847485#: builtin/commit.c:1593 builtin/gc.c:3587486msgid "date"7487msgstr "Datum"74887489#: builtin/commit.c:15937490msgid "override date for commit"7491msgstr "Datum eines Commits überschreiben"74927493#: builtin/commit.c:1594 builtin/merge.c:222 builtin/notes.c:4017494#: builtin/notes.c:564 builtin/tag.c:4087495msgid "message"7496msgstr "Beschreibung"74977498#: builtin/commit.c:15947499msgid "commit message"7500msgstr "Commit-Beschreibung"75017502#: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:15977503#: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:777504msgid "commit"7505msgstr "Commit"75067507#: builtin/commit.c:15957508msgid "reuse and edit message from specified commit"7509msgstr "Beschreibung des angegebenen Commits wiederverwenden und editieren"75107511#: builtin/commit.c:15967512msgid "reuse message from specified commit"7513msgstr "Beschreibung des angegebenen Commits wiederverwenden"75147515#: builtin/commit.c:15977516msgid "use autosquash formatted message to fixup specified commit"7517msgstr ""7518"eine automatisch zusammengesetzte Beschreibung zum Nachbessern des "7519"angegebenen Commits verwenden"75207521#: builtin/commit.c:15987522msgid "use autosquash formatted message to squash specified commit"7523msgstr ""7524"eine automatisch zusammengesetzte Beschreibung beim \"squash\" des "7525"angegebenen Commits verwenden"75267527#: builtin/commit.c:15997528msgid "the commit is authored by me now (used with -C/-c/--amend)"7529msgstr "Sie als Autor des Commits setzen (verwendet mit -C/-c/--amend)"75307531#: builtin/commit.c:1600 builtin/log.c:1430 builtin/revert.c:1057532msgid "add Signed-off-by:"7533msgstr "'Signed-off-by:'-Zeile hinzufügen"75347535#: builtin/commit.c:16017536msgid "use specified template file"7537msgstr "angegebene Vorlagendatei verwenden"75387539#: builtin/commit.c:16027540msgid "force edit of commit"7541msgstr "Bearbeitung des Commits erzwingen"75427543#: builtin/commit.c:16037544msgid "default"7545msgstr "Standard"75467547#: builtin/commit.c:1603 builtin/tag.c:4137548msgid "how to strip spaces and #comments from message"7549msgstr ""7550"wie Leerzeichen und #Kommentare von der Beschreibung getrennt werden sollen"75517552#: builtin/commit.c:16047553msgid "include status in commit message template"7554msgstr "Status in die Commit-Beschreibungsvorlage einfügen"75557556#: builtin/commit.c:1606 builtin/merge.c:234 builtin/pull.c:1737557#: builtin/revert.c:1137558msgid "GPG sign commit"7559msgstr "Commit mit GPG signieren"75607561#: builtin/commit.c:16097562msgid "Commit contents options"7563msgstr "Optionen für Commit-Inhalt"75647565#: builtin/commit.c:16107566msgid "commit all changed files"7567msgstr "alle geänderten Dateien committen"75687569#: builtin/commit.c:16117570msgid "add specified files to index for commit"7571msgstr "die angegebenen Dateien zusätzlich zum Commit vormerken"75727573#: builtin/commit.c:16127574msgid "interactively add files"7575msgstr "interaktives Hinzufügen von Dateien"75767577#: builtin/commit.c:16137578msgid "interactively add changes"7579msgstr "interaktives Hinzufügen von Änderungen"75807581#: builtin/commit.c:16147582msgid "commit only specified files"7583msgstr "nur die angegebenen Dateien committen"75847585#: builtin/commit.c:16157586msgid "bypass pre-commit and commit-msg hooks"7587msgstr "Hooks pre-commit und commit-msg umgehen"75887589#: builtin/commit.c:16167590msgid "show what would be committed"7591msgstr "anzeigen, was committet werden würde"75927593#: builtin/commit.c:16277594msgid "amend previous commit"7595msgstr "vorherigen Commit ändern"75967597#: builtin/commit.c:16287598msgid "bypass post-rewrite hook"7599msgstr "\"post-rewrite hook\" umgehen"76007601#: builtin/commit.c:16337602msgid "ok to record an empty change"7603msgstr "Aufzeichnung einer leeren Änderung erlauben"76047605#: builtin/commit.c:16357606msgid "ok to record a change with an empty message"7607msgstr "Aufzeichnung einer Änderung mit einer leeren Beschreibung erlauben"76087609#: builtin/commit.c:16657610msgid "could not parse HEAD commit"7611msgstr "Konnte Commit von HEAD nicht analysieren."76127613#: builtin/commit.c:17107614#, c-format7615msgid "Corrupt MERGE_HEAD file (%s)"7616msgstr "Beschädigte MERGE_HEAD-Datei (%s)"76177618#: builtin/commit.c:17177619msgid "could not read MERGE_MODE"7620msgstr "Konnte MERGE_MODE nicht lesen"76217622#: builtin/commit.c:17367623#, c-format7624msgid "could not read commit message: %s"7625msgstr "Konnte Commit-Beschreibung nicht lesen: %s"76267627#: builtin/commit.c:17477628#, c-format7629msgid "Aborting commit; you did not edit the message.\n"7630msgstr "Commit abgebrochen; Sie haben die Beschreibung nicht editiert.\n"76317632#: builtin/commit.c:17527633#, c-format7634msgid "Aborting commit due to empty commit message.\n"7635msgstr "Commit aufgrund leerer Beschreibung abgebrochen.\n"76367637#: builtin/commit.c:18007638msgid ""7639"Repository has been updated, but unable to write\n"7640"new_index file. Check that disk is not full and quota is\n"7641"not exceeded, and then \"git reset HEAD\" to recover."7642msgstr ""7643"Das Repository wurde aktualisiert, aber die \"new_index\"-Datei\n"7644"konnte nicht geschrieben werden. Prüfen Sie, dass Ihre Festplatte nicht\n"7645"voll und Ihr Kontingent nicht aufgebraucht ist und führen Sie\n"7646"anschließend \"git reset HEAD\" zu Wiederherstellung aus."76477648#: builtin/config.c:107649msgid "git config [<options>]"7650msgstr "git config [<Optionen>]"76517652#: builtin/config.c:577653msgid "Config file location"7654msgstr "Ort der Konfigurationsdatei"76557656#: builtin/config.c:587657msgid "use global config file"7658msgstr "globale Konfigurationsdatei verwenden"76597660#: builtin/config.c:597661msgid "use system config file"7662msgstr "systemweite Konfigurationsdatei verwenden"76637664#: builtin/config.c:607665msgid "use repository config file"7666msgstr "Konfigurationsdatei des Repositories verwenden"76677668#: builtin/config.c:617669msgid "use given config file"7670msgstr "die angegebene Konfigurationsdatei verwenden"76717672#: builtin/config.c:627673msgid "blob-id"7674msgstr "Blob-Id"76757676#: builtin/config.c:627677msgid "read config from given blob object"7678msgstr "Konfiguration von angegebenem Blob-Objekt lesen"76797680#: builtin/config.c:637681msgid "Action"7682msgstr "Aktion"76837684#: builtin/config.c:647685msgid "get value: name [value-regex]"7686msgstr "Wert zurückgeben: Name [Wert-regex]"76877688#: builtin/config.c:657689msgid "get all values: key [value-regex]"7690msgstr "alle Werte zurückgeben: Schlüssel [Wert-regex]"76917692#: builtin/config.c:667693msgid "get values for regexp: name-regex [value-regex]"7694msgstr "Werte für den regulären Ausdruck zurückgeben: Name-regex [Wert-regex]"76957696#: builtin/config.c:677697msgid "get value specific for the URL: section[.var] URL"7698msgstr "Wert spezifisch für eine URL zurückgeben: section[.var] URL"76997700#: builtin/config.c:687701msgid "replace all matching variables: name value [value_regex]"7702msgstr "alle passenden Variablen ersetzen: Name Wert [Wert-regex] "77037704#: builtin/config.c:697705msgid "add a new variable: name value"7706msgstr "neue Variable hinzufügen: Name Wert"77077708#: builtin/config.c:707709msgid "remove a variable: name [value-regex]"7710msgstr "eine Variable entfernen: Name [Wert-regex]"77117712#: builtin/config.c:717713msgid "remove all matches: name [value-regex]"7714msgstr "alle Übereinstimmungen entfernen: Name [Wert-regex]"77157716#: builtin/config.c:727717msgid "rename section: old-name new-name"7718msgstr "eine Sektion umbenennen: alter-Name neuer-Name"77197720#: builtin/config.c:737721msgid "remove a section: name"7722msgstr "eine Sektion entfernen: Name"77237724#: builtin/config.c:747725msgid "list all"7726msgstr "alles auflisten"77277728#: builtin/config.c:757729msgid "open an editor"7730msgstr "einen Editor öffnen"77317732#: builtin/config.c:767733msgid "find the color configured: slot [default]"7734msgstr "die konfigurierte Farbe finden: Slot [Standard]"77357736#: builtin/config.c:777737msgid "find the color setting: slot [stdout-is-tty]"7738msgstr "die Farbeinstellung finden: Slot [Standard-Ausgabe-ist-Terminal]"77397740#: builtin/config.c:787741msgid "Type"7742msgstr "Typ"77437744#: builtin/config.c:797745msgid "value is \"true\" or \"false\""7746msgstr "Wert ist \"true\" oder \"false\""77477748#: builtin/config.c:807749msgid "value is decimal number"7750msgstr "Wert ist eine Dezimalzahl"77517752#: builtin/config.c:817753msgid "value is --bool or --int"7754msgstr "Wert ist --bool oder --int"77557756#: builtin/config.c:827757msgid "value is a path (file or directory name)"7758msgstr "Wert ist ein Pfad (Datei oder Verzeichnisname)"77597760#: builtin/config.c:837761msgid "Other"7762msgstr "Sonstiges"77637764#: builtin/config.c:847765msgid "terminate values with NUL byte"7766msgstr "schließt Werte mit NUL-Byte ab"77677768#: builtin/config.c:857769msgid "show variable names only"7770msgstr "nur Variablennamen anzeigen"77717772#: builtin/config.c:867773msgid "respect include directives on lookup"7774msgstr "beachtet \"include\"-Direktiven beim Nachschlagen"77757776#: builtin/config.c:877777msgid "show origin of config (file, standard input, blob, command line)"7778msgstr ""7779"Ursprung der Konfiguration anzeigen (Datei, Standard-Eingabe, Blob, "7780"Befehlszeile)"77817782#: builtin/config.c:3277783msgid "unable to parse default color value"7784msgstr "konnte Standard-Farbwert nicht parsen"77857786#: builtin/config.c:4717787#, c-format7788msgid ""7789"# This is Git's per-user configuration file.\n"7790"[user]\n"7791"# Please adapt and uncomment the following lines:\n"7792"#\tname = %s\n"7793"#\temail = %s\n"7794msgstr ""7795"# Das ist Git's benutzerspezifische Konfigurationsdatei.\n"7796"[user]\n"7797"# Bitte passen Sie die folgenden Zeilen an und kommentieren Sie diese aus:\n"7798"#\tname = %s\n"7799"#\temail = %s\n"78007801#: builtin/config.c:4997802msgid "--local can only be used inside a git repository"7803msgstr "--local kann nur innerhalb eines Git-Repositories verwendet werden."78047805#: builtin/config.c:6217806#, c-format7807msgid "cannot create configuration file %s"7808msgstr "Konnte Konfigurationsdatei '%s' nicht erstellen."78097810#: builtin/config.c:6337811#, c-format7812msgid ""7813"cannot overwrite multiple values with a single value\n"7814" Use a regexp, --add or --replace-all to change %s."7815msgstr ""7816"kann nicht mehrere Werte mit einem einzigen Wert überschreiben\n"7817" Benutzen Sie einen regulären Ausdruck, --add oder --replace, um %s\n"7818" zu ändern."78197820#: builtin/count-objects.c:877821msgid "git count-objects [-v] [-H | --human-readable]"7822msgstr "git count-objects [-v] [-H | --human-readable]"78237824#: builtin/count-objects.c:977825msgid "print sizes in human readable format"7826msgstr "gibt Größenangaben in menschenlesbaren Format aus"78277828#: builtin/describe.c:197829msgid "git describe [<options>] [<commit-ish>...]"7830msgstr "git describe [<Optionen>] [<Commit-Angabe>...]"78317832#: builtin/describe.c:207833msgid "git describe [<options>] --dirty"7834msgstr "git describe [<Optionen>] --dirty"78357836#: builtin/describe.c:547837msgid "head"7838msgstr "Branch"78397840#: builtin/describe.c:547841msgid "lightweight"7842msgstr "nicht-annotiert"78437844#: builtin/describe.c:547845msgid "annotated"7846msgstr "annotiert"78477848#: builtin/describe.c:2537849#, c-format7850msgid "annotated tag %s not available"7851msgstr "annotiertes Tag %s ist nicht verfügbar"78527853#: builtin/describe.c:2577854#, c-format7855msgid "annotated tag %s has no embedded name"7856msgstr "annotiertes Tag %s hat keinen eingebetteten Namen"78577858#: builtin/describe.c:2597859#, c-format7860msgid "tag '%s' is really '%s' here"7861msgstr "Tag '%s' ist eigentlich '%s' hier"78627863#: builtin/describe.c:286 builtin/log.c:4897864#, c-format7865msgid "Not a valid object name %s"7866msgstr "%s ist kein gültiger Objekt-Name"78677868#: builtin/describe.c:2897869#, c-format7870msgid "%s is not a valid '%s' object"7871msgstr "%s ist kein gültiges '%s' Objekt"78727873#: builtin/describe.c:3067874#, c-format7875msgid "no tag exactly matches '%s'"7876msgstr "kein Tag entspricht exakt '%s'"78777878#: builtin/describe.c:3087879#, c-format7880msgid "searching to describe %s\n"7881msgstr "suche zur Beschreibung von %s\n"78827883#: builtin/describe.c:3557884#, c-format7885msgid "finished search at %s\n"7886msgstr "beendete Suche bei %s\n"78877888#: builtin/describe.c:3827889#, c-format7890msgid ""7891"No annotated tags can describe '%s'.\n"7892"However, there were unannotated tags: try --tags."7893msgstr ""7894"Keine annotierten Tags können '%s' beschreiben.\n"7895"Jedoch gab es nicht-annotierte Tags: versuchen Sie --tags."78967897#: builtin/describe.c:3867898#, c-format7899msgid ""7900"No tags can describe '%s'.\n"7901"Try --always, or create some tags."7902msgstr ""7903"Keine Tags können '%s' beschreiben.\n"7904"Versuchen Sie --always oder erstellen Sie einige Tags."79057906#: builtin/describe.c:4167907#, c-format7908msgid "traversed %lu commits\n"7909msgstr "%lu Commits durchlaufen\n"79107911#: builtin/describe.c:4197912#, c-format7913msgid ""7914"more than %i tags found; listed %i most recent\n"7915"gave up search at %s\n"7916msgstr ""7917"mehr als %i Tags gefunden; führe die ersten %i auf\n"7918"Suche bei %s aufgegeben\n"79197920#: builtin/describe.c:4417921msgid "find the tag that comes after the commit"7922msgstr "das Tag finden, das nach dem Commit kommt"79237924#: builtin/describe.c:4427925msgid "debug search strategy on stderr"7926msgstr "die Suchstrategie in der Standard-Fehlerausgabe protokollieren"79277928#: builtin/describe.c:4437929msgid "use any ref"7930msgstr "alle Referenzen verwenden"79317932#: builtin/describe.c:4447933msgid "use any tag, even unannotated"7934msgstr "jedes Tag verwenden, auch nicht-annotierte"79357936#: builtin/describe.c:4457937msgid "always use long format"7938msgstr "immer langes Format verwenden"79397940#: builtin/describe.c:4467941msgid "only follow first parent"7942msgstr "nur erstem Elternteil folgen"79437944#: builtin/describe.c:4497945msgid "only output exact matches"7946msgstr "nur exakte Übereinstimmungen ausgeben"79477948#: builtin/describe.c:4517949msgid "consider <n> most recent tags (default: 10)"7950msgstr "die jüngsten <n> Tags betrachten (Standard: 10)"79517952#: builtin/describe.c:4537953msgid "only consider tags matching <pattern>"7954msgstr "nur Tags, die <Muster> entsprechen, betrachten"79557956#: builtin/describe.c:4557957msgid "do not consider tags matching <pattern>"7958msgstr "keine Tags betrachten, die <Muster> entsprechen"79597960#: builtin/describe.c:457 builtin/name-rev.c:4067961msgid "show abbreviated commit object as fallback"7962msgstr "gekürztes Commit-Objekt anzeigen, wenn sonst nichts zutrifft"79637964#: builtin/describe.c:458 builtin/describe.c:4617965msgid "mark"7966msgstr "Kennzeichen"79677968#: builtin/describe.c:4597969msgid "append <mark> on dirty working tree (default: \"-dirty\")"7970msgstr ""7971"<Kennzeichen> bei geändertem Arbeitsverzeichnis anhängen (Standard: \"-dirty"7972"\")"79737974#: builtin/describe.c:4627975msgid "append <mark> on broken working tree (default: \"-broken\")"7976msgstr ""7977"<Kennzeichen> bei defektem Arbeitsverzeichnis anhängen (Standard: \"-broken"7978"\")"79797980#: builtin/describe.c:4807981msgid "--long is incompatible with --abbrev=0"7982msgstr "Die Optionen --long und --abbrev=0 sind inkompatibel."79837984#: builtin/describe.c:5097985msgid "No names found, cannot describe anything."7986msgstr "Keine Namen gefunden, kann nichts beschreiben."79877988#: builtin/describe.c:5527989msgid "--dirty is incompatible with commit-ishes"7990msgstr "Die Option --dirty kann nicht mit Commits verwendet werden."79917992#: builtin/describe.c:5547993msgid "--broken is incompatible with commit-ishes"7994msgstr "Die Option --broken kann nicht mit Commits verwendet werden."79957996#: builtin/diff.c:837997#, c-format7998msgid "'%s': not a regular file or symlink"7999msgstr "'%s': keine reguläre Datei oder symbolische Verknüpfung"80008001#: builtin/diff.c:2358002#, c-format8003msgid "invalid option: %s"8004msgstr "Ungültige Option: %s"80058006#: builtin/diff.c:3598007msgid "Not a git repository"8008msgstr "Kein Git-Repository"80098010#: builtin/diff.c:4028011#, c-format8012msgid "invalid object '%s' given."8013msgstr "Objekt '%s' ist ungültig."80148015#: builtin/diff.c:4118016#, c-format8017msgid "more than two blobs given: '%s'"8018msgstr "Mehr als zwei Blobs angegeben: '%s'"80198020#: builtin/diff.c:4168021#, c-format8022msgid "unhandled object '%s' given."8023msgstr "unbehandeltes Objekt '%s' angegeben"80248025#: builtin/difftool.c:298026msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"8027msgstr "git difftool [<Optionen>] [<Commit> [<Commit>]] [--] [<Pfad>...]"80288029#: builtin/difftool.c:2498030#, c-format8031msgid "failed: %d"8032msgstr "fehlgeschlagen: %d"80338034#: builtin/difftool.c:2918035#, c-format8036msgid "could not read symlink %s"8037msgstr "konnte symbolische Verknüpfung %s nicht lesen"80388039#: builtin/difftool.c:2938040#, c-format8041msgid "could not read symlink file %s"8042msgstr "Konnte Datei von symbolischer Verknüpfung '%s' nicht lesen."80438044#: builtin/difftool.c:3018045#, c-format8046msgid "could not read object %s for symlink %s"8047msgstr "Konnte Objekt '%s' für symbolische Verknüpfung '%s' nicht lesen."80488049#: builtin/difftool.c:4038050msgid ""8051"combined diff formats('-c' and '--cc') are not supported in\n"8052"directory diff mode('-d' and '--dir-diff')."8053msgstr ""8054"Kombinierte Diff-Formate('-c' und '--cc') werden im Verzeichnis-\n"8055"Diff-Modus('-d' und '--dir-diff') nicht unterstützt."80568057#: builtin/difftool.c:6268058#, c-format8059msgid "both files modified: '%s' and '%s'."8060msgstr "beide Dateien geändert: '%s' und '%s'."80618062#: builtin/difftool.c:6288063msgid "working tree file has been left."8064msgstr "Datei im Arbeitsverzeichnis belassen."80658066#: builtin/difftool.c:6398067#, c-format8068msgid "temporary files exist in '%s'."8069msgstr "Es existieren temporäre Dateien in '%s'."80708071#: builtin/difftool.c:6408072msgid "you may want to cleanup or recover these."8073msgstr "Sie könnten diese aufräumen oder wiederherstellen."80748075#: builtin/difftool.c:6898076msgid "use `diff.guitool` instead of `diff.tool`"8077msgstr "`diff.guitool` anstatt `diff.tool` benutzen"80788079#: builtin/difftool.c:6918080msgid "perform a full-directory diff"8081msgstr "Diff über ganzes Verzeichnis ausführen"80828083#: builtin/difftool.c:6938084msgid "do not prompt before launching a diff tool"8085msgstr "keine Eingabeaufforderung vor Ausführung eines Diff-Tools"80868087#: builtin/difftool.c:6998088msgid "use symlinks in dir-diff mode"8089msgstr "symbolische Verknüpfungen im dir-diff Modus verwenden"80908091#: builtin/difftool.c:7008092msgid "<tool>"8093msgstr "<Tool>"80948095#: builtin/difftool.c:7018096msgid "use the specified diff tool"8097msgstr "das angegebene Diff-Tool benutzen"80988099#: builtin/difftool.c:7038100msgid "print a list of diff tools that may be used with `--tool`"8101msgstr ""8102"eine Liste mit Diff-Tools darstellen, die mit `--tool` benutzt werden können"81038104#: builtin/difftool.c:7068105msgid ""8106"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "8107"code"8108msgstr ""8109"'git-difftool' beenden, wenn das aufgerufene Diff-Tool mit einem "8110"Rückkehrwert\n"8111"verschieden 0 ausgeführt wurde"81128113#: builtin/difftool.c:7088114msgid "<command>"8115msgstr "<Programm>"81168117#: builtin/difftool.c:7098118msgid "specify a custom command for viewing diffs"8119msgstr "eigenen Befehl zur Anzeige von Unterschieden angeben"81208121#: builtin/difftool.c:7338122msgid "no <tool> given for --tool=<tool>"8123msgstr "kein <Tool> für --tool=<Tool> angegeben"81248125#: builtin/difftool.c:7408126msgid "no <cmd> given for --extcmd=<cmd>"8127msgstr "kein <Programm> für --extcmd=<Programm> angegeben"81288129#: builtin/fast-export.c:268130msgid "git fast-export [rev-list-opts]"8131msgstr "git fast-export [rev-list-opts]"81328133#: builtin/fast-export.c:9828134msgid "show progress after <n> objects"8135msgstr "Fortschritt nach <n> Objekten anzeigen"81368137#: builtin/fast-export.c:9848138msgid "select handling of signed tags"8139msgstr "Behandlung von signierten Tags wählen"81408141#: builtin/fast-export.c:9878142msgid "select handling of tags that tag filtered objects"8143msgstr "Behandlung von Tags wählen, die gefilterte Objekte markieren"81448145#: builtin/fast-export.c:9908146msgid "Dump marks to this file"8147msgstr "Kennzeichen in diese Datei schreiben"81488149#: builtin/fast-export.c:9928150msgid "Import marks from this file"8151msgstr "Kennzeichen von dieser Datei importieren"81528153#: builtin/fast-export.c:9948154msgid "Fake a tagger when tags lack one"8155msgstr "künstlich einen Tag-Ersteller erzeugen, wenn das Tag keinen hat"81568157#: builtin/fast-export.c:9968158msgid "Output full tree for each commit"8159msgstr "für jeden Commit das gesamte Verzeichnis ausgeben"81608161#: builtin/fast-export.c:9988162msgid "Use the done feature to terminate the stream"8163msgstr "die \"done\"-Funktion benutzen, um den Datenstrom abzuschließen"81648165#: builtin/fast-export.c:9998166msgid "Skip output of blob data"8167msgstr "Ausgabe von Blob-Daten überspringen"81688169#: builtin/fast-export.c:10008170msgid "refspec"8171msgstr "Refspec"81728173#: builtin/fast-export.c:10018174msgid "Apply refspec to exported refs"8175msgstr "Refspec auf exportierte Referenzen anwenden"81768177#: builtin/fast-export.c:10028178msgid "anonymize output"8179msgstr "Ausgabe anonymisieren"81808181#: builtin/fetch.c:228182msgid "git fetch [<options>] [<repository> [<refspec>...]]"8183msgstr "git fetch [<Optionen>] [<Repository> [<Refspec>...]]"81848185#: builtin/fetch.c:238186msgid "git fetch [<options>] <group>"8187msgstr "git fetch [<Optionen>] <Gruppe>"81888189#: builtin/fetch.c:248190msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"8191msgstr "git fetch --multiple [<Optionen>] [(<Repository> | <Gruppe>)...]"81928193#: builtin/fetch.c:258194msgid "git fetch --all [<options>]"8195msgstr "git fetch --all [<Optionen>]"81968197#: builtin/fetch.c:90 builtin/pull.c:1828198msgid "fetch from all remotes"8199msgstr "fordert von allen Remote-Repositories an"82008201#: builtin/fetch.c:92 builtin/pull.c:1858202msgid "append to .git/FETCH_HEAD instead of overwriting"8203msgstr "an .git/FETCH_HEAD anhängen, anstatt zu überschreiben"82048205#: builtin/fetch.c:94 builtin/pull.c:1888206msgid "path to upload pack on remote end"8207msgstr "Pfad des Programms zum Hochladen von Paketen auf der Gegenseite"82088209#: builtin/fetch.c:95 builtin/pull.c:1908210msgid "force overwrite of local branch"8211msgstr "das Überschreiben von lokalen Branches erzwingen"82128213#: builtin/fetch.c:978214msgid "fetch from multiple remotes"8215msgstr "von mehreren Remote-Repositories anfordern"82168217#: builtin/fetch.c:99 builtin/pull.c:1928218msgid "fetch all tags and associated objects"8219msgstr "alle Tags und verbundene Objekte anfordern"82208221#: builtin/fetch.c:1018222msgid "do not fetch all tags (--no-tags)"8223msgstr "nicht alle Tags anfordern (--no-tags)"82248225#: builtin/fetch.c:1038226msgid "number of submodules fetched in parallel"8227msgstr "Anzahl der parallel anzufordernden Submodule"82288229#: builtin/fetch.c:105 builtin/pull.c:1958230msgid "prune remote-tracking branches no longer on remote"8231msgstr ""8232"Remote-Tracking-Branches entfernen, die sich nicht mehr im Remote-Repository "8233"befinden"82348235#: builtin/fetch.c:106 builtin/fetch.c:129 builtin/pull.c:1238236msgid "on-demand"8237msgstr "bei-Bedarf"82388239#: builtin/fetch.c:1078240msgid "control recursive fetching of submodules"8241msgstr "rekursive Anforderungen von Submodulen kontrollieren"82428243#: builtin/fetch.c:111 builtin/pull.c:2038244msgid "keep downloaded pack"8245msgstr "heruntergeladenes Paket behalten"82468247#: builtin/fetch.c:1138248msgid "allow updating of HEAD ref"8249msgstr "Aktualisierung der \"HEAD\"-Referenz erlauben"82508251#: builtin/fetch.c:116 builtin/fetch.c:122 builtin/pull.c:2068252msgid "deepen history of shallow clone"8253msgstr ""8254"die Historie eines Klons mit unvollständiger Historie (shallow) vertiefen"82558256#: builtin/fetch.c:1188257msgid "deepen history of shallow repository based on time"8258msgstr ""8259"die Historie eines Klons mit unvollständiger Historie (shallow) auf "8260"Zeitbasis\n"8261"vertiefen"82628263#: builtin/fetch.c:124 builtin/pull.c:2098264msgid "convert to a complete repository"8265msgstr "zu einem vollständigen Repository konvertieren"82668267#: builtin/fetch.c:126 builtin/log.c:14508268msgid "dir"8269msgstr "Verzeichnis"82708271#: builtin/fetch.c:1278272msgid "prepend this to submodule path output"8273msgstr "dies an die Ausgabe der Submodul-Pfade voranstellen"82748275#: builtin/fetch.c:1308276msgid ""8277"default for recursive fetching of submodules (lower priority than config "8278"files)"8279msgstr ""8280"Standard für die rekursive Anforderung von Submodulen (geringere Priorität\n"8281"als Konfigurationsdateien)"82828283#: builtin/fetch.c:134 builtin/pull.c:2128284msgid "accept refs that update .git/shallow"8285msgstr "Referenzen, die .git/shallow aktualisieren, akzeptieren"82868287#: builtin/fetch.c:135 builtin/pull.c:2148288msgid "refmap"8289msgstr "Refmap"82908291#: builtin/fetch.c:136 builtin/pull.c:2158292msgid "specify fetch refmap"8293msgstr "Refmap für 'fetch' angeben"82948295#: builtin/fetch.c:3948296msgid "Couldn't find remote ref HEAD"8297msgstr "Konnte Remote-Referenz von HEAD nicht finden."82988299#: builtin/fetch.c:5128300#, c-format8301msgid "configuration fetch.output contains invalid value %s"8302msgstr "Konfiguration fetch.output enthält ungültigen Wert %s"83038304#: builtin/fetch.c:6058305#, c-format8306msgid "object %s not found"8307msgstr "Objekt %s nicht gefunden"83088309#: builtin/fetch.c:6098310msgid "[up to date]"8311msgstr "[aktuell]"83128313#: builtin/fetch.c:622 builtin/fetch.c:7028314msgid "[rejected]"8315msgstr "[zurückgewiesen]"83168317#: builtin/fetch.c:6238318msgid "can't fetch in current branch"8319msgstr "kann \"fetch\" im aktuellen Branch nicht ausführen"83208321#: builtin/fetch.c:6328322msgid "[tag update]"8323msgstr "[Tag Aktualisierung]"83248325#: builtin/fetch.c:633 builtin/fetch.c:666 builtin/fetch.c:6828326#: builtin/fetch.c:6978327msgid "unable to update local ref"8328msgstr "kann lokale Referenz nicht aktualisieren"83298330#: builtin/fetch.c:6528331msgid "[new tag]"8332msgstr "[neues Tag]"83338334#: builtin/fetch.c:6558335msgid "[new branch]"8336msgstr "[neuer Branch]"83378338#: builtin/fetch.c:6588339msgid "[new ref]"8340msgstr "[neue Referenz]"83418342#: builtin/fetch.c:6978343msgid "forced update"8344msgstr "Aktualisierung erzwungen"83458346#: builtin/fetch.c:7028347msgid "non-fast-forward"8348msgstr "kein Vorspulen"83498350#: builtin/fetch.c:7478351#, c-format8352msgid "%s did not send all necessary objects\n"8353msgstr "%s hat nicht alle erforderlichen Objekte gesendet\n"83548355#: builtin/fetch.c:7678356#, c-format8357msgid "reject %s because shallow roots are not allowed to be updated"8358msgstr ""8359"%s wurde zurückgewiesen, da Ursprungs-Commits von Repositoriesmit "8360"unvollständiger Historie (shallow) nicht aktualisiert werden dürfen."83618362#: builtin/fetch.c:855 builtin/fetch.c:9518363#, c-format8364msgid "From %.*s\n"8365msgstr "Von %.*s\n"83668367#: builtin/fetch.c:8668368#, c-format8369msgid ""8370"some local refs could not be updated; try running\n"8371" 'git remote prune %s' to remove any old, conflicting branches"8372msgstr ""8373"Einige lokale Referenzen konnten nicht aktualisiert werden; versuchen Sie\n"8374"'git remote prune %s', um jeden älteren, widersprüchlichen Branch zu löschen."83758376#: builtin/fetch.c:9218377#, c-format8378msgid " (%s will become dangling)"8379msgstr " (%s wird unreferenziert)"83808381#: builtin/fetch.c:9228382#, c-format8383msgid " (%s has become dangling)"8384msgstr " (%s wurde unreferenziert)"83858386#: builtin/fetch.c:9548387msgid "[deleted]"8388msgstr "[gelöscht]"83898390#: builtin/fetch.c:955 builtin/remote.c:10238391msgid "(none)"8392msgstr "(nichts)"83938394#: builtin/fetch.c:9788395#, c-format8396msgid "Refusing to fetch into current branch %s of non-bare repository"8397msgstr ""8398"Der \"fetch\" in den aktuellen Branch %s von einem Nicht-Bare-Repository "8399"wurde verweigert."84008401#: builtin/fetch.c:9978402#, c-format8403msgid "Option \"%s\" value \"%s\" is not valid for %s"8404msgstr "Option \"%s\" Wert \"%s\" ist nicht gültig für %s"84058406#: builtin/fetch.c:10008407#, c-format8408msgid "Option \"%s\" is ignored for %s\n"8409msgstr "Option \"%s\" wird ignoriert für %s\n"84108411#: builtin/fetch.c:10768412#, c-format8413msgid "Don't know how to fetch from %s"8414msgstr "Weiß nicht wie von %s angefordert wird."84158416#: builtin/fetch.c:12368417#, c-format8418msgid "Fetching %s\n"8419msgstr "Fordere an von %s\n"84208421#: builtin/fetch.c:1238 builtin/remote.c:978422#, c-format8423msgid "Could not fetch %s"8424msgstr "Konnte nicht von %s anfordern"84258426#: builtin/fetch.c:12568427msgid ""8428"No remote repository specified. Please, specify either a URL or a\n"8429"remote name from which new revisions should be fetched."8430msgstr ""8431"Kein Remote-Repository angegeben. Bitte geben Sie entweder eine URL\n"8432"oder den Namen des Remote-Repositories an, von welchem neue\n"8433"Commits angefordert werden sollen."84348435#: builtin/fetch.c:12798436msgid "You need to specify a tag name."8437msgstr "Sie müssen den Namen des Tags angeben."84388439#: builtin/fetch.c:13218440msgid "Negative depth in --deepen is not supported"8441msgstr "Negative Tiefe wird von --deepen nicht unterstützt."84428443#: builtin/fetch.c:13238444msgid "--deepen and --depth are mutually exclusive"8445msgstr "--deepen und --depth schließen sich gegenseitig aus"84468447#: builtin/fetch.c:13288448msgid "--depth and --unshallow cannot be used together"8449msgstr ""8450"Die Optionen --depth und --unshallow können nicht gemeinsam verwendet werden."84518452#: builtin/fetch.c:13308453msgid "--unshallow on a complete repository does not make sense"8454msgstr ""8455"Die Option --unshallow kann nicht in einem Repository mit unvollständiger "8456"Historie verwendet werden."84578458#: builtin/fetch.c:13498459msgid "fetch --all does not take a repository argument"8460msgstr "fetch --all akzeptiert kein Repository als Argument"84618462#: builtin/fetch.c:13518463msgid "fetch --all does not make sense with refspecs"8464msgstr "fetch --all kann nicht mit Refspecs verwendet werden."84658466#: builtin/fetch.c:13628467#, c-format8468msgid "No such remote or remote group: %s"8469msgstr "Kein Remote-Repository (einzeln oder Gruppe): %s"84708471#: builtin/fetch.c:13708472msgid "Fetching a group and specifying refspecs does not make sense"8473msgstr ""8474"Das Abholen einer Gruppe von Remote-Repositories kann nicht mit der Angabe\n"8475"von Refspecs verwendet werden."84768477#: builtin/fmt-merge-msg.c:158478msgid ""8479"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"8480msgstr ""8481"git fmt-merge-msg [-m <Beschreibung>] [--log[=<n>] | --no-log] [--file "8482"<Datei>]"84838484#: builtin/fmt-merge-msg.c:6648485msgid "populate log with at most <n> entries from shortlog"8486msgstr "Historie mit höchstens <n> Einträgen von \"shortlog\" hinzufügen"84878488#: builtin/fmt-merge-msg.c:6678489msgid "alias for --log (deprecated)"8490msgstr "Alias für --log (veraltet)"84918492#: builtin/fmt-merge-msg.c:6708493msgid "text"8494msgstr "Text"84958496#: builtin/fmt-merge-msg.c:6718497msgid "use <text> as start of message"8498msgstr "<Text> als Beschreibungsanfang verwenden"84998500#: builtin/fmt-merge-msg.c:6728501msgid "file to read from"8502msgstr "Datei zum Einlesen"85038504#: builtin/for-each-ref.c:108505msgid "git for-each-ref [<options>] [<pattern>]"8506msgstr "git for-each-ref [<Optionen>] [<Muster>]"85078508#: builtin/for-each-ref.c:118509msgid "git for-each-ref [--points-at <object>]"8510msgstr "git for-each-ref [--points-at <Objekt>]"85118512#: builtin/for-each-ref.c:128513msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"8514msgstr "git for-each-ref [(--merged | --no-merged) [<Commit>]]"85158516#: builtin/for-each-ref.c:138517msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"8518msgstr "git for-each-ref [--contains [<Objekt>]] [--no-contains [<Commit>]]"85198520#: builtin/for-each-ref.c:288521msgid "quote placeholders suitably for shells"8522msgstr "Platzhalter als Shell-String formatieren"85238524#: builtin/for-each-ref.c:308525msgid "quote placeholders suitably for perl"8526msgstr "Platzhalter als Perl-String formatieren"85278528#: builtin/for-each-ref.c:328529msgid "quote placeholders suitably for python"8530msgstr "Platzhalter als Python-String formatieren"85318532#: builtin/for-each-ref.c:348533msgid "quote placeholders suitably for Tcl"8534msgstr "Platzhalter als Tcl-String formatieren"85358536#: builtin/for-each-ref.c:378537msgid "show only <n> matched refs"8538msgstr "nur <n> passende Referenzen anzeigen"85398540#: builtin/for-each-ref.c:428541msgid "print only refs which points at the given object"8542msgstr "nur auf dieses Objekt zeigende Referenzen ausgeben"85438544#: builtin/for-each-ref.c:448545msgid "print only refs that are merged"8546msgstr "nur zusammengeführte Referenzen ausgeben"85478548#: builtin/for-each-ref.c:458549msgid "print only refs that are not merged"8550msgstr "nur nicht zusammengeführte Referenzen ausgeben"85518552#: builtin/for-each-ref.c:468553msgid "print only refs which contain the commit"8554msgstr "nur Referenzen ausgeben, die diesen Commit enthalten"85558556#: builtin/for-each-ref.c:478557msgid "print only refs which don't contain the commit"8558msgstr "nur Referenzen ausgeben, die diesen Commit nicht enthalten"85598560#: builtin/fsck.c:5548561msgid "Checking object directories"8562msgstr "Prüfe Objekt-Verzeichnisse"85638564#: builtin/fsck.c:6468565msgid "git fsck [<options>] [<object>...]"8566msgstr "git fsck [<Optionen>] [<Objekt>...]"85678568#: builtin/fsck.c:6528569msgid "show unreachable objects"8570msgstr "unerreichbare Objekte anzeigen"85718572#: builtin/fsck.c:6538573msgid "show dangling objects"8574msgstr "unreferenzierte Objekte anzeigen"85758576#: builtin/fsck.c:6548577msgid "report tags"8578msgstr "Tags melden"85798580#: builtin/fsck.c:6558581msgid "report root nodes"8582msgstr "Hauptwurzeln melden"85838584#: builtin/fsck.c:6568585msgid "make index objects head nodes"8586msgstr "Index-Objekte in Erreichbarkeitsprüfung einbeziehen"85878588#: builtin/fsck.c:6578589msgid "make reflogs head nodes (default)"8590msgstr "Reflogs in Erreichbarkeitsprüfung einbeziehen (Standard)"85918592#: builtin/fsck.c:6588593msgid "also consider packs and alternate objects"8594msgstr "ebenso Pakete und alternative Objekte betrachten"85958596#: builtin/fsck.c:6598597msgid "check only connectivity"8598msgstr "nur Konnektivität prüfen"85998600#: builtin/fsck.c:6608601msgid "enable more strict checking"8602msgstr "genauere Prüfung aktivieren"86038604#: builtin/fsck.c:6628605msgid "write dangling objects in .git/lost-found"8606msgstr "unreferenzierte Objekte nach .git/lost-found schreiben"86078608#: builtin/fsck.c:663 builtin/prune.c:1078609msgid "show progress"8610msgstr "Fortschrittsanzeige anzeigen"86118612#: builtin/fsck.c:6648613msgid "show verbose names for reachable objects"8614msgstr "ausführliche Namen für erreichbare Objekte anzeigen"86158616#: builtin/fsck.c:7258617msgid "Checking objects"8618msgstr "Prüfe Objekte"86198620#: builtin/gc.c:268621msgid "git gc [<options>]"8622msgstr "git gc [<Optionen>]"86238624#: builtin/gc.c:798625#, c-format8626msgid "Failed to fstat %s: %s"8627msgstr "Konnte '%s' nicht lesen: %s"86288629#: builtin/gc.c:3118630#, c-format8631msgid "Can't stat %s"8632msgstr "Kann '%s' nicht lesen."86338634#: builtin/gc.c:3208635#, c-format8636msgid ""8637"The last gc run reported the following. Please correct the root cause\n"8638"and remove %s.\n"8639"Automatic cleanup will not be performed until the file is removed.\n"8640"\n"8641"%s"8642msgstr ""8643"Die letzte Ausführung von \"gc run\" enthielt die folgenden Meldungen.\n"8644"Bitte beheben Sie das Hauptproblem und löschen Sie %s.\n"8645"Ein automatischer Cleanup wird nicht ausgeführt, bis diese Datei entfernt\n"8646"wurde.\n"8647"\n"8648"%s"86498650#: builtin/gc.c:3598651msgid "prune unreferenced objects"8652msgstr "unreferenzierte Objekte entfernen"86538654#: builtin/gc.c:3618655msgid "be more thorough (increased runtime)"8656msgstr "mehr Gründlichkeit (erhöht Laufzeit)"86578658#: builtin/gc.c:3628659msgid "enable auto-gc mode"8660msgstr "\"auto-gc\" Modus aktivieren"86618662#: builtin/gc.c:3638663msgid "force running gc even if there may be another gc running"8664msgstr ""8665"Ausführung von \"git gc\" erzwingen, selbst wenn ein anderes\n"8666"\"git gc\" bereits ausgeführt wird"86678668#: builtin/gc.c:3808669#, c-format8670msgid "Failed to parse gc.logexpiry value %s"8671msgstr "Fehler beim Parsen des Wertes '%s' von gc.logexpiry"86728673#: builtin/gc.c:4088674#, c-format8675msgid "Auto packing the repository in background for optimum performance.\n"8676msgstr ""8677"Die Datenbank des Repositories wird für eine optimale Performance im\n"8678"Hintergrund komprimiert.\n"86798680#: builtin/gc.c:4108681#, c-format8682msgid "Auto packing the repository for optimum performance.\n"8683msgstr ""8684"Die Datenbank des Projektarchivs wird für eine optimale Performance "8685"komprimiert.\n"86868687#: builtin/gc.c:4118688#, c-format8689msgid "See \"git help gc\" for manual housekeeping.\n"8690msgstr "Siehe \"git help gc\" für manuelles Aufräumen.\n"86918692#: builtin/gc.c:4368693#, c-format8694msgid ""8695"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"8696msgstr ""8697"\"git gc\" wird bereits auf Maschine '%s' pid %<PRIuMAX> ausgeführt\n"8698"(benutzen Sie --force falls nicht)"86998700#: builtin/gc.c:4808701msgid ""8702"There are too many unreachable loose objects; run 'git prune' to remove them."8703msgstr ""8704"Es gibt zu viele unerreichbare lose Objekte; führen Sie 'git prune' aus, um "8705"diese zu löschen."87068707#: builtin/grep.c:278708msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"8709msgstr "git grep [<Optionen>] [-e] <Muster> [<Commit>...] [[--] <Pfad>...]"87108711#: builtin/grep.c:2358712#, c-format8713msgid "grep: failed to create thread: %s"8714msgstr "grep: Fehler beim Erzeugen eines Thread: %s"87158716#: builtin/grep.c:2938717#, c-format8718msgid "invalid number of threads specified (%d) for %s"8719msgstr "ungültige Anzahl von Threads (%d) für %s angegeben"87208721#. TRANSLATORS: %s is the configuration8722#. variable for tweaking threads, currently8723#. grep.threads8724#.8725#: builtin/grep.c:302 builtin/index-pack.c:1494 builtin/index-pack.c:16928726#, c-format8727msgid "no threads support, ignoring %s"8728msgstr "keine Unterstützung von Threads, '%s' wird ignoriert"87298730#: builtin/grep.c:788 builtin/grep.c:8298731#, c-format8732msgid "unable to read tree (%s)"8733msgstr "konnte \"Tree\"-Objekt (%s) nicht lesen"87348735#: builtin/grep.c:8488736#, c-format8737msgid "unable to grep from object of type %s"8738msgstr "kann \"grep\" nicht mit Objekten des Typs %s durchführen"87398740#: builtin/grep.c:9128741#, c-format8742msgid "switch `%c' expects a numerical value"8743msgstr "Schalter '%c' erwartet einen numerischen Wert"87448745#: builtin/grep.c:9998746msgid "search in index instead of in the work tree"8747msgstr "im Index anstatt im Arbeitsverzeichnis suchen"87488749#: builtin/grep.c:10018750msgid "find in contents not managed by git"8751msgstr "auch in Inhalten finden, die nicht von Git verwaltet werden"87528753#: builtin/grep.c:10038754msgid "search in both tracked and untracked files"8755msgstr "in versionierten und unversionierten Dateien suchen"87568757#: builtin/grep.c:10058758msgid "ignore files specified via '.gitignore'"8759msgstr "Dateien, die über '.gitignore' angegeben sind, ignorieren"87608761#: builtin/grep.c:10078762msgid "recursively search in each submodule"8763msgstr "rekursive Suche in jedem Submodul"87648765#: builtin/grep.c:10098766msgid "basename"8767msgstr "Basisname"87688769#: builtin/grep.c:10108770msgid "prepend parent project's basename to output"8771msgstr "Basisname des Elternprojektes an Ausgaben voranstellen"87728773#: builtin/grep.c:10138774msgid "show non-matching lines"8775msgstr "Zeilen ohne Übereinstimmungen anzeigen"87768777#: builtin/grep.c:10158778msgid "case insensitive matching"8779msgstr "Übereinstimmungen unabhängig von Groß- und Kleinschreibung finden"87808781#: builtin/grep.c:10178782msgid "match patterns only at word boundaries"8783msgstr "nur ganze Wörter suchen"87848785#: builtin/grep.c:10198786msgid "process binary files as text"8787msgstr "binäre Dateien als Text verarbeiten"87888789#: builtin/grep.c:10218790msgid "don't match patterns in binary files"8791msgstr "keine Muster in Binärdateien finden"87928793#: builtin/grep.c:10248794msgid "process binary files with textconv filters"8795msgstr "binäre Dateien mit \"textconv\"-Filtern verarbeiten"87968797#: builtin/grep.c:10268798msgid "descend at most <depth> levels"8799msgstr "höchstens <Tiefe> Ebenen durchlaufen"88008801#: builtin/grep.c:10308802msgid "use extended POSIX regular expressions"8803msgstr "erweiterte reguläre Ausdrücke aus POSIX verwenden"88048805#: builtin/grep.c:10338806msgid "use basic POSIX regular expressions (default)"8807msgstr "grundlegende reguläre Ausdrücke aus POSIX verwenden (Standard)"88088809#: builtin/grep.c:10368810msgid "interpret patterns as fixed strings"8811msgstr "Muster als feste Zeichenketten interpretieren"88128813#: builtin/grep.c:10398814msgid "use Perl-compatible regular expressions"8815msgstr "Perl-kompatible reguläre Ausdrücke verwenden"88168817#: builtin/grep.c:10428818msgid "show line numbers"8819msgstr "Zeilennummern anzeigen"88208821#: builtin/grep.c:10438822msgid "don't show filenames"8823msgstr "keine Dateinamen anzeigen"88248825#: builtin/grep.c:10448826msgid "show filenames"8827msgstr "Dateinamen anzeigen"88288829#: builtin/grep.c:10468830msgid "show filenames relative to top directory"8831msgstr "Dateinamen relativ zum Projektverzeichnis anzeigen"88328833#: builtin/grep.c:10488834msgid "show only filenames instead of matching lines"8835msgstr "nur Dateinamen anzeigen anstatt übereinstimmende Zeilen"88368837#: builtin/grep.c:10508838msgid "synonym for --files-with-matches"8839msgstr "Synonym für --files-with-matches"88408841#: builtin/grep.c:10538842msgid "show only the names of files without match"8843msgstr "nur die Dateinamen ohne Übereinstimmungen anzeigen"88448845#: builtin/grep.c:10558846msgid "print NUL after filenames"8847msgstr "NUL-Zeichen nach Dateinamen ausgeben"88488849#: builtin/grep.c:10578850msgid "show the number of matches instead of matching lines"8851msgstr "anstatt der Zeilen, die Anzahl der übereinstimmenden Zeilen anzeigen"88528853#: builtin/grep.c:10588854msgid "highlight matches"8855msgstr "Übereinstimmungen hervorheben"88568857#: builtin/grep.c:10608858msgid "print empty line between matches from different files"8859msgstr ""8860"eine Leerzeile zwischen Übereinstimmungen in verschiedenen Dateien ausgeben"88618862#: builtin/grep.c:10628863msgid "show filename only once above matches from same file"8864msgstr ""8865"den Dateinamen nur einmal oberhalb der Übereinstimmungen aus dieser Datei "8866"anzeigen"88678868#: builtin/grep.c:10658869msgid "show <n> context lines before and after matches"8870msgstr "<n> Zeilen vor und nach den Übereinstimmungen anzeigen"88718872#: builtin/grep.c:10688873msgid "show <n> context lines before matches"8874msgstr "<n> Zeilen vor den Übereinstimmungen anzeigen"88758876#: builtin/grep.c:10708877msgid "show <n> context lines after matches"8878msgstr "<n> Zeilen nach den Übereinstimmungen anzeigen"88798880#: builtin/grep.c:10728881msgid "use <n> worker threads"8882msgstr "<n> Threads benutzen"88838884#: builtin/grep.c:10738885msgid "shortcut for -C NUM"8886msgstr "Kurzform für -C NUM"88878888#: builtin/grep.c:10768889msgid "show a line with the function name before matches"8890msgstr "eine Zeile mit dem Funktionsnamen vor Übereinstimmungen anzeigen"88918892#: builtin/grep.c:10788893msgid "show the surrounding function"8894msgstr "die umgebende Funktion anzeigen"88958896#: builtin/grep.c:10818897msgid "read patterns from file"8898msgstr "Muster von einer Datei lesen"88998900#: builtin/grep.c:10838901msgid "match <pattern>"8902msgstr "<Muster> finden"89038904#: builtin/grep.c:10858905msgid "combine patterns specified with -e"8906msgstr "Muster kombinieren, die mit -e angegeben wurden"89078908#: builtin/grep.c:10978909msgid "indicate hit with exit status without output"8910msgstr "Übereinstimmungen nur durch Beendigungsstatus anzeigen"89118912#: builtin/grep.c:10998913msgid "show only matches from files that match all patterns"8914msgstr ""8915"nur Übereinstimmungen von Dateien anzeigen, die allen Mustern entsprechen"89168917#: builtin/grep.c:11018918msgid "show parse tree for grep expression"8919msgstr "geparstes Verzeichnis für \"grep\"-Ausdruck anzeigen"89208921#: builtin/grep.c:11058922msgid "pager"8923msgstr "Anzeigeprogramm"89248925#: builtin/grep.c:11058926msgid "show matching files in the pager"8927msgstr "Dateien mit Übereinstimmungen im Anzeigeprogramm anzeigen"89288929#: builtin/grep.c:11088930msgid "allow calling of grep(1) (ignored by this build)"8931msgstr "den Aufruf von grep(1) erlauben (von dieser Programmversion ignoriert)"89328933#: builtin/grep.c:11728934msgid "no pattern given."8935msgstr "keine Muster angegeben"89368937#: builtin/grep.c:12048938msgid "--no-index or --untracked cannot be used with revs"8939msgstr "--no-index oder --untracked können nicht mit Commits verwendet werden"89408941#: builtin/grep.c:12118942#, c-format8943msgid "unable to resolve revision: %s"8944msgstr "Konnte Commit nicht auflösen: %s"89458946#: builtin/grep.c:1245 builtin/index-pack.c:14908947#, c-format8948msgid "invalid number of threads specified (%d)"8949msgstr "ungültige Anzahl von Threads angegeben (%d)"89508951#: builtin/grep.c:12508952msgid "no threads support, ignoring --threads"8953msgstr "keine Unterstützung von Threads, --threads wird ignoriert"89548955#: builtin/grep.c:12818956msgid "--open-files-in-pager only works on the worktree"8957msgstr ""8958"Die Option --open-files-in-pager kann nur innerhalb des "8959"Arbeitsverzeichnisses verwendet werden."89608961#: builtin/grep.c:13048962msgid "option not supported with --recurse-submodules."8963msgstr "Option wird mit --recurse-submodules nicht unterstützt."89648965#: builtin/grep.c:13108966msgid "--cached or --untracked cannot be used with --no-index."8967msgstr ""8968"Die Optionen --cached und --untracked können nicht mit --no-index verwendet "8969"werden."89708971#: builtin/grep.c:13168972msgid "--[no-]exclude-standard cannot be used for tracked contents."8973msgstr ""8974"Die Option --[no-]exclude-standard kann nicht mit versionierten Inhalten "8975"verwendet werden."89768977#: builtin/grep.c:13248978msgid "both --cached and trees are given."8979msgstr "Die Option --cached kann nicht mit \"Tree\"-Objekten verwendet werden."89808981#: builtin/hash-object.c:828982msgid ""8983"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "8984"[--] <file>..."8985msgstr ""8986"git hash-object [-t <Art>] [-w] [--path=<Datei> | --no-filters] [--stdin] "8987"[--] <Datei>..."89888989#: builtin/hash-object.c:838990msgid "git hash-object --stdin-paths"8991msgstr "git hash-object --stdin-paths"89928993#: builtin/hash-object.c:958994msgid "type"8995msgstr "Art"89968997#: builtin/hash-object.c:958998msgid "object type"8999msgstr "Art des Objektes"90009001#: builtin/hash-object.c:969002msgid "write the object into the object database"9003msgstr "das Objekt in die Objektdatenbank schreiben"90049005#: builtin/hash-object.c:989006msgid "read the object from stdin"9007msgstr "das Objekt von der Standard-Eingabe lesen"90089009#: builtin/hash-object.c:1009010msgid "store file as is without filters"9011msgstr "Datei wie sie ist speichern, ohne Filter"90129013#: builtin/hash-object.c:1019014msgid ""9015"just hash any random garbage to create corrupt objects for debugging Git"9016msgstr ""9017"Hash über zufällige Daten, zur Erzeugung von beschädigten Objekten zur\n"9018"Fehlersuche in Git, erzeugen"90199020#: builtin/hash-object.c:1029021msgid "process file as it were from this path"9022msgstr "Datei verarbeiten, als ob sie von diesem Pfad wäre"90239024#: builtin/help.c:439025msgid "print all available commands"9026msgstr "alle vorhandenen Befehle anzeigen"90279028#: builtin/help.c:449029msgid "exclude guides"9030msgstr "Anleitungen ausschließen"90319032#: builtin/help.c:459033msgid "print list of useful guides"9034msgstr "Liste von allgemein verwendeten Anleitungen anzeigen"90359036#: builtin/help.c:469037msgid "show man page"9038msgstr "Handbuch anzeigen"90399040#: builtin/help.c:479041msgid "show manual in web browser"9042msgstr "Handbuch in einem Webbrowser anzeigen"90439044#: builtin/help.c:499045msgid "show info page"9046msgstr "Info-Seite anzeigen"90479048#: builtin/help.c:559049msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"9050msgstr "git help [--all] [--guides] [--man | --web | --info] [<Befehl>]"90519052#: builtin/help.c:679053#, c-format9054msgid "unrecognized help format '%s'"9055msgstr "nicht erkanntes Hilfeformat: %s"90569057#: builtin/help.c:949058msgid "Failed to start emacsclient."9059msgstr "Konnte emacsclient nicht starten."90609061#: builtin/help.c:1079062msgid "Failed to parse emacsclient version."9063msgstr "Konnte Version des emacsclient nicht parsen."90649065#: builtin/help.c:1159066#, c-format9067msgid "emacsclient version '%d' too old (< 22)."9068msgstr "Version des emacsclient '%d' ist zu alt (< 22)."90699070#: builtin/help.c:133 builtin/help.c:154 builtin/help.c:163 builtin/help.c:1719071#, c-format9072msgid "failed to exec '%s'"9073msgstr "Fehler beim Ausführen von '%s'"90749075#: builtin/help.c:2089076#, c-format9077msgid ""9078"'%s': path for unsupported man viewer.\n"9079"Please consider using 'man.<tool>.cmd' instead."9080msgstr ""9081"'%s': Pfad für nicht unterstützten Handbuchbetrachter.\n"9082"Sie könnten stattdessen 'man.<Werkzeug>.cmd' benutzen."90839084#: builtin/help.c:2209085#, c-format9086msgid ""9087"'%s': cmd for supported man viewer.\n"9088"Please consider using 'man.<tool>.path' instead."9089msgstr ""9090"'%s': Programm für unterstützten Handbuchbetrachter.\n"9091"Sie könnten stattdessen 'man.<Werkzeug>.path' benutzen."90929093#: builtin/help.c:3379094#, c-format9095msgid "'%s': unknown man viewer."9096msgstr "'%s': unbekannter Handbuch-Betrachter."90979098#: builtin/help.c:3549099msgid "no man viewer handled the request"9100msgstr "kein Handbuch-Betrachter konnte mit dieser Anfrage umgehen"91019102#: builtin/help.c:3629103msgid "no info viewer handled the request"9104msgstr "kein Informations-Betrachter konnte mit dieser Anfrage umgehen"91059106#: builtin/help.c:4049107msgid "Defining attributes per path"9108msgstr "Definition von Attributen pro Pfad"91099110#: builtin/help.c:4059111msgid "Everyday Git With 20 Commands Or So"9112msgstr "Tägliche Benutzung von Git mit ungefähr 20 Befehlen"91139114#: builtin/help.c:4069115msgid "A Git glossary"9116msgstr "Ein Git-Glossar"91179118#: builtin/help.c:4079119msgid "Specifies intentionally untracked files to ignore"9120msgstr "Spezifikation von bewusst ignorierten, unversionierten Dateien"91219122#: builtin/help.c:4089123msgid "Defining submodule properties"9124msgstr "Definition von Submodul-Eigenschaften"91259126#: builtin/help.c:4099127msgid "Specifying revisions and ranges for Git"9128msgstr "Spezifikation von Commits und Bereichen für Git"91299130#: builtin/help.c:4109131msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"9132msgstr "Eine einführende Anleitung zu Git (für Version 1.5.1 oder neuer)"91339134#: builtin/help.c:4119135msgid "An overview of recommended workflows with Git"9136msgstr "Eine Übersicht über empfohlene Arbeitsabläufe mit Git"91379138#: builtin/help.c:4239139msgid "The common Git guides are:\n"9140msgstr "Die allgemein verwendeten Git-Anleitungen sind:\n"91419142#: builtin/help.c:4419143#, c-format9144msgid "`git %s' is aliased to `%s'"9145msgstr "für `git %s' wurde der Alias `%s' angelegt"91469147#: builtin/help.c:463 builtin/help.c:4809148#, c-format9149msgid "usage: %s%s"9150msgstr "Verwendung: %s%s"91519152#: builtin/index-pack.c:1559153#, c-format9154msgid "unable to open %s"9155msgstr "kann %s nicht öffnen"91569157#: builtin/index-pack.c:2059158#, c-format9159msgid "object type mismatch at %s"9160msgstr "Objekt-Typen passen bei %s nicht zusammen"91619162#: builtin/index-pack.c:2259163#, c-format9164msgid "did not receive expected object %s"9165msgstr "konnte erwartetes Objekt %s nicht empfangen"91669167#: builtin/index-pack.c:2289168#, c-format9169msgid "object %s: expected type %s, found %s"9170msgstr "Objekt %s: erwarteter Typ %s, %s gefunden"91719172#: builtin/index-pack.c:2709173#, c-format9174msgid "cannot fill %d byte"9175msgid_plural "cannot fill %d bytes"9176msgstr[0] "kann %d Byte nicht lesen"9177msgstr[1] "kann %d Bytes nicht lesen"91789179#: builtin/index-pack.c:2809180msgid "early EOF"9181msgstr "zu frühes Dateiende"91829183#: builtin/index-pack.c:2819184msgid "read error on input"9185msgstr "Fehler beim Lesen der Eingabe"91869187#: builtin/index-pack.c:2939188msgid "used more bytes than were available"9189msgstr "verwendete mehr Bytes als verfügbar waren"91909191#: builtin/index-pack.c:3009192msgid "pack too large for current definition of off_t"9193msgstr "Paket ist zu groß für die aktuelle Definition von off_t"91949195#: builtin/index-pack.c:303 builtin/unpack-objects.c:939196msgid "pack exceeds maximum allowed size"9197msgstr "Paket überschreitet die maximal erlaubte Größe"91989199#: builtin/index-pack.c:3189200#, c-format9201msgid "unable to create '%s'"9202msgstr "konnte '%s' nicht erstellen"92039204#: builtin/index-pack.c:3249205#, c-format9206msgid "cannot open packfile '%s'"9207msgstr "Kann Paketdatei '%s' nicht öffnen"92089209#: builtin/index-pack.c:3389210msgid "pack signature mismatch"9211msgstr "Paketsignatur stimmt nicht überein"92129213#: builtin/index-pack.c:3409214#, c-format9215msgid "pack version %<PRIu32> unsupported"9216msgstr "Paketversion %<PRIu32> nicht unterstützt"92179218#: builtin/index-pack.c:3589219#, c-format9220msgid "pack has bad object at offset %<PRIuMAX>: %s"9221msgstr "Paket hat ein ungültiges Objekt bei Versatz %<PRIuMAX>: %s"92229223#: builtin/index-pack.c:4799224#, c-format9225msgid "inflate returned %d"9226msgstr "Dekomprimierung gab %d zurück"92279228#: builtin/index-pack.c:5289229msgid "offset value overflow for delta base object"9230msgstr "Wert für Versatz bei Differenzobjekt übergelaufen"92319232#: builtin/index-pack.c:5369233msgid "delta base offset is out of bound"9234msgstr ""9235"Wert für Versatz bei Differenzobjekt liegt außerhalb des gültigen Bereichs"92369237#: builtin/index-pack.c:5449238#, c-format9239msgid "unknown object type %d"9240msgstr "Unbekannter Objekt-Typ %d"92419242#: builtin/index-pack.c:5759243msgid "cannot pread pack file"9244msgstr "Kann Paketdatei %s nicht lesen"92459246#: builtin/index-pack.c:5779247#, c-format9248msgid "premature end of pack file, %<PRIuMAX> byte missing"9249msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"9250msgstr[0] "frühzeitiges Ende der Paketdatei, vermisse %<PRIuMAX> Byte"9251msgstr[1] "frühzeitiges Ende der Paketdatei, vermisse %<PRIuMAX> Bytes"92529253#: builtin/index-pack.c:6039254msgid "serious inflate inconsistency"9255msgstr "ernsthafte Inkonsistenz nach Dekomprimierung"92569257#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:7779258#: builtin/index-pack.c:816 builtin/index-pack.c:8259259#, c-format9260msgid "SHA1 COLLISION FOUND WITH %s !"9261msgstr "SHA1 KOLLISION MIT %s GEFUNDEN !"92629263#: builtin/index-pack.c:751 builtin/pack-objects.c:1679264#: builtin/pack-objects.c:2619265#, c-format9266msgid "unable to read %s"9267msgstr "kann %s nicht lesen"92689269#: builtin/index-pack.c:8149270#, c-format9271msgid "cannot read existing object info %s"9272msgstr "Kann existierende Informationen zu Objekt %s nicht lesen."92739274#: builtin/index-pack.c:8229275#, c-format9276msgid "cannot read existing object %s"9277msgstr "Kann existierendes Objekt %s nicht lesen."92789279#: builtin/index-pack.c:8369280#, c-format9281msgid "invalid blob object %s"9282msgstr "ungültiges Blob-Objekt %s"92839284#: builtin/index-pack.c:8519285#, c-format9286msgid "invalid %s"9287msgstr "Ungültiger Objekt-Typ %s"92889289#: builtin/index-pack.c:8549290msgid "Error in object"9291msgstr "Fehler in Objekt"92929293#: builtin/index-pack.c:8569294#, c-format9295msgid "Not all child objects of %s are reachable"9296msgstr "Nicht alle Kind-Objekte von %s sind erreichbar"92979298#: builtin/index-pack.c:928 builtin/index-pack.c:9599299msgid "failed to apply delta"9300msgstr "Konnte Dateiunterschied nicht anwenden"93019302#: builtin/index-pack.c:11309303msgid "Receiving objects"9304msgstr "Empfange Objekte"93059306#: builtin/index-pack.c:11309307msgid "Indexing objects"9308msgstr "Indiziere Objekte"93099310#: builtin/index-pack.c:11649311msgid "pack is corrupted (SHA1 mismatch)"9312msgstr "Paket ist beschädigt (SHA1 unterschiedlich)"93139314#: builtin/index-pack.c:11699315msgid "cannot fstat packfile"9316msgstr "kann Paketdatei nicht lesen"93179318#: builtin/index-pack.c:11729319msgid "pack has junk at the end"9320msgstr "Paketende enthält nicht verwendbaren Inhalt"93219322#: builtin/index-pack.c:11849323msgid "confusion beyond insanity in parse_pack_objects()"9324msgstr "Fehler beim Ausführen von \"parse_pack_objects()\""93259326#: builtin/index-pack.c:12079327msgid "Resolving deltas"9328msgstr "Löse Unterschiede auf"93299330#: builtin/index-pack.c:12189331#, c-format9332msgid "unable to create thread: %s"9333msgstr "kann Thread nicht erzeugen: %s"93349335#: builtin/index-pack.c:12609336msgid "confusion beyond insanity"9337msgstr "Fehler beim Auflösen der Unterschiede"93389339#: builtin/index-pack.c:12669340#, c-format9341msgid "completed with %d local object"9342msgid_plural "completed with %d local objects"9343msgstr[0] "abgeschlossen mit %d lokalem Objekt"9344msgstr[1] "abgeschlossen mit %d lokalen Objekten"93459346#: builtin/index-pack.c:12789347#, c-format9348msgid "Unexpected tail checksum for %s (disk corruption?)"9349msgstr "Unerwartete Prüfsumme für %s (Festplattenfehler?)"93509351#: builtin/index-pack.c:12829352#, c-format9353msgid "pack has %d unresolved delta"9354msgid_plural "pack has %d unresolved deltas"9355msgstr[0] "Paket hat %d unaufgelöste Unterschied"9356msgstr[1] "Paket hat %d unaufgelöste Unterschiede"93579358#: builtin/index-pack.c:13069359#, c-format9360msgid "unable to deflate appended object (%d)"9361msgstr "Konnte angehängtes Objekt (%d) nicht komprimieren"93629363#: builtin/index-pack.c:13829364#, c-format9365msgid "local object %s is corrupt"9366msgstr "lokales Objekt %s ist beschädigt"93679368#: builtin/index-pack.c:14089369msgid "error while closing pack file"9370msgstr "Fehler beim Schließen der Paketdatei"93719372#: builtin/index-pack.c:14209373#, c-format9374msgid "cannot write keep file '%s'"9375msgstr "Kann Paketbeschreibungsdatei '%s' nicht schreiben"93769377#: builtin/index-pack.c:14289378#, c-format9379msgid "cannot close written keep file '%s'"9380msgstr "Kann eben erstellte Paketbeschreibungsdatei '%s' nicht schließen"93819382#: builtin/index-pack.c:14389383msgid "cannot store pack file"9384msgstr "Kann Paketdatei nicht speichern"93859386#: builtin/index-pack.c:14469387msgid "cannot store index file"9388msgstr "Kann Indexdatei nicht speichern"93899390#: builtin/index-pack.c:14849391#, c-format9392msgid "bad pack.indexversion=%<PRIu32>"9393msgstr "\"pack.indexversion=%<PRIu32>\" ist ungültig"93949395#: builtin/index-pack.c:15529396#, c-format9397msgid "Cannot open existing pack file '%s'"9398msgstr "Kann existierende Paketdatei '%s' nicht öffnen"93999400#: builtin/index-pack.c:15549401#, c-format9402msgid "Cannot open existing pack idx file for '%s'"9403msgstr "Kann existierende Indexdatei für Paket '%s' nicht öffnen"94049405#: builtin/index-pack.c:16029406#, c-format9407msgid "non delta: %d object"9408msgid_plural "non delta: %d objects"9409msgstr[0] "kein Unterschied: %d Objekt"9410msgstr[1] "kein Unterschied: %d Objekte"94119412#: builtin/index-pack.c:16099413#, c-format9414msgid "chain length = %d: %lu object"9415msgid_plural "chain length = %d: %lu objects"9416msgstr[0] "Länge der Objekt-Liste = %d: %lu Objekt"9417msgstr[1] "Länge der Objekt-Liste = %d: %lu Objekte"94189419#: builtin/index-pack.c:16229420#, c-format9421msgid "packfile name '%s' does not end with '.pack'"9422msgstr "Name der Paketdatei '%s' endet nicht mit '.pack'"94239424#: builtin/index-pack.c:1704 builtin/index-pack.c:17079425#: builtin/index-pack.c:1723 builtin/index-pack.c:17279426#, c-format9427msgid "bad %s"9428msgstr "%s ist ungültig"94299430#: builtin/index-pack.c:17439431msgid "--fix-thin cannot be used without --stdin"9432msgstr "Die Option --fix-thin kann nicht ohne --stdin verwendet werden."94339434#: builtin/index-pack.c:17459435msgid "--stdin requires a git repository"9436msgstr "--stdin erfordert ein Git-Repository"94379438#: builtin/index-pack.c:17539439msgid "--verify with no packfile name given"9440msgstr "Die Option --verify wurde ohne Namen der Paketdatei angegeben."94419442#: builtin/init-db.c:559443#, c-format9444msgid "cannot stat '%s'"9445msgstr "Kann '%s' nicht lesen"94469447#: builtin/init-db.c:619448#, c-format9449msgid "cannot stat template '%s'"9450msgstr "kann Vorlage '%s' nicht lesen"94519452#: builtin/init-db.c:669453#, c-format9454msgid "cannot opendir '%s'"9455msgstr "kann Verzeichnis '%s' nicht öffnen"94569457#: builtin/init-db.c:779458#, c-format9459msgid "cannot readlink '%s'"9460msgstr "kann Verweis '%s' nicht lesen"94619462#: builtin/init-db.c:799463#, c-format9464msgid "cannot symlink '%s' '%s'"9465msgstr "kann symbolische Verknüpfung '%s' auf '%s' nicht erstellen"94669467#: builtin/init-db.c:859468#, c-format9469msgid "cannot copy '%s' to '%s'"9470msgstr "kann '%s' nicht nach '%s' kopieren"94719472#: builtin/init-db.c:899473#, c-format9474msgid "ignoring template %s"9475msgstr "ignoriere Vorlage %s"94769477#: builtin/init-db.c:1209478#, c-format9479msgid "templates not found %s"9480msgstr "keine Vorlagen in '%s' gefunden"94819482#: builtin/init-db.c:1359483#, c-format9484msgid "not copying templates from '%s': %s"9485msgstr "kopiere keine Vorlagen von '%s': %s"94869487#: builtin/init-db.c:3289488#, c-format9489msgid "unable to handle file type %d"9490msgstr "kann nicht mit Dateityp %d umgehen"94919492#: builtin/init-db.c:3319493#, c-format9494msgid "unable to move %s to %s"9495msgstr "Konnte %s nicht nach %s verschieben"94969497#: builtin/init-db.c:348 builtin/init-db.c:3519498#, c-format9499msgid "%s already exists"9500msgstr "%s existiert bereits"95019502#: builtin/init-db.c:4049503#, c-format9504msgid "Reinitialized existing shared Git repository in %s%s\n"9505msgstr "Bestehendes verteiltes Git-Repository in %s%s neuinitialisiert\n"95069507#: builtin/init-db.c:4059508#, c-format9509msgid "Reinitialized existing Git repository in %s%s\n"9510msgstr "Bestehendes Git-Repository in %s%s neuinitialisiert\n"95119512#: builtin/init-db.c:4099513#, c-format9514msgid "Initialized empty shared Git repository in %s%s\n"9515msgstr "Leeres verteiltes Git-Repository in %s%s initialisiert\n"95169517#: builtin/init-db.c:4109518#, c-format9519msgid "Initialized empty Git repository in %s%s\n"9520msgstr "Leeres Git-Repository in %s%s initialisiert\n"95219522#: builtin/init-db.c:4589523msgid ""9524"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"9525"shared[=<permissions>]] [<directory>]"9526msgstr ""9527"git init [-q | --quiet] [--bare] [--template=<Vorlagenverzeichnis>] [--"9528"shared[=<Berechtigungen>]] [<Verzeichnis>]"95299530#: builtin/init-db.c:4819531msgid "permissions"9532msgstr "Berechtigungen"95339534#: builtin/init-db.c:4829535msgid "specify that the git repository is to be shared amongst several users"9536msgstr "angeben, dass das Git-Repository mit mehreren Benutzern geteilt wird"95379538#: builtin/init-db.c:516 builtin/init-db.c:5219539#, c-format9540msgid "cannot mkdir %s"9541msgstr "kann Verzeichnis %s nicht erstellen"95429543#: builtin/init-db.c:5259544#, c-format9545msgid "cannot chdir to %s"9546msgstr "kann nicht in Verzeichnis %s wechseln"95479548#: builtin/init-db.c:5469549#, c-format9550msgid ""9551"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"9552"dir=<directory>)"9553msgstr ""9554"%s (oder --work-tree=<Verzeichnis>) nicht erlaubt ohne Spezifizierung von %s "9555"(oder --git-dir=<Verzeichnis>)"95569557#: builtin/init-db.c:5749558#, c-format9559msgid "Cannot access work tree '%s'"9560msgstr "Kann nicht auf Arbeitsverzeichnis '%s' zugreifen."95619562#: builtin/interpret-trailers.c:159563msgid ""9564"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9565"<token>[(=|:)<value>])...] [<file>...]"9566msgstr ""9567"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9568"<Token>[(=|:)<Wert>])...] [<Datei>...]"95699570#: builtin/interpret-trailers.c:269571msgid "edit files in place"9572msgstr "vorhandene Dateien direkt bearbeiten"95739574#: builtin/interpret-trailers.c:279575msgid "trim empty trailers"9576msgstr "kürzt leere Anhänge"95779578#: builtin/interpret-trailers.c:289579msgid "trailer"9580msgstr "Anhang"95819582#: builtin/interpret-trailers.c:299583msgid "trailer(s) to add"9584msgstr "Anhang/Anhänge hinzufügen"95859586#: builtin/interpret-trailers.c:429587msgid "no input file given for in-place editing"9588msgstr "keine Datei zur direkten Bearbeitung angegeben"95899590#: builtin/log.c:459591msgid "git log [<options>] [<revision-range>] [[--] <path>...]"9592msgstr "git log [<Optionen>] [<Commitbereich>] [[--] <Pfad>...]"95939594#: builtin/log.c:469595msgid "git show [<options>] <object>..."9596msgstr "git show [<Optionen>] <Objekt>..."95979598#: builtin/log.c:909599#, c-format9600msgid "invalid --decorate option: %s"9601msgstr "Ungültige Option für --decorate: %s"96029603#: builtin/log.c:1479604msgid "suppress diff output"9605msgstr "Ausgabe der Unterschiede unterdrücken"96069607#: builtin/log.c:1489608msgid "show source"9609msgstr "Quelle anzeigen"96109611#: builtin/log.c:1499612msgid "Use mail map file"9613msgstr "\"mailmap\"-Datei verwenden"96149615#: builtin/log.c:1509616msgid "decorate options"9617msgstr "decorate-Optionen"96189619#: builtin/log.c:1539620msgid "Process line range n,m in file, counting from 1"9621msgstr "Verarbeitet nur Zeilen im Bereich n,m in der Datei, gezählt von 1"96229623#: builtin/log.c:2499624#, c-format9625msgid "Final output: %d %s\n"9626msgstr "letzte Ausgabe: %d %s\n"96279628#: builtin/log.c:4979629#, c-format9630msgid "git show %s: bad file"9631msgstr "git show %s: ungültige Datei"96329633#: builtin/log.c:512 builtin/log.c:6069634#, c-format9635msgid "Could not read object %s"9636msgstr "Kann Objekt %s nicht lesen."96379638#: builtin/log.c:6309639#, c-format9640msgid "Unknown type: %d"9641msgstr "Unbekannter Typ: %d"96429643#: builtin/log.c:7519644msgid "format.headers without value"9645msgstr "format.headers ohne Wert"96469647#: builtin/log.c:8529648msgid "name of output directory is too long"9649msgstr "Name des Ausgabeverzeichnisses ist zu lang."96509651#: builtin/log.c:8689652#, c-format9653msgid "Cannot open patch file %s"9654msgstr "Kann Patch-Datei %s nicht öffnen"96559656#: builtin/log.c:8859657msgid "Need exactly one range."9658msgstr "Brauche genau einen Commit-Bereich."96599660#: builtin/log.c:8959661msgid "Not a range."9662msgstr "Kein Commit-Bereich."96639664#: builtin/log.c:10019665msgid "Cover letter needs email format"9666msgstr "Anschreiben benötigt E-Mail-Format"96679668#: builtin/log.c:10819669#, c-format9670msgid "insane in-reply-to: %s"9671msgstr "ungültiges in-reply-to: %s"96729673#: builtin/log.c:11089674msgid "git format-patch [<options>] [<since> | <revision-range>]"9675msgstr "git format-patch [<Optionen>] [<seit> | <Commitbereich>]"96769677#: builtin/log.c:11589678msgid "Two output directories?"9679msgstr "Zwei Ausgabeverzeichnisse?"96809681#: builtin/log.c:1265 builtin/log.c:1908 builtin/log.c:1910 builtin/log.c:19229682#, c-format9683msgid "Unknown commit %s"9684msgstr "Unbekannter Commit %s"96859686#: builtin/log.c:1275 builtin/notes.c:886 builtin/tag.c:5339687#, c-format9688msgid "Failed to resolve '%s' as a valid ref."9689msgstr "Konnte '%s' nicht als gültige Referenz auflösen."96909691#: builtin/log.c:12809692msgid "Could not find exact merge base."9693msgstr "Konnte keine exakte Merge-Basis finden."96949695#: builtin/log.c:12849696msgid ""9697"Failed to get upstream, if you want to record base commit automatically,\n"9698"please use git branch --set-upstream-to to track a remote branch.\n"9699"Or you could specify base commit by --base=<base-commit-id> manually."9700msgstr ""9701"Fehler beim Bestimmen des Upstream-Branches. Wenn Sie den Basis-Commit\n"9702"automatisch speichern lassen möchten, benutzen Sie bitte\n"9703"'git branch --set-upstream-to', um einem Remote-Branch zu folgen.\n"9704"Oder geben Sie den Basis-Commit mit '--base=<Basis-Commit-Id>' manuell an."97059706#: builtin/log.c:13049707msgid "Failed to find exact merge base"9708msgstr "Fehler beim Finden einer exakten Merge-Basis."97099710#: builtin/log.c:13159711msgid "base commit should be the ancestor of revision list"9712msgstr "Basis-Commit sollte der Vorgänger der Revisionsliste sein."97139714#: builtin/log.c:13199715msgid "base commit shouldn't be in revision list"9716msgstr "Basis-Commit sollte nicht in der Revisionsliste enthalten sein."97179718#: builtin/log.c:13689719msgid "cannot get patch id"9720msgstr "kann Patch-Id nicht lesen"97219722#: builtin/log.c:14259723msgid "use [PATCH n/m] even with a single patch"9724msgstr "[PATCH n/m] auch mit einzelnem Patch verwenden"97259726#: builtin/log.c:14289727msgid "use [PATCH] even with multiple patches"9728msgstr "[PATCH] auch mit mehreren Patches verwenden"97299730#: builtin/log.c:14329731msgid "print patches to standard out"9732msgstr "Ausgabe der Patches in Standard-Ausgabe"97339734#: builtin/log.c:14349735msgid "generate a cover letter"9736msgstr "ein Deckblatt erzeugen"97379738#: builtin/log.c:14369739msgid "use simple number sequence for output file names"9740msgstr "einfache Nummernfolge für die Namen der Ausgabedateien verwenden"97419742#: builtin/log.c:14379743msgid "sfx"9744msgstr "Dateiendung"97459746#: builtin/log.c:14389747msgid "use <sfx> instead of '.patch'"9748msgstr "<Dateiendung> anstatt '.patch' verwenden"97499750#: builtin/log.c:14409751msgid "start numbering patches at <n> instead of 1"9752msgstr "die Nummerierung der Patches bei <n> anstatt bei 1 beginnen"97539754#: builtin/log.c:14429755msgid "mark the series as Nth re-roll"9756msgstr "die Serie als n-te Fassung kennzeichnen"97579758#: builtin/log.c:14449759msgid "Use [RFC PATCH] instead of [PATCH]"9760msgstr "[RFC PATCH] anstatt [PATCH] verwenden"97619762#: builtin/log.c:14479763msgid "Use [<prefix>] instead of [PATCH]"9764msgstr "[<Präfix>] anstatt [PATCH] verwenden"97659766#: builtin/log.c:14509767msgid "store resulting files in <dir>"9768msgstr "erzeugte Dateien in <Verzeichnis> speichern"97699770#: builtin/log.c:14539771msgid "don't strip/add [PATCH]"9772msgstr "[PATCH] nicht entfernen/hinzufügen"97739774#: builtin/log.c:14569775msgid "don't output binary diffs"9776msgstr "keine binären Unterschiede ausgeben"97779778#: builtin/log.c:14589779msgid "output all-zero hash in From header"9780msgstr "Hash mit Nullen in \"From\"-Header ausgeben"97819782#: builtin/log.c:14609783msgid "don't include a patch matching a commit upstream"9784msgstr ""9785"keine Patches einschließen, die einem Commit im Upstream-Branch entsprechen"97869787#: builtin/log.c:14629788msgid "show patch format instead of default (patch + stat)"9789msgstr "Patchformat anstatt des Standards anzeigen (Patch + Zusammenfassung)"97909791#: builtin/log.c:14649792msgid "Messaging"9793msgstr "E-Mail-Einstellungen"97949795#: builtin/log.c:14659796msgid "header"9797msgstr "Header"97989799#: builtin/log.c:14669800msgid "add email header"9801msgstr "E-Mail-Header hinzufügen"98029803#: builtin/log.c:1467 builtin/log.c:14699804msgid "email"9805msgstr "E-Mail"98069807#: builtin/log.c:14679808msgid "add To: header"9809msgstr "\"To:\"-Header hinzufügen"98109811#: builtin/log.c:14699812msgid "add Cc: header"9813msgstr "\"Cc:\"-Header hinzufügen"98149815#: builtin/log.c:14719816msgid "ident"9817msgstr "Ident"98189819#: builtin/log.c:14729820msgid "set From address to <ident> (or committer ident if absent)"9821msgstr ""9822"\"From\"-Adresse auf <Ident> setzen (oder Ident des Commit-Erstellers, wenn "9823"fehlend)"98249825#: builtin/log.c:14749826msgid "message-id"9827msgstr "message-id"98289829#: builtin/log.c:14759830msgid "make first mail a reply to <message-id>"9831msgstr "aus erster E-Mail eine Antwort zu <message-id> machen"98329833#: builtin/log.c:1476 builtin/log.c:14799834msgid "boundary"9835msgstr "Grenze"98369837#: builtin/log.c:14779838msgid "attach the patch"9839msgstr "den Patch anhängen"98409841#: builtin/log.c:14809842msgid "inline the patch"9843msgstr "den Patch direkt in die Nachricht einfügen"98449845#: builtin/log.c:14849846msgid "enable message threading, styles: shallow, deep"9847msgstr "Nachrichtenverkettung aktivieren, Stile: shallow, deep"98489849#: builtin/log.c:14869850msgid "signature"9851msgstr "Signatur"98529853#: builtin/log.c:14879854msgid "add a signature"9855msgstr "eine Signatur hinzufügen"98569857#: builtin/log.c:14889858msgid "base-commit"9859msgstr "Basis-Commit"98609861#: builtin/log.c:14899862msgid "add prerequisite tree info to the patch series"9863msgstr "erforderliche Revisions-Informationen der Patch-Serie hinzufügen"98649865#: builtin/log.c:14919866msgid "add a signature from a file"9867msgstr "eine Signatur aus einer Datei hinzufügen"98689869#: builtin/log.c:14929870msgid "don't print the patch filenames"9871msgstr "keine Dateinamen der Patches anzeigen"98729873#: builtin/log.c:15679874#, c-format9875msgid "invalid ident line: %s"9876msgstr "Ungültige Identifikationszeile: %s"98779878#: builtin/log.c:15829879msgid "-n and -k are mutually exclusive."9880msgstr "Die Optionen -n und -k schließen sich gegenseitig aus."98819882#: builtin/log.c:15849883msgid "--subject-prefix/--rfc and -k are mutually exclusive."9884msgstr "--subject-prefix/--rfc und -k schließen sich gegenseitig aus."98859886#: builtin/log.c:15929887msgid "--name-only does not make sense"9888msgstr "Die Option --name-only kann nicht verwendet werden."98899890#: builtin/log.c:15949891msgid "--name-status does not make sense"9892msgstr "Die Option --name-status kann nicht verwendet werden."98939894#: builtin/log.c:15969895msgid "--check does not make sense"9896msgstr "Die Option --check kann nicht verwendet werden."98979898#: builtin/log.c:16269899msgid "standard output, or directory, which one?"9900msgstr "Standard-Ausgabe oder Verzeichnis, welches von beidem?"99019902#: builtin/log.c:16289903#, c-format9904msgid "Could not create directory '%s'"9905msgstr "Konnte Verzeichnis '%s' nicht erstellen."99069907#: builtin/log.c:17229908#, c-format9909msgid "unable to read signature file '%s'"9910msgstr "Konnte Signatur-Datei '%s' nicht lesen"99119912#: builtin/log.c:17949913msgid "Failed to create output files"9914msgstr "Fehler beim Erstellen der Ausgabedateien."99159916#: builtin/log.c:18439917msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"9918msgstr "git cherry [-v] [<Upstream> [<Branch> [<Limit>]]]"99199920#: builtin/log.c:18979921#, c-format9922msgid ""9923"Could not find a tracked remote branch, please specify <upstream> manually.\n"9924msgstr ""9925"Konnte gefolgten Remote-Branch nicht finden, bitte geben Sie <Upstream> "9926"manuell an.\n"99279928#: builtin/ls-files.c:4689929msgid "git ls-files [<options>] [<file>...]"9930msgstr "git ls-files [<Optionen>] [<Datei>...]"99319932#: builtin/ls-files.c:5179933msgid "identify the file status with tags"9934msgstr "den Dateistatus mit Tags anzeigen"99359936#: builtin/ls-files.c:5199937msgid "use lowercase letters for 'assume unchanged' files"9938msgstr ""9939"Kleinbuchstaben für Dateien mit 'assume unchanged' Markierung verwenden"99409941#: builtin/ls-files.c:5219942msgid "show cached files in the output (default)"9943msgstr "zwischengespeicherte Dateien in der Ausgabe anzeigen (Standard)"99449945#: builtin/ls-files.c:5239946msgid "show deleted files in the output"9947msgstr "entfernte Dateien in der Ausgabe anzeigen"99489949#: builtin/ls-files.c:5259950msgid "show modified files in the output"9951msgstr "geänderte Dateien in der Ausgabe anzeigen"99529953#: builtin/ls-files.c:5279954msgid "show other files in the output"9955msgstr "sonstige Dateien in der Ausgabe anzeigen"99569957#: builtin/ls-files.c:5299958msgid "show ignored files in the output"9959msgstr "ignorierte Dateien in der Ausgabe anzeigen"99609961#: builtin/ls-files.c:5329962msgid "show staged contents' object name in the output"9963msgstr ""9964"Objektnamen von Inhalten, die zum Commit vorgemerkt sind, in der Ausgabe "9965"anzeigen"99669967#: builtin/ls-files.c:5349968msgid "show files on the filesystem that need to be removed"9969msgstr "Dateien im Dateisystem, die gelöscht werden müssen, anzeigen"99709971#: builtin/ls-files.c:5369972msgid "show 'other' directories' names only"9973msgstr "nur Namen von 'sonstigen' Verzeichnissen anzeigen"99749975#: builtin/ls-files.c:5389976msgid "show line endings of files"9977msgstr "Zeilenenden von Dateien anzeigen"99789979#: builtin/ls-files.c:5409980msgid "don't show empty directories"9981msgstr "keine leeren Verzeichnisse anzeigen"99829983#: builtin/ls-files.c:5439984msgid "show unmerged files in the output"9985msgstr "nicht zusammengeführte Dateien in der Ausgabe anzeigen"99869987#: builtin/ls-files.c:5459988msgid "show resolve-undo information"9989msgstr "'resolve-undo' Informationen anzeigen"99909991#: builtin/ls-files.c:5479992msgid "skip files matching pattern"9993msgstr "Dateien auslassen, die einem Muster entsprechen"99949995#: builtin/ls-files.c:5509996msgid "exclude patterns are read from <file>"9997msgstr "Muster, gelesen von <Datei>, ausschließen"99989999#: builtin/ls-files.c:55310000msgid "read additional per-directory exclude patterns in <file>"10001msgstr "zusätzliche pro-Verzeichnis Auschlussmuster aus <Datei> auslesen"1000210003#: builtin/ls-files.c:55510004msgid "add the standard git exclusions"10005msgstr "die standardmäßigen Git-Ausschlüsse hinzufügen"1000610007#: builtin/ls-files.c:55810008msgid "make the output relative to the project top directory"10009msgstr "Ausgabe relativ zum Projektverzeichnis"1001010011#: builtin/ls-files.c:56110012msgid "recurse through submodules"10013msgstr "Rekursion in Submodulen durchführen"1001410015#: builtin/ls-files.c:56310016msgid "if any <file> is not in the index, treat this as an error"10017msgstr "als Fehler behandeln, wenn sich eine <Datei> nicht im Index befindet"1001810019#: builtin/ls-files.c:56410020msgid "tree-ish"10021msgstr "Commit-Referenz"1002210023#: builtin/ls-files.c:56510024msgid "pretend that paths removed since <tree-ish> are still present"10025msgstr ""10026"vorgeben, dass Pfade, die seit <Commit-Referenz> gelöscht wurden, immer noch "10027"vorhanden sind"1002810029#: builtin/ls-files.c:56710030msgid "show debugging data"10031msgstr "Ausgaben zur Fehlersuche anzeigen"1003210033#: builtin/ls-remote.c:710034msgid ""10035"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"10036" [-q | --quiet] [--exit-code] [--get-url]\n"10037" [--symref] [<repository> [<refs>...]]"10038msgstr ""10039"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<Programm>]\n"10040" [-q | --quiet] [--exit-code] [--get-url]\n"10041" [--symref] [<Repository> [<Referenzen>...]]"1004210043#: builtin/ls-remote.c:5210044msgid "do not print remote URL"10045msgstr "URL des Remote-Repositories nicht ausgeben"1004610047#: builtin/ls-remote.c:53 builtin/ls-remote.c:5510048msgid "exec"10049msgstr "Programm"1005010051#: builtin/ls-remote.c:54 builtin/ls-remote.c:5610052msgid "path of git-upload-pack on the remote host"10053msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"1005410055#: builtin/ls-remote.c:5810056msgid "limit to tags"10057msgstr "auf Tags einschränken"1005810059#: builtin/ls-remote.c:5910060msgid "limit to heads"10061msgstr "auf Branches einschränken"1006210063#: builtin/ls-remote.c:6010064msgid "do not show peeled tags"10065msgstr "keine Tags anzeigen, die andere Tags enthalten"1006610067#: builtin/ls-remote.c:6210068msgid "take url.<base>.insteadOf into account"10069msgstr "url.<Basis>.insteadOf berücksichtigen"1007010071#: builtin/ls-remote.c:6410072msgid "exit with exit code 2 if no matching refs are found"10073msgstr ""10074"mit Rückkehrwert 2 beenden, wenn keine übereinstimmenden Referenzen\n"10075"gefunden wurden"1007610077#: builtin/ls-remote.c:6610078msgid "show underlying ref in addition to the object pointed by it"10079msgstr "zusätzlich zum Objekt die darauf verweisenden Referenzen anzeigen"1008010081#: builtin/ls-tree.c:2910082msgid "git ls-tree [<options>] <tree-ish> [<path>...]"10083msgstr "git ls-tree [<Optionen>] <Commit-Referenz> [<Pfad>...]"1008410085#: builtin/ls-tree.c:12710086msgid "only show trees"10087msgstr "nur Verzeichnisse anzeigen"1008810089#: builtin/ls-tree.c:12910090msgid "recurse into subtrees"10091msgstr "Rekursion in Unterverzeichnissen durchführen"1009210093#: builtin/ls-tree.c:13110094msgid "show trees when recursing"10095msgstr "Verzeichnisse bei Rekursion anzeigen"1009610097#: builtin/ls-tree.c:13410098msgid "terminate entries with NUL byte"10099msgstr "Einträge mit NUL-Byte abschließen"1010010101#: builtin/ls-tree.c:13510102msgid "include object size"10103msgstr "Objektgröße einschließen"1010410105#: builtin/ls-tree.c:137 builtin/ls-tree.c:13910106msgid "list only filenames"10107msgstr "nur Dateinamen auflisten"1010810109#: builtin/ls-tree.c:14210110msgid "use full path names"10111msgstr "vollständige Pfadnamen verwenden"1011210113#: builtin/ls-tree.c:14410114msgid "list entire tree; not just current directory (implies --full-name)"10115msgstr ""10116"das gesamte Verzeichnis auflisten; nicht nur das aktuelle Verzeichnis "10117"(impliziert --full-name)"1011810119#: builtin/mailsplit.c:24110120#, c-format10121msgid "empty mbox: '%s'"10122msgstr "Leere mbox: '%s'"1012310124#: builtin/merge.c:4710125msgid "git merge [<options>] [<commit>...]"10126msgstr "git merge [<Optionen>] [<Commit>...]"1012710128#: builtin/merge.c:4810129msgid "git merge --abort"10130msgstr "git merge --abort"1013110132#: builtin/merge.c:4910133msgid "git merge --continue"10134msgstr "git merge --continue"1013510136#: builtin/merge.c:10410137msgid "switch `m' requires a value"10138msgstr "Schalter 'm' erfordert einen Wert."1013910140#: builtin/merge.c:14110141#, c-format10142msgid "Could not find merge strategy '%s'.\n"10143msgstr "Konnte Merge-Strategie '%s' nicht finden.\n"1014410145#: builtin/merge.c:14210146#, c-format10147msgid "Available strategies are:"10148msgstr "Verfügbare Strategien sind:"1014910150#: builtin/merge.c:14710151#, c-format10152msgid "Available custom strategies are:"10153msgstr "Verfügbare benutzerdefinierte Strategien sind:"1015410155#: builtin/merge.c:197 builtin/pull.c:13410156msgid "do not show a diffstat at the end of the merge"10157msgstr "keine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"1015810159#: builtin/merge.c:200 builtin/pull.c:13710160msgid "show a diffstat at the end of the merge"10161msgstr "eine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"1016210163#: builtin/merge.c:201 builtin/pull.c:14010164msgid "(synonym to --stat)"10165msgstr "(Synonym für --stat)"1016610167#: builtin/merge.c:203 builtin/pull.c:14310168msgid "add (at most <n>) entries from shortlog to merge commit message"10169msgstr ""10170"(höchstens <n>) Einträge von \"shortlog\" zur Beschreibung des Merge-Commits "10171"hinzufügen"1017210173#: builtin/merge.c:206 builtin/pull.c:14610174msgid "create a single commit instead of doing a merge"10175msgstr "einen einzelnen Commit anstatt eines Merges erzeugen"1017610177#: builtin/merge.c:208 builtin/pull.c:14910178msgid "perform a commit if the merge succeeds (default)"10179msgstr "einen Commit durchführen, wenn der Merge erfolgreich war (Standard)"1018010181#: builtin/merge.c:210 builtin/pull.c:15210182msgid "edit message before committing"10183msgstr "Bearbeitung der Beschreibung vor dem Commit"1018410185#: builtin/merge.c:21110186msgid "allow fast-forward (default)"10187msgstr "Vorspulen erlauben (Standard)"1018810189#: builtin/merge.c:213 builtin/pull.c:15810190msgid "abort if fast-forward is not possible"10191msgstr "abbrechen, wenn kein Vorspulen möglich ist"1019210193#: builtin/merge.c:217 builtin/pull.c:16110194msgid "verify that the named commit has a valid GPG signature"10195msgstr "den genannten Commit auf eine gültige GPG-Signatur überprüfen"1019610197#: builtin/merge.c:218 builtin/notes.c:776 builtin/pull.c:16510198#: builtin/revert.c:10910199msgid "strategy"10200msgstr "Strategie"1020110202#: builtin/merge.c:219 builtin/pull.c:16610203msgid "merge strategy to use"10204msgstr "zu verwendende Merge-Strategie"1020510206#: builtin/merge.c:220 builtin/pull.c:16910207msgid "option=value"10208msgstr "Option=Wert"1020910210#: builtin/merge.c:221 builtin/pull.c:17010211msgid "option for selected merge strategy"10212msgstr "Option für ausgewählte Merge-Strategie"1021310214#: builtin/merge.c:22310215msgid "merge commit message (for a non-fast-forward merge)"10216msgstr ""10217"Commit-Beschreibung zusammenführen (für einen Merge, der kein Vorspulen war)"1021810219#: builtin/merge.c:22710220msgid "abort the current in-progress merge"10221msgstr "den sich im Gange befindlichen Merge abbrechen"1022210223#: builtin/merge.c:22910224msgid "continue the current in-progress merge"10225msgstr "den sich im Gange befindlichen Merge fortsetzen"1022610227#: builtin/merge.c:231 builtin/pull.c:17710228msgid "allow merging unrelated histories"10229msgstr "erlaube das Zusammenführen von nicht zusammenhängenden Historien"1023010231#: builtin/merge.c:25910232msgid "could not run stash."10233msgstr "Konnte \"stash\" nicht ausführen."1023410235#: builtin/merge.c:26410236msgid "stash failed"10237msgstr "\"stash\" fehlgeschlagen"1023810239#: builtin/merge.c:26910240#, c-format10241msgid "not a valid object: %s"10242msgstr "kein gültiges Objekt: %s"1024310244#: builtin/merge.c:288 builtin/merge.c:30510245msgid "read-tree failed"10246msgstr "read-tree fehlgeschlagen"1024710248#: builtin/merge.c:33510249msgid " (nothing to squash)"10250msgstr " (nichts zu quetschen)"1025110252#: builtin/merge.c:34610253#, c-format10254msgid "Squash commit -- not updating HEAD\n"10255msgstr "Quetsche Commit -- HEAD wird nicht aktualisiert\n"1025610257#: builtin/merge.c:39610258#, c-format10259msgid "No merge message -- not updating HEAD\n"10260msgstr "Keine Merge-Commit-Beschreibung -- HEAD wird nicht aktualisiert\n"1026110262#: builtin/merge.c:44710263#, c-format10264msgid "'%s' does not point to a commit"10265msgstr "'%s' zeigt auf keinen Commit"1026610267#: builtin/merge.c:53710268#, c-format10269msgid "Bad branch.%s.mergeoptions string: %s"10270msgstr "Ungültiger branch.%s.mergeoptions String: %s"1027110272#: builtin/merge.c:65710273msgid "Not handling anything other than two heads merge."10274msgstr "Es wird nur der Merge von zwei Branches behandelt."1027510276#: builtin/merge.c:67110277#, c-format10278msgid "Unknown option for merge-recursive: -X%s"10279msgstr "Unbekannte Option für merge-recursive: -X%s"1028010281#: builtin/merge.c:68610282#, c-format10283msgid "unable to write %s"10284msgstr "konnte %s nicht schreiben"1028510286#: builtin/merge.c:73810287#, c-format10288msgid "Could not read from '%s'"10289msgstr "konnte nicht von '%s' lesen"1029010291#: builtin/merge.c:74710292#, c-format10293msgid "Not committing merge; use 'git commit' to complete the merge.\n"10294msgstr ""10295"Merge wurde nicht committet; benutzen Sie 'git commit', um den Merge "10296"abzuschließen.\n"1029710298#: builtin/merge.c:75310299#, c-format10300msgid ""10301"Please enter a commit message to explain why this merge is necessary,\n"10302"especially if it merges an updated upstream into a topic branch.\n"10303"\n"10304"Lines starting with '%c' will be ignored, and an empty message aborts\n"10305"the commit.\n"10306msgstr ""10307"Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser\n"10308"Merge erforderlich ist, insbesondere wenn es einen aktualisierten\n"10309"Upstream-Branch mit einem Thema-Branch zusammenführt.\n"10310"\n"10311"Zeilen beginnend mit '%c' werden ignoriert, und eine leere Beschreibung\n"10312"bricht den Commit ab.\n"1031310314#: builtin/merge.c:77710315msgid "Empty commit message."10316msgstr "Leere Commit-Beschreibung"1031710318#: builtin/merge.c:79710319#, c-format10320msgid "Wonderful.\n"10321msgstr "Wunderbar.\n"1032210323#: builtin/merge.c:85010324#, c-format10325msgid "Automatic merge failed; fix conflicts and then commit the result.\n"10326msgstr ""10327"Automatischer Merge fehlgeschlagen; beheben Sie die Konflikte und committen "10328"Sie dann das Ergebnis.\n"1032910330#: builtin/merge.c:88910331msgid "No current branch."10332msgstr "Sie befinden sich auf keinem Branch."1033310334#: builtin/merge.c:89110335msgid "No remote for the current branch."10336msgstr "Kein Remote-Repository für den aktuellen Branch."1033710338#: builtin/merge.c:89310339msgid "No default upstream defined for the current branch."10340msgstr ""10341"Es ist kein Standard-Upstream-Branch für den aktuellen Branch definiert."1034210343#: builtin/merge.c:89810344#, c-format10345msgid "No remote-tracking branch for %s from %s"10346msgstr "Kein Remote-Tracking-Branch für %s von %s"1034710348#: builtin/merge.c:94510349#, c-format10350msgid "Bad value '%s' in environment '%s'"10351msgstr "Fehlerhafter Wert '%s' in Umgebungsvariable '%s'"1035210353#: builtin/merge.c:104610354#, c-format10355msgid "not something we can merge in %s: %s"10356msgstr "nichts was wir in %s zusammenführen können: %s"1035710358#: builtin/merge.c:108010359msgid "not something we can merge"10360msgstr "nichts was wir zusammenführen können"1036110362#: builtin/merge.c:114510363msgid "--abort expects no arguments"10364msgstr "--abort akzeptiert keine Argumente"1036510366#: builtin/merge.c:114910367msgid "There is no merge to abort (MERGE_HEAD missing)."10368msgstr "Es gibt keinen Merge abzubrechen (MERGE_HEAD fehlt)"1036910370#: builtin/merge.c:116110371msgid "--continue expects no arguments"10372msgstr "--continue erwartet keine Argumente"1037310374#: builtin/merge.c:116510375msgid "There is no merge in progress (MERGE_HEAD missing)."10376msgstr "Es ist keine Merge im Gange (MERGE_HEAD fehlt)."1037710378#: builtin/merge.c:118110379msgid ""10380"You have not concluded your merge (MERGE_HEAD exists).\n"10381"Please, commit your changes before you merge."10382msgstr ""10383"Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"10384"Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."1038510386#: builtin/merge.c:118810387msgid ""10388"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"10389"Please, commit your changes before you merge."10390msgstr ""10391"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert).\n"10392"Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."1039310394#: builtin/merge.c:119110395msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."10396msgstr ""10397"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert)."1039810399#: builtin/merge.c:120010400msgid "You cannot combine --squash with --no-ff."10401msgstr "Sie können --squash nicht mit --no-ff kombinieren."1040210403#: builtin/merge.c:120810404msgid "No commit specified and merge.defaultToUpstream not set."10405msgstr "Kein Commit angegeben und merge.defaultToUpstream ist nicht gesetzt."1040610407#: builtin/merge.c:122510408msgid "Squash commit into empty head not supported yet"10409msgstr ""10410"Bin auf einem Commit, der noch geboren wird; kann \"squash\" nicht ausführen."1041110412#: builtin/merge.c:122710413msgid "Non-fast-forward commit does not make sense into an empty head"10414msgstr ""10415"Nicht vorzuspulender Commit kann nicht in einem leeren Branch verwendet "10416"werden."1041710418#: builtin/merge.c:123210419#, c-format10420msgid "%s - not something we can merge"10421msgstr "%s - nichts was wir zusammenführen können"1042210423#: builtin/merge.c:123410424msgid "Can merge only exactly one commit into empty head"10425msgstr "Kann nur exakt einen Commit in einem leeren Branch zusammenführen."1042610427#: builtin/merge.c:126810428#, c-format10429msgid "Commit %s has an untrusted GPG signature, allegedly by %s."10430msgstr ""10431"Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."1043210433#: builtin/merge.c:127110434#, c-format10435msgid "Commit %s has a bad GPG signature allegedly by %s."10436msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."1043710438#: builtin/merge.c:127410439#, c-format10440msgid "Commit %s does not have a GPG signature."10441msgstr "Commit %s hat keine GPG-Signatur."1044210443#: builtin/merge.c:127710444#, c-format10445msgid "Commit %s has a good GPG signature by %s\n"10446msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"1044710448#: builtin/merge.c:133910449msgid "refusing to merge unrelated histories"10450msgstr "Verweigere den Merge von nicht zusammenhängenden Historien."1045110452#: builtin/merge.c:134810453msgid "Already up-to-date."10454msgstr "Bereits aktuell."1045510456#: builtin/merge.c:135810457#, c-format10458msgid "Updating %s..%s\n"10459msgstr "Aktualisiere %s..%s\n"1046010461#: builtin/merge.c:139910462#, c-format10463msgid "Trying really trivial in-index merge...\n"10464msgstr "Probiere wirklich trivialen \"in-index\"-Merge ...\n"1046510466#: builtin/merge.c:140610467#, c-format10468msgid "Nope.\n"10469msgstr "Nein.\n"1047010471#: builtin/merge.c:143110472msgid "Already up-to-date. Yeeah!"10473msgstr "Bereits aktuell."1047410475#: builtin/merge.c:143710476msgid "Not possible to fast-forward, aborting."10477msgstr "Vorspulen nicht möglich, breche ab."1047810479#: builtin/merge.c:1460 builtin/merge.c:153910480#, c-format10481msgid "Rewinding the tree to pristine...\n"10482msgstr "Rücklauf des Verzeichnisses bis zum Ursprung ...\n"1048310484#: builtin/merge.c:146410485#, c-format10486msgid "Trying merge strategy %s...\n"10487msgstr "Probiere Merge-Strategie %s ...\n"1048810489#: builtin/merge.c:153010490#, c-format10491msgid "No merge strategy handled the merge.\n"10492msgstr "Keine Merge-Strategie behandelt diesen Merge.\n"1049310494#: builtin/merge.c:153210495#, c-format10496msgid "Merge with strategy %s failed.\n"10497msgstr "Merge mit Strategie %s fehlgeschlagen.\n"1049810499#: builtin/merge.c:154110500#, c-format10501msgid "Using the %s to prepare resolving by hand.\n"10502msgstr "Benutzen Sie \"%s\", um die Auflösung per Hand vorzubereiten.\n"1050310504#: builtin/merge.c:155310505#, c-format10506msgid "Automatic merge went well; stopped before committing as requested\n"10507msgstr ""10508"Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an\n"1050910510#: builtin/merge-base.c:3010511msgid "git merge-base [-a | --all] <commit> <commit>..."10512msgstr "git merge-base [-a | --all] <Commit> <Commit>..."1051310514#: builtin/merge-base.c:3110515msgid "git merge-base [-a | --all] --octopus <commit>..."10516msgstr "git merge-base [-a | --all] --octopus <Commit>..."1051710518#: builtin/merge-base.c:3210519msgid "git merge-base --independent <commit>..."10520msgstr "git merge-base --independent <Commit>..."1052110522#: builtin/merge-base.c:3310523msgid "git merge-base --is-ancestor <commit> <commit>"10524msgstr "git merge-base --is-ancestor <Commit> <Commit>"1052510526#: builtin/merge-base.c:3410527msgid "git merge-base --fork-point <ref> [<commit>]"10528msgstr "git merge-base --fork-point <Referenz> [<Commit>]"1052910530#: builtin/merge-base.c:21810531msgid "output all common ancestors"10532msgstr "Ausgabe aller gemeinsamen Vorgänger-Commits"1053310534#: builtin/merge-base.c:22010535msgid "find ancestors for a single n-way merge"10536msgstr "Vorgänger-Commits für einen einzelnen n-Wege-Merge finden"1053710538#: builtin/merge-base.c:22210539msgid "list revs not reachable from others"10540msgstr "Commits auflisten, die nicht durch Andere erreichbar sind"1054110542#: builtin/merge-base.c:22410543msgid "is the first one ancestor of the other?"10544msgstr "ist der Erste ein Vorgänger-Commit des Anderen?"1054510546#: builtin/merge-base.c:22610547msgid "find where <commit> forked from reflog of <ref>"10548msgstr "<Commit> finden, von wo Reflog von <Referenz> abgespalten wurde"1054910550#: builtin/merge-file.c:910551msgid ""10552"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "10553"<orig-file> <file2>"10554msgstr ""10555"git merge-file [<Optionen>] [-L <Name1> [-L <orig> [-L <Name2>]]] <Datei1> "10556"<orig-Datei> <Datei2>"1055710558#: builtin/merge-file.c:3310559msgid "send results to standard output"10560msgstr "Ergebnisse zur Standard-Ausgabe senden"1056110562#: builtin/merge-file.c:3410563msgid "use a diff3 based merge"10564msgstr "einen diff3 basierten Merge verwenden"1056510566#: builtin/merge-file.c:3510567msgid "for conflicts, use our version"10568msgstr "bei Konflikten unsere Variante verwenden"1056910570#: builtin/merge-file.c:3710571msgid "for conflicts, use their version"10572msgstr "bei Konflikten ihre Variante verwenden"1057310574#: builtin/merge-file.c:3910575msgid "for conflicts, use a union version"10576msgstr "bei Konflikten eine gemeinsame Variante verwenden"1057710578#: builtin/merge-file.c:4210579msgid "for conflicts, use this marker size"10580msgstr "bei Konflikten diese Kennzeichnungslänge verwenden"1058110582#: builtin/merge-file.c:4310583msgid "do not warn about conflicts"10584msgstr "keine Warnung bei Konflikten"1058510586#: builtin/merge-file.c:4510587msgid "set labels for file1/orig-file/file2"10588msgstr "Beschriftung für Datei1/orig-Datei/Datei2 setzen"1058910590#: builtin/merge-recursive.c:4510591#, c-format10592msgid "unknown option %s"10593msgstr "unbekannte Option: %s"1059410595#: builtin/merge-recursive.c:5110596#, c-format10597msgid "could not parse object '%s'"10598msgstr "Konnte Objekt '%s' nicht parsen."1059910600#: builtin/merge-recursive.c:5510601#, c-format10602msgid "cannot handle more than %d base. Ignoring %s."10603msgid_plural "cannot handle more than %d bases. Ignoring %s."10604msgstr[0] "kann nicht mit mehr als %d Merge-Basis umgehen. Ignoriere %s."10605msgstr[1] "kann nicht mit mehr als %d Merge-Basen umgehen. Ignoriere %s."1060610607#: builtin/merge-recursive.c:6310608msgid "not handling anything other than two heads merge."10609msgstr "Es wird nur der Merge von zwei Branches behandelt."1061010611#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7110612#, c-format10613msgid "could not resolve ref '%s'"10614msgstr "Konnte Referenz '%s' nicht auflösen"1061510616#: builtin/merge-recursive.c:7710617#, c-format10618msgid "Merging %s with %s\n"10619msgstr "Führe %s mit %s zusammen\n"1062010621#: builtin/mktree.c:6510622msgid "git mktree [-z] [--missing] [--batch]"10623msgstr "git mktree [-z] [--missing] [--batch]"1062410625#: builtin/mktree.c:15310626msgid "input is NUL terminated"10627msgstr "Eingabe ist durch NUL-Zeichen abgeschlossen"1062810629#: builtin/mktree.c:154 builtin/write-tree.c:2510630msgid "allow missing objects"10631msgstr "fehlende Objekte erlauben"1063210633#: builtin/mktree.c:15510634msgid "allow creation of more than one tree"10635msgstr "die Erstellung von mehr als einem \"Tree\"-Objekt erlauben"1063610637#: builtin/mv.c:1710638msgid "git mv [<options>] <source>... <destination>"10639msgstr "git mv [<Optionen>] <Quelle>... <Ziel>"1064010641#: builtin/mv.c:8310642#, c-format10643msgid "Directory %s is in index and no submodule?"10644msgstr "Verzeichnis %s ist zum Commit vorgemerkt und kein Submodul?"1064510646#: builtin/mv.c:85 builtin/rm.c:29010647msgid "Please stage your changes to .gitmodules or stash them to proceed"10648msgstr ""10649"Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "10650"benutzen\n"10651"Sie \"stash\", um fortzufahren."1065210653#: builtin/mv.c:10310654#, c-format10655msgid "%.*s is in index"10656msgstr "%.*s ist zum Commit vorgemerkt"1065710658#: builtin/mv.c:12510659msgid "force move/rename even if target exists"10660msgstr "Verschieben/Umbenennen erzwingen, auch wenn das Ziel existiert"1066110662#: builtin/mv.c:12610663msgid "skip move/rename errors"10664msgstr "Fehler beim Verschieben oder Umbenennen überspringen"1066510666#: builtin/mv.c:16810667#, c-format10668msgid "destination '%s' is not a directory"10669msgstr "Ziel '%s' ist kein Verzeichnis"1067010671#: builtin/mv.c:17910672#, c-format10673msgid "Checking rename of '%s' to '%s'\n"10674msgstr "Prüfe Umbenennung von '%s' nach '%s'\n"1067510676#: builtin/mv.c:18310677msgid "bad source"10678msgstr "ungültige Quelle"1067910680#: builtin/mv.c:18610681msgid "can not move directory into itself"10682msgstr "kann Verzeichnis nicht in sich selbst verschieben"1068310684#: builtin/mv.c:18910685msgid "cannot move directory over file"10686msgstr "kann Verzeichnis nicht über Datei verschieben"1068710688#: builtin/mv.c:19810689msgid "source directory is empty"10690msgstr "Quellverzeichnis ist leer"1069110692#: builtin/mv.c:22310693msgid "not under version control"10694msgstr "nicht unter Versionskontrolle"1069510696#: builtin/mv.c:22610697msgid "destination exists"10698msgstr "Ziel existiert bereits"1069910700#: builtin/mv.c:23410701#, c-format10702msgid "overwriting '%s'"10703msgstr "überschreibe '%s'"1070410705#: builtin/mv.c:23710706msgid "Cannot overwrite"10707msgstr "Kann nicht überschreiben"1070810709#: builtin/mv.c:24010710msgid "multiple sources for the same target"10711msgstr "mehrere Quellen für das selbe Ziel"1071210713#: builtin/mv.c:24210714msgid "destination directory does not exist"10715msgstr "Zielverzeichnis existiert nicht"1071610717#: builtin/mv.c:24910718#, c-format10719msgid "%s, source=%s, destination=%s"10720msgstr "%s, Quelle=%s, Ziel=%s"1072110722#: builtin/mv.c:27010723#, c-format10724msgid "Renaming %s to %s\n"10725msgstr "Benenne %s nach %s um\n"1072610727#: builtin/mv.c:276 builtin/remote.c:711 builtin/repack.c:39010728#, c-format10729msgid "renaming '%s' failed"10730msgstr "Umbenennung von '%s' fehlgeschlagen"1073110732#: builtin/name-rev.c:33810733msgid "git name-rev [<options>] <commit>..."10734msgstr "git name-rev [<Optionen>] <Commit>..."1073510736#: builtin/name-rev.c:33910737msgid "git name-rev [<options>] --all"10738msgstr "git name-rev [<Optionen>] --all"1073910740#: builtin/name-rev.c:34010741msgid "git name-rev [<options>] --stdin"10742msgstr "git name-rev [<Optionen>] --stdin"1074310744#: builtin/name-rev.c:39510745msgid "print only names (no SHA-1)"10746msgstr "nur Namen anzeigen (keine SHA-1)"1074710748#: builtin/name-rev.c:39610749msgid "only use tags to name the commits"10750msgstr "nur Tags verwenden, um die Commits zu benennen"1075110752#: builtin/name-rev.c:39810753msgid "only use refs matching <pattern>"10754msgstr "nur Referenzen verwenden die <Muster> entsprechen"1075510756#: builtin/name-rev.c:40010757msgid "ignore refs matching <pattern>"10758msgstr "ignoriere Referenzen die <Muster> entsprechen"1075910760#: builtin/name-rev.c:40210761msgid "list all commits reachable from all refs"10762msgstr "alle Commits auflisten, die von allen Referenzen erreichbar sind"1076310764#: builtin/name-rev.c:40310765msgid "read from stdin"10766msgstr "von der Standard-Eingabe lesen"1076710768#: builtin/name-rev.c:40410769msgid "allow to print `undefined` names (default)"10770msgstr "Ausgabe von `undefinierten` Namen erlauben (Standard)"1077110772#: builtin/name-rev.c:41010773msgid "dereference tags in the input (internal use)"10774msgstr "Tags in der Eingabe dereferenzieren (interne Verwendung)"1077510776#: builtin/notes.c:2610777msgid "git notes [--ref <notes-ref>] [list [<object>]]"10778msgstr "git notes [--ref <Notiz-Referenz>] [list [<Objekt>]]"1077910780#: builtin/notes.c:2710781msgid ""10782"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "10783"| (-c | -C) <object>] [<object>]"10784msgstr ""10785"git notes [--ref <Notiz-Referenz>] add [-f] [--allow-empty] [-m "10786"<Beschreibung> | -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"1078710788#: builtin/notes.c:2810789msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"10790msgstr ""10791"git notes [--ref <Notiz-Referenz>] copy [-f] <von-Objekt> <nach-Objekt>"1079210793#: builtin/notes.c:2910794msgid ""10795"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "10796"(-c | -C) <object>] [<object>]"10797msgstr ""10798"git notes [--ref <Notiz-Referenz>] append [--allow-empty] [-m <Beschreibung> "10799"| -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"1080010801#: builtin/notes.c:3010802msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"10803msgstr "git notes [--ref <Notiz-Referenz>] edit [--allow-empty] [<Objekt>]"1080410805#: builtin/notes.c:3110806msgid "git notes [--ref <notes-ref>] show [<object>]"10807msgstr "git notes [--ref <Notiz-Referenz>] show [<Objekt>]"1080810809#: builtin/notes.c:3210810msgid ""10811"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"10812msgstr ""10813"git notes [--ref <Notiz-Referenz>] merge [-v | -q] [-s <Strategie>] <Notiz-"10814"Referenz>"1081510816#: builtin/notes.c:3310817msgid "git notes merge --commit [-v | -q]"10818msgstr "git notes merge --commit [-v | -q]"1081910820#: builtin/notes.c:3410821msgid "git notes merge --abort [-v | -q]"10822msgstr "git notes merge --abort [-v | -q]"1082310824#: builtin/notes.c:3510825msgid "git notes [--ref <notes-ref>] remove [<object>...]"10826msgstr "git notes [--ref <Notiz-Referenz>] remove [<Objekt>...]"1082710828#: builtin/notes.c:3610829msgid "git notes [--ref <notes-ref>] prune [-n | -v]"10830msgstr "git notes [--ref <Notiz-Referenz>] prune [-n | -v]"1083110832#: builtin/notes.c:3710833msgid "git notes [--ref <notes-ref>] get-ref"10834msgstr "git notes [--ref <Notiz-Referenz>] get-ref"1083510836#: builtin/notes.c:4210837msgid "git notes [list [<object>]]"10838msgstr "git notes [list [<Objekt>]]"1083910840#: builtin/notes.c:4710841msgid "git notes add [<options>] [<object>]"10842msgstr "git notes add [<Optionen>] [<Objekt>]"1084310844#: builtin/notes.c:5210845msgid "git notes copy [<options>] <from-object> <to-object>"10846msgstr "git notes copy [<Optionen>] <von-Objekt> <nach-Objekt>"1084710848#: builtin/notes.c:5310849msgid "git notes copy --stdin [<from-object> <to-object>]..."10850msgstr "git notes copy --stdin [<von-Objekt> <nach-Objekt>]..."1085110852#: builtin/notes.c:5810853msgid "git notes append [<options>] [<object>]"10854msgstr "git notes append [<Optionen>] [<Objekt>]"1085510856#: builtin/notes.c:6310857msgid "git notes edit [<object>]"10858msgstr "git notes edit [<Objekt>]"1085910860#: builtin/notes.c:6810861msgid "git notes show [<object>]"10862msgstr "git notes show [<Objekt>]"1086310864#: builtin/notes.c:7310865msgid "git notes merge [<options>] <notes-ref>"10866msgstr "git notes merge [<Optionen>] <Notiz-Referenz>"1086710868#: builtin/notes.c:7410869msgid "git notes merge --commit [<options>]"10870msgstr "git notes merge --commit [<Optionen>]"1087110872#: builtin/notes.c:7510873msgid "git notes merge --abort [<options>]"10874msgstr "git notes merge --abort [<Optionen>]"1087510876#: builtin/notes.c:8010877msgid "git notes remove [<object>]"10878msgstr "git notes remove [<Objekt>]"1087910880#: builtin/notes.c:8510881msgid "git notes prune [<options>]"10882msgstr "git notes prune [<Optionen>]"1088310884#: builtin/notes.c:9010885msgid "git notes get-ref"10886msgstr "git notes get-ref"1088710888#: builtin/notes.c:9510889msgid "Write/edit the notes for the following object:"10890msgstr "Schreiben/Bearbeiten der Notizen für das folgende Objekt:"1089110892#: builtin/notes.c:14810893#, c-format10894msgid "unable to start 'show' for object '%s'"10895msgstr "konnte 'show' für Objekt '%s' nicht starten"1089610897#: builtin/notes.c:15210898msgid "could not read 'show' output"10899msgstr "Konnte Ausgabe von 'show' nicht lesen."1090010901#: builtin/notes.c:16010902#, c-format10903msgid "failed to finish 'show' for object '%s'"10904msgstr "konnte 'show' für Objekt '%s' nicht abschließen"1090510906#: builtin/notes.c:19510907msgid "please supply the note contents using either -m or -F option"10908msgstr ""10909"Bitte liefern Sie die Notiz-Inhalte unter Verwendung der Option -m oder -F."1091010911#: builtin/notes.c:20410912msgid "unable to write note object"10913msgstr "Konnte Notiz-Objekt nicht schreiben"1091410915#: builtin/notes.c:20610916#, c-format10917msgid "the note contents have been left in %s"10918msgstr "Die Notiz-Inhalte wurden in %s belassen."1091910920#: builtin/notes.c:234 builtin/tag.c:51710921#, c-format10922msgid "cannot read '%s'"10923msgstr "kann '%s' nicht lesen"1092410925#: builtin/notes.c:236 builtin/tag.c:52010926#, c-format10927msgid "could not open or read '%s'"10928msgstr "konnte '%s' nicht öffnen oder lesen"1092910930#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:30810931#: builtin/notes.c:375 builtin/notes.c:430 builtin/notes.c:51610932#: builtin/notes.c:521 builtin/notes.c:599 builtin/notes.c:66110933#, c-format10934msgid "failed to resolve '%s' as a valid ref."10935msgstr "Konnte '%s' nicht als gültige Referenz auflösen."1093610937#: builtin/notes.c:25810938#, c-format10939msgid "failed to read object '%s'."10940msgstr "Fehler beim Lesen des Objektes '%s'."1094110942#: builtin/notes.c:26210943#, c-format10944msgid "cannot read note data from non-blob object '%s'."10945msgstr "Kann Notiz-Daten nicht von Nicht-Blob Objekt '%s' lesen."1094610947#: builtin/notes.c:30210948#, c-format10949msgid "malformed input line: '%s'."10950msgstr "Fehlerhafte Eingabezeile: '%s'."1095110952#: builtin/notes.c:31710953#, c-format10954msgid "failed to copy notes from '%s' to '%s'"10955msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"1095610957#. TRANSLATORS: the first %s will be replaced by a git10958#. notes command: 'add', 'merge', 'remove', etc.10959#.10960#: builtin/notes.c:34810961#, c-format10962msgid "refusing to %s notes in %s (outside of refs/notes/)"10963msgstr ""10964"Ausführung von %s auf Notizen in %s (außerhalb von refs/notes/) "10965"zurückgewiesen"1096610967#: builtin/notes.c:368 builtin/notes.c:423 builtin/notes.c:49910968#: builtin/notes.c:511 builtin/notes.c:587 builtin/notes.c:65410969#: builtin/notes.c:804 builtin/notes.c:951 builtin/notes.c:97210970msgid "too many parameters"10971msgstr "zu viele Parameter"1097210973#: builtin/notes.c:381 builtin/notes.c:66710974#, c-format10975msgid "no note found for object %s."10976msgstr "Keine Notiz für Objekt %s gefunden."1097710978#: builtin/notes.c:402 builtin/notes.c:56510979msgid "note contents as a string"10980msgstr "Notizinhalte als Zeichenkette"1098110982#: builtin/notes.c:405 builtin/notes.c:56810983msgid "note contents in a file"10984msgstr "Notizinhalte in einer Datei"1098510986#: builtin/notes.c:408 builtin/notes.c:57110987msgid "reuse and edit specified note object"10988msgstr "Wiederverwendung und Bearbeitung des angegebenen Notiz-Objektes"1098910990#: builtin/notes.c:411 builtin/notes.c:57410991msgid "reuse specified note object"10992msgstr "Wiederverwendung des angegebenen Notiz-Objektes"1099310994#: builtin/notes.c:414 builtin/notes.c:57710995msgid "allow storing empty note"10996msgstr "Speichern leerer Notiz erlauben"1099710998#: builtin/notes.c:415 builtin/notes.c:48610999msgid "replace existing notes"11000msgstr "existierende Notizen ersetzen"1100111002#: builtin/notes.c:44011003#, c-format11004msgid ""11005"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "11006"existing notes"11007msgstr ""11008"Konnte Notizen nicht hinzufügen. Existierende Notizen für Objekt %s "11009"gefunden. Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."1101011011#: builtin/notes.c:455 builtin/notes.c:53411012#, c-format11013msgid "Overwriting existing notes for object %s\n"11014msgstr "Überschreibe existierende Notizen für Objekt %s\n"1101511016#: builtin/notes.c:466 builtin/notes.c:626 builtin/notes.c:89111017#, c-format11018msgid "Removing note for object %s\n"11019msgstr "Entferne Notiz für Objekt %s\n"1102011021#: builtin/notes.c:48711022msgid "read objects from stdin"11023msgstr "Objekte von der Standard-Eingabe lesen"1102411025#: builtin/notes.c:48911026msgid "load rewriting config for <command> (implies --stdin)"11027msgstr ""11028"Konfiguration für <Befehl> zum Umschreiben von Commits laden (impliziert --"11029"stdin)"1103011031#: builtin/notes.c:50711032msgid "too few parameters"11033msgstr "zu wenig Parameter"1103411035#: builtin/notes.c:52811036#, c-format11037msgid ""11038"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "11039"existing notes"11040msgstr ""11041"Kann Notizen nicht kopieren. Existierende Notizen für Objekt %s gefunden. "11042"Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."1104311044#: builtin/notes.c:54011045#, c-format11046msgid "missing notes on source object %s. Cannot copy."11047msgstr "Keine Notizen für Quell-Objekt %s. Kopie nicht möglich."1104811049#: builtin/notes.c:59211050#, c-format11051msgid ""11052"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"11053"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"11054msgstr ""11055"Die Optionen -m/-F/-c/-C sind für den Unterbefehl 'edit' veraltet.\n"11056"Bitte benutzen Sie stattdessen 'git notes add -f -m/-F/-c/-C'.\n"1105711058#: builtin/notes.c:68711059msgid "failed to delete ref NOTES_MERGE_PARTIAL"11060msgstr "Fehler beim Löschen der Referenz NOTES_MERGE_PARTIAL"1106111062#: builtin/notes.c:68911063msgid "failed to delete ref NOTES_MERGE_REF"11064msgstr "Fehler beim Löschen der Referenz NOTES_MERGE_REF"1106511066#: builtin/notes.c:69111067msgid "failed to remove 'git notes merge' worktree"11068msgstr "Fehler beim Löschen des Arbeitsverzeichnisses von 'git notes merge'."1106911070#: builtin/notes.c:71111071msgid "failed to read ref NOTES_MERGE_PARTIAL"11072msgstr "Fehler beim Lesen der Referenz NOTES_MERGE_PARTIAL"1107311074#: builtin/notes.c:71311075msgid "could not find commit from NOTES_MERGE_PARTIAL."11076msgstr "Konnte Commit von NOTES_MERGE_PARTIAL nicht finden."1107711078#: builtin/notes.c:71511079msgid "could not parse commit from NOTES_MERGE_PARTIAL."11080msgstr "Konnte Commit von NOTES_MERGE_PARTIAL nicht parsen."1108111082#: builtin/notes.c:72811083msgid "failed to resolve NOTES_MERGE_REF"11084msgstr "Fehler beim Auflösen von NOTES_MERGE_REF"1108511086#: builtin/notes.c:73111087msgid "failed to finalize notes merge"11088msgstr "Fehler beim Abschließen der Zusammenführung der Notizen."1108911090#: builtin/notes.c:75711091#, c-format11092msgid "unknown notes merge strategy %s"11093msgstr "unbekannte Merge-Strategie '%s' für Notizen"1109411095#: builtin/notes.c:77311096msgid "General options"11097msgstr "Allgemeine Optionen"1109811099#: builtin/notes.c:77511100msgid "Merge options"11101msgstr "Merge-Optionen"1110211103#: builtin/notes.c:77711104msgid ""11105"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"11106"cat_sort_uniq)"11107msgstr ""11108"löst Konflikte bei Notizen mit der angegebenen Strategie auf (manual/ours/"11109"theirs/union/cat_sort_uniq)"1111011111#: builtin/notes.c:77911112msgid "Committing unmerged notes"11113msgstr "nicht zusammengeführte Notizen eintragen"1111411115#: builtin/notes.c:78111116msgid "finalize notes merge by committing unmerged notes"11117msgstr ""11118"Merge von Notizen abschließen, in dem nicht zusammengeführte Notizen "11119"committet werden"1112011121#: builtin/notes.c:78311122msgid "Aborting notes merge resolution"11123msgstr "Konfliktauflösung beim Merge von Notizen abbrechen"1112411125#: builtin/notes.c:78511126msgid "abort notes merge"11127msgstr "Merge von Notizen abbrechen"1112811129#: builtin/notes.c:79611130msgid "cannot mix --commit, --abort or -s/--strategy"11131msgstr "Kann --commit, --abort oder -s/--strategy nicht kombinieren."1113211133#: builtin/notes.c:80111134msgid "must specify a notes ref to merge"11135msgstr "Sie müssen eine Notiz-Referenz zum Mergen angeben."1113611137#: builtin/notes.c:82511138#, c-format11139msgid "unknown -s/--strategy: %s"11140msgstr "Unbekannter Wert für -s/--strategy: %s"1114111142#: builtin/notes.c:86211143#, c-format11144msgid "a notes merge into %s is already in-progress at %s"11145msgstr "Ein Merge von Notizen nach %s ist bereits im Gange bei %s"1114611147#: builtin/notes.c:86511148#, c-format11149msgid "failed to store link to current notes ref (%s)"11150msgstr ""11151"Fehler beim Speichern der Verknüpfung zur aktuellen Notes-Referenz (%s)"1115211153#: builtin/notes.c:86711154#, c-format11155msgid ""11156"Automatic notes merge failed. Fix conflicts in %s and commit the result with "11157"'git notes merge --commit', or abort the merge with 'git notes merge --"11158"abort'.\n"11159msgstr ""11160"Automatisches Zusammenführen der Notizen fehlgeschlagen. Beheben Sie die\n"11161"Konflikte in %s und committen Sie das Ergebnis mit 'git notes merge --"11162"commit',\n"11163"oder brechen Sie den Merge mit 'git notes merge --abort' ab.\n"1116411165#: builtin/notes.c:88911166#, c-format11167msgid "Object %s has no note\n"11168msgstr "Objekt %s hat keine Notiz\n"1116911170#: builtin/notes.c:90111171msgid "attempt to remove non-existent note is not an error"11172msgstr "der Versuch, eine nicht existierende Notiz zu löschen, ist kein Fehler"1117311174#: builtin/notes.c:90411175msgid "read object names from the standard input"11176msgstr "Objektnamen von der Standard-Eingabe lesen"1117711178#: builtin/notes.c:942 builtin/prune.c:105 builtin/worktree.c:12811179msgid "do not remove, show only"11180msgstr "nicht löschen, nur anzeigen"1118111182#: builtin/notes.c:94311183msgid "report pruned notes"11184msgstr "gelöschte Notizen melden"1118511186#: builtin/notes.c:98511187msgid "notes-ref"11188msgstr "Notiz-Referenz"1118911190#: builtin/notes.c:98611191msgid "use notes from <notes-ref>"11192msgstr "Notizen von <Notiz-Referenz> verwenden"1119311194#: builtin/notes.c:102111195#, c-format11196msgid "unknown subcommand: %s"11197msgstr "Unbekannter Unterbefehl: %s"1119811199#: builtin/pack-objects.c:3011200msgid ""11201"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"11202msgstr ""11203"git pack-objects --stdout [<Optionen>...] [< <Referenzliste> | < "11204"<Objektliste>]"1120511206#: builtin/pack-objects.c:3111207msgid ""11208"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"11209msgstr ""11210"git pack-objects [<Optionen>...] <Basis-Name> [< <Referenzliste> | < "11211"<Objektliste>]"1121211213#: builtin/pack-objects.c:180 builtin/pack-objects.c:18311214#, c-format11215msgid "deflate error (%d)"11216msgstr "Fehler beim Komprimieren (%d)"1121711218#: builtin/pack-objects.c:77611219msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"11220msgstr ""11221"Deaktiviere Schreiben der Bitmap, Pakete wurden durch pack.packSizeLimit\n"11222"aufgetrennt."1122311224#: builtin/pack-objects.c:78911225msgid "Writing objects"11226msgstr "Schreibe Objekte"1122711228#: builtin/pack-objects.c:106911229msgid "disabling bitmap writing, as some objects are not being packed"11230msgstr ""11231"Deaktiviere Schreiben der Bitmap, da einige Objekte nicht in eine Pack-"11232"Datei\n"11233"geschrieben wurden."1123411235#: builtin/pack-objects.c:243411236msgid "Compressing objects"11237msgstr "Komprimiere Objekte"1123811239#: builtin/pack-objects.c:284311240#, c-format11241msgid "unsupported index version %s"11242msgstr "Nicht unterstützte Index-Version %s"1124311244#: builtin/pack-objects.c:284711245#, c-format11246msgid "bad index version '%s'"11247msgstr "Ungültige Index-Version '%s'"1124811249#: builtin/pack-objects.c:287711250msgid "do not show progress meter"11251msgstr "keine Fortschrittsanzeige anzeigen"1125211253#: builtin/pack-objects.c:287911254msgid "show progress meter"11255msgstr "Fortschrittsanzeige anzeigen"1125611257#: builtin/pack-objects.c:288111258msgid "show progress meter during object writing phase"11259msgstr "Forschrittsanzeige während des Schreibens von Objekten anzeigen"1126011261#: builtin/pack-objects.c:288411262msgid "similar to --all-progress when progress meter is shown"11263msgstr "ähnlich zu --all-progress wenn Fortschrittsanzeige darstellt wird"1126411265#: builtin/pack-objects.c:288511266msgid "version[,offset]"11267msgstr "version[,offset]"1126811269#: builtin/pack-objects.c:288611270msgid "write the pack index file in the specified idx format version"11271msgstr ""11272"die Index-Datei des Paketes in der angegebenen Indexformat-Version schreiben"1127311274#: builtin/pack-objects.c:288911275msgid "maximum size of each output pack file"11276msgstr "maximale Größe für jede ausgegebene Paketdatei"1127711278#: builtin/pack-objects.c:289111279msgid "ignore borrowed objects from alternate object store"11280msgstr "geliehene Objekte von alternativem Objektspeicher ignorieren"1128111282#: builtin/pack-objects.c:289311283msgid "ignore packed objects"11284msgstr "gepackte Objekte ignorieren"1128511286#: builtin/pack-objects.c:289511287msgid "limit pack window by objects"11288msgstr "Paketfenster durch Objekte begrenzen"1128911290#: builtin/pack-objects.c:289711291msgid "limit pack window by memory in addition to object limit"11292msgstr ""11293"Paketfenster, zusätzlich zur Objektbegrenzung, durch Speicher begrenzen"1129411295#: builtin/pack-objects.c:289911296msgid "maximum length of delta chain allowed in the resulting pack"11297msgstr ""11298"maximale Länge der erlaubten Differenzverkettung im resultierenden Paket"1129911300#: builtin/pack-objects.c:290111301msgid "reuse existing deltas"11302msgstr "existierende Unterschiede wiederverwenden"1130311304#: builtin/pack-objects.c:290311305msgid "reuse existing objects"11306msgstr "existierende Objekte wiederverwenden"1130711308#: builtin/pack-objects.c:290511309msgid "use OFS_DELTA objects"11310msgstr "OFS_DELTA Objekte verwenden"1131111312#: builtin/pack-objects.c:290711313msgid "use threads when searching for best delta matches"11314msgstr ""11315"Threads bei der Suche nach den besten Übereinstimmungen bei Unterschieden "11316"verwenden"1131711318#: builtin/pack-objects.c:290911319msgid "do not create an empty pack output"11320msgstr "keine leeren Pakete erzeugen"1132111322#: builtin/pack-objects.c:291111323msgid "read revision arguments from standard input"11324msgstr "Argumente bezüglich Commits von der Standard-Eingabe lesen"1132511326#: builtin/pack-objects.c:291311327msgid "limit the objects to those that are not yet packed"11328msgstr "die Objekte zu solchen, die noch nicht gepackt wurden, begrenzen"1132911330#: builtin/pack-objects.c:291611331msgid "include objects reachable from any reference"11332msgstr "Objekte einschließen, die von jeder Referenz erreichbar sind"1133311334#: builtin/pack-objects.c:291911335msgid "include objects referred by reflog entries"11336msgstr ""11337"Objekte einschließen, die von Einträgen des Reflogs referenziert werden"1133811339#: builtin/pack-objects.c:292211340msgid "include objects referred to by the index"11341msgstr "Objekte einschließen, die vom Index referenziert werden"1134211343#: builtin/pack-objects.c:292511344msgid "output pack to stdout"11345msgstr "Paket in die Standard-Ausgabe schreiben"1134611347#: builtin/pack-objects.c:292711348msgid "include tag objects that refer to objects to be packed"11349msgstr "Tag-Objekte einschließen, die auf gepackte Objekte referenzieren"1135011351#: builtin/pack-objects.c:292911352msgid "keep unreachable objects"11353msgstr "nicht erreichbare Objekte behalten"1135411355#: builtin/pack-objects.c:293111356msgid "pack loose unreachable objects"11357msgstr "nicht erreichbare lose Objekte packen"1135811359#: builtin/pack-objects.c:293311360msgid "unpack unreachable objects newer than <time>"11361msgstr "nicht erreichbare Objekte entpacken, die neuer als <Zeit> sind"1136211363#: builtin/pack-objects.c:293611364msgid "create thin packs"11365msgstr "dünnere Pakete erzeugen"1136611367#: builtin/pack-objects.c:293811368msgid "create packs suitable for shallow fetches"11369msgstr ""11370"Pakete geeignet für Abholung mit unvollständiger Historie (shallow) erzeugen"1137111372#: builtin/pack-objects.c:294011373msgid "ignore packs that have companion .keep file"11374msgstr "Pakete ignorieren, die .keep Dateien haben"1137511376#: builtin/pack-objects.c:294211377msgid "pack compression level"11378msgstr "Komprimierungsgrad für Paketierung"1137911380#: builtin/pack-objects.c:294411381msgid "do not hide commits by grafts"11382msgstr "keine künstlichen Vorgänger-Commits (\"grafts\") verbergen"1138311384#: builtin/pack-objects.c:294611385msgid "use a bitmap index if available to speed up counting objects"11386msgstr ""11387"Bitmap-Index (falls verfügbar) zur Optimierung der Objektzählung benutzen"1138811389#: builtin/pack-objects.c:294811390msgid "write a bitmap index together with the pack index"11391msgstr "Bitmap-Index zusammen mit Pack-Index schreiben"1139211393#: builtin/pack-objects.c:307511394msgid "Counting objects"11395msgstr "Zähle Objekte"1139611397#: builtin/pack-refs.c:611398msgid "git pack-refs [<options>]"11399msgstr "git pack-refs [<Optionen>]"1140011401#: builtin/pack-refs.c:1411402msgid "pack everything"11403msgstr "alles packen"1140411405#: builtin/pack-refs.c:1511406msgid "prune loose refs (default)"11407msgstr "lose Referenzen entfernen (Standard)"1140811409#: builtin/prune-packed.c:711410msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"11411msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1141211413#: builtin/prune-packed.c:4011414msgid "Removing duplicate objects"11415msgstr "Lösche doppelte Objekte"1141611417#: builtin/prune.c:1111418msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"11419msgstr "git prune [-n] [-v] [--expire <Zeit>] [--] [<head>...]"1142011421#: builtin/prune.c:10611422msgid "report pruned objects"11423msgstr "gelöschte Objekte melden"1142411425#: builtin/prune.c:10911426msgid "expire objects older than <time>"11427msgstr "Objekte älter als <Zeit> verfallen lassen"1142811429#: builtin/prune.c:12311430msgid "cannot prune in a precious-objects repo"11431msgstr "kann \"prune\" in precious-objects Repository nicht ausführen"1143211433#: builtin/pull.c:54 builtin/pull.c:5611434#, c-format11435msgid "Invalid value for %s: %s"11436msgstr "Ungültiger Wert für %s: %s"1143711438#: builtin/pull.c:7611439msgid "git pull [<options>] [<repository> [<refspec>...]]"11440msgstr "git pull [<Optionen>] [<Repository> [<Refspec>...]]"1144111442#: builtin/pull.c:12411443msgid "control for recursive fetching of submodules"11444msgstr "rekursive Anforderungen von Submodulen kontrollieren"1144511446#: builtin/pull.c:12811447msgid "Options related to merging"11448msgstr "Optionen bezogen auf Merge"1144911450#: builtin/pull.c:13111451msgid "incorporate changes by rebasing rather than merging"11452msgstr "Integration von Änderungen durch Rebase statt Merge"1145311454#: builtin/pull.c:155 builtin/rebase--helper.c:19 builtin/revert.c:12111455msgid "allow fast-forward"11456msgstr "Vorspulen erlauben"1145711458#: builtin/pull.c:16411459msgid "automatically stash/stash pop before and after rebase"11460msgstr "automatischer Stash/Stash-Pop vor und nach eines Rebase"1146111462#: builtin/pull.c:18011463msgid "Options related to fetching"11464msgstr "Optionen bezogen auf Fetch"1146511466#: builtin/pull.c:19811467msgid "number of submodules pulled in parallel"11468msgstr "Anzahl der parallel mit 'pull' zu verarbeitenden Submodule"1146911470#: builtin/pull.c:28711471#, c-format11472msgid "Invalid value for pull.ff: %s"11473msgstr "Ungültiger Wert für pull.ff: %s"1147411475#: builtin/pull.c:39911476msgid ""11477"There is no candidate for rebasing against among the refs that you just "11478"fetched."11479msgstr ""11480"Es gibt keinen Kandidaten für Rebase innerhalb der Referenzen, die eben "11481"angefordert wurden."1148211483#: builtin/pull.c:40111484msgid ""11485"There are no candidates for merging among the refs that you just fetched."11486msgstr ""11487"Es gibt keine Kandidaten für Merge innerhalb der Referenzen, die eben "11488"angefordert wurden."1148911490#: builtin/pull.c:40211491msgid ""11492"Generally this means that you provided a wildcard refspec which had no\n"11493"matches on the remote end."11494msgstr ""11495"Im Allgemeinen bedeutet das, dass Sie einen Refspec mit Wildcards angegeben\n"11496"haben, der auf der Gegenseite mit keinen Referenzen übereinstimmt."1149711498#: builtin/pull.c:40511499#, c-format11500msgid ""11501"You asked to pull from the remote '%s', but did not specify\n"11502"a branch. Because this is not the default configured remote\n"11503"for your current branch, you must specify a branch on the command line."11504msgstr ""11505"Sie führten \"pull\" von Remote-Repository '%s' aus, ohne einen\n"11506"Branch anzugeben. Da das nicht das konfigurierte Standard-Remote-\n"11507"Repository für den aktuellen Branch ist, müssen Sie einen Branch auf\n"11508"der Befehlszeile angeben."1150911510#: builtin/pull.c:410 git-parse-remote.sh:7311511msgid "You are not currently on a branch."11512msgstr "Im Moment auf keinem Branch."1151311514#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:7911515msgid "Please specify which branch you want to rebase against."11516msgstr ""11517"Bitte geben Sie den Branch an, gegen welchen Sie \"rebase\" ausführen "11518"möchten."1151911520#: builtin/pull.c:414 builtin/pull.c:429 git-parse-remote.sh:8211521msgid "Please specify which branch you want to merge with."11522msgstr "Bitte geben Sie den Branch an, welchen Sie zusammenführen möchten."1152311524#: builtin/pull.c:415 builtin/pull.c:43011525msgid "See git-pull(1) for details."11526msgstr "Siehe git-pull(1) für weitere Details."1152711528#: builtin/pull.c:417 builtin/pull.c:423 builtin/pull.c:43211529#: git-parse-remote.sh:6411530msgid "<remote>"11531msgstr "<Remote-Repository>"1153211533#: builtin/pull.c:417 builtin/pull.c:432 builtin/pull.c:437 git-rebase.sh:45611534#: git-parse-remote.sh:6511535msgid "<branch>"11536msgstr "<Branch>"1153711538#: builtin/pull.c:425 git-parse-remote.sh:7511539msgid "There is no tracking information for the current branch."11540msgstr "Es gibt keine Tracking-Informationen für den aktuellen Branch."1154111542#: builtin/pull.c:434 git-parse-remote.sh:9511543msgid ""11544"If you wish to set tracking information for this branch you can do so with:"11545msgstr ""11546"Wenn Sie Tracking-Informationen für diesen Branch setzen möchten, können "11547"Sie\n"11548"dies tun mit:"1154911550#: builtin/pull.c:43911551#, c-format11552msgid ""11553"Your configuration specifies to merge with the ref '%s'\n"11554"from the remote, but no such ref was fetched."11555msgstr ""11556"Ihre Konfiguration gibt an, den Merge mit Referenz '%s'\n"11557"des Remote-Repositories durchzuführen, aber diese Referenz\n"11558"wurde nicht angefordert."1155911560#: builtin/pull.c:79211561msgid "ignoring --verify-signatures for rebase"11562msgstr "Ignoriere --verify-signatures für Rebase"1156311564#: builtin/pull.c:84011565msgid "--[no-]autostash option is only valid with --rebase."11566msgstr "--[no-]autostash ist nur mit --rebase zulässig."1156711568#: builtin/pull.c:84811569msgid "Updating an unborn branch with changes added to the index."11570msgstr ""11571"Aktualisiere einen ungeborenen Branch mit Änderungen, die zum Commit "11572"vorgemerkt sind."1157311574#: builtin/pull.c:85111575msgid "pull with rebase"11576msgstr "Pull mit Rebase"1157711578#: builtin/pull.c:85211579msgid "please commit or stash them."11580msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."1158111582#: builtin/pull.c:87711583#, c-format11584msgid ""11585"fetch updated the current branch head.\n"11586"fast-forwarding your working tree from\n"11587"commit %s."11588msgstr ""11589"\"fetch\" aktualisierte die Spitze des aktuellen Branches.\n"11590"Spule Ihr Arbeitsverzeichnis von Commit %s vor."1159111592#: builtin/pull.c:88211593#, c-format11594msgid ""11595"Cannot fast-forward your working tree.\n"11596"After making sure that you saved anything precious from\n"11597"$ git diff %s\n"11598"output, run\n"11599"$ git reset --hard\n"11600"to recover."11601msgstr ""11602"Kann Arbeitsverzeichnis nicht vorspulen.\n"11603"Nachdem Sie sichergestellt haben, alles Schützenswerte der Ausgabe von\n"11604"$ git diff %s\n"11605"gespeichert zu haben. Führen Sie\n"11606"$ git reset --hard\n"11607"zur Wiederherstellung aus."1160811609#: builtin/pull.c:89711610msgid "Cannot merge multiple branches into empty head."11611msgstr "Kann nicht mehrere Branches in einen leeren Branch zusammenführen."1161211613#: builtin/pull.c:90111614msgid "Cannot rebase onto multiple branches."11615msgstr "Kann Rebase nicht auf mehrere Branches ausführen."1161611617#: builtin/pull.c:90811618msgid "cannot rebase with locally recorded submodule modifications"11619msgstr "Kann Rebase nicht mit lokal aufgezeichneten Änderungen in Submodulen ausführen."1162011621#: builtin/push.c:1711622msgid "git push [<options>] [<repository> [<refspec>...]]"11623msgstr "git push [<Optionen>] [<Repository> [<Refspec>...]]"1162411625#: builtin/push.c:9011626msgid "tag shorthand without <tag>"11627msgstr "Kurzschrift für Tag ohne <Tag>"1162811629#: builtin/push.c:10011630msgid "--delete only accepts plain target ref names"11631msgstr "Die Option --delete akzeptiert nur reine Referenznamen als Ziel."1163211633#: builtin/push.c:14411634msgid ""11635"\n"11636"To choose either option permanently, see push.default in 'git help config'."11637msgstr ""11638"\n"11639"Um eine Variante permanent zu verwenden, siehe push.default in 'git help "11640"config'."1164111642#: builtin/push.c:14711643#, c-format11644msgid ""11645"The upstream branch of your current branch does not match\n"11646"the name of your current branch. To push to the upstream branch\n"11647"on the remote, use\n"11648"\n"11649" git push %s HEAD:%s\n"11650"\n"11651"To push to the branch of the same name on the remote, use\n"11652"\n"11653" git push %s %s\n"11654"%s"11655msgstr ""11656"Der Name des Upstream-Branches stimmt nicht mit dem Namen Ihres\n"11657"aktuellen Branches überein. Um auf den Upstream-Branch in dem Remote-\n"11658"Repository zu versenden, benutzen Sie:\n"11659"\n"11660" git push %s HEAD:%s\n"11661"\n"11662"Um auf den Branch mit dem selben Namen im Remote-Repository zu versenden,\n"11663"benutzen Sie:\n"11664"\n"11665" git push %s %s\n"11666"%s"1166711668#: builtin/push.c:16211669#, c-format11670msgid ""11671"You are not currently on a branch.\n"11672"To push the history leading to the current (detached HEAD)\n"11673"state now, use\n"11674"\n"11675" git push %s HEAD:<name-of-remote-branch>\n"11676msgstr ""11677"Sie befinden sich im Moment auf keinem Branch.\n"11678"Um die Historie, führend zum aktuellen (losgelöster HEAD)\n"11679"Status zu versenden, benutzen Sie\n"11680"\n"11681" git push %s HEAD:<Name-des-Remote-Branches>\n"1168211683#: builtin/push.c:17611684#, c-format11685msgid ""11686"The current branch %s has no upstream branch.\n"11687"To push the current branch and set the remote as upstream, use\n"11688"\n"11689" git push --set-upstream %s %s\n"11690msgstr ""11691"Der aktuelle Branch %s hat keinen Upstream-Branch.\n"11692"Um den aktuellen Branch zu versenden und den Remote-Branch\n"11693"als Upstream-Branch zu setzen, benutzen Sie\n"11694"\n"11695" git push --set-upstream %s %s\n"1169611697#: builtin/push.c:18411698#, c-format11699msgid "The current branch %s has multiple upstream branches, refusing to push."11700msgstr ""11701"Der aktuelle Branch %s hat mehrere Upstream-Branches, \"push\" verweigert."1170211703#: builtin/push.c:18711704#, c-format11705msgid ""11706"You are pushing to remote '%s', which is not the upstream of\n"11707"your current branch '%s', without telling me what to push\n"11708"to update which remote branch."11709msgstr ""11710"Sie versenden nach '%s', welches kein Upstream-Repository Ihres aktuellen\n"11711"Branches '%s' ist, ohne anzugeben, was versendet werden soll, um welchen\n"11712"Remote-Branch zu aktualisieren."1171311714#: builtin/push.c:24611715msgid ""11716"You didn't specify any refspecs to push, and push.default is \"nothing\"."11717msgstr ""11718"Sie haben keine Refspec für \"push\" angegeben, und push.default ist "11719"\"nothing\"."1172011721#: builtin/push.c:25311722msgid ""11723"Updates were rejected because the tip of your current branch is behind\n"11724"its remote counterpart. Integrate the remote changes (e.g.\n"11725"'git pull ...') before pushing again.\n"11726"See the 'Note about fast-forwards' in 'git push --help' for details."11727msgstr ""11728"Aktualisierungen wurden zurückgewiesen, weil die Spitze Ihres aktuellen\n"11729"Branches hinter seinem externen Gegenstück zurückgefallen ist. Führen Sie\n"11730"die externen Änderungen zusammen (z. B. 'git pull ...') bevor Sie \"push\"\n"11731"erneut ausführen.\n"11732"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"11733"für weitere Details."1173411735#: builtin/push.c:25911736msgid ""11737"Updates were rejected because a pushed branch tip is behind its remote\n"11738"counterpart. Check out this branch and integrate the remote changes\n"11739"(e.g. 'git pull ...') before pushing again.\n"11740"See the 'Note about fast-forwards' in 'git push --help' for details."11741msgstr ""11742"Aktualisierungen wurden zurückgewiesen, weil die Spitze eines versendeten\n"11743"Branches hinter seinem externen Gegenstück zurückgefallen ist. Checken Sie\n"11744"diesen Branch aus und führen Sie die externen Änderungen zusammen\n"11745"(z. B. 'git pull ...') bevor Sie erneut \"push\" ausführen.\n"11746"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"11747"für weitere Details."1174811749#: builtin/push.c:26511750msgid ""11751"Updates were rejected because the remote contains work that you do\n"11752"not have locally. This is usually caused by another repository pushing\n"11753"to the same ref. You may want to first integrate the remote changes\n"11754"(e.g., 'git pull ...') before pushing again.\n"11755"See the 'Note about fast-forwards' in 'git push --help' for details."11756msgstr ""11757"Aktualisierungen wurden zurückgewiesen, weil das Remote-Repository Commits "11758"enthält,\n"11759"die lokal nicht vorhanden sind. Das wird üblicherweise durch einen \"push\" "11760"von\n"11761"Commits auf dieselbe Referenz von einem anderen Repository aus verursacht.\n"11762"Vielleicht müssen Sie die externen Änderungen zusammenführen (z. B. 'git "11763"pull ...')\n"11764"bevor Sie erneut \"push\" ausführen.\n"11765"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"11766"für weitere Details."1176711768#: builtin/push.c:27211769msgid "Updates were rejected because the tag already exists in the remote."11770msgstr ""11771"Aktualisierungen wurden zurückgewiesen, weil das Tag bereits\n"11772"im Remote-Repository existiert."1177311774#: builtin/push.c:27511775msgid ""11776"You cannot update a remote ref that points at a non-commit object,\n"11777"or update a remote ref to make it point at a non-commit object,\n"11778"without using the '--force' option.\n"11779msgstr ""11780"Sie können keine Remote-Referenz aktualisieren, die auf ein Objekt zeigt,\n"11781"das kein Commit ist, oder es auf ein solches Objekt zeigen lassen, ohne\n"11782"die Option '--force' zu verwenden.\n"1178311784#: builtin/push.c:33511785#, c-format11786msgid "Pushing to %s\n"11787msgstr "Versende nach %s\n"1178811789#: builtin/push.c:33911790#, c-format11791msgid "failed to push some refs to '%s'"11792msgstr "Fehler beim Versenden einiger Referenzen nach '%s'"1179311794#: builtin/push.c:37011795#, c-format11796msgid "bad repository '%s'"11797msgstr "ungültiges Repository '%s'"1179811799#: builtin/push.c:37111800msgid ""11801"No configured push destination.\n"11802"Either specify the URL from the command-line or configure a remote "11803"repository using\n"11804"\n"11805" git remote add <name> <url>\n"11806"\n"11807"and then push using the remote name\n"11808"\n"11809" git push <name>\n"11810msgstr ""11811"Kein Ziel für \"push\" konfiguriert.\n"11812"Entweder spezifizieren Sie die URL von der Befehlszeile oder konfigurieren "11813"ein Remote-Repository unter Benutzung von\n"11814"\n"11815" git remote add <Name> <URL>\n"11816"\n"11817"und führen \"push\" dann unter Benutzung dieses Namens aus\n"11818"\n"11819" git push <Name>\n"1182011821#: builtin/push.c:38911822msgid "--all and --tags are incompatible"11823msgstr "Die Optionen --all und --tags sind inkompatibel."1182411825#: builtin/push.c:39011826msgid "--all can't be combined with refspecs"11827msgstr "Die Option --all kann nicht mit Refspecs kombiniert werden."1182811829#: builtin/push.c:39511830msgid "--mirror and --tags are incompatible"11831msgstr "Die Optionen --mirror und --tags sind inkompatibel."1183211833#: builtin/push.c:39611834msgid "--mirror can't be combined with refspecs"11835msgstr "Die Option --mirror kann nicht mit Refspecs kombiniert werden."1183611837#: builtin/push.c:40111838msgid "--all and --mirror are incompatible"11839msgstr "Die Optionen --all und --mirror sind inkompatibel."1184011841#: builtin/push.c:52311842msgid "repository"11843msgstr "Repository"1184411845#: builtin/push.c:524 builtin/send-pack.c:16311846msgid "push all refs"11847msgstr "alle Referenzen versenden"1184811849#: builtin/push.c:525 builtin/send-pack.c:16511850msgid "mirror all refs"11851msgstr "alle Referenzen spiegeln"1185211853#: builtin/push.c:52711854msgid "delete refs"11855msgstr "Referenzen löschen"1185611857#: builtin/push.c:52811858msgid "push tags (can't be used with --all or --mirror)"11859msgstr "Tags versenden (kann nicht mit --all oder --mirror verwendet werden)"1186011861#: builtin/push.c:531 builtin/send-pack.c:16611862msgid "force updates"11863msgstr "Aktualisierung erzwingen"1186411865#: builtin/push.c:533 builtin/send-pack.c:18011866msgid "refname>:<expect"11867msgstr "Referenzname>:<Erwartungswert"1186811869#: builtin/push.c:534 builtin/send-pack.c:18111870msgid "require old value of ref to be at this value"11871msgstr "Referenz muss sich auf dem angegebenen Wert befinden"1187211873#: builtin/push.c:53711874msgid "control recursive pushing of submodules"11875msgstr "rekursiven \"push\" von Submodulen steuern"1187611877#: builtin/push.c:539 builtin/send-pack.c:17411878msgid "use thin pack"11879msgstr "kleinere Pakete verwenden"1188011881#: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:16011882#: builtin/send-pack.c:16111883msgid "receive pack program"11884msgstr "'receive pack' Programm"1188511886#: builtin/push.c:54211887msgid "set upstream for git pull/status"11888msgstr "Upstream für \"git pull/status\" setzen"1188911890#: builtin/push.c:54511891msgid "prune locally removed refs"11892msgstr "lokal gelöschte Referenzen entfernen"1189311894#: builtin/push.c:54711895msgid "bypass pre-push hook"11896msgstr "\"pre-push hook\" umgehen"1189711898#: builtin/push.c:54811899msgid "push missing but relevant tags"11900msgstr "fehlende, aber relevante Tags versenden"1190111902#: builtin/push.c:551 builtin/send-pack.c:16811903msgid "GPG sign the push"11904msgstr "signiert \"push\" mit GPG"1190511906#: builtin/push.c:553 builtin/send-pack.c:17511907msgid "request atomic transaction on remote side"11908msgstr "Referenzen atomar versenden"1190911910#: builtin/push.c:554 builtin/send-pack.c:17111911msgid "server-specific"11912msgstr "serverspezifisch"1191311914#: builtin/push.c:554 builtin/send-pack.c:17211915msgid "option to transmit"11916msgstr "Option übertragen"1191711918#: builtin/push.c:56811919msgid "--delete is incompatible with --all, --mirror and --tags"11920msgstr "Die Option --delete ist inkompatibel mit --all, --mirror und --tags."1192111922#: builtin/push.c:57011923msgid "--delete doesn't make sense without any refs"11924msgstr "Die Option --delete kann nur mit Referenzen verwendet werden."1192511926#: builtin/push.c:58911927msgid "push options must not have new line characters"11928msgstr "Push-Optionen dürfen keine Zeilenvorschubzeichen haben"1192911930#: builtin/read-tree.c:4011931msgid ""11932"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "11933"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"11934"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"11935msgstr ""11936"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<Präfix>) "11937"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"11938"index-output=<Datei>] (--empty | <Commit-Referenz1> [<Commit-Referenz2> "11939"[<Commit-Referenz3>]])"1194011941#: builtin/read-tree.c:12111942msgid "write resulting index to <file>"11943msgstr "resultierenden Index nach <Datei> schreiben"1194411945#: builtin/read-tree.c:12411946msgid "only empty the index"11947msgstr "nur den Index leeren"1194811949#: builtin/read-tree.c:12611950msgid "Merging"11951msgstr "Merge"1195211953#: builtin/read-tree.c:12811954msgid "perform a merge in addition to a read"11955msgstr "einen Merge, zusätzlich zum Lesen, ausführen"1195611957#: builtin/read-tree.c:13011958msgid "3-way merge if no file level merging required"11959msgstr "3-Wege-Merge, wenn kein Merge auf Dateiebene erforderlich ist"1196011961#: builtin/read-tree.c:13211962msgid "3-way merge in presence of adds and removes"11963msgstr "3-Wege-Merge bei Vorhandensein von hinzugefügten/entfernten Zeilen"1196411965#: builtin/read-tree.c:13411966msgid "same as -m, but discard unmerged entries"11967msgstr "genau wie -m, aber nicht zusammengeführte Einträge verwerfen"1196811969#: builtin/read-tree.c:13511970msgid "<subdirectory>/"11971msgstr "<Unterverzeichnis>/"1197211973#: builtin/read-tree.c:13611974msgid "read the tree into the index under <subdirectory>/"11975msgstr "das Verzeichnis in den Index unter <Unterverzeichnis>/ lesen"1197611977#: builtin/read-tree.c:13911978msgid "update working tree with merge result"11979msgstr "Arbeitsverzeichnis mit dem Ergebnis des Merges aktualisieren"1198011981#: builtin/read-tree.c:14111982msgid "gitignore"11983msgstr "gitignore"1198411985#: builtin/read-tree.c:14211986msgid "allow explicitly ignored files to be overwritten"11987msgstr "explizit ignorierte Dateien zu überschreiben erlauben"1198811989#: builtin/read-tree.c:14511990msgid "don't check the working tree after merging"11991msgstr "das Arbeitsverzeichnis nach dem Merge nicht prüfen"1199211993#: builtin/read-tree.c:14611994msgid "don't update the index or the work tree"11995msgstr "weder den Index, noch das Arbeitsverzeichnis aktualisieren"1199611997#: builtin/read-tree.c:14811998msgid "skip applying sparse checkout filter"11999msgstr "Anwendung des Filters für partielles Auschecken überspringen"1200012001#: builtin/read-tree.c:15012002msgid "debug unpack-trees"12003msgstr "unpack-trees protokollieren"1200412005#: builtin/rebase--helper.c:812006msgid "git rebase--helper [<options>]"12007msgstr "git rebase--helper [<Optionen>]"1200812009#: builtin/rebase--helper.c:2012010msgid "continue rebase"12011msgstr "Rebase fortsetzen"1201212013#: builtin/rebase--helper.c:2212014msgid "abort rebase"12015msgstr "Rebase abbrechen"1201612017#: builtin/receive-pack.c:2812018msgid "git receive-pack <git-dir>"12019msgstr "git receive-pack <Git-Verzeichnis>"1202012021#: builtin/receive-pack.c:83812022msgid ""12023"By default, updating the current branch in a non-bare repository\n"12024"is denied, because it will make the index and work tree inconsistent\n"12025"with what you pushed, and will require 'git reset --hard' to match\n"12026"the work tree to HEAD.\n"12027"\n"12028"You can set the 'receive.denyCurrentBranch' configuration variable\n"12029"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"12030"its current branch; however, this is not recommended unless you\n"12031"arranged to update its work tree to match what you pushed in some\n"12032"other way.\n"12033"\n"12034"To squelch this message and still keep the default behaviour, set\n"12035"'receive.denyCurrentBranch' configuration variable to 'refuse'."12036msgstr ""12037"Standardmäßig wird die Aktualisierung des aktuellen Branches in einem\n"12038"Nicht-Bare-Repository zurückgewiesen, da dies den Index und das Arbeits-\n"12039"verzeichnis inkonsistent zu dem machen würde, was Sie gepushed haben, und\n"12040"'git reset --hard' erforderlich wäre, damit das Arbeitsverzeichnis HEAD\n"12041"entspricht.\n"12042"\n"12043"Sie könnten die Konfigurationsvariable 'receive.denyCurrentBranch' im\n"12044"Remote-Repository auf 'ignore' oder 'warn' setzen, um den Push in den\n"12045"aktuellen Branch zu erlauben; dies wird jedoch nicht empfohlen außer\n"12046"Sie stellen durch andere Wege die Aktualität des Arbeitsverzeichnisses\n"12047"gegenüber dem gepushten Stand sicher.\n"12048"\n"12049"Um diese Meldung zu unterdrücken und das Standardverhalten zu behalten,\n"12050"setzen Sie die Konfigurationsvariable 'receive.denyCurrentBranch' auf\n"12051"'refuse'."1205212053#: builtin/receive-pack.c:85812054msgid ""12055"By default, deleting the current branch is denied, because the next\n"12056"'git clone' won't result in any file checked out, causing confusion.\n"12057"\n"12058"You can set 'receive.denyDeleteCurrent' configuration variable to\n"12059"'warn' or 'ignore' in the remote repository to allow deleting the\n"12060"current branch, with or without a warning message.\n"12061"\n"12062"To squelch this message, you can set it to 'refuse'."12063msgstr ""12064"Standardmäßig wird das Löschen des aktuellen Branches zurückgewiesen,\n"12065"da beim nächsten 'git clone' keine Dateien ausgecheckt werden würden,\n"12066"was zu Verwunderung führt.\n"12067"\n"12068"Sie können die Konfigurationsvariable 'receive.denyDeleteCurrent' im\n"12069"Remote-Repository auf 'warn' oder 'ignore' setzen, um das Löschen des\n"12070"aktuellen Branch mit oder ohne Warnung zu erlauben.\n"12071"\n"12072"Um diese Meldung zu unterdrücken, setzen Sie die Variable auf 'refuse'."1207312074#: builtin/receive-pack.c:193312075msgid "quiet"12076msgstr "weniger Ausgaben"1207712078#: builtin/receive-pack.c:194712079msgid "You must specify a directory."12080msgstr "Sie müssen ein Repository angeben."1208112082#: builtin/reflog.c:42412083#, c-format12084msgid "'%s' for '%s' is not a valid timestamp"12085msgstr "'%s' ist kein gültiger Zeitstempel für '%s'"1208612087#: builtin/reflog.c:541 builtin/reflog.c:54612088#, c-format12089msgid "'%s' is not a valid timestamp"12090msgstr "'%s' ist kein gültiger Zeitstempel"1209112092#: builtin/remote.c:1312093msgid "git remote [-v | --verbose]"12094msgstr "git remote [-v | --verbose]"1209512096#: builtin/remote.c:1412097msgid ""12098"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"12099"mirror=<fetch|push>] <name> <url>"12100msgstr ""12101"git remote add [-t <Branch>] [-m <master>] [-f] [--tags | --no-tags] [--"12102"mirror=<fetch|push>] <Name> <URL>"1210312104#: builtin/remote.c:15 builtin/remote.c:3512105msgid "git remote rename <old> <new>"12106msgstr "git remote rename <alt> <neu>"1210712108#: builtin/remote.c:16 builtin/remote.c:4012109msgid "git remote remove <name>"12110msgstr "git remote remove <Name>"1211112112#: builtin/remote.c:17 builtin/remote.c:4512113msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"12114msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"1211512116#: builtin/remote.c:1812117msgid "git remote [-v | --verbose] show [-n] <name>"12118msgstr "git remote [-v | --verbose] show [-n] <Name>"1211912120#: builtin/remote.c:1912121msgid "git remote prune [-n | --dry-run] <name>"12122msgstr "git remote prune [-n | --dry-run] <Name>"1212312124#: builtin/remote.c:2012125msgid ""12126"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"12127msgstr ""12128"git remote [-v | --verbose] update [-p | --prune] [(<Gruppe> | <Remote>)...]"1212912130#: builtin/remote.c:2112131msgid "git remote set-branches [--add] <name> <branch>..."12132msgstr "git remote set-branches [--add] <Name> <Branch>..."1213312134#: builtin/remote.c:22 builtin/remote.c:7112135msgid "git remote get-url [--push] [--all] <name>"12136msgstr "git remote get-url [--push] [--all] <Name>"1213712138#: builtin/remote.c:23 builtin/remote.c:7612139msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"12140msgstr "git remote set-url [--push] <Name> <neueURL> [<alteURL>]"1214112142#: builtin/remote.c:24 builtin/remote.c:7712143msgid "git remote set-url --add <name> <newurl>"12144msgstr "git remote set-url --add <Name> <neueURL>"1214512146#: builtin/remote.c:25 builtin/remote.c:7812147msgid "git remote set-url --delete <name> <url>"12148msgstr "git remote set-url --delete <Name> <URL>"1214912150#: builtin/remote.c:3012151msgid "git remote add [<options>] <name> <url>"12152msgstr "git remote add [<Optionen>] <Name> <URL>"1215312154#: builtin/remote.c:5012155msgid "git remote set-branches <name> <branch>..."12156msgstr "git remote set-branches <Name> <Branch>..."1215712158#: builtin/remote.c:5112159msgid "git remote set-branches --add <name> <branch>..."12160msgstr "git remote set-branches --add <Name> <Branch>..."1216112162#: builtin/remote.c:5612163msgid "git remote show [<options>] <name>"12164msgstr "git remote show [<Optionen>] <Name>"1216512166#: builtin/remote.c:6112167msgid "git remote prune [<options>] <name>"12168msgstr "git remote prune [<Optionen>] <Name>"1216912170#: builtin/remote.c:6612171msgid "git remote update [<options>] [<group> | <remote>]..."12172msgstr "git remote update [<Optionen>] [<Gruppe> | <externesRepository>]..."1217312174#: builtin/remote.c:9512175#, c-format12176msgid "Updating %s"12177msgstr "Aktualisiere %s"1217812179#: builtin/remote.c:12712180msgid ""12181"--mirror is dangerous and deprecated; please\n"12182"\t use --mirror=fetch or --mirror=push instead"12183msgstr ""12184"--mirror ist gefährlich und veraltet; bitte\n"12185"\t benutzen Sie stattdessen --mirror=fetch oder --mirror=push"1218612187#: builtin/remote.c:14412188#, c-format12189msgid "unknown mirror argument: %s"12190msgstr "unbekanntes Argument für Option --mirror: %s"1219112192#: builtin/remote.c:16012193msgid "fetch the remote branches"12194msgstr "die Remote-Branches anfordern"1219512196#: builtin/remote.c:16212197msgid "import all tags and associated objects when fetching"12198msgstr "alle Tags und verbundene Objekte beim Anfordern importieren"1219912200#: builtin/remote.c:16512201msgid "or do not fetch any tag at all (--no-tags)"12202msgstr "oder fordere gar keine Zweige an (--no-tags)"1220312204#: builtin/remote.c:16712205msgid "branch(es) to track"12206msgstr "Branch(es) zur Übernahme"1220712208#: builtin/remote.c:16812209msgid "master branch"12210msgstr "Hauptbranch"1221112212#: builtin/remote.c:16912213msgid "push|fetch"12214msgstr "push|fetch"1221512216#: builtin/remote.c:17012217msgid "set up remote as a mirror to push to or fetch from"12218msgstr ""12219"Aufsetzen des Remote-Repositories als Spiegel-Repository für \"push\" und "12220"\"fetch\""1222112222#: builtin/remote.c:18212223msgid "specifying a master branch makes no sense with --mirror"12224msgstr ""12225"Die Option --mirror kann nicht mit der Angabe eines Hauptbranches verwendet "12226"werden."1222712228#: builtin/remote.c:18412229msgid "specifying branches to track makes sense only with fetch mirrors"12230msgstr ""12231"Die Angabe von zu folgenden Branches kann nur mit dem Anfordern von "12232"Spiegelarchiven verwendet werden."1223312234#: builtin/remote.c:191 builtin/remote.c:63012235#, c-format12236msgid "remote %s already exists."12237msgstr "externes Repository %s existiert bereits"1223812239#: builtin/remote.c:195 builtin/remote.c:63412240#, c-format12241msgid "'%s' is not a valid remote name"12242msgstr "'%s' ist kein gültiger Name für ein Remote-Repository"1224312244#: builtin/remote.c:23512245#, c-format12246msgid "Could not setup master '%s'"12247msgstr "Konnte symbolische Referenz für Hauptbranch von '%s' nicht einrichten"1224812249#: builtin/remote.c:33712250#, c-format12251msgid "Could not get fetch map for refspec %s"12252msgstr "Konnte Fetch-Map für Refspec %s nicht bekommen"1225312254#: builtin/remote.c:438 builtin/remote.c:44612255msgid "(matching)"12256msgstr "(übereinstimmend)"1225712258#: builtin/remote.c:45012259msgid "(delete)"12260msgstr "(lösche)"1226112262#: builtin/remote.c:623 builtin/remote.c:758 builtin/remote.c:85712263#, c-format12264msgid "No such remote: %s"12265msgstr "Kein solches Remote-Repository: %s"1226612267#: builtin/remote.c:64012268#, c-format12269msgid "Could not rename config section '%s' to '%s'"12270msgstr "Konnte Sektion '%s' in Konfiguration nicht nach '%s' umbenennen"1227112272#: builtin/remote.c:66012273#, c-format12274msgid ""12275"Not updating non-default fetch refspec\n"12276"\t%s\n"12277"\tPlease update the configuration manually if necessary."12278msgstr ""12279"Keine Aktualisierung der nicht standardmäßigen Refspec für \"fetch\"\n"12280"\t%s\n"12281"\tBitte aktualisieren Sie, falls notwendig, die Konfiguration manuell."1228212283#: builtin/remote.c:69612284#, c-format12285msgid "deleting '%s' failed"12286msgstr "Konnte '%s' nicht löschen"1228712288#: builtin/remote.c:73012289#, c-format12290msgid "creating '%s' failed"12291msgstr "Konnte '%s' nicht erstellen"1229212293#: builtin/remote.c:79512294msgid ""12295"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"12296"to delete it, use:"12297msgid_plural ""12298"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"12299"to delete them, use:"12300msgstr[0] ""12301"Hinweis: Ein Branch außerhalb der refs/remotes/ Hierachie wurde nicht "12302"gelöscht;\n"12303"um diesen zu löschen, benutzen Sie:"12304msgstr[1] ""12305"Hinweis: Einige Branches außer der refs/remotes/ Hierarchie wurden nicht "12306"entfernt;\n"12307"um diese zu entfernen, benutzen Sie:"1230812309#: builtin/remote.c:80912310#, c-format12311msgid "Could not remove config section '%s'"12312msgstr "Konnte Sektion '%s' nicht aus Konfiguration entfernen"1231312314#: builtin/remote.c:91012315#, c-format12316msgid " new (next fetch will store in remotes/%s)"12317msgstr " neu (wird bei nächstem \"fetch\" in remotes/%s gespeichert)"1231812319#: builtin/remote.c:91312320msgid " tracked"12321msgstr " gefolgt"1232212323#: builtin/remote.c:91512324msgid " stale (use 'git remote prune' to remove)"12325msgstr " veraltet (benutzen Sie 'git remote prune' zum Löschen)"1232612327#: builtin/remote.c:91712328msgid " ???"12329msgstr " ???"1233012331#: builtin/remote.c:95812332#, c-format12333msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"12334msgstr "ungültiges branch.%s.merge; kann Rebase nicht auf > 1 Branch ausführen"1233512336#: builtin/remote.c:96612337#, c-format12338msgid "rebases interactively onto remote %s"12339msgstr "interaktiver Rebase auf Remote-Branch %s"1234012341#: builtin/remote.c:96712342#, c-format12343msgid "rebases onto remote %s"12344msgstr "Rebase auf Remote-Branch %s"1234512346#: builtin/remote.c:97012347#, c-format12348msgid " merges with remote %s"12349msgstr " führt mit Remote-Branch %s zusammen"1235012351#: builtin/remote.c:97312352#, c-format12353msgid "merges with remote %s"12354msgstr "führt mit Remote-Branch %s zusammen"1235512356#: builtin/remote.c:97612357#, c-format12358msgid "%-*s and with remote %s\n"12359msgstr "%-*s und mit Remote-Branch %s\n"1236012361#: builtin/remote.c:101912362msgid "create"12363msgstr "erstellt"1236412365#: builtin/remote.c:102212366msgid "delete"12367msgstr "gelöscht"1236812369#: builtin/remote.c:102612370msgid "up to date"12371msgstr "aktuell"1237212373#: builtin/remote.c:102912374msgid "fast-forwardable"12375msgstr "vorspulbar"1237612377#: builtin/remote.c:103212378msgid "local out of date"12379msgstr "lokal nicht aktuell"1238012381#: builtin/remote.c:103912382#, c-format12383msgid " %-*s forces to %-*s (%s)"12384msgstr " %-*s erzwingt Versandt nach %-*s (%s)"1238512386#: builtin/remote.c:104212387#, c-format12388msgid " %-*s pushes to %-*s (%s)"12389msgstr " %-*s versendet nach %-*s (%s)"1239012391#: builtin/remote.c:104612392#, c-format12393msgid " %-*s forces to %s"12394msgstr " %-*s erzwingt Versand nach %s"1239512396#: builtin/remote.c:104912397#, c-format12398msgid " %-*s pushes to %s"12399msgstr " %-*s versendet nach %s"1240012401#: builtin/remote.c:111712402msgid "do not query remotes"12403msgstr "keine Abfrage von Remote-Repositories"1240412405#: builtin/remote.c:114412406#, c-format12407msgid "* remote %s"12408msgstr "* Remote-Repository %s"1240912410#: builtin/remote.c:114512411#, c-format12412msgid " Fetch URL: %s"12413msgstr " URL zum Abholen: %s"1241412415#: builtin/remote.c:1146 builtin/remote.c:1162 builtin/remote.c:130112416msgid "(no URL)"12417msgstr "(keine URL)"1241812419#. TRANSLATORS: the colon ':' should align12420#. with the one in " Fetch URL: %s"12421#. translation.12422#.12423#: builtin/remote.c:1160 builtin/remote.c:116212424#, c-format12425msgid " Push URL: %s"12426msgstr " URL zum Versenden: %s"1242712428#: builtin/remote.c:1164 builtin/remote.c:1166 builtin/remote.c:116812429#, c-format12430msgid " HEAD branch: %s"12431msgstr " Hauptbranch: %s"1243212433#: builtin/remote.c:116412434msgid "(not queried)"12435msgstr "(nicht abgefragt)"1243612437#: builtin/remote.c:116612438msgid "(unknown)"12439msgstr "(unbekannt)"1244012441#: builtin/remote.c:117012442#, c-format12443msgid ""12444" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"12445msgstr ""12446" Hauptbranch (externer HEAD ist mehrdeutig, könnte einer der folgenden "12447"sein):\n"1244812449#: builtin/remote.c:118212450#, c-format12451msgid " Remote branch:%s"12452msgid_plural " Remote branches:%s"12453msgstr[0] " Remote-Branch:%s"12454msgstr[1] " Remote-Branches:%s"1245512456#: builtin/remote.c:1185 builtin/remote.c:121112457msgid " (status not queried)"12458msgstr " (Zustand nicht abgefragt)"1245912460#: builtin/remote.c:119412461msgid " Local branch configured for 'git pull':"12462msgid_plural " Local branches configured for 'git pull':"12463msgstr[0] " Lokaler Branch konfiguriert für 'git pull':"12464msgstr[1] " Lokale Branches konfiguriert für 'git pull':"1246512466#: builtin/remote.c:120212467msgid " Local refs will be mirrored by 'git push'"12468msgstr " Lokale Referenzen werden von 'git push' gespiegelt"1246912470#: builtin/remote.c:120812471#, c-format12472msgid " Local ref configured for 'git push'%s:"12473msgid_plural " Local refs configured for 'git push'%s:"12474msgstr[0] " Lokale Referenz konfiguriert für 'git push'%s:"12475msgstr[1] " Lokale Referenzen konfiguriert für 'git push'%s:"1247612477#: builtin/remote.c:122912478msgid "set refs/remotes/<name>/HEAD according to remote"12479msgstr "setzt refs/remotes/<Name>/HEAD gemäß dem Remote-Repository"1248012481#: builtin/remote.c:123112482msgid "delete refs/remotes/<name>/HEAD"12483msgstr "entfernt refs/remotes/<Name>/HEAD"1248412485#: builtin/remote.c:124612486msgid "Cannot determine remote HEAD"12487msgstr "Kann HEAD des Remote-Repositories nicht bestimmen"1248812489#: builtin/remote.c:124812490msgid "Multiple remote HEAD branches. Please choose one explicitly with:"12491msgstr ""12492"Mehrere Hauptbranches im Remote-Repository. Bitte wählen Sie explizit einen "12493"aus mit:"1249412495#: builtin/remote.c:125812496#, c-format12497msgid "Could not delete %s"12498msgstr "Konnte %s nicht entfernen"1249912500#: builtin/remote.c:126612501#, c-format12502msgid "Not a valid ref: %s"12503msgstr "keine gültige Referenz: %s"1250412505#: builtin/remote.c:126812506#, c-format12507msgid "Could not setup %s"12508msgstr "Konnte %s nicht einrichten"1250912510#: builtin/remote.c:128612511#, c-format12512msgid " %s will become dangling!"12513msgstr " %s wird unreferenziert!"1251412515#: builtin/remote.c:128712516#, c-format12517msgid " %s has become dangling!"12518msgstr " %s wurde unreferenziert!"1251912520#: builtin/remote.c:129712521#, c-format12522msgid "Pruning %s"12523msgstr "entferne veraltete Branches von %s"1252412525#: builtin/remote.c:129812526#, c-format12527msgid "URL: %s"12528msgstr "URL: %s"1252912530#: builtin/remote.c:131412531#, c-format12532msgid " * [would prune] %s"12533msgstr " * [würde veralteten Branch entfernen] %s"1253412535#: builtin/remote.c:131712536#, c-format12537msgid " * [pruned] %s"12538msgstr "* [veralteten Branch entfernt] %s"1253912540#: builtin/remote.c:136212541msgid "prune remotes after fetching"12542msgstr "entferne veraltete Branches im Remote-Repository nach \"fetch\""1254312544#: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:154712545#, c-format12546msgid "No such remote '%s'"12547msgstr "Kein solches Remote-Repository '%s'"1254812549#: builtin/remote.c:144112550msgid "add branch"12551msgstr "Branch hinzufügen"1255212553#: builtin/remote.c:144812554msgid "no remote specified"12555msgstr "kein Remote-Repository angegeben"1255612557#: builtin/remote.c:146512558msgid "query push URLs rather than fetch URLs"12559msgstr "nur URLs für Push ausgeben"1256012561#: builtin/remote.c:146712562msgid "return all URLs"12563msgstr "alle URLs ausgeben"1256412565#: builtin/remote.c:149512566#, c-format12567msgid "no URLs configured for remote '%s'"12568msgstr "Keine URLs für Remote-Repository '%s' konfiguriert."1256912570#: builtin/remote.c:152112571msgid "manipulate push URLs"12572msgstr "URLs für \"push\" manipulieren"1257312574#: builtin/remote.c:152312575msgid "add URL"12576msgstr "URL hinzufügen"1257712578#: builtin/remote.c:152512579msgid "delete URLs"12580msgstr "URLs löschen"1258112582#: builtin/remote.c:153212583msgid "--add --delete doesn't make sense"12584msgstr ""12585"Die Optionen --add und --delete können nicht gemeinsam verwendet werden."1258612587#: builtin/remote.c:157312588#, c-format12589msgid "Invalid old URL pattern: %s"12590msgstr "ungültiges altes URL Format: %s"1259112592#: builtin/remote.c:158112593#, c-format12594msgid "No such URL found: %s"12595msgstr "Keine solche URL gefunden: %s"1259612597#: builtin/remote.c:158312598msgid "Will not delete all non-push URLs"12599msgstr "Werde keine URLs entfernen, die nicht für \"push\" bestimmt sind"1260012601#: builtin/remote.c:159712602msgid "be verbose; must be placed before a subcommand"12603msgstr "erweiterte Ausgaben; muss vor einem Unterbefehl angegeben werden"1260412605#: builtin/remote.c:162812606#, c-format12607msgid "Unknown subcommand: %s"12608msgstr "Unbekannter Unterbefehl: %s"1260912610#: builtin/repack.c:1812611msgid "git repack [<options>]"12612msgstr "git repack [<Optionen>]"1261312614#: builtin/repack.c:2312615msgid ""12616"Incremental repacks are incompatible with bitmap indexes. Use\n"12617"--no-write-bitmap-index or disable the pack.writebitmaps configuration."12618msgstr ""12619"Schrittweises Neupacken ist mit Bitmap-Indexen inkompatibel. Benutzen Sie\n"12620"--no-write-bitmap-index oder deaktivieren Sie die pack.writebitmaps\n"12621"Konfiguration."1262212623#: builtin/repack.c:16812624msgid "pack everything in a single pack"12625msgstr "alles in eine einzige Pack-Datei packen"1262612627#: builtin/repack.c:17012628msgid "same as -a, and turn unreachable objects loose"12629msgstr "genau wie -a, unerreichbare Objekte werden aber nicht gelöscht"1263012631#: builtin/repack.c:17312632msgid "remove redundant packs, and run git-prune-packed"12633msgstr "redundante Pakete entfernen und \"git-prune-packed\" ausführen"1263412635#: builtin/repack.c:17512636msgid "pass --no-reuse-delta to git-pack-objects"12637msgstr "--no-reuse-delta an git-pack-objects übergeben"1263812639#: builtin/repack.c:17712640msgid "pass --no-reuse-object to git-pack-objects"12641msgstr "--no-reuse-object an git-pack-objects übergeben"1264212643#: builtin/repack.c:17912644msgid "do not run git-update-server-info"12645msgstr "git-update-server-info nicht ausführen"1264612647#: builtin/repack.c:18212648msgid "pass --local to git-pack-objects"12649msgstr "--local an git-pack-objects übergeben"1265012651#: builtin/repack.c:18412652msgid "write bitmap index"12653msgstr "Bitmap-Index schreiben"1265412655#: builtin/repack.c:18512656msgid "approxidate"12657msgstr "Datumsangabe"1265812659#: builtin/repack.c:18612660msgid "with -A, do not loosen objects older than this"12661msgstr "mit -A, keine Objekte älter als dieses Datum löschen"1266212663#: builtin/repack.c:18812664msgid "with -a, repack unreachable objects"12665msgstr "mit -a, nicht erreichbare Objekte neu packen"1266612667#: builtin/repack.c:19012668msgid "size of the window used for delta compression"12669msgstr "Größe des Fensters für die Delta-Kompression"1267012671#: builtin/repack.c:191 builtin/repack.c:19712672msgid "bytes"12673msgstr "Bytes"1267412675#: builtin/repack.c:19212676msgid "same as the above, but limit memory size instead of entries count"12677msgstr ""12678"gleiches wie oben, aber die Speichergröße anstatt der\n"12679"Anzahl der Einträge limitieren"1268012681#: builtin/repack.c:19412682msgid "limits the maximum delta depth"12683msgstr "die maximale Delta-Tiefe limitieren"1268412685#: builtin/repack.c:19612686msgid "limits the maximum number of threads"12687msgstr "maximale Anzahl von Threads limitieren"1268812689#: builtin/repack.c:19812690msgid "maximum size of each packfile"12691msgstr "maximale Größe für jede Paketdatei"1269212693#: builtin/repack.c:20012694msgid "repack objects in packs marked with .keep"12695msgstr ""12696"Objekte umpacken, die sich in mit .keep markierten Pack-Dateien befinden"1269712698#: builtin/repack.c:21012699msgid "cannot delete packs in a precious-objects repo"12700msgstr "kann Pack-Dateien in precious-objects Repository nicht löschen"1270112702#: builtin/repack.c:21412703msgid "--keep-unreachable and -A are incompatible"12704msgstr "--keep-unreachable und -A sind inkompatibel"1270512706#: builtin/repack.c:406 builtin/worktree.c:11612707#, c-format12708msgid "failed to remove '%s'"12709msgstr "Fehler beim Löschen von '%s'"1271012711#: builtin/replace.c:2012712msgid "git replace [-f] <object> <replacement>"12713msgstr "git replace [-f] <Objekt> <Ersetzung>"1271412715#: builtin/replace.c:2112716msgid "git replace [-f] --edit <object>"12717msgstr "git replace [-f] --edit <Objekt>"1271812719#: builtin/replace.c:2212720msgid "git replace [-f] --graft <commit> [<parent>...]"12721msgstr "git replace [-f] --graft <Commit> [<Eltern-Commit>...]"1272212723#: builtin/replace.c:2312724msgid "git replace -d <object>..."12725msgstr "git replace -d <Objekt>..."1272612727#: builtin/replace.c:2412728msgid "git replace [--format=<format>] [-l [<pattern>]]"12729msgstr "git replace [--format=<Format>] [-l [<Muster>]]"1273012731#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:39712732#, c-format12733msgid "Not a valid object name: '%s'"12734msgstr "Ungültiger Objekt-Name: '%s'"1273512736#: builtin/replace.c:36112737#, c-format12738msgid "bad mergetag in commit '%s'"12739msgstr "ungültiger Merge-Tag in Commit '%s'"1274012741#: builtin/replace.c:36312742#, c-format12743msgid "malformed mergetag in commit '%s'"12744msgstr "fehlerhafter Merge-Tag in Commit '%s'"1274512746#: builtin/replace.c:37412747#, c-format12748msgid ""12749"original commit '%s' contains mergetag '%s' that is discarded; use --edit "12750"instead of --graft"12751msgstr ""12752"Der ursprüngliche Commit '%s' enthält Merge-Tag '%s', der verworfen\n"12753"wird; benutzen Sie --edit anstatt --graft"1275412755#: builtin/replace.c:40712756#, c-format12757msgid "the original commit '%s' has a gpg signature."12758msgstr "Der ursprüngliche Commit '%s' hat eine GPG-Signatur."1275912760#: builtin/replace.c:40812761msgid "the signature will be removed in the replacement commit!"12762msgstr "Die Signatur wird in dem Ersetzungs-Commit entfernt!"1276312764#: builtin/replace.c:41412765#, c-format12766msgid "could not write replacement commit for: '%s'"12767msgstr "Konnte Ersetzungs-Commit für '%s' nicht schreiben"1276812769#: builtin/replace.c:43812770msgid "list replace refs"12771msgstr "ersetzende Referenzen auflisten"1277212773#: builtin/replace.c:43912774msgid "delete replace refs"12775msgstr "ersetzende Referenzen löschen"1277612777#: builtin/replace.c:44012778msgid "edit existing object"12779msgstr "existierendes Objekt bearbeiten"1278012781#: builtin/replace.c:44112782msgid "change a commit's parents"12783msgstr "Eltern-Commits eines Commits ändern"1278412785#: builtin/replace.c:44212786msgid "replace the ref if it exists"12787msgstr "die Referenz ersetzen, wenn sie existiert"1278812789#: builtin/replace.c:44312790msgid "do not pretty-print contents for --edit"12791msgstr "keine ansprechende Anzeige des Objektinhaltes für --edit"1279212793#: builtin/replace.c:44412794msgid "use this format"12795msgstr "das angegebene Format benutzen"1279612797#: builtin/rerere.c:1312798msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"12799msgstr "git rerere [clean | forget <Pfad>... | status | remaining | diff | gc]"1280012801#: builtin/rerere.c:5912802msgid "register clean resolutions in index"12803msgstr "saubere Auflösungen im Index registrieren"1280412805#: builtin/reset.c:2912806msgid ""12807"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"12808msgstr ""12809"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<Commit>]"1281012811#: builtin/reset.c:3012812msgid "git reset [-q] [<tree-ish>] [--] <paths>..."12813msgstr "git reset [-q] [<Commit-Referenz>] [--] <Pfade>..."1281412815#: builtin/reset.c:3112816msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"12817msgstr "git reset --patch [<Commit-Referenz>] [--] [<Pfade>...]"1281812819#: builtin/reset.c:3712820msgid "mixed"12821msgstr "mixed"1282212823#: builtin/reset.c:3712824msgid "soft"12825msgstr "soft"1282612827#: builtin/reset.c:3712828msgid "hard"12829msgstr "hard"1283012831#: builtin/reset.c:3712832msgid "merge"12833msgstr "zusammenführen"1283412835#: builtin/reset.c:3712836msgid "keep"12837msgstr "keep"1283812839#: builtin/reset.c:7712840msgid "You do not have a valid HEAD."12841msgstr "Sie haben keinen gültigen HEAD."1284212843#: builtin/reset.c:7912844msgid "Failed to find tree of HEAD."12845msgstr "Fehler beim Finden des \"Tree\"-Objektes von HEAD."1284612847#: builtin/reset.c:8512848#, c-format12849msgid "Failed to find tree of %s."12850msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."1285112852#: builtin/reset.c:10312853#, c-format12854msgid "HEAD is now at %s"12855msgstr "HEAD ist jetzt bei %s"1285612857#: builtin/reset.c:18612858#, c-format12859msgid "Cannot do a %s reset in the middle of a merge."12860msgstr "Kann keinen '%s'-Reset durchführen, während ein Merge im Gange ist."1286112862#: builtin/reset.c:28612863msgid "be quiet, only report errors"12864msgstr "weniger Ausgaben, meldet nur Fehler"1286512866#: builtin/reset.c:28812867msgid "reset HEAD and index"12868msgstr "HEAD und Index umsetzen"1286912870#: builtin/reset.c:28912871msgid "reset only HEAD"12872msgstr "nur HEAD umsetzen"1287312874#: builtin/reset.c:291 builtin/reset.c:29312875msgid "reset HEAD, index and working tree"12876msgstr "HEAD, Index und Arbeitsverzeichnis umsetzen"1287712878#: builtin/reset.c:29512879msgid "reset HEAD but keep local changes"12880msgstr "HEAD umsetzen, aber lokale Änderungen behalten"1288112882#: builtin/reset.c:30112883msgid "record only the fact that removed paths will be added later"12884msgstr "nur speichern, dass gelöschte Pfade später hinzugefügt werden sollen"1288512886#: builtin/reset.c:32012887#, c-format12888msgid "Failed to resolve '%s' as a valid revision."12889msgstr "Konnte '%s' nicht als gültigen Commit auflösen."1289012891#: builtin/reset.c:32812892#, c-format12893msgid "Failed to resolve '%s' as a valid tree."12894msgstr "Konnte '%s' nicht als gültiges \"Tree\"-Objekt auflösen."1289512896#: builtin/reset.c:33712897msgid "--patch is incompatible with --{hard,mixed,soft}"12898msgstr "--patch ist inkompatibel mit --{hard,mixed,soft}"1289912900#: builtin/reset.c:34612901msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."12902msgstr ""12903"--mixed mit Pfaden ist veraltet; benutzen Sie stattdessen 'git reset -- "12904"<Pfade>'."1290512906#: builtin/reset.c:34812907#, c-format12908msgid "Cannot do %s reset with paths."12909msgstr "Ein '%s'-Reset mit Pfaden ist nicht möglich."1291012911#: builtin/reset.c:35812912#, c-format12913msgid "%s reset is not allowed in a bare repository"12914msgstr "'%s'-Reset ist in einem Bare-Repository nicht erlaubt"1291512916#: builtin/reset.c:36212917msgid "-N can only be used with --mixed"12918msgstr "-N kann nur mit -mixed benutzt werden"1291912920#: builtin/reset.c:37912921msgid "Unstaged changes after reset:"12922msgstr "Nicht zum Commit vorgemerkte Änderungen nach Zurücksetzung:"1292312924#: builtin/reset.c:38512925#, c-format12926msgid "Could not reset index file to revision '%s'."12927msgstr "Konnte Index-Datei nicht zu Commit '%s' setzen."1292812929#: builtin/reset.c:38912930msgid "Could not write new index file."12931msgstr "Konnte neue Index-Datei nicht schreiben."1293212933#: builtin/rev-list.c:35812934msgid "rev-list does not support display of notes"12935msgstr "rev-list unterstützt keine Anzeige von Notizen"1293612937#: builtin/rev-parse.c:39412938msgid "git rev-parse --parseopt [<options>] -- [<args>...]"12939msgstr "git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]"1294012941#: builtin/rev-parse.c:39912942msgid "keep the `--` passed as an arg"12943msgstr "`--` als Argument lassen"1294412945#: builtin/rev-parse.c:40112946msgid "stop parsing after the first non-option argument"12947msgstr "das Parsen nach dem ersten Argument, was keine Option ist, stoppen"1294812949#: builtin/rev-parse.c:40412950msgid "output in stuck long form"12951msgstr ""12952"Ausgabe in Langform mit Argumenten an den Optionen (getrennt durch '=')"1295312954#: builtin/rev-parse.c:53512955msgid ""12956"git rev-parse --parseopt [<options>] -- [<args>...]\n"12957" or: git rev-parse --sq-quote [<arg>...]\n"12958" or: git rev-parse [<options>] [<arg>...]\n"12959"\n"12960"Run \"git rev-parse --parseopt -h\" for more information on the first usage."12961msgstr ""12962"git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]\n"12963" oder: git rev-parse --sq-quote [<Argumente>...]\n"12964" oder: git rev-parse [<Optionen>] [<Argumente>...]\n"12965"\n"12966"Führen Sie \"git rev-parse --parseopt -h\" für weitere Informationen bei "12967"erster Verwendung aus."1296812969#: builtin/revert.c:2312970msgid "git revert [<options>] <commit-ish>..."12971msgstr "git revert [<Optionen>] <Commit-Angabe>..."1297212973#: builtin/revert.c:2412974msgid "git revert <subcommand>"12975msgstr "git revert <Unterbefehl>"1297612977#: builtin/revert.c:2912978msgid "git cherry-pick [<options>] <commit-ish>..."12979msgstr "git cherry-pick [<Optionen>] <Commit-Angabe>..."1298012981#: builtin/revert.c:3012982msgid "git cherry-pick <subcommand>"12983msgstr "git cherry-pick <Unterbefehl>"1298412985#: builtin/revert.c:9012986#, c-format12987msgid "%s: %s cannot be used with %s"12988msgstr "%s: %s kann nicht mit %s verwendet werden"1298912990#: builtin/revert.c:9912991msgid "end revert or cherry-pick sequence"12992msgstr "\"revert\" oder \"cherry-pick\" Ablauf beenden"1299312994#: builtin/revert.c:10012995msgid "resume revert or cherry-pick sequence"12996msgstr "\"revert\" oder \"cherry-pick\" Ablauf fortsetzen"1299712998#: builtin/revert.c:10112999msgid "cancel revert or cherry-pick sequence"13000msgstr "\"revert\" oder \"cherry-pick\" Ablauf abbrechen"1300113002#: builtin/revert.c:10213003msgid "don't automatically commit"13004msgstr "nicht automatisch committen"1300513006#: builtin/revert.c:10313007msgid "edit the commit message"13008msgstr "Commit-Beschreibung bearbeiten"1300913010#: builtin/revert.c:10613011msgid "parent-number"13012msgstr "Nummer des Elternteils"1301313014#: builtin/revert.c:10713015msgid "select mainline parent"13016msgstr "Elternteil der Hauptlinie auswählen"1301713018#: builtin/revert.c:10913019msgid "merge strategy"13020msgstr "Merge-Strategie"1302113022#: builtin/revert.c:11013023msgid "option"13024msgstr "Option"1302513026#: builtin/revert.c:11113027msgid "option for merge strategy"13028msgstr "Option für Merge-Strategie"1302913030#: builtin/revert.c:12013031msgid "append commit name"13032msgstr "Commit-Namen anhängen"1303313034#: builtin/revert.c:12213035msgid "preserve initially empty commits"13036msgstr "ursprüngliche, leere Commits erhalten"1303713038#: builtin/revert.c:12313039msgid "allow commits with empty messages"13040msgstr "Commits mit leerer Beschreibung erlauben"1304113042#: builtin/revert.c:12413043msgid "keep redundant, empty commits"13044msgstr "redundante, leere Commits behalten"1304513046#: builtin/revert.c:21213047msgid "revert failed"13048msgstr "\"revert\" fehlgeschlagen"1304913050#: builtin/revert.c:22513051msgid "cherry-pick failed"13052msgstr "\"cherry-pick\" fehlgeschlagen"1305313054#: builtin/rm.c:1813055msgid "git rm [<options>] [--] <file>..."13056msgstr "git rm [<Optionen>] [--] <Datei>..."1305713058#: builtin/rm.c:20613059msgid ""13060"the following file has staged content different from both the\n"13061"file and the HEAD:"13062msgid_plural ""13063"the following files have staged content different from both the\n"13064"file and the HEAD:"13065msgstr[0] ""13066"die folgende Datei hat zum Commit vorgemerkte Änderungen unterschiedlich\n"13067"zu der Datei und HEAD:"13068msgstr[1] ""13069"die folgenden Dateien haben zum Commit vorgemerkte Änderungen "13070"unterschiedlich\n"13071"zu der Datei und HEAD:"1307213073#: builtin/rm.c:21113074msgid ""13075"\n"13076"(use -f to force removal)"13077msgstr ""13078"\n"13079"(benutzen Sie -f, um die Löschung zu erzwingen)"1308013081#: builtin/rm.c:21513082msgid "the following file has changes staged in the index:"13083msgid_plural "the following files have changes staged in the index:"13084msgstr[0] "die folgende Datei hat zum Commit vorgemerkte Änderungen:"13085msgstr[1] "die folgenden Dateien haben zum Commit vorgemerkte Änderungen:"1308613087#: builtin/rm.c:219 builtin/rm.c:22813088msgid ""13089"\n"13090"(use --cached to keep the file, or -f to force removal)"13091msgstr ""13092"\n"13093"(benutzen Sie --cached, um die Datei zu behalten, oder -f, um das Entfernen "13094"zu erzwingen)"1309513096#: builtin/rm.c:22513097msgid "the following file has local modifications:"13098msgid_plural "the following files have local modifications:"13099msgstr[0] "die folgende Datei hat lokale Änderungen:"13100msgstr[1] "die folgenden Dateien haben lokale Änderungen:"1310113102#: builtin/rm.c:24313103msgid "do not list removed files"13104msgstr "keine gelöschten Dateien auflisten"1310513106#: builtin/rm.c:24413107msgid "only remove from the index"13108msgstr "nur aus dem Index entfernen"1310913110#: builtin/rm.c:24513111msgid "override the up-to-date check"13112msgstr "die \"up-to-date\" Prüfung überschreiben"1311313114#: builtin/rm.c:24613115msgid "allow recursive removal"13116msgstr "rekursives Entfernen erlauben"1311713118#: builtin/rm.c:24813119msgid "exit with a zero status even if nothing matched"13120msgstr "mit Rückgabewert 0 beenden, wenn keine Übereinstimmung gefunden wurde"1312113122#: builtin/rm.c:30813123#, c-format13124msgid "not removing '%s' recursively without -r"13125msgstr "'%s' wird nicht ohne -r rekursiv entfernt"1312613127#: builtin/rm.c:34713128#, c-format13129msgid "git rm: unable to remove %s"13130msgstr "git rm: konnte %s nicht löschen"1313113132#: builtin/rm.c:37013133#, c-format13134msgid "could not remove '%s'"13135msgstr "Konnte '%s' nicht löschen"1313613137#: builtin/send-pack.c:1913138msgid ""13139"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"13140"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "13141"[<ref>...]\n"13142" --all and explicit <ref> specification are mutually exclusive."13143msgstr ""13144"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"13145"receive-pack>] [--verbose] [--thin] [--atomic] [<Host>:]<Verzeichnis> "13146"[<Referenz>...]\n"13147" --all und die explizite Angabe einer <Referenz> schließen sich gegenseitig "13148"aus."1314913150#: builtin/send-pack.c:16213151msgid "remote name"13152msgstr "Name des Remote-Repositories"1315313154#: builtin/send-pack.c:17613155msgid "use stateless RPC protocol"13156msgstr "zustandsloses RPC-Protokoll verwenden"1315713158#: builtin/send-pack.c:17713159msgid "read refs from stdin"13160msgstr "Referenzen von der Standard-Eingabe lesen"1316113162#: builtin/send-pack.c:17813163msgid "print status from remote helper"13164msgstr "Status des Remote-Helpers ausgeben"1316513166#: builtin/shortlog.c:1413167msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"13168msgstr "git shortlog [<Optionen>] [<Commitbereich>] [[--] [<Pfad>...]]"1316913170#: builtin/shortlog.c:24913171msgid "Group by committer rather than author"13172msgstr "über Commit-Ersteller anstatt Autor gruppieren"1317313174#: builtin/shortlog.c:25113175msgid "sort output according to the number of commits per author"13176msgstr "die Ausgabe entsprechend der Anzahl von Commits pro Autor sortieren"1317713178#: builtin/shortlog.c:25313179msgid "Suppress commit descriptions, only provides commit count"13180msgstr "Commit-Beschreibungen unterdrücken, nur Anzahl der Commits liefern"1318113182#: builtin/shortlog.c:25513183msgid "Show the email address of each author"13184msgstr "die E-Mail-Adresse von jedem Autor anzeigen"1318513186#: builtin/shortlog.c:25613187msgid "w[,i1[,i2]]"13188msgstr "w[,i1[,i2]]"1318913190#: builtin/shortlog.c:25713191msgid "Linewrap output"13192msgstr "Ausgabe mit Zeilenumbrüchen"1319313194#: builtin/show-branch.c:1213195msgid ""13196"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"13197"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"13198"\t\t[--more=<n> | --list | --independent | --merge-base]\n"13199"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"13200msgstr ""13201"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"13202"\t\t[--current] [--color[=<Wann>] | --no-color] [--sparse]\n"13203"\t\t[--more=<n> | --list | --independent | --merge-base]\n"13204"\t\t[--no-name | --sha1-name] [--topics] [(<Commit> | <glob>)...]"1320513206#: builtin/show-branch.c:1613207msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"13208msgstr "git show-branch (-g | --reflog)[=<n>[,<Basis>]] [--list] [<Referenz>]"1320913210#: builtin/show-branch.c:37613211#, c-format13212msgid "ignoring %s; cannot handle more than %d ref"13213msgid_plural "ignoring %s; cannot handle more than %d refs"13214msgstr[0] "ignoriere %s; kann nicht mehr als %d Referenz behandeln"13215msgstr[1] "ignoriere %s; kann nicht mehr als %d Referenzen behandeln"1321613217#: builtin/show-branch.c:53013218#, c-format13219msgid "no matching refs with %s"13220msgstr "keine übereinstimmenden Referenzen mit %s"1322113222#: builtin/show-branch.c:62613223msgid "show remote-tracking and local branches"13224msgstr "Remote-Tracking und lokale Branches anzeigen"1322513226#: builtin/show-branch.c:62813227msgid "show remote-tracking branches"13228msgstr "Remote-Tracking-Branches anzeigen"1322913230#: builtin/show-branch.c:63013231msgid "color '*!+-' corresponding to the branch"13232msgstr "'*!+-' entsprechend des Branches einfärben"1323313234#: builtin/show-branch.c:63213235msgid "show <n> more commits after the common ancestor"13236msgstr "<n> weitere Commits nach dem gemeinsamen Vorgänger-Commit anzeigen"1323713238#: builtin/show-branch.c:63413239msgid "synonym to more=-1"13240msgstr "Synonym für more=-1"1324113242#: builtin/show-branch.c:63513243msgid "suppress naming strings"13244msgstr "Namen unterdrücken"1324513246#: builtin/show-branch.c:63713247msgid "include the current branch"13248msgstr "den aktuellen Branch einbeziehen"1324913250#: builtin/show-branch.c:63913251msgid "name commits with their object names"13252msgstr "Commits nach ihren Objektnamen benennen"1325313254#: builtin/show-branch.c:64113255msgid "show possible merge bases"13256msgstr "mögliche Merge-Basen anzeigen"1325713258#: builtin/show-branch.c:64313259msgid "show refs unreachable from any other ref"13260msgstr ""13261"Referenzen, die unerreichbar von allen anderen Referenzen sind, anzeigen"1326213263#: builtin/show-branch.c:64513264msgid "show commits in topological order"13265msgstr "Commits in topologischer Ordnung anzeigen"1326613267#: builtin/show-branch.c:64813268msgid "show only commits not on the first branch"13269msgstr "nur Commits anzeigen, die sich nicht im ersten Branch befinden"1327013271#: builtin/show-branch.c:65013272msgid "show merges reachable from only one tip"13273msgstr "Merges anzeigen, die nur von einem Branch aus erreichbar sind"1327413275#: builtin/show-branch.c:65213276msgid "topologically sort, maintaining date order where possible"13277msgstr "topologische Sortierung, Beibehaltung Datumsordnung wo möglich"1327813279#: builtin/show-branch.c:65513280msgid "<n>[,<base>]"13281msgstr "<n>[,<Basis>]"1328213283#: builtin/show-branch.c:65613284msgid "show <n> most recent ref-log entries starting at base"13285msgstr "die <n> jüngsten Einträge im Reflog, beginnend an der Basis, anzeigen"1328613287#: builtin/show-branch.c:69013288msgid ""13289"--reflog is incompatible with --all, --remotes, --independent or --merge-base"13290msgstr ""13291"--reflog ist inkompatibel mit --all, --remotes, --independent oder --merge-"13292"base"1329313294#: builtin/show-branch.c:71413295msgid "no branches given, and HEAD is not valid"13296msgstr "keine Branches angegeben, und HEAD ist ungültig"1329713298#: builtin/show-branch.c:71713299msgid "--reflog option needs one branch name"13300msgstr "Die Option --reflog benötigt einen Branchnamen."1330113302#: builtin/show-branch.c:72013303#, c-format13304msgid "only %d entry can be shown at one time."13305msgid_plural "only %d entries can be shown at one time."13306msgstr[0] "nur %d Eintrag kann zur selben Zeit angezeigt werden"13307msgstr[1] "nur %d Einträge können zur selben Zeit angezeigt werden"1330813309#: builtin/show-branch.c:72413310#, c-format13311msgid "no such ref %s"13312msgstr "Referenz nicht gefunden: %s"1331313314#: builtin/show-branch.c:80813315#, c-format13316msgid "cannot handle more than %d rev."13317msgid_plural "cannot handle more than %d revs."13318msgstr[0] "Kann nicht mehr als %d Commit behandeln."13319msgstr[1] "Kann nicht mehr als %d Commits behandeln."1332013321#: builtin/show-branch.c:81213322#, c-format13323msgid "'%s' is not a valid ref."13324msgstr "'%s' ist keine gültige Referenz."1332513326#: builtin/show-branch.c:81513327#, c-format13328msgid "cannot find commit %s (%s)"13329msgstr "kann Commit %s (%s) nicht finden"1333013331#: builtin/show-ref.c:1013332msgid ""13333"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13334"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"13335msgstr ""13336"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13337"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<Muster>...] "1333813339#: builtin/show-ref.c:1113340msgid "git show-ref --exclude-existing[=<pattern>]"13341msgstr "git show-ref --exclude-existing[=<Muster>]"1334213343#: builtin/show-ref.c:15913344msgid "only show tags (can be combined with heads)"13345msgstr "nur Tags anzeigen (kann mit \"heads\" kombiniert werden)"1334613347#: builtin/show-ref.c:16013348msgid "only show heads (can be combined with tags)"13349msgstr "nur Branches anzeigen (kann mit \"tags\" kombiniert werden)"1335013351#: builtin/show-ref.c:16113352msgid "stricter reference checking, requires exact ref path"13353msgstr "strengere Referenzprüfung, erfordert exakten Referenzpfad"1335413355#: builtin/show-ref.c:164 builtin/show-ref.c:16613356msgid "show the HEAD reference, even if it would be filtered out"13357msgstr ""13358"die HEAD-Referenz anzeigen, selbst wenn diese ausgefiltert werden würde"1335913360#: builtin/show-ref.c:16813361msgid "dereference tags into object IDs"13362msgstr "Tags in Objekt-Identifikationen dereferenzieren"1336313364#: builtin/show-ref.c:17013365msgid "only show SHA1 hash using <n> digits"13366msgstr "nur SHA1 Hash mit <n> Ziffern anzeigen"1336713368#: builtin/show-ref.c:17413369msgid "do not print results to stdout (useful with --verify)"13370msgstr ""13371"keine Ausgabe der Ergebnisse in die Standard-Ausgabe (nützlich mit --verify)"1337213373#: builtin/show-ref.c:17613374msgid "show refs from stdin that aren't in local repository"13375msgstr ""13376"Referenzen von der Standard-Eingabe anzeigen, die sich nicht im lokalen "13377"Repository befinden"1337813379#: builtin/stripspace.c:1813380msgid "git stripspace [-s | --strip-comments]"13381msgstr "git stripspace [-s | --strip-comments]"1338213383#: builtin/stripspace.c:1913384msgid "git stripspace [-c | --comment-lines]"13385msgstr "git stripspace [-c | --comment-lines]"1338613387#: builtin/stripspace.c:3613388msgid "skip and remove all lines starting with comment character"13389msgstr ""13390"alle Zeilen, die mit dem Kommentarzeichen beginnen, überspringen und "13391"entfernen"1339213393#: builtin/stripspace.c:3913394msgid "prepend comment character and space to each line"13395msgstr "Kommentarzeichen mit Leerzeichen an jede Zeile voranstellen"1339613397#: builtin/submodule--helper.c:25 builtin/submodule--helper.c:107513398#, c-format13399msgid "No such ref: %s"13400msgstr "Referenz nicht gefunden: %s"1340113402#: builtin/submodule--helper.c:32 builtin/submodule--helper.c:108413403#, c-format13404msgid "Expecting a full ref name, got %s"13405msgstr "Vollständiger Referenzname erwartet, %s erhalten"1340613407#: builtin/submodule--helper.c:7213408#, c-format13409msgid "cannot strip one component off url '%s'"13410msgstr "Kann eine Komponente von URL '%s' nicht extrahieren"1341113412#: builtin/submodule--helper.c:305 builtin/submodule--helper.c:63013413msgid "alternative anchor for relative paths"13414msgstr "Alternativer Anker für relative Pfade"1341513416#: builtin/submodule--helper.c:31013417msgid "git submodule--helper list [--prefix=<path>] [<path>...]"13418msgstr "git submodule--helper list [--prefix=<Pfad>] [<Pfad>...]"1341913420#: builtin/submodule--helper.c:356 builtin/submodule--helper.c:38013421#, c-format13422msgid "No url found for submodule path '%s' in .gitmodules"13423msgstr "Keine URL für Submodul-Pfad '%s' in .gitmodules gefunden"1342413425#: builtin/submodule--helper.c:39513426#, c-format13427msgid ""13428"could not lookup configuration '%s'. Assuming this repository is its own "13429"authoritative upstream."13430msgstr ""13431"Konnte Konfiguration '%s' nicht nachschlagen. Nehme an, dass dieses "13432"Repository\n"13433"sein eigenes verbindliches Upstream-Repository ist."1343413435#: builtin/submodule--helper.c:40613436#, c-format13437msgid "Failed to register url for submodule path '%s'"13438msgstr ""13439"Fehler beim Eintragen der URL für Submodul-Pfad '%s' in die Konfiguration."1344013441#: builtin/submodule--helper.c:41013442#, c-format13443msgid "Submodule '%s' (%s) registered for path '%s'\n"13444msgstr "Submodul '%s' (%s) für Pfad '%s' in die Konfiguration eingetragen.\n"1344513446#: builtin/submodule--helper.c:42013447#, c-format13448msgid "warning: command update mode suggested for submodule '%s'\n"13449msgstr "Warnung: 'update'-Modus für Submodul '%s' vorgeschlagen\n"1345013451#: builtin/submodule--helper.c:42713452#, c-format13453msgid "Failed to register update mode for submodule path '%s'"13454msgstr ""13455"Fehler bei Änderung des Aktualisierungsmodus für Submodul-Pfad '%s' in der\n"13456"Konfiguration."1345713458#: builtin/submodule--helper.c:44313459msgid "Suppress output for initializing a submodule"13460msgstr "Ausgaben bei Initialisierung eines Submoduls unterdrücken"1346113462#: builtin/submodule--helper.c:44813463msgid "git submodule--helper init [<path>]"13464msgstr "git submodule--helper init [<Pfad>]"1346513466#: builtin/submodule--helper.c:47613467msgid "git submodule--helper name <path>"13468msgstr "git submodule--helper name <Pfad>"1346913470#: builtin/submodule--helper.c:48213471#, c-format13472msgid "no submodule mapping found in .gitmodules for path '%s'"13473msgstr "Keine Submodul-Zuordnung in .gitmodules für Pfad '%s' gefunden"1347413475#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:56813476#, c-format13477msgid "submodule '%s' cannot add alternate: %s"13478msgstr "Submodul '%s' kann Alternative nicht hinzufügen: %s"1347913480#: builtin/submodule--helper.c:60413481#, c-format13482msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"13483msgstr "Wert '%s' für submodule.alternateErrorStrategy wird nicht erkannt"1348413485#: builtin/submodule--helper.c:61113486#, c-format13487msgid "Value '%s' for submodule.alternateLocation is not recognized"13488msgstr "Wert '%s' für submodule.alternateLocation wird nicht erkannt."1348913490#: builtin/submodule--helper.c:63313491msgid "where the new submodule will be cloned to"13492msgstr "Pfad für neues Submodul"1349313494#: builtin/submodule--helper.c:63613495msgid "name of the new submodule"13496msgstr "Name des neuen Submoduls"1349713498#: builtin/submodule--helper.c:63913499msgid "url where to clone the submodule from"13500msgstr "URL von der das Submodul geklont wird"1350113502#: builtin/submodule--helper.c:64513503msgid "depth for shallow clones"13504msgstr "Tiefe des Klons mit unvollständiger Historie (shallow)"1350513506#: builtin/submodule--helper.c:648 builtin/submodule--helper.c:99313507msgid "force cloning progress"13508msgstr "Fortschrittsanzeige beim Klonen erzwingen"1350913510#: builtin/submodule--helper.c:65313511msgid ""13512"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "13513"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"13514msgstr ""13515"git submodule--helper clone [--prefix=<Pfad>] [--quiet] [--reference "13516"<Repository>] [--name <Name>] [--url <URL>] [--name <Name>] [--depth "13517"<Tiefe>] --url <URL> --path <Pfad>"1351813519#: builtin/submodule--helper.c:68413520#, c-format13521msgid "clone of '%s' into submodule path '%s' failed"13522msgstr "Klonen von '%s' in Submodul-Pfad '%s' fehlgeschlagen"1352313524#: builtin/submodule--helper.c:69913525#, c-format13526msgid "could not get submodule directory for '%s'"13527msgstr "Konnte Submodul-Verzeichnis '%s' nicht finden."1352813529#: builtin/submodule--helper.c:76413530#, c-format13531msgid "Submodule path '%s' not initialized"13532msgstr "Submodul-Pfad '%s' nicht initialisiert"1353313534#: builtin/submodule--helper.c:76813535msgid "Maybe you want to use 'update --init'?"13536msgstr "Meinten Sie vielleicht 'update --init'?"1353713538#: builtin/submodule--helper.c:79313539#, c-format13540msgid "Skipping unmerged submodule %s"13541msgstr "Überspringe nicht zusammengeführtes Submodul %s"1354213543#: builtin/submodule--helper.c:81413544#, c-format13545msgid "Skipping submodule '%s'"13546msgstr "Überspringe Submodul '%s'"1354713548#: builtin/submodule--helper.c:94213549#, c-format13550msgid "Failed to clone '%s'. Retry scheduled"13551msgstr "Fehler beim Klonen von '%s'. Weiterer Versuch geplant"1355213553#: builtin/submodule--helper.c:95313554#, c-format13555msgid "Failed to clone '%s' a second time, aborting"13556msgstr "Zweiter Versuch '%s' zu klonen fehlgeschlagen, breche ab."1355713558#: builtin/submodule--helper.c:974 builtin/submodule--helper.c:116213559msgid "path into the working tree"13560msgstr "Pfad zum Arbeitsverzeichnis"1356113562#: builtin/submodule--helper.c:97713563msgid "path into the working tree, across nested submodule boundaries"13564msgstr ""13565"Pfad zum Arbeitsverzeichnis, über verschachtelte Submodul-Grenzen hinweg"1356613567#: builtin/submodule--helper.c:98113568msgid "rebase, merge, checkout or none"13569msgstr "rebase, merge, checkout oder none"1357013571#: builtin/submodule--helper.c:98513572msgid "Create a shallow clone truncated to the specified number of revisions"13573msgstr ""13574"Erstellung eines Klons mit unvollständiger Historie (shallow), abgeschnitten "13575"bei\n"13576"der angegebenen Anzahl von Commits."1357713578#: builtin/submodule--helper.c:98813579msgid "parallel jobs"13580msgstr "Parallele Ausführungen"1358113582#: builtin/submodule--helper.c:99013583msgid "whether the initial clone should follow the shallow recommendation"13584msgstr ""13585"ob das initiale Klonen den Empfehlungen für eine unvollständige\n"13586"Historie (shallow) folgen soll"1358713588#: builtin/submodule--helper.c:99113589msgid "don't print cloning progress"13590msgstr "keine Fortschrittsanzeige beim Klonen"1359113592#: builtin/submodule--helper.c:99813593msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"13594msgstr "git submodule--helper update_clone [--prefix=<Pfad>] [<Pfad>...]"1359513596#: builtin/submodule--helper.c:100813597msgid "bad value for update parameter"13598msgstr "Fehlerhafter Wert für --update Parameter"1359913600#: builtin/submodule--helper.c:107913601#, c-format13602msgid ""13603"Submodule (%s) branch configured to inherit branch from superproject, but "13604"the superproject is not on any branch"13605msgstr ""13606"Branch von Submodul (%s) ist konfiguriert, den Branch des Hauptprojektes\n"13607"zu erben, aber das Hauptprojekt befindet sich auf keinem Branch."1360813609#: builtin/submodule--helper.c:116313610msgid "recurse into submodules"13611msgstr "Rekursion in Submodule durchführen"1361213613#: builtin/submodule--helper.c:116913614msgid "git submodule--helper embed-git-dir [<path>...]"13615msgstr "git submodule--helper embed-git-dir [<Pfad>...]"1361613617#: builtin/submodule--helper.c:123213618#, c-format13619msgid "%s doesn't support --super-prefix"13620msgstr "%s unterstützt kein --super-prefix"1362113622#: builtin/submodule--helper.c:123813623#, c-format13624msgid "'%s' is not a valid submodule--helper subcommand"13625msgstr "'%s' ist kein gültiger Unterbefehl von submodule--helper"1362613627#: builtin/symbolic-ref.c:813628msgid "git symbolic-ref [<options>] <name> [<ref>]"13629msgstr "git symbolic-ref [<Optionen>] <Name> [<Referenz>]"1363013631#: builtin/symbolic-ref.c:913632msgid "git symbolic-ref -d [-q] <name>"13633msgstr "git symbolic-ref -d [-q] <Name>"1363413635#: builtin/symbolic-ref.c:4113636msgid "suppress error message for non-symbolic (detached) refs"13637msgstr ""13638"Fehlermeldungen für nicht-symbolische (losgelöste) Referenzen unterdrücken"1363913640#: builtin/symbolic-ref.c:4213641msgid "delete symbolic ref"13642msgstr "symbolische Referenzen löschen"1364313644#: builtin/symbolic-ref.c:4313645msgid "shorten ref output"13646msgstr "verkürzte Ausgabe der Referenzen"1364713648#: builtin/symbolic-ref.c:44 builtin/update-ref.c:36313649msgid "reason"13650msgstr "Grund"1365113652#: builtin/symbolic-ref.c:44 builtin/update-ref.c:36313653msgid "reason of the update"13654msgstr "Grund für die Aktualisierung"1365513656#: builtin/tag.c:2413657msgid ""13658"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "13659"[<head>]"13660msgstr ""13661"git tag [-a | -s | -u <Schlüssel-id>] [-f] [-m <Beschreibung> | -F <Datei>] "13662"<Tagname> [<Commit>]"1366313664#: builtin/tag.c:2513665msgid "git tag -d <tagname>..."13666msgstr "git tag -d <Tagname>..."1366713668#: builtin/tag.c:2613669msgid ""13670"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"13671"points-at <object>]\n"13672"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"13673msgstr ""13674"git tag -l [-n[<Nummer>]] [--contains <Commit>] [--no-contains <Commit>] [--"13675"points-at <Objekt>]\n"13676"\t\t[--format=<Muster>] [--[no-]merged [<Commit>]] [<Muster>...]"1367713678#: builtin/tag.c:2813679msgid "git tag -v [--format=<format>] <tagname>..."13680msgstr "git tag -v [--format=<Format>] <Tagname>..."1368113682#: builtin/tag.c:8413683#, c-format13684msgid "tag '%s' not found."13685msgstr "Tag '%s' nicht gefunden."1368613687#: builtin/tag.c:10013688#, c-format13689msgid "Deleted tag '%s' (was %s)\n"13690msgstr "Tag '%s' gelöscht (war %s)\n"1369113692#: builtin/tag.c:12913693#, c-format13694msgid ""13695"\n"13696"Write a message for tag:\n"13697" %s\n"13698"Lines starting with '%c' will be ignored.\n"13699msgstr ""13700"\n"13701"Geben Sie eine Beschreibung für Tag\n"13702" %s\n"13703"ein. Zeilen, die mit '%c' beginnen, werden ignoriert.\n"1370413705#: builtin/tag.c:13313706#, c-format13707msgid ""13708"\n"13709"Write a message for tag:\n"13710" %s\n"13711"Lines starting with '%c' will be kept; you may remove them yourself if you "13712"want to.\n"13713msgstr ""13714"\n"13715"Geben Sie eine Beschreibung für Tag\n"13716" %s\n"13717"ein. Zeilen, die mit '%c' beginnen, werden behalten; Sie dürfen diese\n"13718"selbst entfernen wenn Sie möchten.\n"1371913720#: builtin/tag.c:21113721msgid "unable to sign the tag"13722msgstr "konnte Tag nicht signieren"1372313724#: builtin/tag.c:21313725msgid "unable to write tag file"13726msgstr "konnte Tag-Datei nicht schreiben"1372713728#: builtin/tag.c:23713729msgid "bad object type."13730msgstr "ungültiger Objekt-Typ"1373113732#: builtin/tag.c:28313733msgid "no tag message?"13734msgstr "keine Tag-Beschreibung?"1373513736#: builtin/tag.c:29013737#, c-format13738msgid "The tag message has been left in %s\n"13739msgstr "Die Tag-Beschreibung wurde gelassen in %s\n"1374013741#: builtin/tag.c:39813742msgid "list tag names"13743msgstr "Tagnamen auflisten"1374413745#: builtin/tag.c:40013746msgid "print <n> lines of each tag message"13747msgstr "<n> Zeilen jeder Tag-Beschreibung anzeigen"1374813749#: builtin/tag.c:40213750msgid "delete tags"13751msgstr "Tags löschen"1375213753#: builtin/tag.c:40313754msgid "verify tags"13755msgstr "Tags überprüfen"1375613757#: builtin/tag.c:40513758msgid "Tag creation options"13759msgstr "Optionen für Erstellung von Tags"1376013761#: builtin/tag.c:40713762msgid "annotated tag, needs a message"13763msgstr "annotiertes Tag, benötigt eine Beschreibung"1376413765#: builtin/tag.c:40913766msgid "tag message"13767msgstr "Tag-Beschreibung"1376813769#: builtin/tag.c:41113770msgid "annotated and GPG-signed tag"13771msgstr "annotiertes und GPG-signiertes Tag"1377213773#: builtin/tag.c:41513774msgid "use another key to sign the tag"13775msgstr "einen anderen Schlüssel verwenden, um das Tag zu signieren"1377613777#: builtin/tag.c:41613778msgid "replace the tag if exists"13779msgstr "das Tag ersetzen, wenn es existiert"1378013781#: builtin/tag.c:417 builtin/update-ref.c:36913782msgid "create a reflog"13783msgstr "Reflog erstellen"1378413785#: builtin/tag.c:41913786msgid "Tag listing options"13787msgstr "Optionen für Auflistung der Tags"1378813789#: builtin/tag.c:42013790msgid "show tag list in columns"13791msgstr "Liste der Tags in Spalten anzeigen"1379213793#: builtin/tag.c:421 builtin/tag.c:42313794msgid "print only tags that contain the commit"13795msgstr "nur Tags ausgeben, die diesen Commit beinhalten"1379613797#: builtin/tag.c:422 builtin/tag.c:42413798msgid "print only tags that don't contain the commit"13799msgstr "nur Tags ausgeben, die diesen Commit nicht enthalten"1380013801#: builtin/tag.c:42513802msgid "print only tags that are merged"13803msgstr "nur Tags ausgeben, die gemerged wurden"1380413805#: builtin/tag.c:42613806msgid "print only tags that are not merged"13807msgstr "nur Tags ausgeben, die nicht gemerged wurden"1380813809#: builtin/tag.c:43113810msgid "print only tags of the object"13811msgstr "nur Tags von dem Objekt ausgeben"1381213813#: builtin/tag.c:47013814msgid "--column and -n are incompatible"13815msgstr "--column und -n sind inkompatibel"1381613817#: builtin/tag.c:49213818msgid "-n option is only allowed in list mode"13819msgstr "Die Option -n ist nur im Listenmodus erlaubt."1382013821#: builtin/tag.c:49413822msgid "--contains option is only allowed in list mode"13823msgstr "Die Option --contains ist nur im Listenmodus erlaubt."1382413825#: builtin/tag.c:49613826msgid "--no-contains option is only allowed in list mode"13827msgstr "Die Option --no-contains ist nur im Listenmodus erlaubt."1382813829#: builtin/tag.c:49813830msgid "--points-at option is only allowed in list mode"13831msgstr "Die Option --points-at ist nur im Listenmodus erlaubt."1383213833#: builtin/tag.c:50013834msgid "--merged and --no-merged options are only allowed in list mode"13835msgstr "Die Optionen --merged und --no-merged sind nur im Listenmodus erlaubt."1383613837#: builtin/tag.c:51113838msgid "only one -F or -m option is allowed."13839msgstr "nur eine -F oder -m Option ist erlaubt."1384013841#: builtin/tag.c:53013842msgid "too many params"13843msgstr "zu viele Parameter"1384413845#: builtin/tag.c:53613846#, c-format13847msgid "'%s' is not a valid tag name."13848msgstr "'%s' ist kein gültiger Tagname."1384913850#: builtin/tag.c:54113851#, c-format13852msgid "tag '%s' already exists"13853msgstr "Tag '%s' existiert bereits"1385413855#: builtin/tag.c:57113856#, c-format13857msgid "Updated tag '%s' (was %s)\n"13858msgstr "Tag '%s' aktualisiert (war %s)\n"1385913860#: builtin/unpack-objects.c:49413861msgid "Unpacking objects"13862msgstr "Entpacke Objekte"1386313864#: builtin/update-index.c:8013865#, c-format13866msgid "failed to create directory %s"13867msgstr "Fehler beim Erstellen von Verzeichnis '%s'"1386813869#: builtin/update-index.c:8613870#, c-format13871msgid "failed to stat %s"13872msgstr "Konnte '%s' nicht lesen"1387313874#: builtin/update-index.c:9613875#, c-format13876msgid "failed to create file %s"13877msgstr "Konnte Datei '%s' nicht erstellen"1387813879#: builtin/update-index.c:10413880#, c-format13881msgid "failed to delete file %s"13882msgstr "Konnte Datei '%s' nicht löschen"1388313884#: builtin/update-index.c:111 builtin/update-index.c:21713885#, c-format13886msgid "failed to delete directory %s"13887msgstr "Konnte Verzeichnis '%s' nicht löschen"1388813889#: builtin/update-index.c:13613890#, c-format13891msgid "Testing mtime in '%s' "13892msgstr "Prüfe mtime in '%s' "1389313894#: builtin/update-index.c:15013895msgid "directory stat info does not change after adding a new file"13896msgstr ""13897"Verzeichnisinformationen haben sich nach Hinzufügen einer neuen Datei nicht "13898"geändert"1389913900#: builtin/update-index.c:16313901msgid "directory stat info does not change after adding a new directory"13902msgstr ""13903"Verzeichnisinformationen haben sich nach Hinzufügen eines neuen "13904"Verzeichnisses nicht geändert"1390513906#: builtin/update-index.c:17613907msgid "directory stat info changes after updating a file"13908msgstr ""13909"Verzeichnisinformationen haben sich nach Aktualisierung einer Datei geändert"1391013911#: builtin/update-index.c:18713912msgid "directory stat info changes after adding a file inside subdirectory"13913msgstr ""13914"Verzeichnisinformationen haben sich nach Hinzufügen einer Datei in ein "13915"Unterverzeichnis geändert"1391613917#: builtin/update-index.c:19813918msgid "directory stat info does not change after deleting a file"13919msgstr ""13920"Verzeichnisinformationen haben sich nach dem Löschen einer Datei nicht "13921"geändert"1392213923#: builtin/update-index.c:21113924msgid "directory stat info does not change after deleting a directory"13925msgstr ""13926"Verzeichnisinformationen haben sich nach dem Löschen eines Verzeichnisses "13927"nicht geändert"1392813929#: builtin/update-index.c:21813930msgid " OK"13931msgstr " OK"1393213933#: builtin/update-index.c:56913934msgid "git update-index [<options>] [--] [<file>...]"13935msgstr "git update-index [<Optionen>] [--] [<Datei>...]"1393613937#: builtin/update-index.c:92413938msgid "continue refresh even when index needs update"13939msgstr ""13940"Aktualisierung fortsetzen, auch wenn der Index aktualisiert werden muss"1394113942#: builtin/update-index.c:92713943msgid "refresh: ignore submodules"13944msgstr "Aktualisierung: ignoriert Submodule"1394513946#: builtin/update-index.c:93013947msgid "do not ignore new files"13948msgstr "keine neuen Dateien ignorieren"1394913950#: builtin/update-index.c:93213951msgid "let files replace directories and vice-versa"13952msgstr "Dateien Verzeichnisse ersetzen lassen, und umgedreht"1395313954#: builtin/update-index.c:93413955msgid "notice files missing from worktree"13956msgstr "fehlende Dateien im Arbeitsverzeichnis beachten"1395713958#: builtin/update-index.c:93613959msgid "refresh even if index contains unmerged entries"13960msgstr ""13961"aktualisieren, auch wenn der Index nicht zusammengeführte Einträge beinhaltet"1396213963#: builtin/update-index.c:93913964msgid "refresh stat information"13965msgstr "Dateiinformationen aktualisieren"1396613967#: builtin/update-index.c:94313968msgid "like --refresh, but ignore assume-unchanged setting"13969msgstr "wie --refresh, ignoriert aber \"assume-unchanged\" Einstellung"1397013971#: builtin/update-index.c:94713972msgid "<mode>,<object>,<path>"13973msgstr "<Modus>,<Objekt>,<Pfad>"1397413975#: builtin/update-index.c:94813976msgid "add the specified entry to the index"13977msgstr "den angegebenen Eintrag zum Commit vormerken"1397813979#: builtin/update-index.c:95713980msgid "mark files as \"not changing\""13981msgstr "diese Datei immer als unverändert betrachten"1398213983#: builtin/update-index.c:96013984msgid "clear assumed-unchanged bit"13985msgstr "\"assumed-unchanged\"-Bit löschen"1398613987#: builtin/update-index.c:96313988msgid "mark files as \"index-only\""13989msgstr "Dateien als \"index-only\" markieren"1399013991#: builtin/update-index.c:96613992msgid "clear skip-worktree bit"13993msgstr "\"skip-worktree\"-Bit löschen"1399413995#: builtin/update-index.c:96913996msgid "add to index only; do not add content to object database"13997msgstr ""13998"die Änderungen nur zum Commit vormerken; Inhalt wird nicht der Objekt-"13999"Datenbank hinzugefügt"1400014001#: builtin/update-index.c:97114002msgid "remove named paths even if present in worktree"14003msgstr ""14004"benannte Pfade löschen, auch wenn sie sich im Arbeitsverzeichnis befinden"1400514006#: builtin/update-index.c:97314007msgid "with --stdin: input lines are terminated by null bytes"14008msgstr "mit --stdin: eingegebene Zeilen sind durch NUL-Bytes abgeschlossen"1400914010#: builtin/update-index.c:97514011msgid "read list of paths to be updated from standard input"14012msgstr "Liste der zu aktualisierenden Pfade von der Standard-Eingabe lesen"1401314014#: builtin/update-index.c:97914015msgid "add entries from standard input to the index"14016msgstr "Einträge von der Standard-Eingabe zum Commit vormerken"1401714018#: builtin/update-index.c:98314019msgid "repopulate stages #2 and #3 for the listed paths"14020msgstr ""14021"wiederholtes Einpflegen der Zustände #2 und #3 für die aufgelisteten Pfade"1402214023#: builtin/update-index.c:98714024msgid "only update entries that differ from HEAD"14025msgstr "nur Einträge aktualisieren, die unterschiedlich zu HEAD sind"1402614027#: builtin/update-index.c:99114028msgid "ignore files missing from worktree"14029msgstr "fehlende Dateien im Arbeitsverzeichnis ignorieren"1403014031#: builtin/update-index.c:99414032msgid "report actions to standard output"14033msgstr "die Aktionen in der Standard-Ausgabe ausgeben"1403414035#: builtin/update-index.c:99614036msgid "(for porcelains) forget saved unresolved conflicts"14037msgstr "(für Fremdprogramme) keine gespeicherten, nicht aufgelöste Konflikte"1403814039#: builtin/update-index.c:100014040msgid "write index in this format"14041msgstr "Index-Datei in diesem Format schreiben"1404214043#: builtin/update-index.c:100214044msgid "enable or disable split index"14045msgstr "Splitting des Index aktivieren oder deaktivieren"1404614047#: builtin/update-index.c:100414048msgid "enable/disable untracked cache"14049msgstr "Cache für unversionierte Dateien aktivieren oder deaktivieren"1405014051#: builtin/update-index.c:100614052msgid "test if the filesystem supports untracked cache"14053msgstr ""14054"prüfen ob das Dateisystem einen Cache für unversionierte Dateien unterstützt"1405514056#: builtin/update-index.c:100814057msgid "enable untracked cache without testing the filesystem"14058msgstr ""14059"Cache für unversionierte Dateien ohne Prüfung des Dateisystems aktivieren"1406014061#: builtin/update-index.c:110814062msgid ""14063"core.splitIndex is set to false; remove or change it, if you really want to "14064"enable split index"14065msgstr ""14066"core.splitIndex ist auf 'false' gesetzt. Entfernen oder ändern Sie dies,\n"14067"wenn sie wirklich das Splitting des Index aktivieren möchten."1406814069#: builtin/update-index.c:111714070msgid ""14071"core.splitIndex is set to true; remove or change it, if you really want to "14072"disable split index"14073msgstr ""14074"core.splitIndex ist auf 'true' gesetzt. Entfernen oder ändern Sie dies,\n"14075"wenn Sie wirklich das Splitting des Index deaktivieren möchten."1407614077#: builtin/update-index.c:112814078msgid ""14079"core.untrackedCache is set to true; remove or change it, if you really want "14080"to disable the untracked cache"14081msgstr ""14082"core.untrackedCache ist auf 'true' gesetzt. Entfernen oder ändern Sie dies,\n"14083"wenn Sie wirklich den Cache für unversionierte Dateien deaktivieren möchten."1408414085#: builtin/update-index.c:113214086msgid "Untracked cache disabled"14087msgstr "Cache für unversionierte Dateien deaktiviert"1408814089#: builtin/update-index.c:114014090msgid ""14091"core.untrackedCache is set to false; remove or change it, if you really want "14092"to enable the untracked cache"14093msgstr ""14094"core.untrackedCache ist auf 'false' gesetzt. Entfernen oder ändern Sie "14095"dies,\n"14096"wenn sie wirklich den Cache für unversionierte Dateien aktivieren möchten."1409714098#: builtin/update-index.c:114414099#, c-format14100msgid "Untracked cache enabled for '%s'"14101msgstr "Cache für unversionierte Dateien für '%s' aktiviert"1410214103#: builtin/update-ref.c:1014104msgid "git update-ref [<options>] -d <refname> [<old-val>]"14105msgstr "git update-ref [<Optionen>] -d <Referenzname> [<alter-Wert>]"1410614107#: builtin/update-ref.c:1114108msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"14109msgstr ""14110"git update-ref [<Optionen>] <Referenzname> <neuer-Wert> [<alter-Wert>]"1411114112#: builtin/update-ref.c:1214113msgid "git update-ref [<options>] --stdin [-z]"14114msgstr "git update-ref [<Optionen>] --stdin [-z]"1411514116#: builtin/update-ref.c:36414117msgid "delete the reference"14118msgstr "diese Referenz löschen"1411914120#: builtin/update-ref.c:36614121msgid "update <refname> not the one it points to"14122msgstr "<Referenzname> aktualisieren, nicht den Verweis"1412314124#: builtin/update-ref.c:36714125msgid "stdin has NUL-terminated arguments"14126msgstr "Standard-Eingabe hat durch NUL-Zeichen abgeschlossene Argumente"1412714128#: builtin/update-ref.c:36814129msgid "read updates from stdin"14130msgstr "Aktualisierungen von der Standard-Eingabe lesen"1413114132#: builtin/update-server-info.c:714133msgid "git update-server-info [--force]"14134msgstr "git update-server-info [--force]"1413514136#: builtin/update-server-info.c:1514137msgid "update the info files from scratch"14138msgstr "die Informationsdateien von Grund auf aktualisieren"1413914140#: builtin/verify-commit.c:1814141msgid "git verify-commit [-v | --verbose] <commit>..."14142msgstr "git verify-commit [-v | --verbose] <Commit>..."1414314144#: builtin/verify-commit.c:7314145msgid "print commit contents"14146msgstr "Commit-Inhalte ausgeben"1414714148#: builtin/verify-commit.c:74 builtin/verify-tag.c:3814149msgid "print raw gpg status output"14150msgstr "unbearbeitete Ausgabe des Status von gpg ausgeben"1415114152#: builtin/verify-pack.c:5514153msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."14154msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <Paket>..."1415514156#: builtin/verify-pack.c:6514157msgid "verbose"14158msgstr "erweiterte Ausgaben"1415914160#: builtin/verify-pack.c:6714161msgid "show statistics only"14162msgstr "nur Statistiken anzeigen"1416314164#: builtin/verify-tag.c:1914165msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."14166msgstr "git verify-tag [-v | --verbose] [--format=<Format>] <Tag>..."1416714168#: builtin/verify-tag.c:3714169msgid "print tag contents"14170msgstr "Tag-Inhalte ausgeben"1417114172#: builtin/worktree.c:1614173msgid "git worktree add [<options>] <path> [<branch>]"14174msgstr "git worktree add [<Optionen>] <Pfad> [<Branch>]"1417514176#: builtin/worktree.c:1714177msgid "git worktree list [<options>]"14178msgstr "git worktree list [<Optionen>]"1417914180#: builtin/worktree.c:1814181msgid "git worktree lock [<options>] <path>"14182msgstr "git worktree lock [<Optionen>] <Pfad>"1418314184#: builtin/worktree.c:1914185msgid "git worktree prune [<options>]"14186msgstr "git worktree prune [<Optionen>]"1418714188#: builtin/worktree.c:2014189msgid "git worktree unlock <path>"14190msgstr "git worktree unlock <Pfad>"1419114192#: builtin/worktree.c:4414193#, c-format14194msgid "Removing worktrees/%s: not a valid directory"14195msgstr "Lösche worktrees/%s: kein gültiges Verzeichnis"1419614197#: builtin/worktree.c:5014198#, c-format14199msgid "Removing worktrees/%s: gitdir file does not exist"14200msgstr "Lösche worktrees/%s: gitdir-Datei existiert nicht"1420114202#: builtin/worktree.c:5514203#, c-format14204msgid "Removing worktrees/%s: unable to read gitdir file (%s)"14205msgstr "Lösche worktrees/%s: konnte gitdir-Datei (%s) nicht lesen"1420614207#: builtin/worktree.c:6614208#, c-format14209msgid "Removing worktrees/%s: invalid gitdir file"14210msgstr "Lösche worktrees/%s: ungültige gitdir-Datei"1421114212#: builtin/worktree.c:8214213#, c-format14214msgid "Removing worktrees/%s: gitdir file points to non-existent location"14215msgstr "Lösche worktrees/%s: gitdir-Datei verweist auf nicht existierenden Ort"1421614217#: builtin/worktree.c:12914218msgid "report pruned working trees"14219msgstr "entfernte Arbeitsverzeichnisse ausgeben"1422014221#: builtin/worktree.c:13114222msgid "expire working trees older than <time>"14223msgstr "Arbeitsverzeichnisse älter als <Zeit> verfallen lassen"1422414225#: builtin/worktree.c:20514226#, c-format14227msgid "'%s' already exists"14228msgstr "'%s' existiert bereits"1422914230#: builtin/worktree.c:23614231#, c-format14232msgid "could not create directory of '%s'"14233msgstr "Konnte Verzeichnis '%s' nicht erstellen."1423414235#: builtin/worktree.c:27514236#, c-format14237msgid "Preparing %s (identifier %s)"14238msgstr "Bereite %s vor (Identifikation %s)"1423914240#: builtin/worktree.c:32714241msgid "checkout <branch> even if already checked out in other worktree"14242msgstr ""14243"<Branch> auschecken, auch wenn dieser bereits in einem anderen "14244"Arbeitsverzeichnis ausgecheckt ist"1424514246#: builtin/worktree.c:32914247msgid "create a new branch"14248msgstr "neuen Branch erstellen"1424914250#: builtin/worktree.c:33114251msgid "create or reset a branch"14252msgstr "Branch erstellen oder umsetzen"1425314254#: builtin/worktree.c:33314255msgid "populate the new working tree"14256msgstr "das neue Arbeitsverzeichnis auschecken"1425714258#: builtin/worktree.c:33414259msgid "keep the new working tree locked"14260msgstr "das neue Arbeitsverzeichnis gesperrt lassen"1426114262#: builtin/worktree.c:34214263msgid "-b, -B, and --detach are mutually exclusive"14264msgstr "-b, -B und --detach schließen sich gegenseitig aus"1426514266#: builtin/worktree.c:47914267msgid "reason for locking"14268msgstr "Sperrgrund"1426914270#: builtin/worktree.c:491 builtin/worktree.c:52414271#, c-format14272msgid "'%s' is not a working tree"14273msgstr "'%s' ist kein Arbeitsverzeichnis"1427414275#: builtin/worktree.c:493 builtin/worktree.c:52614276msgid "The main working tree cannot be locked or unlocked"14277msgstr "Das Hauptarbeitsverzeichnis kann nicht gesperrt oder entsperrt werden."1427814279#: builtin/worktree.c:49814280#, c-format14281msgid "'%s' is already locked, reason: %s"14282msgstr "'%s' ist bereits gesperrt, Grund: %s"1428314284#: builtin/worktree.c:50014285#, c-format14286msgid "'%s' is already locked"14287msgstr "'%s' ist bereits gesperrt"1428814289#: builtin/worktree.c:52814290#, c-format14291msgid "'%s' is not locked"14292msgstr "'%s' ist nicht gesperrt"1429314294#: builtin/write-tree.c:1414295msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"14296msgstr "git write-tree [--missing-ok] [--prefix=<Präfix>/]"1429714298#: builtin/write-tree.c:2714299msgid "<prefix>/"14300msgstr "<Präfix>/"1430114302#: builtin/write-tree.c:2814303msgid "write tree object for a subdirectory <prefix>"14304msgstr "das \"Tree\"-Objekt für ein Unterverzeichnis <Präfix> schreiben"1430514306#: builtin/write-tree.c:3114307msgid "only useful for debugging"14308msgstr "nur nützlich für Fehlersuche"1430914310#: upload-pack.c:2314311msgid "git upload-pack [<options>] <dir>"14312msgstr "git upload-pack [<Optionen>] <Verzeichnis>"1431314314#: upload-pack.c:104114315msgid "quit after a single request/response exchange"14316msgstr "nach einem einzigen Request/Response-Austausch beenden"1431714318#: upload-pack.c:104314319msgid "exit immediately after initial ref advertisement"14320msgstr "direkt nach der initialen Angabe der Commits beenden"1432114322#: upload-pack.c:104514323msgid "do not try <directory>/.git/ if <directory> is no Git directory"14324msgstr ""14325"kein Versuch in <Verzeichnis>/.git/ wenn <Verzeichnis> kein Git-Verzeichnis "14326"ist"1432714328#: upload-pack.c:104714329msgid "interrupt transfer after <n> seconds of inactivity"14330msgstr "Übertragung nach <n> Sekunden Inaktivität unterbrechen"1433114332#: credential-cache--daemon.c:22414333#, c-format14334msgid ""14335"The permissions on your socket directory are too loose; other\n"14336"users may be able to read your cached credentials. Consider running:\n"14337"\n"14338"\tchmod 0700 %s"14339msgstr ""14340"Die Berechtigungen auf Ihr Socket-Verzeichnis sind zu schwach; andere\n"14341"Nutzer könnten Ihre zwischengespeicherten Anmeldeinformationen lesen.\n"14342"Ziehen Sie in Betracht\n"14343"\n"14344"\tchmod 0700 %s\n"14345"\n"14346"auszuführen."1434714348#: credential-cache--daemon.c:27214349msgid "print debugging messages to stderr"14350msgstr "Meldungen zur Fehlersuche in Standard-Fehlerausgabe ausgeben"1435114352#: git.c:1514353msgid ""14354"'git help -a' and 'git help -g' list available subcommands and some\n"14355"concept guides. See 'git help <command>' or 'git help <concept>'\n"14356"to read about a specific subcommand or concept."14357msgstr ""14358"'git help -a' und 'git help -g' listet verfügbare Unterbefehle und\n"14359"einige Anleitungen zu Git-Konzepten auf. Benutzen Sie 'git help <Befehl>'\n"14360"oder 'git help <Konzept>', um mehr über einen spezifischen Befehl oder\n"14361"Konzept zu erfahren."1436214363#: http.c:33714364#, c-format14365msgid "negative value for http.postbuffer; defaulting to %d"14366msgstr "negativer Wert für http.postbuffer; benutze Standardwert %d"1436714368#: http.c:35814369msgid "Delegation control is not supported with cURL < 7.22.0"14370msgstr "Kontrolle über Delegation wird mit cURL < 7.22.0 nicht unterstützt"1437114372#: http.c:36714373msgid "Public key pinning not supported with cURL < 7.44.0"14374msgstr ""14375"Das Anheften des öffentlichen Schlüssels wird mit cURL < 7.44.0\n"14376"nicht unterstützt."1437714378#: http.c:176414379#, c-format14380msgid ""14381"unable to update url base from redirection:\n"14382" asked for: %s\n"14383" redirect: %s"14384msgstr ""14385"Konnte Basis-URL nicht durch Umleitung aktualisieren:\n"14386" gefragt nach: %s\n"14387" umgeleitet: %s"1438814389#: remote-curl.c:32414390#, c-format14391msgid "redirecting to %s"14392msgstr "Leite nach %s um"1439314394#: common-cmds.h:914395msgid "start a working area (see also: git help tutorial)"14396msgstr "Arbeitsverzeichnis anlegen (siehe auch: git help tutorial)"1439714398#: common-cmds.h:1014399msgid "work on the current change (see also: git help everyday)"14400msgstr "an aktuellen Änderungen arbeiten (siehe auch: git help everyday)"1440114402#: common-cmds.h:1114403msgid "examine the history and state (see also: git help revisions)"14404msgstr "Historie und Status untersuchen (siehe auch: git help revisions)"1440514406#: common-cmds.h:1214407msgid "grow, mark and tweak your common history"14408msgstr "Historie erweitern und bearbeiten"1440914410#: common-cmds.h:1314411msgid "collaborate (see also: git help workflows)"14412msgstr "mit anderen zusammenarbeiten (siehe auch: git help workflows)"1441314414#: common-cmds.h:1714415msgid "Add file contents to the index"14416msgstr "Dateiinhalte zum Commit vormerken"1441714418#: common-cmds.h:1814419msgid "Use binary search to find the commit that introduced a bug"14420msgstr ""14421"Binärsuche verwenden, um den Commit zu finden, der einen Fehler verursacht "14422"hat"1442314424#: common-cmds.h:1914425msgid "List, create, or delete branches"14426msgstr "Branches anzeigen, erstellen oder entfernen"1442714428#: common-cmds.h:2014429msgid "Switch branches or restore working tree files"14430msgstr "Branches wechseln oder Dateien im Arbeitsverzeichnis wiederherstellen"1443114432#: common-cmds.h:2114433msgid "Clone a repository into a new directory"14434msgstr "ein Repository in einem neuen Verzeichnis klonen"1443514436#: common-cmds.h:2214437msgid "Record changes to the repository"14438msgstr "Änderungen in das Repository eintragen"1443914440#: common-cmds.h:2314441msgid "Show changes between commits, commit and working tree, etc"14442msgstr ""14443"Änderungen zwischen Commits, Commit und Arbeitsverzeichnis, etc. anzeigen"1444414445#: common-cmds.h:2414446msgid "Download objects and refs from another repository"14447msgstr "Objekte und Referenzen von einem anderen Repository herunterladen"1444814449#: common-cmds.h:2514450msgid "Print lines matching a pattern"14451msgstr "Zeilen darstellen, die einem Muster entsprechen"1445214453#: common-cmds.h:2614454msgid "Create an empty Git repository or reinitialize an existing one"14455msgstr ""14456"ein leeres Git-Repository erstellen oder ein bestehendes neuinitialisieren"1445714458#: common-cmds.h:2714459msgid "Show commit logs"14460msgstr "Commit-Historie anzeigen"1446114462#: common-cmds.h:2814463msgid "Join two or more development histories together"14464msgstr "zwei oder mehr Entwicklungszweige zusammenführen"1446514466#: common-cmds.h:2914467msgid "Move or rename a file, a directory, or a symlink"14468msgstr ""14469"eine Datei, ein Verzeichnis, oder eine symbolische Verknüpfung verschieben "14470"oder umbenennen"1447114472#: common-cmds.h:3014473msgid "Fetch from and integrate with another repository or a local branch"14474msgstr ""14475"Objekte von einem externen Repository anfordern und sie mit einem anderen "14476"Repository oder einem lokalen Branch zusammenführen"1447714478#: common-cmds.h:3114479msgid "Update remote refs along with associated objects"14480msgstr "Remote-Referenzen mitsamt den verbundenen Objekten aktualisieren"1448114482#: common-cmds.h:3214483msgid "Reapply commits on top of another base tip"14484msgstr "Wiederholtes Anwenden von Commits auf anderem Basis-Commit"1448514486#: common-cmds.h:3314487msgid "Reset current HEAD to the specified state"14488msgstr "aktuellen HEAD zu einem spezifizierten Zustand setzen"1448914490#: common-cmds.h:3414491msgid "Remove files from the working tree and from the index"14492msgstr "Dateien im Arbeitsverzeichnis und vom Index löschen"1449314494#: common-cmds.h:3514495msgid "Show various types of objects"14496msgstr "verschiedene Arten von Objekten anzeigen"1449714498#: common-cmds.h:3614499msgid "Show the working tree status"14500msgstr "den Zustand des Arbeitsverzeichnisses anzeigen"1450114502#: common-cmds.h:3714503msgid "Create, list, delete or verify a tag object signed with GPG"14504msgstr ""14505"ein mit GPG signiertes Tag-Objekt erzeugen, auflisten, löschen oder "14506"verifizieren."1450714508#: parse-options.h:14514509msgid "expiry-date"14510msgstr "Verfallsdatum"1451114512#: parse-options.h:16014513msgid "no-op (backward compatibility)"14514msgstr "Kein Effekt (Rückwärtskompatibilität)"1451514516#: parse-options.h:23814517msgid "be more verbose"14518msgstr "erweiterte Ausgaben"1451914520#: parse-options.h:24014521msgid "be more quiet"14522msgstr "weniger Ausgaben"1452314524#: parse-options.h:24614525msgid "use <n> digits to display SHA-1s"14526msgstr "benutze <n> Ziffern zur Anzeige von SHA-1s"1452714528#: rerere.h:4014529msgid "update the index with reused conflict resolution if possible"14530msgstr ""14531"Index, wenn möglich, mit wiederverwendeter Konfliktauflösung aktualisieren"1453214533#: git-bisect.sh:5414534msgid "You need to start by \"git bisect start\""14535msgstr "Sie müssen mit \"git bisect start\" beginnen."1453614537#. TRANSLATORS: Make sure to include [Y] and [n] in your14538#. translation. The program will only accept English input14539#. at this point.14540#: git-bisect.sh:6014541msgid "Do you want me to do it for you [Y/n]? "14542msgstr "Wollen Sie, dass ich es für Sie mache [Y/n]? "1454314544#: git-bisect.sh:12114545#, sh-format14546msgid "unrecognised option: '$arg'"14547msgstr "nicht erkannte Option: '$arg'"1454814549#: git-bisect.sh:12514550#, sh-format14551msgid "'$arg' does not appear to be a valid revision"14552msgstr "'$arg' scheint kein gültiger Commit zu sein"1455314554#: git-bisect.sh:15414555msgid "Bad HEAD - I need a HEAD"14556msgstr "Ungültiger HEAD - HEAD wird benötigt"1455714558#: git-bisect.sh:16714559#, sh-format14560msgid ""14561"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."14562msgstr ""14563"Auschecken von '$start_head' fehlgeschlagen. Versuchen Sie 'git bisect reset "14564"<gültiger-Branch>'."1456514566#: git-bisect.sh:17714567msgid "won't bisect on cg-seek'ed tree"14568msgstr ""14569"binäre Suche auf einem durch 'cg-seek' geändertem Verzeichnis nicht möglich"1457014571#: git-bisect.sh:18114572msgid "Bad HEAD - strange symbolic ref"14573msgstr "Ungültiger HEAD - merkwürdige symbolische Referenz"1457414575#: git-bisect.sh:23314576#, sh-format14577msgid "Bad bisect_write argument: $state"14578msgstr "Ungültiges \"bisect_write\" Argument: $state"1457914580#: git-bisect.sh:26214581#, sh-format14582msgid "Bad rev input: $arg"14583msgstr "Ungültige Referenz-Eingabe: $arg"1458414585#: git-bisect.sh:28114586#, sh-format14587msgid "Bad rev input: $bisected_head"14588msgstr "Ungültige Referenz-Eingabe: $bisected_head"1458914590#: git-bisect.sh:29014591#, sh-format14592msgid "Bad rev input: $rev"14593msgstr "Ungültige Referenz-Eingabe: $rev"1459414595#: git-bisect.sh:29914596#, sh-format14597msgid "'git bisect $TERM_BAD' can take only one argument."14598msgstr "'git bisect $TERM_BAD' kann nur ein Argument entgegennehmen."1459914600#: git-bisect.sh:32214601#, sh-format14602msgid "Warning: bisecting only with a $TERM_BAD commit."14603msgstr "Warnung: binäre Suche nur mit einem $TERM_BAD Commit."1460414605#. TRANSLATORS: Make sure to include [Y] and [n] in your14606#. translation. The program will only accept English input14607#. at this point.14608#: git-bisect.sh:32814609msgid "Are you sure [Y/n]? "14610msgstr "Sind Sie sicher [Y/n]? "1461114612#: git-bisect.sh:34014613#, sh-format14614msgid ""14615"You need to give me at least one $bad_syn and one $good_syn revision.\n"14616"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"14617msgstr ""14618"Sie müssen mindestens einen \"$bad_syn\" und einen \"$good_syn\" Commit "14619"angeben.\n"14620"(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "14621"benutzen.)"1462214623#: git-bisect.sh:34314624#, sh-format14625msgid ""14626"You need to start by \"git bisect start\".\n"14627"You then need to give me at least one $good_syn and one $bad_syn revision.\n"14628"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"14629msgstr ""14630"Sie müssen mit \"git bisect start\" beginnen.\n"14631"Danach müssen Sie mindestens einen \"$good_syn\" und einen \"$bad_syn\" "14632"Commit angeben.\n"14633"(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "14634"benutzen.)"1463514636#: git-bisect.sh:414 git-bisect.sh:54614637msgid "We are not bisecting."14638msgstr "keine binäre Suche im Gange"1463914640#: git-bisect.sh:42114641#, sh-format14642msgid "'$invalid' is not a valid commit"14643msgstr "'$invalid' ist kein gültiger Commit"1464414645#: git-bisect.sh:43014646#, sh-format14647msgid ""14648"Could not check out original HEAD '$branch'.\n"14649"Try 'git bisect reset <commit>'."14650msgstr ""14651"Konnte den ursprünglichen HEAD '$branch' nicht auschecken.\n"14652"Versuchen Sie 'git bisect reset <Commit>'."1465314654#: git-bisect.sh:45814655msgid "No logfile given"14656msgstr "Keine Log-Datei gegeben"1465714658#: git-bisect.sh:45914659#, sh-format14660msgid "cannot read $file for replaying"14661msgstr "kann $file nicht für das Abspielen lesen"1466214663#: git-bisect.sh:48014664msgid "?? what are you talking about?"14665msgstr "?? Was reden Sie da?"1466614667#: git-bisect.sh:49214668#, sh-format14669msgid "running $command"14670msgstr "führe $command aus"1467114672#: git-bisect.sh:49914673#, sh-format14674msgid ""14675"bisect run failed:\n"14676"exit code $res from '$command' is < 0 or >= 128"14677msgstr ""14678"'bisect run' fehlgeschlagen:\n"14679"Rückkehrwert $res von '$command' ist < 0 oder >= 128"1468014681#: git-bisect.sh:52514682msgid "bisect run cannot continue any more"14683msgstr "'bisect run' kann nicht mehr fortgesetzt werden"1468414685#: git-bisect.sh:53114686#, sh-format14687msgid ""14688"bisect run failed:\n"14689"'bisect_state $state' exited with error code $res"14690msgstr ""14691"'bisect run' fehlgeschlagen:\n"14692"'bisect_state $state' wurde mit Fehlerwert $res beendet"1469314694#: git-bisect.sh:53814695msgid "bisect run success"14696msgstr "'bisect run' erfolgreich ausgeführt"1469714698#: git-bisect.sh:56514699msgid "please use two different terms"14700msgstr "Bitte verwenden Sie zwei verschiedene Begriffe."1470114702#: git-bisect.sh:57514703#, sh-format14704msgid "'$term' is not a valid term"14705msgstr "'$term' ist kein gültiger Begriff"1470614707#: git-bisect.sh:57814708#, sh-format14709msgid "can't use the builtin command '$term' as a term"14710msgstr "Kann eingebauten Befehl '$term' nicht als Begriff verwenden"1471114712#: git-bisect.sh:587 git-bisect.sh:59314713#, sh-format14714msgid "can't change the meaning of term '$term'"14715msgstr "Kann Bedeutung von '$term' nicht ändern."1471614717#: git-bisect.sh:60614718#, sh-format14719msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."14720msgstr ""14721"Ungültiger Befehl: Sie sind gerade bei einer binären $TERM_BAD/$TERM_GOOD "14722"Suche."1472314724#: git-bisect.sh:63614725msgid "no terms defined"14726msgstr "Keine Begriffe definiert."1472714728#: git-bisect.sh:65314729#, sh-format14730msgid ""14731"invalid argument $arg for 'git bisect terms'.\n"14732"Supported options are: --term-good|--term-old and --term-bad|--term-new."14733msgstr ""14734"Ungültiges Argument $arg für 'git bisect terms'.\n"14735"Unterstützte Optionen sind: --term-good|--term-old und --term-bad|--term-new."1473614737#: git-merge-octopus.sh:4614738msgid ""14739"Error: Your local changes to the following files would be overwritten by "14740"merge"14741msgstr ""14742"Fehler Ihre lokalen Änderungen in den folgenden Dateien würden durch den "14743"Merge\n"14744"überschrieben werden"1474514746#: git-merge-octopus.sh:6114747msgid "Automated merge did not work."14748msgstr "Automatischer Merge hat nicht funktioniert."1474914750#: git-merge-octopus.sh:6214751msgid "Should not be doing an octopus."14752msgstr "Sollte keinen Octopus-Merge ausführen."1475314754#: git-merge-octopus.sh:7314755#, sh-format14756msgid "Unable to find common commit with $pretty_name"14757msgstr "Konnte keinen gemeinsamen Commit mit $pretty_name finden."1475814759#: git-merge-octopus.sh:7714760#, sh-format14761msgid "Already up-to-date with $pretty_name"14762msgstr "Bereits aktuell mit $pretty_name"1476314764#: git-merge-octopus.sh:8914765#, sh-format14766msgid "Fast-forwarding to: $pretty_name"14767msgstr "Spule vor zu: $pretty_name"1476814769#: git-merge-octopus.sh:9714770#, sh-format14771msgid "Trying simple merge with $pretty_name"14772msgstr "Versuche einfachen Merge mit $pretty_name"1477314774#: git-merge-octopus.sh:10214775msgid "Simple merge did not work, trying automatic merge."14776msgstr "Einfacher Merge hat nicht funktioniert, versuche automatischen Merge."1477714778#: git-rebase.sh:5814779msgid ""14780"When you have resolved this problem, run \"git rebase --continue\".\n"14781"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"14782"To check out the original branch and stop rebasing, run \"git rebase --abort"14783"\"."14784msgstr ""14785"Wenn Sie das Problem aufgelöst haben, führen Sie \"git rebase --continue\" "14786"aus.\n"14787"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"git "14788"rebase --skip\" aus.\n"14789"Um den ursprünglichen Branch wiederherzustellen und den Rebase abzubrechen,\n"14790"führen Sie \"git rebase --abort\" aus."1479114792#: git-rebase.sh:158 git-rebase.sh:39714793#, sh-format14794msgid "Could not move back to $head_name"14795msgstr "Konnte nicht zu $head_name zurückgehen"1479614797#: git-rebase.sh:16914798msgid "Applied autostash."14799msgstr "Automatischen Stash angewendet."1480014801#: git-rebase.sh:17214802#, sh-format14803msgid "Cannot store $stash_sha1"14804msgstr "Kann $stash_sha1 nicht speichern."1480514806#: git-rebase.sh:21214807msgid "The pre-rebase hook refused to rebase."14808msgstr "Der \"pre-rebase hook\" hat den Rebase zurückgewiesen."1480914810#: git-rebase.sh:21714811msgid "It looks like git-am is in progress. Cannot rebase."14812msgstr "\"git-am\" scheint im Gange zu sein. Kann Rebase nicht durchführen."1481314814#: git-rebase.sh:35814815msgid "No rebase in progress?"14816msgstr "Kein Rebase im Gange?"1481714818#: git-rebase.sh:36914819msgid "The --edit-todo action can only be used during interactive rebase."14820msgstr ""14821"Die --edit-todo Aktion kann nur während eines interaktiven Rebase verwendet "14822"werden."1482314824#: git-rebase.sh:37614825msgid "Cannot read HEAD"14826msgstr "Kann HEAD nicht lesen"1482714828#: git-rebase.sh:37914829msgid ""14830"You must edit all merge conflicts and then\n"14831"mark them as resolved using git add"14832msgstr ""14833"Sie müssen alle Merge-Konflikte editieren und diese dann\n"14834"mittels \"git add\" als aufgelöst markieren"1483514836#: git-rebase.sh:41914837#, sh-format14838msgid ""14839"It seems that there is already a $state_dir_base directory, and\n"14840"I wonder if you are in the middle of another rebase. If that is the\n"14841"case, please try\n"14842"\t$cmd_live_rebase\n"14843"If that is not the case, please\n"14844"\t$cmd_clear_stale_rebase\n"14845"and run me again. I am stopping in case you still have something\n"14846"valuable there."14847msgstr ""14848"Es sieht so aus, als ob es das Verzeichnis $state_dir_base bereits gibt\n"14849"und es könnte ein anderer Rebase im Gange sein. Wenn das der Fall ist,\n"14850"probieren Sie bitte\n"14851"\t$cmd_live_rebase\n"14852"Wenn das nicht der Fall ist, probieren Sie bitte\n"14853"\t$cmd_clear_stale_rebase\n"14854"und führen Sie diesen Befehl nochmal aus. Es wird angehalten, falls noch\n"14855"etwas Schützenswertes vorhanden ist."1485614857#: git-rebase.sh:47014858#, sh-format14859msgid "invalid upstream $upstream_name"14860msgstr "ungültiger Upstream-Branch $upstream_name"1486114862#: git-rebase.sh:49414863#, sh-format14864msgid "$onto_name: there are more than one merge bases"14865msgstr "$onto_name: es gibt mehr als eine Merge-Basis"1486614867#: git-rebase.sh:497 git-rebase.sh:50114868#, sh-format14869msgid "$onto_name: there is no merge base"14870msgstr "$onto_name: es gibt keine Merge-Basis"1487114872#: git-rebase.sh:50614873#, sh-format14874msgid "Does not point to a valid commit: $onto_name"14875msgstr "$onto_name zeigt auf keinen gültigen Commit"1487614877#: git-rebase.sh:52914878#, sh-format14879msgid "fatal: no such branch: $branch_name"14880msgstr "fatal: Branch $branch_name nicht gefunden"1488114882#: git-rebase.sh:56214883msgid "Cannot autostash"14884msgstr "Kann automatischen Stash nicht erzeugen."1488514886#: git-rebase.sh:56714887#, sh-format14888msgid "Created autostash: $stash_abbrev"14889msgstr "Automatischen Stash erzeugt: $stash_abbrev"1489014891#: git-rebase.sh:57114892msgid "Please commit or stash them."14893msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."1489414895#: git-rebase.sh:59114896#, sh-format14897msgid "Current branch $branch_name is up to date."14898msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."1489914900#: git-rebase.sh:59514901#, sh-format14902msgid "Current branch $branch_name is up to date, rebase forced."14903msgstr ""14904"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."1490514906#: git-rebase.sh:60614907#, sh-format14908msgid "Changes from $mb to $onto:"14909msgstr "Änderungen von $mb zu $onto:"1491014911#: git-rebase.sh:61514912msgid "First, rewinding head to replay your work on top of it..."14913msgstr ""14914"Zunächst wird der Branch zurückgespult, um Ihre Änderungen\n"14915"darauf neu anzuwenden ..."1491614917#: git-rebase.sh:62514918#, sh-format14919msgid "Fast-forwarded $branch_name to $onto_name."14920msgstr "$branch_name zu $onto_name vorgespult."1492114922#: git-stash.sh:5414923msgid "git stash clear with parameters is unimplemented"14924msgstr "git stash clear mit Parametern ist nicht implementiert"1492514926#: git-stash.sh:9514927msgid "You do not have the initial commit yet"14928msgstr "Sie haben bisher noch keinen initialen Commit"1492914930#: git-stash.sh:11014931msgid "Cannot save the current index state"14932msgstr "Kann den aktuellen Zustand des Index nicht speichern"1493314934#: git-stash.sh:12514935msgid "Cannot save the untracked files"14936msgstr "Kann die unversionierten Dateien nicht speichern"1493714938#: git-stash.sh:145 git-stash.sh:15814939msgid "Cannot save the current worktree state"14940msgstr "Kann den aktuellen Zustand des Arbeitsverzeichnisses nicht speichern"1494114942#: git-stash.sh:16214943msgid "No changes selected"14944msgstr "Keine Änderungen ausgewählt"1494514946#: git-stash.sh:16514947msgid "Cannot remove temporary index (can't happen)"14948msgstr "Kann temporären Index nicht löschen (kann nicht passieren)"1494914950#: git-stash.sh:17814951msgid "Cannot record working tree state"14952msgstr "Kann Zustand des Arbeitsverzeichnisses nicht aufzeichnen"1495314954#: git-stash.sh:21014955#, sh-format14956msgid "Cannot update $ref_stash with $w_commit"14957msgstr "Kann $ref_stash nicht mit $w_commit aktualisieren."1495814959#. TRANSLATORS: $option is an invalid option, like14960#. `--blah-blah'. The 7 spaces at the beginning of the14961#. second line correspond to "error: ". So you should line14962#. up the second line with however many characters the14963#. translation of "error: " takes in your language. E.g. in14964#. English this is:14965#.14966#. $ git stash save --blah-blah 2>&1 | head -n 214967#. error: unknown option for 'stash save': --blah-blah14968#. To provide a message, use git stash save -- '--blah-blah'14969#: git-stash.sh:26614970#, sh-format14971msgid ""14972"error: unknown option for 'stash save': $option\n"14973" To provide a message, use git stash save -- '$option'"14974msgstr ""14975"Fehler: unbekannte Option für 'stash save': $option\n"14976" Um eine Beschreibung anzugeben, benutzen Sie \"git stash save -- "14977"'$option'\""1497814979#: git-stash.sh:28114980msgid "Can't use --patch and --include-untracked or --all at the same time"14981msgstr ""14982"Kann nicht gleichzeitig --patch und --include-untracked oder --all verwenden"1498314984#: git-stash.sh:28914985msgid "No local changes to save"14986msgstr "Keine lokalen Änderungen zum Speichern"1498714988#: git-stash.sh:29414989msgid "Cannot initialize stash"14990msgstr "Kann \"stash\" nicht initialisieren"1499114992#: git-stash.sh:29814993msgid "Cannot save the current status"14994msgstr "Kann den aktuellen Status nicht speichern"1499514996#: git-stash.sh:29914997#, sh-format14998msgid "Saved working directory and index state $stash_msg"14999msgstr "Speicherte Arbeitsverzeichnis und Index-Status $stash_msg"1500015001#: git-stash.sh:32615002msgid "Cannot remove worktree changes"15003msgstr "Kann Änderungen im Arbeitsverzeichnis nicht löschen"1500415005#: git-stash.sh:47415006#, sh-format15007msgid "unknown option: $opt"15008msgstr "unbekannte Option: $opt"1500915010#: git-stash.sh:48715011msgid "No stash entries found."15012msgstr "Keine Stash-Einträge gefunden."1501315014#: git-stash.sh:49415015#, sh-format15016msgid "Too many revisions specified: $REV"15017msgstr "Zu viele Commits angegeben: $REV"1501815019#: git-stash.sh:50915020#, sh-format15021msgid "$reference is not a valid reference"15022msgstr "$reference ist keine gültige Referenz"1502315024#: git-stash.sh:53715025#, sh-format15026msgid "'$args' is not a stash-like commit"15027msgstr "'$args' ist kein \"stash\"-artiger Commit"1502815029#: git-stash.sh:54815030#, sh-format15031msgid "'$args' is not a stash reference"15032msgstr "'$args' ist keine \"stash\"-Referenz"1503315034#: git-stash.sh:55615035msgid "unable to refresh index"15036msgstr "Konnte den Index nicht aktualisieren."1503715038#: git-stash.sh:56015039msgid "Cannot apply a stash in the middle of a merge"15040msgstr "Kann \"stash\" nicht anwenden, solang ein Merge im Gange ist"1504115042#: git-stash.sh:56815043msgid "Conflicts in index. Try without --index."15044msgstr "Konflikte im Index. Versuchen Sie es ohne --index."1504515046#: git-stash.sh:57015047msgid "Could not save index tree"15048msgstr "Konnte Index-Verzeichnis nicht speichern"1504915050#: git-stash.sh:57915051msgid "Could not restore untracked files from stash entry"15052msgstr "Konnte unversionierte Dateien vom Stash-Eintrag nicht wiederherstellen."1505315054#: git-stash.sh:60415055msgid "Cannot unstage modified files"15056msgstr "Kann geänderte Dateien nicht aus dem Index entfernen"1505715058#: git-stash.sh:61915059msgid "Index was not unstashed."15060msgstr "Index wurde nicht aus dem Stash zurückgeladen."1506115062#: git-stash.sh:63315063msgid "The stash entry is kept in case you need it again."15064msgstr "Der Stash-Eintrag wird behalten, im Falle Sie benötigen diesen nochmal."1506515066#: git-stash.sh:64215067#, sh-format15068msgid "Dropped ${REV} ($s)"15069msgstr "Gelöscht ${REV} ($s)"1507015071#: git-stash.sh:64315072#, sh-format15073msgid "${REV}: Could not drop stash entry"15074msgstr "${REV}: Konnte \"stash\"-Eintrag nicht löschen"1507515076#: git-stash.sh:65115077msgid "No branch name specified"15078msgstr "Kein Branchname spezifiziert"1507915080#: git-stash.sh:73015081msgid "(To restore them type \"git stash apply\")"15082msgstr "(Zur Wiederherstellung geben Sie \"git stash apply\" ein)"1508315084#: git-submodule.sh:18115085msgid "Relative path can only be used from the toplevel of the working tree"15086msgstr ""15087"Relative Pfade können nur von der obersten Ebene des Arbeitsverzeichnisses "15088"benutzt werden."1508915090#: git-submodule.sh:19115091#, sh-format15092msgid "repo URL: '$repo' must be absolute or begin with ./|../"15093msgstr "repo URL: '$repo' muss absolut sein oder mit ./|../ beginnen"1509415095#: git-submodule.sh:21015096#, sh-format15097msgid "'$sm_path' already exists in the index"15098msgstr "'$sm_path' ist bereits zum Commit vorgemerkt"1509915100#: git-submodule.sh:21315101#, sh-format15102msgid "'$sm_path' already exists in the index and is not a submodule"15103msgstr "'$sm_path' ist bereits zum Commit vorgemerkt und ist kein Submodul"1510415105#: git-submodule.sh:21915106#, sh-format15107msgid ""15108"The following path is ignored by one of your .gitignore files:\n"15109"$sm_path\n"15110"Use -f if you really want to add it."15111msgstr ""15112"Der folgende Pfad wird durch eine Ihrer \".gitignore\" Dateien ignoriert:\n"15113"$sm_path\n"15114"Benutzen Sie -f wenn Sie diesen wirklich hinzufügen möchten."1511515116#: git-submodule.sh:23715117#, sh-format15118msgid "Adding existing repo at '$sm_path' to the index"15119msgstr "Füge existierendes Repository in '$sm_path' dem Index hinzu."1512015121#: git-submodule.sh:23915122#, sh-format15123msgid "'$sm_path' already exists and is not a valid git repo"15124msgstr "'$sm_path' existiert bereits und ist kein gültiges Git-Repository"1512515126#: git-submodule.sh:24715127#, sh-format15128msgid "A git directory for '$sm_name' is found locally with remote(s):"15129msgstr ""15130"Ein Git-Verzeichnis für '$sm_name' wurde lokal gefunden mit den Remote-"15131"Repositories:"1513215133#: git-submodule.sh:24915134#, sh-format15135msgid ""15136"If you want to reuse this local git directory instead of cloning again from\n"15137" $realrepo\n"15138"use the '--force' option. If the local git directory is not the correct "15139"repo\n"15140"or you are unsure what this means choose another name with the '--name' "15141"option."15142msgstr ""15143"Wenn Sie das lokale Git-Verzeichnis wiederverwenden wollen, anstatt erneut "15144"von\n"15145" $realrepo\n"15146"zu klonen, benutzen Sie die Option '--force'. Wenn das lokale Git-"15147"Verzeichnis\n"15148"nicht das korrekte Repository ist oder Sie unsicher sind, was das bedeutet,\n"15149"wählen Sie einen anderen Namen mit der Option '--name'."1515015151#: git-submodule.sh:25515152#, sh-format15153msgid "Reactivating local git directory for submodule '$sm_name'."15154msgstr "Reaktiviere lokales Git-Verzeichnis für Submodul '$sm_name'."1515515156#: git-submodule.sh:26715157#, sh-format15158msgid "Unable to checkout submodule '$sm_path'"15159msgstr "Kann Submodul '$sm_path' nicht auschecken"1516015161#: git-submodule.sh:27215162#, sh-format15163msgid "Failed to add submodule '$sm_path'"15164msgstr "Hinzufügen von Submodul '$sm_path' fehlgeschlagen"1516515166#: git-submodule.sh:28115167#, sh-format15168msgid "Failed to register submodule '$sm_path'"15169msgstr "Fehler beim Eintragen von Submodul '$sm_path' in die Konfiguration."1517015171#: git-submodule.sh:34215172#, sh-format15173msgid "Entering '$displaypath'"15174msgstr "Betrete '$displaypath'"1517515176#: git-submodule.sh:36215177#, sh-format15178msgid "Stopping at '$displaypath'; script returned non-zero status."15179msgstr "Stoppe bei '$displaypath'; Skript gab nicht-Null Status zurück."1518015181#: git-submodule.sh:43315182#, sh-format15183msgid "pathspec and --all are incompatible"15184msgstr "Pfadspezifikationen und --all sind inkompatibel."1518515186#: git-submodule.sh:43815187#, sh-format15188msgid "Use '--all' if you really want to deinitialize all submodules"15189msgstr ""15190"Verwenden Sie '--all', wenn Sie wirklich alle Submodule deinitialisieren\n"15191"möchten."1519215193#: git-submodule.sh:45815194#, sh-format15195msgid ""15196"Submodule work tree '$displaypath' contains a .git directory\n"15197"(use 'rm -rf' if you really want to remove it including all of its history)"15198msgstr ""15199"Arbeitsverzeichnis von Submodul in '$displaypath' enthält ein .git-"15200"Verzeichnis\n"15201"(benutzen Sie 'rm -rf' wenn Sie dieses wirklich mitsamt seiner Historie "15202"löschen\n"15203"möchten)"1520415205#: git-submodule.sh:46615206#, sh-format15207msgid ""15208"Submodule work tree '$displaypath' contains local modifications; use '-f' to "15209"discard them"15210msgstr ""15211"Arbeitsverzeichnis von Submodul in '$displaypath' enthält lokale Änderungen; "15212"verwenden Sie '-f', um diese zu verwerfen"1521315214#: git-submodule.sh:46915215#, sh-format15216msgid "Cleared directory '$displaypath'"15217msgstr "Verzeichnis '$displaypath' bereinigt."1521815219#: git-submodule.sh:47015220#, sh-format15221msgid "Could not remove submodule work tree '$displaypath'"15222msgstr ""15223"Konnte Arbeitsverzeichnis des Submoduls in '$displaypath' nicht löschen."1522415225#: git-submodule.sh:47315226#, sh-format15227msgid "Could not create empty submodule directory '$displaypath'"15228msgstr ""15229"Konnte kein leeres Verzeichnis für Submodul in '$displaypath' erstellen."1523015231#: git-submodule.sh:48215232#, sh-format15233msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"15234msgstr ""15235"Submodul '$name' ($url) für Pfad '$displaypath' wurde aus der Konfiguration "15236"entfernt."1523715238#: git-submodule.sh:63815239#, sh-format15240msgid "Unable to find current revision in submodule path '$displaypath'"15241msgstr "Konnte aktuellen Commit in Submodul-Pfad '$displaypath' nicht finden."1524215243#: git-submodule.sh:64815244#, sh-format15245msgid "Unable to fetch in submodule path '$sm_path'"15246msgstr "Konnte \"fetch\" in Submodul-Pfad '$sm_path' nicht ausführen"1524715248#: git-submodule.sh:65315249#, sh-format15250msgid ""15251"Unable to find current ${remote_name}/${branch} revision in submodule path "15252"'$sm_path'"15253msgstr ""15254"Konnte aktuellen Commit von ${remote_name}/${branch} in Submodul-Pfad\n"15255"'$sm_path' nicht finden."1525615257#: git-submodule.sh:67115258#, sh-format15259msgid "Unable to fetch in submodule path '$displaypath'"15260msgstr "Konnte \"fetch\" in Submodul-Pfad '$displaypath' nicht ausführen"1526115262#: git-submodule.sh:67715263#, sh-format15264msgid ""15265"Fetched in submodule path '$displaypath', but it did not contain $sha1. "15266"Direct fetching of that commit failed."15267msgstr ""15268"\"fetch\" in Submodul-Pfad '$displaypath' ausgeführt, aber $sha1 nicht\n"15269"enthalten. Direktes Anfordern dieses Commits ist fehlgeschlagen."1527015271#: git-submodule.sh:68415272#, sh-format15273msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"15274msgstr "Konnte '$sha1' in Submodul-Pfad '$displaypath' nicht auschecken."1527515276#: git-submodule.sh:68515277#, sh-format15278msgid "Submodule path '$displaypath': checked out '$sha1'"15279msgstr "Submodul-Pfad: '$displaypath': '$sha1' ausgecheckt"1528015281#: git-submodule.sh:68915282#, sh-format15283msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"15284msgstr "Rebase auf '$sha1' in Submodul-Pfad '$displaypath' nicht möglich"1528515286#: git-submodule.sh:69015287#, sh-format15288msgid "Submodule path '$displaypath': rebased into '$sha1'"15289msgstr "Submodul-Pfad '$displaypath': Rebase auf '$sha1'"1529015291#: git-submodule.sh:69515292#, sh-format15293msgid "Unable to merge '$sha1' in submodule path '$displaypath'"15294msgstr "Merge von '$sha1' in Submodul-Pfad '$displaypath' fehlgeschlagen"1529515296#: git-submodule.sh:69615297#, sh-format15298msgid "Submodule path '$displaypath': merged in '$sha1'"15299msgstr "Submodul-Pfad '$displaypath': zusammengeführt in '$sha1'"1530015301#: git-submodule.sh:70115302#, sh-format15303msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"15304msgstr ""15305"Ausführung von '$command $sha1' in Submodul-Pfad '$displaypath' "15306"fehlgeschlagen"1530715308#: git-submodule.sh:70215309#, sh-format15310msgid "Submodule path '$displaypath': '$command $sha1'"15311msgstr "Submodul-Pfad '$displaypath': '$command $sha1'"1531215313#: git-submodule.sh:73315314#, sh-format15315msgid "Failed to recurse into submodule path '$displaypath'"15316msgstr "Fehler bei Rekursion in Submodul-Pfad '$displaypath'"1531715318#: git-submodule.sh:84115319msgid "The --cached option cannot be used with the --files option"15320msgstr ""15321"Die Optionen --cached und --files können nicht gemeinsam verwendet werden."1532215323#: git-submodule.sh:89315324#, sh-format15325msgid "unexpected mode $mod_dst"15326msgstr "unerwarteter Modus $mod_dst"1532715328#: git-submodule.sh:91315329#, sh-format15330msgid " Warn: $display_name doesn't contain commit $sha1_src"15331msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_src"1533215333#: git-submodule.sh:91615334#, sh-format15335msgid " Warn: $display_name doesn't contain commit $sha1_dst"15336msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_dst"1533715338#: git-submodule.sh:91915339#, sh-format15340msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"15341msgstr ""15342" Warnung: $display_name beinhaltet nicht die Commits $sha1_src und $sha1_dst"1534315344#: git-submodule.sh:106515345#, sh-format15346msgid "Failed to recurse into submodule path '$sm_path'"15347msgstr "Fehler bei Rekursion in Submodul-Pfad '$sm_path'"1534815349#: git-submodule.sh:113715350#, sh-format15351msgid "Synchronizing submodule url for '$displaypath'"15352msgstr "Synchronisiere Submodul-URL für '$displaypath'"1535315354#: git-parse-remote.sh:8915355#, sh-format15356msgid "See git-${cmd}(1) for details."15357msgstr "Siehe git-${cmd}(1) für weitere Details."1535815359#: git-rebase--interactive.sh:14015360#, sh-format15361msgid "Rebasing ($new_count/$total)"15362msgstr "Führe Rebase aus ($new_count/$total)"1536315364#: git-rebase--interactive.sh:15615365msgid ""15366"\n"15367"Commands:\n"15368" p, pick = use commit\n"15369" r, reword = use commit, but edit the commit message\n"15370" e, edit = use commit, but stop for amending\n"15371" s, squash = use commit, but meld into previous commit\n"15372" f, fixup = like \"squash\", but discard this commit's log message\n"15373" x, exec = run command (the rest of the line) using shell\n"15374" d, drop = remove commit\n"15375"\n"15376"These lines can be re-ordered; they are executed from top to bottom.\n"15377msgstr ""15378"\n"15379"Befehle:\n"15380" p, pick = Commit verwenden\n"15381" r, reword = Commit verwenden, aber Commit-Beschreibung bearbeiten\n"15382" e, edit = Commit verwenden, aber zum Nachbessern anhalten\n"15383" s, squash = Commit verwenden, aber mit vorherigem Commit vereinen\n"15384" f, fixup = wie \"squash\", aber diese Commit-Beschreibung verwerfen\n"15385" x, exec = Befehl (Rest der Zeile) mittels Shell ausführen\n"15386" d, drop = Commit entfernen\n"15387"\n"15388"Diese Zeilen können umsortiert werden; Sie werden von oben nach unten\n"15389"ausgeführt.\n"1539015391#: git-rebase--interactive.sh:17115392msgid ""15393"\n"15394"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"15395msgstr ""15396"\n"15397"Keine Zeile entfernen. Benutzen Sie 'drop', um explizit einen Commit zu\n"15398"entfernen.\n"1539915400#: git-rebase--interactive.sh:17515401msgid ""15402"\n"15403"If you remove a line here THAT COMMIT WILL BE LOST.\n"15404msgstr ""15405"\n"15406"Wenn Sie hier eine Zeile entfernen, wird DIESER COMMIT VERLOREN GEHEN.\n"1540715408#: git-rebase--interactive.sh:21115409#, sh-format15410msgid ""15411"You can amend the commit now, with\n"15412"\n"15413"\tgit commit --amend $gpg_sign_opt_quoted\n"15414"\n"15415"Once you are satisfied with your changes, run\n"15416"\n"15417"\tgit rebase --continue"15418msgstr ""15419"Sie können den Commit nun nachbessern mit:\n"15420"\n"15421"\tgit commit --amend $gpg_sign_opt_quoted\n"15422"\n"15423"Sobald Sie mit Ihren Änderungen zufrieden sind, führen Sie aus:\n"15424"\n"15425"\tgit rebase --continue"1542615427#: git-rebase--interactive.sh:23615428#, sh-format15429msgid "$sha1: not a commit that can be picked"15430msgstr "$sha1: kein Commit der gepickt werden kann"1543115432#: git-rebase--interactive.sh:27515433#, sh-format15434msgid "Invalid commit name: $sha1"15435msgstr "Ungültiger Commit-Name: $sha1"1543615437#: git-rebase--interactive.sh:31715438msgid "Cannot write current commit's replacement sha1"15439msgstr "Kann ersetzenden SHA-1 des aktuellen Commits nicht schreiben"1544015441#: git-rebase--interactive.sh:36915442#, sh-format15443msgid "Fast-forward to $sha1"15444msgstr "Spule vor zu $sha1"1544515446#: git-rebase--interactive.sh:37115447#, sh-format15448msgid "Cannot fast-forward to $sha1"15449msgstr "Kann nicht zu $sha1 vorspulen"1545015451#: git-rebase--interactive.sh:38015452#, sh-format15453msgid "Cannot move HEAD to $first_parent"15454msgstr "Kann HEAD nicht auf $first_parent setzen"1545515456#: git-rebase--interactive.sh:38515457#, sh-format15458msgid "Refusing to squash a merge: $sha1"15459msgstr "\"squash\" eines Merges ($sha1) zurückgewiesen."1546015461#: git-rebase--interactive.sh:39915462#, sh-format15463msgid "Error redoing merge $sha1"15464msgstr "Fehler beim Wiederholen des Merges von $sha1"1546515466#: git-rebase--interactive.sh:40715467#, sh-format15468msgid "Could not pick $sha1"15469msgstr "Konnte $sha1 nicht picken"1547015471#: git-rebase--interactive.sh:41615472#, sh-format15473msgid "This is the commit message #${n}:"15474msgstr "Das ist Commit-Beschreibung #${n}:"1547515476#: git-rebase--interactive.sh:42115477#, sh-format15478msgid "The commit message #${n} will be skipped:"15479msgstr "Commit-Beschreibung #${n} wird ausgelassen:"1548015481#: git-rebase--interactive.sh:43215482#, sh-format15483msgid "This is a combination of $count commit."15484msgid_plural "This is a combination of $count commits."15485msgstr[0] "Das ist eine Kombination aus $count Commit."15486msgstr[1] "Das ist eine Kombination aus $count Commits."1548715488#: git-rebase--interactive.sh:44115489#, sh-format15490msgid "Cannot write $fixup_msg"15491msgstr "Kann $fixup_msg nicht schreiben"1549215493#: git-rebase--interactive.sh:44415494msgid "This is a combination of 2 commits."15495msgstr "Das ist eine Kombination aus 2 Commits."1549615497#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:52815498#: git-rebase--interactive.sh:53115499#, sh-format15500msgid "Could not apply $sha1... $rest"15501msgstr "Konnte $sha1... ($rest) nicht anwenden"1550215503#: git-rebase--interactive.sh:55915504#, sh-format15505msgid ""15506"Could not amend commit after successfully picking $sha1... $rest\n"15507"This is most likely due to an empty commit message, or the pre-commit hook\n"15508"failed. If the pre-commit hook failed, you may need to resolve the issue "15509"before\n"15510"you are able to reword the commit."15511msgstr ""15512"Konnte Commit nicht nachbessern, nachdem dieser verwendet wurde: $sha1... "15513"$rest\n"15514"Das passierte sehr wahrscheinlich wegen einer leeren Commit-Beschreibung, "15515"oder\n"15516"weil der pre-commit Hook fehlschlug. Falls der pre-commit Hook fehlschlug,\n"15517"sollten Sie das Problem beheben, bevor Sie die Commit-Beschreibung ändern "15518"können."1551915520#: git-rebase--interactive.sh:57415521#, sh-format15522msgid "Stopped at $sha1_abbrev... $rest"15523msgstr "Angehalten bei $sha1_abbrev... $rest"1552415525#: git-rebase--interactive.sh:58915526#, sh-format15527msgid "Cannot '$squash_style' without a previous commit"15528msgstr "Kann nicht '$squash_style' ohne vorherigen Commit"1552915530#: git-rebase--interactive.sh:63115531#, sh-format15532msgid "Executing: $rest"15533msgstr "Führe aus: $rest"1553415535#: git-rebase--interactive.sh:63915536#, sh-format15537msgid "Execution failed: $rest"15538msgstr "Ausführung fehlgeschlagen: $rest"1553915540#: git-rebase--interactive.sh:64115541msgid "and made changes to the index and/or the working tree"15542msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert."1554315544#: git-rebase--interactive.sh:64315545msgid ""15546"You can fix the problem, and then run\n"15547"\n"15548"\tgit rebase --continue"15549msgstr ""15550"Sie können das Problem beheben, und dann\n"15551"\n"15552"\tgit rebase --continue\n"15553"\n"15554"ausführen."1555515556#. TRANSLATORS: after these lines is a command to be issued by the user15557#: git-rebase--interactive.sh:65615558#, sh-format15559msgid ""15560"Execution succeeded: $rest\n"15561"but left changes to the index and/or the working tree\n"15562"Commit or stash your changes, and then run\n"15563"\n"15564"\tgit rebase --continue"15565msgstr ""15566"Ausführung erfolgreich: $rest\n"15567"Aber Änderungen in Index oder Arbeitsverzeichnis verblieben.\n"15568"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\".\n"15569"Führen Sie dann aus:\n"15570"\n"15571"\tgit rebase --continue"1557215573#: git-rebase--interactive.sh:66715574#, sh-format15575msgid "Unknown command: $command $sha1 $rest"15576msgstr "Unbekannter Befehl: $command $sha1 $rest"1557715578#: git-rebase--interactive.sh:66815579msgid "Please fix this using 'git rebase --edit-todo'."15580msgstr "Bitte beheben Sie das, indem Sie 'git rebase --edit-todo' ausführen."1558115582#: git-rebase--interactive.sh:70315583#, sh-format15584msgid "Successfully rebased and updated $head_name."15585msgstr "Erfolgreich Rebase ausgeführt und $head_name aktualisiert."1558615587#: git-rebase--interactive.sh:75015588msgid "Could not skip unnecessary pick commands"15589msgstr "Fehler beim Auslassen von nicht erforderlichen \"pick\"-Befehlen."1559015591#: git-rebase--interactive.sh:90815592#, sh-format15593msgid ""15594"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"15595" - $line"15596msgstr ""15597"Warnung: Der SHA-1 in der folgenden Zeile fehlt oder ist kein Commit:\n"15598" - $line"1559915600#: git-rebase--interactive.sh:94115601#, sh-format15602msgid ""15603"Warning: the command isn't recognized in the following line:\n"15604" - $line"15605msgstr ""15606"Warnung: Das Kommando in der folgenden Zeile wurde nicht erkannt:\n"15607" - $line"1560815609#: git-rebase--interactive.sh:98015610msgid "could not detach HEAD"15611msgstr "Konnte HEAD nicht loslösen"1561215613#: git-rebase--interactive.sh:101815614msgid ""15615"Warning: some commits may have been dropped accidentally.\n"15616"Dropped commits (newer to older):"15617msgstr ""15618"Warnung: Einige Commits könnten aus Versehen entfernt worden sein.\n"15619"Entfernte Commits (neu zu alt):"1562015621#: git-rebase--interactive.sh:102615622msgid ""15623"To avoid this message, use \"drop\" to explicitly remove a commit.\n"15624"\n"15625"Use 'git config rebase.missingCommitsCheck' to change the level of "15626"warnings.\n"15627"The possible behaviours are: ignore, warn, error."15628msgstr ""15629"Um diese Meldung zu vermeiden, benutzen Sie \"drop\", um exlizit Commits zu\n"15630"entfernen.\n"15631"\n"15632"Benutzen Sie 'git config rebase.missingCommitsCheck', um die Stufe der "15633"Warnungen\n"15634"zu ändern.\n"15635"Die möglichen Verhaltensweisen sind: ignore, warn, error."1563615637#: git-rebase--interactive.sh:103715638#, sh-format15639msgid ""15640"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "15641"Ignoring."15642msgstr ""15643"Nicht erkannte Einstellung $check_level für Option rebase."15644"missingCommitsCheck.\n"15645"Ignoriere."1564615647#: git-rebase--interactive.sh:105415648msgid ""15649"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"15650"continue'."15651msgstr ""15652"Sie können das mit 'git rebase --edit-todo' beheben. Führen Sie danach\n"15653"'git rebase --continue' aus."1565415655#: git-rebase--interactive.sh:105515656msgid "Or you can abort the rebase with 'git rebase --abort'."15657msgstr "Oder Sie können den Rebase mit 'git rebase --abort' abbrechen."1565815659#: git-rebase--interactive.sh:108315660msgid "Could not remove CHERRY_PICK_HEAD"15661msgstr "Konnte CHERRY_PICK_HEAD nicht löschen"1566215663#: git-rebase--interactive.sh:108815664#, sh-format15665msgid ""15666"You have staged changes in your working tree.\n"15667"If these changes are meant to be\n"15668"squashed into the previous commit, run:\n"15669"\n"15670" git commit --amend $gpg_sign_opt_quoted\n"15671"\n"15672"If they are meant to go into a new commit, run:\n"15673"\n"15674" git commit $gpg_sign_opt_quoted\n"15675"\n"15676"In both cases, once you're done, continue with:\n"15677"\n"15678" git rebase --continue\n"15679msgstr ""15680"Es befinden sich zum Commit vorgemerkte Änderungen in Ihrem "15681"Arbeitsverzeichnis.\n"15682"Wenn diese Änderungen in den vorherigen Commit aufgenommen werden sollen,\n"15683"führen Sie aus:\n"15684"\n"15685" git commit --amend $gpg_sign_opt_quoted\n"15686"\n"15687"Wenn daraus ein neuer Commit erzeugt werden soll, führen Sie aus:\n"15688"\n"15689" git commit $gpg_sign_opt_quoted\n"15690"\n"15691"Im Anschluss führen Sie zum Fortfahren aus:\n"15692"\n"15693" git rebase --continue\n"1569415695#: git-rebase--interactive.sh:110515696msgid "Error trying to find the author identity to amend commit"15697msgstr ""15698"Fehler beim Versuch die Identität des Authors zum Verbessern des Commits zu\n"15699"finden"1570015701#: git-rebase--interactive.sh:111015702msgid ""15703"You have uncommitted changes in your working tree. Please commit them\n"15704"first and then run 'git rebase --continue' again."15705msgstr ""15706"Sie haben nicht committete Änderungen in Ihrem Arbeitsverzeichnis. Bitte\n"15707"committen Sie diese zuerst und führen Sie dann 'git rebase --continue' "15708"erneut\n"15709"aus."1571015711#: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:111915712msgid "Could not commit staged changes."15713msgstr "Konnte Änderungen aus der Staging-Area nicht committen."1571415715#: git-rebase--interactive.sh:114715716msgid ""15717"\n"15718"You are editing the todo file of an ongoing interactive rebase.\n"15719"To continue rebase after editing, run:\n"15720" git rebase --continue\n"15721"\n"15722msgstr ""15723"\n"15724"Sie bearbeiten gerade die TODO-Datei eines laufenden interaktiven Rebase.\n"15725"Um den Rebase nach dem Editieren fortzusetzen, führen Sie aus:\n"15726" git rebase --continue\n"15727"\n"1572815729#: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:131315730msgid "Could not execute editor"15731msgstr "Konnte Editor nicht ausführen."1573215733#: git-rebase--interactive.sh:116815734#, sh-format15735msgid "Could not checkout $switch_to"15736msgstr "Konnte $switch_to nicht auschecken."1573715738#: git-rebase--interactive.sh:117315739msgid "No HEAD?"15740msgstr "Kein HEAD?"1574115742#: git-rebase--interactive.sh:117415743#, sh-format15744msgid "Could not create temporary $state_dir"15745msgstr "Konnte temporäres Verzeichnis $state_dir nicht erstellen."1574615747#: git-rebase--interactive.sh:117615748msgid "Could not mark as interactive"15749msgstr "Konnte nicht als interaktiven Rebase markieren."1575015751#: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:119115752msgid "Could not init rewritten commits"15753msgstr "Konnte neu geschriebene Commits nicht initialisieren."1575415755#: git-rebase--interactive.sh:129115756#, sh-format15757msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"15758msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"15759msgstr[0] "Rebase von $shortrevisions auf $shortonto ($todocount Kommando)"15760msgstr[1] "Rebase von $shortrevisions auf $shortonto ($todocount Kommandos)"1576115762#: git-rebase--interactive.sh:129615763msgid ""15764"\n"15765"However, if you remove everything, the rebase will be aborted.\n"15766"\n"15767msgstr ""15768"\n"15769"Wenn Sie jedoch alles löschen, wird der Rebase abgebrochen.\n"15770"\n"1577115772#: git-rebase--interactive.sh:130315773msgid "Note that empty commits are commented out"15774msgstr "Leere Commits sind auskommentiert."1577515776#: git-sh-setup.sh:89 git-sh-setup.sh:9415777#, sh-format15778msgid "usage: $dashless $USAGE"15779msgstr "Verwendung: $dashless $USAGE"1578015781#: git-sh-setup.sh:19015782#, sh-format15783msgid "Cannot chdir to $cdup, the toplevel of the working tree"15784msgstr ""15785"Konnte nicht in Verzeichnis $cdup wechseln, der obersten Ebene des\n"15786"Arbeitsverzeichnisses."1578715788#: git-sh-setup.sh:199 git-sh-setup.sh:20615789#, sh-format15790msgid "fatal: $program_name cannot be used without a working tree."15791msgstr ""15792"fatal: $program_name kann ohne ein Arbeitsverzeichnis nicht verwendet werden."1579315794#: git-sh-setup.sh:22015795msgid "Cannot rebase: You have unstaged changes."15796msgstr ""15797"Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit vorgemerkt "15798"sind."1579915800#: git-sh-setup.sh:22315801msgid "Cannot rewrite branches: You have unstaged changes."15802msgstr ""15803"Kann Branches nicht neu schreiben: Sie haben Änderungen, die nicht zum "15804"Commit\n"15805"vorgemerkt sind."1580615807#: git-sh-setup.sh:22615808msgid "Cannot pull with rebase: You have unstaged changes."15809msgstr ""15810"Kann \"pull\" mit \"rebase\" nicht ausführen: Sie haben Änderungen, die "15811"nicht zum Commit vorgemerkt sind."1581215813#: git-sh-setup.sh:22915814#, sh-format15815msgid "Cannot $action: You have unstaged changes."15816msgstr ""15817"Kann $action nicht ausführen: Sie haben Änderungen, die nicht zum Commit\n"15818"vorgemerkt sind."1581915820#: git-sh-setup.sh:24215821msgid "Cannot rebase: Your index contains uncommitted changes."15822msgstr ""15823"Rebase nicht möglich: Die Staging-Area beinhaltet nicht committete "15824"Änderungen."1582515826#: git-sh-setup.sh:24515827msgid "Cannot pull with rebase: Your index contains uncommitted changes."15828msgstr ""15829"Kann \"pull\" mit \"rebase\" nicht ausführen: Die Staging-Area beinhaltet "15830"nicht committete Änderungen."1583115832#: git-sh-setup.sh:24815833#, sh-format15834msgid "Cannot $action: Your index contains uncommitted changes."15835msgstr ""15836"Kann $action nicht ausführen: Die Staging-Area beinhaltet nicht committete\n"15837"Änderungen."1583815839#: git-sh-setup.sh:25215840msgid "Additionally, your index contains uncommitted changes."15841msgstr "Zusätzlich beinhaltet die Staging-Area nicht committete Änderungen."1584215843#: git-sh-setup.sh:37215844msgid "You need to run this command from the toplevel of the working tree."15845msgstr ""15846"Sie müssen den Befehl von der obersten Ebene des Arbeitsverzeichnisses "15847"ausführen."1584815849#: git-sh-setup.sh:37715850msgid "Unable to determine absolute path of git directory"15851msgstr "Konnte absoluten Pfad des Git-Verzeichnisses nicht bestimmen."1585215853#. TRANSLATORS: you can adjust this to align "git add -i" status menu15854#: git-add--interactive.perl:19615855#, perl-format15856msgid "%12s %12s %s"15857msgstr "%28s %25s %s"1585815859#: git-add--interactive.perl:19715860msgid "staged"15861msgstr "zur Staging-Area hinzugefügt"1586215863#: git-add--interactive.perl:19715864msgid "unstaged"15865msgstr "aus Staging-Area entfernt"1586615867#: git-add--interactive.perl:246 git-add--interactive.perl:27115868msgid "binary"15869msgstr "Binär"1587015871#: git-add--interactive.perl:255 git-add--interactive.perl:30915872msgid "nothing"15873msgstr "Nichts"1587415875#: git-add--interactive.perl:291 git-add--interactive.perl:30615876msgid "unchanged"15877msgstr "unverändert"1587815879#: git-add--interactive.perl:60215880#, perl-format15881msgid "added %d path\n"15882msgid_plural "added %d paths\n"15883msgstr[0] "%d Pfad hinzugefügt\n"15884msgstr[1] "%d Pfade hinzugefügt\n"1588515886#: git-add--interactive.perl:60515887#, perl-format15888msgid "updated %d path\n"15889msgid_plural "updated %d paths\n"15890msgstr[0] "%d Pfad aktualisiert\n"15891msgstr[1] "%d Pfade aktualisiert\n"1589215893#: git-add--interactive.perl:60815894#, perl-format15895msgid "reverted %d path\n"15896msgid_plural "reverted %d paths\n"15897msgstr[0] "%d Pfad wiederhergestellt\n"15898msgstr[1] "%d Pfade wiederhergestellt\n"1589915900#: git-add--interactive.perl:61115901#, perl-format15902msgid "touched %d path\n"15903msgid_plural "touched %d paths\n"15904msgstr[0] "%d Pfad angefasst\n"15905msgstr[1] "%d Pfade angefasst\n"1590615907#: git-add--interactive.perl:62015908msgid "Update"15909msgstr "Aktualisieren"1591015911#: git-add--interactive.perl:63215912msgid "Revert"15913msgstr "Revert"1591415915#: git-add--interactive.perl:65515916#, perl-format15917msgid "note: %s is untracked now.\n"15918msgstr "Hinweis: %s ist nun unversioniert.\n"1591915920#: git-add--interactive.perl:66615921msgid "Add untracked"15922msgstr "unversionierte Dateien hinzufügen"1592315924#: git-add--interactive.perl:67215925msgid "No untracked files.\n"15926msgstr "Keine unversionierten Dateien.\n"1592715928#: git-add--interactive.perl:98515929msgid ""15930"If the patch applies cleanly, the edited hunk will immediately be\n"15931"marked for staging."15932msgstr ""15933"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"15934"Block\n"15935"direkt als zum Hinzufügen zur Staging-Area markiert."1593615937#: git-add--interactive.perl:98815938msgid ""15939"If the patch applies cleanly, the edited hunk will immediately be\n"15940"marked for stashing."15941msgstr ""15942"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"15943"Block\n"15944"direkt als zum Hinzufügen zum Stash markiert."1594515946#: git-add--interactive.perl:99115947msgid ""15948"If the patch applies cleanly, the edited hunk will immediately be\n"15949"marked for unstaging."15950msgstr ""15951"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"15952"Block\n"15953"direkt als zum Entfernen aus der Staging-Area markiert."1595415955#: git-add--interactive.perl:994 git-add--interactive.perl:100315956msgid ""15957"If the patch applies cleanly, the edited hunk will immediately be\n"15958"marked for applying."15959msgstr ""15960"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"15961"Block\n"15962"direkt als zum Anwenden markiert."1596315964#: git-add--interactive.perl:997 git-add--interactive.perl:100015965msgid ""15966"If the patch applies cleanly, the edited hunk will immediately be\n"15967"marked for discarding."15968msgstr ""15969"Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"15970"Block\n"15971"direkt als zum Verwerfen markiert."1597215973#: git-add--interactive.perl:101315974#, perl-format15975msgid "failed to open hunk edit file for writing: %s"15976msgstr ""15977"Fehler beim Öffnen von Editier-Datei eines Patch-Blocks zum Schreiben: %s"1597815979#: git-add--interactive.perl:101415980msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"15981msgstr ""15982"Manueller Editiermodus für Patch-Blöcke -- siehe nach unten für eine\n"15983"Kurzanleitung.\n"1598415985#: git-add--interactive.perl:102015986#, perl-format15987msgid ""15988"---\n"15989"To remove '%s' lines, make them ' ' lines (context).\n"15990"To remove '%s' lines, delete them.\n"15991"Lines starting with %s will be removed.\n"15992msgstr ""15993"---\n"15994"Um '%s' Zeilen zu entfernen, machen Sie aus diesen ' ' Zeilen (Kontext).\n"15995"Um '%s' Zeilen zu entfernen, löschen Sie diese.\n"15996"Zeilen, die mit %s beginnen, werden entfernt.\n"1599715998#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.15999#: git-add--interactive.perl:102816000msgid ""16001"If it does not apply cleanly, you will be given an opportunity to\n"16002"edit again. If all lines of the hunk are removed, then the edit is\n"16003"aborted and the hunk is left unchanged.\n"16004msgstr ""16005"Wenn das nicht sauber angewendet werden kann, haben Sie die Möglichkeit\n"16006"einer erneuten Bearbeitung. Wenn alle Zeilen des Patch-Blocks entfernt "16007"werden,\n"16008"wird die Bearbeitung abgebrochen und der Patch-Block bleibt unverändert.\n"1600916010#: git-add--interactive.perl:104216011#, perl-format16012msgid "failed to open hunk edit file for reading: %s"16013msgstr "Fehler beim Öffnen von Editier-Datei eines Patch-Blocks zum Lesen: %s"1601416015#. TRANSLATORS: do not translate [y/n]16016#. The program will only accept that input16017#. at this point.16018#. Consider translating (saying "no" discards!) as16019#. (saying "n" for "no" discards!) if the translation16020#. of the word "no" does not start with n.16021#: git-add--interactive.perl:113416022msgid ""16023"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "16024msgstr ""16025"Ihr bearbeiteter Patch-Block kann nicht angewendet werden.\n"16026"Erneut bearbeiten? (\"n\" verwirft Bearbeitung!) [y/n]?"1602716028#: git-add--interactive.perl:114316029msgid ""16030"y - stage this hunk\n"16031"n - do not stage this hunk\n"16032"q - quit; do not stage this hunk or any of the remaining ones\n"16033"a - stage this hunk and all later hunks in the file\n"16034"d - do not stage this hunk or any of the later hunks in the file"16035msgstr ""16036"y - diesen Patch-Block zum Commit vormerken\n"16037"n - diesen Patch-Block nicht zum Commit vormerken\n"16038"q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht zum Commit "16039"vormerken\n"16040"a - diesen und alle weiteren Patch-Blöcke dieser Datei zum Commit vormerken\n"16041"d - diesen oder alle weiteren Patch-Blöcke in dieser Datei nicht zum Commit "16042"vormerken"1604316044#: git-add--interactive.perl:114916045msgid ""16046"y - stash this hunk\n"16047"n - do not stash this hunk\n"16048"q - quit; do not stash this hunk or any of the remaining ones\n"16049"a - stash this hunk and all later hunks in the file\n"16050"d - do not stash this hunk or any of the later hunks in the file"16051msgstr ""16052"y - diesen Patch-Block stashen\n"16053"n - diesen Patch-Block nicht stashen\n"16054"q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht stashen\n"16055"a - diesen und alle weiteren Patch-Blöcke dieser Datei stashen\n"16056"d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht stashen"1605716058#: git-add--interactive.perl:115516059msgid ""16060"y - unstage this hunk\n"16061"n - do not unstage this hunk\n"16062"q - quit; do not unstage this hunk or any of the remaining ones\n"16063"a - unstage this hunk and all later hunks in the file\n"16064"d - do not unstage this hunk or any of the later hunks in the file"16065msgstr ""16066"y - diesen Patch-Block unstashen\n"16067"n - diesen Patch-Block nicht unstashen\n"16068"q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht unstashen\n"16069"a - diesen und alle weiteren Patch-Blöcke dieser Datei unstashen\n"16070"d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht unstashen"1607116072#: git-add--interactive.perl:116116073msgid ""16074"y - apply this hunk to index\n"16075"n - do not apply this hunk to index\n"16076"q - quit; do not apply this hunk or any of the remaining ones\n"16077"a - apply this hunk and all later hunks in the file\n"16078"d - do not apply this hunk or any of the later hunks in the file"16079msgstr ""16080"y - diesen Patch-Block auf den Index anwenden\n"16081"n - diesen Patch-Block nicht auf den Index anwenden\n"16082"q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht auf den Index "16083"anwenden\n"16084"a - diesen und alle weiteren Patch-Blöcke dieser Datei auf den Index "16085"anwenden\n"16086"d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht auf den Index "16087"anwenden"1608816089#: git-add--interactive.perl:116716090msgid ""16091"y - discard this hunk from worktree\n"16092"n - do not discard this hunk from worktree\n"16093"q - quit; do not discard this hunk or any of the remaining ones\n"16094"a - discard this hunk and all later hunks in the file\n"16095"d - do not discard this hunk or any of the later hunks in the file"16096msgstr ""16097"y - diesen Patch-Block im Arbeitsverzeichnis verwerfen\n"16098"n - diesen Patch-Block im Arbeitsverzeichnis nicht verwerfen\n"16099"q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht im "16100"Arbeitsverzeichnis verwerfen\n"16101"a - diesen und alle weiteren Patch-Blöcke dieser Datei im Arbeitsverzeichnis "16102"verwerfen\n"16103"d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht im "16104"Arbeitsverzeichnis verwerfen"1610516106#: git-add--interactive.perl:117316107msgid ""16108"y - discard this hunk from index and worktree\n"16109"n - do not discard this hunk from index and worktree\n"16110"q - quit; do not discard this hunk or any of the remaining ones\n"16111"a - discard this hunk and all later hunks in the file\n"16112"d - do not discard this hunk or any of the later hunks in the file"16113msgstr ""16114"y - diesen Patch-Block im Index und Arbeitsverzeichnis verwerfen\n"16115"n - diesen Patch-Block nicht im Index und Arbeitsverzeichnis verwerfen\n"16116"q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht im Index und "16117"Arbeitsverzeichnis verwerfen\n"16118"a - diesen und alle weiteren Patch-Blöcke in der Datei verwerfen\n"16119"d - diesen oder alle weiteren Patch-Blöcke in der Datei nicht verwerfen"1612016121#: git-add--interactive.perl:117916122msgid ""16123"y - apply this hunk to index and worktree\n"16124"n - do not apply this hunk to index and worktree\n"16125"q - quit; do not apply this hunk or any of the remaining ones\n"16126"a - apply this hunk and all later hunks in the file\n"16127"d - do not apply this hunk or any of the later hunks in the file"16128msgstr ""16129"y - diesen Patch-Block im Index und auf Arbeitsverzeichnis anwenden\n"16130"n - diesen Patch-Block nicht im Index und auf Arbeitsverzeichnis anwenden\n"16131"q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht anwenden\n"16132"a - diesen und alle weiteren Patch-Blöcke in der Datei anwenden\n"16133"d - diesen oder alle weiteren Patch-Blöcke in der Datei nicht anwenden"1613416135#: git-add--interactive.perl:118816136msgid ""16137"g - select a hunk to go to\n"16138"/ - search for a hunk matching the given regex\n"16139"j - leave this hunk undecided, see next undecided hunk\n"16140"J - leave this hunk undecided, see next hunk\n"16141"k - leave this hunk undecided, see previous undecided hunk\n"16142"K - leave this hunk undecided, see previous hunk\n"16143"s - split the current hunk into smaller hunks\n"16144"e - manually edit the current hunk\n"16145"? - print help\n"16146msgstr ""16147"g - Patch-Block zum Hinspringen auswählen\n"16148"/ - nach Patch-Block suchen der gegebenem regulärem Ausdruck entspricht\n"16149"j - diesen Patch-Block unbestimmt lassen, nächsten unbestimmten Patch-Block "16150"anzeigen\n"16151"J - diesen Patch-Block unbestimmt lassen, nächsten Patch-Block anzeigen\n"16152"k - diesen Patch-Block unbestimmt lassen, vorherigen unbestimmten Patch-"16153"Block anzeigen\n"16154"K - diesen Patch-Block unbestimmt lassen, vorherigen Patch-Block anzeigen\n"16155"s - aktuellen Patch-Block in kleinere Patch-Blöcke aufteilen\n"16156"e - aktuellen Patch-Block manuell editieren\n"16157"? - Hilfe anzeigen\n"1615816159#: git-add--interactive.perl:121916160msgid "The selected hunks do not apply to the index!\n"16161msgstr ""16162"Die ausgewählten Patch-Blöcke können nicht auf den Index angewendet werden!\n"1616316164#: git-add--interactive.perl:122016165msgid "Apply them to the worktree anyway? "16166msgstr "Trotzdem auf Arbeitsverzeichnis anwenden? "1616716168#: git-add--interactive.perl:122316169msgid "Nothing was applied.\n"16170msgstr "Nichts angewendet.\n"1617116172#: git-add--interactive.perl:123416173#, perl-format16174msgid "ignoring unmerged: %s\n"16175msgstr "ignoriere nicht zusammengeführte Datei: %s\n"1617616177#: git-add--interactive.perl:124316178msgid "Only binary files changed.\n"16179msgstr "Nur Binärdateien geändert.\n"1618016181#: git-add--interactive.perl:124516182msgid "No changes.\n"16183msgstr "Keine Änderungen.\n"1618416185#: git-add--interactive.perl:125316186msgid "Patch update"16187msgstr "Patch Aktualisierung"1618816189#: git-add--interactive.perl:130516190#, perl-format16191msgid "Stage mode change [y,n,q,a,d,/%s,?]? "16192msgstr "Modusänderung der Staging-Area hinzufügen [y,n,q,a,d,/%s,?]? "1619316194#: git-add--interactive.perl:130616195#, perl-format16196msgid "Stage deletion [y,n,q,a,d,/%s,?]? "16197msgstr "Löschung der Staging-Area hinzufügen [y,n,q,a,d,/%s,?]? "1619816199#: git-add--interactive.perl:130716200#, perl-format16201msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "16202msgstr "Diesen Patch-Block der Staging-Area hinzufügen [y,n,q,a,d,/%s,?]? "1620316204#: git-add--interactive.perl:131016205#, perl-format16206msgid "Stash mode change [y,n,q,a,d,/%s,?]? "16207msgstr "Modusänderung stashen [y,n,q,a,d,/%s,?]? "1620816209#: git-add--interactive.perl:131116210#, perl-format16211msgid "Stash deletion [y,n,q,a,d,/%s,?]? "16212msgstr "Löschung stashen [y,n,q,a,d,/%s,?]? "1621316214#: git-add--interactive.perl:131216215#, perl-format16216msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "16217msgstr "Diesen Patch-Block stashen [y,n,q,a,d,/%s,?]? "1621816219#: git-add--interactive.perl:131516220#, perl-format16221msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "16222msgstr "Modusänderung aus der Staging-Area entfernen [y,n,q,a,d,/%s,?]? "1622316224#: git-add--interactive.perl:131616225#, perl-format16226msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "16227msgstr "Löschung aus der Staging-Area entfernen [y,n,q,a,d,/%s,?]? "1622816229#: git-add--interactive.perl:131716230#, perl-format16231msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "16232msgstr "Diesen Patch-Block aus der Staging-Area entfernen [y,n,q,a,d,/%s,?]? "1623316234#: git-add--interactive.perl:132016235#, perl-format16236msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "16237msgstr "Modusänderung auf Index anwenden [y,n,q,a,d,/%s,?]? "1623816239#: git-add--interactive.perl:132116240#, perl-format16241msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "16242msgstr "Löschung auf Index anwenden [y,n,q,a,d,/%s,?]? "1624316244#: git-add--interactive.perl:132216245#, perl-format16246msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "16247msgstr "Diesen Patch-Block auf Index anwenden [y,n,q,a,d,/%s,?]? "1624816249#: git-add--interactive.perl:132516250#, perl-format16251msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "16252msgstr "Modusänderung im Arbeitsverzeichnis verwerfen [y,n,q,a,d,/%s,?]? "1625316254#: git-add--interactive.perl:132616255#, perl-format16256msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "16257msgstr "Löschung im Arbeitsverzeichnis verwerfen [y,n,q,a,d,/%s,?]? "1625816259#: git-add--interactive.perl:132716260#, perl-format16261msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "16262msgstr "diesen Patch-Block im Arbeitsverzeichnis verwerfen [y,n,q,a,d,/%s,?]? "1626316264#: git-add--interactive.perl:133016265#, perl-format16266msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "16267msgstr ""16268"Modusänderung vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d,/%s,?]? "1626916270#: git-add--interactive.perl:133116271#, perl-format16272msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "16273msgstr ""16274"Löschung vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d,/%s,?]? "1627516276#: git-add--interactive.perl:133216277#, perl-format16278msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "16279msgstr ""16280"Diesen Patch-Block vom Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d,/"16281"%s,?]? "1628216283#: git-add--interactive.perl:133516284#, perl-format16285msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "16286msgstr ""16287"Modusänderung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d,/%s,?]? "1628816289#: git-add--interactive.perl:133616290#, perl-format16291msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "16292msgstr "Löschung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d,/%s,?]? "1629316294#: git-add--interactive.perl:133716295#, perl-format16296msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "16297msgstr ""16298"Diesen Patch-Block auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d,/"16299"%s,?]? "1630016301#: git-add--interactive.perl:144016302msgid "go to which hunk (<ret> to see more)? "16303msgstr "zu welchem Patch-Block springen (<Enter> für mehr Informationen)? "1630416305#: git-add--interactive.perl:144216306msgid "go to which hunk? "16307msgstr "zu welchem Patch-Block springen? "1630816309#: git-add--interactive.perl:145116310#, perl-format16311msgid "Invalid number: '%s'\n"16312msgstr "Ungültige Nummer: '%s'\n"1631316314#: git-add--interactive.perl:145616315#, perl-format16316msgid "Sorry, only %d hunk available.\n"16317msgid_plural "Sorry, only %d hunks available.\n"16318msgstr[0] "Entschuldigung, nur %d Patch-Block verfügbar.\n"16319msgstr[1] "Entschuldigung, nur %d Patch-Blöcke verfügbar.\n"1632016321#: git-add--interactive.perl:148216322msgid "search for regex? "16323msgstr "Suche nach regulärem Ausdruck? "1632416325#: git-add--interactive.perl:149516326#, perl-format16327msgid "Malformed search regexp %s: %s\n"16328msgstr "Fehlerhafter regulärer Ausdruck für Suche %s: %s\n"1632916330#: git-add--interactive.perl:150516331msgid "No hunk matches the given pattern\n"16332msgstr "Kein Patch-Block entspricht dem angegebenen Pattern\n"1633316334#: git-add--interactive.perl:1517 git-add--interactive.perl:153916335msgid "No previous hunk\n"16336msgstr "Kein vorheriger Patch-Block\n"1633716338#: git-add--interactive.perl:1526 git-add--interactive.perl:154516339msgid "No next hunk\n"16340msgstr "Kein folgender Patch-Block\n"1634116342#: git-add--interactive.perl:155316343#, perl-format16344msgid "Split into %d hunk.\n"16345msgid_plural "Split into %d hunks.\n"16346msgstr[0] "In %d Patch-Block aufgeteilt.\n"16347msgstr[1] "In %d Patch-Blöcke aufgeteilt.\n"1634816349#: git-add--interactive.perl:160516350msgid "Review diff"16351msgstr "Diff überprüfen"1635216353#. TRANSLATORS: please do not translate the command names16354#. 'status', 'update', 'revert', etc.16355#: git-add--interactive.perl:162416356msgid ""16357"status - show paths with changes\n"16358"update - add working tree state to the staged set of changes\n"16359"revert - revert staged set of changes back to the HEAD version\n"16360"patch - pick hunks and update selectively\n"16361"diff - view diff between HEAD and index\n"16362"add untracked - add contents of untracked files to the staged set of "16363"changes\n"16364msgstr ""16365"status - Pfade mit Änderungen anzeigen\n"16366"update - Zustand des Arbeitsverzeichnisses den zum Commit "16367"vorgemerkten Änderungen hinzufügen\n"16368"revert - zum Commit vorgemerkte Änderungen auf HEAD Version "16369"zurücksetzen\n"16370"patch - Patch-Blöcke auswählen und selektiv aktualisieren\n"16371"diff - Unterschiede zwischen HEAD und Index anzeigen\n"16372"add untracked - Inhalte von unversionierten Dateien zum Commit vormerken\n"1637316374#: git-add--interactive.perl:1641 git-add--interactive.perl:164616375#: git-add--interactive.perl:1649 git-add--interactive.perl:165616376#: git-add--interactive.perl:1660 git-add--interactive.perl:166616377msgid "missing --"16378msgstr "-- fehlt"1637916380#: git-add--interactive.perl:166216381#, perl-format16382msgid "unknown --patch mode: %s"16383msgstr "Unbekannter --patch Modus: %s"1638416385#: git-add--interactive.perl:1668 git-add--interactive.perl:167416386#, perl-format16387msgid "invalid argument %s, expecting --"16388msgstr "ungültiges Argument %s, erwarte --"1638916390#: git-send-email.perl:12616391msgid "local zone differs from GMT by a non-minute interval\n"16392msgstr ""16393"lokale Zeitzone unterscheidet sich von GMT nicht um ein Minutenintervall\n"1639416395#: git-send-email.perl:133 git-send-email.perl:13916396msgid "local time offset greater than or equal to 24 hours\n"16397msgstr "lokaler Zeit-Offset größer oder gleich 24 Stunden\n"1639816399#: git-send-email.perl:208 git-send-email.perl:21416400msgid "the editor exited uncleanly, aborting everything"16401msgstr "Der Editor wurde unsauber beendet, breche alles ab."1640216403#: git-send-email.perl:29116404#, perl-format16405msgid ""16406"'%s' contains an intermediate version of the email you were composing.\n"16407msgstr ""16408"'%s' enthält eine Zwischenversion der E-Mail, die Sie gerade verfassen.\n"1640916410#: git-send-email.perl:29616411#, perl-format16412msgid "'%s.final' contains the composed email.\n"16413msgstr "'%s.final' enthält die verfasste E-Mail.\n"1641416415#: git-send-email.perl:31416416msgid "--dump-aliases incompatible with other options\n"16417msgstr "--dump-aliases ist mit anderen Optionen inkompatibel\n"1641816419#: git-send-email.perl:379 git-send-email.perl:63416420msgid "Cannot run git format-patch from outside a repository\n"16421msgstr ""16422"Kann 'git format-patch' nicht außerhalb eines Repositories ausführen.\n"1642316424#: git-send-email.perl:44816425#, perl-format16426msgid "Unknown --suppress-cc field: '%s'\n"16427msgstr "Unbekanntes --suppress-cc Feld: '%s'\n"1642816429#: git-send-email.perl:47716430#, perl-format16431msgid "Unknown --confirm setting: '%s'\n"16432msgstr "Unbekannte --confirm Einstellung: '%s'\n"1643316434#: git-send-email.perl:50916435#, perl-format16436msgid "warning: sendmail alias with quotes is not supported: %s\n"16437msgstr ""16438"Warnung: sendemail Alias mit Anführungsstrichen wird nicht unterstützt: %s\n"1643916440#: git-send-email.perl:51116441#, perl-format16442msgid "warning: `:include:` not supported: %s\n"16443msgstr "Warnung: `:include:` wird nicht unterstützt: %s\n"1644416445#: git-send-email.perl:51316446#, perl-format16447msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"16448msgstr "Warnung: `/file` oder `|pipe` Umleitung wird nicht unterstützt: %s\n"1644916450#: git-send-email.perl:51816451#, perl-format16452msgid "warning: sendmail line is not recognized: %s\n"16453msgstr "Warnung: sendmail Zeile wird nicht erkannt: %s\n"1645416455#: git-send-email.perl:60016456#, perl-format16457msgid ""16458"File '%s' exists but it could also be the range of commits\n"16459"to produce patches for. Please disambiguate by...\n"16460"\n"16461" * Saying \"./%s\" if you mean a file; or\n"16462" * Giving --format-patch option if you mean a range.\n"16463msgstr ""16464"Datei '%s' existiert, aber es könnte auch der Bereich von Commits sein,\n"16465"für den Patches erzeugt werden sollen. Bitte machen Sie dies eindeutig\n"16466"indem Sie ...\n"16467"\n"16468" * \"./%s\" angeben, wenn Sie eine Datei meinen, oder\n"16469" * die Option --format-patch angeben, wenn Sie einen Commit-Bereich "16470"meinen\n"1647116472#: git-send-email.perl:62116473#, perl-format16474msgid "Failed to opendir %s: %s"16475msgstr "Fehler beim Öffnen von %s: %s"1647616477#: git-send-email.perl:64516478#, perl-format16479msgid ""16480"fatal: %s: %s\n"16481"warning: no patches were sent\n"16482msgstr ""16483"fatal: %s: %s\n"16484"Warnung: Es wurden keine Patches versendet.\n"1648516486#: git-send-email.perl:65616487msgid ""16488"\n"16489"No patch files specified!\n"16490"\n"16491msgstr ""16492"\n"16493"keine Patch-Dateien angegeben!\n"16494"\n"1649516496#: git-send-email.perl:66916497#, perl-format16498msgid "No subject line in %s?"16499msgstr "Keine Betreffzeile in %s?"1650016501#: git-send-email.perl:67916502#, perl-format16503msgid "Failed to open for writing %s: %s"16504msgstr "Fehler beim Öffnen von '%s' zum Schreiben: %s"1650516506#: git-send-email.perl:68916507msgid ""16508"Lines beginning in \"GIT:\" will be removed.\n"16509"Consider including an overall diffstat or table of contents\n"16510"for the patch you are writing.\n"16511"\n"16512"Clear the body content if you don't wish to send a summary.\n"16513msgstr ""16514"Zeilen, die mit \"GIT:\" beginnen, werden entfernt.\n"16515"Ziehen Sie in Betracht, einen allgemeinen \"diffstat\" oder ein\n"16516"Inhaltsverzeichnis, für den Patch den Sie schreiben, hinzuzufügen.\n"16517"\n"16518"Leeren Sie den Inhalt des Bodys, wenn Sie keine Zusammenfassung senden "16519"möchten.\n"1652016521#: git-send-email.perl:71216522#, perl-format16523msgid "Failed to open %s.final: %s"16524msgstr "Fehler beim Öffnen von %s.final: %s"1652516526#: git-send-email.perl:71516527#, perl-format16528msgid "Failed to open %s: %s"16529msgstr "Fehler beim Öffnen von %s: %s"1653016531#: git-send-email.perl:75016532msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"16533msgstr ""16534"To/Cc/Bcc Felder wurden noch nicht interpretiert, sie wurden ignoriert\n"1653516536#: git-send-email.perl:75916537msgid "Summary email is empty, skipping it\n"16538msgstr "E-Mail mit Zusammenfassung ist leer, wird ausgelassen\n"1653916540#. TRANSLATORS: please keep [y/N] as is.16541#: git-send-email.perl:79116542#, perl-format16543msgid "Are you sure you want to use <%s> [y/N]? "16544msgstr "Sind Sie sich sicher, <%s> zu benutzen [y/N]? "1654516546#: git-send-email.perl:82016547msgid ""16548"The following files are 8bit, but do not declare a Content-Transfer-"16549"Encoding.\n"16550msgstr ""16551"Die folgenden Dateien sind 8-Bit, aber deklarieren kein\n"16552"Content-Transfer-Encoding.\n"1655316554#: git-send-email.perl:82516555msgid "Which 8bit encoding should I declare [UTF-8]? "16556msgstr "Welches 8-Bit-Encoding soll deklariert werden [UTF-8]? "1655716558#: git-send-email.perl:83316559#, perl-format16560msgid ""16561"Refusing to send because the patch\n"16562"\t%s\n"16563"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "16564"want to send.\n"16565msgstr ""16566"Versand zurückgewiesen, weil der Patch\n"16567"\t%s\n"16568"die Betreffzeilenvorlage '*** SUBJECT HERE ***' enthält. Geben Sie --force "16569"an,\n"16570"wenn Sie den Patch wirklich versenden wollen.\n"1657116572#: git-send-email.perl:85216573msgid "To whom should the emails be sent (if anyone)?"16574msgstr "An wen sollen die E-Mails versendet werden (wenn überhaupt jemand)?"1657516576#: git-send-email.perl:87016577#, perl-format16578msgid "fatal: alias '%s' expands to itself\n"16579msgstr "fatal: Alias '%s' erweitert sich zu sich selbst\n"1658016581#: git-send-email.perl:88216582msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "16583msgstr ""16584"Message-ID zur Verwendung als In-Reply-To für die erste E-Mail (wenn eine "16585"existiert)? "1658616587#: git-send-email.perl:932 git-send-email.perl:94016588#, perl-format16589msgid "error: unable to extract a valid address from: %s\n"16590msgstr "Fehler: konnte keine gültige Adresse aus %s extrahieren\n"1659116592#. TRANSLATORS: Make sure to include [q] [d] [e] in your16593#. translation. The program will only accept English input16594#. at this point.16595#: git-send-email.perl:94416596msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "16597msgstr ""16598"Was soll mit dieser Adresse geschehen? (Beenden [q]|Löschen [d]|Bearbeiten "16599"[e]): "1660016601#: git-send-email.perl:124516602#, perl-format16603msgid "CA path \"%s\" does not exist"16604msgstr "CA Pfad \"%s\" existiert nicht"1660516606#: git-send-email.perl:132016607msgid ""16608" The Cc list above has been expanded by additional\n"16609" addresses found in the patch commit message. By default\n"16610" send-email prompts before sending whenever this occurs.\n"16611" This behavior is controlled by the sendemail.confirm\n"16612" configuration setting.\n"16613"\n"16614" For additional information, run 'git send-email --help'.\n"16615" To retain the current behavior, but squelch this message,\n"16616" run 'git config --global sendemail.confirm auto'.\n"16617"\n"16618msgstr ""16619" Die Cc-Liste oberhalb wurde um zusätzliche Adressen erweitert, die in "16620"der\n"16621" Commit-Beschreibung des Patches gefunden wurden. Wenn dies passiert, "16622"werden\n"16623" Sie von send-email zu einer Eingabe aufgefordert. Dieses Verhalten wird\n"16624" durch die Konfigurationseinstellung sendemail.confirm gesteuert.\n"16625"\n"16626" Für weitere Informationen, führen Sie 'git send-email --help' aus.\n"16627" Um das aktuelle Verhalten beizubehalten, aber diese Meldung zu "16628"unterdrücken,\n"16629" führen Sie 'git config --global sendemail.confirm auto' aus.\n"16630"\n"1663116632#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your16633#. translation. The program will only accept English input16634#. at this point.16635#: git-send-email.perl:133516636msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "16637msgstr "Diese E-Mail versenden? (Ja [y]|Nein [n]|Beenden [q]|Alle [a]): "1663816639#: git-send-email.perl:133816640msgid "Send this email reply required"16641msgstr "Zum Versenden dieser E-Mail ist eine Antwort erforderlich."1664216643#: git-send-email.perl:136416644msgid "The required SMTP server is not properly defined."16645msgstr "Der erforderliche SMTP-Server ist nicht korrekt definiert."1664616647#: git-send-email.perl:141116648#, perl-format16649msgid "Server does not support STARTTLS! %s"16650msgstr "Server unterstützt kein STARTTLS! %s"1665116652#: git-send-email.perl:1416 git-send-email.perl:142016653#, perl-format16654msgid "STARTTLS failed! %s"16655msgstr "STARTTLS fehlgeschlagen! %s"1665616657#: git-send-email.perl:143016658msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."16659msgstr ""16660"Konnte SMTP nicht korrekt initialisieren. Bitte prüfen Sie Ihre "16661"Konfiguration\n"16662"und benutzen Sie --smtp-debug."1666316664#: git-send-email.perl:144816665#, perl-format16666msgid "Failed to send %s\n"16667msgstr "Fehler beim Senden %s\n"1666816669#: git-send-email.perl:145116670#, perl-format16671msgid "Dry-Sent %s\n"16672msgstr "Probeversand %s\n"1667316674#: git-send-email.perl:145116675#, perl-format16676msgid "Sent %s\n"16677msgstr "%s gesendet\n"1667816679#: git-send-email.perl:145316680msgid "Dry-OK. Log says:\n"16681msgstr "Probeversand OK. Log enthält:\n"1668216683#: git-send-email.perl:145316684msgid "OK. Log says:\n"16685msgstr "OK. Log enthält:\n"1668616687#: git-send-email.perl:146516688msgid "Result: "16689msgstr "Ergebnis: "1669016691#: git-send-email.perl:146816692msgid "Result: OK\n"16693msgstr "Ergebnis: OK\n"1669416695#: git-send-email.perl:148116696#, perl-format16697msgid "can't open file %s"16698msgstr "Kann Datei %s nicht öffnen"1669916700#: git-send-email.perl:1528 git-send-email.perl:154816701#, perl-format16702msgid "(mbox) Adding cc: %s from line '%s'\n"16703msgstr "(mbox) Füge cc: hinzu: %s von Zeile '%s'\n"1670416705#: git-send-email.perl:153416706#, perl-format16707msgid "(mbox) Adding to: %s from line '%s'\n"16708msgstr "(mbox) Füge to: hinzu: %s von Zeile '%s'\n"1670916710#: git-send-email.perl:158216711#, perl-format16712msgid "(non-mbox) Adding cc: %s from line '%s'\n"16713msgstr "(non-mbox) Füge cc: hinzu: %s von Zeile '%s'\n"1671416715#: git-send-email.perl:160516716#, perl-format16717msgid "(body) Adding cc: %s from line '%s'\n"16718msgstr "(body) Füge cc: hinzu: %s von Zeile '%s'\n"1671916720#: git-send-email.perl:171116721#, perl-format16722msgid "(%s) Could not execute '%s'"16723msgstr "(%s) Konnte '%s' nicht ausführen"1672416725#: git-send-email.perl:171816726#, perl-format16727msgid "(%s) Adding %s: %s from: '%s'\n"16728msgstr "(%s) Füge %s: %s hinzu von: '%s'\n"1672916730#: git-send-email.perl:172216731#, perl-format16732msgid "(%s) failed to close pipe to '%s'"16733msgstr "(%s) Fehler beim Schließen der Pipe nach '%s'"1673416735#: git-send-email.perl:174916736msgid "cannot send message as 7bit"16737msgstr "Kann Nachricht nicht als 7bit versenden."1673816739#: git-send-email.perl:175716740msgid "invalid transfer encoding"16741msgstr "Ungültiges Transfer-Encoding"1674216743#: git-send-email.perl:1795 git-send-email.perl:1846 git-send-email.perl:185616744#, perl-format16745msgid "unable to open %s: %s\n"16746msgstr "konnte %s nicht öffnen: %s\n"1674716748#: git-send-email.perl:179816749#, perl-format16750msgid "%s: patch contains a line longer than 998 characters"16751msgstr "%s: Patch enthält eine Zeile, die länger als 998 Zeichen ist"1675216753#: git-send-email.perl:181416754#, perl-format16755msgid "Skipping %s with backup suffix '%s'.\n"16756msgstr "Lasse %s mit Backup-Suffix '%s' aus.\n"1675716758#. TRANSLATORS: please keep "[y|N]" as is.16759#: git-send-email.perl:181816760#, perl-format16761msgid "Do you really want to send %s? [y|N]: "16762msgstr "Wollen Sie %s wirklich versenden? [y|N]: "1676316764#~ msgid "Could not open file '%s'"16765#~ msgstr "Konnte Datei '%s' nicht öffnen"1676616767#~ msgid "in %0.1f seconds automatically..."16768#~ msgstr "Automatische Ausführung in %0.1f Sekunden ..."1676916770#~ msgid "dup2(%d,%d) failed"16771#~ msgstr "dup2(%d,%d) fehlgeschlagen"1677216773#~ msgid "Initial commit on "16774#~ msgstr "Initialer Commit auf "1677516776#~ msgid "Patch is empty. Was it split wrong?"16777#~ msgstr "Patch ist leer. War dessen Aufteilung falsch?"1677816779#~ msgid ""16780#~ "You still have unmerged paths in your index.\n"16781#~ "Did you forget to use 'git add'?"16782#~ msgstr ""16783#~ "Sie haben immer noch nicht zusammengeführte Pfade im Index.\n"16784#~ "Haben Sie vergessen 'git add' zu benutzen?"1678516786#~ msgid ""16787#~ "Cannot update paths and switch to branch '%s' at the same time.\n"16788#~ "Did you intend to checkout '%s' which can not be resolved as commit?"16789#~ msgstr ""16790#~ "Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln.\n"16791#~ "Haben Sie beabsichtigt '%s' auszuchecken, welcher nicht als Commit "16792#~ "aufgelöst werden kann?"1679316794#~ msgid "Explicit paths specified without -i or -o; assuming --only paths..."16795#~ msgstr "Explizite Pfade ohne -i oder -o angegeben; nehme --only an"1679616797#~ msgid "default mode for recursion"16798#~ msgstr "Standard-Modus für Rekursion"1679916800#~ msgid "submodule--helper subcommand must be called with a subcommand"16801#~ msgstr "submodule--helper muss mit einem Unterbefehl aufgerufen werden"1680216803#~ msgid "tag: tagging "16804#~ msgstr "tag: tagge "1680516806#~ msgid "object of unknown type"16807#~ msgstr "Art des Objektes unbekannt"1680816809#~ msgid "commit object"16810#~ msgstr "Commit-Objekt"1681116812#~ msgid "tree object"16813#~ msgstr "Tree-Objekt"1681416815#~ msgid "blob object"16816#~ msgstr "Blob-Objekt"1681716818#~ msgid "other tag object"16819#~ msgstr "anderes Tag-Objekt"1682016821#, fuzzy16822#~ msgid "Submodule '%s' cannot checkout new HEAD"16823#~ msgstr "Submodul '%s' kann Alternative nicht hinzufügen: %s"1682416825#~ msgid "insanely long object directory %.*s"16826#~ msgstr "zu langes Objekt-Verzeichnis %.*s"1682716828#~ msgid "tag name too long: %.*s..."16829#~ msgstr "Tagname zu lang: %.*s..."1683016831#~ msgid "tag header too big."16832#~ msgstr "Tag-Kopf zu groß."1683316834#~ msgid ""16835#~ "If the patch applies cleanly, the edited hunk will immediately be\n"16836#~ "marked for discarding"16837#~ msgstr ""16838#~ "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-"16839#~ "Block\n"16840#~ "direkt als zum Verwerfen markiert."1684116842#~ msgid ""16843#~ "There is nothing to exclude from by :(exclude) patterns.\n"16844#~ "Perhaps you forgot to add either ':/' or '.' ?"16845#~ msgstr ""16846#~ ":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"16847#~ "Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"1684816849#~ msgid "unrecognized format: %%(%s)"16850#~ msgstr "nicht erkanntes Format: %%(%s)"1685116852#~ msgid ":strip= requires a positive integer argument"16853#~ msgstr ":strip= erfordert eine positive Ganzzahl als Argument"1685416855#~ msgid "ref '%s' does not have %ld components to :strip"16856#~ msgstr "Referenz '%s' hat keine %ld Komponenten für :strip"1685716858#~ msgid "unknown %.*s format %s"16859#~ msgstr "Unbekanntes %.*s Format %s"1686016861#~ msgid "[%s: gone]"16862#~ msgstr "[%s: entfernt]"1686316864#~ msgid "[%s]"16865#~ msgstr "[%s]"1686616867#~ msgid "[%s: behind %d]"16868#~ msgstr "[%s: %d hinterher]"1686916870#~ msgid "[%s: ahead %d]"16871#~ msgstr "[%s: %d voraus]"1687216873#~ msgid "[%s: ahead %d, behind %d]"16874#~ msgstr "[%s: %d voraus, %d hinterher]"1687516876#~ msgid " **** invalid ref ****"16877#~ msgstr " **** ungültige Referenz ****"1687816879#~ msgid "git merge [<options>] <msg> HEAD <commit>"16880#~ msgstr "git merge [<Optionen>] <Beschreibung> HEAD <Commit>"1688116882#~ msgid "'%s' is not a commit"16883#~ msgstr "'%s' ist kein Commit"1688416885#~ msgid "cannot open file '%s'"16886#~ msgstr "Kann Datei '%s' nicht öffnen"1688716888#~ msgid "could not close file %s"16889#~ msgstr "Konnte Datei '%s' nicht schließen."1689016891#~ msgid "Use an experimental blank-line-based heuristic to improve diffs"16892#~ msgstr ""16893#~ "eine experimentelle, auf Leerzeilen basierende Heuristik zur "16894#~ "Verbesserung\n"16895#~ "der Darstellung von Unterschieden verwenden"1689616897#~ msgid "Clever... amending the last one with dirty index."16898#~ msgstr "Klug ... den letzten Commit mit einem geänderten Index nachbessern."1689916900#~ msgid ""16901#~ "the following submodule (or one of its nested submodules)\n"16902#~ "uses a .git directory:"16903#~ msgid_plural ""16904#~ "the following submodules (or one of their nested submodules)\n"16905#~ "use a .git directory:"16906#~ msgstr[0] ""16907#~ "das folgende Submodul (oder ein geschachteltes Submodul hiervon)\n"16908#~ "benutzt ein .git-Verzeichnis:"16909#~ msgstr[1] ""16910#~ "die folgenden Submodule (oder ein geschachteltes Submodul hiervon)\n"16911#~ "benutzen ein .git-Verzeichnis:"1691216913#~ msgid ""16914#~ "\n"16915#~ "(use 'rm -rf' if you really want to remove it including all of its "16916#~ "history)"16917#~ msgstr ""16918#~ "\n"16919#~ "(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"16920#~ "seiner Historie löschen möchten)"1692116922#~ msgid "Could not write to %s"16923#~ msgstr "Konnte nicht nach %s schreiben"1692416925#~ msgid "Error wrapping up %s."16926#~ msgstr "Fehler beim Einpacken von %s."1692716928#~ msgid "Your local changes would be overwritten by cherry-pick."16929#~ msgstr ""16930#~ "Ihre lokalen Änderungen würden durch den Cherry-Pick überschrieben werden."1693116932#~ msgid "Cannot revert during another revert."16933#~ msgstr "Kann Revert nicht während eines anderen Reverts ausführen."1693416935#~ msgid "Cannot cherry-pick during another cherry-pick."16936#~ msgstr ""16937#~ "Kann Cherry-Pick nicht während eines anderen Cherry-Picks ausführen."1693816939#~ msgid "Could not parse line %d."16940#~ msgstr "Konnte Zeile %d nicht parsen."1694116942#~ msgid "Could not open %s"16943#~ msgstr "Konnte %s nicht öffnen"1694416945#~ msgid "Could not read %s."16946#~ msgstr "Konnte %s nicht lesen."1694716948#~ msgid "Could not format %s."16949#~ msgstr "Konnte %s nicht formatieren."1695016951#~ msgid "%s: %s"16952#~ msgstr "%s: %s"1695316954#~ msgid "cannot open %s: %s"16955#~ msgstr "Kann %s nicht öffnen: %s"1695616957#~ msgid "You need to set your committer info first"16958#~ msgstr "Sie müssen zuerst die Informationen zum Commit-Ersteller setzen."