1# German translations for Git. 2# Copyright (C) 2010-2015 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-2015. 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: 2016-05-24 23:42+0800\n" 11"PO-Revision-Date: 2015-01-21 15:01+0800\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:55 21#, c-format 22msgid "hint: %.*s\n" 23msgstr "Hinweis: %.*s\n" 24 25#: advice.c:88 26msgid "" 27"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 28"as appropriate to mark resolution and make a commit." 29msgstr "" 30"Korrigieren Sie dies im Arbeitsverzeichnis, und benutzen Sie\n" 31"dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n" 32"und zu committen." 33 34#: advice.c:101 builtin/merge.c:1238 35msgid "You have not concluded your merge (MERGE_HEAD exists)." 36msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)." 37 38#: advice.c:103 39msgid "Please, commit your changes before merging." 40msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen." 41 42#: advice.c:104 43msgid "Exiting because of unfinished merge." 44msgstr "Beende wegen nicht abgeschlossenem Merge." 45 46#: archive.c:12 47msgid "git archive [<options>] <tree-ish> [<path>...]" 48msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]" 49 50#: archive.c:13 51msgid "git archive --list" 52msgstr "git archive --list" 53 54#: archive.c:14 55msgid "" 56"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 57msgstr "" 58"git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-" 59"Referenz> [<Pfad>...]" 60 61#: archive.c:15 62msgid "git archive --remote <repo> [--exec <cmd>] --list" 63msgstr "git archive --remote <Repository> [--exec <Programm>] --list" 64 65#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327 66#, c-format 67msgid "pathspec '%s' did not match any files" 68msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein" 69 70#: archive.c:429 71msgid "fmt" 72msgstr "Format" 73 74#: archive.c:429 75msgid "archive format" 76msgstr "Archivformat" 77 78#: archive.c:430 builtin/log.c:1395 79msgid "prefix" 80msgstr "Präfix" 81 82#: archive.c:431 83msgid "prepend prefix to each pathname in the archive" 84msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen" 85 86#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2548 builtin/blame.c:2549 87#: builtin/config.c:60 builtin/fast-export.c:987 builtin/fast-export.c:989 88#: builtin/grep.c:722 builtin/hash-object.c:100 builtin/ls-files.c:459 89#: builtin/ls-files.c:462 builtin/notes.c:398 builtin/notes.c:561 90#: builtin/read-tree.c:109 parse-options.h:153 91msgid "file" 92msgstr "Datei" 93 94#: archive.c:433 builtin/archive.c:89 95msgid "write the archive to this file" 96msgstr "das Archiv in diese Datei schreiben" 97 98#: archive.c:435 99msgid "read .gitattributes in working directory" 100msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen" 101 102#: archive.c:436 103msgid "report archived files on stderr" 104msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben" 105 106#: archive.c:437 107msgid "store only" 108msgstr "nur speichern" 109 110#: archive.c:438 111msgid "compress faster" 112msgstr "schneller komprimieren" 113 114#: archive.c:446 115msgid "compress better" 116msgstr "besser komprimieren" 117 118#: archive.c:449 119msgid "list supported archive formats" 120msgstr "unterstützte Archivformate auflisten" 121 122#: archive.c:451 builtin/archive.c:90 builtin/clone.c:82 123#: builtin/submodule--helper.c:776 124msgid "repo" 125msgstr "Repository" 126 127#: archive.c:452 builtin/archive.c:91 128msgid "retrieve the archive from remote repository <repo>" 129msgstr "Archiv vom Remote-Repository <Repository> abrufen" 130 131#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482 132msgid "command" 133msgstr "Programm" 134 135#: archive.c:454 builtin/archive.c:93 136msgid "path to the remote git-upload-archive command" 137msgstr "Pfad zum externen \"git-upload-archive\"-Programm" 138 139#: attr.c:263 140msgid "" 141"Negative patterns are ignored in git attributes\n" 142"Use '\\!' for literal leading exclamation." 143msgstr "" 144"Verneinende Muster werden in Git-Attributen ignoriert.\n" 145"Benutzen Sie '\\!' für führende Ausrufezeichen." 146 147#: branch.c:53 148#, c-format 149msgid "" 150"\n" 151"After fixing the error cause you may try to fix up\n" 152"the remote tracking information by invoking\n" 153"\"git branch --set-upstream-to=%s%s%s\"." 154msgstr "" 155"\n" 156"Nachdem Sie die Fehlerursache behoben haben, können Sie\n" 157"die Tracking-Informationen mit\n" 158"\"git branch --set-upstream-to=%s%s%s\"\n" 159"erneut setzen." 160 161#: branch.c:67 162#, c-format 163msgid "Not setting branch %s as its own upstream." 164msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein." 165 166#: branch.c:93 167#, c-format 168msgid "Branch %s set up to track remote branch %s from %s by rebasing." 169msgstr "" 170"Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s durch Rebase." 171 172#: branch.c:94 173#, c-format 174msgid "Branch %s set up to track remote branch %s from %s." 175msgstr "Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s." 176 177#: branch.c:98 178#, c-format 179msgid "Branch %s set up to track local branch %s by rebasing." 180msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s durch Rebase." 181 182#: branch.c:99 183#, c-format 184msgid "Branch %s set up to track local branch %s." 185msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s." 186 187#: branch.c:104 188#, c-format 189msgid "Branch %s set up to track remote ref %s by rebasing." 190msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s durch Rebase." 191 192#: branch.c:105 193#, c-format 194msgid "Branch %s set up to track remote ref %s." 195msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s." 196 197#: branch.c:109 198#, c-format 199msgid "Branch %s set up to track local ref %s by rebasing." 200msgstr "" 201"Branch %s konfiguriert zum Folgen von lokaler Referenz %s durch Rebase." 202 203#: branch.c:110 204#, c-format 205msgid "Branch %s set up to track local ref %s." 206msgstr "Branch %s konfiguriert zum Folgen von lokaler Referenz %s." 207 208#: branch.c:119 209msgid "Unable to write upstream branch configuration" 210msgstr "Konnte Konfiguration zu Upstream-Branch nicht schreiben." 211 212#: branch.c:156 213#, c-format 214msgid "Not tracking: ambiguous information for ref %s" 215msgstr "" 216"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist " 217"mehrdeutig." 218 219#: branch.c:185 220#, c-format 221msgid "'%s' is not a valid branch name." 222msgstr "'%s' ist kein gültiger Branchname." 223 224#: branch.c:190 225#, c-format 226msgid "A branch named '%s' already exists." 227msgstr "Branch '%s' existiert bereits." 228 229#: branch.c:198 230msgid "Cannot force update the current branch." 231msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen." 232 233#: branch.c:218 234#, c-format 235msgid "Cannot setup tracking information; starting point '%s' is not a branch." 236msgstr "" 237"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein " 238"Branch." 239 240#: branch.c:220 241#, c-format 242msgid "the requested upstream branch '%s' does not exist" 243msgstr "der angeforderte Upstream-Branch '%s' existiert nicht" 244 245#: branch.c:222 246msgid "" 247"\n" 248"If you are planning on basing your work on an upstream\n" 249"branch that already exists at the remote, you may need to\n" 250"run \"git fetch\" to retrieve it.\n" 251"\n" 252"If you are planning to push out a new local branch that\n" 253"will track its remote counterpart, you may want to use\n" 254"\"git push -u\" to set the upstream config as you push." 255msgstr "" 256"\n" 257"Falls Sie vorhaben, Ihre Arbeit auf einem bereits existierenden\n" 258"Upstream-Branch aufzubauen, sollten Sie \"git fetch\"\n" 259"ausführen, um diesen abzurufen.\n" 260"\n" 261"Falls Sie vorhaben, einen neuen lokalen Branch zu versenden\n" 262"der seinem externen Gegenstück folgen soll, können Sie\n" 263"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n" 264"zu konfigurieren." 265 266#: branch.c:266 267#, c-format 268msgid "Not a valid object name: '%s'." 269msgstr "Ungültiger Objekt-Name: '%s'" 270 271#: branch.c:286 272#, c-format 273msgid "Ambiguous object name: '%s'." 274msgstr "mehrdeutiger Objekt-Name: '%s'" 275 276#: branch.c:291 277#, c-format 278msgid "Not a valid branch point: '%s'." 279msgstr "Ungültiger Branchpunkt: '%s'" 280 281#: branch.c:345 282#, c-format 283msgid "'%s' is already checked out at '%s'" 284msgstr "'%s' ist bereits in '%s' ausgecheckt" 285 286#: branch.c:364 287#, c-format 288msgid "HEAD of working tree %s is not updated" 289msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert." 290 291#: bundle.c:34 292#, c-format 293msgid "'%s' does not look like a v2 bundle file" 294msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus" 295 296#: bundle.c:61 297#, c-format 298msgid "unrecognized header: %s%s (%d)" 299msgstr "nicht erkannter Kopfbereich: %s%s (%d)" 300 301#: bundle.c:87 builtin/commit.c:777 302#, c-format 303msgid "could not open '%s'" 304msgstr "Konnte '%s' nicht öffnen" 305 306#: bundle.c:139 307msgid "Repository lacks these prerequisite commits:" 308msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:" 309 310#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1073 311#: builtin/blame.c:2755 builtin/commit.c:1056 builtin/log.c:340 312#: builtin/log.c:863 builtin/log.c:1308 builtin/log.c:1633 builtin/log.c:1875 313#: builtin/merge.c:361 builtin/shortlog.c:170 314msgid "revision walk setup failed" 315msgstr "Einrichtung des Revisionsgangs fehlgeschlagen" 316 317#: bundle.c:185 318#, c-format 319msgid "The bundle contains this ref:" 320msgid_plural "The bundle contains these %d refs:" 321msgstr[0] "Das Paket enthält diese Referenz:" 322msgstr[1] "Das Paket enthält diese %d Referenzen:" 323 324#: bundle.c:192 325msgid "The bundle records a complete history." 326msgstr "Das Paket speichert eine komplette Historie." 327 328#: bundle.c:194 329#, c-format 330msgid "The bundle requires this ref:" 331msgid_plural "The bundle requires these %d refs:" 332msgstr[0] "Das Paket benötigt diese Referenz:" 333msgstr[1] "Das Paket benötigt diese %d Referenzen:" 334 335#: bundle.c:253 336msgid "Could not spawn pack-objects" 337msgstr "Konnte Paketobjekte nicht erstellen" 338 339#: bundle.c:264 340msgid "pack-objects died" 341msgstr "Erstellung der Paketobjekte abgebrochen" 342 343#: bundle.c:304 344msgid "rev-list died" 345msgstr "\"rev-list\" abgebrochen" 346 347#: bundle.c:353 348#, c-format 349msgid "ref '%s' is excluded by the rev-list options" 350msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen" 351 352#: bundle.c:443 builtin/log.c:163 builtin/log.c:1538 builtin/shortlog.c:273 353#, c-format 354msgid "unrecognized argument: %s" 355msgstr "nicht erkanntes Argument: %s" 356 357#: bundle.c:451 358msgid "Refusing to create empty bundle." 359msgstr "Erstellung eines leeren Pakets zurückgewiesen." 360 361#: bundle.c:463 362#, c-format 363msgid "cannot create '%s'" 364msgstr "kann '%s' nicht erstellen" 365 366#: bundle.c:491 367msgid "index-pack died" 368msgstr "Erstellung der Paketindexdatei abgebrochen" 369 370#: color.c:275 371#, c-format 372msgid "invalid color value: %.*s" 373msgstr "Ungültiger Farbwert: %.*s" 374 375#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1504 376#: builtin/am.c:2134 377#, c-format 378msgid "could not parse %s" 379msgstr "konnte %s nicht parsen" 380 381#: commit.c:42 382#, c-format 383msgid "%s %s is not a commit!" 384msgstr "%s %s ist kein Commit!" 385 386#: compat/obstack.c:406 compat/obstack.c:408 387msgid "memory exhausted" 388msgstr "Speicher verbraucht" 389 390#: config.c:475 config.c:477 391#, c-format 392msgid "bad config line %d in %s %s" 393msgstr "Zeile %d in Konfiguration %s %s ist ungültig." 394 395#: config.c:593 396#, c-format 397msgid "bad numeric config value '%s' for '%s' in %s %s: %s" 398msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s %s: %s" 399 400#: config.c:595 401#, c-format 402msgid "bad numeric config value '%s' for '%s': %s" 403msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s" 404 405#: config.c:680 406#, c-format 407msgid "failed to expand user dir in: '%s'" 408msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'" 409 410#: config.c:761 config.c:772 411#, c-format 412msgid "bad zlib compression level %d" 413msgstr "ungültiger zlib Komprimierungsgrad %d" 414 415#: config.c:890 416#, c-format 417msgid "invalid mode for object creation: %s" 418msgstr "Ungültiger Modus für Objekterstellung: %s" 419 420#: config.c:1228 421msgid "unable to parse command-line config" 422msgstr "" 423"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen." 424 425#: config.c:1284 426msgid "unknown error occured while reading the configuration files" 427msgstr "" 428"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf." 429 430#: config.c:1629 431#, c-format 432msgid "unable to parse '%s' from command-line config" 433msgstr "" 434"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n" 435"nicht parsen." 436 437#: config.c:1631 438#, c-format 439msgid "bad config variable '%s' in file '%s' at line %d" 440msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d" 441 442#: config.c:1690 443#, c-format 444msgid "%s has multiple values" 445msgstr "%s hat mehrere Werte" 446 447#: config.c:2224 448#, c-format 449msgid "could not set '%s' to '%s'" 450msgstr "Konnte '%s' nicht zu '%s' setzen." 451 452#: config.c:2226 453#, c-format 454msgid "could not unset '%s'" 455msgstr "Konnte '%s' nicht aufheben." 456 457#: connected.c:69 458msgid "Could not run 'git rev-list'" 459msgstr "Konnte 'git rev-list' nicht ausführen" 460 461#: connected.c:89 462msgid "failed write to rev-list" 463msgstr "Fehler beim Schreiben nach rev-list" 464 465#: connected.c:96 466msgid "failed to close rev-list's stdin" 467msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe" 468 469#: date.c:95 470msgid "in the future" 471msgstr "in der Zukunft" 472 473#: date.c:101 474#, c-format 475msgid "%lu second ago" 476msgid_plural "%lu seconds ago" 477msgstr[0] "vor %lu Sekunde" 478msgstr[1] "vor %lu Sekunden" 479 480#: date.c:108 481#, c-format 482msgid "%lu minute ago" 483msgid_plural "%lu minutes ago" 484msgstr[0] "vor %lu Minute" 485msgstr[1] "vor %lu Minuten" 486 487#: date.c:115 488#, c-format 489msgid "%lu hour ago" 490msgid_plural "%lu hours ago" 491msgstr[0] "vor %lu Stunde" 492msgstr[1] "vor %lu Stunden" 493 494#: date.c:122 495#, c-format 496msgid "%lu day ago" 497msgid_plural "%lu days ago" 498msgstr[0] "vor %lu Tag" 499msgstr[1] "vor %lu Tagen" 500 501#: date.c:128 502#, c-format 503msgid "%lu week ago" 504msgid_plural "%lu weeks ago" 505msgstr[0] "vor %lu Woche" 506msgstr[1] "vor %lu Wochen" 507 508#: date.c:135 509#, c-format 510msgid "%lu month ago" 511msgid_plural "%lu months ago" 512msgstr[0] "vor %lu Monat" 513msgstr[1] "vor %lu Monaten" 514 515#: date.c:146 516#, c-format 517msgid "%lu year" 518msgid_plural "%lu years" 519msgstr[0] "vor %lu Jahr" 520msgstr[1] "vor %lu Jahren" 521 522#. TRANSLATORS: "%s" is "<n> years" 523#: date.c:149 524#, c-format 525msgid "%s, %lu month ago" 526msgid_plural "%s, %lu months ago" 527msgstr[0] "%s, und %lu Monat" 528msgstr[1] "%s, und %lu Monaten" 529 530#: date.c:154 date.c:159 531#, c-format 532msgid "%lu year ago" 533msgid_plural "%lu years ago" 534msgstr[0] "vor %lu Jahr" 535msgstr[1] "vor %lu Jahren" 536 537#: diffcore-order.c:24 538#, c-format 539msgid "failed to read orderfile '%s'" 540msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'." 541 542#: diffcore-rename.c:538 543msgid "Performing inexact rename detection" 544msgstr "Führe Erkennung für ungenaue Umbenennung aus" 545 546#: diff.c:116 547#, c-format 548msgid " Failed to parse dirstat cut-off percentage '%s'\n" 549msgstr "" 550" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n" 551 552#: diff.c:121 553#, c-format 554msgid " Unknown dirstat parameter '%s'\n" 555msgstr " Unbekannter \"dirstat\" Parameter '%s'\n" 556 557#: diff.c:225 558#, c-format 559msgid "Unknown value for 'diff.submodule' config variable: '%s'" 560msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'" 561 562#: diff.c:277 563#, c-format 564msgid "" 565"Found errors in 'diff.dirstat' config variable:\n" 566"%s" 567msgstr "" 568"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n" 569"%s" 570 571#: diff.c:3007 572#, c-format 573msgid "external diff died, stopping at %s" 574msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s" 575 576#: diff.c:3405 577msgid "--follow requires exactly one pathspec" 578msgstr "--follow erfordert genau eine Pfadspezifikation" 579 580#: diff.c:3568 581#, c-format 582msgid "" 583"Failed to parse --dirstat/-X option parameter:\n" 584"%s" 585msgstr "" 586"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n" 587"%s" 588 589#: diff.c:3582 590#, c-format 591msgid "Failed to parse --submodule option parameter: '%s'" 592msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'" 593 594#: dir.c:1823 595msgid "failed to get kernel name and information" 596msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel" 597 598#: dir.c:1942 599msgid "Untracked cache is disabled on this system or location." 600msgstr "" 601"Cache für unversionierte Dateien ist auf diesem System oder\n" 602"für dieses Verzeichnis deaktiviert." 603 604#: gpg-interface.c:166 gpg-interface.c:235 605msgid "could not run gpg." 606msgstr "konnte gpg nicht ausführen" 607 608#: gpg-interface.c:178 609msgid "gpg did not accept the data" 610msgstr "gpg hat die Daten nicht akzeptiert" 611 612#: gpg-interface.c:189 613msgid "gpg failed to sign the data" 614msgstr "gpg beim Signieren der Daten fehlgeschlagen" 615 616#: gpg-interface.c:222 617#, c-format 618msgid "could not create temporary file '%s'" 619msgstr "konnte temporäre Datei '%s' nicht erstellen" 620 621#: gpg-interface.c:224 622#, c-format 623msgid "failed writing detached signature to '%s'" 624msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'" 625 626#: grep.c:1718 627#, c-format 628msgid "'%s': unable to read %s" 629msgstr "'%s': konnte %s nicht lesen" 630 631#: grep.c:1735 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155 632#, c-format 633msgid "failed to stat '%s'" 634msgstr "Konnte '%s' nicht lesen" 635 636#: grep.c:1746 637#, c-format 638msgid "'%s': short read" 639msgstr "'%s': read() zu kurz" 640 641#: help.c:205 642#, c-format 643msgid "available git commands in '%s'" 644msgstr "Vorhandene Git-Befehle in '%s'" 645 646#: help.c:212 647msgid "git commands available from elsewhere on your $PATH" 648msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH" 649 650#: help.c:244 651msgid "These are common Git commands used in various situations:" 652msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:" 653 654#: help.c:309 655#, c-format 656msgid "" 657"'%s' appears to be a git command, but we were not\n" 658"able to execute it. Maybe git-%s is broken?" 659msgstr "" 660"'%s' scheint ein git-Befehl zu sein, konnte aber\n" 661"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?" 662 663#: help.c:366 664msgid "Uh oh. Your system reports no Git commands at all." 665msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden." 666 667#: help.c:388 668#, c-format 669msgid "" 670"WARNING: You called a Git command named '%s', which does not exist.\n" 671"Continuing under the assumption that you meant '%s'" 672msgstr "" 673"Warnung: Sie haben den nicht existierenden Git-Befehl '%s' ausgeführt.\n" 674"Setze fort unter der Annahme, dass Sie '%s' gemeint haben." 675 676#: help.c:393 677#, c-format 678msgid "in %0.1f seconds automatically..." 679msgstr "Automatische Ausführung in %0.1f Sekunden ..." 680 681#: help.c:400 682#, c-format 683msgid "git: '%s' is not a git command. See 'git --help'." 684msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'." 685 686#: help.c:404 help.c:464 687msgid "" 688"\n" 689"Did you mean this?" 690msgid_plural "" 691"\n" 692"Did you mean one of these?" 693msgstr[0] "" 694"\n" 695"Haben Sie das gemeint?" 696msgstr[1] "" 697"\n" 698"Haben Sie eines von diesen gemeint?" 699 700#: help.c:460 701#, c-format 702msgid "%s: %s - %s" 703msgstr "%s: %s - %s" 704 705#: lockfile.c:152 706#, c-format 707msgid "" 708"Unable to create '%s.lock': %s.\n" 709"\n" 710"Another git process seems to be running in this repository, e.g.\n" 711"an editor opened by 'git commit'. Please make sure all processes\n" 712"are terminated then try again. If it still fails, a git process\n" 713"may have crashed in this repository earlier:\n" 714"remove the file manually to continue." 715msgstr "" 716"Konnte '%s.lock' nicht erstellen: %s.\n" 717"\n" 718"Ein anderer Git-Prozess scheint in diesem Repository ausgeführt\n" 719"zu werden, zum Beispiel ein noch offener Editor von 'git commit'.\n" 720"Bitte stellen Sie sicher, dass alle Prozesse beendet wurden und\n" 721"versuchen Sie es erneut. Falls es immer noch fehlschlägt, könnte\n" 722"ein früherer Git-Prozess in diesem Repository abgestürzt sein:\n" 723"Löschen Sie die Datei manuell um fortzufahren." 724 725#: lockfile.c:160 726#, c-format 727msgid "Unable to create '%s.lock': %s" 728msgstr "Konnte '%s.lock' nicht erstellen: %s" 729 730#: merge.c:41 731msgid "failed to read the cache" 732msgstr "Lesen des Zwischenspeichers fehlgeschlagen" 733 734#: merge.c:94 builtin/am.c:2007 builtin/am.c:2042 builtin/checkout.c:375 735#: builtin/checkout.c:586 builtin/clone.c:732 736msgid "unable to write new index file" 737msgstr "Konnte neue Index-Datei nicht schreiben." 738 739#: merge-recursive.c:189 740#, c-format 741msgid "(bad commit)\n" 742msgstr "(ungültiger Commit)\n" 743 744#: merge-recursive.c:209 745#, c-format 746msgid "addinfo_cache failed for path '%s'" 747msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen" 748 749#: merge-recursive.c:270 750msgid "error building trees" 751msgstr "Fehler beim Erstellen der \"Tree\"-Objekte" 752 753#: merge-recursive.c:689 754#, c-format 755msgid "failed to create path '%s'%s" 756msgstr "Fehler beim Erstellen des Pfades '%s'%s" 757 758#: merge-recursive.c:700 759#, c-format 760msgid "Removing %s to make room for subdirectory\n" 761msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n" 762 763#: merge-recursive.c:714 merge-recursive.c:735 764msgid ": perhaps a D/F conflict?" 765msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?" 766 767#: merge-recursive.c:725 768#, c-format 769msgid "refusing to lose untracked file at '%s'" 770msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden" 771 772#: merge-recursive.c:765 773#, c-format 774msgid "cannot read object %s '%s'" 775msgstr "kann Objekt %s '%s' nicht lesen" 776 777#: merge-recursive.c:767 778#, c-format 779msgid "blob expected for %s '%s'" 780msgstr "Blob erwartet für %s '%s'" 781 782#: merge-recursive.c:790 builtin/clone.c:376 783#, c-format 784msgid "failed to open '%s'" 785msgstr "Fehler beim Öffnen von '%s'" 786 787#: merge-recursive.c:798 788#, c-format 789msgid "failed to symlink '%s'" 790msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s'" 791 792#: merge-recursive.c:801 793#, c-format 794msgid "do not know what to do with %06o %s '%s'" 795msgstr "weiß nicht was mit %06o %s '%s' zu machen ist" 796 797#: merge-recursive.c:939 798msgid "Failed to execute internal merge" 799msgstr "Fehler bei Ausführung des internen Merges" 800 801#: merge-recursive.c:943 802#, c-format 803msgid "Unable to add %s to database" 804msgstr "Konnte %s nicht zur Datenbank hinzufügen" 805 806#: merge-recursive.c:959 807msgid "unsupported object type in the tree" 808msgstr "nicht unterstützter Objekttyp im Verzeichnis" 809 810#: merge-recursive.c:1034 merge-recursive.c:1048 811#, c-format 812msgid "" 813"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 814"in tree." 815msgstr "" 816"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde " 817"im Arbeitsbereich gelassen." 818 819#: merge-recursive.c:1040 merge-recursive.c:1053 820#, c-format 821msgid "" 822"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 823"in tree at %s." 824msgstr "" 825"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde " 826"im Arbeitsbereich bei %s gelassen." 827 828#: merge-recursive.c:1094 829msgid "rename" 830msgstr "umbenennen" 831 832#: merge-recursive.c:1094 833msgid "renamed" 834msgstr "umbenannt" 835 836#: merge-recursive.c:1150 837#, c-format 838msgid "%s is a directory in %s adding as %s instead" 839msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu" 840 841#: merge-recursive.c:1172 842#, c-format 843msgid "" 844"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 845"\"->\"%s\" in \"%s\"%s" 846msgstr "" 847"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" " 848"und \"%s\"->\"%s\" in Branch \"%s\"%s" 849 850#: merge-recursive.c:1177 851msgid " (left unresolved)" 852msgstr " (bleibt unaufgelöst)" 853 854#: merge-recursive.c:1231 855#, c-format 856msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 857msgstr "" 858"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s " 859"in %s" 860 861#: merge-recursive.c:1261 862#, c-format 863msgid "Renaming %s to %s and %s to %s instead" 864msgstr "Benenne stattdessen %s nach %s und %s nach %s um" 865 866#: merge-recursive.c:1460 867#, c-format 868msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 869msgstr "" 870"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in " 871"%s" 872 873#: merge-recursive.c:1470 874#, c-format 875msgid "Adding merged %s" 876msgstr "Füge zusammengeführte Datei %s hinzu" 877 878#: merge-recursive.c:1475 merge-recursive.c:1677 879#, c-format 880msgid "Adding as %s instead" 881msgstr "Füge stattdessen als %s hinzu" 882 883#: merge-recursive.c:1526 884#, c-format 885msgid "cannot read object %s" 886msgstr "kann Objekt %s nicht lesen" 887 888#: merge-recursive.c:1529 889#, c-format 890msgid "object %s is not a blob" 891msgstr "Objekt %s ist kein Blob" 892 893#: merge-recursive.c:1581 894msgid "modify" 895msgstr "ändern" 896 897#: merge-recursive.c:1581 898msgid "modified" 899msgstr "geändert" 900 901#: merge-recursive.c:1591 902msgid "content" 903msgstr "Inhalt" 904 905#: merge-recursive.c:1598 906msgid "add/add" 907msgstr "hinzufügen/hinzufügen" 908 909#: merge-recursive.c:1632 910#, c-format 911msgid "Skipped %s (merged same as existing)" 912msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)" 913 914#: merge-recursive.c:1646 915#, c-format 916msgid "Auto-merging %s" 917msgstr "automatischer Merge von %s" 918 919#: merge-recursive.c:1650 git-submodule.sh:941 920msgid "submodule" 921msgstr "Submodul" 922 923#: merge-recursive.c:1651 924#, c-format 925msgid "CONFLICT (%s): Merge conflict in %s" 926msgstr "KONFLIKT (%s): Merge-Konflikt in %s" 927 928#: merge-recursive.c:1737 929#, c-format 930msgid "Removing %s" 931msgstr "Entferne %s" 932 933#: merge-recursive.c:1762 934msgid "file/directory" 935msgstr "Datei/Verzeichnis" 936 937#: merge-recursive.c:1768 938msgid "directory/file" 939msgstr "Verzeichnis/Datei" 940 941#: merge-recursive.c:1773 942#, c-format 943msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 944msgstr "" 945"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s " 946"hinzu." 947 948#: merge-recursive.c:1781 949#, c-format 950msgid "Adding %s" 951msgstr "Füge %s hinzu" 952 953#: merge-recursive.c:1798 954msgid "Fatal merge failure, shouldn't happen." 955msgstr "Fataler Merge-Fehler. Sollte nicht passieren." 956 957#: merge-recursive.c:1817 958msgid "Already up-to-date!" 959msgstr "Bereits aktuell!" 960 961#: merge-recursive.c:1826 962#, c-format 963msgid "merging of trees %s and %s failed" 964msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen" 965 966#: merge-recursive.c:1856 967#, c-format 968msgid "Unprocessed path??? %s" 969msgstr "unverarbeiteter Pfad??? %s" 970 971#: merge-recursive.c:1904 972msgid "Merging:" 973msgstr "Merge:" 974 975#: merge-recursive.c:1917 976#, c-format 977msgid "found %u common ancestor:" 978msgid_plural "found %u common ancestors:" 979msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden" 980msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden" 981 982#: merge-recursive.c:1954 983msgid "merge returned no commit" 984msgstr "Merge hat keinen Commit zurückgegeben" 985 986#: merge-recursive.c:2011 987#, c-format 988msgid "Could not parse object '%s'" 989msgstr "Konnte Objekt '%s' nicht parsen." 990 991#: merge-recursive.c:2022 builtin/merge.c:649 builtin/merge.c:831 992msgid "Unable to write index." 993msgstr "Konnte Index nicht schreiben." 994 995#: notes-utils.c:41 996msgid "Cannot commit uninitialized/unreferenced notes tree" 997msgstr "" 998"Kann uninitialisiertes/unreferenzierte Notiz-Verzeichnis nicht committen." 9991000#: notes-utils.c:1001001#, c-format1002msgid "Bad notes.rewriteMode value: '%s'"1003msgstr "Ungültiger notes.rewriteMode Wert: '%s'"10041005#: notes-utils.c:1101006#, c-format1007msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"1008msgstr ""1009"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)"10101011#. TRANSLATORS: The first %s is the name of the1012#. environment variable, the second %s is its value1013#: notes-utils.c:1371014#, c-format1015msgid "Bad %s value: '%s'"1016msgstr "Ungültiger %s Wert: '%s'"10171018#: object.c:2421019#, c-format1020msgid "unable to parse object: %s"1021msgstr "Konnte Objekt '%s' nicht parsen."10221023#: parse-options.c:5721024msgid "..."1025msgstr "..."10261027#: parse-options.c:5901028#, c-format1029msgid "usage: %s"1030msgstr "Verwendung: %s"10311032#. TRANSLATORS: the colon here should align with the1033#. one in "usage: %s" translation1034#: parse-options.c:5941035#, c-format1036msgid " or: %s"1037msgstr " oder: %s"10381039#: parse-options.c:5971040#, c-format1041msgid " %s"1042msgstr " %s"10431044#: parse-options.c:6311045msgid "-NUM"1046msgstr "-NUM"10471048#: parse-options-cb.c:1081049#, c-format1050msgid "malformed object name '%s'"1051msgstr "fehlerhafter Objekt-Name '%s'"10521053#: path.c:7961054#, c-format1055msgid "Could not make %s writable by group"1056msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."10571058#: pathspec.c:1331059msgid "global 'glob' and 'noglob' pathspec settings are incompatible"1060msgstr ""1061"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "1062"inkompatibel."10631064#: pathspec.c:1431065msgid ""1066"global 'literal' pathspec setting is incompatible with all other global "1067"pathspec settings"1068msgstr ""1069"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"1070"mit allen anderen Optionen."10711072#: pathspec.c:1771073msgid "invalid parameter for pathspec magic 'prefix'"1074msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"10751076#: pathspec.c:1831077#, c-format1078msgid "Invalid pathspec magic '%.*s' in '%s'"1079msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"10801081#: pathspec.c:1871082#, c-format1083msgid "Missing ')' at the end of pathspec magic in '%s'"1084msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"10851086#: pathspec.c:2051087#, c-format1088msgid "Unimplemented pathspec magic '%c' in '%s'"1089msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"10901091#: pathspec.c:2301092#, c-format1093msgid "%s: 'literal' and 'glob' are incompatible"1094msgstr "%s: 'literal' und 'glob' sind inkompatibel"10951096#: pathspec.c:2411097#, c-format1098msgid "%s: '%s' is outside repository"1099msgstr "%s: '%s' liegt außerhalb des Repositories"11001101#: pathspec.c:2911102#, c-format1103msgid "Pathspec '%s' is in submodule '%.*s'"1104msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"11051106#: pathspec.c:3531107#, c-format1108msgid "%s: pathspec magic not supported by this command: %s"1109msgstr ""1110"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"11111112#: pathspec.c:4331113#, c-format1114msgid "pathspec '%s' is beyond a symbolic link"1115msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"11161117#: pathspec.c:4421118msgid ""1119"There is nothing to exclude from by :(exclude) patterns.\n"1120"Perhaps you forgot to add either ':/' or '.' ?"1121msgstr ""1122":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"1123"Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"11241125#: pretty.c:9711126msgid "unable to parse --pretty format"1127msgstr "Konnte --pretty Format nicht parsen."11281129#: progress.c:2351130msgid "done"1131msgstr "Fertig"11321133#: read-cache.c:12811134#, c-format1135msgid ""1136"index.version set, but the value is invalid.\n"1137"Using version %i"1138msgstr ""1139"index.version gesetzt, aber Wert ungültig.\n"1140"Verwende Version %i"11411142#: read-cache.c:12911143#, c-format1144msgid ""1145"GIT_INDEX_VERSION set, but the value is invalid.\n"1146"Using version %i"1147msgstr ""1148"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"1149"Verwende Version %i"11501151#: refs.c:543 builtin/merge.c:764 builtin/merge.c:883 builtin/merge.c:9851152#: builtin/merge.c:9951153#, c-format1154msgid "Could not open '%s' for writing"1155msgstr "Konnte '%s' nicht zum Schreiben öffnen."11561157#: refs/files-backend.c:22431158#, c-format1159msgid "could not delete reference %s: %s"1160msgstr "Konnte Referenz %s nicht entfernen: %s"11611162#: refs/files-backend.c:22461163#, c-format1164msgid "could not delete references: %s"1165msgstr "Konnte Referenzen nicht entfernen: %s"11661167#: refs/files-backend.c:22551168#, c-format1169msgid "could not remove reference %s"1170msgstr "Konnte Referenz %s nicht löschen"11711172#: ref-filter.c:551173#, c-format1174msgid "expected format: %%(color:<color>)"1175msgstr "Erwartetes Format: %%(color:<Farbe>)"11761177#: ref-filter.c:571178#, c-format1179msgid "unrecognized color: %%(color:%s)"1180msgstr "nicht erkannte Farbe: %%(color:%s)"11811182#: ref-filter.c:711183#, c-format1184msgid "unrecognized format: %%(%s)"1185msgstr "nicht erkanntes Format: %%(%s)"11861187#: ref-filter.c:771188#, c-format1189msgid "%%(body) does not take arguments"1190msgstr "%%(body) akzeptiert keine Argumente"11911192#: ref-filter.c:841193#, c-format1194msgid "%%(subject) does not take arguments"1195msgstr "%%(subject) akzeptiert keine Argumente"11961197#: ref-filter.c:1011198#, c-format1199msgid "positive value expected contents:lines=%s"1200msgstr "Positiver Wert erwartet contents:lines=%s"12011202#: ref-filter.c:1031203#, c-format1204msgid "unrecognized %%(contents) argument: %s"1205msgstr "nicht erkanntes %%(contents) Argument: %s"12061207#: ref-filter.c:1131208#, c-format1209msgid "unrecognized %%(objectname) argument: %s"1210msgstr "nicht erkanntes %%(objectname) Argument: %s"12111212#: ref-filter.c:1351213#, c-format1214msgid "expected format: %%(align:<width>,<position>)"1215msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"12161217#: ref-filter.c:1471218#, c-format1219msgid "unrecognized position:%s"1220msgstr "nicht erkannte Position:%s"12211222#: ref-filter.c:1511223#, c-format1224msgid "unrecognized width:%s"1225msgstr "nicht erkannte Breite:%s"12261227#: ref-filter.c:1571228#, c-format1229msgid "unrecognized %%(align) argument: %s"1230msgstr "nicht erkanntes %%(align) Argument: %s"12311232#: ref-filter.c:1611233#, c-format1234msgid "positive width expected with the %%(align) atom"1235msgstr "Positive Breitenangabe für %%(align) erwartet"12361237#: ref-filter.c:2441238#, c-format1239msgid "malformed field name: %.*s"1240msgstr "Fehlerhafter Feldname: %.*s"12411242#: ref-filter.c:2701243#, c-format1244msgid "unknown field name: %.*s"1245msgstr "Unbekannter Feldname: %.*s"12461247#: ref-filter.c:3721248#, c-format1249msgid "format: %%(end) atom used without corresponding atom"1250msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"12511252#: ref-filter.c:4241253#, c-format1254msgid "malformed format string %s"1255msgstr "Fehlerhafter Formatierungsstring %s"12561257#: ref-filter.c:8781258msgid ":strip= requires a positive integer argument"1259msgstr ":strip= erfordert eine positive Ganzzahl als Argument"12601261#: ref-filter.c:8831262#, c-format1263msgid "ref '%s' does not have %ld components to :strip"1264msgstr "Referenz '%s' hat keine %ld Komponenten für :strip"12651266#: ref-filter.c:10461267#, c-format1268msgid "unknown %.*s format %s"1269msgstr "Unbekanntes %.*s Format %s"12701271#: ref-filter.c:1066 ref-filter.c:10971272#, c-format1273msgid "missing object %s for %s"1274msgstr "Objekt %s fehlt für %s"12751276#: ref-filter.c:1069 ref-filter.c:11001277#, c-format1278msgid "parse_object_buffer failed on %s for %s"1279msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"12801281#: ref-filter.c:13111282#, c-format1283msgid "malformed object at '%s'"1284msgstr "fehlerhaftes Objekt bei '%s'"12851286#: ref-filter.c:13731287#, c-format1288msgid "ignoring ref with broken name %s"1289msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"12901291#: ref-filter.c:13781292#, c-format1293msgid "ignoring broken ref %s"1294msgstr "Ignoriere fehlerhafte Referenz %s"12951296#: ref-filter.c:16511297#, c-format1298msgid "format: %%(end) atom missing"1299msgstr "Format: %%(end) Atom fehlt"13001301#: ref-filter.c:17051302#, c-format1303msgid "malformed object name %s"1304msgstr "Missgebildeter Objektname %s"13051306#: remote.c:7461307#, c-format1308msgid "Cannot fetch both %s and %s to %s"1309msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."13101311#: remote.c:7501312#, c-format1313msgid "%s usually tracks %s, not %s"1314msgstr "%s folgt üblicherweise %s, nicht %s"13151316#: remote.c:7541317#, c-format1318msgid "%s tracks both %s and %s"1319msgstr "%s folgt sowohl %s als auch %s"13201321#: remote.c:7621322msgid "Internal error"1323msgstr "Interner Fehler"13241325#: remote.c:1678 remote.c:17211326msgid "HEAD does not point to a branch"1327msgstr "HEAD zeigt auf keinen Branch"13281329#: remote.c:16871330#, c-format1331msgid "no such branch: '%s'"1332msgstr "Kein solcher Branch: '%s'"13331334#: remote.c:16901335#, c-format1336msgid "no upstream configured for branch '%s'"1337msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."13381339#: remote.c:16961340#, c-format1341msgid "upstream branch '%s' not stored as a remote-tracking branch"1342msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"13431344#: remote.c:17111345#, c-format1346msgid "push destination '%s' on remote '%s' has no local tracking branch"1347msgstr ""1348"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "1349"Branch"13501351#: remote.c:17261352#, c-format1353msgid "branch '%s' has no remote for pushing"1354msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"13551356#: remote.c:17371357#, c-format1358msgid "push refspecs for '%s' do not include '%s'"1359msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"13601361#: remote.c:17501362msgid "push has no destination (push.default is 'nothing')"1363msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"13641365#: remote.c:17721366msgid "cannot resolve 'simple' push to a single destination"1367msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"13681369#: remote.c:20741370#, c-format1371msgid "Your branch is based on '%s', but the upstream is gone.\n"1372msgstr ""1373"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"13741375#: remote.c:20781376msgid " (use \"git branch --unset-upstream\" to fixup)\n"1377msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"13781379#: remote.c:20811380#, c-format1381msgid "Your branch is up-to-date with '%s'.\n"1382msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"13831384#: remote.c:20851385#, c-format1386msgid "Your branch is ahead of '%s' by %d commit.\n"1387msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1388msgstr[0] "Ihr Branch ist vor '%s' um %d Commit.\n"1389msgstr[1] "Ihr Branch ist vor '%s' um %d Commits.\n"13901391#: remote.c:20911392msgid " (use \"git push\" to publish your local commits)\n"1393msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"13941395#: remote.c:20941396#, c-format1397msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1398msgid_plural ""1399"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1400msgstr[0] ""1401"Ihr Branch ist zu '%s' um %d Commit hinterher, und kann vorgespult werden.\n"1402msgstr[1] ""1403"Ihr Branch ist zu '%s' um %d Commits hinterher, und kann vorgespult werden.\n"14041405#: remote.c:21021406msgid " (use \"git pull\" to update your local branch)\n"1407msgstr ""1408" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"14091410#: remote.c:21051411#, c-format1412msgid ""1413"Your branch and '%s' have diverged,\n"1414"and have %d and %d different commit each, respectively.\n"1415msgid_plural ""1416"Your branch and '%s' have diverged,\n"1417"and have %d and %d different commits each, respectively.\n"1418msgstr[0] ""1419"Ihr Branch und '%s' sind divergiert,\n"1420"und haben jeweils %d und %d unterschiedliche Commits.\n"1421msgstr[1] ""1422"Ihr Branch und '%s' sind divergiert,\n"1423"und haben jeweils %d und %d unterschiedliche Commits.\n"14241425#: remote.c:21151426msgid " (use \"git pull\" to merge the remote branch into yours)\n"1427msgstr ""1428" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "1429"zusammenzuführen)\n"14301431#: revision.c:21421432msgid "your current branch appears to be broken"1433msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."14341435#: revision.c:21451436#, c-format1437msgid "your current branch '%s' does not have any commits yet"1438msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."14391440#: revision.c:23391441msgid "--first-parent is incompatible with --bisect"1442msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."14431444#: run-command.c:921445msgid "open /dev/null failed"1446msgstr "Öffnen von /dev/null fehlgeschlagen"14471448#: run-command.c:941449#, c-format1450msgid "dup2(%d,%d) failed"1451msgstr "dup2(%d,%d) fehlgeschlagen"14521453#: send-pack.c:2951454msgid "failed to sign the push certificate"1455msgstr "Fehler beim Signieren des \"push\"-Zertifikates"14561457#: send-pack.c:4041458msgid "the receiving end does not support --signed push"1459msgstr ""1460"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"14611462#: send-pack.c:4061463msgid ""1464"not sending a push certificate since the receiving end does not support --"1465"signed push"1466msgstr ""1467"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"1468"Versand (\"--signed push\") unterstützt"14691470#: send-pack.c:4181471msgid "the receiving end does not support --atomic push"1472msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"14731474#: sequencer.c:1741475msgid ""1476"after resolving the conflicts, mark the corrected paths\n"1477"with 'git add <paths>' or 'git rm <paths>'"1478msgstr ""1479"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"1480"mit 'git add <Pfade>' oder 'git rm <Pfade>'"14811482#: sequencer.c:1771483msgid ""1484"after resolving the conflicts, mark the corrected paths\n"1485"with 'git add <paths>' or 'git rm <paths>'\n"1486"and commit the result with 'git commit'"1487msgstr ""1488"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"1489"mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n"1490"'git commit' ein"14911492#: sequencer.c:190 sequencer.c:833 sequencer.c:9121493#, c-format1494msgid "Could not write to %s"1495msgstr "Konnte nicht nach %s schreiben"14961497#: sequencer.c:1931498#, c-format1499msgid "Error wrapping up %s"1500msgstr "Fehler bei Nachbereitung von %s"15011502#: sequencer.c:2081503msgid "Your local changes would be overwritten by cherry-pick."1504msgstr "Ihre lokalen Änderungen würden durch den Cherry-Pick überschrieben werden."15051506#: sequencer.c:2101507msgid "Your local changes would be overwritten by revert."1508msgstr "Ihre lokalen Änderungen würden durch den Revert überschrieben werden."15091510#: sequencer.c:2131511msgid "Commit your changes or stash them to proceed."1512msgstr ""1513"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."15141515#. TRANSLATORS: %s will be "revert" or "cherry-pick"1516#: sequencer.c:3001517#, c-format1518msgid "%s: Unable to write new index file"1519msgstr "%s: Konnte neue Index-Datei nicht schreiben"15201521#: sequencer.c:3181522msgid "Could not resolve HEAD commit\n"1523msgstr "Konnte Commit von HEAD nicht auflösen\n"15241525#: sequencer.c:3381526msgid "Unable to update cache tree\n"1527msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"15281529#: sequencer.c:3901530#, c-format1531msgid "Could not parse commit %s\n"1532msgstr "Konnte Commit %s nicht parsen\n"15331534#: sequencer.c:3951535#, c-format1536msgid "Could not parse parent commit %s\n"1537msgstr "Konnte Eltern-Commit %s nicht parsen\n"15381539#: sequencer.c:4601540msgid "Your index file is unmerged."1541msgstr "Ihre Index-Datei ist nicht zusammengeführt."15421543#: sequencer.c:4791544#, c-format1545msgid "Commit %s is a merge but no -m option was given."1546msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."15471548#: sequencer.c:4871549#, c-format1550msgid "Commit %s does not have parent %d"1551msgstr "Commit %s hat keinen Elternteil %d"15521553#: sequencer.c:4911554#, c-format1555msgid "Mainline was specified but commit %s is not a merge."1556msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."15571558#. TRANSLATORS: The first %s will be "revert" or1559#. "cherry-pick", the second %s a SHA11560#: sequencer.c:5041561#, c-format1562msgid "%s: cannot parse parent commit %s"1563msgstr "%s: kann Eltern-Commit %s nicht parsen"15641565#: sequencer.c:5081566#, c-format1567msgid "Cannot get commit message for %s"1568msgstr "Kann keine Commit-Beschreibung für %s bekommen"15691570#: sequencer.c:5941571#, c-format1572msgid "could not revert %s... %s"1573msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"15741575#: sequencer.c:5951576#, c-format1577msgid "could not apply %s... %s"1578msgstr "Konnte %s... (%s) nicht anwenden"15791580#: sequencer.c:6301581msgid "empty commit set passed"1582msgstr "leere Menge von Commits übergeben"15831584#: sequencer.c:6381585#, c-format1586msgid "git %s: failed to read the index"1587msgstr "git %s: Fehler beim Lesen des Index"15881589#: sequencer.c:6421590#, c-format1591msgid "git %s: failed to refresh the index"1592msgstr "git %s: Fehler beim Aktualisieren des Index"15931594#: sequencer.c:7021595#, c-format1596msgid "Cannot %s during a %s"1597msgstr "Kann %s nicht während eines %s durchführen"15981599#: sequencer.c:7241600#, c-format1601msgid "Could not parse line %d."1602msgstr "Konnte Zeile %d nicht parsen."16031604#: sequencer.c:7291605msgid "No commits parsed."1606msgstr "Keine Commits geparst."16071608#: sequencer.c:7411609#, c-format1610msgid "Could not open %s"1611msgstr "Konnte %s nicht öffnen"16121613#: sequencer.c:7451614#, c-format1615msgid "Could not read %s."1616msgstr "Konnte %s nicht lesen."16171618#: sequencer.c:7521619#, c-format1620msgid "Unusable instruction sheet: %s"1621msgstr "Unbenutzbares Instruktionsblatt: %s"16221623#: sequencer.c:7821624#, c-format1625msgid "Invalid key: %s"1626msgstr "Ungültiger Schlüssel: %s"16271628#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:521629#, c-format1630msgid "Invalid value for %s: %s"1631msgstr "Ungültiger Wert für %s: %s"16321633#: sequencer.c:7951634#, c-format1635msgid "Malformed options sheet: %s"1636msgstr "Fehlerhaftes Optionsblatt: %s"16371638#: sequencer.c:8141639msgid "a cherry-pick or revert is already in progress"1640msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"16411642#: sequencer.c:8151643msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1644msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""16451646#: sequencer.c:8191647#, c-format1648msgid "Could not create sequencer directory %s"1649msgstr "Konnte \"sequencer\"-Verzeichnis %s nicht erstellen"16501651#: sequencer.c:835 sequencer.c:9161652#, c-format1653msgid "Error wrapping up %s."1654msgstr "Fehler beim Einpacken von %s."16551656#: sequencer.c:854 sequencer.c:9861657msgid "no cherry-pick or revert in progress"1658msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"16591660#: sequencer.c:8561661msgid "cannot resolve HEAD"1662msgstr "kann HEAD nicht auflösen"16631664#: sequencer.c:8581665msgid "cannot abort from a branch yet to be born"1666msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"16671668#: sequencer.c:878 builtin/fetch.c:610 builtin/fetch.c:8511669#, c-format1670msgid "cannot open %s"1671msgstr "kann '%s' nicht öffnen"16721673#: sequencer.c:8801674#, c-format1675msgid "cannot read %s: %s"1676msgstr "Kann %s nicht lesen: %s"16771678#: sequencer.c:8811679msgid "unexpected end of file"1680msgstr "Unerwartetes Dateiende"16811682#: sequencer.c:8871683#, c-format1684msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1685msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"16861687#: sequencer.c:9091688#, c-format1689msgid "Could not format %s."1690msgstr "Konnte %s nicht formatieren."16911692#: sequencer.c:10541693#, c-format1694msgid "%s: can't cherry-pick a %s"1695msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"16961697#: sequencer.c:10571698#, c-format1699msgid "%s: bad revision"1700msgstr "%s: ungültiger Commit"17011702#: sequencer.c:10911703msgid "Can't revert as initial commit"1704msgstr "Kann nicht als allerersten Commit einen Revert ausführen."17051706#: sequencer.c:10921707msgid "Can't cherry-pick into empty head"1708msgstr "Kann nicht als allerersten Commit einen Cherry-Pick ausführen."17091710#: setup.c:2481711#, c-format1712msgid "failed to read %s"1713msgstr "Fehler beim Lesen von %s"17141715#: setup.c:4681716#, c-format1717msgid "Expected git repo version <= %d, found %d"1718msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"17191720#: setup.c:4761721msgid "unknown repository extensions found:"1722msgstr "Unbekannte Repository-Erweiterungen gefunden:"17231724#: sha1_file.c:10801725msgid "offset before end of packfile (broken .idx?)"1726msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"17271728#: sha1_file.c:24581729#, c-format1730msgid "offset before start of pack index for %s (corrupt index?)"1731msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"17321733#: sha1_file.c:24621734#, c-format1735msgid "offset beyond end of pack index for %s (truncated index?)"1736msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"17371738#: sha1_name.c:4621739msgid ""1740"Git normally never creates a ref that ends with 40 hex characters\n"1741"because it will be ignored when you just specify 40-hex. These refs\n"1742"may be created by mistake. For example,\n"1743"\n"1744" git checkout -b $br $(git rev-parse ...)\n"1745"\n"1746"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1747"examine these refs and maybe delete them. Turn this message off by\n"1748"running \"git config advice.objectNameWarning false\""1749msgstr ""1750"Git erzeugt normalerweise keine Referenzen die mit\n"1751"40 Hex-Zeichen enden, da diese ignoriert werden wenn\n"1752"Sie diese angeben. Diese Referenzen könnten aus Versehen\n"1753"erzeugt worden sein. Zum Beispiel,\n"1754"\n"1755" git checkout -b $br $(git rev-parse ...)\n"1756"\n"1757"wobei \"$br\" leer ist und eine 40-Hex-Referenz erzeugt\n"1758"wurde. Bitte prüfen Sie diese Referenzen und löschen\n"1759"Sie sie gegebenenfalls. Unterdrücken Sie diese Meldung\n"1760"indem Sie \"git config advice.objectNameWarning false\"\n"1761"ausführen."17621763#: submodule.c:64 submodule.c:981764msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1765msgstr ""1766"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"1767"Sie zuerst die Konflikte auf"17681769#: submodule.c:68 submodule.c:1021770#, c-format1771msgid "Could not find section in .gitmodules where path=%s"1772msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"17731774#: submodule.c:761775#, c-format1776msgid "Could not update .gitmodules entry %s"1777msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"17781779#: submodule.c:1091780#, c-format1781msgid "Could not remove .gitmodules entry for %s"1782msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"17831784#: submodule.c:1201785msgid "staging updated .gitmodules failed"1786msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"17871788#: submodule.c:1771789msgid "negative values not allowed for submodule.fetchJobs"1790msgstr "Negative Werte für submodule.fetchJobs nicht erlaubt"17911792#: submodule-config.c:3551793#, c-format1794msgid "invalid value for %s"1795msgstr "Ungültiger Wert für %s"17961797#: trailer.c:2371798#, c-format1799msgid "running trailer command '%s' failed"1800msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"18011802#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:5581803#: trailer.c:5621804#, c-format1805msgid "unknown value '%s' for key '%s'"1806msgstr "unbekannter Wert '%s' für Schlüssel %s"18071808#: trailer.c:544 trailer.c:549 builtin/remote.c:2891809#, c-format1810msgid "more than one %s"1811msgstr "mehr als ein %s"18121813#: trailer.c:5821814#, c-format1815msgid "empty trailer token in trailer '%.*s'"1816msgstr "leerer Anhang-Token in Anhang '%.*s'"18171818#: trailer.c:7021819#, c-format1820msgid "could not read input file '%s'"1821msgstr "Konnte Eingabe-Datei '%s' nicht lesen"18221823#: trailer.c:7051824msgid "could not read from stdin"1825msgstr "konnte nicht von der Standard-Eingabe lesen"18261827#: trailer.c:857 builtin/am.c:421828#, c-format1829msgid "could not stat %s"1830msgstr "Konnte '%s' nicht lesen"18311832#: trailer.c:8591833#, c-format1834msgid "file %s is not a regular file"1835msgstr "Datei '%s' ist keine reguläre Datei"18361837#: trailer.c:8611838#, c-format1839msgid "file %s is not writable by user"1840msgstr "Datei %s ist vom Benutzer nicht beschreibbar."18411842#: trailer.c:8731843msgid "could not open temporary file"1844msgstr "konnte temporäre Datei '%s' nicht öffnen"18451846#: trailer.c:9121847#, c-format1848msgid "could not rename temporary file to %s"1849msgstr "konnte temporäre Datei nicht zu %s umbenennen"18501851#: transport-helper.c:10411852#, c-format1853msgid "Could not read ref %s"1854msgstr "Konnte Referenz %s nicht lesen."18551856#: unpack-trees.c:641857#, c-format1858msgid ""1859"Your local changes to the following files would be overwritten by checkout:\n"1860"%%sPlease commit your changes or stash them before you can switch branches."1861msgstr ""1862"Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"1863"überschrieben werden:\n"1864"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches wechseln."18651866#: unpack-trees.c:661867#, c-format1868msgid ""1869"Your local changes to the following files would be overwritten by checkout:\n"1870"%%s"1871msgstr ""1872"Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"1873"überschrieben werden:\n"1874"%%s"18751876#: unpack-trees.c:691877#, c-format1878msgid ""1879"Your local changes to the following files would be overwritten by merge:\n"1880"%%sPlease commit your changes or stash them before you can merge."1881msgstr ""1882"Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"1883"überschrieben werden:\n"1884"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor sie mergen."18851886#: unpack-trees.c:711887#, c-format1888msgid ""1889"Your local changes to the following files would be overwritten by merge:\n"1890"%%s"1891msgstr ""1892"Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"1893"überschrieben werden:\n"1894"%%s"18951896#: unpack-trees.c:741897#, c-format1898msgid ""1899"Your local changes to the following files would be overwritten by %s:\n"1900"%%sPlease commit your changes or stash them before you can %s."1901msgstr ""1902"Ihre lokalen Änderungen in den folgenden Dateien würden durch %s\n"1903"überschrieben werden:\n"1904"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie %s ausführen."19051906#: unpack-trees.c:761907#, c-format1908msgid ""1909"Your local changes to the following files would be overwritten by %s:\n"1910"%%s"1911msgstr ""1912"Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"1913"%%s"19141915#: unpack-trees.c:811916#, c-format1917msgid ""1918"Updating the following directories would lose untracked files in it:\n"1919"%s"1920msgstr ""1921"Durch die Aktualisierung der folgenden Verzeichnisse würden unversionierte\n"1922"Dateien in diesen Verzeichnissen verloren gehen:\n"1923"%s"19241925#: unpack-trees.c:851926#, c-format1927msgid ""1928"The following untracked working tree files would be removed by checkout:\n"1929"%%sPlease move or remove them before you can switch branches."1930msgstr ""1931"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"1932"den Checkout entfernt werden:\n"1933"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."19341935#: unpack-trees.c:871936#, c-format1937msgid ""1938"The following untracked working tree files would be removed by checkout:\n"1939"%%s"1940msgstr ""1941"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"1942"Checkout entfernt werden:\n"1943"%%s"19441945#: unpack-trees.c:901946#, c-format1947msgid ""1948"The following untracked working tree files would be removed by merge:\n"1949"%%sPlease move or remove them before you can merge."1950msgstr ""1951"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"1952"Merge entfernt werden:\n"1953"%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."19541955#: unpack-trees.c:921956#, c-format1957msgid ""1958"The following untracked working tree files would be removed by merge:\n"1959"%%s"1960msgstr ""1961"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"1962"Merge entfernt werden:\n"1963"%%s"19641965#: unpack-trees.c:951966#, c-format1967msgid ""1968"The following untracked working tree files would be removed by %s:\n"1969"%%sPlease move or remove them before you can %s."1970msgstr ""1971"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"1972"%s entfernt werden:\n"1973"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."19741975#: unpack-trees.c:971976#, c-format1977msgid ""1978"The following untracked working tree files would be removed by %s:\n"1979"%%s"1980msgstr ""1981"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"1982"%s entfernt werden:\n"1983"%%s"19841985#: unpack-trees.c:1021986#, c-format1987msgid ""1988"The following untracked working tree files would be overwritten by "1989"checkout:\n"1990"%%sPlease move or remove them before you can switch branches."1991msgstr ""1992"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"1993"Checkout überschrieben werden:\n"1994"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."19951996#: unpack-trees.c:1041997#, c-format1998msgid ""1999"The following untracked working tree files would be overwritten by "2000"checkout:\n"2001"%%s"2002msgstr ""2003"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"2004"Checkout überschrieben werden:\n"2005"%%s"20062007#: unpack-trees.c:1072008#, c-format2009msgid ""2010"The following untracked working tree files would be overwritten by merge:\n"2011"%%sPlease move or remove them before you can merge."2012msgstr ""2013"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"2014"Merge überschrieben werden:\n"2015"%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."20162017#: unpack-trees.c:1092018#, c-format2019msgid ""2020"The following untracked working tree files would be overwritten by merge:\n"2021"%%s"2022msgstr ""2023"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"2024"Merge überschrieben werden:\n"2025"%%s"20262027#: unpack-trees.c:1122028#, c-format2029msgid ""2030"The following untracked working tree files would be overwritten by %s:\n"2031"%%sPlease move or remove them before you can %s."2032msgstr ""2033"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"2034"%s überschrieben werden:\n"2035"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."20362037#: unpack-trees.c:1142038#, c-format2039msgid ""2040"The following untracked working tree files would be overwritten by %s:\n"2041"%%s"2042msgstr ""2043"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch den\n"2044"%s überschrieben werden:\n"2045"%%s"20462047#: unpack-trees.c:1212048#, c-format2049msgid "Entry '%s' overlaps with '%s'. Cannot bind."2050msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."20512052#: unpack-trees.c:1242053#, c-format2054msgid ""2055"Cannot update sparse checkout: the following entries are not up-to-date:\n"2056"%s"2057msgstr ""2058"Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge sind nicht\n"2059"aktuell:\n"2060"%s"20612062#: unpack-trees.c:1262063#, c-format2064msgid ""2065"The following Working tree files would be overwritten by sparse checkout "2066"update:\n"2067"%s"2068msgstr ""2069"Die folgenden Dateien im Arbeitsbereich würden durch die Aktualisierung\n"2070"des partiellen Checkouts überschrieben werden:\n"2071"%s"20722073#: unpack-trees.c:1282074#, c-format2075msgid ""2076"The following Working tree files would be removed by sparse checkout "2077"update:\n"2078"%s"2079msgstr ""2080"Die folgenden Dateien im Arbeitsbereich würden durch die Aktualisierung\n"2081"des partiellen Checkouts entfernt werden:\n"2082"%s"20832084#: unpack-trees.c:2052085#, c-format2086msgid "Aborting\n"2087msgstr "Abbruch\n"20882089#: unpack-trees.c:2372090msgid "Checking out files"2091msgstr "Checke Dateien aus"20922093#: urlmatch.c:1202094msgid "invalid URL scheme name or missing '://' suffix"2095msgstr "Ungültiges URL-Schema oder Suffix '://' fehlt"20962097#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3562098#, c-format2099msgid "invalid %XX escape sequence"2100msgstr "ungültige Escape-Sequenz %XX"21012102#: urlmatch.c:1722103msgid "missing host and scheme is not 'file:'"2104msgstr "fehlender Host und Schema ist nicht 'file:'"21052106#: urlmatch.c:1892107msgid "a 'file:' URL may not have a port number"2108msgstr "eine 'file:' URL darf keine Portnummer enthalten"21092110#: urlmatch.c:1992111msgid "invalid characters in host name"2112msgstr "Hostname enthält ungültige Zeichen"21132114#: urlmatch.c:244 urlmatch.c:2552115msgid "invalid port number"2116msgstr "ungültige Portnummer"21172118#: urlmatch.c:3222119msgid "invalid '..' path segment"2120msgstr "ungültiges '..' Pfadsegment"21212122#: wrapper.c:222 wrapper.c:3812123#, c-format2124msgid "could not open '%s' for reading and writing"2125msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."21262127#: wrapper.c:224 wrapper.c:383 builtin/am.c:7792128#, c-format2129msgid "could not open '%s' for writing"2130msgstr "Konnte '%s' nicht zum Schreiben öffnen."21312132#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/am.c:7722133#: builtin/am.c:860 builtin/commit.c:1711 builtin/merge.c:10862134#: builtin/pull.c:4072135#, c-format2136msgid "could not open '%s' for reading"2137msgstr "Konnte '%s' nicht zum Lesen öffnen."21382139#: wrapper.c:594 wrapper.c:6152140#, c-format2141msgid "unable to access '%s'"2142msgstr "konnte nicht auf '%s' zugreifen"21432144#: wrapper.c:6232145msgid "unable to get current working directory"2146msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."21472148#: wrapper.c:6502149#, c-format2150msgid "could not open %s for writing"2151msgstr "Konnte '%s' nicht zum Schreiben öffnen."21522153#: wrapper.c:661 builtin/am.c:4102154#, c-format2155msgid "could not write to %s"2156msgstr "Konnte nicht nach '%s' schreiben."21572158#: wrapper.c:6672159#, c-format2160msgid "could not close %s"2161msgstr "Konnte '%s' nicht schließen."21622163#: wt-status.c:1502164msgid "Unmerged paths:"2165msgstr "Nicht zusammengeführte Pfade:"21662167#: wt-status.c:177 wt-status.c:2042168#, c-format2169msgid " (use \"git reset %s <file>...\" to unstage)"2170msgstr ""2171" (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"2172"Area)"21732174#: wt-status.c:179 wt-status.c:2062175msgid " (use \"git rm --cached <file>...\" to unstage)"2176msgstr ""2177" (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"2178"Area)"21792180#: wt-status.c:1832181msgid " (use \"git add <file>...\" to mark resolution)"2182msgstr ""2183" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"21842185#: wt-status.c:185 wt-status.c:1892186msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"2187msgstr ""2188" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "2189"markieren)"21902191#: wt-status.c:1872192msgid " (use \"git rm <file>...\" to mark resolution)"2193msgstr ""2194" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"21952196#: wt-status.c:198 wt-status.c:8812197msgid "Changes to be committed:"2198msgstr "zum Commit vorgemerkte Änderungen:"21992200#: wt-status.c:216 wt-status.c:8902201msgid "Changes not staged for commit:"2202msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"22032204#: wt-status.c:2202205msgid " (use \"git add <file>...\" to update what will be committed)"2206msgstr ""2207" (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "2208"vorzumerken)"22092210#: wt-status.c:2222211msgid " (use \"git add/rm <file>...\" to update what will be committed)"2212msgstr ""2213" (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "2214"vorzumerken)"22152216#: wt-status.c:2232217msgid ""2218" (use \"git checkout -- <file>...\" to discard changes in working directory)"2219msgstr ""2220" (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "2221"Arbeitsverzeichnis zu verwerfen)"22222223#: wt-status.c:2252224msgid " (commit or discard the untracked or modified content in submodules)"2225msgstr ""2226" (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt "2227"in den Submodulen)"22282229#: wt-status.c:2372230#, c-format2231msgid " (use \"git %s <file>...\" to include in what will be committed)"2232msgstr ""2233" (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "2234"vorzumerken)"22352236#: wt-status.c:2522237msgid "both deleted:"2238msgstr "beide gelöscht:"22392240#: wt-status.c:2542241msgid "added by us:"2242msgstr "von uns hinzugefügt:"22432244#: wt-status.c:2562245msgid "deleted by them:"2246msgstr "von denen gelöscht:"22472248#: wt-status.c:2582249msgid "added by them:"2250msgstr "von denen hinzugefügt:"22512252#: wt-status.c:2602253msgid "deleted by us:"2254msgstr "von uns gelöscht:"22552256#: wt-status.c:2622257msgid "both added:"2258msgstr "von beiden hinzugefügt:"22592260#: wt-status.c:2642261msgid "both modified:"2262msgstr "von beiden geändert:"22632264#: wt-status.c:2662265#, c-format2266msgid "bug: unhandled unmerged status %x"2267msgstr "Bug: unbehandelter Unmerged-Status %x"22682269#: wt-status.c:2742270msgid "new file:"2271msgstr "neue Datei:"22722273#: wt-status.c:2762274msgid "copied:"2275msgstr "kopiert:"22762277#: wt-status.c:2782278msgid "deleted:"2279msgstr "gelöscht:"22802281#: wt-status.c:2802282msgid "modified:"2283msgstr "geändert:"22842285#: wt-status.c:2822286msgid "renamed:"2287msgstr "umbenannt:"22882289#: wt-status.c:2842290msgid "typechange:"2291msgstr "Typänderung:"22922293#: wt-status.c:2862294msgid "unknown:"2295msgstr "unbekannt:"22962297#: wt-status.c:2882298msgid "unmerged:"2299msgstr "nicht gemerged:"23002301#: wt-status.c:3702302msgid "new commits, "2303msgstr "neue Commits, "23042305#: wt-status.c:3722306msgid "modified content, "2307msgstr "geänderter Inhalt, "23082309#: wt-status.c:3742310msgid "untracked content, "2311msgstr "unversionierter Inhalt, "23122313#: wt-status.c:3912314#, c-format2315msgid "bug: unhandled diff status %c"2316msgstr "Fehler: unbehandelter Differenz-Status %c"23172318#: wt-status.c:7552319msgid "Submodules changed but not updated:"2320msgstr "Submodule geändert, aber nicht aktualisiert:"23212322#: wt-status.c:7572323msgid "Submodule changes to be committed:"2324msgstr "Änderungen in Submodul zum Committen:"23252326#: wt-status.c:8382327msgid ""2328"Do not touch the line above.\n"2329"Everything below will be removed."2330msgstr ""2331"Ändern Sie nicht die obige Zeile.\n"2332"Alles unterhalb von ihr wird entfernt."23332334#: wt-status.c:9492335msgid "You have unmerged paths."2336msgstr "Sie haben nicht zusammengeführte Pfade."23372338#: wt-status.c:9522339msgid " (fix conflicts and run \"git commit\")"2340msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"23412342#: wt-status.c:9562343msgid "All conflicts fixed but you are still merging."2344msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."23452346#: wt-status.c:9592347msgid " (use \"git commit\" to conclude merge)"2348msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"23492350#: wt-status.c:9692351msgid "You are in the middle of an am session."2352msgstr "Eine \"am\"-Sitzung ist im Gange."23532354#: wt-status.c:9722355msgid "The current patch is empty."2356msgstr "Der aktuelle Patch ist leer."23572358#: wt-status.c:9762359msgid " (fix conflicts and then run \"git am --continue\")"2360msgstr ""2361" (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"23622363#: wt-status.c:9782364msgid " (use \"git am --skip\" to skip this patch)"2365msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"23662367#: wt-status.c:9802368msgid " (use \"git am --abort\" to restore the original branch)"2369msgstr ""2370" (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "2371"wiederherzustellen)"23722373#: wt-status.c:11052374msgid "No commands done."2375msgstr "Keine Befehle ausgeführt."23762377#: wt-status.c:11082378#, c-format2379msgid "Last command done (%d command done):"2380msgid_plural "Last commands done (%d commands done):"2381msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"2382msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"23832384#: wt-status.c:11192385#, c-format2386msgid " (see more in file %s)"2387msgstr " (mehr Informationen in Datei %s)"23882389#: wt-status.c:11242390msgid "No commands remaining."2391msgstr "Keine Befehle verbleibend."23922393#: wt-status.c:11272394#, c-format2395msgid "Next command to do (%d remaining command):"2396msgid_plural "Next commands to do (%d remaining commands):"2397msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"2398msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"23992400#: wt-status.c:11352401msgid " (use \"git rebase --edit-todo\" to view and edit)"2402msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"24032404#: wt-status.c:11482405#, c-format2406msgid "You are currently rebasing branch '%s' on '%s'."2407msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."24082409#: wt-status.c:11532410msgid "You are currently rebasing."2411msgstr "Sie sind gerade beim Rebase."24122413#: wt-status.c:11672414msgid " (fix conflicts and then run \"git rebase --continue\")"2415msgstr ""2416" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "2417"aus)"24182419#: wt-status.c:11692420msgid " (use \"git rebase --skip\" to skip this patch)"2421msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"24222423#: wt-status.c:11712424msgid " (use \"git rebase --abort\" to check out the original branch)"2425msgstr ""2426" (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "2427"auszuchecken)"24282429#: wt-status.c:11772430msgid " (all conflicts fixed: run \"git rebase --continue\")"2431msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"24322433#: wt-status.c:11812434#, c-format2435msgid ""2436"You are currently splitting a commit while rebasing branch '%s' on '%s'."2437msgstr ""2438"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "2439"'%s' im Gange ist."24402441#: wt-status.c:11862442msgid "You are currently splitting a commit during a rebase."2443msgstr "Sie teilen gerade einen Commit während eines Rebase auf."24442445#: wt-status.c:11892446msgid " (Once your working directory is clean, run \"git rebase --continue\")"2447msgstr ""2448" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"2449"continue\" aus)"24502451#: wt-status.c:11932452#, c-format2453msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."2454msgstr ""2455"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "2456"'%s'."24572458#: wt-status.c:11982459msgid "You are currently editing a commit during a rebase."2460msgstr "Sie editieren gerade einen Commit während eines Rebase."24612462#: wt-status.c:12012463msgid " (use \"git commit --amend\" to amend the current commit)"2464msgstr ""2465" (benutzen Sie \"git commit --amend\", um den aktuellen Commit "2466"nachzubessern)"24672468#: wt-status.c:12032469msgid ""2470" (use \"git rebase --continue\" once you are satisfied with your changes)"2471msgstr ""2472" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "2473"abgeschlossen sind)"24742475#: wt-status.c:12132476#, c-format2477msgid "You are currently cherry-picking commit %s."2478msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."24792480#: wt-status.c:12182481msgid " (fix conflicts and run \"git cherry-pick --continue\")"2482msgstr ""2483" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"2484"\" aus)"24852486#: wt-status.c:12212487msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"2488msgstr ""2489" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"24902491#: wt-status.c:12232492msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"2493msgstr ""2494" (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "2495"abzubrechen)"24962497#: wt-status.c:12322498#, c-format2499msgid "You are currently reverting commit %s."2500msgstr "Sie sind gerade an einem Revert von Commit '%s'."25012502#: wt-status.c:12372503msgid " (fix conflicts and run \"git revert --continue\")"2504msgstr ""2505" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "2506"aus)"25072508#: wt-status.c:12402509msgid " (all conflicts fixed: run \"git revert --continue\")"2510msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"25112512#: wt-status.c:12422513msgid " (use \"git revert --abort\" to cancel the revert operation)"2514msgstr ""2515" (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"25162517#: wt-status.c:12532518#, c-format2519msgid "You are currently bisecting, started from branch '%s'."2520msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."25212522#: wt-status.c:12572523msgid "You are currently bisecting."2524msgstr "Sie sind gerade bei einer binären Suche."25252526#: wt-status.c:12602527msgid " (use \"git bisect reset\" to get back to the original branch)"2528msgstr ""2529" (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "2530"zurückzukehren)"25312532#: wt-status.c:14602533msgid "On branch "2534msgstr "Auf Branch "25352536#: wt-status.c:14662537msgid "interactive rebase in progress; onto "2538msgstr "interaktives Rebase im Gange; auf "25392540#: wt-status.c:14682541msgid "rebase in progress; onto "2542msgstr "Rebase im Gange; auf "25432544#: wt-status.c:14732545msgid "HEAD detached at "2546msgstr "HEAD losgelöst bei "25472548#: wt-status.c:14752549msgid "HEAD detached from "2550msgstr "HEAD losgelöst von "25512552#: wt-status.c:14782553msgid "Not currently on any branch."2554msgstr "Im Moment auf keinem Branch."25552556#: wt-status.c:14962557msgid "Initial commit"2558msgstr "Initialer Commit"25592560#: wt-status.c:15102561msgid "Untracked files"2562msgstr "Unversionierte Dateien"25632564#: wt-status.c:15122565msgid "Ignored files"2566msgstr "Ignorierte Dateien"25672568#: wt-status.c:15162569#, c-format2570msgid ""2571"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"2572"may speed it up, but you have to be careful not to forget to add\n"2573"new files yourself (see 'git help status')."2574msgstr ""2575"Es dauerte %.2f Sekunden die unversionierten Dateien zu bestimmen.\n"2576"'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"2577"neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."25782579#: wt-status.c:15222580#, c-format2581msgid "Untracked files not listed%s"2582msgstr "Unversionierte Dateien nicht aufgelistet%s"25832584#: wt-status.c:15242585msgid " (use -u option to show untracked files)"2586msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"25872588#: wt-status.c:15302589msgid "No changes"2590msgstr "Keine Änderungen"25912592#: wt-status.c:15352593#, c-format2594msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"2595msgstr ""2596"keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "2597"\"git commit -a\")\n"25982599#: wt-status.c:15382600#, c-format2601msgid "no changes added to commit\n"2602msgstr "keine Änderungen zum Commit vorgemerkt\n"26032604#: wt-status.c:15412605#, c-format2606msgid ""2607"nothing added to commit but untracked files present (use \"git add\" to "2608"track)\n"2609msgstr ""2610"nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien (benutzen "2611"Sie \"git add\" zum Versionieren)\n"26122613#: wt-status.c:15442614#, c-format2615msgid "nothing added to commit but untracked files present\n"2616msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"26172618#: wt-status.c:15472619#, c-format2620msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"2621msgstr ""2622"nichts zu committen (Erstellen/Kopieren Sie Dateien und benutzen Sie \"git "2623"add\" zum Versionieren)\n"26242625#: wt-status.c:1550 wt-status.c:15552626#, c-format2627msgid "nothing to commit\n"2628msgstr "nichts zu committen\n"26292630#: wt-status.c:15532631#, c-format2632msgid "nothing to commit (use -u to show untracked files)\n"2633msgstr ""2634"nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "2635"anzuzeigen)\n"26362637#: wt-status.c:15572638#, c-format2639msgid "nothing to commit, working directory clean\n"2640msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"26412642#: wt-status.c:16642643msgid "Initial commit on "2644msgstr "Initialer Commit auf "26452646#: wt-status.c:16682647msgid "HEAD (no branch)"2648msgstr "HEAD (kein Branch)"26492650#: wt-status.c:16972651msgid "gone"2652msgstr "entfernt"26532654#: wt-status.c:1699 wt-status.c:17072655msgid "behind "2656msgstr "hinterher "26572658#: wt-status.c:1702 wt-status.c:17052659msgid "ahead "2660msgstr "voraus "26612662#: compat/precompose_utf8.c:57 builtin/clone.c:4152663#, c-format2664msgid "failed to unlink '%s'"2665msgstr "Konnte '%s' nicht entfernen."26662667#: builtin/add.c:222668msgid "git add [<options>] [--] <pathspec>..."2669msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..."26702671#: builtin/add.c:652672#, c-format2673msgid "unexpected diff status %c"2674msgstr "unerwarteter Differenz-Status %c"26752676#: builtin/add.c:70 builtin/commit.c:2802677msgid "updating files failed"2678msgstr "Aktualisierung der Dateien fehlgeschlagen"26792680#: builtin/add.c:802681#, c-format2682msgid "remove '%s'\n"2683msgstr "lösche '%s'\n"26842685#: builtin/add.c:1342686msgid "Unstaged changes after refreshing the index:"2687msgstr ""2688"Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"26892690#: builtin/add.c:194 builtin/rev-parse.c:8112691msgid "Could not read the index"2692msgstr "Konnte den Index nicht lesen"26932694#: builtin/add.c:2052695#, c-format2696msgid "Could not open '%s' for writing."2697msgstr "Konnte '%s' nicht zum Schreiben öffnen."26982699#: builtin/add.c:2092700msgid "Could not write patch"2701msgstr "Konnte Patch nicht schreiben"27022703#: builtin/add.c:2122704msgid "editing patch failed"2705msgstr "Bearbeitung des Patches fehlgeschlagen"27062707#: builtin/add.c:2152708#, c-format2709msgid "Could not stat '%s'"2710msgstr "Konnte Verzeichnis '%s' nicht lesen"27112712#: builtin/add.c:2172713msgid "Empty patch. Aborted."2714msgstr "Leerer Patch. Abgebrochen."27152716#: builtin/add.c:2222717#, c-format2718msgid "Could not apply '%s'"2719msgstr "Konnte '%s' nicht anwenden."27202721#: builtin/add.c:2322722msgid "The following paths are ignored by one of your .gitignore files:\n"2723msgstr ""2724"Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "2725"ignoriert:\n"27262727#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:1112728#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:5112729#: builtin/remote.c:1332 builtin/rm.c:268 builtin/send-pack.c:1622730msgid "dry run"2731msgstr "Probelauf"27322733#: builtin/add.c:250 builtin/apply.c:4563 builtin/check-ignore.c:192734#: builtin/commit.c:1333 builtin/count-objects.c:85 builtin/fsck.c:5572735#: builtin/log.c:1826 builtin/mv.c:110 builtin/read-tree.c:1142736msgid "be verbose"2737msgstr "erweiterte Ausgaben"27382739#: builtin/add.c:2522740msgid "interactive picking"2741msgstr "interaktives Auswählen"27422743#: builtin/add.c:253 builtin/checkout.c:1154 builtin/reset.c:2862744msgid "select hunks interactively"2745msgstr "Blöcke interaktiv auswählen"27462747#: builtin/add.c:2542748msgid "edit current diff and apply"2749msgstr "aktuelle Unterschiede editieren und anwenden"27502751#: builtin/add.c:2552752msgid "allow adding otherwise ignored files"2753msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"27542755#: builtin/add.c:2562756msgid "update tracked files"2757msgstr "versionierte Dateien aktualisieren"27582759#: builtin/add.c:2572760msgid "record only the fact that the path will be added later"2761msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"27622763#: builtin/add.c:2582764msgid "add changes from all tracked and untracked files"2765msgstr ""2766"Änderungen von allen versionierten und unversionierten Dateien hinzufügen"27672768#: builtin/add.c:2612769msgid "ignore paths removed in the working tree (same as --no-all)"2770msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"27712772#: builtin/add.c:2632773msgid "don't add, only refresh the index"2774msgstr "nichts hinzufügen, nur den Index aktualisieren"27752776#: builtin/add.c:2642777msgid "just skip files which cannot be added because of errors"2778msgstr ""2779"Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "2780"konnten"27812782#: builtin/add.c:2652783msgid "check if - even missing - files are ignored in dry run"2784msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"27852786#: builtin/add.c:2872787#, c-format2788msgid "Use -f if you really want to add them.\n"2789msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"27902791#: builtin/add.c:2942792msgid "adding files failed"2793msgstr "Hinzufügen von Dateien fehlgeschlagen"27942795#: builtin/add.c:3302796msgid "-A and -u are mutually incompatible"2797msgstr "Die Optionen -A und -u sind zueinander inkompatibel."27982799#: builtin/add.c:3372800msgid "Option --ignore-missing can only be used together with --dry-run"2801msgstr ""2802"Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."28032804#: builtin/add.c:3522805#, c-format2806msgid "Nothing specified, nothing added.\n"2807msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"28082809#: builtin/add.c:3532810#, c-format2811msgid "Maybe you wanted to say 'git add .'?\n"2812msgstr "Meinten Sie vielleicht 'git add .'?\n"28132814#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:9142815#: builtin/commit.c:339 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:2982816#: builtin/submodule--helper.c:2402817msgid "index file corrupt"2818msgstr "Index-Datei beschädigt"28192820#: builtin/add.c:439 builtin/apply.c:4661 builtin/mv.c:283 builtin/rm.c:4302821msgid "Unable to write new index file"2822msgstr "Konnte neue Index-Datei nicht schreiben."28232824#: builtin/am.c:256 builtin/commit.c:749 builtin/merge.c:10892825#, c-format2826msgid "could not read '%s'"2827msgstr "Konnte '%s' nicht lesen"28282829#: builtin/am.c:4302830msgid "could not parse author script"2831msgstr "konnte Autor-Skript nicht parsen"28322833#: builtin/am.c:5072834#, c-format2835msgid "'%s' was deleted by the applypatch-msg hook"2836msgstr "'%s' wurde durch den applypatch-msg Hook entfernt"28372838#: builtin/am.c:548 builtin/notes.c:3002839#, c-format2840msgid "Malformed input line: '%s'."2841msgstr "Fehlerhafte Eingabezeile: '%s'."28422843#: builtin/am.c:585 builtin/notes.c:3152844#, c-format2845msgid "Failed to copy notes from '%s' to '%s'"2846msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"28472848#: builtin/am.c:6112849msgid "fseek failed"2850msgstr "\"fseek\" fehlgeschlagen"28512852#: builtin/am.c:7882853#, c-format2854msgid "could not parse patch '%s'"2855msgstr "konnte Patch '%s' nicht parsen"28562857#: builtin/am.c:8532858msgid "Only one StGIT patch series can be applied at once"2859msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."28602861#: builtin/am.c:9002862msgid "invalid timestamp"2863msgstr "ungültiger Zeitstempel"28642865#: builtin/am.c:903 builtin/am.c:9112866msgid "invalid Date line"2867msgstr "Ungültige \"Date\"-Zeile"28682869#: builtin/am.c:9082870msgid "invalid timezone offset"2871msgstr "Ungültiger Offset in der Zeitzone"28722873#: builtin/am.c:9952874msgid "Patch format detection failed."2875msgstr "Patch-Formaterkennung fehlgeschlagen."28762877#: builtin/am.c:1000 builtin/clone.c:3802878#, c-format2879msgid "failed to create directory '%s'"2880msgstr "Fehler beim Erstellen von Verzeichnis '%s'"28812882#: builtin/am.c:10042883msgid "Failed to split patches."2884msgstr "Fehler beim Aufteilen der Patches."28852886#: builtin/am.c:1136 builtin/commit.c:3652887msgid "unable to write index file"2888msgstr "Konnte Index-Datei nicht schreiben."28892890#: builtin/am.c:11872891#, c-format2892msgid "When you have resolved this problem, run \"%s --continue\"."2893msgstr ""2894"Wenn Sie das Problem aufgelöst haben, führen Sie \"%s --continue\" aus."28952896#: builtin/am.c:11882897#, c-format2898msgid "If you prefer to skip this patch, run \"%s --skip\" instead."2899msgstr ""2900"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --skip"2901"\" aus."29022903#: builtin/am.c:11892904#, c-format2905msgid "To restore the original branch and stop patching, run \"%s --abort\"."2906msgstr ""2907"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "2908"Patches abzubrechen, führen Sie \"%s --abort\" aus."29092910#: builtin/am.c:13272911msgid "Patch is empty. Was it split wrong?"2912msgstr "Patch ist leer. War dessen Aufteilung falsch?"29132914#: builtin/am.c:1401 builtin/log.c:15162915#, c-format2916msgid "invalid ident line: %s"2917msgstr "Ungültige Identifikationszeile: %s"29182919#: builtin/am.c:14282920#, c-format2921msgid "unable to parse commit %s"2922msgstr "Konnte Commit '%s' nicht parsen."29232924#: builtin/am.c:16302925msgid "Repository lacks necessary blobs to fall back on 3-way merge."2926msgstr ""2927"Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "2928"zurückzufallen."29292930#: builtin/am.c:16322931msgid "Using index info to reconstruct a base tree..."2932msgstr ""2933"Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis "2934"nachzustellen ..."29352936#: builtin/am.c:16512937msgid ""2938"Did you hand edit your patch?\n"2939"It does not apply to blobs recorded in its index."2940msgstr ""2941"Haben Sie den Patch per Hand editiert?\n"2942"Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."29432944#: builtin/am.c:16572945msgid "Falling back to patching base and 3-way merge..."2946msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."29472948#: builtin/am.c:16722949msgid "Failed to merge in the changes."2950msgstr "Merge der Änderungen fehlgeschlagen."29512952#: builtin/am.c:1696 builtin/merge.c:6362953msgid "git write-tree failed to write a tree"2954msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"29552956#: builtin/am.c:17032957msgid "applying to an empty history"2958msgstr "auf leere Historie anwenden"29592960#: builtin/am.c:1716 builtin/commit.c:1775 builtin/merge.c:8412961#: builtin/merge.c:8662962msgid "failed to write commit object"2963msgstr "Fehler beim Schreiben des Commit-Objektes."29642965#: builtin/am.c:1748 builtin/am.c:17522966#, c-format2967msgid "cannot resume: %s does not exist."2968msgstr "Kann nicht fortsetzen: %s existiert nicht"29692970#: builtin/am.c:17682971msgid "cannot be interactive without stdin connected to a terminal."2972msgstr ""2973"Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "2974"Terminal verbunden ist."29752976#: builtin/am.c:17732977msgid "Commit Body is:"2978msgstr "Commit-Beschreibung ist:"29792980#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]2981#. in your translation. The program will only accept English2982#. input at this point.2983#.2984#: builtin/am.c:17832985msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "2986msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "29872988#: builtin/am.c:18332989#, c-format2990msgid "Dirty index: cannot apply patches (dirty: %s)"2991msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)"29922993#: builtin/am.c:1868 builtin/am.c:19402994#, c-format2995msgid "Applying: %.*s"2996msgstr "Wende an: %.*s"29972998#: builtin/am.c:18842999msgid "No changes -- Patch already applied."3000msgstr "Keine Änderungen -- Patches bereits angewendet."30013002#: builtin/am.c:18923003#, c-format3004msgid "Patch failed at %s %.*s"3005msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s"30063007#: builtin/am.c:18983008#, c-format3009msgid "The copy of the patch that failed is found in: %s"3010msgstr "Die Kopie des fehlgeschlagenen Patches befindet sich in: %s"30113012#: builtin/am.c:19433013msgid ""3014"No changes - did you forget to use 'git add'?\n"3015"If there is nothing left to stage, chances are that something else\n"3016"already introduced the same changes; you might want to skip this patch."3017msgstr ""3018"Keine Änderungen - haben Sie vergessen 'git add' zu benutzen?\n"3019"Wenn keine Änderungen mehr zum Commit vorzumerken sind, könnten\n"3020"diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"3021"auslassen."30223023#: builtin/am.c:19503024msgid ""3025"You still have unmerged paths in your index.\n"3026"Did you forget to use 'git add'?"3027msgstr ""3028"Sie haben immer noch nicht zusammengeführte Pfade im Index.\n"3029"Haben Sie vergessen 'git add' zu benutzen?"30303031#: builtin/am.c:2058 builtin/am.c:2062 builtin/am.c:2074 builtin/reset.c:3083032#: builtin/reset.c:3163033#, c-format3034msgid "Could not parse object '%s'."3035msgstr "Konnte Objekt '%s' nicht parsen."30363037#: builtin/am.c:21103038msgid "failed to clean index"3039msgstr "Fehler beim Bereinigen des Index"30403041#: builtin/am.c:21443042msgid ""3043"You seem to have moved HEAD since the last 'am' failure.\n"3044"Not rewinding to ORIG_HEAD"3045msgstr ""3046"Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"3047"Keine Zurücksetzung zu ORIG_HEAD."30483049#: builtin/am.c:22053050#, c-format3051msgid "Invalid value for --patch-format: %s"3052msgstr "Ungültiger Wert für --patch-format: %s"30533054#: builtin/am.c:22383055msgid "git am [<options>] [(<mbox>|<Maildir>)...]"3056msgstr "git am [<Optionen>] [(<mbox>|<E-Mail-Verzeichnis>)...]"30573058#: builtin/am.c:22393059msgid "git am [<options>] (--continue | --skip | --abort)"3060msgstr "git am [<Optionen>] (--continue | --skip | --abort)"30613062#: builtin/am.c:22453063msgid "run interactively"3064msgstr "interaktiv ausführen"30653066#: builtin/am.c:22473067msgid "historical option -- no-op"3068msgstr "historische Option -- kein Effekt"30693070#: builtin/am.c:22493071msgid "allow fall back on 3way merging if needed"3072msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"30733074#: builtin/am.c:2250 builtin/init-db.c:478 builtin/prune-packed.c:573075#: builtin/repack.c:1713076msgid "be quiet"3077msgstr "weniger Ausgaben"30783079#: builtin/am.c:22523080msgid "add a Signed-off-by line to the commit message"3081msgstr "der Commit-Beschreibung eine Signed-off-by Zeile hinzufügen"30823083#: builtin/am.c:22553084msgid "recode into utf8 (default)"3085msgstr "nach UTF-8 umkodieren (Standard)"30863087#: builtin/am.c:22573088msgid "pass -k flag to git-mailinfo"3089msgstr "-k an git-mailinfo übergeben"30903091#: builtin/am.c:22593092msgid "pass -b flag to git-mailinfo"3093msgstr "-b an git-mailinfo übergeben"30943095#: builtin/am.c:22613096msgid "pass -m flag to git-mailinfo"3097msgstr "-m an git-mailinfo übergeben"30983099#: builtin/am.c:22633100msgid "pass --keep-cr flag to git-mailsplit for mbox format"3101msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben"31023103#: builtin/am.c:22663104msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"3105msgstr "kein --keep-cr an git-mailsplit übergeben, unabhängig von am.keepcr"31063107#: builtin/am.c:22693108msgid "strip everything before a scissors line"3109msgstr "alles vor einer Scheren-Zeile entfernen"31103111#: builtin/am.c:2270 builtin/apply.c:45463112msgid "action"3113msgstr "Aktion"31143115#: builtin/am.c:2271 builtin/am.c:2274 builtin/am.c:2277 builtin/am.c:22803116#: builtin/am.c:2283 builtin/am.c:2286 builtin/am.c:2289 builtin/am.c:22923117#: builtin/am.c:22983118msgid "pass it through git-apply"3119msgstr "an git-apply übergeben"31203121#: builtin/am.c:2279 builtin/apply.c:45703122msgid "root"3123msgstr "Wurzelverzeichnis"31243125#: builtin/am.c:2282 builtin/am.c:2285 builtin/apply.c:45083126#: builtin/apply.c:4511 builtin/clone.c:90 builtin/fetch.c:953127#: builtin/pull.c:179 builtin/submodule--helper.c:2773128#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:4853129#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:7673130#: builtin/submodule--helper.c:7703131msgid "path"3132msgstr "Pfad"31333134#: builtin/am.c:2288 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:6693135#: builtin/grep.c:706 builtin/merge.c:199 builtin/pull.c:134 builtin/pull.c:1933136#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:6453137#: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:1323138#: parse-options.h:134 parse-options.h:2443139msgid "n"3140msgstr "Anzahl"31413142#: builtin/am.c:2291 builtin/apply.c:45143143msgid "num"3144msgstr "Anzahl"31453146#: builtin/am.c:2294 builtin/for-each-ref.c:37 builtin/replace.c:4383147#: builtin/tag.c:3723148msgid "format"3149msgstr "Format"31503151#: builtin/am.c:22953152msgid "format the patch(es) are in"3153msgstr "Patch-Format"31543155#: builtin/am.c:23013156msgid "override error message when patch failure occurs"3157msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben"31583159#: builtin/am.c:23033160msgid "continue applying patches after resolving a conflict"3161msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen"31623163#: builtin/am.c:23063164msgid "synonyms for --continue"3165msgstr "Synonyme für --continue"31663167#: builtin/am.c:23093168msgid "skip the current patch"3169msgstr "den aktuellen Patch auslassen"31703171#: builtin/am.c:23123172msgid "restore the original branch and abort the patching operation."3173msgstr ""3174"ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen"31753176#: builtin/am.c:23163177msgid "lie about committer date"3178msgstr "Autor-Datum als Commit-Datum verwenden"31793180#: builtin/am.c:23183181msgid "use current timestamp for author date"3182msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"31833184#: builtin/am.c:2320 builtin/commit.c:1609 builtin/merge.c:2283185#: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:3553186msgid "key-id"3187msgstr "GPG-Schlüsselkennung"31883189#: builtin/am.c:23213190msgid "GPG-sign commits"3191msgstr "Commits mit GPG signieren"31923193#: builtin/am.c:23243194msgid "(internal use for git-rebase)"3195msgstr "(intern für git-rebase verwendet)"31963197#: builtin/am.c:23393198msgid ""3199"The -b/--binary option has been a no-op for long time, and\n"3200"it will be removed. Please do not use it anymore."3201msgstr ""3202"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"3203"entfernt. Bitte verwenden Sie diese nicht mehr."32043205#: builtin/am.c:23463206msgid "failed to read the index"3207msgstr "Fehler beim Lesen des Index"32083209#: builtin/am.c:23613210#, c-format3211msgid "previous rebase directory %s still exists but mbox given."3212msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben."32133214#: builtin/am.c:23853215#, c-format3216msgid ""3217"Stray %s directory found.\n"3218"Use \"git am --abort\" to remove it."3219msgstr ""3220"Stray %s Verzeichnis gefunden.\n"3221"Benutzen Sie \"git am --abort\", um es zu entfernen."32223223#: builtin/am.c:23913224msgid "Resolve operation not in progress, we are not resuming."3225msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."32263227#: builtin/apply.c:593228msgid "git apply [<options>] [<patch>...]"3229msgstr "git apply [<Optionen>] [<Patch>...]"32303231#: builtin/apply.c:1113232#, c-format3233msgid "unrecognized whitespace option '%s'"3234msgstr "nicht erkannte Whitespace-Option: '%s'"32353236#: builtin/apply.c:1263237#, c-format3238msgid "unrecognized whitespace ignore option '%s'"3239msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"32403241#: builtin/apply.c:8183242#, c-format3243msgid "Cannot prepare timestamp regexp %s"3244msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"32453246#: builtin/apply.c:8273247#, c-format3248msgid "regexec returned %d for input: %s"3249msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"32503251#: builtin/apply.c:9083252#, c-format3253msgid "unable to find filename in patch at line %d"3254msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."32553256#: builtin/apply.c:9373257#, c-format3258msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"3259msgstr ""3260"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "3261"%d"32623263#: builtin/apply.c:9423264#, c-format3265msgid "git apply: bad git-diff - inconsistent new filename on line %d"3266msgstr ""3267"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"32683269#: builtin/apply.c:9433270#, c-format3271msgid "git apply: bad git-diff - inconsistent old filename on line %d"3272msgstr ""3273"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"32743275#: builtin/apply.c:9493276#, c-format3277msgid "git apply: bad git-diff - expected /dev/null on line %d"3278msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"32793280#: builtin/apply.c:14063281#, c-format3282msgid "recount: unexpected line: %.*s"3283msgstr "recount: unerwartete Zeile: %.*s"32843285#: builtin/apply.c:14633286#, c-format3287msgid "patch fragment without header at line %d: %.*s"3288msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"32893290#: builtin/apply.c:14803291#, c-format3292msgid ""3293"git diff header lacks filename information when removing %d leading pathname "3294"component (line %d)"3295msgid_plural ""3296"git diff header lacks filename information when removing %d leading pathname "3297"components (line %d)"3298msgstr[0] ""3299"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "3300"%d vorangestellter Teil des Pfades entfernt wird (Zeile %d)"3301msgstr[1] ""3302"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "3303"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"33043305#: builtin/apply.c:16463306msgid "new file depends on old contents"3307msgstr "neue Datei hängt von alten Inhalten ab"33083309#: builtin/apply.c:16483310msgid "deleted file still has contents"3311msgstr "entfernte Datei hat noch Inhalte"33123313#: builtin/apply.c:16743314#, c-format3315msgid "corrupt patch at line %d"3316msgstr "fehlerhafter Patch bei Zeile %d"33173318#: builtin/apply.c:17103319#, c-format3320msgid "new file %s depends on old contents"3321msgstr "neue Datei %s hängt von alten Inhalten ab"33223323#: builtin/apply.c:17123324#, c-format3325msgid "deleted file %s still has contents"3326msgstr "entfernte Datei %s hat noch Inhalte"33273328#: builtin/apply.c:17153329#, c-format3330msgid "** warning: file %s becomes empty but is not deleted"3331msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."33323333#: builtin/apply.c:18613334#, c-format3335msgid "corrupt binary patch at line %d: %.*s"3336msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"33373338#: builtin/apply.c:18953339#, c-format3340msgid "unrecognized binary patch at line %d"3341msgstr "nicht erkannter Binär-Patch bei Zeile %d"33423343#: builtin/apply.c:20483344#, c-format3345msgid "patch with only garbage at line %d"3346msgstr "Patch mit nutzlosen Informationen bei Zeile %d"33473348#: builtin/apply.c:21383349#, c-format3350msgid "unable to read symlink %s"3351msgstr "konnte symbolische Verknüpfung %s nicht lesen"33523353#: builtin/apply.c:21423354#, c-format3355msgid "unable to open or read %s"3356msgstr "konnte %s nicht öffnen oder lesen"33573358#: builtin/apply.c:27753359#, c-format3360msgid "invalid start of line: '%c'"3361msgstr "Ungültiger Zeilenanfang: '%c'"33623363#: builtin/apply.c:28943364#, c-format3365msgid "Hunk #%d succeeded at %d (offset %d line)."3366msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."3367msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"3368msgstr[1] ""3369"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"33703371#: builtin/apply.c:29063372#, c-format3373msgid "Context reduced to (%ld/%ld) to apply fragment at %d"3374msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"33753376#: builtin/apply.c:29123377#, c-format3378msgid ""3379"while searching for:\n"3380"%.*s"3381msgstr ""3382"bei der Suche nach:\n"3383"%.*s"33843385#: builtin/apply.c:29323386#, c-format3387msgid "missing binary patch data for '%s'"3388msgstr "keine Daten in Binär-Patch für '%s'"33893390#: builtin/apply.c:30333391#, c-format3392msgid "binary patch does not apply to '%s'"3393msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"33943395#: builtin/apply.c:30393396#, c-format3397msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"3398msgstr ""3399"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"34003401#: builtin/apply.c:30603402#, c-format3403msgid "patch failed: %s:%ld"3404msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"34053406#: builtin/apply.c:31843407#, c-format3408msgid "cannot checkout %s"3409msgstr "kann %s nicht auschecken"34103411#: builtin/apply.c:3229 builtin/apply.c:3240 builtin/apply.c:32853412#, c-format3413msgid "read of %s failed"3414msgstr "Konnte %s nicht lesen"34153416#: builtin/apply.c:32373417#, c-format3418msgid "reading from '%s' beyond a symbolic link"3419msgstr "'%s' ist hinter einer symbolischen Verknüpfung"34203421#: builtin/apply.c:3265 builtin/apply.c:34873422#, c-format3423msgid "path %s has been renamed/deleted"3424msgstr "Pfad %s wurde umbenannt/gelöscht"34253426#: builtin/apply.c:3346 builtin/apply.c:35013427#, c-format3428msgid "%s: does not exist in index"3429msgstr "%s ist nicht im Index"34303431#: builtin/apply.c:3350 builtin/apply.c:3493 builtin/apply.c:35153432#, c-format3433msgid "%s: %s"3434msgstr "%s: %s"34353436#: builtin/apply.c:3355 builtin/apply.c:35093437#, c-format3438msgid "%s: does not match index"3439msgstr "%s entspricht nicht der Version im Index"34403441#: builtin/apply.c:34573442msgid "removal patch leaves file contents"3443msgstr "Lösch-Patch hinterlässt Dateiinhalte"34443445#: builtin/apply.c:35263446#, c-format3447msgid "%s: wrong type"3448msgstr "%s: falscher Typ"34493450#: builtin/apply.c:35283451#, c-format3452msgid "%s has type %o, expected %o"3453msgstr "%s ist vom Typ %o, erwartete %o"34543455#: builtin/apply.c:3687 builtin/apply.c:36893456#, c-format3457msgid "invalid path '%s'"3458msgstr "Ungültiger Pfad '%s'"34593460#: builtin/apply.c:37443461#, c-format3462msgid "%s: already exists in index"3463msgstr "%s ist bereits bereitgestellt"34643465#: builtin/apply.c:37473466#, c-format3467msgid "%s: already exists in working directory"3468msgstr "%s existiert bereits im Arbeitsverzeichnis"34693470#: builtin/apply.c:37673471#, c-format3472msgid "new mode (%o) of %s does not match old mode (%o)"3473msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"34743475#: builtin/apply.c:37723476#, c-format3477msgid "new mode (%o) of %s does not match old mode (%o) of %s"3478msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"34793480#: builtin/apply.c:37923481#, c-format3482msgid "affected file '%s' is beyond a symbolic link"3483msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"34843485#: builtin/apply.c:37963486#, c-format3487msgid "%s: patch does not apply"3488msgstr "%s: Patch konnte nicht angewendet werden"34893490#: builtin/apply.c:38103491#, c-format3492msgid "Checking patch %s..."3493msgstr "Prüfe Patch %s ..."34943495#: builtin/apply.c:3903 builtin/checkout.c:233 builtin/reset.c:1353496#, c-format3497msgid "make_cache_entry failed for path '%s'"3498msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"34993500#: builtin/apply.c:40463501#, c-format3502msgid "unable to remove %s from index"3503msgstr "konnte %s nicht aus dem Index entfernen"35043505#: builtin/apply.c:40753506#, c-format3507msgid "corrupt patch for submodule %s"3508msgstr "fehlerhafter Patch für Submodul %s"35093510#: builtin/apply.c:40793511#, c-format3512msgid "unable to stat newly created file '%s'"3513msgstr "konnte neu erstellte Datei '%s' nicht lesen"35143515#: builtin/apply.c:40843516#, c-format3517msgid "unable to create backing store for newly created file %s"3518msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"35193520#: builtin/apply.c:4087 builtin/apply.c:41953521#, c-format3522msgid "unable to add cache entry for %s"3523msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"35243525#: builtin/apply.c:41203526#, c-format3527msgid "closing file '%s'"3528msgstr "schließe Datei '%s'"35293530#: builtin/apply.c:41693531#, c-format3532msgid "unable to write file '%s' mode %o"3533msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"35343535#: builtin/apply.c:42563536#, c-format3537msgid "Applied patch %s cleanly."3538msgstr "Patch %s sauber angewendet"35393540#: builtin/apply.c:42643541msgid "internal error"3542msgstr "interner Fehler"35433544#: builtin/apply.c:42673545#, c-format3546msgid "Applying patch %%s with %d reject..."3547msgid_plural "Applying patch %%s with %d rejects..."3548msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."3549msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."35503551#: builtin/apply.c:42773552#, c-format3553msgid "truncating .rej filename to %.*s.rej"3554msgstr "Verkürze Name von .rej Datei zu %.*s.rej"35553556#: builtin/apply.c:42853557#, c-format3558msgid "cannot open %s: %s"3559msgstr "Kann %s nicht öffnen: %s"35603561#: builtin/apply.c:42983562#, c-format3563msgid "Hunk #%d applied cleanly."3564msgstr "Patch-Bereich #%d sauber angewendet."35653566#: builtin/apply.c:43013567#, c-format3568msgid "Rejected hunk #%d."3569msgstr "Patch-Block #%d zurückgewiesen."35703571#: builtin/apply.c:43873572#, c-format3573msgid "Skipped patch '%s'."3574msgstr "Patch '%s' ausgelassen."35753576#: builtin/apply.c:43953577msgid "unrecognized input"3578msgstr "nicht erkannte Eingabe"35793580#: builtin/apply.c:44063581msgid "unable to read index file"3582msgstr "Konnte Index-Datei nicht lesen"35833584#: builtin/apply.c:45093585msgid "don't apply changes matching the given path"3586msgstr "keine Änderungen im angegebenen Pfad anwenden"35873588#: builtin/apply.c:45123589msgid "apply changes matching the given path"3590msgstr "Änderungen nur im angegebenen Pfad anwenden"35913592#: builtin/apply.c:45153593msgid "remove <num> leading slashes from traditional diff paths"3594msgstr ""3595"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "3596"entfernen"35973598#: builtin/apply.c:45183599msgid "ignore additions made by the patch"3600msgstr "hinzugefügte Zeilen des Patches ignorieren"36013602#: builtin/apply.c:45203603msgid "instead of applying the patch, output diffstat for the input"3604msgstr ""3605"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "3606"ausgegeben"36073608#: builtin/apply.c:45243609msgid "show number of added and deleted lines in decimal notation"3610msgstr ""3611"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"36123613#: builtin/apply.c:45263614msgid "instead of applying the patch, output a summary for the input"3615msgstr ""3616"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "3617"ausgeben"36183619#: builtin/apply.c:45283620msgid "instead of applying the patch, see if the patch is applicable"3621msgstr ""3622"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"36233624#: builtin/apply.c:45303625msgid "make sure the patch is applicable to the current index"3626msgstr ""3627"sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"36283629#: builtin/apply.c:45323630msgid "apply a patch without touching the working tree"3631msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"36323633#: builtin/apply.c:45343634msgid "accept a patch that touches outside the working area"3635msgstr ""3636"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"36373638#: builtin/apply.c:45363639msgid "also apply the patch (use with --stat/--summary/--check)"3640msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"36413642#: builtin/apply.c:45383643msgid "attempt three-way merge if a patch does not apply"3644msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"36453646#: builtin/apply.c:45403647msgid "build a temporary index based on embedded index information"3648msgstr ""3649"einen temporären Index, basierend auf den integrierten Index-Informationen, "3650"erstellen"36513652#: builtin/apply.c:4543 builtin/checkout-index.c:169 builtin/ls-files.c:4253653msgid "paths are separated with NUL character"3654msgstr "Pfade sind getrennt durch NUL Zeichen"36553656#: builtin/apply.c:45453657msgid "ensure at least <n> lines of context match"3658msgstr ""3659"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"36603661#: builtin/apply.c:45473662msgid "detect new or modified lines that have whitespace errors"3663msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"36643665#: builtin/apply.c:4550 builtin/apply.c:45533666msgid "ignore changes in whitespace when finding context"3667msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"36683669#: builtin/apply.c:45563670msgid "apply the patch in reverse"3671msgstr "den Patch in umgekehrter Reihenfolge anwenden"36723673#: builtin/apply.c:45583674msgid "don't expect at least one line of context"3675msgstr "keinen Kontext erwarten"36763677#: builtin/apply.c:45603678msgid "leave the rejected hunks in corresponding *.rej files"3679msgstr ""3680"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"36813682#: builtin/apply.c:45623683msgid "allow overlapping hunks"3684msgstr "sich überlappende Patch-Blöcke erlauben"36853686#: builtin/apply.c:45653687msgid "tolerate incorrectly detected missing new-line at the end of file"3688msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"36893690#: builtin/apply.c:45683691msgid "do not trust the line counts in the hunk headers"3692msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"36933694#: builtin/apply.c:45713695msgid "prepend <root> to all filenames"3696msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"36973698#: builtin/apply.c:45933699msgid "--3way outside a repository"3700msgstr ""3701"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."37023703#: builtin/apply.c:46013704msgid "--index outside a repository"3705msgstr ""3706"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."37073708#: builtin/apply.c:46043709msgid "--cached outside a repository"3710msgstr ""3711"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."37123713#: builtin/apply.c:46233714#, c-format3715msgid "can't open patch '%s'"3716msgstr "kann Patch '%s' nicht öffnen"37173718#: builtin/apply.c:46373719#, c-format3720msgid "squelched %d whitespace error"3721msgid_plural "squelched %d whitespace errors"3722msgstr[0] "unterdrückte %d Whitespace-Fehler"3723msgstr[1] "unterdrückte %d Whitespace-Fehler"37243725#: builtin/apply.c:4643 builtin/apply.c:46533726#, c-format3727msgid "%d line adds whitespace errors."3728msgid_plural "%d lines add whitespace errors."3729msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."3730msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."37313732#: builtin/archive.c:173733#, c-format3734msgid "could not create archive file '%s'"3735msgstr "Konnte Archiv-Datei '%s' nicht erstellen."37363737#: builtin/archive.c:203738msgid "could not redirect output"3739msgstr "Konnte Ausgabe nicht umleiten."37403741#: builtin/archive.c:373742msgid "git archive: Remote with no URL"3743msgstr "git archive: Externes Archiv ohne URL"37443745#: builtin/archive.c:583746msgid "git archive: expected ACK/NAK, got EOF"3747msgstr "git archive: habe ACK/NAK erwartet, aber EOF bekommen"37483749#: builtin/archive.c:613750#, c-format3751msgid "git archive: NACK %s"3752msgstr "git archive: NACK %s"37533754#: builtin/archive.c:633755#, c-format3756msgid "remote error: %s"3757msgstr "Fehler am anderen Ende: %s"37583759#: builtin/archive.c:643760msgid "git archive: protocol error"3761msgstr "git archive: Protokollfehler"37623763#: builtin/archive.c:683764msgid "git archive: expected a flush"3765msgstr "git archive: erwartete eine Spülung (flush)"37663767#: builtin/bisect--helper.c:73768msgid "git bisect--helper --next-all [--no-checkout]"3769msgstr "git bisect--helper --next-all [--no-checkout]"37703771#: builtin/bisect--helper.c:173772msgid "perform 'git bisect next'"3773msgstr "'git bisect next' ausführen"37743775#: builtin/bisect--helper.c:193776msgid "update BISECT_HEAD instead of checking out the current commit"3777msgstr "BISECT_HEAD aktualisieren, anstatt den aktuellen Commit auszuchecken"37783779#: builtin/blame.c:333780msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"3781msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>"37823783#: builtin/blame.c:383784msgid "<rev-opts> are documented in git-rev-list(1)"3785msgstr "<rev-opts> sind dokumentiert in git-rev-list(1)"37863787#: builtin/blame.c:17823788msgid "Blaming lines"3789msgstr "Verarbeite Zeilen"37903791#: builtin/blame.c:25313792msgid "Show blame entries as we find them, incrementally"3793msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie generieren"37943795#: builtin/blame.c:25323796msgid "Show blank SHA-1 for boundary commits (Default: off)"3797msgstr "leere SHA-1 für Grenz-Commits anzeigen (Standard: aus)"37983799#: builtin/blame.c:25333800msgid "Do not treat root commits as boundaries (Default: off)"3801msgstr "Ursprungs-Commit nicht als Grenzen behandeln (Standard: aus)"38023803#: builtin/blame.c:25343804msgid "Show work cost statistics"3805msgstr "Statistiken zum Arbeitsaufwand anzeigen"38063807#: builtin/blame.c:25353808msgid "Force progress reporting"3809msgstr "Fortschrittsanzeige erzwingen"38103811#: builtin/blame.c:25363812msgid "Show output score for blame entries"3813msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen"38143815#: builtin/blame.c:25373816msgid "Show original filename (Default: auto)"3817msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)"38183819#: builtin/blame.c:25383820msgid "Show original linenumber (Default: off)"3821msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)"38223823#: builtin/blame.c:25393824msgid "Show in a format designed for machine consumption"3825msgstr "Anzeige in einem Format für maschinelle Auswertung"38263827#: builtin/blame.c:25403828msgid "Show porcelain format with per-line commit information"3829msgstr ""3830"Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"38313832#: builtin/blame.c:25413833msgid "Use the same output mode as git-annotate (Default: off)"3834msgstr ""3835"Den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)"38363837#: builtin/blame.c:25423838msgid "Show raw timestamp (Default: off)"3839msgstr "Unbearbeiteten Zeitstempel anzeigen (Standard: aus)"38403841#: builtin/blame.c:25433842msgid "Show long commit SHA1 (Default: off)"3843msgstr "Langen Commit-SHA1 anzeigen (Standard: aus)"38443845#: builtin/blame.c:25443846msgid "Suppress author name and timestamp (Default: off)"3847msgstr "Den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)"38483849#: builtin/blame.c:25453850msgid "Show author email instead of name (Default: off)"3851msgstr ""3852"Anstatt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)"38533854#: builtin/blame.c:25463855msgid "Ignore whitespace differences"3856msgstr "Unterschiede im Whitespace ignorieren"38573858#: builtin/blame.c:25473859msgid "Spend extra cycles to find better match"3860msgstr "Länger arbeiten, um bessere Übereinstimmungen zu finden"38613862#: builtin/blame.c:25483863msgid "Use revisions from <file> instead of calling git-rev-list"3864msgstr "Commits von <Datei> benutzen, anstatt \"git-rev-list\" aufzurufen"38653866#: builtin/blame.c:25493867msgid "Use <file>'s contents as the final image"3868msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen"38693870#: builtin/blame.c:2550 builtin/blame.c:25513871msgid "score"3872msgstr "Bewertung"38733874#: builtin/blame.c:25503875msgid "Find line copies within and across files"3876msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden"38773878#: builtin/blame.c:25513879msgid "Find line movements within and across files"3880msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden"38813882#: builtin/blame.c:25523883msgid "n,m"3884msgstr "n,m"38853886#: builtin/blame.c:25523887msgid "Process only line range n,m, counting from 1"3888msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"38893890#. TRANSLATORS: This string is used to tell us the maximum3891#. display width for a relative timestamp in "git blame"3892#. output. For C locale, "4 years, 11 months ago", which3893#. takes 22 places, is the longest among various forms of3894#. relative timestamps, but your language may need more or3895#. fewer display columns.3896#: builtin/blame.c:26413897msgid "4 years, 11 months ago"3898msgstr "vor 4 Jahren, und 11 Monaten"38993900#: builtin/branch.c:263901msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"3902msgstr "git branch [<Optionen>] [-r | -a] [--merged | --no-merged]"39033904#: builtin/branch.c:273905msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"3906msgstr "git branch [<Optionen>] [-l] [-f] <Branchname> [<Startpunkt>]"39073908#: builtin/branch.c:283909msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."3910msgstr "git branch [<Optionen>] [-r] (-d | -D) <Branchname>..."39113912#: builtin/branch.c:293913msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"3914msgstr "git branch [<Optionen>] (-m | -M) [<alter-Branch>] <neuer-Branch>"39153916#: builtin/branch.c:303917msgid "git branch [<options>] [-r | -a] [--points-at]"3918msgstr "git branch [<Optionen>] [-r | -a] [--points-at]"39193920#: builtin/branch.c:1433921#, c-format3922msgid ""3923"deleting branch '%s' that has been merged to\n"3924" '%s', but not yet merged to HEAD."3925msgstr ""3926"entferne Branch '%s', der zusammengeführt wurde mit\n"3927" '%s', aber noch nicht mit HEAD zusammengeführt wurde."39283929#: builtin/branch.c:1473930#, c-format3931msgid ""3932"not deleting branch '%s' that is not yet merged to\n"3933" '%s', even though it is merged to HEAD."3934msgstr ""3935"entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n"3936" '%s', obwohl er mit HEAD zusammengeführt wurde."39373938#: builtin/branch.c:1613939#, c-format3940msgid "Couldn't look up commit object for '%s'"3941msgstr "Konnte Commit-Objekt für '%s' nicht nachschlagen."39423943#: builtin/branch.c:1653944#, c-format3945msgid ""3946"The branch '%s' is not fully merged.\n"3947"If you are sure you want to delete it, run 'git branch -D %s'."3948msgstr ""3949"Der Branch '%s' ist nicht vollständig zusammengeführt.\n"3950"Wenn Sie sicher sind diesen Branch zu entfernen, führen Sie 'git branch -D "3951"%s' aus."39523953#: builtin/branch.c:1783954msgid "Update of config-file failed"3955msgstr "Aktualisierung der Konfigurationsdatei fehlgeschlagen."39563957#: builtin/branch.c:2063958msgid "cannot use -a with -d"3959msgstr "kann -a nicht mit -d benutzen"39603961#: builtin/branch.c:2123962msgid "Couldn't look up commit object for HEAD"3963msgstr "Konnte Commit-Objekt für HEAD nicht nachschlagen."39643965#: builtin/branch.c:2263966#, c-format3967msgid "Cannot delete branch '%s' checked out at '%s'"3968msgstr "Kann Branch '%s' nicht entfernen, ausgecheckt in '%s'."39693970#: builtin/branch.c:2413971#, c-format3972msgid "remote-tracking branch '%s' not found."3973msgstr "Remote-Tracking-Branch '%s' nicht gefunden"39743975#: builtin/branch.c:2423976#, c-format3977msgid "branch '%s' not found."3978msgstr "Branch '%s' nicht gefunden."39793980#: builtin/branch.c:2573981#, c-format3982msgid "Error deleting remote-tracking branch '%s'"3983msgstr "Fehler beim Entfernen des Remote-Tracking-Branches '%s'"39843985#: builtin/branch.c:2583986#, c-format3987msgid "Error deleting branch '%s'"3988msgstr "Fehler beim Entfernen des Branches '%s'"39893990#: builtin/branch.c:2653991#, c-format3992msgid "Deleted remote-tracking branch %s (was %s).\n"3993msgstr "Remote-Tracking-Branch %s entfernt (war %s).\n"39943995#: builtin/branch.c:2663996#, c-format3997msgid "Deleted branch %s (was %s).\n"3998msgstr "Branch %s entfernt (war %s).\n"39994000#: builtin/branch.c:3094001#, c-format4002msgid "[%s: gone]"4003msgstr "[%s: entfernt]"40044005#: builtin/branch.c:3144006#, c-format4007msgid "[%s]"4008msgstr "[%s]"40094010#: builtin/branch.c:3194011#, c-format4012msgid "[%s: behind %d]"4013msgstr "[%s: %d hinterher]"40144015#: builtin/branch.c:3214016#, c-format4017msgid "[behind %d]"4018msgstr "[%d hinterher]"40194020#: builtin/branch.c:3254021#, c-format4022msgid "[%s: ahead %d]"4023msgstr "[%s: %d voraus]"40244025#: builtin/branch.c:3274026#, c-format4027msgid "[ahead %d]"4028msgstr "[%d voraus]"40294030#: builtin/branch.c:3304031#, c-format4032msgid "[%s: ahead %d, behind %d]"4033msgstr "[%s: %d voraus, %d hinterher]"40344035#: builtin/branch.c:3334036#, c-format4037msgid "[ahead %d, behind %d]"4038msgstr "[%d voraus, %d hinterher]"40394040#: builtin/branch.c:3464041msgid " **** invalid ref ****"4042msgstr " **** ungültige Referenz ****"40434044#: builtin/branch.c:3724045#, c-format4046msgid "(no branch, rebasing %s)"4047msgstr "(kein Branch, Rebase von Branch %s im Gange)"40484049#: builtin/branch.c:3754050#, c-format4051msgid "(no branch, bisect started on %s)"4052msgstr "(kein Branch, binäre Suche begonnen bei %s)"40534054#. TRANSLATORS: make sure this matches4055#. "HEAD detached at " in wt-status.c4056#: builtin/branch.c:3814057#, c-format4058msgid "(HEAD detached at %s)"4059msgstr "(HEAD losgelöst bei %s)"40604061#. TRANSLATORS: make sure this matches4062#. "HEAD detached from " in wt-status.c4063#: builtin/branch.c:3864064#, c-format4065msgid "(HEAD detached from %s)"4066msgstr "(HEAD losgelöst von %s)"40674068#: builtin/branch.c:3904069msgid "(no branch)"4070msgstr "(kein Branch)"40714072#: builtin/branch.c:5414073#, c-format4074msgid "Branch %s is being rebased at %s"4075msgstr "Branch %s wird auf %s umgesetzt"40764077#: builtin/branch.c:5454078#, c-format4079msgid "Branch %s is being bisected at %s"4080msgstr "Binäre Suche von Branch %s zu %s im Gange"40814082#: builtin/branch.c:5604083msgid "cannot rename the current branch while not on any."4084msgstr ""4085"Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."40864087#: builtin/branch.c:5704088#, c-format4089msgid "Invalid branch name: '%s'"4090msgstr "Ungültiger Branchname: '%s'"40914092#: builtin/branch.c:5874093msgid "Branch rename failed"4094msgstr "Umbenennung des Branches fehlgeschlagen"40954096#: builtin/branch.c:5914097#, c-format4098msgid "Renamed a misnamed branch '%s' away"4099msgstr "falsch benannten Branch '%s' umbenannt"41004101#: builtin/branch.c:5944102#, c-format4103msgid "Branch renamed to %s, but HEAD is not updated!"4104msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"41054106#: builtin/branch.c:6014107msgid "Branch is renamed, but update of config-file failed"4108msgstr ""4109"Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "4110"fehlgeschlagen."41114112#: builtin/branch.c:6234113msgid "could not write branch description template"4114msgstr "Konnte Beschreibungsvorlage für Branch nicht schreiben."41154116#: builtin/branch.c:6514117msgid "Generic options"4118msgstr "Allgemeine Optionen"41194120#: builtin/branch.c:6534121msgid "show hash and subject, give twice for upstream branch"4122msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch"41234124#: builtin/branch.c:6544125msgid "suppress informational messages"4126msgstr "Informationsmeldungen unterdrücken"41274128#: builtin/branch.c:6554129msgid "set up tracking mode (see git-pull(1))"4130msgstr "den Übernahmemodus einstellen (siehe git-pull(1))"41314132#: builtin/branch.c:6574133msgid "change upstream info"4134msgstr "Informationen zum Upstream-Branch ändern"41354136#: builtin/branch.c:6594137msgid "upstream"4138msgstr "Upstream"41394140#: builtin/branch.c:6594141msgid "change the upstream info"4142msgstr "Informationen zum Upstream-Branch ändern"41434144#: builtin/branch.c:6614145msgid "use colored output"4146msgstr "farbige Ausgaben verwenden"41474148#: builtin/branch.c:6624149msgid "act on remote-tracking branches"4150msgstr "auf Remote-Tracking-Branches wirken"41514152#: builtin/branch.c:664 builtin/branch.c:6654153msgid "print only branches that contain the commit"4154msgstr "nur Branches ausgeben, welche diesen Commit beinhalten"41554156#: builtin/branch.c:6684157msgid "Specific git-branch actions:"4158msgstr "spezifische Aktionen für \"git-branch\":"41594160#: builtin/branch.c:6694161msgid "list both remote-tracking and local branches"4162msgstr "Remote-Tracking und lokale Branches auflisten"41634164#: builtin/branch.c:6714165msgid "delete fully merged branch"4166msgstr "vollständig zusammengeführten Branch entfernen"41674168#: builtin/branch.c:6724169msgid "delete branch (even if not merged)"4170msgstr "Branch löschen (auch wenn nicht zusammengeführt)"41714172#: builtin/branch.c:6734173msgid "move/rename a branch and its reflog"4174msgstr "einen Branch und dessen Reflog verschieben/umbenennen"41754176#: builtin/branch.c:6744177msgid "move/rename a branch, even if target exists"4178msgstr ""4179"einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert"41804181#: builtin/branch.c:6754182msgid "list branch names"4183msgstr "Branchnamen auflisten"41844185#: builtin/branch.c:6764186msgid "create the branch's reflog"4187msgstr "das Reflog des Branches erzeugen"41884189#: builtin/branch.c:6784190msgid "edit the description for the branch"4191msgstr "die Beschreibung für den Branch bearbeiten"41924193#: builtin/branch.c:6794194msgid "force creation, move/rename, deletion"4195msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen"41964197#: builtin/branch.c:6804198msgid "print only branches that are merged"4199msgstr "nur zusammengeführte Branches ausgeben"42004201#: builtin/branch.c:6814202msgid "print only branches that are not merged"4203msgstr "nur nicht zusammengeführte Branches ausgeben"42044205#: builtin/branch.c:6824206msgid "list branches in columns"4207msgstr "Branches in Spalten auflisten"42084209#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:3664210msgid "key"4211msgstr "Schüssel"42124213#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:3674214msgid "field name to sort on"4215msgstr "sortiere nach diesem Feld"42164217#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:4014218#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:5674219#: builtin/tag.c:3694220msgid "object"4221msgstr "Objekt"42224223#: builtin/branch.c:6874224msgid "print only branches of the object"4225msgstr "nur Branches von diesem Objekt ausgeben"42264227#: builtin/branch.c:7054228msgid "Failed to resolve HEAD as a valid ref."4229msgstr "Konnte HEAD nicht als gültige Referenz auflösen."42304231#: builtin/branch.c:709 builtin/clone.c:7074232msgid "HEAD not found below refs/heads!"4233msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"42344235#: builtin/branch.c:7294236msgid "--column and --verbose are incompatible"4237msgstr "Die Optionen --column und --verbose sind inkompatibel."42384239#: builtin/branch.c:740 builtin/branch.c:7824240msgid "branch name required"4241msgstr "Branchname erforderlich"42424243#: builtin/branch.c:7584244msgid "Cannot give description to detached HEAD"4245msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"42464247#: builtin/branch.c:7634248msgid "cannot edit description of more than one branch"4249msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"42504251#: builtin/branch.c:7704252#, c-format4253msgid "No commit on branch '%s' yet."4254msgstr "Noch kein Commit in Branch '%s'."42554256#: builtin/branch.c:7734257#, c-format4258msgid "No branch named '%s'."4259msgstr "Branch '%s' nicht vorhanden."42604261#: builtin/branch.c:7884262msgid "too many branches for a rename operation"4263msgstr "zu viele Branches für eine Umbenennen-Operation angegeben"42644265#: builtin/branch.c:7934266msgid "too many branches to set new upstream"4267msgstr "zu viele Branches angegeben, um Upstream-Branch zu setzen"42684269#: builtin/branch.c:7974270#, c-format4271msgid ""4272"could not set upstream of HEAD to %s when it does not point to any branch."4273msgstr ""4274"Konnte keinen neuen Upstream-Branch von HEAD zu %s setzen, da dieser auf\n"4275"keinen Branch zeigt."42764277#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:8434278#, c-format4279msgid "no such branch '%s'"4280msgstr "Kein solcher Branch '%s'"42814282#: builtin/branch.c:8044283#, c-format4284msgid "branch '%s' does not exist"4285msgstr "Branch '%s' existiert nicht"42864287#: builtin/branch.c:8164288msgid "too many branches to unset upstream"4289msgstr ""4290"zu viele Branches angegeben, um Konfiguration zu Upstream-Branch zu entfernen"42914292#: builtin/branch.c:8204293msgid "could not unset upstream of HEAD when it does not point to any branch."4294msgstr ""4295"Konnte Konfiguration zu Upstream-Branch von HEAD nicht entfernen, da dieser\n"4296"auf keinen Branch zeigt."42974298#: builtin/branch.c:8264299#, c-format4300msgid "Branch '%s' has no upstream information"4301msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"43024303#: builtin/branch.c:8404304msgid "it does not make sense to create 'HEAD' manually"4305msgstr "'HEAD' darf nicht manuell erstellt werden"43064307#: builtin/branch.c:8464308msgid "-a and -r options to 'git branch' do not make sense with a branch name"4309msgstr ""4310"Die Optionen -a und -r bei 'git branch' können nicht gemeimsam mit einem "4311"Branchnamen verwendet werden."43124313#: builtin/branch.c:8494314#, c-format4315msgid ""4316"The --set-upstream flag is deprecated and will be removed. Consider using --"4317"track or --set-upstream-to\n"4318msgstr ""4319"Die --set-upstream Option ist veraltet und wird entfernt. Benutzen Sie --"4320"track oder --set-upstream-to\n"43214322#: builtin/branch.c:8664323#, c-format4324msgid ""4325"\n"4326"If you wanted to make '%s' track '%s', do this:\n"4327"\n"4328msgstr ""4329"\n"4330"Wenn Sie wollten, dass '%s' den Branch '%s' als Upstream-Branch hat, führen "4331"Sie aus:\n"43324333#: builtin/bundle.c:514334#, c-format4335msgid "%s is okay\n"4336msgstr "%s ist in Ordnung\n"43374338#: builtin/bundle.c:644339msgid "Need a repository to create a bundle."4340msgstr "Um ein Paket zu erstellen wird ein Repository benötigt."43414342#: builtin/bundle.c:684343msgid "Need a repository to unbundle."4344msgstr "Zum Entpacken wird ein Repository benötigt."43454346#: builtin/cat-file.c:4284347msgid ""4348"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"4349"<type>|--textconv) <object>"4350msgstr ""4351"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"4352"<Art>|--textconv) <Objekt>"43534354#: builtin/cat-file.c:4294355msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"4356msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks]"43574358#: builtin/cat-file.c:4664359msgid "<type> can be one of: blob, tree, commit, tag"4360msgstr "<Art> kann sein: blob, tree, commit, tag"43614362#: builtin/cat-file.c:4674363msgid "show object type"4364msgstr "Objektart anzeigen"43654366#: builtin/cat-file.c:4684367msgid "show object size"4368msgstr "Objektgröße anzeigen"43694370#: builtin/cat-file.c:4704371msgid "exit with zero when there's no error"4372msgstr "mit Rückgabewert 0 beenden, wenn kein Fehler aufgetreten ist"43734374#: builtin/cat-file.c:4714375msgid "pretty-print object's content"4376msgstr "ansprechende Anzeige des Objektinhaltes"43774378#: builtin/cat-file.c:4734379msgid "for blob objects, run textconv on object's content"4380msgstr "eine Textkonvertierung auf den Inhalt von Blob-Objekten ausführen"43814382#: builtin/cat-file.c:4754383msgid "allow -s and -t to work with broken/corrupt objects"4384msgstr "-s und -t mit beschädigten Objekten erlauben"43854386#: builtin/cat-file.c:4764387msgid "buffer --batch output"4388msgstr "Ausgabe von --batch puffern"43894390#: builtin/cat-file.c:4784391msgid "show info and content of objects fed from the standard input"4392msgstr ""4393"Anzeige von Informationen und Inhalt von Objekten, gelesen von der Standard-"4394"Eingabe"43954396#: builtin/cat-file.c:4814397msgid "show info about objects fed from the standard input"4398msgstr ""4399"Anzeige von Informationen über Objekte, gelesen von der Standard-Eingabe"44004401#: builtin/cat-file.c:4844402msgid "follow in-tree symlinks (used with --batch or --batch-check)"4403msgstr ""4404"symbolischen Verknüpfungen innerhalb des Repositories folgen (verwendet mit "4405"--batch oder --batch-check)"44064407#: builtin/cat-file.c:4864408msgid "show all objects with --batch or --batch-check"4409msgstr "alle Objekte mit --batch oder --batch-check anzeigen"44104411#: builtin/check-attr.c:114412msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."4413msgstr "git check-attr [-a | --all | <Attribut>...] [--] <Pfadname>..."44144415#: builtin/check-attr.c:124416msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"4417msgstr "git check-attr --stdin [-z] [-a | --all | <Attribut>...]"44184419#: builtin/check-attr.c:194420msgid "report all attributes set on file"4421msgstr "alle Attribute einer Datei ausgeben"44224423#: builtin/check-attr.c:204424msgid "use .gitattributes only from the index"4425msgstr "nur .gitattributes vom Index verwenden"44264427#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:974428msgid "read file names from stdin"4429msgstr "Dateinamen von der Standard-Eingabe lesen"44304431#: builtin/check-attr.c:23 builtin/check-ignore.c:244432msgid "terminate input and output records by a NUL character"4433msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen"44344435#: builtin/check-ignore.c:18 builtin/checkout.c:1135 builtin/gc.c:3254436msgid "suppress progress reporting"4437msgstr "Fortschrittsanzeige unterdrücken"44384439#: builtin/check-ignore.c:264440msgid "show non-matching input paths"4441msgstr "Eingabe-Pfade ohne Übereinstimmungen anzeigen"44424443#: builtin/check-ignore.c:284444msgid "ignore index when checking"4445msgstr "Index bei der Prüfung ignorieren"44464447#: builtin/check-ignore.c:1544448msgid "cannot specify pathnames with --stdin"4449msgstr "Angabe von Pfadnamen kann nicht gemeinsam mit --stdin verwendet werden"44504451#: builtin/check-ignore.c:1574452msgid "-z only makes sense with --stdin"4453msgstr "Die Option -z kann nur mit --stdin verwendet werden."44544455#: builtin/check-ignore.c:1594456msgid "no path specified"4457msgstr "kein Pfad angegeben"44584459#: builtin/check-ignore.c:1634460msgid "--quiet is only valid with a single pathname"4461msgstr "Die Option --quiet ist nur mit einem einzelnen Pfadnamen gültig."44624463#: builtin/check-ignore.c:1654464msgid "cannot have both --quiet and --verbose"4465msgstr ""4466"Die Optionen --quiet und --verbose können nicht gemeinsam verwendet werden."44674468#: builtin/check-ignore.c:1684469msgid "--non-matching is only valid with --verbose"4470msgstr "--non-matching ist nur mit --verbose zulässig"44714472#: builtin/check-mailmap.c:84473msgid "git check-mailmap [<options>] <contact>..."4474msgstr "git check-mailmap [<Optionen>] <Kontakt>..."44754476#: builtin/check-mailmap.c:134477msgid "also read contacts from stdin"4478msgstr "ebenfalls Kontakte von der Standard-Eingabe lesen"44794480#: builtin/check-mailmap.c:244481#, c-format4482msgid "unable to parse contact: %s"4483msgstr "Konnte Kontakt '%s' nicht parsen."44844485#: builtin/check-mailmap.c:474486msgid "no contacts specified"4487msgstr "keine Kontakte angegeben"44884489#: builtin/checkout-index.c:1274490msgid "git checkout-index [<options>] [--] [<file>...]"4491msgstr "git checkout-index [<Optionen>] [--] [<Datei>...]"44924493#: builtin/checkout-index.c:1444494msgid "stage should be between 1 and 3 or all"4495msgstr "--stage sollte zwischen 1 und 3 oder 'all' sein"44964497#: builtin/checkout-index.c:1604498msgid "check out all files in the index"4499msgstr "alle Dateien im Index auschecken"45004501#: builtin/checkout-index.c:1614502msgid "force overwrite of existing files"4503msgstr "das Überschreiben bereits existierender Dateien erzwingen"45044505#: builtin/checkout-index.c:1634506msgid "no warning for existing files and files not in index"4507msgstr ""4508"keine Warnung für existierende Dateien, und Dateien, die sich nicht im Index "4509"befinden"45104511#: builtin/checkout-index.c:1654512msgid "don't checkout new files"4513msgstr "keine neuen Dateien auschecken"45144515#: builtin/checkout-index.c:1674516msgid "update stat information in the index file"4517msgstr "Dateiinformationen in der Index-Datei aktualisieren"45184519#: builtin/checkout-index.c:1714520msgid "read list of paths from the standard input"4521msgstr "eine Liste von Pfaden von der Standard-Eingabe lesen"45224523#: builtin/checkout-index.c:1734524msgid "write the content to temporary files"4525msgstr "den Inhalt in temporäre Dateien schreiben"45264527#: builtin/checkout-index.c:174 builtin/column.c:304528#: builtin/submodule--helper.c:491 builtin/submodule--helper.c:4944529#: builtin/submodule--helper.c:497 builtin/submodule--helper.c:5004530#: builtin/submodule--helper.c:7744531msgid "string"4532msgstr "Zeichenkette"45334534#: builtin/checkout-index.c:1754535msgid "when creating files, prepend <string>"4536msgstr ""4537"wenn Dateien erzeugt werden, stelle <Zeichenkette> dem Dateinamen voran"45384539#: builtin/checkout-index.c:1774540msgid "copy out the files from named stage"4541msgstr "Dateien von dem benannten Stand kopieren"45424543#: builtin/checkout.c:254544msgid "git checkout [<options>] <branch>"4545msgstr "git checkout [<Optionen>] <Branch>"45464547#: builtin/checkout.c:264548msgid "git checkout [<options>] [<branch>] -- <file>..."4549msgstr "git checkout [<Optionen>] [<Branch>] -- <Datei>..."45504551#: builtin/checkout.c:134 builtin/checkout.c:1674552#, c-format4553msgid "path '%s' does not have our version"4554msgstr "Pfad '%s' hat nicht unsere Version."45554556#: builtin/checkout.c:136 builtin/checkout.c:1694557#, c-format4558msgid "path '%s' does not have their version"4559msgstr "Pfad '%s' hat nicht deren Version."45604561#: builtin/checkout.c:1524562#, c-format4563msgid "path '%s' does not have all necessary versions"4564msgstr "Pfad '%s' hat nicht alle notwendigen Versionen."45654566#: builtin/checkout.c:1964567#, c-format4568msgid "path '%s' does not have necessary versions"4569msgstr "Pfad '%s' hat nicht die notwendigen Versionen."45704571#: builtin/checkout.c:2134572#, c-format4573msgid "path '%s': cannot merge"4574msgstr "Pfad '%s': kann nicht zusammenführen"45754576#: builtin/checkout.c:2304577#, c-format4578msgid "Unable to add merge result for '%s'"4579msgstr "Konnte Merge-Ergebnis von '%s' nicht hinzufügen."45804581#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:2564582#: builtin/checkout.c:2594583#, c-format4584msgid "'%s' cannot be used with updating paths"4585msgstr "'%s' kann nicht mit der Aktualisierung von Pfaden verwendet werden"45864587#: builtin/checkout.c:262 builtin/checkout.c:2654588#, c-format4589msgid "'%s' cannot be used with %s"4590msgstr "'%s' kann nicht mit '%s' verwendet werden"45914592#: builtin/checkout.c:2684593#, c-format4594msgid "Cannot update paths and switch to branch '%s' at the same time."4595msgstr ""4596"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln"45974598#: builtin/checkout.c:279 builtin/checkout.c:4734599msgid "corrupt index file"4600msgstr "beschädigte Index-Datei"46014602#: builtin/checkout.c:339 builtin/checkout.c:3464603#, c-format4604msgid "path '%s' is unmerged"4605msgstr "Pfad '%s' ist nicht zusammengeführt."46064607#: builtin/checkout.c:4954608msgid "you need to resolve your current index first"4609msgstr "Sie müssen zuerst die Konflikte in Ihrem aktuellen Index auflösen."46104611#: builtin/checkout.c:6224612#, c-format4613msgid "Can not do reflog for '%s': %s\n"4614msgstr "Kann \"reflog\" für '%s' nicht durchführen: %s\n"46154616#: builtin/checkout.c:6604617msgid "HEAD is now at"4618msgstr "HEAD ist jetzt bei"46194620#: builtin/checkout.c:664 builtin/clone.c:6614621msgid "unable to update HEAD"4622msgstr "Konnte HEAD nicht aktualisieren."46234624#: builtin/checkout.c:6684625#, c-format4626msgid "Reset branch '%s'\n"4627msgstr "Setze Branch '%s' neu\n"46284629#: builtin/checkout.c:6714630#, c-format4631msgid "Already on '%s'\n"4632msgstr "Bereits auf '%s'\n"46334634#: builtin/checkout.c:6754635#, c-format4636msgid "Switched to and reset branch '%s'\n"4637msgstr "Zu umgesetztem Branch '%s' gewechselt\n"46384639#: builtin/checkout.c:677 builtin/checkout.c:10674640#, c-format4641msgid "Switched to a new branch '%s'\n"4642msgstr "Zu neuem Branch '%s' gewechselt\n"46434644#: builtin/checkout.c:6794645#, c-format4646msgid "Switched to branch '%s'\n"4647msgstr "Zu Branch '%s' gewechselt\n"46484649#: builtin/checkout.c:7314650#, c-format4651msgid " ... and %d more.\n"4652msgstr " ... und %d weitere.\n"46534654#: builtin/checkout.c:7374655#, c-format4656msgid ""4657"Warning: you are leaving %d commit behind, not connected to\n"4658"any of your branches:\n"4659"\n"4660"%s\n"4661msgid_plural ""4662"Warning: you are leaving %d commits behind, not connected to\n"4663"any of your branches:\n"4664"\n"4665"%s\n"4666msgstr[0] ""4667"Warnung: Sie lassen %d Commit zurück. Folgender Commit ist in\n"4668"keinem Ihrer Branches enthalten:\n"4669"\n"4670"%s\n"4671msgstr[1] ""4672"Warnung: Sie lassen %d Commits zurück. Folgende Commits sind in\n"4673"keinem Ihrer Branches enthalten:\n"4674"\n"4675"%s\n"46764677#: builtin/checkout.c:7564678#, c-format4679msgid ""4680"If you want to keep it by creating a new branch, this may be a good time\n"4681"to do so with:\n"4682"\n"4683" git branch <new-branch-name> %s\n"4684"\n"4685msgid_plural ""4686"If you want to keep them by creating a new branch, this may be a good time\n"4687"to do so with:\n"4688"\n"4689" git branch <new-branch-name> %s\n"4690"\n"4691msgstr[0] ""4692"Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"4693"ein guter Zeitpunkt sein dies zu tun mit:\n"4694"\n"4695" git branch <neuer-Branchname> %s\n"4696"\n"4697msgstr[1] ""4698"Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"4699"ein guter Zeitpunkt sein dies zu tun mit:\n"4700"\n"4701" git branch <neuer-Branchname> %s\n"4702"\n"47034704#: builtin/checkout.c:7924705msgid "internal error in revision walk"4706msgstr "interner Fehler im Revisionsgang"47074708#: builtin/checkout.c:7964709msgid "Previous HEAD position was"4710msgstr "Vorherige Position von HEAD war"47114712#: builtin/checkout.c:823 builtin/checkout.c:10624713msgid "You are on a branch yet to be born"4714msgstr "Sie sind auf einem Branch, der noch geboren wird"47154716#: builtin/checkout.c:9684717#, c-format4718msgid "only one reference expected, %d given."4719msgstr "nur eine Referenz erwartet, %d gegeben."47204721#: builtin/checkout.c:1008 builtin/worktree.c:2124722#, c-format4723msgid "invalid reference: %s"4724msgstr "Ungültige Referenz: %s"47254726#: builtin/checkout.c:10374727#, c-format4728msgid "reference is not a tree: %s"4729msgstr "Referenz ist kein \"Tree\"-Objekt: %s"47304731#: builtin/checkout.c:10764732msgid "paths cannot be used with switching branches"4733msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"47344735#: builtin/checkout.c:1079 builtin/checkout.c:10834736#, c-format4737msgid "'%s' cannot be used with switching branches"4738msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"47394740#: builtin/checkout.c:1087 builtin/checkout.c:1090 builtin/checkout.c:10954741#: builtin/checkout.c:10984742#, c-format4743msgid "'%s' cannot be used with '%s'"4744msgstr "'%s' kann nicht mit '%s' verwendet werden"47454746#: builtin/checkout.c:11034747#, c-format4748msgid "Cannot switch branch to a non-commit '%s'"4749msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"47504751#: builtin/checkout.c:1136 builtin/checkout.c:1138 builtin/clone.c:884752#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3234753#: builtin/worktree.c:3254754msgid "branch"4755msgstr "Branch"47564757#: builtin/checkout.c:11374758msgid "create and checkout a new branch"4759msgstr "einen neuen Branch erzeugen und auschecken"47604761#: builtin/checkout.c:11394762msgid "create/reset and checkout a branch"4763msgstr "einen Branch erstellen/umsetzen und auschecken"47644765#: builtin/checkout.c:11404766msgid "create reflog for new branch"4767msgstr "das Reflog für den neuen Branch erzeugen"47684769#: builtin/checkout.c:11414770msgid "detach the HEAD at named commit"4771msgstr "HEAD zu benanntem Commit setzen"47724773#: builtin/checkout.c:11424774msgid "set upstream info for new branch"4775msgstr "Informationen zum Upstream-Branch für den neuen Branch setzen"47764777#: builtin/checkout.c:11444778msgid "new-branch"4779msgstr "neuer Branch"47804781#: builtin/checkout.c:11444782msgid "new unparented branch"4783msgstr "neuer Branch ohne Eltern-Commit"47844785#: builtin/checkout.c:11454786msgid "checkout our version for unmerged files"4787msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken"47884789#: builtin/checkout.c:11474790msgid "checkout their version for unmerged files"4791msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken"47924793#: builtin/checkout.c:11494794msgid "force checkout (throw away local modifications)"4795msgstr "Auschecken erzwingen (verwirft lokale Änderungen)"47964797#: builtin/checkout.c:11504798msgid "perform a 3-way merge with the new branch"4799msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen"48004801#: builtin/checkout.c:1151 builtin/merge.c:2304802msgid "update ignored files (default)"4803msgstr "ignorierte Dateien aktualisieren (Standard)"48044805#: builtin/checkout.c:1152 builtin/log.c:1432 parse-options.h:2504806msgid "style"4807msgstr "Stil"48084809#: builtin/checkout.c:11534810msgid "conflict style (merge or diff3)"4811msgstr "Konfliktstil (merge oder diff3)"48124813#: builtin/checkout.c:11564814msgid "do not limit pathspecs to sparse entries only"4815msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken"48164817#: builtin/checkout.c:11584818msgid "second guess 'git checkout <no-such-branch>'"4819msgstr "second guess 'git checkout <no-such-branch>'"48204821#: builtin/checkout.c:11604822msgid "do not check if another worktree is holding the given ref"4823msgstr ""4824"Prüfung, ob die Referenz bereits in einem anderen Arbeitsverzeichnis "4825"ausgecheckt wurde, deaktivieren"48264827#: builtin/checkout.c:1161 builtin/clone.c:60 builtin/fetch.c:1164828#: builtin/merge.c:227 builtin/pull.c:116 builtin/push.c:5264829#: builtin/send-pack.c:1684830msgid "force progress reporting"4831msgstr "Fortschrittsanzeige erzwingen"48324833#: builtin/checkout.c:11924834msgid "-b, -B and --orphan are mutually exclusive"4835msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."48364837#: builtin/checkout.c:12094838msgid "--track needs a branch name"4839msgstr "Bei der Option --track muss ein Branchname angegeben werden."48404841#: builtin/checkout.c:12144842msgid "Missing branch name; try -b"4843msgstr "Vermisse Branchnamen; versuchen Sie -b"48444845#: builtin/checkout.c:12504846msgid "invalid path specification"4847msgstr "ungültige Pfadspezifikation"48484849#: builtin/checkout.c:12574850#, c-format4851msgid ""4852"Cannot update paths and switch to branch '%s' at the same time.\n"4853"Did you intend to checkout '%s' which can not be resolved as commit?"4854msgstr ""4855"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln.\n"4856"Haben Sie beabsichtigt '%s' auszuchecken, welcher nicht als Commit aufgelöst "4857"werden kann?"48584859#: builtin/checkout.c:12624860#, c-format4861msgid "git checkout: --detach does not take a path argument '%s'"4862msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"48634864#: builtin/checkout.c:12664865msgid ""4866"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"4867"checking out of the index."4868msgstr ""4869"git checkout: --ours/--theirs, --force und --merge sind inkompatibel wenn\n"4870"Sie aus dem Index auschecken."48714872#: builtin/clean.c:254873msgid ""4874"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."4875msgstr ""4876"git clean [-d] [-f] [-i] [-n] [-q] [-e <Muster>] [-x | -X] [--] <Pfade>..."48774878#: builtin/clean.c:294879#, c-format4880msgid "Removing %s\n"4881msgstr "Lösche %s\n"48824883#: builtin/clean.c:304884#, c-format4885msgid "Would remove %s\n"4886msgstr "Würde %s löschen\n"48874888#: builtin/clean.c:314889#, c-format4890msgid "Skipping repository %s\n"4891msgstr "Überspringe Repository %s\n"48924893#: builtin/clean.c:324894#, c-format4895msgid "Would skip repository %s\n"4896msgstr "Würde Repository %s überspringen\n"48974898#: builtin/clean.c:334899#, c-format4900msgid "failed to remove %s"4901msgstr "Fehler beim Löschen von %s"49024903#: builtin/clean.c:2914904msgid ""4905"Prompt help:\n"4906"1 - select a numbered item\n"4907"foo - select item based on unique prefix\n"4908" - (empty) select nothing"4909msgstr ""4910"Eingabehilfe:\n"4911"1 - nummeriertes Element auswählen\n"4912"foo - Element anhand eines eindeutigen Präfix auswählen\n"4913" - (leer) nichts auswählen"49144915#: builtin/clean.c:2954916msgid ""4917"Prompt help:\n"4918"1 - select a single item\n"4919"3-5 - select a range of items\n"4920"2-3,6-9 - select multiple ranges\n"4921"foo - select item based on unique prefix\n"4922"-... - unselect specified items\n"4923"* - choose all items\n"4924" - (empty) finish selecting"4925msgstr ""4926"Eingabehilfe:\n"4927"1 - einzelnes Element auswählen\n"4928"3-5 - Bereich von Elementen auswählen\n"4929"2-3,6-9 - mehrere Bereiche auswählen\n"4930"foo - Element anhand eines eindeutigen Präfix auswählen\n"4931"-... - angegebenes Element abwählen\n"4932"* - alle Elemente auswählen\n"4933" - (leer) Auswahl beenden"49344935#: builtin/clean.c:5114936#, c-format4937msgid "Huh (%s)?"4938msgstr "Wie bitte (%s)?"49394940#: builtin/clean.c:6534941#, c-format4942msgid "Input ignore patterns>> "4943msgstr "Ignorier-Muster eingeben>> "49444945#: builtin/clean.c:6904946#, c-format4947msgid "WARNING: Cannot find items matched by: %s"4948msgstr "WARNUNG: Kann keine Einträge finden die Muster entsprechen: %s"49494950#: builtin/clean.c:7114951msgid "Select items to delete"4952msgstr "Wählen Sie Einträge zum Löschen"49534954#. TRANSLATORS: Make sure to keep [y/N] as is4955#: builtin/clean.c:7524956#, c-format4957msgid "Remove %s [y/N]? "4958msgstr "'%s' löschen [y/N]? "49594960#: builtin/clean.c:7774961msgid "Bye."4962msgstr "Tschüss."49634964#: builtin/clean.c:7854965msgid ""4966"clean - start cleaning\n"4967"filter by pattern - exclude items from deletion\n"4968"select by numbers - select items to be deleted by numbers\n"4969"ask each - confirm each deletion (like \"rm -i\")\n"4970"quit - stop cleaning\n"4971"help - this screen\n"4972"? - help for prompt selection"4973msgstr ""4974"clean - Clean starten\n"4975"filter by pattern - Einträge von Löschung ausschließen\n"4976"select by numbers - Auswahl von Einträgen über Nummern\n"4977"ask each - jede Löschung bestätigen (wie \"rm -i\")\n"4978"quit - Clean beenden\n"4979"help - diese Meldung anzeigen\n"4980"? - Hilfe zur Auswahl mittels Eingabe anzeigen"49814982#: builtin/clean.c:8124983msgid "*** Commands ***"4984msgstr "*** Befehle ***"49854986#: builtin/clean.c:8134987msgid "What now"4988msgstr "Was nun"49894990#: builtin/clean.c:8214991msgid "Would remove the following item:"4992msgid_plural "Would remove the following items:"4993msgstr[0] "Würde das folgende Element entfernen:"4994msgstr[1] "Würde die folgenden Elemente entfernen:"49954996#: builtin/clean.c:8384997msgid "No more files to clean, exiting."4998msgstr "Keine Dateien mehr zum Löschen, beende."49995000#: builtin/clean.c:8695001msgid "do not print names of files removed"5002msgstr "keine Namen von gelöschten Dateien ausgeben"50035004#: builtin/clean.c:8715005msgid "force"5006msgstr "Aktion erzwingen"50075008#: builtin/clean.c:8725009msgid "interactive cleaning"5010msgstr "interaktives Clean"50115012#: builtin/clean.c:8745013msgid "remove whole directories"5014msgstr "ganze Verzeichnisse löschen"50155016#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:7245017#: builtin/ls-files.c:456 builtin/name-rev.c:314 builtin/show-ref.c:1825018msgid "pattern"5019msgstr "Muster"50205021#: builtin/clean.c:8765022msgid "add <pattern> to ignore rules"5023msgstr "<Muster> zu den Regeln für ignorierte Pfade hinzufügen"50245025#: builtin/clean.c:8775026msgid "remove ignored files, too"5027msgstr "auch ignorierte Dateien löschen"50285029#: builtin/clean.c:8795030msgid "remove only ignored files"5031msgstr "nur ignorierte Dateien löschen"50325033#: builtin/clean.c:8975034msgid "-x and -X cannot be used together"5035msgstr "Die Optionen -x und -X können nicht gemeinsam verwendet werden."50365037#: builtin/clean.c:9015038msgid ""5039"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "5040"clean"5041msgstr ""5042"clean.requireForce auf \"true\" gesetzt und weder -i, -n noch -f gegeben; "5043"\"clean\" verweigert"50445045#: builtin/clean.c:9045046msgid ""5047"clean.requireForce defaults to true and neither -i, -n, nor -f given; "5048"refusing to clean"5049msgstr ""5050"clean.requireForce standardmäßig auf \"true\" gesetzt und weder -i, -n noch -"5051"f gegeben; \"clean\" verweigert"50525053#: builtin/clone.c:375054msgid "git clone [<options>] [--] <repo> [<dir>]"5055msgstr "git clone [<Optionen>] [--] <Repository> [<Verzeichnis>]"50565057#: builtin/clone.c:625058msgid "don't create a checkout"5059msgstr "kein Auschecken"50605061#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:4735062msgid "create a bare repository"5063msgstr "ein Bare-Repository erstellen"50645065#: builtin/clone.c:675066msgid "create a mirror repository (implies bare)"5067msgstr "ein Spiegelarchiv erstellen (impliziert --bare)"50685069#: builtin/clone.c:695070msgid "to clone from a local repository"5071msgstr "von einem lokalen Repository klonen"50725073#: builtin/clone.c:715074msgid "don't use local hardlinks, always copy"5075msgstr "lokal keine harten Verweise verwenden, immer Kopien"50765077#: builtin/clone.c:735078msgid "setup as shared repository"5079msgstr "als verteiltes Repository einrichten"50805081#: builtin/clone.c:75 builtin/clone.c:775082msgid "initialize submodules in the clone"5083msgstr "Submodule im Klon initialisieren"50845085#: builtin/clone.c:795086msgid "number of submodules cloned in parallel"5087msgstr "Anzahl der parallel zu klonenden Submodule"50885089#: builtin/clone.c:80 builtin/init-db.c:4705090msgid "template-directory"5091msgstr "Vorlagenverzeichnis"50925093#: builtin/clone.c:81 builtin/init-db.c:4715094msgid "directory from which templates will be used"5095msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"50965097#: builtin/clone.c:83 builtin/submodule--helper.c:4985098#: builtin/submodule--helper.c:7775099msgid "reference repository"5100msgstr "Repository referenzieren"51015102#: builtin/clone.c:855103msgid "use --reference only while cloning"5104msgstr "--reference nur während des Klonens benutzen"51055106#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:445107msgid "name"5108msgstr "Name"51095110#: builtin/clone.c:875111msgid "use <name> instead of 'origin' to track upstream"5112msgstr "<Name> statt 'origin' für Upstream-Repository verwenden"51135114#: builtin/clone.c:895115msgid "checkout <branch> instead of the remote's HEAD"5116msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories"51175118#: builtin/clone.c:915119msgid "path to git-upload-pack on the remote"5120msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"51215122#: builtin/clone.c:92 builtin/fetch.c:117 builtin/grep.c:667 builtin/pull.c:2015123msgid "depth"5124msgstr "Tiefe"51255126#: builtin/clone.c:935127msgid "create a shallow clone of that depth"5128msgstr ""5129"einen Klon mit unvollständiger Historie (shallow) in dieser Tiefe erstellen"51305131#: builtin/clone.c:955132msgid "clone only one branch, HEAD or --branch"5133msgstr "nur einen Branch klonen, HEAD oder --branch"51345135#: builtin/clone.c:975136msgid "any cloned submodules will be shallow"5137msgstr "jedes geklonte Submodul mit unvollständiger Historie (shallow)"51385139#: builtin/clone.c:98 builtin/init-db.c:4795140msgid "gitdir"5141msgstr ".git-Verzeichnis"51425143#: builtin/clone.c:99 builtin/init-db.c:4805144msgid "separate git dir from working tree"5145msgstr "Git-Verzeichnis vom Arbeitsverzeichnis separieren"51465147#: builtin/clone.c:1005148msgid "key=value"5149msgstr "Schlüssel=Wert"51505151#: builtin/clone.c:1015152msgid "set config inside the new repository"5153msgstr "Konfiguration innerhalb des neuen Repositories setzen"51545155#: builtin/clone.c:102 builtin/fetch.c:131 builtin/push.c:5365156msgid "use IPv4 addresses only"5157msgstr "nur IPv4-Adressen benutzen"51585159#: builtin/clone.c:104 builtin/fetch.c:133 builtin/push.c:5385160msgid "use IPv6 addresses only"5161msgstr "nur IPv6-Adressen benutzen"51625163#: builtin/clone.c:2415164msgid ""5165"No directory name could be guessed.\n"5166"Please specify a directory on the command line"5167msgstr ""5168"Konnte keinen Verzeichnisnamen erraten.\n"5169"Bitte geben Sie ein Verzeichnis auf der Befehlszeile an."51705171#: builtin/clone.c:3075172#, c-format5173msgid "reference repository '%s' as a linked checkout is not supported yet."5174msgstr ""5175"Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"5176"Arbeitsverzeichnis unterstützt."51775178#: builtin/clone.c:3095179#, c-format5180msgid "reference repository '%s' is not a local repository."5181msgstr "Referenziertes Repository '%s' ist kein lokales Repository."51825183#: builtin/clone.c:3145184#, c-format5185msgid "reference repository '%s' is shallow"5186msgstr ""5187"Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."51885189#: builtin/clone.c:3175190#, c-format5191msgid "reference repository '%s' is grafted"5192msgstr ""5193"Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "5194"eingehängt."51955196#: builtin/clone.c:3845197#, c-format5198msgid "%s exists and is not a directory"5199msgstr "%s existiert und ist kein Verzeichnis"52005201#: builtin/clone.c:3985202#, c-format5203msgid "failed to stat %s\n"5204msgstr "Konnte %s nicht lesen\n"52055206#: builtin/clone.c:4205207#, c-format5208msgid "failed to create link '%s'"5209msgstr "Konnte Verweis '%s' nicht erstellen"52105211#: builtin/clone.c:4245212#, c-format5213msgid "failed to copy file to '%s'"5214msgstr "Konnte Datei nicht nach '%s' kopieren"52155216#: builtin/clone.c:449 builtin/clone.c:6335217#, c-format5218msgid "done.\n"5219msgstr "Fertig.\n"52205221#: builtin/clone.c:4615222msgid ""5223"Clone succeeded, but checkout failed.\n"5224"You can inspect what was checked out with 'git status'\n"5225"and retry the checkout with 'git checkout -f HEAD'\n"5226msgstr ""5227"Klonen erfolgreich, Auschecken ist aber fehlgeschlagen.\n"5228"Sie können mit 'git status' prüfen, was ausgecheckt worden ist\n"5229"und das Auschecken mit 'git checkout -f HEAD' erneut versuchen.\n"52305231#: builtin/clone.c:5385232#, c-format5233msgid "Could not find remote branch %s to clone."5234msgstr "Konnte zu klonenden Remote-Branch %s nicht finden."52355236#: builtin/clone.c:6285237#, c-format5238msgid "Checking connectivity... "5239msgstr "Prüfe Konnektivität ... "52405241#: builtin/clone.c:6315242msgid "remote did not send all necessary objects"5243msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."52445245#: builtin/clone.c:6495246#, c-format5247msgid "unable to update %s"5248msgstr "kann %s nicht aktualisieren"52495250#: builtin/clone.c:6985251msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"5252msgstr ""5253"Externer HEAD bezieht sich auf eine nicht existierende Referenz und kann "5254"nicht ausgecheckt werden.\n"52555256#: builtin/clone.c:7295257msgid "unable to checkout working tree"5258msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden"52595260#: builtin/clone.c:7675261msgid "unable to write parameters to config file"5262msgstr "konnte Parameter nicht in Konfigurationsdatei schreiben"52635264#: builtin/clone.c:8305265msgid "cannot repack to clean up"5266msgstr "Kann \"repack\" zum Aufräumen nicht aufrufen"52675268#: builtin/clone.c:8325269msgid "cannot unlink temporary alternates file"5270msgstr "Kann temporäre \"alternates\"-Datei nicht entfernen"52715272#: builtin/clone.c:864 builtin/receive-pack.c:17315273msgid "Too many arguments."5274msgstr "Zu viele Argumente."52755276#: builtin/clone.c:8685277msgid "You must specify a repository to clone."5278msgstr "Sie müssen ein Repository zum Klonen angeben."52795280#: builtin/clone.c:8795281#, c-format5282msgid "--bare and --origin %s options are incompatible."5283msgstr "Die Optionen --bare und --origin %s sind inkompatibel."52845285#: builtin/clone.c:8825286msgid "--bare and --separate-git-dir are incompatible."5287msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."52885289#: builtin/clone.c:8955290#, c-format5291msgid "repository '%s' does not exist"5292msgstr "Repository '%s' existiert nicht."52935294#: builtin/clone.c:901 builtin/fetch.c:11745295#, c-format5296msgid "depth %s is not a positive number"5297msgstr "Tiefe %s ist keine positive Zahl"52985299#: builtin/clone.c:9115300#, c-format5301msgid "destination path '%s' already exists and is not an empty directory."5302msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."53035304#: builtin/clone.c:9215305#, c-format5306msgid "working tree '%s' already exists."5307msgstr "Arbeitsverzeichnis '%s' existiert bereits."53085309#: builtin/clone.c:936 builtin/clone.c:947 builtin/submodule--helper.c:5475310#: builtin/worktree.c:220 builtin/worktree.c:2475311#, c-format5312msgid "could not create leading directories of '%s'"5313msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."53145315#: builtin/clone.c:9395316#, c-format5317msgid "could not create work tree dir '%s'"5318msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen"53195320#: builtin/clone.c:9575321#, c-format5322msgid "Cloning into bare repository '%s'...\n"5323msgstr "Klone in Bare-Repository '%s' ...\n"53245325#: builtin/clone.c:9595326#, c-format5327msgid "Cloning into '%s'...\n"5328msgstr "Klone nach '%s' ...\n"53295330#: builtin/clone.c:9985331msgid "--depth is ignored in local clones; use file:// instead."5332msgstr ""5333"Die Option --depth wird in lokalen Klonen ignoriert; benutzen Sie "5334"stattdessen file://"53355336#: builtin/clone.c:10015337msgid "source repository is shallow, ignoring --local"5338msgstr ""5339"Quelle ist ein Repository mit unvollständiger Historie (shallow),ignoriere --"5340"local"53415342#: builtin/clone.c:10065343msgid "--local is ignored"5344msgstr "--local wird ignoriert"53455346#: builtin/clone.c:10105347#, c-format5348msgid "Don't know how to clone %s"5349msgstr "Weiß nicht wie %s zu klonen ist."53505351#: builtin/clone.c:1059 builtin/clone.c:10675352#, c-format5353msgid "Remote branch %s not found in upstream %s"5354msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden"53555356#: builtin/clone.c:10705357msgid "You appear to have cloned an empty repository."5358msgstr "Sie scheinen ein leeres Repository geklont zu haben."53595360#: builtin/column.c:95361msgid "git column [<options>]"5362msgstr "git column [<Optionen>]"53635364#: builtin/column.c:265365msgid "lookup config vars"5366msgstr "Konfigurationsvariablen nachschlagen"53675368#: builtin/column.c:27 builtin/column.c:285369msgid "layout to use"5370msgstr "zu verwendende Anordnung"53715372#: builtin/column.c:295373msgid "Maximum width"5374msgstr "maximale Breite"53755376#: builtin/column.c:305377msgid "Padding space on left border"5378msgstr "Abstand zum linken Rand"53795380#: builtin/column.c:315381msgid "Padding space on right border"5382msgstr "Abstand zur rechten Rand"53835384#: builtin/column.c:325385msgid "Padding space between columns"5386msgstr "Abstand zwischen Spalten"53875388#: builtin/column.c:515389msgid "--command must be the first argument"5390msgstr "Die Option --command muss an erster Stelle stehen."53915392#: builtin/commit.c:385393msgid "git commit [<options>] [--] <pathspec>..."5394msgstr "git commit [<Optionen>] [--] <Pfadspezifikation>..."53955396#: builtin/commit.c:435397msgid "git status [<options>] [--] <pathspec>..."5398msgstr "git status [<Optionen>] [--] <Pfadspezifikation>..."53995400#: builtin/commit.c:485401msgid ""5402"Your name and email address were configured automatically based\n"5403"on your username and hostname. Please check that they are accurate.\n"5404"You can suppress this message by setting them explicitly. Run the\n"5405"following command and follow the instructions in your editor to edit\n"5406"your configuration file:\n"5407"\n"5408" git config --global --edit\n"5409"\n"5410"After doing this, you may fix the identity used for this commit with:\n"5411"\n"5412" git commit --amend --reset-author\n"5413msgstr ""5414"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"5415"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"5416"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"5417"diese explizit setzen. Führen Sie dazu den folgenden Befehl aus und folgen\n"5418"Sie den Anweisungen in Ihrem Editor, um die Konfigurationsdatei zu "5419"bearbeiten:\n"5420"\n"5421" git config --global --edit\n"5422"\n"5423"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit\n"5424"ändern mit:\n"5425"\n"5426" git commit --amend --reset-author\n"54275428#: builtin/commit.c:615429msgid ""5430"Your name and email address were configured automatically based\n"5431"on your username and hostname. Please check that they are accurate.\n"5432"You can suppress this message by setting them explicitly:\n"5433"\n"5434" git config --global user.name \"Your Name\"\n"5435" git config --global user.email you@example.com\n"5436"\n"5437"After doing this, you may fix the identity used for this commit with:\n"5438"\n"5439" git commit --amend --reset-author\n"5440msgstr ""5441"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"5442"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"5443"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"5444"diese explizit setzen:\n"5445"\n"5446" git config --global user.name \"Ihr Name\"\n"5447" git config --global user.email ihre@emailadresse.de\n"5448"\n"5449"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit "5450"ändern:\n"5451"\n"5452" git commit --amend --reset-author\n"54535454#: builtin/commit.c:735455msgid ""5456"You asked to amend the most recent commit, but doing so would make\n"5457"it empty. You can repeat your command with --allow-empty, or you can\n"5458"remove the commit entirely with \"git reset HEAD^\".\n"5459msgstr ""5460"Sie fragten den jüngsten Commit nachzubessern, aber das würde diesen leer\n"5461"machen. Sie können Ihren Befehl mit --allow-empty wiederholen, oder diesen\n"5462"Commit mit \"git reset HEAD^\" vollständig entfernen.\n"54635464#: builtin/commit.c:785465msgid ""5466"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"5467"If you wish to commit it anyway, use:\n"5468"\n"5469" git commit --allow-empty\n"5470"\n"5471msgstr ""5472"Der letzte \"cherry-pick\" ist jetzt leer, möglicherweise durch eine "5473"Konfliktauflösung.\n"5474"Wenn Sie dies trotzdem committen wollen, benutzen Sie:\n"5475"\n"5476" git commit --allow-empty\n"5477"\n"54785479#: builtin/commit.c:855480msgid "Otherwise, please use 'git reset'\n"5481msgstr "Andernfalls benutzen Sie bitte 'git reset'\n"54825483#: builtin/commit.c:885484msgid ""5485"If you wish to skip this commit, use:\n"5486"\n"5487" git reset\n"5488"\n"5489"Then \"git cherry-pick --continue\" will resume cherry-picking\n"5490"the remaining commits.\n"5491msgstr ""5492"Wenn Sie diesen Commit auslassen möchten, benutzen Sie:\n"5493"\n"5494" git reset\n"5495"\n"5496"Benutzen Sie anschließend \"git cherry-pick --continue\", um die\n"5497"Cherry-Pick-Operation mit den verbleibenden Commits fortzusetzen.\n"54985499#: builtin/commit.c:3075500msgid "failed to unpack HEAD tree object"5501msgstr "Fehler beim Entpacken des \"Tree\"-Objektes von HEAD."55025503#: builtin/commit.c:3485504msgid "unable to create temporary index"5505msgstr "Konnte temporären Index nicht erstellen."55065507#: builtin/commit.c:3545508msgid "interactive add failed"5509msgstr "interaktives Hinzufügen fehlgeschlagen"55105511#: builtin/commit.c:3675512msgid "unable to update temporary index"5513msgstr "Konnte temporären Index nicht aktualisieren."55145515#: builtin/commit.c:3695516msgid "Failed to update main cache tree"5517msgstr "Konnte Haupt-Cache-Verzeichnis nicht aktualisieren"55185519#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:4655520msgid "unable to write new_index file"5521msgstr "Konnte new_index Datei nicht schreiben"55225523#: builtin/commit.c:4475524msgid "cannot do a partial commit during a merge."5525msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist."55265527#: builtin/commit.c:4495528msgid "cannot do a partial commit during a cherry-pick."5529msgstr ""5530"Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist."55315532#: builtin/commit.c:4585533msgid "cannot read the index"5534msgstr "Kann Index nicht lesen"55355536#: builtin/commit.c:4775537msgid "unable to write temporary index file"5538msgstr "Konnte temporäre Index-Datei nicht schreiben."55395540#: builtin/commit.c:5825541#, c-format5542msgid "commit '%s' lacks author header"5543msgstr "Commit '%s' fehlt Autor-Kopfbereich"55445545#: builtin/commit.c:5845546#, c-format5547msgid "commit '%s' has malformed author line"5548msgstr "Commit '%s' hat fehlerhafte Autor-Zeile"55495550#: builtin/commit.c:6035551msgid "malformed --author parameter"5552msgstr "Fehlerhafter --author Parameter"55535554#: builtin/commit.c:6115555#, c-format5556msgid "invalid date format: %s"5557msgstr "Ungültiges Datumsformat: %s"55585559#: builtin/commit.c:6555560msgid ""5561"unable to select a comment character that is not used\n"5562"in the current commit message"5563msgstr ""5564"Konnte kein Kommentar-Zeichen auswählen, das nicht in\n"5565"der aktuellen Commit-Beschreibung verwendet wird."55665567#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:10915568#, c-format5569msgid "could not lookup commit %s"5570msgstr "Konnte Commit %s nicht nachschlagen"55715572#: builtin/commit.c:704 builtin/shortlog.c:2855573#, c-format5574msgid "(reading log message from standard input)\n"5575msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"55765577#: builtin/commit.c:7065578msgid "could not read log from standard input"5579msgstr "Konnte Log nicht von Standard-Eingabe lesen."55805581#: builtin/commit.c:7105582#, c-format5583msgid "could not read log file '%s'"5584msgstr "Konnte Log-Datei '%s' nicht lesen"55855586#: builtin/commit.c:737 builtin/commit.c:7455587msgid "could not read SQUASH_MSG"5588msgstr "Konnte SQUASH_MSG nicht lesen"55895590#: builtin/commit.c:7425591msgid "could not read MERGE_MSG"5592msgstr "Konnte MERGE_MSG nicht lesen"55935594#: builtin/commit.c:7965595msgid "could not write commit template"5596msgstr "Konnte Commit-Vorlage nicht schreiben"55975598#: builtin/commit.c:8145599#, c-format5600msgid ""5601"\n"5602"It looks like you may be committing a merge.\n"5603"If this is not correct, please remove the file\n"5604"\t%s\n"5605"and try again.\n"5606msgstr ""5607"\n"5608"Es sieht so aus, als committen Sie einen Merge.\n"5609"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"5610"\t%s\n"5611"und versuchen Sie es erneut.\n"56125613#: builtin/commit.c:8195614#, c-format5615msgid ""5616"\n"5617"It looks like you may be committing a cherry-pick.\n"5618"If this is not correct, please remove the file\n"5619"\t%s\n"5620"and try again.\n"5621msgstr ""5622"\n"5623"Es sieht so aus, als committen Sie einen \"cherry-pick\".\n"5624"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"5625"\t%s\n"5626"und versuchen Sie es erneut.\n"56275628#: builtin/commit.c:8325629#, c-format5630msgid ""5631"Please enter the commit message for your changes. Lines starting\n"5632"with '%c' will be ignored, and an empty message aborts the commit.\n"5633msgstr ""5634"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n"5635"die mit '%c' beginnen, werden ignoriert, und eine leere Beschreibung\n"5636"bricht den Commit ab.\n"56375638#: builtin/commit.c:8395639#, c-format5640msgid ""5641"Please enter the commit message for your changes. Lines starting\n"5642"with '%c' will be kept; you may remove them yourself if you want to.\n"5643"An empty message aborts the commit.\n"5644msgstr ""5645"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, "5646"die\n"5647"mit '%c' beginnen, werden beibehalten; wenn Sie möchten, können Sie diese "5648"entfernen.\n"5649"Eine leere Beschreibung bricht den Commit ab.\n"56505651#: builtin/commit.c:8595652#, c-format5653msgid "%sAuthor: %.*s <%.*s>"5654msgstr "%sAutor: %.*s <%.*s>"56555656#: builtin/commit.c:8675657#, c-format5658msgid "%sDate: %s"5659msgstr "%sDatum: %s"56605661#: builtin/commit.c:8745662#, c-format5663msgid "%sCommitter: %.*s <%.*s>"5664msgstr "%sCommit-Ersteller: %.*s <%.*s>"56655666#: builtin/commit.c:8925667msgid "Cannot read index"5668msgstr "Kann Index nicht lesen"56695670#: builtin/commit.c:9495671msgid "Error building trees"5672msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"56735674#: builtin/commit.c:964 builtin/tag.c:2665675#, c-format5676msgid "Please supply the message using either -m or -F option.\n"5677msgstr ""5678"Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n"56795680#: builtin/commit.c:10665681#, c-format5682msgid "--author '%s' is not 'Name <email>' and matches no existing author"5683msgstr ""5684"--author '%s' ist nicht im Format 'Name <E-Mail>' und stimmt mit keinem "5685"vorhandenen Autor überein"56865687#: builtin/commit.c:1081 builtin/commit.c:13215688#, c-format5689msgid "Invalid untracked files mode '%s'"5690msgstr "Ungültiger Modus '%s' für unversionierte Dateien"56915692#: builtin/commit.c:11185693msgid "--long and -z are incompatible"5694msgstr "Die Optionen --long und -z sind inkompatibel."56955696#: builtin/commit.c:11485697msgid "Using both --reset-author and --author does not make sense"5698msgstr ""5699"Die Optionen --reset-author und --author können nicht gemeinsam verwendet "5700"werden."57015702#: builtin/commit.c:11575703msgid "You have nothing to amend."5704msgstr "Sie haben nichts für \"--amend\"."57055706#: builtin/commit.c:11605707msgid "You are in the middle of a merge -- cannot amend."5708msgstr "Ein Merge ist im Gange -- kann \"--amend\" nicht ausführen."57095710#: builtin/commit.c:11625711msgid "You are in the middle of a cherry-pick -- cannot amend."5712msgstr "\"cherry-pick\" ist im Gange -- kann \"--amend\" nicht ausführen."57135714#: builtin/commit.c:11655715msgid "Options --squash and --fixup cannot be used together"5716msgstr ""5717"Die Optionen --squash und --fixup können nicht gemeinsam verwendet werden."57185719#: builtin/commit.c:11755720msgid "Only one of -c/-C/-F/--fixup can be used."5721msgstr "Es kann nur eine Option von -c/-C/-F/--fixup verwendet werden."57225723#: builtin/commit.c:11775724msgid "Option -m cannot be combined with -c/-C/-F/--fixup."5725msgstr "Die Option -m kann nicht mit -c/-C/-F/--fixup kombiniert werden."57265727#: builtin/commit.c:11855728msgid "--reset-author can be used only with -C, -c or --amend."5729msgstr ""5730"Die Option --reset--author kann nur mit -C, -c oder --amend verwendet werden."57315732#: builtin/commit.c:12025733msgid "Only one of --include/--only/--all/--interactive/--patch can be used."5734msgstr ""5735"Es kann nur eine Option von --include/--only/--all/--interactive/--patch "5736"verwendet werden."57375738#: builtin/commit.c:12045739msgid "No paths with --include/--only does not make sense."5740msgstr ""5741"Die Optionen --include und --only können nur mit der Angabe von Pfaden "5742"verwendet werden."57435744#: builtin/commit.c:12065745msgid "Clever... amending the last one with dirty index."5746msgstr "Klug ... den letzten Commit mit einem geänderten Index nachbessern."57475748#: builtin/commit.c:12085749msgid "Explicit paths specified without -i or -o; assuming --only paths..."5750msgstr "Explizite Pfade ohne -i oder -o angegeben; nehme --only an"57515752#: builtin/commit.c:1220 builtin/tag.c:4745753#, c-format5754msgid "Invalid cleanup mode %s"5755msgstr "Ungültiger \"cleanup\" Modus %s"57565757#: builtin/commit.c:12255758msgid "Paths with -a does not make sense."5759msgstr "Die Option -a kann nicht mit der Angabe von Pfaden verwendet werden."57605761#: builtin/commit.c:1335 builtin/commit.c:16215762msgid "show status concisely"5763msgstr "Status im Kurzformat anzeigen"57645765#: builtin/commit.c:1337 builtin/commit.c:16235766msgid "show branch information"5767msgstr "Branchinformationen anzeigen"57685769#: builtin/commit.c:1339 builtin/commit.c:1625 builtin/push.c:5125770#: builtin/worktree.c:4375771msgid "machine-readable output"5772msgstr "maschinenlesbare Ausgabe"57735774#: builtin/commit.c:1342 builtin/commit.c:16275775msgid "show status in long format (default)"5776msgstr "Status im Langformat anzeigen (Standard)"57775778#: builtin/commit.c:1345 builtin/commit.c:16305779msgid "terminate entries with NUL"5780msgstr "Einträge mit NUL-Zeichen abschließen"57815782#: builtin/commit.c:1347 builtin/commit.c:1633 builtin/fast-export.c:9815783#: builtin/fast-export.c:984 builtin/tag.c:3535784msgid "mode"5785msgstr "Modus"57865787#: builtin/commit.c:1348 builtin/commit.c:16335788msgid "show untracked files, optional modes: all, normal, no. (Default: all)"5789msgstr ""5790"unversionierte Dateien anzeigen, optionale Modi: all, normal, no. (Standard: "5791"all)"57925793#: builtin/commit.c:13515794msgid "show ignored files"5795msgstr "ignorierte Dateien anzeigen"57965797#: builtin/commit.c:1352 parse-options.h:1555798msgid "when"5799msgstr "wann"58005801#: builtin/commit.c:13535802msgid ""5803"ignore changes to submodules, optional when: all, dirty, untracked. "5804"(Default: all)"5805msgstr ""5806"Änderungen in Submodulen ignorieren, optional wenn: all, dirty, untracked. "5807"(Standard: all)"58085809#: builtin/commit.c:13555810msgid "list untracked files in columns"5811msgstr "unversionierte Dateien in Spalten auflisten"58125813#: builtin/commit.c:14415814msgid "couldn't look up newly created commit"5815msgstr "Konnte neu erstellten Commit nicht nachschlagen."58165817#: builtin/commit.c:14435818msgid "could not parse newly created commit"5819msgstr "Konnte neulich erstellten Commit nicht analysieren."58205821#: builtin/commit.c:14885822msgid "detached HEAD"5823msgstr "losgelöster HEAD"58245825#: builtin/commit.c:14915826msgid " (root-commit)"5827msgstr " (Basis-Commit)"58285829#: builtin/commit.c:15915830msgid "suppress summary after successful commit"5831msgstr "Zusammenfassung nach erfolgreichem Commit unterdrücken"58325833#: builtin/commit.c:15925834msgid "show diff in commit message template"5835msgstr "Unterschiede in Commit-Beschreibungsvorlage anzeigen"58365837#: builtin/commit.c:15945838msgid "Commit message options"5839msgstr "Optionen für Commit-Beschreibung"58405841#: builtin/commit.c:1595 builtin/tag.c:3515842msgid "read message from file"5843msgstr "Beschreibung von Datei lesen"58445845#: builtin/commit.c:15965846msgid "author"5847msgstr "Autor"58485849#: builtin/commit.c:15965850msgid "override author for commit"5851msgstr "Autor eines Commits überschreiben"58525853#: builtin/commit.c:1597 builtin/gc.c:3265854msgid "date"5855msgstr "Datum"58565857#: builtin/commit.c:15975858msgid "override date for commit"5859msgstr "Datum eines Commits überschreiben"58605861#: builtin/commit.c:1598 builtin/merge.c:219 builtin/notes.c:3955862#: builtin/notes.c:558 builtin/tag.c:3495863msgid "message"5864msgstr "Beschreibung"58655866#: builtin/commit.c:15985867msgid "commit message"5868msgstr "Commit-Beschreibung"58695870#: builtin/commit.c:1599 builtin/commit.c:1600 builtin/commit.c:16015871#: builtin/commit.c:1602 parse-options.h:256 ref-filter.h:795872msgid "commit"5873msgstr "Commit"58745875#: builtin/commit.c:15995876msgid "reuse and edit message from specified commit"5877msgstr "Beschreibung des angegebenen Commits wiederverwenden und editieren"58785879#: builtin/commit.c:16005880msgid "reuse message from specified commit"5881msgstr "Beschreibung des angegebenen Commits wiederverwenden"58825883#: builtin/commit.c:16015884msgid "use autosquash formatted message to fixup specified commit"5885msgstr ""5886"eine automatisch zusammengesetzte Beschreibung zum Nachbessern des "5887"angegebenen Commits verwenden"58885889#: builtin/commit.c:16025890msgid "use autosquash formatted message to squash specified commit"5891msgstr ""5892"eine automatisch zusammengesetzte Beschreibung beim \"squash\" des "5893"angegebenen Commits verwenden"58945895#: builtin/commit.c:16035896msgid "the commit is authored by me now (used with -C/-c/--amend)"5897msgstr "Sie als Autor des Commits setzen (verwendet mit -C/-c/--amend)"58985899#: builtin/commit.c:1604 builtin/log.c:1382 builtin/revert.c:865900msgid "add Signed-off-by:"5901msgstr "'Signed-off-by:'-Zeile hinzufügen"59025903#: builtin/commit.c:16055904msgid "use specified template file"5905msgstr "angegebene Vorlagendatei verwenden"59065907#: builtin/commit.c:16065908msgid "force edit of commit"5909msgstr "Bearbeitung des Commits erzwingen"59105911#: builtin/commit.c:16075912msgid "default"5913msgstr "Standard"59145915#: builtin/commit.c:1607 builtin/tag.c:3545916msgid "how to strip spaces and #comments from message"5917msgstr ""5918"wie Leerzeichen und #Kommentare von der Beschreibung getrennt werden sollen"59195920#: builtin/commit.c:16085921msgid "include status in commit message template"5922msgstr "Status in die Commit-Beschreibungsvorlage einfügen"59235924#: builtin/commit.c:1610 builtin/merge.c:229 builtin/pull.c:1655925#: builtin/revert.c:935926msgid "GPG sign commit"5927msgstr "Commit mit GPG signieren"59285929#: builtin/commit.c:16135930msgid "Commit contents options"5931msgstr "Optionen für Commit-Inhalt"59325933#: builtin/commit.c:16145934msgid "commit all changed files"5935msgstr "alle geänderten Dateien committen"59365937#: builtin/commit.c:16155938msgid "add specified files to index for commit"5939msgstr "die angegebenen Dateien zusätzlich zum Commit vormerken"59405941#: builtin/commit.c:16165942msgid "interactively add files"5943msgstr "interaktives Hinzufügen von Dateien"59445945#: builtin/commit.c:16175946msgid "interactively add changes"5947msgstr "interaktives Hinzufügen von Änderungen"59485949#: builtin/commit.c:16185950msgid "commit only specified files"5951msgstr "nur die angegebenen Dateien committen"59525953#: builtin/commit.c:16195954msgid "bypass pre-commit hook"5955msgstr "\"pre-commit hook\" umgehen"59565957#: builtin/commit.c:16205958msgid "show what would be committed"5959msgstr "anzeigen, was committet werden würde"59605961#: builtin/commit.c:16315962msgid "amend previous commit"5963msgstr "vorherigen Commit ändern"59645965#: builtin/commit.c:16325966msgid "bypass post-rewrite hook"5967msgstr "\"post-rewrite hook\" umgehen"59685969#: builtin/commit.c:16375970msgid "ok to record an empty change"5971msgstr "Aufzeichnung einer leeren Änderung erlauben"59725973#: builtin/commit.c:16395974msgid "ok to record a change with an empty message"5975msgstr "Aufzeichnung einer Änderung mit einer leeren Beschreibung erlauben"59765977#: builtin/commit.c:16685978msgid "could not parse HEAD commit"5979msgstr "Konnte Commit von HEAD nicht analysieren."59805981#: builtin/commit.c:17185982#, c-format5983msgid "Corrupt MERGE_HEAD file (%s)"5984msgstr "Beschädigte MERGE_HEAD-Datei (%s)"59855986#: builtin/commit.c:17255987msgid "could not read MERGE_MODE"5988msgstr "Konnte MERGE_MODE nicht lesen"59895990#: builtin/commit.c:17445991#, c-format5992msgid "could not read commit message: %s"5993msgstr "Konnte Commit-Beschreibung nicht lesen: %s"59945995#: builtin/commit.c:17555996#, c-format5997msgid "Aborting commit; you did not edit the message.\n"5998msgstr "Commit abgebrochen; Sie haben die Beschreibung nicht editiert.\n"59996000#: builtin/commit.c:17606001#, c-format6002msgid "Aborting commit due to empty commit message.\n"6003msgstr "Commit aufgrund leerer Beschreibung abgebrochen.\n"60046005#: builtin/commit.c:18086006msgid ""6007"Repository has been updated, but unable to write\n"6008"new_index file. Check that disk is not full and quota is\n"6009"not exceeded, and then \"git reset HEAD\" to recover."6010msgstr ""6011"Das Repository wurde aktualisiert, aber die \"new_index\"-Datei\n"6012"konnte nicht geschrieben werden. Prüfen Sie, dass Ihre Festplatte nicht\n"6013"voll und Ihr Kontingent nicht aufgebraucht ist und führen Sie\n"6014"anschließend \"git reset HEAD\" zu Wiederherstellung aus."60156016#: builtin/config.c:96017msgid "git config [<options>]"6018msgstr "git config [<Optionen>]"60196020#: builtin/config.c:566021msgid "Config file location"6022msgstr "Ort der Konfigurationsdatei"60236024#: builtin/config.c:576025msgid "use global config file"6026msgstr "globale Konfigurationsdatei verwenden"60276028#: builtin/config.c:586029msgid "use system config file"6030msgstr "systemweite Konfigurationsdatei verwenden"60316032#: builtin/config.c:596033msgid "use repository config file"6034msgstr "Konfigurationsdatei des Repositories verwenden"60356036#: builtin/config.c:606037msgid "use given config file"6038msgstr "die angegebene Konfigurationsdatei verwenden"60396040#: builtin/config.c:616041msgid "blob-id"6042msgstr "Blob-Id"60436044#: builtin/config.c:616045msgid "read config from given blob object"6046msgstr "Konfiguration von angegebenem Blob-Objekt lesen"60476048#: builtin/config.c:626049msgid "Action"6050msgstr "Aktion"60516052#: builtin/config.c:636053msgid "get value: name [value-regex]"6054msgstr "Wert zurückgeben: Name [Wert-regex]"60556056#: builtin/config.c:646057msgid "get all values: key [value-regex]"6058msgstr "alle Werte zurückgeben: Schlüssel [Wert-regex]"60596060#: builtin/config.c:656061msgid "get values for regexp: name-regex [value-regex]"6062msgstr "Werte für den regulären Ausdruck zurückgeben: Name-regex [Wert-regex]"60636064#: builtin/config.c:666065msgid "get value specific for the URL: section[.var] URL"6066msgstr "Wert spezifisch für eine URL zurückgeben: section[.var] URL"60676068#: builtin/config.c:676069msgid "replace all matching variables: name value [value_regex]"6070msgstr "alle passenden Variablen ersetzen: Name Wert [Wert-regex] "60716072#: builtin/config.c:686073msgid "add a new variable: name value"6074msgstr "neue Variable hinzufügen: Name Wert"60756076#: builtin/config.c:696077msgid "remove a variable: name [value-regex]"6078msgstr "eine Variable entfernen: Name [Wert-regex]"60796080#: builtin/config.c:706081msgid "remove all matches: name [value-regex]"6082msgstr "alle Übereinstimmungen entfernen: Name [Wert-regex]"60836084#: builtin/config.c:716085msgid "rename section: old-name new-name"6086msgstr "eine Sektion umbenennen: alter-Name neuer-Name"60876088#: builtin/config.c:726089msgid "remove a section: name"6090msgstr "eine Sektion entfernen: Name"60916092#: builtin/config.c:736093msgid "list all"6094msgstr "alles auflisten"60956096#: builtin/config.c:746097msgid "open an editor"6098msgstr "einen Editor öffnen"60996100#: builtin/config.c:756101msgid "find the color configured: slot [default]"6102msgstr "die konfigurierte Farbe finden: Slot [Standard]"61036104#: builtin/config.c:766105msgid "find the color setting: slot [stdout-is-tty]"6106msgstr "die Farbeinstellung finden: Slot [Standard-Ausgabe-ist-Terminal]"61076108#: builtin/config.c:776109msgid "Type"6110msgstr "Typ"61116112#: builtin/config.c:786113msgid "value is \"true\" or \"false\""6114msgstr "Wert ist \"true\" oder \"false\""61156116#: builtin/config.c:796117msgid "value is decimal number"6118msgstr "Wert ist eine Dezimalzahl"61196120#: builtin/config.c:806121msgid "value is --bool or --int"6122msgstr "Wert ist --bool oder --int"61236124#: builtin/config.c:816125msgid "value is a path (file or directory name)"6126msgstr "Wert ist ein Pfad (Datei oder Verzeichnisname)"61276128#: builtin/config.c:826129msgid "Other"6130msgstr "Sonstiges"61316132#: builtin/config.c:836133msgid "terminate values with NUL byte"6134msgstr "schließt Werte mit NUL-Byte ab"61356136#: builtin/config.c:846137msgid "show variable names only"6138msgstr "nur Variablennamen anzeigen"61396140#: builtin/config.c:856141msgid "respect include directives on lookup"6142msgstr "beachtet \"include\"-Direktiven beim Nachschlagen"61436144#: builtin/config.c:866145msgid "show origin of config (file, standard input, blob, command line)"6146msgstr ""6147"Ursprung der Konfiguration anzeigen (Datei, Standard-Eingabe, Blob, "6148"Befehlszeile)"61496150#: builtin/config.c:3286151msgid "unable to parse default color value"6152msgstr "konnte Standard-Farbwert nicht parsen"61536154#: builtin/config.c:4726155#, c-format6156msgid ""6157"# This is Git's per-user configuration file.\n"6158"[user]\n"6159"# Please adapt and uncomment the following lines:\n"6160"#\tname = %s\n"6161"#\temail = %s\n"6162msgstr ""6163"# Das ist Git's benutzerspezifische Konfiguraionsdatei.\n"6164"[user]\n"6165"# Bitte passen Sie die folgenden Zeilen an und kommentieren Sie diese aus:\n"6166"#\tname = %s\n"6167"#\temail = %s\n"61686169#: builtin/config.c:6146170#, c-format6171msgid "cannot create configuration file %s"6172msgstr "Konnte Konfigurationsdatei '%s' nicht erstellen."61736174#: builtin/count-objects.c:776175msgid "git count-objects [-v] [-H | --human-readable]"6176msgstr "git count-objects [-v] [-H | --human-readable]"61776178#: builtin/count-objects.c:876179msgid "print sizes in human readable format"6180msgstr "gibt Größenangaben in menschenlesbaren Format aus"61816182#: builtin/describe.c:176183msgid "git describe [<options>] [<commit-ish>...]"6184msgstr "git describe [<Optionen>] [<Commit-Angabe>...]"61856186#: builtin/describe.c:186187msgid "git describe [<options>] --dirty"6188msgstr "git describe [<Optionen>] --dirty"61896190#: builtin/describe.c:2176191#, c-format6192msgid "annotated tag %s not available"6193msgstr "annotiertes Tag %s ist nicht verfügbar"61946195#: builtin/describe.c:2216196#, c-format6197msgid "annotated tag %s has no embedded name"6198msgstr "annotiertes Tag %s hat keinen eingebetteten Namen"61996200#: builtin/describe.c:2236201#, c-format6202msgid "tag '%s' is really '%s' here"6203msgstr "Tag '%s' ist eigentlich '%s' hier"62046205#: builtin/describe.c:250 builtin/log.c:4656206#, c-format6207msgid "Not a valid object name %s"6208msgstr "%s ist kein gültiger Objekt-Name"62096210#: builtin/describe.c:2536211#, c-format6212msgid "%s is not a valid '%s' object"6213msgstr "%s ist kein gültiges '%s' Objekt"62146215#: builtin/describe.c:2706216#, c-format6217msgid "no tag exactly matches '%s'"6218msgstr "kein Tag entspricht exakt '%s'"62196220#: builtin/describe.c:2726221#, c-format6222msgid "searching to describe %s\n"6223msgstr "suche zur Beschreibung von %s\n"62246225#: builtin/describe.c:3196226#, c-format6227msgid "finished search at %s\n"6228msgstr "beendete Suche bei %s\n"62296230#: builtin/describe.c:3466231#, c-format6232msgid ""6233"No annotated tags can describe '%s'.\n"6234"However, there were unannotated tags: try --tags."6235msgstr ""6236"Keine annotierten Tags können '%s' beschreiben.\n"6237"Jedoch gab es nicht-annotierte Tags: versuchen Sie --tags."62386239#: builtin/describe.c:3506240#, c-format6241msgid ""6242"No tags can describe '%s'.\n"6243"Try --always, or create some tags."6244msgstr ""6245"Keine Tags können '%s' beschreiben.\n"6246"Versuchen Sie --always oder erstellen Sie einige Tags."62476248#: builtin/describe.c:3716249#, c-format6250msgid "traversed %lu commits\n"6251msgstr "%lu Commits durchlaufen\n"62526253#: builtin/describe.c:3746254#, c-format6255msgid ""6256"more than %i tags found; listed %i most recent\n"6257"gave up search at %s\n"6258msgstr ""6259"mehr als %i Tags gefunden; Führe die ersten %i auf\n"6260"Suche bei %s aufgegeben\n"62616262#: builtin/describe.c:3966263msgid "find the tag that comes after the commit"6264msgstr "das Tag finden, das nach dem Commit kommt"62656266#: builtin/describe.c:3976267msgid "debug search strategy on stderr"6268msgstr "die Suchstrategie in der Standard-Fehlerausgabe protokollieren"62696270#: builtin/describe.c:3986271msgid "use any ref"6272msgstr "alle Referenzen verwenden"62736274#: builtin/describe.c:3996275msgid "use any tag, even unannotated"6276msgstr "jedes Tag verwenden, auch nicht-annotierte"62776278#: builtin/describe.c:4006279msgid "always use long format"6280msgstr "immer langes Format verwenden"62816282#: builtin/describe.c:4016283msgid "only follow first parent"6284msgstr "nur erstem Elternteil folgen"62856286#: builtin/describe.c:4046287msgid "only output exact matches"6288msgstr "nur exakte Übereinstimmungen ausgeben"62896290#: builtin/describe.c:4066291msgid "consider <n> most recent tags (default: 10)"6292msgstr "die jüngsten <n> Tags betrachten (Standard: 10)"62936294#: builtin/describe.c:4086295msgid "only consider tags matching <pattern>"6296msgstr "nur Tags, die <Muster> entsprechen, betrachten"62976298#: builtin/describe.c:410 builtin/name-rev.c:3216299msgid "show abbreviated commit object as fallback"6300msgstr "gekürztes Commit-Objekt anzeigen, wenn sonst nichts zutrifft"63016302#: builtin/describe.c:4116303msgid "mark"6304msgstr "Kennzeichen"63056306#: builtin/describe.c:4126307msgid "append <mark> on dirty working tree (default: \"-dirty\")"6308msgstr ""6309"<Kennzeichen> bei geändertem Arbeitsverzeichnis hinzufügen (Standard: \"-"6310"dirty\")"63116312#: builtin/describe.c:4306313msgid "--long is incompatible with --abbrev=0"6314msgstr "Die Optionen --long und --abbrev=0 sind inkompatibel."63156316#: builtin/describe.c:4566317msgid "No names found, cannot describe anything."6318msgstr "Keine Namen gefunden, kann nichts beschreiben."63196320#: builtin/describe.c:4766321msgid "--dirty is incompatible with commit-ishes"6322msgstr "Die Option --dirty kann nicht mit Commits verwendet werden."63236324#: builtin/diff.c:866325#, c-format6326msgid "'%s': not a regular file or symlink"6327msgstr "'%s': keine reguläre Datei oder symbolische Verknüpfung"63286329#: builtin/diff.c:2376330#, c-format6331msgid "invalid option: %s"6332msgstr "Ungültige Option: %s"63336334#: builtin/diff.c:3606335msgid "Not a git repository"6336msgstr "Kein Git-Repository"63376338#: builtin/diff.c:4036339#, c-format6340msgid "invalid object '%s' given."6341msgstr "Objekt '%s' ist ungültig."63426343#: builtin/diff.c:4126344#, c-format6345msgid "more than two blobs given: '%s'"6346msgstr "Mehr als zwei Blobs angegeben: '%s'"63476348#: builtin/diff.c:4196349#, c-format6350msgid "unhandled object '%s' given."6351msgstr "unbehandeltes Objekt '%s' angegeben"63526353#: builtin/fast-export.c:256354msgid "git fast-export [rev-list-opts]"6355msgstr "git fast-export [rev-list-opts]"63566357#: builtin/fast-export.c:9806358msgid "show progress after <n> objects"6359msgstr "Fortschritt nach <n> Objekten anzeigen"63606361#: builtin/fast-export.c:9826362msgid "select handling of signed tags"6363msgstr "Behandlung von signierten Tags wählen"63646365#: builtin/fast-export.c:9856366msgid "select handling of tags that tag filtered objects"6367msgstr "Behandlung von Tags wählen, die gefilterte Objekte markieren"63686369#: builtin/fast-export.c:9886370msgid "Dump marks to this file"6371msgstr "Kennzeichen in diese Datei schreiben"63726373#: builtin/fast-export.c:9906374msgid "Import marks from this file"6375msgstr "Kennzeichen von dieser Datei importieren"63766377#: builtin/fast-export.c:9926378msgid "Fake a tagger when tags lack one"6379msgstr "künstlich einen Tag-Ersteller erzeugen, wenn das Tag keinen hat"63806381#: builtin/fast-export.c:9946382msgid "Output full tree for each commit"6383msgstr "für jeden Commit das gesamte Verzeichnis ausgeben"63846385#: builtin/fast-export.c:9966386msgid "Use the done feature to terminate the stream"6387msgstr "die \"done\"-Funktion benutzen, um den Datenstrom abzuschließen"63886389#: builtin/fast-export.c:9976390msgid "Skip output of blob data"6391msgstr "Ausgabe von Blob-Daten überspringen"63926393#: builtin/fast-export.c:9986394msgid "refspec"6395msgstr "Refspec"63966397#: builtin/fast-export.c:9996398msgid "Apply refspec to exported refs"6399msgstr "Refspec auf exportierte Referenzen anwenden"64006401#: builtin/fast-export.c:10006402msgid "anonymize output"6403msgstr "Ausgabe anonymisieren"64046405#: builtin/fetch.c:206406msgid "git fetch [<options>] [<repository> [<refspec>...]]"6407msgstr "git fetch [<Optionen>] [<Repository> [<Refspec>...]]"64086409#: builtin/fetch.c:216410msgid "git fetch [<options>] <group>"6411msgstr "git fetch [<Optionen>] <Gruppe>"64126413#: builtin/fetch.c:226414msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"6415msgstr "git fetch --multiple [<Optionen>] [(<Repository> | <Gruppe>)...]"64166417#: builtin/fetch.c:236418msgid "git fetch --all [<options>]"6419msgstr "git fetch --all [<Optionen>]"64206421#: builtin/fetch.c:92 builtin/pull.c:1746422msgid "fetch from all remotes"6423msgstr "fordert von allen Remote-Repositories an"64246425#: builtin/fetch.c:94 builtin/pull.c:1776426msgid "append to .git/FETCH_HEAD instead of overwriting"6427msgstr "an .git/FETCH_HEAD anhängen, anstatt zu überschreiben"64286429#: builtin/fetch.c:96 builtin/pull.c:1806430msgid "path to upload pack on remote end"6431msgstr "Pfad des Programms zum Hochladen von Paketen auf der Gegenseite"64326433#: builtin/fetch.c:97 builtin/pull.c:1826434msgid "force overwrite of local branch"6435msgstr "das Überschreiben von lokalen Branches erzwingen"64366437#: builtin/fetch.c:996438msgid "fetch from multiple remotes"6439msgstr "von mehreren Remote-Repositories anfordern"64406441#: builtin/fetch.c:101 builtin/pull.c:1846442msgid "fetch all tags and associated objects"6443msgstr "alle Tags und verbundene Objekte anfordern"64446445#: builtin/fetch.c:1036446msgid "do not fetch all tags (--no-tags)"6447msgstr "nicht alle Tags anfordern (--no-tags)"64486449#: builtin/fetch.c:1056450msgid "number of submodules fetched in parallel"6451msgstr "Anzahl der parallel anzufordernden Submodule"64526453#: builtin/fetch.c:107 builtin/pull.c:1876454msgid "prune remote-tracking branches no longer on remote"6455msgstr ""6456"Remote-Tracking-Branches entfernen, die sich nicht mehr im Remote-Repository "6457"befinden"64586459#: builtin/fetch.c:108 builtin/pull.c:1906460msgid "on-demand"6461msgstr "bei-Bedarf"64626463#: builtin/fetch.c:109 builtin/pull.c:1916464msgid "control recursive fetching of submodules"6465msgstr "rekursive Anforderungen von Submodulen kontrollieren"64666467#: builtin/fetch.c:113 builtin/pull.c:1996468msgid "keep downloaded pack"6469msgstr "heruntergeladenes Paket behalten"64706471#: builtin/fetch.c:1156472msgid "allow updating of HEAD ref"6473msgstr "Aktualisierung der \"HEAD\"-Referenz erlauben"64746475#: builtin/fetch.c:118 builtin/pull.c:2026476msgid "deepen history of shallow clone"6477msgstr ""6478"die Historie eines Klons mit unvollständiger Historie (shallow) vertiefen"64796480#: builtin/fetch.c:120 builtin/pull.c:2056481msgid "convert to a complete repository"6482msgstr "zu einem vollständigen Repository konvertieren"64836484#: builtin/fetch.c:122 builtin/log.c:13996485msgid "dir"6486msgstr "Verzeichnis"64876488#: builtin/fetch.c:1236489msgid "prepend this to submodule path output"6490msgstr "dies an die Ausgabe der Submodul-Pfade voranstellen"64916492#: builtin/fetch.c:1266493msgid "default mode for recursion"6494msgstr "Standard-Modus für Rekursion"64956496#: builtin/fetch.c:128 builtin/pull.c:2086497msgid "accept refs that update .git/shallow"6498msgstr "Referenzen, die .git/shallow aktualisieren, akzeptieren"64996500#: builtin/fetch.c:129 builtin/pull.c:2106501msgid "refmap"6502msgstr "Refmap"65036504#: builtin/fetch.c:130 builtin/pull.c:2116505msgid "specify fetch refmap"6506msgstr "Refmap für 'fetch' angeben"65076508#: builtin/fetch.c:3866509msgid "Couldn't find remote ref HEAD"6510msgstr "Konnte Remote-Referenz von HEAD nicht finden."65116512#: builtin/fetch.c:4666513#, c-format6514msgid "object %s not found"6515msgstr "Objekt %s nicht gefunden"65166517#: builtin/fetch.c:4716518msgid "[up to date]"6519msgstr "[aktuell]"65206521#: builtin/fetch.c:4856522#, c-format6523msgid "! %-*s %-*s -> %s (can't fetch in current branch)"6524msgstr ""6525"! %-*s %-*s -> %s (kann \"fetch\" im aktuellen Branch nicht ausführen)"65266527#: builtin/fetch.c:486 builtin/fetch.c:5746528msgid "[rejected]"6529msgstr "[zurückgewiesen]"65306531#: builtin/fetch.c:4976532msgid "[tag update]"6533msgstr "[Tag Aktualisierung]"65346535#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:5526536msgid " (unable to update local ref)"6537msgstr " (kann lokale Referenz nicht aktualisieren)"65386539#: builtin/fetch.c:5176540msgid "[new tag]"6541msgstr "[neues Tag]"65426543#: builtin/fetch.c:5206544msgid "[new branch]"6545msgstr "[neuer Branch]"65466547#: builtin/fetch.c:5236548msgid "[new ref]"6549msgstr "[neue Referenz]"65506551#: builtin/fetch.c:5696552msgid "unable to update local ref"6553msgstr "kann lokale Referenz nicht aktualisieren"65546555#: builtin/fetch.c:5696556msgid "forced update"6557msgstr "Aktualisierung erzwungen"65586559#: builtin/fetch.c:5766560msgid "(non-fast-forward)"6561msgstr "(kein Vorspulen)"65626563#: builtin/fetch.c:6196564#, c-format6565msgid "%s did not send all necessary objects\n"6566msgstr "%s hat nicht alle erforderlichen Objekte gesendet\n"65676568#: builtin/fetch.c:6376569#, c-format6570msgid "reject %s because shallow roots are not allowed to be updated"6571msgstr ""6572"%s wurde zurückgewiesen, da Ursprungs-Commits von Repositoriesmit "6573"unvollständiger Historie (shallow) nicht aktualisiert werden dürfen."65746575#: builtin/fetch.c:724 builtin/fetch.c:8166576#, c-format6577msgid "From %.*s\n"6578msgstr "Von %.*s\n"65796580#: builtin/fetch.c:7356581#, c-format6582msgid ""6583"some local refs could not be updated; try running\n"6584" 'git remote prune %s' to remove any old, conflicting branches"6585msgstr ""6586"Einige lokale Referenzen konnten nicht aktualisiert werden; versuchen Sie\n"6587"'git remote prune %s', um jeden älteren, widersprüchlichen Branch zu löschen."65886589#: builtin/fetch.c:7876590#, c-format6591msgid " (%s will become dangling)"6592msgstr " (%s wird unreferenziert)"65936594#: builtin/fetch.c:7886595#, c-format6596msgid " (%s has become dangling)"6597msgstr " (%s wurde unreferenziert)"65986599#: builtin/fetch.c:8206600msgid "[deleted]"6601msgstr "[gelöscht]"66026603#: builtin/fetch.c:821 builtin/remote.c:10256604msgid "(none)"6605msgstr "(nichts)"66066607#: builtin/fetch.c:8416608#, c-format6609msgid "Refusing to fetch into current branch %s of non-bare repository"6610msgstr ""6611"Der \"fetch\" in den aktuellen Branch %s von einem nicht-Bare-Repository "6612"wurde verweigert."66136614#: builtin/fetch.c:8606615#, c-format6616msgid "Option \"%s\" value \"%s\" is not valid for %s"6617msgstr "Option \"%s\" Wert \"%s\" ist nicht gültig für %s"66186619#: builtin/fetch.c:8636620#, c-format6621msgid "Option \"%s\" is ignored for %s\n"6622msgstr "Option \"%s\" wird ignoriert für %s\n"66236624#: builtin/fetch.c:9206625#, c-format6626msgid "Don't know how to fetch from %s"6627msgstr "Weiß nicht wie von %s angefordert wird."66286629#: builtin/fetch.c:10806630#, c-format6631msgid "Fetching %s\n"6632msgstr "Fordere an von %s\n"66336634#: builtin/fetch.c:1082 builtin/remote.c:966635#, c-format6636msgid "Could not fetch %s"6637msgstr "Konnte nicht von %s anfordern"66386639#: builtin/fetch.c:11006640msgid ""6641"No remote repository specified. Please, specify either a URL or a\n"6642"remote name from which new revisions should be fetched."6643msgstr ""6644"Kein Remote-Repository angegeben. Bitte geben Sie entweder eine URL\n"6645"oder den Namen des Remote-Repositories an, von welchem neue\n"6646"Commits angefordert werden sollen."66476648#: builtin/fetch.c:11236649msgid "You need to specify a tag name."6650msgstr "Sie müssen den Namen des Tags angeben."66516652#: builtin/fetch.c:11656653msgid "--depth and --unshallow cannot be used together"6654msgstr ""6655"Die Optionen --depth und --unshallow können nicht gemeinsam verwendet werden."66566657#: builtin/fetch.c:11676658msgid "--unshallow on a complete repository does not make sense"6659msgstr ""6660"Die Option --unshallow kann nicht in einem Repository mit unvollständiger "6661"Historie verwendet werden."66626663#: builtin/fetch.c:11876664msgid "fetch --all does not take a repository argument"6665msgstr "fetch --all akzeptiert kein Repository als Argument"66666667#: builtin/fetch.c:11896668msgid "fetch --all does not make sense with refspecs"6669msgstr "fetch --all kann nicht mit Refspecs verwendet werden."66706671#: builtin/fetch.c:12006672#, c-format6673msgid "No such remote or remote group: %s"6674msgstr "Kein Remote-Repository (einzeln oder Gruppe): %s"66756676#: builtin/fetch.c:12086677msgid "Fetching a group and specifying refspecs does not make sense"6678msgstr ""6679"Das Abholen einer Gruppe von Remote-Repositories kann nicht mit der Angabe\n"6680"von Refspecs verwendet werden."66816682#: builtin/fmt-merge-msg.c:146683msgid ""6684"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"6685msgstr ""6686"git fmt-merge-msg [-m <Beschreibung>] [--log[=<n>] | --no-log] [--file "6687"<Datei>]"66886689#: builtin/fmt-merge-msg.c:6676690msgid "populate log with at most <n> entries from shortlog"6691msgstr "Historie mit höchstens <n> Einträgen von \"shortlog\" hinzufügen"66926693#: builtin/fmt-merge-msg.c:6706694msgid "alias for --log (deprecated)"6695msgstr "Alias für --log (veraltet)"66966697#: builtin/fmt-merge-msg.c:6736698msgid "text"6699msgstr "Text"67006701#: builtin/fmt-merge-msg.c:6746702msgid "use <text> as start of message"6703msgstr "<Text> als Beschreibungsanfang verwenden"67046705#: builtin/fmt-merge-msg.c:6756706msgid "file to read from"6707msgstr "Datei zum Einlesen"67086709#: builtin/for-each-ref.c:96710msgid "git for-each-ref [<options>] [<pattern>]"6711msgstr "git for-each-ref [<Optionen>] [<Muster>]"67126713#: builtin/for-each-ref.c:106714msgid "git for-each-ref [--points-at <object>]"6715msgstr "git for-each-ref [--points-at <Objekt>]"67166717#: builtin/for-each-ref.c:116718msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"6719msgstr "git for-each-ref [(--merged | --no-merged) [<Objekt>]]"67206721#: builtin/for-each-ref.c:126722msgid "git for-each-ref [--contains [<object>]]"6723msgstr "git for-each-ref [--contains [<Objekt>]]"67246725#: builtin/for-each-ref.c:276726msgid "quote placeholders suitably for shells"6727msgstr "Platzhalter als Shell-String formatieren"67286729#: builtin/for-each-ref.c:296730msgid "quote placeholders suitably for perl"6731msgstr "Platzhalter als Perl-String formatieren"67326733#: builtin/for-each-ref.c:316734msgid "quote placeholders suitably for python"6735msgstr "Platzhalter als Python-String formatieren"67366737#: builtin/for-each-ref.c:336738msgid "quote placeholders suitably for Tcl"6739msgstr "Platzhalter als Tcl-String formatieren"67406741#: builtin/for-each-ref.c:366742msgid "show only <n> matched refs"6743msgstr "nur <n> passende Referenzen anzeigen"67446745#: builtin/for-each-ref.c:37 builtin/tag.c:3726746msgid "format to use for the output"6747msgstr "für die Ausgabe zu verwendendes Format"67486749#: builtin/for-each-ref.c:416750msgid "print only refs which points at the given object"6751msgstr "nur auf dieses Objekt zeigende Referenzen ausgeben"67526753#: builtin/for-each-ref.c:436754msgid "print only refs that are merged"6755msgstr "nur zusammengeführte Referenzen ausgeben"67566757#: builtin/for-each-ref.c:446758msgid "print only refs that are not merged"6759msgstr "nur nicht zusammengeführte Referenzen ausgeben"67606761#: builtin/for-each-ref.c:456762msgid "print only refs which contain the commit"6763msgstr "nur Referenzen ausgeben, die diesen Commit enthalten"67646765#: builtin/fsck.c:156 builtin/prune.c:1406766msgid "Checking connectivity"6767msgstr "Prüfe Konnektivität"67686769#: builtin/fsck.c:4866770msgid "Checking object directories"6771msgstr "Prüfe Objekt-Verzeichnisse"67726773#: builtin/fsck.c:5526774msgid "git fsck [<options>] [<object>...]"6775msgstr "git fsck [<Optionen>] [<Objekt>...]"67766777#: builtin/fsck.c:5586778msgid "show unreachable objects"6779msgstr "unerreichbare Objekte anzeigen"67806781#: builtin/fsck.c:5596782msgid "show dangling objects"6783msgstr "unreferenzierte Objekte anzeigen"67846785#: builtin/fsck.c:5606786msgid "report tags"6787msgstr "Tags melden"67886789#: builtin/fsck.c:5616790msgid "report root nodes"6791msgstr "Hauptwurzeln melden"67926793#: builtin/fsck.c:5626794msgid "make index objects head nodes"6795msgstr "Index-Objekte in Erreichbarkeitsprüfung einbeziehen"67966797#: builtin/fsck.c:5636798msgid "make reflogs head nodes (default)"6799msgstr "Reflogs in Erreichbarkeitsprüfung einbeziehen (Standard)"68006801#: builtin/fsck.c:5646802msgid "also consider packs and alternate objects"6803msgstr "ebenso Pakete und alternative Objekte betrachten"68046805#: builtin/fsck.c:5656806msgid "check only connectivity"6807msgstr "nur Konnektivität prüfen"68086809#: builtin/fsck.c:5666810msgid "enable more strict checking"6811msgstr "genauere Prüfung aktivieren"68126813#: builtin/fsck.c:5686814msgid "write dangling objects in .git/lost-found"6815msgstr "unreferenzierte Objekte nach .git/lost-found schreiben"68166817#: builtin/fsck.c:569 builtin/prune.c:1076818msgid "show progress"6819msgstr "Fortschrittsanzeige anzeigen"68206821#: builtin/fsck.c:6306822msgid "Checking objects"6823msgstr "Prüfe Objekte"68246825#: builtin/gc.c:256826msgid "git gc [<options>]"6827msgstr "git gc [<Optionen>]"68286829#: builtin/gc.c:726830#, c-format6831msgid "Invalid %s: '%s'"6832msgstr "Ungültiger %s: '%s'"68336834#: builtin/gc.c:1396835#, c-format6836msgid "insanely long object directory %.*s"6837msgstr "zu langes Objekt-Verzeichnis %.*s"68386839#: builtin/gc.c:2906840#, c-format6841msgid ""6842"The last gc run reported the following. Please correct the root cause\n"6843"and remove %s.\n"6844"Automatic cleanup will not be performed until the file is removed.\n"6845"\n"6846"%s"6847msgstr ""6848"Die letzte Ausführung von \"gc run\" enthielt die folgenden Meldungen.\n"6849"Bitte beheben Sie das Hauptproblem und löschen Sie %s.\n"6850"Ein automatischer Cleanup wird nicht ausgeführt, bis diese Datei entfernt\n"6851"wurde.\n"6852"\n"6853"%s"68546855#: builtin/gc.c:3276856msgid "prune unreferenced objects"6857msgstr "unreferenzierte Objekte entfernen"68586859#: builtin/gc.c:3296860msgid "be more thorough (increased runtime)"6861msgstr "mehr Gründlichkeit (erhöht Laufzeit)"68626863#: builtin/gc.c:3306864msgid "enable auto-gc mode"6865msgstr "\"auto-gc\" Modus aktivieren"68666867#: builtin/gc.c:3316868msgid "force running gc even if there may be another gc running"6869msgstr ""6870"Ausführung von \"git gc\" erwzingen, selbst wenn ein anderes\n"6871"\"git gc\" bereits ausgeführt wird"68726873#: builtin/gc.c:3736874#, c-format6875msgid "Auto packing the repository in background for optimum performance.\n"6876msgstr ""6877"Die Datenbank des Repositories wird für eine optimale Performance im\n"6878"Hintergrund komprimiert.\n"68796880#: builtin/gc.c:3756881#, c-format6882msgid "Auto packing the repository for optimum performance.\n"6883msgstr ""6884"Die Datenbank des Projektarchivs wird für eine optimale Performance "6885"komprimiert.\n"68866887#: builtin/gc.c:3766888#, c-format6889msgid "See \"git help gc\" for manual housekeeping.\n"6890msgstr "Siehe \"git help gc\" für manuelles Aufräumen.\n"68916892#: builtin/gc.c:3976893#, c-format6894msgid ""6895"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"6896msgstr ""6897"\"git gc\" wird bereits auf Maschine '%s' pid %<PRIuMAX> ausgeführt\n"6898"(benutzen Sie --force falls nicht)"68996900#: builtin/gc.c:4416901msgid ""6902"There are too many unreachable loose objects; run 'git prune' to remove them."6903msgstr ""6904"Es gibt zu viele unerreichbare lose Objekte; führen Sie 'git prune' aus, um "6905"diese zu löschen."69066907#: builtin/grep.c:236908msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"6909msgstr "git grep [<Optionen>] [-e] <Muster> [<Commit>...] [[--] <Pfad>...]"69106911#: builtin/grep.c:2196912#, c-format6913msgid "grep: failed to create thread: %s"6914msgstr "grep: Fehler beim Erzeugen eines Thread: %s"69156916#: builtin/grep.c:2776917#, c-format6918msgid "invalid number of threads specified (%d) for %s"6919msgstr "ungültige Anzahl von Threads (%d) für %s angegeben"69206921#: builtin/grep.c:452 builtin/grep.c:4876922#, c-format6923msgid "unable to read tree (%s)"6924msgstr "konnte \"Tree\"-Objekt (%s) nicht lesen"69256926#: builtin/grep.c:5026927#, c-format6928msgid "unable to grep from object of type %s"6929msgstr "kann \"grep\" nicht mit Objekten des Typs %s durchführen"69306931#: builtin/grep.c:5606932#, c-format6933msgid "switch `%c' expects a numerical value"6934msgstr "Schalter '%c' erwartet einen numerischen Wert"69356936#: builtin/grep.c:5776937#, c-format6938msgid "cannot open '%s'"6939msgstr "kann '%s' nicht öffnen"69406941#: builtin/grep.c:6466942msgid "search in index instead of in the work tree"6943msgstr "im Index anstatt im Arbeitsverzeichnis suchen"69446945#: builtin/grep.c:6486946msgid "find in contents not managed by git"6947msgstr "auch in Inhalten finden, die nicht von Git verwaltet werden"69486949#: builtin/grep.c:6506950msgid "search in both tracked and untracked files"6951msgstr "in versionierten und unversionierten Dateien suchen"69526953#: builtin/grep.c:6526954msgid "ignore files specified via '.gitignore'"6955msgstr "Dateien, die über '.gitignore' angegeben sind, ignorieren"69566957#: builtin/grep.c:6556958msgid "show non-matching lines"6959msgstr "Zeilen ohne Übereinstimmungen anzeigen"69606961#: builtin/grep.c:6576962msgid "case insensitive matching"6963msgstr "Übereinstimmungen unabhängig von Groß- und Kleinschreibung finden"69646965#: builtin/grep.c:6596966msgid "match patterns only at word boundaries"6967msgstr "nur ganze Wörter suchen"69686969#: builtin/grep.c:6616970msgid "process binary files as text"6971msgstr "binäre Dateien als Text verarbeiten"69726973#: builtin/grep.c:6636974msgid "don't match patterns in binary files"6975msgstr "keine Muster in Binärdateien finden"69766977#: builtin/grep.c:6666978msgid "process binary files with textconv filters"6979msgstr "binäre Dateien mit \"textconv\"-Filtern verarbeiten"69806981#: builtin/grep.c:6686982msgid "descend at most <depth> levels"6983msgstr "höchstens <Tiefe> Ebenen durchlaufen"69846985#: builtin/grep.c:6726986msgid "use extended POSIX regular expressions"6987msgstr "erweiterte reguläre Ausdrücke aus POSIX verwenden"69886989#: builtin/grep.c:6756990msgid "use basic POSIX regular expressions (default)"6991msgstr "grundlegende reguläre Ausdrücke aus POSIX verwenden (Standard)"69926993#: builtin/grep.c:6786994msgid "interpret patterns as fixed strings"6995msgstr "Muster als feste Zeichenketten interpretieren"69966997#: builtin/grep.c:6816998msgid "use Perl-compatible regular expressions"6999msgstr "Perl-kompatible reguläre Ausdrücke verwenden"70007001#: builtin/grep.c:6847002msgid "show line numbers"7003msgstr "Zeilennummern anzeigen"70047005#: builtin/grep.c:6857006msgid "don't show filenames"7007msgstr "keine Dateinamen anzeigen"70087009#: builtin/grep.c:6867010msgid "show filenames"7011msgstr "Dateinamen anzeigen"70127013#: builtin/grep.c:6887014msgid "show filenames relative to top directory"7015msgstr "Dateinamen relativ zum Projektverzeichnis anzeigen"70167017#: builtin/grep.c:6907018msgid "show only filenames instead of matching lines"7019msgstr "nur Dateinamen anzeigen anstatt übereinstimmende Zeilen"70207021#: builtin/grep.c:6927022msgid "synonym for --files-with-matches"7023msgstr "Synonym für --files-with-matches"70247025#: builtin/grep.c:6957026msgid "show only the names of files without match"7027msgstr "nur die Dateinamen ohne Übereinstimmungen anzeigen"70287029#: builtin/grep.c:6977030msgid "print NUL after filenames"7031msgstr "NUL-Zeichen nach Dateinamen ausgeben"70327033#: builtin/grep.c:6997034msgid "show the number of matches instead of matching lines"7035msgstr "anstatt der Zeilen, die Anzahl der übereinstimmenden Zeilen anzeigen"70367037#: builtin/grep.c:7007038msgid "highlight matches"7039msgstr "Übereinstimmungen hervorheben"70407041#: builtin/grep.c:7027042msgid "print empty line between matches from different files"7043msgstr ""7044"eine Leerzeile zwischen Übereinstimmungen in verschiedenen Dateien ausgeben"70457046#: builtin/grep.c:7047047msgid "show filename only once above matches from same file"7048msgstr ""7049"den Dateinamen nur einmal oberhalb der Übereinstimmungen aus dieser Datei "7050"anzeigen"70517052#: builtin/grep.c:7077053msgid "show <n> context lines before and after matches"7054msgstr "<n> Zeilen vor und nach den Übereinstimmungen anzeigen"70557056#: builtin/grep.c:7107057msgid "show <n> context lines before matches"7058msgstr "<n> Zeilen vor den Übereinstimmungen anzeigen"70597060#: builtin/grep.c:7127061msgid "show <n> context lines after matches"7062msgstr "<n> Zeilen nach den Übereinstimmungen anzeigen"70637064#: builtin/grep.c:7147065msgid "use <n> worker threads"7066msgstr "<n> Threads benutzen"70677068#: builtin/grep.c:7157069msgid "shortcut for -C NUM"7070msgstr "Kurzform für -C NUM"70717072#: builtin/grep.c:7187073msgid "show a line with the function name before matches"7074msgstr "eine Zeile mit dem Funktionsnamen vor Übereinstimmungen anzeigen"70757076#: builtin/grep.c:7207077msgid "show the surrounding function"7078msgstr "die umgebende Funktion anzeigen"70797080#: builtin/grep.c:7237081msgid "read patterns from file"7082msgstr "Muster von einer Datei lesen"70837084#: builtin/grep.c:7257085msgid "match <pattern>"7086msgstr "<Muster> finden"70877088#: builtin/grep.c:7277089msgid "combine patterns specified with -e"7090msgstr "Muster kombinieren, die mit -e angegeben wurden"70917092#: builtin/grep.c:7397093msgid "indicate hit with exit status without output"7094msgstr "Übereinstimmungen nur durch Beendigungsstatus anzeigen"70957096#: builtin/grep.c:7417097msgid "show only matches from files that match all patterns"7098msgstr ""7099"nur Übereinstimmungen von Dateien anzeigen, die allen Mustern entsprechen"71007101#: builtin/grep.c:7437102msgid "show parse tree for grep expression"7103msgstr "geparstes Verzeichnis für \"grep\"-Ausdruck anzeigen"71047105#: builtin/grep.c:7477106msgid "pager"7107msgstr "Anzeigeprogramm"71087109#: builtin/grep.c:7477110msgid "show matching files in the pager"7111msgstr "Dateien mit Übereinstimmungen im Anzeigeprogramm anzeigen"71127113#: builtin/grep.c:7507114msgid "allow calling of grep(1) (ignored by this build)"7115msgstr "den Aufruf von grep(1) erlauben (von dieser Programmversion ignoriert)"71167117#: builtin/grep.c:8137118msgid "no pattern given."7119msgstr "keine Muster angegeben"71207121#: builtin/grep.c:845 builtin/index-pack.c:14777122#, c-format7123msgid "invalid number of threads specified (%d)"7124msgstr "ungültige Anzahl von Threads angegeben (%d)"71257126#: builtin/grep.c:8757127msgid "--open-files-in-pager only works on the worktree"7128msgstr ""7129"Die Option --open-files-in-pager kann nur innerhalb des "7130"Arbeitsverzeichnisses verwendet werden."71317132#: builtin/grep.c:9017133msgid "--cached or --untracked cannot be used with --no-index."7134msgstr ""7135"Die Optionen --cached und --untracked können nicht mit --no-index verwendet "7136"werden."71377138#: builtin/grep.c:9067139msgid "--no-index or --untracked cannot be used with revs."7140msgstr ""7141"Die Optionen --no-index und --untracked können nicht mit Commits verwendet "7142"werden."71437144#: builtin/grep.c:9097145msgid "--[no-]exclude-standard cannot be used for tracked contents."7146msgstr ""7147"Die Option --[no-]exclude-standard kann nicht mit versionierten Inhalten "7148"verwendet werden."71497150#: builtin/grep.c:9177151msgid "both --cached and trees are given."7152msgstr "Die Option --cached kann nicht mit \"Tree\"-Objekten verwendet werden."71537154#: builtin/hash-object.c:817155msgid ""7156"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "7157"[--] <file>..."7158msgstr ""7159"git hash-object [-t <Art>] [-w] [--path=<Datei> | --no-filters] [--stdin] "7160"[--] <Datei>..."71617162#: builtin/hash-object.c:827163msgid "git hash-object --stdin-paths"7164msgstr "git hash-object --stdin-paths"71657166#: builtin/hash-object.c:937167msgid "type"7168msgstr "Art"71697170#: builtin/hash-object.c:937171msgid "object type"7172msgstr "Art des Objektes"71737174#: builtin/hash-object.c:947175msgid "write the object into the object database"7176msgstr "das Objekt in die Objektdatenbank schreiben"71777178#: builtin/hash-object.c:967179msgid "read the object from stdin"7180msgstr "das Objekt von der Standard-Eingabe lesen"71817182#: builtin/hash-object.c:987183msgid "store file as is without filters"7184msgstr "Datei wie sie ist speichern, ohne Filter"71857186#: builtin/hash-object.c:997187msgid ""7188"just hash any random garbage to create corrupt objects for debugging Git"7189msgstr ""7190"Hash über zufällige Daten, zur Erzeugung von beschädigten Objekten zur\n"7191"Fehlersuche in Git, erzeugen"71927193#: builtin/hash-object.c:1007194msgid "process file as it were from this path"7195msgstr "Datei verarbeiten, als ob sie von diesem Pfad wäre"71967197#: builtin/help.c:417198msgid "print all available commands"7199msgstr "alle vorhandenen Befehle anzeigen"72007201#: builtin/help.c:427202msgid "print list of useful guides"7203msgstr "Liste von allgemein verwendeten Anleitungen anzeigen"72047205#: builtin/help.c:437206msgid "show man page"7207msgstr "Handbuch anzeigen"72087209#: builtin/help.c:447210msgid "show manual in web browser"7211msgstr "Handbuch in einem Webbrowser anzeigen"72127213#: builtin/help.c:467214msgid "show info page"7215msgstr "Info-Seite anzeigen"72167217#: builtin/help.c:527218msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"7219msgstr "git help [--all] [--guides] [--man | --web | --info] [<Befehl>]"72207221#: builtin/help.c:647222#, c-format7223msgid "unrecognized help format '%s'"7224msgstr "nicht erkanntes Hilfeformat: %s"72257226#: builtin/help.c:917227msgid "Failed to start emacsclient."7228msgstr "Konnte emacsclient nicht starten."72297230#: builtin/help.c:1047231msgid "Failed to parse emacsclient version."7232msgstr "Konnte Version des emacsclient nicht parsen."72337234#: builtin/help.c:1127235#, c-format7236msgid "emacsclient version '%d' too old (< 22)."7237msgstr "Version des emacsclient '%d' ist zu alt (< 22)."72387239#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:1687240#, c-format7241msgid "failed to exec '%s'"7242msgstr "Fehler beim Ausführen von '%s'"72437244#: builtin/help.c:2057245#, c-format7246msgid ""7247"'%s': path for unsupported man viewer.\n"7248"Please consider using 'man.<tool>.cmd' instead."7249msgstr ""7250"'%s': Pfad für nicht unterstützten Handbuchbetrachter.\n"7251"Sie könnten stattdessen 'man.<Werkzeug>.cmd' benutzen."72527253#: builtin/help.c:2177254#, c-format7255msgid ""7256"'%s': cmd for supported man viewer.\n"7257"Please consider using 'man.<tool>.path' instead."7258msgstr ""7259"'%s': Programm für unterstützten Handbuchbetrachter.\n"7260"Sie könnten stattdessen 'man.<Werkzeug>.path' benutzen."72617262#: builtin/help.c:3347263#, c-format7264msgid "'%s': unknown man viewer."7265msgstr "'%s': unbekannter Handbuch-Betrachter."72667267#: builtin/help.c:3517268msgid "no man viewer handled the request"7269msgstr "kein Handbuch-Betrachter konnte mit dieser Anfrage umgehen"72707271#: builtin/help.c:3597272msgid "no info viewer handled the request"7273msgstr "kein Informations-Betrachter konnte mit dieser Anfrage umgehen"72747275#: builtin/help.c:4087276msgid "Defining attributes per path"7277msgstr "Definition von Attributen pro Pfad"72787279#: builtin/help.c:4097280msgid "Everyday Git With 20 Commands Or So"7281msgstr "Tägliche Benutzung von Git mit ungefähr 20 Befehlen"72827283#: builtin/help.c:4107284msgid "A Git glossary"7285msgstr "Ein Git-Glossar"72867287#: builtin/help.c:4117288msgid "Specifies intentionally untracked files to ignore"7289msgstr "Spezifikation von bewusst ignorierten, unversionierten Dateien"72907291#: builtin/help.c:4127292msgid "Defining submodule properties"7293msgstr "Definition von Submodul-Eigenschaften"72947295#: builtin/help.c:4137296msgid "Specifying revisions and ranges for Git"7297msgstr "Spezifikation von Commits und Bereichen für Git"72987299#: builtin/help.c:4147300msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"7301msgstr "Eine einführende Anleitung zu Git (für Version 1.5.1 oder neuer)"73027303#: builtin/help.c:4157304msgid "An overview of recommended workflows with Git"7305msgstr "Eine Übersicht über empfohlene Arbeitsabläufe mit Git"73067307#: builtin/help.c:4277308msgid "The common Git guides are:\n"7309msgstr "Die allgemein verwendeten Git-Anleitungen sind:\n"73107311#: builtin/help.c:448 builtin/help.c:4657312#, c-format7313msgid "usage: %s%s"7314msgstr "Verwendung: %s%s"73157316#: builtin/help.c:4817317#, c-format7318msgid "`git %s' is aliased to `%s'"7319msgstr "für `git %s' wurde der Alias `%s' angelegt"73207321#: builtin/index-pack.c:1527322#, c-format7323msgid "unable to open %s"7324msgstr "kann %s nicht öffnen"73257326#: builtin/index-pack.c:2027327#, c-format7328msgid "object type mismatch at %s"7329msgstr "Objekt-Typen passen bei %s nicht zusammen"73307331#: builtin/index-pack.c:2227332#, c-format7333msgid "did not receive expected object %s"7334msgstr "konnte erwartetes Objekt %s nicht empfangen"73357336#: builtin/index-pack.c:2257337#, c-format7338msgid "object %s: expected type %s, found %s"7339msgstr "Objekt %s: erwarteter Typ %s, %s gefunden"73407341#: builtin/index-pack.c:2677342#, c-format7343msgid "cannot fill %d byte"7344msgid_plural "cannot fill %d bytes"7345msgstr[0] "kann %d Byte nicht lesen"7346msgstr[1] "kann %d Bytes nicht lesen"73477348#: builtin/index-pack.c:2777349msgid "early EOF"7350msgstr "zu frühes Dateiende"73517352#: builtin/index-pack.c:2787353msgid "read error on input"7354msgstr "Fehler beim Lesen der Eingabe"73557356#: builtin/index-pack.c:2907357msgid "used more bytes than were available"7358msgstr "verwendete mehr Bytes als verfügbar waren"73597360#: builtin/index-pack.c:2977361msgid "pack too large for current definition of off_t"7362msgstr "Paket ist zu groß für die aktuelle Definition von off_t"73637364#: builtin/index-pack.c:3137365#, c-format7366msgid "unable to create '%s'"7367msgstr "konnte '%s' nicht erstellen"73687369#: builtin/index-pack.c:3187370#, c-format7371msgid "cannot open packfile '%s'"7372msgstr "Kann Paketdatei '%s' nicht öffnen"73737374#: builtin/index-pack.c:3327375msgid "pack signature mismatch"7376msgstr "Paketsignatur stimmt nicht überein"73777378#: builtin/index-pack.c:3347379#, c-format7380msgid "pack version %<PRIu32> unsupported"7381msgstr "Paketversion %<PRIu32> nicht unterstützt"73827383#: builtin/index-pack.c:3527384#, c-format7385msgid "pack has bad object at offset %lu: %s"7386msgstr "Paket hat ein ungültiges Objekt bei Versatz %lu: %s"73877388#: builtin/index-pack.c:4737389#, c-format7390msgid "inflate returned %d"7391msgstr "Dekomprimierung gab %d zurück"73927393#: builtin/index-pack.c:5227394msgid "offset value overflow for delta base object"7395msgstr "Wert für Versatz bei Differenzobjekt übergelaufen"73967397#: builtin/index-pack.c:5307398msgid "delta base offset is out of bound"7399msgstr ""7400"Wert für Versatz bei Differenzobjekt liegt außerhalb des gültigen Bereichs"74017402#: builtin/index-pack.c:5387403#, c-format7404msgid "unknown object type %d"7405msgstr "Unbekannter Objekt-Typ %d"74067407#: builtin/index-pack.c:5697408msgid "cannot pread pack file"7409msgstr "Kann Paketdatei %s nicht lesen"74107411#: builtin/index-pack.c:5717412#, c-format7413msgid "premature end of pack file, %lu byte missing"7414msgid_plural "premature end of pack file, %lu bytes missing"7415msgstr[0] "frühzeitiges Ende der Paketdatei, vermisse %lu Byte"7416msgstr[1] "frühzeitiges Ende der Paketdatei, vermisse %lu Bytes"74177418#: builtin/index-pack.c:5977419msgid "serious inflate inconsistency"7420msgstr "ernsthafte Inkonsistenz nach Dekomprimierung"74217422#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:7727423#: builtin/index-pack.c:806 builtin/index-pack.c:8157424#, c-format7425msgid "SHA1 COLLISION FOUND WITH %s !"7426msgstr "SHA1 KOLLISION MIT %s GEFUNDEN !"74277428#: builtin/index-pack.c:746 builtin/pack-objects.c:1627429#: builtin/pack-objects.c:2547430#, c-format7431msgid "unable to read %s"7432msgstr "kann %s nicht lesen"74337434#: builtin/index-pack.c:8127435#, c-format7436msgid "cannot read existing object %s"7437msgstr "Kann existierendes Objekt %s nicht lesen."74387439#: builtin/index-pack.c:8267440#, c-format7441msgid "invalid blob object %s"7442msgstr "ungültiges Blob-Objekt %s"74437444#: builtin/index-pack.c:8407445#, c-format7446msgid "invalid %s"7447msgstr "Ungültiger Objekt-Typ %s"74487449#: builtin/index-pack.c:8437450msgid "Error in object"7451msgstr "Fehler in Objekt"74527453#: builtin/index-pack.c:8457454#, c-format7455msgid "Not all child objects of %s are reachable"7456msgstr "Nicht alle Kind-Objekte von %s sind erreichbar"74577458#: builtin/index-pack.c:917 builtin/index-pack.c:9487459msgid "failed to apply delta"7460msgstr "Konnte Dateiunterschied nicht anwenden"74617462#: builtin/index-pack.c:11187463msgid "Receiving objects"7464msgstr "Empfange Objekte"74657466#: builtin/index-pack.c:11187467msgid "Indexing objects"7468msgstr "Indiziere Objekte"74697470#: builtin/index-pack.c:11507471msgid "pack is corrupted (SHA1 mismatch)"7472msgstr "Paket ist beschädigt (SHA1 unterschiedlich)"74737474#: builtin/index-pack.c:11557475msgid "cannot fstat packfile"7476msgstr "kann Paketdatei nicht lesen"74777478#: builtin/index-pack.c:11587479msgid "pack has junk at the end"7480msgstr "Paketende enthält nicht verwendbaren Inhalt"74817482#: builtin/index-pack.c:11697483msgid "confusion beyond insanity in parse_pack_objects()"7484msgstr "Fehler beim Ausführen von \"parse_pack_objects()\""74857486#: builtin/index-pack.c:11947487msgid "Resolving deltas"7488msgstr "Löse Unterschiede auf"74897490#: builtin/index-pack.c:12057491#, c-format7492msgid "unable to create thread: %s"7493msgstr "kann Thread nicht erzeugen: %s"74947495#: builtin/index-pack.c:12477496msgid "confusion beyond insanity"7497msgstr "Fehler beim Auflösen der Unterschiede"74987499#: builtin/index-pack.c:12537500#, c-format7501msgid "completed with %d local object"7502msgid_plural "completed with %d local objects"7503msgstr[0] "abgeschlossen mit %d lokalem Objekt"7504msgstr[1] "abgeschlossen mit %d lokalen Objekten"75057506#: builtin/index-pack.c:12657507#, c-format7508msgid "Unexpected tail checksum for %s (disk corruption?)"7509msgstr "Unerwartete Prüfsumme für %s (Festplattenfehler?)"75107511#: builtin/index-pack.c:12697512#, c-format7513msgid "pack has %d unresolved delta"7514msgid_plural "pack has %d unresolved deltas"7515msgstr[0] "Paket hat %d unaufgelöste Unterschied"7516msgstr[1] "Paket hat %d unaufgelöste Unterschiede"75177518#: builtin/index-pack.c:12937519#, c-format7520msgid "unable to deflate appended object (%d)"7521msgstr "Konnte angehängtes Objekt (%d) nicht komprimieren"75227523#: builtin/index-pack.c:13697524#, c-format7525msgid "local object %s is corrupt"7526msgstr "lokales Objekt %s ist beschädigt"75277528#: builtin/index-pack.c:13937529msgid "error while closing pack file"7530msgstr "Fehler beim Schließen der Paketdatei"75317532#: builtin/index-pack.c:14067533#, c-format7534msgid "cannot write keep file '%s'"7535msgstr "Kann Paketbeschreibungsdatei '%s' nicht schreiben"75367537#: builtin/index-pack.c:14147538#, c-format7539msgid "cannot close written keep file '%s'"7540msgstr "Kann eben erstellte Paketbeschreibungsdatei '%s' nicht schließen"75417542#: builtin/index-pack.c:14277543msgid "cannot store pack file"7544msgstr "Kann Paketdatei nicht speichern"75457546#: builtin/index-pack.c:14387547msgid "cannot store index file"7548msgstr "Kann Indexdatei nicht speichern"75497550#: builtin/index-pack.c:14717551#, c-format7552msgid "bad pack.indexversion=%<PRIu32>"7553msgstr "\"pack.indexversion=%<PRIu32>\" ist ungültig"75547555#: builtin/index-pack.c:1481 builtin/index-pack.c:16787556#, c-format7557msgid "no threads support, ignoring %s"7558msgstr "keine Unterstützung von Threads, '%s' wird ignoriert"75597560#: builtin/index-pack.c:15407561#, c-format7562msgid "Cannot open existing pack file '%s'"7563msgstr "Kann existierende Paketdatei '%s' nicht öffnen"75647565#: builtin/index-pack.c:15427566#, c-format7567msgid "Cannot open existing pack idx file for '%s'"7568msgstr "Kann existierende Indexdatei für Paket '%s' nicht öffnen"75697570#: builtin/index-pack.c:15897571#, c-format7572msgid "non delta: %d object"7573msgid_plural "non delta: %d objects"7574msgstr[0] "kein Unterschied: %d Objekt"7575msgstr[1] "kein Unterschied: %d Objekte"75767577#: builtin/index-pack.c:15967578#, c-format7579msgid "chain length = %d: %lu object"7580msgid_plural "chain length = %d: %lu objects"7581msgstr[0] "Länge der Objekt-Liste = %d: %lu Objekt"7582msgstr[1] "Länge der Objekt-Liste = %d: %lu Objekte"75837584#: builtin/index-pack.c:16097585#, c-format7586msgid "packfile name '%s' does not end with '.pack'"7587msgstr "Name der Paketdatei '%s' endet nicht mit '.pack'"75887589#: builtin/index-pack.c:16387590msgid "Cannot come back to cwd"7591msgstr "Kann nicht zurück zu Arbeitsverzeichnis wechseln"75927593#: builtin/index-pack.c:1690 builtin/index-pack.c:16937594#: builtin/index-pack.c:1705 builtin/index-pack.c:17097595#, c-format7596msgid "bad %s"7597msgstr "%s ist ungültig"75987599#: builtin/index-pack.c:17237600msgid "--fix-thin cannot be used without --stdin"7601msgstr "Die Option --fix-thin kann nicht ohne --stdin verwendet werden."76027603#: builtin/index-pack.c:17317604msgid "--verify with no packfile name given"7605msgstr "Die Option --verify wurde ohne Namen der Paketdatei angegeben."76067607#: builtin/init-db.c:557608#, c-format7609msgid "cannot stat '%s'"7610msgstr "Kann '%s' nicht lesen"76117612#: builtin/init-db.c:617613#, c-format7614msgid "cannot stat template '%s'"7615msgstr "kann Vorlage '%s' nicht lesen"76167617#: builtin/init-db.c:667618#, c-format7619msgid "cannot opendir '%s'"7620msgstr "kann Verzeichnis '%s' nicht öffnen"76217622#: builtin/init-db.c:777623#, c-format7624msgid "cannot readlink '%s'"7625msgstr "kann Verweis '%s' nicht lesen"76267627#: builtin/init-db.c:797628#, c-format7629msgid "cannot symlink '%s' '%s'"7630msgstr "kann symbolische Verknüpfung '%s' auf '%s' nicht erstellen"76317632#: builtin/init-db.c:857633#, c-format7634msgid "cannot copy '%s' to '%s'"7635msgstr "kann '%s' nicht nach '%s' kopieren"76367637#: builtin/init-db.c:897638#, c-format7639msgid "ignoring template %s"7640msgstr "ignoriere Vorlage %s"76417642#: builtin/init-db.c:1207643#, c-format7644msgid "templates not found %s"7645msgstr "keine Vorlagen in '%s' gefunden"76467647#: builtin/init-db.c:1357648#, c-format7649msgid "not copying templates from '%s': %s"7650msgstr "kopiere keine Vorlagen von '%s': %s"76517652#: builtin/init-db.c:312 builtin/init-db.c:3157653#, c-format7654msgid "%s already exists"7655msgstr "%s existiert bereits"76567657#: builtin/init-db.c:3447658#, c-format7659msgid "unable to handle file type %d"7660msgstr "kann nicht mit Dateityp %d umgehen"76617662#: builtin/init-db.c:3477663#, c-format7664msgid "unable to move %s to %s"7665msgstr "Konnte %s nicht nach %s verschieben"76667667#. TRANSLATORS: The first '%s' is either "Reinitialized7668#. existing" or "Initialized empty", the second " shared" or7669#. "", and the last '%s%s' is the verbatim directory name.7670#: builtin/init-db.c:4037671#, c-format7672msgid "%s%s Git repository in %s%s\n"7673msgstr "%s%s Git-Repository in %s%s\n"76747675#: builtin/init-db.c:4047676msgid "Reinitialized existing"7677msgstr "Reinitialisierte existierendes"76787679#: builtin/init-db.c:4047680msgid "Initialized empty"7681msgstr "Initialisierte leeres"76827683#: builtin/init-db.c:4057684msgid " shared"7685msgstr " gemeinsames"76867687#: builtin/init-db.c:4527688msgid ""7689"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"7690"shared[=<permissions>]] [<directory>]"7691msgstr ""7692"git init [-q | --quiet] [--bare] [--template=<Vorlagenverzeichnis>] [--"7693"shared[=<Berechtigungen>]] [<Verzeichnis>]"76947695#: builtin/init-db.c:4757696msgid "permissions"7697msgstr "Berechtigungen"76987699#: builtin/init-db.c:4767700msgid "specify that the git repository is to be shared amongst several users"7701msgstr "angeben, dass das Git-Repository mit mehreren Benutzern geteilt wird"77027703#: builtin/init-db.c:510 builtin/init-db.c:5157704#, c-format7705msgid "cannot mkdir %s"7706msgstr "kann Verzeichnis %s nicht erstellen"77077708#: builtin/init-db.c:5197709#, c-format7710msgid "cannot chdir to %s"7711msgstr "kann nicht in Verzeichnis %s wechseln"77127713#: builtin/init-db.c:5407714#, c-format7715msgid ""7716"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"7717"dir=<directory>)"7718msgstr ""7719"%s (oder --work-tree=<Verzeichnis>) nicht erlaubt ohne Spezifizierung von %s "7720"(oder --git-dir=<Verzeichnis>)"77217722#: builtin/init-db.c:5687723#, c-format7724msgid "Cannot access work tree '%s'"7725msgstr "Kann nicht auf Arbeitsverzeichnis '%s' zugreifen."77267727#: builtin/interpret-trailers.c:157728msgid ""7729"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7730"<token>[(=|:)<value>])...] [<file>...]"7731msgstr ""7732"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7733"<Token>[(=|:)<Wert>])...] [<Datei>...]"77347735#: builtin/interpret-trailers.c:267736msgid "edit files in place"7737msgstr "vorhandene Dateien direkt bearbeiten"77387739#: builtin/interpret-trailers.c:277740msgid "trim empty trailers"7741msgstr "kürzt leere Anhänge"77427743#: builtin/interpret-trailers.c:287744msgid "trailer"7745msgstr "Anhang"77467747#: builtin/interpret-trailers.c:297748msgid "trailer(s) to add"7749msgstr "Anhang/Anhänge hinzufügen"77507751#: builtin/interpret-trailers.c:427752msgid "no input file given for in-place editing"7753msgstr "keine Datei zur direkten Bearbeitung angegeben"77547755#: builtin/log.c:437756msgid "git log [<options>] [<revision-range>] [[--] <path>...]"7757msgstr "git log [<Optionen>] [<Commitbereich>] [[--] <Pfad>...]"77587759#: builtin/log.c:447760msgid "git show [<options>] <object>..."7761msgstr "git show [<Optionen>] <Objekt>..."77627763#: builtin/log.c:837764#, c-format7765msgid "invalid --decorate option: %s"7766msgstr "Ungültige Option für --decorate: %s"77677768#: builtin/log.c:1377769msgid "suppress diff output"7770msgstr "Ausgabe der Unterschiede unterdrücken"77717772#: builtin/log.c:1387773msgid "show source"7774msgstr "Quelle anzeigen"77757776#: builtin/log.c:1397777msgid "Use mail map file"7778msgstr "\"mailmap\"-Datei verwenden"77797780#: builtin/log.c:1407781msgid "decorate options"7782msgstr "decorate-Optionen"77837784#: builtin/log.c:1437785msgid "Process line range n,m in file, counting from 1"7786msgstr "Verarbeitet nur Zeilen im Bereich n,m in der Datei, gezählt von 1"77877788#: builtin/log.c:2397789#, c-format7790msgid "Final output: %d %s\n"7791msgstr "letzte Ausgabe: %d %s\n"77927793#: builtin/log.c:4717794#, c-format7795msgid "git show %s: bad file"7796msgstr "git show %s: ungültige Datei"77977798#: builtin/log.c:485 builtin/log.c:5787799#, c-format7800msgid "Could not read object %s"7801msgstr "Kann Objekt %s nicht lesen."78027803#: builtin/log.c:6027804#, c-format7805msgid "Unknown type: %d"7806msgstr "Unbekannter Typ: %d"78077808#: builtin/log.c:7227809msgid "format.headers without value"7810msgstr "format.headers ohne Wert"78117812#: builtin/log.c:8127813msgid "name of output directory is too long"7814msgstr "Name des Ausgabeverzeichnisses ist zu lang."78157816#: builtin/log.c:8277817#, c-format7818msgid "Cannot open patch file %s"7819msgstr "Kann Patch-Datei %s nicht öffnen"78207821#: builtin/log.c:8417822msgid "Need exactly one range."7823msgstr "Brauche genau einen Commit-Bereich."78247825#: builtin/log.c:8517826msgid "Not a range."7827msgstr "Kein Commit-Bereich."78287829#: builtin/log.c:9577830msgid "Cover letter needs email format"7831msgstr "Anschreiben benötigt E-Mail-Format"78327833#: builtin/log.c:10367834#, c-format7835msgid "insane in-reply-to: %s"7836msgstr "ungültiges in-reply-to: %s"78377838#: builtin/log.c:10647839msgid "git format-patch [<options>] [<since> | <revision-range>]"7840msgstr "git format-patch [<Optionen>] [<seit> | <Commitbereich>]"78417842#: builtin/log.c:11097843msgid "Two output directories?"7844msgstr "Zwei Ausgabeverzeichnisse?"78457846#: builtin/log.c:1216 builtin/log.c:1857 builtin/log.c:1859 builtin/log.c:18717847#, c-format7848msgid "Unknown commit %s"7849msgstr "Unbekannter Commit %s"78507851#: builtin/log.c:1226 builtin/notes.c:253 builtin/notes.c:3047852#: builtin/notes.c:306 builtin/notes.c:369 builtin/notes.c:4247853#: builtin/notes.c:510 builtin/notes.c:515 builtin/notes.c:5937854#: builtin/notes.c:656 builtin/notes.c:881 builtin/tag.c:4557855#, c-format7856msgid "Failed to resolve '%s' as a valid ref."7857msgstr "Konnte '%s' nicht als gültige Referenz auflösen."78587859#: builtin/log.c:12317860msgid "Could not find exact merge base."7861msgstr "Konnte keine exakte Merge-Basis finden."78627863#: builtin/log.c:12357864msgid ""7865"Failed to get upstream, if you want to record base commit automatically,\n"7866"please use git branch --set-upstream-to to track a remote branch.\n"7867"Or you could specify base commit by --base=<base-commit-id> manually."7868msgstr ""7869"Fehler beim Bestimmen des Upstream-Branches. Wenn Sie den Basis-Commit\n"7870"automatisch speichern lassen möchten, benutzen Sie bitte\n"7871"'git branch --set-upstream-to', um einem Remote-Branch zu folgen.\n"7872"Oder geben Sie den Basis-Commit mit '--base=<Basis-Commit-Id>' manuell an."78737874#: builtin/log.c:12557875msgid "Failed to find exact merge base"7876msgstr "Fehler beim Finden einer exakten Merge-Basis."78777878#: builtin/log.c:12667879msgid "base commit should be the ancestor of revision list"7880msgstr "Basis-Commit sollte der Vorgänger der Revisionsliste sein."78817882#: builtin/log.c:12707883msgid "base commit shouldn't be in revision list"7884msgstr "Basis-Commit sollte nicht in der Revisionsliste enthalten sein."78857886#: builtin/log.c:13197887msgid "cannot get patch id"7888msgstr "kann Patch-Id nicht lesen"78897890#: builtin/log.c:13777891msgid "use [PATCH n/m] even with a single patch"7892msgstr "[PATCH n/m] auch mit einzelnem Patch verwenden"78937894#: builtin/log.c:13807895msgid "use [PATCH] even with multiple patches"7896msgstr "[PATCH] auch mit mehreren Patches verwenden"78977898#: builtin/log.c:13847899msgid "print patches to standard out"7900msgstr "Ausgabe der Patches in Standard-Ausgabe"79017902#: builtin/log.c:13867903msgid "generate a cover letter"7904msgstr "ein Deckblatt erzeugen"79057906#: builtin/log.c:13887907msgid "use simple number sequence for output file names"7908msgstr "einfache Nummernfolge für die Namen der Ausgabedateien verwenden"79097910#: builtin/log.c:13897911msgid "sfx"7912msgstr "Dateiendung"79137914#: builtin/log.c:13907915msgid "use <sfx> instead of '.patch'"7916msgstr "<Dateiendung> anstatt '.patch' verwenden"79177918#: builtin/log.c:13927919msgid "start numbering patches at <n> instead of 1"7920msgstr "die Nummerierung der Patches bei <n> anstatt bei 1 beginnen"79217922#: builtin/log.c:13947923msgid "mark the series as Nth re-roll"7924msgstr "die Serie als n-te Fassung kennzeichnen"79257926#: builtin/log.c:13967927msgid "Use [<prefix>] instead of [PATCH]"7928msgstr "[<Präfix>] anstatt [PATCH] verwenden"79297930#: builtin/log.c:13997931msgid "store resulting files in <dir>"7932msgstr "erzeugte Dateien in <Verzeichnis> speichern"79337934#: builtin/log.c:14027935msgid "don't strip/add [PATCH]"7936msgstr "[PATCH] nicht entfernen/hinzufügen"79377938#: builtin/log.c:14057939msgid "don't output binary diffs"7940msgstr "keine binären Unterschiede ausgeben"79417942#: builtin/log.c:14077943msgid "output all-zero hash in From header"7944msgstr "Hash mit Nullen in \"From\"-Header ausgeben"79457946#: builtin/log.c:14097947msgid "don't include a patch matching a commit upstream"7948msgstr ""7949"keine Patches einschließen, die einem Commit im Upstream-Branch entsprechen"79507951#: builtin/log.c:14117952msgid "show patch format instead of default (patch + stat)"7953msgstr "Patchformat anstatt des Standards anzeigen (Patch + Zusammenfassung)"79547955#: builtin/log.c:14137956msgid "Messaging"7957msgstr "E-Mail-Einstellungen"79587959#: builtin/log.c:14147960msgid "header"7961msgstr "Header"79627963#: builtin/log.c:14157964msgid "add email header"7965msgstr "E-Mail-Header hinzufügen"79667967#: builtin/log.c:1416 builtin/log.c:14187968msgid "email"7969msgstr "E-Mail"79707971#: builtin/log.c:14167972msgid "add To: header"7973msgstr "\"To:\"-Header hinzufügen"79747975#: builtin/log.c:14187976msgid "add Cc: header"7977msgstr "\"Cc:\"-Header hinzufügen"79787979#: builtin/log.c:14207980msgid "ident"7981msgstr "Ident"79827983#: builtin/log.c:14217984msgid "set From address to <ident> (or committer ident if absent)"7985msgstr ""7986"\"From\"-Adresse auf <Ident> setzen (oder Ident des Commit-Erstellers, wenn "7987"fehlend)"79887989#: builtin/log.c:14237990msgid "message-id"7991msgstr "message-id"79927993#: builtin/log.c:14247994msgid "make first mail a reply to <message-id>"7995msgstr "aus erster E-Mail eine Antwort zu <message-id> machen"79967997#: builtin/log.c:1425 builtin/log.c:14287998msgid "boundary"7999msgstr "Grenze"80008001#: builtin/log.c:14268002msgid "attach the patch"8003msgstr "den Patch anhängen"80048005#: builtin/log.c:14298006msgid "inline the patch"8007msgstr "den Patch direkt in die Nachricht einfügen"80088009#: builtin/log.c:14338010msgid "enable message threading, styles: shallow, deep"8011msgstr "Nachrichtenverkettung aktivieren, Stile: shallow, deep"80128013#: builtin/log.c:14358014msgid "signature"8015msgstr "Signatur"80168017#: builtin/log.c:14368018msgid "add a signature"8019msgstr "eine Signatur hinzufügen"80208021#: builtin/log.c:14378022msgid "base-commit"8023msgstr "Basis-Commit"80248025#: builtin/log.c:14388026msgid "add prerequisite tree info to the patch series"8027msgstr "erforderliche Revisions-Informationen der Patch-Serie hinzufügen"80288029#: builtin/log.c:14408030msgid "add a signature from a file"8031msgstr "eine Signatur aus einer Datei hinzufügen"80328033#: builtin/log.c:14418034msgid "don't print the patch filenames"8035msgstr "keine Dateinamen der Patches anzeigen"80368037#: builtin/log.c:15318038msgid "-n and -k are mutually exclusive."8039msgstr "Die Optionen -n und -k schließen sich gegenseitig aus."80408041#: builtin/log.c:15338042msgid "--subject-prefix and -k are mutually exclusive."8043msgstr "Die Optionen --subject-prefix und -k schließen sich gegenseitig aus."80448045#: builtin/log.c:15418046msgid "--name-only does not make sense"8047msgstr "Die Option --name-only kann nicht verwendet werden."80488049#: builtin/log.c:15438050msgid "--name-status does not make sense"8051msgstr "Die Option --name-status kann nicht verwendet werden."80528053#: builtin/log.c:15458054msgid "--check does not make sense"8055msgstr "Die Option --check kann nicht verwendet werden."80568057#: builtin/log.c:15738058msgid "standard output, or directory, which one?"8059msgstr "Standard-Ausgabe oder Verzeichnis, welches von beidem?"80608061#: builtin/log.c:15758062#, c-format8063msgid "Could not create directory '%s'"8064msgstr "Konnte Verzeichnis '%s' nicht erstellen."80658066#: builtin/log.c:16728067#, c-format8068msgid "unable to read signature file '%s'"8069msgstr "Konnte Signatur-Datei '%s' nicht lesen"80708071#: builtin/log.c:17438072msgid "Failed to create output files"8073msgstr "Fehler beim Erstellen der Ausgabedateien."80748075#: builtin/log.c:17928076msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"8077msgstr "git cherry [-v] [<Upstream> [<Branch> [<Limit>]]]"80788079#: builtin/log.c:18468080#, c-format8081msgid ""8082"Could not find a tracked remote branch, please specify <upstream> manually.\n"8083msgstr ""8084"Konnte gefolgten Remote-Branch nicht finden, bitte geben Sie <Upstream> "8085"manuell an.\n"80868087#: builtin/ls-files.c:3788088msgid "git ls-files [<options>] [<file>...]"8089msgstr "git ls-files [<Optionen>] [<Datei>...]"80908091#: builtin/ls-files.c:4278092msgid "identify the file status with tags"8093msgstr "den Dateistatus mit Tags anzeigen"80948095#: builtin/ls-files.c:4298096msgid "use lowercase letters for 'assume unchanged' files"8097msgstr ""8098"Kleinbuchstaben für Dateien mit 'assume unchanged' Markierung verwenden"80998100#: builtin/ls-files.c:4318101msgid "show cached files in the output (default)"8102msgstr "zwischengespeicherte Dateien in der Ausgabe anzeigen (Standard)"81038104#: builtin/ls-files.c:4338105msgid "show deleted files in the output"8106msgstr "entfernte Dateien in der Ausgabe anzeigen"81078108#: builtin/ls-files.c:4358109msgid "show modified files in the output"8110msgstr "geänderte Dateien in der Ausgabe anzeigen"81118112#: builtin/ls-files.c:4378113msgid "show other files in the output"8114msgstr "sonstige Dateien in der Ausgabe anzeigen"81158116#: builtin/ls-files.c:4398117msgid "show ignored files in the output"8118msgstr "ignorierte Dateien in der Ausgabe anzeigen"81198120#: builtin/ls-files.c:4428121msgid "show staged contents' object name in the output"8122msgstr ""8123"Objektnamen von Inhalten, die zum Commit vorgemerkt sind, in der Ausgabe "8124"anzeigen"81258126#: builtin/ls-files.c:4448127msgid "show files on the filesystem that need to be removed"8128msgstr "Dateien im Dateisystem, die gelöscht werden müssen, anzeigen"81298130#: builtin/ls-files.c:4468131msgid "show 'other' directories' names only"8132msgstr "nur Namen von 'sonstigen' Verzeichnissen anzeigen"81338134#: builtin/ls-files.c:4488135msgid "show line endings of files"8136msgstr "Zeilenenden von Dateien anzeigen"81378138#: builtin/ls-files.c:4508139msgid "don't show empty directories"8140msgstr "keine leeren Verzeichnisse anzeigen"81418142#: builtin/ls-files.c:4538143msgid "show unmerged files in the output"8144msgstr "nicht zusammengeführte Dateien in der Ausgabe anzeigen"81458146#: builtin/ls-files.c:4558147msgid "show resolve-undo information"8148msgstr "'resolve-undo' Informationen anzeigen"81498150#: builtin/ls-files.c:4578151msgid "skip files matching pattern"8152msgstr "Dateien auslassen, die einem Muster entsprechen"81538154#: builtin/ls-files.c:4608155msgid "exclude patterns are read from <file>"8156msgstr "Muster, gelesen von <Datei>, ausschließen"81578158#: builtin/ls-files.c:4638159msgid "read additional per-directory exclude patterns in <file>"8160msgstr "zusätzliche pro-Verzeichnis Auschlussmuster aus <Datei> auslesen"81618162#: builtin/ls-files.c:4658163msgid "add the standard git exclusions"8164msgstr "die standardmäßigen Git-Ausschlüsse hinzufügen"81658166#: builtin/ls-files.c:4688167msgid "make the output relative to the project top directory"8168msgstr "Ausgabe relativ zum Projektverzeichnis"81698170#: builtin/ls-files.c:4718171msgid "if any <file> is not in the index, treat this as an error"8172msgstr "als Fehler behandeln, wenn sich eine <Datei> nicht im Index befindet"81738174#: builtin/ls-files.c:4728175msgid "tree-ish"8176msgstr "Commit-Referenz"81778178#: builtin/ls-files.c:4738179msgid "pretend that paths removed since <tree-ish> are still present"8180msgstr ""8181"vorgeben, dass Pfade, die seit <Commit-Referenz> gelöscht wurden, immer noch "8182"vorhanden sind"81838184#: builtin/ls-files.c:4758185msgid "show debugging data"8186msgstr "Ausgaben zur Fehlersuche anzeigen"81878188#: builtin/ls-remote.c:78189msgid ""8190"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"8191" [-q | --quiet] [--exit-code] [--get-url]\n"8192" [--symref] [<repository> [<refs>...]]"8193msgstr ""8194"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<Programm>]\n"8195" [-q | --quiet] [--exit-code] [--get-url]\n"8196" [--symref] [<Repository> [<Referenzen>...]]"81978198#: builtin/ls-remote.c:508199msgid "do not print remote URL"8200msgstr "URL des Remote-Repositories nicht ausgeben"82018202#: builtin/ls-remote.c:51 builtin/ls-remote.c:538203msgid "exec"8204msgstr "Programm"82058206#: builtin/ls-remote.c:52 builtin/ls-remote.c:548207msgid "path of git-upload-pack on the remote host"8208msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"82098210#: builtin/ls-remote.c:568211msgid "limit to tags"8212msgstr "auf Tags einschränken"82138214#: builtin/ls-remote.c:578215msgid "limit to heads"8216msgstr "auf Branches einschränken"82178218#: builtin/ls-remote.c:588219msgid "do not show peeled tags"8220msgstr "keine Tags anzeigen, die andere Tags enthalten"82218222#: builtin/ls-remote.c:608223msgid "take url.<base>.insteadOf into account"8224msgstr "url.<Basis>.insteadOf berücksichtigen"82258226#: builtin/ls-remote.c:628227msgid "exit with exit code 2 if no matching refs are found"8228msgstr ""8229"mit Rückkehrwert 2 beenden, wenn keine übereinstimmenden Referenzen\n"8230"gefunden wurden"82318232#: builtin/ls-remote.c:648233msgid "show underlying ref in addition to the object pointed by it"8234msgstr "zusätzlich die auf durch dieses Objekt verwiesene Referenzen anzeigen"82358236#: builtin/ls-tree.c:288237msgid "git ls-tree [<options>] <tree-ish> [<path>...]"8238msgstr "git ls-tree [<Optionen>] <Commit-Referenz> [<Pfad>...]"82398240#: builtin/ls-tree.c:1288241msgid "only show trees"8242msgstr "nur Verzeichnisse anzeigen"82438244#: builtin/ls-tree.c:1308245msgid "recurse into subtrees"8246msgstr "Rekursion in Unterverzeichnissen durchführen"82478248#: builtin/ls-tree.c:1328249msgid "show trees when recursing"8250msgstr "Verzeichnisse bei Rekursion anzeigen"82518252#: builtin/ls-tree.c:1358253msgid "terminate entries with NUL byte"8254msgstr "Einträge mit NUL-Byte abschließen"82558256#: builtin/ls-tree.c:1368257msgid "include object size"8258msgstr "Objektgröße einschließen"82598260#: builtin/ls-tree.c:138 builtin/ls-tree.c:1408261msgid "list only filenames"8262msgstr "nur Dateinamen auflisten"82638264#: builtin/ls-tree.c:1438265msgid "use full path names"8266msgstr "vollständige Pfadnamen verwenden"82678268#: builtin/ls-tree.c:1458269msgid "list entire tree; not just current directory (implies --full-name)"8270msgstr ""8271"das gesamte Verzeichnis auflisten; nicht nur das aktuelle Verzeichnis "8272"(impliziert --full-name)"82738274#: builtin/merge.c:458275msgid "git merge [<options>] [<commit>...]"8276msgstr "git merge [<Optionen>] [<Commit>...]"82778278#: builtin/merge.c:468279msgid "git merge [<options>] <msg> HEAD <commit>"8280msgstr "git merge [<Optionen>] <Beschreibung> HEAD <Commit>"82818282#: builtin/merge.c:478283msgid "git merge --abort"8284msgstr "git merge --abort"82858286#: builtin/merge.c:1018287msgid "switch `m' requires a value"8288msgstr "Schalter 'm' erfordert einen Wert."82898290#: builtin/merge.c:1388291#, c-format8292msgid "Could not find merge strategy '%s'.\n"8293msgstr "Konnte Merge-Strategie '%s' nicht finden.\n"82948295#: builtin/merge.c:1398296#, c-format8297msgid "Available strategies are:"8298msgstr "Verfügbare Strategien sind:"82998300#: builtin/merge.c:1448301#, c-format8302msgid "Available custom strategies are:"8303msgstr "Verfügbare benutzerdefinierte Strategien sind:"83048305#: builtin/merge.c:194 builtin/pull.c:1268306msgid "do not show a diffstat at the end of the merge"8307msgstr "keine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"83088309#: builtin/merge.c:197 builtin/pull.c:1298310msgid "show a diffstat at the end of the merge"8311msgstr "eine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"83128313#: builtin/merge.c:198 builtin/pull.c:1328314msgid "(synonym to --stat)"8315msgstr "(Synonym für --stat)"83168317#: builtin/merge.c:200 builtin/pull.c:1358318msgid "add (at most <n>) entries from shortlog to merge commit message"8319msgstr ""8320"(höchstens <n>) Einträge von \"shortlog\" zur Beschreibung des Merge-Commits "8321"hinzufügen"83228323#: builtin/merge.c:203 builtin/pull.c:1388324msgid "create a single commit instead of doing a merge"8325msgstr "einen einzelnen Commit anstatt eines Merges erzeugen"83268327#: builtin/merge.c:205 builtin/pull.c:1418328msgid "perform a commit if the merge succeeds (default)"8329msgstr "einen Commit durchführen, wenn der Merge erfolgreich war (Standard)"83308331#: builtin/merge.c:207 builtin/pull.c:1448332msgid "edit message before committing"8333msgstr "Bearbeitung der Beschreibung vor dem Commit"83348335#: builtin/merge.c:2088336msgid "allow fast-forward (default)"8337msgstr "Vorspulen erlauben (Standard)"83388339#: builtin/merge.c:210 builtin/pull.c:1508340msgid "abort if fast-forward is not possible"8341msgstr "abbrechen, wenn kein Vorspulen möglich ist"83428343#: builtin/merge.c:2148344msgid "Verify that the named commit has a valid GPG signature"8345msgstr "den genannten Commit auf eine gültige GPG-Signatur überprüfen"83468347#: builtin/merge.c:215 builtin/notes.c:771 builtin/pull.c:1578348#: builtin/revert.c:898349msgid "strategy"8350msgstr "Strategie"83518352#: builtin/merge.c:216 builtin/pull.c:1588353msgid "merge strategy to use"8354msgstr "zu verwendende Merge-Strategie"83558356#: builtin/merge.c:217 builtin/pull.c:1618357msgid "option=value"8358msgstr "Option=Wert"83598360#: builtin/merge.c:218 builtin/pull.c:1628361msgid "option for selected merge strategy"8362msgstr "Option für ausgewählte Merge-Strategie"83638364#: builtin/merge.c:2208365msgid "merge commit message (for a non-fast-forward merge)"8366msgstr ""8367"Commit-Beschreibung zusammenführen (für einen Merge, der kein Vorspulen war)"83688369#: builtin/merge.c:2248370msgid "abort the current in-progress merge"8371msgstr "den sich im Gange befindlichen Merge abbrechen"83728373#: builtin/merge.c:226 builtin/pull.c:1698374msgid "allow merging unrelated histories"8375msgstr "erlaube das Zusammenführen von nicht zusammenhängenden Historien"83768377#: builtin/merge.c:2548378msgid "could not run stash."8379msgstr "Konnte \"stash\" nicht ausführen."83808381#: builtin/merge.c:2598382msgid "stash failed"8383msgstr "\"stash\" fehlgeschlagen"83848385#: builtin/merge.c:2648386#, c-format8387msgid "not a valid object: %s"8388msgstr "kein gültiges Objekt: %s"83898390#: builtin/merge.c:283 builtin/merge.c:3008391msgid "read-tree failed"8392msgstr "read-tree fehlgeschlagen"83938394#: builtin/merge.c:3308395msgid " (nothing to squash)"8396msgstr " (nichts zu quetschen)"83978398#: builtin/merge.c:3438399#, c-format8400msgid "Squash commit -- not updating HEAD\n"8401msgstr "Quetsche Commit -- HEAD wird nicht aktualisiert\n"84028403#: builtin/merge.c:347 builtin/merge.c:767 builtin/merge.c:9878404#: builtin/merge.c:10008405#, c-format8406msgid "Could not write to '%s'"8407msgstr "Konnte nicht nach '%s' schreiben."84088409#: builtin/merge.c:3758410msgid "Writing SQUASH_MSG"8411msgstr "Schreibe SQUASH_MSG"84128413#: builtin/merge.c:3778414msgid "Finishing SQUASH_MSG"8415msgstr "Schließe SQUASH_MSG ab"84168417#: builtin/merge.c:4008418#, c-format8419msgid "No merge message -- not updating HEAD\n"8420msgstr "Keine Merge-Commit-Beschreibung -- HEAD wird nicht aktualisiert\n"84218422#: builtin/merge.c:4518423#, c-format8424msgid "'%s' does not point to a commit"8425msgstr "'%s' zeigt auf keinen Commit"84268427#: builtin/merge.c:5418428#, c-format8429msgid "Bad branch.%s.mergeoptions string: %s"8430msgstr "Ungültiger branch.%s.mergeoptions String: %s"84318432#: builtin/merge.c:6608433msgid "Not handling anything other than two heads merge."8434msgstr "Es wird nur der Merge von zwei Branches behandelt."84358436#: builtin/merge.c:6748437#, c-format8438msgid "Unknown option for merge-recursive: -X%s"8439msgstr "Unbekannte Option für merge-recursive: -X%s"84408441#: builtin/merge.c:6878442#, c-format8443msgid "unable to write %s"8444msgstr "konnte %s nicht schreiben"84458446#: builtin/merge.c:7768447#, c-format8448msgid "Could not read from '%s'"8449msgstr "konnte nicht von '%s' lesen"84508451#: builtin/merge.c:7858452#, c-format8453msgid "Not committing merge; use 'git commit' to complete the merge.\n"8454msgstr ""8455"Merge wurde nicht committet; benutzen Sie 'git commit', um den Merge "8456"abzuschließen.\n"84578458#: builtin/merge.c:7918459#, c-format8460msgid ""8461"Please enter a commit message to explain why this merge is necessary,\n"8462"especially if it merges an updated upstream into a topic branch.\n"8463"\n"8464"Lines starting with '%c' will be ignored, and an empty message aborts\n"8465"the commit.\n"8466msgstr ""8467"Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser\n"8468"Merge erforderlich ist, insbesondere wenn es einen aktualisierten\n"8469"Upstream-Branch mit einem Thema-Branch zusammenführt.\n"8470"\n"8471"Zeilen beginnend mit '%c' werden ignoriert, und eine leere Beschreibung\n"8472"bricht den Commit ab.\n"84738474#: builtin/merge.c:8158475msgid "Empty commit message."8476msgstr "Leere Commit-Beschreibung"84778478#: builtin/merge.c:8358479#, c-format8480msgid "Wonderful.\n"8481msgstr "Wunderbar.\n"84828483#: builtin/merge.c:8908484#, c-format8485msgid "Automatic merge failed; fix conflicts and then commit the result.\n"8486msgstr ""8487"Automatischer Merge fehlgeschlagen; beheben Sie die Konflikte und committen "8488"Sie dann das Ergebnis.\n"84898490#: builtin/merge.c:9068491#, c-format8492msgid "'%s' is not a commit"8493msgstr "'%s' ist kein Commit"84948495#: builtin/merge.c:9478496msgid "No current branch."8497msgstr "Sie befinden sich auf keinem Branch."84988499#: builtin/merge.c:9498500msgid "No remote for the current branch."8501msgstr "Kein Remote-Repository für den aktuellen Branch."85028503#: builtin/merge.c:9518504msgid "No default upstream defined for the current branch."8505msgstr ""8506"Es ist kein Standard-Upstream-Branch für den aktuellen Branch definiert."85078508#: builtin/merge.c:9568509#, c-format8510msgid "No remote-tracking branch for %s from %s"8511msgstr "Kein Remote-Tracking-Branch für %s von %s"85128513#: builtin/merge.c:10918514#, c-format8515msgid "could not close '%s'"8516msgstr "Konnte '%s' nicht schließen"85178518#: builtin/merge.c:12198519msgid "There is no merge to abort (MERGE_HEAD missing)."8520msgstr "Es gibt keinen Merge zum Abbrechen (MERGE_HEAD fehlt)"85218522#: builtin/merge.c:12358523msgid ""8524"You have not concluded your merge (MERGE_HEAD exists).\n"8525"Please, commit your changes before you merge."8526msgstr ""8527"Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"8528"Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."85298530#: builtin/merge.c:12428531msgid ""8532"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"8533"Please, commit your changes before you merge."8534msgstr ""8535"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert).\n"8536"Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."85378538#: builtin/merge.c:12458539msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."8540msgstr ""8541"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert)."85428543#: builtin/merge.c:12548544msgid "You cannot combine --squash with --no-ff."8545msgstr "Sie können --squash nicht mit --no-ff kombinieren."85468547#: builtin/merge.c:12628548msgid "No commit specified and merge.defaultToUpstream not set."8549msgstr "Kein Commit angegeben und merge.defaultToUpstream ist nicht gesetzt."85508551#: builtin/merge.c:12798552msgid "Squash commit into empty head not supported yet"8553msgstr ""8554"Bin auf einem Commit, der noch geboren wird; kann \"squash\" nicht ausführen."85558556#: builtin/merge.c:12818557msgid "Non-fast-forward commit does not make sense into an empty head"8558msgstr ""8559"Nicht vorzuspulender Commit kann nicht in einem leeren Branch verwendet "8560"werden."85618562#: builtin/merge.c:12868563#, c-format8564msgid "%s - not something we can merge"8565msgstr "%s - nichts was wir zusammenführen können"85668567#: builtin/merge.c:12888568msgid "Can merge only exactly one commit into empty head"8569msgstr "Kann nur exakt einen Commit in einem leeren Branch zusammenführen."85708571#: builtin/merge.c:13448572#, c-format8573msgid "Commit %s has an untrusted GPG signature, allegedly by %s."8574msgstr ""8575"Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."85768577#: builtin/merge.c:13478578#, c-format8579msgid "Commit %s has a bad GPG signature allegedly by %s."8580msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."85818582#: builtin/merge.c:13508583#, c-format8584msgid "Commit %s does not have a GPG signature."8585msgstr "Commit %s hat keine GPG-Signatur."85868587#: builtin/merge.c:13538588#, c-format8589msgid "Commit %s has a good GPG signature by %s\n"8590msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"85918592#: builtin/merge.c:14158593msgid "refusing to merge unrelated histories"8594msgstr "Verweigere den Merge von nicht zusammenhängenden Historien."85958596#: builtin/merge.c:14398597#, c-format8598msgid "Updating %s..%s\n"8599msgstr "Aktualisiere %s..%s\n"86008601#: builtin/merge.c:14768602#, c-format8603msgid "Trying really trivial in-index merge...\n"8604msgstr "Probiere wirklich trivialen \"in-index\"-Merge ...\n"86058606#: builtin/merge.c:14838607#, c-format8608msgid "Nope.\n"8609msgstr "Nein.\n"86108611#: builtin/merge.c:15158612msgid "Not possible to fast-forward, aborting."8613msgstr "Vorspulen nicht möglich, breche ab."86148615#: builtin/merge.c:1538 builtin/merge.c:16178616#, c-format8617msgid "Rewinding the tree to pristine...\n"8618msgstr "Rücklauf des Verzeichnisses bis zum Ursprung ...\n"86198620#: builtin/merge.c:15428621#, c-format8622msgid "Trying merge strategy %s...\n"8623msgstr "Probiere Merge-Strategie %s ...\n"86248625#: builtin/merge.c:16088626#, c-format8627msgid "No merge strategy handled the merge.\n"8628msgstr "Keine Merge-Strategie behandelt diesen Merge.\n"86298630#: builtin/merge.c:16108631#, c-format8632msgid "Merge with strategy %s failed.\n"8633msgstr "Merge mit Strategie %s fehlgeschlagen.\n"86348635#: builtin/merge.c:16198636#, c-format8637msgid "Using the %s to prepare resolving by hand.\n"8638msgstr "Benutzen Sie \"%s\", um die Auflösung per Hand vorzubereiten.\n"86398640#: builtin/merge.c:16318641#, c-format8642msgid "Automatic merge went well; stopped before committing as requested\n"8643msgstr ""8644"Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an\n"86458646#: builtin/merge-base.c:298647msgid "git merge-base [-a | --all] <commit> <commit>..."8648msgstr "git merge-base [-a | --all] <Commit> <Commit>..."86498650#: builtin/merge-base.c:308651msgid "git merge-base [-a | --all] --octopus <commit>..."8652msgstr "git merge-base [-a | --all] --octopus <Commit>..."86538654#: builtin/merge-base.c:318655msgid "git merge-base --independent <commit>..."8656msgstr "git merge-base --independent <Commit>..."86578658#: builtin/merge-base.c:328659msgid "git merge-base --is-ancestor <commit> <commit>"8660msgstr "git merge-base --is-ancestor <Commit> <Commit>"86618662#: builtin/merge-base.c:338663msgid "git merge-base --fork-point <ref> [<commit>]"8664msgstr "git merge-base --fork-point <Referenz> [<Commit>]"86658666#: builtin/merge-base.c:2148667msgid "output all common ancestors"8668msgstr "Ausgabe aller gemeinsamen Vorgänger-Commits"86698670#: builtin/merge-base.c:2168671msgid "find ancestors for a single n-way merge"8672msgstr "Vorgänger-Commits für einen einzelnen n-Wege-Merge finden"86738674#: builtin/merge-base.c:2188675msgid "list revs not reachable from others"8676msgstr "Commits auflisten, die nicht durch Andere erreichbar sind"86778678#: builtin/merge-base.c:2208679msgid "is the first one ancestor of the other?"8680msgstr "ist der Erste ein Vorgänger-Commit von dem Anderen?"86818682#: builtin/merge-base.c:2228683msgid "find where <commit> forked from reflog of <ref>"8684msgstr "<Commit> finden, von wo Reflog von <Referenz> abgespalten wurde"86858686#: builtin/merge-file.c:88687msgid ""8688"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "8689"<orig-file> <file2>"8690msgstr ""8691"git merge-file [<Optionen>] [-L <Name1> [-L <orig> [-L <Name2>]]] <Datei1> "8692"<orig-Datei> <Datei2>"86938694#: builtin/merge-file.c:338695msgid "send results to standard output"8696msgstr "Ergebnisse zur Standard-Ausgabe senden"86978698#: builtin/merge-file.c:348699msgid "use a diff3 based merge"8700msgstr "einen diff3 basierten Merge verwenden"87018702#: builtin/merge-file.c:358703msgid "for conflicts, use our version"8704msgstr "bei Konflikten unsere Variante verwenden"87058706#: builtin/merge-file.c:378707msgid "for conflicts, use their version"8708msgstr "bei Konflikten ihre Variante verwenden"87098710#: builtin/merge-file.c:398711msgid "for conflicts, use a union version"8712msgstr "bei Konflikten eine gemeinsame Variante verwenden"87138714#: builtin/merge-file.c:428715msgid "for conflicts, use this marker size"8716msgstr "bei Konflikten diese Kennzeichnungslänge verwenden"87178718#: builtin/merge-file.c:438719msgid "do not warn about conflicts"8720msgstr "keine Warnung bei Konflikten"87218722#: builtin/merge-file.c:458723msgid "set labels for file1/orig-file/file2"8724msgstr "Beschriftung für Datei1/orig-Datei/Datei2 setzen"87258726#: builtin/mktree.c:658727msgid "git mktree [-z] [--missing] [--batch]"8728msgstr "git mktree [-z] [--missing] [--batch]"87298730#: builtin/mktree.c:1528731msgid "input is NUL terminated"8732msgstr "Eingabe ist durch NUL-Zeichen abgeschlossen"87338734#: builtin/mktree.c:153 builtin/write-tree.c:248735msgid "allow missing objects"8736msgstr "fehlende Objekte erlauben"87378738#: builtin/mktree.c:1548739msgid "allow creation of more than one tree"8740msgstr "die Erstellung von mehr als einem \"Tree\"-Objekt erlauben"87418742#: builtin/mv.c:158743msgid "git mv [<options>] <source>... <destination>"8744msgstr "git mv [<Optionen>] <Quelle>... <Ziel>"87458746#: builtin/mv.c:708747#, c-format8748msgid "Directory %s is in index and no submodule?"8749msgstr "Verzeichnis %s ist zum Commit vorgemerkt und kein Submodul?"87508751#: builtin/mv.c:72 builtin/rm.c:3178752msgid "Please stage your changes to .gitmodules or stash them to proceed"8753msgstr ""8754"Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "8755"benutzen\n"8756"Sie \"stash\", um fortzufahren."87578758#: builtin/mv.c:908759#, c-format8760msgid "%.*s is in index"8761msgstr "%.*s ist zum Commit vorgemerkt"87628763#: builtin/mv.c:1128764msgid "force move/rename even if target exists"8765msgstr "Verschieben/Umbenennen erzwingen, auch wenn das Ziel existiert"87668767#: builtin/mv.c:1138768msgid "skip move/rename errors"8769msgstr "Fehler beim Verschieben oder Umbenennen überspringen"87708771#: builtin/mv.c:1528772#, c-format8773msgid "destination '%s' is not a directory"8774msgstr "Ziel '%s' ist kein Verzeichnis"87758776#: builtin/mv.c:1638777#, c-format8778msgid "Checking rename of '%s' to '%s'\n"8779msgstr "Prüfe Umbenennung von '%s' nach '%s'\n"87808781#: builtin/mv.c:1678782msgid "bad source"8783msgstr "ungültige Quelle"87848785#: builtin/mv.c:1708786msgid "can not move directory into itself"8787msgstr "kann Verzeichnis nicht in sich selbst verschieben"87888789#: builtin/mv.c:1738790msgid "cannot move directory over file"8791msgstr "kann Verzeichnis nicht über Datei verschieben"87928793#: builtin/mv.c:1828794msgid "source directory is empty"8795msgstr "Quellverzeichnis ist leer"87968797#: builtin/mv.c:2078798msgid "not under version control"8799msgstr "nicht unter Versionskontrolle"88008801#: builtin/mv.c:2108802msgid "destination exists"8803msgstr "Ziel existiert bereits"88048805#: builtin/mv.c:2188806#, c-format8807msgid "overwriting '%s'"8808msgstr "überschreibe '%s'"88098810#: builtin/mv.c:2218811msgid "Cannot overwrite"8812msgstr "Kann nicht überschreiben"88138814#: builtin/mv.c:2248815msgid "multiple sources for the same target"8816msgstr "mehrere Quellen für das selbe Ziel"88178818#: builtin/mv.c:2268819msgid "destination directory does not exist"8820msgstr "Zielverzeichnis existiert nicht"88218822#: builtin/mv.c:2338823#, c-format8824msgid "%s, source=%s, destination=%s"8825msgstr "%s, Quelle=%s, Ziel=%s"88268827#: builtin/mv.c:2548828#, c-format8829msgid "Renaming %s to %s\n"8830msgstr "Benenne %s nach %s um\n"88318832#: builtin/mv.c:260 builtin/remote.c:714 builtin/repack.c:3658833#, c-format8834msgid "renaming '%s' failed"8835msgstr "Umbenennung von '%s' fehlgeschlagen"88368837#: builtin/name-rev.c:2588838msgid "git name-rev [<options>] <commit>..."8839msgstr "git name-rev [<Optionen>] <Commit>..."88408841#: builtin/name-rev.c:2598842msgid "git name-rev [<options>] --all"8843msgstr "git name-rev [<Optionen>] --all"88448845#: builtin/name-rev.c:2608846msgid "git name-rev [<options>] --stdin"8847msgstr "git name-rev [<Optionen>] --stdin"88488849#: builtin/name-rev.c:3128850msgid "print only names (no SHA-1)"8851msgstr "nur Namen anzeigen (keine SHA-1)"88528853#: builtin/name-rev.c:3138854msgid "only use tags to name the commits"8855msgstr "nur Tags verwenden, um die Commits zu benennen"88568857#: builtin/name-rev.c:3158858msgid "only use refs matching <pattern>"8859msgstr "nur Referenzen verwenden die <Muster> entsprechen"88608861#: builtin/name-rev.c:3178862msgid "list all commits reachable from all refs"8863msgstr "alle Commits auflisten, die von allen Referenzen erreichbar sind"88648865#: builtin/name-rev.c:3188866msgid "read from stdin"8867msgstr "von der Standard-Eingabe lesen"88688869#: builtin/name-rev.c:3198870msgid "allow to print `undefined` names (default)"8871msgstr "Ausgabe von `undefinierten` Namen erlauben (Standard)"88728873#: builtin/name-rev.c:3258874msgid "dereference tags in the input (internal use)"8875msgstr "Tags in der Eingabe dereferenzieren (interne Verwendung)"88768877#: builtin/notes.c:258878msgid "git notes [--ref <notes-ref>] [list [<object>]]"8879msgstr "git notes [--ref <Notiz-Referenz>] [list [<Objekt>]]"88808881#: builtin/notes.c:268882msgid ""8883"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "8884"| (-c | -C) <object>] [<object>]"8885msgstr ""8886"git notes [--ref <Notiz-Referenz>] add [-f] [--allow-empty] [-m "8887"<Beschreibung> | -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"88888889#: builtin/notes.c:278890msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"8891msgstr ""8892"git notes [--ref <Notiz-Referenz>] copy [-f] <von-Objekt> <nach-Objekt>"88938894#: builtin/notes.c:288895msgid ""8896"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "8897"(-c | -C) <object>] [<object>]"8898msgstr ""8899"git notes [--ref <Notiz-Referenz>] append [--allow-empty] [-m <Beschreibung> "8900"| -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"89018902#: builtin/notes.c:298903msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"8904msgstr "git notes [--ref <Notiz-Referenz>] edit [--allow-empty] [<Objekt>]"89058906#: builtin/notes.c:308907msgid "git notes [--ref <notes-ref>] show [<object>]"8908msgstr "git notes [--ref <Notiz-Referenz>] show [<Objekt>]"89098910#: builtin/notes.c:318911msgid ""8912"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"8913msgstr ""8914"git notes [--ref <Notiz-Referenz>] merge [-v | -q] [-s <Strategie>] <Notiz-"8915"Referenz>"89168917#: builtin/notes.c:328918msgid "git notes merge --commit [-v | -q]"8919msgstr "git notes merge --commit [-v | -q]"89208921#: builtin/notes.c:338922msgid "git notes merge --abort [-v | -q]"8923msgstr "git notes merge --abort [-v | -q]"89248925#: builtin/notes.c:348926msgid "git notes [--ref <notes-ref>] remove [<object>...]"8927msgstr "git notes [--ref <Notiz-Referenz>] remove [<Objekt>...]"89288929#: builtin/notes.c:358930msgid "git notes [--ref <notes-ref>] prune [-n | -v]"8931msgstr "git notes [--ref <Notiz-Referenz>] prune [-n | -v]"89328933#: builtin/notes.c:368934msgid "git notes [--ref <notes-ref>] get-ref"8935msgstr "git notes [--ref <Notiz-Referenz>] get-ref"89368937#: builtin/notes.c:418938msgid "git notes [list [<object>]]"8939msgstr "git notes [list [<Objekt>]]"89408941#: builtin/notes.c:468942msgid "git notes add [<options>] [<object>]"8943msgstr "git notes add [<Optionen>] [<Objekt>]"89448945#: builtin/notes.c:518946msgid "git notes copy [<options>] <from-object> <to-object>"8947msgstr "git notes copy [<Optionen>] <von-Objekt> <nach-Objekt>"89488949#: builtin/notes.c:528950msgid "git notes copy --stdin [<from-object> <to-object>]..."8951msgstr "git notes copy --stdin [<von-Objekt> <nach-Objekt>]..."89528953#: builtin/notes.c:578954msgid "git notes append [<options>] [<object>]"8955msgstr "git notes append [<Optionen>] [<Objekt>]"89568957#: builtin/notes.c:628958msgid "git notes edit [<object>]"8959msgstr "git notes edit [<Objekt>]"89608961#: builtin/notes.c:678962msgid "git notes show [<object>]"8963msgstr "git notes show [<Objekt>]"89648965#: builtin/notes.c:728966msgid "git notes merge [<options>] <notes-ref>"8967msgstr "git notes merge [<Optionen>] <Notiz-Referenz>"89688969#: builtin/notes.c:738970msgid "git notes merge --commit [<options>]"8971msgstr "git notes merge --commit [<Optionen>]"89728973#: builtin/notes.c:748974msgid "git notes merge --abort [<options>]"8975msgstr "git notes merge --abort [<Optionen>]"89768977#: builtin/notes.c:798978msgid "git notes remove [<object>]"8979msgstr "git notes remove [<Objekt>]"89808981#: builtin/notes.c:848982msgid "git notes prune [<options>]"8983msgstr "git notes prune [<Optionen>]"89848985#: builtin/notes.c:898986msgid "git notes get-ref"8987msgstr "git notes get-ref"89888989#: builtin/notes.c:1478990#, c-format8991msgid "unable to start 'show' for object '%s'"8992msgstr "konnte 'show' für Objekt '%s' nicht starten"89938994#: builtin/notes.c:1518995msgid "could not read 'show' output"8996msgstr "Konnte Ausgabe von 'show' nicht lesen."89978998#: builtin/notes.c:1598999#, c-format9000msgid "failed to finish 'show' for object '%s'"9001msgstr "konnte 'show' für Objekt '%s' nicht abschließen"90029003#: builtin/notes.c:174 builtin/tag.c:2489004#, c-format9005msgid "could not create file '%s'"9006msgstr "konnte Datei '%s' nicht erstellen"90079008#: builtin/notes.c:1939009msgid "Please supply the note contents using either -m or -F option"9010msgstr ""9011"Bitte liefern Sie den Notiz-Inhalt unter Verwendung der Option -m oder -F."90129013#: builtin/notes.c:2029014msgid "unable to write note object"9015msgstr "Konnte Notiz-Objekt nicht schreiben"90169017#: builtin/notes.c:2049018#, c-format9019msgid "The note contents have been left in %s"9020msgstr "Die Notiz-Inhalte wurden in %s belassen"90219022#: builtin/notes.c:232 builtin/tag.c:4399023#, c-format9024msgid "cannot read '%s'"9025msgstr "kann '%s' nicht lesen"90269027#: builtin/notes.c:234 builtin/tag.c:4429028#, c-format9029msgid "could not open or read '%s'"9030msgstr "konnte '%s' nicht öffnen oder lesen"90319032#: builtin/notes.c:2569033#, c-format9034msgid "Failed to read object '%s'."9035msgstr "Fehler beim Lesen des Objektes '%s'."90369037#: builtin/notes.c:2609038#, c-format9039msgid "Cannot read note data from non-blob object '%s'."9040msgstr "Kann Notiz-Daten nicht von Nicht-Blob Objekt '%s' lesen."90419042#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:4939043#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:6499044#: builtin/notes.c:9469045msgid "too many parameters"9046msgstr "zu viele Parameter"90479048#: builtin/notes.c:375 builtin/notes.c:6629049#, c-format9050msgid "No note found for object %s."9051msgstr "Keine Notiz für Objekt %s gefunden."90529053#: builtin/notes.c:396 builtin/notes.c:5599054msgid "note contents as a string"9055msgstr "Notizinhalte als Zeichenkette"90569057#: builtin/notes.c:399 builtin/notes.c:5629058msgid "note contents in a file"9059msgstr "Notizinhalte in einer Datei"90609061#: builtin/notes.c:402 builtin/notes.c:5659062msgid "reuse and edit specified note object"9063msgstr "Wiederverwendung und Bearbeitung des angegebenen Notiz-Objektes"90649065#: builtin/notes.c:405 builtin/notes.c:5689066msgid "reuse specified note object"9067msgstr "Wiederverwendung des angegebenen Notiz-Objektes"90689069#: builtin/notes.c:408 builtin/notes.c:5719070msgid "allow storing empty note"9071msgstr "Speichern leerer Notiz erlauben"90729073#: builtin/notes.c:409 builtin/notes.c:4809074msgid "replace existing notes"9075msgstr "existierende Notizen ersetzen"90769077#: builtin/notes.c:4349078#, c-format9079msgid ""9080"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "9081"existing notes"9082msgstr ""9083"Konnte Notizen nicht hinzufügen. Existierende Notizen für Objekt %s "9084"gefunden. Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."90859086#: builtin/notes.c:449 builtin/notes.c:5289087#, c-format9088msgid "Overwriting existing notes for object %s\n"9089msgstr "Überschreibe existierende Notizen für Objekt %s\n"90909091#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:8869092#, c-format9093msgid "Removing note for object %s\n"9094msgstr "Entferne Notiz für Objekt %s\n"90959096#: builtin/notes.c:4819097msgid "read objects from stdin"9098msgstr "Objekte von der Standard-Eingabe lesen"90999100#: builtin/notes.c:4839101msgid "load rewriting config for <command> (implies --stdin)"9102msgstr ""9103"Konfiguration für <Befehl> zum Umschreiben von Commits laden (impliziert --"9104"stdin)"91059106#: builtin/notes.c:5019107msgid "too few parameters"9108msgstr "zu wenig Parameter"91099110#: builtin/notes.c:5229111#, c-format9112msgid ""9113"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "9114"existing notes"9115msgstr ""9116"Kann Notizen nicht kopieren. Existierende Notizen für Objekt %s gefunden. "9117"Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."91189119#: builtin/notes.c:5349120#, c-format9121msgid "Missing notes on source object %s. Cannot copy."9122msgstr "Keine Notizen für Quell-Objekt %s. Kopie nicht möglich."91239124#: builtin/notes.c:5869125#, c-format9126msgid ""9127"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"9128"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"9129msgstr ""9130"Die Optionen -m/-F/-c/-C sind für den Unterbefehl 'edit' veraltet.\n"9131"Bitte benutzen Sie stattdessen 'git notes add -f -m/-F/-c/-C'.\n"91329133#: builtin/notes.c:7689134msgid "General options"9135msgstr "Allgemeine Optionen"91369137#: builtin/notes.c:7709138msgid "Merge options"9139msgstr "Merge-Optionen"91409141#: builtin/notes.c:7729142msgid ""9143"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"9144"cat_sort_uniq)"9145msgstr ""9146"löst Konflikte bei Notizen mit der angegebenen Strategie auf (manual/ours/"9147"theirs/union/cat_sort_uniq)"91489149#: builtin/notes.c:7749150msgid "Committing unmerged notes"9151msgstr "nicht zusammengeführte Notizen eintragen"91529153#: builtin/notes.c:7769154msgid "finalize notes merge by committing unmerged notes"9155msgstr ""9156"Merge von Notizen abschließen, in dem nicht zusammengeführte Notizen "9157"committet werden"91589159#: builtin/notes.c:7789160msgid "Aborting notes merge resolution"9161msgstr "Konfliktauflösung beim Merge von Notizen abbrechen"91629163#: builtin/notes.c:7809164msgid "abort notes merge"9165msgstr "Merge von Notizen abbrechen"91669167#: builtin/notes.c:8579168#, c-format9169msgid "A notes merge into %s is already in-progress at %s"9170msgstr "Ein Merge von Notizen nach %s ist bereits im Gange bei %s"91719172#: builtin/notes.c:8849173#, c-format9174msgid "Object %s has no note\n"9175msgstr "Objekt %s hat keine Notiz\n"91769177#: builtin/notes.c:8969178msgid "attempt to remove non-existent note is not an error"9179msgstr "der Versuch, eine nicht existierende Notiz zu löschen, ist kein Fehler"91809181#: builtin/notes.c:8999182msgid "read object names from the standard input"9183msgstr "Objektnamen von der Standard-Eingabe lesen"91849185#: builtin/notes.c:9809186msgid "notes-ref"9187msgstr "Notiz-Referenz"91889189#: builtin/notes.c:9819190msgid "use notes from <notes-ref>"9191msgstr "Notizen von <Notiz-Referenz> verwenden"91929193#: builtin/notes.c:1016 builtin/remote.c:16289194#, c-format9195msgid "Unknown subcommand: %s"9196msgstr "Unbekannter Unterbefehl: %s"91979198#: builtin/pack-objects.c:289199msgid ""9200"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"9201msgstr ""9202"git pack-objects --stdout [<Optionen>...] [< <Referenzliste> | < "9203"<Objektliste>]"92049205#: builtin/pack-objects.c:299206msgid ""9207"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"9208msgstr ""9209"git pack-objects [<Optionen>...] <Basis-Name> [< <Referenzliste> | < "9210"<Objektliste>]"92119212#: builtin/pack-objects.c:175 builtin/pack-objects.c:1789213#, c-format9214msgid "deflate error (%d)"9215msgstr "Fehler beim Komprimieren (%d)"92169217#: builtin/pack-objects.c:7639218msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"9219msgstr ""9220"Deaktiviere Schreiben der Bitmap, Pakete wurden durch pack.packSizeLimit\n"9221"aufgetrennt."92229223#: builtin/pack-objects.c:7769224msgid "Writing objects"9225msgstr "Schreibe Objekte"92269227#: builtin/pack-objects.c:10179228msgid "disabling bitmap writing, as some objects are not being packed"9229msgstr ""9230"Deaktiviere Schreiben der Bitmap, da einige Objekte nicht in eine Pack-Datei\n"9231"geschrieben wurden."92329233#: builtin/pack-objects.c:21779234msgid "Compressing objects"9235msgstr "Komprimiere Objekte"92369237#: builtin/pack-objects.c:25639238#, c-format9239msgid "unsupported index version %s"9240msgstr "Nicht unterstützte Index-Version %s"92419242#: builtin/pack-objects.c:25679243#, c-format9244msgid "bad index version '%s'"9245msgstr "Ungültige Index-Version '%s'"92469247#: builtin/pack-objects.c:25979248msgid "do not show progress meter"9249msgstr "keine Fortschrittsanzeige anzeigen"92509251#: builtin/pack-objects.c:25999252msgid "show progress meter"9253msgstr "Fortschrittsanzeige anzeigen"92549255#: builtin/pack-objects.c:26019256msgid "show progress meter during object writing phase"9257msgstr ""9258"Forschrittsanzeige während der Phase des Schreibens der Objekte anzeigen"92599260#: builtin/pack-objects.c:26049261msgid "similar to --all-progress when progress meter is shown"9262msgstr "ähnlich zu --all-progress wenn Fortschrittsanzeige darstellt wird"92639264#: builtin/pack-objects.c:26059265msgid "version[,offset]"9266msgstr "version[,offset]"92679268#: builtin/pack-objects.c:26069269msgid "write the pack index file in the specified idx format version"9270msgstr ""9271"die Index-Datei des Paketes in der angegebenen Indexformat-Version schreiben"92729273#: builtin/pack-objects.c:26099274msgid "maximum size of each output pack file"9275msgstr "maximale Größe für jede ausgegebene Paketdatei"92769277#: builtin/pack-objects.c:26119278msgid "ignore borrowed objects from alternate object store"9279msgstr "geliehene Objekte von alternativem Objektspeicher ignorieren"92809281#: builtin/pack-objects.c:26139282msgid "ignore packed objects"9283msgstr "gepackte Objekte ignorieren"92849285#: builtin/pack-objects.c:26159286msgid "limit pack window by objects"9287msgstr "Paketfenster durch Objekte begrenzen"92889289#: builtin/pack-objects.c:26179290msgid "limit pack window by memory in addition to object limit"9291msgstr ""9292"Paketfenster, zusätzlich zur Objektbegrenzung, durch Speicher begrenzen"92939294#: builtin/pack-objects.c:26199295msgid "maximum length of delta chain allowed in the resulting pack"9296msgstr ""9297"maximale Länge der erlaubten Differenzverkettung im resultierenden Paket"92989299#: builtin/pack-objects.c:26219300msgid "reuse existing deltas"9301msgstr "existierende Unterschiede wiederverwenden"93029303#: builtin/pack-objects.c:26239304msgid "reuse existing objects"9305msgstr "existierende Objekte wiederverwenden"93069307#: builtin/pack-objects.c:26259308msgid "use OFS_DELTA objects"9309msgstr "OFS_DELTA Objekte verwenden"93109311#: builtin/pack-objects.c:26279312msgid "use threads when searching for best delta matches"9313msgstr ""9314"Threads bei der Suche nach den besten Übereinstimmungen bei Unterschieden "9315"verwenden"93169317#: builtin/pack-objects.c:26299318msgid "do not create an empty pack output"9319msgstr "keine leeren Pakete erzeugen"93209321#: builtin/pack-objects.c:26319322msgid "read revision arguments from standard input"9323msgstr "Argumente bezüglich Commits von der Standard-Eingabe lesen"93249325#: builtin/pack-objects.c:26339326msgid "limit the objects to those that are not yet packed"9327msgstr "die Objekte zu solchen, die noch nicht gepackt wurden, begrenzen"93289329#: builtin/pack-objects.c:26369330msgid "include objects reachable from any reference"9331msgstr "Objekte einschließen, die von jeder Referenz erreichbar sind"93329333#: builtin/pack-objects.c:26399334msgid "include objects referred by reflog entries"9335msgstr ""9336"Objekte einschließen, die von Einträgen des Reflogs referenziert werden"93379338#: builtin/pack-objects.c:26429339msgid "include objects referred to by the index"9340msgstr "Objekte einschließen, die vom Index referenziert werden"93419342#: builtin/pack-objects.c:26459343msgid "output pack to stdout"9344msgstr "Paket in die Standard-Ausgabe schreiben"93459346#: builtin/pack-objects.c:26479347msgid "include tag objects that refer to objects to be packed"9348msgstr "Tag-Objekte einschließen, die auf gepackte Objekte referenzieren"93499350#: builtin/pack-objects.c:26499351msgid "keep unreachable objects"9352msgstr "nicht erreichbare Objekte behalten"93539354#: builtin/pack-objects.c:2650 parse-options.h:1429355msgid "time"9356msgstr "Zeit"93579358#: builtin/pack-objects.c:26519359msgid "unpack unreachable objects newer than <time>"9360msgstr "nicht erreichbare Objekte entpacken, die neuer als <Zeit> sind"93619362#: builtin/pack-objects.c:26549363msgid "create thin packs"9364msgstr "dünnere Pakete erzeugen"93659366#: builtin/pack-objects.c:26569367msgid "create packs suitable for shallow fetches"9368msgstr ""9369"Pakete geeignet für Abholung mit unvollständiger Historie (shallow) erzeugen"93709371#: builtin/pack-objects.c:26589372msgid "ignore packs that have companion .keep file"9373msgstr "Pakete ignorieren, die .keep Dateien haben"93749375#: builtin/pack-objects.c:26609376msgid "pack compression level"9377msgstr "Komprimierungsgrad für Paketierung"93789379#: builtin/pack-objects.c:26629380msgid "do not hide commits by grafts"9381msgstr "keine künstlichen Vorgänger-Commits (\"grafts\") verbergen"93829383#: builtin/pack-objects.c:26649384msgid "use a bitmap index if available to speed up counting objects"9385msgstr ""9386"Bitmap-Index (falls verfügbar) zur Optimierung der Objektzählung benutzen"93879388#: builtin/pack-objects.c:26669389msgid "write a bitmap index together with the pack index"9390msgstr "Bitmap-Index zusammen mit Pack-Index schreiben"93919392#: builtin/pack-objects.c:27579393msgid "Counting objects"9394msgstr "Zähle Objekte"93959396#: builtin/pack-refs.c:69397msgid "git pack-refs [<options>]"9398msgstr "git pack-refs [<Optionen>]"93999400#: builtin/pack-refs.c:149401msgid "pack everything"9402msgstr "alles packen"94039404#: builtin/pack-refs.c:159405msgid "prune loose refs (default)"9406msgstr "lose Referenzen entfernen (Standard)"94079408#: builtin/prune-packed.c:79409msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"9410msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"94119412#: builtin/prune-packed.c:409413msgid "Removing duplicate objects"9414msgstr "Lösche doppelte Objekte"94159416#: builtin/prune.c:119417msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"9418msgstr "git prune [-n] [-v] [--expire <Zeit>] [--] [<head>...]"94199420#: builtin/prune.c:105 builtin/worktree.c:1259421msgid "do not remove, show only"9422msgstr "nicht löschen, nur anzeigen"94239424#: builtin/prune.c:106 builtin/worktree.c:1269425msgid "report pruned objects"9426msgstr "gelöschte Objekte melden"94279428#: builtin/prune.c:109 builtin/worktree.c:1289429msgid "expire objects older than <time>"9430msgstr "Objekte älter als <Zeit> verfallen lassen"94319432#: builtin/prune.c:1239433msgid "cannot prune in a precious-objects repo"9434msgstr "kann \"prune\" in precious-objects Repository nicht ausführen"94359436#: builtin/pull.c:729437msgid "git pull [<options>] [<repository> [<refspec>...]]"9438msgstr "git pull [<Optionen>] [<Repository> [<Refspec>...]]"94399440#: builtin/pull.c:1209441msgid "Options related to merging"9442msgstr "Optionen bezogen auf Merge"94439444#: builtin/pull.c:1239445msgid "incorporate changes by rebasing rather than merging"9446msgstr "Integration von Änderungen durch Rebase statt Merge"94479448#: builtin/pull.c:147 builtin/revert.c:1059449msgid "allow fast-forward"9450msgstr "Vorspulen erlauben"94519452#: builtin/pull.c:1539453msgid "verify that the named commit has a valid GPG signature"9454msgstr "den genannten Commit auf eine gültige GPG-Signatur überprüfen"94559456#: builtin/pull.c:1569457msgid "automatically stash/stash pop before and after rebase"9458msgstr "automatischer Stash/Stash-Pop vor und nach eines Rebase"94599460#: builtin/pull.c:1729461msgid "Options related to fetching"9462msgstr "Optionen bezogen auf Fetch"94639464#: builtin/pull.c:1949465msgid "number of submodules pulled in parallel"9466msgstr "Anzahl der parallel mit 'pull' zu verarbeitenden Submodule"94679468#: builtin/pull.c:2839469#, c-format9470msgid "Invalid value for pull.ff: %s"9471msgstr "Ungültiger Wert für pull.ff: %s"94729473#: builtin/pull.c:3799474msgid "Cannot pull with rebase: You have unstaged changes."9475msgstr ""9476"Kann \"pull\" mit \"rebase\" nicht ausführen: Sie haben Änderungen, die "9477"nicht zum Commit vorgemerkt sind."94789479#: builtin/pull.c:3859480msgid "Additionally, your index contains uncommitted changes."9481msgstr "Zusätzlich beinhaltet die Staging-Area nicht committete Änderungen."94829483#: builtin/pull.c:3879484msgid "Cannot pull with rebase: Your index contains uncommitted changes."9485msgstr ""9486"Kann \"pull\" mit \"rebase\" nicht ausführen: Die Staging-Area beinhaltet "9487"nicht committete Änderungen."94889489#: builtin/pull.c:4639490msgid ""9491"There is no candidate for rebasing against among the refs that you just "9492"fetched."9493msgstr ""9494"Es gibt keinen Kandidaten für Rebase innerhalb der Referenzen, die eben "9495"angefordert wurden."94969497#: builtin/pull.c:4659498msgid ""9499"There are no candidates for merging among the refs that you just fetched."9500msgstr ""9501"Es gibt keine Kandidaten für Merge innerhalb der Referenzen, die eben "9502"angefordert wurden."95039504#: builtin/pull.c:4669505msgid ""9506"Generally this means that you provided a wildcard refspec which had no\n"9507"matches on the remote end."9508msgstr ""9509"Im Allgemeinen bedeutet das, dass Sie einen Refspec mit Wildcards angegeben\n"9510"haben, der auf der Gegenseite mit keinen Referenzen übereinstimmt."95119512#: builtin/pull.c:4699513#, c-format9514msgid ""9515"You asked to pull from the remote '%s', but did not specify\n"9516"a branch. Because this is not the default configured remote\n"9517"for your current branch, you must specify a branch on the command line."9518msgstr ""9519"Sie führten \"pull\" von Remote-Repository '%s' aus, ohne einen\n"9520"Branch anzugeben. Da das nicht das konfigurierte Standard-Remote-\n"9521"Repository für den aktuellen Branch ist, müssen Sie einen Branch auf\n"9522"der Befehlszeile angeben."95239524#: builtin/pull.c:474 git-parse-remote.sh:739525msgid "You are not currently on a branch."9526msgstr "Im Moment auf keinem Branch."95279528#: builtin/pull.c:476 builtin/pull.c:491 git-parse-remote.sh:799529msgid "Please specify which branch you want to rebase against."9530msgstr ""9531"Bitte geben Sie den Branch an, gegen welchen Sie \"rebase\" ausführen "9532"möchten."95339534#: builtin/pull.c:478 builtin/pull.c:493 git-parse-remote.sh:829535msgid "Please specify which branch you want to merge with."9536msgstr "Bitte geben Sie den Branch an, welchen Sie zusammenführen möchten."95379538#: builtin/pull.c:479 builtin/pull.c:4949539msgid "See git-pull(1) for details."9540msgstr "Siehe git-pull(1) für weitere Details."95419542#: builtin/pull.c:481 builtin/pull.c:487 builtin/pull.c:4969543#: git-parse-remote.sh:649544msgid "<remote>"9545msgstr "<Remote-Repository>"95469547#: builtin/pull.c:481 builtin/pull.c:496 builtin/pull.c:5019548#: git-parse-remote.sh:659549msgid "<branch>"9550msgstr "<Branch>"95519552#: builtin/pull.c:489 git-parse-remote.sh:759553msgid "There is no tracking information for the current branch."9554msgstr "Es gibt keine Tracking-Informationen für den aktuellen Branch."95559556#: builtin/pull.c:498 git-parse-remote.sh:959557msgid ""9558"If you wish to set tracking information for this branch you can do so with:"9559msgstr ""9560"Wenn Sie Tracking-Informationen für diesen Branch setzen möchten, können Sie\n"9561"dies tun mit:"95629563#: builtin/pull.c:5039564#, c-format9565msgid ""9566"Your configuration specifies to merge with the ref '%s'\n"9567"from the remote, but no such ref was fetched."9568msgstr ""9569"Ihre Konfiguration gibt an, den Merge mit Referenz '%s'\n"9570"des Remote-Repositories durchzuführen, aber diese Referenz\n"9571"wurde nicht angefordert."95729573#: builtin/pull.c:8649574msgid "--[no-]autostash option is only valid with --rebase."9575msgstr "--[no-]autostash ist nur mit --rebase zulässig."95769577#: builtin/pull.c:8729578msgid "Updating an unborn branch with changes added to the index."9579msgstr ""9580"Aktualisiere einen ungeborenen Branch mit Änderungen, die zum Commit "9581"vorgemerkt sind."95829583#: builtin/pull.c:9009584#, c-format9585msgid ""9586"fetch updated the current branch head.\n"9587"fast-forwarding your working tree from\n"9588"commit %s."9589msgstr ""9590"\"fetch\" aktualisierte die Spitze des aktuellen Branches.\n"9591"Spule Ihr Arbeitsverzeichnis von Commit %s vor."95929593#: builtin/pull.c:9059594#, c-format9595msgid ""9596"Cannot fast-forward your working tree.\n"9597"After making sure that you saved anything precious from\n"9598"$ git diff %s\n"9599"output, run\n"9600"$ git reset --hard\n"9601"to recover."9602msgstr ""9603"Kann Arbeitsverzeichnis nicht vorspulen.\n"9604"Nachdem Sie sichergestellt haben, alles Schützenswerte der Ausgabe von\n"9605"$ git diff %s\n"9606"gespeichert zu haben. Führen Sie\n"9607"$ git reset --hard\n"9608"zur Wiederherstellung aus."96099610#: builtin/pull.c:9209611msgid "Cannot merge multiple branches into empty head."9612msgstr "Kann nicht mehrere Branches in einen leeren Branch zusammenführen."96139614#: builtin/pull.c:9249615msgid "Cannot rebase onto multiple branches."9616msgstr "Kann Rebase nicht auf mehrere Branches ausführen."96179618#: builtin/push.c:169619msgid "git push [<options>] [<repository> [<refspec>...]]"9620msgstr "git push [<Optionen>] [<Repository> [<Refspec>...]]"96219622#: builtin/push.c:899623msgid "tag shorthand without <tag>"9624msgstr "Kurzschrift für Tag ohne <Tag>"96259626#: builtin/push.c:999627msgid "--delete only accepts plain target ref names"9628msgstr "Die Option --delete akzeptiert nur reine Referenznamen als Ziel."96299630#: builtin/push.c:1439631msgid ""9632"\n"9633"To choose either option permanently, see push.default in 'git help config'."9634msgstr ""9635"\n"9636"Um eine Variante permanent zu verwenden, siehe push.default in 'git help "9637"config'."96389639#: builtin/push.c:1469640#, c-format9641msgid ""9642"The upstream branch of your current branch does not match\n"9643"the name of your current branch. To push to the upstream branch\n"9644"on the remote, use\n"9645"\n"9646" git push %s HEAD:%s\n"9647"\n"9648"To push to the branch of the same name on the remote, use\n"9649"\n"9650" git push %s %s\n"9651"%s"9652msgstr ""9653"Der Name des Upstream-Branches stimmt nicht mit dem Namen Ihres\n"9654"aktuellen Branches überein. Um auf den Upstream-Branch in dem Remote-\n"9655"Repository zu versenden, benutzen Sie:\n"9656"\n"9657" git push %s HEAD:%s\n"9658"\n"9659"Um auf den Branch mit dem selben Namen im Remote-Repository zu versenden,\n"9660"benutzen Sie:\n"9661"\n"9662" git push %s %s\n"9663"%s"96649665#: builtin/push.c:1619666#, c-format9667msgid ""9668"You are not currently on a branch.\n"9669"To push the history leading to the current (detached HEAD)\n"9670"state now, use\n"9671"\n"9672" git push %s HEAD:<name-of-remote-branch>\n"9673msgstr ""9674"Sie befinden sich im Moment auf keinem Branch.\n"9675"Um die Historie, führend zum aktuellen (losgelöster HEAD)\n"9676"Status zu versenden, benutzen Sie\n"9677"\n"9678" git push %s HEAD:<Name-des-Remote-Branches>\n"96799680#: builtin/push.c:1759681#, c-format9682msgid ""9683"The current branch %s has no upstream branch.\n"9684"To push the current branch and set the remote as upstream, use\n"9685"\n"9686" git push --set-upstream %s %s\n"9687msgstr ""9688"Der aktuelle Branch %s hat keinen Upstream-Branch.\n"9689"Um den aktuellen Branch zu versenden und den Remote-Branch\n"9690"als Upstream-Branch zu setzen, benutzen Sie\n"9691"\n"9692" git push --set-upstream %s %s\n"96939694#: builtin/push.c:1839695#, c-format9696msgid "The current branch %s has multiple upstream branches, refusing to push."9697msgstr ""9698"Der aktuelle Branch %s hat mehrere Upstream-Branches, \"push\" verweigert."96999700#: builtin/push.c:1869701#, c-format9702msgid ""9703"You are pushing to remote '%s', which is not the upstream of\n"9704"your current branch '%s', without telling me what to push\n"9705"to update which remote branch."9706msgstr ""9707"Sie versenden nach '%s', welches kein Upstream-Repository Ihres aktuellen\n"9708"Branches '%s' ist, ohne anzugeben, was versendet werden soll, um welchen\n"9709"Remote-Branch zu aktualisieren."97109711#: builtin/push.c:2429712msgid ""9713"You didn't specify any refspecs to push, and push.default is \"nothing\"."9714msgstr ""9715"Sie haben keine Refspec für \"push\" angegeben, und push.default ist "9716"\"nothing\"."97179718#: builtin/push.c:2499719msgid ""9720"Updates were rejected because the tip of your current branch is behind\n"9721"its remote counterpart. Integrate the remote changes (e.g.\n"9722"'git pull ...') before pushing again.\n"9723"See the 'Note about fast-forwards' in 'git push --help' for details."9724msgstr ""9725"Aktualisierungen wurden zurückgewiesen, weil die Spitze Ihres aktuellen\n"9726"Branches hinter seinem externen Gegenstück zurückgefallen ist. Führen Sie\n"9727"die externen Änderungen zusammen (z. B. 'git pull ...') bevor Sie \"push\"\n"9728"erneut ausführen.\n"9729"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"9730"für weitere Details."97319732#: builtin/push.c:2559733msgid ""9734"Updates were rejected because a pushed branch tip is behind its remote\n"9735"counterpart. Check out this branch and integrate the remote changes\n"9736"(e.g. 'git pull ...') before pushing again.\n"9737"See the 'Note about fast-forwards' in 'git push --help' for details."9738msgstr ""9739"Aktualisierungen wurden zurückgewiesen, weil die Spitze eines versendeten\n"9740"Branches hinter seinem externen Gegenstück zurückgefallen ist. Checken Sie\n"9741"diesen Branch aus und führen Sie die externen Änderungen zusammen\n"9742"(z. B. 'git pull ...') bevor Sie erneut \"push\" ausführen.\n"9743"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"9744"für weitere Details."97459746#: builtin/push.c:2619747msgid ""9748"Updates were rejected because the remote contains work that you do\n"9749"not have locally. This is usually caused by another repository pushing\n"9750"to the same ref. You may want to first integrate the remote changes\n"9751"(e.g., 'git pull ...') before pushing again.\n"9752"See the 'Note about fast-forwards' in 'git push --help' for details."9753msgstr ""9754"Aktualisierungen wurden zurückgewiesen, weil das Remote-Repository Commits "9755"enthält,\n"9756"die lokal nicht vorhanden sind. Das wird üblicherweise durch einen \"push\" "9757"von\n"9758"Commits auf dieselbe Referenz von einem anderen Repository aus verursacht.\n"9759"Vielleicht müssen Sie die externen Änderungen zusammenführen (z. B. 'git "9760"pull ...')\n"9761"bevor Sie erneut \"push\" ausführen.\n"9762"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"9763"für weitere Details."97649765#: builtin/push.c:2689766msgid "Updates were rejected because the tag already exists in the remote."9767msgstr ""9768"Aktualisierungen wurden zurückgewiesen, weil das Tag bereits\n"9769"im Remote-Repository existiert."97709771#: builtin/push.c:2719772msgid ""9773"You cannot update a remote ref that points at a non-commit object,\n"9774"or update a remote ref to make it point at a non-commit object,\n"9775"without using the '--force' option.\n"9776msgstr ""9777"Sie können keine Remote-Referenz aktualisieren, die auf ein Objekt zeigt,\n"9778"das kein Commit ist, oder es auf ein solches Objekt zeigen lassen, ohne\n"9779"die Option '--force' zu verwenden.\n"97809781#: builtin/push.c:3319782#, c-format9783msgid "Pushing to %s\n"9784msgstr "Versende nach %s\n"97859786#: builtin/push.c:3359787#, c-format9788msgid "failed to push some refs to '%s'"9789msgstr "Fehler beim Versenden einiger Referenzen nach '%s'"97909791#: builtin/push.c:3659792#, c-format9793msgid "bad repository '%s'"9794msgstr "ungültiges Repository '%s'"97959796#: builtin/push.c:3669797msgid ""9798"No configured push destination.\n"9799"Either specify the URL from the command-line or configure a remote "9800"repository using\n"9801"\n"9802" git remote add <name> <url>\n"9803"\n"9804"and then push using the remote name\n"9805"\n"9806" git push <name>\n"9807msgstr ""9808"Kein Ziel für \"push\" konfiguriert.\n"9809"Entweder spezifizieren Sie die URL von der Befehlszeile oder konfigurieren "9810"ein Remote-Repository unter Benutzung von\n"9811"\n"9812" git remote add <Name> <URL>\n"9813"\n"9814"und führen \"push\" dann unter Benutzung dieses Namens aus\n"9815"\n"9816" git push <Name>\n"98179818#: builtin/push.c:3819819msgid "--all and --tags are incompatible"9820msgstr "Die Optionen --all und --tags sind inkompatibel."98219822#: builtin/push.c:3829823msgid "--all can't be combined with refspecs"9824msgstr "Die Option --all kann nicht mit Refspecs kombiniert werden."98259826#: builtin/push.c:3879827msgid "--mirror and --tags are incompatible"9828msgstr "Die Optionen --mirror und --tags sind inkompatibel."98299830#: builtin/push.c:3889831msgid "--mirror can't be combined with refspecs"9832msgstr "Die Option --mirror kann nicht mit Refspecs kombiniert werden."98339834#: builtin/push.c:3939835msgid "--all and --mirror are incompatible"9836msgstr "Die Optionen --all und --mirror sind inkompatibel."98379838#: builtin/push.c:5059839msgid "repository"9840msgstr "Repository"98419842#: builtin/push.c:506 builtin/send-pack.c:1619843msgid "push all refs"9844msgstr "alle Referenzen versenden"98459846#: builtin/push.c:507 builtin/send-pack.c:1639847msgid "mirror all refs"9848msgstr "alle Referenzen spiegeln"98499850#: builtin/push.c:5099851msgid "delete refs"9852msgstr "Referenzen löschen"98539854#: builtin/push.c:5109855msgid "push tags (can't be used with --all or --mirror)"9856msgstr "Tags versenden (kann nicht mit --all oder --mirror verwendet werden)"98579858#: builtin/push.c:513 builtin/send-pack.c:1649859msgid "force updates"9860msgstr "Aktualisierung erzwingen"98619862#: builtin/push.c:515 builtin/send-pack.c:1759863msgid "refname>:<expect"9864msgstr "Referenzname>:<Erwartungswert"98659866#: builtin/push.c:516 builtin/send-pack.c:1769867msgid "require old value of ref to be at this value"9868msgstr "Referenz muss sich auf dem angegebenen Wert befinden"98699870#: builtin/push.c:5199871msgid "control recursive pushing of submodules"9872msgstr "rekursiven \"push\" von Submodulen steuern"98739874#: builtin/push.c:521 builtin/send-pack.c:1699875msgid "use thin pack"9876msgstr "kleinere Pakete verwenden"98779878#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:1589879#: builtin/send-pack.c:1599880msgid "receive pack program"9881msgstr "'receive pack' Programm"98829883#: builtin/push.c:5249884msgid "set upstream for git pull/status"9885msgstr "Upstream für \"git pull/status\" setzen"98869887#: builtin/push.c:5279888msgid "prune locally removed refs"9889msgstr "lokal gelöschte Referenzen entfernen"98909891#: builtin/push.c:5299892msgid "bypass pre-push hook"9893msgstr "\"pre-push hook\" umgehen"98949895#: builtin/push.c:5309896msgid "push missing but relevant tags"9897msgstr "fehlende, aber relevante Tags versenden"98989899#: builtin/push.c:533 builtin/send-pack.c:1669900msgid "GPG sign the push"9901msgstr "signiert \"push\" mit GPG"99029903#: builtin/push.c:535 builtin/send-pack.c:1709904msgid "request atomic transaction on remote side"9905msgstr "Referenzen atomar versenden"99069907#: builtin/push.c:5499908msgid "--delete is incompatible with --all, --mirror and --tags"9909msgstr "Die Option --delete ist inkompatibel mit --all, --mirror und --tags."99109911#: builtin/push.c:5519912msgid "--delete doesn't make sense without any refs"9913msgstr "Die Option --delete kann nur mit Referenzen verwendet werden."99149915#: builtin/read-tree.c:379916msgid ""9917"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "9918"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9919"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"9920msgstr ""9921"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<Präfix>) "9922"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9923"index-output=<Datei>] (--empty | <Commit-Referenz1> [<Commit-Referenz2> "9924"[<Commit-Referenz3>]])"99259926#: builtin/read-tree.c:1109927msgid "write resulting index to <file>"9928msgstr "resultierenden Index nach <Datei> schreiben"99299930#: builtin/read-tree.c:1139931msgid "only empty the index"9932msgstr "nur den Index leeren"99339934#: builtin/read-tree.c:1159935msgid "Merging"9936msgstr "Merge"99379938#: builtin/read-tree.c:1179939msgid "perform a merge in addition to a read"9940msgstr "einen Merge, zusätzlich zum Lesen, ausführen"99419942#: builtin/read-tree.c:1199943msgid "3-way merge if no file level merging required"9944msgstr "3-Wege-Merge, wenn kein Merge auf Dateiebene erforderlich ist"99459946#: builtin/read-tree.c:1219947msgid "3-way merge in presence of adds and removes"9948msgstr "3-Wege-Merge bei Vorhandensein von hinzugefügten/entfernten Zeilen"99499950#: builtin/read-tree.c:1239951msgid "same as -m, but discard unmerged entries"9952msgstr "genau wie -m, aber nicht zusammengeführte Einträge verwerfen"99539954#: builtin/read-tree.c:1249955msgid "<subdirectory>/"9956msgstr "<Unterverzeichnis>/"99579958#: builtin/read-tree.c:1259959msgid "read the tree into the index under <subdirectory>/"9960msgstr "das Verzeichnis in den Index unter <Unterverzeichnis>/ lesen"99619962#: builtin/read-tree.c:1289963msgid "update working tree with merge result"9964msgstr "Arbeitsverzeichnis mit dem Ergebnis des Merges aktualisieren"99659966#: builtin/read-tree.c:1309967msgid "gitignore"9968msgstr "gitignore"99699970#: builtin/read-tree.c:1319971msgid "allow explicitly ignored files to be overwritten"9972msgstr "explizit ignorierte Dateien zu überschreiben erlauben"99739974#: builtin/read-tree.c:1349975msgid "don't check the working tree after merging"9976msgstr "das Arbeitsverzeichnis nach dem Merge nicht prüfen"99779978#: builtin/read-tree.c:1359979msgid "don't update the index or the work tree"9980msgstr "weder den Index, noch das Arbeitsverzeichnis aktualisieren"99819982#: builtin/read-tree.c:1379983msgid "skip applying sparse checkout filter"9984msgstr "Anwendung des Filters für partielles Auschecken überspringen"99859986#: builtin/read-tree.c:1399987msgid "debug unpack-trees"9988msgstr "Entpacken der Bäume protokollieren"99899990#: builtin/receive-pack.c:259991msgid "git receive-pack <git-dir>"9992msgstr "git receive-pack <Git-Verzeichnis>"99939994#: builtin/receive-pack.c:17199995msgid "quiet"9996msgstr "weniger Ausgaben"99979998#: builtin/receive-pack.c:17339999msgid "You must specify a directory."10000msgstr "Sie müssen ein Repository angeben."1000110002#: builtin/reflog.c:42310003#, c-format10004msgid "'%s' for '%s' is not a valid timestamp"10005msgstr "'%s' ist kein gültiger Zeitstempel für '%s'"1000610007#: builtin/reflog.c:540 builtin/reflog.c:54510008#, c-format10009msgid "'%s' is not a valid timestamp"10010msgstr "'%s' ist kein gültiger Zeitstempel"1001110012#: builtin/remote.c:1210013msgid "git remote [-v | --verbose]"10014msgstr "git remote [-v | --verbose]"1001510016#: builtin/remote.c:1310017msgid ""10018"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"10019"mirror=<fetch|push>] <name> <url>"10020msgstr ""10021"git remote add [-t <Branch>] [-m <master>] [-f] [--tags | --no-tags] [--"10022"mirror=<fetch|push>] <Name> <URL>"1002310024#: builtin/remote.c:14 builtin/remote.c:3410025msgid "git remote rename <old> <new>"10026msgstr "git remote rename <alt> <neu>"1002710028#: builtin/remote.c:15 builtin/remote.c:3910029msgid "git remote remove <name>"10030msgstr "git remote remove <Name>"1003110032#: builtin/remote.c:16 builtin/remote.c:4410033msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"10034msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"1003510036#: builtin/remote.c:1710037msgid "git remote [-v | --verbose] show [-n] <name>"10038msgstr "git remote [-v | --verbose] show [-n] <Name>"1003910040#: builtin/remote.c:1810041msgid "git remote prune [-n | --dry-run] <name>"10042msgstr "git remote prune [-n | --dry-run] <Name>"1004310044#: builtin/remote.c:1910045msgid ""10046"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"10047msgstr ""10048"git remote [-v | --verbose] update [-p | --prune] [(<Gruppe> | <Remote>)...]"1004910050#: builtin/remote.c:2010051msgid "git remote set-branches [--add] <name> <branch>..."10052msgstr "git remote set-branches [--add] <Name> <Branch>..."1005310054#: builtin/remote.c:21 builtin/remote.c:7010055msgid "git remote get-url [--push] [--all] <name>"10056msgstr "git remote get-url [--push] [--all] <Name>"1005710058#: builtin/remote.c:22 builtin/remote.c:7510059msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"10060msgstr "git remote set-url [--push] <Name> <neueURL> [<alteURL>]"1006110062#: builtin/remote.c:23 builtin/remote.c:7610063msgid "git remote set-url --add <name> <newurl>"10064msgstr "git remote set-url --add <Name> <neueURL>"1006510066#: builtin/remote.c:24 builtin/remote.c:7710067msgid "git remote set-url --delete <name> <url>"10068msgstr "git remote set-url --delete <Name> <URL>"1006910070#: builtin/remote.c:2910071msgid "git remote add [<options>] <name> <url>"10072msgstr "git remote add [<Optionen>] <Name> <URL>"1007310074#: builtin/remote.c:4910075msgid "git remote set-branches <name> <branch>..."10076msgstr "git remote set-branches <Name> <Branch>..."1007710078#: builtin/remote.c:5010079msgid "git remote set-branches --add <name> <branch>..."10080msgstr "git remote set-branches --add <Name> <Branch>..."1008110082#: builtin/remote.c:5510083msgid "git remote show [<options>] <name>"10084msgstr "git remote show [<Optionen>] <Name>"1008510086#: builtin/remote.c:6010087msgid "git remote prune [<options>] <name>"10088msgstr "git remote prune [<Optionen>] <Name>"1008910090#: builtin/remote.c:6510091msgid "git remote update [<options>] [<group> | <remote>]..."10092msgstr "git remote update [<Optionen>] [<Gruppe> | <externesRepository>]..."1009310094#: builtin/remote.c:9410095#, c-format10096msgid "Updating %s"10097msgstr "Aktualisiere %s"1009810099#: builtin/remote.c:12610100msgid ""10101"--mirror is dangerous and deprecated; please\n"10102"\t use --mirror=fetch or --mirror=push instead"10103msgstr ""10104"--mirror ist gefährlich und veraltet; bitte\n"10105"\t benutzen Sie stattdessen --mirror=fetch oder --mirror=push"1010610107#: builtin/remote.c:14310108#, c-format10109msgid "unknown mirror argument: %s"10110msgstr "unbekanntes Argument für Option --mirror: %s"1011110112#: builtin/remote.c:15910113msgid "fetch the remote branches"10114msgstr "die Remote-Branches anfordern"1011510116#: builtin/remote.c:16110117msgid "import all tags and associated objects when fetching"10118msgstr "alle Tags und verbundene Objekte beim Anfordern importieren"1011910120#: builtin/remote.c:16410121msgid "or do not fetch any tag at all (--no-tags)"10122msgstr "oder fordere gar keine Zweige an (--no-tags)"1012310124#: builtin/remote.c:16610125msgid "branch(es) to track"10126msgstr "Branch(es) zur Übernahme"1012710128#: builtin/remote.c:16710129msgid "master branch"10130msgstr "Hauptbranch"1013110132#: builtin/remote.c:16810133msgid "push|fetch"10134msgstr "push|fetch"1013510136#: builtin/remote.c:16910137msgid "set up remote as a mirror to push to or fetch from"10138msgstr ""10139"Aufsetzen des Remote-Repositories als Spiegel-Repository für \"push\" und "10140"\"fetch\""1014110142#: builtin/remote.c:18110143msgid "specifying a master branch makes no sense with --mirror"10144msgstr ""10145"Die Option --mirror kann nicht mit der Angabe eines Hauptbranches verwendet "10146"werden."1014710148#: builtin/remote.c:18310149msgid "specifying branches to track makes sense only with fetch mirrors"10150msgstr ""10151"Die Angabe von zu folgenden Branches kann nur mit dem Anfordern von "10152"Spiegelarchiven verwendet werden."1015310154#: builtin/remote.c:190 builtin/remote.c:63310155#, c-format10156msgid "remote %s already exists."10157msgstr "externes Repository %s existiert bereits"1015810159#: builtin/remote.c:194 builtin/remote.c:63710160#, c-format10161msgid "'%s' is not a valid remote name"10162msgstr "'%s' ist kein gültiger Name für ein Remote-Repository"1016310164#: builtin/remote.c:23410165#, c-format10166msgid "Could not setup master '%s'"10167msgstr "Konnte symbolische Referenz für Hauptbranch von '%s' nicht einrichten"1016810169#: builtin/remote.c:33610170#, c-format10171msgid "Could not get fetch map for refspec %s"10172msgstr "Konnte Fetch-Map für Refspec %s nicht bekommen"1017310174#: builtin/remote.c:437 builtin/remote.c:44510175msgid "(matching)"10176msgstr "(übereinstimmend)"1017710178#: builtin/remote.c:44910179msgid "(delete)"10180msgstr "(lösche)"1018110182#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:85810183#, c-format10184msgid "No such remote: %s"10185msgstr "Kein solches Remote-Repository: %s"1018610187#: builtin/remote.c:64310188#, c-format10189msgid "Could not rename config section '%s' to '%s'"10190msgstr "Konnte Sektion '%s' in Konfiguration nicht nach '%s' umbenennen"1019110192#: builtin/remote.c:66310193#, c-format10194msgid ""10195"Not updating non-default fetch refspec\n"10196"\t%s\n"10197"\tPlease update the configuration manually if necessary."10198msgstr ""10199"Keine Aktualisierung der nicht standardmäßigen Refspec für \"fetch\"\n"10200"\t%s\n"10201"\tBitte aktualisieren Sie, falls notwendig, die Konfiguration manuell."1020210203#: builtin/remote.c:69910204#, c-format10205msgid "deleting '%s' failed"10206msgstr "Konnte '%s' nicht löschen"1020710208#: builtin/remote.c:73310209#, c-format10210msgid "creating '%s' failed"10211msgstr "Konnte '%s' nicht erstellen"1021210213#: builtin/remote.c:79610214msgid ""10215"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"10216"to delete it, use:"10217msgid_plural ""10218"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"10219"to delete them, use:"10220msgstr[0] ""10221"Hinweis: Ein Branch außerhalb der refs/remotes/ Hierachie wurde nicht "10222"gelöscht;\n"10223"um diesen zu löschen, benutzen Sie:"10224msgstr[1] ""10225"Hinweis: Einige Branches außer der refs/remotes/ Hierarchie wurden nicht "10226"entfernt;\n"10227"um diese zu entfernen, benutzen Sie:"1022810229#: builtin/remote.c:81010230#, c-format10231msgid "Could not remove config section '%s'"10232msgstr "Konnte Sektion '%s' nicht aus Konfiguration entfernen"1023310234#: builtin/remote.c:91110235#, c-format10236msgid " new (next fetch will store in remotes/%s)"10237msgstr " neu (wird bei nächstem \"fetch\" in remotes/%s gespeichert)"1023810239#: builtin/remote.c:91410240msgid " tracked"10241msgstr " gefolgt"1024210243#: builtin/remote.c:91610244msgid " stale (use 'git remote prune' to remove)"10245msgstr " veraltet (benutzen Sie 'git remote prune' zum Löschen)"1024610247#: builtin/remote.c:91810248msgid " ???"10249msgstr " ???"1025010251#: builtin/remote.c:95910252#, c-format10253msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"10254msgstr "ungültiges branch.%s.merge; kann Rebase nicht auf > 1 Branch ausführen"1025510256#: builtin/remote.c:96710257#, c-format10258msgid "rebases interactively onto remote %s"10259msgstr "interaktiver Rebase auf Remote-Branch %s"1026010261#: builtin/remote.c:97110262#, c-format10263msgid " merges with remote %s"10264msgstr " führt mit Remote-Branch %s zusammen"1026510266#: builtin/remote.c:97210267msgid " and with remote"10268msgstr " und mit Remote-Branch"1026910270#: builtin/remote.c:97410271#, c-format10272msgid "merges with remote %s"10273msgstr "führt mit Remote-Branch %s zusammen"1027410275#: builtin/remote.c:97510276msgid " and with remote"10277msgstr " und mit Remote-Branch"1027810279#: builtin/remote.c:102110280msgid "create"10281msgstr "erstellt"1028210283#: builtin/remote.c:102410284msgid "delete"10285msgstr "gelöscht"1028610287#: builtin/remote.c:102810288msgid "up to date"10289msgstr "aktuell"1029010291#: builtin/remote.c:103110292msgid "fast-forwardable"10293msgstr "vorspulbar"1029410295#: builtin/remote.c:103410296msgid "local out of date"10297msgstr "lokal nicht aktuell"1029810299#: builtin/remote.c:104110300#, c-format10301msgid " %-*s forces to %-*s (%s)"10302msgstr " %-*s erzwingt Versandt nach %-*s (%s)"1030310304#: builtin/remote.c:104410305#, c-format10306msgid " %-*s pushes to %-*s (%s)"10307msgstr " %-*s versendet nach %-*s (%s)"1030810309#: builtin/remote.c:104810310#, c-format10311msgid " %-*s forces to %s"10312msgstr " %-*s erzwingt Versand nach %s"1031310314#: builtin/remote.c:105110315#, c-format10316msgid " %-*s pushes to %s"10317msgstr " %-*s versendet nach %s"1031810319#: builtin/remote.c:111910320msgid "do not query remotes"10321msgstr "keine Abfrage von Remote-Repositories"1032210323#: builtin/remote.c:114610324#, c-format10325msgid "* remote %s"10326msgstr "* Remote-Repository %s"1032710328#: builtin/remote.c:114710329#, c-format10330msgid " Fetch URL: %s"10331msgstr " URL zum Abholen: %s"1033210333#: builtin/remote.c:1148 builtin/remote.c:130110334msgid "(no URL)"10335msgstr "(keine URL)"1033610337#. TRANSLATORS: the colon ':' should align with10338#. the one in " Fetch URL: %s" translation10339#: builtin/remote.c:1159 builtin/remote.c:116110340#, c-format10341msgid " Push URL: %s"10342msgstr " URL zum Versenden: %s"1034310344#: builtin/remote.c:1163 builtin/remote.c:1165 builtin/remote.c:116710345#, c-format10346msgid " HEAD branch: %s"10347msgstr " Hauptbranch: %s"1034810349#: builtin/remote.c:116910350#, c-format10351msgid ""10352" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"10353msgstr ""10354" Hauptbranch (externer HEAD ist mehrdeutig, könnte einer der folgenden "10355"sein):\n"1035610357#: builtin/remote.c:118110358#, c-format10359msgid " Remote branch:%s"10360msgid_plural " Remote branches:%s"10361msgstr[0] " Remote-Branch:%s"10362msgstr[1] " Remote-Branches:%s"1036310364#: builtin/remote.c:1184 builtin/remote.c:121110365msgid " (status not queried)"10366msgstr " (Zustand nicht abgefragt)"1036710368#: builtin/remote.c:119310369msgid " Local branch configured for 'git pull':"10370msgid_plural " Local branches configured for 'git pull':"10371msgstr[0] " Lokaler Branch konfiguriert für 'git pull':"10372msgstr[1] " Lokale Branches konfiguriert für 'git pull':"1037310374#: builtin/remote.c:120110375msgid " Local refs will be mirrored by 'git push'"10376msgstr " Lokale Referenzen werden von 'git push' gespiegelt"1037710378#: builtin/remote.c:120810379#, c-format10380msgid " Local ref configured for 'git push'%s:"10381msgid_plural " Local refs configured for 'git push'%s:"10382msgstr[0] " Lokale Referenz konfiguriert für 'git push'%s:"10383msgstr[1] " Lokale Referenzen konfiguriert für 'git push'%s:"1038410385#: builtin/remote.c:122910386msgid "set refs/remotes/<name>/HEAD according to remote"10387msgstr "setzt refs/remotes/<Name>/HEAD gemäß dem Remote-Repository"1038810389#: builtin/remote.c:123110390msgid "delete refs/remotes/<name>/HEAD"10391msgstr "entfernt refs/remotes/<Name>/HEAD"1039210393#: builtin/remote.c:124610394msgid "Cannot determine remote HEAD"10395msgstr "Kann HEAD des Remote-Repositories nicht bestimmen"1039610397#: builtin/remote.c:124810398msgid "Multiple remote HEAD branches. Please choose one explicitly with:"10399msgstr ""10400"Mehrere Hauptbranches im Remote-Repository. Bitte wählen Sie explizit einen "10401"aus mit:"1040210403#: builtin/remote.c:125810404#, c-format10405msgid "Could not delete %s"10406msgstr "Konnte %s nicht entfernen"1040710408#: builtin/remote.c:126610409#, c-format10410msgid "Not a valid ref: %s"10411msgstr "keine gültige Referenz: %s"1041210413#: builtin/remote.c:126810414#, c-format10415msgid "Could not setup %s"10416msgstr "Konnte %s nicht einrichten"1041710418#: builtin/remote.c:128610419#, c-format10420msgid " %s will become dangling!"10421msgstr " %s wird unreferenziert!"1042210423#: builtin/remote.c:128710424#, c-format10425msgid " %s has become dangling!"10426msgstr " %s wurde unreferenziert!"1042710428#: builtin/remote.c:129710429#, c-format10430msgid "Pruning %s"10431msgstr "entferne veraltete Branches von %s"1043210433#: builtin/remote.c:129810434#, c-format10435msgid "URL: %s"10436msgstr "URL: %s"1043710438#: builtin/remote.c:131410439#, c-format10440msgid " * [would prune] %s"10441msgstr " * [würde veralteten Branch entfernen] %s"1044210443#: builtin/remote.c:131710444#, c-format10445msgid " * [pruned] %s"10446msgstr "* [veralteten Branch entfernt] %s"1044710448#: builtin/remote.c:136210449msgid "prune remotes after fetching"10450msgstr "entferne veraltete Branches im Remote-Repository nach \"fetch\""1045110452#: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:154710453#, c-format10454msgid "No such remote '%s'"10455msgstr "Kein solches Remote-Repository '%s'"1045610457#: builtin/remote.c:144110458msgid "add branch"10459msgstr "Branch hinzufügen"1046010461#: builtin/remote.c:144810462msgid "no remote specified"10463msgstr "kein Remote-Repository angegeben"1046410465#: builtin/remote.c:146510466msgid "query push URLs rather than fetch URLs"10467msgstr "nur URLs für Push ausgeben"1046810469#: builtin/remote.c:146710470msgid "return all URLs"10471msgstr "alle URLs ausgeben"1047210473#: builtin/remote.c:149510474#, c-format10475msgid "no URLs configured for remote '%s'"10476msgstr "Keine URLs für Remote-Repository '%s' konfiguriert."1047710478#: builtin/remote.c:152110479msgid "manipulate push URLs"10480msgstr "URLs für \"push\" manipulieren"1048110482#: builtin/remote.c:152310483msgid "add URL"10484msgstr "URL hinzufügen"1048510486#: builtin/remote.c:152510487msgid "delete URLs"10488msgstr "URLs löschen"1048910490#: builtin/remote.c:153210491msgid "--add --delete doesn't make sense"10492msgstr ""10493"Die Optionen --add und --delete können nicht gemeinsam verwendet werden."1049410495#: builtin/remote.c:157310496#, c-format10497msgid "Invalid old URL pattern: %s"10498msgstr "ungültiges altes URL Format: %s"1049910500#: builtin/remote.c:158110501#, c-format10502msgid "No such URL found: %s"10503msgstr "Keine solche URL gefunden: %s"1050410505#: builtin/remote.c:158310506msgid "Will not delete all non-push URLs"10507msgstr "Werde keine URLs entfernen, die nicht für \"push\" bestimmt sind"1050810509#: builtin/remote.c:159710510msgid "be verbose; must be placed before a subcommand"10511msgstr "erweiterte Ausgaben; muss vor einem Unterbefehl angegeben werden"1051210513#: builtin/repack.c:1710514msgid "git repack [<options>]"10515msgstr "git repack [<Optionen>]"1051610517#: builtin/repack.c:15910518msgid "pack everything in a single pack"10519msgstr "alles in eine einzige Pack-Datei packen"1052010521#: builtin/repack.c:16110522msgid "same as -a, and turn unreachable objects loose"10523msgstr "genau wie -a, unerreichbare Objekte werden aber nicht gelöscht"1052410525#: builtin/repack.c:16410526msgid "remove redundant packs, and run git-prune-packed"10527msgstr "redundante Pakete entfernen und \"git-prune-packed\" ausführen"1052810529#: builtin/repack.c:16610530msgid "pass --no-reuse-delta to git-pack-objects"10531msgstr "--no-reuse-delta an git-pack-objects übergeben"1053210533#: builtin/repack.c:16810534msgid "pass --no-reuse-object to git-pack-objects"10535msgstr "--no-reuse-object an git-pack-objects übergeben"1053610537#: builtin/repack.c:17010538msgid "do not run git-update-server-info"10539msgstr "git-update-server-info nicht ausführen"1054010541#: builtin/repack.c:17310542msgid "pass --local to git-pack-objects"10543msgstr "--local an git-pack-objects übergeben"1054410545#: builtin/repack.c:17510546msgid "write bitmap index"10547msgstr "Bitmap-Index schreiben"1054810549#: builtin/repack.c:17610550msgid "approxidate"10551msgstr "Datumsangabe"1055210553#: builtin/repack.c:17710554msgid "with -A, do not loosen objects older than this"10555msgstr "mit -A, keine Objekte älter als dieses Datum löschen"1055610557#: builtin/repack.c:17910558msgid "size of the window used for delta compression"10559msgstr "Größe des Fensters für die Delta-Kompression"1056010561#: builtin/repack.c:180 builtin/repack.c:18410562msgid "bytes"10563msgstr "Bytes"1056410565#: builtin/repack.c:18110566msgid "same as the above, but limit memory size instead of entries count"10567msgstr ""10568"gleiches wie oben, aber die Speichergröße anstatt der\n"10569"Anzahl der Einträge limitieren"1057010571#: builtin/repack.c:18310572msgid "limits the maximum delta depth"10573msgstr "die maximale Delta-Tiefe limitieren"1057410575#: builtin/repack.c:18510576msgid "maximum size of each packfile"10577msgstr "maximale Größe für jede Paketdatei"1057810579#: builtin/repack.c:18710580msgid "repack objects in packs marked with .keep"10581msgstr ""10582"Objekte umpacken, die sich in mit .keep markierten Pack-Dateien befinden"1058310584#: builtin/repack.c:19710585msgid "cannot delete packs in a precious-objects repo"10586msgstr "kann Pack-Dateien in precious-objects Repository nicht löschen"1058710588#: builtin/repack.c:38110589#, c-format10590msgid "removing '%s' failed"10591msgstr "Löschen von '%s' fehlgeschlagen"1059210593#: builtin/replace.c:1910594msgid "git replace [-f] <object> <replacement>"10595msgstr "git replace [-f] <Objekt> <Ersetzung>"1059610597#: builtin/replace.c:2010598msgid "git replace [-f] --edit <object>"10599msgstr "git replace [-f] --edit <Objekt>"1060010601#: builtin/replace.c:2110602msgid "git replace [-f] --graft <commit> [<parent>...]"10603msgstr "git replace [-f] --graft <Commit> [<Eltern-Commit>...]"1060410605#: builtin/replace.c:2210606msgid "git replace -d <object>..."10607msgstr "git replace -d <Objekt>..."1060810609#: builtin/replace.c:2310610msgid "git replace [--format=<format>] [-l [<pattern>]]"10611msgstr "git replace [--format=<Format>] [-l [<Muster>]]"1061210613#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:39110614#, c-format10615msgid "Not a valid object name: '%s'"10616msgstr "Ungültiger Objekt-Name: '%s'"1061710618#: builtin/replace.c:35510619#, c-format10620msgid "bad mergetag in commit '%s'"10621msgstr "ungültiger Merge-Tag in Commit '%s'"1062210623#: builtin/replace.c:35710624#, c-format10625msgid "malformed mergetag in commit '%s'"10626msgstr "fehlerhafter Merge-Tag in Commit '%s'"1062710628#: builtin/replace.c:36810629#, c-format10630msgid ""10631"original commit '%s' contains mergetag '%s' that is discarded; use --edit "10632"instead of --graft"10633msgstr ""10634"Der ursprüngliche Commit '%s' enthält Merge-Tag '%s', der verworfen\n"10635"wird; benutzen Sie --edit anstatt --graft"1063610637#: builtin/replace.c:40110638#, c-format10639msgid "the original commit '%s' has a gpg signature."10640msgstr "Der ursprüngliche Commit '%s' hat eine GPG-Signatur."1064110642#: builtin/replace.c:40210643msgid "the signature will be removed in the replacement commit!"10644msgstr "Die Signatur wird in dem Ersetzungs-Commit entfernt!"1064510646#: builtin/replace.c:40810647#, c-format10648msgid "could not write replacement commit for: '%s'"10649msgstr "Konnte Ersetzungs-Commit für '%s' nicht schreiben"1065010651#: builtin/replace.c:43210652msgid "list replace refs"10653msgstr "ersetzende Referenzen auflisten"1065410655#: builtin/replace.c:43310656msgid "delete replace refs"10657msgstr "ersetzende Referenzen löschen"1065810659#: builtin/replace.c:43410660msgid "edit existing object"10661msgstr "existierendes Objekt bearbeiten"1066210663#: builtin/replace.c:43510664msgid "change a commit's parents"10665msgstr "Eltern-Commits eines Commits ändern"1066610667#: builtin/replace.c:43610668msgid "replace the ref if it exists"10669msgstr "die Referenz ersetzen, wenn sie existiert"1067010671#: builtin/replace.c:43710672msgid "do not pretty-print contents for --edit"10673msgstr "keine ansprechende Anzeige des Objektinhaltes für --edit"1067410675#: builtin/replace.c:43810676msgid "use this format"10677msgstr "das angegebene Format benutzen"1067810679#: builtin/rerere.c:1210680msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"10681msgstr "git rerere [clean | forget <Pfad>... | status | remaining | diff | gc]"1068210683#: builtin/rerere.c:5810684msgid "register clean resolutions in index"10685msgstr "saubere Auflösungen im Index registrieren"1068610687#: builtin/reset.c:2610688msgid ""10689"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"10690msgstr ""10691"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<Commit>]"1069210693#: builtin/reset.c:2710694msgid "git reset [-q] <tree-ish> [--] <paths>..."10695msgstr "git reset [-q] <Commit-Referenz> [--] <Pfade>..."1069610697#: builtin/reset.c:2810698msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"10699msgstr "git reset --patch [<Commit-Referenz>] [--] [<Pfade>...]"1070010701#: builtin/reset.c:3410702msgid "mixed"10703msgstr "mixed"1070410705#: builtin/reset.c:3410706msgid "soft"10707msgstr "soft"1070810709#: builtin/reset.c:3410710msgid "hard"10711msgstr "hard"1071210713#: builtin/reset.c:3410714msgid "merge"10715msgstr "zusammenführen"1071610717#: builtin/reset.c:3410718msgid "keep"10719msgstr "keep"1072010721#: builtin/reset.c:7410722msgid "You do not have a valid HEAD."10723msgstr "Sie haben keinen gültigen HEAD."1072410725#: builtin/reset.c:7610726msgid "Failed to find tree of HEAD."10727msgstr "Fehler beim Finden des \"Tree\"-Objektes von HEAD."1072810729#: builtin/reset.c:8210730#, c-format10731msgid "Failed to find tree of %s."10732msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."1073310734#: builtin/reset.c:10010735#, c-format10736msgid "HEAD is now at %s"10737msgstr "HEAD ist jetzt bei %s"1073810739#: builtin/reset.c:18310740#, c-format10741msgid "Cannot do a %s reset in the middle of a merge."10742msgstr "Kann keinen '%s'-Reset durchführen, während ein Merge im Gange ist."1074310744#: builtin/reset.c:27610745msgid "be quiet, only report errors"10746msgstr "weniger Ausgaben, meldet nur Fehler"1074710748#: builtin/reset.c:27810749msgid "reset HEAD and index"10750msgstr "HEAD und Index umsetzen"1075110752#: builtin/reset.c:27910753msgid "reset only HEAD"10754msgstr "nur HEAD umsetzen"1075510756#: builtin/reset.c:281 builtin/reset.c:28310757msgid "reset HEAD, index and working tree"10758msgstr "HEAD, Index und Arbeitsverzeichnis umsetzen"1075910760#: builtin/reset.c:28510761msgid "reset HEAD but keep local changes"10762msgstr "HEAD umsetzen, aber lokale Änderungen behalten"1076310764#: builtin/reset.c:28810765msgid "record only the fact that removed paths will be added later"10766msgstr "nur speichern, dass gelöschte Pfade später hinzugefügt werden sollen"1076710768#: builtin/reset.c:30510769#, c-format10770msgid "Failed to resolve '%s' as a valid revision."10771msgstr "Konnte '%s' nicht als gültigen Commit auflösen."1077210773#: builtin/reset.c:31310774#, c-format10775msgid "Failed to resolve '%s' as a valid tree."10776msgstr "Konnte '%s' nicht als gültiges \"Tree\"-Objekt auflösen."1077710778#: builtin/reset.c:32210779msgid "--patch is incompatible with --{hard,mixed,soft}"10780msgstr "--patch ist inkompatibel mit --{hard,mixed,soft}"1078110782#: builtin/reset.c:33110783msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."10784msgstr ""10785"--mixed mit Pfaden ist veraltet; benutzen Sie stattdessen 'git reset -- "10786"<Pfade>'."1078710788#: builtin/reset.c:33310789#, c-format10790msgid "Cannot do %s reset with paths."10791msgstr "Ein '%s'-Reset mit Pfaden ist nicht möglich."1079210793#: builtin/reset.c:34310794#, c-format10795msgid "%s reset is not allowed in a bare repository"10796msgstr "'%s'-Reset ist in einem Bare-Repository nicht erlaubt"1079710798#: builtin/reset.c:34710799msgid "-N can only be used with --mixed"10800msgstr "-N kann nur mit -mixed benutzt werden"1080110802#: builtin/reset.c:36410803msgid "Unstaged changes after reset:"10804msgstr "Nicht zum Commit vorgemerkte Änderungen nach Zurücksetzung:"1080510806#: builtin/reset.c:37010807#, c-format10808msgid "Could not reset index file to revision '%s'."10809msgstr "Konnte Index-Datei nicht zu Commit '%s' setzen."1081010811#: builtin/reset.c:37410812msgid "Could not write new index file."10813msgstr "Konnte neue Index-Datei nicht schreiben."1081410815#: builtin/rev-list.c:35010816msgid "rev-list does not support display of notes"10817msgstr "rev-list unterstützt keine Anzeige von Notizen"1081810819#: builtin/rev-parse.c:35810820msgid "git rev-parse --parseopt [<options>] -- [<args>...]"10821msgstr "git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]"1082210823#: builtin/rev-parse.c:36310824msgid "keep the `--` passed as an arg"10825msgstr "`--` als Argument lassen"1082610827#: builtin/rev-parse.c:36510828msgid "stop parsing after the first non-option argument"10829msgstr "das Parsen nach dem ersten Argument, was keine Option ist, stoppen"1083010831#: builtin/rev-parse.c:36810832msgid "output in stuck long form"10833msgstr ""10834"Ausgabe in Langform mit Argumenten an den Optionen (getrennt durch '=')"1083510836#: builtin/rev-parse.c:49910837msgid ""10838"git rev-parse --parseopt [<options>] -- [<args>...]\n"10839" or: git rev-parse --sq-quote [<arg>...]\n"10840" or: git rev-parse [<options>] [<arg>...]\n"10841"\n"10842"Run \"git rev-parse --parseopt -h\" for more information on the first usage."10843msgstr ""10844"git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]\n"10845" oder: git rev-parse --sq-quote [<Argumente>...]\n"10846" oder: git rev-parse [<Optionen>] [<Argumente>...]\n"10847"\n"10848"Führen Sie \"git rev-parse --parseopt -h\" für weitere Informationen bei "10849"erster Verwendung aus."1085010851#: builtin/revert.c:2210852msgid "git revert [<options>] <commit-ish>..."10853msgstr "git revert [<Optionen>] <Commit-Angabe>..."1085410855#: builtin/revert.c:2310856msgid "git revert <subcommand>"10857msgstr "git revert <Unterbefehl>"1085810859#: builtin/revert.c:2810860msgid "git cherry-pick [<options>] <commit-ish>..."10861msgstr "git cherry-pick [<Optionen>] <Commit-Angabe>..."1086210863#: builtin/revert.c:2910864msgid "git cherry-pick <subcommand>"10865msgstr "git cherry-pick <Unterbefehl>"1086610867#: builtin/revert.c:7110868#, c-format10869msgid "%s: %s cannot be used with %s"10870msgstr "%s: %s kann nicht mit %s verwendet werden"1087110872#: builtin/revert.c:8010873msgid "end revert or cherry-pick sequence"10874msgstr "\"revert\" oder \"cherry-pick\" Ablauf beenden"1087510876#: builtin/revert.c:8110877msgid "resume revert or cherry-pick sequence"10878msgstr "\"revert\" oder \"cherry-pick\" Ablauf fortsetzen"1087910880#: builtin/revert.c:8210881msgid "cancel revert or cherry-pick sequence"10882msgstr "\"revert\" oder \"cherry-pick\" Ablauf abbrechen"1088310884#: builtin/revert.c:8310885msgid "don't automatically commit"10886msgstr "nicht automatisch committen"1088710888#: builtin/revert.c:8410889msgid "edit the commit message"10890msgstr "Commit-Beschreibung bearbeiten"1089110892#: builtin/revert.c:8710893msgid "parent number"10894msgstr "Nummer des Elternteils"1089510896#: builtin/revert.c:8910897msgid "merge strategy"10898msgstr "Merge-Strategie"1089910900#: builtin/revert.c:9010901msgid "option"10902msgstr "Option"1090310904#: builtin/revert.c:9110905msgid "option for merge strategy"10906msgstr "Option für Merge-Strategie"1090710908#: builtin/revert.c:10410909msgid "append commit name"10910msgstr "Commit-Namen anhängen"1091110912#: builtin/revert.c:10610913msgid "preserve initially empty commits"10914msgstr "ursprüngliche, leere Commits erhalten"1091510916#: builtin/revert.c:10710917msgid "allow commits with empty messages"10918msgstr "Commits mit leerer Beschreibung erlauben"1091910920#: builtin/revert.c:10810921msgid "keep redundant, empty commits"10922msgstr "redundante, leere Commits behalten"1092310924#: builtin/revert.c:11210925msgid "program error"10926msgstr "Programmfehler"1092710928#: builtin/revert.c:19710929msgid "revert failed"10930msgstr "\"revert\" fehlgeschlagen"1093110932#: builtin/revert.c:21210933msgid "cherry-pick failed"10934msgstr "\"cherry-pick\" fehlgeschlagen"1093510936#: builtin/rm.c:1710937msgid "git rm [<options>] [--] <file>..."10938msgstr "git rm [<Optionen>] [--] <Datei>..."1093910940#: builtin/rm.c:6510941msgid ""10942"the following submodule (or one of its nested submodules)\n"10943"uses a .git directory:"10944msgid_plural ""10945"the following submodules (or one of their nested submodules)\n"10946"use a .git directory:"10947msgstr[0] ""10948"das folgende Submodul (oder ein geschachteltes Submodul hiervon)\n"10949"benutzt ein .git-Verzeichnis:"10950msgstr[1] ""10951"die folgenden Submodule (oder ein geschachteltes Submodul hiervon)\n"10952"benutzen ein .git-Verzeichnis:"1095310954#: builtin/rm.c:7110955msgid ""10956"\n"10957"(use 'rm -rf' if you really want to remove it including all of its history)"10958msgstr ""10959"\n"10960"(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"10961"seiner Historie löschen möchten)"1096210963#: builtin/rm.c:23010964msgid ""10965"the following file has staged content different from both the\n"10966"file and the HEAD:"10967msgid_plural ""10968"the following files have staged content different from both the\n"10969"file and the HEAD:"10970msgstr[0] ""10971"die folgende Datei hat zum Commit vorgemerkte Änderungen unterschiedlich\n"10972"zu der Datei und HEAD:"10973msgstr[1] ""10974"die folgenden Dateien haben zum Commit vorgemerkte Änderungen "10975"unterschiedlich\n"10976"zu der Datei und HEAD:"1097710978#: builtin/rm.c:23510979msgid ""10980"\n"10981"(use -f to force removal)"10982msgstr ""10983"\n"10984"(benutzen Sie -f, um die Löschung zu erzwingen)"1098510986#: builtin/rm.c:23910987msgid "the following file has changes staged in the index:"10988msgid_plural "the following files have changes staged in the index:"10989msgstr[0] "die folgende Datei hat zum Commit vorgemerkte Änderungen:"10990msgstr[1] "die folgenden Dateien haben zum Commit vorgemerkte Änderungen:"1099110992#: builtin/rm.c:243 builtin/rm.c:25410993msgid ""10994"\n"10995"(use --cached to keep the file, or -f to force removal)"10996msgstr ""10997"\n"10998"(benutzen Sie --cached, um die Datei zu behalten, oder -f, um die Entfernung "10999"zu erzwingen)"1100011001#: builtin/rm.c:25111002msgid "the following file has local modifications:"11003msgid_plural "the following files have local modifications:"11004msgstr[0] "die folgende Datei hat lokale Änderungen:"11005msgstr[1] "die folgenden Dateien haben lokale Änderungen:"1100611007#: builtin/rm.c:26911008msgid "do not list removed files"11009msgstr "keine gelöschten Dateien auflisten"1101011011#: builtin/rm.c:27011012msgid "only remove from the index"11013msgstr "nur aus dem Index entfernen"1101411015#: builtin/rm.c:27111016msgid "override the up-to-date check"11017msgstr "die \"up-to-date\" Prüfung überschreiben"1101811019#: builtin/rm.c:27211020msgid "allow recursive removal"11021msgstr "rekursive Entfernung erlauben"1102211023#: builtin/rm.c:27411024msgid "exit with a zero status even if nothing matched"11025msgstr "mit Rückgabewert 0 beenden, wenn keine Übereinstimmung gefunden wurde"1102611027#: builtin/rm.c:33511028#, c-format11029msgid "not removing '%s' recursively without -r"11030msgstr "'%s' wird nicht ohne -r rekursiv entfernt"1103111032#: builtin/rm.c:37411033#, c-format11034msgid "git rm: unable to remove %s"11035msgstr "git rm: konnte %s nicht löschen"1103611037#: builtin/send-pack.c:1811038msgid ""11039"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"11040"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "11041"[<ref>...]\n"11042" --all and explicit <ref> specification are mutually exclusive."11043msgstr ""11044"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"11045"receive-pack>] [--verbose] [--thin] [--atomic] [<Host>:]<Verzeichnis> "11046"[<Referenz>...]\n"11047" --all und die explizite Angabe einer <Referenz> schließen sich gegenseitig "11048"aus."1104911050#: builtin/send-pack.c:16011051msgid "remote name"11052msgstr "Name des Remote-Repositories"1105311054#: builtin/send-pack.c:17111055msgid "use stateless RPC protocol"11056msgstr "zustandsloses RPC-Protokoll verwenden"1105711058#: builtin/send-pack.c:17211059msgid "read refs from stdin"11060msgstr "Referenzen von der Standard-Eingabe lesen"1106111062#: builtin/send-pack.c:17311063msgid "print status from remote helper"11064msgstr "Status des Remote-Helpers ausgeben"1106511066#: builtin/shortlog.c:1311067msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"11068msgstr "git shortlog [<Optionen>] [<Commitbereich>] [[--] [<Pfad>...]]"1106911070#: builtin/shortlog.c:24211071msgid "sort output according to the number of commits per author"11072msgstr "die Ausgabe entsprechend der Anzahl von Commits pro Autor sortieren"1107311074#: builtin/shortlog.c:24411075msgid "Suppress commit descriptions, only provides commit count"11076msgstr "Commit-Beschreibungen unterdrücken, nur Anzahl der Commits liefern"1107711078#: builtin/shortlog.c:24611079msgid "Show the email address of each author"11080msgstr "die E-Mail-Adresse von jedem Autor anzeigen"1108111082#: builtin/shortlog.c:24711083msgid "w[,i1[,i2]]"11084msgstr "w[,i1[,i2]]"1108511086#: builtin/shortlog.c:24811087msgid "Linewrap output"11088msgstr "Ausgabe mit Zeilenumbrüchen"1108911090#: builtin/show-branch.c:1011091msgid ""11092"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"11093"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"11094"\t\t[--more=<n> | --list | --independent | --merge-base]\n"11095"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"11096msgstr ""11097"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"11098"\t\t[--current] [--color[=<Wann>] | --no-color] [--sparse]\n"11099"\t\t[--more=<n> | --list | --independent | --merge-base]\n"11100"\t\t[--no-name | --sha1-name] [--topics] [(<Commit> | <glob>)...]"1110111102#: builtin/show-branch.c:1411103msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"11104msgstr "git show-branch (-g | --reflog)[=<n>[,<Basis>]] [--list] [<Referenz>]"1110511106#: builtin/show-branch.c:64011107msgid "show remote-tracking and local branches"11108msgstr "Remote-Tracking und lokale Branches anzeigen"1110911110#: builtin/show-branch.c:64211111msgid "show remote-tracking branches"11112msgstr "Remote-Tracking-Branches anzeigen"1111311114#: builtin/show-branch.c:64411115msgid "color '*!+-' corresponding to the branch"11116msgstr "'*!+-' entsprechend des Branches einfärben"1111711118#: builtin/show-branch.c:64611119msgid "show <n> more commits after the common ancestor"11120msgstr "<n> weitere Commits nach dem gemeinsamen Vorgänger-Commit anzeigen"1112111122#: builtin/show-branch.c:64811123msgid "synonym to more=-1"11124msgstr "Synonym für more=-1"1112511126#: builtin/show-branch.c:64911127msgid "suppress naming strings"11128msgstr "Namen unterdrücken"1112911130#: builtin/show-branch.c:65111131msgid "include the current branch"11132msgstr "den aktuellen Branch einbeziehen"1113311134#: builtin/show-branch.c:65311135msgid "name commits with their object names"11136msgstr "Commits nach ihren Objektnamen benennen"1113711138#: builtin/show-branch.c:65511139msgid "show possible merge bases"11140msgstr "mögliche Merge-Basen anzeigen"1114111142#: builtin/show-branch.c:65711143msgid "show refs unreachable from any other ref"11144msgstr ""11145"Referenzen, die unerreichbar von allen anderen Referenzen sind, anzeigen"1114611147#: builtin/show-branch.c:65911148msgid "show commits in topological order"11149msgstr "Commits in topologischer Ordnung anzeigen"1115011151#: builtin/show-branch.c:66211152msgid "show only commits not on the first branch"11153msgstr "nur Commits anzeigen, die sich nicht im ersten Branch befinden"1115411155#: builtin/show-branch.c:66411156msgid "show merges reachable from only one tip"11157msgstr "Merges anzeigen, die nur von einem Branch aus erreichbar sind"1115811159#: builtin/show-branch.c:66611160msgid "topologically sort, maintaining date order where possible"11161msgstr "topologische Sortierung, Beibehaltung Datumsordnung wo möglich"1116211163#: builtin/show-branch.c:66911164msgid "<n>[,<base>]"11165msgstr "<n>[,<Basis>]"1116611167#: builtin/show-branch.c:67011168msgid "show <n> most recent ref-log entries starting at base"11169msgstr "die <n> jüngsten Einträge im Reflog, beginnend an der Basis, anzeigen"1117011171#: builtin/show-ref.c:1011172msgid ""11173"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"11174"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"11175msgstr ""11176"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"11177"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<Muster>...] "1117811179#: builtin/show-ref.c:1111180msgid "git show-ref --exclude-existing[=<pattern>]"11181msgstr "git show-ref --exclude-existing[=<Muster>]"1118211183#: builtin/show-ref.c:16511184msgid "only show tags (can be combined with heads)"11185msgstr "nur Tags anzeigen (kann mit \"heads\" kombiniert werden)"1118611187#: builtin/show-ref.c:16611188msgid "only show heads (can be combined with tags)"11189msgstr "nur Branches anzeigen (kann mit \"tags\" kombiniert werden)"1119011191#: builtin/show-ref.c:16711192msgid "stricter reference checking, requires exact ref path"11193msgstr "strengere Referenzprüfung, erfordert exakten Referenzpfad"1119411195#: builtin/show-ref.c:170 builtin/show-ref.c:17211196msgid "show the HEAD reference, even if it would be filtered out"11197msgstr ""11198"die HEAD-Referenz anzeigen, selbst wenn diese ausgefiltert werden würde"1119911200#: builtin/show-ref.c:17411201msgid "dereference tags into object IDs"11202msgstr "Tags in Objekt-Identifikationen dereferenzieren"1120311204#: builtin/show-ref.c:17611205msgid "only show SHA1 hash using <n> digits"11206msgstr "nur SHA1 Hash mit <n> Ziffern anzeigen"1120711208#: builtin/show-ref.c:18011209msgid "do not print results to stdout (useful with --verify)"11210msgstr ""11211"keine Ausgabe der Ergebnisse in die Standard-Ausgabe (nützlich mit --verify)"1121211213#: builtin/show-ref.c:18211214msgid "show refs from stdin that aren't in local repository"11215msgstr ""11216"Referenzen von der Standard-Eingabe anzeigen, die sich nicht im lokalen "11217"Repository befinden"1121811219#: builtin/stripspace.c:1711220msgid "git stripspace [-s | --strip-comments]"11221msgstr "git stripspace [-s | --strip-comments]"1122211223#: builtin/stripspace.c:1811224msgid "git stripspace [-c | --comment-lines]"11225msgstr "git stripspace [-c | --comment-lines]"1122611227#: builtin/stripspace.c:3511228msgid "skip and remove all lines starting with comment character"11229msgstr ""11230"alle Zeilen, die mit dem Kommentarzeichen beginnen, überspringen und "11231"entfernen"1123211233#: builtin/stripspace.c:3811234msgid "prepend comment character and space to each line"11235msgstr "Kommentarzeichen mit Leerzeichen an jede Zeile voranstellen"1123611237#: builtin/submodule--helper.c:2411238#, c-format11239msgid "No such ref: %s"11240msgstr "Referenz nicht gefunden: %s"1124111242#: builtin/submodule--helper.c:3111243#, c-format11244msgid "Expecting a full ref name, got %s"11245msgstr "Vollständiger Referenzname erwartet, %s erhalten"1124611247#: builtin/submodule--helper.c:7111248#, c-format11249msgid "cannot strip one component off url '%s'"11250msgstr "Kann eine Komponente von URL '%s' nicht extrahieren"1125111252#: builtin/submodule--helper.c:278 builtin/submodule--helper.c:40511253#: builtin/submodule--helper.c:48611254msgid "alternative anchor for relative paths"11255msgstr "Alternativer Anker für relative Pfade"1125611257#: builtin/submodule--helper.c:28311258msgid "git submodule--helper list [--prefix=<path>] [<path>...]"11259msgstr "git submodule--helper list [--prefix=<Pfad>] [<Pfad>...]"1126011261#: builtin/submodule--helper.c:326 builtin/submodule--helper.c:34011262#, c-format11263msgid "No url found for submodule path '%s' in .gitmodules"11264msgstr "Keine URL für Submodul-Pfad '%s' in .gitmodules gefunden"1126511266#: builtin/submodule--helper.c:36611267#, c-format11268msgid "Failed to register url for submodule path '%s'"11269msgstr "Fehler beim Eintragen der URL für Submodul-Pfad '%s' in die Konfiguration."1127011271#: builtin/submodule--helper.c:37011272#, c-format11273msgid "Submodule '%s' (%s) registered for path '%s'\n"11274msgstr "Submodul '%s' (%s) für Pfad '%s' in die Konfiguration eingetragen.\n"1127511276#: builtin/submodule--helper.c:38011277#, c-format11278msgid "warning: command update mode suggested for submodule '%s'\n"11279msgstr "Warnung: 'update'-Modus für Submodul '%s' vorgeschlagen\n"1128011281#: builtin/submodule--helper.c:38711282#, c-format11283msgid "Failed to register update mode for submodule path '%s'"11284msgstr ""11285"Fehler bei Änderung des Aktualisierungsmodus für Submodul-Pfad '%s' in der\n"11286"Konfiguration."1128711288#: builtin/submodule--helper.c:40611289msgid "Suppress output for initializing a submodule"11290msgstr "Ausgaben bei Initialisierung eines Submoduls unterdrücken"1129111292#: builtin/submodule--helper.c:41111293msgid "git submodule--helper init [<path>]"11294msgstr "git submodule--helper init [<Pfad>]"1129511296#: builtin/submodule--helper.c:43211297msgid "git submodule--helper name <path>"11298msgstr "git submodule--helper name <Pfad>"1129911300#: builtin/submodule--helper.c:43811301#, c-format11302msgid "no submodule mapping found in .gitmodules for path '%s'"11303msgstr "Keine Submodul-Zuordnung in .gitmodules für Pfad '%s' gefunden"1130411305#: builtin/submodule--helper.c:48911306msgid "where the new submodule will be cloned to"11307msgstr "Pfad für neues Submodul"1130811309#: builtin/submodule--helper.c:49211310msgid "name of the new submodule"11311msgstr "Name des neuen Submoduls"1131211313#: builtin/submodule--helper.c:49511314msgid "url where to clone the submodule from"11315msgstr "URL von der das Submodul geklont wird"1131611317#: builtin/submodule--helper.c:50111318msgid "depth for shallow clones"11319msgstr "Tiefe des Klons mit unvollständiger Historie (shallow)"1132011321#: builtin/submodule--helper.c:50711322msgid ""11323"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "11324"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"11325msgstr "git submodule--helper clone [--prefix=<Pfad>] [--quiet] [--reference <Repository>] [--name <Name>] [--url <URL>] [--name <Name>] [--depth <Tiefe>] --url <URL> --path <Pfad>"1132611327#: builtin/submodule--helper.c:532 builtin/submodule--helper.c:53811328#, c-format11329msgid "could not create directory '%s'"11330msgstr "Konnte Verzeichnis '%s' nicht erstellen."1133111332#: builtin/submodule--helper.c:53411333#, c-format11334msgid "clone of '%s' into submodule path '%s' failed"11335msgstr "Klonen von '%s' in Submodul-Pfad '%s' fehlgeschlagen"1133611337#: builtin/submodule--helper.c:55011338#, c-format11339msgid "cannot open file '%s'"11340msgstr "Kann Datei '%s' nicht öffnen"1134111342#: builtin/submodule--helper.c:55511343#, c-format11344msgid "could not close file %s"11345msgstr "Konnte Datei '%s' nicht schließen."1134611347#: builtin/submodule--helper.c:56211348#, c-format11349msgid "could not get submodule directory for '%s'"11350msgstr "Konnte Submodul-Verzeichnis '%s' nicht finden."1135111352#: builtin/submodule--helper.c:60911353#, c-format11354msgid "Submodule path '%s' not initialized"11355msgstr "Submodul-Pfad '%s' nicht initialisiert"1135611357#: builtin/submodule--helper.c:61311358msgid "Maybe you want to use 'update --init'?"11359msgstr "Meinten Sie vielleicht 'update --init'?"1136011361#: builtin/submodule--helper.c:63911362#, c-format11363msgid "Skipping unmerged submodule %s"11364msgstr "Überspringe nicht zusammengeführtes Submodul %s"1136511366#: builtin/submodule--helper.c:66011367#, c-format11368msgid "Skipping submodule '%s'"11369msgstr "Überspringe Submodul '%s'"1137011371#: builtin/submodule--helper.c:76811372msgid "path into the working tree"11373msgstr "Pfad zum Arbeitsverzeichnis"1137411375#: builtin/submodule--helper.c:77111376msgid "path into the working tree, across nested submodule boundaries"11377msgstr "Pfad zum Arbeitsverzeichnis, über verschachtelte Submodul-Grenzen hinweg"1137811379#: builtin/submodule--helper.c:77511380msgid "rebase, merge, checkout or none"11381msgstr "rebase, merge, checkout oder none"1138211383#: builtin/submodule--helper.c:77911384msgid "Create a shallow clone truncated to the specified number of revisions"11385msgstr ""11386"Erstellung eines Klons mit unvollständiger Historie (shallow), abgeschnitten bei\n"11387"der angegebenen Anzahl von Commits."1138811389#: builtin/submodule--helper.c:78211390msgid "parallel jobs"11391msgstr "Parallele Ausführungen"1139211393#: builtin/submodule--helper.c:78311394msgid "don't print cloning progress"11395msgstr "keine Fortschrittsanzeige beim Klonen"1139611397#: builtin/submodule--helper.c:78811398msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"11399msgstr "git submodule--helper update_clone [--prefix=<Pfad>] [<Pfad>...]"1140011401#: builtin/submodule--helper.c:79811402msgid "bad value for update parameter"11403msgstr "Fehlerhafter Wert für --update Parameter"1140411405#: builtin/submodule--helper.c:85511406msgid "submodule--helper subcommand must be called with a subcommand"11407msgstr "submodule--helper muss mit einem Unterbefehl aufgerufen werden"1140811409#: builtin/submodule--helper.c:86211410#, c-format11411msgid "'%s' is not a valid submodule--helper subcommand"11412msgstr "'%s' ist kein gültiger Unterbefehl von submodule--helper"1141311414#: builtin/symbolic-ref.c:711415msgid "git symbolic-ref [<options>] <name> [<ref>]"11416msgstr "git symbolic-ref [<Optionen>] <Name> [<Referenz>]"1141711418#: builtin/symbolic-ref.c:811419msgid "git symbolic-ref -d [-q] <name>"11420msgstr "git symbolic-ref -d [-q] <Name>"1142111422#: builtin/symbolic-ref.c:4011423msgid "suppress error message for non-symbolic (detached) refs"11424msgstr ""11425"Fehlermeldungen für nicht-symbolische (losgelöste) Referenzen unterdrücken"1142611427#: builtin/symbolic-ref.c:4111428msgid "delete symbolic ref"11429msgstr "symbolische Referenzen löschen"1143011431#: builtin/symbolic-ref.c:4211432msgid "shorten ref output"11433msgstr "verkürzte Ausgabe der Referenzen"1143411435#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36211436msgid "reason"11437msgstr "Grund"1143811439#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36211440msgid "reason of the update"11441msgstr "Grund für die Aktualisierung"1144211443#: builtin/tag.c:2311444msgid ""11445"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "11446"[<head>]"11447msgstr ""11448"git tag [-a | -s | -u <Schlüssel-id>] [-f] [-m <Beschreibung> | -F <Datei>] "11449"<Tagname> [<Commit>]"1145011451#: builtin/tag.c:2411452msgid "git tag -d <tagname>..."11453msgstr "git tag -d <Tagname>..."1145411455#: builtin/tag.c:2511456msgid ""11457"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"11458"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"11459msgstr ""11460"git tag -l [-n[<Nummer>]] [--contains <Commit>] [--points-at <Objekt>]\n"11461"\t\t[--format=<Muster>] [--[no-]merged [<Commit>]] [<Muster>...]"1146211463#: builtin/tag.c:2711464msgid "git tag -v <tagname>..."11465msgstr "git tag -v <Tagname>..."1146611467#: builtin/tag.c:8111468#, c-format11469msgid "tag name too long: %.*s..."11470msgstr "Tagname zu lang: %.*s..."1147111472#: builtin/tag.c:8611473#, c-format11474msgid "tag '%s' not found."11475msgstr "Tag '%s' nicht gefunden."1147611477#: builtin/tag.c:10111478#, c-format11479msgid "Deleted tag '%s' (was %s)\n"11480msgstr "Tag '%s' gelöscht (war %s)\n"1148111482#: builtin/tag.c:11711483#, c-format11484msgid ""11485"\n"11486"Write a message for tag:\n"11487" %s\n"11488"Lines starting with '%c' will be ignored.\n"11489msgstr ""11490"\n"11491"Geben Sie eine Beschreibung für Tag\n"11492" %s\n"11493"ein. Zeilen, die mit '%c' beginnen, werden ignoriert.\n"1149411495#: builtin/tag.c:12111496#, c-format11497msgid ""11498"\n"11499"Write a message for tag:\n"11500" %s\n"11501"Lines starting with '%c' will be kept; you may remove them yourself if you "11502"want to.\n"11503msgstr ""11504"\n"11505"Geben Sie eine Beschreibung für Tag\n"11506" %s\n"11507"ein. Zeilen, die mit '%c' beginnen, werden behalten; Sie dürfen diese\n"11508"selbst entfernen wenn Sie möchten.\n"1150911510#: builtin/tag.c:19911511msgid "unable to sign the tag"11512msgstr "konnte Tag nicht signieren"1151311514#: builtin/tag.c:20111515msgid "unable to write tag file"11516msgstr "konnte Tag-Datei nicht schreiben"1151711518#: builtin/tag.c:22611519msgid "bad object type."11520msgstr "ungültiger Objekt-Typ"1152111522#: builtin/tag.c:23911523msgid "tag header too big."11524msgstr "Tag-Kopf zu groß."1152511526#: builtin/tag.c:27511527msgid "no tag message?"11528msgstr "keine Tag-Beschreibung?"1152911530#: builtin/tag.c:28111531#, c-format11532msgid "The tag message has been left in %s\n"11533msgstr "Die Tag-Beschreibung wurde gelassen in %s\n"1153411535#: builtin/tag.c:33911536msgid "list tag names"11537msgstr "Tagnamen auflisten"1153811539#: builtin/tag.c:34111540msgid "print <n> lines of each tag message"11541msgstr "<n> Zeilen jeder Tag-Beschreibung anzeigen"1154211543#: builtin/tag.c:34311544msgid "delete tags"11545msgstr "Tags löschen"1154611547#: builtin/tag.c:34411548msgid "verify tags"11549msgstr "Tags überprüfen"1155011551#: builtin/tag.c:34611552msgid "Tag creation options"11553msgstr "Optionen für Erstellung von Tags"1155411555#: builtin/tag.c:34811556msgid "annotated tag, needs a message"11557msgstr "annotiertes Tag, benötigt eine Beschreibung"1155811559#: builtin/tag.c:35011560msgid "tag message"11561msgstr "Tag-Beschreibung"1156211563#: builtin/tag.c:35211564msgid "annotated and GPG-signed tag"11565msgstr "annotiertes und GPG-signiertes Tag"1156611567#: builtin/tag.c:35611568msgid "use another key to sign the tag"11569msgstr "einen anderen Schlüssel verwenden, um das Tag zu signieren"1157011571#: builtin/tag.c:35711572msgid "replace the tag if exists"11573msgstr "das Tag ersetzen, wenn es existiert"1157411575#: builtin/tag.c:358 builtin/update-ref.c:36811576msgid "create a reflog"11577msgstr "Reflog erstellen"1157811579#: builtin/tag.c:36011580msgid "Tag listing options"11581msgstr "Optionen für Auflistung der Tags"1158211583#: builtin/tag.c:36111584msgid "show tag list in columns"11585msgstr "Liste der Tags in Spalten anzeigen"1158611587#: builtin/tag.c:362 builtin/tag.c:36311588msgid "print only tags that contain the commit"11589msgstr "nur Tags ausgeben, die diesen Commit beinhalten"1159011591#: builtin/tag.c:36411592msgid "print only tags that are merged"11593msgstr "nur Tags ausgeben, die gemerged wurden"1159411595#: builtin/tag.c:36511596msgid "print only tags that are not merged"11597msgstr "nur Tags ausgeben, die nicht gemerged wurden"1159811599#: builtin/tag.c:37011600msgid "print only tags of the object"11601msgstr "nur Tags von dem Objekt ausgeben"1160211603#: builtin/tag.c:39911604msgid "--column and -n are incompatible"11605msgstr "--column und -n sind inkompatibel"1160611607#: builtin/tag.c:41911608msgid "-n option is only allowed with -l."11609msgstr "-n Option ist nur erlaubt mit -l."1161011611#: builtin/tag.c:42111612msgid "--contains option is only allowed with -l."11613msgstr "--contains Option ist nur erlaubt mit -l."1161411615#: builtin/tag.c:42311616msgid "--points-at option is only allowed with -l."11617msgstr "--points-at Option ist nur erlaubt mit -l."1161811619#: builtin/tag.c:42511620msgid "--merged and --no-merged option are only allowed with -l"11621msgstr "Die Optionen --merged und --no-merged sind nur mit -l erlaubt."1162211623#: builtin/tag.c:43311624msgid "only one -F or -m option is allowed."11625msgstr "nur eine -F oder -m Option ist erlaubt."1162611627#: builtin/tag.c:45211628msgid "too many params"11629msgstr "zu viele Parameter"1163011631#: builtin/tag.c:45811632#, c-format11633msgid "'%s' is not a valid tag name."11634msgstr "'%s' ist kein gültiger Tagname."1163511636#: builtin/tag.c:46311637#, c-format11638msgid "tag '%s' already exists"11639msgstr "Tag '%s' existiert bereits"1164011641#: builtin/tag.c:49111642#, c-format11643msgid "Updated tag '%s' (was %s)\n"11644msgstr "Tag '%s' aktualisiert (war %s)\n"1164511646#: builtin/unpack-objects.c:49011647msgid "Unpacking objects"11648msgstr "Entpacke Objekte"1164911650#: builtin/update-index.c:7911651#, c-format11652msgid "failed to create directory %s"11653msgstr "Fehler beim Erstellen von Verzeichnis '%s'"1165411655#: builtin/update-index.c:8511656#, c-format11657msgid "failed to stat %s"11658msgstr "Konnte '%s' nicht lesen"1165911660#: builtin/update-index.c:9511661#, c-format11662msgid "failed to create file %s"11663msgstr "Konnte Datei '%s' nicht erstellen"1166411665#: builtin/update-index.c:10311666#, c-format11667msgid "failed to delete file %s"11668msgstr "Konnte Datei '%s' nicht löschen"1166911670#: builtin/update-index.c:110 builtin/update-index.c:21211671#, c-format11672msgid "failed to delete directory %s"11673msgstr "Konnte Verzeichnis '%s' nicht löschen"1167411675#: builtin/update-index.c:13311676#, c-format11677msgid "Testing mtime in '%s' "11678msgstr "Prüfe mtime in '%s' "1167911680#: builtin/update-index.c:14511681msgid "directory stat info does not change after adding a new file"11682msgstr ""11683"Verzeichnisinformationen haben sich nach Hinzufügen einer neuen Datei nicht "11684"geändert"1168511686#: builtin/update-index.c:15811687msgid "directory stat info does not change after adding a new directory"11688msgstr ""11689"Verzeichnisinformationen haben sich nach Hinzufügen eines neuen "11690"Verzeichnisses nicht geändert"1169111692#: builtin/update-index.c:17111693msgid "directory stat info changes after updating a file"11694msgstr ""11695"Verzeichnisinformationen haben sich nach Aktualisierung einer Datei geändert"1169611697#: builtin/update-index.c:18211698msgid "directory stat info changes after adding a file inside subdirectory"11699msgstr ""11700"Verzeichnisinformationen haben sich nach Hinzufügen einer Datei in ein "11701"Unterverzeichnis geändert"1170211703#: builtin/update-index.c:19311704msgid "directory stat info does not change after deleting a file"11705msgstr ""11706"Verzeichnisinformationen haben sich nach dem Löschen einer Datei nicht "11707"geändert"1170811709#: builtin/update-index.c:20611710msgid "directory stat info does not change after deleting a directory"11711msgstr ""11712"Verzeichnisinformationen haben sich nach dem Löschen eines Verzeichnisses "11713"nicht geändert"1171411715#: builtin/update-index.c:21311716msgid " OK"11717msgstr " OK"1171811719#: builtin/update-index.c:57511720msgid "git update-index [<options>] [--] [<file>...]"11721msgstr "git update-index [<Optionen>] [--] [<Datei>...]"1172211723#: builtin/update-index.c:93011724msgid "continue refresh even when index needs update"11725msgstr ""11726"Aktualisierung fortsetzen, auch wenn der Index aktualisiert werden muss"1172711728#: builtin/update-index.c:93311729msgid "refresh: ignore submodules"11730msgstr "Aktualisierung: ignoriert Submodule"1173111732#: builtin/update-index.c:93611733msgid "do not ignore new files"11734msgstr "keine neuen Dateien ignorieren"1173511736#: builtin/update-index.c:93811737msgid "let files replace directories and vice-versa"11738msgstr "Dateien Verzeichnisse ersetzen lassen, und umgedreht"1173911740#: builtin/update-index.c:94011741msgid "notice files missing from worktree"11742msgstr "fehlende Dateien im Arbeitsverzeichnis beachten"1174311744#: builtin/update-index.c:94211745msgid "refresh even if index contains unmerged entries"11746msgstr ""11747"aktualisieren, auch wenn der Index nicht zusammengeführte Einträge beinhaltet"1174811749#: builtin/update-index.c:94511750msgid "refresh stat information"11751msgstr "Dateiinformationen aktualisieren"1175211753#: builtin/update-index.c:94911754msgid "like --refresh, but ignore assume-unchanged setting"11755msgstr "wie --refresh, ignoriert aber \"assume-unchanged\" Einstellung"1175611757#: builtin/update-index.c:95311758msgid "<mode>,<object>,<path>"11759msgstr "<Modus>,<Objekt>,<Pfad>"1176011761#: builtin/update-index.c:95411762msgid "add the specified entry to the index"11763msgstr "den angegebenen Eintrag zum Commit vormerken"1176411765#: builtin/update-index.c:95811766msgid "(+/-)x"11767msgstr "(+/-)x"1176811769#: builtin/update-index.c:95911770msgid "override the executable bit of the listed files"11771msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"1177211773#: builtin/update-index.c:96311774msgid "mark files as \"not changing\""11775msgstr "diese Datei immer als unverändert betrachten"1177611777#: builtin/update-index.c:96611778msgid "clear assumed-unchanged bit"11779msgstr "\"assumed-unchanged\"-Bit löschen"1178011781#: builtin/update-index.c:96911782msgid "mark files as \"index-only\""11783msgstr "Dateien als \"index-only\" markieren"1178411785#: builtin/update-index.c:97211786msgid "clear skip-worktree bit"11787msgstr "\"skip-worktree\"-Bit löschen"1178811789#: builtin/update-index.c:97511790msgid "add to index only; do not add content to object database"11791msgstr ""11792"die Änderungen nur zum Commit vormerken; Inhalt wird nicht der Objekt-"11793"Datenbank hinzugefügt"1179411795#: builtin/update-index.c:97711796msgid "remove named paths even if present in worktree"11797msgstr ""11798"benannte Pfade löschen, auch wenn sie sich im Arbeitsverzeichnis befinden"1179911800#: builtin/update-index.c:97911801msgid "with --stdin: input lines are terminated by null bytes"11802msgstr "mit --stdin: eingegebene Zeilen sind durch NUL-Bytes abgeschlossen"1180311804#: builtin/update-index.c:98111805msgid "read list of paths to be updated from standard input"11806msgstr "Liste der zu aktualisierenden Pfade von der Standard-Eingabe lesen"1180711808#: builtin/update-index.c:98511809msgid "add entries from standard input to the index"11810msgstr "Einträge von der Standard-Eingabe zum Commit vormerken"1181111812#: builtin/update-index.c:98911813msgid "repopulate stages #2 and #3 for the listed paths"11814msgstr ""11815"wiederholtes Einpflegen der Zustände #2 und #3 für die aufgelisteten Pfade"1181611817#: builtin/update-index.c:99311818msgid "only update entries that differ from HEAD"11819msgstr "nur Einträge aktualisieren, die unterschiedlich zu HEAD sind"1182011821#: builtin/update-index.c:99711822msgid "ignore files missing from worktree"11823msgstr "fehlende Dateien im Arbeitsverzeichnis ignorieren"1182411825#: builtin/update-index.c:100011826msgid "report actions to standard output"11827msgstr "die Aktionen in der Standard-Ausgabe ausgeben"1182811829#: builtin/update-index.c:100211830msgid "(for porcelains) forget saved unresolved conflicts"11831msgstr "(für Fremdprogramme) keine gespeicherten, nicht aufgelöste Konflikte"1183211833#: builtin/update-index.c:100611834msgid "write index in this format"11835msgstr "Index-Datei in diesem Format schreiben"1183611837#: builtin/update-index.c:100811838msgid "enable or disable split index"11839msgstr "Splitting des Index aktivieren oder deaktivieren"1184011841#: builtin/update-index.c:101011842msgid "enable/disable untracked cache"11843msgstr "Cache für unversionierte Dateien aktivieren oder deaktivieren"1184411845#: builtin/update-index.c:101211846msgid "test if the filesystem supports untracked cache"11847msgstr ""11848"prüfen ob das Dateisystem einen Cache für unversionierte Dateien unterstützt"1184911850#: builtin/update-index.c:101411851msgid "enable untracked cache without testing the filesystem"11852msgstr ""11853"Cache für unversionierte Dateien ohne Prüfung des Dateisystems aktivieren"1185411855#: builtin/update-index.c:113411856msgid "Untracked cache disabled"11857msgstr "Cache für unversionierte Dateien deaktiviert"1185811859#: builtin/update-index.c:114611860#, c-format11861msgid "Untracked cache enabled for '%s'"11862msgstr "Cache für unversionierte Dateien für '%s' aktiviert"1186311864#: builtin/update-ref.c:911865msgid "git update-ref [<options>] -d <refname> [<old-val>]"11866msgstr "git update-ref [<Optionen>] -d <Referenzname> [<alter-Wert>]"1186711868#: builtin/update-ref.c:1011869msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"11870msgstr ""11871"git update-ref [<Optionen>] <Referenzname> <neuer-Wert> [<alter-Wert>]"1187211873#: builtin/update-ref.c:1111874msgid "git update-ref [<options>] --stdin [-z]"11875msgstr "git update-ref [<Optionen>] --stdin [-z]"1187611877#: builtin/update-ref.c:36311878msgid "delete the reference"11879msgstr "diese Referenz löschen"1188011881#: builtin/update-ref.c:36511882msgid "update <refname> not the one it points to"11883msgstr "<Referenzname> aktualisieren, nicht den Verweis"1188411885#: builtin/update-ref.c:36611886msgid "stdin has NUL-terminated arguments"11887msgstr "Standard-Eingabe hat durch NUL-Zeichen abgeschlossene Argumente"1188811889#: builtin/update-ref.c:36711890msgid "read updates from stdin"11891msgstr "Aktualisierungen von der Standard-Eingabe lesen"1189211893#: builtin/update-server-info.c:611894msgid "git update-server-info [--force]"11895msgstr "git update-server-info [--force]"1189611897#: builtin/update-server-info.c:1411898msgid "update the info files from scratch"11899msgstr "die Informationsdateien von Grund auf aktualisieren"1190011901#: builtin/verify-commit.c:1711902msgid "git verify-commit [-v | --verbose] <commit>..."11903msgstr "git verify-commit [-v | --verbose] <Commit>..."1190411905#: builtin/verify-commit.c:7211906msgid "print commit contents"11907msgstr "Commit-Inhalte ausgeben"1190811909#: builtin/verify-commit.c:73 builtin/verify-tag.c:3511910msgid "print raw gpg status output"11911msgstr "unbearbeitete Ausgabe des Status von gpg ausgeben"1191211913#: builtin/verify-pack.c:5411914msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."11915msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <Paket>..."1191611917#: builtin/verify-pack.c:6411918msgid "verbose"11919msgstr "erweiterte Ausgaben"1192011921#: builtin/verify-pack.c:6611922msgid "show statistics only"11923msgstr "nur Statistiken anzeigen"1192411925#: builtin/verify-tag.c:1711926msgid "git verify-tag [-v | --verbose] <tag>..."11927msgstr "git verify-tag [-v | --verbose] <Tag>..."1192811929#: builtin/verify-tag.c:3411930msgid "print tag contents"11931msgstr "Tag-Inhalte ausgeben"1193211933#: builtin/worktree.c:1511934msgid "git worktree add [<options>] <path> [<branch>]"11935msgstr "git worktree add [<Optionen>] <Pfad> [<Branch>]"1193611937#: builtin/worktree.c:1611938msgid "git worktree prune [<options>]"11939msgstr "git worktree prune [<Optionen>]"1194011941#: builtin/worktree.c:1711942msgid "git worktree list [<options>]"11943msgstr "git worktree list [<Optionen>]"1194411945#: builtin/worktree.c:4011946#, c-format11947msgid "Removing worktrees/%s: not a valid directory"11948msgstr "Lösche worktrees/%s: kein gültiges Verzeichnis"1194911950#: builtin/worktree.c:4611951#, c-format11952msgid "Removing worktrees/%s: gitdir file does not exist"11953msgstr "Lösche worktrees/%s: gitdir-Datei existiert nicht"1195411955#: builtin/worktree.c:5111956#, c-format11957msgid "Removing worktrees/%s: unable to read gitdir file (%s)"11958msgstr "Lösche worktrees/%s: konnte gitdir-Datei (%s) nicht lesen"1195911960#: builtin/worktree.c:6211961#, c-format11962msgid "Removing worktrees/%s: invalid gitdir file"11963msgstr "Lösche worktrees/%s: ungültige gitdir-Datei"1196411965#: builtin/worktree.c:7811966#, c-format11967msgid "Removing worktrees/%s: gitdir file points to non-existent location"11968msgstr "Lösche worktrees/%s: gitdir-Datei verweist auf nicht existierenden Ort"1196911970#: builtin/worktree.c:11311971#, c-format11972msgid "failed to remove '%s'"11973msgstr "Fehler beim Löschen von '%s'"1197411975#: builtin/worktree.c:20211976#, c-format11977msgid "'%s' already exists"11978msgstr "'%s' existiert bereits"1197911980#: builtin/worktree.c:23411981#, c-format11982msgid "could not create directory of '%s'"11983msgstr "Konnte Verzeichnis '%s' nicht erstellen."1198411985#: builtin/worktree.c:27011986#, c-format11987msgid "Preparing %s (identifier %s)"11988msgstr "Bereite %s vor (Identifikation %s)"1198911990#: builtin/worktree.c:32211991msgid "checkout <branch> even if already checked out in other worktree"11992msgstr ""11993"<Branch> auschecken, auch wenn dieser bereits in einem anderen "11994"Arbeitsverzeichnis ausgecheckt ist"1199511996#: builtin/worktree.c:32411997msgid "create a new branch"11998msgstr "neuen Branch erstellen"1199912000#: builtin/worktree.c:32612001msgid "create or reset a branch"12002msgstr "Branch erstellen oder umsetzen"1200312004#: builtin/worktree.c:32712005msgid "detach HEAD at named commit"12006msgstr "HEAD bei benanntem Commit loslösen"1200712008#: builtin/worktree.c:32812009msgid "populate the new working tree"12010msgstr "das neue Arbeitsverzeichnis auschecken"1201112012#: builtin/worktree.c:33612013msgid "-b, -B, and --detach are mutually exclusive"12014msgstr "-b, -B und --detach schließen sich gegenseitig aus"1201512016#: builtin/write-tree.c:1312017msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"12018msgstr "git write-tree [--missing-ok] [--prefix=<Präfix>/]"1201912020#: builtin/write-tree.c:2612021msgid "<prefix>/"12022msgstr "<Präfix>/"1202312024#: builtin/write-tree.c:2712025msgid "write tree object for a subdirectory <prefix>"12026msgstr "das \"Tree\"-Objekt für ein Unterverzeichnis <Präfix> schreiben"1202712028#: builtin/write-tree.c:3012029msgid "only useful for debugging"12030msgstr "nur nützlich für Fehlersuche"1203112032#: credential-cache--daemon.c:27112033msgid "print debugging messages to stderr"12034msgstr "Meldungen zur Fehlersuche in Standard-Fehlerausgabe ausgeben"1203512036#: git.c:1412037msgid ""12038"'git help -a' and 'git help -g' list available subcommands and some\n"12039"concept guides. See 'git help <command>' or 'git help <concept>'\n"12040"to read about a specific subcommand or concept."12041msgstr ""12042"'git help -a' und 'git help -g' listet verfügbare Unterbefehle und\n"12043"einige Anleitungen zu Git-Konzepten auf. Benutzen Sie 'git help <Befehl>'\n"12044"oder 'git help <Konzept>', um mehr über einen spezifischen Befehl oder\n"12045"Konzept zu erfahren."1204612047#: http.c:32212048msgid "Public key pinning not supported with cURL < 7.44.0"12049msgstr ""12050"Das Anheften des öffentlichen Schlüssels wird mit cURL < 7.44.0\n"12051"nicht unterstützt."1205212053#: common-cmds.h:912054msgid "start a working area (see also: git help tutorial)"12055msgstr "Arbeitsverzeichnis anlegen (siehe auch: git help tutorial)"1205612057#: common-cmds.h:1012058msgid "work on the current change (see also: git help everyday)"12059msgstr "an aktuellen Änderungen arbeiten (siehe auch: git help everyday)"1206012061#: common-cmds.h:1112062msgid "examine the history and state (see also: git help revisions)"12063msgstr "Historie und Status untersuchen (siehe auch: git help revisions)"1206412065#: common-cmds.h:1212066msgid "grow, mark and tweak your common history"12067msgstr "Historie erweitern und bearbeiten"1206812069#: common-cmds.h:1312070msgid "collaborate (see also: git help workflows)"12071msgstr "mit anderen zusammenarbeiten (siehe auch: git help workflows)"1207212073#: common-cmds.h:1712074msgid "Add file contents to the index"12075msgstr "Dateiinhalte zum Commit vormerken"1207612077#: common-cmds.h:1812078msgid "Use binary search to find the commit that introduced a bug"12079msgstr ""12080"Binärsuche verwenden, um den Commit zu finden, der einen Fehler verursacht "12081"hat"1208212083#: common-cmds.h:1912084msgid "List, create, or delete branches"12085msgstr "Branches anzeigen, erstellen oder entfernen"1208612087#: common-cmds.h:2012088msgid "Switch branches or restore working tree files"12089msgstr "Branches wechseln oder Dateien im Arbeitsverzeichnis wiederherstellen"1209012091#: common-cmds.h:2112092msgid "Clone a repository into a new directory"12093msgstr "ein Repository in einem neuen Verzeichnis klonen"1209412095#: common-cmds.h:2212096msgid "Record changes to the repository"12097msgstr "Änderungen in das Repository eintragen"1209812099#: common-cmds.h:2312100msgid "Show changes between commits, commit and working tree, etc"12101msgstr ""12102"Änderungen zwischen Commits, Commit und Arbeitsverzeichnis, etc. anzeigen"1210312104#: common-cmds.h:2412105msgid "Download objects and refs from another repository"12106msgstr "Objekte und Referenzen von einem anderen Repository herunterladen"1210712108#: common-cmds.h:2512109msgid "Print lines matching a pattern"12110msgstr "Zeilen darstellen, die einem Muster entsprechen"1211112112#: common-cmds.h:2612113msgid "Create an empty Git repository or reinitialize an existing one"12114msgstr ""12115"ein leeres Git-Repository erstellen oder ein bestehendes neuinitialisieren"1211612117#: common-cmds.h:2712118msgid "Show commit logs"12119msgstr "Commit-Historie anzeigen"1212012121#: common-cmds.h:2812122msgid "Join two or more development histories together"12123msgstr "zwei oder mehr Entwicklungszweige zusammenführen"1212412125#: common-cmds.h:2912126msgid "Move or rename a file, a directory, or a symlink"12127msgstr ""12128"eine Datei, ein Verzeichnis, oder eine symbolische Verknüpfung verschieben "12129"oder umbenennen"1213012131#: common-cmds.h:3012132msgid "Fetch from and integrate with another repository or a local branch"12133msgstr ""12134"Objekte von einem externen Repository anfordern und sie mit einem anderen "12135"Repository oder einem lokalen Branch zusammenführen"1213612137#: common-cmds.h:3112138msgid "Update remote refs along with associated objects"12139msgstr "Remote-Referenzen mitsamt den verbundenen Objekten aktualisieren"1214012141#: common-cmds.h:3212142msgid "Reapply commits on top of another base tip"12143msgstr "Wiederholtes Anwenden von Commits auf anderem Basis-Commit"1214412145#: common-cmds.h:3312146msgid "Reset current HEAD to the specified state"12147msgstr "aktuellen HEAD zu einem spezifizierten Zustand setzen"1214812149#: common-cmds.h:3412150msgid "Remove files from the working tree and from the index"12151msgstr "Dateien im Arbeitsverzeichnis und vom Index löschen"1215212153#: common-cmds.h:3512154msgid "Show various types of objects"12155msgstr "verschiedene Arten von Objekten anzeigen"1215612157#: common-cmds.h:3612158msgid "Show the working tree status"12159msgstr "den Zustand des Arbeitsverzeichnisses anzeigen"1216012161#: common-cmds.h:3712162msgid "Create, list, delete or verify a tag object signed with GPG"12163msgstr ""12164"ein mit GPG signiertes Tag-Objekt erzeugen, auflisten, löschen oder "12165"verifizieren."1216612167#: parse-options.h:14512168msgid "expiry-date"12169msgstr "Verfallsdatum"1217012171#: parse-options.h:16012172msgid "no-op (backward compatibility)"12173msgstr "Kein Effekt (Rückwärtskompatibilität)"1217412175#: parse-options.h:23712176msgid "be more verbose"12177msgstr "erweiterte Ausgaben"1217812179#: parse-options.h:23912180msgid "be more quiet"12181msgstr "weniger Ausgaben"1218212183#: parse-options.h:24512184msgid "use <n> digits to display SHA-1s"12185msgstr "benutze <n> Ziffern zur Anzeige von SHA-1s"1218612187#: rerere.h:4012188msgid "update the index with reused conflict resolution if possible"12189msgstr ""12190"Index, wenn möglich, mit wiederverwendeter Konfliktauflösung aktualisieren"1219112192#: git-bisect.sh:5512193msgid "You need to start by \"git bisect start\""12194msgstr "Sie müssen mit \"git bisect start\" beginnen."1219512196#. TRANSLATORS: Make sure to include [Y] and [n] in your12197#. translation. The program will only accept English input12198#. at this point.12199#: git-bisect.sh:6112200msgid "Do you want me to do it for you [Y/n]? "12201msgstr "Wollen Sie, dass ich es für Sie mache [Y/n]? "1220212203#: git-bisect.sh:12212204#, sh-format12205msgid "unrecognised option: '$arg'"12206msgstr "nicht erkannte Option: '$arg'"1220712208#: git-bisect.sh:12612209#, sh-format12210msgid "'$arg' does not appear to be a valid revision"12211msgstr "'$arg' scheint kein gültiger Commit zu sein"1221212213#: git-bisect.sh:15512214msgid "Bad HEAD - I need a HEAD"12215msgstr "Ungültiger HEAD - HEAD wird benötigt"1221612217#: git-bisect.sh:16812218#, sh-format12219msgid ""12220"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."12221msgstr ""12222"Auschecken von '$start_head' fehlgeschlagen. Versuchen Sie 'git bisect reset "12223"<gültiger-Branch>'."1222412225#: git-bisect.sh:17812226msgid "won't bisect on cg-seek'ed tree"12227msgstr ""12228"binäre Suche auf einem durch 'cg-seek' geändertem Verzeichnis nicht möglich"1222912230#: git-bisect.sh:18212231msgid "Bad HEAD - strange symbolic ref"12232msgstr "Ungültiger HEAD - merkwürdige symbolische Referenz"1223312234#: git-bisect.sh:23412235#, sh-format12236msgid "Bad bisect_write argument: $state"12237msgstr "Ungültiges \"bisect_write\" Argument: $state"1223812239#: git-bisect.sh:26312240#, sh-format12241msgid "Bad rev input: $arg"12242msgstr "Ungültige Referenz-Eingabe: $arg"1224312244#: git-bisect.sh:27812245msgid "Please call 'bisect_state' with at least one argument."12246msgstr "Bitte rufen Sie 'bisect_state' mit mindestens einem Argument auf."1224712248#: git-bisect.sh:29012249#, sh-format12250msgid "Bad rev input: $rev"12251msgstr "Ungültige Referenz-Eingabe: $rev"1225212253#: git-bisect.sh:29912254#, sh-format12255msgid "'git bisect $TERM_BAD' can take only one argument."12256msgstr "'git bisect $TERM_BAD' kann nur ein Argument entgegennehmen."1225712258#: git-bisect.sh:32212259#, sh-format12260msgid "Warning: bisecting only with a $TERM_BAD commit."12261msgstr "Warnung: binäre Suche nur mit einem $TERM_BAD Commit."1226212263#. TRANSLATORS: Make sure to include [Y] and [n] in your12264#. translation. The program will only accept English input12265#. at this point.12266#: git-bisect.sh:32812267msgid "Are you sure [Y/n]? "12268msgstr "Sind Sie sicher [Y/n]? "1226912270#: git-bisect.sh:34012271#, sh-format12272msgid ""12273"You need to give me at least one $bad_syn and one $good_syn revision.\n"12274"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"12275msgstr ""12276"Sie müssen mindestens einen \"$bad_syn\" und einen \"$good_syn\" Commit "12277"angeben.\n"12278"(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "12279"benutzen.)"1228012281#: git-bisect.sh:34312282#, sh-format12283msgid ""12284"You need to start by \"git bisect start\".\n"12285"You then need to give me at least one $good_syn and one $bad_syn revision.\n"12286"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"12287msgstr ""12288"Sie müssen mit \"git bisect start\" beginnen.\n"12289"Danach müssen Sie mindestens einen \"$good_syn\" und einen \"$bad_syn\" "12290"Commit angeben.\n"12291"(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "12292"benutzen.)"1229312294#: git-bisect.sh:414 git-bisect.sh:54612295msgid "We are not bisecting."12296msgstr "keine binäre Suche im Gange"1229712298#: git-bisect.sh:42112299#, sh-format12300msgid "'$invalid' is not a valid commit"12301msgstr "'$invalid' ist kein gültiger Commit"1230212303#: git-bisect.sh:43012304#, sh-format12305msgid ""12306"Could not check out original HEAD '$branch'.\n"12307"Try 'git bisect reset <commit>'."12308msgstr ""12309"Konnte den ursprünglichen HEAD '$branch' nicht auschecken.\n"12310"Versuchen Sie 'git bisect reset <Commit>'."1231112312#: git-bisect.sh:45812313msgid "No logfile given"12314msgstr "Keine Log-Datei gegeben"1231512316#: git-bisect.sh:45912317#, sh-format12318msgid "cannot read $file for replaying"12319msgstr "kann $file nicht für das Abspielen lesen"1232012321#: git-bisect.sh:48012322msgid "?? what are you talking about?"12323msgstr "?? Was reden Sie da?"1232412325#: git-bisect.sh:49212326#, sh-format12327msgid "running $command"12328msgstr "führe $command aus"1232912330#: git-bisect.sh:49912331#, sh-format12332msgid ""12333"bisect run failed:\n"12334"exit code $res from '$command' is < 0 or >= 128"12335msgstr ""12336"'bisect run' fehlgeschlagen:\n"12337"Rückkehrwert $res von '$command' ist < 0 oder >= 128"1233812339#: git-bisect.sh:52512340msgid "bisect run cannot continue any more"12341msgstr "'bisect run' kann nicht mehr fortgesetzt werden"1234212343#: git-bisect.sh:53112344#, sh-format12345msgid ""12346"bisect run failed:\n"12347"'bisect_state $state' exited with error code $res"12348msgstr ""12349"'bisect run' fehlgeschlagen:\n"12350"'bisect_state $state' wurde mit Fehlerwert $res beendet"1235112352#: git-bisect.sh:53812353msgid "bisect run success"12354msgstr "'bisect run' erfolgreich ausgeführt"1235512356#: git-bisect.sh:56512357msgid "please use two different terms"12358msgstr "Bitte verwenden Sie zwei verschiedene Begriffe."1235912360#: git-bisect.sh:57512361#, sh-format12362msgid "'$term' is not a valid term"12363msgstr "'$term' ist kein gültiger Begriff"1236412365#: git-bisect.sh:57812366#, sh-format12367msgid "can't use the builtin command '$term' as a term"12368msgstr "Kann eingebauten Befehl '$term' nicht als Begriff verwenden"1236912370#: git-bisect.sh:587 git-bisect.sh:59312371#, sh-format12372msgid "can't change the meaning of term '$term'"12373msgstr "Kann Bedeutung von '$term' nicht ändern."1237412375#: git-bisect.sh:60612376#, sh-format12377msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."12378msgstr ""12379"Ungültiger Befehl: Sie sind gerade bei einer binären $TERM_BAD/$TERM_GOOD "12380"Suche."1238112382#: git-bisect.sh:63612383msgid "no terms defined"12384msgstr "Keine Begriffe definiert."1238512386#: git-bisect.sh:65312387#, sh-format12388msgid ""12389"invalid argument $arg for 'git bisect terms'.\n"12390"Supported options are: --term-good|--term-old and --term-bad|--term-new."12391msgstr ""12392"Ungültiges Argument $arg für 'git bisect terms'.\n"12393"Unterstützte Optionen sind: --term-good|--term-old und --term-bad|--term-new."1239412395#: git-rebase.sh:5712396msgid ""12397"When you have resolved this problem, run \"git rebase --continue\".\n"12398"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"12399"To check out the original branch and stop rebasing, run \"git rebase --abort"12400"\"."12401msgstr ""12402"Wenn Sie das Problem aufgelöst haben, führen Sie \"git rebase --continue\" "12403"aus.\n"12404"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"git "12405"rebase --skip\" aus.\n"12406"Um den ursprünglichen Branch wiederherzustellen und den Rebase abzubrechen,\n"12407"führen Sie \"git rebase --abort\" aus."1240812409#: git-rebase.sh:16812410msgid "Applied autostash."12411msgstr "\"autostash\" angewendet."1241212413#: git-rebase.sh:17112414#, sh-format12415msgid "Cannot store $stash_sha1"12416msgstr "Kann $stash_sha1 nicht speichern."1241712418#: git-rebase.sh:17212419msgid ""12420"Applying autostash resulted in conflicts.\n"12421"Your changes are safe in the stash.\n"12422"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"12423msgstr ""12424"Anwendung von \"autostash\" resultierte in Konflikten.\n"12425"Ihre Änderungen sind im Stash sicher.\n"12426"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"1242712428#: git-rebase.sh:21112429msgid "The pre-rebase hook refused to rebase."12430msgstr "Der \"pre-rebase hook\" hat den Rebase zurückgewiesen."1243112432#: git-rebase.sh:21612433msgid "It looks like git-am is in progress. Cannot rebase."12434msgstr "\"git-am\" scheint im Gange zu sein. Kann Rebase nicht durchführen."1243512436#: git-rebase.sh:35712437msgid "No rebase in progress?"12438msgstr "Kein Rebase im Gange?"1243912440#: git-rebase.sh:36812441msgid "The --edit-todo action can only be used during interactive rebase."12442msgstr ""12443"Die --edit-todo Aktion kann nur während eines interaktiven Rebase verwendet "12444"werden."1244512446#: git-rebase.sh:37512447msgid "Cannot read HEAD"12448msgstr "Kann HEAD nicht lesen"1244912450#: git-rebase.sh:37812451msgid ""12452"You must edit all merge conflicts and then\n"12453"mark them as resolved using git add"12454msgstr ""12455"Sie müssen alle Merge-Konflikte editieren und diese dann\n"12456"mittels \"git add\" als aufgelöst markieren"1245712458#: git-rebase.sh:39612459#, sh-format12460msgid "Could not move back to $head_name"12461msgstr "Konnte nicht zu $head_name zurückgehen"1246212463#: git-rebase.sh:41512464#, sh-format12465msgid ""12466"It seems that there is already a $state_dir_base directory, and\n"12467"I wonder if you are in the middle of another rebase. If that is the\n"12468"case, please try\n"12469"\t$cmd_live_rebase\n"12470"If that is not the case, please\n"12471"\t$cmd_clear_stale_rebase\n"12472"and run me again. I am stopping in case you still have something\n"12473"valuable there."12474msgstr ""12475"Es sieht so aus, als ob es das Verzeichnis $state_dir_base bereits gibt\n"12476"und es könnte ein anderer Rebase im Gange sein. Wenn das der Fall ist,\n"12477"probieren Sie bitte\n"12478"\t$cmd_live_rebase\n"12479"Wenn das nicht der Fall ist, probieren Sie bitte\n"12480"\t$cmd_clear_stale_rebase\n"12481"und führen Sie diesen Befehl nochmal aus. Es wird angehalten, falls noch\n"12482"etwas Schützenswertes vorhanden ist."1248312484#: git-rebase.sh:46612485#, sh-format12486msgid "invalid upstream $upstream_name"12487msgstr "ungültiger Upstream-Branch $upstream_name"1248812489#: git-rebase.sh:49012490#, sh-format12491msgid "$onto_name: there are more than one merge bases"12492msgstr "$onto_name: es gibt mehr als eine Merge-Basis"1249312494#: git-rebase.sh:493 git-rebase.sh:49712495#, sh-format12496msgid "$onto_name: there is no merge base"12497msgstr "$onto_name: es gibt keine Merge-Basis"1249812499#: git-rebase.sh:50212500#, sh-format12501msgid "Does not point to a valid commit: $onto_name"12502msgstr "$onto_name zeigt auf keinen gültigen Commit"1250312504#: git-rebase.sh:52512505#, sh-format12506msgid "fatal: no such branch: $branch_name"12507msgstr "fatal: Branch $branch_name nicht gefunden"1250812509#: git-rebase.sh:55812510msgid "Cannot autostash"12511msgstr "Kann \"autostash\" nicht ausführen."1251212513#: git-rebase.sh:56312514#, sh-format12515msgid "Created autostash: $stash_abbrev"12516msgstr "\"autostash\" erzeugt: $stash_abbrev"1251712518#: git-rebase.sh:56712519msgid "Please commit or stash them."12520msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."1252112522#: git-rebase.sh:58712523#, sh-format12524msgid "Current branch $branch_name is up to date."12525msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."1252612527#: git-rebase.sh:59112528#, sh-format12529msgid "Current branch $branch_name is up to date, rebase forced."12530msgstr ""12531"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."1253212533#: git-rebase.sh:60212534#, sh-format12535msgid "Changes from $mb to $onto:"12536msgstr "Änderungen von $mb zu $onto:"1253712538#: git-rebase.sh:61112539msgid "First, rewinding head to replay your work on top of it..."12540msgstr ""12541"Zunächst wird der Branch zurückgespult, um Ihre Änderungen\n"12542"darauf neu anzuwenden ..."1254312544#: git-rebase.sh:62112545#, sh-format12546msgid "Fast-forwarded $branch_name to $onto_name."12547msgstr "$branch_name zu $onto_name vorgespult."1254812549#: git-stash.sh:5112550msgid "git stash clear with parameters is unimplemented"12551msgstr "git stash clear mit Parametern ist nicht implementiert"1255212553#: git-stash.sh:7412554msgid "You do not have the initial commit yet"12555msgstr "Sie haben bisher noch keinen initialen Commit"1255612557#: git-stash.sh:8912558msgid "Cannot save the current index state"12559msgstr "Kann den aktuellen Zustand des Index nicht speichern"1256012561#: git-stash.sh:124 git-stash.sh:13712562msgid "Cannot save the current worktree state"12563msgstr "Kann den aktuellen Zustand des Arbeitsverzeichnisses nicht speichern"1256412565#: git-stash.sh:14112566msgid "No changes selected"12567msgstr "Keine Änderungen ausgewählt"1256812569#: git-stash.sh:14412570msgid "Cannot remove temporary index (can't happen)"12571msgstr "Kann temporären Index nicht löschen (kann nicht passieren)"1257212573#: git-stash.sh:15712574msgid "Cannot record working tree state"12575msgstr "Kann Zustand des Arbeitsverzeichnisses nicht aufzeichnen"1257612577#: git-stash.sh:18912578#, sh-format12579msgid "Cannot update $ref_stash with $w_commit"12580msgstr "Kann $ref_stash nicht mit $w_commit aktualisieren."1258112582#. TRANSLATORS: $option is an invalid option, like12583#. `--blah-blah'. The 7 spaces at the beginning of the12584#. second line correspond to "error: ". So you should line12585#. up the second line with however many characters the12586#. translation of "error: " takes in your language. E.g. in12587#. English this is:12588#.12589#. $ git stash save --blah-blah 2>&1 | head -n 212590#. error: unknown option for 'stash save': --blah-blah12591#. To provide a message, use git stash save -- '--blah-blah'12592#: git-stash.sh:23912593#, sh-format12594msgid ""12595"error: unknown option for 'stash save': $option\n"12596" To provide a message, use git stash save -- '$option'"12597msgstr ""12598"Fehler: unbekannte Option für 'stash save': $option\n"12599" Um eine Beschreibung anzugeben, benutzen Sie \"git stash save -- "12600"'$option'\""1260112602#: git-stash.sh:26012603msgid "No local changes to save"12604msgstr "Keine lokalen Änderungen zum Speichern"1260512606#: git-stash.sh:26412607msgid "Cannot initialize stash"12608msgstr "Kann \"stash\" nicht initialisieren"1260912610#: git-stash.sh:26812611msgid "Cannot save the current status"12612msgstr "Kann den aktuellen Status nicht speichern"1261312614#: git-stash.sh:28612615msgid "Cannot remove worktree changes"12616msgstr "Kann Änderungen im Arbeitsverzeichnis nicht löschen"1261712618#: git-stash.sh:40512619#, sh-format12620msgid "unknown option: $opt"12621msgstr "unbekannte Option: $opt"1262212623#: git-stash.sh:41512624msgid "No stash found."12625msgstr "Kein Stash-Eintrag gefunden."1262612627#: git-stash.sh:42212628#, sh-format12629msgid "Too many revisions specified: $REV"12630msgstr "Zu viele Commits angegeben: $REV"1263112632#: git-stash.sh:42812633#, sh-format12634msgid "$reference is not a valid reference"12635msgstr "$reference ist keine gültige Referenz"1263612637#: git-stash.sh:45612638#, sh-format12639msgid "'$args' is not a stash-like commit"12640msgstr "'$args' ist kein \"stash\"-artiger Commit"1264112642#: git-stash.sh:46712643#, sh-format12644msgid "'$args' is not a stash reference"12645msgstr "'$args' ist keine \"stash\"-Referenz"1264612647#: git-stash.sh:47512648msgid "unable to refresh index"12649msgstr "Konnte den Index nicht aktualisieren."1265012651#: git-stash.sh:47912652msgid "Cannot apply a stash in the middle of a merge"12653msgstr "Kann \"stash\" nicht anwenden, solang ein Merge im Gange ist"1265412655#: git-stash.sh:48712656msgid "Conflicts in index. Try without --index."12657msgstr "Konflikte im Index. Versuchen Sie es ohne --index."1265812659#: git-stash.sh:48912660msgid "Could not save index tree"12661msgstr "Konnte Index-Verzeichnis nicht speichern"1266212663#: git-stash.sh:52312664msgid "Cannot unstage modified files"12665msgstr "Kann geänderte Dateien nicht aus dem Index entfernen"1266612667#: git-stash.sh:53812668msgid "Index was not unstashed."12669msgstr "Index wurde nicht aus dem Stash zurückgeladen."1267012671#: git-stash.sh:56112672#, sh-format12673msgid "Dropped ${REV} ($s)"12674msgstr "Gelöscht ${REV} ($s)"1267512676#: git-stash.sh:56212677#, sh-format12678msgid "${REV}: Could not drop stash entry"12679msgstr "${REV}: Konnte \"stash\"-Eintrag nicht löschen"1268012681#: git-stash.sh:57012682msgid "No branch name specified"12683msgstr "Kein Branchname spezifiziert"1268412685#: git-stash.sh:64212686msgid "(To restore them type \"git stash apply\")"12687msgstr "(Zur Wiederherstellung geben Sie \"git stash apply\" ein)"1268812689#: git-submodule.sh:21912690msgid "Relative path can only be used from the toplevel of the working tree"12691msgstr ""12692"Relative Pfade können nur von der obersten Ebene des Arbeitsverzeichnisses "12693"benutzt werden."1269412695#: git-submodule.sh:22912696#, sh-format12697msgid "repo URL: '$repo' must be absolute or begin with ./|../"12698msgstr "repo URL: '$repo' muss absolut sein oder mit ./|../ beginnen"1269912700#: git-submodule.sh:24612701#, sh-format12702msgid "'$sm_path' already exists in the index"12703msgstr "'$sm_path' ist bereits zum Commit vorgemerkt"1270412705#: git-submodule.sh:25012706#, sh-format12707msgid ""12708"The following path is ignored by one of your .gitignore files:\n"12709"$sm_path\n"12710"Use -f if you really want to add it."12711msgstr ""12712"Der folgende Pfad wird durch eine Ihrer \".gitignore\" Dateien ignoriert:\n"12713"$sm_path\n"12714"Benutzen Sie -f wenn Sie diesen wirklich hinzufügen möchten."1271512716#: git-submodule.sh:26812717#, sh-format12718msgid "Adding existing repo at '$sm_path' to the index"12719msgstr "Füge existierendes Repository in '$sm_path' dem Index hinzu."1272012721#: git-submodule.sh:27012722#, sh-format12723msgid "'$sm_path' already exists and is not a valid git repo"12724msgstr "'$sm_path' existiert bereits und ist kein gültiges Git-Repository"1272512726#: git-submodule.sh:27812727#, sh-format12728msgid "A git directory for '$sm_name' is found locally with remote(s):"12729msgstr ""12730"Ein Git-Verzeichnis für '$sm_name' wurde lokal gefunden mit den Remote-"12731"Repositories:"1273212733#: git-submodule.sh:28012734#, sh-format12735msgid ""12736"If you want to reuse this local git directory instead of cloning again from"12737msgstr ""12738"Wenn Sie dieses lokale Git-Verzeichnis wiederverwenden möchtest, anstatt "12739"erneut zu klonen"1274012741#: git-submodule.sh:28212742#, sh-format12743msgid ""12744"use the '--force' option. If the local git directory is not the correct repo"12745msgstr ""12746"benutzen Sie die Option '--force'. Wenn das lokale Git-Verzeichnis nicht das "12747"korrekte Repository ist"1274812749#: git-submodule.sh:28312750#, sh-format12751msgid ""12752"or you are unsure what this means choose another name with the '--name' "12753"option."12754msgstr ""12755"oder Sie sich unsicher sind, was das bedeutet, wählen Sie einen anderen "12756"Namen mit der Option '--name'."1275712758#: git-submodule.sh:28512759#, sh-format12760msgid "Reactivating local git directory for submodule '$sm_name'."12761msgstr "Reaktiviere lokales Git-Verzeichnis für Submodul '$sm_name'."1276212763#: git-submodule.sh:29712764#, sh-format12765msgid "Unable to checkout submodule '$sm_path'"12766msgstr "Kann Submodul '$sm_path' nicht auschecken"1276712768#: git-submodule.sh:30212769#, sh-format12770msgid "Failed to add submodule '$sm_path'"12771msgstr "Hinzufügen von Submodul '$sm_path' fehlgeschlagen"1277212773#: git-submodule.sh:31112774#, sh-format12775msgid "Failed to register submodule '$sm_path'"12776msgstr "Fehler beim Eintragen von Submodul '$sm_path' in die Konfiguration."1277712778#: git-submodule.sh:35512779#, sh-format12780msgid "Entering '$displaypath'"12781msgstr "Betrete '$displaypath'"1278212783#: git-submodule.sh:37512784#, sh-format12785msgid "Stopping at '$displaypath'; script returned non-zero status."12786msgstr "Stoppe bei '$displaypath'; Skript gab nicht-Null Status zurück."1278712788#: git-submodule.sh:44812789#, sh-format12790msgid "pathspec and --all are incompatible"12791msgstr "Pfadspezifikationen und --all sind inkompatibel."1279212793#: git-submodule.sh:45312794#, sh-format12795msgid "Use '--all' if you really want to deinitialize all submodules"12796msgstr ""12797"Verwenden Sie '--all', wenn Sie wirklich alle Submodule deinitialisieren\n"12798"möchten."1279912800#: git-submodule.sh:47012801#, sh-format12802msgid "Submodule work tree '$displaypath' contains a .git directory"12803msgstr ""12804"Arbeitsverzeichnis des Submoduls in '$displaypath' enthält ein .git-"12805"Verzeichnis"1280612807#: git-submodule.sh:47112808#, sh-format12809msgid ""12810"(use 'rm -rf' if you really want to remove it including all of its history)"12811msgstr ""12812"(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"12813"seiner Historie löschen möchten)"1281412815#: git-submodule.sh:47712816#, sh-format12817msgid ""12818"Submodule work tree '$displaypath' contains local modifications; use '-f' to "12819"discard them"12820msgstr ""12821"Arbeitsverzeichnis von Submodul in '$displaypath' enthält lokale Änderungen; "12822"verwenden Sie '-f', um diese zu verwerfen"1282312824#: git-submodule.sh:48012825#, sh-format12826msgid "Cleared directory '$displaypath'"12827msgstr "Verzeichnis '$displaypath' bereinigt."1282812829#: git-submodule.sh:48112830#, sh-format12831msgid "Could not remove submodule work tree '$displaypath'"12832msgstr ""12833"Konnte Arbeitsverzeichnis des Submoduls in '$displaypath' nicht löschen."1283412835#: git-submodule.sh:48412836#, sh-format12837msgid "Could not create empty submodule directory '$displaypath'"12838msgstr ""12839"Konnte kein leeres Verzeichnis für Submodul in '$displaypath' erstellen."1284012841#: git-submodule.sh:49312842#, sh-format12843msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"12844msgstr ""12845"Submodul '$name' ($url) für Pfad '$displaypath' wurde aus der Konfiguration "12846"entfernt."1284712848#: git-submodule.sh:63512849#, sh-format12850msgid "Unable to find current revision in submodule path '$displaypath'"12851msgstr "Konnte aktuellen Commit in Submodul-Pfad '$displaypath' nicht finden."1285212853#: git-submodule.sh:64412854#, sh-format12855msgid "Unable to fetch in submodule path '$sm_path'"12856msgstr "Konnte \"fetch\" in Submodul-Pfad '$sm_path' nicht ausführen"1285712858#: git-submodule.sh:66712859#, sh-format12860msgid "Unable to fetch in submodule path '$displaypath'"12861msgstr "Konnte \"fetch\" in Submodul-Pfad '$displaypath' nicht ausführen"1286212863#: git-submodule.sh:68012864#, sh-format12865msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"12866msgstr "Konnte '$sha1' in Submodul-Pfad '$displaypath' nicht auschecken."1286712868#: git-submodule.sh:68112869#, sh-format12870msgid "Submodule path '$displaypath': checked out '$sha1'"12871msgstr "Submodul-Pfad: '$displaypath': '$sha1' ausgecheckt"1287212873#: git-submodule.sh:68512874#, sh-format12875msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"12876msgstr "Rebase auf '$sha1' in Submodul-Pfad '$displaypath' nicht möglich"1287712878#: git-submodule.sh:68612879#, sh-format12880msgid "Submodule path '$displaypath': rebased into '$sha1'"12881msgstr "Submodul-Pfad '$displaypath': Rebase auf '$sha1'"1288212883#: git-submodule.sh:69112884#, sh-format12885msgid "Unable to merge '$sha1' in submodule path '$displaypath'"12886msgstr "Merge von '$sha1' in Submodul-Pfad '$displaypath' fehlgeschlagen"1288712888#: git-submodule.sh:69212889#, sh-format12890msgid "Submodule path '$displaypath': merged in '$sha1'"12891msgstr "Submodul-Pfad '$displaypath': zusammengeführt in '$sha1'"1289212893#: git-submodule.sh:69712894#, sh-format12895msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"12896msgstr "Ausführung von '$command $sha1' in Submodul-Pfad '$displaypath' fehlgeschlagen"1289712898#: git-submodule.sh:69812899#, sh-format12900msgid "Submodule path '$displaypath': '$command $sha1'"12901msgstr "Submodul-Pfad '$displaypath': '$command $sha1'"1290212903#: git-submodule.sh:72912904#, sh-format12905msgid "Failed to recurse into submodule path '$displaypath'"12906msgstr "Fehler bei Rekursion in Submodul-Pfad '$displaypath'"1290712908#: git-submodule.sh:83712909msgid "The --cached option cannot be used with the --files option"12910msgstr ""12911"Die Optionen --cached und --files können nicht gemeinsam verwendet werden."1291212913#: git-submodule.sh:88912914#, sh-format12915msgid "unexpected mode $mod_dst"12916msgstr "unerwarteter Modus $mod_dst"1291712918#: git-submodule.sh:90912919#, sh-format12920msgid " Warn: $display_name doesn't contain commit $sha1_src"12921msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_src"1292212923#: git-submodule.sh:91212924#, sh-format12925msgid " Warn: $display_name doesn't contain commit $sha1_dst"12926msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_dst"1292712928#: git-submodule.sh:91512929#, sh-format12930msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"12931msgstr ""12932" Warnung: $display_name beinhaltet nicht die Commits $sha1_src und $sha1_dst"1293312934#: git-submodule.sh:94012935msgid "blob"12936msgstr "Blob"1293712938#: git-submodule.sh:105912939#, sh-format12940msgid "Failed to recurse into submodule path '$sm_path'"12941msgstr "Fehler bei Rekursion in Submodul-Pfad '$sm_path'"1294212943#: git-submodule.sh:112312944#, sh-format12945msgid "Synchronizing submodule url for '$displaypath'"12946msgstr "Synchronisiere Submodul-URL für '$displaypath'"1294712948#: git-parse-remote.sh:8912949#, sh-format12950msgid "See git-${cmd}(1) for details."12951msgstr "Siehe git-${cmd}(1) für weitere Details."1295212953#~ msgid "'%s': %s"12954#~ msgstr "'%s': %s"1295512956#~ msgid "unable to access '%s': %s"12957#~ msgstr "konnte nicht auf '%s' zugreifen: %s"1295812959#~ msgid "could not open '%s' for reading: %s"12960#~ msgstr "Konnte '%s' nicht zum Lesen öffnen: %s"1296112962#~ msgid "could not open '%s' for writing: %s"12963#~ msgstr "Konnte '%s' nicht zum Schreiben öffnen: %s"1296412965#~ msgid " git branch -d %s\n"12966#~ msgstr " git branch -d %s\n"1296712968#~ msgid " git branch --set-upstream-to %s\n"12969#~ msgstr " git branch --set-upstream-to %s\n"1297012971#~ msgid "cannot open %s: %s\n"12972#~ msgstr "kann %s nicht öffnen: %s\n"1297312974#~ msgid "Please, stage your changes to .gitmodules or stash them to proceed"12975#~ msgstr ""12976#~ "Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "12977#~ "benutzen\n"12978#~ "Sie \"stash\", um fortzufahren."1297912980#~ msgid "could not verify the tag '%s'"12981#~ msgstr "Konnte Tag '%s' nicht verifizieren"1298212983#~ msgid "failed to remove: %s"12984#~ msgstr "Fehler beim Löschen: %s"1298512986#~ msgid "The --exec option must be used with the --interactive option"12987#~ msgstr "Die Option --exec muss mit --interactive verwendet werden."1298812989#~ msgid ""12990#~ "Submodule path '$displaypath' not initialized\n"12991#~ "Maybe you want to use 'update --init'?"12992#~ msgstr ""12993#~ "Submodul-Pfad '$displaypath' ist nicht initialisiert.\n"12994#~ "Vielleicht möchten Sie 'update --init' benutzen?"1299512996#~ msgid "Forward-port local commits to the updated upstream head"12997#~ msgstr "lokale Commits auf einem aktuellerem Upstream-Branch neu aufbauen"1299812999#~ msgid "unable to parse format"13000#~ msgstr "Konnte Format nicht parsen."1300113002#~ msgid "improper format entered align:%s"13003#~ msgstr "Sie haben ein ungültiges Format eingegeben align:%s"1300413005#~ msgid "Could not set core.worktree in %s"13006#~ msgstr "Konnte core.worktree in '%s' nicht setzen."1300713008#~ msgid ""13009#~ "push.default is unset; its implicit value has changed in\n"13010#~ "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"13011#~ "and maintain the traditional behavior, use:\n"13012#~ "\n"13013#~ " git config --global push.default matching\n"13014#~ "\n"13015#~ "To squelch this message and adopt the new behavior now, use:\n"13016#~ "\n"13017#~ " git config --global push.default simple\n"13018#~ "\n"13019#~ "When push.default is set to 'matching', git will push local branches\n"13020#~ "to the remote branches that already exist with the same name.\n"13021#~ "\n"13022#~ "Since Git 2.0, Git defaults to the more conservative 'simple'\n"13023#~ "behavior, which only pushes the current branch to the corresponding\n"13024#~ "remote branch that 'git pull' uses to update the current branch.\n"13025#~ "\n"13026#~ "See 'git help config' and search for 'push.default' for further "13027#~ "information.\n"13028#~ "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"13029#~ "'current' instead of 'simple' if you sometimes use older versions of Git)"13030#~ msgstr ""13031#~ "'push.default' ist nicht gesetzt; der implizit gesetzte Wert\n"13032#~ "wurde in Git 2.0 von 'matching' nach 'simple' geändert. Um diese Meldung "13033#~ "zu\n"13034#~ "unterdrücken und das aktuelle Verhalten nach Änderung des Standardwertes\n"13035#~ "beizubehalten, benutzen Sie:\n"13036#~ "\n"13037#~ " git config --global push.default matching\n"13038#~ "\n"13039#~ "Um diese Meldung zu unterdrücken und das neue Verhalten jetzt zu "13040#~ "übernehmen, benutzen Sie:\n"13041#~ "\n"13042#~ " git config --global push.default simple\n"13043#~ "\n"13044#~ "Wenn 'push.default' auf den Wert 'matching' gesetzt ist, werden lokale\n"13045#~ "Branches zu den Remote-Branches mit den selben Namen versendet.\n"13046#~ "\n"13047#~ "In Git 2.0 wurde das Standardverhalten zu 'simple' geändert. Hierbei "13048#~ "wird\n"13049#~ "der aktuelle Branch zu dem entsprechenden Remote-Branch versendet, den\n"13050#~ "'git pull' zur Aktualisierung des aktuellen Branches verwendet.\n"13051#~ "\n"13052#~ "Führen Sie 'git help config' aus und suchen Sie nach 'push.default' für\n"13053#~ "weitere Informationen.\n"13054#~ "(Der Modus 'simple' wurde in Git 1.7.11 eingeführt. Benutzen Sie den "13055#~ "ähnlichen\n"13056#~ "Modus 'current' anstatt 'simple', falls Sie gelegentlich ältere Versionen "13057#~ "von\n"13058#~ "Git benutzen.)"1305913060#~ msgid "check|on-demand|no"13061#~ msgstr "check|on-demand|no"1306213063#~ msgid "Could not append '%s'"13064#~ msgstr "Konnte '%s' nicht anhängen."1306513066#~ msgid "Missing author: %s"13067#~ msgstr "fehlender Autor: %s"1306813069#~ msgid "Testing "13070#~ msgstr "Prüfe "1307113072#~ msgid "unable to look up current user in the passwd file: %s"13073#~ msgstr "konnte aktuellen Benutzer nicht in Passwort-Datei finden: %s"1307413075#~ msgid "no such user"13076#~ msgstr "kein solcher Benutzer"1307713078#~ msgid "branch '%s' does not point at a commit"13079#~ msgstr "Branch '%s' zeigt auf keinen Commit"1308013081#~ msgid "object '%s' does not point to a commit"13082#~ msgstr "Objekt '%s' zeigt auf keinen Commit"1308313084#~ msgid "some refs could not be read"13085#~ msgstr "Konnte einige Referenzen nicht lesen"1308613087#~ msgid "print only merged branches"13088#~ msgstr "nur Branches ausgeben, die zusammengeführt sind"1308913090#~ msgid "--dissociate given, but there is no --reference"13091#~ msgstr "--dissociate ohne --reference angegeben"1309213093#~ msgid "show usage"13094#~ msgstr "Verwendung anzeigen"1309513096#~ msgid "insanely long template name %s"13097#~ msgstr "zu langer Vorlagen-Name %s"1309813099#~ msgid "insanely long symlink %s"13100#~ msgstr "zu lange symbolische Verknüpfung %s"1310113102#~ msgid "insanely long template path %s"13103#~ msgstr "zu langer Vorlagen-Pfad %s"1310413105#~ msgid "insane git directory %s"13106#~ msgstr "ungültiges Git-Verzeichnis %s"1310713108#~ msgid "unsupported sort specification '%s'"13109#~ msgstr "Nicht unterstützte Angabe für \"--sort\" '%s'"1311013111#~ msgid "unsupported sort specification '%s' in variable '%s'"13112#~ msgstr "Nicht unterstützte Angabe für \"--sort\" '%s' in Variable '%s'"1311313114#~ msgid "switch 'points-at' requires an object"13115#~ msgstr "Option 'points-at' erfordert ein Objekt"1311613117#~ msgid "sort tags"13118#~ msgstr "Tags sortieren"1311913120#~ msgid "--sort and -n are incompatible"13121#~ msgstr "--sort und -n sind inkompatibel"1312213123#~ msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"13124#~ msgstr ""13125#~ "Git-Verzeichnis '$a' ist Teil des Submodul-Pfades '$b', oder umgekehrt"1312613127#~ msgid "false|true|preserve"13128#~ msgstr "false|true|preserve"1312913130#~ msgid "BUG: reopen a lockfile that is still open"13131#~ msgstr "FEHLER: Wiederöffnen einer bereits geöffneten Lock-Datei"1313213133#~ msgid "BUG: reopen a lockfile that has been committed"13134#~ msgstr "FEHLER: Wiederöffnen einer bereits committeten Lock-Datei"1313513136#~ msgid "option %s does not accept negative form"13137#~ msgstr "Option %s akzeptiert keine negative Form"1313813139#~ msgid "unable to parse value '%s' for option %s"13140#~ msgstr "konnte Wert '%s' für Option %s nicht parsen"1314113142#~ msgid "-b and -B are mutually exclusive"13143#~ msgstr "-b und -B schließen sich gegenseitig aus"1314413145#~ msgid "You need to set your committer info first"13146#~ msgstr "Sie müssen zuerst die Informationen zum Commit-Ersteller setzen."1314713148#~ msgid ""13149#~ "When you have resolved this problem, run \"$cmdline --continue\".\n"13150#~ "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"13151#~ "To restore the original branch and stop patching, run \"$cmdline --abort"13152#~ "\"."13153#~ msgstr ""13154#~ "Wenn Sie das Problem gelöst haben, führen Sie \"$cmdline --continue\" "13155#~ "aus.\n"13156#~ "Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen\n"13157#~ "\"$cmdline --skip\" aus.\n"13158#~ "Um den ursprünglichen Branch wiederherzustellen und die Anwendung der\n"13159#~ "Patches abzubrechen, führen Sie \"$cmdline --abort\" aus."1316013161#~ msgid "Patch format $patch_format is not supported."13162#~ msgstr "Patch-Format $patch_format wird nicht unterstützt."1316313164#~ msgid "Please make up your mind. --skip or --abort?"13165#~ msgstr "Bitte werden Sie sich klar. --skip oder --abort?"1316613167#~ msgid ""13168#~ "Patch is empty. Was it split wrong?\n"13169#~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"13170#~ "To restore the original branch and stop patching run \"$cmdline --abort\"."13171#~ msgstr ""13172#~ "Patch ist leer. Wurde er falsch aufgeteilt?\n"13173#~ "Wenn Sie diesen Patch auslassen möchten, führen Sie stattdessen\n"13174#~ "\"$cmdline --skip\" aus.\n"13175#~ "Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "13176#~ "Patches\n"13177#~ "abzubrechen, führen Sie \"$cmdline --abort\" aus."1317813179#~ msgid "Patch does not have a valid e-mail address."13180#~ msgstr "Patch enthält keine gültige E-Mail-Adresse."1318113182#~ msgid "Applying: $FIRSTLINE"13183#~ msgstr "Wende an: $FIRSTLINE"1318413185#~ msgid "Patch failed at $msgnum $FIRSTLINE"13186#~ msgstr "Anwendung des Patches fehlgeschlagen bei $msgnum $FIRSTLINE"1318713188#~ msgid ""13189#~ "Pull is not possible because you have unmerged files.\n"13190#~ "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"13191#~ "as appropriate to mark resolution and make a commit."13192#~ msgstr ""13193#~ "\"pull\" ist nicht möglich, weil Sie nicht zusammengeführte Dateien "13194#~ "haben.\n"13195#~ "Bitte korrigieren Sie dies im Arbeitsverzeichnis und benutzen Sie dann\n"13196#~ "'git add/rm <Datei>', um die Auflösung entsprechend zu markieren und zu\n"13197#~ "committen."1319813199#~ msgid "Pull is not possible because you have unmerged files."13200#~ msgstr ""13201#~ "\"pull\" ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."1320213203#~ msgid "no branch specified"13204#~ msgstr "Kein Branch spezifiziert"1320513206#~ msgid "check a branch out in a separate working directory"13207#~ msgstr "Branch in separatem Arbeitsverzeichnis auschecken"1320813209#~ msgid "prune .git/worktrees"13210#~ msgstr ""13211#~ "Informationen zu nicht mehr existierenden Arbeitsverzeichnissen in .git/"13212#~ "worktrees entfernen"1321313214#~ msgid "The most commonly used git commands are:"13215#~ msgstr "Die allgemein verwendeten Git-Kommandos sind:"1321613217#~ msgid "No such branch: '%s'"13218#~ msgstr "Kein solcher Branch '%s'"1321913220#~ msgid "Could not create git link %s"13221#~ msgstr "Konnte git-Verweis %s nicht erstellen"1322213223#~ msgid "Invalid gc.pruneexpire: '%s'"13224#~ msgstr "Ungültiges Wert für \"gc.pruneexpire\": '%s'"1322513226#~ msgid "(detached from %s)"13227#~ msgstr "(losgelöst von %s)"1322813229#~ msgid "search also in ignored files"13230#~ msgstr "auch in ignorierten Dateien suchen"1323113232#~ msgid "No existing author found with '%s'"13233#~ msgstr "Kein existierender Autor mit '%s' gefunden."1323413235#~ msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"13236#~ msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"1323713238#~ msgid "no files added"13239#~ msgstr "keine Dateien hinzugefügt"1324013241#~ msgid "force creation (when already exists)"13242#~ msgstr "Branch auch erzeugen, wenn dieser bereits existiert"1324313244#~ msgid "slot"13245#~ msgstr "Slot"1324613247#~ msgid "check"13248#~ msgstr "check|on-demand"1324913250#~ msgid "Failed to lock ref for update"13251#~ msgstr "Fehler beim Sperren der Referenz zur Aktualisierung."1325213253#~ msgid "Failed to write ref"13254#~ msgstr "Fehler beim Schreiben der Referenz."1325513256#~ msgid "Failed to lock HEAD during fast_forward_to"13257#~ msgstr "Fehler beim Sperren von HEAD während fast_forward_to"1325813259#~ msgid "invalid commit: %s"13260#~ msgstr "Ungültiger Commit: %s"1326113262#~ msgid "cannot lock HEAD ref"13263#~ msgstr "Kann Referenz von HEAD nicht sperren."1326413265#~ msgid "cannot update HEAD ref"13266#~ msgstr "Kann Referenz von HEAD nicht aktualisieren."1326713268#~ msgid "cannot tell cwd"13269#~ msgstr "kann aktuelles Arbeitsverzeichnis nicht ermitteln"1327013271#~ msgid "%s: cannot lock the ref"13272#~ msgstr "%s: kann Referenz nicht sperren"1327313274#~ msgid "%s: cannot update the ref"13275#~ msgstr "%s: kann Referenz nicht aktualisieren"1327613277#~ msgid "commit has empty message"13278#~ msgstr "Commit hat eine leere Beschreibung"1327913280#~ msgid "Failed to chdir: %s"13281#~ msgstr "Fehler beim Verzeichniswechsel: %s"1328213283#~ msgid "key id"13284#~ msgstr "Schlüssel-ID"1328513286#~ msgid "Tracking not set up: name too long: %s"13287#~ msgstr ""13288#~ "Konfiguration zum Folgen von Branch nicht eingerichtet. Name zu lang: %s"1328913290#~ msgid "bug"13291#~ msgstr "Fehler"1329213293#~ msgid ", behind "13294#~ msgstr ", hinterher "1329513296#~ msgid "could not find .gitmodules in index"13297#~ msgstr "Konnte .gitmodules nicht in der Staging-Area finden"1329813299#~ msgid "reading updated .gitmodules failed"13300#~ msgstr "Lesen der aktualisierten .gitmodules-Datei fehlgeschlagen"1330113302#~ msgid "unable to stat updated .gitmodules"13303#~ msgstr "Konnte aktualisierte .gitmodules-Datei nicht lesen"1330413305#~ msgid "unable to remove .gitmodules from index"13306#~ msgstr "Konnte .gitmodules nicht aus der Staging-Area entfernen"1330713308#~ msgid "adding updated .gitmodules failed"13309#~ msgstr "Konnte aktualisierte .gitmodules-Datei nicht hinzufügen"1331013311#~ msgid ""13312#~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"13313#~ "subdirectory of the tree will change in Git 2.0 and should not be used "13314#~ "anymore.\n"13315#~ "To add content for the whole tree, run:\n"13316#~ "\n"13317#~ " git add %s :/\n"13318#~ " (or git add %s :/)\n"13319#~ "\n"13320#~ "To restrict the command to the current directory, run:\n"13321#~ "\n"13322#~ " git add %s .\n"13323#~ " (or git add %s .)\n"13324#~ "\n"13325#~ "With the current Git version, the command is restricted to the current "13326#~ "directory.\n"13327#~ msgstr ""13328#~ "Das Verhalten von 'git add %s (oder %s)' ohne ein Pfad-Argument von\n"13329#~ "einem Unterverzeichnis aus wird in Git 2.0 geändert und sollte nicht\n"13330#~ "mehr verwendet werden.\n"13331#~ "Um Dateien des gesamten Projektverzeichnisses hinzuzufügen, führen Sie "13332#~ "aus:\n"13333#~ "\n"13334#~ " git add %s :/\n"13335#~ " (oder git add %s :/)\n"13336#~ "\n"13337#~ "Zur Einschränkung auf das aktuelle Verzeichnis führen Sie aus:\n"13338#~ "\n"13339#~ " git add %s .\n"13340#~ " (oder git add %s .)\n"13341#~ "\n"13342#~ "Mit der aktuellen Version von Git ist das Kommando auf das aktuelle\n"13343#~ "Verzeichnis beschränkt.\n"1334413345#~ msgid ""13346#~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"13347#~ "whose behaviour will change in Git 2.0 with respect to paths you "13348#~ "removed.\n"13349#~ "Paths like '%s' that are\n"13350#~ "removed from your working tree are ignored with this version of Git.\n"13351#~ "\n"13352#~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"13353#~ " ignores paths you removed from your working tree.\n"13354#~ "\n"13355#~ "* 'git add --all <pathspec>' will let you also record the removals.\n"13356#~ "\n"13357#~ "Run 'git status' to check the paths you removed from your working tree.\n"13358#~ msgstr ""13359#~ "Sie haben 'git add' weder mit '-A (--all)' noch mit '--ignore-removal'\n"13360#~ "ausgeführt. Das Verhalten des Kommandos ändert sich in Git 2.0 durch\n"13361#~ "Berücksichtigung der gelöschten Pfade.\n"13362#~ "Pfade wie '%s', die im Arbeitsverzeichnis gelöscht wurden, werden in\n"13363#~ "dieser Version von Git ignoriert.\n"13364#~ "\n"13365#~ "* 'git add --ignore-removal <Pfadspezifikation>', was der aktuelle\n"13366#~ " Standardwert ist, ignoriert gelöschte Pfade im Arbeitsverzeichnis.\n"13367#~ "* 'git add --all <Pfadspezifikation>' berücksichtigt ebenfalls gelöschte\n"13368#~ " Pfade.\n"13369#~ "Führen Sie 'git status' aus, um die gelöschten Pfade zu überprüfen.\n"1337013371#~ msgid ""13372#~ "Auto packing the repository for optimum performance. You may also\n"13373#~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"13374#~ msgstr ""13375#~ "Die Datenbank des Repositories wird für eine optimale Performance\n"13376#~ "komprimiert. Sie können auch \"git gc\" manuell ausführen.\n"13377#~ "Siehe \"git help gc\" für weitere Informationen.\n"1337813379#~ msgid ""13380#~ "Updates were rejected because a pushed branch tip is behind its remote\n"13381#~ "counterpart. If you did not intend to push that branch, you may want to\n"13382#~ "specify branches to push or set the 'push.default' configuration "13383#~ "variable\n"13384#~ "to 'simple', 'current' or 'upstream' to push only the current branch."13385#~ msgstr ""13386#~ "Aktualisierungen wurden zurückgewiesen, weil die Spitze eines "13387#~ "versendeten\n"13388#~ "Branches hinter seinem externen Gegenstück zurückgefallen ist. Wenn Sie "13389#~ "nicht\n"13390#~ "beabsichtigt haben, diesen Branch zu versenden, können Sie auch den zu "13391#~ "versendenden\n"13392#~ "Branch spezifizieren oder die Konfigurationsvariable 'push.default' zu "13393#~ "'simple', 'current'\n"13394#~ "oder 'upstream' setzen, um nur den aktuellen Branch zu versenden."1339513396#~ msgid "copied: %s -> %s"13397#~ msgstr "kopiert: %s -> %s"1339813399#~ msgid "deleted: %s"13400#~ msgstr "gelöscht: %s"1340113402#~ msgid "modified: %s"13403#~ msgstr "geändert: %s"1340413405#~ msgid "renamed: %s -> %s"13406#~ msgstr "umbenannt: %s -> %s"1340713408#~ msgid "unmerged: %s"13409#~ msgstr "nicht zusammengeführt: %s"1341013411#~ msgid "input paths are terminated by a null character"13412#~ msgstr "Eingabepfade sind durch ein NUL Zeichen abgeschlossen"1341313414#~ msgid ""13415#~ "Aborting. Consider using either the --force or --include-untracked option."13416#~ msgstr ""13417#~ "Abgebrochen. Benutzen Sie entweder die Option --force oder --include-"13418#~ "untracked."1341913420#~ msgid " (fix conflicts and then run \"git am --resolved\")"13421#~ msgstr ""13422#~ " (beheben Sie die Konflikte und führen Sie dann \"git am --resolved\" "13423#~ "aus)"1342413425#~ msgid " (all conflicts fixed: run \"git commit\")"13426#~ msgstr " (alle Konflikte behoben: führen Sie \"git commit\" aus)"1342713428#~ msgid "more than %d trees given: '%s'"13429#~ msgstr "Mehr als %d \"Tree\"-Objekte angegeben: '%s'"1343013431#~ msgid "You cannot combine --no-ff with --ff-only."13432#~ msgstr "Sie können --no-ff nicht mit --ff--only kombinieren."1343313434#~ msgid ""13435#~ "submodule '%s' (or one of its nested submodules) uses a .git directory\n"13436#~ "(use 'rm -rf' if you really want to remove it including all of its "13437#~ "history)"13438#~ msgstr ""13439#~ "Submodul '%s' (oder ein geschachteltes Submodul hiervon) verwendet\n"13440#~ "ein .git-Verzeichnis (benutzen Sie 'rm -rf' wenn Sie dieses wirklich "13441#~ "mitsamt\n"13442#~ "seiner Historie löschen möchten)"1344313444#~ msgid ""13445#~ "'%s' has changes staged in the index\n"13446#~ "(use --cached to keep the file, or -f to force removal)"13447#~ msgstr ""13448#~ "'%s' hat zum Commit vorgemerkte Änderungen\n"13449#~ "(benutzen Sie --cached um die Datei zu behalten, oder -f um die "13450#~ "Entfernung zu erzwingen)"1345113452#~ msgid "show commits where no parent comes before its children"13453#~ msgstr ""13454#~ "zeigt Commits, bei denen kein Eltern-Commit vor seinem Kind-Commit kommt"1345513456#~ msgid "show the HEAD reference"13457#~ msgstr "zeigt Referenz von HEAD"1345813459#~ msgid "Unable to fetch in submodule path '$prefix$sm_path'"13460#~ msgstr "Konnte \"fetch\" in Submodul-Pfad '$prefix$sm_path' nicht ausführen"1346113462#~ msgid "Failed to recurse into submodule path '$prefix$sm_path'"13463#~ msgstr "Fehler bei Rekursion in Submodul-Pfad '$prefix$sm_path'"1346413465#~ msgid "It took %.2f seconds to enumerate untracked files. 'status -uno'"13466#~ msgstr ""13467#~ "Es dauerte %.2f Sekunden die unbeobachteten Dateien zu bestimmen.'status -"13468#~ "uno'"1346913470#~ msgid "may speed it up, but you have to be careful not to forget to add"13471#~ msgstr "könnte das beschleunigen, aber Sie müssen darauf achten, neue"1347213473#~ msgid "new files yourself (see 'git help status')."13474#~ msgstr "Dateien selbstständig hinzuzufügen (siehe 'git help status')."1347513476#~ msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"13477#~ msgstr ""13478#~ "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] "13479#~ "[<Versionsidentifikation>... ]"1348013481#~ msgid "See 'git help <command>' for more information on a specific command."13482#~ msgstr ""13483#~ "Siehe 'git help <Kommando>' für weitere Informationen zu einem "13484#~ "spezifischen Kommando"1348513486#~ msgid "use any ref in .git/refs"13487#~ msgstr "verwendet alle Referenzen in .git/refs"1348813489#~ msgid "use any tag in .git/refs/tags"13490#~ msgstr "verwendet alle Markierungen in .git/refs/tags"1349113492#~ msgid "bad object %s"13493#~ msgstr "ungültiges Objekt %s"1349413495#~ msgid "bogus committer info %s"13496#~ msgstr "unechte Einreicher-Informationen %s"1349713498#~ msgid "can't fdopen 'show' output fd"13499#~ msgstr "konnte Datei-Deskriptor für Ausgabe von 'show' nicht öffnen"1350013501#~ msgid "failed to close pipe to 'show' for object '%s'"13502#~ msgstr ""13503#~ "Schließen der Verbindung zu 'show' ist für Objekt '%s' fehlgeschlagen."1350413505#~ msgid "You do not have a valid HEAD"13506#~ msgstr "Sie haben keine gültige Zweigspitze (HEAD)"1350713508#~ msgid "oops"13509#~ msgstr "Ups"1351013511#~ msgid "Would not remove %s\n"13512#~ msgstr "Würde '%s' nicht löschen\n"1351313514#~ msgid "Not removing %s\n"13515#~ msgstr "Entferne nicht %s\n"1351613517#~ msgid "Could not read index"13518#~ msgstr "Konnte Bereitstellung nicht lesen"1351913520#~ msgid " 0 files changed"13521#~ msgstr " 0 Dateien geändert"1352213523#~ msgid " %d file changed"13524#~ msgid_plural " %d files changed"13525#~ msgstr[0] " %d Datei geändert"13526#~ msgstr[1] " %d Dateien geändert"1352713528#~ msgid ", %d insertion(+)"13529#~ msgid_plural ", %d insertions(+)"13530#~ msgstr[0] ", %d Zeile hinzugefügt(+)"13531#~ msgstr[1] ", %d Zeilen hinzugefügt(+)"1353213533#~ msgid ", %d deletion(-)"13534#~ msgid_plural ", %d deletions(-)"13535#~ msgstr[0] ", %d Zeile entfernt(-)"13536#~ msgstr[1] ", %d Zeilen entfernt(-)"1353713538#~ msgid "git remote set-head <name> (-a | -d | <branch>])"13539#~ msgstr "git remote set-head <Name> (-a | -d | <Zweig>])"1354013541#~ msgid " (use \"git add\" to track)"13542#~ msgstr " (benutze \"git add\" zum Beobachten)"1354313544#~ msgid "--detach cannot be used with -b/-B/--orphan"13545#~ msgstr "--detach kann nicht mit -b/-B/--orphan benutzt werden"1354613547#~ msgid "--detach cannot be used with -t"13548#~ msgstr "--detach kann nicht mit -t benutzt werden"1354913550#~ msgid "--orphan and -b|-B are mutually exclusive"13551#~ msgstr "--orphan und -b|-B sind gegenseitig exklusiv"1355213553#~ msgid "--orphan cannot be used with -t"13554#~ msgstr "--orphan kann nicht mit -t benutzt werden"1355513556#~ msgid "git checkout: -f and -m are incompatible"13557#~ msgstr "git checkout: -f und -m sind inkompatibel"1355813559#~ msgid ""13560#~ "git checkout: updating paths is incompatible with switching branches."13561#~ msgstr ""13562#~ "git checkout: Die Aktualisierung von Pfaden ist inkompatibel mit dem "13563#~ "Wechsel von Zweigen."1356413565#~ msgid "diff setup failed"13566#~ msgstr "diff_setup_done fehlgeschlagen"1356713568#~ msgid "merge-recursive: disk full?"13569#~ msgstr "merge-recursive: Festplatte voll?"1357013571#~ msgid "diff_setup_done failed"13572#~ msgstr "diff_setup_done fehlgeschlagen"1357313574#~ msgid "-d option is no longer supported. Do not use."13575#~ msgstr "-d Option wird nicht länger unterstützt. Nicht benutzen."1357613577#~ msgid "%s: has been deleted/renamed"13578#~ msgstr "%s wurde gelöscht/umbenannt"1357913580#~ msgid "'%s': not a documentation directory."13581#~ msgstr "'%s' ist kein Dokumentationsverzeichnis"1358213583#~ msgid "--"13584#~ msgstr "--"1358513586#~ msgid "Could not extract email from committer identity."13587#~ msgstr "Konnte E-Mail-Adresse des Einreichers nicht extrahieren."1358813589#~ msgid "cherry-pick"13590#~ msgstr "cherry-pick"1359113592#~ msgid ""13593#~ "To prevent you from losing history, non-fast-forward updates were "13594#~ "rejected\n"13595#~ "Merge the remote changes (e.g. 'git pull') before pushing again. See "13596#~ "the\n"13597#~ "'Note about fast-forwards' section of 'git push --help' for details.\n"13598#~ msgstr ""13599#~ "Um dich vor Verlust von Historie zu bewahren, wurden nicht vorzuspulende "13600#~ "Aktualisierungen zurückgewiesen.\n"13601#~ "Führe die externen Änderungen zusammen (z.B. 'git pull') bevor du erneut "13602#~ "versendest. Siehe auch die 'Note about fast-forwards' Sektion von \n"13603#~ "'git push --help' für weitere Details.\n"