1# German translations for Git. 2# Copyright (C) 2010-2012 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, 2011, 2012. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: git 1.8.4\n" 9"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 10"POT-Creation-Date: 2013-08-06 14:10+0800\n" 11"PO-Revision-Date: 2013-07-28 18:42+0200\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:57 21#, c-format 22msgid "hint: %.*s\n" 23msgstr "Hinweis: %.*s\n" 24 25#. 26#. * Message used both when 'git commit' fails and when 27#. * other commands doing a merge do. 28#. 29#: advice.c:87 30msgid "" 31"Fix them up in the work tree,\n" 32"and then use 'git add/rm <file>' as\n" 33"appropriate to mark resolution and make a commit,\n" 34"or use 'git commit -a'." 35msgstr "" 36"Korrigieren Sie dies im Arbeitsverzeichnis,\n" 37"und benutzen Sie dann 'git add/rm <Datei>'\n" 38"um die Auflösung entsprechend zu markieren und zu committen,\n" 39"oder benutzen Sie 'git commit -a'." 40 41#: archive.c:10 42msgid "git archive [options] <tree-ish> [<path>...]" 43msgstr "git archive [Optionen] <Commit-Referenz> [<Pfad>...]" 44 45#: archive.c:11 46msgid "git archive --list" 47msgstr "git archive --list" 48 49#: archive.c:12 50msgid "" 51"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]" 52msgstr "" 53"git archive --remote <Repository> [--exec <Programm>] [Optionen] <Commit-" 54"Referenz> [Pfad...]" 55 56#: archive.c:13 57msgid "git archive --remote <repo> [--exec <cmd>] --list" 58msgstr "git archive --remote <Repository> [--exec <Programm>] --list" 59 60#: archive.c:323 61msgid "fmt" 62msgstr "Format" 63 64#: archive.c:323 65msgid "archive format" 66msgstr "Archivformat" 67 68#: archive.c:324 builtin/log.c:1173 69msgid "prefix" 70msgstr "Prefix" 71 72#: archive.c:325 73msgid "prepend prefix to each pathname in the archive" 74msgstr "stellt einen Präfix vor jeden Pfadnamen in dem Archiv" 75 76#: archive.c:326 builtin/archive.c:88 builtin/blame.c:2292 77#: builtin/blame.c:2293 builtin/config.c:56 builtin/fast-export.c:673 78#: builtin/fast-export.c:675 builtin/grep.c:714 builtin/hash-object.c:77 79#: builtin/ls-files.c:496 builtin/ls-files.c:499 builtin/notes.c:408 80#: builtin/notes.c:565 builtin/read-tree.c:108 parse-options.h:152 81msgid "file" 82msgstr "Datei" 83 84#: archive.c:327 builtin/archive.c:89 85msgid "write the archive to this file" 86msgstr "schreibt das Archiv in diese Datei" 87 88#: archive.c:329 89msgid "read .gitattributes in working directory" 90msgstr "liest .gitattributes aus dem Arbeitsverzeichnis" 91 92#: archive.c:330 93msgid "report archived files on stderr" 94msgstr "gibt archivierte Dateien in der Standard-Fehlerausgabe aus" 95 96#: archive.c:331 97msgid "store only" 98msgstr "nur speichern" 99 100#: archive.c:332 101msgid "compress faster" 102msgstr "schneller komprimieren" 103 104#: archive.c:340 105msgid "compress better" 106msgstr "besser komprimieren" 107 108#: archive.c:343 109msgid "list supported archive formats" 110msgstr "listet unterstützte Archivformate auf" 111 112#: archive.c:345 builtin/archive.c:90 builtin/clone.c:85 113msgid "repo" 114msgstr "Repository" 115 116#: archive.c:346 builtin/archive.c:91 117msgid "retrieve the archive from remote repository <repo>" 118msgstr "ruft das Archiv von Remote-Repository <Repository> ab" 119 120#: archive.c:347 builtin/archive.c:92 builtin/notes.c:487 121msgid "command" 122msgstr "Programm" 123 124#: archive.c:348 builtin/archive.c:93 125msgid "path to the remote git-upload-archive command" 126msgstr "Pfad zum externen \"git-upload-archive\"-Programm" 127 128#: attr.c:259 129msgid "" 130"Negative patterns are ignored in git attributes\n" 131"Use '\\!' for literal leading exclamation." 132msgstr "" 133"Verneinende Muster werden in Git-Attributen ignoriert.\n" 134"Benutzen Sie '\\!' für führende Ausrufezeichen." 135 136#: branch.c:60 137#, c-format 138msgid "Not setting branch %s as its own upstream." 139msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein." 140 141#: branch.c:82 142#, c-format 143msgid "Branch %s set up to track remote branch %s from %s by rebasing." 144msgstr "" 145"Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s durch Rebase." 146 147#: branch.c:83 148#, c-format 149msgid "Branch %s set up to track remote branch %s from %s." 150msgstr "Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s." 151 152#: branch.c:87 153#, c-format 154msgid "Branch %s set up to track local branch %s by rebasing." 155msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s durch Rebase." 156 157#: branch.c:88 158#, c-format 159msgid "Branch %s set up to track local branch %s." 160msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s." 161 162#: branch.c:92 163#, c-format 164msgid "Branch %s set up to track remote ref %s by rebasing." 165msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s durch Rebase." 166 167#: branch.c:93 168#, c-format 169msgid "Branch %s set up to track remote ref %s." 170msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s." 171 172#: branch.c:97 173#, c-format 174msgid "Branch %s set up to track local ref %s by rebasing." 175msgstr "" 176"Branch %s konfiguriert zum Folgen von lokaler Referenz %s durch Rebase." 177 178#: branch.c:98 179#, c-format 180msgid "Branch %s set up to track local ref %s." 181msgstr "Branch %s konfiguriert zum Folgen von lokaler Referenz %s." 182 183#: branch.c:118 184#, c-format 185msgid "Tracking not set up: name too long: %s" 186msgstr "" 187"Konfiguration zum Folgen von Branch nicht eingerichtet. Name zu lang: %s" 188 189#: branch.c:137 190#, c-format 191msgid "Not tracking: ambiguous information for ref %s" 192msgstr "" 193"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist " 194"mehrdeutig." 195 196#: branch.c:182 197#, c-format 198msgid "'%s' is not a valid branch name." 199msgstr "'%s' ist kein gültiger Branchname." 200 201#: branch.c:187 202#, c-format 203msgid "A branch named '%s' already exists." 204msgstr "Branch '%s' existiert bereits." 205 206#: branch.c:195 207msgid "Cannot force update the current branch." 208msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen." 209 210#: branch.c:216 211#, c-format 212msgid "Cannot setup tracking information; starting point '%s' is not a branch." 213msgstr "" 214"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein " 215"Branch." 216 217#: branch.c:218 218#, c-format 219msgid "the requested upstream branch '%s' does not exist" 220msgstr "der angeforderte Upstream-Branch '%s' existiert nicht" 221 222#: branch.c:220 223msgid "" 224"\n" 225"If you are planning on basing your work on an upstream\n" 226"branch that already exists at the remote, you may need to\n" 227"run \"git fetch\" to retrieve it.\n" 228"\n" 229"If you are planning to push out a new local branch that\n" 230"will track its remote counterpart, you may want to use\n" 231"\"git push -u\" to set the upstream config as you push." 232msgstr "" 233"\n" 234"Falls Sie vorhaben, Ihre Arbeit auf einem bereits existierenden\n" 235"Upstream-Branch aufzubauen, sollten Sie \"git fetch\"\n" 236"ausführen, um diesen abzurufen.\n" 237"\n" 238"Falls Sie vorhaben, einen neuen lokalen Branch zu versenden\n" 239"der seinem externen Gegenstück folgen soll, können Sie\n" 240"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n" 241"zu konfigurieren." 242 243#: branch.c:265 244#, c-format 245msgid "Not a valid object name: '%s'." 246msgstr "Ungültiger Objekt-Name: '%s'" 247 248#: branch.c:285 249#, c-format 250msgid "Ambiguous object name: '%s'." 251msgstr "mehrdeutiger Objekt-Name: '%s'" 252 253#: branch.c:290 254#, c-format 255msgid "Not a valid branch point: '%s'." 256msgstr "Ungültiger Branchpunkt: '%s'" 257 258#: branch.c:296 259msgid "Failed to lock ref for update" 260msgstr "Fehler beim Sperren der Referenz zur Aktualisierung." 261 262#: branch.c:314 263msgid "Failed to write ref" 264msgstr "Fehler beim Schreiben der Referenz." 265 266#: bundle.c:36 267#, c-format 268msgid "'%s' does not look like a v2 bundle file" 269msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus" 270 271#: bundle.c:63 272#, c-format 273msgid "unrecognized header: %s%s (%d)" 274msgstr "nicht erkannter Kopfbereich: %s%s (%d)" 275 276#: bundle.c:89 builtin/commit.c:697 277#, c-format 278msgid "could not open '%s'" 279msgstr "Konnte '%s' nicht öffnen" 280 281#: bundle.c:140 282msgid "Repository lacks these prerequisite commits:" 283msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:" 284 285#: bundle.c:164 sequencer.c:661 sequencer.c:1111 builtin/log.c:331 286#: builtin/log.c:801 builtin/log.c:1399 builtin/log.c:1625 builtin/merge.c:364 287#: builtin/shortlog.c:156 288msgid "revision walk setup failed" 289msgstr "Einrichtung des Revisionsgangs fehlgeschlagen" 290 291#: bundle.c:186 292#, c-format 293msgid "The bundle contains this ref:" 294msgid_plural "The bundle contains these %d refs:" 295msgstr[0] "Das Paket enthält diese Referenz:" 296msgstr[1] "Das Paket enthält diese %d Referenzen:" 297 298#: bundle.c:193 299msgid "The bundle records a complete history." 300msgstr "Das Paket speichert eine komplette Historie." 301 302#: bundle.c:195 303#, c-format 304msgid "The bundle requires this ref:" 305msgid_plural "The bundle requires these %d refs:" 306msgstr[0] "Das Paket benötigt diese Referenz:" 307msgstr[1] "Das Paket benötigt diese %d Referenzen:" 308 309#: bundle.c:294 310msgid "rev-list died" 311msgstr "\"rev-list\" abgebrochen" 312 313#: bundle.c:300 builtin/log.c:1310 builtin/shortlog.c:259 314#, c-format 315msgid "unrecognized argument: %s" 316msgstr "nicht erkanntes Argument: %s" 317 318#: bundle.c:335 319#, c-format 320msgid "ref '%s' is excluded by the rev-list options" 321msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen" 322 323#: bundle.c:380 324msgid "Refusing to create empty bundle." 325msgstr "Erstellung eines leeren Pakets zurückgewiesen." 326 327#: bundle.c:398 328msgid "Could not spawn pack-objects" 329msgstr "Konnte Paketobjekte nicht erstellen" 330 331#: bundle.c:416 332msgid "pack-objects died" 333msgstr "Erstellung der Paketobjekte abgebrochen" 334 335#: bundle.c:419 336#, c-format 337msgid "cannot create '%s'" 338msgstr "kann '%s' nicht erstellen" 339 340#: bundle.c:441 341msgid "index-pack died" 342msgstr "Erstellung der Paketindexdatei abgebrochen" 343 344#: commit.c:53 345#, c-format 346msgid "could not parse %s" 347msgstr "konnte %s nicht parsen" 348 349#: commit.c:55 350#, c-format 351msgid "%s %s is not a commit!" 352msgstr "%s %s ist kein Commit!" 353 354#: compat/obstack.c:406 compat/obstack.c:408 355msgid "memory exhausted" 356msgstr "Speicher verbraucht" 357 358#: connected.c:60 359msgid "Could not run 'git rev-list'" 360msgstr "Konnte 'git rev-list' nicht ausführen" 361 362#: connected.c:80 363#, c-format 364msgid "failed write to rev-list: %s" 365msgstr "Fehler beim Schreiben nach rev-list: %s" 366 367#: connected.c:88 368#, c-format 369msgid "failed to close rev-list's stdin: %s" 370msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe: %s" 371 372#: date.c:95 373msgid "in the future" 374msgstr "in der Zukunft" 375 376#: date.c:101 377#, c-format 378msgid "%lu second ago" 379msgid_plural "%lu seconds ago" 380msgstr[0] "vor %lu Sekunde" 381msgstr[1] "vor %lu Sekunden" 382 383#: date.c:108 384#, c-format 385msgid "%lu minute ago" 386msgid_plural "%lu minutes ago" 387msgstr[0] "vor %lu Minute" 388msgstr[1] "vor %lu Minuten" 389 390#: date.c:115 391#, c-format 392msgid "%lu hour ago" 393msgid_plural "%lu hours ago" 394msgstr[0] "vor %lu Stunde" 395msgstr[1] "vor %lu Stunden" 396 397#: date.c:122 398#, c-format 399msgid "%lu day ago" 400msgid_plural "%lu days ago" 401msgstr[0] "vor %lu Tag" 402msgstr[1] "vor %lu Tagen" 403 404#: date.c:128 405#, c-format 406msgid "%lu week ago" 407msgid_plural "%lu weeks ago" 408msgstr[0] "vor %lu Woche" 409msgstr[1] "vor %lu Wochen" 410 411#: date.c:135 412#, c-format 413msgid "%lu month ago" 414msgid_plural "%lu months ago" 415msgstr[0] "vor %lu Monat" 416msgstr[1] "vor %lu Monaten" 417 418#: date.c:146 419#, c-format 420msgid "%lu year" 421msgid_plural "%lu years" 422msgstr[0] "vor %lu Jahr" 423msgstr[1] "vor %lu Jahren" 424 425#: date.c:149 426#, c-format 427msgid "%s, %lu month ago" 428msgid_plural "%s, %lu months ago" 429msgstr[0] "%s, und %lu Monat" 430msgstr[1] "%s, und %lu Monaten" 431 432#: date.c:154 date.c:159 433#, c-format 434msgid "%lu year ago" 435msgid_plural "%lu years ago" 436msgstr[0] "vor %lu Jahr" 437msgstr[1] "vor %lu Jahren" 438 439#: diff.c:112 440#, c-format 441msgid " Failed to parse dirstat cut-off percentage '%s'\n" 442msgstr "" 443" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n" 444 445#: diff.c:117 446#, c-format 447msgid " Unknown dirstat parameter '%s'\n" 448msgstr " Unbekannter \"dirstat\" Parameter '%s'\n" 449 450#: diff.c:210 451#, c-format 452msgid "Unknown value for 'diff.submodule' config variable: '%s'" 453msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'" 454 455#: diff.c:260 456#, c-format 457msgid "" 458"Found errors in 'diff.dirstat' config variable:\n" 459"%s" 460msgstr "" 461"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n" 462"%s" 463 464#: diff.c:3487 465#, c-format 466msgid "" 467"Failed to parse --dirstat/-X option parameter:\n" 468"%s" 469msgstr "" 470"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n" 471"%s" 472 473#: diff.c:3501 474#, c-format 475msgid "Failed to parse --submodule option parameter: '%s'" 476msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'" 477 478#: gpg-interface.c:59 gpg-interface.c:131 479msgid "could not run gpg." 480msgstr "konnte gpg nicht ausführen" 481 482#: gpg-interface.c:71 483msgid "gpg did not accept the data" 484msgstr "gpg hat die Daten nicht akzeptiert" 485 486#: gpg-interface.c:82 487msgid "gpg failed to sign the data" 488msgstr "gpg beim Signieren der Daten fehlgeschlagen" 489 490#: gpg-interface.c:115 491#, c-format 492msgid "could not create temporary file '%s': %s" 493msgstr "konnte temporäre Datei '%s' nicht erstellen: %s" 494 495#: gpg-interface.c:118 496#, c-format 497msgid "failed writing detached signature to '%s': %s" 498msgstr "Fehler beim Schreiben der Signatur nach '%s': %s" 499 500#: grep.c:1623 501#, c-format 502msgid "'%s': unable to read %s" 503msgstr "'%s': konnte nicht lesen %s" 504 505#: grep.c:1640 506#, c-format 507msgid "'%s': %s" 508msgstr "'%s': %s" 509 510#: grep.c:1651 511#, c-format 512msgid "'%s': short read %s" 513msgstr "'%s': read() zu kurz %s" 514 515#: help.c:210 516#, c-format 517msgid "available git commands in '%s'" 518msgstr "Vorhandene Git-Kommandos in '%s'" 519 520#: help.c:217 521msgid "git commands available from elsewhere on your $PATH" 522msgstr "Vorhandene Git-Kommandos irgendwo in Ihrem $PATH" 523 524#: help.c:233 525msgid "The most commonly used git commands are:" 526msgstr "Die allgemein verwendeten Git-Kommandos sind:" 527 528#: help.c:290 529#, c-format 530msgid "" 531"'%s' appears to be a git command, but we were not\n" 532"able to execute it. Maybe git-%s is broken?" 533msgstr "" 534"'%s' scheint ein git-Kommando zu sein, konnte aber\n" 535"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?" 536 537#: help.c:347 538msgid "Uh oh. Your system reports no Git commands at all." 539msgstr "Uh oh. Keine Git-Kommandos auf Ihrem System vorhanden." 540 541#: help.c:369 542#, c-format 543msgid "" 544"WARNING: You called a Git command named '%s', which does not exist.\n" 545"Continuing under the assumption that you meant '%s'" 546msgstr "" 547"Warnung: Sie haben das nicht existierende Git-Kommando '%s' ausgeführt.\n" 548"Setze fort unter der Annahme, dass Sie '%s' gemeint haben" 549 550#: help.c:374 551#, c-format 552msgid "in %0.1f seconds automatically..." 553msgstr "automatisch in %0.1f Sekunden..." 554 555#: help.c:381 556#, c-format 557msgid "git: '%s' is not a git command. See 'git --help'." 558msgstr "git: '%s' ist kein Git-Kommando. Siehe 'git --help'." 559 560#: help.c:385 help.c:444 561msgid "" 562"\n" 563"Did you mean this?" 564msgid_plural "" 565"\n" 566"Did you mean one of these?" 567msgstr[0] "" 568"\n" 569"Haben Sie das gemeint?" 570msgstr[1] "" 571"\n" 572"Haben Sie eines von diesen gemeint?" 573 574#: help.c:440 575#, c-format 576msgid "%s: %s - %s" 577msgstr "%s: %s - %s" 578 579#: merge.c:56 580msgid "failed to read the cache" 581msgstr "Lesen des Zwischenspeichers fehlgeschlagen" 582 583#: merge.c:110 builtin/checkout.c:365 builtin/checkout.c:566 584#: builtin/clone.c:656 585msgid "unable to write new index file" 586msgstr "Konnte neue Staging-Area-Datei nicht schreiben." 587 588#: merge-recursive.c:190 589#, c-format 590msgid "(bad commit)\n" 591msgstr "(ungültiger Commit)\n" 592 593#: merge-recursive.c:206 594#, c-format 595msgid "addinfo_cache failed for path '%s'" 596msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen" 597 598#: merge-recursive.c:269 599msgid "error building trees" 600msgstr "Fehler beim Erstellen der \"Tree\"-Objekte" 601 602#: merge-recursive.c:673 603#, c-format 604msgid "failed to create path '%s'%s" 605msgstr "Fehler beim Erstellen des Pfades '%s'%s" 606 607#: merge-recursive.c:684 608#, c-format 609msgid "Removing %s to make room for subdirectory\n" 610msgstr "Entferne %s um Platz für Unterverzeichnis zu schaffen\n" 611 612#. something else exists 613#. .. but not some other error (who really cares what?) 614#: merge-recursive.c:698 merge-recursive.c:719 615msgid ": perhaps a D/F conflict?" 616msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?" 617 618#: merge-recursive.c:709 619#, c-format 620msgid "refusing to lose untracked file at '%s'" 621msgstr "verweigere, da unbeobachtete Dateien in '%s' verloren gehen würden" 622 623#: merge-recursive.c:749 624#, c-format 625msgid "cannot read object %s '%s'" 626msgstr "kann Objekt %s '%s' nicht lesen" 627 628#: merge-recursive.c:751 629#, c-format 630msgid "blob expected for %s '%s'" 631msgstr "Blob erwartet für %s '%s'" 632 633#: merge-recursive.c:774 builtin/clone.c:312 634#, c-format 635msgid "failed to open '%s'" 636msgstr "Fehler beim Öffnen von '%s'" 637 638#: merge-recursive.c:782 639#, c-format 640msgid "failed to symlink '%s'" 641msgstr "Fehler beim Erstellen eines symbolischen Verweises für '%s'" 642 643#: merge-recursive.c:785 644#, c-format 645msgid "do not know what to do with %06o %s '%s'" 646msgstr "weiß nicht was mit %06o %s '%s' zu machen ist" 647 648#: merge-recursive.c:923 649msgid "Failed to execute internal merge" 650msgstr "Fehler bei Ausführung des internen Merges" 651 652#: merge-recursive.c:927 653#, c-format 654msgid "Unable to add %s to database" 655msgstr "Konnte %s nicht zur Datenbank hinzufügen" 656 657#: merge-recursive.c:943 658msgid "unsupported object type in the tree" 659msgstr "nicht unterstützter Objekttyp im Verzeichnis" 660 661#: merge-recursive.c:1022 merge-recursive.c:1036 662#, c-format 663msgid "" 664"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 665"in tree." 666msgstr "" 667"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde " 668"im Arbeitsbereich gelassen." 669 670#: merge-recursive.c:1028 merge-recursive.c:1041 671#, c-format 672msgid "" 673"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 674"in tree at %s." 675msgstr "" 676"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde " 677"im Arbeitsbereich bei %s gelassen." 678 679#: merge-recursive.c:1082 680msgid "rename" 681msgstr "umbenennen" 682 683#: merge-recursive.c:1082 684msgid "renamed" 685msgstr "umbenannt" 686 687#: merge-recursive.c:1138 688#, c-format 689msgid "%s is a directory in %s adding as %s instead" 690msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu" 691 692#: merge-recursive.c:1160 693#, c-format 694msgid "" 695"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 696"\"->\"%s\" in \"%s\"%s" 697msgstr "" 698"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" " 699"und \"%s\"->\"%s\" in Branch \"%s\"%s" 700 701#: merge-recursive.c:1165 702msgid " (left unresolved)" 703msgstr " (bleibt unaufgelöst)" 704 705#: merge-recursive.c:1219 706#, c-format 707msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 708msgstr "" 709"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s " 710"in %s" 711 712#: merge-recursive.c:1249 713#, c-format 714msgid "Renaming %s to %s and %s to %s instead" 715msgstr "Benenne stattdessen %s nach %s und %s nach %s um" 716 717#: merge-recursive.c:1448 718#, c-format 719msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 720msgstr "" 721"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in " 722"%s" 723 724#: merge-recursive.c:1458 725#, c-format 726msgid "Adding merged %s" 727msgstr "Füge zusammengeführte Datei %s hinzu" 728 729#: merge-recursive.c:1463 merge-recursive.c:1661 730#, c-format 731msgid "Adding as %s instead" 732msgstr "Füge stattdessen als %s hinzu" 733 734#: merge-recursive.c:1514 735#, c-format 736msgid "cannot read object %s" 737msgstr "kann Objekt %s nicht lesen" 738 739#: merge-recursive.c:1517 740#, c-format 741msgid "object %s is not a blob" 742msgstr "Objekt %s ist kein Blob" 743 744#: merge-recursive.c:1565 745msgid "modify" 746msgstr "ändern" 747 748#: merge-recursive.c:1565 749msgid "modified" 750msgstr "geändert" 751 752#: merge-recursive.c:1575 753msgid "content" 754msgstr "Inhalt" 755 756#: merge-recursive.c:1582 757msgid "add/add" 758msgstr "hinzufügen/hinzufügen" 759 760#: merge-recursive.c:1616 761#, c-format 762msgid "Skipped %s (merged same as existing)" 763msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)" 764 765#: merge-recursive.c:1630 766#, c-format 767msgid "Auto-merging %s" 768msgstr "automatischer Merge von %s" 769 770#: merge-recursive.c:1634 git-submodule.sh:1118 771msgid "submodule" 772msgstr "Submodul" 773 774#: merge-recursive.c:1635 775#, c-format 776msgid "CONFLICT (%s): Merge conflict in %s" 777msgstr "KONFLIKT (%s): Merge-Konflikt in %s" 778 779#: merge-recursive.c:1725 780#, c-format 781msgid "Removing %s" 782msgstr "Entferne %s" 783 784#: merge-recursive.c:1750 785msgid "file/directory" 786msgstr "Datei/Verzeichnis" 787 788#: merge-recursive.c:1756 789msgid "directory/file" 790msgstr "Verzeichnis/Datei" 791 792#: merge-recursive.c:1761 793#, c-format 794msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 795msgstr "" 796"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s " 797"hinzu." 798 799#: merge-recursive.c:1771 800#, c-format 801msgid "Adding %s" 802msgstr "Füge %s hinzu" 803 804#: merge-recursive.c:1788 805msgid "Fatal merge failure, shouldn't happen." 806msgstr "Fataler Merge-Fehler. Sollte nicht passieren." 807 808#: merge-recursive.c:1807 809msgid "Already up-to-date!" 810msgstr "Bereits aktuell!" 811 812#: merge-recursive.c:1816 813#, c-format 814msgid "merging of trees %s and %s failed" 815msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen" 816 817#: merge-recursive.c:1846 818#, c-format 819msgid "Unprocessed path??? %s" 820msgstr "unverarbeiteter Pfad??? %s" 821 822#: merge-recursive.c:1891 823msgid "Merging:" 824msgstr "Merge:" 825 826#: merge-recursive.c:1904 827#, c-format 828msgid "found %u common ancestor:" 829msgid_plural "found %u common ancestors:" 830msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden" 831msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden" 832 833#: merge-recursive.c:1941 834msgid "merge returned no commit" 835msgstr "Merge hat keinen Commit zurückgegeben" 836 837#: merge-recursive.c:1998 838#, c-format 839msgid "Could not parse object '%s'" 840msgstr "Konnte Objekt '%s' nicht parsen." 841 842#: merge-recursive.c:2010 builtin/merge.c:672 843msgid "Unable to write index." 844msgstr "Konnte Staging-Area nicht schreiben." 845 846#: notes-utils.c:40 847msgid "Cannot commit uninitialized/unreferenced notes tree" 848msgstr "" 849"Kann uninitialisiertes/unreferenzierte Notiz-Verzeichnis nicht committen." 850 851#: notes-utils.c:81 852#, c-format 853msgid "Bad notes.rewriteMode value: '%s'" 854msgstr "Ungültiger notes.rewriteMode Wert: '%s'" 855 856#: notes-utils.c:91 857#, c-format 858msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 859msgstr "" 860"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)" 861 862#. TRANSLATORS: The first %s is the name of the 863#. environment variable, the second %s is its value 864#: notes-utils.c:118 865#, c-format 866msgid "Bad %s value: '%s'" 867msgstr "Ungültiger %s Wert: '%s'" 868 869#: object.c:204 870#, c-format 871msgid "unable to parse object: %s" 872msgstr "Konnte Objekt '%s' nicht parsen." 873 874#: parse-options.c:489 875msgid "..." 876msgstr "..." 877 878#: parse-options.c:507 879#, c-format 880msgid "usage: %s" 881msgstr "Verwendung: %s" 882 883#. TRANSLATORS: the colon here should align with the 884#. one in "usage: %s" translation 885#: parse-options.c:511 886#, c-format 887msgid " or: %s" 888msgstr " oder: %s" 889 890#: parse-options.c:514 891#, c-format 892msgid " %s" 893msgstr " %s" 894 895#: parse-options.c:548 896msgid "-NUM" 897msgstr "-NUM" 898 899#: pathspec.c:83 900#, c-format 901msgid "Path '%s' is in submodule '%.*s'" 902msgstr "Pfad '%s' befindet sich in Submodul '%.*s'" 903 904#: pathspec.c:99 905#, c-format 906msgid "'%s' is beyond a symbolic link" 907msgstr "'%s' ist hinter einem symbolischen Verweis" 908 909#: remote.c:1788 910#, c-format 911msgid "Your branch is ahead of '%s' by %d commit.\n" 912msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 913msgstr[0] "Ihr Branch ist vor '%s' um %d Commit.\n" 914msgstr[1] "Ihr Branch ist vor '%s' um %d Commits.\n" 915 916#: remote.c:1794 917msgid " (use \"git push\" to publish your local commits)\n" 918msgstr " (benutzen Sie \"git push\" um lokale Commits zu publizieren)\n" 919 920#: remote.c:1797 921#, c-format 922msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 923msgid_plural "" 924"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 925msgstr[0] "" 926"Ihr Branch ist zu '%s' um %d Commit hinterher, und kann vorgespult werden.\n" 927msgstr[1] "" 928"Ihr Branch ist zu '%s' um %d Commits hinterher, und kann vorgespult werden.\n" 929 930#: remote.c:1805 931msgid " (use \"git pull\" to update your local branch)\n" 932msgstr "" 933" (benutzen Sie \"git pull\" um Ihren lokalen Branch zu aktualisieren)\n" 934 935#: remote.c:1808 936#, c-format 937msgid "" 938"Your branch and '%s' have diverged,\n" 939"and have %d and %d different commit each, respectively.\n" 940msgid_plural "" 941"Your branch and '%s' have diverged,\n" 942"and have %d and %d different commits each, respectively.\n" 943msgstr[0] "" 944"Ihr Branch und '%s' sind divergiert,\n" 945"und haben jeweils %d und %d unterschiedliche Commits.\n" 946msgstr[1] "" 947"Ihr Branch und '%s' sind divergiert,\n" 948"und haben jeweils %d und %d unterschiedliche Commits.\n" 949 950#: remote.c:1818 951msgid " (use \"git pull\" to merge the remote branch into yours)\n" 952msgstr "" 953" (benutzen Sie \"git pull\" um Ihren Branch mit dem Remote-Branch " 954"zusammenzuführen)\n" 955 956#: run-command.c:80 957msgid "open /dev/null failed" 958msgstr "Öffnen von /dev/null fehlgeschlagen" 959 960#: run-command.c:82 961#, c-format 962msgid "dup2(%d,%d) failed" 963msgstr "dup2(%d,%d) fehlgeschlagen" 964 965#: sequencer.c:206 builtin/merge.c:790 builtin/merge.c:903 966#: builtin/merge.c:1013 builtin/merge.c:1023 967#, c-format 968msgid "Could not open '%s' for writing" 969msgstr "Konnte '%s' nicht zum Schreiben öffnen." 970 971#: sequencer.c:208 builtin/merge.c:350 builtin/merge.c:793 972#: builtin/merge.c:1015 builtin/merge.c:1028 973#, c-format 974msgid "Could not write to '%s'" 975msgstr "Konnte nicht nach '%s' schreiben." 976 977#: sequencer.c:229 978msgid "" 979"after resolving the conflicts, mark the corrected paths\n" 980"with 'git add <paths>' or 'git rm <paths>'" 981msgstr "" 982"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n" 983"mit 'git add <Pfade>' oder 'git rm <Pfade>'" 984 985#: sequencer.c:232 986msgid "" 987"after resolving the conflicts, mark the corrected paths\n" 988"with 'git add <paths>' or 'git rm <paths>'\n" 989"and commit the result with 'git commit'" 990msgstr "" 991"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n" 992"mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n" 993"'git commit' ein" 994 995#: sequencer.c:245 sequencer.c:869 sequencer.c:952 996#, c-format 997msgid "Could not write to %s" 998msgstr "Konnte nicht nach %s schreiben" 9991000#: sequencer.c:2481001#, c-format1002msgid "Error wrapping up %s"1003msgstr "Fehler bei Nachbereitung von %s"10041005#: sequencer.c:2631006msgid "Your local changes would be overwritten by cherry-pick."1007msgstr ""1008"Ihre lokalen Änderungen würden von \"cherry-pick\" überschrieben werden."10091010#: sequencer.c:2651011msgid "Your local changes would be overwritten by revert."1012msgstr "Ihre lokalen Änderungen würden von \"revert\" überschrieben werden."10131014#: sequencer.c:2681015msgid "Commit your changes or stash them to proceed."1016msgstr ""1017"Tragen Sie Ihre Änderungen ein oder benutzen Sie \"stash\" um fortzufahren."10181019#. TRANSLATORS: %s will be "revert" or "cherry-pick"1020#: sequencer.c:3241021#, c-format1022msgid "%s: Unable to write new index file"1023msgstr "%s: Konnte neue Staging-Area-Datei nicht schreiben"10241025#: sequencer.c:3551026msgid "Could not resolve HEAD commit\n"1027msgstr "Konnte Commit von HEAD nicht auflösen\n"10281029#: sequencer.c:3771030msgid "Unable to update cache tree\n"1031msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"10321033#: sequencer.c:4221034#, c-format1035msgid "Could not parse commit %s\n"1036msgstr "Konnte Commit %s nicht parsen\n"10371038#: sequencer.c:4271039#, c-format1040msgid "Could not parse parent commit %s\n"1041msgstr "Konnte Eltern-Commit %s nicht parsen\n"10421043#: sequencer.c:4931044msgid "Your index file is unmerged."1045msgstr "Ihre Staging-Area-Datei ist nicht zusammengeführt."10461047#: sequencer.c:5121048#, c-format1049msgid "Commit %s is a merge but no -m option was given."1050msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."10511052#: sequencer.c:5201053#, c-format1054msgid "Commit %s does not have parent %d"1055msgstr "Commit %s hat keinen Elternteil %d"10561057#: sequencer.c:5241058#, c-format1059msgid "Mainline was specified but commit %s is not a merge."1060msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."10611062#. TRANSLATORS: The first %s will be "revert" or1063#. "cherry-pick", the second %s a SHA11064#: sequencer.c:5371065#, c-format1066msgid "%s: cannot parse parent commit %s"1067msgstr "%s: kann Eltern-Commit %s nicht parsen"10681069#: sequencer.c:5411070#, c-format1071msgid "Cannot get commit message for %s"1072msgstr "Kann keine Commit-Beschreibung für %s bekommen"10731074#: sequencer.c:6271075#, c-format1076msgid "could not revert %s... %s"1077msgstr "Konnte \"revert\" nicht auf %s ausführen... %s"10781079#: sequencer.c:6281080#, c-format1081msgid "could not apply %s... %s"1082msgstr "Konnte %s nicht anwenden... %s"10831084#: sequencer.c:6641085msgid "empty commit set passed"1086msgstr "leere Menge von Commits übergeben"10871088#: sequencer.c:6721089#, c-format1090msgid "git %s: failed to read the index"1091msgstr "git %s: Fehler beim Lesen der Staging-Area"10921093#: sequencer.c:6771094#, c-format1095msgid "git %s: failed to refresh the index"1096msgstr "git %s: Fehler beim Aktualisieren der Staging-Area"10971098#: sequencer.c:7351099#, c-format1100msgid "Cannot %s during a %s"1101msgstr "Kann %s nicht während eines %s durchführen"11021103#: sequencer.c:7571104#, c-format1105msgid "Could not parse line %d."1106msgstr "Konnte Zeile %d nicht parsen."11071108#: sequencer.c:7621109msgid "No commits parsed."1110msgstr "Keine Commits geparst."11111112#: sequencer.c:7751113#, c-format1114msgid "Could not open %s"1115msgstr "Konnte %s nicht öffnen"11161117#: sequencer.c:7791118#, c-format1119msgid "Could not read %s."1120msgstr "Konnte %s nicht lesen."11211122#: sequencer.c:7861123#, c-format1124msgid "Unusable instruction sheet: %s"1125msgstr "Unbenutzbares Instruktionsblatt: %s"11261127#: sequencer.c:8141128#, c-format1129msgid "Invalid key: %s"1130msgstr "Ungültiger Schlüssel: %s"11311132#: sequencer.c:8171133#, c-format1134msgid "Invalid value for %s: %s"1135msgstr "Ungültiger Wert für %s: %s"11361137#: sequencer.c:8291138#, c-format1139msgid "Malformed options sheet: %s"1140msgstr "Fehlerhaftes Optionsblatt: %s"11411142#: sequencer.c:8501143msgid "a cherry-pick or revert is already in progress"1144msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"11451146#: sequencer.c:8511147msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1148msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""11491150#: sequencer.c:8551151#, c-format1152msgid "Could not create sequencer directory %s"1153msgstr "Konnte \"sequencer\"-Verzeichnis %s nicht erstellen"11541155#: sequencer.c:871 sequencer.c:9561156#, c-format1157msgid "Error wrapping up %s."1158msgstr "Fehler beim Einpacken von %s."11591160#: sequencer.c:890 sequencer.c:10241161msgid "no cherry-pick or revert in progress"1162msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"11631164#: sequencer.c:8921165msgid "cannot resolve HEAD"1166msgstr "kann HEAD nicht auflösen"11671168#: sequencer.c:8941169msgid "cannot abort from a branch yet to be born"1170msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"11711172#: sequencer.c:916 builtin/apply.c:40611173#, c-format1174msgid "cannot open %s: %s"1175msgstr "Kann %s nicht öffnen: %s"11761177#: sequencer.c:9191178#, c-format1179msgid "cannot read %s: %s"1180msgstr "Kann %s nicht lesen: %s"11811182#: sequencer.c:9201183msgid "unexpected end of file"1184msgstr "Unerwartetes Dateiende"11851186#: sequencer.c:9261187#, c-format1188msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1189msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"11901191#: sequencer.c:9491192#, c-format1193msgid "Could not format %s."1194msgstr "Konnte %s nicht formatieren."11951196#: sequencer.c:10921197#, c-format1198msgid "%s: can't cherry-pick a %s"1199msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"12001201#: sequencer.c:10951202#, c-format1203msgid "%s: bad revision"1204msgstr "%s: ungültiger Commit"12051206#: sequencer.c:11291207msgid "Can't revert as initial commit"1208msgstr "Kann nicht als allerersten Commit einen Revert ausführen."12091210#: sequencer.c:11301211msgid "Can't cherry-pick into empty head"1212msgstr "Kann nicht als allerersten Commit einen Cherry-Pick ausführen."12131214#: sha1_name.c:4401215msgid ""1216"Git normally never creates a ref that ends with 40 hex characters\n"1217"because it will be ignored when you just specify 40-hex. These refs\n"1218"may be created by mistake. For example,\n"1219"\n"1220" git checkout -b $br $(git rev-parse ...)\n"1221"\n"1222"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1223"examine these refs and maybe delete them. Turn this message off by\n"1224"running \"git config advice.objectNameWarning false\""1225msgstr ""1226"Git erzeugt normalerweise keine Referenzen die mit\n"1227"40 Hex-Zeichen enden, da diese ignoriert werden wenn\n"1228"Sie diese angeben. Diese Referenzen könnten aus Versehen\n"1229"erzeugt worden sein. Zum Beispiel,\n"1230"\n"1231" git checkout -b $br $(git rev-parse ...)\n"1232"\n"1233"wobei \"$br\" leer ist und eine 40-Hex-Referenz erzeugt\n"1234"wurde. Bitte prüfen Sie diese Referenzen und löschen\n"1235"Sie sie gegebenenfalls. Unterdrücken Sie diese Meldung\n"1236"indem Sie \"git config advice.objectNameWarning false\"\n"1237"ausführen."12381239#: sha1_name.c:10971240msgid "HEAD does not point to a branch"1241msgstr "HEAD zeigt auf keinen Branch"12421243#: sha1_name.c:11001244#, c-format1245msgid "No such branch: '%s'"1246msgstr "Kein solcher Branch '%s'"12471248#: sha1_name.c:11021249#, c-format1250msgid "No upstream configured for branch '%s'"1251msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."12521253#: sha1_name.c:11061254#, c-format1255msgid "Upstream branch '%s' not stored as a remote-tracking branch"1256msgstr "Upstream-Branch '%s' ist nicht als Remote-Tracking-Branch gespeichert"12571258#: wrapper.c:4081259#, c-format1260msgid "unable to access '%s': %s"1261msgstr "konnte nicht auf '%s' zugreifen: %s"12621263#: wrapper.c:4291264#, c-format1265msgid "unable to access '%s'"1266msgstr "konnte nicht auf '%s' zugreifen"12671268#: wrapper.c:4401269#, c-format1270msgid "unable to look up current user in the passwd file: %s"1271msgstr "konnte aktuellen Benutzer nicht in Passwort-Datei finden: %s"12721273#: wrapper.c:4411274msgid "no such user"1275msgstr "kein solcher Benutzer"12761277#: wt-status.c:1411278msgid "Unmerged paths:"1279msgstr "Nicht zusammengeführte Pfade:"12801281#: wt-status.c:168 wt-status.c:1951282#, c-format1283msgid " (use \"git reset %s <file>...\" to unstage)"1284msgstr ""1285" (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"1286"Area)"12871288#: wt-status.c:170 wt-status.c:1971289msgid " (use \"git rm --cached <file>...\" to unstage)"1290msgstr ""1291" (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"1292"Area)"12931294#: wt-status.c:1741295msgid " (use \"git add <file>...\" to mark resolution)"1296msgstr ""1297" (benutzen Sie \"git add/rm <Datei>...\" um die Auflösung zu markieren)"12981299#: wt-status.c:176 wt-status.c:1801300msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1301msgstr ""1302" (benutzen Sie \"git add/rm <Datei>...\" um die Auflösung entsprechend zu "1303"markieren)"13041305#: wt-status.c:1781306msgid " (use \"git rm <file>...\" to mark resolution)"1307msgstr ""1308" (benutzen Sie \"git add/rm <Datei>...\" um die Auflösung zu markieren)"13091310#: wt-status.c:1891311msgid "Changes to be committed:"1312msgstr "zum Commit vorgemerkte Änderungen:"13131314#: wt-status.c:2071315msgid "Changes not staged for commit:"1316msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"13171318#: wt-status.c:2111319msgid " (use \"git add <file>...\" to update what will be committed)"1320msgstr ""1321" (benutzen Sie \"git add <Datei>...\" um die Änderungen zum Commit "1322"vorzumerken)"13231324#: wt-status.c:2131325msgid " (use \"git add/rm <file>...\" to update what will be committed)"1326msgstr ""1327" (benutzen Sie \"git add/rm <Datei>...\" um die Änderungen zum Commit "1328"vorzumerken)"13291330#: wt-status.c:2141331msgid ""1332" (use \"git checkout -- <file>...\" to discard changes in working directory)"1333msgstr ""1334" (benutzen Sie \"git checkout -- <Datei>...\" um die Änderungen im "1335"Arbeitsverzeichnis zu verwerfen)"13361337#: wt-status.c:2161338msgid " (commit or discard the untracked or modified content in submodules)"1339msgstr ""1340" (committen oder verwerfen Sie den unbeobachteten oder geänderten Inhalt in "1341"den Submodulen)"13421343#: wt-status.c:2281344#, c-format1345msgid " (use \"git %s <file>...\" to include in what will be committed)"1346msgstr ""1347" (benutzen Sie \"git %s <Datei>...\" um die Änderungen zum Commit "1348"vorzumerken)"13491350#: wt-status.c:2451351msgid "bug"1352msgstr "Fehler"13531354#: wt-status.c:2501355msgid "both deleted:"1356msgstr "beide gelöscht:"13571358#: wt-status.c:2511359msgid "added by us:"1360msgstr "von uns hinzugefügt:"13611362#: wt-status.c:2521363msgid "deleted by them:"1364msgstr "von denen gelöscht:"13651366#: wt-status.c:2531367msgid "added by them:"1368msgstr "von denen hinzugefügt:"13691370#: wt-status.c:2541371msgid "deleted by us:"1372msgstr "von uns gelöscht:"13731374#: wt-status.c:2551375msgid "both added:"1376msgstr "von beiden hinzugefügt:"13771378#: wt-status.c:2561379msgid "both modified:"1380msgstr "von beiden geändert:"13811382#: wt-status.c:2861383msgid "new commits, "1384msgstr "neue Commits, "13851386#: wt-status.c:2881387msgid "modified content, "1388msgstr "geänderter Inhalt, "13891390#: wt-status.c:2901391msgid "untracked content, "1392msgstr "unbeobachteter Inhalt, "13931394#: wt-status.c:3071395#, c-format1396msgid "new file: %s"1397msgstr "neue Datei: %s"13981399#: wt-status.c:3101400#, c-format1401msgid "copied: %s -> %s"1402msgstr "kopiert: %s -> %s"14031404#: wt-status.c:3131405#, c-format1406msgid "deleted: %s"1407msgstr "gelöscht: %s"14081409#: wt-status.c:3161410#, c-format1411msgid "modified: %s"1412msgstr "geändert: %s"14131414#: wt-status.c:3191415#, c-format1416msgid "renamed: %s -> %s"1417msgstr "umbenannt: %s -> %s"14181419#: wt-status.c:3221420#, c-format1421msgid "typechange: %s"1422msgstr "Typänderung: %s"14231424#: wt-status.c:3251425#, c-format1426msgid "unknown: %s"1427msgstr "unbekannt: %s"14281429#: wt-status.c:3281430#, c-format1431msgid "unmerged: %s"1432msgstr "nicht zusammengeführt: %s"14331434#: wt-status.c:3311435#, c-format1436msgid "bug: unhandled diff status %c"1437msgstr "Fehler: unbehandelter Differenz-Status %c"14381439#: wt-status.c:8031440msgid "You have unmerged paths."1441msgstr "Sie haben nicht zusammengeführte Pfade."14421443#: wt-status.c:8061444msgid " (fix conflicts and run \"git commit\")"1445msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"14461447#: wt-status.c:8091448msgid "All conflicts fixed but you are still merging."1449msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."14501451#: wt-status.c:8121452msgid " (use \"git commit\" to conclude merge)"1453msgstr " (benutzen Sie \"git commit\" um den Merge abzuschließen)"14541455#: wt-status.c:8221456msgid "You are in the middle of an am session."1457msgstr "Eine \"am\"-Sitzung ist im Gange."14581459#: wt-status.c:8251460msgid "The current patch is empty."1461msgstr "Der aktuelle Patch ist leer."14621463#: wt-status.c:8291464msgid " (fix conflicts and then run \"git am --continue\")"1465msgstr ""1466" (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"14671468#: wt-status.c:8311469msgid " (use \"git am --skip\" to skip this patch)"1470msgstr " (benutzen Sie \"git am --skip\" um diesen Patch auszulassen)"14711472#: wt-status.c:8331473msgid " (use \"git am --abort\" to restore the original branch)"1474msgstr ""1475" (benutzen Sie \"git am --abort\" um den ursprünglichen Branch "1476"wiederherzustellen)"14771478#: wt-status.c:893 wt-status.c:9101479#, c-format1480msgid "You are currently rebasing branch '%s' on '%s'."1481msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."14821483#: wt-status.c:898 wt-status.c:9151484msgid "You are currently rebasing."1485msgstr "Sie sind gerade beim Rebase."14861487#: wt-status.c:9011488msgid " (fix conflicts and then run \"git rebase --continue\")"1489msgstr ""1490" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "1491"aus)"14921493#: wt-status.c:9031494msgid " (use \"git rebase --skip\" to skip this patch)"1495msgstr " (benutzen Sie \"git rebase --skip\" um diesen Patch auszulassen)"14961497#: wt-status.c:9051498msgid " (use \"git rebase --abort\" to check out the original branch)"1499msgstr ""1500" (benutzen Sie \"git rebase --abort\" um den ursprünglichen Branch "1501"auszuchecken)"15021503#: wt-status.c:9181504msgid " (all conflicts fixed: run \"git rebase --continue\")"1505msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"15061507#: wt-status.c:9221508#, c-format1509msgid ""1510"You are currently splitting a commit while rebasing branch '%s' on '%s'."1511msgstr ""1512"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "1513"'%s' im Gange ist."15141515#: wt-status.c:9271516msgid "You are currently splitting a commit during a rebase."1517msgstr "Sie teilen gerade einen Commit während eines Rebase auf."15181519#: wt-status.c:9301520msgid " (Once your working directory is clean, run \"git rebase --continue\")"1521msgstr ""1522" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"1523"continue\" aus)"15241525#: wt-status.c:9341526#, c-format1527msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1528msgstr ""1529"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "1530"'%s'."15311532#: wt-status.c:9391533msgid "You are currently editing a commit during a rebase."1534msgstr "Sie editieren gerade einen Commit während eines Rebase."15351536#: wt-status.c:9421537msgid " (use \"git commit --amend\" to amend the current commit)"1538msgstr ""1539" (benutzen Sie \"git commit --amend\" um den aktuellen Commit nachzubessern)"15401541#: wt-status.c:9441542msgid ""1543" (use \"git rebase --continue\" once you are satisfied with your changes)"1544msgstr ""1545" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "1546"abgeschlossen sind)"15471548#: wt-status.c:9541549msgid "You are currently cherry-picking."1550msgstr "Sie führen gerade \"cherry-pick\" aus."15511552#: wt-status.c:9581553msgid " (fix conflicts and run \"git cherry-pick --continue\")"1554msgstr ""1555" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"1556"\" aus)"15571558#: wt-status.c:9611559msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1560msgstr ""1561" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"15621563#: wt-status.c:9631564msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1565msgstr ""1566" (benutzen Sie \"git cherry-pick --abort\" um die Cherry-Pick-Operation "1567"abzubrechen)"15681569#: wt-status.c:9721570#, c-format1571msgid "You are currently reverting commit %s."1572msgstr "Sie sind gerade an einem Revert von Commit '%s'."15731574#: wt-status.c:9771575msgid " (fix conflicts and run \"git revert --continue\")"1576msgstr ""1577" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "1578"aus)"15791580#: wt-status.c:9801581msgid " (all conflicts fixed: run \"git revert --continue\")"1582msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"15831584#: wt-status.c:9821585msgid " (use \"git revert --abort\" to cancel the revert operation)"1586msgstr ""1587" (benutzen Sie \"git revert --abort\" um die Revert-Operation abzubrechen)"15881589#: wt-status.c:9931590#, c-format1591msgid "You are currently bisecting, started from branch '%s'."1592msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."15931594#: wt-status.c:9971595msgid "You are currently bisecting."1596msgstr "Sie sind gerade bei einer binären Suche."15971598#: wt-status.c:10001599msgid " (use \"git bisect reset\" to get back to the original branch)"1600msgstr ""1601" (benutzen Sie \"git bisect reset\" um zum ursprünglichen Branch "1602"zurückzukehren)"16031604#: wt-status.c:11731605msgid "On branch "1606msgstr "Auf Branch "16071608#: wt-status.c:11801609msgid "rebase in progress; onto "1610msgstr "Rebase im Gange; auf "16111612#: wt-status.c:11871613msgid "HEAD detached at "1614msgstr "HEAD losgelöst bei "16151616#: wt-status.c:11891617msgid "HEAD detached from "1618msgstr "HEAD losgelöst von "16191620#: wt-status.c:11921621msgid "Not currently on any branch."1622msgstr "Im Moment auf keinem Branch."16231624#: wt-status.c:12091625msgid "Initial commit"1626msgstr "Initialer Commit"16271628#: wt-status.c:12231629msgid "Untracked files"1630msgstr "Unbeobachtete Dateien"16311632#: wt-status.c:12251633msgid "Ignored files"1634msgstr "Ignorierte Dateien"16351636#: wt-status.c:12291637#, c-format1638msgid ""1639"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1640"may speed it up, but you have to be careful not to forget to add\n"1641"new files yourself (see 'git help status')."1642msgstr ""1643"Es dauerte %.2f Sekunden die unbeobachteten Dateien zu bestimmen.\n"1644"'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"1645"neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."16461647#: wt-status.c:12351648#, c-format1649msgid "Untracked files not listed%s"1650msgstr "Unbeobachtete Dateien nicht aufgelistet%s"16511652#: wt-status.c:12371653msgid " (use -u option to show untracked files)"1654msgstr " (benutzen Sie die Option -u um unbeobachteten Dateien anzuzeigen)"16551656#: wt-status.c:12431657msgid "No changes"1658msgstr "Keine Änderungen"16591660#: wt-status.c:12481661#, c-format1662msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1663msgstr ""1664"keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "1665"\"git commit -a\")\n"16661667#: wt-status.c:12511668#, c-format1669msgid "no changes added to commit\n"1670msgstr "keine Änderungen zum Commit vorgemerkt\n"16711672#: wt-status.c:12541673#, c-format1674msgid ""1675"nothing added to commit but untracked files present (use \"git add\" to "1676"track)\n"1677msgstr ""1678"nichts zum Commit vorgemerkt, aber es gibt unbeobachtete Dateien (benutzen "1679"Sie \"git add\" zum Beobachten)\n"16801681#: wt-status.c:12571682#, c-format1683msgid "nothing added to commit but untracked files present\n"1684msgstr "nichts zum Commit vorgemerkt, aber es gibt unbeobachtete Dateien\n"16851686#: wt-status.c:12601687#, c-format1688msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1689msgstr ""1690"nichts zu committen (Erstellen/Kopieren Sie Dateien und benutzen Sie \"git "1691"add\" zum Beobachten)\n"16921693#: wt-status.c:1263 wt-status.c:12681694#, c-format1695msgid "nothing to commit\n"1696msgstr "nichts zu committen\n"16971698#: wt-status.c:12661699#, c-format1700msgid "nothing to commit (use -u to show untracked files)\n"1701msgstr ""1702"nichts zu committen (benutzen Sie die Option -u, um unbeobachtete Dateien "1703"anzuzeigen)\n"17041705#: wt-status.c:12701706#, c-format1707msgid "nothing to commit, working directory clean\n"1708msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"17091710#: wt-status.c:13781711msgid "HEAD (no branch)"1712msgstr "HEAD (kein Branch)"17131714#: wt-status.c:13841715msgid "Initial commit on "1716msgstr "Initialer Commit auf "17171718#: wt-status.c:13991719msgid "behind "1720msgstr "hinterher "17211722#: wt-status.c:1402 wt-status.c:14051723msgid "ahead "1724msgstr "voraus "17251726#: wt-status.c:14071727msgid ", behind "1728msgstr ", hinterher "17291730#: compat/precompose_utf8.c:58 builtin/clone.c:3511731#, c-format1732msgid "failed to unlink '%s'"1733msgstr "Konnte '%s' nicht entfernen."17341735#: builtin/add.c:201736msgid "git add [options] [--] <pathspec>..."1737msgstr "git add [Optionen] [--] [<Pfadspezifikation>...]"17381739#.1740#. * To be consistent with "git add -p" and most Git1741#. * commands, we should default to being tree-wide, but1742#. * this is not the original behavior and can't be1743#. * changed until users trained themselves not to type1744#. * "git add -u" or "git add -A". For now, we warn and1745#. * keep the old behavior. Later, the behavior can be changed1746#. * to tree-wide, keeping the warning for a while, and1747#. * eventually we can drop the warning.1748#.1749#: builtin/add.c:581750#, c-format1751msgid ""1752"The behavior of 'git add %s (or %s)' with no path argument from a\n"1753"subdirectory of the tree will change in Git 2.0 and should not be used "1754"anymore.\n"1755"To add content for the whole tree, run:\n"1756"\n"1757" git add %s :/\n"1758" (or git add %s :/)\n"1759"\n"1760"To restrict the command to the current directory, run:\n"1761"\n"1762" git add %s .\n"1763" (or git add %s .)\n"1764"\n"1765"With the current Git version, the command is restricted to the current "1766"directory.\n"1767msgstr ""1768"Das Verhalten von 'git add %s (oder %s)' ohne ein Pfad-Argument von\n"1769"einem Unterverzeichnis aus wird in Git 2.0 geändert und sollte nicht\n"1770"mehr verwendet werden.\n"1771"Um Dateien des gesamten Projektverzeichnisses hinzuzufügen, führen Sie aus:\n"1772"\n"1773" git add %s :/\n"1774" (oder git add %s :/)\n"1775"\n"1776"Zur Einschränkung auf das aktuelle Verzeichnis führen Sie aus:\n"1777"\n"1778" git add %s .\n"1779" (oder git add %s .)\n"1780"\n"1781"Mit der aktuellen Version von Git ist das Kommando auf das aktuelle\n"1782"Verzeichnis beschränkt.\n"17831784#: builtin/add.c:1001785#, c-format1786msgid ""1787"You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"1788"whose behaviour will change in Git 2.0 with respect to paths you removed.\n"1789"Paths like '%s' that are\n"1790"removed from your working tree are ignored with this version of Git.\n"1791"\n"1792"* 'git add --ignore-removal <pathspec>', which is the current default,\n"1793" ignores paths you removed from your working tree.\n"1794"\n"1795"* 'git add --all <pathspec>' will let you also record the removals.\n"1796"\n"1797"Run 'git status' to check the paths you removed from your working tree.\n"1798msgstr ""1799"Sie haben 'git add' weder mit '-A (--all)' noch mit '--ignore-removal'\n"1800"ausgeführt. Das Verhalten des Kommandos ändert sich in Git 2.0 durch\n"1801"Berücksichtigung der gelöschten Pfade.\n"1802"Pfade wie '%s', die im Arbeitsverzeichnis gelöscht wurden, werden in\n"1803"dieser Version von Git ignoriert.\n"1804"\n"1805"* 'git add --ignore-removal <Pfadspezifikation>', was der aktuelle\n"1806" Standardwert ist, ignoriert gelöschte Pfade im Arbeitsverzeichnis.\n"1807"* 'git add --all <Pfadspezifikation>' berücksichtigt ebenfalls gelöschte\n"1808" Pfade.\n"1809"Führen Sie 'git status' aus, um die gelöschten Pfade zu überprüfen.\n"18101811#: builtin/add.c:1441812#, c-format1813msgid "unexpected diff status %c"1814msgstr "unerwarteter Differenz-Status %c"18151816#: builtin/add.c:149 builtin/commit.c:2521817msgid "updating files failed"1818msgstr "Aktualisierung der Dateien fehlgeschlagen"18191820#: builtin/add.c:1631821#, c-format1822msgid "remove '%s'\n"1823msgstr "lösche '%s'\n"18241825#: builtin/add.c:2531826msgid "Unstaged changes after refreshing the index:"1827msgstr ""1828"Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"18291830#: builtin/add.c:256 builtin/add.c:573 builtin/rm.c:3371831#, c-format1832msgid "pathspec '%s' did not match any files"1833msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"18341835#: builtin/add.c:3391836msgid "Could not read the index"1837msgstr "Konnte die Staging-Area nicht lesen"18381839#: builtin/add.c:3501840#, c-format1841msgid "Could not open '%s' for writing."1842msgstr "Konnte '%s' nicht zum Schreiben öffnen."18431844#: builtin/add.c:3541845msgid "Could not write patch"1846msgstr "Konnte Patch nicht schreiben"18471848#: builtin/add.c:3591849#, c-format1850msgid "Could not stat '%s'"1851msgstr "Konnte Verzeichnis '%s' nicht lesen"18521853#: builtin/add.c:3611854msgid "Empty patch. Aborted."1855msgstr "Leerer Patch. Abgebrochen."18561857#: builtin/add.c:3671858#, c-format1859msgid "Could not apply '%s'"1860msgstr "Konnte '%s' nicht anwenden."18611862#: builtin/add.c:3771863msgid "The following paths are ignored by one of your .gitignore files:\n"1864msgstr ""1865"Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "1866"ignoriert:\n"18671868#: builtin/add.c:394 builtin/clean.c:875 builtin/fetch.c:78 builtin/mv.c:631869#: builtin/prune-packed.c:73 builtin/push.c:451 builtin/remote.c:12531870#: builtin/rm.c:2681871msgid "dry run"1872msgstr "Probelauf"18731874#: builtin/add.c:395 builtin/apply.c:4410 builtin/check-ignore.c:191875#: builtin/commit.c:1220 builtin/count-objects.c:95 builtin/fsck.c:6131876#: builtin/log.c:1573 builtin/mv.c:62 builtin/read-tree.c:1131877msgid "be verbose"1878msgstr "erweiterte Ausgaben"18791880#: builtin/add.c:3971881msgid "interactive picking"1882msgstr "interaktives Auswählen"18831884#: builtin/add.c:398 builtin/checkout.c:1073 builtin/reset.c:2611885msgid "select hunks interactively"1886msgstr "Blöcke interaktiv auswählen"18871888#: builtin/add.c:3991889msgid "edit current diff and apply"1890msgstr "aktuelle Unterschiede editieren und anwenden"18911892#: builtin/add.c:4001893msgid "allow adding otherwise ignored files"1894msgstr "erlaubt das Hinzufügen andernfalls ignorierter Dateien"18951896#: builtin/add.c:4011897msgid "update tracked files"1898msgstr "aktualisiert beobachtete Dateien"18991900#: builtin/add.c:4021901msgid "record only the fact that the path will be added later"1902msgstr "speichert nur, dass der Pfad später hinzugefügt werden soll"19031904#: builtin/add.c:4031905msgid "add changes from all tracked and untracked files"1906msgstr ""1907"fügt Änderungen von allen beobachteten und unbeobachteten Dateien hinzu"19081909#. takes no arguments1910#: builtin/add.c:4061911msgid "ignore paths removed in the working tree (same as --no-all)"1912msgstr "ignoriert gelöschte Pfade im Arbeitsverzeichnis (genau wie --no-all)"19131914#: builtin/add.c:4081915msgid "don't add, only refresh the index"1916msgstr "fügt nichts hinzu, aktualisiert nur die Staging-Area"19171918#: builtin/add.c:4091919msgid "just skip files which cannot be added because of errors"1920msgstr ""1921"überspringt Dateien, die aufgrund von Fehlern nicht hinzugefügt werden "1922"konnten"19231924#: builtin/add.c:4101925msgid "check if - even missing - files are ignored in dry run"1926msgstr "prüft ob - auch fehlende - Dateien im Probelauf ignoriert werden"19271928#: builtin/add.c:4321929#, c-format1930msgid "Use -f if you really want to add them.\n"1931msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"19321933#: builtin/add.c:4331934msgid "no files added"1935msgstr "keine Dateien hinzugefügt"19361937#: builtin/add.c:4391938msgid "adding files failed"1939msgstr "Hinzufügen von Dateien fehlgeschlagen"19401941#: builtin/add.c:4781942msgid "-A and -u are mutually incompatible"1943msgstr "Die Optionen -A und -u sind zueinander inkompatibel."19441945#: builtin/add.c:4961946msgid "Option --ignore-missing can only be used together with --dry-run"1947msgstr ""1948"Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."19491950#: builtin/add.c:5261951#, c-format1952msgid "Nothing specified, nothing added.\n"1953msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"19541955#: builtin/add.c:5271956#, c-format1957msgid "Maybe you wanted to say 'git add .'?\n"1958msgstr "Wollten Sie vielleicht 'git add .' sagen?\n"19591960#: builtin/add.c:533 builtin/check-ignore.c:161 builtin/clean.c:9191961#: builtin/commit.c:312 builtin/mv.c:82 builtin/rm.c:2971962msgid "index file corrupt"1963msgstr "Staging-Area-Datei beschädigt"19641965#: builtin/add.c:605 builtin/apply.c:4506 builtin/mv.c:229 builtin/rm.c:4321966msgid "Unable to write new index file"1967msgstr "Konnte neue Staging-Area-Datei nicht schreiben."19681969#: builtin/apply.c:571970msgid "git apply [options] [<patch>...]"1971msgstr "git apply [Optionen] [<Patch>...]"19721973#: builtin/apply.c:1101974#, c-format1975msgid "unrecognized whitespace option '%s'"1976msgstr "nicht erkannte Whitespace-Option: '%s'"19771978#: builtin/apply.c:1251979#, c-format1980msgid "unrecognized whitespace ignore option '%s'"1981msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"19821983#: builtin/apply.c:8231984#, c-format1985msgid "Cannot prepare timestamp regexp %s"1986msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"19871988#: builtin/apply.c:8321989#, c-format1990msgid "regexec returned %d for input: %s"1991msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"19921993#: builtin/apply.c:9131994#, c-format1995msgid "unable to find filename in patch at line %d"1996msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."19971998#: builtin/apply.c:9451999#, c-format2000msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2001msgstr ""2002"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "2003"%d"20042005#: builtin/apply.c:9492006#, c-format2007msgid "git apply: bad git-diff - inconsistent new filename on line %d"2008msgstr ""2009"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"20102011#: builtin/apply.c:9502012#, c-format2013msgid "git apply: bad git-diff - inconsistent old filename on line %d"2014msgstr ""2015"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"20162017#: builtin/apply.c:9572018#, c-format2019msgid "git apply: bad git-diff - expected /dev/null on line %d"2020msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"20212022#: builtin/apply.c:14222023#, c-format2024msgid "recount: unexpected line: %.*s"2025msgstr "recount: unerwartete Zeile: %.*s"20262027#: builtin/apply.c:14792028#, c-format2029msgid "patch fragment without header at line %d: %.*s"2030msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"20312032#: builtin/apply.c:14962033#, c-format2034msgid ""2035"git diff header lacks filename information when removing %d leading pathname "2036"component (line %d)"2037msgid_plural ""2038"git diff header lacks filename information when removing %d leading pathname "2039"components (line %d)"2040msgstr[0] ""2041"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "2042"%d vorangestellter Teil des Pfades entfernt wird (Zeile %d)"2043msgstr[1] ""2044"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "2045"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"20462047#: builtin/apply.c:16562048msgid "new file depends on old contents"2049msgstr "neue Datei hängt von alten Inhalten ab"20502051#: builtin/apply.c:16582052msgid "deleted file still has contents"2053msgstr "entfernte Datei hat noch Inhalte"20542055#: builtin/apply.c:16842056#, c-format2057msgid "corrupt patch at line %d"2058msgstr "fehlerhafter Patch bei Zeile %d"20592060#: builtin/apply.c:17202061#, c-format2062msgid "new file %s depends on old contents"2063msgstr "neue Datei %s hängt von alten Inhalten ab"20642065#: builtin/apply.c:17222066#, c-format2067msgid "deleted file %s still has contents"2068msgstr "entfernte Datei %s hat noch Inhalte"20692070#: builtin/apply.c:17252071#, c-format2072msgid "** warning: file %s becomes empty but is not deleted"2073msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."20742075#: builtin/apply.c:18712076#, c-format2077msgid "corrupt binary patch at line %d: %.*s"2078msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"20792080#. there has to be one hunk (forward hunk)2081#: builtin/apply.c:19002082#, c-format2083msgid "unrecognized binary patch at line %d"2084msgstr "nicht erkannter Binär-Patch bei Zeile %d"20852086#: builtin/apply.c:19862087#, c-format2088msgid "patch with only garbage at line %d"2089msgstr "Patch mit nutzlosen Informationen bei Zeile %d"20902091#: builtin/apply.c:20762092#, c-format2093msgid "unable to read symlink %s"2094msgstr "konnte symbolischen Verweis %s nicht lesen"20952096#: builtin/apply.c:20802097#, c-format2098msgid "unable to open or read %s"2099msgstr "konnte %s nicht öffnen oder lesen"21002101#: builtin/apply.c:26882102#, c-format2103msgid "invalid start of line: '%c'"2104msgstr "Ungültiger Zeilenanfang: '%c'"21052106#: builtin/apply.c:28062107#, c-format2108msgid "Hunk #%d succeeded at %d (offset %d line)."2109msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2110msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"2111msgstr[1] ""2112"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"21132114#: builtin/apply.c:28182115#, c-format2116msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2117msgstr "Kontext reduziert zu (%ld/%ld) um Patch-Bereich bei %d anzuwenden"21182119#: builtin/apply.c:28242120#, c-format2121msgid ""2122"while searching for:\n"2123"%.*s"2124msgstr ""2125"bei der Suche nach:\n"2126"%.*s"21272128#: builtin/apply.c:28432129#, c-format2130msgid "missing binary patch data for '%s'"2131msgstr "keine Daten in Binär-Patch für '%s'"21322133#: builtin/apply.c:29462134#, c-format2135msgid "binary patch does not apply to '%s'"2136msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"21372138#: builtin/apply.c:29522139#, c-format2140msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2141msgstr ""2142"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"21432144#: builtin/apply.c:29732145#, c-format2146msgid "patch failed: %s:%ld"2147msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"21482149#: builtin/apply.c:30952150#, c-format2151msgid "cannot checkout %s"2152msgstr "kann %s nicht auschecken"21532154#: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:31942155#, c-format2156msgid "read of %s failed"2157msgstr "Konnte %s nicht lesen"21582159#: builtin/apply.c:3174 builtin/apply.c:33962160#, c-format2161msgid "path %s has been renamed/deleted"2162msgstr "Pfad %s wurde umbenannt/gelöscht"21632164#: builtin/apply.c:3255 builtin/apply.c:34102165#, c-format2166msgid "%s: does not exist in index"2167msgstr "%s ist nicht in der Staging-Area"21682169#: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:34242170#, c-format2171msgid "%s: %s"2172msgstr "%s: %s"21732174#: builtin/apply.c:3264 builtin/apply.c:34182175#, c-format2176msgid "%s: does not match index"2177msgstr "%s entspricht nicht der Version in der Staging-Area"21782179#: builtin/apply.c:33662180msgid "removal patch leaves file contents"2181msgstr "Lösch-Patch hinterlässt Dateiinhalte"21822183#: builtin/apply.c:34352184#, c-format2185msgid "%s: wrong type"2186msgstr "%s: falscher Typ"21872188#: builtin/apply.c:34372189#, c-format2190msgid "%s has type %o, expected %o"2191msgstr "%s ist vom Typ %o, erwartete %o"21922193#: builtin/apply.c:35382194#, c-format2195msgid "%s: already exists in index"2196msgstr "%s ist bereits bereitgestellt"21972198#: builtin/apply.c:35412199#, c-format2200msgid "%s: already exists in working directory"2201msgstr "%s existiert bereits im Arbeitsverzeichnis"22022203#: builtin/apply.c:35612204#, c-format2205msgid "new mode (%o) of %s does not match old mode (%o)"2206msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"22072208#: builtin/apply.c:35662209#, c-format2210msgid "new mode (%o) of %s does not match old mode (%o) of %s"2211msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"22122213#: builtin/apply.c:35742214#, c-format2215msgid "%s: patch does not apply"2216msgstr "%s: Patch konnte nicht angewendet werden"22172218#: builtin/apply.c:35872219#, c-format2220msgid "Checking patch %s..."2221msgstr "Prüfe Patch %s..."22222223#: builtin/apply.c:3680 builtin/checkout.c:216 builtin/reset.c:1272224#, c-format2225msgid "make_cache_entry failed for path '%s'"2226msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"22272228#: builtin/apply.c:38232229#, c-format2230msgid "unable to remove %s from index"2231msgstr "konnte %s nicht aus der Staging-Area entfernen"22322233#: builtin/apply.c:38512234#, c-format2235msgid "corrupt patch for submodule %s"2236msgstr "fehlerhafter Patch für Submodul %s"22372238#: builtin/apply.c:38552239#, c-format2240msgid "unable to stat newly created file '%s'"2241msgstr "konnte neu erstellte Datei '%s' nicht lesen"22422243#: builtin/apply.c:38602244#, c-format2245msgid "unable to create backing store for newly created file %s"2246msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"22472248#: builtin/apply.c:3863 builtin/apply.c:39712249#, c-format2250msgid "unable to add cache entry for %s"2251msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"22522253#: builtin/apply.c:38962254#, c-format2255msgid "closing file '%s'"2256msgstr "schließe Datei '%s'"22572258#: builtin/apply.c:39452259#, c-format2260msgid "unable to write file '%s' mode %o"2261msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"22622263#: builtin/apply.c:40322264#, c-format2265msgid "Applied patch %s cleanly."2266msgstr "Patch %s sauber angewendet"22672268#: builtin/apply.c:40402269msgid "internal error"2270msgstr "interner Fehler"22712272#. Say this even without --verbose2273#: builtin/apply.c:40432274#, c-format2275msgid "Applying patch %%s with %d reject..."2276msgid_plural "Applying patch %%s with %d rejects..."2277msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."2278msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."22792280#: builtin/apply.c:40532281#, c-format2282msgid "truncating .rej filename to %.*s.rej"2283msgstr "Verkürze Name von .rej Datei zu %.*s.rej"22842285#: builtin/apply.c:40742286#, c-format2287msgid "Hunk #%d applied cleanly."2288msgstr "Patch-Bereich #%d sauber angewendet."22892290#: builtin/apply.c:40772291#, c-format2292msgid "Rejected hunk #%d."2293msgstr "Patch-Block #%d zurückgewiesen."22942295#: builtin/apply.c:42272296msgid "unrecognized input"2297msgstr "nicht erkannte Eingabe"22982299#: builtin/apply.c:42382300msgid "unable to read index file"2301msgstr "Konnte Staging-Area-Datei nicht lesen"23022303#: builtin/apply.c:4357 builtin/apply.c:4360 builtin/clone.c:912304#: builtin/fetch.c:632305msgid "path"2306msgstr "Pfad"23072308#: builtin/apply.c:43582309msgid "don't apply changes matching the given path"2310msgstr "wendet keine Änderungen im angegebenen Pfad an"23112312#: builtin/apply.c:43612313msgid "apply changes matching the given path"2314msgstr "wendet Änderungen nur im angegebenen Pfad an"23152316#: builtin/apply.c:43632317msgid "num"2318msgstr "Anzahl"23192320#: builtin/apply.c:43642321msgid "remove <num> leading slashes from traditional diff paths"2322msgstr ""2323"entfernt <Anzahl> vorangestellte Schrägstriche von herkömmlichen "2324"Differenzpfaden"23252326#: builtin/apply.c:43672327msgid "ignore additions made by the patch"2328msgstr "ignoriert hinzugefügte Zeilen des Patches"23292330#: builtin/apply.c:43692331msgid "instead of applying the patch, output diffstat for the input"2332msgstr ""2333"anstatt der Anwendung des Patches, wird der \"diffstat\" für die Eingabe "2334"ausgegeben"23352336#: builtin/apply.c:43732337msgid "show number of added and deleted lines in decimal notation"2338msgstr ""2339"zeigt die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation"23402341#: builtin/apply.c:43752342msgid "instead of applying the patch, output a summary for the input"2343msgstr ""2344"anstatt der Anwendung des Patches, wird eine Zusammenfassung für die Eingabe "2345"ausgegeben"23462347#: builtin/apply.c:43772348msgid "instead of applying the patch, see if the patch is applicable"2349msgstr ""2350"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"23512352#: builtin/apply.c:43792353msgid "make sure the patch is applicable to the current index"2354msgstr ""2355"stellt sicher, dass der Patch in der aktuellen Staging-Area angewendet "2356"werden kann"23572358#: builtin/apply.c:43812359msgid "apply a patch without touching the working tree"2360msgstr ""2361"wendet einen Patch an, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"23622363#: builtin/apply.c:43832364msgid "also apply the patch (use with --stat/--summary/--check)"2365msgstr "wendet den Patch an (Benutzung mit --stat/--summary/--check)"23662367#: builtin/apply.c:43852368msgid "attempt three-way merge if a patch does not apply"2369msgstr "versucht 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"23702371#: builtin/apply.c:43872372msgid "build a temporary index based on embedded index information"2373msgstr ""2374"erstellt eine temporäre Staging-Area basierend auf den integrierten Staging-"2375"Area-Informationen"23762377#: builtin/apply.c:4389 builtin/checkout-index.c:197 builtin/ls-files.c:4622378msgid "paths are separated with NUL character"2379msgstr "Pfade sind getrennt durch NUL Zeichen"23802381#: builtin/apply.c:43922382msgid "ensure at least <n> lines of context match"2383msgstr "stellt sicher, dass mindestens <n> Zeilen des Kontextes übereinstimmen"23842385#: builtin/apply.c:43932386msgid "action"2387msgstr "Aktion"23882389#: builtin/apply.c:43942390msgid "detect new or modified lines that have whitespace errors"2391msgstr "ermittelt neue oder geänderte Zeilen die Whitespace-Fehler haben"23922393#: builtin/apply.c:4397 builtin/apply.c:44002394msgid "ignore changes in whitespace when finding context"2395msgstr "ignoriert Änderungen im Whitespace bei der Suche des Kontextes"23962397#: builtin/apply.c:44032398msgid "apply the patch in reverse"2399msgstr "wendet den Patch in umgekehrter Reihenfolge an"24002401#: builtin/apply.c:44052402msgid "don't expect at least one line of context"2403msgstr "erwartet keinen Kontext"24042405#: builtin/apply.c:44072406msgid "leave the rejected hunks in corresponding *.rej files"2407msgstr ""2408"hinterlässt zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien"24092410#: builtin/apply.c:44092411msgid "allow overlapping hunks"2412msgstr "erlaubt sich überlappende Patch-Blöcke"24132414#: builtin/apply.c:44122415msgid "tolerate incorrectly detected missing new-line at the end of file"2416msgstr "toleriert fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende"24172418#: builtin/apply.c:44152419msgid "do not trust the line counts in the hunk headers"2420msgstr "vertraut nicht den Zeilennummern im Kopf des Patch-Blocks"24212422#: builtin/apply.c:44172423msgid "root"2424msgstr "Wurzelverzeichnis"24252426#: builtin/apply.c:44182427msgid "prepend <root> to all filenames"2428msgstr "stellt <Wurzelverzeichnis> vor alle Dateinamen"24292430#: builtin/apply.c:44402431msgid "--3way outside a repository"2432msgstr ""2433"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."24342435#: builtin/apply.c:44482436msgid "--index outside a repository"2437msgstr ""2438"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."24392440#: builtin/apply.c:44512441msgid "--cached outside a repository"2442msgstr ""2443"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."24442445#: builtin/apply.c:44672446#, c-format2447msgid "can't open patch '%s'"2448msgstr "kann Patch '%s' nicht öffnen"24492450#: builtin/apply.c:44812451#, c-format2452msgid "squelched %d whitespace error"2453msgid_plural "squelched %d whitespace errors"2454msgstr[0] "unterdrückte %d Whitespace-Fehler"2455msgstr[1] "unterdrückte %d Whitespace-Fehler"24562457#: builtin/apply.c:4487 builtin/apply.c:44972458#, c-format2459msgid "%d line adds whitespace errors."2460msgid_plural "%d lines add whitespace errors."2461msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."2462msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."24632464#: builtin/archive.c:172465#, c-format2466msgid "could not create archive file '%s'"2467msgstr "Konnte Archiv-Datei '%s' nicht erstellen."24682469#: builtin/archive.c:202470msgid "could not redirect output"2471msgstr "Konnte Ausgabe nicht umleiten."24722473#: builtin/archive.c:372474msgid "git archive: Remote with no URL"2475msgstr "git archive: Externes Archiv ohne URL"24762477#: builtin/archive.c:582478msgid "git archive: expected ACK/NAK, got EOF"2479msgstr "git archive: habe ACK/NAK erwartet, aber EOF bekommen"24802481#: builtin/archive.c:612482#, c-format2483msgid "git archive: NACK %s"2484msgstr "git archive: NACK %s"24852486#: builtin/archive.c:632487#, c-format2488msgid "remote error: %s"2489msgstr "Fehler am anderen Ende: %s"24902491#: builtin/archive.c:642492msgid "git archive: protocol error"2493msgstr "git archive: Protokollfehler"24942495#: builtin/archive.c:682496msgid "git archive: expected a flush"2497msgstr "git archive: erwartete eine Spülung (flush)"24982499#: builtin/bisect--helper.c:72500msgid "git bisect--helper --next-all [--no-checkout]"2501msgstr "git bisect--helper --next-all [--no-checkout]"25022503#: builtin/bisect--helper.c:172504msgid "perform 'git bisect next'"2505msgstr "führt 'git bisect next' aus"25062507#: builtin/bisect--helper.c:192508msgid "update BISECT_HEAD instead of checking out the current commit"2509msgstr "aktualisiert BISECT_HEAD, anstatt den aktuellen Commit auszuchecken"25102511#: builtin/blame.c:262512msgid "git blame [options] [rev-opts] [rev] [--] file"2513msgstr "git blame [Optionen] [rev-opts] [rev] [--] Datei"25142515#: builtin/blame.c:312516msgid "[rev-opts] are documented in git-rev-list(1)"2517msgstr "[rev-opts] sind dokumentiert in git-rev-list(1)"25182519#: builtin/blame.c:22762520msgid "Show blame entries as we find them, incrementally"2521msgstr "Zeigt \"blame\"-Einträge schrittweise, während wir sie generieren"25222523#: builtin/blame.c:22772524msgid "Show blank SHA-1 for boundary commits (Default: off)"2525msgstr "Zeigt leere SHA-1 für Grenz-Commits (Standard: aus)"25262527#: builtin/blame.c:22782528msgid "Do not treat root commits as boundaries (Default: off)"2529msgstr "Behandelt Ursprungs-Commit nicht als Grenzen (Standard: aus)"25302531#: builtin/blame.c:22792532msgid "Show work cost statistics"2533msgstr "Zeigt Statistiken zum Arbeitsaufwand"25342535#: builtin/blame.c:22802536msgid "Show output score for blame entries"2537msgstr "Zeigt Ausgabebewertung für \"blame\"-Einträge"25382539#: builtin/blame.c:22812540msgid "Show original filename (Default: auto)"2541msgstr "Zeigt ursprünglichen Dateinamen (Standard: auto)"25422543#: builtin/blame.c:22822544msgid "Show original linenumber (Default: off)"2545msgstr "Zeigt ursprüngliche Zeilennummer (Standard: aus)"25462547#: builtin/blame.c:22832548msgid "Show in a format designed for machine consumption"2549msgstr "Anzeige in einem Format für maschinelle Auswertung"25502551#: builtin/blame.c:22842552msgid "Show porcelain format with per-line commit information"2553msgstr ""2554"Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"25552556#: builtin/blame.c:22852557msgid "Use the same output mode as git-annotate (Default: off)"2558msgstr "Benutzt den gleichen Ausgabemodus wie \"git-annotate\" (Standard: aus)"25592560#: builtin/blame.c:22862561msgid "Show raw timestamp (Default: off)"2562msgstr "Zeigt unbearbeiteten Zeitstempel (Standard: aus)"25632564#: builtin/blame.c:22872565msgid "Show long commit SHA1 (Default: off)"2566msgstr "Zeigt langen Commit-SHA1 (Standard: aus)"25672568#: builtin/blame.c:22882569msgid "Suppress author name and timestamp (Default: off)"2570msgstr "Unterdrückt den Namen des Autors und den Zeitstempel (Standard: aus)"25712572#: builtin/blame.c:22892573msgid "Show author email instead of name (Default: off)"2574msgstr "Zeigt anstatt des Namens die Email-Adresse des Autors (Standard: aus)"25752576#: builtin/blame.c:22902577msgid "Ignore whitespace differences"2578msgstr "Ignoriert Unterschiede im Whitespace"25792580#: builtin/blame.c:22912581msgid "Spend extra cycles to find better match"2582msgstr "arbeite länger, um bessere Übereinstimmungen zu finden"25832584#: builtin/blame.c:22922585msgid "Use revisions from <file> instead of calling git-rev-list"2586msgstr "Benutzt Commits von <Datei> anstatt \"git-rev-list\" aufzurufen"25872588#: builtin/blame.c:22932589msgid "Use <file>'s contents as the final image"2590msgstr "Benutzt Inhalte der <Datei>en als entgültiges Abbild"25912592#: builtin/blame.c:2294 builtin/blame.c:22952593msgid "score"2594msgstr "Bewertung"25952596#: builtin/blame.c:22942597msgid "Find line copies within and across files"2598msgstr "Findet kopierte Zeilen innerhalb oder zwischen Dateien"25992600#: builtin/blame.c:22952601msgid "Find line movements within and across files"2602msgstr "Findet verschobene Zeilen innerhalb oder zwischen Dateien"26032604#: builtin/blame.c:22962605msgid "n,m"2606msgstr "n,m"26072608#: builtin/blame.c:22962609msgid "Process only line range n,m, counting from 1"2610msgstr "Verarbeitet nur Zeilen im Bereich n,m, gezählt von 1"26112612#: builtin/branch.c:242613msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2614msgstr "git branch [Optionen] [-r | -a] [--merged | --no-merged]"26152616#: builtin/branch.c:252617msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2618msgstr "git branch [Optionen] [-l] [-f] <Branchname> [<Startpunkt>]"26192620#: builtin/branch.c:262621msgid "git branch [options] [-r] (-d | -D) <branchname>..."2622msgstr "git branch [Optionen] [-r] (-d | -D) <Branchname>..."26232624#: builtin/branch.c:272625msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2626msgstr "git branch [Optionen] (-m | -M) [<alterBranch>] <neuerBranch>"26272628#: builtin/branch.c:1502629#, c-format2630msgid ""2631"deleting branch '%s' that has been merged to\n"2632" '%s', but not yet merged to HEAD."2633msgstr ""2634"entferne Branch '%s', der zusammengeführt wurde mit\n"2635" '%s', aber noch nicht mit HEAD zusammengeführt wurde."26362637#: builtin/branch.c:1542638#, c-format2639msgid ""2640"not deleting branch '%s' that is not yet merged to\n"2641" '%s', even though it is merged to HEAD."2642msgstr ""2643"entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n"2644" '%s', obwohl er mit HEAD zusammengeführt wurde."26452646#: builtin/branch.c:1682647#, c-format2648msgid "Couldn't look up commit object for '%s'"2649msgstr "Konnte Commit-Objekt für '%s' nicht nachschlagen."26502651#: builtin/branch.c:1722652#, c-format2653msgid ""2654"The branch '%s' is not fully merged.\n"2655"If you are sure you want to delete it, run 'git branch -D %s'."2656msgstr ""2657"Der Branch '%s' ist nicht vollständig zusammengeführt.\n"2658"Wenn Sie sicher sind diesen Branch zu entfernen, führen Sie 'git branch -D "2659"%s' aus."26602661#: builtin/branch.c:1852662msgid "Update of config-file failed"2663msgstr "Aktualisierung der Konfigurationsdatei fehlgeschlagen."26642665#: builtin/branch.c:2132666msgid "cannot use -a with -d"2667msgstr "kann -a nicht mit -d benutzen"26682669#: builtin/branch.c:2192670msgid "Couldn't look up commit object for HEAD"2671msgstr "Konnte Commit-Objekt für HEAD nicht nachschlagen."26722673#: builtin/branch.c:2272674#, c-format2675msgid "Cannot delete the branch '%s' which you are currently on."2676msgstr ""2677"Kann Branch '%s' nicht entfernen, da Sie sich gerade auf diesem befinden."26782679#: builtin/branch.c:2402680#, c-format2681msgid "remote branch '%s' not found."2682msgstr "Remote-Branch '%s' nicht gefunden"26832684#: builtin/branch.c:2412685#, c-format2686msgid "branch '%s' not found."2687msgstr "Branch '%s' nicht gefunden."26882689#: builtin/branch.c:2552690#, c-format2691msgid "Error deleting remote branch '%s'"2692msgstr "Fehler beim Entfernen des Remote-Branches '%s'"26932694#: builtin/branch.c:2562695#, c-format2696msgid "Error deleting branch '%s'"2697msgstr "Fehler beim Entfernen des Branches '%s'"26982699#: builtin/branch.c:2632700#, c-format2701msgid "Deleted remote branch %s (was %s).\n"2702msgstr "Remote-Branch %s entfernt (war %s).\n"27032704#: builtin/branch.c:2642705#, c-format2706msgid "Deleted branch %s (was %s).\n"2707msgstr "Branch %s entfernt (war %s).\n"27082709#: builtin/branch.c:3662710#, c-format2711msgid "branch '%s' does not point at a commit"2712msgstr "Branch '%s' zeigt auf keinen Commit"27132714#: builtin/branch.c:4532715#, c-format2716msgid "[%s: behind %d]"2717msgstr "[%s: %d hinterher]"27182719#: builtin/branch.c:4552720#, c-format2721msgid "[behind %d]"2722msgstr "[%d hinterher]"27232724#: builtin/branch.c:4592725#, c-format2726msgid "[%s: ahead %d]"2727msgstr "[%s: %d voraus]"27282729#: builtin/branch.c:4612730#, c-format2731msgid "[ahead %d]"2732msgstr "[%d voraus]"27332734#: builtin/branch.c:4642735#, c-format2736msgid "[%s: ahead %d, behind %d]"2737msgstr "[%s: %d voraus, %d hinterher]"27382739#: builtin/branch.c:4672740#, c-format2741msgid "[ahead %d, behind %d]"2742msgstr "[%d voraus, %d hinterher]"27432744#: builtin/branch.c:4902745msgid " **** invalid ref ****"2746msgstr " **** ungültige Referenz ****"27472748#: builtin/branch.c:5822749#, c-format2750msgid "(no branch, rebasing %s)"2751msgstr "(kein Branch, Rebase von Branch %s im Gange)"27522753#: builtin/branch.c:5852754#, c-format2755msgid "(no branch, bisect started on %s)"2756msgstr "(kein Branch, binäre Suche begonnen bei %s)"27572758#: builtin/branch.c:5882759#, c-format2760msgid "(detached from %s)"2761msgstr "(losgelöst von %s)"27622763#: builtin/branch.c:5912764msgid "(no branch)"2765msgstr "(kein Branch)"27662767#: builtin/branch.c:6372768#, c-format2769msgid "object '%s' does not point to a commit"2770msgstr "Objekt '%s' zeigt auf keinen Commit"27712772#: builtin/branch.c:6692773msgid "some refs could not be read"2774msgstr "Konnte einige Referenzen nicht lesen"27752776#: builtin/branch.c:6822777msgid "cannot rename the current branch while not on any."2778msgstr ""2779"Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."27802781#: builtin/branch.c:6922782#, c-format2783msgid "Invalid branch name: '%s'"2784msgstr "Ungültiger Branchname: '%s'"27852786#: builtin/branch.c:7072787msgid "Branch rename failed"2788msgstr "Umbenennung des Branches fehlgeschlagen"27892790#: builtin/branch.c:7112791#, c-format2792msgid "Renamed a misnamed branch '%s' away"2793msgstr "falsch benannten Branch '%s' umbenannt"27942795#: builtin/branch.c:7152796#, c-format2797msgid "Branch renamed to %s, but HEAD is not updated!"2798msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"27992800#: builtin/branch.c:7222801msgid "Branch is renamed, but update of config-file failed"2802msgstr ""2803"Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "2804"fehlgeschlagen."28052806#: builtin/branch.c:7372807#, c-format2808msgid "malformed object name %s"2809msgstr "Missgebildeter Objektname %s"28102811#: builtin/branch.c:7612812#, c-format2813msgid "could not write branch description template: %s"2814msgstr "Konnte Beschreibungsvorlage für Branch nicht schreiben: %s"28152816#: builtin/branch.c:7912817msgid "Generic options"2818msgstr "Allgemeine Optionen"28192820#: builtin/branch.c:7932821msgid "show hash and subject, give twice for upstream branch"2822msgstr "Zeigt Hash und Betreff; -vv: zusätzlich Upstream-Branch"28232824#: builtin/branch.c:7942825msgid "suppress informational messages"2826msgstr "unterdrückt Informationsmeldungen"28272828#: builtin/branch.c:7952829msgid "set up tracking mode (see git-pull(1))"2830msgstr "stellt den Übernahmemodus ein (siehe git-pull(1))"28312832#: builtin/branch.c:7972833msgid "change upstream info"2834msgstr "ändert Informationen zum Upstream-Branch"28352836#: builtin/branch.c:8012837msgid "use colored output"2838msgstr "verwendet farbliche Ausgaben"28392840#: builtin/branch.c:8022841msgid "act on remote-tracking branches"2842msgstr "wirkt auf Remote-Tracking-Branches"28432844#: builtin/branch.c:805 builtin/branch.c:811 builtin/branch.c:8322845#: builtin/branch.c:838 builtin/commit.c:1433 builtin/commit.c:14342846#: builtin/commit.c:1435 builtin/commit.c:1436 builtin/tag.c:4682847msgid "commit"2848msgstr "Commit"28492850#: builtin/branch.c:806 builtin/branch.c:8122851msgid "print only branches that contain the commit"2852msgstr "gibt nur Branches aus, welche diesen Commit beinhalten"28532854#: builtin/branch.c:8182855msgid "Specific git-branch actions:"2856msgstr "spezifische Aktionen für \"git-branch\":"28572858#: builtin/branch.c:8192859msgid "list both remote-tracking and local branches"2860msgstr "listet Remote-Tracking und lokale Branches auf"28612862#: builtin/branch.c:8212863msgid "delete fully merged branch"2864msgstr "entfernt vollständig zusammengeführten Branch"28652866#: builtin/branch.c:8222867msgid "delete branch (even if not merged)"2868msgstr "löscht Branch (auch wenn nicht zusammengeführt)"28692870#: builtin/branch.c:8232871msgid "move/rename a branch and its reflog"2872msgstr "verschiebt/benennt einen Branch und dessen Reflog um"28732874#: builtin/branch.c:8242875msgid "move/rename a branch, even if target exists"2876msgstr ""2877"verschiebt/benennt einen Branch um, auch wenn das Ziel bereits existiert"28782879#: builtin/branch.c:8252880msgid "list branch names"2881msgstr "listet Branchnamen auf"28822883#: builtin/branch.c:8262884msgid "create the branch's reflog"2885msgstr "erzeugt das Reflog des Branches"28862887#: builtin/branch.c:8282888msgid "edit the description for the branch"2889msgstr "bearbeitet die Beschreibung für den Branch"28902891#: builtin/branch.c:8292892msgid "force creation (when already exists)"2893msgstr "erzeuge auch, wenn der Branch bereits existiert"28942895#: builtin/branch.c:8322896msgid "print only not merged branches"2897msgstr "gibt nur Branches aus, die nicht zusammengeführt sind"28982899#: builtin/branch.c:8382900msgid "print only merged branches"2901msgstr "gibt nur Branches aus, die zusammengeführt sind"29022903#: builtin/branch.c:8422904msgid "list branches in columns"2905msgstr "listet Branches in Spalten auf"29062907#: builtin/branch.c:8552908msgid "Failed to resolve HEAD as a valid ref."2909msgstr "Konnte HEAD nicht als gültige Referenz auflösen."29102911#: builtin/branch.c:860 builtin/clone.c:6302912msgid "HEAD not found below refs/heads!"2913msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"29142915#: builtin/branch.c:8832916msgid "--column and --verbose are incompatible"2917msgstr "Die Optionen --column und --verbose sind inkompatibel."29182919#: builtin/branch.c:889 builtin/branch.c:9282920msgid "branch name required"2921msgstr "Branchname erforderlich"29222923#: builtin/branch.c:9042924msgid "Cannot give description to detached HEAD"2925msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"29262927#: builtin/branch.c:9092928msgid "cannot edit description of more than one branch"2929msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"29302931#: builtin/branch.c:9162932#, c-format2933msgid "No commit on branch '%s' yet."2934msgstr "Noch kein Commit in Branch '%s'."29352936#: builtin/branch.c:9192937#, c-format2938msgid "No branch named '%s'."2939msgstr "Branch '%s' nicht vorhanden."29402941#: builtin/branch.c:9342942msgid "too many branches for a rename operation"2943msgstr "zu viele Branches für eine Umbenennen-Operation angegeben"29442945#: builtin/branch.c:9392946msgid "too many branches to set new upstream"2947msgstr "zu viele Branches angegeben um Upstream-Branch zu setzen"29482949#: builtin/branch.c:9432950#, c-format2951msgid ""2952"could not set upstream of HEAD to %s when it does not point to any branch."2953msgstr ""2954"Konnte keinen neuen Upstream-Branch von HEAD zu %s setzen, da dieser auf\n"2955"keinen Branch zeigt."29562957#: builtin/branch.c:946 builtin/branch.c:968 builtin/branch.c:9902958#, c-format2959msgid "no such branch '%s'"2960msgstr "Kein solcher Branch '%s'"29612962#: builtin/branch.c:9502963#, c-format2964msgid "branch '%s' does not exist"2965msgstr "Branch '%s' existiert nicht"29662967#: builtin/branch.c:9622968msgid "too many branches to unset upstream"2969msgstr ""2970"zu viele Branches angegeben um Konfiguration zu Upstream-Branch zu entfernen"29712972#: builtin/branch.c:9662973msgid "could not unset upstream of HEAD when it does not point to any branch."2974msgstr ""2975"Konnte Konfiguration zu Upstream-Branch von HEAD nicht entfernen, da dieser\n"2976"auf keinen Branch zeigt."29772978#: builtin/branch.c:9722979#, c-format2980msgid "Branch '%s' has no upstream information"2981msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"29822983#: builtin/branch.c:9872984msgid "it does not make sense to create 'HEAD' manually"2985msgstr "'HEAD' darf nicht manuell erstellt werden"29862987#: builtin/branch.c:9932988msgid "-a and -r options to 'git branch' do not make sense with a branch name"2989msgstr ""2990"Die Optionen -a und -r bei 'git branch' können nicht gemeimsam mit einem "2991"Branchnamen verwendet werden."29922993#: builtin/branch.c:9962994#, c-format2995msgid ""2996"The --set-upstream flag is deprecated and will be removed. Consider using --"2997"track or --set-upstream-to\n"2998msgstr ""2999"Die --set-upstream Option ist veraltet und wird entfernt. Benutzen Sie --"3000"track oder --set-upstream-to\n"30013002#: builtin/branch.c:10133003#, c-format3004msgid ""3005"\n"3006"If you wanted to make '%s' track '%s', do this:\n"3007"\n"3008msgstr ""3009"\n"3010"Wenn Sie wollten, dass '%s' den Branch '%s' als Upstream-Branch hat, führen "3011"Sie aus:\n"30123013#: builtin/branch.c:10143014#, c-format3015msgid " git branch -d %s\n"3016msgstr " git branch -d %s\n"30173018#: builtin/branch.c:10153019#, c-format3020msgid " git branch --set-upstream-to %s\n"3021msgstr " git branch --set-upstream-to %s\n"30223023#: builtin/bundle.c:473024#, c-format3025msgid "%s is okay\n"3026msgstr "%s ist in Ordnung\n"30273028#: builtin/bundle.c:563029msgid "Need a repository to create a bundle."3030msgstr "Um ein Paket zu erstellen wird ein Repository benötigt."30313032#: builtin/bundle.c:603033msgid "Need a repository to unbundle."3034msgstr "Zum Entpacken wird ein Repository benötigt."30353036#: builtin/cat-file.c:2853037msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"3038msgstr "git cat-file (-t|-s|-e|-p|<Art>|--textconv) <Objekt>"30393040#: builtin/cat-file.c:2863041msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"3042msgstr "git cat-file (--batch|--batch-check) < <Liste_von_Objekten>"30433044#: builtin/cat-file.c:3233045msgid "<type> can be one of: blob, tree, commit, tag"3046msgstr "<Art> kann sein: blob, tree, commit, tag"30473048#: builtin/cat-file.c:3243049msgid "show object type"3050msgstr "zeigt Objektart"30513052#: builtin/cat-file.c:3253053msgid "show object size"3054msgstr "zeigt Objektgröße"30553056#: builtin/cat-file.c:3273057msgid "exit with zero when there's no error"3058msgstr "beendet mit Rückgabewert 0, wenn kein Fehler aufgetreten ist"30593060#: builtin/cat-file.c:3283061msgid "pretty-print object's content"3062msgstr "ansprechende Anzeige des Objektinhaltes"30633064#: builtin/cat-file.c:3303065msgid "for blob objects, run textconv on object's content"3066msgstr "führt eine Textkonvertierung auf den Inhalt von Blob-Objekten aus"30673068#: builtin/cat-file.c:3323069msgid "show info and content of objects fed from the standard input"3070msgstr ""3071"Anzeige von Informationen und Inhalt von Objekten, gelesen von der Standard-"3072"Eingabe"30733074#: builtin/cat-file.c:3353075msgid "show info about objects fed from the standard input"3076msgstr ""3077"Anzeige von Informationen über Objekte, gelesen von der Standard-Eingabe"30783079#: builtin/check-attr.c:113080msgid "git check-attr [-a | --all | attr...] [--] pathname..."3081msgstr "git check-attr [-a | --all | Attribut...] [--] Pfadname..."30823083#: builtin/check-attr.c:123084msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"3085msgstr ""3086"git check-attr --stdin [-z] [-a | --all | Attribut...] < <Liste-von-Pfaden>"30873088#: builtin/check-attr.c:193089msgid "report all attributes set on file"3090msgstr "gibt alle Attribute einer Datei aus"30913092#: builtin/check-attr.c:203093msgid "use .gitattributes only from the index"3094msgstr "verwendet .gitattributes nur von der Staging-Area"30953096#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:753097msgid "read file names from stdin"3098msgstr "liest Dateinamen von der Standard-Eingabe"30993100#: builtin/check-attr.c:23 builtin/check-ignore.c:243101msgid "input paths are terminated by a null character"3102msgstr "Eingabepfade sind durch ein NUL Zeichen abgeschlossen"31033104#: builtin/check-ignore.c:18 builtin/checkout.c:1054 builtin/gc.c:1773105msgid "suppress progress reporting"3106msgstr "unterdrückt Fortschrittsanzeige"31073108#: builtin/check-ignore.c:263109msgid "show non-matching input paths"3110msgstr "zeigt Eingabe-Pfade ohne Übereinstimmungen"31113112#: builtin/check-ignore.c:1433113msgid "cannot specify pathnames with --stdin"3114msgstr "Angabe von Pfadnamen kann nicht gemeinsam mit --stdin verwendet werden"31153116#: builtin/check-ignore.c:1463117msgid "-z only makes sense with --stdin"3118msgstr "Die Option -z kann nur mit --stdin verwendet werden."31193120#: builtin/check-ignore.c:1483121msgid "no path specified"3122msgstr "kein Pfad angegeben"31233124#: builtin/check-ignore.c:1523125msgid "--quiet is only valid with a single pathname"3126msgstr "Die Option --quiet ist nur mit einem einzelnen Pfadnamen gültig."31273128#: builtin/check-ignore.c:1543129msgid "cannot have both --quiet and --verbose"3130msgstr ""3131"Die Optionen --quiet und --verbose können nicht gemeinsam verwendet werden."31323133#: builtin/check-ignore.c:1573134msgid "--non-matching is only valid with --verbose"3135msgstr "--non-matching ist nur mit --verbose zulässig"31363137#: builtin/check-mailmap.c:83138msgid "git check-mailmap [options] <contact>..."3139msgstr "git check-mailmap [Optionen] <Kontakt>..."31403141#: builtin/check-mailmap.c:133142msgid "also read contacts from stdin"3143msgstr "liest ebenfalls Kontakte von der Standard-Eingabe"31443145#: builtin/check-mailmap.c:243146#, c-format3147msgid "unable to parse contact: %s"3148msgstr "Konnte Kontakt '%s' nicht parsen."31493150#: builtin/check-mailmap.c:473151msgid "no contacts specified"3152msgstr "keine Kontakte angegeben"31533154#: builtin/checkout-index.c:1263155msgid "git checkout-index [options] [--] [<file>...]"3156msgstr "git checkout-index [Optionen] [--] [<Datei>...]"31573158#: builtin/checkout-index.c:1873159msgid "check out all files in the index"3160msgstr "checkt alle Dateien in der Staging-Area aus"31613162#: builtin/checkout-index.c:1883163msgid "force overwrite of existing files"3164msgstr "erzwingt das Überschreiben bereits existierender Dateien"31653166#: builtin/checkout-index.c:1903167msgid "no warning for existing files and files not in index"3168msgstr ""3169"keine Warnung für existierende Dateien, und Dateien, die sich nicht in der "3170"Staging-Area befinden"31713172#: builtin/checkout-index.c:1923173msgid "don't checkout new files"3174msgstr "checkt keine neuen Dateien aus"31753176#: builtin/checkout-index.c:1943177msgid "update stat information in the index file"3178msgstr "aktualisiert Dateiinformationen in der Staging-Area-Datei"31793180#: builtin/checkout-index.c:2003181msgid "read list of paths from the standard input"3182msgstr "liest eine Liste von Pfaden von der Standard-Eingabe"31833184#: builtin/checkout-index.c:2023185msgid "write the content to temporary files"3186msgstr "schreibt den Inhalt in temporäre Dateien"31873188#: builtin/checkout-index.c:203 builtin/column.c:303189msgid "string"3190msgstr "Zeichenkette"31913192#: builtin/checkout-index.c:2043193msgid "when creating files, prepend <string>"3194msgstr ""3195"wenn Dateien erzeugt werden, stelle <Zeichenkette> dem Dateinamen voran"31963197#: builtin/checkout-index.c:2073198msgid "copy out the files from named stage"3199msgstr "kopiert Dateien von dem benannten Stand"32003201#: builtin/checkout.c:253202msgid "git checkout [options] <branch>"3203msgstr "git checkout [Optionen] <Branch>"32043205#: builtin/checkout.c:263206msgid "git checkout [options] [<branch>] -- <file>..."3207msgstr "git checkout [Optionen] [<Branch>] -- <Datei>..."32083209#: builtin/checkout.c:117 builtin/checkout.c:1503210#, c-format3211msgid "path '%s' does not have our version"3212msgstr "Pfad '%s' hat nicht unsere Version."32133214#: builtin/checkout.c:119 builtin/checkout.c:1523215#, c-format3216msgid "path '%s' does not have their version"3217msgstr "Pfad '%s' hat nicht deren Version."32183219#: builtin/checkout.c:1353220#, c-format3221msgid "path '%s' does not have all necessary versions"3222msgstr "Pfad '%s' hat nicht alle notwendigen Versionen."32233224#: builtin/checkout.c:1793225#, c-format3226msgid "path '%s' does not have necessary versions"3227msgstr "Pfad '%s' hat nicht die notwendigen Versionen."32283229#: builtin/checkout.c:1963230#, c-format3231msgid "path '%s': cannot merge"3232msgstr "Pfad '%s': kann nicht zusammenführen"32333234#: builtin/checkout.c:2133235#, c-format3236msgid "Unable to add merge result for '%s'"3237msgstr "Konnte Merge-Ergebnis von '%s' nicht hinzufügen."32383239#: builtin/checkout.c:237 builtin/checkout.c:240 builtin/checkout.c:2433240#: builtin/checkout.c:2463241#, c-format3242msgid "'%s' cannot be used with updating paths"3243msgstr "'%s' kann nicht mit Pfaden verwendet werden"32443245#: builtin/checkout.c:249 builtin/checkout.c:2523246#, c-format3247msgid "'%s' cannot be used with %s"3248msgstr "'%s' kann nicht mit '%s' verwendet werden"32493250#: builtin/checkout.c:2553251#, c-format3252msgid "Cannot update paths and switch to branch '%s' at the same time."3253msgstr ""3254"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln"32553256#: builtin/checkout.c:266 builtin/checkout.c:4583257msgid "corrupt index file"3258msgstr "beschädigte Staging-Area-Datei"32593260#: builtin/checkout.c:329 builtin/checkout.c:3363261#, c-format3262msgid "path '%s' is unmerged"3263msgstr "Pfad '%s' ist nicht zusammengeführt."32643265#: builtin/checkout.c:4803266msgid "you need to resolve your current index first"3267msgstr "Sie müssen zuerst Ihre aktuelle Staging-Area auflösen."32683269#: builtin/checkout.c:6013270#, c-format3271msgid "Can not do reflog for '%s'\n"3272msgstr "Konnte \"reflog\" für '%s' nicht durchführen\n"32733274#: builtin/checkout.c:6393275msgid "HEAD is now at"3276msgstr "HEAD ist jetzt bei"32773278#: builtin/checkout.c:6463279#, c-format3280msgid "Reset branch '%s'\n"3281msgstr "Setze Branch '%s' neu\n"32823283#: builtin/checkout.c:6493284#, c-format3285msgid "Already on '%s'\n"3286msgstr "Bereits auf '%s'\n"32873288#: builtin/checkout.c:6533289#, c-format3290msgid "Switched to and reset branch '%s'\n"3291msgstr "Gewechselt zu umgesetzten Branch '%s'\n"32923293#: builtin/checkout.c:655 builtin/checkout.c:9973294#, c-format3295msgid "Switched to a new branch '%s'\n"3296msgstr "Gewechselt zu einem neuem Branch '%s'\n"32973298#: builtin/checkout.c:6573299#, c-format3300msgid "Switched to branch '%s'\n"3301msgstr "Gewechselt zu Branch '%s'\n"33023303#: builtin/checkout.c:7133304#, c-format3305msgid " ... and %d more.\n"3306msgstr " ... und %d weitere.\n"33073308#. The singular version3309#: builtin/checkout.c:7193310#, c-format3311msgid ""3312"Warning: you are leaving %d commit behind, not connected to\n"3313"any of your branches:\n"3314"\n"3315"%s\n"3316msgid_plural ""3317"Warning: you are leaving %d commits behind, not connected to\n"3318"any of your branches:\n"3319"\n"3320"%s\n"3321msgstr[0] ""3322"Warnung: Sie sind um %d Commit hinterher, nicht verbunden zu\n"3323"einem Ihrer Branches:\n"3324"\n"3325"%s\n"3326msgstr[1] ""3327"Warnung: Sie sind um %d Commits hinterher, nicht verbunden zu\n"3328"einem Ihrer Branches:\n"3329"\n"3330"%s\n"33313332#: builtin/checkout.c:7373333#, c-format3334msgid ""3335"If you want to keep them by creating a new branch, this may be a good time\n"3336"to do so with:\n"3337"\n"3338" git branch new_branch_name %s\n"3339"\n"3340msgstr ""3341"Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"3342"ein guter Zeitpunkt sein dies zu tun mit:\n"3343"\n"3344" git branch neuer_branch_name %s\n"3345"\n"33463347#: builtin/checkout.c:7673348msgid "internal error in revision walk"3349msgstr "interner Fehler im Revisionsgang"33503351#: builtin/checkout.c:7713352msgid "Previous HEAD position was"3353msgstr "Vorherige Position von HEAD war"33543355#: builtin/checkout.c:798 builtin/checkout.c:9923356msgid "You are on a branch yet to be born"3357msgstr "Sie sind auf einem Branch, der noch geboren wird"33583359#. case (1)3360#: builtin/checkout.c:9283361#, c-format3362msgid "invalid reference: %s"3363msgstr "Ungültige Referenz: %s"33643365#. case (1): want a tree3366#: builtin/checkout.c:9673367#, c-format3368msgid "reference is not a tree: %s"3369msgstr "Referenz ist kein \"Tree\"-Objekt: %s"33703371#: builtin/checkout.c:10063372msgid "paths cannot be used with switching branches"3373msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"33743375#: builtin/checkout.c:1009 builtin/checkout.c:10133376#, c-format3377msgid "'%s' cannot be used with switching branches"3378msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"33793380#: builtin/checkout.c:1017 builtin/checkout.c:1020 builtin/checkout.c:10253381#: builtin/checkout.c:10283382#, c-format3383msgid "'%s' cannot be used with '%s'"3384msgstr "'%s' kann nicht mit '%s' verwendet werden"33853386#: builtin/checkout.c:10333387#, c-format3388msgid "Cannot switch branch to a non-commit '%s'"3389msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"33903391#: builtin/checkout.c:1055 builtin/checkout.c:1057 builtin/clone.c:893392#: builtin/remote.c:169 builtin/remote.c:1713393msgid "branch"3394msgstr "Branch"33953396#: builtin/checkout.c:10563397msgid "create and checkout a new branch"3398msgstr "erzeugt und checkt einen neuen Branch aus"33993400#: builtin/checkout.c:10583401msgid "create/reset and checkout a branch"3402msgstr "erzeugt/setzt um und checkt einen Branch aus"34033404#: builtin/checkout.c:10593405msgid "create reflog for new branch"3406msgstr "erzeugt das Reflog für den neuen Branch"34073408#: builtin/checkout.c:10603409msgid "detach the HEAD at named commit"3410msgstr "setzt HEAD zu benanntem Commit"34113412#: builtin/checkout.c:10613413msgid "set upstream info for new branch"3414msgstr "setzt Informationen zum Upstream-Branch für den neuen Branch"34153416#: builtin/checkout.c:10633417msgid "new branch"3418msgstr "neuer Branch"34193420#: builtin/checkout.c:10633421msgid "new unparented branch"3422msgstr "neuer Branch ohne Eltern-Commit"34233424#: builtin/checkout.c:10643425msgid "checkout our version for unmerged files"3426msgstr "checkt unsere Variante für nicht zusammengeführte Dateien aus"34273428#: builtin/checkout.c:10663429msgid "checkout their version for unmerged files"3430msgstr "checkt ihre Variante für nicht zusammengeführte Dateien aus"34313432#: builtin/checkout.c:10683433msgid "force checkout (throw away local modifications)"3434msgstr "erzwingt Auschecken (verwirft lokale Änderungen)"34353436#: builtin/checkout.c:10693437msgid "perform a 3-way merge with the new branch"3438msgstr "führt einen 3-Wege-Merge mit dem neuen Branch aus"34393440#: builtin/checkout.c:1070 builtin/merge.c:2323441msgid "update ignored files (default)"3442msgstr "aktualisiert ignorierte Dateien (Standard)"34433444#: builtin/checkout.c:1071 builtin/log.c:1208 parse-options.h:2493445msgid "style"3446msgstr "Stil"34473448#: builtin/checkout.c:10723449msgid "conflict style (merge or diff3)"3450msgstr "Konfliktstil (merge oder diff3)"34513452#: builtin/checkout.c:10753453msgid "do not limit pathspecs to sparse entries only"3454msgstr "Pfadspezifikationen ignorieren Einstellungen zum partiellen Auschecken"34553456#: builtin/checkout.c:10773457msgid "second guess 'git checkout no-such-branch'"3458msgstr "second guess 'git checkout no-such-branch'"34593460#: builtin/checkout.c:11013461msgid "-b, -B and --orphan are mutually exclusive"3462msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."34633464#: builtin/checkout.c:11183465msgid "--track needs a branch name"3466msgstr "Bei der Option --track muss ein Branchname angegeben werden."34673468#: builtin/checkout.c:11253469msgid "Missing branch name; try -b"3470msgstr "Vermisse Branchnamen; versuchen Sie -b"34713472#: builtin/checkout.c:11603473msgid "invalid path specification"3474msgstr "ungültige Pfadspezifikation"34753476#: builtin/checkout.c:11673477#, c-format3478msgid ""3479"Cannot update paths and switch to branch '%s' at the same time.\n"3480"Did you intend to checkout '%s' which can not be resolved as commit?"3481msgstr ""3482"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln.\n"3483"Haben Sie beabsichtigt '%s' auszuchecken, welcher nicht als Commit aufgelöst "3484"werden kann?"34853486#: builtin/checkout.c:11723487#, c-format3488msgid "git checkout: --detach does not take a path argument '%s'"3489msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"34903491#: builtin/checkout.c:11763492msgid ""3493"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3494"checking out of the index."3495msgstr ""3496"git checkout: --ours/--theirs, --force und --merge sind inkompatibel wenn\n"3497"Sie aus der Staging-Area auschecken."34983499#: builtin/clean.c:253500msgid ""3501"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3502msgstr ""3503"git clean [-d] [-f] [-i] [-n] [-q] [-e <Muster>] [-x | -X] [--] <Pfade>..."35043505#: builtin/clean.c:293506#, c-format3507msgid "Removing %s\n"3508msgstr "Lösche %s\n"35093510#: builtin/clean.c:303511#, c-format3512msgid "Would remove %s\n"3513msgstr "Würde %s löschen\n"35143515#: builtin/clean.c:313516#, c-format3517msgid "Skipping repository %s\n"3518msgstr "Überspringe Repository %s\n"35193520#: builtin/clean.c:323521#, c-format3522msgid "Would skip repository %s\n"3523msgstr "Würde Repository %s überspringen\n"35243525#: builtin/clean.c:333526#, c-format3527msgid "failed to remove %s"3528msgstr "Fehler beim Löschen von %s"35293530#: builtin/clean.c:2933531msgid ""3532"Prompt help:\n"3533"1 - select a numbered item\n"3534"foo - select item based on unique prefix\n"3535" - (empty) select nothing"3536msgstr ""3537"Eingabehilfe:\n"3538"1 - nummeriertes Element auswählen\n"3539"foo - Element anhand eines eindeutigen Prefix auswählen\n"3540" - (leer) nichts auswählen"35413542#: builtin/clean.c:2973543msgid ""3544"Prompt help:\n"3545"1 - select a single item\n"3546"3-5 - select a range of items\n"3547"2-3,6-9 - select multiple ranges\n"3548"foo - select item based on unique prefix\n"3549"-... - unselect specified items\n"3550"* - choose all items\n"3551" - (empty) finish selecting"3552msgstr ""3553"Eingabehilfe:\n"3554"1 - einzelnes Element auswählen\n"3555"3-5 - Bereich von Elementen auswählen\n"3556"2-3,6-9 - mehrere Bereiche auswählen\n"3557"foo - Element anhand eines eindeutigen Prefix auswählen\n"3558"-... - angegebenes Element abwählen\n"3559"* - alle Elemente auswählen\n"3560" - (leer) Auswahl beenden"35613562#: builtin/clean.c:5153563#, c-format3564msgid "Huh (%s)?"3565msgstr "Wie bitte (%s)?"35663567#: builtin/clean.c:6583568#, c-format3569msgid "Input ignore patterns>> "3570msgstr "Ignorier-Muster eingeben>> "35713572#: builtin/clean.c:6953573#, c-format3574msgid "WARNING: Cannot find items matched by: %s"3575msgstr "WARNUNG: Kann keine Einträge finden die Muster entsprechen: %s"35763577#: builtin/clean.c:7163578msgid "Select items to delete"3579msgstr "Wählen Sie Einträge zum Löschen"35803581#: builtin/clean.c:7563582#, c-format3583msgid "remove %s? "3584msgstr "'%s' löschen? "35853586#: builtin/clean.c:7813587msgid "Bye."3588msgstr "Tschüss."35893590#: builtin/clean.c:7893591msgid ""3592"clean - start cleaning\n"3593"filter by pattern - exclude items from deletion\n"3594"select by numbers - select items to be deleted by numbers\n"3595"ask each - confirm each deletion (like \"rm -i\")\n"3596"quit - stop cleaning\n"3597"help - this screen\n"3598"? - help for prompt selection"3599msgstr ""3600"clean - Clean starten\n"3601"filter by pattern - Einträge von Löschung ausschließen\n"3602"select by numbers - Auswahl von Einträgen über Nummern\n"3603"ask each - jede Löschung bestätigen (wie \"rm -i\")\n"3604"quit - Clean beenden\n"3605"help - diese Meldung anzeigen\n"3606"? - Hilfe zur Auswahl mittels Eingabe anzeigen"36073608#: builtin/clean.c:8163609msgid "*** Commands ***"3610msgstr "*** Kommandos ***"36113612#: builtin/clean.c:8173613msgid "What now"3614msgstr "Was nun"36153616#: builtin/clean.c:8253617msgid "Would remove the following item:"3618msgid_plural "Would remove the following items:"3619msgstr[0] "Würde das folgende Element entfernen:"3620msgstr[1] "Würde die folgenden Elemente entfernen:"36213622#: builtin/clean.c:8423623msgid "No more files to clean, exiting."3624msgstr "Keine Dateien mehr zum Löschen, beende."36253626#: builtin/clean.c:8743627msgid "do not print names of files removed"3628msgstr "gibt keine Namen von gelöschten Dateien aus"36293630#: builtin/clean.c:8763631msgid "force"3632msgstr "erzwingt Aktion"36333634#: builtin/clean.c:8773635msgid "interactive cleaning"3636msgstr "interaktives Clean"36373638#: builtin/clean.c:8793639msgid "remove whole directories"3640msgstr "löscht ganze Verzeichnisse"36413642#: builtin/clean.c:880 builtin/describe.c:420 builtin/grep.c:7163643#: builtin/ls-files.c:493 builtin/name-rev.c:315 builtin/show-ref.c:1863644msgid "pattern"3645msgstr "Muster"36463647#: builtin/clean.c:8813648msgid "add <pattern> to ignore rules"3649msgstr "fügt <Muster> zu den Regeln für ignorierte Pfade hinzu"36503651#: builtin/clean.c:8823652msgid "remove ignored files, too"3653msgstr "löscht auch ignorierte Dateien"36543655#: builtin/clean.c:8843656msgid "remove only ignored files"3657msgstr "löscht nur ignorierte Dateien"36583659#: builtin/clean.c:9023660msgid "-x and -X cannot be used together"3661msgstr "Die Optionen -x und -X können nicht gemeinsam verwendet werden."36623663#: builtin/clean.c:9063664msgid ""3665"clean.requireForce set to true and neither -i, -n nor -f given; refusing to "3666"clean"3667msgstr ""3668"clean.requireForce auf \"true\" gesetzt und weder -i, -n noch -f gegeben; "3669"\"clean\" verweigert"36703671#: builtin/clean.c:9093672msgid ""3673"clean.requireForce defaults to true and neither -i, -n nor -f given; "3674"refusing to clean"3675msgstr ""3676"clean.requireForce standardmäßig auf \"true\" gesetzt und weder -i, -n noch -"3677"f gegeben; \"clean\" verweigert"36783679#: builtin/clone.c:363680msgid "git clone [options] [--] <repo> [<dir>]"3681msgstr "git clone [Optionen] [--] <Repository> [<Verzeichnis>]"36823683#: builtin/clone.c:64 builtin/fetch.c:82 builtin/merge.c:2293684#: builtin/push.c:4623685msgid "force progress reporting"3686msgstr "erzwingt Fortschrittsanzeige"36873688#: builtin/clone.c:663689msgid "don't create a checkout"3690msgstr "kein Auschecken"36913692#: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:4883693msgid "create a bare repository"3694msgstr "erstellt ein Bare-Repository"36953696#: builtin/clone.c:723697msgid "create a mirror repository (implies bare)"3698msgstr "erstellt ein Spiegelarchiv (impliziert --bare)"36993700#: builtin/clone.c:743701msgid "to clone from a local repository"3702msgstr "um von einem lokalen Repository zu klonen"37033704#: builtin/clone.c:763705msgid "don't use local hardlinks, always copy"3706msgstr "verwendet lokal keine harten Verweise, immer Kopien"37073708#: builtin/clone.c:783709msgid "setup as shared repository"3710msgstr "Einrichtung als verteiltes Repository"37113712#: builtin/clone.c:80 builtin/clone.c:823713msgid "initialize submodules in the clone"3714msgstr "initialisiert Submodule im Klon"37153716#: builtin/clone.c:83 builtin/init-db.c:4853717msgid "template-directory"3718msgstr "Vorlagenverzeichnis"37193720#: builtin/clone.c:84 builtin/init-db.c:4863721msgid "directory from which templates will be used"3722msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"37233724#: builtin/clone.c:863725msgid "reference repository"3726msgstr "referenziert Repository"37273728#: builtin/clone.c:87 builtin/column.c:26 builtin/merge-file.c:443729msgid "name"3730msgstr "Name"37313732#: builtin/clone.c:883733msgid "use <name> instead of 'origin' to track upstream"3734msgstr "verwendet <Name> statt 'origin' für Upstream-Repository"37353736#: builtin/clone.c:903737msgid "checkout <branch> instead of the remote's HEAD"3738msgstr "checkt <Branch> aus, anstatt HEAD des Remote-Repositories"37393740#: builtin/clone.c:923741msgid "path to git-upload-pack on the remote"3742msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"37433744#: builtin/clone.c:93 builtin/fetch.c:83 builtin/grep.c:6613745msgid "depth"3746msgstr "Tiefe"37473748#: builtin/clone.c:943749msgid "create a shallow clone of that depth"3750msgstr "erstellt einen flachen Klon mit dieser Tiefe"37513752#: builtin/clone.c:963753msgid "clone only one branch, HEAD or --branch"3754msgstr "klont nur einen Branch, HEAD oder --branch"37553756#: builtin/clone.c:97 builtin/init-db.c:4943757msgid "gitdir"3758msgstr ".git-Verzeichnis"37593760#: builtin/clone.c:98 builtin/init-db.c:4953761msgid "separate git dir from working tree"3762msgstr "separiert Git-Verzeichnis vom Arbeitsverzeichnis"37633764#: builtin/clone.c:993765msgid "key=value"3766msgstr "Schlüssel=Wert"37673768#: builtin/clone.c:1003769msgid "set config inside the new repository"3770msgstr "setzt Konfiguration innerhalb des neuen Repositories"37713772#: builtin/clone.c:2533773#, c-format3774msgid "reference repository '%s' is not a local repository."3775msgstr "Referenziertes Repository '%s' ist kein lokales Repository."37763777#: builtin/clone.c:3163778#, c-format3779msgid "failed to create directory '%s'"3780msgstr "Fehler beim Erstellen von Verzeichnis '%s'"37813782#: builtin/clone.c:318 builtin/diff.c:773783#, c-format3784msgid "failed to stat '%s'"3785msgstr "Konnte '%s' nicht lesen"37863787#: builtin/clone.c:3203788#, c-format3789msgid "%s exists and is not a directory"3790msgstr "%s existiert und ist kein Verzeichnis"37913792#: builtin/clone.c:3343793#, c-format3794msgid "failed to stat %s\n"3795msgstr "Konnte %s nicht lesen\n"37963797#: builtin/clone.c:3563798#, c-format3799msgid "failed to create link '%s'"3800msgstr "Konnte Verweis '%s' nicht erstellen"38013802#: builtin/clone.c:3603803#, c-format3804msgid "failed to copy file to '%s'"3805msgstr "Konnte Datei nicht nach '%s' kopieren"38063807#: builtin/clone.c:3833808#, c-format3809msgid "done.\n"3810msgstr "Fertig.\n"38113812#: builtin/clone.c:3963813msgid ""3814"Clone succeeded, but checkout failed.\n"3815"You can inspect what was checked out with 'git status'\n"3816"and retry the checkout with 'git checkout -f HEAD'\n"3817msgstr ""3818"Klonen erfolgreich, Auschecken ist aber fehlgeschlagen.\n"3819"Sie können mit 'git status' prüfen, was ausgecheckt worden ist\n"3820"und das Auschecken mit 'git checkout -f HEAD' erneut versuchen.\n"38213822#: builtin/clone.c:4753823#, c-format3824msgid "Could not find remote branch %s to clone."3825msgstr "Konnte zu klonenden Remote-Branch %s nicht finden."38263827#: builtin/clone.c:5553828#, c-format3829msgid "Checking connectivity... "3830msgstr "Prüfe Konnektivität... "38313832#: builtin/clone.c:5583833msgid "remote did not send all necessary objects"3834msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."38353836#: builtin/clone.c:5603837#, c-format3838msgid "done\n"3839msgstr "Fertig\n"38403841#: builtin/clone.c:6213842msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3843msgstr ""3844"Externer HEAD bezieht sich auf eine nicht existierende Referenz und kann "3845"nicht ausgecheckt werden.\n"38463847#: builtin/clone.c:6523848msgid "unable to checkout working tree"3849msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden"38503851#: builtin/clone.c:7603852msgid "Too many arguments."3853msgstr "Zu viele Argumente."38543855#: builtin/clone.c:7643856msgid "You must specify a repository to clone."3857msgstr "Sie müssen ein Repository zum Klonen angeben."38583859#: builtin/clone.c:7753860#, c-format3861msgid "--bare and --origin %s options are incompatible."3862msgstr "Die Optionen --bare und --origin %s sind inkompatibel."38633864#: builtin/clone.c:7783865msgid "--bare and --separate-git-dir are incompatible."3866msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."38673868#: builtin/clone.c:7913869#, c-format3870msgid "repository '%s' does not exist"3871msgstr "Repository '%s' existiert nicht."38723873#: builtin/clone.c:7963874msgid "--depth is ignored in local clones; use file:// instead."3875msgstr ""3876"Die Option --depth wird in lokalen Klonen ignoriert; benutzen Sie "3877"stattdessen file://"38783879#: builtin/clone.c:7983880msgid "--local is ignored"3881msgstr "--local wird ignoriert"38823883#: builtin/clone.c:8083884#, c-format3885msgid "destination path '%s' already exists and is not an empty directory."3886msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."38873888#: builtin/clone.c:8183889#, c-format3890msgid "working tree '%s' already exists."3891msgstr "Arbeitsverzeichnis '%s' existiert bereits."38923893#: builtin/clone.c:831 builtin/clone.c:8433894#, c-format3895msgid "could not create leading directories of '%s'"3896msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."38973898#: builtin/clone.c:8343899#, c-format3900msgid "could not create work tree dir '%s'."3901msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen."39023903#: builtin/clone.c:8533904#, c-format3905msgid "Cloning into bare repository '%s'...\n"3906msgstr "Klone in Bare-Repository '%s'...\n"39073908#: builtin/clone.c:8553909#, c-format3910msgid "Cloning into '%s'...\n"3911msgstr "Klone nach '%s'...\n"39123913#: builtin/clone.c:8903914#, c-format3915msgid "Don't know how to clone %s"3916msgstr "Weiß nicht wie %s zu klonen ist."39173918#: builtin/clone.c:9423919#, c-format3920msgid "Remote branch %s not found in upstream %s"3921msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden"39223923#: builtin/clone.c:9493924msgid "You appear to have cloned an empty repository."3925msgstr "Sie scheinen ein leeres Repository geklont zu haben."39263927#: builtin/column.c:93928msgid "git column [options]"3929msgstr "git column [Optionen]"39303931#: builtin/column.c:263932msgid "lookup config vars"3933msgstr "schlägt Konfigurationsvariablen nach"39343935#: builtin/column.c:27 builtin/column.c:283936msgid "layout to use"3937msgstr "zu verwendende Anordnung"39383939#: builtin/column.c:293940msgid "Maximum width"3941msgstr "maximale Breite"39423943#: builtin/column.c:303944msgid "Padding space on left border"3945msgstr "Abstand zum linken Rand"39463947#: builtin/column.c:313948msgid "Padding space on right border"3949msgstr "Abstand zur rechten Rand"39503951#: builtin/column.c:323952msgid "Padding space between columns"3953msgstr "Abstand zwischen Spalten"39543955#: builtin/column.c:513956msgid "--command must be the first argument"3957msgstr "Die Option --command muss an erster Stelle stehen."39583959#: builtin/commit.c:353960msgid "git commit [options] [--] <pathspec>..."3961msgstr "git commit [Optionen] [--] <Pfadspezifikation>..."39623963#: builtin/commit.c:403964msgid "git status [options] [--] <pathspec>..."3965msgstr "git status [Optionen] [--] <Pfadspezifikation>..."39663967#: builtin/commit.c:453968msgid ""3969"Your name and email address were configured automatically based\n"3970"on your username and hostname. Please check that they are accurate.\n"3971"You can suppress this message by setting them explicitly:\n"3972"\n"3973" git config --global user.name \"Your Name\"\n"3974" git config --global user.email you@example.com\n"3975"\n"3976"After doing this, you may fix the identity used for this commit with:\n"3977"\n"3978" git commit --amend --reset-author\n"3979msgstr ""3980"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"3981"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"3982"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"3983"diese explizit setzen:\n"3984"\n"3985" git config --global user.name \"Ihr Name\"\n"3986" git config --global user.email ihre@emailadresse.de\n"3987"\n"3988"Nachdem Sie das getan hast, können Sie Ihre Identität für diesen Commit "3989"ändern mit:\n"3990"\n"3991" git commit --amend --reset-author\n"39923993#: builtin/commit.c:573994msgid ""3995"You asked to amend the most recent commit, but doing so would make\n"3996"it empty. You can repeat your command with --allow-empty, or you can\n"3997"remove the commit entirely with \"git reset HEAD^\".\n"3998msgstr ""3999"Sie fragten den jüngsten Commit nachzubessern, aber das würde diesen leer\n"4000"machen. Sie können Ihr Kommando mit --allow-empty wiederholen, oder diesen\n"4001"Commit mit \"git reset HEAD^\" vollständig entfernen.\n"40024003#: builtin/commit.c:624004msgid ""4005"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"4006"If you wish to commit it anyway, use:\n"4007"\n"4008" git commit --allow-empty\n"4009"\n"4010msgstr ""4011"Der letzte \"cherry-pick\" ist jetzt leer, möglicherweise durch eine "4012"Konfliktauflösung.\n"4013"Wenn Sie dies trotzdem committen wollen, benutzen Sie:\n"4014"\n"4015" git commit --allow-empty\n"4016"\n"40174018#: builtin/commit.c:694019msgid "Otherwise, please use 'git reset'\n"4020msgstr "Andernfalls benutzen Sie bitte 'git reset'\n"40214022#: builtin/commit.c:724023msgid ""4024"If you wish to skip this commit, use:\n"4025"\n"4026" git reset\n"4027"\n"4028"Then \"git cherry-pick --continue\" will resume cherry-picking\n"4029"the remaining commits.\n"4030msgstr ""4031"Wenn Sie diesen Commit auslassen möchten, benutzen Sie:\n"4032"\n"4033" git reset\n"4034"\n"4035"Benutzen Sie anschließend \"git cherry-pick --continue\", um die\n"4036"Cherry-Pick-Operation mit den verbleibenden Commits fortzusetzen.\n"40374038#: builtin/commit.c:2794039msgid "failed to unpack HEAD tree object"4040msgstr "Fehler beim Entpacken des \"Tree\"-Objektes von HEAD."40414042#: builtin/commit.c:3214043msgid "unable to create temporary index"4044msgstr "Konnte temporäre Staging-Area nicht erstellen."40454046#: builtin/commit.c:3274047msgid "interactive add failed"4048msgstr "interaktives Hinzufügen fehlgeschlagen"40494050#: builtin/commit.c:360 builtin/commit.c:381 builtin/commit.c:4314051msgid "unable to write new_index file"4052msgstr "Konnte new_index Datei nicht schreiben"40534054#: builtin/commit.c:4124055msgid "cannot do a partial commit during a merge."4056msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist."40574058#: builtin/commit.c:4144059msgid "cannot do a partial commit during a cherry-pick."4060msgstr ""4061"Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist."40624063#: builtin/commit.c:4244064msgid "cannot read the index"4065msgstr "Kann Staging-Area nicht lesen"40664067#: builtin/commit.c:4444068msgid "unable to write temporary index file"4069msgstr "Konnte temporäre Staging-Area-Datei nicht schreiben."40704071#: builtin/commit.c:535 builtin/commit.c:5414072#, c-format4073msgid "invalid commit: %s"4074msgstr "Ungültiger Commit: %s"40754076#: builtin/commit.c:5634077msgid "malformed --author parameter"4078msgstr "Fehlerhafter --author Parameter"40794080#: builtin/commit.c:5834081#, c-format4082msgid "Malformed ident string: '%s'"4083msgstr "Fehlerhafter Ident-String: '%s'"40844085#: builtin/commit.c:621 builtin/commit.c:654 builtin/commit.c:9824086#, c-format4087msgid "could not lookup commit %s"4088msgstr "Konnte Commit %s nicht nachschlagen"40894090#: builtin/commit.c:633 builtin/shortlog.c:2714091#, c-format4092msgid "(reading log message from standard input)\n"4093msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"40944095#: builtin/commit.c:6354096msgid "could not read log from standard input"4097msgstr "Konnte Log nicht von Standard-Eingabe lesen."40984099#: builtin/commit.c:6394100#, c-format4101msgid "could not read log file '%s'"4102msgstr "Konnte Log-Datei '%s' nicht lesen"41034104#: builtin/commit.c:6454105msgid "commit has empty message"4106msgstr "Commit hat eine leere Beschreibung"41074108#: builtin/commit.c:6614109msgid "could not read MERGE_MSG"4110msgstr "Konnte MERGE_MSG nicht lesen"41114112#: builtin/commit.c:6654113msgid "could not read SQUASH_MSG"4114msgstr "Konnte SQUASH_MSG nicht lesen"41154116#: builtin/commit.c:6694117#, c-format4118msgid "could not read '%s'"4119msgstr "Konnte '%s' nicht lesen"41204121#: builtin/commit.c:7304122msgid "could not write commit template"4123msgstr "Konnte Commit-Vorlage nicht schreiben"41244125#: builtin/commit.c:7414126#, c-format4127msgid ""4128"\n"4129"It looks like you may be committing a merge.\n"4130"If this is not correct, please remove the file\n"4131"\t%s\n"4132"and try again.\n"4133msgstr ""4134"\n"4135"Es sieht so aus, als committen Sie einen Merge.\n"4136"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"4137"\t%s\n"4138"und versuchen Sie es erneut.\n"41394140#: builtin/commit.c:7464141#, c-format4142msgid ""4143"\n"4144"It looks like you may be committing a cherry-pick.\n"4145"If this is not correct, please remove the file\n"4146"\t%s\n"4147"and try again.\n"4148msgstr ""4149"\n"4150"Es sieht so aus, als committen Sie einen \"cherry-pick\".\n"4151"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"4152"\t%s\n"4153"und versuchen Sie es erneut.\n"41544155#: builtin/commit.c:7584156#, c-format4157msgid ""4158"Please enter the commit message for your changes. Lines starting\n"4159"with '%c' will be ignored, and an empty message aborts the commit.\n"4160msgstr ""4161"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n"4162"die mit '%c' beginnen, werden ignoriert, und eine leere Beschreibung\n"4163"bricht den Commit ab.\n"41644165#: builtin/commit.c:7634166#, c-format4167msgid ""4168"Please enter the commit message for your changes. Lines starting\n"4169"with '%c' will be kept; you may remove them yourself if you want to.\n"4170"An empty message aborts the commit.\n"4171msgstr ""4172"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, "4173"die\n"4174"mit '%c' beginnen, werden beibehalten; wenn Sie möchten, können Sie diese "4175"entfernen.\n"4176"Eine leere Beschreibung bricht den Commit ab.\n"41774178#: builtin/commit.c:7764179#, c-format4180msgid "%sAuthor: %s"4181msgstr "%sAutor: %s"41824183#: builtin/commit.c:7834184#, c-format4185msgid "%sCommitter: %s"4186msgstr "%sCommit-Ersteller: %s"41874188#: builtin/commit.c:8034189msgid "Cannot read index"4190msgstr "Kann Staging-Area nicht lesen"41914192#: builtin/commit.c:8454193msgid "Error building trees"4194msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"41954196#: builtin/commit.c:860 builtin/tag.c:3594197#, c-format4198msgid "Please supply the message using either -m or -F option.\n"4199msgstr ""4200"Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n"42014202#: builtin/commit.c:9574203#, c-format4204msgid "No existing author found with '%s'"4205msgstr "Kein existierender Autor mit '%s' gefunden."42064207#: builtin/commit.c:972 builtin/commit.c:12084208#, c-format4209msgid "Invalid untracked files mode '%s'"4210msgstr "Ungültiger Modus '%s' für unbeobachtete Dateien"42114212#: builtin/commit.c:10094213msgid "--long and -z are incompatible"4214msgstr "Die Optionen --long und -z sind inkompatibel."42154216#: builtin/commit.c:10394217msgid "Using both --reset-author and --author does not make sense"4218msgstr ""4219"Die Optionen --reset-author und --author können nicht gemeinsam verwendet "4220"werden."42214222#: builtin/commit.c:10504223msgid "You have nothing to amend."4224msgstr "Sie haben nichts für \"--amend\"."42254226#: builtin/commit.c:10534227msgid "You are in the middle of a merge -- cannot amend."4228msgstr "Ein Merge ist im Gange -- kann \"--amend\" nicht ausführen."42294230#: builtin/commit.c:10554231msgid "You are in the middle of a cherry-pick -- cannot amend."4232msgstr "\"cherry-pick\" ist im Gange -- kann \"--amend\" nicht ausführen."42334234#: builtin/commit.c:10584235msgid "Options --squash and --fixup cannot be used together"4236msgstr ""4237"Die Optionen --squash und --fixup können nicht gemeinsam verwendet werden."42384239#: builtin/commit.c:10684240msgid "Only one of -c/-C/-F/--fixup can be used."4241msgstr "Es kann nur eine Option von -c/-C/-F/--fixup verwendet werden."42424243#: builtin/commit.c:10704244msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4245msgstr "Die Option -m kann nicht mit -c/-C/-F/--fixup kombiniert werden."42464247#: builtin/commit.c:10784248msgid "--reset-author can be used only with -C, -c or --amend."4249msgstr ""4250"Die Option --reset--author kann nur mit -C, -c oder --amend verwendet werden."42514252#: builtin/commit.c:10954253msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4254msgstr ""4255"Es kann nur eine Option von --include/--only/--all/--interactive/--patch "4256"verwendet werden."42574258#: builtin/commit.c:10974259msgid "No paths with --include/--only does not make sense."4260msgstr ""4261"Die Optionen --include und --only können nur mit der Angabe von Pfaden "4262"verwendet werden."42634264#: builtin/commit.c:10994265msgid "Clever... amending the last one with dirty index."4266msgstr ""4267"Klug... den letzten Commit mit einer geänderten Staging-Area nachbessern."42684269#: builtin/commit.c:11014270msgid "Explicit paths specified without -i nor -o; assuming --only paths..."4271msgstr ""4272"Explizite Pfade ohne -i oder -o angegeben; unter der Annahme von --only "4273"Pfaden..."42744275#: builtin/commit.c:1111 builtin/tag.c:5754276#, c-format4277msgid "Invalid cleanup mode %s"4278msgstr "Ungültiger \"cleanup\" Modus %s"42794280#: builtin/commit.c:11164281msgid "Paths with -a does not make sense."4282msgstr "Die Option -a kann nur mit der Angabe von Pfaden verwendet werden."42834284#: builtin/commit.c:1222 builtin/commit.c:14554285msgid "show status concisely"4286msgstr "zeigt Status im Kurzformat"42874288#: builtin/commit.c:1224 builtin/commit.c:14574289msgid "show branch information"4290msgstr "zeigt Branchinformationen"42914292#: builtin/commit.c:1226 builtin/commit.c:1459 builtin/push.c:4524293msgid "machine-readable output"4294msgstr "maschinenlesbare Ausgabe"42954296#: builtin/commit.c:1229 builtin/commit.c:14614297msgid "show status in long format (default)"4298msgstr "zeigt Status im Langformat (Standard)"42994300#: builtin/commit.c:1232 builtin/commit.c:14644301msgid "terminate entries with NUL"4302msgstr "schließt Einträge mit NUL-Zeichen ab"43034304#: builtin/commit.c:1234 builtin/commit.c:1467 builtin/fast-export.c:6674305#: builtin/fast-export.c:670 builtin/tag.c:4594306msgid "mode"4307msgstr "Modus"43084309#: builtin/commit.c:1235 builtin/commit.c:14674310msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4311msgstr ""4312"zeigt nicht beobachtete Dateien, optionale Modi: all, normal, no. (Standard: "4313"all)"43144315#: builtin/commit.c:12384316msgid "show ignored files"4317msgstr "zeigt ignorierte Dateien"43184319#: builtin/commit.c:1239 parse-options.h:1544320msgid "when"4321msgstr "wann"43224323#: builtin/commit.c:12404324msgid ""4325"ignore changes to submodules, optional when: all, dirty, untracked. "4326"(Default: all)"4327msgstr ""4328"ignoriert Änderungen in Submodulen, optional wenn: all, dirty, untracked. "4329"(Standard: all)"43304331#: builtin/commit.c:12424332msgid "list untracked files in columns"4333msgstr "listet unbeobachtete Dateien in Spalten auf"43344335#: builtin/commit.c:13134336msgid "couldn't look up newly created commit"4337msgstr "Konnte neu erstellten Commit nicht nachschlagen."43384339#: builtin/commit.c:13154340msgid "could not parse newly created commit"4341msgstr "Konnte neulich erstellten Commit nicht analysieren."43424343#: builtin/commit.c:13564344msgid "detached HEAD"4345msgstr "losgelöster HEAD"43464347#: builtin/commit.c:13584348msgid " (root-commit)"4349msgstr " (Basis-Commit)"43504351#: builtin/commit.c:14254352msgid "suppress summary after successful commit"4353msgstr "unterdrückt Zusammenfassung nach erfolgreichem Commit"43544355#: builtin/commit.c:14264356msgid "show diff in commit message template"4357msgstr "zeigt Unterschiede in Commit-Beschreibungsvorlage an"43584359#: builtin/commit.c:14284360msgid "Commit message options"4361msgstr "Optionen für Commit-Beschreibung"43624363#: builtin/commit.c:1429 builtin/tag.c:4574364msgid "read message from file"4365msgstr "liest Beschreibung von Datei"43664367#: builtin/commit.c:14304368msgid "author"4369msgstr "Autor"43704371#: builtin/commit.c:14304372msgid "override author for commit"4373msgstr "überschreibt Autor eines Commits"43744375#: builtin/commit.c:1431 builtin/gc.c:1784376msgid "date"4377msgstr "Datum"43784379#: builtin/commit.c:14314380msgid "override date for commit"4381msgstr "überschreibt Datum eines Commits"43824383#: builtin/commit.c:1432 builtin/merge.c:223 builtin/notes.c:4054384#: builtin/notes.c:562 builtin/tag.c:4554385msgid "message"4386msgstr "Beschreibung"43874388#: builtin/commit.c:14324389msgid "commit message"4390msgstr "Commit-Beschreibung"43914392#: builtin/commit.c:14334393msgid "reuse and edit message from specified commit"4394msgstr "verwendet wieder und editiert Beschreibung des angegebenen Commits"43954396#: builtin/commit.c:14344397msgid "reuse message from specified commit"4398msgstr "verwendet Beschreibung des angegebenen Commits wieder"43994400#: builtin/commit.c:14354401msgid "use autosquash formatted message to fixup specified commit"4402msgstr ""4403"verwendet eine automatisch zusammengesetzte Beschreibung zum Nachbessern des "4404"angegebenen Commits"44054406#: builtin/commit.c:14364407msgid "use autosquash formatted message to squash specified commit"4408msgstr ""4409"verwendet eine automatisch zusammengesetzte Beschreibung beim \"squash\" des "4410"angegebenen Commits"44114412#: builtin/commit.c:14374413msgid "the commit is authored by me now (used with -C/-c/--amend)"4414msgstr "Setzt Sie als Autor des Commits (verwendet mit -C/-c/--amend)"44154416#: builtin/commit.c:1438 builtin/log.c:1160 builtin/revert.c:1114417msgid "add Signed-off-by:"4418msgstr "fügt 'Signed-off-by:'-Zeile hinzu"44194420#: builtin/commit.c:14394421msgid "use specified template file"4422msgstr "verwendet angegebene Vorlagendatei"44234424#: builtin/commit.c:14404425msgid "force edit of commit"4426msgstr "erzwingt Bearbeitung des Commits"44274428#: builtin/commit.c:14414429msgid "default"4430msgstr "Standard"44314432#: builtin/commit.c:1441 builtin/tag.c:4604433msgid "how to strip spaces and #comments from message"4434msgstr ""4435"wie Leerzeichen und #Kommentare von der Beschreibung getrennt werden sollen"44364437#: builtin/commit.c:14424438msgid "include status in commit message template"4439msgstr "fügt Status in die Commit-Beschreibungsvorlage ein"44404441#: builtin/commit.c:1443 builtin/merge.c:230 builtin/tag.c:4614442msgid "key id"4443msgstr "Schlüssel-ID"44444445#: builtin/commit.c:1444 builtin/merge.c:2314446msgid "GPG sign commit"4447msgstr "signiert Commit mit GPG"44484449#. end commit message options4450#: builtin/commit.c:14474451msgid "Commit contents options"4452msgstr "Optionen für Commit-Inhalt"44534454#: builtin/commit.c:14484455msgid "commit all changed files"4456msgstr "committet alle geänderten Dateien"44574458#: builtin/commit.c:14494459msgid "add specified files to index for commit"4460msgstr "merkt die angegebenen Dateien zusätzlich zum Commit vor"44614462#: builtin/commit.c:14504463msgid "interactively add files"4464msgstr "interaktives Hinzufügen von Dateien"44654466#: builtin/commit.c:14514467msgid "interactively add changes"4468msgstr "interaktives Hinzufügen von Änderungen"44694470#: builtin/commit.c:14524471msgid "commit only specified files"4472msgstr "committet nur die angegebenen Dateien"44734474#: builtin/commit.c:14534475msgid "bypass pre-commit hook"4476msgstr "umgeht \"pre-commit hook\""44774478#: builtin/commit.c:14544479msgid "show what would be committed"4480msgstr "zeigt an, was committet werden würde"44814482#: builtin/commit.c:14654483msgid "amend previous commit"4484msgstr "ändert vorherigen Commit"44854486#: builtin/commit.c:14664487msgid "bypass post-rewrite hook"4488msgstr "umgeht \"post-rewrite hook\""44894490#: builtin/commit.c:14714491msgid "ok to record an empty change"4492msgstr "erlaubt Aufzeichnung einer leeren Änderung"44934494#: builtin/commit.c:14744495msgid "ok to record a change with an empty message"4496msgstr "erlaubt Aufzeichnung einer Änderung mit einer leeren Beschreibung"44974498#: builtin/commit.c:15074499msgid "could not parse HEAD commit"4500msgstr "Konnte Commit von HEAD nicht analysieren."45014502#: builtin/commit.c:1545 builtin/merge.c:5254503#, c-format4504msgid "could not open '%s' for reading"4505msgstr "Konnte '%s' nicht zum Lesen öffnen."45064507#: builtin/commit.c:15524508#, c-format4509msgid "Corrupt MERGE_HEAD file (%s)"4510msgstr "Beschädigte MERGE_HEAD-Datei (%s)"45114512#: builtin/commit.c:15594513msgid "could not read MERGE_MODE"4514msgstr "Konnte MERGE_MODE nicht lesen"45154516#: builtin/commit.c:15784517#, c-format4518msgid "could not read commit message: %s"4519msgstr "Konnte Commit-Beschreibung nicht lesen: %s"45204521#: builtin/commit.c:15924522#, c-format4523msgid "Aborting commit; you did not edit the message.\n"4524msgstr "Commit abgebrochen; Sie haben die Beschreibung nicht editiert.\n"45254526#: builtin/commit.c:15974527#, c-format4528msgid "Aborting commit due to empty commit message.\n"4529msgstr "Commit aufgrund leerer Beschreibung abgebrochen.\n"45304531#: builtin/commit.c:1612 builtin/merge.c:861 builtin/merge.c:8864532msgid "failed to write commit object"4533msgstr "Fehler beim Schreiben des Commit-Objektes."45344535#: builtin/commit.c:16334536msgid "cannot lock HEAD ref"4537msgstr "Kann Referenz von HEAD nicht sperren."45384539#: builtin/commit.c:16374540msgid "cannot update HEAD ref"4541msgstr "Kann Referenz von HEAD nicht aktualisieren."45424543#: builtin/commit.c:16484544msgid ""4545"Repository has been updated, but unable to write\n"4546"new_index file. Check that disk is not full or quota is\n"4547"not exceeded, and then \"git reset HEAD\" to recover."4548msgstr ""4549"Das Repository wurde aktualisiert, aber die \"new_index\"-Datei\n"4550"konnte nicht geschrieben werden. Prüfen Sie, dass Ihre Festplatte nicht\n"4551"voll und Ihr Kontingent nicht aufgebraucht ist und führen Sie\n"4552"anschließend \"git reset HEAD\" zu Wiederherstellung aus."45534554#: builtin/config.c:74555msgid "git config [options]"4556msgstr "git config [Optionen]"45574558#: builtin/config.c:524559msgid "Config file location"4560msgstr "Ort der Konfigurationsdatei"45614562#: builtin/config.c:534563msgid "use global config file"4564msgstr "verwendet globale Konfigurationsdatei"45654566#: builtin/config.c:544567msgid "use system config file"4568msgstr "verwendet systemweite Konfigurationsdatei"45694570#: builtin/config.c:554571msgid "use repository config file"4572msgstr "verwendet Konfigurationsdatei des Repositories"45734574#: builtin/config.c:564575msgid "use given config file"4576msgstr "verwendet die angegebene Konfigurationsdatei"45774578#: builtin/config.c:574579msgid "blob-id"4580msgstr "Blob-Id"45814582#: builtin/config.c:574583msgid "read config from given blob object"4584msgstr "liest Konfiguration von angegebenem Blob-Objekt"45854586#: builtin/config.c:584587msgid "Action"4588msgstr "Aktion"45894590#: builtin/config.c:594591msgid "get value: name [value-regex]"4592msgstr "gibt Wert zurück: Name [Wert-regex]"45934594#: builtin/config.c:604595msgid "get all values: key [value-regex]"4596msgstr "gibt alle Werte zurück: Schlüssel [Wert-regex]"45974598#: builtin/config.c:614599msgid "get values for regexp: name-regex [value-regex]"4600msgstr "gibt Werte für den regulären Ausdruck zurück: Name-regex [Wert-regex]"46014602#: builtin/config.c:624603msgid "replace all matching variables: name value [value_regex]"4604msgstr "ersetzt alle passenden Variablen: Name Wert [Wert-regex] "46054606#: builtin/config.c:634607msgid "add a new variable: name value"4608msgstr "fügt neue Variable hinzu: Name Wert"46094610#: builtin/config.c:644611msgid "remove a variable: name [value-regex]"4612msgstr "entfernt eine Variable: Name [Wert-regex]"46134614#: builtin/config.c:654615msgid "remove all matches: name [value-regex]"4616msgstr "entfernt alle Übereinstimmungen: Name [Wert-regex]"46174618#: builtin/config.c:664619msgid "rename section: old-name new-name"4620msgstr "benennt eine Sektion um: alter-Name neuer-Name"46214622#: builtin/config.c:674623msgid "remove a section: name"4624msgstr "entfernt eine Sektion: Name"46254626#: builtin/config.c:684627msgid "list all"4628msgstr "listet alles auf"46294630#: builtin/config.c:694631msgid "open an editor"4632msgstr "öffnet einen Editor"46334634#: builtin/config.c:70 builtin/config.c:714635msgid "slot"4636msgstr "Slot"46374638#: builtin/config.c:704639msgid "find the color configured: [default]"4640msgstr "findet die konfigurierte Farbe: [Standard]"46414642#: builtin/config.c:714643msgid "find the color setting: [stdout-is-tty]"4644msgstr "findet die Farbeinstellung: [Standard-Ausgabe-ist-Terminal]"46454646#: builtin/config.c:724647msgid "Type"4648msgstr "Typ"46494650#: builtin/config.c:734651msgid "value is \"true\" or \"false\""4652msgstr "Wert ist \"true\" oder \"false\""46534654#: builtin/config.c:744655msgid "value is decimal number"4656msgstr "Wert ist eine Dezimalzahl"46574658#: builtin/config.c:754659msgid "value is --bool or --int"4660msgstr "Wert ist --bool oder --int"46614662#: builtin/config.c:764663msgid "value is a path (file or directory name)"4664msgstr "Wert ist ein Pfad (Datei oder Verzeichnisname)"46654666#: builtin/config.c:774667msgid "Other"4668msgstr "Sonstiges"46694670#: builtin/config.c:784671msgid "terminate values with NUL byte"4672msgstr "schließt Werte mit NUL-Byte ab"46734674#: builtin/config.c:794675msgid "respect include directives on lookup"4676msgstr "beachtet \"include\"-Direktiven beim Nachschlagen"46774678#: builtin/count-objects.c:824679msgid "git count-objects [-v] [-H | --human-readable]"4680msgstr "git count-objects [-v] [-H | --human-readable]"46814682#: builtin/count-objects.c:974683msgid "print sizes in human readable format"4684msgstr "gibt Größenangaben in menschenlesbaren Format aus"46854686#: builtin/describe.c:164687msgid "git describe [options] <commit-ish>*"4688msgstr "git describe [Optionen] <commit-ish>*"46894690#: builtin/describe.c:174691msgid "git describe [options] --dirty"4692msgstr "git describe [Optionen] --dirty"46934694#: builtin/describe.c:2374695#, c-format4696msgid "annotated tag %s not available"4697msgstr "annotiertes Tag %s ist nicht verfügbar"46984699#: builtin/describe.c:2414700#, c-format4701msgid "annotated tag %s has no embedded name"4702msgstr "annotiertes Tag %s hat keinen eingebetteten Namen"47034704#: builtin/describe.c:2434705#, c-format4706msgid "tag '%s' is really '%s' here"4707msgstr "Tag '%s' ist eigentlich '%s' hier"47084709#: builtin/describe.c:2704710#, c-format4711msgid "Not a valid object name %s"4712msgstr "%s ist kein gültiger Objekt-Name"47134714#: builtin/describe.c:2734715#, c-format4716msgid "%s is not a valid '%s' object"4717msgstr "%s ist kein gültiges '%s' Objekt"47184719#: builtin/describe.c:2904720#, c-format4721msgid "no tag exactly matches '%s'"4722msgstr "kein Tag entspricht exakt '%s'"47234724#: builtin/describe.c:2924725#, c-format4726msgid "searching to describe %s\n"4727msgstr "suche zur Beschreibung von %s\n"47284729#: builtin/describe.c:3324730#, c-format4731msgid "finished search at %s\n"4732msgstr "beendete Suche bei %s\n"47334734#: builtin/describe.c:3594735#, c-format4736msgid ""4737"No annotated tags can describe '%s'.\n"4738"However, there were unannotated tags: try --tags."4739msgstr ""4740"Keine annotierten Tags können '%s' beschreiben.\n"4741"Jedoch gab es nicht-annotierte Tags: versuchen Sie --tags."47424743#: builtin/describe.c:3634744#, c-format4745msgid ""4746"No tags can describe '%s'.\n"4747"Try --always, or create some tags."4748msgstr ""4749"Keine Tags können '%s' beschreiben.\n"4750"Versuchen Sie --always oder erstellen Sie einige Tags."47514752#: builtin/describe.c:3844753#, c-format4754msgid "traversed %lu commits\n"4755msgstr "%lu Commits durchlaufen\n"47564757#: builtin/describe.c:3874758#, c-format4759msgid ""4760"more than %i tags found; listed %i most recent\n"4761"gave up search at %s\n"4762msgstr ""4763"mehr als %i Tags gefunden; Führe die ersten %i auf\n"4764"Suche bei %s aufgegeben\n"47654766#: builtin/describe.c:4094767msgid "find the tag that comes after the commit"4768msgstr "findet das Tag, das nach Commit kommt"47694770#: builtin/describe.c:4104771msgid "debug search strategy on stderr"4772msgstr "protokolliert die Suchstrategie in der Standard-Fehlerausgabe"47734774#: builtin/describe.c:4114775msgid "use any ref"4776msgstr "verwendet alle Referenzen"47774778#: builtin/describe.c:4124779msgid "use any tag, even unannotated"4780msgstr "verwendet jedes Tag, auch nicht-annotierte"47814782#: builtin/describe.c:4134783msgid "always use long format"4784msgstr "verwendet immer langes Format"47854786#: builtin/describe.c:4144787msgid "only follow first parent"4788msgstr "folgt nur erstem Elternteil"47894790#: builtin/describe.c:4174791msgid "only output exact matches"4792msgstr "gibt nur exakte Übereinstimmungen aus"47934794#: builtin/describe.c:4194795msgid "consider <n> most recent tags (default: 10)"4796msgstr "betrachtet die jüngsten <n> Tags (Standard: 10)"47974798#: builtin/describe.c:4214799msgid "only consider tags matching <pattern>"4800msgstr "betrachtet nur Tags die <Muster> entsprechen"48014802#: builtin/describe.c:423 builtin/name-rev.c:3224803msgid "show abbreviated commit object as fallback"4804msgstr "zeigt gekürztes Commit-Objekt, wenn sonst nichts zutrifft"48054806#: builtin/describe.c:4244807msgid "mark"4808msgstr "Kennzeichen"48094810#: builtin/describe.c:4254811msgid "append <mark> on dirty working tree (default: \"-dirty\")"4812msgstr ""4813"fügt <Kennzeichen> bei geändertem Arbeitsverzeichnis hinzu (Standard: \"-"4814"dirty\")"48154816#: builtin/describe.c:4434817msgid "--long is incompatible with --abbrev=0"4818msgstr "Die Optionen --long und --abbrev=0 sind inkompatibel."48194820#: builtin/describe.c:4694821msgid "No names found, cannot describe anything."4822msgstr "Keine Namen gefunden, kann nichts beschreiben."48234824#: builtin/describe.c:4894825msgid "--dirty is incompatible with commit-ishes"4826msgstr "Die Option --dirty kann nicht mit Commits verwendet werden."48274828#: builtin/diff.c:794829#, c-format4830msgid "'%s': not a regular file or symlink"4831msgstr "'%s': keine reguläre Datei oder symbolischer Verweis"48324833#: builtin/diff.c:2304834#, c-format4835msgid "invalid option: %s"4836msgstr "Ungültige Option: %s"48374838#: builtin/diff.c:3074839msgid "Not a git repository"4840msgstr "Kein Git-Repository"48414842#: builtin/diff.c:3504843#, c-format4844msgid "invalid object '%s' given."4845msgstr "Objekt '%s' ist ungültig."48464847#: builtin/diff.c:3594848#, c-format4849msgid "more than two blobs given: '%s'"4850msgstr "Mehr als zwei Blobs angegeben: '%s'"48514852#: builtin/diff.c:3664853#, c-format4854msgid "unhandled object '%s' given."4855msgstr "unbehandeltes Objekt '%s' angegeben"48564857#: builtin/fast-export.c:224858msgid "git fast-export [rev-list-opts]"4859msgstr "git fast-export [rev-list-opts]"48604861#: builtin/fast-export.c:6664862msgid "show progress after <n> objects"4863msgstr "zeigt Fortschritt nach <n> Objekten an"48644865#: builtin/fast-export.c:6684866msgid "select handling of signed tags"4867msgstr "wählt Behandlung von signierten Tags"48684869#: builtin/fast-export.c:6714870msgid "select handling of tags that tag filtered objects"4871msgstr "wählt Behandlung von Tags, die gefilterte Objekte markieren"48724873#: builtin/fast-export.c:6744874msgid "Dump marks to this file"4875msgstr "Schreibt Kennzeichen in diese Datei"48764877#: builtin/fast-export.c:6764878msgid "Import marks from this file"4879msgstr "Importiert Kennzeichen von dieser Datei"48804881#: builtin/fast-export.c:6784882msgid "Fake a tagger when tags lack one"4883msgstr "erzeugt künstlich einen Tag-Ersteller, wenn das Tag keinen hat"48844885#: builtin/fast-export.c:6804886msgid "Output full tree for each commit"4887msgstr "gibt für jeden Commit das gesamte Verzeichnis aus"48884889#: builtin/fast-export.c:6824890msgid "Use the done feature to terminate the stream"4891msgstr "Benutzt die \"done\"-Funktion um den Strom abzuschließen"48924893#: builtin/fast-export.c:6834894msgid "Skip output of blob data"4895msgstr "Überspringt Ausgabe von Blob-Daten"48964897#: builtin/fetch.c:204898msgid "git fetch [<options>] [<repository> [<refspec>...]]"4899msgstr "git fetch [<Optionen>] [<Repository> [<Refspec>...]]"49004901#: builtin/fetch.c:214902msgid "git fetch [<options>] <group>"4903msgstr "git fetch [<Optionen>] <Gruppe>"49044905#: builtin/fetch.c:224906msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4907msgstr "git fetch --multiple [<Optionen>] [(<Repository> | <Gruppe>)...]"49084909#: builtin/fetch.c:234910msgid "git fetch --all [<options>]"4911msgstr "git fetch --all [<Optionen>]"49124913#: builtin/fetch.c:604914msgid "fetch from all remotes"4915msgstr "fordert von allen Remote-Repositories an"49164917#: builtin/fetch.c:624918msgid "append to .git/FETCH_HEAD instead of overwriting"4919msgstr "hängt an .git/FETCH_HEAD an, anstatt zu überschreiben"49204921#: builtin/fetch.c:644922msgid "path to upload pack on remote end"4923msgstr "Pfad des Programms zum Hochladen von Paketen auf der Gegenseite"49244925#: builtin/fetch.c:654926msgid "force overwrite of local branch"4927msgstr "erzwingt das Überschreiben von lokalen Branches"49284929#: builtin/fetch.c:674930msgid "fetch from multiple remotes"4931msgstr "fordert von mehreren Remote-Repositories an"49324933#: builtin/fetch.c:694934msgid "fetch all tags and associated objects"4935msgstr "fordert alle Tags und verbundene Objekte an"49364937#: builtin/fetch.c:714938msgid "do not fetch all tags (--no-tags)"4939msgstr "fordert nicht alle Tags an (--no-tags)"49404941#: builtin/fetch.c:734942msgid "prune remote-tracking branches no longer on remote"4943msgstr ""4944"entfernt Remote-Tracking-Branches, die sich nicht mehr im Remote-Repository "4945"befinden"49464947#: builtin/fetch.c:744948msgid "on-demand"4949msgstr "bei-Bedarf"49504951#: builtin/fetch.c:754952msgid "control recursive fetching of submodules"4953msgstr "kontrolliert rekursive Anforderungen von Submodulen"49544955#: builtin/fetch.c:794956msgid "keep downloaded pack"4957msgstr "behält heruntergeladenes Paket"49584959#: builtin/fetch.c:814960msgid "allow updating of HEAD ref"4961msgstr "erlaubt Aktualisierung der \"HEAD\"-Referenz"49624963#: builtin/fetch.c:844964msgid "deepen history of shallow clone"4965msgstr "vertieft die Historie eines flachen Klons"49664967#: builtin/fetch.c:864968msgid "convert to a complete repository"4969msgstr "konvertiert zu einem vollständigen Repository"49704971#: builtin/fetch.c:88 builtin/log.c:11774972msgid "dir"4973msgstr "Verzeichnis"49744975#: builtin/fetch.c:894976msgid "prepend this to submodule path output"4977msgstr "stellt dies an die Ausgabe der Submodul-Pfade voran"49784979#: builtin/fetch.c:924980msgid "default mode for recursion"4981msgstr "Standard-Modus für Rekursion"49824983#: builtin/fetch.c:2204984msgid "Couldn't find remote ref HEAD"4985msgstr "Konnte Remote-Referenz von HEAD nicht finden."49864987#: builtin/fetch.c:2734988#, c-format4989msgid "object %s not found"4990msgstr "Objekt %s nicht gefunden"49914992#: builtin/fetch.c:2784993msgid "[up to date]"4994msgstr "[aktuell]"49954996#: builtin/fetch.c:2924997#, c-format4998msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4999msgstr ""5000"! %-*s %-*s -> %s (kann \"fetch\" im aktuellen Branch nicht ausführen)"50015002#: builtin/fetch.c:293 builtin/fetch.c:3795003msgid "[rejected]"5004msgstr "[zurückgewiesen]"50055006#: builtin/fetch.c:3045007msgid "[tag update]"5008msgstr "[Tag Aktualisierung]"50095010#: builtin/fetch.c:306 builtin/fetch.c:341 builtin/fetch.c:3595011msgid " (unable to update local ref)"5012msgstr " (kann lokale Referenz nicht aktualisieren)"50135014#: builtin/fetch.c:3245015msgid "[new tag]"5016msgstr "[neues Tag]"50175018#: builtin/fetch.c:3275019msgid "[new branch]"5020msgstr "[neuer Branch]"50215022#: builtin/fetch.c:3305023msgid "[new ref]"5024msgstr "[neue Referenz]"50255026#: builtin/fetch.c:3755027msgid "unable to update local ref"5028msgstr "kann lokale Referenz nicht aktualisieren"50295030#: builtin/fetch.c:3755031msgid "forced update"5032msgstr "Aktualisierung erzwungen"50335034#: builtin/fetch.c:3815035msgid "(non-fast-forward)"5036msgstr "(kein Vorspulen)"50375038#: builtin/fetch.c:412 builtin/fetch.c:7185039#, c-format5040msgid "cannot open %s: %s\n"5041msgstr "kann %s nicht öffnen: %s\n"50425043#: builtin/fetch.c:4215044#, c-format5045msgid "%s did not send all necessary objects\n"5046msgstr "%s hat nicht alle erforderlichen Objekte gesendet\n"50475048#: builtin/fetch.c:5205049#, c-format5050msgid "From %.*s\n"5051msgstr "Von %.*s\n"50525053#: builtin/fetch.c:5315054#, c-format5055msgid ""5056"some local refs could not be updated; try running\n"5057" 'git remote prune %s' to remove any old, conflicting branches"5058msgstr ""5059"Einige lokale Referenzen konnten nicht aktualisiert werden; versuchen Sie\n"5060"'git remote prune %s' um jeden älteren, widersprüchlichen Branch zu löschen."50615062#: builtin/fetch.c:5815063#, c-format5064msgid " (%s will become dangling)"5065msgstr " (%s wird unreferenziert)"50665067#: builtin/fetch.c:5825068#, c-format5069msgid " (%s has become dangling)"5070msgstr " (%s wurde unreferenziert)"50715072#: builtin/fetch.c:5895073msgid "[deleted]"5074msgstr "[gelöscht]"50755076#: builtin/fetch.c:590 builtin/remote.c:10555077msgid "(none)"5078msgstr "(nichts)"50795080#: builtin/fetch.c:7085081#, c-format5082msgid "Refusing to fetch into current branch %s of non-bare repository"5083msgstr ""5084"Der \"fetch\" in den aktuellen Branch %s von einem nicht-Bare-Repository "5085"wurde verweigert."50865087#: builtin/fetch.c:7425088#, c-format5089msgid "Don't know how to fetch from %s"5090msgstr "Weiß nicht wie von %s angefordert wird."50915092#: builtin/fetch.c:8235093#, c-format5094msgid "Option \"%s\" value \"%s\" is not valid for %s"5095msgstr "Option \"%s\" Wert \"%s\" ist nicht gültig für %s"50965097#: builtin/fetch.c:8265098#, c-format5099msgid "Option \"%s\" is ignored for %s\n"5100msgstr "Option \"%s\" wird ignoriert für %s\n"51015102#: builtin/fetch.c:9285103#, c-format5104msgid "Fetching %s\n"5105msgstr "Fordere an von %s\n"51065107#: builtin/fetch.c:930 builtin/remote.c:1005108#, c-format5109msgid "Could not fetch %s"5110msgstr "Konnte nicht von %s anfordern"51115112#: builtin/fetch.c:9495113msgid ""5114"No remote repository specified. Please, specify either a URL or a\n"5115"remote name from which new revisions should be fetched."5116msgstr ""5117"Kein Remote-Repository angegeben. Bitte geben Sie entweder eine URL\n"5118"oder den Namen des Remote-Repositories an, von welchem neue\n"5119"Commits angefordert werden sollen."51205121#: builtin/fetch.c:9695122msgid "You need to specify a tag name."5123msgstr "Sie müssen den Namen des Tags angeben."51245125#: builtin/fetch.c:10155126msgid "--depth and --unshallow cannot be used together"5127msgstr ""5128"Die Optionen --depth und --unshallow können nicht gemeinsam verwendet werden."51295130#: builtin/fetch.c:10175131msgid "--unshallow on a complete repository does not make sense"5132msgstr ""5133"Die Option --unshallow kann nicht in einem vollständigen Repository "5134"verwendet werden."51355136#: builtin/fetch.c:10365137msgid "fetch --all does not take a repository argument"5138msgstr "fetch --all akzeptiert kein Repository als Argument"51395140#: builtin/fetch.c:10385141msgid "fetch --all does not make sense with refspecs"5142msgstr "fetch --all kann nicht mit Refspecs verwendet werden."51435144#: builtin/fetch.c:10495145#, c-format5146msgid "No such remote or remote group: %s"5147msgstr "Kein Remote-Repository (einzeln oder Gruppe): %s"51485149#: builtin/fetch.c:10575150msgid "Fetching a group and specifying refspecs does not make sense"5151msgstr ""5152"Das Abholen einer Gruppe von Remote-Repositories kann nicht mit der Angabe\n"5153"von Refspecs verwendet werden."51545155#: builtin/fmt-merge-msg.c:135156msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"5157msgstr ""5158"git fmt-merge-msg [-m <Beschreibung>] [--log[=<n>]|--no-log] [--file <Datei>]"51595160#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:7005161#: builtin/merge.c:203 builtin/show-branch.c:655 builtin/show-ref.c:1795162#: builtin/tag.c:446 parse-options.h:133 parse-options.h:2435163msgid "n"5164msgstr "Anzahl"51655166#: builtin/fmt-merge-msg.c:6645167msgid "populate log with at most <n> entries from shortlog"5168msgstr "fügt Historie mit höchstens <n> Einträgen von \"shortlog\" hinzu"51695170#: builtin/fmt-merge-msg.c:6675171msgid "alias for --log (deprecated)"5172msgstr "Alias für --log (veraltet)"51735174#: builtin/fmt-merge-msg.c:6705175msgid "text"5176msgstr "Text"51775178#: builtin/fmt-merge-msg.c:6715179msgid "use <text> as start of message"5180msgstr "verwendet <Text> als Beschreibungsanfang"51815182#: builtin/fmt-merge-msg.c:6725183msgid "file to read from"5184msgstr "Datei zum Einlesen"51855186#: builtin/for-each-ref.c:9795187msgid "git for-each-ref [options] [<pattern>]"5188msgstr "git for-each-ref [Optionen] [<Muster>]"51895190#: builtin/for-each-ref.c:9945191msgid "quote placeholders suitably for shells"5192msgstr "formatiert Platzhalter als Shell-String"51935194#: builtin/for-each-ref.c:9965195msgid "quote placeholders suitably for perl"5196msgstr "formatiert Platzhalter als Perl-String"51975198#: builtin/for-each-ref.c:9985199msgid "quote placeholders suitably for python"5200msgstr "formatiert Platzhalter als Python-String"52015202#: builtin/for-each-ref.c:10005203msgid "quote placeholders suitably for tcl"5204msgstr "formatiert Platzhalter als TCL-String"52055206#: builtin/for-each-ref.c:10035207msgid "show only <n> matched refs"5208msgstr "zeigt nur <n> passende Referenzen"52095210#: builtin/for-each-ref.c:10045211msgid "format"5212msgstr "Format"52135214#: builtin/for-each-ref.c:10045215msgid "format to use for the output"5216msgstr "für die Ausgabe zu verwendendes Format"52175218#: builtin/for-each-ref.c:10055219msgid "key"5220msgstr "Schüssel"52215222#: builtin/for-each-ref.c:10065223msgid "field name to sort on"5224msgstr "sortiere nach diesem Feld"52255226#: builtin/fsck.c:6085227msgid "git fsck [options] [<object>...]"5228msgstr "git fsck [Optionen] [<Objekt>...]"52295230#: builtin/fsck.c:6145231msgid "show unreachable objects"5232msgstr "zeigt unerreichbare Objekte"52335234#: builtin/fsck.c:6155235msgid "show dangling objects"5236msgstr "zeigt unreferenzierte Objekte"52375238#: builtin/fsck.c:6165239msgid "report tags"5240msgstr "meldet Tags"52415242#: builtin/fsck.c:6175243msgid "report root nodes"5244msgstr "meldet Hauptwurzeln"52455246#: builtin/fsck.c:6185247msgid "make index objects head nodes"5248msgstr "prüft Objekte in der Staging-Area"52495250#: builtin/fsck.c:6195251msgid "make reflogs head nodes (default)"5252msgstr "prüft die Reflogs (Standard)"52535254#: builtin/fsck.c:6205255msgid "also consider packs and alternate objects"5256msgstr ""52575258#: builtin/fsck.c:6215259msgid "enable more strict checking"5260msgstr "aktiviert genauere Prüfung"52615262#: builtin/fsck.c:6235263msgid "write dangling objects in .git/lost-found"5264msgstr "schreibt unreferenzierte Objekte nach .git/lost-found"52655266#: builtin/fsck.c:624 builtin/prune.c:1345267msgid "show progress"5268msgstr "zeigt Fortschrittsanzeige"52695270#: builtin/gc.c:225271msgid "git gc [options]"5272msgstr "git gc [Optionen]"52735274#: builtin/gc.c:635275#, c-format5276msgid "Invalid %s: '%s'"5277msgstr "Ungültiger %s: '%s'"52785279#: builtin/gc.c:905280#, c-format5281msgid "insanely long object directory %.*s"5282msgstr "zu langes Objekt-Verzeichnis %.*s"52835284#: builtin/gc.c:1795285msgid "prune unreferenced objects"5286msgstr "entfernt unreferenzierte Objekte"52875288#: builtin/gc.c:1815289msgid "be more thorough (increased runtime)"5290msgstr "mehr Gründlichkeit (erhöht Laufzeit)"52915292#: builtin/gc.c:1825293msgid "enable auto-gc mode"5294msgstr "aktiviert \"auto-gc\" Modus"52955296#: builtin/gc.c:2225297#, c-format5298msgid ""5299"Auto packing the repository for optimum performance. You may also\n"5300"run \"git gc\" manually. See \"git help gc\" for more information.\n"5301msgstr ""5302"Die Datenbank des Repositories wird für eine optimale Performance\n"5303"komprimiert. Sie können auch \"git gc\" manuell ausführen.\n"5304"Siehe \"git help gc\" für weitere Informationen.\n"53055306#: builtin/gc.c:2495307msgid ""5308"There are too many unreachable loose objects; run 'git prune' to remove them."5309msgstr ""5310"Es gibt zu viele unerreichbare lose Objekte; führen Sie 'git prune' aus, um "5311"diese zu löschen."53125313#: builtin/grep.c:225314msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"5315msgstr "git grep [Optionen] [-e] <Muster> [<Commit>...] [[--] <Pfad>...]"53165317#: builtin/grep.c:2175318#, c-format5319msgid "grep: failed to create thread: %s"5320msgstr "grep: Fehler beim Erzeugen eines Thread: %s"53215322#: builtin/grep.c:3645323#, c-format5324msgid "Failed to chdir: %s"5325msgstr "Fehler beim Verzeichniswechsel: %s"53265327#: builtin/grep.c:442 builtin/grep.c:4775328#, c-format5329msgid "unable to read tree (%s)"5330msgstr "konnte \"Tree\"-Objekt (%s) nicht lesen"53315332#: builtin/grep.c:4925333#, c-format5334msgid "unable to grep from object of type %s"5335msgstr "kann \"grep\" nicht mit Objekten des Typs %s durchführen"53365337#: builtin/grep.c:5505338#, c-format5339msgid "switch `%c' expects a numerical value"5340msgstr "Schalter '%c' erwartet einen numerischen Wert"53415342#: builtin/grep.c:5675343#, c-format5344msgid "cannot open '%s'"5345msgstr "kann '%s' nicht öffnen"53465347#: builtin/grep.c:6425348msgid "search in index instead of in the work tree"5349msgstr "sucht in der Staging-Area anstatt im Arbeitsverzeichnis"53505351#: builtin/grep.c:6445352msgid "find in contents not managed by git"5353msgstr "findet auch in Inhalten, die nicht von Git verwaltet werden"53545355#: builtin/grep.c:6465356msgid "search in both tracked and untracked files"5357msgstr "sucht in beobachteten und unbeobachteten Dateien"53585359#: builtin/grep.c:6485360msgid "search also in ignored files"5361msgstr "sucht auch in ignorierten Dateien"53625363#: builtin/grep.c:6515364msgid "show non-matching lines"5365msgstr "zeigt Zeilen ohne Übereinstimmungen"53665367#: builtin/grep.c:6535368msgid "case insensitive matching"5369msgstr "findet Übereinstimmungen unabhängig von Groß- und Kleinschreibung"53705371#: builtin/grep.c:6555372msgid "match patterns only at word boundaries"5373msgstr "sucht nur ganze Wörter"53745375#: builtin/grep.c:6575376msgid "process binary files as text"5377msgstr "verarbeitet binäre Dateien als Text"53785379#: builtin/grep.c:6595380msgid "don't match patterns in binary files"5381msgstr "findet keine Muster in Binärdateien"53825383#: builtin/grep.c:6625384msgid "descend at most <depth> levels"5385msgstr "durchläuft höchstens <Tiefe> Ebenen"53865387#: builtin/grep.c:6665388msgid "use extended POSIX regular expressions"5389msgstr "verwendet erweiterte reguläre Ausdrücke aus POSIX"53905391#: builtin/grep.c:6695392msgid "use basic POSIX regular expressions (default)"5393msgstr "verwendet grundlegende reguläre Ausdrücke aus POSIX (Standard)"53945395#: builtin/grep.c:6725396msgid "interpret patterns as fixed strings"5397msgstr "interpretiert Muster als feste Zeichenketten"53985399#: builtin/grep.c:6755400msgid "use Perl-compatible regular expressions"5401msgstr "verwendet Perl-kompatible reguläre Ausdrücke"54025403#: builtin/grep.c:6785404msgid "show line numbers"5405msgstr "zeigt Zeilennummern"54065407#: builtin/grep.c:6795408msgid "don't show filenames"5409msgstr "zeigt keine Dateinamen"54105411#: builtin/grep.c:6805412msgid "show filenames"5413msgstr "zeigt Dateinamen"54145415#: builtin/grep.c:6825416msgid "show filenames relative to top directory"5417msgstr "zeigt Dateinamen relativ zum Projektverzeichnis"54185419#: builtin/grep.c:6845420msgid "show only filenames instead of matching lines"5421msgstr "zeigt nur Dateinamen anstatt übereinstimmende Zeilen"54225423#: builtin/grep.c:6865424msgid "synonym for --files-with-matches"5425msgstr "Synonym für --files-with-matches"54265427#: builtin/grep.c:6895428msgid "show only the names of files without match"5429msgstr "zeigt nur die Dateinamen ohne Übereinstimmungen"54305431#: builtin/grep.c:6915432msgid "print NUL after filenames"5433msgstr "gibt NUL-Zeichen nach Dateinamen aus"54345435#: builtin/grep.c:6935436msgid "show the number of matches instead of matching lines"5437msgstr "zeigt, anstatt der Zeilen, die Anzahl der übereinstimmenden Zeilen"54385439#: builtin/grep.c:6945440msgid "highlight matches"5441msgstr "hebt Übereinstimmungen hervor"54425443#: builtin/grep.c:6965444msgid "print empty line between matches from different files"5445msgstr ""5446"gibt eine Leerzeile zwischen Übereinstimmungen in verschiedenen Dateien aus"54475448#: builtin/grep.c:6985449msgid "show filename only once above matches from same file"5450msgstr ""5451"zeigt den Dateinamen nur einmal oberhalb der Übereinstimmungen aus dieser "5452"Datei an"54535454#: builtin/grep.c:7015455msgid "show <n> context lines before and after matches"5456msgstr "zeigt <n> Zeilen vor und nach den Übereinstimmungen an"54575458#: builtin/grep.c:7045459msgid "show <n> context lines before matches"5460msgstr "zeigt <n> Zeilen vor den Übereinstimmungen an"54615462#: builtin/grep.c:7065463msgid "show <n> context lines after matches"5464msgstr "zeigt <n> Zeilen nach den Übereinstimmungen an"54655466#: builtin/grep.c:7075467msgid "shortcut for -C NUM"5468msgstr "Kurzform für -C NUM"54695470#: builtin/grep.c:7105471msgid "show a line with the function name before matches"5472msgstr "zeigt eine Zeile mit dem Funktionsnamen vor Übereinstimmungen an"54735474#: builtin/grep.c:7125475msgid "show the surrounding function"5476msgstr "zeigt die umgebende Funktion an"54775478#: builtin/grep.c:7155479msgid "read patterns from file"5480msgstr "liest Muster von einer Datei"54815482#: builtin/grep.c:7175483msgid "match <pattern>"5484msgstr "findet <Muster>"54855486#: builtin/grep.c:7195487msgid "combine patterns specified with -e"5488msgstr "kombiniert Muster, die mit -e angegeben wurden"54895490#: builtin/grep.c:7315491msgid "indicate hit with exit status without output"5492msgstr "zeigt Übereinstimmungen nur durch Beendigungsstatus an"54935494#: builtin/grep.c:7335495msgid "show only matches from files that match all patterns"5496msgstr "zeigt nur Übereinstimmungen von Dateien, die allen Mustern entsprechen"54975498#: builtin/grep.c:7355499msgid "show parse tree for grep expression"5500msgstr "zeigt geparstes Verzeichnis für \"grep\"-Ausdruck"55015502#: builtin/grep.c:7395503msgid "pager"5504msgstr "Anzeigeprogramm"55055506#: builtin/grep.c:7395507msgid "show matching files in the pager"5508msgstr "zeigt Dateien mit Übereinstimmungen im Anzeigeprogramm"55095510#: builtin/grep.c:7425511msgid "allow calling of grep(1) (ignored by this build)"5512msgstr "erlaubt den Aufruf von grep(1) (von dieser Programmversion ignoriert)"55135514#: builtin/grep.c:743 builtin/show-ref.c:1885515msgid "show usage"5516msgstr "zeigt Verwendung"55175518#: builtin/grep.c:8105519msgid "no pattern given."5520msgstr "keine Muster angegeben"55215522#: builtin/grep.c:8655523msgid "--open-files-in-pager only works on the worktree"5524msgstr ""5525"Die Option --open-files-in-pager kann nur innerhalb des "5526"Arbeitsverzeichnisses verwendet werden."55275528#: builtin/grep.c:8885529msgid "--cached or --untracked cannot be used with --no-index."5530msgstr ""5531"Die Optionen --cached und --untracked können nicht mit --no-index verwendet "5532"werden."55335534#: builtin/grep.c:8935535msgid "--no-index or --untracked cannot be used with revs."5536msgstr ""5537"Die Optionen --no-index und --untracked können nicht mit Commits verwendet "5538"werden."55395540#: builtin/grep.c:8965541msgid "--[no-]exclude-standard cannot be used for tracked contents."5542msgstr ""5543"Die Option --[no-]exclude-standard kann nicht mit beobachteten Inhalten "5544"verwendet werden."55455546#: builtin/grep.c:9045547msgid "both --cached and trees are given."5548msgstr "Die Option --cached kann nicht mit \"Tree\"-Objekten verwendet werden."55495550#: builtin/hash-object.c:605551msgid ""5552"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5553"<file>..."5554msgstr ""5555"git hash-object [-t <Art>] [-w] [--path=<Datei>|--no-filters] [--stdin] [--] "5556"<Datei>..."55575558#: builtin/hash-object.c:615559msgid "git hash-object --stdin-paths < <list-of-paths>"5560msgstr "git hash-object --stdin-paths < <Liste-von-Pfaden>"55615562#: builtin/hash-object.c:725563msgid "type"5564msgstr "Art"55655566#: builtin/hash-object.c:725567msgid "object type"5568msgstr "Art des Objektes"55695570#: builtin/hash-object.c:735571msgid "write the object into the object database"5572msgstr "schreibt das Objekt in die Objektdatenbank"55735574#: builtin/hash-object.c:745575msgid "read the object from stdin"5576msgstr "liest das Objekt von der Standard-Eingabe"55775578#: builtin/hash-object.c:765579msgid "store file as is without filters"5580msgstr "speichert Datei wie sie ist, ohne Filter"55815582#: builtin/hash-object.c:775583msgid "process file as it were from this path"5584msgstr "verarbeitet Datei, als ob sie von diesem Pfad wäre"55855586#: builtin/help.c:415587msgid "print all available commands"5588msgstr "Anzeige aller vorhandenen Kommandos"55895590#: builtin/help.c:425591msgid "print list of useful guides"5592msgstr "zeigt Liste von allgemein verwendeten Anleitungen"55935594#: builtin/help.c:435595msgid "show man page"5596msgstr "zeigt Handbuch"55975598#: builtin/help.c:445599msgid "show manual in web browser"5600msgstr "zeigt Handbuch in einem Webbrowser"56015602#: builtin/help.c:465603msgid "show info page"5604msgstr "zeigt Info-Seite"56055606#: builtin/help.c:525607msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5608msgstr "git help [--all] [--guides] [--man|--web|--info] [Kommando]"56095610#: builtin/help.c:645611#, c-format5612msgid "unrecognized help format '%s'"5613msgstr "nicht erkanntes Hilfeformat: %s"56145615#: builtin/help.c:925616msgid "Failed to start emacsclient."5617msgstr "Konnte emacsclient nicht starten."56185619#: builtin/help.c:1055620msgid "Failed to parse emacsclient version."5621msgstr "Konnte Version des emacsclient nicht parsen."56225623#: builtin/help.c:1135624#, c-format5625msgid "emacsclient version '%d' too old (< 22)."5626msgstr "Version des emacsclient '%d' ist zu alt (< 22)."56275628#: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:1765629#, c-format5630msgid "failed to exec '%s': %s"5631msgstr "Fehler beim Ausführen von '%s': %s"56325633#: builtin/help.c:2165634#, c-format5635msgid ""5636"'%s': path for unsupported man viewer.\n"5637"Please consider using 'man.<tool>.cmd' instead."5638msgstr ""5639"'%s': Pfad für nicht unterstützten Handbuchbetrachter.\n"5640"Sie könnten stattdessen 'man.<Werkzeug>.cmd' benutzen."56415642#: builtin/help.c:2285643#, c-format5644msgid ""5645"'%s': cmd for supported man viewer.\n"5646"Please consider using 'man.<tool>.path' instead."5647msgstr ""5648"'%s': Kommando für unterstützten Handbuchbetrachter.\n"5649"Sie könnten stattdessen 'man.<Werkzeug>.path' benutzen."56505651#: builtin/help.c:3495652#, c-format5653msgid "'%s': unknown man viewer."5654msgstr "'%s': unbekannter Handbuch-Betrachter."56555656#: builtin/help.c:3665657msgid "no man viewer handled the request"5658msgstr "kein Handbuch-Betrachter konnte mit dieser Anfrage umgehen"56595660#: builtin/help.c:3745661msgid "no info viewer handled the request"5662msgstr "kein Informations-Betrachter konnte mit dieser Anfrage umgehen"56635664#: builtin/help.c:4205665msgid "Defining attributes per path"5666msgstr "Definition von Attributen pro Pfad"56675668#: builtin/help.c:4215669msgid "A Git glossary"5670msgstr "Ein Git-Glossar"56715672#: builtin/help.c:4225673msgid "Specifies intentionally untracked files to ignore"5674msgstr "Spezifikation von bewusst ignorierten, unbeobachteten Dateien"56755676#: builtin/help.c:4235677msgid "Defining submodule properties"5678msgstr "Definition von Submodul-Eigenschaften"56795680#: builtin/help.c:4245681msgid "Specifying revisions and ranges for Git"5682msgstr "Spezifikation von Commits und Bereichen für Git"56835684#: builtin/help.c:4255685msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5686msgstr "Eine einführende Anleitung zu Git (für Version 1.5.1 oder neuer)"56875688#: builtin/help.c:4265689msgid "An overview of recommended workflows with Git"5690msgstr "Eine Übersicht über empfohlene Arbeitsabläufe mit Git"56915692#: builtin/help.c:4385693msgid "The common Git guides are:\n"5694msgstr "Die allgemein verwendeten Git-Anleitungen sind:\n"56955696#: builtin/help.c:460 builtin/help.c:4765697#, c-format5698msgid "usage: %s%s"5699msgstr "Verwendung: %s%s"57005701#: builtin/help.c:4925702#, c-format5703msgid "`git %s' is aliased to `%s'"5704msgstr "für `git %s' wurde der Alias `%s' angelegt"57055706#: builtin/index-pack.c:1845707#, c-format5708msgid "object type mismatch at %s"5709msgstr "Objekt-Typen passen bei %s nicht zusammen"57105711#: builtin/index-pack.c:2045712msgid "object of unexpected type"5713msgstr "Objekt hat unerwarteten Typ"57145715#: builtin/index-pack.c:2445716#, c-format5717msgid "cannot fill %d byte"5718msgid_plural "cannot fill %d bytes"5719msgstr[0] "kann %d Byte nicht lesen"5720msgstr[1] "kann %d Bytes nicht lesen"57215722#: builtin/index-pack.c:2545723msgid "early EOF"5724msgstr "zu frühes Dateiende"57255726#: builtin/index-pack.c:2555727msgid "read error on input"5728msgstr "Fehler beim Lesen der Eingabe"57295730#: builtin/index-pack.c:2675731msgid "used more bytes than were available"5732msgstr "verwendete mehr Bytes als verfügbar waren"57335734#: builtin/index-pack.c:2745735msgid "pack too large for current definition of off_t"5736msgstr "Paket ist zu groß für die aktuelle Definition von off_t"57375738#: builtin/index-pack.c:2905739#, c-format5740msgid "unable to create '%s'"5741msgstr "konnte '%s' nicht erstellen"57425743#: builtin/index-pack.c:2955744#, c-format5745msgid "cannot open packfile '%s'"5746msgstr "Kann Paketdatei '%s' nicht öffnen"57475748#: builtin/index-pack.c:3095749msgid "pack signature mismatch"5750msgstr "Paketsignatur stimmt nicht überein"57515752#: builtin/index-pack.c:3115753#, c-format5754msgid "pack version %<PRIu32> unsupported"5755msgstr "Paketversion %<PRIu32> nicht unterstützt"57565757#: builtin/index-pack.c:3295758#, c-format5759msgid "pack has bad object at offset %lu: %s"5760msgstr "Paket hat ein ungültiges Objekt bei Versatz %lu: %s"57615762#: builtin/index-pack.c:4515763#, c-format5764msgid "inflate returned %d"5765msgstr "Dekomprimierung gab %d zurück"57665767#: builtin/index-pack.c:5005768msgid "offset value overflow for delta base object"5769msgstr "Wert für Versatz bei Differenzobjekt übergelaufen"57705771#: builtin/index-pack.c:5085772msgid "delta base offset is out of bound"5773msgstr ""5774"Wert für Versatz bei Differenzobjekt liegt außerhalb des gültigen Bereichs"57755776#: builtin/index-pack.c:5165777#, c-format5778msgid "unknown object type %d"5779msgstr "Unbekannter Objekt-Typ %d"57805781#: builtin/index-pack.c:5475782msgid "cannot pread pack file"5783msgstr "Kann Paketdatei %s nicht lesen"57845785#: builtin/index-pack.c:5495786#, c-format5787msgid "premature end of pack file, %lu byte missing"5788msgid_plural "premature end of pack file, %lu bytes missing"5789msgstr[0] "frühzeitiges Ende der Paketdatei, vermisse %lu Byte"5790msgstr[1] "frühzeitiges Ende der Paketdatei, vermisse %lu Bytes"57915792#: builtin/index-pack.c:5755793msgid "serious inflate inconsistency"5794msgstr "ernsthafte Inkonsistenz nach Dekomprimierung"57955796#: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:6955797#: builtin/index-pack.c:729 builtin/index-pack.c:7385798#, c-format5799msgid "SHA1 COLLISION FOUND WITH %s !"5800msgstr "SHA1 KOLLISION MIT %s GEFUNDEN !"58015802#: builtin/index-pack.c:669 builtin/pack-objects.c:1705803#: builtin/pack-objects.c:2625804#, c-format5805msgid "unable to read %s"5806msgstr "kann %s nicht lesen"58075808#: builtin/index-pack.c:7355809#, c-format5810msgid "cannot read existing object %s"5811msgstr "Kann existierendes Objekt %s nicht lesen."58125813#: builtin/index-pack.c:7495814#, c-format5815msgid "invalid blob object %s"5816msgstr "ungültiges Blob-Objekt %s"58175818#: builtin/index-pack.c:7635819#, c-format5820msgid "invalid %s"5821msgstr "Ungültiger Objekt-Typ %s"58225823#: builtin/index-pack.c:7665824msgid "Error in object"5825msgstr "Fehler in Objekt"58265827#: builtin/index-pack.c:7685828#, c-format5829msgid "Not all child objects of %s are reachable"5830msgstr "Nicht alle Kind-Objekte von %s sind erreichbar"58315832#: builtin/index-pack.c:838 builtin/index-pack.c:8685833msgid "failed to apply delta"5834msgstr "Konnte Dateiunterschied nicht anwenden"58355836#: builtin/index-pack.c:10095837msgid "Receiving objects"5838msgstr "Empfange Objekte"58395840#: builtin/index-pack.c:10095841msgid "Indexing objects"5842msgstr "Indiziere Objekte"58435844#: builtin/index-pack.c:10355845msgid "pack is corrupted (SHA1 mismatch)"5846msgstr "Paket ist beschädigt (SHA1 unterschiedlich)"58475848#: builtin/index-pack.c:10405849msgid "cannot fstat packfile"5850msgstr "kann Paketdatei nicht lesen"58515852#: builtin/index-pack.c:10435853msgid "pack has junk at the end"5854msgstr "Paketende enthält nicht verwendbaren Inhalt"58555856#: builtin/index-pack.c:10545857msgid "confusion beyond insanity in parse_pack_objects()"5858msgstr "Fehler beim Ausführen von \"parse_pack_objects()\""58595860#: builtin/index-pack.c:10775861msgid "Resolving deltas"5862msgstr "Löse Unterschiede auf"58635864#: builtin/index-pack.c:10875865#, c-format5866msgid "unable to create thread: %s"5867msgstr "kann Thread nicht erzeugen: %s"58685869#: builtin/index-pack.c:11295870msgid "confusion beyond insanity"5871msgstr "Fehler beim Auflösen der Unterschiede"58725873#: builtin/index-pack.c:11375874#, c-format5875msgid "completed with %d local objects"5876msgstr "vervollständigt mit %d lokalen Objekten"58775878#: builtin/index-pack.c:11475879#, c-format5880msgid "Unexpected tail checksum for %s (disk corruption?)"5881msgstr "Unerwartete Prüfsumme für %s (Festplattenfehler?)"58825883#: builtin/index-pack.c:11515884#, c-format5885msgid "pack has %d unresolved delta"5886msgid_plural "pack has %d unresolved deltas"5887msgstr[0] "Paket hat %d unaufgelöste Unterschied"5888msgstr[1] "Paket hat %d unaufgelöste Unterschiede"58895890#: builtin/index-pack.c:11765891#, c-format5892msgid "unable to deflate appended object (%d)"5893msgstr "Konnte angehängtes Objekt (%d) nicht komprimieren"58945895#: builtin/index-pack.c:12555896#, c-format5897msgid "local object %s is corrupt"5898msgstr "lokales Objekt %s ist beschädigt"58995900#: builtin/index-pack.c:12795901msgid "error while closing pack file"5902msgstr "Fehler beim Schließen der Paketdatei"59035904#: builtin/index-pack.c:12925905#, c-format5906msgid "cannot write keep file '%s'"5907msgstr "Kann Paketbeschreibungsdatei '%s' nicht schreiben"59085909#: builtin/index-pack.c:13005910#, c-format5911msgid "cannot close written keep file '%s'"5912msgstr "Kann eben erstellte Paketbeschreibungsdatei '%s' nicht schließen"59135914#: builtin/index-pack.c:13135915msgid "cannot store pack file"5916msgstr "Kann Paketdatei nicht speichern"59175918#: builtin/index-pack.c:13245919msgid "cannot store index file"5920msgstr "Kann Indexdatei nicht speichern"59215922#: builtin/index-pack.c:13575923#, c-format5924msgid "bad pack.indexversion=%<PRIu32>"5925msgstr "\"pack.indexversion=%<PRIu32>\" ist ungültig"59265927#: builtin/index-pack.c:13635928#, c-format5929msgid "invalid number of threads specified (%d)"5930msgstr "ungültige Anzahl von Threads angegeben (%d)"59315932#: builtin/index-pack.c:1367 builtin/index-pack.c:15455933#, c-format5934msgid "no threads support, ignoring %s"5935msgstr "keine Unterstützung von Threads, '%s' wird ignoriert"59365937#: builtin/index-pack.c:14255938#, c-format5939msgid "Cannot open existing pack file '%s'"5940msgstr "Kann existierende Paketdatei '%s' nicht öffnen"59415942#: builtin/index-pack.c:14275943#, c-format5944msgid "Cannot open existing pack idx file for '%s'"5945msgstr "Kann existierende Indexdatei für Paket '%s' nicht öffnen"59465947#: builtin/index-pack.c:14745948#, c-format5949msgid "non delta: %d object"5950msgid_plural "non delta: %d objects"5951msgstr[0] "kein Unterschied: %d Objekt"5952msgstr[1] "kein Unterschied: %d Objekte"59535954#: builtin/index-pack.c:14815955#, c-format5956msgid "chain length = %d: %lu object"5957msgid_plural "chain length = %d: %lu objects"5958msgstr[0] "Länge der Objekt-Liste = %d: %lu Objekt"5959msgstr[1] "Länge der Objekt-Liste = %d: %lu Objekte"59605961#: builtin/index-pack.c:15095962msgid "Cannot come back to cwd"5963msgstr "Kann nicht zurück zu Arbeitsverzeichnis wechseln"59645965#: builtin/index-pack.c:1557 builtin/index-pack.c:15605966#: builtin/index-pack.c:1572 builtin/index-pack.c:15765967#, c-format5968msgid "bad %s"5969msgstr "%s ist ungültig"59705971#: builtin/index-pack.c:15905972msgid "--fix-thin cannot be used without --stdin"5973msgstr "Die Option --fix-thin kann nicht ohne --stdin verwendet werden."59745975#: builtin/index-pack.c:1594 builtin/index-pack.c:16045976#, c-format5977msgid "packfile name '%s' does not end with '.pack'"5978msgstr "Name der Paketdatei '%s' endet nicht mit '.pack'"59795980#: builtin/index-pack.c:16135981msgid "--verify with no packfile name given"5982msgstr "Die Option --verify wurde ohne Namen der Paketdatei angegeben."59835984#: builtin/init-db.c:355985#, c-format5986msgid "Could not make %s writable by group"5987msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."59885989#: builtin/init-db.c:625990#, c-format5991msgid "insanely long template name %s"5992msgstr "zu langer Vorlagen-Name %s"59935994#: builtin/init-db.c:675995#, c-format5996msgid "cannot stat '%s'"5997msgstr "Kann '%s' nicht lesen"59985999#: builtin/init-db.c:736000#, c-format6001msgid "cannot stat template '%s'"6002msgstr "kann Vorlage '%s' nicht lesen"60036004#: builtin/init-db.c:806005#, c-format6006msgid "cannot opendir '%s'"6007msgstr "kann Verzeichnis '%s' nicht öffnen"60086009#: builtin/init-db.c:976010#, c-format6011msgid "cannot readlink '%s'"6012msgstr "kann Verweis '%s' nicht lesen"60136014#: builtin/init-db.c:996015#, c-format6016msgid "insanely long symlink %s"6017msgstr "zu langer symbolischer Verweis %s"60186019#: builtin/init-db.c:1026020#, c-format6021msgid "cannot symlink '%s' '%s'"6022msgstr "kann symbolischen Verweis '%s' auf '%s' nicht erstellen"60236024#: builtin/init-db.c:1066025#, c-format6026msgid "cannot copy '%s' to '%s'"6027msgstr "kann '%s' nicht nach '%s' kopieren"60286029#: builtin/init-db.c:1106030#, c-format6031msgid "ignoring template %s"6032msgstr "ignoriere Vorlage %s"60336034#: builtin/init-db.c:1336035#, c-format6036msgid "insanely long template path %s"6037msgstr "zu langer Vorlagen-Pfad %s"60386039#: builtin/init-db.c:1416040#, c-format6041msgid "templates not found %s"6042msgstr "keine Vorlagen in '%s' gefunden"60436044#: builtin/init-db.c:1546045#, c-format6046msgid "not copying templates of a wrong format version %d from '%s'"6047msgstr "kopiere keine Vorlagen mit einer falschen Formatversion %d von '%s'"60486049#: builtin/init-db.c:1926050#, c-format6051msgid "insane git directory %s"6052msgstr "ungültiges Git-Verzeichnis %s"60536054#: builtin/init-db.c:323 builtin/init-db.c:3266055#, c-format6056msgid "%s already exists"6057msgstr "%s existiert bereits"60586059#: builtin/init-db.c:3556060#, c-format6061msgid "unable to handle file type %d"6062msgstr "kann nicht mit Dateityp %d umgehen"60636064#: builtin/init-db.c:3586065#, c-format6066msgid "unable to move %s to %s"6067msgstr "Konnte %s nicht nach %s verschieben"60686069#: builtin/init-db.c:3636070#, c-format6071msgid "Could not create git link %s"6072msgstr "Konnte git-Verweis %s nicht erstellen"60736074#.6075#. * TRANSLATORS: The first '%s' is either "Reinitialized6076#. * existing" or "Initialized empty", the second " shared" or6077#. * "", and the last '%s%s' is the verbatim directory name.6078#.6079#: builtin/init-db.c:4206080#, c-format6081msgid "%s%s Git repository in %s%s\n"6082msgstr "%s%s Git-Repository in %s%s\n"60836084#: builtin/init-db.c:4216085msgid "Reinitialized existing"6086msgstr "Reinitialisierte existierendes"60876088#: builtin/init-db.c:4216089msgid "Initialized empty"6090msgstr "Initialisierte leeres"60916092#: builtin/init-db.c:4226093msgid " shared"6094msgstr " gemeinsames"60956096#: builtin/init-db.c:4416097msgid "cannot tell cwd"6098msgstr "kann aktuelles Arbeitsverzeichnis nicht ermitteln"60996100#: builtin/init-db.c:4676101msgid ""6102"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared"6103"[=<permissions>]] [directory]"6104msgstr ""6105"git init [-q | --quiet] [--bare] [--template=<Vorlagenverzeichnis>] [--shared"6106"[=<Berechtigungen>]] [Verzeichnis]"61076108#: builtin/init-db.c:4906109msgid "permissions"6110msgstr "Berechtigungen"61116112#: builtin/init-db.c:4916113msgid "specify that the git repository is to be shared amongst several users"6114msgstr "gibt an, dass das Git-Repository mit mehreren Benutzern geteilt wird"61156116#: builtin/init-db.c:493 builtin/prune-packed.c:756117msgid "be quiet"6118msgstr "weniger Ausgaben"61196120#: builtin/init-db.c:522 builtin/init-db.c:5296121#, c-format6122msgid "cannot mkdir %s"6123msgstr "kann Verzeichnis %s nicht erstellen"61246125#: builtin/init-db.c:5336126#, c-format6127msgid "cannot chdir to %s"6128msgstr "kann nicht in Verzeichnis %s wechseln"61296130#: builtin/init-db.c:5556131#, c-format6132msgid ""6133"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"6134"dir=<directory>)"6135msgstr ""6136"%s (oder --work-tree=<Verzeichnis>) nicht erlaubt ohne Spezifizierung von %s "6137"(oder --git-dir=<Verzeichnis>)"61386139#: builtin/init-db.c:5796140msgid "Cannot access current working directory"6141msgstr "Kann nicht auf aktuelles Arbeitsverzeichnis zugreifen."61426143#: builtin/init-db.c:5866144#, c-format6145msgid "Cannot access work tree '%s'"6146msgstr "Kann nicht auf Arbeitsverzeichnis '%s' zugreifen."61476148#: builtin/log.c:416149msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"6150msgstr "git log [<Optionen>] [Commitbereich>] [[--] <Pfad>...]\n"61516152#: builtin/log.c:426153msgid " or: git show [options] <object>..."6154msgstr " oder: git show [Optionen] <Objekt>..."61556156#: builtin/log.c:1246157msgid "suppress diff output"6158msgstr "unterdrückt Ausgabe der Unterschiede"61596160#: builtin/log.c:1256161msgid "show source"6162msgstr "zeigt Quelle"61636164#: builtin/log.c:1266165msgid "Use mail map file"6166msgstr "verwendet \"mailmap\"-Datei"61676168#: builtin/log.c:1276169msgid "decorate options"6170msgstr "decorate-Optionen"61716172#: builtin/log.c:2306173#, c-format6174msgid "Final output: %d %s\n"6175msgstr "letzte Ausgabe: %d %s\n"61766177#: builtin/log.c:453 builtin/log.c:5456178#, c-format6179msgid "Could not read object %s"6180msgstr "Kann Objekt %s nicht lesen."61816182#: builtin/log.c:5696183#, c-format6184msgid "Unknown type: %d"6185msgstr "Unbekannter Typ: %d"61866187#: builtin/log.c:6696188msgid "format.headers without value"6189msgstr "format.headers ohne Wert"61906191#: builtin/log.c:7516192msgid "name of output directory is too long"6193msgstr "Name des Ausgabeverzeichnisses ist zu lang."61946195#: builtin/log.c:7676196#, c-format6197msgid "Cannot open patch file %s"6198msgstr "Kann Patch-Datei %s nicht öffnen"61996200#: builtin/log.c:7816201msgid "Need exactly one range."6202msgstr "Brauche genau einen Commit-Bereich."62036204#: builtin/log.c:7896205msgid "Not a range."6206msgstr "Kein Commit-Bereich."62076208#: builtin/log.c:8916209msgid "Cover letter needs email format"6210msgstr "Anschreiben benötigt E-Mail-Format"62116212#: builtin/log.c:9676213#, c-format6214msgid "insane in-reply-to: %s"6215msgstr "ungültiges in-reply-to: %s"62166217#: builtin/log.c:9956218msgid "git format-patch [options] [<since> | <revision range>]"6219msgstr "git format-patch [Optionen] [<seit> | <Commitbereich>]"62206221#: builtin/log.c:10406222msgid "Two output directories?"6223msgstr "Zwei Ausgabeverzeichnisse?"62246225#: builtin/log.c:11556226msgid "use [PATCH n/m] even with a single patch"6227msgstr "verwendet [PATCH n/m] auch mit einzelnem Patch"62286229#: builtin/log.c:11586230msgid "use [PATCH] even with multiple patches"6231msgstr "verwendet [PATCH] auch mit mehreren Patches"62326233#: builtin/log.c:11626234msgid "print patches to standard out"6235msgstr "Ausgabe der Patches in Standard-Ausgabe"62366237#: builtin/log.c:11646238msgid "generate a cover letter"6239msgstr "erzeugt ein Deckblatt"62406241#: builtin/log.c:11666242msgid "use simple number sequence for output file names"6243msgstr "verwendet einfache Nummernfolge für die Namen der Ausgabedateien"62446245#: builtin/log.c:11676246msgid "sfx"6247msgstr "Dateiendung"62486249#: builtin/log.c:11686250msgid "use <sfx> instead of '.patch'"6251msgstr "verwendet <Dateiendung> anstatt '.patch'"62526253#: builtin/log.c:11706254msgid "start numbering patches at <n> instead of 1"6255msgstr "beginnt die Nummerierung der Patches bei <n> anstatt bei 1"62566257#: builtin/log.c:11726258msgid "mark the series as Nth re-roll"6259msgstr "kennzeichnet die Serie als n-te Fassung"62606261#: builtin/log.c:11746262msgid "Use [<prefix>] instead of [PATCH]"6263msgstr "verwendet [<Prefix>] anstatt [PATCH]"62646265#: builtin/log.c:11776266msgid "store resulting files in <dir>"6267msgstr "speichert erzeugte Dateien in <Verzeichnis>"62686269#: builtin/log.c:11806270msgid "don't strip/add [PATCH]"6271msgstr "[PATCH] wird nicht entfernt/hinzugefügt"62726273#: builtin/log.c:11836274msgid "don't output binary diffs"6275msgstr "gibt keine binären Unterschiede aus"62766277#: builtin/log.c:11856278msgid "don't include a patch matching a commit upstream"6279msgstr ""6280"schließt keine Patches ein, die einem Commit im Upstream-Branch entsprechen"62816282#: builtin/log.c:11876283msgid "show patch format instead of default (patch + stat)"6284msgstr "zeigt Patchformat anstatt des Standards (Patch + Zusammenfassung)"62856286#: builtin/log.c:11896287msgid "Messaging"6288msgstr "Email-Einstellungen"62896290#: builtin/log.c:11906291msgid "header"6292msgstr "Header"62936294#: builtin/log.c:11916295msgid "add email header"6296msgstr "fügt Email-Header hinzu"62976298#: builtin/log.c:1192 builtin/log.c:11946299msgid "email"6300msgstr "Email"63016302#: builtin/log.c:11926303msgid "add To: header"6304msgstr "fügt \"To:\"-Header hinzu"63056306#: builtin/log.c:11946307msgid "add Cc: header"6308msgstr "fügt \"Cc:\"-Header hinzu"63096310#: builtin/log.c:11966311msgid "ident"6312msgstr "Ident"63136314#: builtin/log.c:11976315msgid "set From address to <ident> (or committer ident if absent)"6316msgstr ""6317"setzt \"From\"-Adresse auf <Ident> (oder Ident des Commit-Erstellers,wenn "6318"fehlend)"63196320#: builtin/log.c:11996321msgid "message-id"6322msgstr "message-id"63236324#: builtin/log.c:12006325msgid "make first mail a reply to <message-id>"6326msgstr "macht aus erster Email eine Antwort zu <message-id>"63276328#: builtin/log.c:1201 builtin/log.c:12046329msgid "boundary"6330msgstr "Grenze"63316332#: builtin/log.c:12026333msgid "attach the patch"6334msgstr "hängt einen Patch an"63356336#: builtin/log.c:12056337msgid "inline the patch"6338msgstr "fügt den Patch direkt in die Nachricht ein"63396340#: builtin/log.c:12096341msgid "enable message threading, styles: shallow, deep"6342msgstr "aktiviert Nachrichtenverkettung, Stile: shallow, deep"63436344#: builtin/log.c:12116345msgid "signature"6346msgstr "Signatur"63476348#: builtin/log.c:12126349msgid "add a signature"6350msgstr "fügt eine Signatur hinzu"63516352#: builtin/log.c:12146353msgid "don't print the patch filenames"6354msgstr "zeigt keine Dateinamen der Patches"63556356#: builtin/log.c:12886357#, c-format6358msgid "invalid ident line: %s"6359msgstr "Ungültige Identifikationszeile: %s"63606361#: builtin/log.c:13036362msgid "-n and -k are mutually exclusive."6363msgstr "Die Optionen -n und -k schließen sich gegenseitig aus."63646365#: builtin/log.c:13056366msgid "--subject-prefix and -k are mutually exclusive."6367msgstr "Die Optionen --subject-prefix und -k schließen sich gegenseitig aus."63686369#: builtin/log.c:13136370msgid "--name-only does not make sense"6371msgstr "Die Option --name-only kann nicht verwendet werden."63726373#: builtin/log.c:13156374msgid "--name-status does not make sense"6375msgstr "Die Option --name-status kann nicht verwendet werden."63766377#: builtin/log.c:13176378msgid "--check does not make sense"6379msgstr "Die Option --check kann nicht verwendet werden."63806381#: builtin/log.c:13406382msgid "standard output, or directory, which one?"6383msgstr "Standard-Ausgabe oder Verzeichnis, welches von beidem?"63846385#: builtin/log.c:13426386#, c-format6387msgid "Could not create directory '%s'"6388msgstr "Konnte Verzeichnis '%s' nicht erstellen."63896390#: builtin/log.c:14906391msgid "Failed to create output files"6392msgstr "Fehler beim Erstellen der Ausgabedateien."63936394#: builtin/log.c:15396395msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"6396msgstr "git cherry [-v] [<Upstream> [<Branch> [<Limit>]]]"63976398#: builtin/log.c:15946399#, c-format6400msgid ""6401"Could not find a tracked remote branch, please specify <upstream> manually.\n"6402msgstr ""6403"Konnte gefolgten Remote-Branch nicht finden, bitte geben Sie <Upstream> "6404"manuell an.\n"64056406#: builtin/log.c:1607 builtin/log.c:1609 builtin/log.c:16216407#, c-format6408msgid "Unknown commit %s"6409msgstr "Unbekannter Commit %s"64106411#: builtin/ls-files.c:4086412msgid "git ls-files [options] [<file>...]"6413msgstr "git ls-files [Optionen] [<Datei>...]"64146415#: builtin/ls-files.c:4656416msgid "identify the file status with tags"6417msgstr "zeigt den Dateistatus mit Tags"64186419#: builtin/ls-files.c:4676420msgid "use lowercase letters for 'assume unchanged' files"6421msgstr ""6422"verwendet Kleinbuchstaben für Dateien mit 'assume unchanged' Markierung"64236424#: builtin/ls-files.c:4696425msgid "show cached files in the output (default)"6426msgstr "zeigt zwischengespeicherten Dateien in der Ausgabe an (Standard)"64276428#: builtin/ls-files.c:4716429msgid "show deleted files in the output"6430msgstr "zeigt entfernte Dateien in der Ausgabe an"64316432#: builtin/ls-files.c:4736433msgid "show modified files in the output"6434msgstr "zeigt geänderte Dateien in der Ausgabe an"64356436#: builtin/ls-files.c:4756437msgid "show other files in the output"6438msgstr "zeigt sonstige Dateien in der Ausgabe an"64396440#: builtin/ls-files.c:4776441msgid "show ignored files in the output"6442msgstr "zeigt ignorierte Dateien in der Ausgabe an"64436444#: builtin/ls-files.c:4806445msgid "show staged contents' object name in the output"6446msgstr ""6447"zeigt Objektnamen von Inhalten, die zum Commit vorgemerkt sind, in der "6448"Ausgabe an"64496450#: builtin/ls-files.c:4826451msgid "show files on the filesystem that need to be removed"6452msgstr "zeigt Dateien im Dateisystem, die gelöscht werden müssen, an"64536454#: builtin/ls-files.c:4846455msgid "show 'other' directories' name only"6456msgstr "zeigt nur Namen von 'sonstigen' Verzeichnissen an"64576458#: builtin/ls-files.c:4876459msgid "don't show empty directories"6460msgstr "zeigt keine leeren Verzeichnisse an"64616462#: builtin/ls-files.c:4906463msgid "show unmerged files in the output"6464msgstr "zeigt nicht zusammengeführte Dateien in der Ausgabe an"64656466#: builtin/ls-files.c:4926467msgid "show resolve-undo information"6468msgstr "zeigt 'resolve-undo' Informationen an"64696470#: builtin/ls-files.c:4946471msgid "skip files matching pattern"6472msgstr "lässt Dateien aus, die einem Muster entsprechen"64736474#: builtin/ls-files.c:4976475msgid "exclude patterns are read from <file>"6476msgstr "schließt Muster, gelesen von <Datei>, aus"64776478#: builtin/ls-files.c:5006479msgid "read additional per-directory exclude patterns in <file>"6480msgstr "liest zusätzliche pro-Verzeichnis Auschlussmuster aus <Datei>"64816482#: builtin/ls-files.c:5026483msgid "add the standard git exclusions"6484msgstr "fügt die standardmäßigen Git-Ausschlüsse hinzu"64856486#: builtin/ls-files.c:5056487msgid "make the output relative to the project top directory"6488msgstr "Ausgabe relativ zum Projektverzeichnis"64896490#: builtin/ls-files.c:5086491msgid "if any <file> is not in the index, treat this as an error"6492msgstr ""6493"behandle es als Fehler, wenn sich eine <Datei> nicht in der Staging-Area "6494"befindet"64956496#: builtin/ls-files.c:5096497msgid "tree-ish"6498msgstr "Commit-Referenz"64996500#: builtin/ls-files.c:5106501msgid "pretend that paths removed since <tree-ish> are still present"6502msgstr ""6503"gibt vor, dass Pfade, die seit <Commit-Referenz> gelöscht wurden, immer noch "6504"vorhanden sind"65056506#: builtin/ls-files.c:5126507msgid "show debugging data"6508msgstr "zeigt Ausgaben zur Fehlersuche an"65096510#: builtin/ls-tree.c:276511msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6512msgstr "git ls-tree [<Optionen>] <Commit-Referenz> [<Pfad>...]"65136514#: builtin/ls-tree.c:1256515msgid "only show trees"6516msgstr "zeigt nur Verzeichnisse an"65176518#: builtin/ls-tree.c:1276519msgid "recurse into subtrees"6520msgstr "führt Rekursion in Unterverzeichnissen durch"65216522#: builtin/ls-tree.c:1296523msgid "show trees when recursing"6524msgstr "zeigt Verzeichnisse bei Rekursion an"65256526#: builtin/ls-tree.c:1326527msgid "terminate entries with NUL byte"6528msgstr "schließt Einträge mit NUL-Byte ab"65296530#: builtin/ls-tree.c:1336531msgid "include object size"6532msgstr "schließt Objektgröße ein"65336534#: builtin/ls-tree.c:135 builtin/ls-tree.c:1376535msgid "list only filenames"6536msgstr "listet nur Dateinamen auf"65376538#: builtin/ls-tree.c:1406539msgid "use full path names"6540msgstr "verwendet vollständige Pfadnamen"65416542#: builtin/ls-tree.c:1426543msgid "list entire tree; not just current directory (implies --full-name)"6544msgstr ""6545"listet das gesamte Verzeichnis auf; nicht nur das aktuelle Verzeichnis "6546"(impliziert --full-name)"65476548#: builtin/merge.c:436549msgid "git merge [options] [<commit>...]"6550msgstr "git merge [Optionen] [<Commit>...]"65516552#: builtin/merge.c:446553msgid "git merge [options] <msg> HEAD <commit>"6554msgstr "git merge [Optionen] <Beschreibung> HEAD <Commit>"65556556#: builtin/merge.c:456557msgid "git merge --abort"6558msgstr "git merge --abort"65596560#: builtin/merge.c:986561msgid "switch `m' requires a value"6562msgstr "Schalter 'm' erfordert einen Wert."65636564#: builtin/merge.c:1356565#, c-format6566msgid "Could not find merge strategy '%s'.\n"6567msgstr "Konnte Merge-Strategie '%s' nicht finden.\n"65686569#: builtin/merge.c:1366570#, c-format6571msgid "Available strategies are:"6572msgstr "Verfügbare Strategien sind:"65736574#: builtin/merge.c:1416575#, c-format6576msgid "Available custom strategies are:"6577msgstr "Verfügbare benutzerdefinierte Strategien sind:"65786579#: builtin/merge.c:1986580msgid "do not show a diffstat at the end of the merge"6581msgstr "zeigt keine Zusammenfassung der Unterschiede am Schluss des Merges an"65826583#: builtin/merge.c:2016584msgid "show a diffstat at the end of the merge"6585msgstr "zeigt eine Zusammenfassung der Unterschiede am Schluss des Merges an"65866587#: builtin/merge.c:2026588msgid "(synonym to --stat)"6589msgstr "(Synonym für --stat)"65906591#: builtin/merge.c:2046592msgid "add (at most <n>) entries from shortlog to merge commit message"6593msgstr ""6594"fügt (höchstens <n>) Einträge von \"shortlog\" zur Beschreibung des Merge-"6595"Commits hinzu"65966597#: builtin/merge.c:2076598msgid "create a single commit instead of doing a merge"6599msgstr "erzeugt einen einzelnen Commit anstatt eines Merges"66006601#: builtin/merge.c:2096602msgid "perform a commit if the merge succeeds (default)"6603msgstr "führt einen Commit durch, wenn der Merge erfolgreich war (Standard)"66046605#: builtin/merge.c:2116606msgid "edit message before committing"6607msgstr "Bearbeitung der Beschreibung vor dem Commit"66086609#: builtin/merge.c:2126610msgid "allow fast-forward (default)"6611msgstr "erlaubt Vorspulen (Standard)"66126613#: builtin/merge.c:2146614msgid "abort if fast-forward is not possible"6615msgstr "bricht ab, wenn kein Vorspulen möglich ist"66166617#: builtin/merge.c:2186618msgid "Verify that the named commit has a valid GPG signature"6619msgstr "überprüft den genannten Commit auf eine gültige GPG-Signatur"66206621#: builtin/merge.c:219 builtin/notes.c:738 builtin/revert.c:1146622msgid "strategy"6623msgstr "Strategie"66246625#: builtin/merge.c:2206626msgid "merge strategy to use"6627msgstr "zu verwendende Merge-Strategie"66286629#: builtin/merge.c:2216630msgid "option=value"6631msgstr "Option=Wert"66326633#: builtin/merge.c:2226634msgid "option for selected merge strategy"6635msgstr "Option für ausgewählte Merge-Strategie"66366637#: builtin/merge.c:2246638msgid "merge commit message (for a non-fast-forward merge)"6639msgstr ""6640"führt Commit-Beschreibung zusammen (für einen Merge, der kein Vorspulen war)"66416642#: builtin/merge.c:2286643msgid "abort the current in-progress merge"6644msgstr "bricht den sich im Gange befindlichen Merge ab"66456646#: builtin/merge.c:2576647msgid "could not run stash."6648msgstr "Konnte \"stash\" nicht ausführen."66496650#: builtin/merge.c:2626651msgid "stash failed"6652msgstr "\"stash\" fehlgeschlagen"66536654#: builtin/merge.c:2676655#, c-format6656msgid "not a valid object: %s"6657msgstr "kein gültiges Objekt: %s"66586659#: builtin/merge.c:286 builtin/merge.c:3036660msgid "read-tree failed"6661msgstr "read-tree fehlgeschlagen"66626663#: builtin/merge.c:3336664msgid " (nothing to squash)"6665msgstr " (nichts zu quetschen)"66666667#: builtin/merge.c:3466668#, c-format6669msgid "Squash commit -- not updating HEAD\n"6670msgstr "Quetsche Commit -- HEAD wird nicht aktualisiert\n"66716672#: builtin/merge.c:3786673msgid "Writing SQUASH_MSG"6674msgstr "Schreibe SQUASH_MSG"66756676#: builtin/merge.c:3806677msgid "Finishing SQUASH_MSG"6678msgstr "Schließe SQUASH_MSG ab"66796680#: builtin/merge.c:4036681#, c-format6682msgid "No merge message -- not updating HEAD\n"6683msgstr "Keine Merge-Commit-Beschreibung -- HEAD wird nicht aktualisiert\n"66846685#: builtin/merge.c:4536686#, c-format6687msgid "'%s' does not point to a commit"6688msgstr "'%s' zeigt auf keinen Commit"66896690#: builtin/merge.c:5656691#, c-format6692msgid "Bad branch.%s.mergeoptions string: %s"6693msgstr "Ungültiger branch.%s.mergeoptions String: %s"66946695#: builtin/merge.c:6576696msgid "git write-tree failed to write a tree"6697msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"66986699#: builtin/merge.c:6856700msgid "Not handling anything other than two heads merge."6701msgstr "Es wird nur der Merge von zwei Branches behandelt."67026703#: builtin/merge.c:6996704#, c-format6705msgid "Unknown option for merge-recursive: -X%s"6706msgstr "Unbekannte Option für merge-recursive: -X%s"67076708#: builtin/merge.c:7136709#, c-format6710msgid "unable to write %s"6711msgstr "konnte %s nicht schreiben"67126713#: builtin/merge.c:8026714#, c-format6715msgid "Could not read from '%s'"6716msgstr "konnte nicht von '%s' lesen"67176718#: builtin/merge.c:8116719#, c-format6720msgid "Not committing merge; use 'git commit' to complete the merge.\n"6721msgstr ""6722"Merge wurde nicht committet; benutzen Sie 'git commit' um den Merge "6723"abzuschließen.\n"67246725#: builtin/merge.c:8176726#, c-format6727msgid ""6728"Please enter a commit message to explain why this merge is necessary,\n"6729"especially if it merges an updated upstream into a topic branch.\n"6730"\n"6731"Lines starting with '%c' will be ignored, and an empty message aborts\n"6732"the commit.\n"6733msgstr ""6734"Bitte geben Sie eine Commit-Beschreibung ein um zu erklären, warum dieser\n"6735"Merge erforderlich ist, insbesondere wenn es einen aktualisierten\n"6736"Upstream-Branch mit einem Thema-Branch zusammenführt.\n"6737"\n"6738"Zeilen beginnend mit '%c' werden ignoriert, und eine leere Beschreibung\n"6739"bricht den Commit ab.\n"67406741#: builtin/merge.c:8416742msgid "Empty commit message."6743msgstr "Leere Commit-Beschreibung"67446745#: builtin/merge.c:8536746#, c-format6747msgid "Wonderful.\n"6748msgstr "Wunderbar.\n"67496750#: builtin/merge.c:9186751#, c-format6752msgid "Automatic merge failed; fix conflicts and then commit the result.\n"6753msgstr ""6754"Automatischer Merge fehlgeschlagen; beheben Sie die Konflikte und committen "6755"Sie dann das Ergebnis.\n"67566757#: builtin/merge.c:9346758#, c-format6759msgid "'%s' is not a commit"6760msgstr "'%s' ist kein Commit"67616762#: builtin/merge.c:9756763msgid "No current branch."6764msgstr "Sie befinden sich auf keinem Branch."67656766#: builtin/merge.c:9776767msgid "No remote for the current branch."6768msgstr "Kein Remote-Repository für den aktuellen Branch."67696770#: builtin/merge.c:9796771msgid "No default upstream defined for the current branch."6772msgstr ""6773"Es ist kein Standard-Upstream-Branch für den aktuellen Branch definiert."67746775#: builtin/merge.c:9846776#, c-format6777msgid "No remote-tracking branch for %s from %s"6778msgstr "Kein Remote-Tracking-Branch für %s von %s"67796780#: builtin/merge.c:11406781msgid "There is no merge to abort (MERGE_HEAD missing)."6782msgstr "Es gibt keinen Merge zum Abbrechen (vermisse MERGE_HEAD)"67836784#: builtin/merge.c:1156 git-pull.sh:316785msgid ""6786"You have not concluded your merge (MERGE_HEAD exists).\n"6787"Please, commit your changes before you can merge."6788msgstr ""6789"Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"6790"Bitte committen Sie Ihre Änderungen, bevor Sie \"merge\" ausführen können."67916792#: builtin/merge.c:1159 git-pull.sh:346793msgid "You have not concluded your merge (MERGE_HEAD exists)."6794msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."67956796#: builtin/merge.c:11636797msgid ""6798"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"6799"Please, commit your changes before you can merge."6800msgstr ""6801"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert).\n"6802"Bitte committen Sie Ihre Änderungen, bevor Sie \"merge\" ausführen können."68036804#: builtin/merge.c:11666805msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."6806msgstr ""6807"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert)."68086809#: builtin/merge.c:11756810msgid "You cannot combine --squash with --no-ff."6811msgstr "Sie können --squash nicht mit --no-ff kombinieren."68126813#: builtin/merge.c:11846814msgid "No commit specified and merge.defaultToUpstream not set."6815msgstr "Kein Commit angegeben und merge.defaultToUpstream ist nicht gesetzt."68166817#: builtin/merge.c:12166818msgid "Can merge only exactly one commit into empty head"6819msgstr "Kann nur exakt einen Commit in einem leeren Branch zusammenführen."68206821#: builtin/merge.c:12196822msgid "Squash commit into empty head not supported yet"6823msgstr ""6824"Bin auf einem Commit, der noch geboren wird; kann \"squash\" nicht ausführen."68256826#: builtin/merge.c:12216827msgid "Non-fast-forward commit does not make sense into an empty head"6828msgstr ""6829"Nicht vorzuspulender Commit kann nicht in einem leeren Branch verwendet "6830"werden."68316832#: builtin/merge.c:12266833#, c-format6834msgid "%s - not something we can merge"6835msgstr "%s - nichts was wir zusammenführen können"68366837#: builtin/merge.c:12776838#, c-format6839msgid "Commit %s has an untrusted GPG signature, allegedly by %s."6840msgstr ""6841"Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."68426843#: builtin/merge.c:12806844#, c-format6845msgid "Commit %s has a bad GPG signature allegedly by %s."6846msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."68476848#. 'N'6849#: builtin/merge.c:12836850#, c-format6851msgid "Commit %s does not have a GPG signature."6852msgstr "Commit %s hat keine GPG-Signatur."68536854#: builtin/merge.c:12866855#, c-format6856msgid "Commit %s has a good GPG signature by %s\n"6857msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"68586859#: builtin/merge.c:13706860#, c-format6861msgid "Updating %s..%s\n"6862msgstr "Aktualisiere %s..%s\n"68636864#: builtin/merge.c:14096865#, c-format6866msgid "Trying really trivial in-index merge...\n"6867msgstr "Probiere wirklich trivialen \"in-index\"-Merge...\n"68686869#: builtin/merge.c:14166870#, c-format6871msgid "Nope.\n"6872msgstr "Nein.\n"68736874#: builtin/merge.c:14486875msgid "Not possible to fast-forward, aborting."6876msgstr "Vorspulen nicht möglich, breche ab."68776878#: builtin/merge.c:1471 builtin/merge.c:15506879#, c-format6880msgid "Rewinding the tree to pristine...\n"6881msgstr "Rücklauf des Verzeichnisses bis zum Ursprung...\n"68826883#: builtin/merge.c:14756884#, c-format6885msgid "Trying merge strategy %s...\n"6886msgstr "Probiere Merge-Strategie %s...\n"68876888#: builtin/merge.c:15416889#, c-format6890msgid "No merge strategy handled the merge.\n"6891msgstr "Keine Merge-Strategie behandelt diesen Merge.\n"68926893#: builtin/merge.c:15436894#, c-format6895msgid "Merge with strategy %s failed.\n"6896msgstr "Merge mit Strategie %s fehlgeschlagen.\n"68976898#: builtin/merge.c:15526899#, c-format6900msgid "Using the %s to prepare resolving by hand.\n"6901msgstr "Benutzen Sie \"%s\" um die Auflösung per Hand vorzubereiten.\n"69026903#: builtin/merge.c:15646904#, c-format6905msgid "Automatic merge went well; stopped before committing as requested\n"6906msgstr ""6907"Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an\n"69086909#: builtin/merge-base.c:266910msgid "git merge-base [-a|--all] <commit> <commit>..."6911msgstr "git merge-base [-a|--all] <Commit> <Commit>..."69126913#: builtin/merge-base.c:276914msgid "git merge-base [-a|--all] --octopus <commit>..."6915msgstr "git merge-base [-a|--all] --octopus <Commit>..."69166917#: builtin/merge-base.c:286918msgid "git merge-base --independent <commit>..."6919msgstr "git merge-base --independent <Commit>..."69206921#: builtin/merge-base.c:296922msgid "git merge-base --is-ancestor <commit> <commit>"6923msgstr "git merge-base --is-ancestor <Commit> <Commit>"69246925#: builtin/merge-base.c:986926msgid "output all common ancestors"6927msgstr "Ausgabe aller gemeinsamen Vorgänger-Commits"69286929#: builtin/merge-base.c:996930msgid "find ancestors for a single n-way merge"6931msgstr "findet Vorgänger-Commits für einen einzelnen n-Wege-Merge"69326933#: builtin/merge-base.c:1006934msgid "list revs not reachable from others"6935msgstr "listet Commits auf, die nicht durch Andere erreichbar sind"69366937#: builtin/merge-base.c:1026938msgid "is the first one ancestor of the other?"6939msgstr "ist der Erste ein Vorgänger-Commit von dem Anderen?"69406941#: builtin/merge-file.c:86942msgid ""6943"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "6944"file2"6945msgstr ""6946"git merge-file [Optionen] [-L Name1 [-L orig [-L Name2]]] Datei1 orig_Datei "6947"Datei2"69486949#: builtin/merge-file.c:336950msgid "send results to standard output"6951msgstr "sendet Ergebnisse zur Standard-Ausgabe"69526953#: builtin/merge-file.c:346954msgid "use a diff3 based merge"6955msgstr "verwendet einen diff3 basierten Merge"69566957#: builtin/merge-file.c:356958msgid "for conflicts, use our version"6959msgstr "verwendet bei Konflikten unsere Variante"69606961#: builtin/merge-file.c:376962msgid "for conflicts, use their version"6963msgstr "verwendet bei Konflikten ihre Variante"69646965#: builtin/merge-file.c:396966msgid "for conflicts, use a union version"6967msgstr "verwendet bei Konflikten eine gemeinsame Variante"69686969#: builtin/merge-file.c:426970msgid "for conflicts, use this marker size"6971msgstr "verwendet bei Konflikten diese Kennzeichnungslänge"69726973#: builtin/merge-file.c:436974msgid "do not warn about conflicts"6975msgstr "keine Warnung bei Konflikten"69766977#: builtin/merge-file.c:456978msgid "set labels for file1/orig_file/file2"6979msgstr "setzt Beschriftung für Datei1/orig_Datei/Datei2"69806981#: builtin/mktree.c:676982msgid "git mktree [-z] [--missing] [--batch]"6983msgstr "git mktree [-z] [--missing] [--batch]"69846985#: builtin/mktree.c:1536986msgid "input is NUL terminated"6987msgstr "Eingabe ist durch NUL-Zeichen abgeschlossen"69886989#: builtin/mktree.c:154 builtin/write-tree.c:246990msgid "allow missing objects"6991msgstr "erlaubt fehlende Objekte"69926993#: builtin/mktree.c:1556994msgid "allow creation of more than one tree"6995msgstr "erlaubt die Erstellung von mehr als einem \"Tree\"-Objekt"69966997#: builtin/mv.c:146998msgid "git mv [options] <source>... <destination>"6999msgstr "git mv [Optionen] <Quelle>... <Ziel>"70007001#: builtin/mv.c:647002msgid "force move/rename even if target exists"7003msgstr "erzwingt Verschieben/Umbenennen, auch wenn das Ziel existiert"70047005#: builtin/mv.c:657006msgid "skip move/rename errors"7007msgstr "überspringt Fehler beim Verschieben oder Umbenennen"70087009#: builtin/mv.c:1087010#, c-format7011msgid "Checking rename of '%s' to '%s'\n"7012msgstr "Prüfe Umbenennung von '%s' nach '%s'\n"70137014#: builtin/mv.c:1127015msgid "bad source"7016msgstr "ungültige Quelle"70177018#: builtin/mv.c:1157019msgid "can not move directory into itself"7020msgstr "kann Verzeichnis nicht in sich selbst verschieben"70217022#: builtin/mv.c:1187023msgid "cannot move directory over file"7024msgstr "kann Verzeichnis nicht über Datei verschieben"70257026#: builtin/mv.c:1287027#, c-format7028msgid "Huh? %.*s is in index?"7029msgstr "Huh? %.*s ist zum Commit vorgemerkt?"70307031#: builtin/mv.c:1407032msgid "source directory is empty"7033msgstr "Quellverzeichnis ist leer"70347035#: builtin/mv.c:1717036msgid "not under version control"7037msgstr "nicht unter Versionskontrolle"70387039#: builtin/mv.c:1737040msgid "destination exists"7041msgstr "Ziel existiert bereits"70427043#: builtin/mv.c:1817044#, c-format7045msgid "overwriting '%s'"7046msgstr "überschreibe '%s'"70477048#: builtin/mv.c:1847049msgid "Cannot overwrite"7050msgstr "Kann nicht überschreiben"70517052#: builtin/mv.c:1877053msgid "multiple sources for the same target"7054msgstr "mehrere Quellen für das selbe Ziel"70557056#: builtin/mv.c:2027057#, c-format7058msgid "%s, source=%s, destination=%s"7059msgstr "%s, Quelle=%s, Ziel=%s"70607061#: builtin/mv.c:2127062#, c-format7063msgid "Renaming %s to %s\n"7064msgstr "Benenne %s nach %s um\n"70657066#: builtin/mv.c:215 builtin/remote.c:7317067#, c-format7068msgid "renaming '%s' failed"7069msgstr "Umbenennung von '%s' fehlgeschlagen"70707071#: builtin/name-rev.c:2597072msgid "git name-rev [options] <commit>..."7073msgstr "git name-rev [Optionen] <Commit>..."70747075#: builtin/name-rev.c:2607076msgid "git name-rev [options] --all"7077msgstr "git name-rev [Optionen] --all"70787079#: builtin/name-rev.c:2617080msgid "git name-rev [options] --stdin"7081msgstr "git name-rev [Optionen] --stdin"70827083#: builtin/name-rev.c:3137084msgid "print only names (no SHA-1)"7085msgstr "zeigt nur Namen an (keine SHA-1)"70867087#: builtin/name-rev.c:3147088msgid "only use tags to name the commits"7089msgstr "verwendet nur Tags um die Commits zu benennen"70907091#: builtin/name-rev.c:3167092msgid "only use refs matching <pattern>"7093msgstr "verwendet nur Referenzen die <Muster> entsprechen"70947095#: builtin/name-rev.c:3187096msgid "list all commits reachable from all refs"7097msgstr "listet alle Commits auf, die von allen Referenzen erreichbar sind"70987099#: builtin/name-rev.c:3197100msgid "read from stdin"7101msgstr "liest von der Standard-Eingabe"71027103#: builtin/name-rev.c:3207104msgid "allow to print `undefined` names"7105msgstr "erlaubt Ausgabe von `undefinierten` Namen"71067107#: builtin/name-rev.c:3267108msgid "dereference tags in the input (internal use)"7109msgstr "dereferenziert Tags in der Eingabe (interne Verwendung)"71107111#: builtin/notes.c:247112msgid "git notes [--ref <notes_ref>] [list [<object>]]"7113msgstr "git notes [--ref <Notiz-Referenz>] [list [<Objekt>]]"71147115#: builtin/notes.c:257116msgid ""7117"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "7118"<object>] [<object>]"7119msgstr ""7120"git notes [--ref <Notiz-Referenz>] add [-f] [-m <Nachricht> | -F <Datei> | (-"7121"c | -C) <Objekt>] [<Objekt>]"71227123#: builtin/notes.c:267124msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"7125msgstr ""7126"git notes [--ref <Notiz-Referenz>] copy [-f] <von-Objekt> <nach-Objekt>"71277128#: builtin/notes.c:277129msgid ""7130"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "7131"<object>] [<object>]"7132msgstr ""7133"git notes [--ref <Notiz-Referenz>] append [-m <Nachricht> | -F <Datei> | (-c "7134"| -C) <Objekt>] [<Objekt>]"71357136#: builtin/notes.c:287137msgid "git notes [--ref <notes_ref>] edit [<object>]"7138msgstr "git notes [--ref <Notiz-Referenz>] edit [<Objekt>]"71397140#: builtin/notes.c:297141msgid "git notes [--ref <notes_ref>] show [<object>]"7142msgstr "git notes [--ref <Notiz-Referenz>] show [<Objekt>]"71437144#: builtin/notes.c:307145msgid ""7146"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"7147msgstr ""7148"git notes [--ref <Notiz-Referenz>] merge [-v | -q] [-s <Strategie> ] <Notiz-"7149"Referenz>"71507151#: builtin/notes.c:317152msgid "git notes merge --commit [-v | -q]"7153msgstr "git notes merge --commit [-v | -q]"71547155#: builtin/notes.c:327156msgid "git notes merge --abort [-v | -q]"7157msgstr "git notes merge --abort [-v | -q]"71587159#: builtin/notes.c:337160msgid "git notes [--ref <notes_ref>] remove [<object>...]"7161msgstr "git notes [--ref <Notiz-Referenz>] remove [<Objekt>...]"71627163#: builtin/notes.c:347164msgid "git notes [--ref <notes_ref>] prune [-n | -v]"7165msgstr "git notes [--ref <Notiz-Referenz>] prune [-n | -v]"71667167#: builtin/notes.c:357168msgid "git notes [--ref <notes_ref>] get-ref"7169msgstr "git notes [--ref <Notiz-Referenz>] get-ref"71707171#: builtin/notes.c:407172msgid "git notes [list [<object>]]"7173msgstr "git notes [list [<Objekt>]]"71747175#: builtin/notes.c:457176msgid "git notes add [<options>] [<object>]"7177msgstr "git notes add [<Optionen>] [<Objekt>]"71787179#: builtin/notes.c:507180msgid "git notes copy [<options>] <from-object> <to-object>"7181msgstr "git notes copy [<Optionen>] <von-Objekt> <nach-Objekt>"71827183#: builtin/notes.c:517184msgid "git notes copy --stdin [<from-object> <to-object>]..."7185msgstr "git notes copy --stdin [<von-Objekt> <nach-Objekt>]..."71867187#: builtin/notes.c:567188msgid "git notes append [<options>] [<object>]"7189msgstr "git notes append [<Optionen>] [<Objekt>]"71907191#: builtin/notes.c:617192msgid "git notes edit [<object>]"7193msgstr "git notes edit [<Objekt>]"71947195#: builtin/notes.c:667196msgid "git notes show [<object>]"7197msgstr "git notes show [<Objekt>]"71987199#: builtin/notes.c:717200msgid "git notes merge [<options>] <notes_ref>"7201msgstr "git notes merge [<Optionen>] <Notiz-Referenz>"72027203#: builtin/notes.c:727204msgid "git notes merge --commit [<options>]"7205msgstr "git notes merge --commit [<Optionen>]"72067207#: builtin/notes.c:737208msgid "git notes merge --abort [<options>]"7209msgstr "git notes merge --abort [<Optionen>]"72107211#: builtin/notes.c:787212msgid "git notes remove [<object>]"7213msgstr "git notes remove [<Objekt>]"72147215#: builtin/notes.c:837216msgid "git notes prune [<options>]"7217msgstr "git notes prune [<Optionen>]"72187219#: builtin/notes.c:887220msgid "git notes get-ref"7221msgstr "git notes get-ref"72227223#: builtin/notes.c:1377224#, c-format7225msgid "unable to start 'show' for object '%s'"7226msgstr "konnte 'show' für Objekt '%s' nicht starten"72277228#: builtin/notes.c:1417229msgid "could not read 'show' output"7230msgstr "Konnte Ausgabe von 'show' nicht lesen."72317232#: builtin/notes.c:1497233#, c-format7234msgid "failed to finish 'show' for object '%s'"7235msgstr "konnte 'show' für Objekt '%s' nicht abschließen"72367237#: builtin/notes.c:167 builtin/tag.c:3417238#, c-format7239msgid "could not create file '%s'"7240msgstr "konnte Datei '%s' nicht erstellen"72417242#: builtin/notes.c:1867243msgid "Please supply the note contents using either -m or -F option"7244msgstr ""7245"Bitte liefern Sie den Notiz-Inhalt unter Verwendung der Option -m oder -F."72467247#: builtin/notes.c:207 builtin/notes.c:8447248#, c-format7249msgid "Removing note for object %s\n"7250msgstr "Entferne Notiz für Objekt %s\n"72517252#: builtin/notes.c:2127253msgid "unable to write note object"7254msgstr "Konnte Notiz-Objekt nicht schreiben"72557256#: builtin/notes.c:2147257#, c-format7258msgid "The note contents has been left in %s"7259msgstr "Die Notiz-Inhalte wurden in %s belassen"72607261#: builtin/notes.c:248 builtin/tag.c:5407262#, c-format7263msgid "cannot read '%s'"7264msgstr "kann '%s' nicht lesen"72657266#: builtin/notes.c:250 builtin/tag.c:5437267#, c-format7268msgid "could not open or read '%s'"7269msgstr "konnte '%s' nicht öffnen oder lesen"72707271#: builtin/notes.c:269 builtin/notes.c:316 builtin/notes.c:3187272#: builtin/notes.c:378 builtin/notes.c:432 builtin/notes.c:5157273#: builtin/notes.c:520 builtin/notes.c:595 builtin/notes.c:6377274#: builtin/notes.c:839 builtin/tag.c:5567275#, c-format7276msgid "Failed to resolve '%s' as a valid ref."7277msgstr "Konnte '%s' nicht als gültige Referenz auflösen."72787279#: builtin/notes.c:2727280#, c-format7281msgid "Failed to read object '%s'."7282msgstr "Fehler beim Lesen des Objektes '%s'."72837284#: builtin/notes.c:3127285#, c-format7286msgid "Malformed input line: '%s'."7287msgstr "Fehlerhafte Eingabezeile: '%s'."72887289#: builtin/notes.c:3277290#, c-format7291msgid "Failed to copy notes from '%s' to '%s'"7292msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"72937294#: builtin/notes.c:371 builtin/notes.c:425 builtin/notes.c:4987295#: builtin/notes.c:510 builtin/notes.c:583 builtin/notes.c:6307296#: builtin/notes.c:9047297msgid "too many parameters"7298msgstr "zu viele Parameter"72997300#: builtin/notes.c:384 builtin/notes.c:6437301#, c-format7302msgid "No note found for object %s."7303msgstr "Kein Notiz für Objekt %s gefunden."73047305#: builtin/notes.c:406 builtin/notes.c:5637306msgid "note contents as a string"7307msgstr "Notizinhalte als Zeichenkette"73087309#: builtin/notes.c:409 builtin/notes.c:5667310msgid "note contents in a file"7311msgstr "Notizinhalte in einer Datei"73127313#: builtin/notes.c:411 builtin/notes.c:414 builtin/notes.c:5687314#: builtin/notes.c:571 builtin/tag.c:4747315msgid "object"7316msgstr "Objekt"73177318#: builtin/notes.c:412 builtin/notes.c:5697319msgid "reuse and edit specified note object"7320msgstr "Wiederverwendung und Bearbeitung des angegebenen Notiz-Objektes"73217322#: builtin/notes.c:415 builtin/notes.c:5727323msgid "reuse specified note object"7324msgstr "Wiederverwendung des angegebenen Notiz-Objektes"73257326#: builtin/notes.c:417 builtin/notes.c:4857327msgid "replace existing notes"7328msgstr "ersetzt existierende Notizen"73297330#: builtin/notes.c:4517331#, c-format7332msgid ""7333"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7334"existing notes"7335msgstr ""7336"Konnte Notizen nicht hinzufügen. Existierende Notizen für Objekt %s "7337"gefunden. Verwenden Sie '-f' um die existierenden Notizen zu überschreiben."73387339#: builtin/notes.c:456 builtin/notes.c:5337340#, c-format7341msgid "Overwriting existing notes for object %s\n"7342msgstr "Überschreibe existierende Notizen für Objekt %s\n"73437344#: builtin/notes.c:4867345msgid "read objects from stdin"7346msgstr "liest Objekte von der Standard-Eingabe"73477348#: builtin/notes.c:4887349msgid "load rewriting config for <command> (implies --stdin)"7350msgstr ""7351"lädt Konfiguration für <Kommando> beim Umschreiben von Versionen (impliziert "7352"--stdin)"73537354#: builtin/notes.c:5067355msgid "too few parameters"7356msgstr "zu wenig Parameter"73577358#: builtin/notes.c:5277359#, c-format7360msgid ""7361"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7362"existing notes"7363msgstr ""7364"Kann Notizen nicht kopieren. Existierende Notizen für Objekt %s gefunden. "7365"Verwenden Sie '-f' um die existierenden Notizen zu überschreiben."73667367#: builtin/notes.c:5397368#, c-format7369msgid "Missing notes on source object %s. Cannot copy."7370msgstr "Keine Notizen für Quell-Objekt %s. Kopie nicht möglich."73717372#: builtin/notes.c:5887373#, c-format7374msgid ""7375"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7376"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7377msgstr ""7378"Die Optionen -m/-F/-c/-C sind für das Unterkommando 'edit' veraltet.\n"7379"Bitte benutzen Sie stattdessen 'git notes add -f -m/-F/-c/-C'.\n"73807381#: builtin/notes.c:7357382msgid "General options"7383msgstr "Allgemeine Optionen"73847385#: builtin/notes.c:7377386msgid "Merge options"7387msgstr "Merge-Optionen"73887389#: builtin/notes.c:7397390msgid ""7391"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"7392"cat_sort_uniq)"7393msgstr ""7394"löst Konflikte bei Notizen mit der angegebenen Strategie auf (manual/ours/"7395"theirs/union/cat_sort_uniq)"73967397#: builtin/notes.c:7417398msgid "Committing unmerged notes"7399msgstr "trägt nicht zusammengeführte Notizen ein"74007401#: builtin/notes.c:7437402msgid "finalize notes merge by committing unmerged notes"7403msgstr ""7404"schließt Merge von Notizen ab, in dem nicht zusammengeführte Notizen "7405"committet werden"74067407#: builtin/notes.c:7457408msgid "Aborting notes merge resolution"7409msgstr "bricht Konfliktauflösung beim Merge von Notizen ab"74107411#: builtin/notes.c:7477412msgid "abort notes merge"7413msgstr "bricht Merge von Notizen ab"74147415#: builtin/notes.c:8427416#, c-format7417msgid "Object %s has no note\n"7418msgstr "Objekt %s hat keine Notiz\n"74197420#: builtin/notes.c:8547421msgid "attempt to remove non-existent note is not an error"7422msgstr "der Versuch, eine nicht existierende Notiz zu löschen, ist kein Fehler"74237424#: builtin/notes.c:8577425msgid "read object names from the standard input"7426msgstr "liest Objektnamen von der Standard-Eingabe"74277428#: builtin/notes.c:9387429msgid "notes_ref"7430msgstr "Notiz-Referenz"74317432#: builtin/notes.c:9397433msgid "use notes from <notes_ref>"7434msgstr "verwendet Notizen von <Notiz-Referenz>"74357436#: builtin/notes.c:974 builtin/remote.c:15987437#, c-format7438msgid "Unknown subcommand: %s"7439msgstr "Unbekanntes Unterkommando: %s"74407441#: builtin/pack-objects.c:237442msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"7443msgstr ""7444"git pack-objects --stdout [Optionen...] [< Referenzliste | < Objektliste]"74457446#: builtin/pack-objects.c:247447msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"7448msgstr ""7449"git pack-objects [Optionen...] Basis-Name [< Referenzliste | < Objektliste]"74507451#: builtin/pack-objects.c:183 builtin/pack-objects.c:1867452#, c-format7453msgid "deflate error (%d)"7454msgstr "Fehler beim Komprimieren (%d)"74557456#: builtin/pack-objects.c:23977457#, c-format7458msgid "unsupported index version %s"7459msgstr "Nicht unterstützte Staging-Area-Version %s"74607461#: builtin/pack-objects.c:24017462#, c-format7463msgid "bad index version '%s'"7464msgstr "Ungültige Staging-Area-Version '%s'"74657466#: builtin/pack-objects.c:24247467#, c-format7468msgid "option %s does not accept negative form"7469msgstr "Option %s akzeptiert keine negative Form"74707471#: builtin/pack-objects.c:24287472#, c-format7473msgid "unable to parse value '%s' for option %s"7474msgstr "konnte Wert '%s' für Option %s nicht parsen"74757476#: builtin/pack-objects.c:24477477msgid "do not show progress meter"7478msgstr "zeigt keine Fortschrittsanzeige"74797480#: builtin/pack-objects.c:24497481msgid "show progress meter"7482msgstr "zeigt Fortschrittsanzeige"74837484#: builtin/pack-objects.c:24517485msgid "show progress meter during object writing phase"7486msgstr "zeigt Forschrittsanzeige während der Phase des Schreibens der Objekte"74877488#: builtin/pack-objects.c:24547489msgid "similar to --all-progress when progress meter is shown"7490msgstr "ähnlich zu --all-progress wenn Fortschrittsanzeige darstellt wird"74917492#: builtin/pack-objects.c:24557493msgid "version[,offset]"7494msgstr "version[,offset]"74957496#: builtin/pack-objects.c:24567497msgid "write the pack index file in the specified idx format version"7498msgstr ""7499"schreibt die Index-Datei des Paketes in der angegebenen Indexformat-Version"75007501#: builtin/pack-objects.c:24597502msgid "maximum size of each output pack file"7503msgstr "maximale Größe für jede ausgegebene Paketdatei"75047505#: builtin/pack-objects.c:24617506msgid "ignore borrowed objects from alternate object store"7507msgstr "ignoriert geliehene Objekte von alternativem Objektspeicher"75087509#: builtin/pack-objects.c:24637510msgid "ignore packed objects"7511msgstr "ignoriert gepackte Objekte"75127513#: builtin/pack-objects.c:24657514msgid "limit pack window by objects"7515msgstr "begrenzt Paketfenster durch Objekte"75167517#: builtin/pack-objects.c:24677518msgid "limit pack window by memory in addition to object limit"7519msgstr "begrenzt Paketfenster, zusätzlich zur Objektbegrenzung, durch Speicher"75207521#: builtin/pack-objects.c:24697522msgid "maximum length of delta chain allowed in the resulting pack"7523msgstr ""7524"maximale Länge der erlaubten Differenzverkettung im resultierenden Paket"75257526#: builtin/pack-objects.c:24717527msgid "reuse existing deltas"7528msgstr "verwendet existierende Unterschiede wieder"75297530#: builtin/pack-objects.c:24737531msgid "reuse existing objects"7532msgstr "verwendet existierende Objekte wieder"75337534#: builtin/pack-objects.c:24757535msgid "use OFS_DELTA objects"7536msgstr "verwendet OFS_DELTA Objekte"75377538#: builtin/pack-objects.c:24777539msgid "use threads when searching for best delta matches"7540msgstr ""7541"verwendet Threads bei der Suche nach den besten Übereinstimmungen bei "7542"Unterschieden"75437544#: builtin/pack-objects.c:24797545msgid "do not create an empty pack output"7546msgstr "erzeugt keine leeren Pakete"75477548#: builtin/pack-objects.c:24817549msgid "read revision arguments from standard input"7550msgstr "liest Argumente bezüglich Commits von der Standard-Eingabe"75517552#: builtin/pack-objects.c:24837553msgid "limit the objects to those that are not yet packed"7554msgstr "begrenzt die Objekte zu solchen, die noch nicht gepackt wurden"75557556#: builtin/pack-objects.c:24867557msgid "include objects reachable from any reference"7558msgstr "schließt Objekte ein, die von jeder Referenz erreichbar sind"75597560#: builtin/pack-objects.c:24897561msgid "include objects referred by reflog entries"7562msgstr ""7563"schließt Objekte ein, die von Einträgen des Reflogs referenziert werden"75647565#: builtin/pack-objects.c:24927566msgid "output pack to stdout"7567msgstr "schreibt Paket in die Standard-Ausgabe"75687569#: builtin/pack-objects.c:24947570msgid "include tag objects that refer to objects to be packed"7571msgstr "schließt Tag-Objekte ein, die auf gepackte Objekte referenzieren"75727573#: builtin/pack-objects.c:24967574msgid "keep unreachable objects"7575msgstr "behält nicht erreichbare Objekte"75767577#: builtin/pack-objects.c:2497 parse-options.h:1417578msgid "time"7579msgstr "Zeit"75807581#: builtin/pack-objects.c:24987582msgid "unpack unreachable objects newer than <time>"7583msgstr "entpackt nicht erreichbare Objekte, die neuer als <Zeit> sind"75847585#: builtin/pack-objects.c:25017586msgid "create thin packs"7587msgstr "erzeugt dünnere Pakete"75887589#: builtin/pack-objects.c:25037590msgid "ignore packs that have companion .keep file"7591msgstr "ignoriert Pakete die .keep Dateien haben"75927593#: builtin/pack-objects.c:25057594msgid "pack compression level"7595msgstr "Komprimierungsgrad für Paketierung"75967597#: builtin/pack-objects.c:25077598msgid "do not hide commits by grafts"7599msgstr "verbirgt keine Commits mit künstlichen Vorgängern (\"grafts\")"76007601#: builtin/pack-refs.c:67602msgid "git pack-refs [options]"7603msgstr "git pack-refs [Optionen]"76047605#: builtin/pack-refs.c:147606msgid "pack everything"7607msgstr "packt alles"76087609#: builtin/pack-refs.c:157610msgid "prune loose refs (default)"7611msgstr "entfernt lose Referenzen (Standard)"76127613#: builtin/prune-packed.c:77614msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"7615msgstr "git prune-packed [-n|--dry-run] [-q|--quiet]"76167617#: builtin/prune.c:127618msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"7619msgstr "git prune [-n] [-v] [--expire <Zeit>] [--] [<head>...]"76207621#: builtin/prune.c:1327622msgid "do not remove, show only"7623msgstr "nicht löschen, nur anzeigen"76247625#: builtin/prune.c:1337626msgid "report pruned objects"7627msgstr "meldet gelöschte Objekte"76287629#: builtin/prune.c:1367630msgid "expire objects older than <time>"7631msgstr "lässt Objekte älter als <Zeit> verfallen"76327633#: builtin/push.c:147634msgid "git push [<options>] [<repository> [<refspec>...]]"7635msgstr "git push [<Optionen>] [<Repository> [<Refspec>...]]"76367637#: builtin/push.c:457638msgid "tag shorthand without <tag>"7639msgstr "Kurzschrift für Tag ohne <Tag>"76407641#: builtin/push.c:647642msgid "--delete only accepts plain target ref names"7643msgstr "Die Option --delete akzeptiert nur reine Referenznamen als Ziel."76447645#: builtin/push.c:997646msgid ""7647"\n"7648"To choose either option permanently, see push.default in 'git help config'."7649msgstr ""7650"\n"7651"Um eine Variante permanent zu verwenden, siehe push.default in 'git help "7652"config'."76537654#: builtin/push.c:1027655#, c-format7656msgid ""7657"The upstream branch of your current branch does not match\n"7658"the name of your current branch. To push to the upstream branch\n"7659"on the remote, use\n"7660"\n"7661" git push %s HEAD:%s\n"7662"\n"7663"To push to the branch of the same name on the remote, use\n"7664"\n"7665" git push %s %s\n"7666"%s"7667msgstr ""7668"Der Name des Upstream-Branches stimmt nicht mit dem Namen Ihres\n"7669"aktuellen Branches überein. Um auf den Upstream-Branch in dem Remote-\n"7670"Repository zu versenden, benutzen Sie:\n"7671"\n"7672" git push %s HEAD:%s\n"7673"\n"7674"Um auf den Branch mit dem selben Namen im Remote-Repository zu versenden,\n"7675"benutzen Sie:\n"7676"\n"7677" git push %s %s\n"7678"%s"76797680#: builtin/push.c:1177681#, c-format7682msgid ""7683"You are not currently on a branch.\n"7684"To push the history leading to the current (detached HEAD)\n"7685"state now, use\n"7686"\n"7687" git push %s HEAD:<name-of-remote-branch>\n"7688msgstr ""7689"Sie befinden sich im Moment auf keinem Branch.\n"7690"Um die Historie, führend zum aktuellen (losgelöster HEAD)\n"7691"Status zu versenden, benutzen Sie\n"7692"\n"7693" git push %s HEAD:<Name-des-Remote-Branches>\n"76947695#: builtin/push.c:1317696#, c-format7697msgid ""7698"The current branch %s has no upstream branch.\n"7699"To push the current branch and set the remote as upstream, use\n"7700"\n"7701" git push --set-upstream %s %s\n"7702msgstr ""7703"Der aktuelle Branch %s hat keinen Upstream-Branch.\n"7704"Um den aktuellen Branch zu versenden und den Remote-Branch\n"7705"als Upstream-Branch zu setzen, benutzen Sie\n"7706"\n"7707" git push --set-upstream %s %s\n"77087709#: builtin/push.c:1397710#, c-format7711msgid "The current branch %s has multiple upstream branches, refusing to push."7712msgstr ""7713"Der aktuelle Branch %s hat mehrere Upstream-Branches, \"push\" verweigert."77147715#: builtin/push.c:1427716#, c-format7717msgid ""7718"You are pushing to remote '%s', which is not the upstream of\n"7719"your current branch '%s', without telling me what to push\n"7720"to update which remote branch."7721msgstr ""7722"Sie versenden nach '%s', welches kein Upstream-Repository Ihres aktuellen\n"7723"Branches '%s' ist, ohne mir mitzuteilen, was ich versenden soll, um welchen\n"7724"Remote-Branch zu aktualisieren."77257726#: builtin/push.c:1657727msgid ""7728"push.default is unset; its implicit value is changing in\n"7729"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"7730"and maintain the current behavior after the default changes, use:\n"7731"\n"7732" git config --global push.default matching\n"7733"\n"7734"To squelch this message and adopt the new behavior now, use:\n"7735"\n"7736" git config --global push.default simple\n"7737"\n"7738"See 'git help config' and search for 'push.default' for further "7739"information.\n"7740"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"7741"'current' instead of 'simple' if you sometimes use older versions of Git)"7742msgstr ""7743"'push.default' ist nicht gesetzt; der implizit gesetzte Wert\n"7744"wird in Git 2.0 von 'matching' nach 'simple' geändert. Um diese Meldung zu\n"7745"unterdrücken und das aktuelle Verhalten nach Änderung des Standardwertes\n"7746"beizubehalten, benutzen Sie:\n"7747"\n"7748" git config --global push.default matching\n"7749"\n"7750"Um diese Meldung zu unterdrücken und das neue Verhalten jetzt zu übernehmen, "7751"benutzen Sie:\n"7752"\n"7753" git config --global push.default simple\n"7754"\n"7755"Führen Sie 'git help config' aus und suchen Sie nach 'push.default' für "7756"weitere Informationen.\n"7757"(Der Modus 'simple' wurde in Git 1.7.11 eingeführt. Benutze den ähnlichen "7758"Modus 'current' anstatt 'simple', falls Sie gelegentlich ältere Versionen "7759"von Git benutzen.)"77607761#: builtin/push.c:2257762msgid ""7763"You didn't specify any refspecs to push, and push.default is \"nothing\"."7764msgstr ""7765"Sie haben keine Refspec für \"push\" angegeben, und push.default ist "7766"\"nothing\"."77677768#: builtin/push.c:2327769msgid ""7770"Updates were rejected because the tip of your current branch is behind\n"7771"its remote counterpart. Integrate the remote changes (e.g.\n"7772"'git pull ...') before pushing again.\n"7773"See the 'Note about fast-forwards' in 'git push --help' for details."7774msgstr ""7775"Aktualisierungen wurden zurückgewiesen, weil die Spitze Ihres aktuellen\n"7776"Branches hinter seinem externen Gegenstück zurückgefallen ist. Führen Sie\n"7777"die externen Änderungen zusammen (z.B. 'git pull ...') bevor Sie \"push\"\n"7778"erneut ausführen.\n"7779"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"7780"für weitere Details."77817782#: builtin/push.c:2387783msgid ""7784"Updates were rejected because a pushed branch tip is behind its remote\n"7785"counterpart. If you did not intend to push that branch, you may want to\n"7786"specify branches to push or set the 'push.default' configuration variable\n"7787"to 'simple', 'current' or 'upstream' to push only the current branch."7788msgstr ""7789"Aktualisierungen wurden zurückgewiesen, weil die Spitze eines versendeten\n"7790"Branches hinter seinem externen Gegenstück zurückgefallen ist. Wenn Sie "7791"nicht\n"7792"beabsichtigt haben, diesen Branch zu versenden, können Sie auch den zu "7793"versendenden\n"7794"Branch spezifizieren oder die Konfigurationsvariable 'push.default' zu "7795"'simple', 'current'\n"7796"oder 'upstream' setzen, um nur den aktuellen Branch zu versenden."77977798#: builtin/push.c:2447799msgid ""7800"Updates were rejected because a pushed branch tip is behind its remote\n"7801"counterpart. Check out this branch and integrate the remote changes\n"7802"(e.g. 'git pull ...') before pushing again.\n"7803"See the 'Note about fast-forwards' in 'git push --help' for details."7804msgstr ""7805"Aktualisierungen wurden zurückgewiesen, weil die Spitze eines versendeten\n"7806"Branches hinter seinem externen Gegenstück zurückgefallen ist. Checken Sie\n"7807"diesen Branch aus und führen Sie die externen Änderungen zusammen\n"7808"(z.B. 'git pull ...') bevor Sie erneut \"push\" ausführen.\n"7809"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"7810"für weitere Details."78117812#: builtin/push.c:2507813msgid ""7814"Updates were rejected because the remote contains work that you do\n"7815"not have locally. This is usually caused by another repository pushing\n"7816"to the same ref. You may want to first integrate the remote changes\n"7817"(e.g., 'git pull ...') before pushing again.\n"7818"See the 'Note about fast-forwards' in 'git push --help' for details."7819msgstr ""7820"Aktualisierungen wurden zurückgewiesen, weil das Remote-Repository Commits "7821"enthält,\n"7822"die lokal nicht vorhanden sind. Das wird üblicherweise durch einen \"push\" "7823"von\n"7824"Commits auf dieselbe Referenz von einem anderen Repository aus verursacht.\n"7825"Vielleicht müssen Sie die externen Änderungen zusammenzuführen (z.B. 'git "7826"pull ...')\n"7827"bevor Sie erneut \"push\" ausführen.\n"7828"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"7829"für weitere Details."78307831#: builtin/push.c:2577832msgid "Updates were rejected because the tag already exists in the remote."7833msgstr ""7834"Aktualisierungen wurden zurückgewiesen, weil das Tag bereits\n"7835"im Remote-Repository existiert."78367837#: builtin/push.c:2607838msgid ""7839"You cannot update a remote ref that points at a non-commit object,\n"7840"or update a remote ref to make it point at a non-commit object,\n"7841"without using the '--force' option.\n"7842msgstr ""7843"Sie können keine Remote-Referenz aktualisieren, die auf ein Objekt zeigt,\n"7844"das kein Commit ist, oder es auf ein solches Objekt zeigen lassen, ohne\n"7845"die Option '--force' zu verwenden.\n"78467847#: builtin/push.c:3207848#, c-format7849msgid "Pushing to %s\n"7850msgstr "Versende nach %s\n"78517852#: builtin/push.c:3247853#, c-format7854msgid "failed to push some refs to '%s'"7855msgstr "Fehler beim Versenden einiger Referenzen nach '%s'"78567857#: builtin/push.c:3577858#, c-format7859msgid "bad repository '%s'"7860msgstr "ungültiges Repository '%s'"78617862#: builtin/push.c:3587863msgid ""7864"No configured push destination.\n"7865"Either specify the URL from the command-line or configure a remote "7866"repository using\n"7867"\n"7868" git remote add <name> <url>\n"7869"\n"7870"and then push using the remote name\n"7871"\n"7872" git push <name>\n"7873msgstr ""7874"Kein Ziel für \"push\" konfiguriert.\n"7875"Entweder spezifizieren Sie die URL von der Kommandozeile oder konfigurieren "7876"ein Remote-Repository unter Benutzung von\n"7877"\n"7878" git remote add <Name> <URL>\n"7879"\n"7880"und führen \"push\" dann unter Benutzung dieses Namens aus\n"7881"\n"7882" git push <Name>\n"78837884#: builtin/push.c:3737885msgid "--all and --tags are incompatible"7886msgstr "Die Optionen --all und --tags sind inkompatibel."78877888#: builtin/push.c:3747889msgid "--all can't be combined with refspecs"7890msgstr "Die Option --all kann nicht mit Refspecs kombiniert werden."78917892#: builtin/push.c:3797893msgid "--mirror and --tags are incompatible"7894msgstr "Die Optionen --mirror und --tags sind inkompatibel."78957896#: builtin/push.c:3807897msgid "--mirror can't be combined with refspecs"7898msgstr "Die Option --mirror kann nicht mit Refspecs kombiniert werden."78997900#: builtin/push.c:3857901msgid "--all and --mirror are incompatible"7902msgstr "Die Optionen --all und --mirror sind inkompatibel."79037904#: builtin/push.c:4457905msgid "repository"7906msgstr "Repository"79077908#: builtin/push.c:4467909msgid "push all refs"7910msgstr "versendet alle Referenzen"79117912#: builtin/push.c:4477913msgid "mirror all refs"7914msgstr "spiegelt alle Referenzen"79157916#: builtin/push.c:4497917msgid "delete refs"7918msgstr "löscht Referenzen"79197920#: builtin/push.c:4507921msgid "push tags (can't be used with --all or --mirror)"7922msgstr "versendet Tags (kann nicht mit --all oder --mirror verwendet werden)"79237924#: builtin/push.c:4537925msgid "force updates"7926msgstr "erzwingt Aktualisierung"79277928#: builtin/push.c:4547929msgid "check"7930msgstr ""79317932#: builtin/push.c:4557933msgid "control recursive pushing of submodules"7934msgstr "steuert rekursiven \"push\" von Submodulen"79357936#: builtin/push.c:4577937msgid "use thin pack"7938msgstr "verwendet kleinere Pakete"79397940#: builtin/push.c:458 builtin/push.c:4597941msgid "receive pack program"7942msgstr "'receive pack' Programm"79437944#: builtin/push.c:4607945msgid "set upstream for git pull/status"7946msgstr "setzt Upstream für \"git pull/status\""79477948#: builtin/push.c:4637949msgid "prune locally removed refs"7950msgstr "entfernt lokal gelöschte Referenzen"79517952#: builtin/push.c:4657953msgid "bypass pre-push hook"7954msgstr "umgeht \"pre-push hook\""79557956#: builtin/push.c:4667957msgid "push missing but relevant tags"7958msgstr "versendet fehlende, aber relevante Tags"79597960#: builtin/push.c:4767961msgid "--delete is incompatible with --all, --mirror and --tags"7962msgstr "Die Option --delete ist inkompatibel mit --all, --mirror und --tags."79637964#: builtin/push.c:4787965msgid "--delete doesn't make sense without any refs"7966msgstr "Die Option --delete kann nur mit Referenzen verwendet werden."79677968#: builtin/read-tree.c:367969msgid ""7970"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "7971"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7972"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"7973msgstr ""7974"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<Prefix>] "7975"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7976"index-output=<Datei>] (--empty | <Commit-Referenz1> [<Commit-Referenz2> "7977"[<Commit-Referenz3>]])"79787979#: builtin/read-tree.c:1097980msgid "write resulting index to <file>"7981msgstr "schreibt resultierende Staging-Area nach <Datei>"79827983#: builtin/read-tree.c:1127984msgid "only empty the index"7985msgstr "leert die Staging-Area"79867987#: builtin/read-tree.c:1147988msgid "Merging"7989msgstr "Merge"79907991#: builtin/read-tree.c:1167992msgid "perform a merge in addition to a read"7993msgstr "führt einen Merge zusätzlich zum Lesen aus"79947995#: builtin/read-tree.c:1187996msgid "3-way merge if no file level merging required"7997msgstr "3-Wege-Merge, wenn kein Merge auf Dateiebene erforderlich ist"79987999#: builtin/read-tree.c:1208000msgid "3-way merge in presence of adds and removes"8001msgstr "3-Wege-Merge bei Vorhandensein von hinzugefügten/entfernten Zeilen"80028003#: builtin/read-tree.c:1228004msgid "same as -m, but discard unmerged entries"8005msgstr "genau wie -m, verwirft aber nicht zusammengeführte Einträge"80068007#: builtin/read-tree.c:1238008msgid "<subdirectory>/"8009msgstr "<Unterverzeichnis>/"80108011#: builtin/read-tree.c:1248012msgid "read the tree into the index under <subdirectory>/"8013msgstr "liest das Verzeichnis in die Staging-Area unter <Unterverzeichnis>/"80148015#: builtin/read-tree.c:1278016msgid "update working tree with merge result"8017msgstr "aktualisiert Arbeitsverzeichnis mit dem Ergebnis des Merges"80188019#: builtin/read-tree.c:1298020msgid "gitignore"8021msgstr "gitignore"80228023#: builtin/read-tree.c:1308024msgid "allow explicitly ignored files to be overwritten"8025msgstr "erlaubt explizit ignorierte Dateien zu überschreiben"80268027#: builtin/read-tree.c:1338028msgid "don't check the working tree after merging"8029msgstr "prüft nicht das Arbeitsverzeichnis nach dem Merge"80308031#: builtin/read-tree.c:1348032msgid "don't update the index or the work tree"8033msgstr "aktualisiert weder die Staging-Area, noch das Arbeitsverzeichnis"80348035#: builtin/read-tree.c:1368036msgid "skip applying sparse checkout filter"8037msgstr "überspringt Anwendung des Filters für spärliches Auschecken"80388039#: builtin/read-tree.c:1388040msgid "debug unpack-trees"8041msgstr "protokolliert Entpacken der Bäume"80428043#: builtin/reflog.c:5008044#, c-format8045msgid "%s' for '%s' is not a valid timestamp"8046msgstr "'%s' für '%s' ist kein gültiger Zeitstempel"80478048#: builtin/reflog.c:616 builtin/reflog.c:6218049#, c-format8050msgid "'%s' is not a valid timestamp"8051msgstr "'%s' ist kein gültiger Zeitstempel"80528053#: builtin/remote.c:118054msgid "git remote [-v | --verbose]"8055msgstr "git remote [-v | --verbose]"80568057#: builtin/remote.c:128058msgid ""8059"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"8060"mirror=<fetch|push>] <name> <url>"8061msgstr ""8062"git remote add [-t <Branch>] [-m <master>] [-f] [--tags|--no-tags] [--"8063"mirror=<fetch|push>] <Name> <URL>"80648065#: builtin/remote.c:13 builtin/remote.c:328066msgid "git remote rename <old> <new>"8067msgstr "git remote rename <alt> <neu>"80688069#: builtin/remote.c:14 builtin/remote.c:378070msgid "git remote remove <name>"8071msgstr "git remote remove <Name>"80728073#: builtin/remote.c:15 builtin/remote.c:428074msgid "git remote set-head <name> (-a | -d | <branch>)"8075msgstr "git remote set-head <Name> (-a | -d | <Branch>)"80768077#: builtin/remote.c:168078msgid "git remote [-v | --verbose] show [-n] <name>"8079msgstr "git remote [-v | --verbose] show [-n] <Name>"80808081#: builtin/remote.c:178082msgid "git remote prune [-n | --dry-run] <name>"8083msgstr "git remote prune [-n | --dry-run] <Name>"80848085#: builtin/remote.c:188086msgid ""8087"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"8088msgstr ""8089"git remote [-v | --verbose] update [-p | --prune] [(<Gruppe> | <Remote>)...]"80908091#: builtin/remote.c:198092msgid "git remote set-branches [--add] <name> <branch>..."8093msgstr "git remote set-branches [--add] <Name> <Branch>..."80948095#: builtin/remote.c:20 builtin/remote.c:688096msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"8097msgstr "git remote set-url [--push] <Name> <neueURL> [<alteURL>]"80988099#: builtin/remote.c:21 builtin/remote.c:698100msgid "git remote set-url --add <name> <newurl>"8101msgstr "git remote set-url --add <Name> <neueURL>"81028103#: builtin/remote.c:22 builtin/remote.c:708104msgid "git remote set-url --delete <name> <url>"8105msgstr "git remote set-url --delete <Name> <URL>"81068107#: builtin/remote.c:278108msgid "git remote add [<options>] <name> <url>"8109msgstr "git remote add [<Optionen>] <Name> <URL>"81108111#: builtin/remote.c:478112msgid "git remote set-branches <name> <branch>..."8113msgstr "git remote set-branches <Name> <Branch>..."81148115#: builtin/remote.c:488116msgid "git remote set-branches --add <name> <branch>..."8117msgstr "git remote set-branches --add <Name> <Branch>..."81188119#: builtin/remote.c:538120msgid "git remote show [<options>] <name>"8121msgstr "git remote show [<Optionen>] <Name>"81228123#: builtin/remote.c:588124msgid "git remote prune [<options>] <name>"8125msgstr "git remote prune [<Optionen>] <Name>"81268127#: builtin/remote.c:638128msgid "git remote update [<options>] [<group> | <remote>]..."8129msgstr "git remote update [<Optionen>] [<Gruppe> | <externesRepository>]..."81308131#: builtin/remote.c:988132#, c-format8133msgid "Updating %s"8134msgstr "Aktualisiere %s"81358136#: builtin/remote.c:1308137msgid ""8138"--mirror is dangerous and deprecated; please\n"8139"\t use --mirror=fetch or --mirror=push instead"8140msgstr ""8141"--mirror ist gefährlich und veraltet; bitte\n"8142"\t benutzen Sie stattdessen --mirror=fetch oder --mirror=push"81438144#: builtin/remote.c:1478145#, c-format8146msgid "unknown mirror argument: %s"8147msgstr "unbekanntes Argument für Option --mirror: %s"81488149#: builtin/remote.c:1638150msgid "fetch the remote branches"8151msgstr "fordert die Remote-Branches an"81528153#: builtin/remote.c:1658154msgid "import all tags and associated objects when fetching"8155msgstr "importiert alle Tags und verbundene Objekte beim Anfordern"81568157#: builtin/remote.c:1688158msgid "or do not fetch any tag at all (--no-tags)"8159msgstr "oder fordere gar keine Zweige an (--no-tags)"81608161#: builtin/remote.c:1708162msgid "branch(es) to track"8163msgstr "Branch(es) zur Übernahme"81648165#: builtin/remote.c:1718166msgid "master branch"8167msgstr "Hauptbranch"81688169#: builtin/remote.c:1728170msgid "push|fetch"8171msgstr "push|fetch"81728173#: builtin/remote.c:1738174msgid "set up remote as a mirror to push to or fetch from"8175msgstr ""8176"Aufsetzen des Remote-Repositories als Spiegel-Repository für \"push\" und "8177"\"fetch\""81788179#: builtin/remote.c:1858180msgid "specifying a master branch makes no sense with --mirror"8181msgstr ""8182"Die Option --mirror kann nicht mit der Angabe eines Hauptbranches verwendet "8183"werden."81848185#: builtin/remote.c:1878186msgid "specifying branches to track makes sense only with fetch mirrors"8187msgstr ""8188"Die Angabe von zu folgenden Branches kann nur mit dem Anfordern von "8189"Spiegelarchiven verwendet werden."81908191#: builtin/remote.c:195 builtin/remote.c:6468192#, c-format8193msgid "remote %s already exists."8194msgstr "externes Repository %s existiert bereits"81958196#: builtin/remote.c:199 builtin/remote.c:6508197#, c-format8198msgid "'%s' is not a valid remote name"8199msgstr "'%s' ist kein gültiger Name für ein Remote-Repository"82008201#: builtin/remote.c:2438202#, c-format8203msgid "Could not setup master '%s'"8204msgstr "Konnte symbolische Referenz für Hauptbranch von '%s' nicht einrichten"82058206#: builtin/remote.c:2998207#, c-format8208msgid "more than one %s"8209msgstr "mehr als ein %s"82108211#: builtin/remote.c:3398212#, c-format8213msgid "Could not get fetch map for refspec %s"8214msgstr "Konnte Fetch-Map für Refspec %s nicht bekommen"82158216#: builtin/remote.c:440 builtin/remote.c:4488217msgid "(matching)"8218msgstr "(übereinstimmend)"82198220#: builtin/remote.c:4528221msgid "(delete)"8222msgstr "(lösche)"82238224#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6078225#, c-format8226msgid "Could not append '%s' to '%s'"8227msgstr "Konnte '%s' nicht an '%s' anhängen."82288229#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8908230#, c-format8231msgid "No such remote: %s"8232msgstr "Kein solches Remote-Repository: %s"82338234#: builtin/remote.c:6568235#, c-format8236msgid "Could not rename config section '%s' to '%s'"8237msgstr "Konnte Sektion '%s' in Konfiguration nicht nach '%s' umbenennen"82388239#: builtin/remote.c:662 builtin/remote.c:7998240#, c-format8241msgid "Could not remove config section '%s'"8242msgstr "Konnte Sektion '%s' nicht aus Konfiguration entfernen"82438244#: builtin/remote.c:6778245#, c-format8246msgid ""8247"Not updating non-default fetch refspec\n"8248"\t%s\n"8249"\tPlease update the configuration manually if necessary."8250msgstr ""8251"Keine Aktualisierung der nicht standardmäßigen Refspec für \"fetch\"\n"8252"\t%s\n"8253"\tBitte aktualisieren Sie, falls notwendig, die Konfiguration manuell."82548255#: builtin/remote.c:6838256#, c-format8257msgid "Could not append '%s'"8258msgstr "Konnte '%s' nicht anhängen."82598260#: builtin/remote.c:6948261#, c-format8262msgid "Could not set '%s'"8263msgstr "Konnte '%s' nicht setzen"82648265#: builtin/remote.c:7168266#, c-format8267msgid "deleting '%s' failed"8268msgstr "Konnte '%s' nicht löschen"82698270#: builtin/remote.c:7508271#, c-format8272msgid "creating '%s' failed"8273msgstr "Konnte '%s' nicht erstellen"82748275#: builtin/remote.c:7648276#, c-format8277msgid "Could not remove branch %s"8278msgstr "Konnte Branch %s nicht löschen"82798280#: builtin/remote.c:8348281msgid ""8282"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"8283"to delete it, use:"8284msgid_plural ""8285"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"8286"to delete them, use:"8287msgstr[0] ""8288"Hinweis: Ein Branch außerhalb der refs/remotes/ Hierachie wurde nicht "8289"gelöscht;\n"8290"um diesen zu löschen, benutzen Sie:"8291msgstr[1] ""8292"Hinweis: Einige Branches außer der refs/remotes/ Hierarchie wurden nicht "8293"entfernt;\n"8294"um diese zu entfernen, benutzen Sie:"82958296#: builtin/remote.c:9438297#, c-format8298msgid " new (next fetch will store in remotes/%s)"8299msgstr " neu (wird bei nächstem \"fetch\" in remotes/%s gespeichert)"83008301#: builtin/remote.c:9468302msgid " tracked"8303msgstr " gefolgt"83048305#: builtin/remote.c:9488306msgid " stale (use 'git remote prune' to remove)"8307msgstr " veraltet (benutzen Sie 'git remote prune' zum Löschen)"83088309#: builtin/remote.c:9508310msgid " ???"8311msgstr " ???"83128313#: builtin/remote.c:9918314#, c-format8315msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"8316msgstr "ungültiges branch.%s.merge; kann Rebase nicht auf > 1 Branch ausführen"83178318#: builtin/remote.c:9988319#, c-format8320msgid "rebases onto remote %s"8321msgstr "Rebase auf Remote-Branch %s"83228323#: builtin/remote.c:10018324#, c-format8325msgid " merges with remote %s"8326msgstr " führt mit Remote-Branch %s zusammen"83278328#: builtin/remote.c:10028329msgid " and with remote"8330msgstr " und mit Remote-Branch"83318332#: builtin/remote.c:10048333#, c-format8334msgid "merges with remote %s"8335msgstr "führt mit Remote-Branch %s zusammen"83368337#: builtin/remote.c:10058338msgid " and with remote"8339msgstr " und mit Remote-Branch"83408341#: builtin/remote.c:10518342msgid "create"8343msgstr "erstellt"83448345#: builtin/remote.c:10548346msgid "delete"8347msgstr "gelöscht"83488349#: builtin/remote.c:10588350msgid "up to date"8351msgstr "aktuell"83528353#: builtin/remote.c:10618354msgid "fast-forwardable"8355msgstr "vorspulbar"83568357#: builtin/remote.c:10648358msgid "local out of date"8359msgstr "lokal nicht aktuell"83608361#: builtin/remote.c:10718362#, c-format8363msgid " %-*s forces to %-*s (%s)"8364msgstr " %-*s erzwingt Versandt nach %-*s (%s)"83658366#: builtin/remote.c:10748367#, c-format8368msgid " %-*s pushes to %-*s (%s)"8369msgstr " %-*s versendet nach %-*s (%s)"83708371#: builtin/remote.c:10788372#, c-format8373msgid " %-*s forces to %s"8374msgstr " %-*s erzwingt Versand nach %s"83758376#: builtin/remote.c:10818377#, c-format8378msgid " %-*s pushes to %s"8379msgstr " %-*s versendet nach %s"83808381#: builtin/remote.c:10918382msgid "do not query remotes"8383msgstr "keine Abfrage von Remote-Repositories"83848385#: builtin/remote.c:11188386#, c-format8387msgid "* remote %s"8388msgstr "* Remote-Repository %s"83898390#: builtin/remote.c:11198391#, c-format8392msgid " Fetch URL: %s"8393msgstr " URL zum Abholen: %s"83948395#: builtin/remote.c:1120 builtin/remote.c:12858396msgid "(no URL)"8397msgstr "(keine URL)"83988399#: builtin/remote.c:1129 builtin/remote.c:11318400#, c-format8401msgid " Push URL: %s"8402msgstr " URL zum Versenden: %s"84038404#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11378405#, c-format8406msgid " HEAD branch: %s"8407msgstr " Hauptbranch: %s"84088409#: builtin/remote.c:11398410#, c-format8411msgid ""8412" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"8413msgstr ""8414" Hauptbranch (externer HEAD ist mehrdeutig, könnte einer der folgenden "8415"sein):\n"84168417#: builtin/remote.c:11518418#, c-format8419msgid " Remote branch:%s"8420msgid_plural " Remote branches:%s"8421msgstr[0] " Remote-Branch:%s"8422msgstr[1] " Remote-Branches:%s"84238424#: builtin/remote.c:1154 builtin/remote.c:11818425msgid " (status not queried)"8426msgstr " (Zustand nicht abgefragt)"84278428#: builtin/remote.c:11638429msgid " Local branch configured for 'git pull':"8430msgid_plural " Local branches configured for 'git pull':"8431msgstr[0] " Lokaler Branch konfiguriert für 'git pull':"8432msgstr[1] " Lokale Branches konfiguriert für 'git pull':"84338434#: builtin/remote.c:11718435msgid " Local refs will be mirrored by 'git push'"8436msgstr " Lokale Referenzen werden von 'git push' gespiegelt"84378438#: builtin/remote.c:11788439#, c-format8440msgid " Local ref configured for 'git push'%s:"8441msgid_plural " Local refs configured for 'git push'%s:"8442msgstr[0] " Lokale Referenz konfiguriert für 'git push'%s:"8443msgstr[1] " Lokale Referenzen konfiguriert für 'git push'%s:"84448445#: builtin/remote.c:11998446msgid "set refs/remotes/<name>/HEAD according to remote"8447msgstr "setzt refs/remotes/<Name>/HEAD gemäß dem Remote-Repository"84488449#: builtin/remote.c:12018450msgid "delete refs/remotes/<name>/HEAD"8451msgstr "entfernt refs/remotes/<Name>/HEAD"84528453#: builtin/remote.c:12168454msgid "Cannot determine remote HEAD"8455msgstr "Kann HEAD des Remote-Repositories nicht bestimmen"84568457#: builtin/remote.c:12188458msgid "Multiple remote HEAD branches. Please choose one explicitly with:"8459msgstr ""8460"Mehrere Hauptbranches im Remote-Repository. Bitte wählen Sie explizit einen "8461"aus mit:"84628463#: builtin/remote.c:12288464#, c-format8465msgid "Could not delete %s"8466msgstr "Konnte %s nicht entfernen"84678468#: builtin/remote.c:12368469#, c-format8470msgid "Not a valid ref: %s"8471msgstr "keine gültige Referenz: %s"84728473#: builtin/remote.c:12388474#, c-format8475msgid "Could not setup %s"8476msgstr "Konnte %s nicht einrichten"84778478#: builtin/remote.c:12748479#, c-format8480msgid " %s will become dangling!"8481msgstr " %s wird unreferenziert!"84828483#: builtin/remote.c:12758484#, c-format8485msgid " %s has become dangling!"8486msgstr " %s wurde unreferenziert!"84878488#: builtin/remote.c:12818489#, c-format8490msgid "Pruning %s"8491msgstr "entferne veraltete Branches von %s"84928493#: builtin/remote.c:12828494#, c-format8495msgid "URL: %s"8496msgstr "URL: %s"84978498#: builtin/remote.c:12958499#, c-format8500msgid " * [would prune] %s"8501msgstr " * [würde veralteten Branch entfernen] %s"85028503#: builtin/remote.c:12988504#, c-format8505msgid " * [pruned] %s"8506msgstr "* [veralteten Branch entfernt] %s"85078508#: builtin/remote.c:13218509msgid "prune remotes after fetching"8510msgstr "entfernt veraltete Branches im Remote-Repository nach \"fetch\""85118512#: builtin/remote.c:1387 builtin/remote.c:14618513#, c-format8514msgid "No such remote '%s'"8515msgstr "Kein solches Remote-Repository '%s'"85168517#: builtin/remote.c:14078518msgid "add branch"8519msgstr "fügt Branch hinzu"85208521#: builtin/remote.c:14148522msgid "no remote specified"8523msgstr "kein Remote-Repository angegeben"85248525#: builtin/remote.c:14368526msgid "manipulate push URLs"8527msgstr "manipuliert URLs für \"push\""85288529#: builtin/remote.c:14388530msgid "add URL"8531msgstr "fügt URL hinzu"85328533#: builtin/remote.c:14408534msgid "delete URLs"8535msgstr "löscht URLs"85368537#: builtin/remote.c:14478538msgid "--add --delete doesn't make sense"8539msgstr ""8540"Die Optionen --add und --delete können nicht gemeinsam verwendet werden."85418542#: builtin/remote.c:14878543#, c-format8544msgid "Invalid old URL pattern: %s"8545msgstr "ungültiges altes URL Format: %s"85468547#: builtin/remote.c:14958548#, c-format8549msgid "No such URL found: %s"8550msgstr "Keine solche URL gefunden: %s"85518552#: builtin/remote.c:14978553msgid "Will not delete all non-push URLs"8554msgstr "Werde keine URLs entfernen, die nicht für \"push\" bestimmt sind"85558556#: builtin/remote.c:15698557msgid "be verbose; must be placed before a subcommand"8558msgstr "erweiterte Ausgaben; muss vor einem Unterkommando angegeben werden"85598560#: builtin/replace.c:178561msgid "git replace [-f] <object> <replacement>"8562msgstr "git replace [-f] <Objekt> <Ersetzung>"85638564#: builtin/replace.c:188565msgid "git replace -d <object>..."8566msgstr "git replace -d <Objekt>..."85678568#: builtin/replace.c:198569msgid "git replace -l [<pattern>]"8570msgstr "git replace -l [<Muster>]"85718572#: builtin/replace.c:1218573msgid "list replace refs"8574msgstr "listet ersetzende Referenzen auf"85758576#: builtin/replace.c:1228577msgid "delete replace refs"8578msgstr "löscht ersetzende Referenzen"85798580#: builtin/replace.c:1238581msgid "replace the ref if it exists"8582msgstr "ersetzt die Referenz, wenn sie existiert"85838584#: builtin/rerere.c:118585msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"8586msgstr "git rerere [clean | forget path... | status | remaining | diff | gc]"85878588#: builtin/rerere.c:568589msgid "register clean resolutions in index"8590msgstr "registriert saubere Auflösungen in der Staging-Area"85918592#: builtin/reset.c:258593msgid ""8594"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"8595msgstr ""8596"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<Commit>]"85978598#: builtin/reset.c:268599msgid "git reset [-q] <tree-ish> [--] <paths>..."8600msgstr "git reset [-q] <Commit-Referenz> [--] <Pfade>..."86018602#: builtin/reset.c:278603msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"8604msgstr "git reset --patch [<Commit-Referenz>] [--] [<Pfade>...]"86058606#: builtin/reset.c:338607msgid "mixed"8608msgstr "mixed"86098610#: builtin/reset.c:338611msgid "soft"8612msgstr "soft"86138614#: builtin/reset.c:338615msgid "hard"8616msgstr "hard"86178618#: builtin/reset.c:338619msgid "merge"8620msgstr "zusammenführen"86218622#: builtin/reset.c:338623msgid "keep"8624msgstr "keep"86258626#: builtin/reset.c:738627msgid "You do not have a valid HEAD."8628msgstr "Sie haben keinen gültigen HEAD."86298630#: builtin/reset.c:758631msgid "Failed to find tree of HEAD."8632msgstr "Fehler beim Finden des \"Tree\"-Objektes von HEAD."86338634#: builtin/reset.c:818635#, c-format8636msgid "Failed to find tree of %s."8637msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."86388639#: builtin/reset.c:998640#, c-format8641msgid "HEAD is now at %s"8642msgstr "HEAD ist jetzt bei %s"86438644#: builtin/reset.c:1728645#, c-format8646msgid "Cannot do a %s reset in the middle of a merge."8647msgstr "Kann keinen '%s'-Reset durchführen, während ein Merge im Gange ist."86488649#: builtin/reset.c:2518650msgid "be quiet, only report errors"8651msgstr "weniger Ausgaben, meldet nur Fehler"86528653#: builtin/reset.c:2538654msgid "reset HEAD and index"8655msgstr "setzt HEAD und Staging-Area um"86568657#: builtin/reset.c:2548658msgid "reset only HEAD"8659msgstr "setzt nur HEAD um"86608661#: builtin/reset.c:256 builtin/reset.c:2588662msgid "reset HEAD, index and working tree"8663msgstr "setzt HEAD, Staging-Area und Arbeitsverzeichnis um"86648665#: builtin/reset.c:2608666msgid "reset HEAD but keep local changes"8667msgstr "setzt HEAD um, behält aber lokale Änderungen"86688669#: builtin/reset.c:2788670#, c-format8671msgid "Failed to resolve '%s' as a valid revision."8672msgstr "Konnte '%s' nicht als gültigen Commit auflösen."86738674#: builtin/reset.c:281 builtin/reset.c:2898675#, c-format8676msgid "Could not parse object '%s'."8677msgstr "Konnte Objekt '%s' nicht parsen."86788679#: builtin/reset.c:2868680#, c-format8681msgid "Failed to resolve '%s' as a valid tree."8682msgstr "Konnte '%s' nicht als gültiges \"Tree\"-Objekt auflösen."86838684#: builtin/reset.c:2958685msgid "--patch is incompatible with --{hard,mixed,soft}"8686msgstr "--patch ist inkompatibel mit --{hard,mixed,soft}"86878688#: builtin/reset.c:3048689msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."8690msgstr ""8691"--mixed mit Pfaden ist veraltet; benutzen Sie stattdessen 'git reset -- "8692"<Pfade>'."86938694#: builtin/reset.c:3068695#, c-format8696msgid "Cannot do %s reset with paths."8697msgstr "Ein '%s'-Reset mit Pfaden ist nicht möglich."86988699#: builtin/reset.c:3168700#, c-format8701msgid "%s reset is not allowed in a bare repository"8702msgstr "'%s'-Reset ist in einem Bare-Repository nicht erlaubt"87038704#: builtin/reset.c:3368705#, c-format8706msgid "Could not reset index file to revision '%s'."8707msgstr "Konnte Staging-Area-Datei nicht zu Commit '%s' setzen."87088709#: builtin/reset.c:3428710msgid "Unstaged changes after reset:"8711msgstr "Nicht zum Commit vorgemerkte Änderungen nach Zurücksetzung:"87128713#: builtin/reset.c:3478714msgid "Could not write new index file."8715msgstr "Konnte neue Staging-Area-Datei nicht schreiben."87168717#: builtin/rev-parse.c:3458718msgid "git rev-parse --parseopt [options] -- [<args>...]"8719msgstr "git rev-parse --parseopt [Optionen] -- [<Argumente>...]"87208721#: builtin/rev-parse.c:3508722msgid "keep the `--` passed as an arg"8723msgstr "lässt `--` als Argument"87248725#: builtin/rev-parse.c:3528726msgid "stop parsing after the first non-option argument"8727msgstr "stoppt das Parsen nach dem ersten Argument was keine Option ist"87288729#: builtin/rev-parse.c:4708730msgid ""8731"git rev-parse --parseopt [options] -- [<args>...]\n"8732" or: git rev-parse --sq-quote [<arg>...]\n"8733" or: git rev-parse [options] [<arg>...]\n"8734"\n"8735"Run \"git rev-parse --parseopt -h\" for more information on the first usage."8736msgstr ""8737"git rev-parse --parseopt [Optionen] -- [<Argumente>...]\n"8738" oder: git rev-parse --sq-quote [<Argumente>...]\n"8739" oder: git rev-parse [Optionen] [<Argumente>...]\n"8740"\n"8741"Führen Sie \"git rev-parse --parseopt -h\" für weitere Informationen bei "8742"erster Verwendung aus."87438744#: builtin/revert.c:228745msgid "git revert [options] <commit-ish>..."8746msgstr "git revert [Optionen] <Commit-Angabe>..."87478748#: builtin/revert.c:238749msgid "git revert <subcommand>"8750msgstr "git revert <Unterkommando>"87518752#: builtin/revert.c:288753msgid "git cherry-pick [options] <commit-ish>..."8754msgstr "git cherry-pick [Optionen] <Commit-Angabe>..."87558756#: builtin/revert.c:298757msgid "git cherry-pick <subcommand>"8758msgstr "git cherry-pick <Unterkommando>"87598760#: builtin/revert.c:71 builtin/revert.c:948761#, c-format8762msgid "%s: %s cannot be used with %s"8763msgstr "%s: %s kann nicht mit %s verwendet werden"87648765#: builtin/revert.c:1058766msgid "end revert or cherry-pick sequence"8767msgstr "beendet \"revert\" oder \"cherry-pick\" Ablauf"87688769#: builtin/revert.c:1068770msgid "resume revert or cherry-pick sequence"8771msgstr "setzt \"revert\" oder \"cherry-pick\" Ablauf fort"87728773#: builtin/revert.c:1078774msgid "cancel revert or cherry-pick sequence"8775msgstr "bricht \"revert\" oder \"cherry-pick\" Ablauf ab"87768777#: builtin/revert.c:1088778msgid "don't automatically commit"8779msgstr "committet nicht automatisch"87808781#: builtin/revert.c:1098782msgid "edit the commit message"8783msgstr "Bearbeitung der Commit-Beschreibung"87848785#: builtin/revert.c:1128786msgid "parent number"8787msgstr "Nummer des Elternteils"87888789#: builtin/revert.c:1148790msgid "merge strategy"8791msgstr "Merge-Strategie"87928793#: builtin/revert.c:1158794msgid "option"8795msgstr "Option"87968797#: builtin/revert.c:1168798msgid "option for merge strategy"8799msgstr "Option für Merge-Strategie"88008801#: builtin/revert.c:1278802msgid "append commit name"8803msgstr "hängt Commit-Namen an"88048805#: builtin/revert.c:1288806msgid "allow fast-forward"8807msgstr "erlaubt Vorspulen"88088809#: builtin/revert.c:1298810msgid "preserve initially empty commits"8811msgstr "erhält ursprüngliche, leere Commits"88128813#: builtin/revert.c:1308814msgid "allow commits with empty messages"8815msgstr "erlaubt Commits mit leerer Beschreibung"88168817#: builtin/revert.c:1318818msgid "keep redundant, empty commits"8819msgstr "behält redundante, leere Commits"88208821#: builtin/revert.c:1358822msgid "program error"8823msgstr "Programmfehler"88248825#: builtin/revert.c:2258826msgid "revert failed"8827msgstr "\"revert\" fehlgeschlagen"88288829#: builtin/revert.c:2408830msgid "cherry-pick failed"8831msgstr "\"cherry-pick\" fehlgeschlagen"88328833#: builtin/rm.c:168834msgid "git rm [options] [--] <file>..."8835msgstr "git rm [Optionen] [--] [<Datei>...]"88368837#: builtin/rm.c:648838msgid ""8839"the following submodule (or one of its nested submodules)\n"8840"uses a .git directory:"8841msgid_plural ""8842"the following submodules (or one of its nested submodules)\n"8843"use a .git directory:"8844msgstr[0] ""8845"das folgende Submodul (oder ein geschachteltes Submodul hiervon)\n"8846"benutzt ein .git-Verzeichnis:"8847msgstr[1] ""8848"die folgenden Submodule (oder ein geschachteltes Submodul hiervon)\n"8849"benutzen ein .git-Verzeichnis:"88508851#: builtin/rm.c:708852msgid ""8853"\n"8854"(use 'rm -rf' if you really want to remove it including all of its history)"8855msgstr ""8856"\n"8857"(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"8858"seiner Historie löschen möchten)"88598860#: builtin/rm.c:2308861msgid ""8862"the following file has staged content different from both the\n"8863"file and the HEAD:"8864msgid_plural ""8865"the following files have staged content different from both the\n"8866"file and the HEAD:"8867msgstr[0] ""8868"die folgende Datei hat zum Commit vorgemerkte Änderungen unterschiedlich\n"8869"zu der Datei und HEAD:"8870msgstr[1] ""8871"die folgenden Dateien haben zum Commit vorgemerkte Änderungen "8872"unterschiedlich\n"8873"zu der Datei und HEAD:"88748875#: builtin/rm.c:2358876msgid ""8877"\n"8878"(use -f to force removal)"8879msgstr ""8880"\n"8881"(benutzen Sie -f um die Löschung zu erzwingen)"88828883#: builtin/rm.c:2398884msgid "the following file has changes staged in the index:"8885msgid_plural "the following files have changes staged in the index:"8886msgstr[0] "die folgende Datei hat zum Commit vorgemerkte Änderungen:"8887msgstr[1] "die folgenden Dateien haben zum Commit vorgemerkte Änderungen:"88888889#: builtin/rm.c:243 builtin/rm.c:2548890msgid ""8891"\n"8892"(use --cached to keep the file, or -f to force removal)"8893msgstr ""8894"\n"8895"(benutzen Sie --cached um die Datei zu behalten, oder -f um die Entfernung "8896"zu erzwingen)"88978898#: builtin/rm.c:2518899msgid "the following file has local modifications:"8900msgid_plural "the following files have local modifications:"8901msgstr[0] "die folgende Datei hat lokale Änderungen:"8902msgstr[1] "die folgenden Dateien haben lokale Änderungen:"89038904#: builtin/rm.c:2698905msgid "do not list removed files"8906msgstr "listet keine gelöschten Dateien auf"89078908#: builtin/rm.c:2708909msgid "only remove from the index"8910msgstr "entfernt nur aus der Staging-Area"89118912#: builtin/rm.c:2718913msgid "override the up-to-date check"8914msgstr "überschreibt die \"up-to-date\" Prüfung"89158916#: builtin/rm.c:2728917msgid "allow recursive removal"8918msgstr "erlaubt rekursive Entfernung"89198920#: builtin/rm.c:2748921msgid "exit with a zero status even if nothing matched"8922msgstr "beendet mit Rückgabewert 0, wenn keine Übereinstimmung gefunden wurde"89238924#: builtin/rm.c:3458925#, c-format8926msgid "not removing '%s' recursively without -r"8927msgstr "'%s' wird nicht ohne -r rekursiv entfernt"89288929#: builtin/rm.c:3848930#, c-format8931msgid "git rm: unable to remove %s"8932msgstr "git rm: konnte %s nicht löschen"89338934#: builtin/shortlog.c:138935msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"8936msgstr "git shortlog [<Optionen>] [Commitbereich] [[--] <Pfad>...]"89378938#: builtin/shortlog.c:1318939#, c-format8940msgid "Missing author: %s"8941msgstr "fehlender Autor: %s"89428943#: builtin/shortlog.c:2288944msgid "sort output according to the number of commits per author"8945msgstr "sortiert die Ausgabe entsprechend der Anzahl von Commits pro Autor"89468947#: builtin/shortlog.c:2308948msgid "Suppress commit descriptions, only provides commit count"8949msgstr "Unterdrückt Commit-Beschreibungen, liefert nur Anzahl der Commits"89508951#: builtin/shortlog.c:2328952msgid "Show the email address of each author"8953msgstr "Zeigt die Email-Adresse von jedem Autor"89548955#: builtin/shortlog.c:2338956msgid "w[,i1[,i2]]"8957msgstr "w[,i1[,i2]]"89588959#: builtin/shortlog.c:2348960msgid "Linewrap output"8961msgstr "Ausgabe mit Zeilenumbrüchen"89628963#: builtin/show-branch.c:98964msgid ""8965"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"8966"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"8967"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "8968"<glob>)...]"8969msgstr ""8970"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"8971"current] [--color[=<Wann>] | --no-color] [--sparse] [--more=<n> | --list | --"8972"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<Commit> "8973"| <glob>)...]"89748975#: builtin/show-branch.c:108976msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"8977msgstr "git show-branch (-g|--reflog)[=<n>[,<Basis>]] [--list] [<Referenz>]"89788979#: builtin/show-branch.c:6508980msgid "show remote-tracking and local branches"8981msgstr "zeigt Remote-Tracking und lokale Branches an"89828983#: builtin/show-branch.c:6528984msgid "show remote-tracking branches"8985msgstr "zeigt Remote-Tracking-Branches an"89868987#: builtin/show-branch.c:6548988msgid "color '*!+-' corresponding to the branch"8989msgstr "färbt '*!+-' entsprechend des Branches ein"89908991#: builtin/show-branch.c:6568992msgid "show <n> more commits after the common ancestor"8993msgstr "zeigt <n> weitere Commits nach dem gemeinsamen Vorgänger-Commit"89948995#: builtin/show-branch.c:6588996msgid "synonym to more=-1"8997msgstr "Synonym für more=-1"89988999#: builtin/show-branch.c:6599000msgid "suppress naming strings"9001msgstr "unterdrückt Namen"90029003#: builtin/show-branch.c:6619004msgid "include the current branch"9005msgstr "bezieht den aktuellen Branch ein"90069007#: builtin/show-branch.c:6639008msgid "name commits with their object names"9009msgstr "benennt Commits nach ihren Objektnamen"90109011#: builtin/show-branch.c:6659012msgid "show possible merge bases"9013msgstr "zeigt mögliche Merge-Basen an"90149015#: builtin/show-branch.c:6679016msgid "show refs unreachable from any other ref"9017msgstr "zeigt Referenzen die unerreichbar von allen anderen Referenzen sind"90189019#: builtin/show-branch.c:6699020msgid "show commits in topological order"9021msgstr "zeigt Commits in topologischer Ordnung"90229023#: builtin/show-branch.c:6729024msgid "show only commits not on the first branch"9025msgstr "zeigt nur Commits, die sich nicht im ersten Branch befinden"90269027#: builtin/show-branch.c:6749028msgid "show merges reachable from only one tip"9029msgstr "zeigt Merges, die nur von einem Branch aus erreichbar sind"90309031#: builtin/show-branch.c:6769032msgid "topologically sort, maintaining date order where possible"9033msgstr "topologische Sortierung, Beibehaltung Datumsordnung wo möglich"90349035#: builtin/show-branch.c:6799036msgid "<n>[,<base>]"9037msgstr "<n>[,<Basis>]"90389039#: builtin/show-branch.c:6809040msgid "show <n> most recent ref-log entries starting at base"9041msgstr "zeigt die <n> jüngsten Einträge im Reflog beginnend an der Basis"90429043#: builtin/show-ref.c:109044msgid ""9045"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--hash"9046"[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "9047msgstr ""9048"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--hash"9049"[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "90509051#: builtin/show-ref.c:119052msgid "git show-ref --exclude-existing[=pattern] < ref-list"9053msgstr "git show-ref --exclude-existing[=Muster] < ref-list"90549055#: builtin/show-ref.c:1689056msgid "only show tags (can be combined with heads)"9057msgstr "zeigt nur Tags (kann mit \"heads\" kombiniert werden)"90589059#: builtin/show-ref.c:1699060msgid "only show heads (can be combined with tags)"9061msgstr "zeigt nur Branches (kann mit \"tags\" kombiniert werden)"90629063#: builtin/show-ref.c:1709064msgid "stricter reference checking, requires exact ref path"9065msgstr "strengere Referenzprüfung, erfordert exakten Referenzpfad"90669067#: builtin/show-ref.c:173 builtin/show-ref.c:1769068msgid "show the HEAD reference, even if it would be filtered out"9069msgstr "zeigt die HEAD-Referenz, selbst wenn diese ausgefiltert werden würde"90709071#: builtin/show-ref.c:1789072msgid "dereference tags into object IDs"9073msgstr "dereferenziert Tags in Objekt-Identifikationen"90749075#: builtin/show-ref.c:1809076msgid "only show SHA1 hash using <n> digits"9077msgstr "zeigt nur SHA1 Hash mit <n> Ziffern"90789079#: builtin/show-ref.c:1849080msgid "do not print results to stdout (useful with --verify)"9081msgstr ""9082"keine Ausgabe der Ergebnisse in die Standard-Ausgabe (nützlich mit --verify)"90839084#: builtin/show-ref.c:1869085msgid "show refs from stdin that aren't in local repository"9086msgstr ""9087"zeigt Referenzen von der Standard-Eingabe, die sich nicht im lokalen "9088"Repository befinden, an"90899090#: builtin/symbolic-ref.c:79091msgid "git symbolic-ref [options] name [ref]"9092msgstr "git symbolic-ref [Optionen] name [ref]"90939094#: builtin/symbolic-ref.c:89095msgid "git symbolic-ref -d [-q] name"9096msgstr "git symbolic-ref -d [-q] name"90979098#: builtin/symbolic-ref.c:409099msgid "suppress error message for non-symbolic (detached) refs"9100msgstr ""9101"unterdrückt Fehlermeldungen für nicht-symbolische (losgelöste) Referenzen"91029103#: builtin/symbolic-ref.c:419104msgid "delete symbolic ref"9105msgstr "löscht symbolische Referenzen"91069107#: builtin/symbolic-ref.c:429108msgid "shorten ref output"9109msgstr "verkürzte Ausgabe der Referenzen"91109111#: builtin/symbolic-ref.c:43 builtin/update-ref.c:189112msgid "reason"9113msgstr "Grund"91149115#: builtin/symbolic-ref.c:43 builtin/update-ref.c:189116msgid "reason of the update"9117msgstr "Grund für die Aktualisierung"91189119#: builtin/tag.c:229120msgid ""9121"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"9122msgstr ""9123"git tag [-a|-s|-u <Schlüssel-id>] [-f] [-m <Nachricht>|-F <Datei>] <Tagname> "9124"[<Commit>]"91259126#: builtin/tag.c:239127msgid "git tag -d <tagname>..."9128msgstr "git tag -d <Tagname>..."91299130#: builtin/tag.c:249131msgid ""9132"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"9133"\t\t[<pattern>...]"9134msgstr ""9135"git tag -l [-n[<Nummer>]] [--contains <Commit>] [--points-at <Objekt>] \n"9136"\t\t[<Muster>...]"91379138#: builtin/tag.c:269139msgid "git tag -v <tagname>..."9140msgstr "git tag -v <Tagname>..."91419142#: builtin/tag.c:609143#, c-format9144msgid "malformed object at '%s'"9145msgstr "fehlerhaftes Objekt bei '%s'"91469147#: builtin/tag.c:2079148#, c-format9149msgid "tag name too long: %.*s..."9150msgstr "Tagname zu lang: %.*s..."91519152#: builtin/tag.c:2129153#, c-format9154msgid "tag '%s' not found."9155msgstr "Tag '%s' nicht gefunden."91569157#: builtin/tag.c:2279158#, c-format9159msgid "Deleted tag '%s' (was %s)\n"9160msgstr "Tag '%s' gelöscht (war %s)\n"91619162#: builtin/tag.c:2399163#, c-format9164msgid "could not verify the tag '%s'"9165msgstr "Konnte Tag '%s' nicht verifizieren"91669167#: builtin/tag.c:2499168#, c-format9169msgid ""9170"\n"9171"Write a tag message\n"9172"Lines starting with '%c' will be ignored.\n"9173msgstr ""9174"\n"9175"Geben Sie eine Tag-Beschreibung ein.\n"9176"Zeilen, die mit '%c' beginnen, werden ignoriert.\n"91779178#: builtin/tag.c:2539179#, c-format9180msgid ""9181"\n"9182"Write a tag message\n"9183"Lines starting with '%c' will be kept; you may remove them yourself if you "9184"want to.\n"9185msgstr ""9186"\n"9187"Geben Sie eine Tag-Beschreibung ein.\n"9188"Zeilen, die mit '%c' beginnen, werden behalten; Sie dürfen diese\n"9189"selbst entfernen wenn Sie möchten.\n"91909191#: builtin/tag.c:2929192msgid "unable to sign the tag"9193msgstr "konnte Tag nicht signieren"91949195#: builtin/tag.c:2949196msgid "unable to write tag file"9197msgstr "konnte Tag-Datei nicht schreiben"91989199#: builtin/tag.c:3199200msgid "bad object type."9201msgstr "ungültiger Objekt-Typ"92029203#: builtin/tag.c:3329204msgid "tag header too big."9205msgstr "Tag-Kopf zu groß."92069207#: builtin/tag.c:3689208msgid "no tag message?"9209msgstr "keine Tag-Beschreibung?"92109211#: builtin/tag.c:3749212#, c-format9213msgid "The tag message has been left in %s\n"9214msgstr "Die Tag-Beschreibung wurde gelassen in %s\n"92159216#: builtin/tag.c:4239217msgid "switch 'points-at' requires an object"9218msgstr "Option 'points-at' erfordert ein Objekt"92199220#: builtin/tag.c:4259221#, c-format9222msgid "malformed object name '%s'"9223msgstr "fehlerhafter Objekt-Name '%s'"92249225#: builtin/tag.c:4459226msgid "list tag names"9227msgstr "listet Tagnamen auf"92289229#: builtin/tag.c:4479230msgid "print <n> lines of each tag message"9231msgstr "zeigt <n> Zeilen jeder Tag-Beschreibung"92329233#: builtin/tag.c:4499234msgid "delete tags"9235msgstr "löscht Tags"92369237#: builtin/tag.c:4509238msgid "verify tags"9239msgstr "überprüft Tags"92409241#: builtin/tag.c:4529242msgid "Tag creation options"9243msgstr "Optionen für Erstellung von Tags"92449245#: builtin/tag.c:4549246msgid "annotated tag, needs a message"9247msgstr "annotiertes Tag, benötigt eine Beschreibung"92489249#: builtin/tag.c:4569250msgid "tag message"9251msgstr "Tag-Beschreibung"92529253#: builtin/tag.c:4589254msgid "annotated and GPG-signed tag"9255msgstr "annotiertes und GPG-signiertes Tag"92569257#: builtin/tag.c:4629258msgid "use another key to sign the tag"9259msgstr "verwendet einen anderen Schlüssel um das Tag zu signieren"92609261#: builtin/tag.c:4639262msgid "replace the tag if exists"9263msgstr "ersetzt das Tag, wenn es existiert"92649265#: builtin/tag.c:4649266msgid "show tag list in columns"9267msgstr "zeigt Liste der Tags in Spalten"92689269#: builtin/tag.c:4669270msgid "Tag listing options"9271msgstr "Optionen für Auflistung der Tags"92729273#: builtin/tag.c:4699274msgid "print only tags that contain the commit"9275msgstr "gibt nur Tags aus, die diesen Commit beinhalten"92769277#: builtin/tag.c:4759278msgid "print only tags of the object"9279msgstr "gibt nur Tags von dem Objekt aus"92809281#: builtin/tag.c:5049282msgid "--column and -n are incompatible"9283msgstr "--column und -n sind inkompatibel"92849285#: builtin/tag.c:5219286msgid "-n option is only allowed with -l."9287msgstr "-n Option ist nur erlaubt mit -l."92889289#: builtin/tag.c:5239290msgid "--contains option is only allowed with -l."9291msgstr "--contains Option ist nur erlaubt mit -l."92929293#: builtin/tag.c:5259294msgid "--points-at option is only allowed with -l."9295msgstr "--points-at Option ist nur erlaubt mit -l."92969297#: builtin/tag.c:5339298msgid "only one -F or -m option is allowed."9299msgstr "nur eine -F oder -m Option ist erlaubt."93009301#: builtin/tag.c:5539302msgid "too many params"9303msgstr "zu viele Parameter"93049305#: builtin/tag.c:5599306#, c-format9307msgid "'%s' is not a valid tag name."9308msgstr "'%s' ist kein gültiger Tagname."93099310#: builtin/tag.c:5649311#, c-format9312msgid "tag '%s' already exists"9313msgstr "Tag '%s' existiert bereits"93149315#: builtin/tag.c:5829316#, c-format9317msgid "%s: cannot lock the ref"9318msgstr "%s: kann Referenz nicht sperren"93199320#: builtin/tag.c:5849321#, c-format9322msgid "%s: cannot update the ref"9323msgstr "%s: kann Referenz nicht aktualisieren"93249325#: builtin/tag.c:5869326#, c-format9327msgid "Updated tag '%s' (was %s)\n"9328msgstr "Tag '%s' aktualisiert (war %s)\n"93299330#: builtin/update-index.c:4019331msgid "git update-index [options] [--] [<file>...]"9332msgstr "git update-index [Optionen] [--] [<Datei>...]"93339334#: builtin/update-index.c:7189335msgid "continue refresh even when index needs update"9336msgstr ""9337"Aktualisierung fortsetzen, auch wenn die Staging-Area aktualisiert werden "9338"muss"93399340#: builtin/update-index.c:7219341msgid "refresh: ignore submodules"9342msgstr "Aktualisierung: ignoriert Submodule"93439344#: builtin/update-index.c:7249345msgid "do not ignore new files"9346msgstr "ignoriert keine neuen Dateien"93479348#: builtin/update-index.c:7269349msgid "let files replace directories and vice-versa"9350msgstr "lässt Dateien Verzeichnisse ersetzen, und umgedreht"93519352#: builtin/update-index.c:7289353msgid "notice files missing from worktree"9354msgstr "beachtet fehlende Dateien im Arbeitsverzeichnis"93559356#: builtin/update-index.c:7309357msgid "refresh even if index contains unmerged entries"9358msgstr ""9359"aktualisiert, auch wenn die Staging-Area nicht zusammengeführte Einträge "9360"beinhaltet"93619362#: builtin/update-index.c:7339363msgid "refresh stat information"9364msgstr "aktualisiert Dateiinformationen"93659366#: builtin/update-index.c:7379367msgid "like --refresh, but ignore assume-unchanged setting"9368msgstr "wie --refresh, ignoriert aber \"assume-unchanged\" Einstellung"93699370#: builtin/update-index.c:7419371msgid "<mode> <object> <path>"9372msgstr "<Modus> <Objekt> <Pfad>"93739374#: builtin/update-index.c:7429375msgid "add the specified entry to the index"9376msgstr "merkt den angegebenen Eintrag zum Commit vor"93779378#: builtin/update-index.c:7469379msgid "(+/-)x"9380msgstr "(+/-)x"93819382#: builtin/update-index.c:7479383msgid "override the executable bit of the listed files"9384msgstr "überschreibt das \"ausführbar\"-Bit der aufgelisteten Dateien"93859386#: builtin/update-index.c:7519387msgid "mark files as \"not changing\""9388msgstr "betrachte diese Datei immer als unverändert"93899390#: builtin/update-index.c:7549391msgid "clear assumed-unchanged bit"9392msgstr "löscht \"assumed-unchanged\"-Bit"93939394#: builtin/update-index.c:7579395msgid "mark files as \"index-only\""9396msgstr "markiert Dateien als \"index-only\""93979398#: builtin/update-index.c:7609399msgid "clear skip-worktree bit"9400msgstr "löscht \"skip-worktree\"-Bit"94019402#: builtin/update-index.c:7639403msgid "add to index only; do not add content to object database"9404msgstr ""9405"merkt die Änderungen nur zum Commit vor; Inhalt wird nicht der Objekt-"9406"Datenbank hinzugefügt"94079408#: builtin/update-index.c:7659409msgid "remove named paths even if present in worktree"9410msgstr ""9411"löscht benannte Pfade, auch wenn sie sich im Arbeitsverzeichnis befinden"94129413#: builtin/update-index.c:7679414msgid "with --stdin: input lines are terminated by null bytes"9415msgstr "mit --stdin: eingegebene Zeilen sind durch NUL-Bytes abgeschlossen"94169417#: builtin/update-index.c:7699418msgid "read list of paths to be updated from standard input"9419msgstr "liest Liste der zu aktualisierenden Pfade von der Standard-Eingabe"94209421#: builtin/update-index.c:7739422msgid "add entries from standard input to the index"9423msgstr "merkt Einträge von der Standard-Eingabe zum Commit vor"94249425#: builtin/update-index.c:7779426msgid "repopulate stages #2 and #3 for the listed paths"9427msgstr ""9428"wiederholtes Einpflegen der Zustände #2 und #3 für die aufgelisteten Pfade"94299430#: builtin/update-index.c:7819431msgid "only update entries that differ from HEAD"9432msgstr "aktualisiert nur Einträge, die unterschiedlich zu HEAD sind"94339434#: builtin/update-index.c:7859435msgid "ignore files missing from worktree"9436msgstr "ignoriert fehlende Dateien im Arbeitsverzeichnis"94379438#: builtin/update-index.c:7889439msgid "report actions to standard output"9440msgstr "gibt die Aktionen in der Standard-Ausgabe aus"94419442#: builtin/update-index.c:7909443msgid "(for porcelains) forget saved unresolved conflicts"9444msgstr "(für Fremdprogramme) keine gespeicherten, nicht aufgelöste Konflikte"94459446#: builtin/update-index.c:7949447msgid "write index in this format"9448msgstr "schreibt Staging-Area-Datei in diesem Format"94499450#: builtin/update-ref.c:79451msgid "git update-ref [options] -d <refname> [<oldval>]"9452msgstr "git update-ref [Optionen] -d <Referenzname> [<alterWert>]"94539454#: builtin/update-ref.c:89455msgid "git update-ref [options] <refname> <newval> [<oldval>]"9456msgstr "git update-ref [Optionen] <Referenzname> <neuerWert> [<alterWert>]"94579458#: builtin/update-ref.c:199459msgid "delete the reference"9460msgstr "löscht diese Referenz"94619462#: builtin/update-ref.c:219463msgid "update <refname> not the one it points to"9464msgstr "aktualisiert <Referenzname>, nicht den Verweis"94659466#: builtin/update-server-info.c:69467msgid "git update-server-info [--force]"9468msgstr "git update-server-info [--force]"94699470#: builtin/update-server-info.c:149471msgid "update the info files from scratch"9472msgstr "aktualisiert die Informationsdateien von Grund auf"94739474#: builtin/verify-pack.c:569475msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."9476msgstr "git verify-pack [-v|--verbose] [-s|--stat-only] <Paket>..."94779478#: builtin/verify-pack.c:669479msgid "verbose"9480msgstr "erweiterte Ausgaben"94819482#: builtin/verify-pack.c:689483msgid "show statistics only"9484msgstr "zeigt nur Statistiken"94859486#: builtin/verify-tag.c:179487msgid "git verify-tag [-v|--verbose] <tag>..."9488msgstr "git verify-tag [-v|--verbose] <Tag>..."94899490#: builtin/verify-tag.c:739491msgid "print tag contents"9492msgstr "gibt Tag-Inhalte aus"94939494#: builtin/write-tree.c:139495msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"9496msgstr "git write-tree [--missing-ok] [--prefix=<Prefix>/]"94979498#: builtin/write-tree.c:269499msgid "<prefix>/"9500msgstr "<Prefix>/"95019502#: builtin/write-tree.c:279503msgid "write tree object for a subdirectory <prefix>"9504msgstr "schreibt das \"Tree\"-Objekt für ein Unterverzeichnis <Prefix>"95059506#: builtin/write-tree.c:309507msgid "only useful for debugging"9508msgstr "nur nützlich für Fehlersuche"95099510#: git.c:179511msgid ""9512"'git help -a' and 'git help -g' lists available subcommands and some\n"9513"concept guides. See 'git help <command>' or 'git help <concept>'\n"9514"to read about a specific subcommand or concept."9515msgstr ""9516"'git help -a' und 'git help -g' listet verfügbare Unterkommandos und\n"9517"einige Anleitungen zu Git-Konzepten auf. Benutzen Sie 'git help <Kommando>'\n"9518"oder 'git help <Konzept>' um mehr über ein spezifisches Kommando oder\n"9519"Konzept zu erfahren."95209521#: parse-options.h:1449522msgid "expiry date"9523msgstr "Verfallsdatum"95249525#: parse-options.h:1599526msgid "no-op (backward compatibility)"9527msgstr "Kein Effekt (Rückwärtskompatibilität)"95289529#: parse-options.h:2369530msgid "be more verbose"9531msgstr "erweiterte Ausgaben"95329533#: parse-options.h:2389534msgid "be more quiet"9535msgstr "weniger Ausgaben"95369537#: parse-options.h:2449538msgid "use <n> digits to display SHA-1s"9539msgstr "benutze <n> Ziffern zur Anzeige von SHA-1s"95409541#: common-cmds.h:89542msgid "Add file contents to the index"9543msgstr "merkt Dateiinhalte zum Commit vor"95449545#: common-cmds.h:99546msgid "Find by binary search the change that introduced a bug"9547msgstr ""9548"Findet über eine Binärsuche die Änderungen, die einen Fehler verursacht haben"95499550#: common-cmds.h:109551msgid "List, create, or delete branches"9552msgstr "Zeigt an, erstellt oder entfernt Branches"95539554#: common-cmds.h:119555msgid "Checkout a branch or paths to the working tree"9556msgstr "Checkt Branches oder Pfade im Arbeitsverzeichnis aus"95579558#: common-cmds.h:129559msgid "Clone a repository into a new directory"9560msgstr "Klont ein Repository in einem neuen Verzeichnis"95619562#: common-cmds.h:139563msgid "Record changes to the repository"9564msgstr "Trägt Änderungen in das Repository ein"95659566#: common-cmds.h:149567msgid "Show changes between commits, commit and working tree, etc"9568msgstr ""9569"Zeigt Änderungen zwischen Commits, Commit und Arbeitsverzeichnis, etc. an"95709571#: common-cmds.h:159572msgid "Download objects and refs from another repository"9573msgstr "Lädt Objekte und Referenzen von einem anderen Repository herunter"95749575#: common-cmds.h:169576msgid "Print lines matching a pattern"9577msgstr "Stellt Zeilen dar, die einem Muster entsprechen"95789579#: common-cmds.h:179580msgid "Create an empty Git repository or reinitialize an existing one"9581msgstr ""9582"Erstellt ein leeres Git-Repository oder initialisiert ein bestehendes neu"95839584#: common-cmds.h:189585msgid "Show commit logs"9586msgstr "Zeigt Commit-Historie an"95879588#: common-cmds.h:199589msgid "Join two or more development histories together"9590msgstr "Führt zwei oder mehr Entwicklungszweige zusammen"95919592#: common-cmds.h:209593msgid "Move or rename a file, a directory, or a symlink"9594msgstr ""9595"Verschiebt oder benennt eine Datei, ein Verzeichnis, oder einen symbolischen "9596"Verweis um"95979598#: common-cmds.h:219599msgid "Fetch from and integrate with another repository or a local branch"9600msgstr ""9601"Fordert Objekte von einem externen Repository an und führt sie mit einem "9602"anderen Repository oder einem lokalen Branch zusammen"96039604#: common-cmds.h:229605msgid "Update remote refs along with associated objects"9606msgstr "Aktualisiert Remote-Referenzen mitsamt den verbundenen Objekten"96079608#: common-cmds.h:239609msgid "Forward-port local commits to the updated upstream head"9610msgstr "Baut lokale Commits auf einem aktuellerem Upstream-Branch neu auf"96119612#: common-cmds.h:249613msgid "Reset current HEAD to the specified state"9614msgstr "Setzt aktuellen HEAD zu einem spezifizierten Zustand"96159616#: common-cmds.h:259617msgid "Remove files from the working tree and from the index"9618msgstr "Löscht Dateien im Arbeitsverzeichnis und von der Staging-Area"96199620#: common-cmds.h:269621msgid "Show various types of objects"9622msgstr "Zeigt verschiedene Arten von Objekten an"96239624#: common-cmds.h:279625msgid "Show the working tree status"9626msgstr "Zeigt den Zustand des Arbeitsverzeichnisses an"96279628#: common-cmds.h:289629msgid "Create, list, delete or verify a tag object signed with GPG"9630msgstr ""9631"Erzeugt, listet auf, löscht oder verifiziert ein mit GPG signiertes Tag-"9632"Objekt"96339634#: git-am.sh:509635msgid "You need to set your committer info first"9636msgstr "Sie müssen zuerst die Informationen zum Commit-Ersteller setzen."96379638#: git-am.sh:959639msgid ""9640"You seem to have moved HEAD since the last 'am' failure.\n"9641"Not rewinding to ORIG_HEAD"9642msgstr ""9643"Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"9644"Keine Zurücksetzung zu ORIG_HEAD."96459646#: git-am.sh:1059647#, sh-format9648msgid ""9649"When you have resolved this problem, run \"$cmdline --continue\".\n"9650"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"9651"To restore the original branch and stop patching, run \"$cmdline --abort\"."9652msgstr ""9653"Wenn Sie das Problem gelöst haben, führen Sie \"$cmdline --continue\" aus.\n"9654"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen\n"9655"\"$cmdline --skip\" aus.\n"9656"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der\n"9657"Patches abzubrechen, führen Sie \"$cmdline --abort\" aus."96589659#: git-am.sh:1219660msgid "Cannot fall back to three-way merge."9661msgstr "Kann nicht zu 3-Wege-Merge zurückfallen."96629663#: git-am.sh:1379664msgid "Repository lacks necessary blobs to fall back on 3-way merge."9665msgstr ""9666"Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "9667"zurückzufallen."96689669#: git-am.sh:1399670msgid "Using index info to reconstruct a base tree..."9671msgstr ""9672"Verwende Informationen aus der Staging-Area um einen Basisverzeichnis "9673"nachzustellen"96749675#: git-am.sh:1549676msgid ""9677"Did you hand edit your patch?\n"9678"It does not apply to blobs recorded in its index."9679msgstr ""9680"Haben Sie den Patch per Hand editiert?\n"9681"Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."96829683#: git-am.sh:1639684msgid "Falling back to patching base and 3-way merge..."9685msgstr "Falle zurück zum Patchen der Basis und des 3-Wege-Merges..."96869687#: git-am.sh:1799688msgid "Failed to merge in the changes."9689msgstr "Merge der Änderungen fehlgeschlagen"96909691#: git-am.sh:2749692msgid "Only one StGIT patch series can be applied at once"9693msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."96949695#: git-am.sh:3619696#, sh-format9697msgid "Patch format $patch_format is not supported."9698msgstr "Patch-Format $patch_format wird nicht unterstützt."96999700#: git-am.sh:3639701msgid "Patch format detection failed."9702msgstr "Patch-Formaterkennung fehlgeschlagen."97039704#: git-am.sh:3899705msgid ""9706"The -b/--binary option has been a no-op for long time, and\n"9707"it will be removed. Please do not use it anymore."9708msgstr ""9709"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"9710"entfernt. Bitte nicht mehr verwenden."97119712#: git-am.sh:4799713#, sh-format9714msgid "previous rebase directory $dotest still exists but mbox given."9715msgstr ""9716"Vorheriges Rebase-Verzeichnis $dotest existiert noch, aber mbox gegeben."97179718#: git-am.sh:4849719msgid "Please make up your mind. --skip or --abort?"9720msgstr "Bitte werden Sie sich klar. --skip oder --abort?"97219722#: git-am.sh:5209723#, sh-format9724msgid ""9725"Stray $dotest directory found.\n"9726"Use \"git am --abort\" to remove it."9727msgstr ""9728"Stray $dotest Verzeichnis gefunden.\n"9729"Benutzen Sie \"git am --abort\" um es zu entfernen."97309731#: git-am.sh:5289732msgid "Resolve operation not in progress, we are not resuming."9733msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."97349735#: git-am.sh:5949736#, sh-format9737msgid "Dirty index: cannot apply patches (dirty: $files)"9738msgstr "Geänderte Staging-Area: kann Patches nicht anwenden (geändert: $files)"97399740#: git-am.sh:6989741#, sh-format9742msgid ""9743"Patch is empty. Was it split wrong?\n"9744"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"9745"To restore the original branch and stop patching run \"$cmdline --abort\"."9746msgstr ""9747"Patch ist leer. Wurde er falsch aufgeteilt?\n"9748"Wenn Sie diesen Patch auslassen möchten, führen Sie stattdessen\n"9749"\"$cmdline --skip\" aus.\n"9750"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "9751"Patches\n"9752"abzubrechen, führen Sie \"$cmdline --abort\" aus."97539754#: git-am.sh:7259755msgid "Patch does not have a valid e-mail address."9756msgstr "Patch enthält keine gültige Email-Adresse."97579758#: git-am.sh:7729759msgid "cannot be interactive without stdin connected to a terminal."9760msgstr ""9761"Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "9762"Terminal verbunden ist."97639764#: git-am.sh:7769765msgid "Commit Body is:"9766msgstr "Commit-Beschreibung ist:"97679768#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]9769#. in your translation. The program will only accept English9770#. input at this point.9771#: git-am.sh:7839772msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "9773msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "97749775#: git-am.sh:8199776#, sh-format9777msgid "Applying: $FIRSTLINE"9778msgstr "Wende an: $FIRSTLINE"97799780#: git-am.sh:8409781msgid ""9782"No changes - did you forget to use 'git add'?\n"9783"If there is nothing left to stage, chances are that something else\n"9784"already introduced the same changes; you might want to skip this patch."9785msgstr ""9786"Keine Änderungen - haben Sie vergessen 'git add' zu benutzen?\n"9787"Wenn keine Änderungen mehr zum Commit vorzumerken sind, könnten\n"9788"diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"9789"auslassen."97909791#: git-am.sh:8489792msgid ""9793"You still have unmerged paths in your index\n"9794"did you forget to use 'git add'?"9795msgstr ""9796"Sie haben immer noch nicht zusammengeführte Pfade in der Staging-Area.\n"9797"Haben Sie vergessen 'git add' zu benutzen?"97989799#: git-am.sh:8649800msgid "No changes -- Patch already applied."9801msgstr "Keine Änderungen -- Patches bereits angewendet."98029803#: git-am.sh:8749804#, sh-format9805msgid "Patch failed at $msgnum $FIRSTLINE"9806msgstr "Anwendung des Patches fehlgeschlagen bei $msgnum $FIRSTLINE"98079808#: git-am.sh:8779809#, sh-format9810msgid ""9811"The copy of the patch that failed is found in:\n"9812" $dotest/patch"9813msgstr ""9814"Die Kopie des fehlgeschlagenen Patches befindet sich in:\n"9815" $dotest/patch"98169817#: git-am.sh:8959818msgid "applying to an empty history"9819msgstr "wende zu leerer Historie an"98209821#: git-bisect.sh:489822msgid "You need to start by \"git bisect start\""9823msgstr "Sie müssen mit \"git bisect start\" beginnen."98249825#. TRANSLATORS: Make sure to include [Y] and [n] in your9826#. translation. The program will only accept English input9827#. at this point.9828#: git-bisect.sh:549829msgid "Do you want me to do it for you [Y/n]? "9830msgstr "Wollen Sie, dass ich es für Sie mache [Y/n]? "98319832#: git-bisect.sh:959833#, sh-format9834msgid "unrecognised option: '$arg'"9835msgstr "nicht erkannte Option: '$arg'"98369837#: git-bisect.sh:999838#, sh-format9839msgid "'$arg' does not appear to be a valid revision"9840msgstr "'$arg' scheint kein gültiger Commit zu sein"98419842#: git-bisect.sh:1179843msgid "Bad HEAD - I need a HEAD"9844msgstr "Ungültiger HEAD - HEAD wird benötigt"98459846#: git-bisect.sh:1309847#, sh-format9848msgid ""9849"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."9850msgstr ""9851"Auschecken von '$start_head' fehlgeschlagen. Versuchen Sie 'git bisect reset "9852"<gueltigerbranch>'."98539854#: git-bisect.sh:1409855msgid "won't bisect on seeked tree"9856msgstr "binäre Suche auf gesuchtem Branch nicht möglich"98579858#: git-bisect.sh:1449859msgid "Bad HEAD - strange symbolic ref"9860msgstr "Ungültiger HEAD - merkwürdige symbolische Referenz"98619862#: git-bisect.sh:1899863#, sh-format9864msgid "Bad bisect_write argument: $state"9865msgstr "Ungültiges \"bisect_write\" Argument: $state"98669867#: git-bisect.sh:2189868#, sh-format9869msgid "Bad rev input: $arg"9870msgstr "Ungültige Referenz-Eingabe: $arg"98719872#: git-bisect.sh:2329873msgid "Please call 'bisect_state' with at least one argument."9874msgstr "Bitte rufen Sie 'bisect_state' mit mindestens einem Argument auf."98759876#: git-bisect.sh:2449877#, sh-format9878msgid "Bad rev input: $rev"9879msgstr "Ungültige Referenz-Eingabe: $rev"98809881#: git-bisect.sh:2509882msgid "'git bisect bad' can take only one argument."9883msgstr "'git bisect bad' kann nur ein Argument entgegennehmen."98849885#. have bad but not good. we could bisect although9886#. this is less optimum.9887#: git-bisect.sh:2739888msgid "Warning: bisecting only with a bad commit."9889msgstr "Warnung: binäre Suche nur mit einem fehlerhaften Commit"98909891#. TRANSLATORS: Make sure to include [Y] and [n] in your9892#. translation. The program will only accept English input9893#. at this point.9894#: git-bisect.sh:2799895msgid "Are you sure [Y/n]? "9896msgstr "Sind Sie sicher [Y/n]? "98979898#: git-bisect.sh:2899899msgid ""9900"You need to give me at least one good and one bad revisions.\n"9901"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9902msgstr ""9903"Sie müssen mindestens einen korrekten und einen fehlerhaften Commit "9904"angeben.\n"9905"(Sie können dafür \"git bisect bad\" und \"git bisect good\" benutzen.)"99069907#: git-bisect.sh:2929908msgid ""9909"You need to start by \"git bisect start\".\n"9910"You then need to give me at least one good and one bad revisions.\n"9911"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9912msgstr ""9913"Sie müssen mit \"git bisect start\" beginnen.\n"9914"Danach müssen Sie mindestens einen korrekten und einen fehlerhaften Commit "9915"angeben.\n"9916"(Sie können dafür \"git bisect bad\" und \"git bisect good\" benutzen.)"99179918#: git-bisect.sh:363 git-bisect.sh:4909919msgid "We are not bisecting."9920msgstr "keine binäre Suche im Gange"99219922#: git-bisect.sh:3709923#, sh-format9924msgid "'$invalid' is not a valid commit"9925msgstr "'$invalid' ist kein gültiger Commit"99269927#: git-bisect.sh:3799928#, sh-format9929msgid ""9930"Could not check out original HEAD '$branch'.\n"9931"Try 'git bisect reset <commit>'."9932msgstr ""9933"Konnte den ursprünglichen HEAD '$branch' nicht auschecken.\n"9934"Versuchen Sie 'git bisect reset <Commit>'."99359936#: git-bisect.sh:4069937msgid "No logfile given"9938msgstr "Keine Log-Datei gegeben"99399940#: git-bisect.sh:4079941#, sh-format9942msgid "cannot read $file for replaying"9943msgstr "kann $file nicht für das Abspielen lesen"99449945#: git-bisect.sh:4249946msgid "?? what are you talking about?"9947msgstr "?? Was reden Sie da?"99489949#: git-bisect.sh:4369950#, sh-format9951msgid "running $command"9952msgstr "führe $command aus"99539954#: git-bisect.sh:4439955#, sh-format9956msgid ""9957"bisect run failed:\n"9958"exit code $res from '$command' is < 0 or >= 128"9959msgstr ""9960"'bisect run' fehlgeschlagen:\n"9961"Rückkehrwert $res von '$command' ist < 0 oder >= 128"99629963#: git-bisect.sh:4699964msgid "bisect run cannot continue any more"9965msgstr "'bisect run' kann nicht mehr fortgesetzt werden"99669967#: git-bisect.sh:4759968#, sh-format9969msgid ""9970"bisect run failed:\n"9971"'bisect_state $state' exited with error code $res"9972msgstr ""9973"'bisect run' fehlgeschlagen:\n"9974"'bisect_state $state' wurde mit Fehlerwert $res beendet"99759976#: git-bisect.sh:4829977msgid "bisect run success"9978msgstr "'bisect run' erfolgreich ausgeführt"99799980#: git-pull.sh:219981msgid ""9982"Pull is not possible because you have unmerged files.\n"9983"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"9984"as appropriate to mark resolution, or use 'git commit -a'."9985msgstr ""9986"\"pull\" ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben.\n"9987"Bitte korrigieren Sie dies im Arbeitsverzeichnis und benutzen Sie dann \n"9988"'git add/rm <Datei>' um die Auflösung entsprechend zu markieren, oder\n"9989"benutzen Sie 'git commit -a'."99909991#: git-pull.sh:259992msgid "Pull is not possible because you have unmerged files."9993msgstr ""9994"\"pull\" ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."99959996#: git-pull.sh:2039997msgid "updating an unborn branch with changes added to the index"9998msgstr ""9999"Aktualisiere einen ungeborenen Branch mit Änderungen, die zum Commit "10000"vorgemerkt sind"1000110002#. The fetch involved updating the current branch.10003#. The working tree and the index file is still based on the10004#. $orig_head commit, but we are merging into $curr_head.10005#. First update the working tree to match $curr_head.10006#: git-pull.sh:23510007#, sh-format10008msgid ""10009"Warning: fetch updated the current branch head.\n"10010"Warning: fast-forwarding your working tree from\n"10011"Warning: commit $orig_head."10012msgstr ""10013"Warnung: \"fetch\" aktualisierte die Spitze des aktuellen Branches.\n"10014"Warnung: Spule Ihr Arbeitsverzeichnis von Commit $orig_head vor."1001510016#: git-pull.sh:26010017msgid "Cannot merge multiple branches into empty head"10018msgstr "Kann nicht mehrere Branches in einen ungeborenen Branch zusammenführen"1001910020#: git-pull.sh:26410021msgid "Cannot rebase onto multiple branches"10022msgstr "kann Rebase nicht auf mehrere Branches ausführen"1002310024#: git-rebase.sh:5410025msgid ""10026"When you have resolved this problem, run \"git rebase --continue\".\n"10027"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"10028"To check out the original branch and stop rebasing, run \"git rebase --abort"10029"\"."10030msgstr ""10031"Wenn Sie das Problem aufgelöst haben, führen Sie \"git rebase --continue\" "10032"aus.\n"10033"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"git "10034"rebase --skip\" aus.\n"10035"Um den ursprünglichen Branch wiederherzustellen und den Rebase abzubrechen,\n"10036"führen Sie \"git rebase --abort\" aus."1003710038#: git-rebase.sh:15610039msgid "Applied autostash."10040msgstr "\"autostash\" angewendet."1004110042#: git-rebase.sh:15910043#, sh-format10044msgid "Cannot store $stash_sha1"10045msgstr "Kann $stash_sha1 nicht speichern."1004610047#: git-rebase.sh:16010048msgid ""10049"Applying autostash resulted in conflicts.\n"10050"Your changes are safe in the stash.\n"10051"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"10052msgstr ""10053"Anwendung von \"autostash\" resultierte in Konflikten.\n"10054"Ihre Änderungen sind im Stash sicher.\n"10055"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"1005610057#: git-rebase.sh:19010058msgid "The pre-rebase hook refused to rebase."10059msgstr "Der \"pre-rebase hook\" hat den Rebase zurückgewiesen."1006010061#: git-rebase.sh:19510062msgid "It looks like git-am is in progress. Cannot rebase."10063msgstr "\"git-am\" scheint im Gange zu sein. Kann Rebase nicht durchführen."1006410065#: git-rebase.sh:32910066msgid "The --exec option must be used with the --interactive option"10067msgstr "Die Option --exec muss mit --interactive verwendet werden."1006810069#: git-rebase.sh:33410070msgid "No rebase in progress?"10071msgstr "Kein Rebase im Gange?"1007210073#: git-rebase.sh:34510074msgid "The --edit-todo action can only be used during interactive rebase."10075msgstr ""10076"Die --edit-todo Aktion kann nur während eines interaktiven Rebase verwendet "10077"werden."1007810079#: git-rebase.sh:35210080msgid "Cannot read HEAD"10081msgstr "Kann HEAD nicht lesen"1008210083#: git-rebase.sh:35510084msgid ""10085"You must edit all merge conflicts and then\n"10086"mark them as resolved using git add"10087msgstr ""10088"Sie müssen alle Merge-Konflikte editieren und diese dann\n"10089"mittels \"git add\" als aufgelöst markieren"1009010091#: git-rebase.sh:37310092#, sh-format10093msgid "Could not move back to $head_name"10094msgstr "Konnte nicht zu $head_name zurückgehen"1009510096#: git-rebase.sh:39210097#, sh-format10098msgid ""10099"It seems that there is already a $state_dir_base directory, and\n"10100"I wonder if you are in the middle of another rebase. If that is the\n"10101"case, please try\n"10102"\t$cmd_live_rebase\n"10103"If that is not the case, please\n"10104"\t$cmd_clear_stale_rebase\n"10105"and run me again. I am stopping in case you still have something\n"10106"valuable there."10107msgstr ""10108"Es sieht so aus, als ob es das Verzeichnis $state_dir_base bereits gibt\n"10109"und es könnte ein anderer Rebase im Gange sein. Wenn das der Fall ist,\n"10110"probieren Sie bitte\n"10111"\t$cmd_live_rebase\n"10112"Wenn das nicht der Fall ist, probieren Sie bitte\n"10113"\t$cmd_clear_stale_rebase\n"10114"und führen Sie dieses Kommando nochmal aus. Es wird angehalten, falls noch\n"10115"etwas Schützenswertes vorhanden ist."1011610117#: git-rebase.sh:43710118#, sh-format10119msgid "invalid upstream $upstream_name"10120msgstr "ungültiger Upstream-Branch $upstream_name"1012110122#: git-rebase.sh:46110123#, sh-format10124msgid "$onto_name: there are more than one merge bases"10125msgstr "$onto_name: es gibt mehr als eine Merge-Basis"1012610127#: git-rebase.sh:464 git-rebase.sh:46810128#, sh-format10129msgid "$onto_name: there is no merge base"10130msgstr "$onto_name: es gibt keine Merge-Basis"1013110132#: git-rebase.sh:47310133#, sh-format10134msgid "Does not point to a valid commit: $onto_name"10135msgstr "$onto_name zeigt auf keinen gültigen Commit"1013610137#: git-rebase.sh:49610138#, sh-format10139msgid "fatal: no such branch: $branch_name"10140msgstr "fatal: Branch $branch_name nicht gefunden"1014110142#: git-rebase.sh:51910143msgid "Cannot autostash"10144msgstr "Kann \"autostash\" nicht ausführen."1014510146#: git-rebase.sh:52410147#, sh-format10148msgid "Created autostash: $stash_abbrev"10149msgstr "\"autostash\" erzeugt: $stash_abbrev"1015010151#: git-rebase.sh:52810152msgid "Please commit or stash them."10153msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."1015410155#: git-rebase.sh:54810156#, sh-format10157msgid "Current branch $branch_name is up to date."10158msgstr "Aktueller Branch $branch_name ist auf dem neusten Stand."1015910160#: git-rebase.sh:55210161#, sh-format10162msgid "Current branch $branch_name is up to date, rebase forced."10163msgstr ""10164"Aktueller Branch $branch_name ist auf dem neusten Stand, Rebase erzwungen."1016510166#: git-rebase.sh:56310167#, sh-format10168msgid "Changes from $mb to $onto:"10169msgstr "Änderungen von $mb zu $onto:"1017010171#. Detach HEAD and reset the tree10172#: git-rebase.sh:57210173msgid "First, rewinding head to replay your work on top of it..."10174msgstr ""10175"Zunächst wird der Branch zurückgespult, um Ihre Änderungen\n"10176"darauf neu anzuwenden..."1017710178#: git-rebase.sh:58210179#, sh-format10180msgid "Fast-forwarded $branch_name to $onto_name."10181msgstr "$branch_name zu $onto_name vorgespult."1018210183#: git-stash.sh:5110184msgid "git stash clear with parameters is unimplemented"10185msgstr "git stash clear mit Parametern ist nicht implementiert"1018610187#: git-stash.sh:7410188msgid "You do not have the initial commit yet"10189msgstr "Sie haben bisher noch keinen initialen Commit"1019010191#: git-stash.sh:8910192msgid "Cannot save the current index state"10193msgstr "Kann den aktuellen Zustand der Staging-Area nicht speichern"1019410195#: git-stash.sh:123 git-stash.sh:13610196msgid "Cannot save the current worktree state"10197msgstr "Kann den aktuellen Zustand des Arbeitsverzeichnisses nicht speichern"1019810199#: git-stash.sh:14010200msgid "No changes selected"10201msgstr "Keine Änderungen ausgewählt"1020210203#: git-stash.sh:14310204msgid "Cannot remove temporary index (can't happen)"10205msgstr "Kann temporäre Staging-Area nicht löschen (kann nicht passieren)"1020610207#: git-stash.sh:15610208msgid "Cannot record working tree state"10209msgstr "Kann Zustand des Arbeitsverzeichnisses nicht aufzeichnen"1021010211#: git-stash.sh:19010212#, sh-format10213msgid "Cannot update $ref_stash with $w_commit"10214msgstr "Kann $ref_stash nicht mit $w_commit aktualisieren."1021510216#. TRANSLATORS: $option is an invalid option, like10217#. `--blah-blah'. The 7 spaces at the beginning of the10218#. second line correspond to "error: ". So you should line10219#. up the second line with however many characters the10220#. translation of "error: " takes in your language. E.g. in10221#. English this is:10222#.10223#. $ git stash save --blah-blah 2>&1 | head -n 210224#. error: unknown option for 'stash save': --blah-blah10225#. To provide a message, use git stash save -- '--blah-blah'10226#: git-stash.sh:24110227#, sh-format10228msgid ""10229"error: unknown option for 'stash save': $option\n"10230" To provide a message, use git stash save -- '$option'"10231msgstr ""10232"Fehler: unbekannte Option für 'stash save': $option\n"10233" Um eine Beschreibung anzugeben, benutzen Sie \"git stash save -- "10234"'$option'\""1023510236#: git-stash.sh:26210237msgid "No local changes to save"10238msgstr "Keine lokalen Änderungen zum Speichern"1023910240#: git-stash.sh:26810241msgid ""10242"The following untracked files would NOT be saved but need to be removed by "10243"stash save:"10244msgstr ""10245"Die folgenden unbeobachteten Dateien würden NICHT gespeichert werden,\n"10246"müssen aber durch \"stash save\" entfernt werden:"1024710248#: git-stash.sh:27010249msgid ""10250"Aborting. Consider using either the --force or --include-untracked option."10251msgstr ""10252"Abgebrochen. Benutzen Sie entweder die Option --force oder --include-"10253"untracked."1025410255#: git-stash.sh:27410256msgid "Cannot initialize stash"10257msgstr "Kann \"stash\" nicht initialisieren"1025810259#: git-stash.sh:27810260msgid "Cannot save the current status"10261msgstr "Kann den aktuellen Status nicht speichern"1026210263#: git-stash.sh:29610264msgid "Cannot remove worktree changes"10265msgstr "Kann Änderungen im Arbeitsverzeichnis nicht löschen"1026610267#: git-stash.sh:39510268msgid "No stash found."10269msgstr "Kein \"stash\" gefunden."1027010271#: git-stash.sh:40210272#, sh-format10273msgid "Too many revisions specified: $REV"10274msgstr "Zu viele Commits angegeben: $REV"1027510276#: git-stash.sh:40810277#, sh-format10278msgid "$reference is not valid reference"10279msgstr "$reference ist keine gültige Referenz"1028010281#: git-stash.sh:43610282#, sh-format10283msgid "'$args' is not a stash-like commit"10284msgstr "'$args' ist kein \"stash\"-artiger Commit"1028510286#: git-stash.sh:44710287#, sh-format10288msgid "'$args' is not a stash reference"10289msgstr "'$args' ist keine \"stash\"-Referenz"1029010291#: git-stash.sh:45510292msgid "unable to refresh index"10293msgstr "unfähig die Staging-Area zu aktualisieren"1029410295#: git-stash.sh:45910296msgid "Cannot apply a stash in the middle of a merge"10297msgstr "Kann \"stash\" nicht anwenden, solang ein Merge im Gange ist"1029810299#: git-stash.sh:46710300msgid "Conflicts in index. Try without --index."10301msgstr "Konflikte in der Staging-Area. Versuchen Sie es ohne --index."1030210303#: git-stash.sh:46910304msgid "Could not save index tree"10305msgstr "Konnte Staging-Area-Verzeichnis nicht speichern"1030610307#: git-stash.sh:50310308msgid "Cannot unstage modified files"10309msgstr "Kann geänderte Dateien nicht aus der Staging-Area entfernen"1031010311#: git-stash.sh:51810312msgid "Index was not unstashed."10313msgstr "Staging-Area wurde nicht aus dem Stash zurückgeladen."1031410315#: git-stash.sh:53510316#, sh-format10317msgid "Dropped ${REV} ($s)"10318msgstr "Gelöscht ${REV} ($s)"1031910320#: git-stash.sh:53610321#, sh-format10322msgid "${REV}: Could not drop stash entry"10323msgstr "${REV}: Konnte \"stash\"-Eintrag nicht löschen"1032410325#: git-stash.sh:54310326msgid "No branch name specified"10327msgstr "Kein Branchname spezifiziert"1032810329#: git-stash.sh:61510330msgid "(To restore them type \"git stash apply\")"10331msgstr "(Zur Wiederherstellung geben Sie \"git stash apply\" ein)"1033210333#: git-submodule.sh:9510334#, sh-format10335msgid "cannot strip one component off url '$remoteurl'"10336msgstr "Kann eine Komponente von URL '$remoteurl' nicht extrahieren"1033710338#: git-submodule.sh:23710339#, sh-format10340msgid "No submodule mapping found in .gitmodules for path '$sm_path'"10341msgstr "Keine Submodul-Zuordnung in .gitmodules für Pfad '$sm_path' gefunden"1034210343#: git-submodule.sh:28110344#, sh-format10345msgid "Clone of '$url' into submodule path '$sm_path' failed"10346msgstr "Klonen von '$url' in Submodul-Pfad '$sm_path' fehlgeschlagen"1034710348#: git-submodule.sh:29310349#, sh-format10350msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"10351msgstr "Git-Verzeichnis '$a' ist Teil des Submodul-Pfades '$b', oder umgekehrt"1035210353#: git-submodule.sh:40310354msgid "Relative path can only be used from the toplevel of the working tree"10355msgstr ""10356"Relative Pfade können nur von der obersten Ebene des Arbeitsverzeichnisses "10357"benutzt werden."1035810359#: git-submodule.sh:41310360#, sh-format10361msgid "repo URL: '$repo' must be absolute or begin with ./|../"10362msgstr "repo URL: '$repo' muss absolut sein oder mit ./|../ beginnen"1036310364#: git-submodule.sh:43010365#, sh-format10366msgid "'$sm_path' already exists in the index"10367msgstr "'$sm_path' ist bereits zum Commit vorgemerkt"1036810369#: git-submodule.sh:43410370#, sh-format10371msgid ""10372"The following path is ignored by one of your .gitignore files:\n"10373"$sm_path\n"10374"Use -f if you really want to add it."10375msgstr ""10376"Der folgende Pfad wird durch eine Ihrer \".gitignore\" Dateien ignoriert:\n"10377"$sm_path\n"10378"Benutzen Sie -f wenn Sie diesen wirklich hinzufügen möchten."1037910380#: git-submodule.sh:45210381#, sh-format10382msgid "Adding existing repo at '$sm_path' to the index"10383msgstr "Füge existierendes Repository in '$sm_path' der Staging-Area hinzu."1038410385#: git-submodule.sh:45410386#, sh-format10387msgid "'$sm_path' already exists and is not a valid git repo"10388msgstr "'$sm_path' existiert bereits und ist kein gültiges Git-Repository"1038910390#: git-submodule.sh:46210391#, sh-format10392msgid "A git directory for '$sm_name' is found locally with remote(s):"10393msgstr ""10394"Ein Git-Verzeichnis für '$sm_name' wurde lokal gefunden mit den Remote-"10395"Repositories:"1039610397#: git-submodule.sh:46410398#, sh-format10399msgid ""10400"If you want to reuse this local git directory instead of cloning again from"10401msgstr ""10402"Wenn Sie dieses lokale Git-Verzeichnis wiederverwenden möchtest, anstatt "10403"erneut zu klonen"1040410405#: git-submodule.sh:46610406#, sh-format10407msgid ""10408"use the '--force' option. If the local git directory is not the correct repo"10409msgstr ""10410"benutzen Sie die Option '--force'. Wenn das lokale Git-Verzeichnis nicht das "10411"korrekte Repository ist"1041210413#: git-submodule.sh:46710414#, sh-format10415msgid ""10416"or you are unsure what this means choose another name with the '--name' "10417"option."10418msgstr ""10419"oder Sie sich unsicher sind, was das bedeutet, wählen Sie einen anderen "10420"Namenmit der Option '--name'."1042110422#: git-submodule.sh:46910423#, sh-format10424msgid "Reactivating local git directory for submodule '$sm_name'."10425msgstr "Reaktiviere lokales Git-Verzeichnis für Submodul '$sm_name'."1042610427#: git-submodule.sh:48110428#, sh-format10429msgid "Unable to checkout submodule '$sm_path'"10430msgstr "Unfähig Submodul '$sm_path' auszuchecken"1043110432#: git-submodule.sh:48610433#, sh-format10434msgid "Failed to add submodule '$sm_path'"10435msgstr "Hinzufügen von Submodul '$sm_path' fehlgeschlagen"1043610437#: git-submodule.sh:49510438#, sh-format10439msgid "Failed to register submodule '$sm_path'"10440msgstr "Fehler beim Eintragen von Submodul '$sm_path' in die Konfiguration."1044110442#: git-submodule.sh:53910443#, sh-format10444msgid "Entering '$prefix$displaypath'"10445msgstr "Betrete '$prefix$displaypath'"1044610447#: git-submodule.sh:55410448#, sh-format10449msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."10450msgstr "Stoppe bei '$prefix$displaypath'; Skript gab nicht-Null Status zurück."1045110452#: git-submodule.sh:60010453#, sh-format10454msgid "No url found for submodule path '$displaypath' in .gitmodules"10455msgstr "Keine URL für Submodul-Pfad '$displaypath' in .gitmodules gefunden"1045610457#: git-submodule.sh:60910458#, sh-format10459msgid "Failed to register url for submodule path '$displaypath'"10460msgstr ""10461"Fehler beim Eintragen der URL für Submodul-Pfad '$displaypath' in die "10462"Konfiguration."1046310464#: git-submodule.sh:61110465#, sh-format10466msgid "Submodule '$name' ($url) registered for path '$displaypath'"10467msgstr ""10468"Submodul '$name' ($url) für Pfad '$displaypath' in die Konfiguration "10469"eingetragen."1047010471#: git-submodule.sh:61910472#, sh-format10473msgid "Failed to register update mode for submodule path '$displaypath'"10474msgstr ""10475"Fehler bei Änderung des Aktualisierungsmodus für Submodul-Pfad "10476"'$displaypath' in der Konfiguration."1047710478#: git-submodule.sh:65610479#, sh-format10480msgid "Use '.' if you really want to deinitialize all submodules"10481msgstr ""10482"Verwenden Sie '.' wenn Sie wirklich alle Submodule\n"10483"deinitialisieren möchten."1048410485#: git-submodule.sh:67310486#, sh-format10487msgid "Submodule work tree '$displaypath' contains a .git directory"10488msgstr ""10489"Arbeitsverzeichnis des Submoduls in '$displaypath' enthält ein .git-"10490"Verzeichnis"1049110492#: git-submodule.sh:67410493#, sh-format10494msgid ""10495"(use 'rm -rf' if you really want to remove it including all of its history)"10496msgstr ""10497"(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"10498"seiner Historie löschen möchten)"1049910500#: git-submodule.sh:68010501#, sh-format10502msgid ""10503"Submodule work tree '$displaypath' contains local modifications; use '-f' to "10504"discard them"10505msgstr ""10506"Arbeitsverzeichnis von Submodul in '$displaypath' enthält lokale Änderungen; "10507"verwenden Sie '-f' um diese zu verwerfen"1050810509#: git-submodule.sh:68310510#, sh-format10511msgid "Cleared directory '$displaypath'"10512msgstr "Verzeichnis '$displaypath' bereinigt."1051310514#: git-submodule.sh:68410515#, sh-format10516msgid "Could not remove submodule work tree '$displaypath'"10517msgstr ""10518"Konnte Arbeitsverzeichnis des Submoduls in '$displaypath' nicht löschen."1051910520#: git-submodule.sh:68710521#, sh-format10522msgid "Could not create empty submodule directory '$displaypath'"10523msgstr ""10524"Konnte kein leeres Verzeichnis für Submodul in '$displaypath' erstellen."1052510526#: git-submodule.sh:69610527#, sh-format10528msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"10529msgstr ""10530"Submodul '$name' ($url) für Pfad '$displaypath' wurde aus der Konfiguration "10531"entfernt."1053210533#: git-submodule.sh:81110534#, sh-format10535msgid ""10536"Submodule path '$displaypath' not initialized\n"10537"Maybe you want to use 'update --init'?"10538msgstr ""10539"Submodul-Pfad '$displaypath' ist nicht initialisiert.\n"10540"Vielleicht möchten Sie 'update --init' benutzen?"1054110542#: git-submodule.sh:82410543#, sh-format10544msgid "Unable to find current revision in submodule path '$displaypath'"10545msgstr "Konnte aktuellen Commit in Submodul-Pfad '$displaypath' nicht finden."1054610547#: git-submodule.sh:83310548#, sh-format10549msgid "Unable to fetch in submodule path '$sm_path'"10550msgstr "Konnte \"fetch\" in Submodul-Pfad '$sm_path' nicht ausführen"1055110552#: git-submodule.sh:85710553#, sh-format10554msgid "Unable to fetch in submodule path '$displaypath'"10555msgstr "Konnte \"fetch\" in Submodul-Pfad '$displaypath' nicht ausführen"1055610557#: git-submodule.sh:87110558#, sh-format10559msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"10560msgstr "Rebase auf '$sha1' in Submodul-Pfad '$displaypath' nicht möglich"1056110562#: git-submodule.sh:87210563#, sh-format10564msgid "Submodule path '$displaypath': rebased into '$sha1'"10565msgstr "Submodul-Pfad '$displaypath': Rebase auf '$sha1'"1056610567#: git-submodule.sh:87710568#, sh-format10569msgid "Unable to merge '$sha1' in submodule path '$displaypath'"10570msgstr "Merge von '$sha1' in Submodul-Pfad '$displaypath' fehlgeschlagen"1057110572#: git-submodule.sh:87810573#, sh-format10574msgid "Submodule path '$displaypath': merged in '$sha1'"10575msgstr "Submodul-Pfad '$displaypath': zusammengeführt in '$sha1'"1057610577#: git-submodule.sh:88310578#, sh-format10579msgid ""10580"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"10581msgstr ""10582"Ausführung von '$command $sha1' in Submodul-Pfad '$prefix$sm_path' "10583"fehlgeschlagen"1058410585#: git-submodule.sh:88410586#, sh-format10587msgid "Submodule path '$prefix$sm_path': '$command $sha1'"10588msgstr "Submodul-Pfad '$prefix$sm_path': '$command $sha1'"1058910590#: git-submodule.sh:88910591#, sh-format10592msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"10593msgstr "Konnte '$sha1' in Submodul-Pfad '$displaypath' nicht auschecken."1059410595#: git-submodule.sh:89010596#, sh-format10597msgid "Submodule path '$displaypath': checked out '$sha1'"10598msgstr "Submodul-Pfad: '$displaypath': '$sha1' ausgecheckt"1059910600#: git-submodule.sh:91710601#, sh-format10602msgid "Failed to recurse into submodule path '$displaypath'"10603msgstr "Fehler bei Rekursion in Submodul-Pfad '$displaypath'"1060410605#: git-submodule.sh:102510606msgid "The --cached option cannot be used with the --files option"10607msgstr ""10608"Die Optionen --cached und --files können nicht gemeinsam verwendet werden."1060910610#. unexpected type10611#: git-submodule.sh:106610612#, sh-format10613msgid "unexpected mode $mod_dst"10614msgstr "unerwarteter Modus $mod_dst"1061510616#: git-submodule.sh:108610617#, sh-format10618msgid " Warn: $display_name doesn't contain commit $sha1_src"10619msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_src"1062010621#: git-submodule.sh:108910622#, sh-format10623msgid " Warn: $display_name doesn't contain commit $sha1_dst"10624msgstr " Warnung: $display_name beinhaltet nicht Commit $sha1_dst"1062510626#: git-submodule.sh:109210627#, sh-format10628msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"10629msgstr ""10630" Warnung: $display_name beinhaltet nicht die Commits $sha1_src und $sha1_dst"1063110632#: git-submodule.sh:111710633msgid "blob"10634msgstr "Blob"1063510636#: git-submodule.sh:115510637msgid "Submodules changed but not updated:"10638msgstr "Submodule geändert, aber nicht aktualisiert:"1063910640#: git-submodule.sh:115710641msgid "Submodule changes to be committed:"10642msgstr "Änderungen in Submodul zum Committen:"1064310644#: git-submodule.sh:124210645#, sh-format10646msgid "Failed to recurse into submodule path '$sm_path'"10647msgstr "Fehler bei Rekursion in Submodul-Pfad '$sm_path'"1064810649#: git-submodule.sh:130610650#, sh-format10651msgid "Synchronizing submodule url for '$displaypath'"10652msgstr "Synchronisiere Submodul-URL für '$displaypath'"1065310654#~ msgid " (fix conflicts and then run \"git am --resolved\")"10655#~ msgstr ""10656#~ " (beheben Sie die Konflikte und führen Sie dann \"git am --resolved\" "10657#~ "aus)"1065810659#~ msgid " (all conflicts fixed: run \"git commit\")"10660#~ msgstr " (alle Konflikte behoben: führen Sie \"git commit\" aus)"1066110662#~ msgid "more than %d trees given: '%s'"10663#~ msgstr "Mehr als %d \"Tree\"-Objekte angegeben: '%s'"1066410665#~ msgid "You cannot combine --no-ff with --ff-only."10666#~ msgstr "Sie können --no-ff nicht mit --ff--only kombinieren."1066710668#~ msgid ""10669#~ "submodule '%s' (or one of its nested submodules) uses a .git directory\n"10670#~ "(use 'rm -rf' if you really want to remove it including all of its "10671#~ "history)"10672#~ msgstr ""10673#~ "Submodul '%s' (oder ein geschachteltes Submodul hiervon) verwendet\n"10674#~ "ein .git-Verzeichnis (benutzen Sie 'rm -rf' wenn Sie dieses wirklich "10675#~ "mitsamt\n"10676#~ "seiner Historie löschen möchten)"1067710678#~ msgid ""10679#~ "'%s' has changes staged in the index\n"10680#~ "(use --cached to keep the file, or -f to force removal)"10681#~ msgstr ""10682#~ "'%s' hat zum Commit vorgemerkte Änderungen\n"10683#~ "(benutzen Sie --cached um die Datei zu behalten, oder -f um die "10684#~ "Entfernung zu erzwingen)"1068510686#~ msgid "show commits where no parent comes before its children"10687#~ msgstr ""10688#~ "zeigt Commits, bei denen kein Eltern-Commit vor seinem Kind-Commit kommt"1068910690#~ msgid "show the HEAD reference"10691#~ msgstr "zeigt Referenz von HEAD"1069210693#~ msgid "Unable to fetch in submodule path '$prefix$sm_path'"10694#~ msgstr "Konnte \"fetch\" in Submodul-Pfad '$prefix$sm_path' nicht ausführen"1069510696#~ msgid "Failed to recurse into submodule path '$prefix$sm_path'"10697#~ msgstr "Fehler bei Rekursion in Submodul-Pfad '$prefix$sm_path'"1069810699#~ msgid "It took %.2f seconds to enumerate untracked files. 'status -uno'"10700#~ msgstr ""10701#~ "Es dauerte %.2f Sekunden die unbeobachteten Dateien zu bestimmen.'status -"10702#~ "uno'"1070310704#~ msgid "may speed it up, but you have to be careful not to forget to add"10705#~ msgstr "könnte das beschleunigen, aber Sie müssen darauf achten, neue"1070610707#~ msgid "new files yourself (see 'git help status')."10708#~ msgstr "Dateien selbstständig hinzuzufügen (siehe 'git help status')."1070910710#~ msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"10711#~ msgstr ""10712#~ "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] "10713#~ "[<Versionsidentifikation>... ]"1071410715#~ msgid "See 'git help <command>' for more information on a specific command."10716#~ msgstr ""10717#~ "Siehe 'git help <Kommando>' für weitere Informationen zu einem "10718#~ "spezifischen Kommando"1071910720#~ msgid "use any ref in .git/refs"10721#~ msgstr "verwendet alle Referenzen in .git/refs"1072210723#~ msgid "use any tag in .git/refs/tags"10724#~ msgstr "verwendet alle Markierungen in .git/refs/tags"1072510726#~ msgid "bad object %s"10727#~ msgstr "ungültiges Objekt %s"1072810729#~ msgid "bogus committer info %s"10730#~ msgstr "unechte Einreicher-Informationen %s"1073110732#~ msgid "can't fdopen 'show' output fd"10733#~ msgstr "konnte Datei-Deskriptor für Ausgabe von 'show' nicht öffnen"1073410735#~ msgid "failed to close pipe to 'show' for object '%s'"10736#~ msgstr ""10737#~ "Schließen der Verbindung zu 'show' ist für Objekt '%s' fehlgeschlagen."1073810739#~ msgid "You do not have a valid HEAD"10740#~ msgstr "Sie haben keine gültige Zweigspitze (HEAD)"1074110742#~ msgid "oops"10743#~ msgstr "Ups"1074410745#~ msgid "Would not remove %s\n"10746#~ msgstr "Würde '%s' nicht löschen\n"1074710748#~ msgid "Not removing %s\n"10749#~ msgstr "Entferne nicht %s\n"1075010751#~ msgid "Could not read index"10752#~ msgstr "Konnte Bereitstellung nicht lesen"1075310754#~ msgid " 0 files changed"10755#~ msgstr " 0 Dateien geändert"1075610757#~ msgid " %d file changed"10758#~ msgid_plural " %d files changed"10759#~ msgstr[0] " %d Datei geändert"10760#~ msgstr[1] " %d Dateien geändert"1076110762#~ msgid ", %d insertion(+)"10763#~ msgid_plural ", %d insertions(+)"10764#~ msgstr[0] ", %d Zeile hinzugefügt(+)"10765#~ msgstr[1] ", %d Zeilen hinzugefügt(+)"1076610767#~ msgid ", %d deletion(-)"10768#~ msgid_plural ", %d deletions(-)"10769#~ msgstr[0] ", %d Zeile entfernt(-)"10770#~ msgstr[1] ", %d Zeilen entfernt(-)"1077110772#~ msgid "Auto packing the repository for optimum performance.\n"10773#~ msgstr ""10774#~ "Die Datenbank des Projektarchivs wird für eine optimale Performance "10775#~ "komprimiert.\n"1077610777#~ msgid "git remote set-head <name> (-a | -d | <branch>])"10778#~ msgstr "git remote set-head <Name> (-a | -d | <Zweig>])"1077910780#~ msgid " (use \"git add\" to track)"10781#~ msgstr " (benutze \"git add\" zum Beobachten)"1078210783#~ msgid "-B cannot be used with -b"10784#~ msgstr "-B kann nicht mit -b benutzt werden"1078510786#~ msgid "--patch is incompatible with all other options"10787#~ msgstr "--patch ist inkompatibel mit allen anderen Optionen"1078810789#~ msgid "--detach cannot be used with -b/-B/--orphan"10790#~ msgstr "--detach kann nicht mit -b/-B/--orphan benutzt werden"1079110792#~ msgid "--detach cannot be used with -t"10793#~ msgstr "--detach kann nicht mit -t benutzt werden"1079410795#~ msgid "--orphan and -b|-B are mutually exclusive"10796#~ msgstr "--orphan und -b|-B sind gegenseitig exklusiv"1079710798#~ msgid "--orphan cannot be used with -t"10799#~ msgstr "--orphan kann nicht mit -t benutzt werden"1080010801#~ msgid "git checkout: -f and -m are incompatible"10802#~ msgstr "git checkout: -f und -m sind inkompatibel"1080310804#~ msgid ""10805#~ "git checkout: updating paths is incompatible with switching branches."10806#~ msgstr ""10807#~ "git checkout: Die Aktualisierung von Pfaden ist inkompatibel mit dem "10808#~ "Wechsel von Zweigen."1080910810#~ msgid "diff setup failed"10811#~ msgstr "diff_setup_done fehlgeschlagen"1081210813#~ msgid "merge-recursive: disk full?"10814#~ msgstr "merge-recursive: Festplatte voll?"1081510816#~ msgid "diff_setup_done failed"10817#~ msgstr "diff_setup_done fehlgeschlagen"1081810819#~ msgid "-d option is no longer supported. Do not use."10820#~ msgstr "-d Option wird nicht länger unterstützt. Nicht benutzen."1082110822#~ msgid "%s: has been deleted/renamed"10823#~ msgstr "%s wurde gelöscht/umbenannt"1082410825#~ msgid "'%s': not a documentation directory."10826#~ msgstr "'%s' ist kein Dokumentationsverzeichnis"1082710828#~ msgid "--"10829#~ msgstr "--"1083010831#~ msgid "Could not extract email from committer identity."10832#~ msgstr "Konnte E-Mail-Adresse des Einreichers nicht extrahieren."1083310834#~ msgid "cherry-pick"10835#~ msgstr "cherry-pick"1083610837#~ msgid "Please enter the commit message for your changes."10838#~ msgstr "Bitte gebe die Versionsbeschreibung für deine Änderungen ein."1083910840#~ msgid ""10841#~ "To prevent you from losing history, non-fast-forward updates were "10842#~ "rejected\n"10843#~ "Merge the remote changes (e.g. 'git pull') before pushing again. See "10844#~ "the\n"10845#~ "'Note about fast-forwards' section of 'git push --help' for details.\n"10846#~ msgstr ""10847#~ "Um dich vor Verlust von Historie zu bewahren, wurden nicht vorzuspulende "10848#~ "Aktualisierungen zurückgewiesen.\n"10849#~ "Führe die externen Änderungen zusammen (z.B. 'git pull') bevor du erneut "10850#~ "versendest. Siehe auch die 'Note about fast-forwards' Sektion von \n"10851#~ "'git push --help' für weitere Details.\n"