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-03-16 00:16+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:1226 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:1232 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:2547 87#: builtin/blame.c:2548 builtin/config.c:60 builtin/fast-export.c:987 88#: builtin/fast-export.c:989 builtin/grep.c:720 builtin/hash-object.c:100 89#: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398 90#: builtin/notes.c:561 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:78 123msgid "repo" 124msgstr "Repository" 125 126#: archive.c:452 builtin/archive.c:91 127msgid "retrieve the archive from remote repository <repo>" 128msgstr "Archiv vom Remote-Repository <Repository> abrufen" 129 130#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482 131msgid "command" 132msgstr "Programm" 133 134#: archive.c:454 builtin/archive.c:93 135msgid "path to the remote git-upload-archive command" 136msgstr "Pfad zum externen \"git-upload-archive\"-Programm" 137 138#: attr.c:263 139msgid "" 140"Negative patterns are ignored in git attributes\n" 141"Use '\\!' for literal leading exclamation." 142msgstr "" 143"Verneinende Muster werden in Git-Attributen ignoriert.\n" 144"Benutzen Sie '\\!' für führende Ausrufezeichen." 145 146#: branch.c:53 147#, c-format 148msgid "" 149"\n" 150"After fixing the error cause you may try to fix up\n" 151"the remote tracking information by invoking\n" 152"\"git branch --set-upstream-to=%s%s%s\"." 153msgstr "" 154"\n" 155"Nachdem Sie die Fehlerursache behoben haben, können Sie\n" 156"die Tracking-Informationen mit\n" 157"\"git branch --set-upstream-to=%s%s%s\"\n" 158"erneut setzen." 159 160#: branch.c:67 161#, c-format 162msgid "Not setting branch %s as its own upstream." 163msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein." 164 165#: branch.c:93 166#, c-format 167msgid "Branch %s set up to track remote branch %s from %s by rebasing." 168msgstr "" 169"Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s durch Rebase." 170 171#: branch.c:94 172#, c-format 173msgid "Branch %s set up to track remote branch %s from %s." 174msgstr "Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s." 175 176#: branch.c:98 177#, c-format 178msgid "Branch %s set up to track local branch %s by rebasing." 179msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s durch Rebase." 180 181#: branch.c:99 182#, c-format 183msgid "Branch %s set up to track local branch %s." 184msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s." 185 186#: branch.c:104 187#, c-format 188msgid "Branch %s set up to track remote ref %s by rebasing." 189msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s durch Rebase." 190 191#: branch.c:105 192#, c-format 193msgid "Branch %s set up to track remote ref %s." 194msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s." 195 196#: branch.c:109 197#, c-format 198msgid "Branch %s set up to track local ref %s by rebasing." 199msgstr "" 200"Branch %s konfiguriert zum Folgen von lokaler Referenz %s durch Rebase." 201 202#: branch.c:110 203#, c-format 204msgid "Branch %s set up to track local ref %s." 205msgstr "Branch %s konfiguriert zum Folgen von lokaler Referenz %s." 206 207#: branch.c:119 208msgid "Unable to write upstream branch configuration" 209msgstr "Konnte Konfiguration zu Upstream-Branch nicht schreiben." 210 211#: branch.c:156 212#, c-format 213msgid "Not tracking: ambiguous information for ref %s" 214msgstr "" 215"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist " 216"mehrdeutig." 217 218#: branch.c:185 219#, c-format 220msgid "'%s' is not a valid branch name." 221msgstr "'%s' ist kein gültiger Branchname." 222 223#: branch.c:190 224#, c-format 225msgid "A branch named '%s' already exists." 226msgstr "Branch '%s' existiert bereits." 227 228#: branch.c:198 229msgid "Cannot force update the current branch." 230msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen." 231 232#: branch.c:218 233#, c-format 234msgid "Cannot setup tracking information; starting point '%s' is not a branch." 235msgstr "" 236"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein " 237"Branch." 238 239#: branch.c:220 240#, c-format 241msgid "the requested upstream branch '%s' does not exist" 242msgstr "der angeforderte Upstream-Branch '%s' existiert nicht" 243 244#: branch.c:222 245msgid "" 246"\n" 247"If you are planning on basing your work on an upstream\n" 248"branch that already exists at the remote, you may need to\n" 249"run \"git fetch\" to retrieve it.\n" 250"\n" 251"If you are planning to push out a new local branch that\n" 252"will track its remote counterpart, you may want to use\n" 253"\"git push -u\" to set the upstream config as you push." 254msgstr "" 255"\n" 256"Falls Sie vorhaben, Ihre Arbeit auf einem bereits existierenden\n" 257"Upstream-Branch aufzubauen, sollten Sie \"git fetch\"\n" 258"ausführen, um diesen abzurufen.\n" 259"\n" 260"Falls Sie vorhaben, einen neuen lokalen Branch zu versenden\n" 261"der seinem externen Gegenstück folgen soll, können Sie\n" 262"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n" 263"zu konfigurieren." 264 265#: branch.c:266 266#, c-format 267msgid "Not a valid object name: '%s'." 268msgstr "Ungültiger Objekt-Name: '%s'" 269 270#: branch.c:286 271#, c-format 272msgid "Ambiguous object name: '%s'." 273msgstr "mehrdeutiger Objekt-Name: '%s'" 274 275#: branch.c:291 276#, c-format 277msgid "Not a valid branch point: '%s'." 278msgstr "Ungültiger Branchpunkt: '%s'" 279 280#: branch.c:344 281#, c-format 282msgid "'%s' is already checked out at '%s'" 283msgstr "'%s' ist bereits in '%s' ausgecheckt" 284 285#: bundle.c:34 286#, c-format 287msgid "'%s' does not look like a v2 bundle file" 288msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus" 289 290#: bundle.c:61 291#, c-format 292msgid "unrecognized header: %s%s (%d)" 293msgstr "nicht erkannter Kopfbereich: %s%s (%d)" 294 295#: bundle.c:87 builtin/commit.c:766 296#, c-format 297msgid "could not open '%s'" 298msgstr "Konnte '%s' nicht öffnen" 299 300#: bundle.c:139 301msgid "Repository lacks these prerequisite commits:" 302msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:" 303 304#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1074 305#: builtin/blame.c:2754 builtin/commit.c:1045 builtin/log.c:334 306#: builtin/log.c:852 builtin/log.c:1467 builtin/log.c:1700 builtin/merge.c:358 307#: builtin/shortlog.c:170 308msgid "revision walk setup failed" 309msgstr "Einrichtung des Revisionsgangs fehlgeschlagen" 310 311#: bundle.c:185 312#, c-format 313msgid "The bundle contains this ref:" 314msgid_plural "The bundle contains these %d refs:" 315msgstr[0] "Das Paket enthält diese Referenz:" 316msgstr[1] "Das Paket enthält diese %d Referenzen:" 317 318#: bundle.c:192 319msgid "The bundle records a complete history." 320msgstr "Das Paket speichert eine komplette Historie." 321 322#: bundle.c:194 323#, c-format 324msgid "The bundle requires this ref:" 325msgid_plural "The bundle requires these %d refs:" 326msgstr[0] "Das Paket benötigt diese Referenz:" 327msgstr[1] "Das Paket benötigt diese %d Referenzen:" 328 329#: bundle.c:253 330msgid "Could not spawn pack-objects" 331msgstr "Konnte Paketobjekte nicht erstellen" 332 333#: bundle.c:264 334msgid "pack-objects died" 335msgstr "Erstellung der Paketobjekte abgebrochen" 336 337#: bundle.c:304 338msgid "rev-list died" 339msgstr "\"rev-list\" abgebrochen" 340 341#: bundle.c:353 342#, c-format 343msgid "ref '%s' is excluded by the rev-list options" 344msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen" 345 346#: bundle.c:443 builtin/log.c:157 builtin/log.c:1372 builtin/shortlog.c:273 347#, c-format 348msgid "unrecognized argument: %s" 349msgstr "nicht erkanntes Argument: %s" 350 351#: bundle.c:449 352msgid "Refusing to create empty bundle." 353msgstr "Erstellung eines leeren Pakets zurückgewiesen." 354 355#: bundle.c:459 356#, c-format 357msgid "cannot create '%s'" 358msgstr "kann '%s' nicht erstellen" 359 360#: bundle.c:480 361msgid "index-pack died" 362msgstr "Erstellung der Paketindexdatei abgebrochen" 363 364#: color.c:275 365#, c-format 366msgid "invalid color value: %.*s" 367msgstr "Ungültiger Farbwert: %.*s" 368 369#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1505 370#: builtin/am.c:2135 371#, c-format 372msgid "could not parse %s" 373msgstr "konnte %s nicht parsen" 374 375#: commit.c:42 376#, c-format 377msgid "%s %s is not a commit!" 378msgstr "%s %s ist kein Commit!" 379 380#: compat/obstack.c:406 compat/obstack.c:408 381msgid "memory exhausted" 382msgstr "Speicher verbraucht" 383 384#: config.c:475 config.c:477 385#, c-format 386msgid "bad config line %d in %s %s" 387msgstr "Zeile %d in Konfiguration %s %s ist ungültig." 388 389#: config.c:593 390#, c-format 391msgid "bad numeric config value '%s' for '%s' in %s %s: %s" 392msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s %s: %s" 393 394#: config.c:595 395#, c-format 396msgid "bad numeric config value '%s' for '%s': %s" 397msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s" 398 399#: config.c:680 400#, c-format 401msgid "failed to expand user dir in: '%s'" 402msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'" 403 404#: config.c:758 config.c:769 405#, c-format 406msgid "bad zlib compression level %d" 407msgstr "ungültiger zlib Komprimierungsgrad %d" 408 409#: config.c:891 410#, c-format 411msgid "invalid mode for object creation: %s" 412msgstr "Ungültiger Modus für Objekterstellung: %s" 413 414#: config.c:1220 415msgid "unable to parse command-line config" 416msgstr "" 417"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen." 418 419#: config.c:1281 420msgid "unknown error occured while reading the configuration files" 421msgstr "" 422"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf." 423 424#: config.c:1629 425#, c-format 426msgid "unable to parse '%s' from command-line config" 427msgstr "" 428"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n" 429"nicht parsen." 430 431#: config.c:1631 432#, c-format 433msgid "bad config variable '%s' in file '%s' at line %d" 434msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d" 435 436#: config.c:1690 437#, c-format 438msgid "%s has multiple values" 439msgstr "%s hat mehrere Werte" 440 441#: config.c:2226 442#, c-format 443msgid "Could not set '%s' to '%s'" 444msgstr "Konnte '%s' nicht zu '%s' setzen." 445 446#: connected.c:69 447msgid "Could not run 'git rev-list'" 448msgstr "Konnte 'git rev-list' nicht ausführen" 449 450#: connected.c:89 451#, c-format 452msgid "failed write to rev-list: %s" 453msgstr "Fehler beim Schreiben nach rev-list: %s" 454 455#: connected.c:97 456#, c-format 457msgid "failed to close rev-list's stdin: %s" 458msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe: %s" 459 460#: date.c:95 461msgid "in the future" 462msgstr "in der Zukunft" 463 464#: date.c:101 465#, c-format 466msgid "%lu second ago" 467msgid_plural "%lu seconds ago" 468msgstr[0] "vor %lu Sekunde" 469msgstr[1] "vor %lu Sekunden" 470 471#: date.c:108 472#, c-format 473msgid "%lu minute ago" 474msgid_plural "%lu minutes ago" 475msgstr[0] "vor %lu Minute" 476msgstr[1] "vor %lu Minuten" 477 478#: date.c:115 479#, c-format 480msgid "%lu hour ago" 481msgid_plural "%lu hours ago" 482msgstr[0] "vor %lu Stunde" 483msgstr[1] "vor %lu Stunden" 484 485#: date.c:122 486#, c-format 487msgid "%lu day ago" 488msgid_plural "%lu days ago" 489msgstr[0] "vor %lu Tag" 490msgstr[1] "vor %lu Tagen" 491 492#: date.c:128 493#, c-format 494msgid "%lu week ago" 495msgid_plural "%lu weeks ago" 496msgstr[0] "vor %lu Woche" 497msgstr[1] "vor %lu Wochen" 498 499#: date.c:135 500#, c-format 501msgid "%lu month ago" 502msgid_plural "%lu months ago" 503msgstr[0] "vor %lu Monat" 504msgstr[1] "vor %lu Monaten" 505 506#: date.c:146 507#, c-format 508msgid "%lu year" 509msgid_plural "%lu years" 510msgstr[0] "vor %lu Jahr" 511msgstr[1] "vor %lu Jahren" 512 513#. TRANSLATORS: "%s" is "<n> years" 514#: date.c:149 515#, c-format 516msgid "%s, %lu month ago" 517msgid_plural "%s, %lu months ago" 518msgstr[0] "%s, und %lu Monat" 519msgstr[1] "%s, und %lu Monaten" 520 521#: date.c:154 date.c:159 522#, c-format 523msgid "%lu year ago" 524msgid_plural "%lu years ago" 525msgstr[0] "vor %lu Jahr" 526msgstr[1] "vor %lu Jahren" 527 528#: diffcore-order.c:24 529#, c-format 530msgid "failed to read orderfile '%s'" 531msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'." 532 533#: diffcore-rename.c:536 534msgid "Performing inexact rename detection" 535msgstr "Führe Erkennung für ungenaue Umbenennung aus" 536 537#: diff.c:115 538#, c-format 539msgid " Failed to parse dirstat cut-off percentage '%s'\n" 540msgstr "" 541" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n" 542 543#: diff.c:120 544#, c-format 545msgid " Unknown dirstat parameter '%s'\n" 546msgstr " Unbekannter \"dirstat\" Parameter '%s'\n" 547 548#: diff.c:215 549#, c-format 550msgid "Unknown value for 'diff.submodule' config variable: '%s'" 551msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'" 552 553#: diff.c:267 554#, c-format 555msgid "" 556"Found errors in 'diff.dirstat' config variable:\n" 557"%s" 558msgstr "" 559"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n" 560"%s" 561 562#: diff.c:2997 563#, c-format 564msgid "external diff died, stopping at %s" 565msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s" 566 567#: diff.c:3393 568msgid "--follow requires exactly one pathspec" 569msgstr "--follow erfordert genau eine Pfadspezifikation" 570 571#: diff.c:3556 572#, c-format 573msgid "" 574"Failed to parse --dirstat/-X option parameter:\n" 575"%s" 576msgstr "" 577"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n" 578"%s" 579 580#: diff.c:3570 581#, c-format 582msgid "Failed to parse --submodule option parameter: '%s'" 583msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'" 584 585#: dir.c:2004 586msgid "failed to get kernel name and information" 587msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel" 588 589#: dir.c:2123 590msgid "Untracked cache is disabled on this system or location." 591msgstr "" 592"Cache für unversionierte Dateien ist auf diesem System oder\n" 593"für dieses Verzeichnis deaktiviert." 594 595#: gpg-interface.c:166 gpg-interface.c:237 596msgid "could not run gpg." 597msgstr "konnte gpg nicht ausführen" 598 599#: gpg-interface.c:178 600msgid "gpg did not accept the data" 601msgstr "gpg hat die Daten nicht akzeptiert" 602 603#: gpg-interface.c:189 604msgid "gpg failed to sign the data" 605msgstr "gpg beim Signieren der Daten fehlgeschlagen" 606 607#: gpg-interface.c:222 608#, c-format 609msgid "could not create temporary file '%s': %s" 610msgstr "konnte temporäre Datei '%s' nicht erstellen: %s" 611 612#: gpg-interface.c:225 613#, c-format 614msgid "failed writing detached signature to '%s': %s" 615msgstr "Fehler beim Schreiben der Signatur nach '%s': %s" 616 617#: grep.c:1718 618#, c-format 619msgid "'%s': unable to read %s" 620msgstr "'%s': konnte %s nicht lesen" 621 622#: grep.c:1735 623#, c-format 624msgid "'%s': %s" 625msgstr "'%s': %s" 626 627#: grep.c:1746 628#, c-format 629msgid "'%s': short read %s" 630msgstr "'%s': read() zu kurz %s" 631 632#: help.c:205 633#, c-format 634msgid "available git commands in '%s'" 635msgstr "Vorhandene Git-Befehle in '%s'" 636 637#: help.c:212 638msgid "git commands available from elsewhere on your $PATH" 639msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH" 640 641#: help.c:244 642msgid "These are common Git commands used in various situations:" 643msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:" 644 645#: help.c:309 646#, c-format 647msgid "" 648"'%s' appears to be a git command, but we were not\n" 649"able to execute it. Maybe git-%s is broken?" 650msgstr "" 651"'%s' scheint ein git-Befehl zu sein, konnte aber\n" 652"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?" 653 654#: help.c:366 655msgid "Uh oh. Your system reports no Git commands at all." 656msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden." 657 658#: help.c:388 659#, c-format 660msgid "" 661"WARNING: You called a Git command named '%s', which does not exist.\n" 662"Continuing under the assumption that you meant '%s'" 663msgstr "" 664"Warnung: Sie haben den nicht existierenden Git-Befehl '%s' ausgeführt.\n" 665"Setze fort unter der Annahme, dass Sie '%s' gemeint haben." 666 667#: help.c:393 668#, c-format 669msgid "in %0.1f seconds automatically..." 670msgstr "Automatische Ausführung in %0.1f Sekunden ..." 671 672#: help.c:400 673#, c-format 674msgid "git: '%s' is not a git command. See 'git --help'." 675msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'." 676 677#: help.c:404 help.c:464 678msgid "" 679"\n" 680"Did you mean this?" 681msgid_plural "" 682"\n" 683"Did you mean one of these?" 684msgstr[0] "" 685"\n" 686"Haben Sie das gemeint?" 687msgstr[1] "" 688"\n" 689"Haben Sie eines von diesen gemeint?" 690 691#: help.c:460 692#, c-format 693msgid "%s: %s - %s" 694msgstr "%s: %s - %s" 695 696#: merge.c:41 697msgid "failed to read the cache" 698msgstr "Lesen des Zwischenspeichers fehlgeschlagen" 699 700#: merge.c:94 builtin/am.c:2008 builtin/am.c:2043 builtin/checkout.c:376 701#: builtin/checkout.c:587 builtin/clone.c:730 702msgid "unable to write new index file" 703msgstr "Konnte neue Index-Datei nicht schreiben." 704 705#: merge-recursive.c:189 706#, c-format 707msgid "(bad commit)\n" 708msgstr "(ungültiger Commit)\n" 709 710#: merge-recursive.c:209 711#, c-format 712msgid "addinfo_cache failed for path '%s'" 713msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen" 714 715#: merge-recursive.c:270 716msgid "error building trees" 717msgstr "Fehler beim Erstellen der \"Tree\"-Objekte" 718 719#: merge-recursive.c:689 720#, c-format 721msgid "failed to create path '%s'%s" 722msgstr "Fehler beim Erstellen des Pfades '%s'%s" 723 724#: merge-recursive.c:700 725#, c-format 726msgid "Removing %s to make room for subdirectory\n" 727msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n" 728 729#: merge-recursive.c:714 merge-recursive.c:735 730msgid ": perhaps a D/F conflict?" 731msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?" 732 733#: merge-recursive.c:725 734#, c-format 735msgid "refusing to lose untracked file at '%s'" 736msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden" 737 738#: merge-recursive.c:765 739#, c-format 740msgid "cannot read object %s '%s'" 741msgstr "kann Objekt %s '%s' nicht lesen" 742 743#: merge-recursive.c:767 744#, c-format 745msgid "blob expected for %s '%s'" 746msgstr "Blob erwartet für %s '%s'" 747 748#: merge-recursive.c:790 builtin/clone.c:374 749#, c-format 750msgid "failed to open '%s'" 751msgstr "Fehler beim Öffnen von '%s'" 752 753#: merge-recursive.c:798 754#, c-format 755msgid "failed to symlink '%s'" 756msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s'" 757 758#: merge-recursive.c:801 759#, c-format 760msgid "do not know what to do with %06o %s '%s'" 761msgstr "weiß nicht was mit %06o %s '%s' zu machen ist" 762 763#: merge-recursive.c:939 764msgid "Failed to execute internal merge" 765msgstr "Fehler bei Ausführung des internen Merges" 766 767#: merge-recursive.c:943 768#, c-format 769msgid "Unable to add %s to database" 770msgstr "Konnte %s nicht zur Datenbank hinzufügen" 771 772#: merge-recursive.c:959 773msgid "unsupported object type in the tree" 774msgstr "nicht unterstützter Objekttyp im Verzeichnis" 775 776#: merge-recursive.c:1034 merge-recursive.c:1048 777#, c-format 778msgid "" 779"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 780"in tree." 781msgstr "" 782"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde " 783"im Arbeitsbereich gelassen." 784 785#: merge-recursive.c:1040 merge-recursive.c:1053 786#, c-format 787msgid "" 788"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 789"in tree at %s." 790msgstr "" 791"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde " 792"im Arbeitsbereich bei %s gelassen." 793 794#: merge-recursive.c:1094 795msgid "rename" 796msgstr "umbenennen" 797 798#: merge-recursive.c:1094 799msgid "renamed" 800msgstr "umbenannt" 801 802#: merge-recursive.c:1150 803#, c-format 804msgid "%s is a directory in %s adding as %s instead" 805msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu" 806 807#: merge-recursive.c:1172 808#, c-format 809msgid "" 810"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 811"\"->\"%s\" in \"%s\"%s" 812msgstr "" 813"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" " 814"und \"%s\"->\"%s\" in Branch \"%s\"%s" 815 816#: merge-recursive.c:1177 817msgid " (left unresolved)" 818msgstr " (bleibt unaufgelöst)" 819 820#: merge-recursive.c:1231 821#, c-format 822msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 823msgstr "" 824"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s " 825"in %s" 826 827#: merge-recursive.c:1261 828#, c-format 829msgid "Renaming %s to %s and %s to %s instead" 830msgstr "Benenne stattdessen %s nach %s und %s nach %s um" 831 832#: merge-recursive.c:1460 833#, c-format 834msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 835msgstr "" 836"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in " 837"%s" 838 839#: merge-recursive.c:1470 840#, c-format 841msgid "Adding merged %s" 842msgstr "Füge zusammengeführte Datei %s hinzu" 843 844#: merge-recursive.c:1475 merge-recursive.c:1677 845#, c-format 846msgid "Adding as %s instead" 847msgstr "Füge stattdessen als %s hinzu" 848 849#: merge-recursive.c:1526 850#, c-format 851msgid "cannot read object %s" 852msgstr "kann Objekt %s nicht lesen" 853 854#: merge-recursive.c:1529 855#, c-format 856msgid "object %s is not a blob" 857msgstr "Objekt %s ist kein Blob" 858 859#: merge-recursive.c:1581 860msgid "modify" 861msgstr "ändern" 862 863#: merge-recursive.c:1581 864msgid "modified" 865msgstr "geändert" 866 867#: merge-recursive.c:1591 868msgid "content" 869msgstr "Inhalt" 870 871#: merge-recursive.c:1598 872msgid "add/add" 873msgstr "hinzufügen/hinzufügen" 874 875#: merge-recursive.c:1632 876#, c-format 877msgid "Skipped %s (merged same as existing)" 878msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)" 879 880#: merge-recursive.c:1646 881#, c-format 882msgid "Auto-merging %s" 883msgstr "automatischer Merge von %s" 884 885#: merge-recursive.c:1650 git-submodule.sh:1048 886msgid "submodule" 887msgstr "Submodul" 888 889#: merge-recursive.c:1651 890#, c-format 891msgid "CONFLICT (%s): Merge conflict in %s" 892msgstr "KONFLIKT (%s): Merge-Konflikt in %s" 893 894#: merge-recursive.c:1737 895#, c-format 896msgid "Removing %s" 897msgstr "Entferne %s" 898 899#: merge-recursive.c:1762 900msgid "file/directory" 901msgstr "Datei/Verzeichnis" 902 903#: merge-recursive.c:1768 904msgid "directory/file" 905msgstr "Verzeichnis/Datei" 906 907#: merge-recursive.c:1773 908#, c-format 909msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 910msgstr "" 911"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s " 912"hinzu." 913 914#: merge-recursive.c:1783 915#, c-format 916msgid "Adding %s" 917msgstr "Füge %s hinzu" 918 919#: merge-recursive.c:1800 920msgid "Fatal merge failure, shouldn't happen." 921msgstr "Fataler Merge-Fehler. Sollte nicht passieren." 922 923#: merge-recursive.c:1819 924msgid "Already up-to-date!" 925msgstr "Bereits aktuell!" 926 927#: merge-recursive.c:1828 928#, c-format 929msgid "merging of trees %s and %s failed" 930msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen" 931 932#: merge-recursive.c:1858 933#, c-format 934msgid "Unprocessed path??? %s" 935msgstr "unverarbeiteter Pfad??? %s" 936 937#: merge-recursive.c:1906 938msgid "Merging:" 939msgstr "Merge:" 940 941#: merge-recursive.c:1919 942#, c-format 943msgid "found %u common ancestor:" 944msgid_plural "found %u common ancestors:" 945msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden" 946msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden" 947 948#: merge-recursive.c:1956 949msgid "merge returned no commit" 950msgstr "Merge hat keinen Commit zurückgegeben" 951 952#: merge-recursive.c:2013 953#, c-format 954msgid "Could not parse object '%s'" 955msgstr "Konnte Objekt '%s' nicht parsen." 956 957#: merge-recursive.c:2024 builtin/merge.c:646 958msgid "Unable to write index." 959msgstr "Konnte Index nicht schreiben." 960 961#: notes-utils.c:41 962msgid "Cannot commit uninitialized/unreferenced notes tree" 963msgstr "" 964"Kann uninitialisiertes/unreferenzierte Notiz-Verzeichnis nicht committen." 965 966#: notes-utils.c:100 967#, c-format 968msgid "Bad notes.rewriteMode value: '%s'" 969msgstr "Ungültiger notes.rewriteMode Wert: '%s'" 970 971#: notes-utils.c:110 972#, c-format 973msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 974msgstr "" 975"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)" 976 977#. TRANSLATORS: The first %s is the name of the 978#. environment variable, the second %s is its value 979#: notes-utils.c:137 980#, c-format 981msgid "Bad %s value: '%s'" 982msgstr "Ungültiger %s Wert: '%s'" 983 984#: object.c:242 985#, c-format 986msgid "unable to parse object: %s" 987msgstr "Konnte Objekt '%s' nicht parsen." 988 989#: parse-options.c:570 990msgid "..." 991msgstr "..." 992 993#: parse-options.c:588 994#, c-format 995msgid "usage: %s" 996msgstr "Verwendung: %s" 997 998#. TRANSLATORS: the colon here should align with the 999#. one in "usage: %s" translation1000#: parse-options.c:5921001#, c-format1002msgid " or: %s"1003msgstr " oder: %s"10041005#: parse-options.c:5951006#, c-format1007msgid " %s"1008msgstr " %s"10091010#: parse-options.c:6291011msgid "-NUM"1012msgstr "-NUM"10131014#: parse-options-cb.c:1081015#, c-format1016msgid "malformed object name '%s'"1017msgstr "fehlerhafter Objekt-Name '%s'"10181019#: path.c:7521020#, c-format1021msgid "Could not make %s writable by group"1022msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."10231024#: pathspec.c:1331025msgid "global 'glob' and 'noglob' pathspec settings are incompatible"1026msgstr ""1027"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "1028"inkompatibel."10291030#: pathspec.c:1431031msgid ""1032"global 'literal' pathspec setting is incompatible with all other global "1033"pathspec settings"1034msgstr ""1035"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"1036"mit allen anderen Optionen."10371038#: pathspec.c:1771039msgid "invalid parameter for pathspec magic 'prefix'"1040msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"10411042#: pathspec.c:1831043#, c-format1044msgid "Invalid pathspec magic '%.*s' in '%s'"1045msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"10461047#: pathspec.c:1871048#, c-format1049msgid "Missing ')' at the end of pathspec magic in '%s'"1050msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"10511052#: pathspec.c:2051053#, c-format1054msgid "Unimplemented pathspec magic '%c' in '%s'"1055msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"10561057#: pathspec.c:2301058#, c-format1059msgid "%s: 'literal' and 'glob' are incompatible"1060msgstr "%s: 'literal' und 'glob' sind inkompatibel"10611062#: pathspec.c:2411063#, c-format1064msgid "%s: '%s' is outside repository"1065msgstr "%s: '%s' liegt außerhalb des Repositories"10661067#: pathspec.c:2911068#, c-format1069msgid "Pathspec '%s' is in submodule '%.*s'"1070msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"10711072#: pathspec.c:3531073#, c-format1074msgid "%s: pathspec magic not supported by this command: %s"1075msgstr ""1076"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"10771078#: pathspec.c:4331079#, c-format1080msgid "pathspec '%s' is beyond a symbolic link"1081msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"10821083#: pathspec.c:4421084msgid ""1085"There is nothing to exclude from by :(exclude) patterns.\n"1086"Perhaps you forgot to add either ':/' or '.' ?"1087msgstr ""1088":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"1089"Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"10901091#: pretty.c:9691092msgid "unable to parse --pretty format"1093msgstr "Konnte --pretty Format nicht parsen."10941095#: progress.c:2351096msgid "done"1097msgstr "Fertig"10981099#: read-cache.c:12811100#, c-format1101msgid ""1102"index.version set, but the value is invalid.\n"1103"Using version %i"1104msgstr ""1105"index.version gesetzt, aber Wert ungültig.\n"1106"Verwende Version %i"11071108#: read-cache.c:12911109#, c-format1110msgid ""1111"GIT_INDEX_VERSION set, but the value is invalid.\n"1112"Using version %i"1113msgstr ""1114"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"1115"Verwende Version %i"11161117#: refs.c:543 builtin/merge.c:761 builtin/merge.c:872 builtin/merge.c:9741118#: builtin/merge.c:9841119#, c-format1120msgid "Could not open '%s' for writing"1121msgstr "Konnte '%s' nicht zum Schreiben öffnen."11221123#: refs/files-backend.c:23741124#, c-format1125msgid "could not delete reference %s: %s"1126msgstr "Konnte Referenz %s nicht entfernen: %s"11271128#: refs/files-backend.c:23771129#, c-format1130msgid "could not delete references: %s"1131msgstr "Konnte Referenzen nicht entfernen: %s"11321133#: refs/files-backend.c:23861134#, c-format1135msgid "could not remove reference %s"1136msgstr "Konnte Referenz %s nicht löschen"11371138#: ref-filter.c:551139#, c-format1140msgid "expected format: %%(color:<color>)"1141msgstr "Erwartetes Format: %%(color:<Farbe>)"11421143#: ref-filter.c:571144#, c-format1145msgid "unrecognized color: %%(color:%s)"1146msgstr "nicht erkannte Farbe: %%(color:%s)"11471148#: ref-filter.c:711149#, c-format1150msgid "unrecognized format: %%(%s)"1151msgstr "nicht erkanntes Format: %%(%s)"11521153#: ref-filter.c:771154#, c-format1155msgid "%%(body) does not take arguments"1156msgstr "%%(body) akzeptiert keine Argumente"11571158#: ref-filter.c:841159#, c-format1160msgid "%%(subject) does not take arguments"1161msgstr "%%(subject) akzeptiert keine Argumente"11621163#: ref-filter.c:1011164#, c-format1165msgid "positive value expected contents:lines=%s"1166msgstr "Positiver Wert erwartet contents:lines=%s"11671168#: ref-filter.c:1031169#, c-format1170msgid "unrecognized %%(contents) argument: %s"1171msgstr "nicht erkanntes %%(contents) Argument: %s"11721173#: ref-filter.c:1131174#, c-format1175msgid "unrecognized %%(objectname) argument: %s"1176msgstr "nicht erkanntes %%(objectname) Argument: %s"11771178#: ref-filter.c:1351179#, c-format1180msgid "expected format: %%(align:<width>,<position>)"1181msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"11821183#: ref-filter.c:1471184#, c-format1185msgid "unrecognized position:%s"1186msgstr "nicht erkannte Position:%s"11871188#: ref-filter.c:1511189#, c-format1190msgid "unrecognized width:%s"1191msgstr "nicht erkannte Breite:%s"11921193#: ref-filter.c:1571194#, c-format1195msgid "unrecognized %%(align) argument: %s"1196msgstr "nicht erkanntes %%(align) Argument: %s"11971198#: ref-filter.c:1611199#, c-format1200msgid "positive width expected with the %%(align) atom"1201msgstr "Positive Breitenangabe für %%(align) erwartet"12021203#: ref-filter.c:2441204#, c-format1205msgid "malformed field name: %.*s"1206msgstr "Fehlerhafter Feldname: %.*s"12071208#: ref-filter.c:2701209#, c-format1210msgid "unknown field name: %.*s"1211msgstr "Unbekannter Feldname: %.*s"12121213#: ref-filter.c:3721214#, c-format1215msgid "format: %%(end) atom used without corresponding atom"1216msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"12171218#: ref-filter.c:4241219#, c-format1220msgid "malformed format string %s"1221msgstr "Fehlerhafter Formatierungsstring %s"12221223#: ref-filter.c:8781224msgid ":strip= requires a positive integer argument"1225msgstr ":strip= erfordert eine positive Ganzzahl als Argument"12261227#: ref-filter.c:8831228#, c-format1229msgid "ref '%s' does not have %ld components to :strip"1230msgstr "Referenz '%s' hat keine %ld Komponenten für :strip"12311232#: ref-filter.c:10461233#, c-format1234msgid "unknown %.*s format %s"1235msgstr "Unbekanntes %.*s Format %s"12361237#: ref-filter.c:1066 ref-filter.c:10971238#, c-format1239msgid "missing object %s for %s"1240msgstr "Objekt %s fehlt für %s"12411242#: ref-filter.c:1069 ref-filter.c:11001243#, c-format1244msgid "parse_object_buffer failed on %s for %s"1245msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"12461247#: ref-filter.c:13111248#, c-format1249msgid "malformed object at '%s'"1250msgstr "fehlerhaftes Objekt bei '%s'"12511252#: ref-filter.c:13731253#, c-format1254msgid "ignoring ref with broken name %s"1255msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"12561257#: ref-filter.c:13781258#, c-format1259msgid "ignoring broken ref %s"1260msgstr "Ignoriere fehlerhafte Referenz %s"12611262#: ref-filter.c:16511263#, c-format1264msgid "format: %%(end) atom missing"1265msgstr "Format: %%(end) Atom fehlt"12661267#: ref-filter.c:17051268#, c-format1269msgid "malformed object name %s"1270msgstr "Missgebildeter Objektname %s"12711272#: remote.c:7451273#, c-format1274msgid "Cannot fetch both %s and %s to %s"1275msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."12761277#: remote.c:7491278#, c-format1279msgid "%s usually tracks %s, not %s"1280msgstr "%s folgt üblicherweise %s, nicht %s"12811282#: remote.c:7531283#, c-format1284msgid "%s tracks both %s and %s"1285msgstr "%s folgt sowohl %s als auch %s"12861287#: remote.c:7611288msgid "Internal error"1289msgstr "Interner Fehler"12901291#: remote.c:1677 remote.c:17201292msgid "HEAD does not point to a branch"1293msgstr "HEAD zeigt auf keinen Branch"12941295#: remote.c:16861296#, c-format1297msgid "no such branch: '%s'"1298msgstr "Kein solcher Branch: '%s'"12991300#: remote.c:16891301#, c-format1302msgid "no upstream configured for branch '%s'"1303msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."13041305#: remote.c:16951306#, c-format1307msgid "upstream branch '%s' not stored as a remote-tracking branch"1308msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"13091310#: remote.c:17101311#, c-format1312msgid "push destination '%s' on remote '%s' has no local tracking branch"1313msgstr ""1314"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "1315"Branch"13161317#: remote.c:17251318#, c-format1319msgid "branch '%s' has no remote for pushing"1320msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"13211322#: remote.c:17361323#, c-format1324msgid "push refspecs for '%s' do not include '%s'"1325msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"13261327#: remote.c:17491328msgid "push has no destination (push.default is 'nothing')"1329msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"13301331#: remote.c:17711332msgid "cannot resolve 'simple' push to a single destination"1333msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"13341335#: remote.c:20731336#, c-format1337msgid "Your branch is based on '%s', but the upstream is gone.\n"1338msgstr ""1339"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"13401341#: remote.c:20771342msgid " (use \"git branch --unset-upstream\" to fixup)\n"1343msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"13441345#: remote.c:20801346#, c-format1347msgid "Your branch is up-to-date with '%s'.\n"1348msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"13491350#: remote.c:20841351#, c-format1352msgid "Your branch is ahead of '%s' by %d commit.\n"1353msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1354msgstr[0] "Ihr Branch ist vor '%s' um %d Commit.\n"1355msgstr[1] "Ihr Branch ist vor '%s' um %d Commits.\n"13561357#: remote.c:20901358msgid " (use \"git push\" to publish your local commits)\n"1359msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"13601361#: remote.c:20931362#, c-format1363msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1364msgid_plural ""1365"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1366msgstr[0] ""1367"Ihr Branch ist zu '%s' um %d Commit hinterher, und kann vorgespult werden.\n"1368msgstr[1] ""1369"Ihr Branch ist zu '%s' um %d Commits hinterher, und kann vorgespult werden.\n"13701371#: remote.c:21011372msgid " (use \"git pull\" to update your local branch)\n"1373msgstr ""1374" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"13751376#: remote.c:21041377#, c-format1378msgid ""1379"Your branch and '%s' have diverged,\n"1380"and have %d and %d different commit each, respectively.\n"1381msgid_plural ""1382"Your branch and '%s' have diverged,\n"1383"and have %d and %d different commits each, respectively.\n"1384msgstr[0] ""1385"Ihr Branch und '%s' sind divergiert,\n"1386"und haben jeweils %d und %d unterschiedliche Commits.\n"1387msgstr[1] ""1388"Ihr Branch und '%s' sind divergiert,\n"1389"und haben jeweils %d und %d unterschiedliche Commits.\n"13901391#: remote.c:21141392msgid " (use \"git pull\" to merge the remote branch into yours)\n"1393msgstr ""1394" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "1395"zusammenzuführen)\n"13961397#: revision.c:21311398msgid "your current branch appears to be broken"1399msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."14001401#: revision.c:21341402#, c-format1403msgid "your current branch '%s' does not have any commits yet"1404msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."14051406#: revision.c:23281407msgid "--first-parent is incompatible with --bisect"1408msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."14091410#: run-command.c:921411msgid "open /dev/null failed"1412msgstr "Öffnen von /dev/null fehlgeschlagen"14131414#: run-command.c:941415#, c-format1416msgid "dup2(%d,%d) failed"1417msgstr "dup2(%d,%d) fehlgeschlagen"14181419#: send-pack.c:2951420msgid "failed to sign the push certificate"1421msgstr "Fehler beim Signieren des \"push\"-Zertifikates"14221423#: send-pack.c:4041424msgid "the receiving end does not support --signed push"1425msgstr ""1426"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"14271428#: send-pack.c:4061429msgid ""1430"not sending a push certificate since the receiving end does not support --"1431"signed push"1432msgstr ""1433"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"1434"Versand (\"--signed push\") unterstützt"14351436#: send-pack.c:4181437msgid "the receiving end does not support --atomic push"1438msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"14391440#: sequencer.c:1741441msgid ""1442"after resolving the conflicts, mark the corrected paths\n"1443"with 'git add <paths>' or 'git rm <paths>'"1444msgstr ""1445"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"1446"mit 'git add <Pfade>' oder 'git rm <Pfade>'"14471448#: sequencer.c:1771449msgid ""1450"after resolving the conflicts, mark the corrected paths\n"1451"with 'git add <paths>' or 'git rm <paths>'\n"1452"and commit the result with 'git commit'"1453msgstr ""1454"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"1455"mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n"1456"'git commit' ein"14571458#: sequencer.c:190 sequencer.c:833 sequencer.c:9131459#, c-format1460msgid "Could not write to %s"1461msgstr "Konnte nicht nach %s schreiben"14621463#: sequencer.c:1931464#, c-format1465msgid "Error wrapping up %s"1466msgstr "Fehler bei Nachbereitung von %s"14671468#: sequencer.c:2081469msgid "Your local changes would be overwritten by cherry-pick."1470msgstr ""1471"Ihre lokalen Änderungen würden von \"cherry-pick\" überschrieben werden."14721473#: sequencer.c:2101474msgid "Your local changes would be overwritten by revert."1475msgstr "Ihre lokalen Änderungen würden von \"revert\" überschrieben werden."14761477#: sequencer.c:2131478msgid "Commit your changes or stash them to proceed."1479msgstr ""1480"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."14811482#. TRANSLATORS: %s will be "revert" or "cherry-pick"1483#: sequencer.c:3001484#, c-format1485msgid "%s: Unable to write new index file"1486msgstr "%s: Konnte neue Index-Datei nicht schreiben"14871488#: sequencer.c:3181489msgid "Could not resolve HEAD commit\n"1490msgstr "Konnte Commit von HEAD nicht auflösen\n"14911492#: sequencer.c:3381493msgid "Unable to update cache tree\n"1494msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"14951496#: sequencer.c:3901497#, c-format1498msgid "Could not parse commit %s\n"1499msgstr "Konnte Commit %s nicht parsen\n"15001501#: sequencer.c:3951502#, c-format1503msgid "Could not parse parent commit %s\n"1504msgstr "Konnte Eltern-Commit %s nicht parsen\n"15051506#: sequencer.c:4601507msgid "Your index file is unmerged."1508msgstr "Ihre Index-Datei ist nicht zusammengeführt."15091510#: sequencer.c:4791511#, c-format1512msgid "Commit %s is a merge but no -m option was given."1513msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."15141515#: sequencer.c:4871516#, c-format1517msgid "Commit %s does not have parent %d"1518msgstr "Commit %s hat keinen Elternteil %d"15191520#: sequencer.c:4911521#, c-format1522msgid "Mainline was specified but commit %s is not a merge."1523msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."15241525#. TRANSLATORS: The first %s will be "revert" or1526#. "cherry-pick", the second %s a SHA11527#: sequencer.c:5041528#, c-format1529msgid "%s: cannot parse parent commit %s"1530msgstr "%s: kann Eltern-Commit %s nicht parsen"15311532#: sequencer.c:5081533#, c-format1534msgid "Cannot get commit message for %s"1535msgstr "Kann keine Commit-Beschreibung für %s bekommen"15361537#: sequencer.c:5941538#, c-format1539msgid "could not revert %s... %s"1540msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"15411542#: sequencer.c:5951543#, c-format1544msgid "could not apply %s... %s"1545msgstr "Konnte %s... (%s) nicht anwenden"15461547#: sequencer.c:6301548msgid "empty commit set passed"1549msgstr "leere Menge von Commits übergeben"15501551#: sequencer.c:6381552#, c-format1553msgid "git %s: failed to read the index"1554msgstr "git %s: Fehler beim Lesen des Index"15551556#: sequencer.c:6421557#, c-format1558msgid "git %s: failed to refresh the index"1559msgstr "git %s: Fehler beim Aktualisieren des Index"15601561#: sequencer.c:7021562#, c-format1563msgid "Cannot %s during a %s"1564msgstr "Kann %s nicht während eines %s durchführen"15651566#: sequencer.c:7241567#, c-format1568msgid "Could not parse line %d."1569msgstr "Konnte Zeile %d nicht parsen."15701571#: sequencer.c:7291572msgid "No commits parsed."1573msgstr "Keine Commits geparst."15741575#: sequencer.c:7411576#, c-format1577msgid "Could not open %s"1578msgstr "Konnte %s nicht öffnen"15791580#: sequencer.c:7451581#, c-format1582msgid "Could not read %s."1583msgstr "Konnte %s nicht lesen."15841585#: sequencer.c:7521586#, c-format1587msgid "Unusable instruction sheet: %s"1588msgstr "Unbenutzbares Instruktionsblatt: %s"15891590#: sequencer.c:7821591#, c-format1592msgid "Invalid key: %s"1593msgstr "Ungültiger Schlüssel: %s"15941595#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:521596#, c-format1597msgid "Invalid value for %s: %s"1598msgstr "Ungültiger Wert für %s: %s"15991600#: sequencer.c:7951601#, c-format1602msgid "Malformed options sheet: %s"1603msgstr "Fehlerhaftes Optionsblatt: %s"16041605#: sequencer.c:8141606msgid "a cherry-pick or revert is already in progress"1607msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"16081609#: sequencer.c:8151610msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1611msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""16121613#: sequencer.c:8191614#, c-format1615msgid "Could not create sequencer directory %s"1616msgstr "Konnte \"sequencer\"-Verzeichnis %s nicht erstellen"16171618#: sequencer.c:835 sequencer.c:9171619#, c-format1620msgid "Error wrapping up %s."1621msgstr "Fehler beim Einpacken von %s."16221623#: sequencer.c:854 sequencer.c:9871624msgid "no cherry-pick or revert in progress"1625msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"16261627#: sequencer.c:8561628msgid "cannot resolve HEAD"1629msgstr "kann HEAD nicht auflösen"16301631#: sequencer.c:8581632msgid "cannot abort from a branch yet to be born"1633msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"16341635#: sequencer.c:878 builtin/apply.c:42871636#, c-format1637msgid "cannot open %s: %s"1638msgstr "Kann %s nicht öffnen: %s"16391640#: sequencer.c:8811641#, c-format1642msgid "cannot read %s: %s"1643msgstr "Kann %s nicht lesen: %s"16441645#: sequencer.c:8821646msgid "unexpected end of file"1647msgstr "Unerwartetes Dateiende"16481649#: sequencer.c:8881650#, c-format1651msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1652msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"16531654#: sequencer.c:9101655#, c-format1656msgid "Could not format %s."1657msgstr "Konnte %s nicht formatieren."16581659#: sequencer.c:10551660#, c-format1661msgid "%s: can't cherry-pick a %s"1662msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"16631664#: sequencer.c:10581665#, c-format1666msgid "%s: bad revision"1667msgstr "%s: ungültiger Commit"16681669#: sequencer.c:10921670msgid "Can't revert as initial commit"1671msgstr "Kann nicht als allerersten Commit einen Revert ausführen."16721673#: sequencer.c:10931674msgid "Can't cherry-pick into empty head"1675msgstr "Kann nicht als allerersten Commit einen Cherry-Pick ausführen."16761677#: setup.c:2461678#, c-format1679msgid "failed to read %s"1680msgstr "Fehler beim Lesen von %s"16811682#: sha1_file.c:10801683msgid "offset before end of packfile (broken .idx?)"1684msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"16851686#: sha1_file.c:24591687#, c-format1688msgid "offset before start of pack index for %s (corrupt index?)"1689msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"16901691#: sha1_file.c:24631692#, c-format1693msgid "offset beyond end of pack index for %s (truncated index?)"1694msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"16951696#: sha1_name.c:4621697msgid ""1698"Git normally never creates a ref that ends with 40 hex characters\n"1699"because it will be ignored when you just specify 40-hex. These refs\n"1700"may be created by mistake. For example,\n"1701"\n"1702" git checkout -b $br $(git rev-parse ...)\n"1703"\n"1704"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1705"examine these refs and maybe delete them. Turn this message off by\n"1706"running \"git config advice.objectNameWarning false\""1707msgstr ""1708"Git erzeugt normalerweise keine Referenzen die mit\n"1709"40 Hex-Zeichen enden, da diese ignoriert werden wenn\n"1710"Sie diese angeben. Diese Referenzen könnten aus Versehen\n"1711"erzeugt worden sein. Zum Beispiel,\n"1712"\n"1713" git checkout -b $br $(git rev-parse ...)\n"1714"\n"1715"wobei \"$br\" leer ist und eine 40-Hex-Referenz erzeugt\n"1716"wurde. Bitte prüfen Sie diese Referenzen und löschen\n"1717"Sie sie gegebenenfalls. Unterdrücken Sie diese Meldung\n"1718"indem Sie \"git config advice.objectNameWarning false\"\n"1719"ausführen."17201721#: submodule.c:62 submodule.c:961722msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1723msgstr ""1724"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"1725"Sie zuerst die Konflikte auf"17261727#: submodule.c:66 submodule.c:1001728#, c-format1729msgid "Could not find section in .gitmodules where path=%s"1730msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"17311732#: submodule.c:741733#, c-format1734msgid "Could not update .gitmodules entry %s"1735msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"17361737#: submodule.c:1071738#, c-format1739msgid "Could not remove .gitmodules entry for %s"1740msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"17411742#: submodule.c:1181743msgid "staging updated .gitmodules failed"1744msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"17451746#: trailer.c:2371747#, c-format1748msgid "running trailer command '%s' failed"1749msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"17501751#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:5581752#: trailer.c:5621753#, c-format1754msgid "unknown value '%s' for key '%s'"1755msgstr "unbekannter Wert '%s' für Schlüssel %s"17561757#: trailer.c:544 trailer.c:549 builtin/remote.c:2891758#, c-format1759msgid "more than one %s"1760msgstr "mehr als ein %s"17611762#: trailer.c:5821763#, c-format1764msgid "empty trailer token in trailer '%.*s'"1765msgstr "leerer Anhang-Token in Anhang '%.*s'"17661767#: trailer.c:7021768#, c-format1769msgid "could not read input file '%s'"1770msgstr "Konnte Eingabe-Datei '%s' nicht lesen"17711772#: trailer.c:7051773msgid "could not read from stdin"1774msgstr "konnte nicht von der Standard-Eingabe lesen"17751776#: trailer.c:857 builtin/am.c:421777#, c-format1778msgid "could not stat %s"1779msgstr "Konnte '%s' nicht lesen"17801781#: trailer.c:8591782#, c-format1783msgid "file %s is not a regular file"1784msgstr "Datei '%s' ist keine reguläre Datei"17851786#: trailer.c:8611787#, c-format1788msgid "file %s is not writable by user"1789msgstr "Datei %s ist vom Benutzer nicht beschreibbar."17901791#: trailer.c:8731792msgid "could not open temporary file"1793msgstr "konnte temporäre Datei '%s' nicht öffnen"17941795#: trailer.c:9121796#, c-format1797msgid "could not rename temporary file to %s"1798msgstr "konnte temporäre Datei nicht zu %s umbenennen"17991800#: transport-helper.c:10411801#, c-format1802msgid "Could not read ref %s"1803msgstr "Konnte Referenz %s nicht lesen."18041805#: unpack-trees.c:2031806msgid "Checking out files"1807msgstr "Checke Dateien aus"18081809#: urlmatch.c:1201810msgid "invalid URL scheme name or missing '://' suffix"1811msgstr "Ungültiges URL-Schema oder Suffix '://' fehlt"18121813#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561814#, c-format1815msgid "invalid %XX escape sequence"1816msgstr "ungültige Escape-Sequenz %XX"18171818#: urlmatch.c:1721819msgid "missing host and scheme is not 'file:'"1820msgstr "fehlender Host und Schema ist nicht 'file:'"18211822#: urlmatch.c:1891823msgid "a 'file:' URL may not have a port number"1824msgstr "eine 'file:' URL darf keine Portnummer enthalten"18251826#: urlmatch.c:1991827msgid "invalid characters in host name"1828msgstr "Hostname enthält ungültige Zeichen"18291830#: urlmatch.c:244 urlmatch.c:2551831msgid "invalid port number"1832msgstr "ungültige Portnummer"18331834#: urlmatch.c:3221835msgid "invalid '..' path segment"1836msgstr "ungültiges '..' Pfadsegment"18371838#: wrapper.c:222 wrapper.c:3811839#, c-format1840msgid "could not open '%s' for reading and writing"1841msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."18421843#: wrapper.c:224 wrapper.c:3831844#, c-format1845msgid "could not open '%s' for writing"1846msgstr "Konnte '%s' nicht zum Schreiben öffnen."18471848#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/commit.c:16911849#: builtin/merge.c:1075 builtin/pull.c:3871850#, c-format1851msgid "could not open '%s' for reading"1852msgstr "Konnte '%s' nicht zum Lesen öffnen."18531854#: wrapper.c:6111855#, c-format1856msgid "unable to access '%s': %s"1857msgstr "konnte nicht auf '%s' zugreifen: %s"18581859#: wrapper.c:6321860#, c-format1861msgid "unable to access '%s'"1862msgstr "konnte nicht auf '%s' zugreifen"18631864#: wrapper.c:6401865msgid "unable to get current working directory"1866msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."18671868#: wrapper.c:6671869#, c-format1870msgid "could not open %s for writing"1871msgstr "Konnte '%s' nicht zum Schreiben öffnen."18721873#: wrapper.c:678 builtin/am.c:4101874#, c-format1875msgid "could not write to %s"1876msgstr "Konnte nicht nach '%s' schreiben."18771878#: wrapper.c:6841879#, c-format1880msgid "could not close %s"1881msgstr "Konnte '%s' nicht schließen."18821883#: wt-status.c:1491884msgid "Unmerged paths:"1885msgstr "Nicht zusammengeführte Pfade:"18861887#: wt-status.c:176 wt-status.c:2031888#, c-format1889msgid " (use \"git reset %s <file>...\" to unstage)"1890msgstr ""1891" (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"1892"Area)"18931894#: wt-status.c:178 wt-status.c:2051895msgid " (use \"git rm --cached <file>...\" to unstage)"1896msgstr ""1897" (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"1898"Area)"18991900#: wt-status.c:1821901msgid " (use \"git add <file>...\" to mark resolution)"1902msgstr ""1903" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"19041905#: wt-status.c:184 wt-status.c:1881906msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1907msgstr ""1908" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "1909"markieren)"19101911#: wt-status.c:1861912msgid " (use \"git rm <file>...\" to mark resolution)"1913msgstr ""1914" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"19151916#: wt-status.c:197 wt-status.c:8801917msgid "Changes to be committed:"1918msgstr "zum Commit vorgemerkte Änderungen:"19191920#: wt-status.c:215 wt-status.c:8891921msgid "Changes not staged for commit:"1922msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"19231924#: wt-status.c:2191925msgid " (use \"git add <file>...\" to update what will be committed)"1926msgstr ""1927" (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "1928"vorzumerken)"19291930#: wt-status.c:2211931msgid " (use \"git add/rm <file>...\" to update what will be committed)"1932msgstr ""1933" (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "1934"vorzumerken)"19351936#: wt-status.c:2221937msgid ""1938" (use \"git checkout -- <file>...\" to discard changes in working directory)"1939msgstr ""1940" (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "1941"Arbeitsverzeichnis zu verwerfen)"19421943#: wt-status.c:2241944msgid " (commit or discard the untracked or modified content in submodules)"1945msgstr ""1946" (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt "1947"in den Submodulen)"19481949#: wt-status.c:2361950#, c-format1951msgid " (use \"git %s <file>...\" to include in what will be committed)"1952msgstr ""1953" (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "1954"vorzumerken)"19551956#: wt-status.c:2511957msgid "both deleted:"1958msgstr "beide gelöscht:"19591960#: wt-status.c:2531961msgid "added by us:"1962msgstr "von uns hinzugefügt:"19631964#: wt-status.c:2551965msgid "deleted by them:"1966msgstr "von denen gelöscht:"19671968#: wt-status.c:2571969msgid "added by them:"1970msgstr "von denen hinzugefügt:"19711972#: wt-status.c:2591973msgid "deleted by us:"1974msgstr "von uns gelöscht:"19751976#: wt-status.c:2611977msgid "both added:"1978msgstr "von beiden hinzugefügt:"19791980#: wt-status.c:2631981msgid "both modified:"1982msgstr "von beiden geändert:"19831984#: wt-status.c:2651985#, c-format1986msgid "bug: unhandled unmerged status %x"1987msgstr "Bug: unbehandelter Unmerged-Status %x"19881989#: wt-status.c:2731990msgid "new file:"1991msgstr "neue Datei:"19921993#: wt-status.c:2751994msgid "copied:"1995msgstr "kopiert:"19961997#: wt-status.c:2771998msgid "deleted:"1999msgstr "gelöscht:"20002001#: wt-status.c:2792002msgid "modified:"2003msgstr "geändert:"20042005#: wt-status.c:2812006msgid "renamed:"2007msgstr "umbenannt:"20082009#: wt-status.c:2832010msgid "typechange:"2011msgstr "Typänderung:"20122013#: wt-status.c:2852014msgid "unknown:"2015msgstr "unbekannt:"20162017#: wt-status.c:2872018msgid "unmerged:"2019msgstr "nicht gemerged:"20202021#: wt-status.c:3692022msgid "new commits, "2023msgstr "neue Commits, "20242025#: wt-status.c:3712026msgid "modified content, "2027msgstr "geänderter Inhalt, "20282029#: wt-status.c:3732030msgid "untracked content, "2031msgstr "unversionierter Inhalt, "20322033#: wt-status.c:3902034#, c-format2035msgid "bug: unhandled diff status %c"2036msgstr "Fehler: unbehandelter Differenz-Status %c"20372038#: wt-status.c:7542039msgid "Submodules changed but not updated:"2040msgstr "Submodule geändert, aber nicht aktualisiert:"20412042#: wt-status.c:7562043msgid "Submodule changes to be committed:"2044msgstr "Änderungen in Submodul zum Committen:"20452046#: wt-status.c:8372047msgid ""2048"Do not touch the line above.\n"2049"Everything below will be removed."2050msgstr ""2051"Ändern Sie nicht die obige Zeile.\n"2052"Alles unterhalb von ihr wird entfernt."20532054#: wt-status.c:9482055msgid "You have unmerged paths."2056msgstr "Sie haben nicht zusammengeführte Pfade."20572058#: wt-status.c:9512059msgid " (fix conflicts and run \"git commit\")"2060msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"20612062#: wt-status.c:9542063msgid "All conflicts fixed but you are still merging."2064msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."20652066#: wt-status.c:9572067msgid " (use \"git commit\" to conclude merge)"2068msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"20692070#: wt-status.c:9672071msgid "You are in the middle of an am session."2072msgstr "Eine \"am\"-Sitzung ist im Gange."20732074#: wt-status.c:9702075msgid "The current patch is empty."2076msgstr "Der aktuelle Patch ist leer."20772078#: wt-status.c:9742079msgid " (fix conflicts and then run \"git am --continue\")"2080msgstr ""2081" (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"20822083#: wt-status.c:9762084msgid " (use \"git am --skip\" to skip this patch)"2085msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"20862087#: wt-status.c:9782088msgid " (use \"git am --abort\" to restore the original branch)"2089msgstr ""2090" (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "2091"wiederherzustellen)"20922093#: wt-status.c:11052094msgid "No commands done."2095msgstr "Keine Befehle ausgeführt."20962097#: wt-status.c:11082098#, c-format2099msgid "Last command done (%d command done):"2100msgid_plural "Last commands done (%d commands done):"2101msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"2102msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"21032104#: wt-status.c:11192105#, c-format2106msgid " (see more in file %s)"2107msgstr " (mehr Informationen in Datei %s)"21082109#: wt-status.c:11242110msgid "No commands remaining."2111msgstr "Keine Befehle verbleibend."21122113#: wt-status.c:11272114#, c-format2115msgid "Next command to do (%d remaining command):"2116msgid_plural "Next commands to do (%d remaining commands):"2117msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"2118msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"21192120#: wt-status.c:11352121msgid " (use \"git rebase --edit-todo\" to view and edit)"2122msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"21232124#: wt-status.c:11482125#, c-format2126msgid "You are currently rebasing branch '%s' on '%s'."2127msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."21282129#: wt-status.c:11532130msgid "You are currently rebasing."2131msgstr "Sie sind gerade beim Rebase."21322133#: wt-status.c:11672134msgid " (fix conflicts and then run \"git rebase --continue\")"2135msgstr ""2136" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "2137"aus)"21382139#: wt-status.c:11692140msgid " (use \"git rebase --skip\" to skip this patch)"2141msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"21422143#: wt-status.c:11712144msgid " (use \"git rebase --abort\" to check out the original branch)"2145msgstr ""2146" (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "2147"auszuchecken)"21482149#: wt-status.c:11772150msgid " (all conflicts fixed: run \"git rebase --continue\")"2151msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"21522153#: wt-status.c:11812154#, c-format2155msgid ""2156"You are currently splitting a commit while rebasing branch '%s' on '%s'."2157msgstr ""2158"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "2159"'%s' im Gange ist."21602161#: wt-status.c:11862162msgid "You are currently splitting a commit during a rebase."2163msgstr "Sie teilen gerade einen Commit während eines Rebase auf."21642165#: wt-status.c:11892166msgid " (Once your working directory is clean, run \"git rebase --continue\")"2167msgstr ""2168" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"2169"continue\" aus)"21702171#: wt-status.c:11932172#, c-format2173msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."2174msgstr ""2175"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "2176"'%s'."21772178#: wt-status.c:11982179msgid "You are currently editing a commit during a rebase."2180msgstr "Sie editieren gerade einen Commit während eines Rebase."21812182#: wt-status.c:12012183msgid " (use \"git commit --amend\" to amend the current commit)"2184msgstr ""2185" (benutzen Sie \"git commit --amend\", um den aktuellen Commit "2186"nachzubessern)"21872188#: wt-status.c:12032189msgid ""2190" (use \"git rebase --continue\" once you are satisfied with your changes)"2191msgstr ""2192" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "2193"abgeschlossen sind)"21942195#: wt-status.c:12132196#, c-format2197msgid "You are currently cherry-picking commit %s."2198msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."21992200#: wt-status.c:12182201msgid " (fix conflicts and run \"git cherry-pick --continue\")"2202msgstr ""2203" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"2204"\" aus)"22052206#: wt-status.c:12212207msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"2208msgstr ""2209" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"22102211#: wt-status.c:12232212msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"2213msgstr ""2214" (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "2215"abzubrechen)"22162217#: wt-status.c:12322218#, c-format2219msgid "You are currently reverting commit %s."2220msgstr "Sie sind gerade an einem Revert von Commit '%s'."22212222#: wt-status.c:12372223msgid " (fix conflicts and run \"git revert --continue\")"2224msgstr ""2225" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "2226"aus)"22272228#: wt-status.c:12402229msgid " (all conflicts fixed: run \"git revert --continue\")"2230msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"22312232#: wt-status.c:12422233msgid " (use \"git revert --abort\" to cancel the revert operation)"2234msgstr ""2235" (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"22362237#: wt-status.c:12532238#, c-format2239msgid "You are currently bisecting, started from branch '%s'."2240msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."22412242#: wt-status.c:12572243msgid "You are currently bisecting."2244msgstr "Sie sind gerade bei einer binären Suche."22452246#: wt-status.c:12602247msgid " (use \"git bisect reset\" to get back to the original branch)"2248msgstr ""2249" (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "2250"zurückzukehren)"22512252#: wt-status.c:14382253msgid "On branch "2254msgstr "Auf Branch "22552256#: wt-status.c:14442257msgid "interactive rebase in progress; onto "2258msgstr "interaktives Rebase im Gange; auf "22592260#: wt-status.c:14462261msgid "rebase in progress; onto "2262msgstr "Rebase im Gange; auf "22632264#: wt-status.c:14512265msgid "HEAD detached at "2266msgstr "HEAD losgelöst bei "22672268#: wt-status.c:14532269msgid "HEAD detached from "2270msgstr "HEAD losgelöst von "22712272#: wt-status.c:14562273msgid "Not currently on any branch."2274msgstr "Im Moment auf keinem Branch."22752276#: wt-status.c:14742277msgid "Initial commit"2278msgstr "Initialer Commit"22792280#: wt-status.c:14882281msgid "Untracked files"2282msgstr "Unversionierte Dateien"22832284#: wt-status.c:14902285msgid "Ignored files"2286msgstr "Ignorierte Dateien"22872288#: wt-status.c:14942289#, c-format2290msgid ""2291"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"2292"may speed it up, but you have to be careful not to forget to add\n"2293"new files yourself (see 'git help status')."2294msgstr ""2295"Es dauerte %.2f Sekunden die unversionierten Dateien zu bestimmen.\n"2296"'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"2297"neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."22982299#: wt-status.c:15002300#, c-format2301msgid "Untracked files not listed%s"2302msgstr "Unversionierte Dateien nicht aufgelistet%s"23032304#: wt-status.c:15022305msgid " (use -u option to show untracked files)"2306msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"23072308#: wt-status.c:15082309msgid "No changes"2310msgstr "Keine Änderungen"23112312#: wt-status.c:15132313#, c-format2314msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"2315msgstr ""2316"keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "2317"\"git commit -a\")\n"23182319#: wt-status.c:15162320#, c-format2321msgid "no changes added to commit\n"2322msgstr "keine Änderungen zum Commit vorgemerkt\n"23232324#: wt-status.c:15192325#, c-format2326msgid ""2327"nothing added to commit but untracked files present (use \"git add\" to "2328"track)\n"2329msgstr ""2330"nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien (benutzen "2331"Sie \"git add\" zum Versionieren)\n"23322333#: wt-status.c:15222334#, c-format2335msgid "nothing added to commit but untracked files present\n"2336msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"23372338#: wt-status.c:15252339#, c-format2340msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"2341msgstr ""2342"nichts zu committen (Erstellen/Kopieren Sie Dateien und benutzen Sie \"git "2343"add\" zum Versionieren)\n"23442345#: wt-status.c:1528 wt-status.c:15332346#, c-format2347msgid "nothing to commit\n"2348msgstr "nichts zu committen\n"23492350#: wt-status.c:15312351#, c-format2352msgid "nothing to commit (use -u to show untracked files)\n"2353msgstr ""2354"nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "2355"anzuzeigen)\n"23562357#: wt-status.c:15352358#, c-format2359msgid "nothing to commit, working directory clean\n"2360msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"23612362#: wt-status.c:16422363msgid "Initial commit on "2364msgstr "Initialer Commit auf "23652366#: wt-status.c:16462367msgid "HEAD (no branch)"2368msgstr "HEAD (kein Branch)"23692370#: wt-status.c:16752371msgid "gone"2372msgstr "entfernt"23732374#: wt-status.c:1677 wt-status.c:16852375msgid "behind "2376msgstr "hinterher "23772378#: wt-status.c:1680 wt-status.c:16832379msgid "ahead "2380msgstr "voraus "23812382#: compat/precompose_utf8.c:57 builtin/clone.c:4132383#, c-format2384msgid "failed to unlink '%s'"2385msgstr "Konnte '%s' nicht entfernen."23862387#: builtin/add.c:222388msgid "git add [<options>] [--] <pathspec>..."2389msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..."23902391#: builtin/add.c:652392#, c-format2393msgid "unexpected diff status %c"2394msgstr "unerwarteter Differenz-Status %c"23952396#: builtin/add.c:70 builtin/commit.c:2782397msgid "updating files failed"2398msgstr "Aktualisierung der Dateien fehlgeschlagen"23992400#: builtin/add.c:802401#, c-format2402msgid "remove '%s'\n"2403msgstr "lösche '%s'\n"24042405#: builtin/add.c:1342406msgid "Unstaged changes after refreshing the index:"2407msgstr ""2408"Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"24092410#: builtin/add.c:194 builtin/rev-parse.c:7972411msgid "Could not read the index"2412msgstr "Konnte den Index nicht lesen"24132414#: builtin/add.c:2052415#, c-format2416msgid "Could not open '%s' for writing."2417msgstr "Konnte '%s' nicht zum Schreiben öffnen."24182419#: builtin/add.c:2092420msgid "Could not write patch"2421msgstr "Konnte Patch nicht schreiben"24222423#: builtin/add.c:2122424msgid "editing patch failed"2425msgstr "Bearbeitung des Patches fehlgeschlagen"24262427#: builtin/add.c:2152428#, c-format2429msgid "Could not stat '%s'"2430msgstr "Konnte Verzeichnis '%s' nicht lesen"24312432#: builtin/add.c:2172433msgid "Empty patch. Aborted."2434msgstr "Leerer Patch. Abgebrochen."24352436#: builtin/add.c:2222437#, c-format2438msgid "Could not apply '%s'"2439msgstr "Konnte '%s' nicht anwenden."24402441#: builtin/add.c:2322442msgid "The following paths are ignored by one of your .gitignore files:\n"2443msgstr ""2444"Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "2445"ignoriert:\n"24462447#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:1112448#: builtin/prune-packed.c:55 builtin/pull.c:189 builtin/push.c:5112449#: builtin/remote.c:1330 builtin/rm.c:268 builtin/send-pack.c:1622450msgid "dry run"2451msgstr "Probelauf"24522453#: builtin/add.c:250 builtin/apply.c:4561 builtin/check-ignore.c:192454#: builtin/commit.c:1322 builtin/count-objects.c:85 builtin/fsck.c:5582455#: builtin/log.c:1651 builtin/mv.c:110 builtin/read-tree.c:1142456msgid "be verbose"2457msgstr "erweiterte Ausgaben"24582459#: builtin/add.c:2522460msgid "interactive picking"2461msgstr "interaktives Auswählen"24622463#: builtin/add.c:253 builtin/checkout.c:1155 builtin/reset.c:2862464msgid "select hunks interactively"2465msgstr "Blöcke interaktiv auswählen"24662467#: builtin/add.c:2542468msgid "edit current diff and apply"2469msgstr "aktuelle Unterschiede editieren und anwenden"24702471#: builtin/add.c:2552472msgid "allow adding otherwise ignored files"2473msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"24742475#: builtin/add.c:2562476msgid "update tracked files"2477msgstr "versionierte Dateien aktualisieren"24782479#: builtin/add.c:2572480msgid "record only the fact that the path will be added later"2481msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"24822483#: builtin/add.c:2582484msgid "add changes from all tracked and untracked files"2485msgstr ""2486"Änderungen von allen versionierten und unversionierten Dateien hinzufügen"24872488#: builtin/add.c:2612489msgid "ignore paths removed in the working tree (same as --no-all)"2490msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"24912492#: builtin/add.c:2632493msgid "don't add, only refresh the index"2494msgstr "nichts hinzufügen, nur den Index aktualisieren"24952496#: builtin/add.c:2642497msgid "just skip files which cannot be added because of errors"2498msgstr ""2499"Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "2500"konnten"25012502#: builtin/add.c:2652503msgid "check if - even missing - files are ignored in dry run"2504msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"25052506#: builtin/add.c:2872507#, c-format2508msgid "Use -f if you really want to add them.\n"2509msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"25102511#: builtin/add.c:2942512msgid "adding files failed"2513msgstr "Hinzufügen von Dateien fehlgeschlagen"25142515#: builtin/add.c:3302516msgid "-A and -u are mutually incompatible"2517msgstr "Die Optionen -A und -u sind zueinander inkompatibel."25182519#: builtin/add.c:3372520msgid "Option --ignore-missing can only be used together with --dry-run"2521msgstr ""2522"Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."25232524#: builtin/add.c:3522525#, c-format2526msgid "Nothing specified, nothing added.\n"2527msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"25282529#: builtin/add.c:3532530#, c-format2531msgid "Maybe you wanted to say 'git add .'?\n"2532msgstr "Meinten Sie vielleicht 'git add .'?\n"25332534#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:9142535#: builtin/commit.c:337 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:2982536#: builtin/submodule--helper.c:352537msgid "index file corrupt"2538msgstr "Index-Datei beschädigt"25392540#: builtin/add.c:439 builtin/apply.c:4659 builtin/mv.c:280 builtin/rm.c:4302541msgid "Unable to write new index file"2542msgstr "Konnte neue Index-Datei nicht schreiben."25432544#: builtin/am.c:256 builtin/commit.c:738 builtin/merge.c:10782545#, c-format2546msgid "could not read '%s'"2547msgstr "Konnte '%s' nicht lesen"25482549#: builtin/am.c:4302550msgid "could not parse author script"2551msgstr "konnte Autor-Skript nicht parsen"25522553#: builtin/am.c:5072554#, c-format2555msgid "'%s' was deleted by the applypatch-msg hook"2556msgstr "'%s' wurde durch den applypatch-msg Hook entfernt"25572558#: builtin/am.c:548 builtin/notes.c:3002559#, c-format2560msgid "Malformed input line: '%s'."2561msgstr "Fehlerhafte Eingabezeile: '%s'."25622563#: builtin/am.c:585 builtin/notes.c:3152564#, c-format2565msgid "Failed to copy notes from '%s' to '%s'"2566msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"25672568#: builtin/am.c:6112569msgid "fseek failed"2570msgstr "\"fseek\" fehlgeschlagen"25712572#: builtin/am.c:772 builtin/am.c:8602573#, c-format2574msgid "could not open '%s' for reading: %s"2575msgstr "Konnte '%s' nicht zum Lesen öffnen: %s"25762577#: builtin/am.c:7792578#, c-format2579msgid "could not open '%s' for writing: %s"2580msgstr "Konnte '%s' nicht zum Schreiben öffnen: %s"25812582#: builtin/am.c:7882583#, c-format2584msgid "could not parse patch '%s'"2585msgstr "konnte Patch '%s' nicht parsen"25862587#: builtin/am.c:8532588msgid "Only one StGIT patch series can be applied at once"2589msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."25902591#: builtin/am.c:9012592msgid "invalid timestamp"2593msgstr "ungültiger Zeitstempel"25942595#: builtin/am.c:904 builtin/am.c:9122596msgid "invalid Date line"2597msgstr "Ungültige \"Date\"-Zeile"25982599#: builtin/am.c:9092600msgid "invalid timezone offset"2601msgstr "Ungültiger Offset in der Zeitzone"26022603#: builtin/am.c:9962604msgid "Patch format detection failed."2605msgstr "Patch-Formaterkennung fehlgeschlagen."26062607#: builtin/am.c:1001 builtin/clone.c:3782608#, c-format2609msgid "failed to create directory '%s'"2610msgstr "Fehler beim Erstellen von Verzeichnis '%s'"26112612#: builtin/am.c:10052613msgid "Failed to split patches."2614msgstr "Fehler beim Aufteilen der Patches."26152616#: builtin/am.c:1137 builtin/commit.c:3632617msgid "unable to write index file"2618msgstr "Konnte Index-Datei nicht schreiben."26192620#: builtin/am.c:11882621#, c-format2622msgid "When you have resolved this problem, run \"%s --continue\"."2623msgstr ""2624"Wenn Sie das Problem aufgelöst haben, führen Sie \"%s --continue\" aus."26252626#: builtin/am.c:11892627#, c-format2628msgid "If you prefer to skip this patch, run \"%s --skip\" instead."2629msgstr ""2630"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --skip"2631"\" aus."26322633#: builtin/am.c:11902634#, c-format2635msgid "To restore the original branch and stop patching, run \"%s --abort\"."2636msgstr ""2637"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "2638"Patches abzubrechen, führen Sie \"%s --abort\" aus."26392640#: builtin/am.c:13282641msgid "Patch is empty. Was it split wrong?"2642msgstr "Patch ist leer. War dessen Aufteilung falsch?"26432644#: builtin/am.c:1402 builtin/log.c:13502645#, c-format2646msgid "invalid ident line: %s"2647msgstr "Ungültige Identifikationszeile: %s"26482649#: builtin/am.c:14292650#, c-format2651msgid "unable to parse commit %s"2652msgstr "Konnte Commit '%s' nicht parsen."26532654#: builtin/am.c:16312655msgid "Repository lacks necessary blobs to fall back on 3-way merge."2656msgstr ""2657"Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "2658"zurückzufallen."26592660#: builtin/am.c:16332661msgid "Using index info to reconstruct a base tree..."2662msgstr ""2663"Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis "2664"nachzustellen ..."26652666#: builtin/am.c:16522667msgid ""2668"Did you hand edit your patch?\n"2669"It does not apply to blobs recorded in its index."2670msgstr ""2671"Haben Sie den Patch per Hand editiert?\n"2672"Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."26732674#: builtin/am.c:16582675msgid "Falling back to patching base and 3-way merge..."2676msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."26772678#: builtin/am.c:16732679msgid "Failed to merge in the changes."2680msgstr "Merge der Änderungen fehlgeschlagen."26812682#: builtin/am.c:1697 builtin/merge.c:6332683msgid "git write-tree failed to write a tree"2684msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"26852686#: builtin/am.c:17042687msgid "applying to an empty history"2688msgstr "auf leere Historie anwenden"26892690#: builtin/am.c:1717 builtin/commit.c:1755 builtin/merge.c:8302691#: builtin/merge.c:8552692msgid "failed to write commit object"2693msgstr "Fehler beim Schreiben des Commit-Objektes."26942695#: builtin/am.c:1749 builtin/am.c:17532696#, c-format2697msgid "cannot resume: %s does not exist."2698msgstr "Kann nicht fortsetzen: %s existiert nicht"26992700#: builtin/am.c:17692701msgid "cannot be interactive without stdin connected to a terminal."2702msgstr ""2703"Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "2704"Terminal verbunden ist."27052706#: builtin/am.c:17742707msgid "Commit Body is:"2708msgstr "Commit-Beschreibung ist:"27092710#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]2711#. in your translation. The program will only accept English2712#. input at this point.2713#.2714#: builtin/am.c:17842715msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "2716msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "27172718#: builtin/am.c:18342719#, c-format2720msgid "Dirty index: cannot apply patches (dirty: %s)"2721msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)"27222723#: builtin/am.c:1869 builtin/am.c:19412724#, c-format2725msgid "Applying: %.*s"2726msgstr "Wende an: %.*s"27272728#: builtin/am.c:18852729msgid "No changes -- Patch already applied."2730msgstr "Keine Änderungen -- Patches bereits angewendet."27312732#: builtin/am.c:18932733#, c-format2734msgid "Patch failed at %s %.*s"2735msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s"27362737#: builtin/am.c:18992738#, c-format2739msgid "The copy of the patch that failed is found in: %s"2740msgstr "Die Kopie des fehlgeschlagenen Patches befindet sich in: %s"27412742#: builtin/am.c:19442743msgid ""2744"No changes - did you forget to use 'git add'?\n"2745"If there is nothing left to stage, chances are that something else\n"2746"already introduced the same changes; you might want to skip this patch."2747msgstr ""2748"Keine Änderungen - haben Sie vergessen 'git add' zu benutzen?\n"2749"Wenn keine Änderungen mehr zum Commit vorzumerken sind, könnten\n"2750"diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"2751"auslassen."27522753#: builtin/am.c:19512754msgid ""2755"You still have unmerged paths in your index.\n"2756"Did you forget to use 'git add'?"2757msgstr ""2758"Sie haben immer noch nicht zusammengeführte Pfade im Index.\n"2759"Haben Sie vergessen 'git add' zu benutzen?"27602761#: builtin/am.c:2059 builtin/am.c:2063 builtin/am.c:2075 builtin/reset.c:3082762#: builtin/reset.c:3162763#, c-format2764msgid "Could not parse object '%s'."2765msgstr "Konnte Objekt '%s' nicht parsen."27662767#: builtin/am.c:21112768msgid "failed to clean index"2769msgstr "Fehler beim Bereinigen des Index"27702771#: builtin/am.c:21452772msgid ""2773"You seem to have moved HEAD since the last 'am' failure.\n"2774"Not rewinding to ORIG_HEAD"2775msgstr ""2776"Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"2777"Keine Zurücksetzung zu ORIG_HEAD."27782779#: builtin/am.c:22062780#, c-format2781msgid "Invalid value for --patch-format: %s"2782msgstr "Ungültiger Wert für --patch-format: %s"27832784#: builtin/am.c:22392785msgid "git am [<options>] [(<mbox>|<Maildir>)...]"2786msgstr "git am [<Optionen>] [(<mbox>|<E-Mail-Verzeichnis>)...]"27872788#: builtin/am.c:22402789msgid "git am [<options>] (--continue | --skip | --abort)"2790msgstr "git am [<Optionen>] (--continue | --skip | --abort)"27912792#: builtin/am.c:22462793msgid "run interactively"2794msgstr "interaktiv ausführen"27952796#: builtin/am.c:22482797msgid "historical option -- no-op"2798msgstr "historische Option -- kein Effekt"27992800#: builtin/am.c:22502801msgid "allow fall back on 3way merging if needed"2802msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"28032804#: builtin/am.c:2251 builtin/init-db.c:474 builtin/prune-packed.c:572805#: builtin/repack.c:1712806msgid "be quiet"2807msgstr "weniger Ausgaben"28082809#: builtin/am.c:22532810msgid "add a Signed-off-by line to the commit message"2811msgstr "der Commit-Beschreibung eine Signed-off-by Zeile hinzufügen"28122813#: builtin/am.c:22562814msgid "recode into utf8 (default)"2815msgstr "nach UTF-8 umkodieren (Standard)"28162817#: builtin/am.c:22582818msgid "pass -k flag to git-mailinfo"2819msgstr "-k an git-mailinfo übergeben"28202821#: builtin/am.c:22602822msgid "pass -b flag to git-mailinfo"2823msgstr "-b an git-mailinfo übergeben"28242825#: builtin/am.c:22622826msgid "pass -m flag to git-mailinfo"2827msgstr "-m an git-mailinfo übergeben"28282829#: builtin/am.c:22642830msgid "pass --keep-cr flag to git-mailsplit for mbox format"2831msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben"28322833#: builtin/am.c:22672834msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"2835msgstr "kein --keep-cr an git-mailsplit übergeben, unabhängig von am.keepcr"28362837#: builtin/am.c:22702838msgid "strip everything before a scissors line"2839msgstr "alles vor einer Scheren-Zeile entfernen"28402841#: builtin/am.c:2271 builtin/apply.c:45442842msgid "action"2843msgstr "Aktion"28442845#: builtin/am.c:2272 builtin/am.c:2275 builtin/am.c:2278 builtin/am.c:22812846#: builtin/am.c:2284 builtin/am.c:2287 builtin/am.c:2290 builtin/am.c:22932847#: builtin/am.c:22992848msgid "pass it through git-apply"2849msgstr "an git-apply übergeben"28502851#: builtin/am.c:2280 builtin/apply.c:45682852msgid "root"2853msgstr "Wurzelverzeichnis"28542855#: builtin/am.c:2283 builtin/am.c:2286 builtin/apply.c:45062856#: builtin/apply.c:4509 builtin/clone.c:86 builtin/fetch.c:952857#: builtin/pull.c:171 builtin/submodule--helper.c:722858#: builtin/submodule--helper.c:160 builtin/submodule--helper.c:1632859msgid "path"2860msgstr "Pfad"28612862#: builtin/am.c:2289 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:6692863#: builtin/grep.c:704 builtin/merge.c:198 builtin/pull.c:1312864#: builtin/pull.c:185 builtin/repack.c:178 builtin/repack.c:1822865#: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:3402866#: parse-options.h:132 parse-options.h:134 parse-options.h:2442867msgid "n"2868msgstr "Anzahl"28692870#: builtin/am.c:2292 builtin/apply.c:45122871msgid "num"2872msgstr "Anzahl"28732874#: builtin/am.c:2295 builtin/for-each-ref.c:37 builtin/replace.c:4382875#: builtin/tag.c:3722876msgid "format"2877msgstr "Format"28782879#: builtin/am.c:22962880msgid "format the patch(es) are in"2881msgstr "Patch-Format"28822883#: builtin/am.c:23022884msgid "override error message when patch failure occurs"2885msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben"28862887#: builtin/am.c:23042888msgid "continue applying patches after resolving a conflict"2889msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen"28902891#: builtin/am.c:23072892msgid "synonyms for --continue"2893msgstr "Synonyme für --continue"28942895#: builtin/am.c:23102896msgid "skip the current patch"2897msgstr "den aktuellen Patch auslassen"28982899#: builtin/am.c:23132900msgid "restore the original branch and abort the patching operation."2901msgstr ""2902"ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen"29032904#: builtin/am.c:23172905msgid "lie about committer date"2906msgstr "Autor-Datum als Commit-Datum verwenden"29072908#: builtin/am.c:23192909msgid "use current timestamp for author date"2910msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"29112912#: builtin/am.c:2321 builtin/commit.c:1593 builtin/merge.c:2252913#: builtin/pull.c:159 builtin/revert.c:92 builtin/tag.c:3552914msgid "key-id"2915msgstr "GPG-Schlüsselkennung"29162917#: builtin/am.c:23222918msgid "GPG-sign commits"2919msgstr "Commits mit GPG signieren"29202921#: builtin/am.c:23252922msgid "(internal use for git-rebase)"2923msgstr "(intern für git-rebase verwendet)"29242925#: builtin/am.c:23402926msgid ""2927"The -b/--binary option has been a no-op for long time, and\n"2928"it will be removed. Please do not use it anymore."2929msgstr ""2930"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"2931"entfernt. Bitte verwenden Sie diese nicht mehr."29322933#: builtin/am.c:23472934msgid "failed to read the index"2935msgstr "Fehler beim Lesen des Index"29362937#: builtin/am.c:23622938#, c-format2939msgid "previous rebase directory %s still exists but mbox given."2940msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben."29412942#: builtin/am.c:23862943#, c-format2944msgid ""2945"Stray %s directory found.\n"2946"Use \"git am --abort\" to remove it."2947msgstr ""2948"Stray %s Verzeichnis gefunden.\n"2949"Benutzen Sie \"git am --abort\", um es zu entfernen."29502951#: builtin/am.c:23922952msgid "Resolve operation not in progress, we are not resuming."2953msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."29542955#: builtin/apply.c:592956msgid "git apply [<options>] [<patch>...]"2957msgstr "git apply [<Optionen>] [<Patch>...]"29582959#: builtin/apply.c:1112960#, c-format2961msgid "unrecognized whitespace option '%s'"2962msgstr "nicht erkannte Whitespace-Option: '%s'"29632964#: builtin/apply.c:1262965#, c-format2966msgid "unrecognized whitespace ignore option '%s'"2967msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"29682969#: builtin/apply.c:8182970#, c-format2971msgid "Cannot prepare timestamp regexp %s"2972msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"29732974#: builtin/apply.c:8272975#, c-format2976msgid "regexec returned %d for input: %s"2977msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"29782979#: builtin/apply.c:9082980#, c-format2981msgid "unable to find filename in patch at line %d"2982msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."29832984#: builtin/apply.c:9402985#, c-format2986msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2987msgstr ""2988"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "2989"%d"29902991#: builtin/apply.c:9442992#, c-format2993msgid "git apply: bad git-diff - inconsistent new filename on line %d"2994msgstr ""2995"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"29962997#: builtin/apply.c:9452998#, c-format2999msgid "git apply: bad git-diff - inconsistent old filename on line %d"3000msgstr ""3001"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"30023003#: builtin/apply.c:9523004#, c-format3005msgid "git apply: bad git-diff - expected /dev/null on line %d"3006msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"30073008#: builtin/apply.c:14153009#, c-format3010msgid "recount: unexpected line: %.*s"3011msgstr "recount: unerwartete Zeile: %.*s"30123013#: builtin/apply.c:14723014#, c-format3015msgid "patch fragment without header at line %d: %.*s"3016msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"30173018#: builtin/apply.c:14893019#, c-format3020msgid ""3021"git diff header lacks filename information when removing %d leading pathname "3022"component (line %d)"3023msgid_plural ""3024"git diff header lacks filename information when removing %d leading pathname "3025"components (line %d)"3026msgstr[0] ""3027"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "3028"%d vorangestellter Teil des Pfades entfernt wird (Zeile %d)"3029msgstr[1] ""3030"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "3031"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"30323033#: builtin/apply.c:16553034msgid "new file depends on old contents"3035msgstr "neue Datei hängt von alten Inhalten ab"30363037#: builtin/apply.c:16573038msgid "deleted file still has contents"3039msgstr "entfernte Datei hat noch Inhalte"30403041#: builtin/apply.c:16833042#, c-format3043msgid "corrupt patch at line %d"3044msgstr "fehlerhafter Patch bei Zeile %d"30453046#: builtin/apply.c:17193047#, c-format3048msgid "new file %s depends on old contents"3049msgstr "neue Datei %s hängt von alten Inhalten ab"30503051#: builtin/apply.c:17213052#, c-format3053msgid "deleted file %s still has contents"3054msgstr "entfernte Datei %s hat noch Inhalte"30553056#: builtin/apply.c:17243057#, c-format3058msgid "** warning: file %s becomes empty but is not deleted"3059msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."30603061#: builtin/apply.c:18703062#, c-format3063msgid "corrupt binary patch at line %d: %.*s"3064msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"30653066#: builtin/apply.c:18993067#, c-format3068msgid "unrecognized binary patch at line %d"3069msgstr "nicht erkannter Binär-Patch bei Zeile %d"30703071#: builtin/apply.c:20503072#, c-format3073msgid "patch with only garbage at line %d"3074msgstr "Patch mit nutzlosen Informationen bei Zeile %d"30753076#: builtin/apply.c:21403077#, c-format3078msgid "unable to read symlink %s"3079msgstr "konnte symbolische Verknüpfung %s nicht lesen"30803081#: builtin/apply.c:21443082#, c-format3083msgid "unable to open or read %s"3084msgstr "konnte %s nicht öffnen oder lesen"30853086#: builtin/apply.c:27773087#, c-format3088msgid "invalid start of line: '%c'"3089msgstr "Ungültiger Zeilenanfang: '%c'"30903091#: builtin/apply.c:28963092#, c-format3093msgid "Hunk #%d succeeded at %d (offset %d line)."3094msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."3095msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"3096msgstr[1] ""3097"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"30983099#: builtin/apply.c:29083100#, c-format3101msgid "Context reduced to (%ld/%ld) to apply fragment at %d"3102msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"31033104#: builtin/apply.c:29143105#, c-format3106msgid ""3107"while searching for:\n"3108"%.*s"3109msgstr ""3110"bei der Suche nach:\n"3111"%.*s"31123113#: builtin/apply.c:29343114#, c-format3115msgid "missing binary patch data for '%s'"3116msgstr "keine Daten in Binär-Patch für '%s'"31173118#: builtin/apply.c:30353119#, c-format3120msgid "binary patch does not apply to '%s'"3121msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"31223123#: builtin/apply.c:30413124#, c-format3125msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"3126msgstr ""3127"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"31283129#: builtin/apply.c:30623130#, c-format3131msgid "patch failed: %s:%ld"3132msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"31333134#: builtin/apply.c:31863135#, c-format3136msgid "cannot checkout %s"3137msgstr "kann %s nicht auschecken"31383139#: builtin/apply.c:3231 builtin/apply.c:3242 builtin/apply.c:32873140#, c-format3141msgid "read of %s failed"3142msgstr "Konnte %s nicht lesen"31433144#: builtin/apply.c:32393145#, c-format3146msgid "reading from '%s' beyond a symbolic link"3147msgstr "'%s' ist hinter einer symbolischen Verknüpfung"31483149#: builtin/apply.c:3267 builtin/apply.c:34893150#, c-format3151msgid "path %s has been renamed/deleted"3152msgstr "Pfad %s wurde umbenannt/gelöscht"31533154#: builtin/apply.c:3348 builtin/apply.c:35033155#, c-format3156msgid "%s: does not exist in index"3157msgstr "%s ist nicht im Index"31583159#: builtin/apply.c:3352 builtin/apply.c:3495 builtin/apply.c:35173160#, c-format3161msgid "%s: %s"3162msgstr "%s: %s"31633164#: builtin/apply.c:3357 builtin/apply.c:35113165#, c-format3166msgid "%s: does not match index"3167msgstr "%s entspricht nicht der Version im Index"31683169#: builtin/apply.c:34593170msgid "removal patch leaves file contents"3171msgstr "Lösch-Patch hinterlässt Dateiinhalte"31723173#: builtin/apply.c:35283174#, c-format3175msgid "%s: wrong type"3176msgstr "%s: falscher Typ"31773178#: builtin/apply.c:35303179#, c-format3180msgid "%s has type %o, expected %o"3181msgstr "%s ist vom Typ %o, erwartete %o"31823183#: builtin/apply.c:3689 builtin/apply.c:36913184#, c-format3185msgid "invalid path '%s'"3186msgstr "Ungültiger Pfad '%s'"31873188#: builtin/apply.c:37463189#, c-format3190msgid "%s: already exists in index"3191msgstr "%s ist bereits bereitgestellt"31923193#: builtin/apply.c:37493194#, c-format3195msgid "%s: already exists in working directory"3196msgstr "%s existiert bereits im Arbeitsverzeichnis"31973198#: builtin/apply.c:37693199#, c-format3200msgid "new mode (%o) of %s does not match old mode (%o)"3201msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"32023203#: builtin/apply.c:37743204#, c-format3205msgid "new mode (%o) of %s does not match old mode (%o) of %s"3206msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"32073208#: builtin/apply.c:37943209#, c-format3210msgid "affected file '%s' is beyond a symbolic link"3211msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"32123213#: builtin/apply.c:37983214#, c-format3215msgid "%s: patch does not apply"3216msgstr "%s: Patch konnte nicht angewendet werden"32173218#: builtin/apply.c:38123219#, c-format3220msgid "Checking patch %s..."3221msgstr "Prüfe Patch %s ..."32223223#: builtin/apply.c:3905 builtin/checkout.c:233 builtin/reset.c:1353224#, c-format3225msgid "make_cache_entry failed for path '%s'"3226msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"32273228#: builtin/apply.c:40483229#, c-format3230msgid "unable to remove %s from index"3231msgstr "konnte %s nicht aus dem Index entfernen"32323233#: builtin/apply.c:40773234#, c-format3235msgid "corrupt patch for submodule %s"3236msgstr "fehlerhafter Patch für Submodul %s"32373238#: builtin/apply.c:40813239#, c-format3240msgid "unable to stat newly created file '%s'"3241msgstr "konnte neu erstellte Datei '%s' nicht lesen"32423243#: builtin/apply.c:40863244#, c-format3245msgid "unable to create backing store for newly created file %s"3246msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"32473248#: builtin/apply.c:4089 builtin/apply.c:41973249#, c-format3250msgid "unable to add cache entry for %s"3251msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"32523253#: builtin/apply.c:41223254#, c-format3255msgid "closing file '%s'"3256msgstr "schließe Datei '%s'"32573258#: builtin/apply.c:41713259#, c-format3260msgid "unable to write file '%s' mode %o"3261msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"32623263#: builtin/apply.c:42583264#, c-format3265msgid "Applied patch %s cleanly."3266msgstr "Patch %s sauber angewendet"32673268#: builtin/apply.c:42663269msgid "internal error"3270msgstr "interner Fehler"32713272#: builtin/apply.c:42693273#, c-format3274msgid "Applying patch %%s with %d reject..."3275msgid_plural "Applying patch %%s with %d rejects..."3276msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."3277msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."32783279#: builtin/apply.c:42793280#, c-format3281msgid "truncating .rej filename to %.*s.rej"3282msgstr "Verkürze Name von .rej Datei zu %.*s.rej"32833284#: builtin/apply.c:43003285#, c-format3286msgid "Hunk #%d applied cleanly."3287msgstr "Patch-Bereich #%d sauber angewendet."32883289#: builtin/apply.c:43033290#, c-format3291msgid "Rejected hunk #%d."3292msgstr "Patch-Block #%d zurückgewiesen."32933294#: builtin/apply.c:43933295msgid "unrecognized input"3296msgstr "nicht erkannte Eingabe"32973298#: builtin/apply.c:44043299msgid "unable to read index file"3300msgstr "Konnte Index-Datei nicht lesen"33013302#: builtin/apply.c:45073303msgid "don't apply changes matching the given path"3304msgstr "keine Änderungen im angegebenen Pfad anwenden"33053306#: builtin/apply.c:45103307msgid "apply changes matching the given path"3308msgstr "Änderungen nur im angegebenen Pfad anwenden"33093310#: builtin/apply.c:45133311msgid "remove <num> leading slashes from traditional diff paths"3312msgstr ""3313"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "3314"entfernen"33153316#: builtin/apply.c:45163317msgid "ignore additions made by the patch"3318msgstr "hinzugefügte Zeilen des Patches ignorieren"33193320#: builtin/apply.c:45183321msgid "instead of applying the patch, output diffstat for the input"3322msgstr ""3323"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "3324"ausgegeben"33253326#: builtin/apply.c:45223327msgid "show number of added and deleted lines in decimal notation"3328msgstr ""3329"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"33303331#: builtin/apply.c:45243332msgid "instead of applying the patch, output a summary for the input"3333msgstr ""3334"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "3335"ausgeben"33363337#: builtin/apply.c:45263338msgid "instead of applying the patch, see if the patch is applicable"3339msgstr ""3340"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"33413342#: builtin/apply.c:45283343msgid "make sure the patch is applicable to the current index"3344msgstr ""3345"sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"33463347#: builtin/apply.c:45303348msgid "apply a patch without touching the working tree"3349msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"33503351#: builtin/apply.c:45323352msgid "accept a patch that touches outside the working area"3353msgstr ""3354"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"33553356#: builtin/apply.c:45343357msgid "also apply the patch (use with --stat/--summary/--check)"3358msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"33593360#: builtin/apply.c:45363361msgid "attempt three-way merge if a patch does not apply"3362msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"33633364#: builtin/apply.c:45383365msgid "build a temporary index based on embedded index information"3366msgstr ""3367"einen temporären Index, basierend auf den integrierten Index-Informationen, "3368"erstellen"33693370#: builtin/apply.c:4541 builtin/checkout-index.c:169 builtin/ls-files.c:4253371msgid "paths are separated with NUL character"3372msgstr "Pfade sind getrennt durch NUL Zeichen"33733374#: builtin/apply.c:45433375msgid "ensure at least <n> lines of context match"3376msgstr ""3377"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"33783379#: builtin/apply.c:45453380msgid "detect new or modified lines that have whitespace errors"3381msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"33823383#: builtin/apply.c:4548 builtin/apply.c:45513384msgid "ignore changes in whitespace when finding context"3385msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"33863387#: builtin/apply.c:45543388msgid "apply the patch in reverse"3389msgstr "den Patch in umgekehrter Reihenfolge anwenden"33903391#: builtin/apply.c:45563392msgid "don't expect at least one line of context"3393msgstr "keinen Kontext erwarten"33943395#: builtin/apply.c:45583396msgid "leave the rejected hunks in corresponding *.rej files"3397msgstr ""3398"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"33993400#: builtin/apply.c:45603401msgid "allow overlapping hunks"3402msgstr "sich überlappende Patch-Blöcke erlauben"34033404#: builtin/apply.c:45633405msgid "tolerate incorrectly detected missing new-line at the end of file"3406msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"34073408#: builtin/apply.c:45663409msgid "do not trust the line counts in the hunk headers"3410msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"34113412#: builtin/apply.c:45693413msgid "prepend <root> to all filenames"3414msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"34153416#: builtin/apply.c:45913417msgid "--3way outside a repository"3418msgstr ""3419"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."34203421#: builtin/apply.c:45993422msgid "--index outside a repository"3423msgstr ""3424"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."34253426#: builtin/apply.c:46023427msgid "--cached outside a repository"3428msgstr ""3429"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."34303431#: builtin/apply.c:46213432#, c-format3433msgid "can't open patch '%s'"3434msgstr "kann Patch '%s' nicht öffnen"34353436#: builtin/apply.c:46353437#, c-format3438msgid "squelched %d whitespace error"3439msgid_plural "squelched %d whitespace errors"3440msgstr[0] "unterdrückte %d Whitespace-Fehler"3441msgstr[1] "unterdrückte %d Whitespace-Fehler"34423443#: builtin/apply.c:4641 builtin/apply.c:46513444#, c-format3445msgid "%d line adds whitespace errors."3446msgid_plural "%d lines add whitespace errors."3447msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."3448msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."34493450#: builtin/archive.c:173451#, c-format3452msgid "could not create archive file '%s'"3453msgstr "Konnte Archiv-Datei '%s' nicht erstellen."34543455#: builtin/archive.c:203456msgid "could not redirect output"3457msgstr "Konnte Ausgabe nicht umleiten."34583459#: builtin/archive.c:373460msgid "git archive: Remote with no URL"3461msgstr "git archive: Externes Archiv ohne URL"34623463#: builtin/archive.c:583464msgid "git archive: expected ACK/NAK, got EOF"3465msgstr "git archive: habe ACK/NAK erwartet, aber EOF bekommen"34663467#: builtin/archive.c:613468#, c-format3469msgid "git archive: NACK %s"3470msgstr "git archive: NACK %s"34713472#: builtin/archive.c:633473#, c-format3474msgid "remote error: %s"3475msgstr "Fehler am anderen Ende: %s"34763477#: builtin/archive.c:643478msgid "git archive: protocol error"3479msgstr "git archive: Protokollfehler"34803481#: builtin/archive.c:683482msgid "git archive: expected a flush"3483msgstr "git archive: erwartete eine Spülung (flush)"34843485#: builtin/bisect--helper.c:73486msgid "git bisect--helper --next-all [--no-checkout]"3487msgstr "git bisect--helper --next-all [--no-checkout]"34883489#: builtin/bisect--helper.c:173490msgid "perform 'git bisect next'"3491msgstr "'git bisect next' ausführen"34923493#: builtin/bisect--helper.c:193494msgid "update BISECT_HEAD instead of checking out the current commit"3495msgstr "BISECT_HEAD aktualisieren, anstatt den aktuellen Commit auszuchecken"34963497#: builtin/blame.c:333498msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"3499msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>"35003501#: builtin/blame.c:383502msgid "<rev-opts> are documented in git-rev-list(1)"3503msgstr "<rev-opts> sind dokumentiert in git-rev-list(1)"35043505#: builtin/blame.c:17823506msgid "Blaming lines"3507msgstr "Verarbeite Zeilen"35083509#: builtin/blame.c:25303510msgid "Show blame entries as we find them, incrementally"3511msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie generieren"35123513#: builtin/blame.c:25313514msgid "Show blank SHA-1 for boundary commits (Default: off)"3515msgstr "leere SHA-1 für Grenz-Commits anzeigen (Standard: aus)"35163517#: builtin/blame.c:25323518msgid "Do not treat root commits as boundaries (Default: off)"3519msgstr "Ursprungs-Commit nicht als Grenzen behandeln (Standard: aus)"35203521#: builtin/blame.c:25333522msgid "Show work cost statistics"3523msgstr "Statistiken zum Arbeitsaufwand anzeigen"35243525#: builtin/blame.c:25343526msgid "Force progress reporting"3527msgstr "Fortschrittsanzeige erzwingen"35283529#: builtin/blame.c:25353530msgid "Show output score for blame entries"3531msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen"35323533#: builtin/blame.c:25363534msgid "Show original filename (Default: auto)"3535msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)"35363537#: builtin/blame.c:25373538msgid "Show original linenumber (Default: off)"3539msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)"35403541#: builtin/blame.c:25383542msgid "Show in a format designed for machine consumption"3543msgstr "Anzeige in einem Format für maschinelle Auswertung"35443545#: builtin/blame.c:25393546msgid "Show porcelain format with per-line commit information"3547msgstr ""3548"Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"35493550#: builtin/blame.c:25403551msgid "Use the same output mode as git-annotate (Default: off)"3552msgstr ""3553"Den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)"35543555#: builtin/blame.c:25413556msgid "Show raw timestamp (Default: off)"3557msgstr "Unbearbeiteten Zeitstempel anzeigen (Standard: aus)"35583559#: builtin/blame.c:25423560msgid "Show long commit SHA1 (Default: off)"3561msgstr "Langen Commit-SHA1 anzeigen (Standard: aus)"35623563#: builtin/blame.c:25433564msgid "Suppress author name and timestamp (Default: off)"3565msgstr "Den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)"35663567#: builtin/blame.c:25443568msgid "Show author email instead of name (Default: off)"3569msgstr ""3570"Anstatt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)"35713572#: builtin/blame.c:25453573msgid "Ignore whitespace differences"3574msgstr "Unterschiede im Whitespace ignorieren"35753576#: builtin/blame.c:25463577msgid "Spend extra cycles to find better match"3578msgstr "Länger arbeiten, um bessere Übereinstimmungen zu finden"35793580#: builtin/blame.c:25473581msgid "Use revisions from <file> instead of calling git-rev-list"3582msgstr "Commits von <Datei> benutzen, anstatt \"git-rev-list\" aufzurufen"35833584#: builtin/blame.c:25483585msgid "Use <file>'s contents as the final image"3586msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen"35873588#: builtin/blame.c:2549 builtin/blame.c:25503589msgid "score"3590msgstr "Bewertung"35913592#: builtin/blame.c:25493593msgid "Find line copies within and across files"3594msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden"35953596#: builtin/blame.c:25503597msgid "Find line movements within and across files"3598msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden"35993600#: builtin/blame.c:25513601msgid "n,m"3602msgstr "n,m"36033604#: builtin/blame.c:25513605msgid "Process only line range n,m, counting from 1"3606msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"36073608#. TRANSLATORS: This string is used to tell us the maximum3609#. display width for a relative timestamp in "git blame"3610#. output. For C locale, "4 years, 11 months ago", which3611#. takes 22 places, is the longest among various forms of3612#. relative timestamps, but your language may need more or3613#. fewer display columns.3614#: builtin/blame.c:26403615msgid "4 years, 11 months ago"3616msgstr "vor 4 Jahren, und 11 Monaten"36173618#: builtin/branch.c:253619msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"3620msgstr "git branch [<Optionen>] [-r | -a] [--merged | --no-merged]"36213622#: builtin/branch.c:263623msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"3624msgstr "git branch [<Optionen>] [-l] [-f] <Branchname> [<Startpunkt>]"36253626#: builtin/branch.c:273627msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."3628msgstr "git branch [<Optionen>] [-r] (-d | -D) <Branchname>..."36293630#: builtin/branch.c:283631msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"3632msgstr "git branch [<Optionen>] (-m | -M) [<alter-Branch>] <neuer-Branch>"36333634#: builtin/branch.c:293635msgid "git branch [<options>] [-r | -a] [--points-at]"3636msgstr "git branch [<Optionen>] [-r | -a] [--points-at]"36373638#: builtin/branch.c:1423639#, c-format3640msgid ""3641"deleting branch '%s' that has been merged to\n"3642" '%s', but not yet merged to HEAD."3643msgstr ""3644"entferne Branch '%s', der zusammengeführt wurde mit\n"3645" '%s', aber noch nicht mit HEAD zusammengeführt wurde."36463647#: builtin/branch.c:1463648#, c-format3649msgid ""3650"not deleting branch '%s' that is not yet merged to\n"3651" '%s', even though it is merged to HEAD."3652msgstr ""3653"entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n"3654" '%s', obwohl er mit HEAD zusammengeführt wurde."36553656#: builtin/branch.c:1603657#, c-format3658msgid "Couldn't look up commit object for '%s'"3659msgstr "Konnte Commit-Objekt für '%s' nicht nachschlagen."36603661#: builtin/branch.c:1643662#, c-format3663msgid ""3664"The branch '%s' is not fully merged.\n"3665"If you are sure you want to delete it, run 'git branch -D %s'."3666msgstr ""3667"Der Branch '%s' ist nicht vollständig zusammengeführt.\n"3668"Wenn Sie sicher sind diesen Branch zu entfernen, führen Sie 'git branch -D "3669"%s' aus."36703671#: builtin/branch.c:1773672msgid "Update of config-file failed"3673msgstr "Aktualisierung der Konfigurationsdatei fehlgeschlagen."36743675#: builtin/branch.c:2053676msgid "cannot use -a with -d"3677msgstr "kann -a nicht mit -d benutzen"36783679#: builtin/branch.c:2113680msgid "Couldn't look up commit object for HEAD"3681msgstr "Konnte Commit-Objekt für HEAD nicht nachschlagen."36823683#: builtin/branch.c:2193684#, c-format3685msgid "Cannot delete the branch '%s' which you are currently on."3686msgstr ""3687"Kann Branch '%s' nicht entfernen, da Sie sich gerade auf diesem befinden."36883689#: builtin/branch.c:2353690#, c-format3691msgid "remote-tracking branch '%s' not found."3692msgstr "Remote-Tracking-Branch '%s' nicht gefunden"36933694#: builtin/branch.c:2363695#, c-format3696msgid "branch '%s' not found."3697msgstr "Branch '%s' nicht gefunden."36983699#: builtin/branch.c:2513700#, c-format3701msgid "Error deleting remote-tracking branch '%s'"3702msgstr "Fehler beim Entfernen des Remote-Tracking-Branches '%s'"37033704#: builtin/branch.c:2523705#, c-format3706msgid "Error deleting branch '%s'"3707msgstr "Fehler beim Entfernen des Branches '%s'"37083709#: builtin/branch.c:2593710#, c-format3711msgid "Deleted remote-tracking branch %s (was %s).\n"3712msgstr "Remote-Tracking-Branch %s entfernt (war %s).\n"37133714#: builtin/branch.c:2603715#, c-format3716msgid "Deleted branch %s (was %s).\n"3717msgstr "Branch %s entfernt (war %s).\n"37183719#: builtin/branch.c:3033720#, c-format3721msgid "[%s: gone]"3722msgstr "[%s: entfernt]"37233724#: builtin/branch.c:3083725#, c-format3726msgid "[%s]"3727msgstr "[%s]"37283729#: builtin/branch.c:3133730#, c-format3731msgid "[%s: behind %d]"3732msgstr "[%s: %d hinterher]"37333734#: builtin/branch.c:3153735#, c-format3736msgid "[behind %d]"3737msgstr "[%d hinterher]"37383739#: builtin/branch.c:3193740#, c-format3741msgid "[%s: ahead %d]"3742msgstr "[%s: %d voraus]"37433744#: builtin/branch.c:3213745#, c-format3746msgid "[ahead %d]"3747msgstr "[%d voraus]"37483749#: builtin/branch.c:3243750#, c-format3751msgid "[%s: ahead %d, behind %d]"3752msgstr "[%s: %d voraus, %d hinterher]"37533754#: builtin/branch.c:3273755#, c-format3756msgid "[ahead %d, behind %d]"3757msgstr "[%d voraus, %d hinterher]"37583759#: builtin/branch.c:3403760msgid " **** invalid ref ****"3761msgstr " **** ungültige Referenz ****"37623763#: builtin/branch.c:3663764#, c-format3765msgid "(no branch, rebasing %s)"3766msgstr "(kein Branch, Rebase von Branch %s im Gange)"37673768#: builtin/branch.c:3693769#, c-format3770msgid "(no branch, bisect started on %s)"3771msgstr "(kein Branch, binäre Suche begonnen bei %s)"37723773#: builtin/branch.c:3753774#, c-format3775msgid "(HEAD detached at %s)"3776msgstr "(HEAD losgelöst bei %s)"37773778#: builtin/branch.c:3783779#, c-format3780msgid "(HEAD detached from %s)"3781msgstr "(HEAD losgelöst von %s)"37823783#: builtin/branch.c:3823784msgid "(no branch)"3785msgstr "(kein Branch)"37863787#: builtin/branch.c:5243788msgid "cannot rename the current branch while not on any."3789msgstr ""3790"Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."37913792#: builtin/branch.c:5343793#, c-format3794msgid "Invalid branch name: '%s'"3795msgstr "Ungültiger Branchname: '%s'"37963797#: builtin/branch.c:5493798msgid "Branch rename failed"3799msgstr "Umbenennung des Branches fehlgeschlagen"38003801#: builtin/branch.c:5533802#, c-format3803msgid "Renamed a misnamed branch '%s' away"3804msgstr "falsch benannten Branch '%s' umbenannt"38053806#: builtin/branch.c:5573807#, c-format3808msgid "Branch renamed to %s, but HEAD is not updated!"3809msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"38103811#: builtin/branch.c:5643812msgid "Branch is renamed, but update of config-file failed"3813msgstr ""3814"Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "3815"fehlgeschlagen."38163817#: builtin/branch.c:5863818#, c-format3819msgid "could not write branch description template: %s"3820msgstr "Konnte Beschreibungsvorlage für Branch nicht schreiben: %s"38213822#: builtin/branch.c:6153823msgid "Generic options"3824msgstr "Allgemeine Optionen"38253826#: builtin/branch.c:6173827msgid "show hash and subject, give twice for upstream branch"3828msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch"38293830#: builtin/branch.c:6183831msgid "suppress informational messages"3832msgstr "Informationsmeldungen unterdrücken"38333834#: builtin/branch.c:6193835msgid "set up tracking mode (see git-pull(1))"3836msgstr "den Übernahmemodus einstellen (siehe git-pull(1))"38373838#: builtin/branch.c:6213839msgid "change upstream info"3840msgstr "Informationen zum Upstream-Branch ändern"38413842#: builtin/branch.c:6253843msgid "use colored output"3844msgstr "farbige Ausgaben verwenden"38453846#: builtin/branch.c:6263847msgid "act on remote-tracking branches"3848msgstr "auf Remote-Tracking-Branches wirken"38493850#: builtin/branch.c:628 builtin/branch.c:6293851msgid "print only branches that contain the commit"3852msgstr "nur Branches ausgeben, welche diesen Commit beinhalten"38533854#: builtin/branch.c:6323855msgid "Specific git-branch actions:"3856msgstr "spezifische Aktionen für \"git-branch\":"38573858#: builtin/branch.c:6333859msgid "list both remote-tracking and local branches"3860msgstr "Remote-Tracking und lokale Branches auflisten"38613862#: builtin/branch.c:6353863msgid "delete fully merged branch"3864msgstr "vollständig zusammengeführten Branch entfernen"38653866#: builtin/branch.c:6363867msgid "delete branch (even if not merged)"3868msgstr "Branch löschen (auch wenn nicht zusammengeführt)"38693870#: builtin/branch.c:6373871msgid "move/rename a branch and its reflog"3872msgstr "einen Branch und dessen Reflog verschieben/umbenennen"38733874#: builtin/branch.c:6383875msgid "move/rename a branch, even if target exists"3876msgstr ""3877"einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert"38783879#: builtin/branch.c:6393880msgid "list branch names"3881msgstr "Branchnamen auflisten"38823883#: builtin/branch.c:6403884msgid "create the branch's reflog"3885msgstr "das Reflog des Branches erzeugen"38863887#: builtin/branch.c:6423888msgid "edit the description for the branch"3889msgstr "die Beschreibung für den Branch bearbeiten"38903891#: builtin/branch.c:6433892msgid "force creation, move/rename, deletion"3893msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen"38943895#: builtin/branch.c:6443896msgid "print only branches that are merged"3897msgstr "nur zusammengeführte Branches ausgeben"38983899#: builtin/branch.c:6453900msgid "print only branches that are not merged"3901msgstr "nur nicht zusammengeführte Branches ausgeben"39023903#: builtin/branch.c:6463904msgid "list branches in columns"3905msgstr "Branches in Spalten auflisten"39063907#: builtin/branch.c:647 builtin/for-each-ref.c:38 builtin/tag.c:3663908msgid "key"3909msgstr "Schüssel"39103911#: builtin/branch.c:648 builtin/for-each-ref.c:39 builtin/tag.c:3673912msgid "field name to sort on"3913msgstr "sortiere nach diesem Feld"39143915#: builtin/branch.c:650 builtin/for-each-ref.c:41 builtin/notes.c:4013916#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:5673917#: builtin/tag.c:3693918msgid "object"3919msgstr "Objekt"39203921#: builtin/branch.c:6513922msgid "print only branches of the object"3923msgstr "nur Branches von diesem Objekt ausgeben"39243925#: builtin/branch.c:6693926msgid "Failed to resolve HEAD as a valid ref."3927msgstr "Konnte HEAD nicht als gültige Referenz auflösen."39283929#: builtin/branch.c:673 builtin/clone.c:7053930msgid "HEAD not found below refs/heads!"3931msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"39323933#: builtin/branch.c:6933934msgid "--column and --verbose are incompatible"3935msgstr "Die Optionen --column und --verbose sind inkompatibel."39363937#: builtin/branch.c:704 builtin/branch.c:7463938msgid "branch name required"3939msgstr "Branchname erforderlich"39403941#: builtin/branch.c:7223942msgid "Cannot give description to detached HEAD"3943msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"39443945#: builtin/branch.c:7273946msgid "cannot edit description of more than one branch"3947msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"39483949#: builtin/branch.c:7343950#, c-format3951msgid "No commit on branch '%s' yet."3952msgstr "Noch kein Commit in Branch '%s'."39533954#: builtin/branch.c:7373955#, c-format3956msgid "No branch named '%s'."3957msgstr "Branch '%s' nicht vorhanden."39583959#: builtin/branch.c:7523960msgid "too many branches for a rename operation"3961msgstr "zu viele Branches für eine Umbenennen-Operation angegeben"39623963#: builtin/branch.c:7573964msgid "too many branches to set new upstream"3965msgstr "zu viele Branches angegeben, um Upstream-Branch zu setzen"39663967#: builtin/branch.c:7613968#, c-format3969msgid ""3970"could not set upstream of HEAD to %s when it does not point to any branch."3971msgstr ""3972"Konnte keinen neuen Upstream-Branch von HEAD zu %s setzen, da dieser auf\n"3973"keinen Branch zeigt."39743975#: builtin/branch.c:764 builtin/branch.c:786 builtin/branch.c:8073976#, c-format3977msgid "no such branch '%s'"3978msgstr "Kein solcher Branch '%s'"39793980#: builtin/branch.c:7683981#, c-format3982msgid "branch '%s' does not exist"3983msgstr "Branch '%s' existiert nicht"39843985#: builtin/branch.c:7803986msgid "too many branches to unset upstream"3987msgstr ""3988"zu viele Branches angegeben, um Konfiguration zu Upstream-Branch zu entfernen"39893990#: builtin/branch.c:7843991msgid "could not unset upstream of HEAD when it does not point to any branch."3992msgstr ""3993"Konnte Konfiguration zu Upstream-Branch von HEAD nicht entfernen, da dieser\n"3994"auf keinen Branch zeigt."39953996#: builtin/branch.c:7903997#, c-format3998msgid "Branch '%s' has no upstream information"3999msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"40004001#: builtin/branch.c:8044002msgid "it does not make sense to create 'HEAD' manually"4003msgstr "'HEAD' darf nicht manuell erstellt werden"40044005#: builtin/branch.c:8104006msgid "-a and -r options to 'git branch' do not make sense with a branch name"4007msgstr ""4008"Die Optionen -a und -r bei 'git branch' können nicht gemeimsam mit einem "4009"Branchnamen verwendet werden."40104011#: builtin/branch.c:8134012#, c-format4013msgid ""4014"The --set-upstream flag is deprecated and will be removed. Consider using --"4015"track or --set-upstream-to\n"4016msgstr ""4017"Die --set-upstream Option ist veraltet und wird entfernt. Benutzen Sie --"4018"track oder --set-upstream-to\n"40194020#: builtin/branch.c:8304021#, c-format4022msgid ""4023"\n"4024"If you wanted to make '%s' track '%s', do this:\n"4025"\n"4026msgstr ""4027"\n"4028"Wenn Sie wollten, dass '%s' den Branch '%s' als Upstream-Branch hat, führen "4029"Sie aus:\n"40304031#: builtin/branch.c:8314032#, c-format4033msgid " git branch -d %s\n"4034msgstr " git branch -d %s\n"40354036#: builtin/branch.c:8324037#, c-format4038msgid " git branch --set-upstream-to %s\n"4039msgstr " git branch --set-upstream-to %s\n"40404041#: builtin/bundle.c:514042#, c-format4043msgid "%s is okay\n"4044msgstr "%s ist in Ordnung\n"40454046#: builtin/bundle.c:644047msgid "Need a repository to create a bundle."4048msgstr "Um ein Paket zu erstellen wird ein Repository benötigt."40494050#: builtin/bundle.c:684051msgid "Need a repository to unbundle."4052msgstr "Zum Entpacken wird ein Repository benötigt."40534054#: builtin/cat-file.c:4284055msgid ""4056"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"4057"<type>|--textconv) <object>"4058msgstr ""4059"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"4060"<Art>|--textconv) <Objekt>"40614062#: builtin/cat-file.c:4294063msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"4064msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks]"40654066#: builtin/cat-file.c:4664067msgid "<type> can be one of: blob, tree, commit, tag"4068msgstr "<Art> kann sein: blob, tree, commit, tag"40694070#: builtin/cat-file.c:4674071msgid "show object type"4072msgstr "Objektart anzeigen"40734074#: builtin/cat-file.c:4684075msgid "show object size"4076msgstr "Objektgröße anzeigen"40774078#: builtin/cat-file.c:4704079msgid "exit with zero when there's no error"4080msgstr "mit Rückgabewert 0 beenden, wenn kein Fehler aufgetreten ist"40814082#: builtin/cat-file.c:4714083msgid "pretty-print object's content"4084msgstr "ansprechende Anzeige des Objektinhaltes"40854086#: builtin/cat-file.c:4734087msgid "for blob objects, run textconv on object's content"4088msgstr "eine Textkonvertierung auf den Inhalt von Blob-Objekten ausführen"40894090#: builtin/cat-file.c:4754091msgid "allow -s and -t to work with broken/corrupt objects"4092msgstr "-s und -t mit beschädigten Objekten erlauben"40934094#: builtin/cat-file.c:4764095msgid "buffer --batch output"4096msgstr "Ausgabe von --batch puffern"40974098#: builtin/cat-file.c:4784099msgid "show info and content of objects fed from the standard input"4100msgstr ""4101"Anzeige von Informationen und Inhalt von Objekten, gelesen von der Standard-"4102"Eingabe"41034104#: builtin/cat-file.c:4814105msgid "show info about objects fed from the standard input"4106msgstr ""4107"Anzeige von Informationen über Objekte, gelesen von der Standard-Eingabe"41084109#: builtin/cat-file.c:4844110msgid "follow in-tree symlinks (used with --batch or --batch-check)"4111msgstr ""4112"symbolischen Verknüpfungen innerhalb des Repositories folgen (verwendet mit "4113"--batch oder --batch-check)"41144115#: builtin/cat-file.c:4864116msgid "show all objects with --batch or --batch-check"4117msgstr "alle Objekte mit --batch oder --batch-check anzeigen"41184119#: builtin/check-attr.c:114120msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."4121msgstr "git check-attr [-a | --all | <Attribut>...] [--] <Pfadname>..."41224123#: builtin/check-attr.c:124124msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"4125msgstr "git check-attr --stdin [-z] [-a | --all | <Attribut>...]"41264127#: builtin/check-attr.c:194128msgid "report all attributes set on file"4129msgstr "alle Attribute einer Datei ausgeben"41304131#: builtin/check-attr.c:204132msgid "use .gitattributes only from the index"4133msgstr "nur .gitattributes vom Index verwenden"41344135#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:974136msgid "read file names from stdin"4137msgstr "Dateinamen von der Standard-Eingabe lesen"41384139#: builtin/check-attr.c:23 builtin/check-ignore.c:244140msgid "terminate input and output records by a NUL character"4141msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen"41424143#: builtin/check-ignore.c:18 builtin/checkout.c:1136 builtin/gc.c:3254144msgid "suppress progress reporting"4145msgstr "Fortschrittsanzeige unterdrücken"41464147#: builtin/check-ignore.c:264148msgid "show non-matching input paths"4149msgstr "Eingabe-Pfade ohne Übereinstimmungen anzeigen"41504151#: builtin/check-ignore.c:284152msgid "ignore index when checking"4153msgstr "Index bei der Prüfung ignorieren"41544155#: builtin/check-ignore.c:1544156msgid "cannot specify pathnames with --stdin"4157msgstr "Angabe von Pfadnamen kann nicht gemeinsam mit --stdin verwendet werden"41584159#: builtin/check-ignore.c:1574160msgid "-z only makes sense with --stdin"4161msgstr "Die Option -z kann nur mit --stdin verwendet werden."41624163#: builtin/check-ignore.c:1594164msgid "no path specified"4165msgstr "kein Pfad angegeben"41664167#: builtin/check-ignore.c:1634168msgid "--quiet is only valid with a single pathname"4169msgstr "Die Option --quiet ist nur mit einem einzelnen Pfadnamen gültig."41704171#: builtin/check-ignore.c:1654172msgid "cannot have both --quiet and --verbose"4173msgstr ""4174"Die Optionen --quiet und --verbose können nicht gemeinsam verwendet werden."41754176#: builtin/check-ignore.c:1684177msgid "--non-matching is only valid with --verbose"4178msgstr "--non-matching ist nur mit --verbose zulässig"41794180#: builtin/check-mailmap.c:84181msgid "git check-mailmap [<options>] <contact>..."4182msgstr "git check-mailmap [<Optionen>] <Kontakt>..."41834184#: builtin/check-mailmap.c:134185msgid "also read contacts from stdin"4186msgstr "ebenfalls Kontakte von der Standard-Eingabe lesen"41874188#: builtin/check-mailmap.c:244189#, c-format4190msgid "unable to parse contact: %s"4191msgstr "Konnte Kontakt '%s' nicht parsen."41924193#: builtin/check-mailmap.c:474194msgid "no contacts specified"4195msgstr "keine Kontakte angegeben"41964197#: builtin/checkout-index.c:1274198msgid "git checkout-index [<options>] [--] [<file>...]"4199msgstr "git checkout-index [<Optionen>] [--] [<Datei>...]"42004201#: builtin/checkout-index.c:1444202msgid "stage should be between 1 and 3 or all"4203msgstr "--stage sollte zwischen 1 und 3 oder 'all' sein"42044205#: builtin/checkout-index.c:1604206msgid "check out all files in the index"4207msgstr "alle Dateien im Index auschecken"42084209#: builtin/checkout-index.c:1614210msgid "force overwrite of existing files"4211msgstr "das Überschreiben bereits existierender Dateien erzwingen"42124213#: builtin/checkout-index.c:1634214msgid "no warning for existing files and files not in index"4215msgstr ""4216"keine Warnung für existierende Dateien, und Dateien, die sich nicht im Index "4217"befinden"42184219#: builtin/checkout-index.c:1654220msgid "don't checkout new files"4221msgstr "keine neuen Dateien auschecken"42224223#: builtin/checkout-index.c:1674224msgid "update stat information in the index file"4225msgstr "Dateiinformationen in der Index-Datei aktualisieren"42264227#: builtin/checkout-index.c:1714228msgid "read list of paths from the standard input"4229msgstr "eine Liste von Pfaden von der Standard-Eingabe lesen"42304231#: builtin/checkout-index.c:1734232msgid "write the content to temporary files"4233msgstr "den Inhalt in temporäre Dateien schreiben"42344235#: builtin/checkout-index.c:174 builtin/column.c:304236#: builtin/submodule--helper.c:166 builtin/submodule--helper.c:1694237#: builtin/submodule--helper.c:172 builtin/submodule--helper.c:1754238msgid "string"4239msgstr "Zeichenkette"42404241#: builtin/checkout-index.c:1754242msgid "when creating files, prepend <string>"4243msgstr ""4244"wenn Dateien erzeugt werden, stelle <Zeichenkette> dem Dateinamen voran"42454246#: builtin/checkout-index.c:1774247msgid "copy out the files from named stage"4248msgstr "Dateien von dem benannten Stand kopieren"42494250#: builtin/checkout.c:254251msgid "git checkout [<options>] <branch>"4252msgstr "git checkout [<Optionen>] <Branch>"42534254#: builtin/checkout.c:264255msgid "git checkout [<options>] [<branch>] -- <file>..."4256msgstr "git checkout [<Optionen>] [<Branch>] -- <Datei>..."42574258#: builtin/checkout.c:134 builtin/checkout.c:1674259#, c-format4260msgid "path '%s' does not have our version"4261msgstr "Pfad '%s' hat nicht unsere Version."42624263#: builtin/checkout.c:136 builtin/checkout.c:1694264#, c-format4265msgid "path '%s' does not have their version"4266msgstr "Pfad '%s' hat nicht deren Version."42674268#: builtin/checkout.c:1524269#, c-format4270msgid "path '%s' does not have all necessary versions"4271msgstr "Pfad '%s' hat nicht alle notwendigen Versionen."42724273#: builtin/checkout.c:1964274#, c-format4275msgid "path '%s' does not have necessary versions"4276msgstr "Pfad '%s' hat nicht die notwendigen Versionen."42774278#: builtin/checkout.c:2134279#, c-format4280msgid "path '%s': cannot merge"4281msgstr "Pfad '%s': kann nicht zusammenführen"42824283#: builtin/checkout.c:2304284#, c-format4285msgid "Unable to add merge result for '%s'"4286msgstr "Konnte Merge-Ergebnis von '%s' nicht hinzufügen."42874288#: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:2574289#: builtin/checkout.c:2604290#, c-format4291msgid "'%s' cannot be used with updating paths"4292msgstr "'%s' kann nicht mit der Aktualisierung von Pfaden verwendet werden"42934294#: builtin/checkout.c:263 builtin/checkout.c:2664295#, c-format4296msgid "'%s' cannot be used with %s"4297msgstr "'%s' kann nicht mit '%s' verwendet werden"42984299#: builtin/checkout.c:2694300#, c-format4301msgid "Cannot update paths and switch to branch '%s' at the same time."4302msgstr ""4303"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln"43044305#: builtin/checkout.c:280 builtin/checkout.c:4744306msgid "corrupt index file"4307msgstr "beschädigte Index-Datei"43084309#: builtin/checkout.c:340 builtin/checkout.c:3474310#, c-format4311msgid "path '%s' is unmerged"4312msgstr "Pfad '%s' ist nicht zusammengeführt."43134314#: builtin/checkout.c:4964315msgid "you need to resolve your current index first"4316msgstr "Sie müssen zuerst die Konflikte in Ihrem aktuellen Index auflösen."43174318#: builtin/checkout.c:6234319#, c-format4320msgid "Can not do reflog for '%s': %s\n"4321msgstr "Kann \"reflog\" für '%s' nicht durchführen: %s\n"43224323#: builtin/checkout.c:6614324msgid "HEAD is now at"4325msgstr "HEAD ist jetzt bei"43264327#: builtin/checkout.c:665 builtin/clone.c:6594328msgid "unable to update HEAD"4329msgstr "Konnte HEAD nicht aktualisieren."43304331#: builtin/checkout.c:6694332#, c-format4333msgid "Reset branch '%s'\n"4334msgstr "Setze Branch '%s' neu\n"43354336#: builtin/checkout.c:6724337#, c-format4338msgid "Already on '%s'\n"4339msgstr "Bereits auf '%s'\n"43404341#: builtin/checkout.c:6764342#, c-format4343msgid "Switched to and reset branch '%s'\n"4344msgstr "Zu umgesetztem Branch '%s' gewechselt\n"43454346#: builtin/checkout.c:678 builtin/checkout.c:10684347#, c-format4348msgid "Switched to a new branch '%s'\n"4349msgstr "Zu neuem Branch '%s' gewechselt\n"43504351#: builtin/checkout.c:6804352#, c-format4353msgid "Switched to branch '%s'\n"4354msgstr "Zu Branch '%s' gewechselt\n"43554356#: builtin/checkout.c:7324357#, c-format4358msgid " ... and %d more.\n"4359msgstr " ... und %d weitere.\n"43604361#: builtin/checkout.c:7384362#, c-format4363msgid ""4364"Warning: you are leaving %d commit behind, not connected to\n"4365"any of your branches:\n"4366"\n"4367"%s\n"4368msgid_plural ""4369"Warning: you are leaving %d commits behind, not connected to\n"4370"any of your branches:\n"4371"\n"4372"%s\n"4373msgstr[0] ""4374"Warnung: Sie lassen %d Commit zurück. Folgender Commit ist in\n"4375"keinem Ihrer Branches enthalten:\n"4376"\n"4377"%s\n"4378msgstr[1] ""4379"Warnung: Sie lassen %d Commits zurück. Folgende Commits sind in\n"4380"keinem Ihrer Branches enthalten:\n"4381"\n"4382"%s\n"43834384#: builtin/checkout.c:7574385#, c-format4386msgid ""4387"If you want to keep it by creating a new branch, this may be a good time\n"4388"to do so with:\n"4389"\n"4390" git branch <new-branch-name> %s\n"4391"\n"4392msgid_plural ""4393"If you want to keep them by creating a new branch, this may be a good time\n"4394"to do so with:\n"4395"\n"4396" git branch <new-branch-name> %s\n"4397"\n"4398msgstr[0] ""4399"Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"4400"ein guter Zeitpunkt sein dies zu tun mit:\n"4401"\n"4402" git branch <neuer-Branchname> %s\n"4403"\n"4404msgstr[1] ""4405"Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"4406"ein guter Zeitpunkt sein dies zu tun mit:\n"4407"\n"4408" git branch <neuer-Branchname> %s\n"4409"\n"44104411#: builtin/checkout.c:7934412msgid "internal error in revision walk"4413msgstr "interner Fehler im Revisionsgang"44144415#: builtin/checkout.c:7974416msgid "Previous HEAD position was"4417msgstr "Vorherige Position von HEAD war"44184419#: builtin/checkout.c:824 builtin/checkout.c:10634420msgid "You are on a branch yet to be born"4421msgstr "Sie sind auf einem Branch, der noch geboren wird"44224423#: builtin/checkout.c:9694424#, c-format4425msgid "only one reference expected, %d given."4426msgstr "nur eine Referenz erwartet, %d gegeben."44274428#: builtin/checkout.c:1009 builtin/worktree.c:2114429#, c-format4430msgid "invalid reference: %s"4431msgstr "Ungültige Referenz: %s"44324433#: builtin/checkout.c:10384434#, c-format4435msgid "reference is not a tree: %s"4436msgstr "Referenz ist kein \"Tree\"-Objekt: %s"44374438#: builtin/checkout.c:10774439msgid "paths cannot be used with switching branches"4440msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"44414442#: builtin/checkout.c:1080 builtin/checkout.c:10844443#, c-format4444msgid "'%s' cannot be used with switching branches"4445msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"44464447#: builtin/checkout.c:1088 builtin/checkout.c:1091 builtin/checkout.c:10964448#: builtin/checkout.c:10994449#, c-format4450msgid "'%s' cannot be used with '%s'"4451msgstr "'%s' kann nicht mit '%s' verwendet werden"44524453#: builtin/checkout.c:11044454#, c-format4455msgid "Cannot switch branch to a non-commit '%s'"4456msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"44574458#: builtin/checkout.c:1137 builtin/checkout.c:1139 builtin/clone.c:844459#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3184460#: builtin/worktree.c:3204461msgid "branch"4462msgstr "Branch"44634464#: builtin/checkout.c:11384465msgid "create and checkout a new branch"4466msgstr "einen neuen Branch erzeugen und auschecken"44674468#: builtin/checkout.c:11404469msgid "create/reset and checkout a branch"4470msgstr "einen Branch erstellen/umsetzen und auschecken"44714472#: builtin/checkout.c:11414473msgid "create reflog for new branch"4474msgstr "das Reflog für den neuen Branch erzeugen"44754476#: builtin/checkout.c:11424477msgid "detach the HEAD at named commit"4478msgstr "HEAD zu benanntem Commit setzen"44794480#: builtin/checkout.c:11434481msgid "set upstream info for new branch"4482msgstr "Informationen zum Upstream-Branch für den neuen Branch setzen"44834484#: builtin/checkout.c:11454485msgid "new-branch"4486msgstr "neuer Branch"44874488#: builtin/checkout.c:11454489msgid "new unparented branch"4490msgstr "neuer Branch ohne Eltern-Commit"44914492#: builtin/checkout.c:11464493msgid "checkout our version for unmerged files"4494msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken"44954496#: builtin/checkout.c:11484497msgid "checkout their version for unmerged files"4498msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken"44994500#: builtin/checkout.c:11504501msgid "force checkout (throw away local modifications)"4502msgstr "Auschecken erzwingen (verwirft lokale Änderungen)"45034504#: builtin/checkout.c:11514505msgid "perform a 3-way merge with the new branch"4506msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen"45074508#: builtin/checkout.c:1152 builtin/merge.c:2274509msgid "update ignored files (default)"4510msgstr "ignorierte Dateien aktualisieren (Standard)"45114512#: builtin/checkout.c:1153 builtin/log.c:1269 parse-options.h:2504513msgid "style"4514msgstr "Stil"45154516#: builtin/checkout.c:11544517msgid "conflict style (merge or diff3)"4518msgstr "Konfliktstil (merge oder diff3)"45194520#: builtin/checkout.c:11574521msgid "do not limit pathspecs to sparse entries only"4522msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken"45234524#: builtin/checkout.c:11594525msgid "second guess 'git checkout <no-such-branch>'"4526msgstr "second guess 'git checkout <no-such-branch>'"45274528#: builtin/checkout.c:11614529msgid "do not check if another worktree is holding the given ref"4530msgstr ""4531"Prüfung, ob die Referenz bereits in einem anderen Arbeitsverzeichnis "4532"ausgecheckt wurde, deaktivieren"45334534#: builtin/checkout.c:1162 builtin/clone.c:58 builtin/fetch.c:1164535#: builtin/merge.c:224 builtin/pull.c:113 builtin/push.c:5264536#: builtin/send-pack.c:1684537msgid "force progress reporting"4538msgstr "Fortschrittsanzeige erzwingen"45394540#: builtin/checkout.c:11934541msgid "-b, -B and --orphan are mutually exclusive"4542msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."45434544#: builtin/checkout.c:12104545msgid "--track needs a branch name"4546msgstr "Bei der Option --track muss ein Branchname angegeben werden."45474548#: builtin/checkout.c:12154549msgid "Missing branch name; try -b"4550msgstr "Vermisse Branchnamen; versuchen Sie -b"45514552#: builtin/checkout.c:12514553msgid "invalid path specification"4554msgstr "ungültige Pfadspezifikation"45554556#: builtin/checkout.c:12584557#, c-format4558msgid ""4559"Cannot update paths and switch to branch '%s' at the same time.\n"4560"Did you intend to checkout '%s' which can not be resolved as commit?"4561msgstr ""4562"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln.\n"4563"Haben Sie beabsichtigt '%s' auszuchecken, welcher nicht als Commit aufgelöst "4564"werden kann?"45654566#: builtin/checkout.c:12634567#, c-format4568msgid "git checkout: --detach does not take a path argument '%s'"4569msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"45704571#: builtin/checkout.c:12674572msgid ""4573"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"4574"checking out of the index."4575msgstr ""4576"git checkout: --ours/--theirs, --force und --merge sind inkompatibel wenn\n"4577"Sie aus dem Index auschecken."45784579#: builtin/clean.c:254580msgid ""4581"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."4582msgstr ""4583"git clean [-d] [-f] [-i] [-n] [-q] [-e <Muster>] [-x | -X] [--] <Pfade>..."45844585#: builtin/clean.c:294586#, c-format4587msgid "Removing %s\n"4588msgstr "Lösche %s\n"45894590#: builtin/clean.c:304591#, c-format4592msgid "Would remove %s\n"4593msgstr "Würde %s löschen\n"45944595#: builtin/clean.c:314596#, c-format4597msgid "Skipping repository %s\n"4598msgstr "Überspringe Repository %s\n"45994600#: builtin/clean.c:324601#, c-format4602msgid "Would skip repository %s\n"4603msgstr "Würde Repository %s überspringen\n"46044605#: builtin/clean.c:334606#, c-format4607msgid "failed to remove %s"4608msgstr "Fehler beim Löschen von %s"46094610#: builtin/clean.c:2914611msgid ""4612"Prompt help:\n"4613"1 - select a numbered item\n"4614"foo - select item based on unique prefix\n"4615" - (empty) select nothing"4616msgstr ""4617"Eingabehilfe:\n"4618"1 - nummeriertes Element auswählen\n"4619"foo - Element anhand eines eindeutigen Präfix auswählen\n"4620" - (leer) nichts auswählen"46214622#: builtin/clean.c:2954623msgid ""4624"Prompt help:\n"4625"1 - select a single item\n"4626"3-5 - select a range of items\n"4627"2-3,6-9 - select multiple ranges\n"4628"foo - select item based on unique prefix\n"4629"-... - unselect specified items\n"4630"* - choose all items\n"4631" - (empty) finish selecting"4632msgstr ""4633"Eingabehilfe:\n"4634"1 - einzelnes Element auswählen\n"4635"3-5 - Bereich von Elementen auswählen\n"4636"2-3,6-9 - mehrere Bereiche auswählen\n"4637"foo - Element anhand eines eindeutigen Präfix auswählen\n"4638"-... - angegebenes Element abwählen\n"4639"* - alle Elemente auswählen\n"4640" - (leer) Auswahl beenden"46414642#: builtin/clean.c:5114643#, c-format4644msgid "Huh (%s)?"4645msgstr "Wie bitte (%s)?"46464647#: builtin/clean.c:6534648#, c-format4649msgid "Input ignore patterns>> "4650msgstr "Ignorier-Muster eingeben>> "46514652#: builtin/clean.c:6904653#, c-format4654msgid "WARNING: Cannot find items matched by: %s"4655msgstr "WARNUNG: Kann keine Einträge finden die Muster entsprechen: %s"46564657#: builtin/clean.c:7114658msgid "Select items to delete"4659msgstr "Wählen Sie Einträge zum Löschen"46604661#. TRANSLATORS: Make sure to keep [y/N] as is4662#: builtin/clean.c:7524663#, c-format4664msgid "Remove %s [y/N]? "4665msgstr "'%s' löschen [y/N]? "46664667#: builtin/clean.c:7774668msgid "Bye."4669msgstr "Tschüss."46704671#: builtin/clean.c:7854672msgid ""4673"clean - start cleaning\n"4674"filter by pattern - exclude items from deletion\n"4675"select by numbers - select items to be deleted by numbers\n"4676"ask each - confirm each deletion (like \"rm -i\")\n"4677"quit - stop cleaning\n"4678"help - this screen\n"4679"? - help for prompt selection"4680msgstr ""4681"clean - Clean starten\n"4682"filter by pattern - Einträge von Löschung ausschließen\n"4683"select by numbers - Auswahl von Einträgen über Nummern\n"4684"ask each - jede Löschung bestätigen (wie \"rm -i\")\n"4685"quit - Clean beenden\n"4686"help - diese Meldung anzeigen\n"4687"? - Hilfe zur Auswahl mittels Eingabe anzeigen"46884689#: builtin/clean.c:8124690msgid "*** Commands ***"4691msgstr "*** Befehle ***"46924693#: builtin/clean.c:8134694msgid "What now"4695msgstr "Was nun"46964697#: builtin/clean.c:8214698msgid "Would remove the following item:"4699msgid_plural "Would remove the following items:"4700msgstr[0] "Würde das folgende Element entfernen:"4701msgstr[1] "Würde die folgenden Elemente entfernen:"47024703#: builtin/clean.c:8384704msgid "No more files to clean, exiting."4705msgstr "Keine Dateien mehr zum Löschen, beende."47064707#: builtin/clean.c:8694708msgid "do not print names of files removed"4709msgstr "keine Namen von gelöschten Dateien ausgeben"47104711#: builtin/clean.c:8714712msgid "force"4713msgstr "Aktion erzwingen"47144715#: builtin/clean.c:8724716msgid "interactive cleaning"4717msgstr "interaktives Clean"47184719#: builtin/clean.c:8744720msgid "remove whole directories"4721msgstr "ganze Verzeichnisse löschen"47224723#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:7224724#: builtin/ls-files.c:456 builtin/name-rev.c:307 builtin/show-ref.c:1824725msgid "pattern"4726msgstr "Muster"47274728#: builtin/clean.c:8764729msgid "add <pattern> to ignore rules"4730msgstr "<Muster> zu den Regeln für ignorierte Pfade hinzufügen"47314732#: builtin/clean.c:8774733msgid "remove ignored files, too"4734msgstr "auch ignorierte Dateien löschen"47354736#: builtin/clean.c:8794737msgid "remove only ignored files"4738msgstr "nur ignorierte Dateien löschen"47394740#: builtin/clean.c:8974741msgid "-x and -X cannot be used together"4742msgstr "Die Optionen -x und -X können nicht gemeinsam verwendet werden."47434744#: builtin/clean.c:9014745msgid ""4746"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "4747"clean"4748msgstr ""4749"clean.requireForce auf \"true\" gesetzt und weder -i, -n noch -f gegeben; "4750"\"clean\" verweigert"47514752#: builtin/clean.c:9044753msgid ""4754"clean.requireForce defaults to true and neither -i, -n, nor -f given; "4755"refusing to clean"4756msgstr ""4757"clean.requireForce standardmäßig auf \"true\" gesetzt und weder -i, -n noch -"4758"f gegeben; \"clean\" verweigert"47594760#: builtin/clone.c:374761msgid "git clone [<options>] [--] <repo> [<dir>]"4762msgstr "git clone [<Optionen>] [--] <Repository> [<Verzeichnis>]"47634764#: builtin/clone.c:604765msgid "don't create a checkout"4766msgstr "kein Auschecken"47674768#: builtin/clone.c:61 builtin/clone.c:63 builtin/init-db.c:4694769msgid "create a bare repository"4770msgstr "ein Bare-Repository erstellen"47714772#: builtin/clone.c:654773msgid "create a mirror repository (implies bare)"4774msgstr "ein Spiegelarchiv erstellen (impliziert --bare)"47754776#: builtin/clone.c:674777msgid "to clone from a local repository"4778msgstr "von einem lokalen Repository klonen"47794780#: builtin/clone.c:694781msgid "don't use local hardlinks, always copy"4782msgstr "lokal keine harten Verweise verwenden, immer Kopien"47834784#: builtin/clone.c:714785msgid "setup as shared repository"4786msgstr "als verteiltes Repository einrichten"47874788#: builtin/clone.c:73 builtin/clone.c:754789msgid "initialize submodules in the clone"4790msgstr "Submodule im Klon initialisieren"47914792#: builtin/clone.c:76 builtin/init-db.c:4664793msgid "template-directory"4794msgstr "Vorlagenverzeichnis"47954796#: builtin/clone.c:77 builtin/init-db.c:4674797msgid "directory from which templates will be used"4798msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"47994800#: builtin/clone.c:79 builtin/submodule--helper.c:1734801msgid "reference repository"4802msgstr "Repository referenzieren"48034804#: builtin/clone.c:814805msgid "use --reference only while cloning"4806msgstr "--reference nur während des Klonens benutzen"48074808#: builtin/clone.c:82 builtin/column.c:26 builtin/merge-file.c:444809msgid "name"4810msgstr "Name"48114812#: builtin/clone.c:834813msgid "use <name> instead of 'origin' to track upstream"4814msgstr "<Name> statt 'origin' für Upstream-Repository verwenden"48154816#: builtin/clone.c:854817msgid "checkout <branch> instead of the remote's HEAD"4818msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories"48194820#: builtin/clone.c:874821msgid "path to git-upload-pack on the remote"4822msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"48234824#: builtin/clone.c:88 builtin/fetch.c:117 builtin/grep.c:6654825#: builtin/pull.c:1934826msgid "depth"4827msgstr "Tiefe"48284829#: builtin/clone.c:894830msgid "create a shallow clone of that depth"4831msgstr ""4832"einen Klon mit unvollständiger Historie (shallow) in dieser Tiefe erstellen"48334834#: builtin/clone.c:914835msgid "clone only one branch, HEAD or --branch"4836msgstr "nur einen Branch klonen, HEAD oder --branch"48374838#: builtin/clone.c:92 builtin/init-db.c:4754839msgid "gitdir"4840msgstr ".git-Verzeichnis"48414842#: builtin/clone.c:93 builtin/init-db.c:4764843msgid "separate git dir from working tree"4844msgstr "Git-Verzeichnis vom Arbeitsverzeichnis separieren"48454846#: builtin/clone.c:944847msgid "key=value"4848msgstr "Schlüssel=Wert"48494850#: builtin/clone.c:954851msgid "set config inside the new repository"4852msgstr "Konfiguration innerhalb des neuen Repositories setzen"48534854#: builtin/clone.c:96 builtin/fetch.c:131 builtin/push.c:5364855msgid "use IPv4 addresses only"4856msgstr "nur IPv4-Adressen benutzen"48574858#: builtin/clone.c:98 builtin/fetch.c:133 builtin/push.c:5384859msgid "use IPv6 addresses only"4860msgstr "nur IPv6-Adressen benutzen"48614862#: builtin/clone.c:2394863msgid ""4864"No directory name could be guessed.\n"4865"Please specify a directory on the command line"4866msgstr ""4867"Konnte keinen Verzeichnisnamen erraten.\n"4868"Bitte geben Sie ein Verzeichnis auf der Befehlszeile an."48694870#: builtin/clone.c:3054871#, c-format4872msgid "reference repository '%s' as a linked checkout is not supported yet."4873msgstr ""4874"Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"4875"Arbeitsverzeichnis unterstützt."48764877#: builtin/clone.c:3074878#, c-format4879msgid "reference repository '%s' is not a local repository."4880msgstr "Referenziertes Repository '%s' ist kein lokales Repository."48814882#: builtin/clone.c:3124883#, c-format4884msgid "reference repository '%s' is shallow"4885msgstr ""4886"Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."48874888#: builtin/clone.c:3154889#, c-format4890msgid "reference repository '%s' is grafted"4891msgstr ""4892"Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "4893"eingehängt."48944895#: builtin/clone.c:380 builtin/diff.c:844896#, c-format4897msgid "failed to stat '%s'"4898msgstr "Konnte '%s' nicht lesen"48994900#: builtin/clone.c:3824901#, c-format4902msgid "%s exists and is not a directory"4903msgstr "%s existiert und ist kein Verzeichnis"49044905#: builtin/clone.c:3964906#, c-format4907msgid "failed to stat %s\n"4908msgstr "Konnte %s nicht lesen\n"49094910#: builtin/clone.c:4184911#, c-format4912msgid "failed to create link '%s'"4913msgstr "Konnte Verweis '%s' nicht erstellen"49144915#: builtin/clone.c:4224916#, c-format4917msgid "failed to copy file to '%s'"4918msgstr "Konnte Datei nicht nach '%s' kopieren"49194920#: builtin/clone.c:447 builtin/clone.c:6314921#, c-format4922msgid "done.\n"4923msgstr "Fertig.\n"49244925#: builtin/clone.c:4594926msgid ""4927"Clone succeeded, but checkout failed.\n"4928"You can inspect what was checked out with 'git status'\n"4929"and retry the checkout with 'git checkout -f HEAD'\n"4930msgstr ""4931"Klonen erfolgreich, Auschecken ist aber fehlgeschlagen.\n"4932"Sie können mit 'git status' prüfen, was ausgecheckt worden ist\n"4933"und das Auschecken mit 'git checkout -f HEAD' erneut versuchen.\n"49344935#: builtin/clone.c:5364936#, c-format4937msgid "Could not find remote branch %s to clone."4938msgstr "Konnte zu klonenden Remote-Branch %s nicht finden."49394940#: builtin/clone.c:6264941#, c-format4942msgid "Checking connectivity... "4943msgstr "Prüfe Konnektivität ... "49444945#: builtin/clone.c:6294946msgid "remote did not send all necessary objects"4947msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."49484949#: builtin/clone.c:6474950#, c-format4951msgid "unable to update %s"4952msgstr "kann %s nicht aktualisieren"49534954#: builtin/clone.c:6964955msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"4956msgstr ""4957"Externer HEAD bezieht sich auf eine nicht existierende Referenz und kann "4958"nicht ausgecheckt werden.\n"49594960#: builtin/clone.c:7274961msgid "unable to checkout working tree"4962msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden"49634964#: builtin/clone.c:7534965msgid "unable to write parameters to config file"4966msgstr "konnte Parameter nicht in Konfigurationsdatei schreiben"49674968#: builtin/clone.c:8164969msgid "cannot repack to clean up"4970msgstr "Kann \"repack\" zum Aufräumen nicht aufrufen"49714972#: builtin/clone.c:8184973msgid "cannot unlink temporary alternates file"4974msgstr "Kann temporäre \"alternates\"-Datei nicht entfernen"49754976#: builtin/clone.c:8504977msgid "Too many arguments."4978msgstr "Zu viele Argumente."49794980#: builtin/clone.c:8544981msgid "You must specify a repository to clone."4982msgstr "Sie müssen ein Repository zum Klonen angeben."49834984#: builtin/clone.c:8654985#, c-format4986msgid "--bare and --origin %s options are incompatible."4987msgstr "Die Optionen --bare und --origin %s sind inkompatibel."49884989#: builtin/clone.c:8684990msgid "--bare and --separate-git-dir are incompatible."4991msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."49924993#: builtin/clone.c:8814994#, c-format4995msgid "repository '%s' does not exist"4996msgstr "Repository '%s' existiert nicht."49974998#: builtin/clone.c:887 builtin/fetch.c:11744999#, c-format5000msgid "depth %s is not a positive number"5001msgstr "Tiefe %s ist keine positive Zahl"50025003#: builtin/clone.c:8975004#, c-format5005msgid "destination path '%s' already exists and is not an empty directory."5006msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."50075008#: builtin/clone.c:9075009#, c-format5010msgid "working tree '%s' already exists."5011msgstr "Arbeitsverzeichnis '%s' existiert bereits."50125013#: builtin/clone.c:922 builtin/clone.c:933 builtin/submodule--helper.c:2185014#: builtin/worktree.c:219 builtin/worktree.c:2465015#, c-format5016msgid "could not create leading directories of '%s'"5017msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."50185019#: builtin/clone.c:9255020#, c-format5021msgid "could not create work tree dir '%s'"5022msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen"50235024#: builtin/clone.c:9435025#, c-format5026msgid "Cloning into bare repository '%s'...\n"5027msgstr "Klone in Bare-Repository '%s' ...\n"50285029#: builtin/clone.c:9455030#, c-format5031msgid "Cloning into '%s'...\n"5032msgstr "Klone nach '%s' ...\n"50335034#: builtin/clone.c:9845035msgid "--depth is ignored in local clones; use file:// instead."5036msgstr ""5037"Die Option --depth wird in lokalen Klonen ignoriert; benutzen Sie "5038"stattdessen file://"50395040#: builtin/clone.c:9875041msgid "source repository is shallow, ignoring --local"5042msgstr ""5043"Quelle ist ein Repository mit unvollständiger Historie (shallow),ignoriere --"5044"local"50455046#: builtin/clone.c:9925047msgid "--local is ignored"5048msgstr "--local wird ignoriert"50495050#: builtin/clone.c:9965051#, c-format5052msgid "Don't know how to clone %s"5053msgstr "Weiß nicht wie %s zu klonen ist."50545055#: builtin/clone.c:1045 builtin/clone.c:10535056#, c-format5057msgid "Remote branch %s not found in upstream %s"5058msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden"50595060#: builtin/clone.c:10565061msgid "You appear to have cloned an empty repository."5062msgstr "Sie scheinen ein leeres Repository geklont zu haben."50635064#: builtin/column.c:95065msgid "git column [<options>]"5066msgstr "git column [<Optionen>]"50675068#: builtin/column.c:265069msgid "lookup config vars"5070msgstr "Konfigurationsvariablen nachschlagen"50715072#: builtin/column.c:27 builtin/column.c:285073msgid "layout to use"5074msgstr "zu verwendende Anordnung"50755076#: builtin/column.c:295077msgid "Maximum width"5078msgstr "maximale Breite"50795080#: builtin/column.c:305081msgid "Padding space on left border"5082msgstr "Abstand zum linken Rand"50835084#: builtin/column.c:315085msgid "Padding space on right border"5086msgstr "Abstand zur rechten Rand"50875088#: builtin/column.c:325089msgid "Padding space between columns"5090msgstr "Abstand zwischen Spalten"50915092#: builtin/column.c:515093msgid "--command must be the first argument"5094msgstr "Die Option --command muss an erster Stelle stehen."50955096#: builtin/commit.c:385097msgid "git commit [<options>] [--] <pathspec>..."5098msgstr "git commit [<Optionen>] [--] <Pfadspezifikation>..."50995100#: builtin/commit.c:435101msgid "git status [<options>] [--] <pathspec>..."5102msgstr "git status [<Optionen>] [--] <Pfadspezifikation>..."51035104#: builtin/commit.c:485105msgid ""5106"Your name and email address were configured automatically based\n"5107"on your username and hostname. Please check that they are accurate.\n"5108"You can suppress this message by setting them explicitly. Run the\n"5109"following command and follow the instructions in your editor to edit\n"5110"your configuration file:\n"5111"\n"5112" git config --global --edit\n"5113"\n"5114"After doing this, you may fix the identity used for this commit with:\n"5115"\n"5116" git commit --amend --reset-author\n"5117msgstr ""5118"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"5119"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"5120"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"5121"diese explizit setzen. Führen Sie dazu den folgenden Befehl aus und folgen\n"5122"Sie den Anweisungen in Ihrem Editor, um die Konfigurationsdatei zu "5123"bearbeiten:\n"5124"\n"5125" git config --global --edit\n"5126"\n"5127"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit\n"5128"ändern mit:\n"5129"\n"5130" git commit --amend --reset-author\n"51315132#: builtin/commit.c:615133msgid ""5134"Your name and email address were configured automatically based\n"5135"on your username and hostname. Please check that they are accurate.\n"5136"You can suppress this message by setting them explicitly:\n"5137"\n"5138" git config --global user.name \"Your Name\"\n"5139" git config --global user.email you@example.com\n"5140"\n"5141"After doing this, you may fix the identity used for this commit with:\n"5142"\n"5143" git commit --amend --reset-author\n"5144msgstr ""5145"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"5146"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"5147"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"5148"diese explizit setzen:\n"5149"\n"5150" git config --global user.name \"Ihr Name\"\n"5151" git config --global user.email ihre@emailadresse.de\n"5152"\n"5153"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit "5154"ändern:\n"5155"\n"5156" git commit --amend --reset-author\n"51575158#: builtin/commit.c:735159msgid ""5160"You asked to amend the most recent commit, but doing so would make\n"5161"it empty. You can repeat your command with --allow-empty, or you can\n"5162"remove the commit entirely with \"git reset HEAD^\".\n"5163msgstr ""5164"Sie fragten den jüngsten Commit nachzubessern, aber das würde diesen leer\n"5165"machen. Sie können Ihren Befehl mit --allow-empty wiederholen, oder diesen\n"5166"Commit mit \"git reset HEAD^\" vollständig entfernen.\n"51675168#: builtin/commit.c:785169msgid ""5170"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"5171"If you wish to commit it anyway, use:\n"5172"\n"5173" git commit --allow-empty\n"5174"\n"5175msgstr ""5176"Der letzte \"cherry-pick\" ist jetzt leer, möglicherweise durch eine "5177"Konfliktauflösung.\n"5178"Wenn Sie dies trotzdem committen wollen, benutzen Sie:\n"5179"\n"5180" git commit --allow-empty\n"5181"\n"51825183#: builtin/commit.c:855184msgid "Otherwise, please use 'git reset'\n"5185msgstr "Andernfalls benutzen Sie bitte 'git reset'\n"51865187#: builtin/commit.c:885188msgid ""5189"If you wish to skip this commit, use:\n"5190"\n"5191" git reset\n"5192"\n"5193"Then \"git cherry-pick --continue\" will resume cherry-picking\n"5194"the remaining commits.\n"5195msgstr ""5196"Wenn Sie diesen Commit auslassen möchten, benutzen Sie:\n"5197"\n"5198" git reset\n"5199"\n"5200"Benutzen Sie anschließend \"git cherry-pick --continue\", um die\n"5201"Cherry-Pick-Operation mit den verbleibenden Commits fortzusetzen.\n"52025203#: builtin/commit.c:3055204msgid "failed to unpack HEAD tree object"5205msgstr "Fehler beim Entpacken des \"Tree\"-Objektes von HEAD."52065207#: builtin/commit.c:3465208msgid "unable to create temporary index"5209msgstr "Konnte temporären Index nicht erstellen."52105211#: builtin/commit.c:3525212msgid "interactive add failed"5213msgstr "interaktives Hinzufügen fehlgeschlagen"52145215#: builtin/commit.c:3655216msgid "unable to update temporary index"5217msgstr "Konnte temporären Index nicht aktualisieren."52185219#: builtin/commit.c:3675220msgid "Failed to update main cache tree"5221msgstr "Konnte Haupt-Cache-Verzeichnis nicht aktualisieren"52225223#: builtin/commit.c:391 builtin/commit.c:414 builtin/commit.c:4635224msgid "unable to write new_index file"5225msgstr "Konnte new_index Datei nicht schreiben"52265227#: builtin/commit.c:4455228msgid "cannot do a partial commit during a merge."5229msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist."52305231#: builtin/commit.c:4475232msgid "cannot do a partial commit during a cherry-pick."5233msgstr ""5234"Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist."52355236#: builtin/commit.c:4565237msgid "cannot read the index"5238msgstr "Kann Index nicht lesen"52395240#: builtin/commit.c:4755241msgid "unable to write temporary index file"5242msgstr "Konnte temporäre Index-Datei nicht schreiben."52435244#: builtin/commit.c:5805245#, c-format5246msgid "commit '%s' lacks author header"5247msgstr "Commit '%s' fehlt Autor-Kopfbereich"52485249#: builtin/commit.c:5825250#, c-format5251msgid "commit '%s' has malformed author line"5252msgstr "Commit '%s' hat fehlerhafte Autor-Zeile"52535254#: builtin/commit.c:6015255msgid "malformed --author parameter"5256msgstr "Fehlerhafter --author Parameter"52575258#: builtin/commit.c:6095259#, c-format5260msgid "invalid date format: %s"5261msgstr "Ungültiges Datumsformat: %s"52625263#: builtin/commit.c:6535264msgid ""5265"unable to select a comment character that is not used\n"5266"in the current commit message"5267msgstr ""5268"Konnte kein Kommentar-Zeichen auswählen, das nicht in\n"5269"der aktuellen Commit-Beschreibung verwendet wird."52705271#: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:10805272#, c-format5273msgid "could not lookup commit %s"5274msgstr "Konnte Commit %s nicht nachschlagen"52755276#: builtin/commit.c:702 builtin/shortlog.c:2855277#, c-format5278msgid "(reading log message from standard input)\n"5279msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"52805281#: builtin/commit.c:7045282msgid "could not read log from standard input"5283msgstr "Konnte Log nicht von Standard-Eingabe lesen."52845285#: builtin/commit.c:7085286#, c-format5287msgid "could not read log file '%s'"5288msgstr "Konnte Log-Datei '%s' nicht lesen"52895290#: builtin/commit.c:7305291msgid "could not read MERGE_MSG"5292msgstr "Konnte MERGE_MSG nicht lesen"52935294#: builtin/commit.c:7345295msgid "could not read SQUASH_MSG"5296msgstr "Konnte SQUASH_MSG nicht lesen"52975298#: builtin/commit.c:7855299msgid "could not write commit template"5300msgstr "Konnte Commit-Vorlage nicht schreiben"53015302#: builtin/commit.c:8035303#, c-format5304msgid ""5305"\n"5306"It looks like you may be committing a merge.\n"5307"If this is not correct, please remove the file\n"5308"\t%s\n"5309"and try again.\n"5310msgstr ""5311"\n"5312"Es sieht so aus, als committen Sie einen Merge.\n"5313"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"5314"\t%s\n"5315"und versuchen Sie es erneut.\n"53165317#: builtin/commit.c:8085318#, c-format5319msgid ""5320"\n"5321"It looks like you may be committing a cherry-pick.\n"5322"If this is not correct, please remove the file\n"5323"\t%s\n"5324"and try again.\n"5325msgstr ""5326"\n"5327"Es sieht so aus, als committen Sie einen \"cherry-pick\".\n"5328"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"5329"\t%s\n"5330"und versuchen Sie es erneut.\n"53315332#: builtin/commit.c:8215333#, c-format5334msgid ""5335"Please enter the commit message for your changes. Lines starting\n"5336"with '%c' will be ignored, and an empty message aborts the commit.\n"5337msgstr ""5338"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n"5339"die mit '%c' beginnen, werden ignoriert, und eine leere Beschreibung\n"5340"bricht den Commit ab.\n"53415342#: builtin/commit.c:8285343#, c-format5344msgid ""5345"Please enter the commit message for your changes. Lines starting\n"5346"with '%c' will be kept; you may remove them yourself if you want to.\n"5347"An empty message aborts the commit.\n"5348msgstr ""5349"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, "5350"die\n"5351"mit '%c' beginnen, werden beibehalten; wenn Sie möchten, können Sie diese "5352"entfernen.\n"5353"Eine leere Beschreibung bricht den Commit ab.\n"53545355#: builtin/commit.c:8485356#, c-format5357msgid "%sAuthor: %.*s <%.*s>"5358msgstr "%sAutor: %.*s <%.*s>"53595360#: builtin/commit.c:8565361#, c-format5362msgid "%sDate: %s"5363msgstr "%sDatum: %s"53645365#: builtin/commit.c:8635366#, c-format5367msgid "%sCommitter: %.*s <%.*s>"5368msgstr "%sCommit-Ersteller: %.*s <%.*s>"53695370#: builtin/commit.c:8815371msgid "Cannot read index"5372msgstr "Kann Index nicht lesen"53735374#: builtin/commit.c:9385375msgid "Error building trees"5376msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"53775378#: builtin/commit.c:953 builtin/tag.c:2665379#, c-format5380msgid "Please supply the message using either -m or -F option.\n"5381msgstr ""5382"Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n"53835384#: builtin/commit.c:10555385#, c-format5386msgid "--author '%s' is not 'Name <email>' and matches no existing author"5387msgstr ""5388"--author '%s' ist nicht im Format 'Name <E-Mail>' und stimmt mit keinem "5389"vorhandenen Autor überein"53905391#: builtin/commit.c:1070 builtin/commit.c:13105392#, c-format5393msgid "Invalid untracked files mode '%s'"5394msgstr "Ungültiger Modus '%s' für unversionierte Dateien"53955396#: builtin/commit.c:11075397msgid "--long and -z are incompatible"5398msgstr "Die Optionen --long und -z sind inkompatibel."53995400#: builtin/commit.c:11375401msgid "Using both --reset-author and --author does not make sense"5402msgstr ""5403"Die Optionen --reset-author und --author können nicht gemeinsam verwendet "5404"werden."54055406#: builtin/commit.c:11465407msgid "You have nothing to amend."5408msgstr "Sie haben nichts für \"--amend\"."54095410#: builtin/commit.c:11495411msgid "You are in the middle of a merge -- cannot amend."5412msgstr "Ein Merge ist im Gange -- kann \"--amend\" nicht ausführen."54135414#: builtin/commit.c:11515415msgid "You are in the middle of a cherry-pick -- cannot amend."5416msgstr "\"cherry-pick\" ist im Gange -- kann \"--amend\" nicht ausführen."54175418#: builtin/commit.c:11545419msgid "Options --squash and --fixup cannot be used together"5420msgstr ""5421"Die Optionen --squash und --fixup können nicht gemeinsam verwendet werden."54225423#: builtin/commit.c:11645424msgid "Only one of -c/-C/-F/--fixup can be used."5425msgstr "Es kann nur eine Option von -c/-C/-F/--fixup verwendet werden."54265427#: builtin/commit.c:11665428msgid "Option -m cannot be combined with -c/-C/-F/--fixup."5429msgstr "Die Option -m kann nicht mit -c/-C/-F/--fixup kombiniert werden."54305431#: builtin/commit.c:11745432msgid "--reset-author can be used only with -C, -c or --amend."5433msgstr ""5434"Die Option --reset--author kann nur mit -C, -c oder --amend verwendet werden."54355436#: builtin/commit.c:11915437msgid "Only one of --include/--only/--all/--interactive/--patch can be used."5438msgstr ""5439"Es kann nur eine Option von --include/--only/--all/--interactive/--patch "5440"verwendet werden."54415442#: builtin/commit.c:11935443msgid "No paths with --include/--only does not make sense."5444msgstr ""5445"Die Optionen --include und --only können nur mit der Angabe von Pfaden "5446"verwendet werden."54475448#: builtin/commit.c:11955449msgid "Clever... amending the last one with dirty index."5450msgstr "Klug ... den letzten Commit mit einem geänderten Index nachbessern."54515452#: builtin/commit.c:11975453msgid "Explicit paths specified without -i or -o; assuming --only paths..."5454msgstr "Explizite Pfade ohne -i oder -o angegeben; nehme --only an"54555456#: builtin/commit.c:1209 builtin/tag.c:4755457#, c-format5458msgid "Invalid cleanup mode %s"5459msgstr "Ungültiger \"cleanup\" Modus %s"54605461#: builtin/commit.c:12145462msgid "Paths with -a does not make sense."5463msgstr "Die Option -a kann nicht mit der Angabe von Pfaden verwendet werden."54645465#: builtin/commit.c:1324 builtin/commit.c:16055466msgid "show status concisely"5467msgstr "Status im Kurzformat anzeigen"54685469#: builtin/commit.c:1326 builtin/commit.c:16075470msgid "show branch information"5471msgstr "Branchinformationen anzeigen"54725473#: builtin/commit.c:1328 builtin/commit.c:1609 builtin/push.c:5125474#: builtin/worktree.c:4305475msgid "machine-readable output"5476msgstr "maschinenlesbare Ausgabe"54775478#: builtin/commit.c:1331 builtin/commit.c:16115479msgid "show status in long format (default)"5480msgstr "Status im Langformat anzeigen (Standard)"54815482#: builtin/commit.c:1334 builtin/commit.c:16145483msgid "terminate entries with NUL"5484msgstr "Einträge mit NUL-Zeichen abschließen"54855486#: builtin/commit.c:1336 builtin/commit.c:1617 builtin/fast-export.c:9815487#: builtin/fast-export.c:984 builtin/tag.c:3535488msgid "mode"5489msgstr "Modus"54905491#: builtin/commit.c:1337 builtin/commit.c:16175492msgid "show untracked files, optional modes: all, normal, no. (Default: all)"5493msgstr ""5494"unversionierte Dateien anzeigen, optionale Modi: all, normal, no. (Standard: "5495"all)"54965497#: builtin/commit.c:13405498msgid "show ignored files"5499msgstr "ignorierte Dateien anzeigen"55005501#: builtin/commit.c:1341 parse-options.h:1555502msgid "when"5503msgstr "wann"55045505#: builtin/commit.c:13425506msgid ""5507"ignore changes to submodules, optional when: all, dirty, untracked. "5508"(Default: all)"5509msgstr ""5510"Änderungen in Submodulen ignorieren, optional wenn: all, dirty, untracked. "5511"(Standard: all)"55125513#: builtin/commit.c:13445514msgid "list untracked files in columns"5515msgstr "unversionierte Dateien in Spalten auflisten"55165517#: builtin/commit.c:14305518msgid "couldn't look up newly created commit"5519msgstr "Konnte neu erstellten Commit nicht nachschlagen."55205521#: builtin/commit.c:14325522msgid "could not parse newly created commit"5523msgstr "Konnte neulich erstellten Commit nicht analysieren."55245525#: builtin/commit.c:14775526msgid "detached HEAD"5527msgstr "losgelöster HEAD"55285529#: builtin/commit.c:14805530msgid " (root-commit)"5531msgstr " (Basis-Commit)"55325533#: builtin/commit.c:15755534msgid "suppress summary after successful commit"5535msgstr "Zusammenfassung nach erfolgreichem Commit unterdrücken"55365537#: builtin/commit.c:15765538msgid "show diff in commit message template"5539msgstr "Unterschiede in Commit-Beschreibungsvorlage anzeigen"55405541#: builtin/commit.c:15785542msgid "Commit message options"5543msgstr "Optionen für Commit-Beschreibung"55445545#: builtin/commit.c:1579 builtin/tag.c:3515546msgid "read message from file"5547msgstr "Beschreibung von Datei lesen"55485549#: builtin/commit.c:15805550msgid "author"5551msgstr "Autor"55525553#: builtin/commit.c:15805554msgid "override author for commit"5555msgstr "Autor eines Commits überschreiben"55565557#: builtin/commit.c:1581 builtin/gc.c:3265558msgid "date"5559msgstr "Datum"55605561#: builtin/commit.c:15815562msgid "override date for commit"5563msgstr "Datum eines Commits überschreiben"55645565#: builtin/commit.c:1582 builtin/merge.c:218 builtin/notes.c:3955566#: builtin/notes.c:558 builtin/tag.c:3495567msgid "message"5568msgstr "Beschreibung"55695570#: builtin/commit.c:15825571msgid "commit message"5572msgstr "Commit-Beschreibung"55735574#: builtin/commit.c:1583 builtin/commit.c:1584 builtin/commit.c:15855575#: builtin/commit.c:1586 parse-options.h:256 ref-filter.h:795576msgid "commit"5577msgstr "Commit"55785579#: builtin/commit.c:15835580msgid "reuse and edit message from specified commit"5581msgstr "Beschreibung des angegebenen Commits wiederverwenden und editieren"55825583#: builtin/commit.c:15845584msgid "reuse message from specified commit"5585msgstr "Beschreibung des angegebenen Commits wiederverwenden"55865587#: builtin/commit.c:15855588msgid "use autosquash formatted message to fixup specified commit"5589msgstr ""5590"eine automatisch zusammengesetzte Beschreibung zum Nachbessern des "5591"angegebenen Commits verwenden"55925593#: builtin/commit.c:15865594msgid "use autosquash formatted message to squash specified commit"5595msgstr ""5596"eine automatisch zusammengesetzte Beschreibung beim \"squash\" des "5597"angegebenen Commits verwenden"55985599#: builtin/commit.c:15875600msgid "the commit is authored by me now (used with -C/-c/--amend)"5601msgstr "Sie als Autor des Commits setzen (verwendet mit -C/-c/--amend)"56025603#: builtin/commit.c:1588 builtin/log.c:1219 builtin/revert.c:865604msgid "add Signed-off-by:"5605msgstr "'Signed-off-by:'-Zeile hinzufügen"56065607#: builtin/commit.c:15895608msgid "use specified template file"5609msgstr "angegebene Vorlagendatei verwenden"56105611#: builtin/commit.c:15905612msgid "force edit of commit"5613msgstr "Bearbeitung des Commits erzwingen"56145615#: builtin/commit.c:15915616msgid "default"5617msgstr "Standard"56185619#: builtin/commit.c:1591 builtin/tag.c:3545620msgid "how to strip spaces and #comments from message"5621msgstr ""5622"wie Leerzeichen und #Kommentare von der Beschreibung getrennt werden sollen"56235624#: builtin/commit.c:15925625msgid "include status in commit message template"5626msgstr "Status in die Commit-Beschreibungsvorlage einfügen"56275628#: builtin/commit.c:1594 builtin/merge.c:226 builtin/pull.c:1605629#: builtin/revert.c:935630msgid "GPG sign commit"5631msgstr "Commit mit GPG signieren"56325633#: builtin/commit.c:15975634msgid "Commit contents options"5635msgstr "Optionen für Commit-Inhalt"56365637#: builtin/commit.c:15985638msgid "commit all changed files"5639msgstr "alle geänderten Dateien committen"56405641#: builtin/commit.c:15995642msgid "add specified files to index for commit"5643msgstr "die angegebenen Dateien zusätzlich zum Commit vormerken"56445645#: builtin/commit.c:16005646msgid "interactively add files"5647msgstr "interaktives Hinzufügen von Dateien"56485649#: builtin/commit.c:16015650msgid "interactively add changes"5651msgstr "interaktives Hinzufügen von Änderungen"56525653#: builtin/commit.c:16025654msgid "commit only specified files"5655msgstr "nur die angegebenen Dateien committen"56565657#: builtin/commit.c:16035658msgid "bypass pre-commit hook"5659msgstr "\"pre-commit hook\" umgehen"56605661#: builtin/commit.c:16045662msgid "show what would be committed"5663msgstr "anzeigen, was committet werden würde"56645665#: builtin/commit.c:16155666msgid "amend previous commit"5667msgstr "vorherigen Commit ändern"56685669#: builtin/commit.c:16165670msgid "bypass post-rewrite hook"5671msgstr "\"post-rewrite hook\" umgehen"56725673#: builtin/commit.c:16215674msgid "ok to record an empty change"5675msgstr "Aufzeichnung einer leeren Änderung erlauben"56765677#: builtin/commit.c:16235678msgid "ok to record a change with an empty message"5679msgstr "Aufzeichnung einer Änderung mit einer leeren Beschreibung erlauben"56805681#: builtin/commit.c:16525682msgid "could not parse HEAD commit"5683msgstr "Konnte Commit von HEAD nicht analysieren."56845685#: builtin/commit.c:16985686#, c-format5687msgid "Corrupt MERGE_HEAD file (%s)"5688msgstr "Beschädigte MERGE_HEAD-Datei (%s)"56895690#: builtin/commit.c:17055691msgid "could not read MERGE_MODE"5692msgstr "Konnte MERGE_MODE nicht lesen"56935694#: builtin/commit.c:17245695#, c-format5696msgid "could not read commit message: %s"5697msgstr "Konnte Commit-Beschreibung nicht lesen: %s"56985699#: builtin/commit.c:17355700#, c-format5701msgid "Aborting commit; you did not edit the message.\n"5702msgstr "Commit abgebrochen; Sie haben die Beschreibung nicht editiert.\n"57035704#: builtin/commit.c:17405705#, c-format5706msgid "Aborting commit due to empty commit message.\n"5707msgstr "Commit aufgrund leerer Beschreibung abgebrochen.\n"57085709#: builtin/commit.c:17885710msgid ""5711"Repository has been updated, but unable to write\n"5712"new_index file. Check that disk is not full and quota is\n"5713"not exceeded, and then \"git reset HEAD\" to recover."5714msgstr ""5715"Das Repository wurde aktualisiert, aber die \"new_index\"-Datei\n"5716"konnte nicht geschrieben werden. Prüfen Sie, dass Ihre Festplatte nicht\n"5717"voll und Ihr Kontingent nicht aufgebraucht ist und führen Sie\n"5718"anschließend \"git reset HEAD\" zu Wiederherstellung aus."57195720#: builtin/config.c:95721msgid "git config [<options>]"5722msgstr "git config [<Optionen>]"57235724#: builtin/config.c:565725msgid "Config file location"5726msgstr "Ort der Konfigurationsdatei"57275728#: builtin/config.c:575729msgid "use global config file"5730msgstr "globale Konfigurationsdatei verwenden"57315732#: builtin/config.c:585733msgid "use system config file"5734msgstr "systemweite Konfigurationsdatei verwenden"57355736#: builtin/config.c:595737msgid "use repository config file"5738msgstr "Konfigurationsdatei des Repositories verwenden"57395740#: builtin/config.c:605741msgid "use given config file"5742msgstr "die angegebene Konfigurationsdatei verwenden"57435744#: builtin/config.c:615745msgid "blob-id"5746msgstr "Blob-Id"57475748#: builtin/config.c:615749msgid "read config from given blob object"5750msgstr "Konfiguration von angegebenem Blob-Objekt lesen"57515752#: builtin/config.c:625753msgid "Action"5754msgstr "Aktion"57555756#: builtin/config.c:635757msgid "get value: name [value-regex]"5758msgstr "Wert zurückgeben: Name [Wert-regex]"57595760#: builtin/config.c:645761msgid "get all values: key [value-regex]"5762msgstr "alle Werte zurückgeben: Schlüssel [Wert-regex]"57635764#: builtin/config.c:655765msgid "get values for regexp: name-regex [value-regex]"5766msgstr "Werte für den regulären Ausdruck zurückgeben: Name-regex [Wert-regex]"57675768#: builtin/config.c:665769msgid "get value specific for the URL: section[.var] URL"5770msgstr "Wert spezifisch für eine URL zurückgeben: section[.var] URL"57715772#: builtin/config.c:675773msgid "replace all matching variables: name value [value_regex]"5774msgstr "alle passenden Variablen ersetzen: Name Wert [Wert-regex] "57755776#: builtin/config.c:685777msgid "add a new variable: name value"5778msgstr "neue Variable hinzufügen: Name Wert"57795780#: builtin/config.c:695781msgid "remove a variable: name [value-regex]"5782msgstr "eine Variable entfernen: Name [Wert-regex]"57835784#: builtin/config.c:705785msgid "remove all matches: name [value-regex]"5786msgstr "alle Übereinstimmungen entfernen: Name [Wert-regex]"57875788#: builtin/config.c:715789msgid "rename section: old-name new-name"5790msgstr "eine Sektion umbenennen: alter-Name neuer-Name"57915792#: builtin/config.c:725793msgid "remove a section: name"5794msgstr "eine Sektion entfernen: Name"57955796#: builtin/config.c:735797msgid "list all"5798msgstr "alles auflisten"57995800#: builtin/config.c:745801msgid "open an editor"5802msgstr "einen Editor öffnen"58035804#: builtin/config.c:755805msgid "find the color configured: slot [default]"5806msgstr "die konfigurierte Farbe finden: Slot [Standard]"58075808#: builtin/config.c:765809msgid "find the color setting: slot [stdout-is-tty]"5810msgstr "die Farbeinstellung finden: Slot [Standard-Ausgabe-ist-Terminal]"58115812#: builtin/config.c:775813msgid "Type"5814msgstr "Typ"58155816#: builtin/config.c:785817msgid "value is \"true\" or \"false\""5818msgstr "Wert ist \"true\" oder \"false\""58195820#: builtin/config.c:795821msgid "value is decimal number"5822msgstr "Wert ist eine Dezimalzahl"58235824#: builtin/config.c:805825msgid "value is --bool or --int"5826msgstr "Wert ist --bool oder --int"58275828#: builtin/config.c:815829msgid "value is a path (file or directory name)"5830msgstr "Wert ist ein Pfad (Datei oder Verzeichnisname)"58315832#: builtin/config.c:825833msgid "Other"5834msgstr "Sonstiges"58355836#: builtin/config.c:835837msgid "terminate values with NUL byte"5838msgstr "schließt Werte mit NUL-Byte ab"58395840#: builtin/config.c:845841msgid "show variable names only"5842msgstr "nur Variablennamen anzeigen"58435844#: builtin/config.c:855845msgid "respect include directives on lookup"5846msgstr "beachtet \"include\"-Direktiven beim Nachschlagen"58475848#: builtin/config.c:865849msgid "show origin of config (file, standard input, blob, command line)"5850msgstr ""5851"Ursprung der Konfiguration anzeigen (Datei, Standard-Eingabe, Blob, "5852"Befehlszeile)"58535854#: builtin/config.c:3285855msgid "unable to parse default color value"5856msgstr "konnte Standard-Farbwert nicht parsen"58575858#: builtin/config.c:4695859#, c-format5860msgid ""5861"# This is Git's per-user configuration file.\n"5862"[user]\n"5863"# Please adapt and uncomment the following lines:\n"5864"#\tname = %s\n"5865"#\temail = %s\n"5866msgstr ""5867"# Das ist Git's benutzerspezifische Konfiguraionsdatei.\n"5868"[user]\n"5869"# Bitte passen Sie die folgenden Zeilen an und kommentieren Sie diese aus:\n"5870"#\tname = %s\n"5871"#\temail = %s\n"58725873#: builtin/config.c:6115874#, c-format5875msgid "cannot create configuration file %s"5876msgstr "Konnte Konfigurationsdatei '%s' nicht erstellen."58775878#: builtin/count-objects.c:775879msgid "git count-objects [-v] [-H | --human-readable]"5880msgstr "git count-objects [-v] [-H | --human-readable]"58815882#: builtin/count-objects.c:875883msgid "print sizes in human readable format"5884msgstr "gibt Größenangaben in menschenlesbaren Format aus"58855886#: builtin/describe.c:175887msgid "git describe [<options>] [<commit-ish>...]"5888msgstr "git describe [<Optionen>] [<Commit-Angabe>...]"58895890#: builtin/describe.c:185891msgid "git describe [<options>] --dirty"5892msgstr "git describe [<Optionen>] --dirty"58935894#: builtin/describe.c:2175895#, c-format5896msgid "annotated tag %s not available"5897msgstr "annotiertes Tag %s ist nicht verfügbar"58985899#: builtin/describe.c:2215900#, c-format5901msgid "annotated tag %s has no embedded name"5902msgstr "annotiertes Tag %s hat keinen eingebetteten Namen"59035904#: builtin/describe.c:2235905#, c-format5906msgid "tag '%s' is really '%s' here"5907msgstr "Tag '%s' ist eigentlich '%s' hier"59085909#: builtin/describe.c:250 builtin/log.c:4595910#, c-format5911msgid "Not a valid object name %s"5912msgstr "%s ist kein gültiger Objekt-Name"59135914#: builtin/describe.c:2535915#, c-format5916msgid "%s is not a valid '%s' object"5917msgstr "%s ist kein gültiges '%s' Objekt"59185919#: builtin/describe.c:2705920#, c-format5921msgid "no tag exactly matches '%s'"5922msgstr "kein Tag entspricht exakt '%s'"59235924#: builtin/describe.c:2725925#, c-format5926msgid "searching to describe %s\n"5927msgstr "suche zur Beschreibung von %s\n"59285929#: builtin/describe.c:3195930#, c-format5931msgid "finished search at %s\n"5932msgstr "beendete Suche bei %s\n"59335934#: builtin/describe.c:3465935#, c-format5936msgid ""5937"No annotated tags can describe '%s'.\n"5938"However, there were unannotated tags: try --tags."5939msgstr ""5940"Keine annotierten Tags können '%s' beschreiben.\n"5941"Jedoch gab es nicht-annotierte Tags: versuchen Sie --tags."59425943#: builtin/describe.c:3505944#, c-format5945msgid ""5946"No tags can describe '%s'.\n"5947"Try --always, or create some tags."5948msgstr ""5949"Keine Tags können '%s' beschreiben.\n"5950"Versuchen Sie --always oder erstellen Sie einige Tags."59515952#: builtin/describe.c:3715953#, c-format5954msgid "traversed %lu commits\n"5955msgstr "%lu Commits durchlaufen\n"59565957#: builtin/describe.c:3745958#, c-format5959msgid ""5960"more than %i tags found; listed %i most recent\n"5961"gave up search at %s\n"5962msgstr ""5963"mehr als %i Tags gefunden; Führe die ersten %i auf\n"5964"Suche bei %s aufgegeben\n"59655966#: builtin/describe.c:3965967msgid "find the tag that comes after the commit"5968msgstr "das Tag finden, das nach dem Commit kommt"59695970#: builtin/describe.c:3975971msgid "debug search strategy on stderr"5972msgstr "die Suchstrategie in der Standard-Fehlerausgabe protokollieren"59735974#: builtin/describe.c:3985975msgid "use any ref"5976msgstr "alle Referenzen verwenden"59775978#: builtin/describe.c:3995979msgid "use any tag, even unannotated"5980msgstr "jedes Tag verwenden, auch nicht-annotierte"59815982#: builtin/describe.c:4005983msgid "always use long format"5984msgstr "immer langes Format verwenden"59855986#: builtin/describe.c:4015987msgid "only follow first parent"5988msgstr "nur erstem Elternteil folgen"59895990#: builtin/describe.c:4045991msgid "only output exact matches"5992msgstr "nur exakte Übereinstimmungen ausgeben"59935994#: builtin/describe.c:4065995msgid "consider <n> most recent tags (default: 10)"5996msgstr "die jüngsten <n> Tags betrachten (Standard: 10)"59975998#: builtin/describe.c:4085999msgid "only consider tags matching <pattern>"6000msgstr "nur Tags, die <Muster> entsprechen, betrachten"60016002#: builtin/describe.c:410 builtin/name-rev.c:3146003msgid "show abbreviated commit object as fallback"6004msgstr "gekürztes Commit-Objekt anzeigen, wenn sonst nichts zutrifft"60056006#: builtin/describe.c:4116007msgid "mark"6008msgstr "Kennzeichen"60096010#: builtin/describe.c:4126011msgid "append <mark> on dirty working tree (default: \"-dirty\")"6012msgstr ""6013"<Kennzeichen> bei geändertem Arbeitsverzeichnis hinzufügen (Standard: \"-"6014"dirty\")"60156016#: builtin/describe.c:4306017msgid "--long is incompatible with --abbrev=0"6018msgstr "Die Optionen --long und --abbrev=0 sind inkompatibel."60196020#: builtin/describe.c:4566021msgid "No names found, cannot describe anything."6022msgstr "Keine Namen gefunden, kann nichts beschreiben."60236024#: builtin/describe.c:4766025msgid "--dirty is incompatible with commit-ishes"6026msgstr "Die Option --dirty kann nicht mit Commits verwendet werden."60276028#: builtin/diff.c:866029#, c-format6030msgid "'%s': not a regular file or symlink"6031msgstr "'%s': keine reguläre Datei oder symbolische Verknüpfung"60326033#: builtin/diff.c:2376034#, c-format6035msgid "invalid option: %s"6036msgstr "Ungültige Option: %s"60376038#: builtin/diff.c:3586039msgid "Not a git repository"6040msgstr "Kein Git-Repository"60416042#: builtin/diff.c:4016043#, c-format6044msgid "invalid object '%s' given."6045msgstr "Objekt '%s' ist ungültig."60466047#: builtin/diff.c:4106048#, c-format6049msgid "more than two blobs given: '%s'"6050msgstr "Mehr als zwei Blobs angegeben: '%s'"60516052#: builtin/diff.c:4176053#, c-format6054msgid "unhandled object '%s' given."6055msgstr "unbehandeltes Objekt '%s' angegeben"60566057#: builtin/fast-export.c:256058msgid "git fast-export [rev-list-opts]"6059msgstr "git fast-export [rev-list-opts]"60606061#: builtin/fast-export.c:9806062msgid "show progress after <n> objects"6063msgstr "Fortschritt nach <n> Objekten anzeigen"60646065#: builtin/fast-export.c:9826066msgid "select handling of signed tags"6067msgstr "Behandlung von signierten Tags wählen"60686069#: builtin/fast-export.c:9856070msgid "select handling of tags that tag filtered objects"6071msgstr "Behandlung von Tags wählen, die gefilterte Objekte markieren"60726073#: builtin/fast-export.c:9886074msgid "Dump marks to this file"6075msgstr "Kennzeichen in diese Datei schreiben"60766077#: builtin/fast-export.c:9906078msgid "Import marks from this file"6079msgstr "Kennzeichen von dieser Datei importieren"60806081#: builtin/fast-export.c:9926082msgid "Fake a tagger when tags lack one"6083msgstr "künstlich einen Tag-Ersteller erzeugen, wenn das Tag keinen hat"60846085#: builtin/fast-export.c:9946086msgid "Output full tree for each commit"6087msgstr "für jeden Commit das gesamte Verzeichnis ausgeben"60886089#: builtin/fast-export.c:9966090msgid "Use the done feature to terminate the stream"6091msgstr "die \"done\"-Funktion benutzen, um den Datenstrom abzuschließen"60926093#: builtin/fast-export.c:9976094msgid "Skip output of blob data"6095msgstr "Ausgabe von Blob-Daten überspringen"60966097#: builtin/fast-export.c:9986098msgid "refspec"6099msgstr "Refspec"61006101#: builtin/fast-export.c:9996102msgid "Apply refspec to exported refs"6103msgstr "Refspec auf exportierte Referenzen anwenden"61046105#: builtin/fast-export.c:10006106msgid "anonymize output"6107msgstr "Ausgabe anonymisieren"61086109#: builtin/fetch.c:206110msgid "git fetch [<options>] [<repository> [<refspec>...]]"6111msgstr "git fetch [<Optionen>] [<Repository> [<Refspec>...]]"61126113#: builtin/fetch.c:216114msgid "git fetch [<options>] <group>"6115msgstr "git fetch [<Optionen>] <Gruppe>"61166117#: builtin/fetch.c:226118msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"6119msgstr "git fetch --multiple [<Optionen>] [(<Repository> | <Gruppe>)...]"61206121#: builtin/fetch.c:236122msgid "git fetch --all [<options>]"6123msgstr "git fetch --all [<Optionen>]"61246125#: builtin/fetch.c:92 builtin/pull.c:1666126msgid "fetch from all remotes"6127msgstr "fordert von allen Remote-Repositories an"61286129#: builtin/fetch.c:94 builtin/pull.c:1696130msgid "append to .git/FETCH_HEAD instead of overwriting"6131msgstr "an .git/FETCH_HEAD anhängen, anstatt zu überschreiben"61326133#: builtin/fetch.c:96 builtin/pull.c:1726134msgid "path to upload pack on remote end"6135msgstr "Pfad des Programms zum Hochladen von Paketen auf der Gegenseite"61366137#: builtin/fetch.c:97 builtin/pull.c:1746138msgid "force overwrite of local branch"6139msgstr "das Überschreiben von lokalen Branches erzwingen"61406141#: builtin/fetch.c:996142msgid "fetch from multiple remotes"6143msgstr "von mehreren Remote-Repositories anfordern"61446145#: builtin/fetch.c:101 builtin/pull.c:1766146msgid "fetch all tags and associated objects"6147msgstr "alle Tags und verbundene Objekte anfordern"61486149#: builtin/fetch.c:1036150msgid "do not fetch all tags (--no-tags)"6151msgstr "nicht alle Tags anfordern (--no-tags)"61526153#: builtin/fetch.c:1056154msgid "number of submodules fetched in parallel"6155msgstr "Anzahl der parallel anzufordernden Submodule"61566157#: builtin/fetch.c:107 builtin/pull.c:1796158msgid "prune remote-tracking branches no longer on remote"6159msgstr ""6160"Remote-Tracking-Branches entfernen, die sich nicht mehr im Remote-Repository "6161"befinden"61626163#: builtin/fetch.c:108 builtin/pull.c:1826164msgid "on-demand"6165msgstr "bei-Bedarf"61666167#: builtin/fetch.c:109 builtin/pull.c:1836168msgid "control recursive fetching of submodules"6169msgstr "rekursive Anforderungen von Submodulen kontrollieren"61706171#: builtin/fetch.c:113 builtin/pull.c:1916172msgid "keep downloaded pack"6173msgstr "heruntergeladenes Paket behalten"61746175#: builtin/fetch.c:1156176msgid "allow updating of HEAD ref"6177msgstr "Aktualisierung der \"HEAD\"-Referenz erlauben"61786179#: builtin/fetch.c:118 builtin/pull.c:1946180msgid "deepen history of shallow clone"6181msgstr ""6182"die Historie eines Klons mit unvollständiger Historie (shallow) vertiefen"61836184#: builtin/fetch.c:120 builtin/pull.c:1976185msgid "convert to a complete repository"6186msgstr "zu einem vollständigen Repository konvertieren"61876188#: builtin/fetch.c:122 builtin/log.c:12366189msgid "dir"6190msgstr "Verzeichnis"61916192#: builtin/fetch.c:1236193msgid "prepend this to submodule path output"6194msgstr "dies an die Ausgabe der Submodul-Pfade voranstellen"61956196#: builtin/fetch.c:1266197msgid "default mode for recursion"6198msgstr "Standard-Modus für Rekursion"61996200#: builtin/fetch.c:128 builtin/pull.c:2006201msgid "accept refs that update .git/shallow"6202msgstr "Referenzen, die .git/shallow aktualisieren, akzeptieren"62036204#: builtin/fetch.c:129 builtin/pull.c:2026205msgid "refmap"6206msgstr "Refmap"62076208#: builtin/fetch.c:130 builtin/pull.c:2036209msgid "specify fetch refmap"6210msgstr "Refmap für 'fetch' angeben"62116212#: builtin/fetch.c:3866213msgid "Couldn't find remote ref HEAD"6214msgstr "Konnte Remote-Referenz von HEAD nicht finden."62156216#: builtin/fetch.c:4666217#, c-format6218msgid "object %s not found"6219msgstr "Objekt %s nicht gefunden"62206221#: builtin/fetch.c:4716222msgid "[up to date]"6223msgstr "[aktuell]"62246225#: builtin/fetch.c:4856226#, c-format6227msgid "! %-*s %-*s -> %s (can't fetch in current branch)"6228msgstr ""6229"! %-*s %-*s -> %s (kann \"fetch\" im aktuellen Branch nicht ausführen)"62306231#: builtin/fetch.c:486 builtin/fetch.c:5746232msgid "[rejected]"6233msgstr "[zurückgewiesen]"62346235#: builtin/fetch.c:4976236msgid "[tag update]"6237msgstr "[Tag Aktualisierung]"62386239#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:5526240msgid " (unable to update local ref)"6241msgstr " (kann lokale Referenz nicht aktualisieren)"62426243#: builtin/fetch.c:5176244msgid "[new tag]"6245msgstr "[neues Tag]"62466247#: builtin/fetch.c:5206248msgid "[new branch]"6249msgstr "[neuer Branch]"62506251#: builtin/fetch.c:5236252msgid "[new ref]"6253msgstr "[neue Referenz]"62546255#: builtin/fetch.c:5696256msgid "unable to update local ref"6257msgstr "kann lokale Referenz nicht aktualisieren"62586259#: builtin/fetch.c:5696260msgid "forced update"6261msgstr "Aktualisierung erzwungen"62626263#: builtin/fetch.c:5766264msgid "(non-fast-forward)"6265msgstr "(kein Vorspulen)"62666267#: builtin/fetch.c:610 builtin/fetch.c:8516268#, c-format6269msgid "cannot open %s: %s\n"6270msgstr "kann %s nicht öffnen: %s\n"62716272#: builtin/fetch.c:6196273#, c-format6274msgid "%s did not send all necessary objects\n"6275msgstr "%s hat nicht alle erforderlichen Objekte gesendet\n"62766277#: builtin/fetch.c:6376278#, c-format6279msgid "reject %s because shallow roots are not allowed to be updated"6280msgstr ""6281"%s wurde zurückgewiesen, da Ursprungs-Commits von Repositoriesmit "6282"unvollständiger Historie (shallow) nicht aktualisiert werden dürfen."62836284#: builtin/fetch.c:724 builtin/fetch.c:8166285#, c-format6286msgid "From %.*s\n"6287msgstr "Von %.*s\n"62886289#: builtin/fetch.c:7356290#, c-format6291msgid ""6292"some local refs could not be updated; try running\n"6293" 'git remote prune %s' to remove any old, conflicting branches"6294msgstr ""6295"Einige lokale Referenzen konnten nicht aktualisiert werden; versuchen Sie\n"6296"'git remote prune %s', um jeden älteren, widersprüchlichen Branch zu löschen."62976298#: builtin/fetch.c:7876299#, c-format6300msgid " (%s will become dangling)"6301msgstr " (%s wird unreferenziert)"63026303#: builtin/fetch.c:7886304#, c-format6305msgid " (%s has become dangling)"6306msgstr " (%s wurde unreferenziert)"63076308#: builtin/fetch.c:8206309msgid "[deleted]"6310msgstr "[gelöscht]"63116312#: builtin/fetch.c:821 builtin/remote.c:10256313msgid "(none)"6314msgstr "(nichts)"63156316#: builtin/fetch.c:8416317#, c-format6318msgid "Refusing to fetch into current branch %s of non-bare repository"6319msgstr ""6320"Der \"fetch\" in den aktuellen Branch %s von einem nicht-Bare-Repository "6321"wurde verweigert."63226323#: builtin/fetch.c:8606324#, c-format6325msgid "Option \"%s\" value \"%s\" is not valid for %s"6326msgstr "Option \"%s\" Wert \"%s\" ist nicht gültig für %s"63276328#: builtin/fetch.c:8636329#, c-format6330msgid "Option \"%s\" is ignored for %s\n"6331msgstr "Option \"%s\" wird ignoriert für %s\n"63326333#: builtin/fetch.c:9206334#, c-format6335msgid "Don't know how to fetch from %s"6336msgstr "Weiß nicht wie von %s angefordert wird."63376338#: builtin/fetch.c:10806339#, c-format6340msgid "Fetching %s\n"6341msgstr "Fordere an von %s\n"63426343#: builtin/fetch.c:1082 builtin/remote.c:966344#, c-format6345msgid "Could not fetch %s"6346msgstr "Konnte nicht von %s anfordern"63476348#: builtin/fetch.c:11006349msgid ""6350"No remote repository specified. Please, specify either a URL or a\n"6351"remote name from which new revisions should be fetched."6352msgstr ""6353"Kein Remote-Repository angegeben. Bitte geben Sie entweder eine URL\n"6354"oder den Namen des Remote-Repositories an, von welchem neue\n"6355"Commits angefordert werden sollen."63566357#: builtin/fetch.c:11236358msgid "You need to specify a tag name."6359msgstr "Sie müssen den Namen des Tags angeben."63606361#: builtin/fetch.c:11656362msgid "--depth and --unshallow cannot be used together"6363msgstr ""6364"Die Optionen --depth und --unshallow können nicht gemeinsam verwendet werden."63656366#: builtin/fetch.c:11676367msgid "--unshallow on a complete repository does not make sense"6368msgstr ""6369"Die Option --unshallow kann nicht in einem Repository mit unvollständiger "6370"Historie verwendet werden."63716372#: builtin/fetch.c:11876373msgid "fetch --all does not take a repository argument"6374msgstr "fetch --all akzeptiert kein Repository als Argument"63756376#: builtin/fetch.c:11896377msgid "fetch --all does not make sense with refspecs"6378msgstr "fetch --all kann nicht mit Refspecs verwendet werden."63796380#: builtin/fetch.c:12006381#, c-format6382msgid "No such remote or remote group: %s"6383msgstr "Kein Remote-Repository (einzeln oder Gruppe): %s"63846385#: builtin/fetch.c:12086386msgid "Fetching a group and specifying refspecs does not make sense"6387msgstr ""6388"Das Abholen einer Gruppe von Remote-Repositories kann nicht mit der Angabe\n"6389"von Refspecs verwendet werden."63906391#: builtin/fmt-merge-msg.c:146392msgid ""6393"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"6394msgstr ""6395"git fmt-merge-msg [-m <Beschreibung>] [--log[=<n>] | --no-log] [--file "6396"<Datei>]"63976398#: builtin/fmt-merge-msg.c:6676399msgid "populate log with at most <n> entries from shortlog"6400msgstr "Historie mit höchstens <n> Einträgen von \"shortlog\" hinzufügen"64016402#: builtin/fmt-merge-msg.c:6706403msgid "alias for --log (deprecated)"6404msgstr "Alias für --log (veraltet)"64056406#: builtin/fmt-merge-msg.c:6736407msgid "text"6408msgstr "Text"64096410#: builtin/fmt-merge-msg.c:6746411msgid "use <text> as start of message"6412msgstr "<Text> als Beschreibungsanfang verwenden"64136414#: builtin/fmt-merge-msg.c:6756415msgid "file to read from"6416msgstr "Datei zum Einlesen"64176418#: builtin/for-each-ref.c:96419msgid "git for-each-ref [<options>] [<pattern>]"6420msgstr "git for-each-ref [<Optionen>] [<Muster>]"64216422#: builtin/for-each-ref.c:106423msgid "git for-each-ref [--points-at <object>]"6424msgstr "git for-each-ref [--points-at <Objekt>]"64256426#: builtin/for-each-ref.c:116427msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"6428msgstr "git for-each-ref [(--merged | --no-merged) [<Objekt>]]"64296430#: builtin/for-each-ref.c:126431msgid "git for-each-ref [--contains [<object>]]"6432msgstr "git for-each-ref [--contains [<Objekt>]]"64336434#: builtin/for-each-ref.c:276435msgid "quote placeholders suitably for shells"6436msgstr "Platzhalter als Shell-String formatieren"64376438#: builtin/for-each-ref.c:296439msgid "quote placeholders suitably for perl"6440msgstr "Platzhalter als Perl-String formatieren"64416442#: builtin/for-each-ref.c:316443msgid "quote placeholders suitably for python"6444msgstr "Platzhalter als Python-String formatieren"64456446#: builtin/for-each-ref.c:336447msgid "quote placeholders suitably for Tcl"6448msgstr "Platzhalter als Tcl-String formatieren"64496450#: builtin/for-each-ref.c:366451msgid "show only <n> matched refs"6452msgstr "nur <n> passende Referenzen anzeigen"64536454#: builtin/for-each-ref.c:37 builtin/tag.c:3726455msgid "format to use for the output"6456msgstr "für die Ausgabe zu verwendendes Format"64576458#: builtin/for-each-ref.c:416459msgid "print only refs which points at the given object"6460msgstr "nur auf dieses Objekt zeigende Referenzen ausgeben"64616462#: builtin/for-each-ref.c:436463msgid "print only refs that are merged"6464msgstr "nur zusammengeführte Referenzen ausgeben"64656466#: builtin/for-each-ref.c:446467msgid "print only refs that are not merged"6468msgstr "nur nicht zusammengeführte Referenzen ausgeben"64696470#: builtin/for-each-ref.c:456471msgid "print only refs which contain the commit"6472msgstr "nur Referenzen ausgeben, die diesen Commit enthalten"64736474#: builtin/fsck.c:156 builtin/prune.c:1406475msgid "Checking connectivity"6476msgstr "Prüfe Konnektivität"64776478#: builtin/fsck.c:4866479msgid "Checking object directories"6480msgstr "Prüfe Objekt-Verzeichnisse"64816482#: builtin/fsck.c:5536483msgid "git fsck [<options>] [<object>...]"6484msgstr "git fsck [<Optionen>] [<Objekt>...]"64856486#: builtin/fsck.c:5596487msgid "show unreachable objects"6488msgstr "unerreichbare Objekte anzeigen"64896490#: builtin/fsck.c:5606491msgid "show dangling objects"6492msgstr "unreferenzierte Objekte anzeigen"64936494#: builtin/fsck.c:5616495msgid "report tags"6496msgstr "Tags melden"64976498#: builtin/fsck.c:5626499msgid "report root nodes"6500msgstr "Hauptwurzeln melden"65016502#: builtin/fsck.c:5636503msgid "make index objects head nodes"6504msgstr "Index-Objekte in Erreichbarkeitsprüfung einbeziehen"65056506#: builtin/fsck.c:5646507msgid "make reflogs head nodes (default)"6508msgstr "Reflogs in Erreichbarkeitsprüfung einbeziehen (Standard)"65096510#: builtin/fsck.c:5656511msgid "also consider packs and alternate objects"6512msgstr "ebenso Pakete und alternative Objekte betrachten"65136514#: builtin/fsck.c:5666515msgid "check only connectivity"6516msgstr "nur Konnektivität prüfen"65176518#: builtin/fsck.c:5676519msgid "enable more strict checking"6520msgstr "genauere Prüfung aktivieren"65216522#: builtin/fsck.c:5696523msgid "write dangling objects in .git/lost-found"6524msgstr "unreferenzierte Objekte nach .git/lost-found schreiben"65256526#: builtin/fsck.c:570 builtin/prune.c:1076527msgid "show progress"6528msgstr "Fortschrittsanzeige anzeigen"65296530#: builtin/fsck.c:6316531msgid "Checking objects"6532msgstr "Prüfe Objekte"65336534#: builtin/gc.c:256535msgid "git gc [<options>]"6536msgstr "git gc [<Optionen>]"65376538#: builtin/gc.c:726539#, c-format6540msgid "Invalid %s: '%s'"6541msgstr "Ungültiger %s: '%s'"65426543#: builtin/gc.c:1396544#, c-format6545msgid "insanely long object directory %.*s"6546msgstr "zu langes Objekt-Verzeichnis %.*s"65476548#: builtin/gc.c:2906549#, c-format6550msgid ""6551"The last gc run reported the following. Please correct the root cause\n"6552"and remove %s.\n"6553"Automatic cleanup will not be performed until the file is removed.\n"6554"\n"6555"%s"6556msgstr ""6557"Die letzte Ausführung von \"gc run\" enthielt die folgenden Meldungen.\n"6558"Bitte beheben Sie das Hauptproblem und löschen Sie %s.\n"6559"Ein automatischer Cleanup wird nicht ausgeführt, bis diese Datei entfernt\n"6560"wurde.\n"6561"\n"6562"%s"65636564#: builtin/gc.c:3276565msgid "prune unreferenced objects"6566msgstr "unreferenzierte Objekte entfernen"65676568#: builtin/gc.c:3296569msgid "be more thorough (increased runtime)"6570msgstr "mehr Gründlichkeit (erhöht Laufzeit)"65716572#: builtin/gc.c:3306573msgid "enable auto-gc mode"6574msgstr "\"auto-gc\" Modus aktivieren"65756576#: builtin/gc.c:3316577msgid "force running gc even if there may be another gc running"6578msgstr ""6579"Ausführung von \"git gc\" erwzingen, selbst wenn ein anderes\n"6580"\"git gc\" bereits ausgeführt wird"65816582#: builtin/gc.c:3736583#, c-format6584msgid "Auto packing the repository in background for optimum performance.\n"6585msgstr ""6586"Die Datenbank des Repositories wird für eine optimale Performance im\n"6587"Hintergrund komprimiert.\n"65886589#: builtin/gc.c:3756590#, c-format6591msgid "Auto packing the repository for optimum performance.\n"6592msgstr ""6593"Die Datenbank des Projektarchivs wird für eine optimale Performance "6594"komprimiert.\n"65956596#: builtin/gc.c:3766597#, c-format6598msgid "See \"git help gc\" for manual housekeeping.\n"6599msgstr "Siehe \"git help gc\" für manuelles Aufräumen.\n"66006601#: builtin/gc.c:3976602#, c-format6603msgid ""6604"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"6605msgstr ""6606"\"git gc\" wird bereits auf Maschine '%s' pid %<PRIuMAX> ausgeführt\n"6607"(benutzen Sie --force falls nicht)"66086609#: builtin/gc.c:4416610msgid ""6611"There are too many unreachable loose objects; run 'git prune' to remove them."6612msgstr ""6613"Es gibt zu viele unerreichbare lose Objekte; führen Sie 'git prune' aus, um "6614"diese zu löschen."66156616#: builtin/grep.c:236617msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"6618msgstr "git grep [<Optionen>] [-e] <Muster> [<Commit>...] [[--] <Pfad>...]"66196620#: builtin/grep.c:2196621#, c-format6622msgid "grep: failed to create thread: %s"6623msgstr "grep: Fehler beim Erzeugen eines Thread: %s"66246625#: builtin/grep.c:2776626#, c-format6627msgid "invalid number of threads specified (%d) for %s"6628msgstr "ungültige Anzahl von Threads (%d) für %s angegeben"66296630#: builtin/grep.c:452 builtin/grep.c:4876631#, c-format6632msgid "unable to read tree (%s)"6633msgstr "konnte \"Tree\"-Objekt (%s) nicht lesen"66346635#: builtin/grep.c:5026636#, c-format6637msgid "unable to grep from object of type %s"6638msgstr "kann \"grep\" nicht mit Objekten des Typs %s durchführen"66396640#: builtin/grep.c:5586641#, c-format6642msgid "switch `%c' expects a numerical value"6643msgstr "Schalter '%c' erwartet einen numerischen Wert"66446645#: builtin/grep.c:5756646#, c-format6647msgid "cannot open '%s'"6648msgstr "kann '%s' nicht öffnen"66496650#: builtin/grep.c:6446651msgid "search in index instead of in the work tree"6652msgstr "im Index anstatt im Arbeitsverzeichnis suchen"66536654#: builtin/grep.c:6466655msgid "find in contents not managed by git"6656msgstr "auch in Inhalten finden, die nicht von Git verwaltet werden"66576658#: builtin/grep.c:6486659msgid "search in both tracked and untracked files"6660msgstr "in versionierten und unversionierten Dateien suchen"66616662#: builtin/grep.c:6506663msgid "ignore files specified via '.gitignore'"6664msgstr "Dateien, die über '.gitignore' angegeben sind, ignorieren"66656666#: builtin/grep.c:6536667msgid "show non-matching lines"6668msgstr "Zeilen ohne Übereinstimmungen anzeigen"66696670#: builtin/grep.c:6556671msgid "case insensitive matching"6672msgstr "Übereinstimmungen unabhängig von Groß- und Kleinschreibung finden"66736674#: builtin/grep.c:6576675msgid "match patterns only at word boundaries"6676msgstr "nur ganze Wörter suchen"66776678#: builtin/grep.c:6596679msgid "process binary files as text"6680msgstr "binäre Dateien als Text verarbeiten"66816682#: builtin/grep.c:6616683msgid "don't match patterns in binary files"6684msgstr "keine Muster in Binärdateien finden"66856686#: builtin/grep.c:6646687msgid "process binary files with textconv filters"6688msgstr "binäre Dateien mit \"textconv\"-Filtern verarbeiten"66896690#: builtin/grep.c:6666691msgid "descend at most <depth> levels"6692msgstr "höchstens <Tiefe> Ebenen durchlaufen"66936694#: builtin/grep.c:6706695msgid "use extended POSIX regular expressions"6696msgstr "erweiterte reguläre Ausdrücke aus POSIX verwenden"66976698#: builtin/grep.c:6736699msgid "use basic POSIX regular expressions (default)"6700msgstr "grundlegende reguläre Ausdrücke aus POSIX verwenden (Standard)"67016702#: builtin/grep.c:6766703msgid "interpret patterns as fixed strings"6704msgstr "Muster als feste Zeichenketten interpretieren"67056706#: builtin/grep.c:6796707msgid "use Perl-compatible regular expressions"6708msgstr "Perl-kompatible reguläre Ausdrücke verwenden"67096710#: builtin/grep.c:6826711msgid "show line numbers"6712msgstr "Zeilennummern anzeigen"67136714#: builtin/grep.c:6836715msgid "don't show filenames"6716msgstr "keine Dateinamen anzeigen"67176718#: builtin/grep.c:6846719msgid "show filenames"6720msgstr "Dateinamen anzeigen"67216722#: builtin/grep.c:6866723msgid "show filenames relative to top directory"6724msgstr "Dateinamen relativ zum Projektverzeichnis anzeigen"67256726#: builtin/grep.c:6886727msgid "show only filenames instead of matching lines"6728msgstr "nur Dateinamen anzeigen anstatt übereinstimmende Zeilen"67296730#: builtin/grep.c:6906731msgid "synonym for --files-with-matches"6732msgstr "Synonym für --files-with-matches"67336734#: builtin/grep.c:6936735msgid "show only the names of files without match"6736msgstr "nur die Dateinamen ohne Übereinstimmungen anzeigen"67376738#: builtin/grep.c:6956739msgid "print NUL after filenames"6740msgstr "NUL-Zeichen nach Dateinamen ausgeben"67416742#: builtin/grep.c:6976743msgid "show the number of matches instead of matching lines"6744msgstr "anstatt der Zeilen, die Anzahl der übereinstimmenden Zeilen anzeigen"67456746#: builtin/grep.c:6986747msgid "highlight matches"6748msgstr "Übereinstimmungen hervorheben"67496750#: builtin/grep.c:7006751msgid "print empty line between matches from different files"6752msgstr ""6753"eine Leerzeile zwischen Übereinstimmungen in verschiedenen Dateien ausgeben"67546755#: builtin/grep.c:7026756msgid "show filename only once above matches from same file"6757msgstr ""6758"den Dateinamen nur einmal oberhalb der Übereinstimmungen aus dieser Datei "6759"anzeigen"67606761#: builtin/grep.c:7056762msgid "show <n> context lines before and after matches"6763msgstr "<n> Zeilen vor und nach den Übereinstimmungen anzeigen"67646765#: builtin/grep.c:7086766msgid "show <n> context lines before matches"6767msgstr "<n> Zeilen vor den Übereinstimmungen anzeigen"67686769#: builtin/grep.c:7106770msgid "show <n> context lines after matches"6771msgstr "<n> Zeilen nach den Übereinstimmungen anzeigen"67726773#: builtin/grep.c:7126774msgid "use <n> worker threads"6775msgstr "<n> Threads benutzen"67766777#: builtin/grep.c:7136778msgid "shortcut for -C NUM"6779msgstr "Kurzform für -C NUM"67806781#: builtin/grep.c:7166782msgid "show a line with the function name before matches"6783msgstr "eine Zeile mit dem Funktionsnamen vor Übereinstimmungen anzeigen"67846785#: builtin/grep.c:7186786msgid "show the surrounding function"6787msgstr "die umgebende Funktion anzeigen"67886789#: builtin/grep.c:7216790msgid "read patterns from file"6791msgstr "Muster von einer Datei lesen"67926793#: builtin/grep.c:7236794msgid "match <pattern>"6795msgstr "<Muster> finden"67966797#: builtin/grep.c:7256798msgid "combine patterns specified with -e"6799msgstr "Muster kombinieren, die mit -e angegeben wurden"68006801#: builtin/grep.c:7376802msgid "indicate hit with exit status without output"6803msgstr "Übereinstimmungen nur durch Beendigungsstatus anzeigen"68046805#: builtin/grep.c:7396806msgid "show only matches from files that match all patterns"6807msgstr ""6808"nur Übereinstimmungen von Dateien anzeigen, die allen Mustern entsprechen"68096810#: builtin/grep.c:7416811msgid "show parse tree for grep expression"6812msgstr "geparstes Verzeichnis für \"grep\"-Ausdruck anzeigen"68136814#: builtin/grep.c:7456815msgid "pager"6816msgstr "Anzeigeprogramm"68176818#: builtin/grep.c:7456819msgid "show matching files in the pager"6820msgstr "Dateien mit Übereinstimmungen im Anzeigeprogramm anzeigen"68216822#: builtin/grep.c:7486823msgid "allow calling of grep(1) (ignored by this build)"6824msgstr "den Aufruf von grep(1) erlauben (von dieser Programmversion ignoriert)"68256826#: builtin/grep.c:8116827msgid "no pattern given."6828msgstr "keine Muster angegeben"68296830#: builtin/grep.c:843 builtin/index-pack.c:14756831#, c-format6832msgid "invalid number of threads specified (%d)"6833msgstr "ungültige Anzahl von Threads angegeben (%d)"68346835#: builtin/grep.c:8736836msgid "--open-files-in-pager only works on the worktree"6837msgstr ""6838"Die Option --open-files-in-pager kann nur innerhalb des "6839"Arbeitsverzeichnisses verwendet werden."68406841#: builtin/grep.c:8996842msgid "--cached or --untracked cannot be used with --no-index."6843msgstr ""6844"Die Optionen --cached und --untracked können nicht mit --no-index verwendet "6845"werden."68466847#: builtin/grep.c:9046848msgid "--no-index or --untracked cannot be used with revs."6849msgstr ""6850"Die Optionen --no-index und --untracked können nicht mit Commits verwendet "6851"werden."68526853#: builtin/grep.c:9076854msgid "--[no-]exclude-standard cannot be used for tracked contents."6855msgstr ""6856"Die Option --[no-]exclude-standard kann nicht mit versionierten Inhalten "6857"verwendet werden."68586859#: builtin/grep.c:9156860msgid "both --cached and trees are given."6861msgstr "Die Option --cached kann nicht mit \"Tree\"-Objekten verwendet werden."68626863#: builtin/hash-object.c:816864msgid ""6865"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "6866"[--] <file>..."6867msgstr ""6868"git hash-object [-t <Art>] [-w] [--path=<Datei> | --no-filters] [--stdin] "6869"[--] <Datei>..."68706871#: builtin/hash-object.c:826872msgid "git hash-object --stdin-paths"6873msgstr "git hash-object --stdin-paths"68746875#: builtin/hash-object.c:936876msgid "type"6877msgstr "Art"68786879#: builtin/hash-object.c:936880msgid "object type"6881msgstr "Art des Objektes"68826883#: builtin/hash-object.c:946884msgid "write the object into the object database"6885msgstr "das Objekt in die Objektdatenbank schreiben"68866887#: builtin/hash-object.c:966888msgid "read the object from stdin"6889msgstr "das Objekt von der Standard-Eingabe lesen"68906891#: builtin/hash-object.c:986892msgid "store file as is without filters"6893msgstr "Datei wie sie ist speichern, ohne Filter"68946895#: builtin/hash-object.c:996896msgid ""6897"just hash any random garbage to create corrupt objects for debugging Git"6898msgstr ""6899"Hash über zufällige Daten, zur Erzeugung von beschädigten Objekten zur\n"6900"Fehlersuche in Git, erzeugen"69016902#: builtin/hash-object.c:1006903msgid "process file as it were from this path"6904msgstr "Datei verarbeiten, als ob sie von diesem Pfad wäre"69056906#: builtin/help.c:416907msgid "print all available commands"6908msgstr "alle vorhandenen Befehle anzeigen"69096910#: builtin/help.c:426911msgid "print list of useful guides"6912msgstr "Liste von allgemein verwendeten Anleitungen anzeigen"69136914#: builtin/help.c:436915msgid "show man page"6916msgstr "Handbuch anzeigen"69176918#: builtin/help.c:446919msgid "show manual in web browser"6920msgstr "Handbuch in einem Webbrowser anzeigen"69216922#: builtin/help.c:466923msgid "show info page"6924msgstr "Info-Seite anzeigen"69256926#: builtin/help.c:526927msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"6928msgstr "git help [--all] [--guides] [--man | --web | --info] [<Befehl>]"69296930#: builtin/help.c:646931#, c-format6932msgid "unrecognized help format '%s'"6933msgstr "nicht erkanntes Hilfeformat: %s"69346935#: builtin/help.c:916936msgid "Failed to start emacsclient."6937msgstr "Konnte emacsclient nicht starten."69386939#: builtin/help.c:1046940msgid "Failed to parse emacsclient version."6941msgstr "Konnte Version des emacsclient nicht parsen."69426943#: builtin/help.c:1126944#, c-format6945msgid "emacsclient version '%d' too old (< 22)."6946msgstr "Version des emacsclient '%d' ist zu alt (< 22)."69476948#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:1686949#, c-format6950msgid "failed to exec '%s': %s"6951msgstr "Fehler beim Ausführen von '%s': %s"69526953#: builtin/help.c:2056954#, c-format6955msgid ""6956"'%s': path for unsupported man viewer.\n"6957"Please consider using 'man.<tool>.cmd' instead."6958msgstr ""6959"'%s': Pfad für nicht unterstützten Handbuchbetrachter.\n"6960"Sie könnten stattdessen 'man.<Werkzeug>.cmd' benutzen."69616962#: builtin/help.c:2176963#, c-format6964msgid ""6965"'%s': cmd for supported man viewer.\n"6966"Please consider using 'man.<tool>.path' instead."6967msgstr ""6968"'%s': Programm für unterstützten Handbuchbetrachter.\n"6969"Sie könnten stattdessen 'man.<Werkzeug>.path' benutzen."69706971#: builtin/help.c:3346972#, c-format6973msgid "'%s': unknown man viewer."6974msgstr "'%s': unbekannter Handbuch-Betrachter."69756976#: builtin/help.c:3516977msgid "no man viewer handled the request"6978msgstr "kein Handbuch-Betrachter konnte mit dieser Anfrage umgehen"69796980#: builtin/help.c:3596981msgid "no info viewer handled the request"6982msgstr "kein Informations-Betrachter konnte mit dieser Anfrage umgehen"69836984#: builtin/help.c:4086985msgid "Defining attributes per path"6986msgstr "Definition von Attributen pro Pfad"69876988#: builtin/help.c:4096989msgid "Everyday Git With 20 Commands Or So"6990msgstr "Tägliche Benutzung von Git mit ungefähr 20 Befehlen"69916992#: builtin/help.c:4106993msgid "A Git glossary"6994msgstr "Ein Git-Glossar"69956996#: builtin/help.c:4116997msgid "Specifies intentionally untracked files to ignore"6998msgstr "Spezifikation von bewusst ignorierten, unversionierten Dateien"69997000#: builtin/help.c:4127001msgid "Defining submodule properties"7002msgstr "Definition von Submodul-Eigenschaften"70037004#: builtin/help.c:4137005msgid "Specifying revisions and ranges for Git"7006msgstr "Spezifikation von Commits und Bereichen für Git"70077008#: builtin/help.c:4147009msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"7010msgstr "Eine einführende Anleitung zu Git (für Version 1.5.1 oder neuer)"70117012#: builtin/help.c:4157013msgid "An overview of recommended workflows with Git"7014msgstr "Eine Übersicht über empfohlene Arbeitsabläufe mit Git"70157016#: builtin/help.c:4277017msgid "The common Git guides are:\n"7018msgstr "Die allgemein verwendeten Git-Anleitungen sind:\n"70197020#: builtin/help.c:448 builtin/help.c:4657021#, c-format7022msgid "usage: %s%s"7023msgstr "Verwendung: %s%s"70247025#: builtin/help.c:4817026#, c-format7027msgid "`git %s' is aliased to `%s'"7028msgstr "für `git %s' wurde der Alias `%s' angelegt"70297030#: builtin/index-pack.c:1527031#, c-format7032msgid "unable to open %s"7033msgstr "kann %s nicht öffnen"70347035#: builtin/index-pack.c:2027036#, c-format7037msgid "object type mismatch at %s"7038msgstr "Objekt-Typen passen bei %s nicht zusammen"70397040#: builtin/index-pack.c:2227041#, c-format7042msgid "did not receive expected object %s"7043msgstr "konnte erwartetes Objekt %s nicht empfangen"70447045#: builtin/index-pack.c:2257046#, c-format7047msgid "object %s: expected type %s, found %s"7048msgstr "Objekt %s: erwarteter Typ %s, %s gefunden"70497050#: builtin/index-pack.c:2677051#, c-format7052msgid "cannot fill %d byte"7053msgid_plural "cannot fill %d bytes"7054msgstr[0] "kann %d Byte nicht lesen"7055msgstr[1] "kann %d Bytes nicht lesen"70567057#: builtin/index-pack.c:2777058msgid "early EOF"7059msgstr "zu frühes Dateiende"70607061#: builtin/index-pack.c:2787062msgid "read error on input"7063msgstr "Fehler beim Lesen der Eingabe"70647065#: builtin/index-pack.c:2907066msgid "used more bytes than were available"7067msgstr "verwendete mehr Bytes als verfügbar waren"70687069#: builtin/index-pack.c:2977070msgid "pack too large for current definition of off_t"7071msgstr "Paket ist zu groß für die aktuelle Definition von off_t"70727073#: builtin/index-pack.c:3137074#, c-format7075msgid "unable to create '%s'"7076msgstr "konnte '%s' nicht erstellen"70777078#: builtin/index-pack.c:3187079#, c-format7080msgid "cannot open packfile '%s'"7081msgstr "Kann Paketdatei '%s' nicht öffnen"70827083#: builtin/index-pack.c:3327084msgid "pack signature mismatch"7085msgstr "Paketsignatur stimmt nicht überein"70867087#: builtin/index-pack.c:3347088#, c-format7089msgid "pack version %<PRIu32> unsupported"7090msgstr "Paketversion %<PRIu32> nicht unterstützt"70917092#: builtin/index-pack.c:3527093#, c-format7094msgid "pack has bad object at offset %lu: %s"7095msgstr "Paket hat ein ungültiges Objekt bei Versatz %lu: %s"70967097#: builtin/index-pack.c:4737098#, c-format7099msgid "inflate returned %d"7100msgstr "Dekomprimierung gab %d zurück"71017102#: builtin/index-pack.c:5227103msgid "offset value overflow for delta base object"7104msgstr "Wert für Versatz bei Differenzobjekt übergelaufen"71057106#: builtin/index-pack.c:5307107msgid "delta base offset is out of bound"7108msgstr ""7109"Wert für Versatz bei Differenzobjekt liegt außerhalb des gültigen Bereichs"71107111#: builtin/index-pack.c:5387112#, c-format7113msgid "unknown object type %d"7114msgstr "Unbekannter Objekt-Typ %d"71157116#: builtin/index-pack.c:5697117msgid "cannot pread pack file"7118msgstr "Kann Paketdatei %s nicht lesen"71197120#: builtin/index-pack.c:5717121#, c-format7122msgid "premature end of pack file, %lu byte missing"7123msgid_plural "premature end of pack file, %lu bytes missing"7124msgstr[0] "frühzeitiges Ende der Paketdatei, vermisse %lu Byte"7125msgstr[1] "frühzeitiges Ende der Paketdatei, vermisse %lu Bytes"71267127#: builtin/index-pack.c:5977128msgid "serious inflate inconsistency"7129msgstr "ernsthafte Inkonsistenz nach Dekomprimierung"71307131#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:7727132#: builtin/index-pack.c:806 builtin/index-pack.c:8157133#, c-format7134msgid "SHA1 COLLISION FOUND WITH %s !"7135msgstr "SHA1 KOLLISION MIT %s GEFUNDEN !"71367137#: builtin/index-pack.c:746 builtin/pack-objects.c:1627138#: builtin/pack-objects.c:2547139#, c-format7140msgid "unable to read %s"7141msgstr "kann %s nicht lesen"71427143#: builtin/index-pack.c:8127144#, c-format7145msgid "cannot read existing object %s"7146msgstr "Kann existierendes Objekt %s nicht lesen."71477148#: builtin/index-pack.c:8267149#, c-format7150msgid "invalid blob object %s"7151msgstr "ungültiges Blob-Objekt %s"71527153#: builtin/index-pack.c:8407154#, c-format7155msgid "invalid %s"7156msgstr "Ungültiger Objekt-Typ %s"71577158#: builtin/index-pack.c:8437159msgid "Error in object"7160msgstr "Fehler in Objekt"71617162#: builtin/index-pack.c:8457163#, c-format7164msgid "Not all child objects of %s are reachable"7165msgstr "Nicht alle Kind-Objekte von %s sind erreichbar"71667167#: builtin/index-pack.c:917 builtin/index-pack.c:9487168msgid "failed to apply delta"7169msgstr "Konnte Dateiunterschied nicht anwenden"71707171#: builtin/index-pack.c:11187172msgid "Receiving objects"7173msgstr "Empfange Objekte"71747175#: builtin/index-pack.c:11187176msgid "Indexing objects"7177msgstr "Indiziere Objekte"71787179#: builtin/index-pack.c:11507180msgid "pack is corrupted (SHA1 mismatch)"7181msgstr "Paket ist beschädigt (SHA1 unterschiedlich)"71827183#: builtin/index-pack.c:11557184msgid "cannot fstat packfile"7185msgstr "kann Paketdatei nicht lesen"71867187#: builtin/index-pack.c:11587188msgid "pack has junk at the end"7189msgstr "Paketende enthält nicht verwendbaren Inhalt"71907191#: builtin/index-pack.c:11697192msgid "confusion beyond insanity in parse_pack_objects()"7193msgstr "Fehler beim Ausführen von \"parse_pack_objects()\""71947195#: builtin/index-pack.c:11947196msgid "Resolving deltas"7197msgstr "Löse Unterschiede auf"71987199#: builtin/index-pack.c:12057200#, c-format7201msgid "unable to create thread: %s"7202msgstr "kann Thread nicht erzeugen: %s"72037204#: builtin/index-pack.c:12477205msgid "confusion beyond insanity"7206msgstr "Fehler beim Auflösen der Unterschiede"72077208#: builtin/index-pack.c:12537209#, c-format7210msgid "completed with %d local objects"7211msgstr "abgeschlossen mit %d lokalen Objekten"72127213#: builtin/index-pack.c:12637214#, c-format7215msgid "Unexpected tail checksum for %s (disk corruption?)"7216msgstr "Unerwartete Prüfsumme für %s (Festplattenfehler?)"72177218#: builtin/index-pack.c:12677219#, c-format7220msgid "pack has %d unresolved delta"7221msgid_plural "pack has %d unresolved deltas"7222msgstr[0] "Paket hat %d unaufgelöste Unterschied"7223msgstr[1] "Paket hat %d unaufgelöste Unterschiede"72247225#: builtin/index-pack.c:12917226#, c-format7227msgid "unable to deflate appended object (%d)"7228msgstr "Konnte angehängtes Objekt (%d) nicht komprimieren"72297230#: builtin/index-pack.c:13677231#, c-format7232msgid "local object %s is corrupt"7233msgstr "lokales Objekt %s ist beschädigt"72347235#: builtin/index-pack.c:13917236msgid "error while closing pack file"7237msgstr "Fehler beim Schließen der Paketdatei"72387239#: builtin/index-pack.c:14047240#, c-format7241msgid "cannot write keep file '%s'"7242msgstr "Kann Paketbeschreibungsdatei '%s' nicht schreiben"72437244#: builtin/index-pack.c:14127245#, c-format7246msgid "cannot close written keep file '%s'"7247msgstr "Kann eben erstellte Paketbeschreibungsdatei '%s' nicht schließen"72487249#: builtin/index-pack.c:14257250msgid "cannot store pack file"7251msgstr "Kann Paketdatei nicht speichern"72527253#: builtin/index-pack.c:14367254msgid "cannot store index file"7255msgstr "Kann Indexdatei nicht speichern"72567257#: builtin/index-pack.c:14697258#, c-format7259msgid "bad pack.indexversion=%<PRIu32>"7260msgstr "\"pack.indexversion=%<PRIu32>\" ist ungültig"72617262#: builtin/index-pack.c:1479 builtin/index-pack.c:16647263#, c-format7264msgid "no threads support, ignoring %s"7265msgstr "keine Unterstützung von Threads, '%s' wird ignoriert"72667267#: builtin/index-pack.c:15387268#, c-format7269msgid "Cannot open existing pack file '%s'"7270msgstr "Kann existierende Paketdatei '%s' nicht öffnen"72717272#: builtin/index-pack.c:15407273#, c-format7274msgid "Cannot open existing pack idx file for '%s'"7275msgstr "Kann existierende Indexdatei für Paket '%s' nicht öffnen"72767277#: builtin/index-pack.c:15877278#, c-format7279msgid "non delta: %d object"7280msgid_plural "non delta: %d objects"7281msgstr[0] "kein Unterschied: %d Objekt"7282msgstr[1] "kein Unterschied: %d Objekte"72837284#: builtin/index-pack.c:15947285#, c-format7286msgid "chain length = %d: %lu object"7287msgid_plural "chain length = %d: %lu objects"7288msgstr[0] "Länge der Objekt-Liste = %d: %lu Objekt"7289msgstr[1] "Länge der Objekt-Liste = %d: %lu Objekte"72907291#: builtin/index-pack.c:16247292msgid "Cannot come back to cwd"7293msgstr "Kann nicht zurück zu Arbeitsverzeichnis wechseln"72947295#: builtin/index-pack.c:1676 builtin/index-pack.c:16797296#: builtin/index-pack.c:1691 builtin/index-pack.c:16957297#, c-format7298msgid "bad %s"7299msgstr "%s ist ungültig"73007301#: builtin/index-pack.c:17097302msgid "--fix-thin cannot be used without --stdin"7303msgstr "Die Option --fix-thin kann nicht ohne --stdin verwendet werden."73047305#: builtin/index-pack.c:1713 builtin/index-pack.c:17227306#, c-format7307msgid "packfile name '%s' does not end with '.pack'"7308msgstr "Name der Paketdatei '%s' endet nicht mit '.pack'"73097310#: builtin/index-pack.c:17307311msgid "--verify with no packfile name given"7312msgstr "Die Option --verify wurde ohne Namen der Paketdatei angegeben."73137314#: builtin/init-db.c:557315#, c-format7316msgid "cannot stat '%s'"7317msgstr "Kann '%s' nicht lesen"73187319#: builtin/init-db.c:617320#, c-format7321msgid "cannot stat template '%s'"7322msgstr "kann Vorlage '%s' nicht lesen"73237324#: builtin/init-db.c:667325#, c-format7326msgid "cannot opendir '%s'"7327msgstr "kann Verzeichnis '%s' nicht öffnen"73287329#: builtin/init-db.c:777330#, c-format7331msgid "cannot readlink '%s'"7332msgstr "kann Verweis '%s' nicht lesen"73337334#: builtin/init-db.c:797335#, c-format7336msgid "cannot symlink '%s' '%s'"7337msgstr "kann symbolische Verknüpfung '%s' auf '%s' nicht erstellen"73387339#: builtin/init-db.c:857340#, c-format7341msgid "cannot copy '%s' to '%s'"7342msgstr "kann '%s' nicht nach '%s' kopieren"73437344#: builtin/init-db.c:897345#, c-format7346msgid "ignoring template %s"7347msgstr "ignoriere Vorlage %s"73487349#: builtin/init-db.c:1187350#, c-format7351msgid "templates not found %s"7352msgstr "keine Vorlagen in '%s' gefunden"73537354#: builtin/init-db.c:1317355#, c-format7356msgid "not copying templates of a wrong format version %d from '%s'"7357msgstr "kopiere keine Vorlagen mit einer falschen Formatversion %d von '%s'"73587359#: builtin/init-db.c:309 builtin/init-db.c:3127360#, c-format7361msgid "%s already exists"7362msgstr "%s existiert bereits"73637364#: builtin/init-db.c:3407365#, c-format7366msgid "unable to handle file type %d"7367msgstr "kann nicht mit Dateityp %d umgehen"73687369#: builtin/init-db.c:3437370#, c-format7371msgid "unable to move %s to %s"7372msgstr "Konnte %s nicht nach %s verschieben"73737374#. TRANSLATORS: The first '%s' is either "Reinitialized7375#. existing" or "Initialized empty", the second " shared" or7376#. "", and the last '%s%s' is the verbatim directory name.7377#: builtin/init-db.c:3997378#, c-format7379msgid "%s%s Git repository in %s%s\n"7380msgstr "%s%s Git-Repository in %s%s\n"73817382#: builtin/init-db.c:4007383msgid "Reinitialized existing"7384msgstr "Reinitialisierte existierendes"73857386#: builtin/init-db.c:4007387msgid "Initialized empty"7388msgstr "Initialisierte leeres"73897390#: builtin/init-db.c:4017391msgid " shared"7392msgstr " gemeinsames"73937394#: builtin/init-db.c:4487395msgid ""7396"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"7397"shared[=<permissions>]] [<directory>]"7398msgstr ""7399"git init [-q | --quiet] [--bare] [--template=<Vorlagenverzeichnis>] [--"7400"shared[=<Berechtigungen>]] [<Verzeichnis>]"74017402#: builtin/init-db.c:4717403msgid "permissions"7404msgstr "Berechtigungen"74057406#: builtin/init-db.c:4727407msgid "specify that the git repository is to be shared amongst several users"7408msgstr "angeben, dass das Git-Repository mit mehreren Benutzern geteilt wird"74097410#: builtin/init-db.c:506 builtin/init-db.c:5117411#, c-format7412msgid "cannot mkdir %s"7413msgstr "kann Verzeichnis %s nicht erstellen"74147415#: builtin/init-db.c:5157416#, c-format7417msgid "cannot chdir to %s"7418msgstr "kann nicht in Verzeichnis %s wechseln"74197420#: builtin/init-db.c:5367421#, c-format7422msgid ""7423"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"7424"dir=<directory>)"7425msgstr ""7426"%s (oder --work-tree=<Verzeichnis>) nicht erlaubt ohne Spezifizierung von %s "7427"(oder --git-dir=<Verzeichnis>)"74287429#: builtin/init-db.c:5647430#, c-format7431msgid "Cannot access work tree '%s'"7432msgstr "Kann nicht auf Arbeitsverzeichnis '%s' zugreifen."74337434#: builtin/interpret-trailers.c:157435msgid ""7436"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7437"<token>[(=|:)<value>])...] [<file>...]"7438msgstr ""7439"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7440"<Token>[(=|:)<Wert>])...] [<Datei>...]"74417442#: builtin/interpret-trailers.c:267443msgid "edit files in place"7444msgstr "vorhandene Dateien direkt bearbeiten"74457446#: builtin/interpret-trailers.c:277447msgid "trim empty trailers"7448msgstr "kürzt leere Anhänge"74497450#: builtin/interpret-trailers.c:287451msgid "trailer"7452msgstr "Anhang"74537454#: builtin/interpret-trailers.c:297455msgid "trailer(s) to add"7456msgstr "Anhang/Anhänge hinzufügen"74577458#: builtin/interpret-trailers.c:427459msgid "no input file given for in-place editing"7460msgstr "keine Datei zur direkten Bearbeitung angegeben"74617462#: builtin/log.c:437463msgid "git log [<options>] [<revision-range>] [[--] <path>...]"7464msgstr "git log [<Optionen>] [<Commitbereich>] [[--] <Pfad>...]"74657466#: builtin/log.c:447467msgid "git show [<options>] <object>..."7468msgstr "git show [<Optionen>] <Objekt>..."74697470#: builtin/log.c:837471#, c-format7472msgid "invalid --decorate option: %s"7473msgstr "Ungültige Option für --decorate: %s"74747475#: builtin/log.c:1317476msgid "suppress diff output"7477msgstr "Ausgabe der Unterschiede unterdrücken"74787479#: builtin/log.c:1327480msgid "show source"7481msgstr "Quelle anzeigen"74827483#: builtin/log.c:1337484msgid "Use mail map file"7485msgstr "\"mailmap\"-Datei verwenden"74867487#: builtin/log.c:1347488msgid "decorate options"7489msgstr "decorate-Optionen"74907491#: builtin/log.c:1377492msgid "Process line range n,m in file, counting from 1"7493msgstr "Verarbeitet nur Zeilen im Bereich n,m in der Datei, gezählt von 1"74947495#: builtin/log.c:2337496#, c-format7497msgid "Final output: %d %s\n"7498msgstr "letzte Ausgabe: %d %s\n"74997500#: builtin/log.c:4657501#, c-format7502msgid "git show %s: bad file"7503msgstr "git show %s: ungültige Datei"75047505#: builtin/log.c:479 builtin/log.c:5727506#, c-format7507msgid "Could not read object %s"7508msgstr "Kann Objekt %s nicht lesen."75097510#: builtin/log.c:5967511#, c-format7512msgid "Unknown type: %d"7513msgstr "Unbekannter Typ: %d"75147515#: builtin/log.c:7157516msgid "format.headers without value"7517msgstr "format.headers ohne Wert"75187519#: builtin/log.c:8017520msgid "name of output directory is too long"7521msgstr "Name des Ausgabeverzeichnisses ist zu lang."75227523#: builtin/log.c:8167524#, c-format7525msgid "Cannot open patch file %s"7526msgstr "Kann Patch-Datei %s nicht öffnen"75277528#: builtin/log.c:8307529msgid "Need exactly one range."7530msgstr "Brauche genau einen Commit-Bereich."75317532#: builtin/log.c:8407533msgid "Not a range."7534msgstr "Kein Commit-Bereich."75357536#: builtin/log.c:9467537msgid "Cover letter needs email format"7538msgstr "Anschreiben benötigt E-Mail-Format"75397540#: builtin/log.c:10257541#, c-format7542msgid "insane in-reply-to: %s"7543msgstr "ungültiges in-reply-to: %s"75447545#: builtin/log.c:10537546msgid "git format-patch [<options>] [<since> | <revision-range>]"7547msgstr "git format-patch [<Optionen>] [<seit> | <Commitbereich>]"75487549#: builtin/log.c:10987550msgid "Two output directories?"7551msgstr "Zwei Ausgabeverzeichnisse?"75527553#: builtin/log.c:12147554msgid "use [PATCH n/m] even with a single patch"7555msgstr "[PATCH n/m] auch mit einzelnem Patch verwenden"75567557#: builtin/log.c:12177558msgid "use [PATCH] even with multiple patches"7559msgstr "[PATCH] auch mit mehreren Patches verwenden"75607561#: builtin/log.c:12217562msgid "print patches to standard out"7563msgstr "Ausgabe der Patches in Standard-Ausgabe"75647565#: builtin/log.c:12237566msgid "generate a cover letter"7567msgstr "ein Deckblatt erzeugen"75687569#: builtin/log.c:12257570msgid "use simple number sequence for output file names"7571msgstr "einfache Nummernfolge für die Namen der Ausgabedateien verwenden"75727573#: builtin/log.c:12267574msgid "sfx"7575msgstr "Dateiendung"75767577#: builtin/log.c:12277578msgid "use <sfx> instead of '.patch'"7579msgstr "<Dateiendung> anstatt '.patch' verwenden"75807581#: builtin/log.c:12297582msgid "start numbering patches at <n> instead of 1"7583msgstr "die Nummerierung der Patches bei <n> anstatt bei 1 beginnen"75847585#: builtin/log.c:12317586msgid "mark the series as Nth re-roll"7587msgstr "die Serie als n-te Fassung kennzeichnen"75887589#: builtin/log.c:12337590msgid "Use [<prefix>] instead of [PATCH]"7591msgstr "[<Präfix>] anstatt [PATCH] verwenden"75927593#: builtin/log.c:12367594msgid "store resulting files in <dir>"7595msgstr "erzeugte Dateien in <Verzeichnis> speichern"75967597#: builtin/log.c:12397598msgid "don't strip/add [PATCH]"7599msgstr "[PATCH] nicht entfernen/hinzufügen"76007601#: builtin/log.c:12427602msgid "don't output binary diffs"7603msgstr "keine binären Unterschiede ausgeben"76047605#: builtin/log.c:12447606msgid "output all-zero hash in From header"7607msgstr "Hash mit Nullen in \"From\"-Header ausgeben"76087609#: builtin/log.c:12467610msgid "don't include a patch matching a commit upstream"7611msgstr ""7612"keine Patches einschließen, die einem Commit im Upstream-Branch entsprechen"76137614#: builtin/log.c:12487615msgid "show patch format instead of default (patch + stat)"7616msgstr "Patchformat anstatt des Standards anzeigen (Patch + Zusammenfassung)"76177618#: builtin/log.c:12507619msgid "Messaging"7620msgstr "E-Mail-Einstellungen"76217622#: builtin/log.c:12517623msgid "header"7624msgstr "Header"76257626#: builtin/log.c:12527627msgid "add email header"7628msgstr "E-Mail-Header hinzufügen"76297630#: builtin/log.c:1253 builtin/log.c:12557631msgid "email"7632msgstr "E-Mail"76337634#: builtin/log.c:12537635msgid "add To: header"7636msgstr "\"To:\"-Header hinzufügen"76377638#: builtin/log.c:12557639msgid "add Cc: header"7640msgstr "\"Cc:\"-Header hinzufügen"76417642#: builtin/log.c:12577643msgid "ident"7644msgstr "Ident"76457646#: builtin/log.c:12587647msgid "set From address to <ident> (or committer ident if absent)"7648msgstr ""7649"\"From\"-Adresse auf <Ident> setzen (oder Ident des Commit-Erstellers, wenn "7650"fehlend)"76517652#: builtin/log.c:12607653msgid "message-id"7654msgstr "message-id"76557656#: builtin/log.c:12617657msgid "make first mail a reply to <message-id>"7658msgstr "aus erster E-Mail eine Antwort zu <message-id> machen"76597660#: builtin/log.c:1262 builtin/log.c:12657661msgid "boundary"7662msgstr "Grenze"76637664#: builtin/log.c:12637665msgid "attach the patch"7666msgstr "den Patch anhängen"76677668#: builtin/log.c:12667669msgid "inline the patch"7670msgstr "den Patch direkt in die Nachricht einfügen"76717672#: builtin/log.c:12707673msgid "enable message threading, styles: shallow, deep"7674msgstr "Nachrichtenverkettung aktivieren, Stile: shallow, deep"76757676#: builtin/log.c:12727677msgid "signature"7678msgstr "Signatur"76797680#: builtin/log.c:12737681msgid "add a signature"7682msgstr "eine Signatur hinzufügen"76837684#: builtin/log.c:12757685msgid "add a signature from a file"7686msgstr "eine Signatur aus einer Datei hinzufügen"76877688#: builtin/log.c:12767689msgid "don't print the patch filenames"7690msgstr "keine Dateinamen der Patches anzeigen"76917692#: builtin/log.c:13657693msgid "-n and -k are mutually exclusive."7694msgstr "Die Optionen -n und -k schließen sich gegenseitig aus."76957696#: builtin/log.c:13677697msgid "--subject-prefix and -k are mutually exclusive."7698msgstr "Die Optionen --subject-prefix und -k schließen sich gegenseitig aus."76997700#: builtin/log.c:13757701msgid "--name-only does not make sense"7702msgstr "Die Option --name-only kann nicht verwendet werden."77037704#: builtin/log.c:13777705msgid "--name-status does not make sense"7706msgstr "Die Option --name-status kann nicht verwendet werden."77077708#: builtin/log.c:13797709msgid "--check does not make sense"7710msgstr "Die Option --check kann nicht verwendet werden."77117712#: builtin/log.c:14077713msgid "standard output, or directory, which one?"7714msgstr "Standard-Ausgabe oder Verzeichnis, welches von beidem?"77157716#: builtin/log.c:14097717#, c-format7718msgid "Could not create directory '%s'"7719msgstr "Konnte Verzeichnis '%s' nicht erstellen."77207721#: builtin/log.c:15067722#, c-format7723msgid "unable to read signature file '%s'"7724msgstr "Konnte Signatur-Datei '%s' nicht lesen"77257726#: builtin/log.c:15697727msgid "Failed to create output files"7728msgstr "Fehler beim Erstellen der Ausgabedateien."77297730#: builtin/log.c:16177731msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"7732msgstr "git cherry [-v] [<Upstream> [<Branch> [<Limit>]]]"77337734#: builtin/log.c:16717735#, c-format7736msgid ""7737"Could not find a tracked remote branch, please specify <upstream> manually.\n"7738msgstr ""7739"Konnte gefolgten Remote-Branch nicht finden, bitte geben Sie <Upstream> "7740"manuell an.\n"77417742#: builtin/log.c:1682 builtin/log.c:1684 builtin/log.c:16967743#, c-format7744msgid "Unknown commit %s"7745msgstr "Unbekannter Commit %s"77467747#: builtin/ls-files.c:3787748msgid "git ls-files [<options>] [<file>...]"7749msgstr "git ls-files [<Optionen>] [<Datei>...]"77507751#: builtin/ls-files.c:4277752msgid "identify the file status with tags"7753msgstr "den Dateistatus mit Tags anzeigen"77547755#: builtin/ls-files.c:4297756msgid "use lowercase letters for 'assume unchanged' files"7757msgstr ""7758"Kleinbuchstaben für Dateien mit 'assume unchanged' Markierung verwenden"77597760#: builtin/ls-files.c:4317761msgid "show cached files in the output (default)"7762msgstr "zwischengespeicherte Dateien in der Ausgabe anzeigen (Standard)"77637764#: builtin/ls-files.c:4337765msgid "show deleted files in the output"7766msgstr "entfernte Dateien in der Ausgabe anzeigen"77677768#: builtin/ls-files.c:4357769msgid "show modified files in the output"7770msgstr "geänderte Dateien in der Ausgabe anzeigen"77717772#: builtin/ls-files.c:4377773msgid "show other files in the output"7774msgstr "sonstige Dateien in der Ausgabe anzeigen"77757776#: builtin/ls-files.c:4397777msgid "show ignored files in the output"7778msgstr "ignorierte Dateien in der Ausgabe anzeigen"77797780#: builtin/ls-files.c:4427781msgid "show staged contents' object name in the output"7782msgstr ""7783"Objektnamen von Inhalten, die zum Commit vorgemerkt sind, in der Ausgabe "7784"anzeigen"77857786#: builtin/ls-files.c:4447787msgid "show files on the filesystem that need to be removed"7788msgstr "Dateien im Dateisystem, die gelöscht werden müssen, anzeigen"77897790#: builtin/ls-files.c:4467791msgid "show 'other' directories' names only"7792msgstr "nur Namen von 'sonstigen' Verzeichnissen anzeigen"77937794#: builtin/ls-files.c:4487795msgid "show line endings of files"7796msgstr "Zeilenenden von Dateien anzeigen"77977798#: builtin/ls-files.c:4507799msgid "don't show empty directories"7800msgstr "keine leeren Verzeichnisse anzeigen"78017802#: builtin/ls-files.c:4537803msgid "show unmerged files in the output"7804msgstr "nicht zusammengeführte Dateien in der Ausgabe anzeigen"78057806#: builtin/ls-files.c:4557807msgid "show resolve-undo information"7808msgstr "'resolve-undo' Informationen anzeigen"78097810#: builtin/ls-files.c:4577811msgid "skip files matching pattern"7812msgstr "Dateien auslassen, die einem Muster entsprechen"78137814#: builtin/ls-files.c:4607815msgid "exclude patterns are read from <file>"7816msgstr "Muster, gelesen von <Datei>, ausschließen"78177818#: builtin/ls-files.c:4637819msgid "read additional per-directory exclude patterns in <file>"7820msgstr "zusätzliche pro-Verzeichnis Auschlussmuster aus <Datei> auslesen"78217822#: builtin/ls-files.c:4657823msgid "add the standard git exclusions"7824msgstr "die standardmäßigen Git-Ausschlüsse hinzufügen"78257826#: builtin/ls-files.c:4687827msgid "make the output relative to the project top directory"7828msgstr "Ausgabe relativ zum Projektverzeichnis"78297830#: builtin/ls-files.c:4717831msgid "if any <file> is not in the index, treat this as an error"7832msgstr "als Fehler behandeln, wenn sich eine <Datei> nicht im Index befindet"78337834#: builtin/ls-files.c:4727835msgid "tree-ish"7836msgstr "Commit-Referenz"78377838#: builtin/ls-files.c:4737839msgid "pretend that paths removed since <tree-ish> are still present"7840msgstr ""7841"vorgeben, dass Pfade, die seit <Commit-Referenz> gelöscht wurden, immer noch "7842"vorhanden sind"78437844#: builtin/ls-files.c:4757845msgid "show debugging data"7846msgstr "Ausgaben zur Fehlersuche anzeigen"78477848#: builtin/ls-remote.c:77849msgid ""7850"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"7851" [-q | --quiet] [--exit-code] [--get-url]\n"7852" [--symref] [<repository> [<refs>...]]"7853msgstr ""7854"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<Programm>]\n"7855" [-q | --quiet] [--exit-code] [--get-url]\n"7856" [--symref] [<Repository> [<Referenzen>...]]"78577858#: builtin/ls-remote.c:507859msgid "do not print remote URL"7860msgstr "URL des Remote-Repositories nicht ausgeben"78617862#: builtin/ls-remote.c:51 builtin/ls-remote.c:537863msgid "exec"7864msgstr "Programm"78657866#: builtin/ls-remote.c:52 builtin/ls-remote.c:547867msgid "path of git-upload-pack on the remote host"7868msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"78697870#: builtin/ls-remote.c:567871msgid "limit to tags"7872msgstr "auf Tags einschränken"78737874#: builtin/ls-remote.c:577875msgid "limit to heads"7876msgstr "auf Branches einschränken"78777878#: builtin/ls-remote.c:587879msgid "do not show peeled tags"7880msgstr "keine Tags anzeigen, die andere Tags enthalten"78817882#: builtin/ls-remote.c:607883msgid "take url.<base>.insteadOf into account"7884msgstr "url.<Basis>.insteadOf berücksichtigen"78857886#: builtin/ls-remote.c:627887msgid "exit with exit code 2 if no matching refs are found"7888msgstr ""7889"mit Rückkehrwert 2 beenden, wenn keine übereinstimmenden Referenzen\n"7890"gefunden wurden"78917892#: builtin/ls-remote.c:647893msgid "show underlying ref in addition to the object pointed by it"7894msgstr "zusätzlich die auf durch dieses Objekt verwiesene Referenzen anzeigen"78957896#: builtin/ls-tree.c:287897msgid "git ls-tree [<options>] <tree-ish> [<path>...]"7898msgstr "git ls-tree [<Optionen>] <Commit-Referenz> [<Pfad>...]"78997900#: builtin/ls-tree.c:1287901msgid "only show trees"7902msgstr "nur Verzeichnisse anzeigen"79037904#: builtin/ls-tree.c:1307905msgid "recurse into subtrees"7906msgstr "Rekursion in Unterverzeichnissen durchführen"79077908#: builtin/ls-tree.c:1327909msgid "show trees when recursing"7910msgstr "Verzeichnisse bei Rekursion anzeigen"79117912#: builtin/ls-tree.c:1357913msgid "terminate entries with NUL byte"7914msgstr "Einträge mit NUL-Byte abschließen"79157916#: builtin/ls-tree.c:1367917msgid "include object size"7918msgstr "Objektgröße einschließen"79197920#: builtin/ls-tree.c:138 builtin/ls-tree.c:1407921msgid "list only filenames"7922msgstr "nur Dateinamen auflisten"79237924#: builtin/ls-tree.c:1437925msgid "use full path names"7926msgstr "vollständige Pfadnamen verwenden"79277928#: builtin/ls-tree.c:1457929msgid "list entire tree; not just current directory (implies --full-name)"7930msgstr ""7931"das gesamte Verzeichnis auflisten; nicht nur das aktuelle Verzeichnis "7932"(impliziert --full-name)"79337934#: builtin/merge.c:457935msgid "git merge [<options>] [<commit>...]"7936msgstr "git merge [<Optionen>] [<Commit>...]"79377938#: builtin/merge.c:467939msgid "git merge [<options>] <msg> HEAD <commit>"7940msgstr "git merge [<Optionen>] <Beschreibung> HEAD <Commit>"79417942#: builtin/merge.c:477943msgid "git merge --abort"7944msgstr "git merge --abort"79457946#: builtin/merge.c:1007947msgid "switch `m' requires a value"7948msgstr "Schalter 'm' erfordert einen Wert."79497950#: builtin/merge.c:1377951#, c-format7952msgid "Could not find merge strategy '%s'.\n"7953msgstr "Konnte Merge-Strategie '%s' nicht finden.\n"79547955#: builtin/merge.c:1387956#, c-format7957msgid "Available strategies are:"7958msgstr "Verfügbare Strategien sind:"79597960#: builtin/merge.c:1437961#, c-format7962msgid "Available custom strategies are:"7963msgstr "Verfügbare benutzerdefinierte Strategien sind:"79647965#: builtin/merge.c:193 builtin/pull.c:1237966msgid "do not show a diffstat at the end of the merge"7967msgstr "keine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"79687969#: builtin/merge.c:196 builtin/pull.c:1267970msgid "show a diffstat at the end of the merge"7971msgstr "eine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"79727973#: builtin/merge.c:197 builtin/pull.c:1297974msgid "(synonym to --stat)"7975msgstr "(Synonym für --stat)"79767977#: builtin/merge.c:199 builtin/pull.c:1327978msgid "add (at most <n>) entries from shortlog to merge commit message"7979msgstr ""7980"(höchstens <n>) Einträge von \"shortlog\" zur Beschreibung des Merge-Commits "7981"hinzufügen"79827983#: builtin/merge.c:202 builtin/pull.c:1357984msgid "create a single commit instead of doing a merge"7985msgstr "einen einzelnen Commit anstatt eines Merges erzeugen"79867987#: builtin/merge.c:204 builtin/pull.c:1387988msgid "perform a commit if the merge succeeds (default)"7989msgstr "einen Commit durchführen, wenn der Merge erfolgreich war (Standard)"79907991#: builtin/merge.c:206 builtin/pull.c:1417992msgid "edit message before committing"7993msgstr "Bearbeitung der Beschreibung vor dem Commit"79947995#: builtin/merge.c:2077996msgid "allow fast-forward (default)"7997msgstr "Vorspulen erlauben (Standard)"79987999#: builtin/merge.c:209 builtin/pull.c:1478000msgid "abort if fast-forward is not possible"8001msgstr "abbrechen, wenn kein Vorspulen möglich ist"80028003#: builtin/merge.c:2138004msgid "Verify that the named commit has a valid GPG signature"8005msgstr "den genannten Commit auf eine gültige GPG-Signatur überprüfen"80068007#: builtin/merge.c:214 builtin/notes.c:770 builtin/pull.c:1528008#: builtin/revert.c:898009msgid "strategy"8010msgstr "Strategie"80118012#: builtin/merge.c:215 builtin/pull.c:1538013msgid "merge strategy to use"8014msgstr "zu verwendende Merge-Strategie"80158016#: builtin/merge.c:216 builtin/pull.c:1568017msgid "option=value"8018msgstr "Option=Wert"80198020#: builtin/merge.c:217 builtin/pull.c:1578021msgid "option for selected merge strategy"8022msgstr "Option für ausgewählte Merge-Strategie"80238024#: builtin/merge.c:2198025msgid "merge commit message (for a non-fast-forward merge)"8026msgstr ""8027"Commit-Beschreibung zusammenführen (für einen Merge, der kein Vorspulen war)"80288029#: builtin/merge.c:2238030msgid "abort the current in-progress merge"8031msgstr "den sich im Gange befindlichen Merge abbrechen"80328033#: builtin/merge.c:2518034msgid "could not run stash."8035msgstr "Konnte \"stash\" nicht ausführen."80368037#: builtin/merge.c:2568038msgid "stash failed"8039msgstr "\"stash\" fehlgeschlagen"80408041#: builtin/merge.c:2618042#, c-format8043msgid "not a valid object: %s"8044msgstr "kein gültiges Objekt: %s"80458046#: builtin/merge.c:280 builtin/merge.c:2978047msgid "read-tree failed"8048msgstr "read-tree fehlgeschlagen"80498050#: builtin/merge.c:3278051msgid " (nothing to squash)"8052msgstr " (nichts zu quetschen)"80538054#: builtin/merge.c:3408055#, c-format8056msgid "Squash commit -- not updating HEAD\n"8057msgstr "Quetsche Commit -- HEAD wird nicht aktualisiert\n"80588059#: builtin/merge.c:344 builtin/merge.c:764 builtin/merge.c:9768060#: builtin/merge.c:9898061#, c-format8062msgid "Could not write to '%s'"8063msgstr "Konnte nicht nach '%s' schreiben."80648065#: builtin/merge.c:3728066msgid "Writing SQUASH_MSG"8067msgstr "Schreibe SQUASH_MSG"80688069#: builtin/merge.c:3748070msgid "Finishing SQUASH_MSG"8071msgstr "Schließe SQUASH_MSG ab"80728073#: builtin/merge.c:3978074#, c-format8075msgid "No merge message -- not updating HEAD\n"8076msgstr "Keine Merge-Commit-Beschreibung -- HEAD wird nicht aktualisiert\n"80778078#: builtin/merge.c:4488079#, c-format8080msgid "'%s' does not point to a commit"8081msgstr "'%s' zeigt auf keinen Commit"80828083#: builtin/merge.c:5388084#, c-format8085msgid "Bad branch.%s.mergeoptions string: %s"8086msgstr "Ungültiger branch.%s.mergeoptions String: %s"80878088#: builtin/merge.c:6578089msgid "Not handling anything other than two heads merge."8090msgstr "Es wird nur der Merge von zwei Branches behandelt."80918092#: builtin/merge.c:6718093#, c-format8094msgid "Unknown option for merge-recursive: -X%s"8095msgstr "Unbekannte Option für merge-recursive: -X%s"80968097#: builtin/merge.c:6848098#, c-format8099msgid "unable to write %s"8100msgstr "konnte %s nicht schreiben"81018102#: builtin/merge.c:7738103#, c-format8104msgid "Could not read from '%s'"8105msgstr "konnte nicht von '%s' lesen"81068107#: builtin/merge.c:7828108#, c-format8109msgid "Not committing merge; use 'git commit' to complete the merge.\n"8110msgstr ""8111"Merge wurde nicht committet; benutzen Sie 'git commit', um den Merge "8112"abzuschließen.\n"81138114#: builtin/merge.c:7888115#, c-format8116msgid ""8117"Please enter a commit message to explain why this merge is necessary,\n"8118"especially if it merges an updated upstream into a topic branch.\n"8119"\n"8120"Lines starting with '%c' will be ignored, and an empty message aborts\n"8121"the commit.\n"8122msgstr ""8123"Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser\n"8124"Merge erforderlich ist, insbesondere wenn es einen aktualisierten\n"8125"Upstream-Branch mit einem Thema-Branch zusammenführt.\n"8126"\n"8127"Zeilen beginnend mit '%c' werden ignoriert, und eine leere Beschreibung\n"8128"bricht den Commit ab.\n"81298130#: builtin/merge.c:8128131msgid "Empty commit message."8132msgstr "Leere Commit-Beschreibung"81338134#: builtin/merge.c:8248135#, c-format8136msgid "Wonderful.\n"8137msgstr "Wunderbar.\n"81388139#: builtin/merge.c:8798140#, c-format8141msgid "Automatic merge failed; fix conflicts and then commit the result.\n"8142msgstr ""8143"Automatischer Merge fehlgeschlagen; beheben Sie die Konflikte und committen "8144"Sie dann das Ergebnis.\n"81458146#: builtin/merge.c:8958147#, c-format8148msgid "'%s' is not a commit"8149msgstr "'%s' ist kein Commit"81508151#: builtin/merge.c:9368152msgid "No current branch."8153msgstr "Sie befinden sich auf keinem Branch."81548155#: builtin/merge.c:9388156msgid "No remote for the current branch."8157msgstr "Kein Remote-Repository für den aktuellen Branch."81588159#: builtin/merge.c:9408160msgid "No default upstream defined for the current branch."8161msgstr ""8162"Es ist kein Standard-Upstream-Branch für den aktuellen Branch definiert."81638164#: builtin/merge.c:9458165#, c-format8166msgid "No remote-tracking branch for %s from %s"8167msgstr "Kein Remote-Tracking-Branch für %s von %s"81688169#: builtin/merge.c:10808170#, c-format8171msgid "could not close '%s'"8172msgstr "Konnte '%s' nicht schließen"81738174#: builtin/merge.c:12078175msgid "There is no merge to abort (MERGE_HEAD missing)."8176msgstr "Es gibt keinen Merge zum Abbrechen (MERGE_HEAD fehlt)"81778178#: builtin/merge.c:12238179msgid ""8180"You have not concluded your merge (MERGE_HEAD exists).\n"8181"Please, commit your changes before you merge."8182msgstr ""8183"Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"8184"Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."81858186#: builtin/merge.c:12308187msgid ""8188"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"8189"Please, commit your changes before you merge."8190msgstr ""8191"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert).\n"8192"Bitte committen Sie Ihre Änderungen, bevor Sie den Merge ausführen."81938194#: builtin/merge.c:12338195msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."8196msgstr ""8197"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert)."81988199#: builtin/merge.c:12428200msgid "You cannot combine --squash with --no-ff."8201msgstr "Sie können --squash nicht mit --no-ff kombinieren."82028203#: builtin/merge.c:12508204msgid "No commit specified and merge.defaultToUpstream not set."8205msgstr "Kein Commit angegeben und merge.defaultToUpstream ist nicht gesetzt."82068207#: builtin/merge.c:12678208msgid "Squash commit into empty head not supported yet"8209msgstr ""8210"Bin auf einem Commit, der noch geboren wird; kann \"squash\" nicht ausführen."82118212#: builtin/merge.c:12698213msgid "Non-fast-forward commit does not make sense into an empty head"8214msgstr ""8215"Nicht vorzuspulender Commit kann nicht in einem leeren Branch verwendet "8216"werden."82178218#: builtin/merge.c:12758219#, c-format8220msgid "%s - not something we can merge"8221msgstr "%s - nichts was wir zusammenführen können"82228223#: builtin/merge.c:12778224msgid "Can merge only exactly one commit into empty head"8225msgstr "Kann nur exakt einen Commit in einem leeren Branch zusammenführen."82268227#: builtin/merge.c:13328228#, c-format8229msgid "Commit %s has an untrusted GPG signature, allegedly by %s."8230msgstr ""8231"Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."82328233#: builtin/merge.c:13358234#, c-format8235msgid "Commit %s has a bad GPG signature allegedly by %s."8236msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."82378238#: builtin/merge.c:13388239#, c-format8240msgid "Commit %s does not have a GPG signature."8241msgstr "Commit %s hat keine GPG-Signatur."82428243#: builtin/merge.c:13418244#, c-format8245msgid "Commit %s has a good GPG signature by %s\n"8246msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"82478248#: builtin/merge.c:14248249#, c-format8250msgid "Updating %s..%s\n"8251msgstr "Aktualisiere %s..%s\n"82528253#: builtin/merge.c:14618254#, c-format8255msgid "Trying really trivial in-index merge...\n"8256msgstr "Probiere wirklich trivialen \"in-index\"-Merge ...\n"82578258#: builtin/merge.c:14688259#, c-format8260msgid "Nope.\n"8261msgstr "Nein.\n"82628263#: builtin/merge.c:15008264msgid "Not possible to fast-forward, aborting."8265msgstr "Vorspulen nicht möglich, breche ab."82668267#: builtin/merge.c:1523 builtin/merge.c:16028268#, c-format8269msgid "Rewinding the tree to pristine...\n"8270msgstr "Rücklauf des Verzeichnisses bis zum Ursprung ...\n"82718272#: builtin/merge.c:15278273#, c-format8274msgid "Trying merge strategy %s...\n"8275msgstr "Probiere Merge-Strategie %s ...\n"82768277#: builtin/merge.c:15938278#, c-format8279msgid "No merge strategy handled the merge.\n"8280msgstr "Keine Merge-Strategie behandelt diesen Merge.\n"82818282#: builtin/merge.c:15958283#, c-format8284msgid "Merge with strategy %s failed.\n"8285msgstr "Merge mit Strategie %s fehlgeschlagen.\n"82868287#: builtin/merge.c:16048288#, c-format8289msgid "Using the %s to prepare resolving by hand.\n"8290msgstr "Benutzen Sie \"%s\", um die Auflösung per Hand vorzubereiten.\n"82918292#: builtin/merge.c:16168293#, c-format8294msgid "Automatic merge went well; stopped before committing as requested\n"8295msgstr ""8296"Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an\n"82978298#: builtin/merge-base.c:298299msgid "git merge-base [-a | --all] <commit> <commit>..."8300msgstr "git merge-base [-a | --all] <Commit> <Commit>..."83018302#: builtin/merge-base.c:308303msgid "git merge-base [-a | --all] --octopus <commit>..."8304msgstr "git merge-base [-a | --all] --octopus <Commit>..."83058306#: builtin/merge-base.c:318307msgid "git merge-base --independent <commit>..."8308msgstr "git merge-base --independent <Commit>..."83098310#: builtin/merge-base.c:328311msgid "git merge-base --is-ancestor <commit> <commit>"8312msgstr "git merge-base --is-ancestor <Commit> <Commit>"83138314#: builtin/merge-base.c:338315msgid "git merge-base --fork-point <ref> [<commit>]"8316msgstr "git merge-base --fork-point <Referenz> [<Commit>]"83178318#: builtin/merge-base.c:2148319msgid "output all common ancestors"8320msgstr "Ausgabe aller gemeinsamen Vorgänger-Commits"83218322#: builtin/merge-base.c:2168323msgid "find ancestors for a single n-way merge"8324msgstr "Vorgänger-Commits für einen einzelnen n-Wege-Merge finden"83258326#: builtin/merge-base.c:2188327msgid "list revs not reachable from others"8328msgstr "Commits auflisten, die nicht durch Andere erreichbar sind"83298330#: builtin/merge-base.c:2208331msgid "is the first one ancestor of the other?"8332msgstr "ist der Erste ein Vorgänger-Commit von dem Anderen?"83338334#: builtin/merge-base.c:2228335msgid "find where <commit> forked from reflog of <ref>"8336msgstr "<Commit> finden, von wo Reflog von <Referenz> abgespalten wurde"83378338#: builtin/merge-file.c:88339msgid ""8340"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "8341"<orig-file> <file2>"8342msgstr ""8343"git merge-file [<Optionen>] [-L <Name1> [-L <orig> [-L <Name2>]]] <Datei1> "8344"<orig-Datei> <Datei2>"83458346#: builtin/merge-file.c:338347msgid "send results to standard output"8348msgstr "Ergebnisse zur Standard-Ausgabe senden"83498350#: builtin/merge-file.c:348351msgid "use a diff3 based merge"8352msgstr "einen diff3 basierten Merge verwenden"83538354#: builtin/merge-file.c:358355msgid "for conflicts, use our version"8356msgstr "bei Konflikten unsere Variante verwenden"83578358#: builtin/merge-file.c:378359msgid "for conflicts, use their version"8360msgstr "bei Konflikten ihre Variante verwenden"83618362#: builtin/merge-file.c:398363msgid "for conflicts, use a union version"8364msgstr "bei Konflikten eine gemeinsame Variante verwenden"83658366#: builtin/merge-file.c:428367msgid "for conflicts, use this marker size"8368msgstr "bei Konflikten diese Kennzeichnungslänge verwenden"83698370#: builtin/merge-file.c:438371msgid "do not warn about conflicts"8372msgstr "keine Warnung bei Konflikten"83738374#: builtin/merge-file.c:458375msgid "set labels for file1/orig-file/file2"8376msgstr "Beschriftung für Datei1/orig-Datei/Datei2 setzen"83778378#: builtin/mktree.c:658379msgid "git mktree [-z] [--missing] [--batch]"8380msgstr "git mktree [-z] [--missing] [--batch]"83818382#: builtin/mktree.c:1528383msgid "input is NUL terminated"8384msgstr "Eingabe ist durch NUL-Zeichen abgeschlossen"83858386#: builtin/mktree.c:153 builtin/write-tree.c:248387msgid "allow missing objects"8388msgstr "fehlende Objekte erlauben"83898390#: builtin/mktree.c:1548391msgid "allow creation of more than one tree"8392msgstr "die Erstellung von mehr als einem \"Tree\"-Objekt erlauben"83938394#: builtin/mv.c:158395msgid "git mv [<options>] <source>... <destination>"8396msgstr "git mv [<Optionen>] <Quelle>... <Ziel>"83978398#: builtin/mv.c:708399#, c-format8400msgid "Directory %s is in index and no submodule?"8401msgstr "Verzeichnis %s ist zum Commit vorgemerkt und kein Submodul?"84028403#: builtin/mv.c:728404msgid "Please stage your changes to .gitmodules or stash them to proceed"8405msgstr ""8406"Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "8407"benutzen\n"8408"Sie \"stash\", um fortzufahren."84098410#: builtin/mv.c:908411#, c-format8412msgid "%.*s is in index"8413msgstr "%.*s ist zum Commit vorgemerkt"84148415#: builtin/mv.c:1128416msgid "force move/rename even if target exists"8417msgstr "Verschieben/Umbenennen erzwingen, auch wenn das Ziel existiert"84188419#: builtin/mv.c:1138420msgid "skip move/rename errors"8421msgstr "Fehler beim Verschieben oder Umbenennen überspringen"84228423#: builtin/mv.c:1528424#, c-format8425msgid "destination '%s' is not a directory"8426msgstr "Ziel '%s' ist kein Verzeichnis"84278428#: builtin/mv.c:1638429#, c-format8430msgid "Checking rename of '%s' to '%s'\n"8431msgstr "Prüfe Umbenennung von '%s' nach '%s'\n"84328433#: builtin/mv.c:1678434msgid "bad source"8435msgstr "ungültige Quelle"84368437#: builtin/mv.c:1708438msgid "can not move directory into itself"8439msgstr "kann Verzeichnis nicht in sich selbst verschieben"84408441#: builtin/mv.c:1738442msgid "cannot move directory over file"8443msgstr "kann Verzeichnis nicht über Datei verschieben"84448445#: builtin/mv.c:1828446msgid "source directory is empty"8447msgstr "Quellverzeichnis ist leer"84488449#: builtin/mv.c:2078450msgid "not under version control"8451msgstr "nicht unter Versionskontrolle"84528453#: builtin/mv.c:2108454msgid "destination exists"8455msgstr "Ziel existiert bereits"84568457#: builtin/mv.c:2188458#, c-format8459msgid "overwriting '%s'"8460msgstr "überschreibe '%s'"84618462#: builtin/mv.c:2218463msgid "Cannot overwrite"8464msgstr "Kann nicht überschreiben"84658466#: builtin/mv.c:2248467msgid "multiple sources for the same target"8468msgstr "mehrere Quellen für das selbe Ziel"84698470#: builtin/mv.c:2268471msgid "destination directory does not exist"8472msgstr "Zielverzeichnis existiert nicht"84738474#: builtin/mv.c:2338475#, c-format8476msgid "%s, source=%s, destination=%s"8477msgstr "%s, Quelle=%s, Ziel=%s"84788479#: builtin/mv.c:2548480#, c-format8481msgid "Renaming %s to %s\n"8482msgstr "Benenne %s nach %s um\n"84838484#: builtin/mv.c:257 builtin/remote.c:714 builtin/repack.c:3658485#, c-format8486msgid "renaming '%s' failed"8487msgstr "Umbenennung von '%s' fehlgeschlagen"84888489#: builtin/name-rev.c:2518490msgid "git name-rev [<options>] <commit>..."8491msgstr "git name-rev [<Optionen>] <Commit>..."84928493#: builtin/name-rev.c:2528494msgid "git name-rev [<options>] --all"8495msgstr "git name-rev [<Optionen>] --all"84968497#: builtin/name-rev.c:2538498msgid "git name-rev [<options>] --stdin"8499msgstr "git name-rev [<Optionen>] --stdin"85008501#: builtin/name-rev.c:3058502msgid "print only names (no SHA-1)"8503msgstr "nur Namen anzeigen (keine SHA-1)"85048505#: builtin/name-rev.c:3068506msgid "only use tags to name the commits"8507msgstr "nur Tags verwenden, um die Commits zu benennen"85088509#: builtin/name-rev.c:3088510msgid "only use refs matching <pattern>"8511msgstr "nur Referenzen verwenden die <Muster> entsprechen"85128513#: builtin/name-rev.c:3108514msgid "list all commits reachable from all refs"8515msgstr "alle Commits auflisten, die von allen Referenzen erreichbar sind"85168517#: builtin/name-rev.c:3118518msgid "read from stdin"8519msgstr "von der Standard-Eingabe lesen"85208521#: builtin/name-rev.c:3128522msgid "allow to print `undefined` names (default)"8523msgstr "Ausgabe von `undefinierten` Namen erlauben (Standard)"85248525#: builtin/name-rev.c:3188526msgid "dereference tags in the input (internal use)"8527msgstr "Tags in der Eingabe dereferenzieren (interne Verwendung)"85288529#: builtin/notes.c:258530msgid "git notes [--ref <notes-ref>] [list [<object>]]"8531msgstr "git notes [--ref <Notiz-Referenz>] [list [<Objekt>]]"85328533#: builtin/notes.c:268534msgid ""8535"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "8536"| (-c | -C) <object>] [<object>]"8537msgstr ""8538"git notes [--ref <Notiz-Referenz>] add [-f] [--allow-empty] [-m "8539"<Beschreibung> | -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"85408541#: builtin/notes.c:278542msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"8543msgstr ""8544"git notes [--ref <Notiz-Referenz>] copy [-f] <von-Objekt> <nach-Objekt>"85458546#: builtin/notes.c:288547msgid ""8548"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "8549"(-c | -C) <object>] [<object>]"8550msgstr ""8551"git notes [--ref <Notiz-Referenz>] append [--allow-empty] [-m <Beschreibung> "8552"| -F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"85538554#: builtin/notes.c:298555msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"8556msgstr "git notes [--ref <Notiz-Referenz>] edit [--allow-empty] [<Objekt>]"85578558#: builtin/notes.c:308559msgid "git notes [--ref <notes-ref>] show [<object>]"8560msgstr "git notes [--ref <Notiz-Referenz>] show [<Objekt>]"85618562#: builtin/notes.c:318563msgid ""8564"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"8565msgstr ""8566"git notes [--ref <Notiz-Referenz>] merge [-v | -q] [-s <Strategie>] <Notiz-"8567"Referenz>"85688569#: builtin/notes.c:328570msgid "git notes merge --commit [-v | -q]"8571msgstr "git notes merge --commit [-v | -q]"85728573#: builtin/notes.c:338574msgid "git notes merge --abort [-v | -q]"8575msgstr "git notes merge --abort [-v | -q]"85768577#: builtin/notes.c:348578msgid "git notes [--ref <notes-ref>] remove [<object>...]"8579msgstr "git notes [--ref <Notiz-Referenz>] remove [<Objekt>...]"85808581#: builtin/notes.c:358582msgid "git notes [--ref <notes-ref>] prune [-n | -v]"8583msgstr "git notes [--ref <Notiz-Referenz>] prune [-n | -v]"85848585#: builtin/notes.c:368586msgid "git notes [--ref <notes-ref>] get-ref"8587msgstr "git notes [--ref <Notiz-Referenz>] get-ref"85888589#: builtin/notes.c:418590msgid "git notes [list [<object>]]"8591msgstr "git notes [list [<Objekt>]]"85928593#: builtin/notes.c:468594msgid "git notes add [<options>] [<object>]"8595msgstr "git notes add [<Optionen>] [<Objekt>]"85968597#: builtin/notes.c:518598msgid "git notes copy [<options>] <from-object> <to-object>"8599msgstr "git notes copy [<Optionen>] <von-Objekt> <nach-Objekt>"86008601#: builtin/notes.c:528602msgid "git notes copy --stdin [<from-object> <to-object>]..."8603msgstr "git notes copy --stdin [<von-Objekt> <nach-Objekt>]..."86048605#: builtin/notes.c:578606msgid "git notes append [<options>] [<object>]"8607msgstr "git notes append [<Optionen>] [<Objekt>]"86088609#: builtin/notes.c:628610msgid "git notes edit [<object>]"8611msgstr "git notes edit [<Objekt>]"86128613#: builtin/notes.c:678614msgid "git notes show [<object>]"8615msgstr "git notes show [<Objekt>]"86168617#: builtin/notes.c:728618msgid "git notes merge [<options>] <notes-ref>"8619msgstr "git notes merge [<Optionen>] <Notiz-Referenz>"86208621#: builtin/notes.c:738622msgid "git notes merge --commit [<options>]"8623msgstr "git notes merge --commit [<Optionen>]"86248625#: builtin/notes.c:748626msgid "git notes merge --abort [<options>]"8627msgstr "git notes merge --abort [<Optionen>]"86288629#: builtin/notes.c:798630msgid "git notes remove [<object>]"8631msgstr "git notes remove [<Objekt>]"86328633#: builtin/notes.c:848634msgid "git notes prune [<options>]"8635msgstr "git notes prune [<Optionen>]"86368637#: builtin/notes.c:898638msgid "git notes get-ref"8639msgstr "git notes get-ref"86408641#: builtin/notes.c:1478642#, c-format8643msgid "unable to start 'show' for object '%s'"8644msgstr "konnte 'show' für Objekt '%s' nicht starten"86458646#: builtin/notes.c:1518647msgid "could not read 'show' output"8648msgstr "Konnte Ausgabe von 'show' nicht lesen."86498650#: builtin/notes.c:1598651#, c-format8652msgid "failed to finish 'show' for object '%s'"8653msgstr "konnte 'show' für Objekt '%s' nicht abschließen"86548655#: builtin/notes.c:174 builtin/tag.c:2488656#, c-format8657msgid "could not create file '%s'"8658msgstr "konnte Datei '%s' nicht erstellen"86598660#: builtin/notes.c:1938661msgid "Please supply the note contents using either -m or -F option"8662msgstr ""8663"Bitte liefern Sie den Notiz-Inhalt unter Verwendung der Option -m oder -F."86648665#: builtin/notes.c:2028666msgid "unable to write note object"8667msgstr "Konnte Notiz-Objekt nicht schreiben"86688669#: builtin/notes.c:2048670#, c-format8671msgid "The note contents have been left in %s"8672msgstr "Die Notiz-Inhalte wurden in %s belassen"86738674#: builtin/notes.c:232 builtin/tag.c:4408675#, c-format8676msgid "cannot read '%s'"8677msgstr "kann '%s' nicht lesen"86788679#: builtin/notes.c:234 builtin/tag.c:4438680#, c-format8681msgid "could not open or read '%s'"8682msgstr "konnte '%s' nicht öffnen oder lesen"86838684#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:3068685#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:5108686#: builtin/notes.c:515 builtin/notes.c:593 builtin/notes.c:6568687#: builtin/notes.c:880 builtin/tag.c:4568688#, c-format8689msgid "Failed to resolve '%s' as a valid ref."8690msgstr "Konnte '%s' nicht als gültige Referenz auflösen."86918692#: builtin/notes.c:2568693#, c-format8694msgid "Failed to read object '%s'."8695msgstr "Fehler beim Lesen des Objektes '%s'."86968697#: builtin/notes.c:2608698#, c-format8699msgid "Cannot read note data from non-blob object '%s'."8700msgstr "Kann Notiz-Daten nicht von Nicht-Blob Objekt '%s' lesen."87018702#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:4938703#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:6498704#: builtin/notes.c:9458705msgid "too many parameters"8706msgstr "zu viele Parameter"87078708#: builtin/notes.c:375 builtin/notes.c:6628709#, c-format8710msgid "No note found for object %s."8711msgstr "Keine Notiz für Objekt %s gefunden."87128713#: builtin/notes.c:396 builtin/notes.c:5598714msgid "note contents as a string"8715msgstr "Notizinhalte als Zeichenkette"87168717#: builtin/notes.c:399 builtin/notes.c:5628718msgid "note contents in a file"8719msgstr "Notizinhalte in einer Datei"87208721#: builtin/notes.c:402 builtin/notes.c:5658722msgid "reuse and edit specified note object"8723msgstr "Wiederverwendung und Bearbeitung des angegebenen Notiz-Objektes"87248725#: builtin/notes.c:405 builtin/notes.c:5688726msgid "reuse specified note object"8727msgstr "Wiederverwendung des angegebenen Notiz-Objektes"87288729#: builtin/notes.c:408 builtin/notes.c:5718730msgid "allow storing empty note"8731msgstr "Speichern leerer Notiz erlauben"87328733#: builtin/notes.c:409 builtin/notes.c:4808734msgid "replace existing notes"8735msgstr "existierende Notizen ersetzen"87368737#: builtin/notes.c:4348738#, c-format8739msgid ""8740"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "8741"existing notes"8742msgstr ""8743"Konnte Notizen nicht hinzufügen. Existierende Notizen für Objekt %s "8744"gefunden. Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."87458746#: builtin/notes.c:449 builtin/notes.c:5288747#, c-format8748msgid "Overwriting existing notes for object %s\n"8749msgstr "Überschreibe existierende Notizen für Objekt %s\n"87508751#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:8858752#, c-format8753msgid "Removing note for object %s\n"8754msgstr "Entferne Notiz für Objekt %s\n"87558756#: builtin/notes.c:4818757msgid "read objects from stdin"8758msgstr "Objekte von der Standard-Eingabe lesen"87598760#: builtin/notes.c:4838761msgid "load rewriting config for <command> (implies --stdin)"8762msgstr ""8763"Konfiguration für <Befehl> zum Umschreiben von Commits laden (impliziert --"8764"stdin)"87658766#: builtin/notes.c:5018767msgid "too few parameters"8768msgstr "zu wenig Parameter"87698770#: builtin/notes.c:5228771#, c-format8772msgid ""8773"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "8774"existing notes"8775msgstr ""8776"Kann Notizen nicht kopieren. Existierende Notizen für Objekt %s gefunden. "8777"Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."87788779#: builtin/notes.c:5348780#, c-format8781msgid "Missing notes on source object %s. Cannot copy."8782msgstr "Keine Notizen für Quell-Objekt %s. Kopie nicht möglich."87838784#: builtin/notes.c:5868785#, c-format8786msgid ""8787"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"8788"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"8789msgstr ""8790"Die Optionen -m/-F/-c/-C sind für den Unterbefehl 'edit' veraltet.\n"8791"Bitte benutzen Sie stattdessen 'git notes add -f -m/-F/-c/-C'.\n"87928793#: builtin/notes.c:7678794msgid "General options"8795msgstr "Allgemeine Optionen"87968797#: builtin/notes.c:7698798msgid "Merge options"8799msgstr "Merge-Optionen"88008801#: builtin/notes.c:7718802msgid ""8803"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"8804"cat_sort_uniq)"8805msgstr ""8806"löst Konflikte bei Notizen mit der angegebenen Strategie auf (manual/ours/"8807"theirs/union/cat_sort_uniq)"88088809#: builtin/notes.c:7738810msgid "Committing unmerged notes"8811msgstr "nicht zusammengeführte Notizen eintragen"88128813#: builtin/notes.c:7758814msgid "finalize notes merge by committing unmerged notes"8815msgstr ""8816"Merge von Notizen abschließen, in dem nicht zusammengeführte Notizen "8817"committet werden"88188819#: builtin/notes.c:7778820msgid "Aborting notes merge resolution"8821msgstr "Konfliktauflösung beim Merge von Notizen abbrechen"88228823#: builtin/notes.c:7798824msgid "abort notes merge"8825msgstr "Merge von Notizen abbrechen"88268827#: builtin/notes.c:8568828#, c-format8829msgid "A notes merge into %s is already in-progress at %s"8830msgstr "Ein Merge von Notizen nach %s ist bereits im Gange bei %s"88318832#: builtin/notes.c:8838833#, c-format8834msgid "Object %s has no note\n"8835msgstr "Objekt %s hat keine Notiz\n"88368837#: builtin/notes.c:8958838msgid "attempt to remove non-existent note is not an error"8839msgstr "der Versuch, eine nicht existierende Notiz zu löschen, ist kein Fehler"88408841#: builtin/notes.c:8988842msgid "read object names from the standard input"8843msgstr "Objektnamen von der Standard-Eingabe lesen"88448845#: builtin/notes.c:9798846msgid "notes-ref"8847msgstr "Notiz-Referenz"88488849#: builtin/notes.c:9808850msgid "use notes from <notes-ref>"8851msgstr "Notizen von <Notiz-Referenz> verwenden"88528853#: builtin/notes.c:1015 builtin/remote.c:16268854#, c-format8855msgid "Unknown subcommand: %s"8856msgstr "Unbekannter Unterbefehl: %s"88578858#: builtin/pack-objects.c:288859msgid ""8860"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"8861msgstr ""8862"git pack-objects --stdout [<Optionen>...] [< <Referenzliste> | < "8863"<Objektliste>]"88648865#: builtin/pack-objects.c:298866msgid ""8867"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"8868msgstr ""8869"git pack-objects [<Optionen>...] <Basis-Name> [< <Referenzliste> | < "8870"<Objektliste>]"88718872#: builtin/pack-objects.c:175 builtin/pack-objects.c:1788873#, c-format8874msgid "deflate error (%d)"8875msgstr "Fehler beim Komprimieren (%d)"88768877#: builtin/pack-objects.c:7728878msgid "Writing objects"8879msgstr "Schreibe Objekte"88808881#: builtin/pack-objects.c:10128882msgid "disabling bitmap writing, as some objects are not being packed"8883msgstr ""8884"Deaktiviere Schreiben des Bitmap-Index, da einige Objekte nicht in\n"8885"eine Pack-Datei geschrieben wurden"88868887#: builtin/pack-objects.c:21728888msgid "Compressing objects"8889msgstr "Komprimiere Objekte"88908891#: builtin/pack-objects.c:25588892#, c-format8893msgid "unsupported index version %s"8894msgstr "Nicht unterstützte Index-Version %s"88958896#: builtin/pack-objects.c:25628897#, c-format8898msgid "bad index version '%s'"8899msgstr "Ungültige Index-Version '%s'"89008901#: builtin/pack-objects.c:25928902msgid "do not show progress meter"8903msgstr "keine Fortschrittsanzeige anzeigen"89048905#: builtin/pack-objects.c:25948906msgid "show progress meter"8907msgstr "Fortschrittsanzeige anzeigen"89088909#: builtin/pack-objects.c:25968910msgid "show progress meter during object writing phase"8911msgstr ""8912"Forschrittsanzeige während der Phase des Schreibens der Objekte anzeigen"89138914#: builtin/pack-objects.c:25998915msgid "similar to --all-progress when progress meter is shown"8916msgstr "ähnlich zu --all-progress wenn Fortschrittsanzeige darstellt wird"89178918#: builtin/pack-objects.c:26008919msgid "version[,offset]"8920msgstr "version[,offset]"89218922#: builtin/pack-objects.c:26018923msgid "write the pack index file in the specified idx format version"8924msgstr ""8925"die Index-Datei des Paketes in der angegebenen Indexformat-Version schreiben"89268927#: builtin/pack-objects.c:26048928msgid "maximum size of each output pack file"8929msgstr "maximale Größe für jede ausgegebene Paketdatei"89308931#: builtin/pack-objects.c:26068932msgid "ignore borrowed objects from alternate object store"8933msgstr "geliehene Objekte von alternativem Objektspeicher ignorieren"89348935#: builtin/pack-objects.c:26088936msgid "ignore packed objects"8937msgstr "gepackte Objekte ignorieren"89388939#: builtin/pack-objects.c:26108940msgid "limit pack window by objects"8941msgstr "Paketfenster durch Objekte begrenzen"89428943#: builtin/pack-objects.c:26128944msgid "limit pack window by memory in addition to object limit"8945msgstr ""8946"Paketfenster, zusätzlich zur Objektbegrenzung, durch Speicher begrenzen"89478948#: builtin/pack-objects.c:26148949msgid "maximum length of delta chain allowed in the resulting pack"8950msgstr ""8951"maximale Länge der erlaubten Differenzverkettung im resultierenden Paket"89528953#: builtin/pack-objects.c:26168954msgid "reuse existing deltas"8955msgstr "existierende Unterschiede wiederverwenden"89568957#: builtin/pack-objects.c:26188958msgid "reuse existing objects"8959msgstr "existierende Objekte wiederverwenden"89608961#: builtin/pack-objects.c:26208962msgid "use OFS_DELTA objects"8963msgstr "OFS_DELTA Objekte verwenden"89648965#: builtin/pack-objects.c:26228966msgid "use threads when searching for best delta matches"8967msgstr ""8968"Threads bei der Suche nach den besten Übereinstimmungen bei Unterschieden "8969"verwenden"89708971#: builtin/pack-objects.c:26248972msgid "do not create an empty pack output"8973msgstr "keine leeren Pakete erzeugen"89748975#: builtin/pack-objects.c:26268976msgid "read revision arguments from standard input"8977msgstr "Argumente bezüglich Commits von der Standard-Eingabe lesen"89788979#: builtin/pack-objects.c:26288980msgid "limit the objects to those that are not yet packed"8981msgstr "die Objekte zu solchen, die noch nicht gepackt wurden, begrenzen"89828983#: builtin/pack-objects.c:26318984msgid "include objects reachable from any reference"8985msgstr "Objekte einschließen, die von jeder Referenz erreichbar sind"89868987#: builtin/pack-objects.c:26348988msgid "include objects referred by reflog entries"8989msgstr ""8990"Objekte einschließen, die von Einträgen des Reflogs referenziert werden"89918992#: builtin/pack-objects.c:26378993msgid "include objects referred to by the index"8994msgstr "Objekte einschließen, die vom Index referenziert werden"89958996#: builtin/pack-objects.c:26408997msgid "output pack to stdout"8998msgstr "Paket in die Standard-Ausgabe schreiben"89999000#: builtin/pack-objects.c:26429001msgid "include tag objects that refer to objects to be packed"9002msgstr "Tag-Objekte einschließen, die auf gepackte Objekte referenzieren"90039004#: builtin/pack-objects.c:26449005msgid "keep unreachable objects"9006msgstr "nicht erreichbare Objekte behalten"90079008#: builtin/pack-objects.c:2645 parse-options.h:1429009msgid "time"9010msgstr "Zeit"90119012#: builtin/pack-objects.c:26469013msgid "unpack unreachable objects newer than <time>"9014msgstr "nicht erreichbare Objekte entpacken, die neuer als <Zeit> sind"90159016#: builtin/pack-objects.c:26499017msgid "create thin packs"9018msgstr "dünnere Pakete erzeugen"90199020#: builtin/pack-objects.c:26519021msgid "create packs suitable for shallow fetches"9022msgstr ""9023"Pakete geeignet für Abholung mit unvollständiger Historie (shallow) erzeugen"90249025#: builtin/pack-objects.c:26539026msgid "ignore packs that have companion .keep file"9027msgstr "Pakete ignorieren, die .keep Dateien haben"90289029#: builtin/pack-objects.c:26559030msgid "pack compression level"9031msgstr "Komprimierungsgrad für Paketierung"90329033#: builtin/pack-objects.c:26579034msgid "do not hide commits by grafts"9035msgstr "keine künstlichen Vorgänger-Commits (\"grafts\") verbergen"90369037#: builtin/pack-objects.c:26599038msgid "use a bitmap index if available to speed up counting objects"9039msgstr ""9040"Bitmap-Index (falls verfügbar) zur Optimierung der Objektzählung benutzen"90419042#: builtin/pack-objects.c:26619043msgid "write a bitmap index together with the pack index"9044msgstr "Bitmap-Index zusammen mit Pack-Index schreiben"90459046#: builtin/pack-objects.c:27529047msgid "Counting objects"9048msgstr "Zähle Objekte"90499050#: builtin/pack-refs.c:69051msgid "git pack-refs [<options>]"9052msgstr "git pack-refs [<Optionen>]"90539054#: builtin/pack-refs.c:149055msgid "pack everything"9056msgstr "alles packen"90579058#: builtin/pack-refs.c:159059msgid "prune loose refs (default)"9060msgstr "lose Referenzen entfernen (Standard)"90619062#: builtin/prune-packed.c:79063msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"9064msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"90659066#: builtin/prune-packed.c:409067msgid "Removing duplicate objects"9068msgstr "Lösche doppelte Objekte"90699070#: builtin/prune.c:119071msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"9072msgstr "git prune [-n] [-v] [--expire <Zeit>] [--] [<head>...]"90739074#: builtin/prune.c:105 builtin/worktree.c:1249075msgid "do not remove, show only"9076msgstr "nicht löschen, nur anzeigen"90779078#: builtin/prune.c:106 builtin/worktree.c:1259079msgid "report pruned objects"9080msgstr "gelöschte Objekte melden"90819082#: builtin/prune.c:109 builtin/worktree.c:1279083msgid "expire objects older than <time>"9084msgstr "Objekte älter als <Zeit> verfallen lassen"90859086#: builtin/prune.c:1239087msgid "cannot prune in a precious-objects repo"9088msgstr "kann \"prune\" in precious-objects Repository nicht ausführen"90899090#: builtin/pull.c:729091msgid "git pull [<options>] [<repository> [<refspec>...]]"9092msgstr "git pull [<Optionen>] [<Repository> [<Refspec>...]]"90939094#: builtin/pull.c:1179095msgid "Options related to merging"9096msgstr "Optionen bezogen auf Merge"90979098#: builtin/pull.c:1209099msgid "incorporate changes by rebasing rather than merging"9100msgstr "Integration von Änderungen durch Rebase statt Merge"91019102#: builtin/pull.c:144 builtin/revert.c:1059103msgid "allow fast-forward"9104msgstr "Vorspulen erlauben"91059106#: builtin/pull.c:1509107msgid "verify that the named commit has a valid GPG signature"9108msgstr "den genannten Commit auf eine gültige GPG-Signatur überprüfen"91099110#: builtin/pull.c:1649111msgid "Options related to fetching"9112msgstr "Optionen bezogen auf Fetch"91139114#: builtin/pull.c:1869115msgid "number of submodules pulled in parallel"9116msgstr "Anzahl der parallel mit 'pull' zu verarbeitenden Submodule"91179118#: builtin/pull.c:2759119#, c-format9120msgid "Invalid value for pull.ff: %s"9121msgstr "Ungültiger Wert für pull.ff: %s"91229123#: builtin/pull.c:3599124msgid "Cannot pull with rebase: You have unstaged changes."9125msgstr ""9126"Kann \"pull\" mit \"rebase\" nicht ausführen: Sie haben Änderungen, die "9127"nicht zum Commit vorgemerkt sind."91289129#: builtin/pull.c:3659130msgid "Additionally, your index contains uncommitted changes."9131msgstr "Zusätzlich beinhaltet die Staging-Area nicht committete Änderungen."91329133#: builtin/pull.c:3679134msgid "Cannot pull with rebase: Your index contains uncommitted changes."9135msgstr ""9136"Kann \"pull\" mit \"rebase\" nicht ausführen: Die Staging-Area beinhaltet "9137"nicht committete Änderungen."91389139#: builtin/pull.c:4439140msgid ""9141"There is no candidate for rebasing against among the refs that you just "9142"fetched."9143msgstr ""9144"Es gibt keinen Kandidaten für Rebase innerhalb der Referenzen, die eben "9145"angefordert wurden."91469147#: builtin/pull.c:4459148msgid ""9149"There are no candidates for merging among the refs that you just fetched."9150msgstr ""9151"Es gibt keine Kandidaten für Merge innerhalb der Referenzen, die eben "9152"angefordert wurden."91539154#: builtin/pull.c:4469155msgid ""9156"Generally this means that you provided a wildcard refspec which had no\n"9157"matches on the remote end."9158msgstr ""9159"Im Allgemeinen bedeutet das, dass Sie einen Refspec mit Wildcards angegeben\n"9160"haben, der auf der Gegenseite mit keinen Referenzen übereinstimmt."91619162#: builtin/pull.c:4499163#, c-format9164msgid ""9165"You asked to pull from the remote '%s', but did not specify\n"9166"a branch. Because this is not the default configured remote\n"9167"for your current branch, you must specify a branch on the command line."9168msgstr ""9169"Sie führten \"pull\" von Remote-Repository '%s' aus, ohne einen\n"9170"Branch anzugeben. Da das nicht das konfigurierte Standard-Remote-\n"9171"Repository für den aktuellen Branch ist, müssen Sie einen Branch auf\n"9172"der Befehlszeile angeben."91739174#: builtin/pull.c:4549175msgid "You are not currently on a branch."9176msgstr "Im Moment auf keinem Branch."91779178#: builtin/pull.c:456 builtin/pull.c:4719179msgid "Please specify which branch you want to rebase against."9180msgstr ""9181"Bitte geben Sie den Branch an, gegen welchen Sie \"rebase\" ausführen "9182"möchten."91839184#: builtin/pull.c:458 builtin/pull.c:4739185msgid "Please specify which branch you want to merge with."9186msgstr "Bitte geben Sie den Branch an, welchen Sie zusammenführen möchten."91879188#: builtin/pull.c:459 builtin/pull.c:4749189msgid "See git-pull(1) for details."9190msgstr "Siehe git-pull(1) für weitere Details."91919192#: builtin/pull.c:4699193msgid "There is no tracking information for the current branch."9194msgstr "Es gibt keine Tracking-Informationen für den aktuellen Branch."91959196#: builtin/pull.c:4789197#, c-format9198msgid ""9199"If you wish to set tracking information for this branch you can do so with:\n"9200"\n"9201" git branch --set-upstream-to=%s/<branch> %s\n"9202msgstr ""9203"Wenn Sie Tracking-Informationen für diesen Branch setzen möchten, können "9204"Sie\n"9205"dies tun mit:\n"9206"\n"9207" git branch --set-upstream-to=%s/<Branch> %s\n"92089209#: builtin/pull.c:4839210#, c-format9211msgid ""9212"Your configuration specifies to merge with the ref '%s'\n"9213"from the remote, but no such ref was fetched."9214msgstr ""9215"Ihre Konfiguration gibt an, den Merge mit Referenz '%s'\n"9216"des Remote-Repositories durchzuführen, aber diese Referenz\n"9217"wurde nicht angefordert."92189219#: builtin/pull.c:8419220msgid "Updating an unborn branch with changes added to the index."9221msgstr ""9222"Aktualisiere einen ungeborenen Branch mit Änderungen, die zum Commit "9223"vorgemerkt sind."92249225#: builtin/pull.c:8709226#, c-format9227msgid ""9228"fetch updated the current branch head.\n"9229"fast-forwarding your working tree from\n"9230"commit %s."9231msgstr ""9232"\"fetch\" aktualisierte die Spitze des aktuellen Branches.\n"9233"Spule Ihr Arbeitsverzeichnis von Commit %s vor."92349235#: builtin/pull.c:8759236#, c-format9237msgid ""9238"Cannot fast-forward your working tree.\n"9239"After making sure that you saved anything precious from\n"9240"$ git diff %s\n"9241"output, run\n"9242"$ git reset --hard\n"9243"to recover."9244msgstr ""9245"Kann Arbeitsverzeichnis nicht vorspulen.\n"9246"Nachdem Sie sichergestellt haben, alles Schützenswerte der Ausgabe von\n"9247"$ git diff %s\n"9248"gespeichert zu haben. Führen Sie\n"9249"$ git reset --hard\n"9250"zur Wiederherstellung aus."92519252#: builtin/pull.c:8909253msgid "Cannot merge multiple branches into empty head."9254msgstr "Kann nicht mehrere Branches in einen leeren Branch zusammenführen."92559256#: builtin/pull.c:8949257msgid "Cannot rebase onto multiple branches."9258msgstr "Kann Rebase nicht auf mehrere Branches ausführen."92599260#: builtin/push.c:169261msgid "git push [<options>] [<repository> [<refspec>...]]"9262msgstr "git push [<Optionen>] [<Repository> [<Refspec>...]]"92639264#: builtin/push.c:899265msgid "tag shorthand without <tag>"9266msgstr "Kurzschrift für Tag ohne <Tag>"92679268#: builtin/push.c:999269msgid "--delete only accepts plain target ref names"9270msgstr "Die Option --delete akzeptiert nur reine Referenznamen als Ziel."92719272#: builtin/push.c:1439273msgid ""9274"\n"9275"To choose either option permanently, see push.default in 'git help config'."9276msgstr ""9277"\n"9278"Um eine Variante permanent zu verwenden, siehe push.default in 'git help "9279"config'."92809281#: builtin/push.c:1469282#, c-format9283msgid ""9284"The upstream branch of your current branch does not match\n"9285"the name of your current branch. To push to the upstream branch\n"9286"on the remote, use\n"9287"\n"9288" git push %s HEAD:%s\n"9289"\n"9290"To push to the branch of the same name on the remote, use\n"9291"\n"9292" git push %s %s\n"9293"%s"9294msgstr ""9295"Der Name des Upstream-Branches stimmt nicht mit dem Namen Ihres\n"9296"aktuellen Branches überein. Um auf den Upstream-Branch in dem Remote-\n"9297"Repository zu versenden, benutzen Sie:\n"9298"\n"9299" git push %s HEAD:%s\n"9300"\n"9301"Um auf den Branch mit dem selben Namen im Remote-Repository zu versenden,\n"9302"benutzen Sie:\n"9303"\n"9304" git push %s %s\n"9305"%s"93069307#: builtin/push.c:1619308#, c-format9309msgid ""9310"You are not currently on a branch.\n"9311"To push the history leading to the current (detached HEAD)\n"9312"state now, use\n"9313"\n"9314" git push %s HEAD:<name-of-remote-branch>\n"9315msgstr ""9316"Sie befinden sich im Moment auf keinem Branch.\n"9317"Um die Historie, führend zum aktuellen (losgelöster HEAD)\n"9318"Status zu versenden, benutzen Sie\n"9319"\n"9320" git push %s HEAD:<Name-des-Remote-Branches>\n"93219322#: builtin/push.c:1759323#, c-format9324msgid ""9325"The current branch %s has no upstream branch.\n"9326"To push the current branch and set the remote as upstream, use\n"9327"\n"9328" git push --set-upstream %s %s\n"9329msgstr ""9330"Der aktuelle Branch %s hat keinen Upstream-Branch.\n"9331"Um den aktuellen Branch zu versenden und den Remote-Branch\n"9332"als Upstream-Branch zu setzen, benutzen Sie\n"9333"\n"9334" git push --set-upstream %s %s\n"93359336#: builtin/push.c:1839337#, c-format9338msgid "The current branch %s has multiple upstream branches, refusing to push."9339msgstr ""9340"Der aktuelle Branch %s hat mehrere Upstream-Branches, \"push\" verweigert."93419342#: builtin/push.c:1869343#, c-format9344msgid ""9345"You are pushing to remote '%s', which is not the upstream of\n"9346"your current branch '%s', without telling me what to push\n"9347"to update which remote branch."9348msgstr ""9349"Sie versenden nach '%s', welches kein Upstream-Repository Ihres aktuellen\n"9350"Branches '%s' ist, ohne anzugeben, was versendet werden soll, um welchen\n"9351"Remote-Branch zu aktualisieren."93529353#: builtin/push.c:2429354msgid ""9355"You didn't specify any refspecs to push, and push.default is \"nothing\"."9356msgstr ""9357"Sie haben keine Refspec für \"push\" angegeben, und push.default ist "9358"\"nothing\"."93599360#: builtin/push.c:2499361msgid ""9362"Updates were rejected because the tip of your current branch is behind\n"9363"its remote counterpart. Integrate the remote changes (e.g.\n"9364"'git pull ...') before pushing again.\n"9365"See the 'Note about fast-forwards' in 'git push --help' for details."9366msgstr ""9367"Aktualisierungen wurden zurückgewiesen, weil die Spitze Ihres aktuellen\n"9368"Branches hinter seinem externen Gegenstück zurückgefallen ist. Führen Sie\n"9369"die externen Änderungen zusammen (z. B. 'git pull ...') bevor Sie \"push\"\n"9370"erneut ausführen.\n"9371"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"9372"für weitere Details."93739374#: builtin/push.c:2559375msgid ""9376"Updates were rejected because a pushed branch tip is behind its remote\n"9377"counterpart. Check out this branch and integrate the remote changes\n"9378"(e.g. 'git pull ...') before pushing again.\n"9379"See the 'Note about fast-forwards' in 'git push --help' for details."9380msgstr ""9381"Aktualisierungen wurden zurückgewiesen, weil die Spitze eines versendeten\n"9382"Branches hinter seinem externen Gegenstück zurückgefallen ist. Checken Sie\n"9383"diesen Branch aus und führen Sie die externen Änderungen zusammen\n"9384"(z. B. 'git pull ...') bevor Sie erneut \"push\" ausführen.\n"9385"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"9386"für weitere Details."93879388#: builtin/push.c:2619389msgid ""9390"Updates were rejected because the remote contains work that you do\n"9391"not have locally. This is usually caused by another repository pushing\n"9392"to the same ref. You may want to first integrate the remote changes\n"9393"(e.g., 'git pull ...') before pushing again.\n"9394"See the 'Note about fast-forwards' in 'git push --help' for details."9395msgstr ""9396"Aktualisierungen wurden zurückgewiesen, weil das Remote-Repository Commits "9397"enthält,\n"9398"die lokal nicht vorhanden sind. Das wird üblicherweise durch einen \"push\" "9399"von\n"9400"Commits auf dieselbe Referenz von einem anderen Repository aus verursacht.\n"9401"Vielleicht müssen Sie die externen Änderungen zusammenführen (z. B. 'git "9402"pull ...')\n"9403"bevor Sie erneut \"push\" ausführen.\n"9404"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"9405"für weitere Details."94069407#: builtin/push.c:2689408msgid "Updates were rejected because the tag already exists in the remote."9409msgstr ""9410"Aktualisierungen wurden zurückgewiesen, weil das Tag bereits\n"9411"im Remote-Repository existiert."94129413#: builtin/push.c:2719414msgid ""9415"You cannot update a remote ref that points at a non-commit object,\n"9416"or update a remote ref to make it point at a non-commit object,\n"9417"without using the '--force' option.\n"9418msgstr ""9419"Sie können keine Remote-Referenz aktualisieren, die auf ein Objekt zeigt,\n"9420"das kein Commit ist, oder es auf ein solches Objekt zeigen lassen, ohne\n"9421"die Option '--force' zu verwenden.\n"94229423#: builtin/push.c:3319424#, c-format9425msgid "Pushing to %s\n"9426msgstr "Versende nach %s\n"94279428#: builtin/push.c:3359429#, c-format9430msgid "failed to push some refs to '%s'"9431msgstr "Fehler beim Versenden einiger Referenzen nach '%s'"94329433#: builtin/push.c:3659434#, c-format9435msgid "bad repository '%s'"9436msgstr "ungültiges Repository '%s'"94379438#: builtin/push.c:3669439msgid ""9440"No configured push destination.\n"9441"Either specify the URL from the command-line or configure a remote "9442"repository using\n"9443"\n"9444" git remote add <name> <url>\n"9445"\n"9446"and then push using the remote name\n"9447"\n"9448" git push <name>\n"9449msgstr ""9450"Kein Ziel für \"push\" konfiguriert.\n"9451"Entweder spezifizieren Sie die URL von der Befehlszeile oder konfigurieren "9452"ein Remote-Repository unter Benutzung von\n"9453"\n"9454" git remote add <Name> <URL>\n"9455"\n"9456"und führen \"push\" dann unter Benutzung dieses Namens aus\n"9457"\n"9458" git push <Name>\n"94599460#: builtin/push.c:3819461msgid "--all and --tags are incompatible"9462msgstr "Die Optionen --all und --tags sind inkompatibel."94639464#: builtin/push.c:3829465msgid "--all can't be combined with refspecs"9466msgstr "Die Option --all kann nicht mit Refspecs kombiniert werden."94679468#: builtin/push.c:3879469msgid "--mirror and --tags are incompatible"9470msgstr "Die Optionen --mirror und --tags sind inkompatibel."94719472#: builtin/push.c:3889473msgid "--mirror can't be combined with refspecs"9474msgstr "Die Option --mirror kann nicht mit Refspecs kombiniert werden."94759476#: builtin/push.c:3939477msgid "--all and --mirror are incompatible"9478msgstr "Die Optionen --all und --mirror sind inkompatibel."94799480#: builtin/push.c:5059481msgid "repository"9482msgstr "Repository"94839484#: builtin/push.c:506 builtin/send-pack.c:1619485msgid "push all refs"9486msgstr "alle Referenzen versenden"94879488#: builtin/push.c:507 builtin/send-pack.c:1639489msgid "mirror all refs"9490msgstr "alle Referenzen spiegeln"94919492#: builtin/push.c:5099493msgid "delete refs"9494msgstr "Referenzen löschen"94959496#: builtin/push.c:5109497msgid "push tags (can't be used with --all or --mirror)"9498msgstr "Tags versenden (kann nicht mit --all oder --mirror verwendet werden)"94999500#: builtin/push.c:513 builtin/send-pack.c:1649501msgid "force updates"9502msgstr "Aktualisierung erzwingen"95039504#: builtin/push.c:515 builtin/send-pack.c:1759505msgid "refname>:<expect"9506msgstr "Referenzname>:<Erwartungswert"95079508#: builtin/push.c:516 builtin/send-pack.c:1769509msgid "require old value of ref to be at this value"9510msgstr "Referenz muss sich auf dem angegebenen Wert befinden"95119512#: builtin/push.c:5199513msgid "control recursive pushing of submodules"9514msgstr "rekursiven \"push\" von Submodulen steuern"95159516#: builtin/push.c:521 builtin/send-pack.c:1699517msgid "use thin pack"9518msgstr "kleinere Pakete verwenden"95199520#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:1589521#: builtin/send-pack.c:1599522msgid "receive pack program"9523msgstr "'receive pack' Programm"95249525#: builtin/push.c:5249526msgid "set upstream for git pull/status"9527msgstr "Upstream für \"git pull/status\" setzen"95289529#: builtin/push.c:5279530msgid "prune locally removed refs"9531msgstr "lokal gelöschte Referenzen entfernen"95329533#: builtin/push.c:5299534msgid "bypass pre-push hook"9535msgstr "\"pre-push hook\" umgehen"95369537#: builtin/push.c:5309538msgid "push missing but relevant tags"9539msgstr "fehlende, aber relevante Tags versenden"95409541#: builtin/push.c:533 builtin/send-pack.c:1669542msgid "GPG sign the push"9543msgstr "signiert \"push\" mit GPG"95449545#: builtin/push.c:535 builtin/send-pack.c:1709546msgid "request atomic transaction on remote side"9547msgstr "Referenzen atomar versenden"95489549#: builtin/push.c:5499550msgid "--delete is incompatible with --all, --mirror and --tags"9551msgstr "Die Option --delete ist inkompatibel mit --all, --mirror und --tags."95529553#: builtin/push.c:5519554msgid "--delete doesn't make sense without any refs"9555msgstr "Die Option --delete kann nur mit Referenzen verwendet werden."95569557#: builtin/read-tree.c:379558msgid ""9559"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "9560"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9561"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"9562msgstr ""9563"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<Präfix>) "9564"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9565"index-output=<Datei>] (--empty | <Commit-Referenz1> [<Commit-Referenz2> "9566"[<Commit-Referenz3>]])"95679568#: builtin/read-tree.c:1109569msgid "write resulting index to <file>"9570msgstr "resultierenden Index nach <Datei> schreiben"95719572#: builtin/read-tree.c:1139573msgid "only empty the index"9574msgstr "nur den Index leeren"95759576#: builtin/read-tree.c:1159577msgid "Merging"9578msgstr "Merge"95799580#: builtin/read-tree.c:1179581msgid "perform a merge in addition to a read"9582msgstr "einen Merge, zusätzlich zum Lesen, ausführen"95839584#: builtin/read-tree.c:1199585msgid "3-way merge if no file level merging required"9586msgstr "3-Wege-Merge, wenn kein Merge auf Dateiebene erforderlich ist"95879588#: builtin/read-tree.c:1219589msgid "3-way merge in presence of adds and removes"9590msgstr "3-Wege-Merge bei Vorhandensein von hinzugefügten/entfernten Zeilen"95919592#: builtin/read-tree.c:1239593msgid "same as -m, but discard unmerged entries"9594msgstr "genau wie -m, aber nicht zusammengeführte Einträge verwerfen"95959596#: builtin/read-tree.c:1249597msgid "<subdirectory>/"9598msgstr "<Unterverzeichnis>/"95999600#: builtin/read-tree.c:1259601msgid "read the tree into the index under <subdirectory>/"9602msgstr "das Verzeichnis in den Index unter <Unterverzeichnis>/ lesen"96039604#: builtin/read-tree.c:1289605msgid "update working tree with merge result"9606msgstr "Arbeitsverzeichnis mit dem Ergebnis des Merges aktualisieren"96079608#: builtin/read-tree.c:1309609msgid "gitignore"9610msgstr "gitignore"96119612#: builtin/read-tree.c:1319613msgid "allow explicitly ignored files to be overwritten"9614msgstr "explizit ignorierte Dateien zu überschreiben erlauben"96159616#: builtin/read-tree.c:1349617msgid "don't check the working tree after merging"9618msgstr "das Arbeitsverzeichnis nach dem Merge nicht prüfen"96199620#: builtin/read-tree.c:1359621msgid "don't update the index or the work tree"9622msgstr "weder den Index, noch das Arbeitsverzeichnis aktualisieren"96239624#: builtin/read-tree.c:1379625msgid "skip applying sparse checkout filter"9626msgstr "Anwendung des Filters für spärliches Auschecken überspringen"96279628#: builtin/read-tree.c:1399629msgid "debug unpack-trees"9630msgstr "Entpacken der Bäume protokollieren"96319632#: builtin/reflog.c:4239633#, c-format9634msgid "'%s' for '%s' is not a valid timestamp"9635msgstr "'%s' ist kein gültiger Zeitstempel für '%s'"96369637#: builtin/reflog.c:540 builtin/reflog.c:5459638#, c-format9639msgid "'%s' is not a valid timestamp"9640msgstr "'%s' ist kein gültiger Zeitstempel"96419642#: builtin/remote.c:129643msgid "git remote [-v | --verbose]"9644msgstr "git remote [-v | --verbose]"96459646#: builtin/remote.c:139647msgid ""9648"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"9649"mirror=<fetch|push>] <name> <url>"9650msgstr ""9651"git remote add [-t <Branch>] [-m <master>] [-f] [--tags | --no-tags] [--"9652"mirror=<fetch|push>] <Name> <URL>"96539654#: builtin/remote.c:14 builtin/remote.c:349655msgid "git remote rename <old> <new>"9656msgstr "git remote rename <alt> <neu>"96579658#: builtin/remote.c:15 builtin/remote.c:399659msgid "git remote remove <name>"9660msgstr "git remote remove <Name>"96619662#: builtin/remote.c:16 builtin/remote.c:449663msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"9664msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"96659666#: builtin/remote.c:179667msgid "git remote [-v | --verbose] show [-n] <name>"9668msgstr "git remote [-v | --verbose] show [-n] <Name>"96699670#: builtin/remote.c:189671msgid "git remote prune [-n | --dry-run] <name>"9672msgstr "git remote prune [-n | --dry-run] <Name>"96739674#: builtin/remote.c:199675msgid ""9676"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"9677msgstr ""9678"git remote [-v | --verbose] update [-p | --prune] [(<Gruppe> | <Remote>)...]"96799680#: builtin/remote.c:209681msgid "git remote set-branches [--add] <name> <branch>..."9682msgstr "git remote set-branches [--add] <Name> <Branch>..."96839684#: builtin/remote.c:21 builtin/remote.c:709685msgid "git remote get-url [--push] [--all] <name>"9686msgstr "git remote get-url [--push] [--all] <Name>"96879688#: builtin/remote.c:22 builtin/remote.c:759689msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"9690msgstr "git remote set-url [--push] <Name> <neueURL> [<alteURL>]"96919692#: builtin/remote.c:23 builtin/remote.c:769693msgid "git remote set-url --add <name> <newurl>"9694msgstr "git remote set-url --add <Name> <neueURL>"96959696#: builtin/remote.c:24 builtin/remote.c:779697msgid "git remote set-url --delete <name> <url>"9698msgstr "git remote set-url --delete <Name> <URL>"96999700#: builtin/remote.c:299701msgid "git remote add [<options>] <name> <url>"9702msgstr "git remote add [<Optionen>] <Name> <URL>"97039704#: builtin/remote.c:499705msgid "git remote set-branches <name> <branch>..."9706msgstr "git remote set-branches <Name> <Branch>..."97079708#: builtin/remote.c:509709msgid "git remote set-branches --add <name> <branch>..."9710msgstr "git remote set-branches --add <Name> <Branch>..."97119712#: builtin/remote.c:559713msgid "git remote show [<options>] <name>"9714msgstr "git remote show [<Optionen>] <Name>"97159716#: builtin/remote.c:609717msgid "git remote prune [<options>] <name>"9718msgstr "git remote prune [<Optionen>] <Name>"97199720#: builtin/remote.c:659721msgid "git remote update [<options>] [<group> | <remote>]..."9722msgstr "git remote update [<Optionen>] [<Gruppe> | <externesRepository>]..."97239724#: builtin/remote.c:949725#, c-format9726msgid "Updating %s"9727msgstr "Aktualisiere %s"97289729#: builtin/remote.c:1269730msgid ""9731"--mirror is dangerous and deprecated; please\n"9732"\t use --mirror=fetch or --mirror=push instead"9733msgstr ""9734"--mirror ist gefährlich und veraltet; bitte\n"9735"\t benutzen Sie stattdessen --mirror=fetch oder --mirror=push"97369737#: builtin/remote.c:1439738#, c-format9739msgid "unknown mirror argument: %s"9740msgstr "unbekanntes Argument für Option --mirror: %s"97419742#: builtin/remote.c:1599743msgid "fetch the remote branches"9744msgstr "die Remote-Branches anfordern"97459746#: builtin/remote.c:1619747msgid "import all tags and associated objects when fetching"9748msgstr "alle Tags und verbundene Objekte beim Anfordern importieren"97499750#: builtin/remote.c:1649751msgid "or do not fetch any tag at all (--no-tags)"9752msgstr "oder fordere gar keine Zweige an (--no-tags)"97539754#: builtin/remote.c:1669755msgid "branch(es) to track"9756msgstr "Branch(es) zur Übernahme"97579758#: builtin/remote.c:1679759msgid "master branch"9760msgstr "Hauptbranch"97619762#: builtin/remote.c:1689763msgid "push|fetch"9764msgstr "push|fetch"97659766#: builtin/remote.c:1699767msgid "set up remote as a mirror to push to or fetch from"9768msgstr ""9769"Aufsetzen des Remote-Repositories als Spiegel-Repository für \"push\" und "9770"\"fetch\""97719772#: builtin/remote.c:1819773msgid "specifying a master branch makes no sense with --mirror"9774msgstr ""9775"Die Option --mirror kann nicht mit der Angabe eines Hauptbranches verwendet "9776"werden."97779778#: builtin/remote.c:1839779msgid "specifying branches to track makes sense only with fetch mirrors"9780msgstr ""9781"Die Angabe von zu folgenden Branches kann nur mit dem Anfordern von "9782"Spiegelarchiven verwendet werden."97839784#: builtin/remote.c:190 builtin/remote.c:6339785#, c-format9786msgid "remote %s already exists."9787msgstr "externes Repository %s existiert bereits"97889789#: builtin/remote.c:194 builtin/remote.c:6379790#, c-format9791msgid "'%s' is not a valid remote name"9792msgstr "'%s' ist kein gültiger Name für ein Remote-Repository"97939794#: builtin/remote.c:2349795#, c-format9796msgid "Could not setup master '%s'"9797msgstr "Konnte symbolische Referenz für Hauptbranch von '%s' nicht einrichten"97989799#: builtin/remote.c:3369800#, c-format9801msgid "Could not get fetch map for refspec %s"9802msgstr "Konnte Fetch-Map für Refspec %s nicht bekommen"98039804#: builtin/remote.c:437 builtin/remote.c:4459805msgid "(matching)"9806msgstr "(übereinstimmend)"98079808#: builtin/remote.c:4499809msgid "(delete)"9810msgstr "(lösche)"98119812#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:8589813#, c-format9814msgid "No such remote: %s"9815msgstr "Kein solches Remote-Repository: %s"98169817#: builtin/remote.c:6439818#, c-format9819msgid "Could not rename config section '%s' to '%s'"9820msgstr "Konnte Sektion '%s' in Konfiguration nicht nach '%s' umbenennen"98219822#: builtin/remote.c:6639823#, c-format9824msgid ""9825"Not updating non-default fetch refspec\n"9826"\t%s\n"9827"\tPlease update the configuration manually if necessary."9828msgstr ""9829"Keine Aktualisierung der nicht standardmäßigen Refspec für \"fetch\"\n"9830"\t%s\n"9831"\tBitte aktualisieren Sie, falls notwendig, die Konfiguration manuell."98329833#: builtin/remote.c:6999834#, c-format9835msgid "deleting '%s' failed"9836msgstr "Konnte '%s' nicht löschen"98379838#: builtin/remote.c:7339839#, c-format9840msgid "creating '%s' failed"9841msgstr "Konnte '%s' nicht erstellen"98429843#: builtin/remote.c:7969844msgid ""9845"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"9846"to delete it, use:"9847msgid_plural ""9848"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"9849"to delete them, use:"9850msgstr[0] ""9851"Hinweis: Ein Branch außerhalb der refs/remotes/ Hierachie wurde nicht "9852"gelöscht;\n"9853"um diesen zu löschen, benutzen Sie:"9854msgstr[1] ""9855"Hinweis: Einige Branches außer der refs/remotes/ Hierarchie wurden nicht "9856"entfernt;\n"9857"um diese zu entfernen, benutzen Sie:"98589859#: builtin/remote.c:8109860#, c-format9861msgid "Could not remove config section '%s'"9862msgstr "Konnte Sektion '%s' nicht aus Konfiguration entfernen"98639864#: builtin/remote.c:9119865#, c-format9866msgid " new (next fetch will store in remotes/%s)"9867msgstr " neu (wird bei nächstem \"fetch\" in remotes/%s gespeichert)"98689869#: builtin/remote.c:9149870msgid " tracked"9871msgstr " gefolgt"98729873#: builtin/remote.c:9169874msgid " stale (use 'git remote prune' to remove)"9875msgstr " veraltet (benutzen Sie 'git remote prune' zum Löschen)"98769877#: builtin/remote.c:9189878msgid " ???"9879msgstr " ???"98809881#: builtin/remote.c:9599882#, c-format9883msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"9884msgstr "ungültiges branch.%s.merge; kann Rebase nicht auf > 1 Branch ausführen"98859886#: builtin/remote.c:9679887#, c-format9888msgid "rebases interactively onto remote %s"9889msgstr "interaktiver Rebase auf Remote-Branch %s"98909891#: builtin/remote.c:9719892#, c-format9893msgid " merges with remote %s"9894msgstr " führt mit Remote-Branch %s zusammen"98959896#: builtin/remote.c:9729897msgid " and with remote"9898msgstr " und mit Remote-Branch"98999900#: builtin/remote.c:9749901#, c-format9902msgid "merges with remote %s"9903msgstr "führt mit Remote-Branch %s zusammen"99049905#: builtin/remote.c:9759906msgid " and with remote"9907msgstr " und mit Remote-Branch"99089909#: builtin/remote.c:10219910msgid "create"9911msgstr "erstellt"99129913#: builtin/remote.c:10249914msgid "delete"9915msgstr "gelöscht"99169917#: builtin/remote.c:10289918msgid "up to date"9919msgstr "aktuell"99209921#: builtin/remote.c:10319922msgid "fast-forwardable"9923msgstr "vorspulbar"99249925#: builtin/remote.c:10349926msgid "local out of date"9927msgstr "lokal nicht aktuell"99289929#: builtin/remote.c:10419930#, c-format9931msgid " %-*s forces to %-*s (%s)"9932msgstr " %-*s erzwingt Versandt nach %-*s (%s)"99339934#: builtin/remote.c:10449935#, c-format9936msgid " %-*s pushes to %-*s (%s)"9937msgstr " %-*s versendet nach %-*s (%s)"99389939#: builtin/remote.c:10489940#, c-format9941msgid " %-*s forces to %s"9942msgstr " %-*s erzwingt Versand nach %s"99439944#: builtin/remote.c:10519945#, c-format9946msgid " %-*s pushes to %s"9947msgstr " %-*s versendet nach %s"99489949#: builtin/remote.c:11199950msgid "do not query remotes"9951msgstr "keine Abfrage von Remote-Repositories"99529953#: builtin/remote.c:11469954#, c-format9955msgid "* remote %s"9956msgstr "* Remote-Repository %s"99579958#: builtin/remote.c:11479959#, c-format9960msgid " Fetch URL: %s"9961msgstr " URL zum Abholen: %s"99629963#: builtin/remote.c:1148 builtin/remote.c:12999964msgid "(no URL)"9965msgstr "(keine URL)"99669967#: builtin/remote.c:1157 builtin/remote.c:11599968#, c-format9969msgid " Push URL: %s"9970msgstr " URL zum Versenden: %s"99719972#: builtin/remote.c:1161 builtin/remote.c:1163 builtin/remote.c:11659973#, c-format9974msgid " HEAD branch: %s"9975msgstr " Hauptbranch: %s"99769977#: builtin/remote.c:11679978#, c-format9979msgid ""9980" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"9981msgstr ""9982" Hauptbranch (externer HEAD ist mehrdeutig, könnte einer der folgenden "9983"sein):\n"99849985#: builtin/remote.c:11799986#, c-format9987msgid " Remote branch:%s"9988msgid_plural " Remote branches:%s"9989msgstr[0] " Remote-Branch:%s"9990msgstr[1] " Remote-Branches:%s"99919992#: builtin/remote.c:1182 builtin/remote.c:12099993msgid " (status not queried)"9994msgstr " (Zustand nicht abgefragt)"99959996#: builtin/remote.c:11919997msgid " Local branch configured for 'git pull':"9998msgid_plural " Local branches configured for 'git pull':"9999msgstr[0] " Lokaler Branch konfiguriert für 'git pull':"10000msgstr[1] " Lokale Branches konfiguriert für 'git pull':"1000110002#: builtin/remote.c:119910003msgid " Local refs will be mirrored by 'git push'"10004msgstr " Lokale Referenzen werden von 'git push' gespiegelt"1000510006#: builtin/remote.c:120610007#, c-format10008msgid " Local ref configured for 'git push'%s:"10009msgid_plural " Local refs configured for 'git push'%s:"10010msgstr[0] " Lokale Referenz konfiguriert für 'git push'%s:"10011msgstr[1] " Lokale Referenzen konfiguriert für 'git push'%s:"1001210013#: builtin/remote.c:122710014msgid "set refs/remotes/<name>/HEAD according to remote"10015msgstr "setzt refs/remotes/<Name>/HEAD gemäß dem Remote-Repository"1001610017#: builtin/remote.c:122910018msgid "delete refs/remotes/<name>/HEAD"10019msgstr "entfernt refs/remotes/<Name>/HEAD"1002010021#: builtin/remote.c:124410022msgid "Cannot determine remote HEAD"10023msgstr "Kann HEAD des Remote-Repositories nicht bestimmen"1002410025#: builtin/remote.c:124610026msgid "Multiple remote HEAD branches. Please choose one explicitly with:"10027msgstr ""10028"Mehrere Hauptbranches im Remote-Repository. Bitte wählen Sie explizit einen "10029"aus mit:"1003010031#: builtin/remote.c:125610032#, c-format10033msgid "Could not delete %s"10034msgstr "Konnte %s nicht entfernen"1003510036#: builtin/remote.c:126410037#, c-format10038msgid "Not a valid ref: %s"10039msgstr "keine gültige Referenz: %s"1004010041#: builtin/remote.c:126610042#, c-format10043msgid "Could not setup %s"10044msgstr "Konnte %s nicht einrichten"1004510046#: builtin/remote.c:128410047#, c-format10048msgid " %s will become dangling!"10049msgstr " %s wird unreferenziert!"1005010051#: builtin/remote.c:128510052#, c-format10053msgid " %s has become dangling!"10054msgstr " %s wurde unreferenziert!"1005510056#: builtin/remote.c:129510057#, c-format10058msgid "Pruning %s"10059msgstr "entferne veraltete Branches von %s"1006010061#: builtin/remote.c:129610062#, c-format10063msgid "URL: %s"10064msgstr "URL: %s"1006510066#: builtin/remote.c:131210067#, c-format10068msgid " * [would prune] %s"10069msgstr " * [würde veralteten Branch entfernen] %s"1007010071#: builtin/remote.c:131510072#, c-format10073msgid " * [pruned] %s"10074msgstr "* [veralteten Branch entfernt] %s"1007510076#: builtin/remote.c:136010077msgid "prune remotes after fetching"10078msgstr "entferne veraltete Branches im Remote-Repository nach \"fetch\""1007910080#: builtin/remote.c:1423 builtin/remote.c:1477 builtin/remote.c:154510081#, c-format10082msgid "No such remote '%s'"10083msgstr "Kein solches Remote-Repository '%s'"1008410085#: builtin/remote.c:143910086msgid "add branch"10087msgstr "Branch hinzufügen"1008810089#: builtin/remote.c:144610090msgid "no remote specified"10091msgstr "kein Remote-Repository angegeben"1009210093#: builtin/remote.c:146310094msgid "query push URLs rather than fetch URLs"10095msgstr "nur URLs für Push ausgeben"1009610097#: builtin/remote.c:146510098msgid "return all URLs"10099msgstr "alle URLs ausgeben"1010010101#: builtin/remote.c:149310102#, c-format10103msgid "no URLs configured for remote '%s'"10104msgstr "Keine URLs für Remote-Repository '%s' konfiguriert."1010510106#: builtin/remote.c:151910107msgid "manipulate push URLs"10108msgstr "URLs für \"push\" manipulieren"1010910110#: builtin/remote.c:152110111msgid "add URL"10112msgstr "URL hinzufügen"1011310114#: builtin/remote.c:152310115msgid "delete URLs"10116msgstr "URLs löschen"1011710118#: builtin/remote.c:153010119msgid "--add --delete doesn't make sense"10120msgstr ""10121"Die Optionen --add und --delete können nicht gemeinsam verwendet werden."1012210123#: builtin/remote.c:157110124#, c-format10125msgid "Invalid old URL pattern: %s"10126msgstr "ungültiges altes URL Format: %s"1012710128#: builtin/remote.c:157910129#, c-format10130msgid "No such URL found: %s"10131msgstr "Keine solche URL gefunden: %s"1013210133#: builtin/remote.c:158110134msgid "Will not delete all non-push URLs"10135msgstr "Werde keine URLs entfernen, die nicht für \"push\" bestimmt sind"1013610137#: builtin/remote.c:159510138msgid "be verbose; must be placed before a subcommand"10139msgstr "erweiterte Ausgaben; muss vor einem Unterbefehl angegeben werden"1014010141#: builtin/repack.c:1710142msgid "git repack [<options>]"10143msgstr "git repack [<Optionen>]"1014410145#: builtin/repack.c:15910146msgid "pack everything in a single pack"10147msgstr "alles in eine einzige Pack-Datei packen"1014810149#: builtin/repack.c:16110150msgid "same as -a, and turn unreachable objects loose"10151msgstr "genau wie -a, unerreichbare Objekte werden aber nicht gelöscht"1015210153#: builtin/repack.c:16410154msgid "remove redundant packs, and run git-prune-packed"10155msgstr "redundante Pakete entfernen und \"git-prune-packed\" ausführen"1015610157#: builtin/repack.c:16610158msgid "pass --no-reuse-delta to git-pack-objects"10159msgstr "--no-reuse-delta an git-pack-objects übergeben"1016010161#: builtin/repack.c:16810162msgid "pass --no-reuse-object to git-pack-objects"10163msgstr "--no-reuse-object an git-pack-objects übergeben"1016410165#: builtin/repack.c:17010166msgid "do not run git-update-server-info"10167msgstr "git-update-server-info nicht ausführen"1016810169#: builtin/repack.c:17310170msgid "pass --local to git-pack-objects"10171msgstr "--local an git-pack-objects übergeben"1017210173#: builtin/repack.c:17510174msgid "write bitmap index"10175msgstr "Bitmap-Index schreiben"1017610177#: builtin/repack.c:17610178msgid "approxidate"10179msgstr "Datumsangabe"1018010181#: builtin/repack.c:17710182msgid "with -A, do not loosen objects older than this"10183msgstr "mit -A, keine Objekte älter als dieses Datum löschen"1018410185#: builtin/repack.c:17910186msgid "size of the window used for delta compression"10187msgstr "Größe des Fensters für die Delta-Kompression"1018810189#: builtin/repack.c:180 builtin/repack.c:18410190msgid "bytes"10191msgstr "Bytes"1019210193#: builtin/repack.c:18110194msgid "same as the above, but limit memory size instead of entries count"10195msgstr ""10196"gleiches wie oben, aber die Speichergröße anstatt der\n"10197"Anzahl der Einträge limitieren"1019810199#: builtin/repack.c:18310200msgid "limits the maximum delta depth"10201msgstr "die maximale Delta-Tiefe limitieren"1020210203#: builtin/repack.c:18510204msgid "maximum size of each packfile"10205msgstr "maximale Größe für jede Paketdatei"1020610207#: builtin/repack.c:18710208msgid "repack objects in packs marked with .keep"10209msgstr ""10210"Objekte umpacken, die sich in mit .keep markierten Pack-Dateien befinden"1021110212#: builtin/repack.c:19710213msgid "cannot delete packs in a precious-objects repo"10214msgstr "kann Pack-Dateien in precious-objects Repository nicht löschen"1021510216#: builtin/repack.c:38110217#, c-format10218msgid "removing '%s' failed"10219msgstr "Löschen von '%s' fehlgeschlagen"1022010221#: builtin/replace.c:1910222msgid "git replace [-f] <object> <replacement>"10223msgstr "git replace [-f] <Objekt> <Ersetzung>"1022410225#: builtin/replace.c:2010226msgid "git replace [-f] --edit <object>"10227msgstr "git replace [-f] --edit <Objekt>"1022810229#: builtin/replace.c:2110230msgid "git replace [-f] --graft <commit> [<parent>...]"10231msgstr "git replace [-f] --graft <Commit> [<Eltern-Commit>...]"1023210233#: builtin/replace.c:2210234msgid "git replace -d <object>..."10235msgstr "git replace -d <Objekt>..."1023610237#: builtin/replace.c:2310238msgid "git replace [--format=<format>] [-l [<pattern>]]"10239msgstr "git replace [--format=<Format>] [-l [<Muster>]]"1024010241#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:39110242#, c-format10243msgid "Not a valid object name: '%s'"10244msgstr "Ungültiger Objekt-Name: '%s'"1024510246#: builtin/replace.c:35510247#, c-format10248msgid "bad mergetag in commit '%s'"10249msgstr "ungültiger Merge-Tag in Commit '%s'"1025010251#: builtin/replace.c:35710252#, c-format10253msgid "malformed mergetag in commit '%s'"10254msgstr "fehlerhafter Merge-Tag in Commit '%s'"1025510256#: builtin/replace.c:36810257#, c-format10258msgid ""10259"original commit '%s' contains mergetag '%s' that is discarded; use --edit "10260"instead of --graft"10261msgstr ""10262"Der ursprüngliche Commit '%s' enthält Merge-Tag '%s', der verworfen\n"10263"wird; benutzen Sie --edit anstatt --graft"1026410265#: builtin/replace.c:40110266#, c-format10267msgid "the original commit '%s' has a gpg signature."10268msgstr "Der ursprüngliche Commit '%s' hat eine GPG-Signatur."1026910270#: builtin/replace.c:40210271msgid "the signature will be removed in the replacement commit!"10272msgstr "Die Signatur wird in dem Ersetzungs-Commit entfernt!"1027310274#: builtin/replace.c:40810275#, c-format10276msgid "could not write replacement commit for: '%s'"10277msgstr "Konnte Ersetzungs-Commit für '%s' nicht schreiben"1027810279#: builtin/replace.c:43210280msgid "list replace refs"10281msgstr "ersetzende Referenzen auflisten"1028210283#: builtin/replace.c:43310284msgid "delete replace refs"10285msgstr "ersetzende Referenzen löschen"1028610287#: builtin/replace.c:43410288msgid "edit existing object"10289msgstr "existierendes Objekt bearbeiten"1029010291#: builtin/replace.c:43510292msgid "change a commit's parents"10293msgstr "Eltern-Commits eines Commits ändern"1029410295#: builtin/replace.c:43610296msgid "replace the ref if it exists"10297msgstr "die Referenz ersetzen, wenn sie existiert"1029810299#: builtin/replace.c:43710300msgid "do not pretty-print contents for --edit"10301msgstr "keine ansprechende Anzeige des Objektinhaltes für --edit"1030210303#: builtin/replace.c:43810304msgid "use this format"10305msgstr "das angegebene Format benutzen"1030610307#: builtin/rerere.c:1210308msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"10309msgstr "git rerere [clean | forget <Pfad>... | status | remaining | diff | gc]"1031010311#: builtin/rerere.c:5810312msgid "register clean resolutions in index"10313msgstr "saubere Auflösungen im Index registrieren"1031410315#: builtin/reset.c:2610316msgid ""10317"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"10318msgstr ""10319"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<Commit>]"1032010321#: builtin/reset.c:2710322msgid "git reset [-q] <tree-ish> [--] <paths>..."10323msgstr "git reset [-q] <Commit-Referenz> [--] <Pfade>..."1032410325#: builtin/reset.c:2810326msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"10327msgstr "git reset --patch [<Commit-Referenz>] [--] [<Pfade>...]"1032810329#: builtin/reset.c:3410330msgid "mixed"10331msgstr "mixed"1033210333#: builtin/reset.c:3410334msgid "soft"10335msgstr "soft"1033610337#: builtin/reset.c:3410338msgid "hard"10339msgstr "hard"1034010341#: builtin/reset.c:3410342msgid "merge"10343msgstr "zusammenführen"1034410345#: builtin/reset.c:3410346msgid "keep"10347msgstr "keep"1034810349#: builtin/reset.c:7410350msgid "You do not have a valid HEAD."10351msgstr "Sie haben keinen gültigen HEAD."1035210353#: builtin/reset.c:7610354msgid "Failed to find tree of HEAD."10355msgstr "Fehler beim Finden des \"Tree\"-Objektes von HEAD."1035610357#: builtin/reset.c:8210358#, c-format10359msgid "Failed to find tree of %s."10360msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."1036110362#: builtin/reset.c:10010363#, c-format10364msgid "HEAD is now at %s"10365msgstr "HEAD ist jetzt bei %s"1036610367#: builtin/reset.c:18310368#, c-format10369msgid "Cannot do a %s reset in the middle of a merge."10370msgstr "Kann keinen '%s'-Reset durchführen, während ein Merge im Gange ist."1037110372#: builtin/reset.c:27610373msgid "be quiet, only report errors"10374msgstr "weniger Ausgaben, meldet nur Fehler"1037510376#: builtin/reset.c:27810377msgid "reset HEAD and index"10378msgstr "HEAD und Index umsetzen"1037910380#: builtin/reset.c:27910381msgid "reset only HEAD"10382msgstr "nur HEAD umsetzen"1038310384#: builtin/reset.c:281 builtin/reset.c:28310385msgid "reset HEAD, index and working tree"10386msgstr "HEAD, Index und Arbeitsverzeichnis umsetzen"1038710388#: builtin/reset.c:28510389msgid "reset HEAD but keep local changes"10390msgstr "HEAD umsetzen, aber lokale Änderungen behalten"1039110392#: builtin/reset.c:28810393msgid "record only the fact that removed paths will be added later"10394msgstr "nur speichern, dass gelöschte Pfade später hinzugefügt werden sollen"1039510396#: builtin/reset.c:30510397#, c-format10398msgid "Failed to resolve '%s' as a valid revision."10399msgstr "Konnte '%s' nicht als gültigen Commit auflösen."1040010401#: builtin/reset.c:31310402#, c-format10403msgid "Failed to resolve '%s' as a valid tree."10404msgstr "Konnte '%s' nicht als gültiges \"Tree\"-Objekt auflösen."1040510406#: builtin/reset.c:32210407msgid "--patch is incompatible with --{hard,mixed,soft}"10408msgstr "--patch ist inkompatibel mit --{hard,mixed,soft}"1040910410#: builtin/reset.c:33110411msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."10412msgstr ""10413"--mixed mit Pfaden ist veraltet; benutzen Sie stattdessen 'git reset -- "10414"<Pfade>'."1041510416#: builtin/reset.c:33310417#, c-format10418msgid "Cannot do %s reset with paths."10419msgstr "Ein '%s'-Reset mit Pfaden ist nicht möglich."1042010421#: builtin/reset.c:34310422#, c-format10423msgid "%s reset is not allowed in a bare repository"10424msgstr "'%s'-Reset ist in einem Bare-Repository nicht erlaubt"1042510426#: builtin/reset.c:34710427msgid "-N can only be used with --mixed"10428msgstr "-N kann nur mit -mixed benutzt werden"1042910430#: builtin/reset.c:36410431msgid "Unstaged changes after reset:"10432msgstr "Nicht zum Commit vorgemerkte Änderungen nach Zurücksetzung:"1043310434#: builtin/reset.c:37010435#, c-format10436msgid "Could not reset index file to revision '%s'."10437msgstr "Konnte Index-Datei nicht zu Commit '%s' setzen."1043810439#: builtin/reset.c:37410440msgid "Could not write new index file."10441msgstr "Konnte neue Index-Datei nicht schreiben."1044210443#: builtin/rev-list.c:35010444msgid "rev-list does not support display of notes"10445msgstr "rev-list unterstützt keine Anzeige von Notizen"1044610447#: builtin/rev-parse.c:35810448msgid "git rev-parse --parseopt [<options>] -- [<args>...]"10449msgstr "git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]"1045010451#: builtin/rev-parse.c:36310452msgid "keep the `--` passed as an arg"10453msgstr "`--` als Argument lassen"1045410455#: builtin/rev-parse.c:36510456msgid "stop parsing after the first non-option argument"10457msgstr "das Parsen nach dem ersten Argument, was keine Option ist, stoppen"1045810459#: builtin/rev-parse.c:36810460msgid "output in stuck long form"10461msgstr ""10462"Ausgabe in Langform mit Argumenten an den Optionen (getrennt durch '=')"1046310464#: builtin/rev-parse.c:49910465msgid ""10466"git rev-parse --parseopt [<options>] -- [<args>...]\n"10467" or: git rev-parse --sq-quote [<arg>...]\n"10468" or: git rev-parse [<options>] [<arg>...]\n"10469"\n"10470"Run \"git rev-parse --parseopt -h\" for more information on the first usage."10471msgstr ""10472"git rev-parse --parseopt [<Optionen>] -- [<Argumente>...]\n"10473" oder: git rev-parse --sq-quote [<Argumente>...]\n"10474" oder: git rev-parse [<Optionen>] [<Argumente>...]\n"10475"\n"10476"Führen Sie \"git rev-parse --parseopt -h\" für weitere Informationen bei "10477"erster Verwendung aus."1047810479#: builtin/revert.c:2210480msgid "git revert [<options>] <commit-ish>..."10481msgstr "git revert [<Optionen>] <Commit-Angabe>..."1048210483#: builtin/revert.c:2310484msgid "git revert <subcommand>"10485msgstr "git revert <Unterbefehl>"1048610487#: builtin/revert.c:2810488msgid "git cherry-pick [<options>] <commit-ish>..."10489msgstr "git cherry-pick [<Optionen>] <Commit-Angabe>..."1049010491#: builtin/revert.c:2910492msgid "git cherry-pick <subcommand>"10493msgstr "git cherry-pick <Unterbefehl>"1049410495#: builtin/revert.c:7110496#, c-format10497msgid "%s: %s cannot be used with %s"10498msgstr "%s: %s kann nicht mit %s verwendet werden"1049910500#: builtin/revert.c:8010501msgid "end revert or cherry-pick sequence"10502msgstr "\"revert\" oder \"cherry-pick\" Ablauf beenden"1050310504#: builtin/revert.c:8110505msgid "resume revert or cherry-pick sequence"10506msgstr "\"revert\" oder \"cherry-pick\" Ablauf fortsetzen"1050710508#: builtin/revert.c:8210509msgid "cancel revert or cherry-pick sequence"10510msgstr "\"revert\" oder \"cherry-pick\" Ablauf abbrechen"1051110512#: builtin/revert.c:8310513msgid "don't automatically commit"10514msgstr "nicht automatisch committen"1051510516#: builtin/revert.c:8410517msgid "edit the commit message"10518msgstr "Commit-Beschreibung bearbeiten"1051910520#: builtin/revert.c:8710521msgid "parent number"10522msgstr "Nummer des Elternteils"1052310524#: builtin/revert.c:8910525msgid "merge strategy"10526msgstr "Merge-Strategie"1052710528#: builtin/revert.c:9010529msgid "option"10530msgstr "Option"1053110532#: builtin/revert.c:9110533msgid "option for merge strategy"10534msgstr "Option für Merge-Strategie"1053510536#: builtin/revert.c:10410537msgid "append commit name"10538msgstr "Commit-Namen anhängen"1053910540#: builtin/revert.c:10610541msgid "preserve initially empty commits"10542msgstr "ursprüngliche, leere Commits erhalten"1054310544#: builtin/revert.c:10710545msgid "allow commits with empty messages"10546msgstr "Commits mit leerer Beschreibung erlauben"1054710548#: builtin/revert.c:10810549msgid "keep redundant, empty commits"10550msgstr "redundante, leere Commits behalten"1055110552#: builtin/revert.c:11210553msgid "program error"10554msgstr "Programmfehler"1055510556#: builtin/revert.c:19710557msgid "revert failed"10558msgstr "\"revert\" fehlgeschlagen"1055910560#: builtin/revert.c:21210561msgid "cherry-pick failed"10562msgstr "\"cherry-pick\" fehlgeschlagen"1056310564#: builtin/rm.c:1710565msgid "git rm [<options>] [--] <file>..."10566msgstr "git rm [<Optionen>] [--] <Datei>..."1056710568#: builtin/rm.c:6510569msgid ""10570"the following submodule (or one of its nested submodules)\n"10571"uses a .git directory:"10572msgid_plural ""10573"the following submodules (or one of their nested submodules)\n"10574"use a .git directory:"10575msgstr[0] ""10576"das folgende Submodul (oder ein geschachteltes Submodul hiervon)\n"10577"benutzt ein .git-Verzeichnis:"10578msgstr[1] ""10579"die folgenden Submodule (oder ein geschachteltes Submodul hiervon)\n"10580"benutzen ein .git-Verzeichnis:"1058110582#: builtin/rm.c:7110583msgid ""10584"\n"10585"(use 'rm -rf' if you really want to remove it including all of its history)"10586msgstr ""10587"\n"10588"(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"10589"seiner Historie löschen möchten)"1059010591#: builtin/rm.c:23010592msgid ""10593"the following file has staged content different from both the\n"10594"file and the HEAD:"10595msgid_plural ""10596"the following files have staged content different from both the\n"10597"file and the HEAD:"10598msgstr[0] ""10599"die folgende Datei hat zum Commit vorgemerkte Änderungen unterschiedlich\n"10600"zu der Datei und HEAD:"10601msgstr[1] ""10602"die folgenden Dateien haben zum Commit vorgemerkte Änderungen "10603"unterschiedlich\n"10604"zu der Datei und HEAD:"1060510606#: builtin/rm.c:23510607msgid ""10608"\n"10609"(use -f to force removal)"10610msgstr ""10611"\n"10612"(benutzen Sie -f, um die Löschung zu erzwingen)"1061310614#: builtin/rm.c:23910615msgid "the following file has changes staged in the index:"10616msgid_plural "the following files have changes staged in the index:"10617msgstr[0] "die folgende Datei hat zum Commit vorgemerkte Änderungen:"10618msgstr[1] "die folgenden Dateien haben zum Commit vorgemerkte Änderungen:"1061910620#: builtin/rm.c:243 builtin/rm.c:25410621msgid ""10622"\n"10623"(use --cached to keep the file, or -f to force removal)"10624msgstr ""10625"\n"10626"(benutzen Sie --cached, um die Datei zu behalten, oder -f, um die Entfernung "10627"zu erzwingen)"1062810629#: builtin/rm.c:25110630msgid "the following file has local modifications:"10631msgid_plural "the following files have local modifications:"10632msgstr[0] "die folgende Datei hat lokale Änderungen:"10633msgstr[1] "die folgenden Dateien haben lokale Änderungen:"1063410635#: builtin/rm.c:26910636msgid "do not list removed files"10637msgstr "keine gelöschten Dateien auflisten"1063810639#: builtin/rm.c:27010640msgid "only remove from the index"10641msgstr "nur aus dem Index entfernen"1064210643#: builtin/rm.c:27110644msgid "override the up-to-date check"10645msgstr "die \"up-to-date\" Prüfung überschreiben"1064610647#: builtin/rm.c:27210648msgid "allow recursive removal"10649msgstr "rekursive Entfernung erlauben"1065010651#: builtin/rm.c:27410652msgid "exit with a zero status even if nothing matched"10653msgstr "mit Rückgabewert 0 beenden, wenn keine Übereinstimmung gefunden wurde"1065410655#: builtin/rm.c:31710656msgid "Please, stage your changes to .gitmodules or stash them to proceed"10657msgstr ""10658"Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "10659"benutzen\n"10660"Sie \"stash\", um fortzufahren."1066110662#: builtin/rm.c:33510663#, c-format10664msgid "not removing '%s' recursively without -r"10665msgstr "'%s' wird nicht ohne -r rekursiv entfernt"1066610667#: builtin/rm.c:37410668#, c-format10669msgid "git rm: unable to remove %s"10670msgstr "git rm: konnte %s nicht löschen"1067110672#: builtin/send-pack.c:1810673msgid ""10674"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10675"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "10676"[<ref>...]\n"10677" --all and explicit <ref> specification are mutually exclusive."10678msgstr ""10679"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10680"receive-pack>] [--verbose] [--thin] [--atomic] [<Host>:]<Verzeichnis> "10681"[<Referenz>...]\n"10682" --all und die explizite Angabe einer <Referenz> schließen sich gegenseitig "10683"aus."1068410685#: builtin/send-pack.c:16010686msgid "remote name"10687msgstr "Name des Remote-Repositories"1068810689#: builtin/send-pack.c:17110690msgid "use stateless RPC protocol"10691msgstr "zustandsloses RPC-Protokoll verwenden"1069210693#: builtin/send-pack.c:17210694msgid "read refs from stdin"10695msgstr "Referenzen von der Standard-Eingabe lesen"1069610697#: builtin/send-pack.c:17310698msgid "print status from remote helper"10699msgstr "Status des Remote-Helpers ausgeben"1070010701#: builtin/shortlog.c:1310702msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"10703msgstr "git shortlog [<Optionen>] [<Commitbereich>] [[--] [<Pfad>...]]"1070410705#: builtin/shortlog.c:24210706msgid "sort output according to the number of commits per author"10707msgstr "die Ausgabe entsprechend der Anzahl von Commits pro Autor sortieren"1070810709#: builtin/shortlog.c:24410710msgid "Suppress commit descriptions, only provides commit count"10711msgstr "Commit-Beschreibungen unterdrücken, nur Anzahl der Commits liefern"1071210713#: builtin/shortlog.c:24610714msgid "Show the email address of each author"10715msgstr "die E-Mail-Adresse von jedem Autor anzeigen"1071610717#: builtin/shortlog.c:24710718msgid "w[,i1[,i2]]"10719msgstr "w[,i1[,i2]]"1072010721#: builtin/shortlog.c:24810722msgid "Linewrap output"10723msgstr "Ausgabe mit Zeilenumbrüchen"1072410725#: builtin/show-branch.c:1010726msgid ""10727"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10728"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"10729"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10730"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"10731msgstr ""10732"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10733"\t\t[--current] [--color[=<Wann>] | --no-color] [--sparse]\n"10734"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10735"\t\t[--no-name | --sha1-name] [--topics] [(<Commit> | <glob>)...]"1073610737#: builtin/show-branch.c:1410738msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"10739msgstr "git show-branch (-g | --reflog)[=<n>[,<Basis>]] [--list] [<Referenz>]"1074010741#: builtin/show-branch.c:64010742msgid "show remote-tracking and local branches"10743msgstr "Remote-Tracking und lokale Branches anzeigen"1074410745#: builtin/show-branch.c:64210746msgid "show remote-tracking branches"10747msgstr "Remote-Tracking-Branches anzeigen"1074810749#: builtin/show-branch.c:64410750msgid "color '*!+-' corresponding to the branch"10751msgstr "'*!+-' entsprechend des Branches einfärben"1075210753#: builtin/show-branch.c:64610754msgid "show <n> more commits after the common ancestor"10755msgstr "<n> weitere Commits nach dem gemeinsamen Vorgänger-Commit anzeigen"1075610757#: builtin/show-branch.c:64810758msgid "synonym to more=-1"10759msgstr "Synonym für more=-1"1076010761#: builtin/show-branch.c:64910762msgid "suppress naming strings"10763msgstr "Namen unterdrücken"1076410765#: builtin/show-branch.c:65110766msgid "include the current branch"10767msgstr "den aktuellen Branch einbeziehen"1076810769#: builtin/show-branch.c:65310770msgid "name commits with their object names"10771msgstr "Commits nach ihren Objektnamen benennen"1077210773#: builtin/show-branch.c:65510774msgid "show possible merge bases"10775msgstr "mögliche Merge-Basen anzeigen"1077610777#: builtin/show-branch.c:65710778msgid "show refs unreachable from any other ref"10779msgstr ""10780"Referenzen, die unerreichbar von allen anderen Referenzen sind, anzeigen"1078110782#: builtin/show-branch.c:65910783msgid "show commits in topological order"10784msgstr "Commits in topologischer Ordnung anzeigen"1078510786#: builtin/show-branch.c:66210787msgid "show only commits not on the first branch"10788msgstr "nur Commits anzeigen, die sich nicht im ersten Branch befinden"1078910790#: builtin/show-branch.c:66410791msgid "show merges reachable from only one tip"10792msgstr "Merges anzeigen, die nur von einem Branch aus erreichbar sind"1079310794#: builtin/show-branch.c:66610795msgid "topologically sort, maintaining date order where possible"10796msgstr "topologische Sortierung, Beibehaltung Datumsordnung wo möglich"1079710798#: builtin/show-branch.c:66910799msgid "<n>[,<base>]"10800msgstr "<n>[,<Basis>]"1080110802#: builtin/show-branch.c:67010803msgid "show <n> most recent ref-log entries starting at base"10804msgstr "die <n> jüngsten Einträge im Reflog, beginnend an der Basis, anzeigen"1080510806#: builtin/show-ref.c:1010807msgid ""10808"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"10809"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"10810msgstr ""10811"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"10812"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<Muster>...] "1081310814#: builtin/show-ref.c:1110815msgid "git show-ref --exclude-existing[=<pattern>]"10816msgstr "git show-ref --exclude-existing[=<Muster>]"1081710818#: builtin/show-ref.c:16510819msgid "only show tags (can be combined with heads)"10820msgstr "nur Tags anzeigen (kann mit \"heads\" kombiniert werden)"1082110822#: builtin/show-ref.c:16610823msgid "only show heads (can be combined with tags)"10824msgstr "nur Branches anzeigen (kann mit \"tags\" kombiniert werden)"1082510826#: builtin/show-ref.c:16710827msgid "stricter reference checking, requires exact ref path"10828msgstr "strengere Referenzprüfung, erfordert exakten Referenzpfad"1082910830#: builtin/show-ref.c:170 builtin/show-ref.c:17210831msgid "show the HEAD reference, even if it would be filtered out"10832msgstr ""10833"die HEAD-Referenz anzeigen, selbst wenn diese ausgefiltert werden würde"1083410835#: builtin/show-ref.c:17410836msgid "dereference tags into object IDs"10837msgstr "Tags in Objekt-Identifikationen dereferenzieren"1083810839#: builtin/show-ref.c:17610840msgid "only show SHA1 hash using <n> digits"10841msgstr "nur SHA1 Hash mit <n> Ziffern anzeigen"1084210843#: builtin/show-ref.c:18010844msgid "do not print results to stdout (useful with --verify)"10845msgstr ""10846"keine Ausgabe der Ergebnisse in die Standard-Ausgabe (nützlich mit --verify)"1084710848#: builtin/show-ref.c:18210849msgid "show refs from stdin that aren't in local repository"10850msgstr ""10851"Referenzen von der Standard-Eingabe anzeigen, die sich nicht im lokalen "10852"Repository befinden"1085310854#: builtin/stripspace.c:1710855msgid "git stripspace [-s | --strip-comments]"10856msgstr "git stripspace [-s | --strip-comments]"1085710858#: builtin/stripspace.c:1810859msgid "git stripspace [-c | --comment-lines]"10860msgstr "git stripspace [-c | --comment-lines]"1086110862#: builtin/stripspace.c:3510863msgid "skip and remove all lines starting with comment character"10864msgstr ""10865"alle Zeilen, die mit dem Kommentarzeichen beginnen, überspringen und "10866"entfernen"1086710868#: builtin/stripspace.c:3810869msgid "prepend comment character and space to each line"10870msgstr "Kommentarzeichen mit Leerzeichen an jede Zeile voranstellen"1087110872#: builtin/submodule--helper.c:73 builtin/submodule--helper.c:16110873msgid "alternative anchor for relative paths"10874msgstr "Alternativer Anker für relative Pfade"1087510876#: builtin/submodule--helper.c:7810877msgid "git submodule--helper list [--prefix=<path>] [<path>...]"10878msgstr "git submodule--helper list [--prefix=<Pfad>] [<Pfad>...]"1087910880#: builtin/submodule--helper.c:10810881msgid "git submodule--helper name <path>"10882msgstr "git submodule--helper name <Pfad>"1088310884#: builtin/submodule--helper.c:11410885#, c-format10886msgid "no submodule mapping found in .gitmodules for path '%s'"10887msgstr "Keine Submodul-Zuordnung in .gitmodules für Pfad '%s' gefunden"1088810889#: builtin/submodule--helper.c:16410890msgid "where the new submodule will be cloned to"10891msgstr "Pfad für neues Submodul"1089210893#: builtin/submodule--helper.c:16710894msgid "name of the new submodule"10895msgstr "Name des neuen Submoduls"1089610897#: builtin/submodule--helper.c:17010898msgid "url where to clone the submodule from"10899msgstr "URL von der das Submodul geklont wird"1090010901#: builtin/submodule--helper.c:17610902msgid "depth for shallow clones"10903msgstr "Tiefe des Klons mit unvollständiger Historie (shallow)"1090410905#: builtin/submodule--helper.c:18210906msgid ""10907"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "10908"<repository>] [--name <name>] [--url <url>][--depth <depth>] [--] [<path>...]"10909msgstr ""10910"git submodule--helper clone [--prefix=<Pfad>] [--quiet] [--reference "10911"<Repository>] [--name <Name>] [--url <URL>][--depth <Tiefe>] [--] [<Pfad>...]"1091210913#: builtin/submodule--helper.c:196 builtin/submodule--helper.c:20210914#: builtin/submodule--helper.c:21010915#, c-format10916msgid "could not create directory '%s'"10917msgstr "Konnte Verzeichnis '%s' nicht erstellen."1091810919#: builtin/submodule--helper.c:19810920#, c-format10921msgid "clone of '%s' into submodule path '%s' failed"10922msgstr "Klonen von '%s' in Submodul-Pfad '%s' fehlgeschlagen"1092310924#: builtin/submodule--helper.c:22110925#, c-format10926msgid "cannot open file '%s'"10927msgstr "Kann Datei '%s' nicht öffnen"1092810929#: builtin/submodule--helper.c:22610930#, c-format10931msgid "could not close file %s"10932msgstr "Konnte Datei '%s' nicht schließen."1093310934#: builtin/submodule--helper.c:24110935#, c-format10936msgid "could not get submodule directory for '%s'"10937msgstr "Konnte Submodul-Verzeichnis '%s' nicht finden."1093810939#: builtin/submodule--helper.c:26710940msgid "fatal: submodule--helper subcommand must be called with a subcommand"10941msgstr "fatal: submodule--helper muss mit einem Unterbefehl aufgerufen werden"1094210943#: builtin/submodule--helper.c:27410944#, c-format10945msgid "fatal: '%s' is not a valid submodule--helper subcommand"10946msgstr "fatal: '%s' ist kein gültiger Unterbefehl von submodule--helper"1094710948#: builtin/symbolic-ref.c:710949msgid "git symbolic-ref [<options>] <name> [<ref>]"10950msgstr "git symbolic-ref [<Optionen>] <Name> [<Referenz>]"1095110952#: builtin/symbolic-ref.c:810953msgid "git symbolic-ref -d [-q] <name>"10954msgstr "git symbolic-ref -d [-q] <Name>"1095510956#: builtin/symbolic-ref.c:4010957msgid "suppress error message for non-symbolic (detached) refs"10958msgstr ""10959"Fehlermeldungen für nicht-symbolische (losgelöste) Referenzen unterdrücken"1096010961#: builtin/symbolic-ref.c:4110962msgid "delete symbolic ref"10963msgstr "symbolische Referenzen löschen"1096410965#: builtin/symbolic-ref.c:4210966msgid "shorten ref output"10967msgstr "verkürzte Ausgabe der Referenzen"1096810969#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210970msgid "reason"10971msgstr "Grund"1097210973#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210974msgid "reason of the update"10975msgstr "Grund für die Aktualisierung"1097610977#: builtin/tag.c:2310978msgid ""10979"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "10980"[<head>]"10981msgstr ""10982"git tag [-a | -s | -u <Schlüssel-id>] [-f] [-m <Beschreibung> | -F <Datei>] "10983"<Tagname> [<Commit>]"1098410985#: builtin/tag.c:2410986msgid "git tag -d <tagname>..."10987msgstr "git tag -d <Tagname>..."1098810989#: builtin/tag.c:2510990msgid ""10991"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"10992"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"10993msgstr ""10994"git tag -l [-n[<Nummer>]] [--contains <Commit>] [--points-at <Objekt>]\n"10995"\t\t[--format=<Muster>] [--[no-]merged [<Commit>]] [<Muster>...]"1099610997#: builtin/tag.c:2710998msgid "git tag -v <tagname>..."10999msgstr "git tag -v <Tagname>..."1100011001#: builtin/tag.c:8011002#, c-format11003msgid "tag name too long: %.*s..."11004msgstr "Tagname zu lang: %.*s..."1100511006#: builtin/tag.c:8511007#, c-format11008msgid "tag '%s' not found."11009msgstr "Tag '%s' nicht gefunden."1101011011#: builtin/tag.c:10011012#, c-format11013msgid "Deleted tag '%s' (was %s)\n"11014msgstr "Tag '%s' gelöscht (war %s)\n"1101511016#: builtin/tag.c:11211017#, c-format11018msgid "could not verify the tag '%s'"11019msgstr "Konnte Tag '%s' nicht verifizieren"1102011021#: builtin/tag.c:12211022#, c-format11023msgid ""11024"\n"11025"Write a message for tag:\n"11026" %s\n"11027"Lines starting with '%c' will be ignored.\n"11028msgstr ""11029"\n"11030"Geben Sie eine Beschreibung für Tag\n"11031" %s\n"11032"ein. Zeilen, die mit '%c' beginnen, werden ignoriert.\n"1103311034#: builtin/tag.c:12611035#, c-format11036msgid ""11037"\n"11038"Write a message for tag:\n"11039" %s\n"11040"Lines starting with '%c' will be kept; you may remove them yourself if you "11041"want to.\n"11042msgstr ""11043"\n"11044"Geben Sie eine Beschreibung für Tag\n"11045" %s\n"11046"ein. Zeilen, die mit '%c' beginnen, werden behalten; Sie dürfen diese\n"11047"selbst entfernen wenn Sie möchten.\n"1104811049#: builtin/tag.c:19911050msgid "unable to sign the tag"11051msgstr "konnte Tag nicht signieren"1105211053#: builtin/tag.c:20111054msgid "unable to write tag file"11055msgstr "konnte Tag-Datei nicht schreiben"1105611057#: builtin/tag.c:22611058msgid "bad object type."11059msgstr "ungültiger Objekt-Typ"1106011061#: builtin/tag.c:23911062msgid "tag header too big."11063msgstr "Tag-Kopf zu groß."1106411065#: builtin/tag.c:27511066msgid "no tag message?"11067msgstr "keine Tag-Beschreibung?"1106811069#: builtin/tag.c:28111070#, c-format11071msgid "The tag message has been left in %s\n"11072msgstr "Die Tag-Beschreibung wurde gelassen in %s\n"1107311074#: builtin/tag.c:33911075msgid "list tag names"11076msgstr "Tagnamen auflisten"1107711078#: builtin/tag.c:34111079msgid "print <n> lines of each tag message"11080msgstr "<n> Zeilen jeder Tag-Beschreibung anzeigen"1108111082#: builtin/tag.c:34311083msgid "delete tags"11084msgstr "Tags löschen"1108511086#: builtin/tag.c:34411087msgid "verify tags"11088msgstr "Tags überprüfen"1108911090#: builtin/tag.c:34611091msgid "Tag creation options"11092msgstr "Optionen für Erstellung von Tags"1109311094#: builtin/tag.c:34811095msgid "annotated tag, needs a message"11096msgstr "annotiertes Tag, benötigt eine Beschreibung"1109711098#: builtin/tag.c:35011099msgid "tag message"11100msgstr "Tag-Beschreibung"1110111102#: builtin/tag.c:35211103msgid "annotated and GPG-signed tag"11104msgstr "annotiertes und GPG-signiertes Tag"1110511106#: builtin/tag.c:35611107msgid "use another key to sign the tag"11108msgstr "einen anderen Schlüssel verwenden, um das Tag zu signieren"1110911110#: builtin/tag.c:35711111msgid "replace the tag if exists"11112msgstr "das Tag ersetzen, wenn es existiert"1111311114#: builtin/tag.c:358 builtin/update-ref.c:36811115msgid "create a reflog"11116msgstr "Reflog erstellen"1111711118#: builtin/tag.c:36011119msgid "Tag listing options"11120msgstr "Optionen für Auflistung der Tags"1112111122#: builtin/tag.c:36111123msgid "show tag list in columns"11124msgstr "Liste der Tags in Spalten anzeigen"1112511126#: builtin/tag.c:362 builtin/tag.c:36311127msgid "print only tags that contain the commit"11128msgstr "nur Tags ausgeben, die diesen Commit beinhalten"1112911130#: builtin/tag.c:36411131msgid "print only tags that are merged"11132msgstr "nur Tags ausgeben, die gemerged wurden"1113311134#: builtin/tag.c:36511135msgid "print only tags that are not merged"11136msgstr "nur Tags ausgeben, die nicht gemerged wurden"1113711138#: builtin/tag.c:37011139msgid "print only tags of the object"11140msgstr "nur Tags von dem Objekt ausgeben"1114111142#: builtin/tag.c:39911143msgid "--column and -n are incompatible"11144msgstr "--column und -n sind inkompatibel"1114511146#: builtin/tag.c:41911147msgid "-n option is only allowed with -l."11148msgstr "-n Option ist nur erlaubt mit -l."1114911150#: builtin/tag.c:42111151msgid "--contains option is only allowed with -l."11152msgstr "--contains Option ist nur erlaubt mit -l."1115311154#: builtin/tag.c:42311155msgid "--points-at option is only allowed with -l."11156msgstr "--points-at Option ist nur erlaubt mit -l."1115711158#: builtin/tag.c:42511159msgid "--merged and --no-merged option are only allowed with -l"11160msgstr "Die Optionen --merged und --no-merged sind nur mit -l erlaubt."1116111162#: builtin/tag.c:43311163msgid "only one -F or -m option is allowed."11164msgstr "nur eine -F oder -m Option ist erlaubt."1116511166#: builtin/tag.c:45311167msgid "too many params"11168msgstr "zu viele Parameter"1116911170#: builtin/tag.c:45911171#, c-format11172msgid "'%s' is not a valid tag name."11173msgstr "'%s' ist kein gültiger Tagname."1117411175#: builtin/tag.c:46411176#, c-format11177msgid "tag '%s' already exists"11178msgstr "Tag '%s' existiert bereits"1117911180#: builtin/tag.c:48911181#, c-format11182msgid "Updated tag '%s' (was %s)\n"11183msgstr "Tag '%s' aktualisiert (war %s)\n"1118411185#: builtin/unpack-objects.c:49011186msgid "Unpacking objects"11187msgstr "Entpacke Objekte"1118811189#: builtin/update-index.c:7911190#, c-format11191msgid "failed to create directory %s"11192msgstr "Fehler beim Erstellen von Verzeichnis '%s'"1119311194#: builtin/update-index.c:8511195#, c-format11196msgid "failed to stat %s"11197msgstr "Konnte '%s' nicht lesen"1119811199#: builtin/update-index.c:9511200#, c-format11201msgid "failed to create file %s"11202msgstr "Konnte Datei '%s' nicht erstellen"1120311204#: builtin/update-index.c:10311205#, c-format11206msgid "failed to delete file %s"11207msgstr "Konnte Datei '%s' nicht löschen"1120811209#: builtin/update-index.c:110 builtin/update-index.c:21211210#, c-format11211msgid "failed to delete directory %s"11212msgstr "Konnte Verzeichnis '%s' nicht löschen"1121311214#: builtin/update-index.c:13311215#, c-format11216msgid "Testing mtime in '%s' "11217msgstr "Prüfe mtime in '%s' "1121811219#: builtin/update-index.c:14511220msgid "directory stat info does not change after adding a new file"11221msgstr ""11222"Verzeichnisinformationen haben sich nach Hinzufügen einer neuen Datei nicht "11223"geändert"1122411225#: builtin/update-index.c:15811226msgid "directory stat info does not change after adding a new directory"11227msgstr ""11228"Verzeichnisinformationen haben sich nach Hinzufügen eines neuen "11229"Verzeichnisses nicht geändert"1123011231#: builtin/update-index.c:17111232msgid "directory stat info changes after updating a file"11233msgstr ""11234"Verzeichnisinformationen haben sich nach Aktualisierung einer Datei geändert"1123511236#: builtin/update-index.c:18211237msgid "directory stat info changes after adding a file inside subdirectory"11238msgstr ""11239"Verzeichnisinformationen haben sich nach Hinzufügen einer Datei in ein "11240"Unterverzeichnis geändert"1124111242#: builtin/update-index.c:19311243msgid "directory stat info does not change after deleting a file"11244msgstr ""11245"Verzeichnisinformationen haben sich nach dem Löschen einer Datei nicht "11246"geändert"1124711248#: builtin/update-index.c:20611249msgid "directory stat info does not change after deleting a directory"11250msgstr ""11251"Verzeichnisinformationen haben sich nach dem Löschen eines Verzeichnisses "11252"nicht geändert"1125311254#: builtin/update-index.c:21311255msgid " OK"11256msgstr " OK"1125711258#: builtin/update-index.c:57511259msgid "git update-index [<options>] [--] [<file>...]"11260msgstr "git update-index [<Optionen>] [--] [<Datei>...]"1126111262#: builtin/update-index.c:93011263msgid "continue refresh even when index needs update"11264msgstr ""11265"Aktualisierung fortsetzen, auch wenn der Index aktualisiert werden muss"1126611267#: builtin/update-index.c:93311268msgid "refresh: ignore submodules"11269msgstr "Aktualisierung: ignoriert Submodule"1127011271#: builtin/update-index.c:93611272msgid "do not ignore new files"11273msgstr "keine neuen Dateien ignorieren"1127411275#: builtin/update-index.c:93811276msgid "let files replace directories and vice-versa"11277msgstr "Dateien Verzeichnisse ersetzen lassen, und umgedreht"1127811279#: builtin/update-index.c:94011280msgid "notice files missing from worktree"11281msgstr "fehlende Dateien im Arbeitsverzeichnis beachten"1128211283#: builtin/update-index.c:94211284msgid "refresh even if index contains unmerged entries"11285msgstr ""11286"aktualisieren, auch wenn der Index nicht zusammengeführte Einträge beinhaltet"1128711288#: builtin/update-index.c:94511289msgid "refresh stat information"11290msgstr "Dateiinformationen aktualisieren"1129111292#: builtin/update-index.c:94911293msgid "like --refresh, but ignore assume-unchanged setting"11294msgstr "wie --refresh, ignoriert aber \"assume-unchanged\" Einstellung"1129511296#: builtin/update-index.c:95311297msgid "<mode>,<object>,<path>"11298msgstr "<Modus>,<Objekt>,<Pfad>"1129911300#: builtin/update-index.c:95411301msgid "add the specified entry to the index"11302msgstr "den angegebenen Eintrag zum Commit vormerken"1130311304#: builtin/update-index.c:95811305msgid "(+/-)x"11306msgstr "(+/-)x"1130711308#: builtin/update-index.c:95911309msgid "override the executable bit of the listed files"11310msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"1131111312#: builtin/update-index.c:96311313msgid "mark files as \"not changing\""11314msgstr "diese Datei immer als unverändert betrachten"1131511316#: builtin/update-index.c:96611317msgid "clear assumed-unchanged bit"11318msgstr "\"assumed-unchanged\"-Bit löschen"1131911320#: builtin/update-index.c:96911321msgid "mark files as \"index-only\""11322msgstr "Dateien als \"index-only\" markieren"1132311324#: builtin/update-index.c:97211325msgid "clear skip-worktree bit"11326msgstr "\"skip-worktree\"-Bit löschen"1132711328#: builtin/update-index.c:97511329msgid "add to index only; do not add content to object database"11330msgstr ""11331"die Änderungen nur zum Commit vormerken; Inhalt wird nicht der Objekt-"11332"Datenbank hinzugefügt"1133311334#: builtin/update-index.c:97711335msgid "remove named paths even if present in worktree"11336msgstr ""11337"benannte Pfade löschen, auch wenn sie sich im Arbeitsverzeichnis befinden"1133811339#: builtin/update-index.c:97911340msgid "with --stdin: input lines are terminated by null bytes"11341msgstr "mit --stdin: eingegebene Zeilen sind durch NUL-Bytes abgeschlossen"1134211343#: builtin/update-index.c:98111344msgid "read list of paths to be updated from standard input"11345msgstr "Liste der zu aktualisierenden Pfade von der Standard-Eingabe lesen"1134611347#: builtin/update-index.c:98511348msgid "add entries from standard input to the index"11349msgstr "Einträge von der Standard-Eingabe zum Commit vormerken"1135011351#: builtin/update-index.c:98911352msgid "repopulate stages #2 and #3 for the listed paths"11353msgstr ""11354"wiederholtes Einpflegen der Zustände #2 und #3 für die aufgelisteten Pfade"1135511356#: builtin/update-index.c:99311357msgid "only update entries that differ from HEAD"11358msgstr "nur Einträge aktualisieren, die unterschiedlich zu HEAD sind"1135911360#: builtin/update-index.c:99711361msgid "ignore files missing from worktree"11362msgstr "fehlende Dateien im Arbeitsverzeichnis ignorieren"1136311364#: builtin/update-index.c:100011365msgid "report actions to standard output"11366msgstr "die Aktionen in der Standard-Ausgabe ausgeben"1136711368#: builtin/update-index.c:100211369msgid "(for porcelains) forget saved unresolved conflicts"11370msgstr "(für Fremdprogramme) keine gespeicherten, nicht aufgelöste Konflikte"1137111372#: builtin/update-index.c:100611373msgid "write index in this format"11374msgstr "Index-Datei in diesem Format schreiben"1137511376#: builtin/update-index.c:100811377msgid "enable or disable split index"11378msgstr "Splitting des Index aktivieren oder deaktivieren"1137911380#: builtin/update-index.c:101011381msgid "enable/disable untracked cache"11382msgstr "Cache für unversionierte Dateien aktivieren oder deaktivieren"1138311384#: builtin/update-index.c:101211385msgid "test if the filesystem supports untracked cache"11386msgstr ""11387"prüfen ob das Dateisystem einen Cache für unversionierte Dateien unterstützt"1138811389#: builtin/update-index.c:101411390msgid "enable untracked cache without testing the filesystem"11391msgstr ""11392"Cache für unversionierte Dateien ohne Prüfung des Dateisystems aktivieren"1139311394#: builtin/update-index.c:113411395msgid "Untracked cache disabled"11396msgstr "Cache für unversionierte Dateien deaktiviert"1139711398#: builtin/update-index.c:114611399#, c-format11400msgid "Untracked cache enabled for '%s'"11401msgstr "Cache für unversionierte Dateien für '%s' aktiviert"1140211403#: builtin/update-ref.c:911404msgid "git update-ref [<options>] -d <refname> [<old-val>]"11405msgstr "git update-ref [<Optionen>] -d <Referenzname> [<alter-Wert>]"1140611407#: builtin/update-ref.c:1011408msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"11409msgstr ""11410"git update-ref [<Optionen>] <Referenzname> <neuer-Wert> [<alter-Wert>]"1141111412#: builtin/update-ref.c:1111413msgid "git update-ref [<options>] --stdin [-z]"11414msgstr "git update-ref [<Optionen>] --stdin [-z]"1141511416#: builtin/update-ref.c:36311417msgid "delete the reference"11418msgstr "diese Referenz löschen"1141911420#: builtin/update-ref.c:36511421msgid "update <refname> not the one it points to"11422msgstr "<Referenzname> aktualisieren, nicht den Verweis"1142311424#: builtin/update-ref.c:36611425msgid "stdin has NUL-terminated arguments"11426msgstr "Standard-Eingabe hat durch NUL-Zeichen abgeschlossene Argumente"1142711428#: builtin/update-ref.c:36711429msgid "read updates from stdin"11430msgstr "Aktualisierungen von der Standard-Eingabe lesen"1143111432#: builtin/update-server-info.c:611433msgid "git update-server-info [--force]"11434msgstr "git update-server-info [--force]"1143511436#: builtin/update-server-info.c:1411437msgid "update the info files from scratch"11438msgstr "die Informationsdateien von Grund auf aktualisieren"1143911440#: builtin/verify-commit.c:1711441msgid "git verify-commit [-v | --verbose] <commit>..."11442msgstr "git verify-commit [-v | --verbose] <Commit>..."1144311444#: builtin/verify-commit.c:7211445msgid "print commit contents"11446msgstr "Commit-Inhalte ausgeben"1144711448#: builtin/verify-commit.c:73 builtin/verify-tag.c:8411449msgid "print raw gpg status output"11450msgstr "unbearbeitete Ausgabe des Status von gpg ausgeben"1145111452#: builtin/verify-pack.c:5411453msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."11454msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <Paket>..."1145511456#: builtin/verify-pack.c:6411457msgid "verbose"11458msgstr "erweiterte Ausgaben"1145911460#: builtin/verify-pack.c:6611461msgid "show statistics only"11462msgstr "nur Statistiken anzeigen"1146311464#: builtin/verify-tag.c:1711465msgid "git verify-tag [-v | --verbose] <tag>..."11466msgstr "git verify-tag [-v | --verbose] <Tag>..."1146711468#: builtin/verify-tag.c:8311469msgid "print tag contents"11470msgstr "Tag-Inhalte ausgeben"1147111472#: builtin/worktree.c:1511473msgid "git worktree add [<options>] <path> [<branch>]"11474msgstr "git worktree add [<Optionen>] <Pfad> [<Branch>]"1147511476#: builtin/worktree.c:1611477msgid "git worktree prune [<options>]"11478msgstr "git worktree prune [<Optionen>]"1147911480#: builtin/worktree.c:1711481msgid "git worktree list [<options>]"11482msgstr "git worktree list [<Optionen>]"1148311484#: builtin/worktree.c:3911485#, c-format11486msgid "Removing worktrees/%s: not a valid directory"11487msgstr "Lösche worktrees/%s: kein gültiges Verzeichnis"1148811489#: builtin/worktree.c:4511490#, c-format11491msgid "Removing worktrees/%s: gitdir file does not exist"11492msgstr "Lösche worktrees/%s: gitdir-Datei existiert nicht"1149311494#: builtin/worktree.c:5011495#, c-format11496msgid "Removing worktrees/%s: unable to read gitdir file (%s)"11497msgstr "Lösche worktrees/%s: konnte gitdir-Datei (%s) nicht lesen"1149811499#: builtin/worktree.c:6111500#, c-format11501msgid "Removing worktrees/%s: invalid gitdir file"11502msgstr "Lösche worktrees/%s: ungültige gitdir-Datei"1150311504#: builtin/worktree.c:7711505#, c-format11506msgid "Removing worktrees/%s: gitdir file points to non-existent location"11507msgstr "Lösche worktrees/%s: gitdir-Datei verweist auf nicht existierenden Ort"1150811509#: builtin/worktree.c:11211510#, c-format11511msgid "failed to remove: %s"11512msgstr "Fehler beim Löschen: %s"1151311514#: builtin/worktree.c:20111515#, c-format11516msgid "'%s' already exists"11517msgstr "'%s' existiert bereits"1151811519#: builtin/worktree.c:23311520#, c-format11521msgid "could not create directory of '%s'"11522msgstr "Konnte Verzeichnis '%s' nicht erstellen."1152311524#: builtin/worktree.c:26911525#, c-format11526msgid "Preparing %s (identifier %s)"11527msgstr "Bereite %s vor (Identifikation %s)"1152811529#: builtin/worktree.c:31711530msgid "checkout <branch> even if already checked out in other worktree"11531msgstr ""11532"<Branch> auschecken, auch wenn dieser bereits in einem anderen "11533"Arbeitsverzeichnis ausgecheckt ist"1153411535#: builtin/worktree.c:31911536msgid "create a new branch"11537msgstr "neuen Branch erstellen"1153811539#: builtin/worktree.c:32111540msgid "create or reset a branch"11541msgstr "Branch erstellen oder umsetzen"1154211543#: builtin/worktree.c:32211544msgid "detach HEAD at named commit"11545msgstr "HEAD bei benanntem Commit loslösen"1154611547#: builtin/worktree.c:32911548msgid "-b, -B, and --detach are mutually exclusive"11549msgstr "-b, -B und --detach schließen sich gegenseitig aus"1155011551#: builtin/write-tree.c:1311552msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"11553msgstr "git write-tree [--missing-ok] [--prefix=<Präfix>/]"1155411555#: builtin/write-tree.c:2611556msgid "<prefix>/"11557msgstr "<Präfix>/"1155811559#: builtin/write-tree.c:2711560msgid "write tree object for a subdirectory <prefix>"11561msgstr "das \"Tree\"-Objekt für ein Unterverzeichnis <Präfix> schreiben"1156211563#: builtin/write-tree.c:3011564msgid "only useful for debugging"11565msgstr "nur nützlich für Fehlersuche"1156611567#: credential-cache--daemon.c:26211568msgid "print debugging messages to stderr"11569msgstr "Meldungen zur Fehlersuche in Standard-Fehlerausgabe ausgeben"1157011571#: git.c:1411572msgid ""11573"'git help -a' and 'git help -g' list available subcommands and some\n"11574"concept guides. See 'git help <command>' or 'git help <concept>'\n"11575"to read about a specific subcommand or concept."11576msgstr ""11577"'git help -a' und 'git help -g' listet verfügbare Unterbefehle und\n"11578"einige Anleitungen zu Git-Konzepten auf. Benutzen Sie 'git help <Befehl>'\n"11579"oder 'git help <Konzept>', um mehr über einen spezifischen Befehl oder\n"11580"Konzept zu erfahren."1158111582#: http.c:32111583msgid "Public key pinning not supported with cURL < 7.44.0"11584msgstr ""11585"Das Anheften des öffentlichen Schlüssels wird mit cURL < 7.44.0\n"11586"nicht unterstützt."1158711588#: common-cmds.h:911589msgid "start a working area (see also: git help tutorial)"11590msgstr "Arbeitsverzeichnis anlegen (siehe auch: git help tutorial)"1159111592#: common-cmds.h:1011593msgid "work on the current change (see also: git help everyday)"11594msgstr "an aktuellen Änderungen arbeiten (siehe auch: git help everyday)"1159511596#: common-cmds.h:1111597msgid "examine the history and state (see also: git help revisions)"11598msgstr "Historie und Status untersuchen (siehe auch: git help revisions)"1159911600#: common-cmds.h:1211601msgid "grow, mark and tweak your common history"11602msgstr "Historie erweitern und bearbeiten"1160311604#: common-cmds.h:1311605msgid "collaborate (see also: git help workflows)"11606msgstr "mit anderen zusammenarbeiten (siehe auch: git help workflows)"1160711608#: common-cmds.h:1711609msgid "Add file contents to the index"11610msgstr "Dateiinhalte zum Commit vormerken"1161111612#: common-cmds.h:1811613msgid "Use binary search to find the commit that introduced a bug"11614msgstr ""11615"Binärsuche verwenden, um den Commit zu finden, der einen Fehler verursacht "11616"hat"1161711618#: common-cmds.h:1911619msgid "List, create, or delete branches"11620msgstr "Branches anzeigen, erstellen oder entfernen"1162111622#: common-cmds.h:2011623msgid "Switch branches or restore working tree files"11624msgstr "Branches wechseln oder Dateien im Arbeitsverzeichnis wiederherstellen"1162511626#: common-cmds.h:2111627msgid "Clone a repository into a new directory"11628msgstr "ein Repository in einem neuen Verzeichnis klonen"1162911630#: common-cmds.h:2211631msgid "Record changes to the repository"11632msgstr "Änderungen in das Repository eintragen"1163311634#: common-cmds.h:2311635msgid "Show changes between commits, commit and working tree, etc"11636msgstr ""11637"Änderungen zwischen Commits, Commit und Arbeitsverzeichnis, etc. anzeigen"1163811639#: common-cmds.h:2411640msgid "Download objects and refs from another repository"11641msgstr "Objekte und Referenzen von einem anderen Repository herunterladen"1164211643#: common-cmds.h:2511644msgid "Print lines matching a pattern"11645msgstr "Zeilen darstellen, die einem Muster entsprechen"1164611647#: common-cmds.h:2611648msgid "Create an empty Git repository or reinitialize an existing one"11649msgstr ""11650"ein leeres Git-Repository erstellen oder ein bestehendes neuinitialisieren"1165111652#: common-cmds.h:2711653msgid "Show commit logs"11654msgstr "Commit-Historie anzeigen"1165511656#: common-cmds.h:2811657msgid "Join two or more development histories together"11658msgstr "zwei oder mehr Entwicklungszweige zusammenführen"1165911660#: common-cmds.h:2911661msgid "Move or rename a file, a directory, or a symlink"11662msgstr ""11663"eine Datei, ein Verzeichnis, oder eine symbolische Verknüpfung verschieben "11664"oder umbenennen"1166511666#: common-cmds.h:3011667msgid "Fetch from and integrate with another repository or a local branch"11668msgstr ""11669"Objekte von einem externen Repository anfordern und sie mit einem anderen "11670"Repository oder einem lokalen Branch zusammenführen"1167111672#: common-cmds.h:3111673msgid "Update remote refs along with associated objects"11674msgstr "Remote-Referenzen mitsamt den verbundenen Objekten aktualisieren"1167511676#: common-cmds.h:3211677msgid "Reapply commits on top of another base tip"11678msgstr "Wiederholtes Anwenden von Commits auf anderem Basis-Commit"1167911680#: common-cmds.h:3311681msgid "Reset current HEAD to the specified state"11682msgstr "aktuellen HEAD zu einem spezifizierten Zustand setzen"1168311684#: common-cmds.h:3411685msgid "Remove files from the working tree and from the index"11686msgstr "Dateien im Arbeitsverzeichnis und vom Index löschen"1168711688#: common-cmds.h:3511689msgid "Show various types of objects"11690msgstr "verschiedene Arten von Objekten anzeigen"1169111692#: common-cmds.h:3611693msgid "Show the working tree status"11694msgstr "den Zustand des Arbeitsverzeichnisses anzeigen"1169511696#: common-cmds.h:3711697msgid "Create, list, delete or verify a tag object signed with GPG"11698msgstr ""11699"ein mit GPG signiertes Tag-Objekt erzeugen, auflisten, löschen oder "11700"verifizieren."1170111702#: parse-options.h:14511703msgid "expiry-date"11704msgstr "Verfallsdatum"1170511706#: parse-options.h:16011707msgid "no-op (backward compatibility)"11708msgstr "Kein Effekt (Rückwärtskompatibilität)"1170911710#: parse-options.h:23711711msgid "be more verbose"11712msgstr "erweiterte Ausgaben"1171311714#: parse-options.h:23911715msgid "be more quiet"11716msgstr "weniger Ausgaben"1171711718#: parse-options.h:24511719msgid "use <n> digits to display SHA-1s"11720msgstr "benutze <n> Ziffern zur Anzeige von SHA-1s"1172111722#: rerere.h:3811723msgid "update the index with reused conflict resolution if possible"11724msgstr ""11725"Index, wenn möglich, mit wiederverwendeter Konfliktauflösung aktualisieren"1172611727#: git-bisect.sh:5511728msgid "You need to start by \"git bisect start\""11729msgstr "Sie müssen mit \"git bisect start\" beginnen."1173011731#. TRANSLATORS: Make sure to include [Y] and [n] in your11732#. translation. The program will only accept English input11733#. at this point.11734#: git-bisect.sh:6111735msgid "Do you want me to do it for you [Y/n]? "11736msgstr "Wollen Sie, dass ich es für Sie mache [Y/n]? "1173711738#: git-bisect.sh:12211739#, sh-format11740msgid "unrecognised option: '$arg'"11741msgstr "nicht erkannte Option: '$arg'"1174211743#: git-bisect.sh:12611744#, sh-format11745msgid "'$arg' does not appear to be a valid revision"11746msgstr "'$arg' scheint kein gültiger Commit zu sein"1174711748#: git-bisect.sh:15511749msgid "Bad HEAD - I need a HEAD"11750msgstr "Ungültiger HEAD - HEAD wird benötigt"1175111752#: git-bisect.sh:16811753#, sh-format11754msgid ""11755"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."11756msgstr ""11757"Auschecken von '$start_head' fehlgeschlagen. Versuchen Sie 'git bisect reset "11758"<gültiger-Branch>'."1175911760#: git-bisect.sh:17811761msgid "won't bisect on cg-seek'ed tree"11762msgstr ""11763"binäre Suche auf einem durch 'cg-seek' geändertem Verzeichnis nicht möglich"1176411765#: git-bisect.sh:18211766msgid "Bad HEAD - strange symbolic ref"11767msgstr "Ungültiger HEAD - merkwürdige symbolische Referenz"1176811769#: git-bisect.sh:23411770#, sh-format11771msgid "Bad bisect_write argument: $state"11772msgstr "Ungültiges \"bisect_write\" Argument: $state"1177311774#: git-bisect.sh:26311775#, sh-format11776msgid "Bad rev input: $arg"11777msgstr "Ungültige Referenz-Eingabe: $arg"1177811779#: git-bisect.sh:27811780msgid "Please call 'bisect_state' with at least one argument."11781msgstr "Bitte rufen Sie 'bisect_state' mit mindestens einem Argument auf."1178211783#: git-bisect.sh:29011784#, sh-format11785msgid "Bad rev input: $rev"11786msgstr "Ungültige Referenz-Eingabe: $rev"1178711788#: git-bisect.sh:29911789#, sh-format11790msgid "'git bisect $TERM_BAD' can take only one argument."11791msgstr "'git bisect $TERM_BAD' kann nur ein Argument entgegennehmen."1179211793#: git-bisect.sh:32211794#, sh-format11795msgid "Warning: bisecting only with a $TERM_BAD commit."11796msgstr "Warnung: binäre Suche nur mit einem $TERM_BAD Commit."1179711798#. TRANSLATORS: Make sure to include [Y] and [n] in your11799#. translation. The program will only accept English input11800#. at this point.11801#: git-bisect.sh:32811802msgid "Are you sure [Y/n]? "11803msgstr "Sind Sie sicher [Y/n]? "1180411805#: git-bisect.sh:34011806#, sh-format11807msgid ""11808"You need to give me at least one $bad_syn and one $good_syn revision.\n"11809"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11810msgstr ""11811"Sie müssen mindestens einen \"$bad_syn\" und einen \"$good_syn\" Commit "11812"angeben.\n"11813"(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "11814"benutzen.)"1181511816#: git-bisect.sh:34311817#, sh-format11818msgid ""11819"You need to start by \"git bisect start\".\n"11820"You then need to give me at least one $good_syn and one $bad_syn revision.\n"11821"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11822msgstr ""11823"Sie müssen mit \"git bisect start\" beginnen.\n"11824"Danach müssen Sie mindestens einen \"$good_syn\" und einen \"$bad_syn\" "11825"Commit angeben.\n"11826"(Sie können dafür \"git bisect $bad_syn\" und \"git bisect $good_syn\" "11827"benutzen.)"1182811829#: git-bisect.sh:414 git-bisect.sh:54611830msgid "We are not bisecting."11831msgstr "keine binäre Suche im Gange"1183211833#: git-bisect.sh:42111834#, sh-format11835msgid "'$invalid' is not a valid commit"11836msgstr "'$invalid' ist kein gültiger Commit"1183711838#: git-bisect.sh:43011839#, sh-format11840msgid ""11841"Could not check out original HEAD '$branch'.\n"11842"Try 'git bisect reset <commit>'."11843msgstr ""11844"Konnte den ursprünglichen HEAD '$branch' nicht auschecken.\n"11845"Versuchen Sie 'git bisect reset <Commit>'."1184611847#: git-bisect.sh:45811848msgid "No logfile given"11849msgstr "Keine Log-Datei gegeben"1185011851#: git-bisect.sh:45911852#, sh-format11853msgid "cannot read $file for replaying"11854msgstr "kann $file nicht für das Abspielen lesen"1185511856#: git-bisect.sh:48011857msgid "?? what are you talking about?"11858msgstr "?? Was reden Sie da?"1185911860#: git-bisect.sh:49211861#, sh-format11862msgid "running $command"11863msgstr "führe $command aus"1186411865#: git-bisect.sh:49911866#, sh-format11867msgid ""11868"bisect run failed:\n"11869"exit code $res from '$command' is < 0 or >= 128"11870msgstr ""11871"'bisect run' fehlgeschlagen:\n"11872"Rückkehrwert $res von '$command' ist < 0 oder >= 128"1187311874#: git-bisect.sh:52511875msgid "bisect run cannot continue any more"11876msgstr "'bisect run' kann nicht mehr fortgesetzt werden"1187711878#: git-bisect.sh:53111879#, sh-format11880msgid ""11881"bisect run failed:\n"11882"'bisect_state $state' exited with error code $res"11883msgstr ""11884"'bisect run' fehlgeschlagen:\n"11885"'bisect_state $state' wurde mit Fehlerwert $res beendet"1188611887#: git-bisect.sh:53811888msgid "bisect run success"11889msgstr "'bisect run' erfolgreich ausgeführt"1189011891#: git-bisect.sh:56511892msgid "please use two different terms"11893msgstr "Bitte verwenden Sie zwei verschiedene Begriffe."1189411895#: git-bisect.sh:57511896#, sh-format11897msgid "'$term' is not a valid term"11898msgstr "'$term' ist kein gültiger Begriff"1189911900#: git-bisect.sh:57811901#, sh-format11902msgid "can't use the builtin command '$term' as a term"11903msgstr "Kann eingebauten Befehl '$term' nicht als Begriff verwenden"1190411905#: git-bisect.sh:587 git-bisect.sh:59311906#, sh-format11907msgid "can't change the meaning of term '$term'"11908msgstr "Kann Bedeutung von '$term' nicht ändern."1190911910#: git-bisect.sh:60611911#, sh-format11912msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."11913msgstr ""11914"Ungültiger Befehl: Sie sind gerade bei einer binären $TERM_BAD/$TERM_GOOD "11915"Suche."1191611917#: git-bisect.sh:63611918msgid "no terms defined"11919msgstr "Keine Begriffe definiert."1192011921#: git-bisect.sh:65311922#, sh-format11923msgid ""11924"invalid argument $arg for 'git bisect terms'.\n"11925"Supported options are: --term-good|--term-old and --term-bad|--term-new."11926msgstr ""11927"Ungültiges Argument $arg für 'git bisect terms'.\n"11928"Unterstützte Optionen sind: --term-good|--term-old und --term-bad|--term-new."1192911930#: git-rebase.sh:5711931msgid ""11932"When you have resolved this problem, run \"git rebase --continue\".\n"11933"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"11934"To check out the original branch and stop rebasing, run \"git rebase --abort"11935"\"."11936msgstr ""11937"Wenn Sie das Problem aufgelöst haben, führen Sie \"git rebase --continue\" "11938"aus.\n"11939"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"git "11940"rebase --skip\" aus.\n"11941"Um den ursprünglichen Branch wiederherzustellen und den Rebase abzubrechen,\n"11942"führen Sie \"git rebase --abort\" aus."1194311944#: git-rebase.sh:16511945msgid "Applied autostash."11946msgstr "\"autostash\" angewendet."1194711948#: git-rebase.sh:16811949#, sh-format11950msgid "Cannot store $stash_sha1"11951msgstr "Kann $stash_sha1 nicht speichern."1195211953#: git-rebase.sh:16911954msgid ""11955"Applying autostash resulted in conflicts.\n"11956"Your changes are safe in the stash.\n"11957"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"11958msgstr ""11959"Anwendung von \"autostash\" resultierte in Konflikten.\n"11960"Ihre Änderungen sind im Stash sicher.\n"11961"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"1196211963#: git-rebase.sh:20811964msgid "The pre-rebase hook refused to rebase."11965msgstr "Der \"pre-rebase hook\" hat den Rebase zurückgewiesen."1196611967#: git-rebase.sh:21311968msgid "It looks like git-am is in progress. Cannot rebase."11969msgstr "\"git-am\" scheint im Gange zu sein. Kann Rebase nicht durchführen."1197011971#: git-rebase.sh:35411972msgid "The --exec option must be used with the --interactive option"11973msgstr "Die Option --exec muss mit --interactive verwendet werden."1197411975#: git-rebase.sh:35911976msgid "No rebase in progress?"11977msgstr "Kein Rebase im Gange?"1197811979#: git-rebase.sh:37011980msgid "The --edit-todo action can only be used during interactive rebase."11981msgstr ""11982"Die --edit-todo Aktion kann nur während eines interaktiven Rebase verwendet "11983"werden."1198411985#: git-rebase.sh:37711986msgid "Cannot read HEAD"11987msgstr "Kann HEAD nicht lesen"1198811989#: git-rebase.sh:38011990msgid ""11991"You must edit all merge conflicts and then\n"11992"mark them as resolved using git add"11993msgstr ""11994"Sie müssen alle Merge-Konflikte editieren und diese dann\n"11995"mittels \"git add\" als aufgelöst markieren"1199611997#: git-rebase.sh:39811998#, sh-format11999msgid "Could not move back to $head_name"12000msgstr "Konnte nicht zu $head_name zurückgehen"1200112002#: git-rebase.sh:41712003#, sh-format12004msgid ""12005"It seems that there is already a $state_dir_base directory, and\n"12006"I wonder if you are in the middle of another rebase. If that is the\n"12007"case, please try\n"12008"\t$cmd_live_rebase\n"12009"If that is not the case, please\n"12010"\t$cmd_clear_stale_rebase\n"12011"and run me again. I am stopping in case you still have something\n"12012"valuable there."12013msgstr ""12014"Es sieht so aus, als ob es das Verzeichnis $state_dir_base bereits gibt\n"12015"und es könnte ein anderer Rebase im Gange sein. Wenn das der Fall ist,\n"12016"probieren Sie bitte\n"12017"\t$cmd_live_rebase\n"12018"Wenn das nicht der Fall ist, probieren Sie bitte\n"12019"\t$cmd_clear_stale_rebase\n"12020"und führen Sie diesen Befehl nochmal aus. Es wird angehalten, falls noch\n"12021"etwas Schützenswertes vorhanden ist."1202212023#: git-rebase.sh:46812024#, sh-format12025msgid "invalid upstream $upstream_name"12026msgstr "ungültiger Upstream-Branch $upstream_name"1202712028#: git-rebase.sh:49212029#, sh-format12030msgid "$onto_name: there are more than one merge bases"12031msgstr "$onto_name: es gibt mehr als eine Merge-Basis"1203212033#: git-rebase.sh:495 git-rebase.sh:49912034#, sh-format12035msgid "$onto_name: there is no merge base"12036msgstr "$onto_name: es gibt keine Merge-Basis"1203712038#: git-rebase.sh:50412039#, sh-format12040msgid "Does not point to a valid commit: $onto_name"12041msgstr "$onto_name zeigt auf keinen gültigen Commit"1204212043#: git-rebase.sh:52712044#, sh-format12045msgid "fatal: no such branch: $branch_name"12046msgstr "fatal: Branch $branch_name nicht gefunden"1204712048#: git-rebase.sh:56012049msgid "Cannot autostash"12050msgstr "Kann \"autostash\" nicht ausführen."1205112052#: git-rebase.sh:56512053#, sh-format12054msgid "Created autostash: $stash_abbrev"12055msgstr "\"autostash\" erzeugt: $stash_abbrev"1205612057#: git-rebase.sh:56912058msgid "Please commit or stash them."12059msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."1206012061#: git-rebase.sh:58912062#, sh-format12063msgid "Current branch $branch_name is up to date."12064msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."1206512066#: git-rebase.sh:59312067#, sh-format12068msgid "Current branch $branch_name is up to date, rebase forced."12069msgstr ""12070"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."1207112072#: git-rebase.sh:60412073#, sh-format12074msgid "Changes from $mb to $onto:"12075msgstr "Änderungen von $mb zu $onto:"1207612077#: git-rebase.sh:61312078msgid "First, rewinding head to replay your work on top of it..."12079msgstr ""12080"Zunächst wird der Branch zurückgespult, um Ihre Änderungen\n"12081"darauf neu anzuwenden ..."1208212083#: git-rebase.sh:62312084#, sh-format12085msgid "Fast-forwarded $branch_name to $onto_name."12086msgstr "$branch_name zu $onto_name vorgespult."1208712088#: git-stash.sh:5112089msgid "git stash clear with parameters is unimplemented"12090msgstr "git stash clear mit Parametern ist nicht implementiert"1209112092#: git-stash.sh:7412093msgid "You do not have the initial commit yet"12094msgstr "Sie haben bisher noch keinen initialen Commit"1209512096#: git-stash.sh:8912097msgid "Cannot save the current index state"12098msgstr "Kann den aktuellen Zustand des Index nicht speichern"1209912100#: git-stash.sh:124 git-stash.sh:13712101msgid "Cannot save the current worktree state"12102msgstr "Kann den aktuellen Zustand des Arbeitsverzeichnisses nicht speichern"1210312104#: git-stash.sh:14112105msgid "No changes selected"12106msgstr "Keine Änderungen ausgewählt"1210712108#: git-stash.sh:14412109msgid "Cannot remove temporary index (can't happen)"12110msgstr "Kann temporären Index nicht löschen (kann nicht passieren)"1211112112#: git-stash.sh:15712113msgid "Cannot record working tree state"12114msgstr "Kann Zustand des Arbeitsverzeichnisses nicht aufzeichnen"1211512116#: git-stash.sh:18912117#, sh-format12118msgid "Cannot update $ref_stash with $w_commit"12119msgstr "Kann $ref_stash nicht mit $w_commit aktualisieren."1212012121#. TRANSLATORS: $option is an invalid option, like12122#. `--blah-blah'. The 7 spaces at the beginning of the12123#. second line correspond to "error: ". So you should line12124#. up the second line with however many characters the12125#. translation of "error: " takes in your language. E.g. in12126#. English this is:12127#.12128#. $ git stash save --blah-blah 2>&1 | head -n 212129#. error: unknown option for 'stash save': --blah-blah12130#. To provide a message, use git stash save -- '--blah-blah'12131#: git-stash.sh:23912132#, sh-format12133msgid ""12134"error: unknown option for 'stash save': $option\n"12135" To provide a message, use git stash save -- '$option'"12136msgstr ""12137"Fehler: unbekannte Option für 'stash save': $option\n"12138" Um eine Beschreibung anzugeben, benutzen Sie \"git stash save -- "12139"'$option'\""1214012141#: git-stash.sh:26012142msgid "No local changes to save"12143msgstr "Keine lokalen Änderungen zum Speichern"1214412145#: git-stash.sh:26412146msgid "Cannot initialize stash"12147msgstr "Kann \"stash\" nicht initialisieren"1214812149#: git-stash.sh:26812150msgid "Cannot save the current status"12151msgstr "Kann den aktuellen Status nicht speichern"1215212153#: git-stash.sh:28612154msgid "Cannot remove worktree changes"12155msgstr "Kann Änderungen im Arbeitsverzeichnis nicht löschen"1215612157#: git-stash.sh:40512158#, sh-format12159msgid "unknown option: $opt"12160msgstr "unbekannte Option: $opt"1216112162#: git-stash.sh:41512163msgid "No stash found."12164msgstr "Kein Stash-Eintrag gefunden."1216512166#: git-stash.sh:42212167#, sh-format12168msgid "Too many revisions specified: $REV"12169msgstr "Zu viele Commits angegeben: $REV"1217012171#: git-stash.sh:42812172#, sh-format12173msgid "$reference is not a valid reference"12174msgstr "$reference ist keine gültige Referenz"1217512176#: git-stash.sh:45612177#, sh-format12178msgid "'$args' is not a stash-like commit"12179msgstr "'$args' ist kein \"stash\"-artiger Commit"1218012181#: git-stash.sh:46712182#, sh-format12183msgid "'$args' is not a stash reference"12184msgstr "'$args' ist keine \"stash\"-Referenz"1218512186#: git-stash.sh:47512187msgid "unable to refresh index"12188msgstr "Konnte den Index nicht aktualisieren."1218912190#: git-stash.sh:47912191msgid "Cannot apply a stash in the middle of a merge"12192msgstr "Kann \"stash\" nicht anwenden, solang ein Merge im Gange ist"1219312194#: git-stash.sh:48712195msgid "Conflicts in index. Try without --index."12196msgstr "Konflikte im Index. Versuchen Sie es ohne --index."1219712198#: git-stash.sh:48912199msgid "Could not save index tree"12200msgstr "Konnte Index-Verzeichnis nicht speichern"1220112202#: git-stash.sh:52312203msgid "Cannot unstage modified files"12204msgstr "Kann geänderte Dateien nicht aus dem Index entfernen"1220512206#: git-stash.sh:53812207msgid "Index was not unstashed."12208msgstr "Index wurde nicht aus dem Stash zurückgeladen."1220912210#: git-stash.sh:56112211#, sh-format12212msgid "Dropped ${REV} ($s)"12213msgstr "Gelöscht ${REV} ($s)"1221412215#: git-stash.sh:56212216#, sh-format12217msgid "${REV}: Could not drop stash entry"12218msgstr "${REV}: Konnte \"stash\"-Eintrag nicht löschen"1221912220#: git-stash.sh:57012221msgid "No branch name specified"12222msgstr "Kein Branchname spezifiziert"1222312224#: git-stash.sh:64212225msgid "(To restore them type \"git stash apply\")"12226msgstr "(Zur Wiederherstellung geben Sie \"git stash apply\" ein)"1222712228#: git-submodule.sh:10412229#, sh-format12230msgid "cannot strip one component off url '$remoteurl'"12231msgstr "Kann eine Komponente von URL '$remoteurl' nicht extrahieren"1223212233#: git-submodule.sh:28112234msgid "Relative path can only be used from the toplevel of the working tree"12235msgstr ""12236"Relative Pfade können nur von der obersten Ebene des Arbeitsverzeichnisses "12237"benutzt werden."1223812239#: git-submodule.sh:29112240#, sh-format12241msgid "repo URL: '$repo' must be absolute or begin with ./|../"12242msgstr "repo URL: '$repo' muss absolut sein oder mit ./|../ beginnen"1224312244#: git-submodule.sh:30812245#, sh-format12246msgid "'$sm_path' already exists in the index"12247msgstr "'$sm_path' ist bereits zum Commit vorgemerkt"1224812249#: git-submodule.sh:31212250#, sh-format12251msgid ""12252"The following path is ignored by one of your .gitignore files:\n"12253"$sm_path\n"12254"Use -f if you really want to add it."12255msgstr ""12256"Der folgende Pfad wird durch eine Ihrer \".gitignore\" Dateien ignoriert:\n"12257"$sm_path\n"12258"Benutzen Sie -f wenn Sie diesen wirklich hinzufügen möchten."1225912260#: git-submodule.sh:33012261#, sh-format12262msgid "Adding existing repo at '$sm_path' to the index"12263msgstr "Füge existierendes Repository in '$sm_path' dem Index hinzu."1226412265#: git-submodule.sh:33212266#, sh-format12267msgid "'$sm_path' already exists and is not a valid git repo"12268msgstr "'$sm_path' existiert bereits und ist kein gültiges Git-Repository"1226912270#: git-submodule.sh:34012271#, sh-format12272msgid "A git directory for '$sm_name' is found locally with remote(s):"12273msgstr ""12274"Ein Git-Verzeichnis für '$sm_name' wurde lokal gefunden mit den Remote-"12275"Repositories:"1227612277#: git-submodule.sh:34212278#, sh-format12279msgid ""12280"If you want to reuse this local git directory instead of cloning again from"12281msgstr ""12282"Wenn Sie dieses lokale Git-Verzeichnis wiederverwenden möchtest, anstatt "12283"erneut zu klonen"1228412285#: git-submodule.sh:34412286#, sh-format12287msgid ""12288"use the '--force' option. If the local git directory is not the correct repo"12289msgstr ""12290"benutzen Sie die Option '--force'. Wenn das lokale Git-Verzeichnis nicht das "12291"korrekte Repository ist"1229212293#: git-submodule.sh:34512294#, sh-format12295msgid ""12296"or you are unsure what this means choose another name with the '--name' "12297"option."12298msgstr ""12299"oder Sie sich unsicher sind, was das bedeutet, wählen Sie einen anderen "12300"Namen mit der Option '--name'."1230112302#: git-submodule.sh:34712303#, sh-format12304msgid "Reactivating local git directory for submodule '$sm_name'."12305msgstr "Reaktiviere lokales Git-Verzeichnis für Submodul '$sm_name'."1230612307#: git-submodule.sh:35912308#, sh-format12309msgid "Unable to checkout submodule '$sm_path'"12310msgstr "Kann Submodul '$sm_path' nicht auschecken"1231112312#: git-submodule.sh:36412313#, sh-format12314msgid "Failed to add submodule '$sm_path'"12315msgstr "Hinzufügen von Submodul '$sm_path' fehlgeschlagen"1231612317#: git-submodule.sh:37312318#, sh-format12319msgid "Failed to register submodule '$sm_path'"12320msgstr "Fehler beim Eintragen von Submodul '$sm_path' in die Konfiguration."1232112322#: git-submodule.sh:41712323#, sh-format12324msgid "Entering '$prefix$displaypath'"12325msgstr "Betrete '$prefix$displaypath'"1232612327#: git-submodule.sh:43712328#, sh-format12329msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."12330msgstr "Stoppe bei '$prefix$displaypath'; Skript gab nicht-Null Status zurück."1233112332#: git-submodule.sh:48312333#, sh-format12334msgid "No url found for submodule path '$displaypath' in .gitmodules"12335msgstr "Keine URL für Submodul-Pfad '$displaypath' in .gitmodules gefunden"1233612337#: git-submodule.sh:49212338#, sh-format12339msgid "Failed to register url for submodule path '$displaypath'"12340msgstr ""12341"Fehler beim Eintragen der URL für Submodul-Pfad '$displaypath' in die "12342"Konfiguration."1234312344#: git-submodule.sh:49412345#, sh-format12346msgid "Submodule '$name' ($url) registered for path '$displaypath'"12347msgstr ""12348"Submodul '$name' ($url) für Pfad '$displaypath' in die Konfiguration "12349"eingetragen."1235012351#: git-submodule.sh:51112352#, sh-format12353msgid "Failed to register update mode for submodule path '$displaypath'"12354msgstr ""12355"Fehler bei Änderung des Aktualisierungsmodus für Submodul-Pfad "12356"'$displaypath' in der Konfiguration."1235712358#: git-submodule.sh:54912359#, sh-format12360msgid "Use '.' if you really want to deinitialize all submodules"12361msgstr ""12362"Verwenden Sie '.' wenn Sie wirklich alle Submodule\n"12363"deinitialisieren möchten."1236412365#: git-submodule.sh:56612366#, sh-format12367msgid "Submodule work tree '$displaypath' contains a .git directory"12368msgstr ""12369"Arbeitsverzeichnis des Submoduls in '$displaypath' enthält ein .git-"12370"Verzeichnis"1237112372#: git-submodule.sh:56712373#, sh-format12374msgid ""12375"(use 'rm -rf' if you really want to remove it including all of its history)"12376msgstr ""12377"(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"12378"seiner Historie löschen möchten)"1237912380#: git-submodule.sh:57312381#, sh-format12382msgid ""12383"Submodule work tree '$displaypath' contains local modifications; use '-f' to "12384"discard them"12385msgstr ""12386"Arbeitsverzeichnis von Submodul in '$displaypath' enthält lokale Änderungen; "12387"verwenden Sie '-f', um diese zu verwerfen"1238812389#: git-submodule.sh:57612390#, sh-format12391msgid "Cleared directory '$displaypath'"12392msgstr "Verzeichnis '$displaypath' bereinigt."1239312394#: git-submodule.sh:57712395#, sh-format12396msgid "Could not remove submodule work tree '$displaypath'"12397msgstr ""12398"Konnte Arbeitsverzeichnis des Submoduls in '$displaypath' nicht löschen."1239912400#: git-submodule.sh:58012401#, sh-format12402msgid "Could not create empty submodule directory '$displaypath'"12403msgstr ""12404"Konnte kein leeres Verzeichnis für Submodul in '$displaypath' erstellen."1240512406#: git-submodule.sh:58912407#, sh-format12408msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"12409msgstr ""12410"Submodul '$name' ($url) für Pfad '$displaypath' wurde aus der Konfiguration "12411"entfernt."1241212413#: git-submodule.sh:72312414#, sh-format12415msgid ""12416"Submodule path '$displaypath' not initialized\n"12417"Maybe you want to use 'update --init'?"12418msgstr ""12419"Submodul-Pfad '$displaypath' ist nicht initialisiert.\n"12420"Vielleicht möchten Sie 'update --init' benutzen?"1242112422#: git-submodule.sh:73612423#, sh-format12424msgid "Unable to find current revision in submodule path '$displaypath'"12425msgstr "Konnte aktuellen Commit in Submodul-Pfad '$displaypath' nicht finden."1242612427#: git-submodule.sh:74512428#, sh-format12429msgid "Unable to fetch in submodule path '$sm_path'"12430msgstr "Konnte \"fetch\" in Submodul-Pfad '$sm_path' nicht ausführen"1243112432#: git-submodule.sh:76812433#, sh-format12434msgid "Unable to fetch in submodule path '$displaypath'"12435msgstr "Konnte \"fetch\" in Submodul-Pfad '$displaypath' nicht ausführen"1243612437#: git-submodule.sh:78812438#, sh-format12439msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"12440msgstr "Konnte '$sha1' in Submodul-Pfad '$displaypath' nicht auschecken."1244112442#: git-submodule.sh:78912443#, sh-format12444msgid "Submodule path '$displaypath': checked out '$sha1'"12445msgstr "Submodul-Pfad: '$displaypath': '$sha1' ausgecheckt"1244612447#: git-submodule.sh:79312448#, sh-format12449msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"12450msgstr "Rebase auf '$sha1' in Submodul-Pfad '$displaypath' nicht möglich"1245112452#: git-submodule.sh:79412453#, sh-format12454msgid "Submodule path '$displaypath': rebased into '$sha1'"12455msgstr "Submodul-Pfad '$displaypath': Rebase auf '$sha1'"1245612457#: git-submodule.sh:79912458#, sh-format12459msgid "Unable to merge '$sha1' in submodule path '$displaypath'"12460msgstr "Merge von '$sha1' in Submodul-Pfad '$displaypath' fehlgeschlagen"1246112462#: git-submodule.sh:80012463#, sh-format12464msgid "Submodule path '$displaypath': merged in '$sha1'"12465msgstr "Submodul-Pfad '$displaypath': zusammengeführt in '$sha1'"1246612467#: git-submodule.sh:80512468#, sh-format12469msgid ""12470"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"12471msgstr ""12472"Ausführung von '$command $sha1' in Submodul-Pfad '$prefix$sm_path' "12473"fehlgeschlagen"1247412475#: git-submodule.sh:80612476#, sh-format12477msgid "Submodule path '$prefix$sm_path': '$command $sha1'"12478msgstr "Submodul-Pfad '$prefix$sm_path': '$command $sha1'"1247912480#: git-submodule.sh:83612481#, sh-format12482msgid "Failed to recurse into submodule path '$displaypath'"12483msgstr "Fehler bei Rekursion in Submodul-Pfad '$displaypath'"1248412485#: git-submodule.sh:94412486msgid "The --cached option cannot be used with the --files option"12487msgstr ""12488"Die Optionen --cached und --files können nicht gemeinsam verwendet werden."1248912490#: git-submodule.sh:99612491#, sh-format12492msgid "unexpected mode $mod_dst"12493msgstr "unerwarteter Modus $mod_dst"1249412495#: git-submodule.sh:101612496#, sh-format12497msgid " Warn: $display_name doesn't contain commit $sha1_src"12498msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_src"1249912500#: git-submodule.sh:101912501#, sh-format12502msgid " Warn: $display_name doesn't contain commit $sha1_dst"12503msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_dst"1250412505#: git-submodule.sh:102212506#, sh-format12507msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"12508msgstr ""12509" Warnung: $display_name beinhaltet nicht die Commits $sha1_src und $sha1_dst"1251012511#: git-submodule.sh:104712512msgid "blob"12513msgstr "Blob"1251412515#: git-submodule.sh:116512516#, sh-format12517msgid "Failed to recurse into submodule path '$sm_path'"12518msgstr "Fehler bei Rekursion in Submodul-Pfad '$sm_path'"1251912520#: git-submodule.sh:122912521#, sh-format12522msgid "Synchronizing submodule url for '$displaypath'"12523msgstr "Synchronisiere Submodul-URL für '$displaypath'"1252412525#~ msgid "Forward-port local commits to the updated upstream head"12526#~ msgstr "lokale Commits auf einem aktuellerem Upstream-Branch neu aufbauen"1252712528#~ msgid "unable to parse format"12529#~ msgstr "Konnte Format nicht parsen."1253012531#~ msgid "improper format entered align:%s"12532#~ msgstr "Sie haben ein ungültiges Format eingegeben align:%s"1253312534#~ msgid "Could not set core.worktree in %s"12535#~ msgstr "Konnte core.worktree in '%s' nicht setzen."1253612537#~ msgid ""12538#~ "push.default is unset; its implicit value has changed in\n"12539#~ "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"12540#~ "and maintain the traditional behavior, use:\n"12541#~ "\n"12542#~ " git config --global push.default matching\n"12543#~ "\n"12544#~ "To squelch this message and adopt the new behavior now, use:\n"12545#~ "\n"12546#~ " git config --global push.default simple\n"12547#~ "\n"12548#~ "When push.default is set to 'matching', git will push local branches\n"12549#~ "to the remote branches that already exist with the same name.\n"12550#~ "\n"12551#~ "Since Git 2.0, Git defaults to the more conservative 'simple'\n"12552#~ "behavior, which only pushes the current branch to the corresponding\n"12553#~ "remote branch that 'git pull' uses to update the current branch.\n"12554#~ "\n"12555#~ "See 'git help config' and search for 'push.default' for further "12556#~ "information.\n"12557#~ "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"12558#~ "'current' instead of 'simple' if you sometimes use older versions of Git)"12559#~ msgstr ""12560#~ "'push.default' ist nicht gesetzt; der implizit gesetzte Wert\n"12561#~ "wurde in Git 2.0 von 'matching' nach 'simple' geändert. Um diese Meldung "12562#~ "zu\n"12563#~ "unterdrücken und das aktuelle Verhalten nach Änderung des Standardwertes\n"12564#~ "beizubehalten, benutzen Sie:\n"12565#~ "\n"12566#~ " git config --global push.default matching\n"12567#~ "\n"12568#~ "Um diese Meldung zu unterdrücken und das neue Verhalten jetzt zu "12569#~ "übernehmen, benutzen Sie:\n"12570#~ "\n"12571#~ " git config --global push.default simple\n"12572#~ "\n"12573#~ "Wenn 'push.default' auf den Wert 'matching' gesetzt ist, werden lokale\n"12574#~ "Branches zu den Remote-Branches mit den selben Namen versendet.\n"12575#~ "\n"12576#~ "In Git 2.0 wurde das Standardverhalten zu 'simple' geändert. Hierbei "12577#~ "wird\n"12578#~ "der aktuelle Branch zu dem entsprechenden Remote-Branch versendet, den\n"12579#~ "'git pull' zur Aktualisierung des aktuellen Branches verwendet.\n"12580#~ "\n"12581#~ "Führen Sie 'git help config' aus und suchen Sie nach 'push.default' für\n"12582#~ "weitere Informationen.\n"12583#~ "(Der Modus 'simple' wurde in Git 1.7.11 eingeführt. Benutzen Sie den "12584#~ "ähnlichen\n"12585#~ "Modus 'current' anstatt 'simple', falls Sie gelegentlich ältere Versionen "12586#~ "von\n"12587#~ "Git benutzen.)"1258812589#~ msgid "check|on-demand|no"12590#~ msgstr "check|on-demand|no"1259112592#~ msgid "Could not append '%s'"12593#~ msgstr "Konnte '%s' nicht anhängen."1259412595#~ msgid "Could not set '%s'"12596#~ msgstr "Konnte '%s' nicht setzen"1259712598#~ msgid "Missing author: %s"12599#~ msgstr "fehlender Autor: %s"1260012601#~ msgid "Testing "12602#~ msgstr "Prüfe "1260312604#~ msgid "unable to look up current user in the passwd file: %s"12605#~ msgstr "konnte aktuellen Benutzer nicht in Passwort-Datei finden: %s"1260612607#~ msgid "no such user"12608#~ msgstr "kein solcher Benutzer"1260912610#~ msgid "branch '%s' does not point at a commit"12611#~ msgstr "Branch '%s' zeigt auf keinen Commit"1261212613#~ msgid "object '%s' does not point to a commit"12614#~ msgstr "Objekt '%s' zeigt auf keinen Commit"1261512616#~ msgid "some refs could not be read"12617#~ msgstr "Konnte einige Referenzen nicht lesen"1261812619#~ msgid "print only merged branches"12620#~ msgstr "nur Branches ausgeben, die zusammengeführt sind"1262112622#~ msgid "--dissociate given, but there is no --reference"12623#~ msgstr "--dissociate ohne --reference angegeben"1262412625#~ msgid "show usage"12626#~ msgstr "Verwendung anzeigen"1262712628#~ msgid "insanely long template name %s"12629#~ msgstr "zu langer Vorlagen-Name %s"1263012631#~ msgid "insanely long symlink %s"12632#~ msgstr "zu lange symbolische Verknüpfung %s"1263312634#~ msgid "insanely long template path %s"12635#~ msgstr "zu langer Vorlagen-Pfad %s"1263612637#~ msgid "insane git directory %s"12638#~ msgstr "ungültiges Git-Verzeichnis %s"1263912640#~ msgid "unsupported sort specification '%s'"12641#~ msgstr "Nicht unterstützte Angabe für \"--sort\" '%s'"1264212643#~ msgid "unsupported sort specification '%s' in variable '%s'"12644#~ msgstr "Nicht unterstützte Angabe für \"--sort\" '%s' in Variable '%s'"1264512646#~ msgid "switch 'points-at' requires an object"12647#~ msgstr "Option 'points-at' erfordert ein Objekt"1264812649#~ msgid "sort tags"12650#~ msgstr "Tags sortieren"1265112652#~ msgid "--sort and -n are incompatible"12653#~ msgstr "--sort und -n sind inkompatibel"1265412655#~ msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"12656#~ msgstr ""12657#~ "Git-Verzeichnis '$a' ist Teil des Submodul-Pfades '$b', oder umgekehrt"1265812659#~ msgid "false|true|preserve"12660#~ msgstr "false|true|preserve"1266112662#~ msgid "BUG: reopen a lockfile that is still open"12663#~ msgstr "FEHLER: Wiederöffnen einer bereits geöffneten Lock-Datei"1266412665#~ msgid "BUG: reopen a lockfile that has been committed"12666#~ msgstr "FEHLER: Wiederöffnen einer bereits committeten Lock-Datei"1266712668#~ msgid "option %s does not accept negative form"12669#~ msgstr "Option %s akzeptiert keine negative Form"1267012671#~ msgid "unable to parse value '%s' for option %s"12672#~ msgstr "konnte Wert '%s' für Option %s nicht parsen"1267312674#~ msgid "-b and -B are mutually exclusive"12675#~ msgstr "-b und -B schließen sich gegenseitig aus"1267612677#~ msgid "You need to set your committer info first"12678#~ msgstr "Sie müssen zuerst die Informationen zum Commit-Ersteller setzen."1267912680#~ msgid ""12681#~ "When you have resolved this problem, run \"$cmdline --continue\".\n"12682#~ "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"12683#~ "To restore the original branch and stop patching, run \"$cmdline --abort"12684#~ "\"."12685#~ msgstr ""12686#~ "Wenn Sie das Problem gelöst haben, führen Sie \"$cmdline --continue\" "12687#~ "aus.\n"12688#~ "Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen\n"12689#~ "\"$cmdline --skip\" aus.\n"12690#~ "Um den ursprünglichen Branch wiederherzustellen und die Anwendung der\n"12691#~ "Patches abzubrechen, führen Sie \"$cmdline --abort\" aus."1269212693#~ msgid "Patch format $patch_format is not supported."12694#~ msgstr "Patch-Format $patch_format wird nicht unterstützt."1269512696#~ msgid "Please make up your mind. --skip or --abort?"12697#~ msgstr "Bitte werden Sie sich klar. --skip oder --abort?"1269812699#~ msgid ""12700#~ "Patch is empty. Was it split wrong?\n"12701#~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"12702#~ "To restore the original branch and stop patching run \"$cmdline --abort\"."12703#~ msgstr ""12704#~ "Patch ist leer. Wurde er falsch aufgeteilt?\n"12705#~ "Wenn Sie diesen Patch auslassen möchten, führen Sie stattdessen\n"12706#~ "\"$cmdline --skip\" aus.\n"12707#~ "Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "12708#~ "Patches\n"12709#~ "abzubrechen, führen Sie \"$cmdline --abort\" aus."1271012711#~ msgid "Patch does not have a valid e-mail address."12712#~ msgstr "Patch enthält keine gültige E-Mail-Adresse."1271312714#~ msgid "Applying: $FIRSTLINE"12715#~ msgstr "Wende an: $FIRSTLINE"1271612717#~ msgid "Patch failed at $msgnum $FIRSTLINE"12718#~ msgstr "Anwendung des Patches fehlgeschlagen bei $msgnum $FIRSTLINE"1271912720#~ msgid ""12721#~ "Pull is not possible because you have unmerged files.\n"12722#~ "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"12723#~ "as appropriate to mark resolution and make a commit."12724#~ msgstr ""12725#~ "\"pull\" ist nicht möglich, weil Sie nicht zusammengeführte Dateien "12726#~ "haben.\n"12727#~ "Bitte korrigieren Sie dies im Arbeitsverzeichnis und benutzen Sie dann\n"12728#~ "'git add/rm <Datei>', um die Auflösung entsprechend zu markieren und zu\n"12729#~ "committen."1273012731#~ msgid "Pull is not possible because you have unmerged files."12732#~ msgstr ""12733#~ "\"pull\" ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."1273412735#~ msgid ""12736#~ "You have not concluded your merge (MERGE_HEAD exists).\n"12737#~ "Please, commit your changes before you can merge."12738#~ msgstr ""12739#~ "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"12740#~ "Bitte committen Sie Ihre Änderungen, bevor Sie \"merge\" ausführen können."1274112742#~ msgid "no branch specified"12743#~ msgstr "Kein Branch spezifiziert"1274412745#~ msgid "check a branch out in a separate working directory"12746#~ msgstr "Branch in separatem Arbeitsverzeichnis auschecken"1274712748#~ msgid "prune .git/worktrees"12749#~ msgstr ""12750#~ "Informationen zu nicht mehr existierenden Arbeitsverzeichnissen in .git/"12751#~ "worktrees entfernen"1275212753#~ msgid "The most commonly used git commands are:"12754#~ msgstr "Die allgemein verwendeten Git-Kommandos sind:"1275512756#~ msgid "No such branch: '%s'"12757#~ msgstr "Kein solcher Branch '%s'"1275812759#~ msgid "Could not create git link %s"12760#~ msgstr "Konnte git-Verweis %s nicht erstellen"1276112762#~ msgid "Invalid gc.pruneexpire: '%s'"12763#~ msgstr "Ungültiges Wert für \"gc.pruneexpire\": '%s'"1276412765#~ msgid "(detached from %s)"12766#~ msgstr "(losgelöst von %s)"1276712768#~ msgid "search also in ignored files"12769#~ msgstr "auch in ignorierten Dateien suchen"1277012771#~ msgid "No existing author found with '%s'"12772#~ msgstr "Kein existierender Autor mit '%s' gefunden."1277312774#~ msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"12775#~ msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"1277612777#~ msgid "no files added"12778#~ msgstr "keine Dateien hinzugefügt"1277912780#~ msgid "force creation (when already exists)"12781#~ msgstr "Branch auch erzeugen, wenn dieser bereits existiert"1278212783#~ msgid "slot"12784#~ msgstr "Slot"1278512786#~ msgid "check"12787#~ msgstr "check|on-demand"1278812789#~ msgid "Failed to lock ref for update"12790#~ msgstr "Fehler beim Sperren der Referenz zur Aktualisierung."1279112792#~ msgid "Failed to write ref"12793#~ msgstr "Fehler beim Schreiben der Referenz."1279412795#~ msgid "Failed to lock HEAD during fast_forward_to"12796#~ msgstr "Fehler beim Sperren von HEAD während fast_forward_to"1279712798#~ msgid "invalid commit: %s"12799#~ msgstr "Ungültiger Commit: %s"1280012801#~ msgid "cannot lock HEAD ref"12802#~ msgstr "Kann Referenz von HEAD nicht sperren."1280312804#~ msgid "cannot update HEAD ref"12805#~ msgstr "Kann Referenz von HEAD nicht aktualisieren."1280612807#~ msgid "cannot tell cwd"12808#~ msgstr "kann aktuelles Arbeitsverzeichnis nicht ermitteln"1280912810#~ msgid "%s: cannot lock the ref"12811#~ msgstr "%s: kann Referenz nicht sperren"1281212813#~ msgid "%s: cannot update the ref"12814#~ msgstr "%s: kann Referenz nicht aktualisieren"1281512816#~ msgid "commit has empty message"12817#~ msgstr "Commit hat eine leere Beschreibung"1281812819#~ msgid "Failed to chdir: %s"12820#~ msgstr "Fehler beim Verzeichniswechsel: %s"1282112822#~ msgid "key id"12823#~ msgstr "Schlüssel-ID"1282412825#~ msgid "Tracking not set up: name too long: %s"12826#~ msgstr ""12827#~ "Konfiguration zum Folgen von Branch nicht eingerichtet. Name zu lang: %s"1282812829#~ msgid "bug"12830#~ msgstr "Fehler"1283112832#~ msgid ", behind "12833#~ msgstr ", hinterher "1283412835#~ msgid "could not find .gitmodules in index"12836#~ msgstr "Konnte .gitmodules nicht in der Staging-Area finden"1283712838#~ msgid "reading updated .gitmodules failed"12839#~ msgstr "Lesen der aktualisierten .gitmodules-Datei fehlgeschlagen"1284012841#~ msgid "unable to stat updated .gitmodules"12842#~ msgstr "Konnte aktualisierte .gitmodules-Datei nicht lesen"1284312844#~ msgid "unable to remove .gitmodules from index"12845#~ msgstr "Konnte .gitmodules nicht aus der Staging-Area entfernen"1284612847#~ msgid "adding updated .gitmodules failed"12848#~ msgstr "Konnte aktualisierte .gitmodules-Datei nicht hinzufügen"1284912850#~ msgid ""12851#~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"12852#~ "subdirectory of the tree will change in Git 2.0 and should not be used "12853#~ "anymore.\n"12854#~ "To add content for the whole tree, run:\n"12855#~ "\n"12856#~ " git add %s :/\n"12857#~ " (or git add %s :/)\n"12858#~ "\n"12859#~ "To restrict the command to the current directory, run:\n"12860#~ "\n"12861#~ " git add %s .\n"12862#~ " (or git add %s .)\n"12863#~ "\n"12864#~ "With the current Git version, the command is restricted to the current "12865#~ "directory.\n"12866#~ msgstr ""12867#~ "Das Verhalten von 'git add %s (oder %s)' ohne ein Pfad-Argument von\n"12868#~ "einem Unterverzeichnis aus wird in Git 2.0 geändert und sollte nicht\n"12869#~ "mehr verwendet werden.\n"12870#~ "Um Dateien des gesamten Projektverzeichnisses hinzuzufügen, führen Sie "12871#~ "aus:\n"12872#~ "\n"12873#~ " git add %s :/\n"12874#~ " (oder git add %s :/)\n"12875#~ "\n"12876#~ "Zur Einschränkung auf das aktuelle Verzeichnis führen Sie aus:\n"12877#~ "\n"12878#~ " git add %s .\n"12879#~ " (oder git add %s .)\n"12880#~ "\n"12881#~ "Mit der aktuellen Version von Git ist das Kommando auf das aktuelle\n"12882#~ "Verzeichnis beschränkt.\n"1288312884#~ msgid ""12885#~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"12886#~ "whose behaviour will change in Git 2.0 with respect to paths you "12887#~ "removed.\n"12888#~ "Paths like '%s' that are\n"12889#~ "removed from your working tree are ignored with this version of Git.\n"12890#~ "\n"12891#~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"12892#~ " ignores paths you removed from your working tree.\n"12893#~ "\n"12894#~ "* 'git add --all <pathspec>' will let you also record the removals.\n"12895#~ "\n"12896#~ "Run 'git status' to check the paths you removed from your working tree.\n"12897#~ msgstr ""12898#~ "Sie haben 'git add' weder mit '-A (--all)' noch mit '--ignore-removal'\n"12899#~ "ausgeführt. Das Verhalten des Kommandos ändert sich in Git 2.0 durch\n"12900#~ "Berücksichtigung der gelöschten Pfade.\n"12901#~ "Pfade wie '%s', die im Arbeitsverzeichnis gelöscht wurden, werden in\n"12902#~ "dieser Version von Git ignoriert.\n"12903#~ "\n"12904#~ "* 'git add --ignore-removal <Pfadspezifikation>', was der aktuelle\n"12905#~ " Standardwert ist, ignoriert gelöschte Pfade im Arbeitsverzeichnis.\n"12906#~ "* 'git add --all <Pfadspezifikation>' berücksichtigt ebenfalls gelöschte\n"12907#~ " Pfade.\n"12908#~ "Führen Sie 'git status' aus, um die gelöschten Pfade zu überprüfen.\n"1290912910#~ msgid ""12911#~ "Auto packing the repository for optimum performance. You may also\n"12912#~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"12913#~ msgstr ""12914#~ "Die Datenbank des Repositories wird für eine optimale Performance\n"12915#~ "komprimiert. Sie können auch \"git gc\" manuell ausführen.\n"12916#~ "Siehe \"git help gc\" für weitere Informationen.\n"1291712918#~ msgid ""12919#~ "Updates were rejected because a pushed branch tip is behind its remote\n"12920#~ "counterpart. If you did not intend to push that branch, you may want to\n"12921#~ "specify branches to push or set the 'push.default' configuration "12922#~ "variable\n"12923#~ "to 'simple', 'current' or 'upstream' to push only the current branch."12924#~ msgstr ""12925#~ "Aktualisierungen wurden zurückgewiesen, weil die Spitze eines "12926#~ "versendeten\n"12927#~ "Branches hinter seinem externen Gegenstück zurückgefallen ist. Wenn Sie "12928#~ "nicht\n"12929#~ "beabsichtigt haben, diesen Branch zu versenden, können Sie auch den zu "12930#~ "versendenden\n"12931#~ "Branch spezifizieren oder die Konfigurationsvariable 'push.default' zu "12932#~ "'simple', 'current'\n"12933#~ "oder 'upstream' setzen, um nur den aktuellen Branch zu versenden."1293412935#~ msgid "copied: %s -> %s"12936#~ msgstr "kopiert: %s -> %s"1293712938#~ msgid "deleted: %s"12939#~ msgstr "gelöscht: %s"1294012941#~ msgid "modified: %s"12942#~ msgstr "geändert: %s"1294312944#~ msgid "renamed: %s -> %s"12945#~ msgstr "umbenannt: %s -> %s"1294612947#~ msgid "unmerged: %s"12948#~ msgstr "nicht zusammengeführt: %s"1294912950#~ msgid "input paths are terminated by a null character"12951#~ msgstr "Eingabepfade sind durch ein NUL Zeichen abgeschlossen"1295212953#~ msgid ""12954#~ "The following untracked files would NOT be saved but need to be removed "12955#~ "by stash save:"12956#~ msgstr ""12957#~ "Die folgenden unbeobachteten Dateien würden NICHT gespeichert werden,\n"12958#~ "müssen aber durch \"stash save\" entfernt werden:"1295912960#~ msgid ""12961#~ "Aborting. Consider using either the --force or --include-untracked option."12962#~ msgstr ""12963#~ "Abgebrochen. Benutzen Sie entweder die Option --force oder --include-"12964#~ "untracked."1296512966#~ msgid " (fix conflicts and then run \"git am --resolved\")"12967#~ msgstr ""12968#~ " (beheben Sie die Konflikte und führen Sie dann \"git am --resolved\" "12969#~ "aus)"1297012971#~ msgid " (all conflicts fixed: run \"git commit\")"12972#~ msgstr " (alle Konflikte behoben: führen Sie \"git commit\" aus)"1297312974#~ msgid "more than %d trees given: '%s'"12975#~ msgstr "Mehr als %d \"Tree\"-Objekte angegeben: '%s'"1297612977#~ msgid "You cannot combine --no-ff with --ff-only."12978#~ msgstr "Sie können --no-ff nicht mit --ff--only kombinieren."1297912980#~ msgid ""12981#~ "submodule '%s' (or one of its nested submodules) uses a .git directory\n"12982#~ "(use 'rm -rf' if you really want to remove it including all of its "12983#~ "history)"12984#~ msgstr ""12985#~ "Submodul '%s' (oder ein geschachteltes Submodul hiervon) verwendet\n"12986#~ "ein .git-Verzeichnis (benutzen Sie 'rm -rf' wenn Sie dieses wirklich "12987#~ "mitsamt\n"12988#~ "seiner Historie löschen möchten)"1298912990#~ msgid ""12991#~ "'%s' has changes staged in the index\n"12992#~ "(use --cached to keep the file, or -f to force removal)"12993#~ msgstr ""12994#~ "'%s' hat zum Commit vorgemerkte Änderungen\n"12995#~ "(benutzen Sie --cached um die Datei zu behalten, oder -f um die "12996#~ "Entfernung zu erzwingen)"1299712998#~ msgid "show commits where no parent comes before its children"12999#~ msgstr ""13000#~ "zeigt Commits, bei denen kein Eltern-Commit vor seinem Kind-Commit kommt"1300113002#~ msgid "show the HEAD reference"13003#~ msgstr "zeigt Referenz von HEAD"1300413005#~ msgid "Unable to fetch in submodule path '$prefix$sm_path'"13006#~ msgstr "Konnte \"fetch\" in Submodul-Pfad '$prefix$sm_path' nicht ausführen"1300713008#~ msgid "Failed to recurse into submodule path '$prefix$sm_path'"13009#~ msgstr "Fehler bei Rekursion in Submodul-Pfad '$prefix$sm_path'"1301013011#~ msgid "It took %.2f seconds to enumerate untracked files. 'status -uno'"13012#~ msgstr ""13013#~ "Es dauerte %.2f Sekunden die unbeobachteten Dateien zu bestimmen.'status -"13014#~ "uno'"1301513016#~ msgid "may speed it up, but you have to be careful not to forget to add"13017#~ msgstr "könnte das beschleunigen, aber Sie müssen darauf achten, neue"1301813019#~ msgid "new files yourself (see 'git help status')."13020#~ msgstr "Dateien selbstständig hinzuzufügen (siehe 'git help status')."1302113022#~ msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"13023#~ msgstr ""13024#~ "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] "13025#~ "[<Versionsidentifikation>... ]"1302613027#~ msgid "See 'git help <command>' for more information on a specific command."13028#~ msgstr ""13029#~ "Siehe 'git help <Kommando>' für weitere Informationen zu einem "13030#~ "spezifischen Kommando"1303113032#~ msgid "use any ref in .git/refs"13033#~ msgstr "verwendet alle Referenzen in .git/refs"1303413035#~ msgid "use any tag in .git/refs/tags"13036#~ msgstr "verwendet alle Markierungen in .git/refs/tags"1303713038#~ msgid "bad object %s"13039#~ msgstr "ungültiges Objekt %s"1304013041#~ msgid "bogus committer info %s"13042#~ msgstr "unechte Einreicher-Informationen %s"1304313044#~ msgid "can't fdopen 'show' output fd"13045#~ msgstr "konnte Datei-Deskriptor für Ausgabe von 'show' nicht öffnen"1304613047#~ msgid "failed to close pipe to 'show' for object '%s'"13048#~ msgstr ""13049#~ "Schließen der Verbindung zu 'show' ist für Objekt '%s' fehlgeschlagen."1305013051#~ msgid "You do not have a valid HEAD"13052#~ msgstr "Sie haben keine gültige Zweigspitze (HEAD)"1305313054#~ msgid "oops"13055#~ msgstr "Ups"1305613057#~ msgid "Would not remove %s\n"13058#~ msgstr "Würde '%s' nicht löschen\n"1305913060#~ msgid "Not removing %s\n"13061#~ msgstr "Entferne nicht %s\n"1306213063#~ msgid "Could not read index"13064#~ msgstr "Konnte Bereitstellung nicht lesen"1306513066#~ msgid " 0 files changed"13067#~ msgstr " 0 Dateien geändert"1306813069#~ msgid " %d file changed"13070#~ msgid_plural " %d files changed"13071#~ msgstr[0] " %d Datei geändert"13072#~ msgstr[1] " %d Dateien geändert"1307313074#~ msgid ", %d insertion(+)"13075#~ msgid_plural ", %d insertions(+)"13076#~ msgstr[0] ", %d Zeile hinzugefügt(+)"13077#~ msgstr[1] ", %d Zeilen hinzugefügt(+)"1307813079#~ msgid ", %d deletion(-)"13080#~ msgid_plural ", %d deletions(-)"13081#~ msgstr[0] ", %d Zeile entfernt(-)"13082#~ msgstr[1] ", %d Zeilen entfernt(-)"1308313084#~ msgid "git remote set-head <name> (-a | -d | <branch>])"13085#~ msgstr "git remote set-head <Name> (-a | -d | <Zweig>])"1308613087#~ msgid " (use \"git add\" to track)"13088#~ msgstr " (benutze \"git add\" zum Beobachten)"1308913090#~ msgid "--detach cannot be used with -b/-B/--orphan"13091#~ msgstr "--detach kann nicht mit -b/-B/--orphan benutzt werden"1309213093#~ msgid "--detach cannot be used with -t"13094#~ msgstr "--detach kann nicht mit -t benutzt werden"1309513096#~ msgid "--orphan and -b|-B are mutually exclusive"13097#~ msgstr "--orphan und -b|-B sind gegenseitig exklusiv"1309813099#~ msgid "--orphan cannot be used with -t"13100#~ msgstr "--orphan kann nicht mit -t benutzt werden"1310113102#~ msgid "git checkout: -f and -m are incompatible"13103#~ msgstr "git checkout: -f und -m sind inkompatibel"1310413105#~ msgid ""13106#~ "git checkout: updating paths is incompatible with switching branches."13107#~ msgstr ""13108#~ "git checkout: Die Aktualisierung von Pfaden ist inkompatibel mit dem "13109#~ "Wechsel von Zweigen."1311013111#~ msgid "diff setup failed"13112#~ msgstr "diff_setup_done fehlgeschlagen"1311313114#~ msgid "merge-recursive: disk full?"13115#~ msgstr "merge-recursive: Festplatte voll?"1311613117#~ msgid "diff_setup_done failed"13118#~ msgstr "diff_setup_done fehlgeschlagen"1311913120#~ msgid "-d option is no longer supported. Do not use."13121#~ msgstr "-d Option wird nicht länger unterstützt. Nicht benutzen."1312213123#~ msgid "%s: has been deleted/renamed"13124#~ msgstr "%s wurde gelöscht/umbenannt"1312513126#~ msgid "'%s': not a documentation directory."13127#~ msgstr "'%s' ist kein Dokumentationsverzeichnis"1312813129#~ msgid "--"13130#~ msgstr "--"1313113132#~ msgid "Could not extract email from committer identity."13133#~ msgstr "Konnte E-Mail-Adresse des Einreichers nicht extrahieren."1313413135#~ msgid "cherry-pick"13136#~ msgstr "cherry-pick"1313713138#~ msgid ""13139#~ "To prevent you from losing history, non-fast-forward updates were "13140#~ "rejected\n"13141#~ "Merge the remote changes (e.g. 'git pull') before pushing again. See "13142#~ "the\n"13143#~ "'Note about fast-forwards' section of 'git push --help' for details.\n"13144#~ msgstr ""13145#~ "Um dich vor Verlust von Historie zu bewahren, wurden nicht vorzuspulende "13146#~ "Aktualisierungen zurückgewiesen.\n"13147#~ "Führe die externen Änderungen zusammen (z.B. 'git pull') bevor du erneut "13148#~ "versendest. Siehe auch die 'Note about fast-forwards' Sektion von \n"13149#~ "'git push --help' für weitere Details.\n"