po / de.poon commit Merge branch 'master' of git://github.com/git-l10n/git-po (48a9a6b)
   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-2015.
   5#
   6msgid ""
   7msgstr ""
   8"Project-Id-Version: Git\n"
   9"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  10"POT-Creation-Date: 2015-01-13 14:05+0800\n"
  11"PO-Revision-Date: 2014-11-20 10:19+0800\n"
  12"Last-Translator: Ralf Thielow <ralf.thielow@gmail.com>\n"
  13"Language-Team: German <>\n"
  14"Language: de\n"
  15"MIME-Version: 1.0\n"
  16"Content-Type: text/plain; charset=UTF-8\n"
  17"Content-Transfer-Encoding: 8bit\n"
  18"Plural-Forms: nplurals=2; plural=(n!=1);\n"
  19
  20#: advice.c:55
  21#, c-format
  22msgid "hint: %.*s\n"
  23msgstr "Hinweis: %.*s\n"
  24
  25#: advice.c:88
  26msgid ""
  27"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  28"as appropriate to mark resolution and make a commit."
  29msgstr ""
  30"Korrigieren Sie dies im Arbeitsverzeichnis, und benutzen Sie\n"
  31"dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n"
  32"und zu committen."
  33
  34#: archive.c:11
  35msgid "git archive [options] <tree-ish> [<path>...]"
  36msgstr "git archive [Optionen] <Commit-Referenz> [<Pfad>...]"
  37
  38#: archive.c:12
  39msgid "git archive --list"
  40msgstr "git archive --list"
  41
  42#: archive.c:13
  43msgid ""
  44"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]"
  45msgstr ""
  46"git archive --remote <Repository> [--exec <Programm>] [Optionen] <Commit-"
  47"Referenz> [Pfad...]"
  48
  49#: archive.c:14
  50msgid "git archive --remote <repo> [--exec <cmd>] --list"
  51msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
  52
  53#: archive.c:342 builtin/add.c:137 builtin/add.c:427 builtin/rm.c:328
  54#, c-format
  55msgid "pathspec '%s' did not match any files"
  56msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
  57
  58#: archive.c:427
  59msgid "fmt"
  60msgstr "Format"
  61
  62#: archive.c:427
  63msgid "archive format"
  64msgstr "Archivformat"
  65
  66#: archive.c:428 builtin/log.c:1204
  67msgid "prefix"
  68msgstr "Präfix"
  69
  70#: archive.c:429
  71msgid "prepend prefix to each pathname in the archive"
  72msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
  73
  74#: archive.c:430 builtin/archive.c:88 builtin/blame.c:2517
  75#: builtin/blame.c:2518 builtin/config.c:57 builtin/fast-export.c:986
  76#: builtin/fast-export.c:988 builtin/grep.c:712 builtin/hash-object.c:101
  77#: builtin/ls-files.c:489 builtin/ls-files.c:492 builtin/notes.c:394
  78#: builtin/notes.c:557 builtin/read-tree.c:109 parse-options.h:151
  79msgid "file"
  80msgstr "Datei"
  81
  82#: archive.c:431 builtin/archive.c:89
  83msgid "write the archive to this file"
  84msgstr "das Archiv in diese Datei schreiben"
  85
  86#: archive.c:433
  87msgid "read .gitattributes in working directory"
  88msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
  89
  90#: archive.c:434
  91msgid "report archived files on stderr"
  92msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
  93
  94#: archive.c:435
  95msgid "store only"
  96msgstr "nur speichern"
  97
  98#: archive.c:436
  99msgid "compress faster"
 100msgstr "schneller komprimieren"
 101
 102#: archive.c:444
 103msgid "compress better"
 104msgstr "besser komprimieren"
 105
 106#: archive.c:447
 107msgid "list supported archive formats"
 108msgstr "unterstützte Archivformate auflisten"
 109
 110#: archive.c:449 builtin/archive.c:90 builtin/clone.c:86
 111msgid "repo"
 112msgstr "Repository"
 113
 114#: archive.c:450 builtin/archive.c:91
 115msgid "retrieve the archive from remote repository <repo>"
 116msgstr "Archiv vom Remote-Repository <Repository> abrufen"
 117
 118#: archive.c:451 builtin/archive.c:92 builtin/notes.c:478
 119msgid "command"
 120msgstr "Programm"
 121
 122#: archive.c:452 builtin/archive.c:93
 123msgid "path to the remote git-upload-archive command"
 124msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
 125
 126#: attr.c:258
 127msgid ""
 128"Negative patterns are ignored in git attributes\n"
 129"Use '\\!' for literal leading exclamation."
 130msgstr ""
 131"Verneinende Muster werden in Git-Attributen ignoriert.\n"
 132"Benutzen Sie '\\!' für führende Ausrufezeichen."
 133
 134#: branch.c:60
 135#, c-format
 136msgid "Not setting branch %s as its own upstream."
 137msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein."
 138
 139#: branch.c:83
 140#, c-format
 141msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 142msgstr ""
 143"Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s durch Rebase."
 144
 145#: branch.c:84
 146#, c-format
 147msgid "Branch %s set up to track remote branch %s from %s."
 148msgstr "Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s."
 149
 150#: branch.c:88
 151#, c-format
 152msgid "Branch %s set up to track local branch %s by rebasing."
 153msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s durch Rebase."
 154
 155#: branch.c:89
 156#, c-format
 157msgid "Branch %s set up to track local branch %s."
 158msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s."
 159
 160#: branch.c:94
 161#, c-format
 162msgid "Branch %s set up to track remote ref %s by rebasing."
 163msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s durch Rebase."
 164
 165#: branch.c:95
 166#, c-format
 167msgid "Branch %s set up to track remote ref %s."
 168msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s."
 169
 170#: branch.c:99
 171#, c-format
 172msgid "Branch %s set up to track local ref %s by rebasing."
 173msgstr ""
 174"Branch %s konfiguriert zum Folgen von lokaler Referenz %s durch Rebase."
 175
 176#: branch.c:100
 177#, c-format
 178msgid "Branch %s set up to track local ref %s."
 179msgstr "Branch %s konfiguriert zum Folgen von lokaler Referenz %s."
 180
 181#: branch.c:133
 182#, c-format
 183msgid "Not tracking: ambiguous information for ref %s"
 184msgstr ""
 185"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist "
 186"mehrdeutig."
 187
 188#: branch.c:162
 189#, c-format
 190msgid "'%s' is not a valid branch name."
 191msgstr "'%s' ist kein gültiger Branchname."
 192
 193#: branch.c:167
 194#, c-format
 195msgid "A branch named '%s' already exists."
 196msgstr "Branch '%s' existiert bereits."
 197
 198#: branch.c:175
 199msgid "Cannot force update the current branch."
 200msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."
 201
 202#: branch.c:195
 203#, c-format
 204msgid "Cannot setup tracking information; starting point '%s' is not a branch."
 205msgstr ""
 206"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein "
 207"Branch."
 208
 209#: branch.c:197
 210#, c-format
 211msgid "the requested upstream branch '%s' does not exist"
 212msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"
 213
 214#: branch.c:199
 215msgid ""
 216"\n"
 217"If you are planning on basing your work on an upstream\n"
 218"branch that already exists at the remote, you may need to\n"
 219"run \"git fetch\" to retrieve it.\n"
 220"\n"
 221"If you are planning to push out a new local branch that\n"
 222"will track its remote counterpart, you may want to use\n"
 223"\"git push -u\" to set the upstream config as you push."
 224msgstr ""
 225"\n"
 226"Falls Sie vorhaben, Ihre Arbeit auf einem bereits existierenden\n"
 227"Upstream-Branch aufzubauen, sollten Sie \"git fetch\"\n"
 228"ausführen, um diesen abzurufen.\n"
 229"\n"
 230"Falls Sie vorhaben, einen neuen lokalen Branch zu versenden\n"
 231"der seinem externen Gegenstück folgen soll, können Sie\n"
 232"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n"
 233"zu konfigurieren."
 234
 235#: branch.c:243
 236#, c-format
 237msgid "Not a valid object name: '%s'."
 238msgstr "Ungültiger Objekt-Name: '%s'"
 239
 240#: branch.c:263
 241#, c-format
 242msgid "Ambiguous object name: '%s'."
 243msgstr "mehrdeutiger Objekt-Name: '%s'"
 244
 245#: branch.c:268
 246#, c-format
 247msgid "Not a valid branch point: '%s'."
 248msgstr "Ungültiger Branchpunkt: '%s'"
 249
 250#: bundle.c:34
 251#, c-format
 252msgid "'%s' does not look like a v2 bundle file"
 253msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
 254
 255#: bundle.c:61
 256#, c-format
 257msgid "unrecognized header: %s%s (%d)"
 258msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
 259
 260#: bundle.c:87 builtin/commit.c:770
 261#, c-format
 262msgid "could not open '%s'"
 263msgstr "Konnte '%s' nicht öffnen"
 264
 265#: bundle.c:139
 266msgid "Repository lacks these prerequisite commits:"
 267msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
 268
 269#: bundle.c:163 sequencer.c:645 sequencer.c:1100 builtin/blame.c:2706
 270#: builtin/branch.c:652 builtin/commit.c:1049 builtin/log.c:330
 271#: builtin/log.c:823 builtin/log.c:1432 builtin/log.c:1669 builtin/merge.c:358
 272#: builtin/shortlog.c:158
 273msgid "revision walk setup failed"
 274msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
 275
 276#: bundle.c:185
 277#, c-format
 278msgid "The bundle contains this ref:"
 279msgid_plural "The bundle contains these %d refs:"
 280msgstr[0] "Das Paket enthält diese Referenz:"
 281msgstr[1] "Das Paket enthält diese %d Referenzen:"
 282
 283#: bundle.c:192
 284msgid "The bundle records a complete history."
 285msgstr "Das Paket speichert eine komplette Historie."
 286
 287#: bundle.c:194
 288#, c-format
 289msgid "The bundle requires this ref:"
 290msgid_plural "The bundle requires these %d refs:"
 291msgstr[0] "Das Paket benötigt diese Referenz:"
 292msgstr[1] "Das Paket benötigt diese %d Referenzen:"
 293
 294#: bundle.c:251
 295msgid "Could not spawn pack-objects"
 296msgstr "Konnte Paketobjekte nicht erstellen"
 297
 298#: bundle.c:269
 299msgid "pack-objects died"
 300msgstr "Erstellung der Paketobjekte abgebrochen"
 301
 302#: bundle.c:309
 303msgid "rev-list died"
 304msgstr "\"rev-list\" abgebrochen"
 305
 306#: bundle.c:358
 307#, c-format
 308msgid "ref '%s' is excluded by the rev-list options"
 309msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
 310
 311#: bundle.c:438 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261
 312#, c-format
 313msgid "unrecognized argument: %s"
 314msgstr "nicht erkanntes Argument: %s"
 315
 316#: bundle.c:444
 317msgid "Refusing to create empty bundle."
 318msgstr "Erstellung eines leeren Pakets zurückgewiesen."
 319
 320#: bundle.c:454
 321#, c-format
 322msgid "cannot create '%s'"
 323msgstr "kann '%s' nicht erstellen"
 324
 325#: bundle.c:475
 326msgid "index-pack died"
 327msgstr "Erstellung der Paketindexdatei abgebrochen"
 328
 329#: color.c:259
 330#, c-format
 331msgid "invalid color value: %.*s"
 332msgstr "Ungültiger Farbwert: %.*s"
 333
 334#: commit.c:40
 335#, c-format
 336msgid "could not parse %s"
 337msgstr "konnte %s nicht parsen"
 338
 339#: commit.c:42
 340#, c-format
 341msgid "%s %s is not a commit!"
 342msgstr "%s %s ist kein Commit!"
 343
 344#: compat/obstack.c:406 compat/obstack.c:408
 345msgid "memory exhausted"
 346msgstr "Speicher verbraucht"
 347
 348#: config.c:469 config.c:471
 349#, c-format
 350msgid "bad config file line %d in %s"
 351msgstr "Zeile %d in Konfigurationsdatei %s ist ungültig."
 352
 353#: config.c:587
 354#, c-format
 355msgid "bad numeric config value '%s' for '%s' in %s: %s"
 356msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
 357
 358#: config.c:589
 359#, c-format
 360msgid "bad numeric config value '%s' for '%s': %s"
 361msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
 362
 363#: config.c:674
 364#, c-format
 365msgid "failed to expand user dir in: '%s'"
 366msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
 367
 368#: config.c:752 config.c:763
 369#, c-format
 370msgid "bad zlib compression level %d"
 371msgstr "ungültiger zlib Komprimierungsgrad %d"
 372
 373#: config.c:885
 374#, c-format
 375msgid "invalid mode for object creation: %s"
 376msgstr "Ungültiger Modus für Objekterstellung: %s"
 377
 378#: config.c:1211
 379msgid "unable to parse command-line config"
 380msgstr ""
 381"Konnte die über die Kommandozeile angegebene Konfiguration nicht parsen."
 382
 383#: config.c:1272
 384msgid "unknown error occured while reading the configuration files"
 385msgstr ""
 386"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
 387
 388#: config.c:1596
 389#, c-format
 390msgid "unable to parse '%s' from command-line config"
 391msgstr ""
 392"Konnte Wert '%s' aus der über die Kommandozeile angegebenen\n"
 393"Konfiguration nicht parsen."
 394
 395#: config.c:1598
 396#, c-format
 397msgid "bad config variable '%s' in file '%s' at line %d"
 398msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
 399
 400#: config.c:1657
 401#, c-format
 402msgid "%s has multiple values"
 403msgstr "%s hat mehrere Werte"
 404
 405#: connected.c:69
 406msgid "Could not run 'git rev-list'"
 407msgstr "Konnte 'git rev-list' nicht ausführen"
 408
 409#: connected.c:89
 410#, c-format
 411msgid "failed write to rev-list: %s"
 412msgstr "Fehler beim Schreiben nach rev-list: %s"
 413
 414#: connected.c:97
 415#, c-format
 416msgid "failed to close rev-list's stdin: %s"
 417msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe: %s"
 418
 419#: date.c:95
 420msgid "in the future"
 421msgstr "in der Zukunft"
 422
 423#: date.c:101
 424#, c-format
 425msgid "%lu second ago"
 426msgid_plural "%lu seconds ago"
 427msgstr[0] "vor %lu Sekunde"
 428msgstr[1] "vor %lu Sekunden"
 429
 430#: date.c:108
 431#, c-format
 432msgid "%lu minute ago"
 433msgid_plural "%lu minutes ago"
 434msgstr[0] "vor %lu Minute"
 435msgstr[1] "vor %lu Minuten"
 436
 437#: date.c:115
 438#, c-format
 439msgid "%lu hour ago"
 440msgid_plural "%lu hours ago"
 441msgstr[0] "vor %lu Stunde"
 442msgstr[1] "vor %lu Stunden"
 443
 444#: date.c:122
 445#, c-format
 446msgid "%lu day ago"
 447msgid_plural "%lu days ago"
 448msgstr[0] "vor %lu Tag"
 449msgstr[1] "vor %lu Tagen"
 450
 451#: date.c:128
 452#, c-format
 453msgid "%lu week ago"
 454msgid_plural "%lu weeks ago"
 455msgstr[0] "vor %lu Woche"
 456msgstr[1] "vor %lu Wochen"
 457
 458#: date.c:135
 459#, c-format
 460msgid "%lu month ago"
 461msgid_plural "%lu months ago"
 462msgstr[0] "vor %lu Monat"
 463msgstr[1] "vor %lu Monaten"
 464
 465#: date.c:146
 466#, c-format
 467msgid "%lu year"
 468msgid_plural "%lu years"
 469msgstr[0] "vor %lu Jahr"
 470msgstr[1] "vor %lu Jahren"
 471
 472#. TRANSLATORS: "%s" is "<n> years"
 473#: date.c:149
 474#, c-format
 475msgid "%s, %lu month ago"
 476msgid_plural "%s, %lu months ago"
 477msgstr[0] "%s, und %lu Monat"
 478msgstr[1] "%s, und %lu Monaten"
 479
 480#: date.c:154 date.c:159
 481#, c-format
 482msgid "%lu year ago"
 483msgid_plural "%lu years ago"
 484msgstr[0] "vor %lu Jahr"
 485msgstr[1] "vor %lu Jahren"
 486
 487#: diffcore-order.c:24
 488#, c-format
 489msgid "failed to read orderfile '%s'"
 490msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
 491
 492#: diffcore-rename.c:516
 493msgid "Performing inexact rename detection"
 494msgstr "Führe Erkennung für ungenaue Umbenennung aus"
 495
 496#: diff.c:114
 497#, c-format
 498msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
 499msgstr ""
 500"  Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n"
 501
 502#: diff.c:119
 503#, c-format
 504msgid "  Unknown dirstat parameter '%s'\n"
 505msgstr "  Unbekannter \"dirstat\" Parameter '%s'\n"
 506
 507#: diff.c:214
 508#, c-format
 509msgid "Unknown value for 'diff.submodule' config variable: '%s'"
 510msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
 511
 512#: diff.c:266
 513#, c-format
 514msgid ""
 515"Found errors in 'diff.dirstat' config variable:\n"
 516"%s"
 517msgstr ""
 518"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
 519"%s"
 520
 521#: diff.c:2957
 522#, c-format
 523msgid "external diff died, stopping at %s"
 524msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
 525
 526#: diff.c:3352
 527msgid "--follow requires exactly one pathspec"
 528msgstr "--follow erfordert genau eine Pfadspezifikation"
 529
 530#: diff.c:3515
 531#, c-format
 532msgid ""
 533"Failed to parse --dirstat/-X option parameter:\n"
 534"%s"
 535msgstr ""
 536"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
 537"%s"
 538
 539#: diff.c:3529
 540#, c-format
 541msgid "Failed to parse --submodule option parameter: '%s'"
 542msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
 543
 544#: gpg-interface.c:129 gpg-interface.c:200
 545msgid "could not run gpg."
 546msgstr "konnte gpg nicht ausführen"
 547
 548#: gpg-interface.c:141
 549msgid "gpg did not accept the data"
 550msgstr "gpg hat die Daten nicht akzeptiert"
 551
 552#: gpg-interface.c:152
 553msgid "gpg failed to sign the data"
 554msgstr "gpg beim Signieren der Daten fehlgeschlagen"
 555
 556#: gpg-interface.c:185
 557#, c-format
 558msgid "could not create temporary file '%s': %s"
 559msgstr "konnte temporäre Datei '%s' nicht erstellen: %s"
 560
 561#: gpg-interface.c:188
 562#, c-format
 563msgid "failed writing detached signature to '%s': %s"
 564msgstr "Fehler beim Schreiben der Signatur nach '%s': %s"
 565
 566#: grep.c:1718
 567#, c-format
 568msgid "'%s': unable to read %s"
 569msgstr "'%s': konnte nicht lesen %s"
 570
 571#: grep.c:1735
 572#, c-format
 573msgid "'%s': %s"
 574msgstr "'%s': %s"
 575
 576#: grep.c:1746
 577#, c-format
 578msgid "'%s': short read %s"
 579msgstr "'%s': read() zu kurz %s"
 580
 581#: help.c:207
 582#, c-format
 583msgid "available git commands in '%s'"
 584msgstr "Vorhandene Git-Kommandos in '%s'"
 585
 586#: help.c:214
 587msgid "git commands available from elsewhere on your $PATH"
 588msgstr "Vorhandene Git-Kommandos irgendwo in Ihrem $PATH"
 589
 590#: help.c:230
 591msgid "The most commonly used git commands are:"
 592msgstr "Die allgemein verwendeten Git-Kommandos sind:"
 593
 594#: help.c:289
 595#, c-format
 596msgid ""
 597"'%s' appears to be a git command, but we were not\n"
 598"able to execute it. Maybe git-%s is broken?"
 599msgstr ""
 600"'%s' scheint ein git-Kommando zu sein, konnte aber\n"
 601"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"
 602
 603#: help.c:346
 604msgid "Uh oh. Your system reports no Git commands at all."
 605msgstr "Uh oh. Keine Git-Kommandos auf Ihrem System vorhanden."
 606
 607#: help.c:368
 608#, c-format
 609msgid ""
 610"WARNING: You called a Git command named '%s', which does not exist.\n"
 611"Continuing under the assumption that you meant '%s'"
 612msgstr ""
 613"Warnung: Sie haben das nicht existierende Git-Kommando '%s' ausgeführt.\n"
 614"Setze fort unter der Annahme, dass Sie '%s' gemeint haben."
 615
 616#: help.c:373
 617#, c-format
 618msgid "in %0.1f seconds automatically..."
 619msgstr "Automatische Ausführung in %0.1f Sekunden..."
 620
 621#: help.c:380
 622#, c-format
 623msgid "git: '%s' is not a git command. See 'git --help'."
 624msgstr "git: '%s' ist kein Git-Kommando. Siehe 'git --help'."
 625
 626#: help.c:384 help.c:444
 627msgid ""
 628"\n"
 629"Did you mean this?"
 630msgid_plural ""
 631"\n"
 632"Did you mean one of these?"
 633msgstr[0] ""
 634"\n"
 635"Haben Sie das gemeint?"
 636msgstr[1] ""
 637"\n"
 638"Haben Sie eines von diesen gemeint?"
 639
 640#: help.c:440
 641#, c-format
 642msgid "%s: %s - %s"
 643msgstr "%s: %s - %s"
 644
 645#: lockfile.c:283
 646msgid "BUG: reopen a lockfile that is still open"
 647msgstr "FEHLER: Wiederöffnen einer bereits geöffneten Lock-Datei"
 648
 649#: lockfile.c:285
 650msgid "BUG: reopen a lockfile that has been committed"
 651msgstr "FEHLER: Wiederöffnen einer bereits committeten Lock-Datei"
 652
 653#: merge.c:41
 654msgid "failed to read the cache"
 655msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
 656
 657#: merge.c:94 builtin/checkout.c:374 builtin/checkout.c:580
 658#: builtin/clone.c:662
 659msgid "unable to write new index file"
 660msgstr "Konnte neue Staging-Area-Datei nicht schreiben."
 661
 662#: merge-recursive.c:189
 663#, c-format
 664msgid "(bad commit)\n"
 665msgstr "(ungültiger Commit)\n"
 666
 667#: merge-recursive.c:209
 668#, c-format
 669msgid "addinfo_cache failed for path '%s'"
 670msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"
 671
 672#: merge-recursive.c:270
 673msgid "error building trees"
 674msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
 675
 676#: merge-recursive.c:688
 677#, c-format
 678msgid "failed to create path '%s'%s"
 679msgstr "Fehler beim Erstellen des Pfades '%s'%s"
 680
 681#: merge-recursive.c:699
 682#, c-format
 683msgid "Removing %s to make room for subdirectory\n"
 684msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
 685
 686#: merge-recursive.c:713 merge-recursive.c:734
 687msgid ": perhaps a D/F conflict?"
 688msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
 689
 690#: merge-recursive.c:724
 691#, c-format
 692msgid "refusing to lose untracked file at '%s'"
 693msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
 694
 695#: merge-recursive.c:764
 696#, c-format
 697msgid "cannot read object %s '%s'"
 698msgstr "kann Objekt %s '%s' nicht lesen"
 699
 700#: merge-recursive.c:766
 701#, c-format
 702msgid "blob expected for %s '%s'"
 703msgstr "Blob erwartet für %s '%s'"
 704
 705#: merge-recursive.c:789 builtin/clone.c:321
 706#, c-format
 707msgid "failed to open '%s'"
 708msgstr "Fehler beim Öffnen von '%s'"
 709
 710#: merge-recursive.c:797
 711#, c-format
 712msgid "failed to symlink '%s'"
 713msgstr "Fehler beim Erstellen eines symbolischen Verweises für '%s'"
 714
 715#: merge-recursive.c:800
 716#, c-format
 717msgid "do not know what to do with %06o %s '%s'"
 718msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
 719
 720#: merge-recursive.c:938
 721msgid "Failed to execute internal merge"
 722msgstr "Fehler bei Ausführung des internen Merges"
 723
 724#: merge-recursive.c:942
 725#, c-format
 726msgid "Unable to add %s to database"
 727msgstr "Konnte %s nicht zur Datenbank hinzufügen"
 728
 729#: merge-recursive.c:958
 730msgid "unsupported object type in the tree"
 731msgstr "nicht unterstützter Objekttyp im Verzeichnis"
 732
 733#: merge-recursive.c:1033 merge-recursive.c:1047
 734#, c-format
 735msgid ""
 736"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 737"in tree."
 738msgstr ""
 739"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
 740"im Arbeitsbereich gelassen."
 741
 742#: merge-recursive.c:1039 merge-recursive.c:1052
 743#, c-format
 744msgid ""
 745"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 746"in tree at %s."
 747msgstr ""
 748"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
 749"im Arbeitsbereich bei %s gelassen."
 750
 751#: merge-recursive.c:1093
 752msgid "rename"
 753msgstr "umbenennen"
 754
 755#: merge-recursive.c:1093
 756msgid "renamed"
 757msgstr "umbenannt"
 758
 759#: merge-recursive.c:1149
 760#, c-format
 761msgid "%s is a directory in %s adding as %s instead"
 762msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
 763
 764#: merge-recursive.c:1171
 765#, c-format
 766msgid ""
 767"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
 768"\"->\"%s\" in \"%s\"%s"
 769msgstr ""
 770"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
 771"und \"%s\"->\"%s\" in Branch \"%s\"%s"
 772
 773#: merge-recursive.c:1176
 774msgid " (left unresolved)"
 775msgstr " (bleibt unaufgelöst)"
 776
 777#: merge-recursive.c:1230
 778#, c-format
 779msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
 780msgstr ""
 781"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
 782"in %s"
 783
 784#: merge-recursive.c:1260
 785#, c-format
 786msgid "Renaming %s to %s and %s to %s instead"
 787msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
 788
 789#: merge-recursive.c:1459
 790#, c-format
 791msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
 792msgstr ""
 793"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
 794"%s"
 795
 796#: merge-recursive.c:1469
 797#, c-format
 798msgid "Adding merged %s"
 799msgstr "Füge zusammengeführte Datei %s hinzu"
 800
 801#: merge-recursive.c:1474 merge-recursive.c:1672
 802#, c-format
 803msgid "Adding as %s instead"
 804msgstr "Füge stattdessen als %s hinzu"
 805
 806#: merge-recursive.c:1525
 807#, c-format
 808msgid "cannot read object %s"
 809msgstr "kann Objekt %s nicht lesen"
 810
 811#: merge-recursive.c:1528
 812#, c-format
 813msgid "object %s is not a blob"
 814msgstr "Objekt %s ist kein Blob"
 815
 816#: merge-recursive.c:1576
 817msgid "modify"
 818msgstr "ändern"
 819
 820#: merge-recursive.c:1576
 821msgid "modified"
 822msgstr "geändert"
 823
 824#: merge-recursive.c:1586
 825msgid "content"
 826msgstr "Inhalt"
 827
 828#: merge-recursive.c:1593
 829msgid "add/add"
 830msgstr "hinzufügen/hinzufügen"
 831
 832#: merge-recursive.c:1627
 833#, c-format
 834msgid "Skipped %s (merged same as existing)"
 835msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
 836
 837#: merge-recursive.c:1641
 838#, c-format
 839msgid "Auto-merging %s"
 840msgstr "automatischer Merge von %s"
 841
 842#: merge-recursive.c:1645 git-submodule.sh:1150
 843msgid "submodule"
 844msgstr "Submodul"
 845
 846#: merge-recursive.c:1646
 847#, c-format
 848msgid "CONFLICT (%s): Merge conflict in %s"
 849msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
 850
 851#: merge-recursive.c:1732
 852#, c-format
 853msgid "Removing %s"
 854msgstr "Entferne %s"
 855
 856#: merge-recursive.c:1757
 857msgid "file/directory"
 858msgstr "Datei/Verzeichnis"
 859
 860#: merge-recursive.c:1763
 861msgid "directory/file"
 862msgstr "Verzeichnis/Datei"
 863
 864#: merge-recursive.c:1768
 865#, c-format
 866msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
 867msgstr ""
 868"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
 869"hinzu."
 870
 871#: merge-recursive.c:1778
 872#, c-format
 873msgid "Adding %s"
 874msgstr "Füge %s hinzu"
 875
 876#: merge-recursive.c:1795
 877msgid "Fatal merge failure, shouldn't happen."
 878msgstr "Fataler Merge-Fehler. Sollte nicht passieren."
 879
 880#: merge-recursive.c:1814
 881msgid "Already up-to-date!"
 882msgstr "Bereits aktuell!"
 883
 884#: merge-recursive.c:1823
 885#, c-format
 886msgid "merging of trees %s and %s failed"
 887msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
 888
 889#: merge-recursive.c:1853
 890#, c-format
 891msgid "Unprocessed path??? %s"
 892msgstr "unverarbeiteter Pfad??? %s"
 893
 894#: merge-recursive.c:1898
 895msgid "Merging:"
 896msgstr "Merge:"
 897
 898#: merge-recursive.c:1911
 899#, c-format
 900msgid "found %u common ancestor:"
 901msgid_plural "found %u common ancestors:"
 902msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
 903msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
 904
 905#: merge-recursive.c:1948
 906msgid "merge returned no commit"
 907msgstr "Merge hat keinen Commit zurückgegeben"
 908
 909#: merge-recursive.c:2005
 910#, c-format
 911msgid "Could not parse object '%s'"
 912msgstr "Konnte Objekt '%s' nicht parsen."
 913
 914#: merge-recursive.c:2016 builtin/merge.c:667
 915msgid "Unable to write index."
 916msgstr "Konnte Staging-Area nicht schreiben."
 917
 918#: notes-utils.c:41
 919msgid "Cannot commit uninitialized/unreferenced notes tree"
 920msgstr ""
 921"Kann uninitialisiertes/unreferenzierte Notiz-Verzeichnis nicht committen."
 922
 923#: notes-utils.c:82
 924#, c-format
 925msgid "Bad notes.rewriteMode value: '%s'"
 926msgstr "Ungültiger notes.rewriteMode Wert: '%s'"
 927
 928#: notes-utils.c:92
 929#, c-format
 930msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
 931msgstr ""
 932"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)"
 933
 934#. TRANSLATORS: The first %s is the name of the
 935#. environment variable, the second %s is its value
 936#: notes-utils.c:119
 937#, c-format
 938msgid "Bad %s value: '%s'"
 939msgstr "Ungültiger %s Wert: '%s'"
 940
 941#: object.c:241
 942#, c-format
 943msgid "unable to parse object: %s"
 944msgstr "Konnte Objekt '%s' nicht parsen."
 945
 946#: parse-options.c:546
 947msgid "..."
 948msgstr "..."
 949
 950#: parse-options.c:564
 951#, c-format
 952msgid "usage: %s"
 953msgstr "Verwendung: %s"
 954
 955#. TRANSLATORS: the colon here should align with the
 956#. one in "usage: %s" translation
 957#: parse-options.c:568
 958#, c-format
 959msgid "   or: %s"
 960msgstr "      oder: %s"
 961
 962#: parse-options.c:571
 963#, c-format
 964msgid "    %s"
 965msgstr "    %s"
 966
 967#: parse-options.c:605
 968msgid "-NUM"
 969msgstr "-NUM"
 970
 971#: pathspec.c:133
 972msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
 973msgstr ""
 974"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "
 975"inkompatibel."
 976
 977#: pathspec.c:143
 978msgid ""
 979"global 'literal' pathspec setting is incompatible with all other global "
 980"pathspec settings"
 981msgstr ""
 982"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"
 983"mit allen anderen Optionen."
 984
 985#: pathspec.c:177
 986msgid "invalid parameter for pathspec magic 'prefix'"
 987msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"
 988
 989#: pathspec.c:183
 990#, c-format
 991msgid "Invalid pathspec magic '%.*s' in '%s'"
 992msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"
 993
 994#: pathspec.c:187
 995#, c-format
 996msgid "Missing ')' at the end of pathspec magic in '%s'"
 997msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"
 998
 999#: pathspec.c:205
1000#, c-format
1001msgid "Unimplemented pathspec magic '%c' in '%s'"
1002msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"
1003
1004#: pathspec.c:230
1005#, c-format
1006msgid "%s: 'literal' and 'glob' are incompatible"
1007msgstr "%s: 'literal' und 'glob' sind inkompatibel"
1008
1009#: pathspec.c:241
1010#, c-format
1011msgid "%s: '%s' is outside repository"
1012msgstr "%s: '%s' liegt außerhalb des Repositories"
1013
1014#: pathspec.c:291
1015#, c-format
1016msgid "Pathspec '%s' is in submodule '%.*s'"
1017msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
1018
1019#: pathspec.c:353
1020#, c-format
1021msgid "%s: pathspec magic not supported by this command: %s"
1022msgstr ""
1023"%s: Pfadspezifikationsangabe wird von diesem Kommando nicht unterstützt: %s"
1024
1025#: pathspec.c:432
1026#, c-format
1027msgid "pathspec '%s' is beyond a symbolic link"
1028msgstr "Pfadspezifikation '%s' ist hinter einem symbolischen Verweis"
1029
1030#: pathspec.c:441
1031msgid ""
1032"There is nothing to exclude from by :(exclude) patterns.\n"
1033"Perhaps you forgot to add either ':/' or '.' ?"
1034msgstr ""
1035":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"
1036"Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"
1037
1038#: pretty.c:968
1039msgid "unable to parse --pretty format"
1040msgstr "Konnte --pretty Format nicht parsen."
1041
1042#: progress.c:225
1043msgid "done"
1044msgstr "Fertig"
1045
1046#: read-cache.c:1267
1047#, c-format
1048msgid ""
1049"index.version set, but the value is invalid.\n"
1050"Using version %i"
1051msgstr ""
1052"index.version gesetzt, aber Wert ungültig.\n"
1053"Verwende Version %i"
1054
1055#: read-cache.c:1277
1056#, c-format
1057msgid ""
1058"GIT_INDEX_VERSION set, but the value is invalid.\n"
1059"Using version %i"
1060msgstr ""
1061"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
1062"Verwende Version %i"
1063
1064#: remote.c:782
1065#, c-format
1066msgid "Cannot fetch both %s and %s to %s"
1067msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
1068
1069#: remote.c:786
1070#, c-format
1071msgid "%s usually tracks %s, not %s"
1072msgstr "%s folgt üblicherweise %s, nicht %s"
1073
1074#: remote.c:790
1075#, c-format
1076msgid "%s tracks both %s and %s"
1077msgstr "%s folgt sowohl %s als auch %s"
1078
1079#: remote.c:798
1080msgid "Internal error"
1081msgstr "Interner Fehler"
1082
1083#: remote.c:1980
1084#, c-format
1085msgid "Your branch is based on '%s', but the upstream is gone.\n"
1086msgstr "Ihr Branch basiert auf '%s', aber Upstream-Branch wurde entfernt.\n"
1087
1088#: remote.c:1984
1089msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1090msgstr "  (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
1091
1092#: remote.c:1987
1093#, c-format
1094msgid "Your branch is up-to-date with '%s'.\n"
1095msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"
1096
1097#: remote.c:1991
1098#, c-format
1099msgid "Your branch is ahead of '%s' by %d commit.\n"
1100msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1101msgstr[0] "Ihr Branch ist vor '%s' um %d Commit.\n"
1102msgstr[1] "Ihr Branch ist vor '%s' um %d Commits.\n"
1103
1104#: remote.c:1997
1105msgid "  (use \"git push\" to publish your local commits)\n"
1106msgstr "  (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
1107
1108#: remote.c:2000
1109#, c-format
1110msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1111msgid_plural ""
1112"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1113msgstr[0] ""
1114"Ihr Branch ist zu '%s' um %d Commit hinterher, und kann vorgespult werden.\n"
1115msgstr[1] ""
1116"Ihr Branch ist zu '%s' um %d Commits hinterher, und kann vorgespult werden.\n"
1117
1118#: remote.c:2008
1119msgid "  (use \"git pull\" to update your local branch)\n"
1120msgstr ""
1121"  (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
1122
1123#: remote.c:2011
1124#, c-format
1125msgid ""
1126"Your branch and '%s' have diverged,\n"
1127"and have %d and %d different commit each, respectively.\n"
1128msgid_plural ""
1129"Your branch and '%s' have diverged,\n"
1130"and have %d and %d different commits each, respectively.\n"
1131msgstr[0] ""
1132"Ihr Branch und '%s' sind divergiert,\n"
1133"und haben jeweils %d und %d unterschiedliche Commits.\n"
1134msgstr[1] ""
1135"Ihr Branch und '%s' sind divergiert,\n"
1136"und haben jeweils %d und %d unterschiedliche Commits.\n"
1137
1138#: remote.c:2021
1139msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1140msgstr ""
1141"  (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
1142"zusammenzuführen)\n"
1143
1144#: run-command.c:87
1145msgid "open /dev/null failed"
1146msgstr "Öffnen von /dev/null fehlgeschlagen"
1147
1148#: run-command.c:89
1149#, c-format
1150msgid "dup2(%d,%d) failed"
1151msgstr "dup2(%d,%d) fehlgeschlagen"
1152
1153#: send-pack.c:268
1154msgid "failed to sign the push certificate"
1155msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
1156
1157#: send-pack.c:325
1158msgid "the receiving end does not support --signed push"
1159msgstr ""
1160"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
1161
1162#: sequencer.c:172 builtin/merge.c:782 builtin/merge.c:893 builtin/merge.c:995
1163#: builtin/merge.c:1005
1164#, c-format
1165msgid "Could not open '%s' for writing"
1166msgstr "Konnte '%s' nicht zum Schreiben öffnen."
1167
1168#: sequencer.c:174 builtin/merge.c:344 builtin/merge.c:785 builtin/merge.c:997
1169#: builtin/merge.c:1010
1170#, c-format
1171msgid "Could not write to '%s'"
1172msgstr "Konnte nicht nach '%s' schreiben."
1173
1174#: sequencer.c:195
1175msgid ""
1176"after resolving the conflicts, mark the corrected paths\n"
1177"with 'git add <paths>' or 'git rm <paths>'"
1178msgstr ""
1179"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"
1180"mit 'git add <Pfade>' oder 'git rm <Pfade>'"
1181
1182#: sequencer.c:198
1183msgid ""
1184"after resolving the conflicts, mark the corrected paths\n"
1185"with 'git add <paths>' or 'git rm <paths>'\n"
1186"and commit the result with 'git commit'"
1187msgstr ""
1188"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"
1189"mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n"
1190"'git commit' ein"
1191
1192#: sequencer.c:211 sequencer.c:856 sequencer.c:939
1193#, c-format
1194msgid "Could not write to %s"
1195msgstr "Konnte nicht nach %s schreiben"
1196
1197#: sequencer.c:214
1198#, c-format
1199msgid "Error wrapping up %s"
1200msgstr "Fehler bei Nachbereitung von %s"
1201
1202#: sequencer.c:229
1203msgid "Your local changes would be overwritten by cherry-pick."
1204msgstr ""
1205"Ihre lokalen Änderungen würden von \"cherry-pick\" überschrieben werden."
1206
1207#: sequencer.c:231
1208msgid "Your local changes would be overwritten by revert."
1209msgstr "Ihre lokalen Änderungen würden von \"revert\" überschrieben werden."
1210
1211#: sequencer.c:234
1212msgid "Commit your changes or stash them to proceed."
1213msgstr ""
1214"Tragen Sie Ihre Änderungen ein oder benutzen Sie \"stash\", um fortzufahren."
1215
1216#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1217#: sequencer.c:321
1218#, c-format
1219msgid "%s: Unable to write new index file"
1220msgstr "%s: Konnte neue Staging-Area-Datei nicht schreiben"
1221
1222#: sequencer.c:339
1223msgid "Could not resolve HEAD commit\n"
1224msgstr "Konnte Commit von HEAD nicht auflösen\n"
1225
1226#: sequencer.c:359
1227msgid "Unable to update cache tree\n"
1228msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"
1229
1230#: sequencer.c:406
1231#, c-format
1232msgid "Could not parse commit %s\n"
1233msgstr "Konnte Commit %s nicht parsen\n"
1234
1235#: sequencer.c:411
1236#, c-format
1237msgid "Could not parse parent commit %s\n"
1238msgstr "Konnte Eltern-Commit %s nicht parsen\n"
1239
1240#: sequencer.c:477
1241msgid "Your index file is unmerged."
1242msgstr "Ihre Staging-Area-Datei ist nicht zusammengeführt."
1243
1244#: sequencer.c:496
1245#, c-format
1246msgid "Commit %s is a merge but no -m option was given."
1247msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
1248
1249#: sequencer.c:504
1250#, c-format
1251msgid "Commit %s does not have parent %d"
1252msgstr "Commit %s hat keinen Elternteil %d"
1253
1254#: sequencer.c:508
1255#, c-format
1256msgid "Mainline was specified but commit %s is not a merge."
1257msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
1258
1259#. TRANSLATORS: The first %s will be "revert" or
1260#. "cherry-pick", the second %s a SHA1
1261#: sequencer.c:521
1262#, c-format
1263msgid "%s: cannot parse parent commit %s"
1264msgstr "%s: kann Eltern-Commit %s nicht parsen"
1265
1266#: sequencer.c:525
1267#, c-format
1268msgid "Cannot get commit message for %s"
1269msgstr "Kann keine Commit-Beschreibung für %s bekommen"
1270
1271#: sequencer.c:611
1272#, c-format
1273msgid "could not revert %s... %s"
1274msgstr "Konnte \"revert\" nicht auf %s ausführen... %s"
1275
1276#: sequencer.c:612
1277#, c-format
1278msgid "could not apply %s... %s"
1279msgstr "Konnte %s nicht anwenden... %s"
1280
1281#: sequencer.c:648
1282msgid "empty commit set passed"
1283msgstr "leere Menge von Commits übergeben"
1284
1285#: sequencer.c:656
1286#, c-format
1287msgid "git %s: failed to read the index"
1288msgstr "git %s: Fehler beim Lesen der Staging-Area"
1289
1290#: sequencer.c:660
1291#, c-format
1292msgid "git %s: failed to refresh the index"
1293msgstr "git %s: Fehler beim Aktualisieren der Staging-Area"
1294
1295#: sequencer.c:720
1296#, c-format
1297msgid "Cannot %s during a %s"
1298msgstr "Kann %s nicht während eines %s durchführen"
1299
1300#: sequencer.c:742
1301#, c-format
1302msgid "Could not parse line %d."
1303msgstr "Konnte Zeile %d nicht parsen."
1304
1305#: sequencer.c:747
1306msgid "No commits parsed."
1307msgstr "Keine Commits geparst."
1308
1309#: sequencer.c:760
1310#, c-format
1311msgid "Could not open %s"
1312msgstr "Konnte %s nicht öffnen"
1313
1314#: sequencer.c:764
1315#, c-format
1316msgid "Could not read %s."
1317msgstr "Konnte %s nicht lesen."
1318
1319#: sequencer.c:771
1320#, c-format
1321msgid "Unusable instruction sheet: %s"
1322msgstr "Unbenutzbares Instruktionsblatt: %s"
1323
1324#: sequencer.c:801
1325#, c-format
1326msgid "Invalid key: %s"
1327msgstr "Ungültiger Schlüssel: %s"
1328
1329#: sequencer.c:804
1330#, c-format
1331msgid "Invalid value for %s: %s"
1332msgstr "Ungültiger Wert für %s: %s"
1333
1334#: sequencer.c:816
1335#, c-format
1336msgid "Malformed options sheet: %s"
1337msgstr "Fehlerhaftes Optionsblatt: %s"
1338
1339#: sequencer.c:837
1340msgid "a cherry-pick or revert is already in progress"
1341msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
1342
1343#: sequencer.c:838
1344msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1345msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
1346
1347#: sequencer.c:842
1348#, c-format
1349msgid "Could not create sequencer directory %s"
1350msgstr "Konnte \"sequencer\"-Verzeichnis %s nicht erstellen"
1351
1352#: sequencer.c:858 sequencer.c:943
1353#, c-format
1354msgid "Error wrapping up %s."
1355msgstr "Fehler beim Einpacken von %s."
1356
1357#: sequencer.c:877 sequencer.c:1013
1358msgid "no cherry-pick or revert in progress"
1359msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
1360
1361#: sequencer.c:879
1362msgid "cannot resolve HEAD"
1363msgstr "kann HEAD nicht auflösen"
1364
1365#: sequencer.c:881
1366msgid "cannot abort from a branch yet to be born"
1367msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"
1368
1369#: sequencer.c:903 builtin/apply.c:4128
1370#, c-format
1371msgid "cannot open %s: %s"
1372msgstr "Kann %s nicht öffnen: %s"
1373
1374#: sequencer.c:906
1375#, c-format
1376msgid "cannot read %s: %s"
1377msgstr "Kann %s nicht lesen: %s"
1378
1379#: sequencer.c:907
1380msgid "unexpected end of file"
1381msgstr "Unerwartetes Dateiende"
1382
1383#: sequencer.c:913
1384#, c-format
1385msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1386msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
1387
1388#: sequencer.c:936
1389#, c-format
1390msgid "Could not format %s."
1391msgstr "Konnte %s nicht formatieren."
1392
1393#: sequencer.c:1081
1394#, c-format
1395msgid "%s: can't cherry-pick a %s"
1396msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
1397
1398#: sequencer.c:1084
1399#, c-format
1400msgid "%s: bad revision"
1401msgstr "%s: ungültiger Commit"
1402
1403#: sequencer.c:1118
1404msgid "Can't revert as initial commit"
1405msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
1406
1407#: sequencer.c:1119
1408msgid "Can't cherry-pick into empty head"
1409msgstr "Kann nicht als allerersten Commit einen Cherry-Pick ausführen."
1410
1411#: sha1_name.c:440
1412msgid ""
1413"Git normally never creates a ref that ends with 40 hex characters\n"
1414"because it will be ignored when you just specify 40-hex. These refs\n"
1415"may be created by mistake. For example,\n"
1416"\n"
1417"  git checkout -b $br $(git rev-parse ...)\n"
1418"\n"
1419"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1420"examine these refs and maybe delete them. Turn this message off by\n"
1421"running \"git config advice.objectNameWarning false\""
1422msgstr ""
1423"Git erzeugt normalerweise keine Referenzen die mit\n"
1424"40 Hex-Zeichen enden, da diese ignoriert werden wenn\n"
1425"Sie diese angeben. Diese Referenzen könnten aus Versehen\n"
1426"erzeugt worden sein. Zum Beispiel,\n"
1427"\n"
1428"  git checkout -b $br $(git rev-parse ...)\n"
1429"\n"
1430"wobei \"$br\" leer ist und eine 40-Hex-Referenz erzeugt\n"
1431"wurde. Bitte prüfen Sie diese Referenzen und löschen\n"
1432"Sie sie gegebenenfalls. Unterdrücken Sie diese Meldung\n"
1433"indem Sie \"git config advice.objectNameWarning false\"\n"
1434"ausführen."
1435
1436#: sha1_name.c:1068
1437msgid "HEAD does not point to a branch"
1438msgstr "HEAD zeigt auf keinen Branch"
1439
1440#: sha1_name.c:1071
1441#, c-format
1442msgid "No such branch: '%s'"
1443msgstr "Kein solcher Branch '%s'"
1444
1445#: sha1_name.c:1073
1446#, c-format
1447msgid "No upstream configured for branch '%s'"
1448msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
1449
1450#: sha1_name.c:1077
1451#, c-format
1452msgid "Upstream branch '%s' not stored as a remote-tracking branch"
1453msgstr "Upstream-Branch '%s' ist nicht als Remote-Tracking-Branch gespeichert"
1454
1455#: submodule.c:64 submodule.c:98
1456msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1457msgstr ""
1458"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"
1459"Sie zuerst die Konflikte auf"
1460
1461#: submodule.c:68 submodule.c:102
1462#, c-format
1463msgid "Could not find section in .gitmodules where path=%s"
1464msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"
1465
1466#: submodule.c:76
1467#, c-format
1468msgid "Could not update .gitmodules entry %s"
1469msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"
1470
1471#: submodule.c:109
1472#, c-format
1473msgid "Could not remove .gitmodules entry for %s"
1474msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"
1475
1476#: submodule.c:120
1477msgid "staging updated .gitmodules failed"
1478msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"
1479
1480#: submodule.c:1111 builtin/init-db.c:371
1481#, c-format
1482msgid "Could not create git link %s"
1483msgstr "Konnte git-Verweis %s nicht erstellen"
1484
1485#: submodule.c:1122
1486#, c-format
1487msgid "Could not set core.worktree in %s"
1488msgstr "Konnte core.worktree in '%s' nicht setzen."
1489
1490#: trailer.c:500 trailer.c:504 trailer.c:508 trailer.c:562 trailer.c:566
1491#: trailer.c:570
1492#, c-format
1493msgid "unknown value '%s' for key '%s'"
1494msgstr "unbekannter Wert '%s' für Schlüssel %s"
1495
1496#: trailer.c:552 trailer.c:557 builtin/remote.c:288
1497#, c-format
1498msgid "more than one %s"
1499msgstr "mehr als ein %s"
1500
1501#: trailer.c:590
1502#, c-format
1503msgid "empty trailer token in trailer '%.*s'"
1504msgstr "leerer Anhang-Token in Anhang '%.*s'"
1505
1506#: trailer.c:710
1507#, c-format
1508msgid "could not read input file '%s'"
1509msgstr "Konnte Eingabe-Datei '%s' nicht lesen"
1510
1511#: trailer.c:713
1512msgid "could not read from stdin"
1513msgstr "konnte nicht von der Standard-Eingabe lesen"
1514
1515#: unpack-trees.c:202
1516msgid "Checking out files"
1517msgstr "Checke Dateien aus"
1518
1519#: urlmatch.c:120
1520msgid "invalid URL scheme name or missing '://' suffix"
1521msgstr "Ungültiges URL-Schema oder Suffix '://' fehlt"
1522
1523#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1524#, c-format
1525msgid "invalid %XX escape sequence"
1526msgstr "ungültige Escape-Sequenz %XX"
1527
1528#: urlmatch.c:172
1529msgid "missing host and scheme is not 'file:'"
1530msgstr "fehlender Host und Schema ist nicht 'file:'"
1531
1532#: urlmatch.c:189
1533msgid "a 'file:' URL may not have a port number"
1534msgstr "eine 'file:' URL darf keine Portnummer enthalten"
1535
1536#: urlmatch.c:199
1537msgid "invalid characters in host name"
1538msgstr "Hostname enthält ungültige Zeichen"
1539
1540#: urlmatch.c:244 urlmatch.c:255
1541msgid "invalid port number"
1542msgstr "ungültige Portnummer"
1543
1544#: urlmatch.c:322
1545msgid "invalid '..' path segment"
1546msgstr "ungültiges '..' Pfadsegment"
1547
1548#: wrapper.c:509
1549#, c-format
1550msgid "unable to access '%s': %s"
1551msgstr "konnte nicht auf '%s' zugreifen: %s"
1552
1553#: wrapper.c:530
1554#, c-format
1555msgid "unable to access '%s'"
1556msgstr "konnte nicht auf '%s' zugreifen"
1557
1558#: wrapper.c:541
1559#, c-format
1560msgid "unable to look up current user in the passwd file: %s"
1561msgstr "konnte aktuellen Benutzer nicht in Passwort-Datei finden: %s"
1562
1563#: wrapper.c:542
1564msgid "no such user"
1565msgstr "kein solcher Benutzer"
1566
1567#: wrapper.c:550
1568msgid "unable to get current working directory"
1569msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."
1570
1571#: wt-status.c:150
1572msgid "Unmerged paths:"
1573msgstr "Nicht zusammengeführte Pfade:"
1574
1575#: wt-status.c:177 wt-status.c:204
1576#, c-format
1577msgid "  (use \"git reset %s <file>...\" to unstage)"
1578msgstr ""
1579"  (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"
1580"Area)"
1581
1582#: wt-status.c:179 wt-status.c:206
1583msgid "  (use \"git rm --cached <file>...\" to unstage)"
1584msgstr ""
1585"  (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"
1586"Area)"
1587
1588#: wt-status.c:183
1589msgid "  (use \"git add <file>...\" to mark resolution)"
1590msgstr ""
1591"  (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
1592
1593#: wt-status.c:185 wt-status.c:189
1594msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1595msgstr ""
1596"  (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "
1597"markieren)"
1598
1599#: wt-status.c:187
1600msgid "  (use \"git rm <file>...\" to mark resolution)"
1601msgstr ""
1602"  (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
1603
1604#: wt-status.c:198
1605msgid "Changes to be committed:"
1606msgstr "zum Commit vorgemerkte Änderungen:"
1607
1608#: wt-status.c:216
1609msgid "Changes not staged for commit:"
1610msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"
1611
1612#: wt-status.c:220
1613msgid "  (use \"git add <file>...\" to update what will be committed)"
1614msgstr ""
1615"  (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "
1616"vorzumerken)"
1617
1618#: wt-status.c:222
1619msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1620msgstr ""
1621"  (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "
1622"vorzumerken)"
1623
1624#: wt-status.c:223
1625msgid ""
1626"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1627msgstr ""
1628"  (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "
1629"Arbeitsverzeichnis zu verwerfen)"
1630
1631#: wt-status.c:225
1632msgid "  (commit or discard the untracked or modified content in submodules)"
1633msgstr ""
1634"  (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt in "
1635"den Submodulen)"
1636
1637#: wt-status.c:237
1638#, c-format
1639msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1640msgstr ""
1641"  (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "
1642"vorzumerken)"
1643
1644#: wt-status.c:252
1645msgid "both deleted:"
1646msgstr "beide gelöscht:"
1647
1648#: wt-status.c:254
1649msgid "added by us:"
1650msgstr "von uns hinzugefügt:"
1651
1652#: wt-status.c:256
1653msgid "deleted by them:"
1654msgstr "von denen gelöscht:"
1655
1656#: wt-status.c:258
1657msgid "added by them:"
1658msgstr "von denen hinzugefügt:"
1659
1660#: wt-status.c:260
1661msgid "deleted by us:"
1662msgstr "von uns gelöscht:"
1663
1664#: wt-status.c:262
1665msgid "both added:"
1666msgstr "von beiden hinzugefügt:"
1667
1668#: wt-status.c:264
1669msgid "both modified:"
1670msgstr "von beiden geändert:"
1671
1672#: wt-status.c:266
1673#, c-format
1674msgid "bug: unhandled unmerged status %x"
1675msgstr "Bug: unbehandelter Unmerged-Status %x"
1676
1677#: wt-status.c:274
1678msgid "new file:"
1679msgstr "neue Datei:"
1680
1681#: wt-status.c:276
1682msgid "copied:"
1683msgstr "kopiert:"
1684
1685#: wt-status.c:278
1686msgid "deleted:"
1687msgstr "gelöscht:"
1688
1689#: wt-status.c:280
1690msgid "modified:"
1691msgstr "geändert:"
1692
1693#: wt-status.c:282
1694msgid "renamed:"
1695msgstr "umbenannt:"
1696
1697#: wt-status.c:284
1698msgid "typechange:"
1699msgstr "Typänderung:"
1700
1701#: wt-status.c:286
1702msgid "unknown:"
1703msgstr "unbekannt:"
1704
1705#: wt-status.c:288
1706msgid "unmerged:"
1707msgstr "nicht gemerged:"
1708
1709#: wt-status.c:370
1710msgid "new commits, "
1711msgstr "neue Commits, "
1712
1713#: wt-status.c:372
1714msgid "modified content, "
1715msgstr "geänderter Inhalt, "
1716
1717#: wt-status.c:374
1718msgid "untracked content, "
1719msgstr "unversionierter Inhalt, "
1720
1721#: wt-status.c:391
1722#, c-format
1723msgid "bug: unhandled diff status %c"
1724msgstr "Fehler: unbehandelter Differenz-Status %c"
1725
1726#: wt-status.c:758
1727msgid "Submodules changed but not updated:"
1728msgstr "Submodule geändert, aber nicht aktualisiert:"
1729
1730#: wt-status.c:760
1731msgid "Submodule changes to be committed:"
1732msgstr "Änderungen in Submodul zum Committen:"
1733
1734#: wt-status.c:839
1735msgid ""
1736"Do not touch the line above.\n"
1737"Everything below will be removed."
1738msgstr ""
1739"Ändern Sie nicht die obige Zeile.\n"
1740"Alles unterhalb von ihr wird entfernt."
1741
1742#: wt-status.c:930
1743msgid "You have unmerged paths."
1744msgstr "Sie haben nicht zusammengeführte Pfade."
1745
1746#: wt-status.c:933
1747msgid "  (fix conflicts and run \"git commit\")"
1748msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"
1749
1750#: wt-status.c:936
1751msgid "All conflicts fixed but you are still merging."
1752msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."
1753
1754#: wt-status.c:939
1755msgid "  (use \"git commit\" to conclude merge)"
1756msgstr "  (benutzen Sie \"git commit\", um den Merge abzuschließen)"
1757
1758#: wt-status.c:949
1759msgid "You are in the middle of an am session."
1760msgstr "Eine \"am\"-Sitzung ist im Gange."
1761
1762#: wt-status.c:952
1763msgid "The current patch is empty."
1764msgstr "Der aktuelle Patch ist leer."
1765
1766#: wt-status.c:956
1767msgid "  (fix conflicts and then run \"git am --continue\")"
1768msgstr ""
1769"  (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"
1770
1771#: wt-status.c:958
1772msgid "  (use \"git am --skip\" to skip this patch)"
1773msgstr "  (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"
1774
1775#: wt-status.c:960
1776msgid "  (use \"git am --abort\" to restore the original branch)"
1777msgstr ""
1778"  (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "
1779"wiederherzustellen)"
1780
1781#: wt-status.c:1020 wt-status.c:1037
1782#, c-format
1783msgid "You are currently rebasing branch '%s' on '%s'."
1784msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."
1785
1786#: wt-status.c:1025 wt-status.c:1042
1787msgid "You are currently rebasing."
1788msgstr "Sie sind gerade beim Rebase."
1789
1790#: wt-status.c:1028
1791msgid "  (fix conflicts and then run \"git rebase --continue\")"
1792msgstr ""
1793"  (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "
1794"aus)"
1795
1796#: wt-status.c:1030
1797msgid "  (use \"git rebase --skip\" to skip this patch)"
1798msgstr "  (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"
1799
1800#: wt-status.c:1032
1801msgid "  (use \"git rebase --abort\" to check out the original branch)"
1802msgstr ""
1803"  (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "
1804"auszuchecken)"
1805
1806#: wt-status.c:1045
1807msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1808msgstr "  (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"
1809
1810#: wt-status.c:1049
1811#, c-format
1812msgid ""
1813"You are currently splitting a commit while rebasing branch '%s' on '%s'."
1814msgstr ""
1815"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "
1816"'%s' im Gange ist."
1817
1818#: wt-status.c:1054
1819msgid "You are currently splitting a commit during a rebase."
1820msgstr "Sie teilen gerade einen Commit während eines Rebase auf."
1821
1822#: wt-status.c:1057
1823msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1824msgstr ""
1825"  (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"
1826"continue\" aus)"
1827
1828#: wt-status.c:1061
1829#, c-format
1830msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1831msgstr ""
1832"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "
1833"'%s'."
1834
1835#: wt-status.c:1066
1836msgid "You are currently editing a commit during a rebase."
1837msgstr "Sie editieren gerade einen Commit während eines Rebase."
1838
1839#: wt-status.c:1069
1840msgid "  (use \"git commit --amend\" to amend the current commit)"
1841msgstr ""
1842"  (benutzen Sie \"git commit --amend\", um den aktuellen Commit "
1843"nachzubessern)"
1844
1845#: wt-status.c:1071
1846msgid ""
1847"  (use \"git rebase --continue\" once you are satisfied with your changes)"
1848msgstr ""
1849"  (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "
1850"abgeschlossen sind)"
1851
1852#: wt-status.c:1081
1853#, c-format
1854msgid "You are currently cherry-picking commit %s."
1855msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."
1856
1857#: wt-status.c:1086
1858msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
1859msgstr ""
1860"  (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"
1861"\" aus)"
1862
1863#: wt-status.c:1089
1864msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
1865msgstr ""
1866"  (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"
1867
1868#: wt-status.c:1091
1869msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1870msgstr ""
1871"  (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "
1872"abzubrechen)"
1873
1874#: wt-status.c:1100
1875#, c-format
1876msgid "You are currently reverting commit %s."
1877msgstr "Sie sind gerade an einem Revert von Commit '%s'."
1878
1879#: wt-status.c:1105
1880msgid "  (fix conflicts and run \"git revert --continue\")"
1881msgstr ""
1882"  (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "
1883"aus)"
1884
1885#: wt-status.c:1108
1886msgid "  (all conflicts fixed: run \"git revert --continue\")"
1887msgstr "  (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"
1888
1889#: wt-status.c:1110
1890msgid "  (use \"git revert --abort\" to cancel the revert operation)"
1891msgstr ""
1892"  (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"
1893
1894#: wt-status.c:1121
1895#, c-format
1896msgid "You are currently bisecting, started from branch '%s'."
1897msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."
1898
1899#: wt-status.c:1125
1900msgid "You are currently bisecting."
1901msgstr "Sie sind gerade bei einer binären Suche."
1902
1903#: wt-status.c:1128
1904msgid "  (use \"git bisect reset\" to get back to the original branch)"
1905msgstr ""
1906"  (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "
1907"zurückzukehren)"
1908
1909#: wt-status.c:1303
1910msgid "On branch "
1911msgstr "Auf Branch "
1912
1913#: wt-status.c:1310
1914msgid "rebase in progress; onto "
1915msgstr "Rebase im Gange; auf "
1916
1917#: wt-status.c:1317
1918msgid "HEAD detached at "
1919msgstr "HEAD losgelöst bei "
1920
1921#: wt-status.c:1319
1922msgid "HEAD detached from "
1923msgstr "HEAD losgelöst von "
1924
1925#: wt-status.c:1322
1926msgid "Not currently on any branch."
1927msgstr "Im Moment auf keinem Branch."
1928
1929#: wt-status.c:1339
1930msgid "Initial commit"
1931msgstr "Initialer Commit"
1932
1933#: wt-status.c:1353
1934msgid "Untracked files"
1935msgstr "Unversionierte Dateien"
1936
1937#: wt-status.c:1355
1938msgid "Ignored files"
1939msgstr "Ignorierte Dateien"
1940
1941#: wt-status.c:1359
1942#, c-format
1943msgid ""
1944"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
1945"may speed it up, but you have to be careful not to forget to add\n"
1946"new files yourself (see 'git help status')."
1947msgstr ""
1948"Es dauerte %.2f Sekunden die unversionierten Dateien zu bestimmen.\n"
1949"'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"
1950"neue Dateien selbstständig hinzuzufügen (siehe 'git help status')."
1951
1952#: wt-status.c:1365
1953#, c-format
1954msgid "Untracked files not listed%s"
1955msgstr "Unversionierte Dateien nicht aufgelistet%s"
1956
1957#: wt-status.c:1367
1958msgid " (use -u option to show untracked files)"
1959msgstr " (benutzen Sie die Option -u, um unversionierte Dateien anzuzeigen)"
1960
1961#: wt-status.c:1373
1962msgid "No changes"
1963msgstr "Keine Änderungen"
1964
1965#: wt-status.c:1378
1966#, c-format
1967msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1968msgstr ""
1969"keine Änderungen zum Commit vorgemerkt (benutzen Sie \"git add\" und/oder "
1970"\"git commit -a\")\n"
1971
1972#: wt-status.c:1381
1973#, c-format
1974msgid "no changes added to commit\n"
1975msgstr "keine Änderungen zum Commit vorgemerkt\n"
1976
1977#: wt-status.c:1384
1978#, c-format
1979msgid ""
1980"nothing added to commit but untracked files present (use \"git add\" to "
1981"track)\n"
1982msgstr ""
1983"nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien (benutzen "
1984"Sie \"git add\" zum Versionieren)\n"
1985
1986#: wt-status.c:1387
1987#, c-format
1988msgid "nothing added to commit but untracked files present\n"
1989msgstr "nichts zum Commit vorgemerkt, aber es gibt unversionierte Dateien\n"
1990
1991#: wt-status.c:1390
1992#, c-format
1993msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1994msgstr ""
1995"nichts zu committen (Erstellen/Kopieren Sie Dateien und benutzen Sie \"git "
1996"add\" zum Versionieren)\n"
1997
1998#: wt-status.c:1393 wt-status.c:1398
1999#, c-format
2000msgid "nothing to commit\n"
2001msgstr "nichts zu committen\n"
2002
2003#: wt-status.c:1396
2004#, c-format
2005msgid "nothing to commit (use -u to show untracked files)\n"
2006msgstr ""
2007"nichts zu committen (benutzen Sie die Option -u, um unversionierte Dateien "
2008"anzuzeigen)\n"
2009
2010#: wt-status.c:1400
2011#, c-format
2012msgid "nothing to commit, working directory clean\n"
2013msgstr "nichts zu committen, Arbeitsverzeichnis unverändert\n"
2014
2015#: wt-status.c:1509
2016msgid "HEAD (no branch)"
2017msgstr "HEAD (kein Branch)"
2018
2019#: wt-status.c:1515
2020msgid "Initial commit on "
2021msgstr "Initialer Commit auf "
2022
2023#: wt-status.c:1547
2024msgid "gone"
2025msgstr "entfernt"
2026
2027#: wt-status.c:1549 wt-status.c:1557
2028msgid "behind "
2029msgstr "hinterher "
2030
2031#: compat/precompose_utf8.c:55 builtin/clone.c:360
2032#, c-format
2033msgid "failed to unlink '%s'"
2034msgstr "Konnte '%s' nicht entfernen."
2035
2036#: builtin/add.c:22
2037msgid "git add [options] [--] <pathspec>..."
2038msgstr "git add [Optionen] [--] [<Pfadspezifikation>...]"
2039
2040#: builtin/add.c:65
2041#, c-format
2042msgid "unexpected diff status %c"
2043msgstr "unerwarteter Differenz-Status %c"
2044
2045#: builtin/add.c:70 builtin/commit.c:275
2046msgid "updating files failed"
2047msgstr "Aktualisierung der Dateien fehlgeschlagen"
2048
2049#: builtin/add.c:80
2050#, c-format
2051msgid "remove '%s'\n"
2052msgstr "lösche '%s'\n"
2053
2054#: builtin/add.c:134
2055msgid "Unstaged changes after refreshing the index:"
2056msgstr ""
2057"Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"
2058
2059#: builtin/add.c:194 builtin/rev-parse.c:785
2060msgid "Could not read the index"
2061msgstr "Konnte die Staging-Area nicht lesen"
2062
2063#: builtin/add.c:205
2064#, c-format
2065msgid "Could not open '%s' for writing."
2066msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2067
2068#: builtin/add.c:209
2069msgid "Could not write patch"
2070msgstr "Konnte Patch nicht schreiben"
2071
2072#: builtin/add.c:214
2073#, c-format
2074msgid "Could not stat '%s'"
2075msgstr "Konnte Verzeichnis '%s' nicht lesen"
2076
2077#: builtin/add.c:216
2078msgid "Empty patch. Aborted."
2079msgstr "Leerer Patch. Abgebrochen."
2080
2081#: builtin/add.c:221
2082#, c-format
2083msgid "Could not apply '%s'"
2084msgstr "Konnte '%s' nicht anwenden."
2085
2086#: builtin/add.c:231
2087msgid "The following paths are ignored by one of your .gitignore files:\n"
2088msgstr ""
2089"Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "
2090"ignoriert:\n"
2091
2092#: builtin/add.c:248 builtin/clean.c:875 builtin/fetch.c:108 builtin/mv.c:110
2093#: builtin/prune-packed.c:55 builtin/push.c:499 builtin/remote.c:1370
2094#: builtin/rm.c:269
2095msgid "dry run"
2096msgstr "Probelauf"
2097
2098#: builtin/add.c:249 builtin/apply.c:4415 builtin/check-ignore.c:19
2099#: builtin/commit.c:1326 builtin/count-objects.c:63 builtin/fsck.c:608
2100#: builtin/log.c:1617 builtin/mv.c:109 builtin/read-tree.c:114
2101msgid "be verbose"
2102msgstr "erweiterte Ausgaben"
2103
2104#: builtin/add.c:251
2105msgid "interactive picking"
2106msgstr "interaktives Auswählen"
2107
2108#: builtin/add.c:252 builtin/checkout.c:1126 builtin/reset.c:286
2109msgid "select hunks interactively"
2110msgstr "Blöcke interaktiv auswählen"
2111
2112#: builtin/add.c:253
2113msgid "edit current diff and apply"
2114msgstr "aktuelle Unterschiede editieren und anwenden"
2115
2116#: builtin/add.c:254
2117msgid "allow adding otherwise ignored files"
2118msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"
2119
2120#: builtin/add.c:255
2121msgid "update tracked files"
2122msgstr "versionierte Dateien aktualisieren"
2123
2124#: builtin/add.c:256
2125msgid "record only the fact that the path will be added later"
2126msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"
2127
2128#: builtin/add.c:257
2129msgid "add changes from all tracked and untracked files"
2130msgstr ""
2131"Änderungen von allen versionierten und unversionierten Dateien hinzufügen"
2132
2133#: builtin/add.c:260
2134msgid "ignore paths removed in the working tree (same as --no-all)"
2135msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"
2136
2137#: builtin/add.c:262
2138msgid "don't add, only refresh the index"
2139msgstr "nichts hinzufügen, nur die Staging-Area aktualisieren"
2140
2141#: builtin/add.c:263
2142msgid "just skip files which cannot be added because of errors"
2143msgstr ""
2144"Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "
2145"konnten"
2146
2147#: builtin/add.c:264
2148msgid "check if - even missing - files are ignored in dry run"
2149msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"
2150
2151#: builtin/add.c:286
2152#, c-format
2153msgid "Use -f if you really want to add them.\n"
2154msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"
2155
2156#: builtin/add.c:293
2157msgid "adding files failed"
2158msgstr "Hinzufügen von Dateien fehlgeschlagen"
2159
2160#: builtin/add.c:329
2161msgid "-A and -u are mutually incompatible"
2162msgstr "Die Optionen -A und -u sind zueinander inkompatibel."
2163
2164#: builtin/add.c:336
2165msgid "Option --ignore-missing can only be used together with --dry-run"
2166msgstr ""
2167"Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."
2168
2169#: builtin/add.c:357
2170#, c-format
2171msgid "Nothing specified, nothing added.\n"
2172msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"
2173
2174#: builtin/add.c:358
2175#, c-format
2176msgid "Maybe you wanted to say 'git add .'?\n"
2177msgstr "Wollten Sie vielleicht 'git add .' sagen?\n"
2178
2179#: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:919
2180#: builtin/commit.c:333 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:299
2181msgid "index file corrupt"
2182msgstr "Staging-Area-Datei beschädigt"
2183
2184#: builtin/add.c:446 builtin/apply.c:4510 builtin/mv.c:279 builtin/rm.c:431
2185msgid "Unable to write new index file"
2186msgstr "Konnte neue Staging-Area-Datei nicht schreiben."
2187
2188#: builtin/apply.c:58
2189msgid "git apply [options] [<patch>...]"
2190msgstr "git apply [Optionen] [<Patch>...]"
2191
2192#: builtin/apply.c:111
2193#, c-format
2194msgid "unrecognized whitespace option '%s'"
2195msgstr "nicht erkannte Whitespace-Option: '%s'"
2196
2197#: builtin/apply.c:126
2198#, c-format
2199msgid "unrecognized whitespace ignore option '%s'"
2200msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
2201
2202#: builtin/apply.c:826
2203#, c-format
2204msgid "Cannot prepare timestamp regexp %s"
2205msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
2206
2207#: builtin/apply.c:835
2208#, c-format
2209msgid "regexec returned %d for input: %s"
2210msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
2211
2212#: builtin/apply.c:916
2213#, c-format
2214msgid "unable to find filename in patch at line %d"
2215msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
2216
2217#: builtin/apply.c:948
2218#, c-format
2219msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2220msgstr ""
2221"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
2222"%d"
2223
2224#: builtin/apply.c:952
2225#, c-format
2226msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2227msgstr ""
2228"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
2229
2230#: builtin/apply.c:953
2231#, c-format
2232msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2233msgstr ""
2234"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
2235
2236#: builtin/apply.c:960
2237#, c-format
2238msgid "git apply: bad git-diff - expected /dev/null on line %d"
2239msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
2240
2241#: builtin/apply.c:1423
2242#, c-format
2243msgid "recount: unexpected line: %.*s"
2244msgstr "recount: unerwartete Zeile: %.*s"
2245
2246#: builtin/apply.c:1480
2247#, c-format
2248msgid "patch fragment without header at line %d: %.*s"
2249msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
2250
2251#: builtin/apply.c:1497
2252#, c-format
2253msgid ""
2254"git diff header lacks filename information when removing %d leading pathname "
2255"component (line %d)"
2256msgid_plural ""
2257"git diff header lacks filename information when removing %d leading pathname "
2258"components (line %d)"
2259msgstr[0] ""
2260"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
2261"%d vorangestellter Teil des Pfades entfernt wird (Zeile %d)"
2262msgstr[1] ""
2263"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
2264"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
2265
2266#: builtin/apply.c:1657
2267msgid "new file depends on old contents"
2268msgstr "neue Datei hängt von alten Inhalten ab"
2269
2270#: builtin/apply.c:1659
2271msgid "deleted file still has contents"
2272msgstr "entfernte Datei hat noch Inhalte"
2273
2274#: builtin/apply.c:1685
2275#, c-format
2276msgid "corrupt patch at line %d"
2277msgstr "fehlerhafter Patch bei Zeile %d"
2278
2279#: builtin/apply.c:1721
2280#, c-format
2281msgid "new file %s depends on old contents"
2282msgstr "neue Datei %s hängt von alten Inhalten ab"
2283
2284#: builtin/apply.c:1723
2285#, c-format
2286msgid "deleted file %s still has contents"
2287msgstr "entfernte Datei %s hat noch Inhalte"
2288
2289#: builtin/apply.c:1726
2290#, c-format
2291msgid "** warning: file %s becomes empty but is not deleted"
2292msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
2293
2294#: builtin/apply.c:1872
2295#, c-format
2296msgid "corrupt binary patch at line %d: %.*s"
2297msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
2298
2299#: builtin/apply.c:1901
2300#, c-format
2301msgid "unrecognized binary patch at line %d"
2302msgstr "nicht erkannter Binär-Patch bei Zeile %d"
2303
2304#: builtin/apply.c:2052
2305#, c-format
2306msgid "patch with only garbage at line %d"
2307msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
2308
2309#: builtin/apply.c:2142
2310#, c-format
2311msgid "unable to read symlink %s"
2312msgstr "konnte symbolischen Verweis %s nicht lesen"
2313
2314#: builtin/apply.c:2146
2315#, c-format
2316msgid "unable to open or read %s"
2317msgstr "konnte %s nicht öffnen oder lesen"
2318
2319#: builtin/apply.c:2754
2320#, c-format
2321msgid "invalid start of line: '%c'"
2322msgstr "Ungültiger Zeilenanfang: '%c'"
2323
2324#: builtin/apply.c:2872
2325#, c-format
2326msgid "Hunk #%d succeeded at %d (offset %d line)."
2327msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2328msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
2329msgstr[1] ""
2330"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
2331
2332#: builtin/apply.c:2884
2333#, c-format
2334msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2335msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
2336
2337#: builtin/apply.c:2890
2338#, c-format
2339msgid ""
2340"while searching for:\n"
2341"%.*s"
2342msgstr ""
2343"bei der Suche nach:\n"
2344"%.*s"
2345
2346#: builtin/apply.c:2909
2347#, c-format
2348msgid "missing binary patch data for '%s'"
2349msgstr "keine Daten in Binär-Patch für '%s'"
2350
2351#: builtin/apply.c:3010
2352#, c-format
2353msgid "binary patch does not apply to '%s'"
2354msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
2355
2356#: builtin/apply.c:3016
2357#, c-format
2358msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2359msgstr ""
2360"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
2361
2362#: builtin/apply.c:3037
2363#, c-format
2364msgid "patch failed: %s:%ld"
2365msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
2366
2367#: builtin/apply.c:3161
2368#, c-format
2369msgid "cannot checkout %s"
2370msgstr "kann %s nicht auschecken"
2371
2372#: builtin/apply.c:3206 builtin/apply.c:3215 builtin/apply.c:3260
2373#, c-format
2374msgid "read of %s failed"
2375msgstr "Konnte %s nicht lesen"
2376
2377#: builtin/apply.c:3240 builtin/apply.c:3462
2378#, c-format
2379msgid "path %s has been renamed/deleted"
2380msgstr "Pfad %s wurde umbenannt/gelöscht"
2381
2382#: builtin/apply.c:3321 builtin/apply.c:3476
2383#, c-format
2384msgid "%s: does not exist in index"
2385msgstr "%s ist nicht in der Staging-Area"
2386
2387#: builtin/apply.c:3325 builtin/apply.c:3468 builtin/apply.c:3490
2388#, c-format
2389msgid "%s: %s"
2390msgstr "%s: %s"
2391
2392#: builtin/apply.c:3330 builtin/apply.c:3484
2393#, c-format
2394msgid "%s: does not match index"
2395msgstr "%s entspricht nicht der Version in der Staging-Area"
2396
2397#: builtin/apply.c:3432
2398msgid "removal patch leaves file contents"
2399msgstr "Lösch-Patch hinterlässt Dateiinhalte"
2400
2401#: builtin/apply.c:3501
2402#, c-format
2403msgid "%s: wrong type"
2404msgstr "%s: falscher Typ"
2405
2406#: builtin/apply.c:3503
2407#, c-format
2408msgid "%s has type %o, expected %o"
2409msgstr "%s ist vom Typ %o, erwartete %o"
2410
2411#: builtin/apply.c:3604
2412#, c-format
2413msgid "%s: already exists in index"
2414msgstr "%s ist bereits bereitgestellt"
2415
2416#: builtin/apply.c:3607
2417#, c-format
2418msgid "%s: already exists in working directory"
2419msgstr "%s existiert bereits im Arbeitsverzeichnis"
2420
2421#: builtin/apply.c:3627
2422#, c-format
2423msgid "new mode (%o) of %s does not match old mode (%o)"
2424msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
2425
2426#: builtin/apply.c:3632
2427#, c-format
2428msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2429msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
2430
2431#: builtin/apply.c:3640
2432#, c-format
2433msgid "%s: patch does not apply"
2434msgstr "%s: Patch konnte nicht angewendet werden"
2435
2436#: builtin/apply.c:3653
2437#, c-format
2438msgid "Checking patch %s..."
2439msgstr "Prüfe Patch %s..."
2440
2441#: builtin/apply.c:3746 builtin/checkout.c:231 builtin/reset.c:135
2442#, c-format
2443msgid "make_cache_entry failed for path '%s'"
2444msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
2445
2446#: builtin/apply.c:3889
2447#, c-format
2448msgid "unable to remove %s from index"
2449msgstr "konnte %s nicht aus der Staging-Area entfernen"
2450
2451#: builtin/apply.c:3918
2452#, c-format
2453msgid "corrupt patch for submodule %s"
2454msgstr "fehlerhafter Patch für Submodul %s"
2455
2456#: builtin/apply.c:3922
2457#, c-format
2458msgid "unable to stat newly created file '%s'"
2459msgstr "konnte neu erstellte Datei '%s' nicht lesen"
2460
2461#: builtin/apply.c:3927
2462#, c-format
2463msgid "unable to create backing store for newly created file %s"
2464msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
2465
2466#: builtin/apply.c:3930 builtin/apply.c:4038
2467#, c-format
2468msgid "unable to add cache entry for %s"
2469msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
2470
2471#: builtin/apply.c:3963
2472#, c-format
2473msgid "closing file '%s'"
2474msgstr "schließe Datei '%s'"
2475
2476#: builtin/apply.c:4012
2477#, c-format
2478msgid "unable to write file '%s' mode %o"
2479msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
2480
2481#: builtin/apply.c:4099
2482#, c-format
2483msgid "Applied patch %s cleanly."
2484msgstr "Patch %s sauber angewendet"
2485
2486#: builtin/apply.c:4107
2487msgid "internal error"
2488msgstr "interner Fehler"
2489
2490#: builtin/apply.c:4110
2491#, c-format
2492msgid "Applying patch %%s with %d reject..."
2493msgid_plural "Applying patch %%s with %d rejects..."
2494msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
2495msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
2496
2497#: builtin/apply.c:4120
2498#, c-format
2499msgid "truncating .rej filename to %.*s.rej"
2500msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
2501
2502#: builtin/apply.c:4141
2503#, c-format
2504msgid "Hunk #%d applied cleanly."
2505msgstr "Patch-Bereich #%d sauber angewendet."
2506
2507#: builtin/apply.c:4144
2508#, c-format
2509msgid "Rejected hunk #%d."
2510msgstr "Patch-Block #%d zurückgewiesen."
2511
2512#: builtin/apply.c:4234
2513msgid "unrecognized input"
2514msgstr "nicht erkannte Eingabe"
2515
2516#: builtin/apply.c:4245
2517msgid "unable to read index file"
2518msgstr "Konnte Staging-Area-Datei nicht lesen"
2519
2520#: builtin/apply.c:4362 builtin/apply.c:4365 builtin/clone.c:92
2521#: builtin/fetch.c:93
2522msgid "path"
2523msgstr "Pfad"
2524
2525#: builtin/apply.c:4363
2526msgid "don't apply changes matching the given path"
2527msgstr "keine Änderungen im angegebenen Pfad anwenden"
2528
2529#: builtin/apply.c:4366
2530msgid "apply changes matching the given path"
2531msgstr "Änderungen nur im angegebenen Pfad anwenden"
2532
2533#: builtin/apply.c:4368
2534msgid "num"
2535msgstr "Anzahl"
2536
2537#: builtin/apply.c:4369
2538msgid "remove <num> leading slashes from traditional diff paths"
2539msgstr ""
2540"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
2541"entfernen"
2542
2543#: builtin/apply.c:4372
2544msgid "ignore additions made by the patch"
2545msgstr "hinzugefügte Zeilen des Patches ignorieren"
2546
2547#: builtin/apply.c:4374
2548msgid "instead of applying the patch, output diffstat for the input"
2549msgstr ""
2550"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
2551"ausgegeben"
2552
2553#: builtin/apply.c:4378
2554msgid "show number of added and deleted lines in decimal notation"
2555msgstr ""
2556"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
2557
2558#: builtin/apply.c:4380
2559msgid "instead of applying the patch, output a summary for the input"
2560msgstr ""
2561"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
2562"ausgeben"
2563
2564#: builtin/apply.c:4382
2565msgid "instead of applying the patch, see if the patch is applicable"
2566msgstr ""
2567"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
2568
2569#: builtin/apply.c:4384
2570msgid "make sure the patch is applicable to the current index"
2571msgstr ""
2572"sicherstellen, dass der Patch in der aktuellen Staging-Area angewendet "
2573"werden kann"
2574
2575#: builtin/apply.c:4386
2576msgid "apply a patch without touching the working tree"
2577msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
2578
2579#: builtin/apply.c:4388
2580msgid "also apply the patch (use with --stat/--summary/--check)"
2581msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
2582
2583#: builtin/apply.c:4390
2584msgid "attempt three-way merge if a patch does not apply"
2585msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
2586
2587#: builtin/apply.c:4392
2588msgid "build a temporary index based on embedded index information"
2589msgstr ""
2590"eine temporäre Staging-Area, basierend auf den integrierten Staging-Area-"
2591"Informationen, erstellen"
2592
2593#: builtin/apply.c:4394 builtin/checkout-index.c:198 builtin/ls-files.c:455
2594msgid "paths are separated with NUL character"
2595msgstr "Pfade sind getrennt durch NUL Zeichen"
2596
2597#: builtin/apply.c:4397
2598msgid "ensure at least <n> lines of context match"
2599msgstr ""
2600"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
2601
2602#: builtin/apply.c:4398
2603msgid "action"
2604msgstr "Aktion"
2605
2606#: builtin/apply.c:4399
2607msgid "detect new or modified lines that have whitespace errors"
2608msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
2609
2610#: builtin/apply.c:4402 builtin/apply.c:4405
2611msgid "ignore changes in whitespace when finding context"
2612msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
2613
2614#: builtin/apply.c:4408
2615msgid "apply the patch in reverse"
2616msgstr "den Patch in umgekehrter Reihenfolge anwenden"
2617
2618#: builtin/apply.c:4410
2619msgid "don't expect at least one line of context"
2620msgstr "keinen Kontext erwarten"
2621
2622#: builtin/apply.c:4412
2623msgid "leave the rejected hunks in corresponding *.rej files"
2624msgstr ""
2625"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
2626
2627#: builtin/apply.c:4414
2628msgid "allow overlapping hunks"
2629msgstr "sich überlappende Patch-Blöcke erlauben"
2630
2631#: builtin/apply.c:4417
2632msgid "tolerate incorrectly detected missing new-line at the end of file"
2633msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
2634
2635#: builtin/apply.c:4420
2636msgid "do not trust the line counts in the hunk headers"
2637msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
2638
2639#: builtin/apply.c:4422
2640msgid "root"
2641msgstr "Wurzelverzeichnis"
2642
2643#: builtin/apply.c:4423
2644msgid "prepend <root> to all filenames"
2645msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
2646
2647#: builtin/apply.c:4445
2648msgid "--3way outside a repository"
2649msgstr ""
2650"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
2651
2652#: builtin/apply.c:4453
2653msgid "--index outside a repository"
2654msgstr ""
2655"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
2656
2657#: builtin/apply.c:4456
2658msgid "--cached outside a repository"
2659msgstr ""
2660"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
2661
2662#: builtin/apply.c:4472
2663#, c-format
2664msgid "can't open patch '%s'"
2665msgstr "kann Patch '%s' nicht öffnen"
2666
2667#: builtin/apply.c:4486
2668#, c-format
2669msgid "squelched %d whitespace error"
2670msgid_plural "squelched %d whitespace errors"
2671msgstr[0] "unterdrückte %d Whitespace-Fehler"
2672msgstr[1] "unterdrückte %d Whitespace-Fehler"
2673
2674#: builtin/apply.c:4492 builtin/apply.c:4502
2675#, c-format
2676msgid "%d line adds whitespace errors."
2677msgid_plural "%d lines add whitespace errors."
2678msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
2679msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
2680
2681#: builtin/archive.c:17
2682#, c-format
2683msgid "could not create archive file '%s'"
2684msgstr "Konnte Archiv-Datei '%s' nicht erstellen."
2685
2686#: builtin/archive.c:20
2687msgid "could not redirect output"
2688msgstr "Konnte Ausgabe nicht umleiten."
2689
2690#: builtin/archive.c:37
2691msgid "git archive: Remote with no URL"
2692msgstr "git archive: Externes Archiv ohne URL"
2693
2694#: builtin/archive.c:58
2695msgid "git archive: expected ACK/NAK, got EOF"
2696msgstr "git archive: habe ACK/NAK erwartet, aber EOF bekommen"
2697
2698#: builtin/archive.c:61
2699#, c-format
2700msgid "git archive: NACK %s"
2701msgstr "git archive: NACK %s"
2702
2703#: builtin/archive.c:63
2704#, c-format
2705msgid "remote error: %s"
2706msgstr "Fehler am anderen Ende: %s"
2707
2708#: builtin/archive.c:64
2709msgid "git archive: protocol error"
2710msgstr "git archive: Protokollfehler"
2711
2712#: builtin/archive.c:68
2713msgid "git archive: expected a flush"
2714msgstr "git archive: erwartete eine Spülung (flush)"
2715
2716#: builtin/bisect--helper.c:7
2717msgid "git bisect--helper --next-all [--no-checkout]"
2718msgstr "git bisect--helper --next-all [--no-checkout]"
2719
2720#: builtin/bisect--helper.c:17
2721msgid "perform 'git bisect next'"
2722msgstr "'git bisect next' ausführen"
2723
2724#: builtin/bisect--helper.c:19
2725msgid "update BISECT_HEAD instead of checking out the current commit"
2726msgstr "BISECT_HEAD aktualisieren, anstatt den aktuellen Commit auszuchecken"
2727
2728#: builtin/blame.c:30
2729msgid "git blame [options] [rev-opts] [rev] [--] file"
2730msgstr "git blame [Optionen] [rev-opts] [rev] [--] Datei"
2731
2732#: builtin/blame.c:35
2733msgid "[rev-opts] are documented in git-rev-list(1)"
2734msgstr "[rev-opts] sind dokumentiert in git-rev-list(1)"
2735
2736#: builtin/blame.c:2501
2737msgid "Show blame entries as we find them, incrementally"
2738msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie generieren"
2739
2740#: builtin/blame.c:2502
2741msgid "Show blank SHA-1 for boundary commits (Default: off)"
2742msgstr "leere SHA-1 für Grenz-Commits anzeigen (Standard: aus)"
2743
2744#: builtin/blame.c:2503
2745msgid "Do not treat root commits as boundaries (Default: off)"
2746msgstr "Ursprungs-Commit nicht als Grenzen behandeln (Standard: aus)"
2747
2748#: builtin/blame.c:2504
2749msgid "Show work cost statistics"
2750msgstr "Statistiken zum Arbeitsaufwand anzeigen"
2751
2752#: builtin/blame.c:2505
2753msgid "Show output score for blame entries"
2754msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen"
2755
2756#: builtin/blame.c:2506
2757msgid "Show original filename (Default: auto)"
2758msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)"
2759
2760#: builtin/blame.c:2507
2761msgid "Show original linenumber (Default: off)"
2762msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)"
2763
2764#: builtin/blame.c:2508
2765msgid "Show in a format designed for machine consumption"
2766msgstr "Anzeige in einem Format für maschinelle Auswertung"
2767
2768#: builtin/blame.c:2509
2769msgid "Show porcelain format with per-line commit information"
2770msgstr ""
2771"Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile"
2772
2773#: builtin/blame.c:2510
2774msgid "Use the same output mode as git-annotate (Default: off)"
2775msgstr ""
2776"Den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)"
2777
2778#: builtin/blame.c:2511
2779msgid "Show raw timestamp (Default: off)"
2780msgstr "Unbearbeiteten Zeitstempel anzeigen (Standard: aus)"
2781
2782#: builtin/blame.c:2512
2783msgid "Show long commit SHA1 (Default: off)"
2784msgstr "Langen Commit-SHA1 anzeigen (Standard: aus)"
2785
2786#: builtin/blame.c:2513
2787msgid "Suppress author name and timestamp (Default: off)"
2788msgstr "Den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)"
2789
2790#: builtin/blame.c:2514
2791msgid "Show author email instead of name (Default: off)"
2792msgstr ""
2793"Anstatt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)"
2794
2795#: builtin/blame.c:2515
2796msgid "Ignore whitespace differences"
2797msgstr "Unterschiede im Whitespace ignorieren"
2798
2799#: builtin/blame.c:2516
2800msgid "Spend extra cycles to find better match"
2801msgstr "Länger arbeiten, um bessere Übereinstimmungen zu finden"
2802
2803#: builtin/blame.c:2517
2804msgid "Use revisions from <file> instead of calling git-rev-list"
2805msgstr "Commits von <Datei> benutzen, anstatt \"git-rev-list\" aufzurufen"
2806
2807#: builtin/blame.c:2518
2808msgid "Use <file>'s contents as the final image"
2809msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen"
2810
2811#: builtin/blame.c:2519 builtin/blame.c:2520
2812msgid "score"
2813msgstr "Bewertung"
2814
2815#: builtin/blame.c:2519
2816msgid "Find line copies within and across files"
2817msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden"
2818
2819#: builtin/blame.c:2520
2820msgid "Find line movements within and across files"
2821msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden"
2822
2823#: builtin/blame.c:2521
2824msgid "n,m"
2825msgstr "n,m"
2826
2827#: builtin/blame.c:2521
2828msgid "Process only line range n,m, counting from 1"
2829msgstr "nur Zeilen im Bereich n,m verarbeiten, gezählt von 1"
2830
2831#. TRANSLATORS: This string is used to tell us the maximum
2832#. display width for a relative timestamp in "git blame"
2833#. output.  For C locale, "4 years, 11 months ago", which
2834#. takes 22 places, is the longest among various forms of
2835#. relative timestamps, but your language may need more or
2836#. fewer display columns.
2837#: builtin/blame.c:2602
2838msgid "4 years, 11 months ago"
2839msgstr "vor 4 Jahren, und 11 Monaten"
2840
2841#: builtin/branch.c:24
2842msgid "git branch [options] [-r | -a] [--merged | --no-merged]"
2843msgstr "git branch [Optionen] [-r | -a] [--merged | --no-merged]"
2844
2845#: builtin/branch.c:25
2846msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"
2847msgstr "git branch [Optionen] [-l] [-f] <Branchname> [<Startpunkt>]"
2848
2849#: builtin/branch.c:26
2850msgid "git branch [options] [-r] (-d | -D) <branchname>..."
2851msgstr "git branch [Optionen] [-r] (-d | -D) <Branchname>..."
2852
2853#: builtin/branch.c:27
2854msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"
2855msgstr "git branch [Optionen] (-m | -M) [<alterBranch>] <neuerBranch>"
2856
2857#: builtin/branch.c:152
2858#, c-format
2859msgid ""
2860"deleting branch '%s' that has been merged to\n"
2861"         '%s', but not yet merged to HEAD."
2862msgstr ""
2863"entferne Branch '%s', der zusammengeführt wurde mit\n"
2864"         '%s', aber noch nicht mit HEAD zusammengeführt wurde."
2865
2866#: builtin/branch.c:156
2867#, c-format
2868msgid ""
2869"not deleting branch '%s' that is not yet merged to\n"
2870"         '%s', even though it is merged to HEAD."
2871msgstr ""
2872"entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n"
2873"         '%s', obwohl er mit HEAD zusammengeführt wurde."
2874
2875#: builtin/branch.c:170
2876#, c-format
2877msgid "Couldn't look up commit object for '%s'"
2878msgstr "Konnte Commit-Objekt für '%s' nicht nachschlagen."
2879
2880#: builtin/branch.c:174
2881#, c-format
2882msgid ""
2883"The branch '%s' is not fully merged.\n"
2884"If you are sure you want to delete it, run 'git branch -D %s'."
2885msgstr ""
2886"Der Branch '%s' ist nicht vollständig zusammengeführt.\n"
2887"Wenn Sie sicher sind diesen Branch zu entfernen, führen Sie 'git branch -D "
2888"%s' aus."
2889
2890#: builtin/branch.c:187
2891msgid "Update of config-file failed"
2892msgstr "Aktualisierung der Konfigurationsdatei fehlgeschlagen."
2893
2894#: builtin/branch.c:215
2895msgid "cannot use -a with -d"
2896msgstr "kann -a nicht mit -d benutzen"
2897
2898#: builtin/branch.c:221
2899msgid "Couldn't look up commit object for HEAD"
2900msgstr "Konnte Commit-Objekt für HEAD nicht nachschlagen."
2901
2902#: builtin/branch.c:229
2903#, c-format
2904msgid "Cannot delete the branch '%s' which you are currently on."
2905msgstr ""
2906"Kann Branch '%s' nicht entfernen, da Sie sich gerade auf diesem befinden."
2907
2908#: builtin/branch.c:245
2909#, c-format
2910msgid "remote branch '%s' not found."
2911msgstr "Remote-Branch '%s' nicht gefunden"
2912
2913#: builtin/branch.c:246
2914#, c-format
2915msgid "branch '%s' not found."
2916msgstr "Branch '%s' nicht gefunden."
2917
2918#: builtin/branch.c:260
2919#, c-format
2920msgid "Error deleting remote branch '%s'"
2921msgstr "Fehler beim Entfernen des Remote-Branches '%s'"
2922
2923#: builtin/branch.c:261
2924#, c-format
2925msgid "Error deleting branch '%s'"
2926msgstr "Fehler beim Entfernen des Branches '%s'"
2927
2928#: builtin/branch.c:268
2929#, c-format
2930msgid "Deleted remote branch %s (was %s).\n"
2931msgstr "Remote-Branch %s entfernt (war %s).\n"
2932
2933#: builtin/branch.c:269
2934#, c-format
2935msgid "Deleted branch %s (was %s).\n"
2936msgstr "Branch %s entfernt (war %s).\n"
2937
2938#: builtin/branch.c:370
2939#, c-format
2940msgid "branch '%s' does not point at a commit"
2941msgstr "Branch '%s' zeigt auf keinen Commit"
2942
2943#: builtin/branch.c:459
2944#, c-format
2945msgid "[%s: gone]"
2946msgstr "[%s: entfernt]"
2947
2948#: builtin/branch.c:464
2949#, c-format
2950msgid "[%s]"
2951msgstr "[%s]"
2952
2953#: builtin/branch.c:469
2954#, c-format
2955msgid "[%s: behind %d]"
2956msgstr "[%s: %d hinterher]"
2957
2958#: builtin/branch.c:471
2959#, c-format
2960msgid "[behind %d]"
2961msgstr "[%d hinterher]"
2962
2963#: builtin/branch.c:475
2964#, c-format
2965msgid "[%s: ahead %d]"
2966msgstr "[%s: %d voraus]"
2967
2968#: builtin/branch.c:477
2969#, c-format
2970msgid "[ahead %d]"
2971msgstr "[%d voraus]"
2972
2973#: builtin/branch.c:480
2974#, c-format
2975msgid "[%s: ahead %d, behind %d]"
2976msgstr "[%s: %d voraus, %d hinterher]"
2977
2978#: builtin/branch.c:483
2979#, c-format
2980msgid "[ahead %d, behind %d]"
2981msgstr "[%d voraus, %d hinterher]"
2982
2983#: builtin/branch.c:496
2984msgid " **** invalid ref ****"
2985msgstr " **** ungültige Referenz ****"
2986
2987#: builtin/branch.c:587
2988#, c-format
2989msgid "(no branch, rebasing %s)"
2990msgstr "(kein Branch, Rebase von Branch %s im Gange)"
2991
2992#: builtin/branch.c:590
2993#, c-format
2994msgid "(no branch, bisect started on %s)"
2995msgstr "(kein Branch, binäre Suche begonnen bei %s)"
2996
2997#: builtin/branch.c:593
2998#, c-format
2999msgid "(detached from %s)"
3000msgstr "(losgelöst von %s)"
3001
3002#: builtin/branch.c:596
3003msgid "(no branch)"
3004msgstr "(kein Branch)"
3005
3006#: builtin/branch.c:643
3007#, c-format
3008msgid "object '%s' does not point to a commit"
3009msgstr "Objekt '%s' zeigt auf keinen Commit"
3010
3011#: builtin/branch.c:691
3012msgid "some refs could not be read"
3013msgstr "Konnte einige Referenzen nicht lesen"
3014
3015#: builtin/branch.c:704
3016msgid "cannot rename the current branch while not on any."
3017msgstr ""
3018"Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden."
3019
3020#: builtin/branch.c:714
3021#, c-format
3022msgid "Invalid branch name: '%s'"
3023msgstr "Ungültiger Branchname: '%s'"
3024
3025#: builtin/branch.c:729
3026msgid "Branch rename failed"
3027msgstr "Umbenennung des Branches fehlgeschlagen"
3028
3029#: builtin/branch.c:733
3030#, c-format
3031msgid "Renamed a misnamed branch '%s' away"
3032msgstr "falsch benannten Branch '%s' umbenannt"
3033
3034#: builtin/branch.c:737
3035#, c-format
3036msgid "Branch renamed to %s, but HEAD is not updated!"
3037msgstr "Branch umbenannt zu %s, aber HEAD ist nicht aktualisiert!"
3038
3039#: builtin/branch.c:744
3040msgid "Branch is renamed, but update of config-file failed"
3041msgstr ""
3042"Branch ist umbenannt, aber die Aktualisierung der Konfigurationsdatei ist "
3043"fehlgeschlagen."
3044
3045#: builtin/branch.c:759
3046#, c-format
3047msgid "malformed object name %s"
3048msgstr "Missgebildeter Objektname %s"
3049
3050#: builtin/branch.c:783
3051#, c-format
3052msgid "could not write branch description template: %s"
3053msgstr "Konnte Beschreibungsvorlage für Branch nicht schreiben: %s"
3054
3055#: builtin/branch.c:813
3056msgid "Generic options"
3057msgstr "Allgemeine Optionen"
3058
3059#: builtin/branch.c:815
3060msgid "show hash and subject, give twice for upstream branch"
3061msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch"
3062
3063#: builtin/branch.c:816
3064msgid "suppress informational messages"
3065msgstr "Informationsmeldungen unterdrücken"
3066
3067#: builtin/branch.c:817
3068msgid "set up tracking mode (see git-pull(1))"
3069msgstr "den Übernahmemodus einstellen (siehe git-pull(1))"
3070
3071#: builtin/branch.c:819
3072msgid "change upstream info"
3073msgstr "Informationen zum Upstream-Branch ändern"
3074
3075#: builtin/branch.c:823
3076msgid "use colored output"
3077msgstr "farbige Ausgaben verwenden"
3078
3079#: builtin/branch.c:824
3080msgid "act on remote-tracking branches"
3081msgstr "auf Remote-Tracking-Branches wirken"
3082
3083#: builtin/branch.c:827 builtin/branch.c:833 builtin/branch.c:854
3084#: builtin/branch.c:860 builtin/commit.c:1586 builtin/commit.c:1587
3085#: builtin/commit.c:1588 builtin/commit.c:1589 builtin/tag.c:616
3086#: builtin/tag.c:622
3087msgid "commit"
3088msgstr "Commit"
3089
3090#: builtin/branch.c:828 builtin/branch.c:834
3091msgid "print only branches that contain the commit"
3092msgstr "nur Branches ausgeben, welche diesen Commit beinhalten"
3093
3094#: builtin/branch.c:840
3095msgid "Specific git-branch actions:"
3096msgstr "spezifische Aktionen für \"git-branch\":"
3097
3098#: builtin/branch.c:841
3099msgid "list both remote-tracking and local branches"
3100msgstr "Remote-Tracking und lokale Branches auflisten"
3101
3102#: builtin/branch.c:843
3103msgid "delete fully merged branch"
3104msgstr "vollständig zusammengeführten Branch entfernen"
3105
3106#: builtin/branch.c:844
3107msgid "delete branch (even if not merged)"
3108msgstr "Branch löschen (auch wenn nicht zusammengeführt)"
3109
3110#: builtin/branch.c:845
3111msgid "move/rename a branch and its reflog"
3112msgstr "einen Branch und dessen Reflog verschieben/umbenennen"
3113
3114#: builtin/branch.c:846
3115msgid "move/rename a branch, even if target exists"
3116msgstr ""
3117"einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert"
3118
3119#: builtin/branch.c:847
3120msgid "list branch names"
3121msgstr "Branchnamen auflisten"
3122
3123#: builtin/branch.c:848
3124msgid "create the branch's reflog"
3125msgstr "das Reflog des Branches erzeugen"
3126
3127#: builtin/branch.c:850
3128msgid "edit the description for the branch"
3129msgstr "die Beschreibung für den Branch bearbeiten"
3130
3131#: builtin/branch.c:851
3132msgid "force creation, move/rename, deletion"
3133msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen"
3134
3135#: builtin/branch.c:854
3136msgid "print only not merged branches"
3137msgstr "nur Branches ausgeben, die nicht zusammengeführt sind"
3138
3139#: builtin/branch.c:860
3140msgid "print only merged branches"
3141msgstr "nur Branches ausgeben, die zusammengeführt sind"
3142
3143#: builtin/branch.c:864
3144msgid "list branches in columns"
3145msgstr "Branches in Spalten auflisten"
3146
3147#: builtin/branch.c:877
3148msgid "Failed to resolve HEAD as a valid ref."
3149msgstr "Konnte HEAD nicht als gültige Referenz auflösen."
3150
3151#: builtin/branch.c:881 builtin/clone.c:637
3152msgid "HEAD not found below refs/heads!"
3153msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!"
3154
3155#: builtin/branch.c:903
3156msgid "--column and --verbose are incompatible"
3157msgstr "Die Optionen --column und --verbose sind inkompatibel."
3158
3159#: builtin/branch.c:914 builtin/branch.c:953
3160msgid "branch name required"
3161msgstr "Branchname erforderlich"
3162
3163#: builtin/branch.c:929
3164msgid "Cannot give description to detached HEAD"
3165msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden"
3166
3167#: builtin/branch.c:934
3168msgid "cannot edit description of more than one branch"
3169msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden"
3170
3171#: builtin/branch.c:941
3172#, c-format
3173msgid "No commit on branch '%s' yet."
3174msgstr "Noch kein Commit in Branch '%s'."
3175
3176#: builtin/branch.c:944
3177#, c-format
3178msgid "No branch named '%s'."
3179msgstr "Branch '%s' nicht vorhanden."
3180
3181#: builtin/branch.c:959
3182msgid "too many branches for a rename operation"
3183msgstr "zu viele Branches für eine Umbenennen-Operation angegeben"
3184
3185#: builtin/branch.c:964
3186msgid "too many branches to set new upstream"
3187msgstr "zu viele Branches angegeben, um Upstream-Branch zu setzen"
3188
3189#: builtin/branch.c:968
3190#, c-format
3191msgid ""
3192"could not set upstream of HEAD to %s when it does not point to any branch."
3193msgstr ""
3194"Konnte keinen neuen Upstream-Branch von HEAD zu %s setzen, da dieser auf\n"
3195"keinen Branch zeigt."
3196
3197#: builtin/branch.c:971 builtin/branch.c:993 builtin/branch.c:1014
3198#, c-format
3199msgid "no such branch '%s'"
3200msgstr "Kein solcher Branch '%s'"
3201
3202#: builtin/branch.c:975
3203#, c-format
3204msgid "branch '%s' does not exist"
3205msgstr "Branch '%s' existiert nicht"
3206
3207#: builtin/branch.c:987
3208msgid "too many branches to unset upstream"
3209msgstr ""
3210"zu viele Branches angegeben, um Konfiguration zu Upstream-Branch zu entfernen"
3211
3212#: builtin/branch.c:991
3213msgid "could not unset upstream of HEAD when it does not point to any branch."
3214msgstr ""
3215"Konnte Konfiguration zu Upstream-Branch von HEAD nicht entfernen, da dieser\n"
3216"auf keinen Branch zeigt."
3217
3218#: builtin/branch.c:997
3219#, c-format
3220msgid "Branch '%s' has no upstream information"
3221msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
3222
3223#: builtin/branch.c:1011
3224msgid "it does not make sense to create 'HEAD' manually"
3225msgstr "'HEAD' darf nicht manuell erstellt werden"
3226
3227#: builtin/branch.c:1017
3228msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3229msgstr ""
3230"Die Optionen -a und -r bei 'git branch' können nicht gemeimsam mit einem "
3231"Branchnamen verwendet werden."
3232
3233#: builtin/branch.c:1020
3234#, c-format
3235msgid ""
3236"The --set-upstream flag is deprecated and will be removed. Consider using --"
3237"track or --set-upstream-to\n"
3238msgstr ""
3239"Die --set-upstream Option ist veraltet und wird entfernt. Benutzen Sie --"
3240"track oder --set-upstream-to\n"
3241
3242#: builtin/branch.c:1037
3243#, c-format
3244msgid ""
3245"\n"
3246"If you wanted to make '%s' track '%s', do this:\n"
3247"\n"
3248msgstr ""
3249"\n"
3250"Wenn Sie wollten, dass '%s' den Branch '%s' als Upstream-Branch hat, führen "
3251"Sie aus:\n"
3252
3253#: builtin/branch.c:1038
3254#, c-format
3255msgid "    git branch -d %s\n"
3256msgstr "    git branch -d %s\n"
3257
3258#: builtin/branch.c:1039
3259#, c-format
3260msgid "    git branch --set-upstream-to %s\n"
3261msgstr "    git branch --set-upstream-to %s\n"
3262
3263#: builtin/bundle.c:47
3264#, c-format
3265msgid "%s is okay\n"
3266msgstr "%s ist in Ordnung\n"
3267
3268#: builtin/bundle.c:56
3269msgid "Need a repository to create a bundle."
3270msgstr "Um ein Paket zu erstellen wird ein Repository benötigt."
3271
3272#: builtin/bundle.c:60
3273msgid "Need a repository to unbundle."
3274msgstr "Zum Entpacken wird ein Repository benötigt."
3275
3276#: builtin/cat-file.c:332
3277msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
3278msgstr "git cat-file (-t|-s|-e|-p|<Art>|--textconv) <Objekt>"
3279
3280#: builtin/cat-file.c:333
3281msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
3282msgstr "git cat-file (--batch|--batch-check) < <Liste_von_Objekten>"
3283
3284#: builtin/cat-file.c:370
3285msgid "<type> can be one of: blob, tree, commit, tag"
3286msgstr "<Art> kann sein: blob, tree, commit, tag"
3287
3288#: builtin/cat-file.c:371
3289msgid "show object type"
3290msgstr "Objektart anzeigen"
3291
3292#: builtin/cat-file.c:372
3293msgid "show object size"
3294msgstr "Objektgröße anzeigen"
3295
3296#: builtin/cat-file.c:374
3297msgid "exit with zero when there's no error"
3298msgstr "mit Rückgabewert 0 beenden, wenn kein Fehler aufgetreten ist"
3299
3300#: builtin/cat-file.c:375
3301msgid "pretty-print object's content"
3302msgstr "ansprechende Anzeige des Objektinhaltes"
3303
3304#: builtin/cat-file.c:377
3305msgid "for blob objects, run textconv on object's content"
3306msgstr "eine Textkonvertierung auf den Inhalt von Blob-Objekten ausführen"
3307
3308#: builtin/cat-file.c:379
3309msgid "show info and content of objects fed from the standard input"
3310msgstr ""
3311"Anzeige von Informationen und Inhalt von Objekten, gelesen von der Standard-"
3312"Eingabe"
3313
3314#: builtin/cat-file.c:382
3315msgid "show info about objects fed from the standard input"
3316msgstr ""
3317"Anzeige von Informationen über Objekte, gelesen von der Standard-Eingabe"
3318
3319#: builtin/check-attr.c:11
3320msgid "git check-attr [-a | --all | attr...] [--] pathname..."
3321msgstr "git check-attr [-a | --all | Attribut...] [--] Pfadname..."
3322
3323#: builtin/check-attr.c:12
3324msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"
3325msgstr ""
3326"git check-attr --stdin [-z] [-a | --all | Attribut...] < <Liste-von-Pfaden>"
3327
3328#: builtin/check-attr.c:19
3329msgid "report all attributes set on file"
3330msgstr "alle Attribute einer Datei ausgeben"
3331
3332#: builtin/check-attr.c:20
3333msgid "use .gitattributes only from the index"
3334msgstr ".gitattributes nur von der Staging-Area verwenden"
3335
3336#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
3337msgid "read file names from stdin"
3338msgstr "Dateinamen von der Standard-Eingabe lesen"
3339
3340#: builtin/check-attr.c:23 builtin/check-ignore.c:24
3341msgid "terminate input and output records by a NUL character"
3342msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen"
3343
3344#: builtin/check-ignore.c:18 builtin/checkout.c:1107 builtin/gc.c:274
3345msgid "suppress progress reporting"
3346msgstr "Fortschrittsanzeige unterdrücken"
3347
3348#: builtin/check-ignore.c:26
3349msgid "show non-matching input paths"
3350msgstr "Eingabe-Pfade ohne Übereinstimmungen anzeigen"
3351
3352#: builtin/check-ignore.c:28
3353msgid "ignore index when checking"
3354msgstr "Staging-Area bei der Prüfung ignorieren"
3355
3356#: builtin/check-ignore.c:154
3357msgid "cannot specify pathnames with --stdin"
3358msgstr "Angabe von Pfadnamen kann nicht gemeinsam mit --stdin verwendet werden"
3359
3360#: builtin/check-ignore.c:157
3361msgid "-z only makes sense with --stdin"
3362msgstr "Die Option -z kann nur mit --stdin verwendet werden."
3363
3364#: builtin/check-ignore.c:159
3365msgid "no path specified"
3366msgstr "kein Pfad angegeben"
3367
3368#: builtin/check-ignore.c:163
3369msgid "--quiet is only valid with a single pathname"
3370msgstr "Die Option --quiet ist nur mit einem einzelnen Pfadnamen gültig."
3371
3372#: builtin/check-ignore.c:165
3373msgid "cannot have both --quiet and --verbose"
3374msgstr ""
3375"Die Optionen --quiet und --verbose können nicht gemeinsam verwendet werden."
3376
3377#: builtin/check-ignore.c:168
3378msgid "--non-matching is only valid with --verbose"
3379msgstr "--non-matching ist nur mit --verbose zulässig"
3380
3381#: builtin/check-mailmap.c:8
3382msgid "git check-mailmap [options] <contact>..."
3383msgstr "git check-mailmap [Optionen] <Kontakt>..."
3384
3385#: builtin/check-mailmap.c:13
3386msgid "also read contacts from stdin"
3387msgstr "ebenfalls Kontakte von der Standard-Eingabe lesen"
3388
3389#: builtin/check-mailmap.c:24
3390#, c-format
3391msgid "unable to parse contact: %s"
3392msgstr "Konnte Kontakt '%s' nicht parsen."
3393
3394#: builtin/check-mailmap.c:47
3395msgid "no contacts specified"
3396msgstr "keine Kontakte angegeben"
3397
3398#: builtin/checkout-index.c:126
3399msgid "git checkout-index [options] [--] [<file>...]"
3400msgstr "git checkout-index [Optionen] [--] [<Datei>...]"
3401
3402#: builtin/checkout-index.c:188
3403msgid "check out all files in the index"
3404msgstr "alle Dateien in der Staging-Area auschecken"
3405
3406#: builtin/checkout-index.c:189
3407msgid "force overwrite of existing files"
3408msgstr "das Überschreiben bereits existierender Dateien erzwingen"
3409
3410#: builtin/checkout-index.c:191
3411msgid "no warning for existing files and files not in index"
3412msgstr ""
3413"keine Warnung für existierende Dateien, und Dateien, die sich nicht in der "
3414"Staging-Area befinden"
3415
3416#: builtin/checkout-index.c:193
3417msgid "don't checkout new files"
3418msgstr "keine neuen Dateien auschecken"
3419
3420#: builtin/checkout-index.c:195
3421msgid "update stat information in the index file"
3422msgstr "Dateiinformationen in der Staging-Area-Datei aktualisieren"
3423
3424#: builtin/checkout-index.c:201
3425msgid "read list of paths from the standard input"
3426msgstr "eine Liste von Pfaden von der Standard-Eingabe lesen"
3427
3428#: builtin/checkout-index.c:203
3429msgid "write the content to temporary files"
3430msgstr "den Inhalt in temporäre Dateien schreiben"
3431
3432#: builtin/checkout-index.c:204 builtin/column.c:30
3433msgid "string"
3434msgstr "Zeichenkette"
3435
3436#: builtin/checkout-index.c:205
3437msgid "when creating files, prepend <string>"
3438msgstr ""
3439"wenn Dateien erzeugt werden, stelle <Zeichenkette> dem Dateinamen voran"
3440
3441#: builtin/checkout-index.c:208
3442msgid "copy out the files from named stage"
3443msgstr "Dateien von dem benannten Stand kopieren"
3444
3445#: builtin/checkout.c:25
3446msgid "git checkout [options] <branch>"
3447msgstr "git checkout [Optionen] <Branch>"
3448
3449#: builtin/checkout.c:26
3450msgid "git checkout [options] [<branch>] -- <file>..."
3451msgstr "git checkout [Optionen] [<Branch>] -- <Datei>..."
3452
3453#: builtin/checkout.c:132 builtin/checkout.c:165
3454#, c-format
3455msgid "path '%s' does not have our version"
3456msgstr "Pfad '%s' hat nicht unsere Version."
3457
3458#: builtin/checkout.c:134 builtin/checkout.c:167
3459#, c-format
3460msgid "path '%s' does not have their version"
3461msgstr "Pfad '%s' hat nicht deren Version."
3462
3463#: builtin/checkout.c:150
3464#, c-format
3465msgid "path '%s' does not have all necessary versions"
3466msgstr "Pfad '%s' hat nicht alle notwendigen Versionen."
3467
3468#: builtin/checkout.c:194
3469#, c-format
3470msgid "path '%s' does not have necessary versions"
3471msgstr "Pfad '%s' hat nicht die notwendigen Versionen."
3472
3473#: builtin/checkout.c:211
3474#, c-format
3475msgid "path '%s': cannot merge"
3476msgstr "Pfad '%s': kann nicht zusammenführen"
3477
3478#: builtin/checkout.c:228
3479#, c-format
3480msgid "Unable to add merge result for '%s'"
3481msgstr "Konnte Merge-Ergebnis von '%s' nicht hinzufügen."
3482
3483#: builtin/checkout.c:249 builtin/checkout.c:252 builtin/checkout.c:255
3484#: builtin/checkout.c:258
3485#, c-format
3486msgid "'%s' cannot be used with updating paths"
3487msgstr "'%s' kann nicht mit Pfaden verwendet werden"
3488
3489#: builtin/checkout.c:261 builtin/checkout.c:264
3490#, c-format
3491msgid "'%s' cannot be used with %s"
3492msgstr "'%s' kann nicht mit '%s' verwendet werden"
3493
3494#: builtin/checkout.c:267
3495#, c-format
3496msgid "Cannot update paths and switch to branch '%s' at the same time."
3497msgstr ""
3498"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln"
3499
3500#: builtin/checkout.c:278 builtin/checkout.c:467
3501msgid "corrupt index file"
3502msgstr "beschädigte Staging-Area-Datei"
3503
3504#: builtin/checkout.c:338 builtin/checkout.c:345
3505#, c-format
3506msgid "path '%s' is unmerged"
3507msgstr "Pfad '%s' ist nicht zusammengeführt."
3508
3509#: builtin/checkout.c:489
3510msgid "you need to resolve your current index first"
3511msgstr "Sie müssen zuerst Ihre aktuelle Staging-Area auflösen."
3512
3513#: builtin/checkout.c:615
3514#, c-format
3515msgid "Can not do reflog for '%s'\n"
3516msgstr "Konnte \"reflog\" für '%s' nicht durchführen\n"
3517
3518#: builtin/checkout.c:653
3519msgid "HEAD is now at"
3520msgstr "HEAD ist jetzt bei"
3521
3522#: builtin/checkout.c:660
3523#, c-format
3524msgid "Reset branch '%s'\n"
3525msgstr "Setze Branch '%s' neu\n"
3526
3527#: builtin/checkout.c:663
3528#, c-format
3529msgid "Already on '%s'\n"
3530msgstr "Bereits auf '%s'\n"
3531
3532#: builtin/checkout.c:667
3533#, c-format
3534msgid "Switched to and reset branch '%s'\n"
3535msgstr "Zu umgesetztem Branch '%s' gewechselt\n"
3536
3537#: builtin/checkout.c:669 builtin/checkout.c:1050
3538#, c-format
3539msgid "Switched to a new branch '%s'\n"
3540msgstr "Zu neuem Branch '%s' gewechselt\n"
3541
3542#: builtin/checkout.c:671
3543#, c-format
3544msgid "Switched to branch '%s'\n"
3545msgstr "Zu Branch '%s' gewechselt\n"
3546
3547#: builtin/checkout.c:723
3548#, c-format
3549msgid " ... and %d more.\n"
3550msgstr " ... und %d weitere.\n"
3551
3552#: builtin/checkout.c:729
3553#, c-format
3554msgid ""
3555"Warning: you are leaving %d commit behind, not connected to\n"
3556"any of your branches:\n"
3557"\n"
3558"%s\n"
3559msgid_plural ""
3560"Warning: you are leaving %d commits behind, not connected to\n"
3561"any of your branches:\n"
3562"\n"
3563"%s\n"
3564msgstr[0] ""
3565"Warnung: Sie sind um %d Commit hinterher. Folgende Commits sind in\n"
3566"keinem Ihrer Branches enthalten:\n"
3567"\n"
3568"%s\n"
3569msgstr[1] ""
3570"Warnung: Sie sind um %d Commits hinterher. Folgende Commits sind in\n"
3571"keinem Ihrer Branches enthalten:\n"
3572"\n"
3573"%s\n"
3574
3575#: builtin/checkout.c:747
3576#, c-format
3577msgid ""
3578"If you want to keep them by creating a new branch, this may be a good time\n"
3579"to do so with:\n"
3580"\n"
3581" git branch new_branch_name %s\n"
3582"\n"
3583msgstr ""
3584"Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n"
3585"ein guter Zeitpunkt sein dies zu tun mit:\n"
3586"\n"
3587" git branch neuer_branch_name %s\n"
3588"\n"
3589
3590#: builtin/checkout.c:777
3591msgid "internal error in revision walk"
3592msgstr "interner Fehler im Revisionsgang"
3593
3594#: builtin/checkout.c:781
3595msgid "Previous HEAD position was"
3596msgstr "Vorherige Position von HEAD war"
3597
3598#: builtin/checkout.c:808 builtin/checkout.c:1045
3599msgid "You are on a branch yet to be born"
3600msgstr "Sie sind auf einem Branch, der noch geboren wird"
3601
3602#: builtin/checkout.c:952
3603#, c-format
3604msgid "only one reference expected, %d given."
3605msgstr "nur eine Referenz erwartet, %d gegeben."
3606
3607#: builtin/checkout.c:991
3608#, c-format
3609msgid "invalid reference: %s"
3610msgstr "Ungültige Referenz: %s"
3611
3612#: builtin/checkout.c:1020
3613#, c-format
3614msgid "reference is not a tree: %s"
3615msgstr "Referenz ist kein \"Tree\"-Objekt: %s"
3616
3617#: builtin/checkout.c:1059
3618msgid "paths cannot be used with switching branches"
3619msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden"
3620
3621#: builtin/checkout.c:1062 builtin/checkout.c:1066
3622#, c-format
3623msgid "'%s' cannot be used with switching branches"
3624msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden"
3625
3626#: builtin/checkout.c:1070 builtin/checkout.c:1073 builtin/checkout.c:1078
3627#: builtin/checkout.c:1081
3628#, c-format
3629msgid "'%s' cannot be used with '%s'"
3630msgstr "'%s' kann nicht mit '%s' verwendet werden"
3631
3632#: builtin/checkout.c:1086
3633#, c-format
3634msgid "Cannot switch branch to a non-commit '%s'"
3635msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln"
3636
3637#: builtin/checkout.c:1108 builtin/checkout.c:1110 builtin/clone.c:90
3638#: builtin/remote.c:159 builtin/remote.c:161
3639msgid "branch"
3640msgstr "Branch"
3641
3642#: builtin/checkout.c:1109
3643msgid "create and checkout a new branch"
3644msgstr "einen neuen Branch erzeugen und auschecken"
3645
3646#: builtin/checkout.c:1111
3647msgid "create/reset and checkout a branch"
3648msgstr "einen Branch erstellen/umsetzen und auschecken"
3649
3650#: builtin/checkout.c:1112
3651msgid "create reflog for new branch"
3652msgstr "das Reflog für den neuen Branch erzeugen"
3653
3654#: builtin/checkout.c:1113
3655msgid "detach the HEAD at named commit"
3656msgstr "HEAD zu benanntem Commit setzen"
3657
3658#: builtin/checkout.c:1114
3659msgid "set upstream info for new branch"
3660msgstr "Informationen zum Upstream-Branch für den neuen Branch setzen"
3661
3662#: builtin/checkout.c:1116
3663msgid "new-branch"
3664msgstr "neuer Branch"
3665
3666#: builtin/checkout.c:1116
3667msgid "new unparented branch"
3668msgstr "neuer Branch ohne Eltern-Commit"
3669
3670#: builtin/checkout.c:1117
3671msgid "checkout our version for unmerged files"
3672msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken"
3673
3674#: builtin/checkout.c:1119
3675msgid "checkout their version for unmerged files"
3676msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken"
3677
3678#: builtin/checkout.c:1121
3679msgid "force checkout (throw away local modifications)"
3680msgstr "Auschecken erzwingen (verwirft lokale Änderungen)"
3681
3682#: builtin/checkout.c:1122
3683msgid "perform a 3-way merge with the new branch"
3684msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen"
3685
3686#: builtin/checkout.c:1123 builtin/merge.c:227
3687msgid "update ignored files (default)"
3688msgstr "ignorierte Dateien aktualisieren (Standard)"
3689
3690#: builtin/checkout.c:1124 builtin/log.c:1239 parse-options.h:245
3691msgid "style"
3692msgstr "Stil"
3693
3694#: builtin/checkout.c:1125
3695msgid "conflict style (merge or diff3)"
3696msgstr "Konfliktstil (merge oder diff3)"
3697
3698#: builtin/checkout.c:1128
3699msgid "do not limit pathspecs to sparse entries only"
3700msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken"
3701
3702#: builtin/checkout.c:1130
3703msgid "second guess 'git checkout no-such-branch'"
3704msgstr "second guess 'git checkout no-such-branch'"
3705
3706#: builtin/checkout.c:1153
3707msgid "-b, -B and --orphan are mutually exclusive"
3708msgstr "Die Optionen -b, -B und --orphan schließen sich gegenseitig aus."
3709
3710#: builtin/checkout.c:1170
3711msgid "--track needs a branch name"
3712msgstr "Bei der Option --track muss ein Branchname angegeben werden."
3713
3714#: builtin/checkout.c:1175
3715msgid "Missing branch name; try -b"
3716msgstr "Vermisse Branchnamen; versuchen Sie -b"
3717
3718#: builtin/checkout.c:1212
3719msgid "invalid path specification"
3720msgstr "ungültige Pfadspezifikation"
3721
3722#: builtin/checkout.c:1219
3723#, c-format
3724msgid ""
3725"Cannot update paths and switch to branch '%s' at the same time.\n"
3726"Did you intend to checkout '%s' which can not be resolved as commit?"
3727msgstr ""
3728"Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln.\n"
3729"Haben Sie beabsichtigt '%s' auszuchecken, welcher nicht als Commit aufgelöst "
3730"werden kann?"
3731
3732#: builtin/checkout.c:1224
3733#, c-format
3734msgid "git checkout: --detach does not take a path argument '%s'"
3735msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'"
3736
3737#: builtin/checkout.c:1228
3738msgid ""
3739"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3740"checking out of the index."
3741msgstr ""
3742"git checkout: --ours/--theirs, --force und --merge sind inkompatibel wenn\n"
3743"Sie aus der Staging-Area auschecken."
3744
3745#: builtin/clean.c:26
3746msgid ""
3747"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3748msgstr ""
3749"git clean [-d] [-f] [-i] [-n] [-q] [-e <Muster>] [-x | -X] [--] <Pfade>..."
3750
3751#: builtin/clean.c:30
3752#, c-format
3753msgid "Removing %s\n"
3754msgstr "Lösche %s\n"
3755
3756#: builtin/clean.c:31
3757#, c-format
3758msgid "Would remove %s\n"
3759msgstr "Würde %s löschen\n"
3760
3761#: builtin/clean.c:32
3762#, c-format
3763msgid "Skipping repository %s\n"
3764msgstr "Überspringe Repository %s\n"
3765
3766#: builtin/clean.c:33
3767#, c-format
3768msgid "Would skip repository %s\n"
3769msgstr "Würde Repository %s überspringen\n"
3770
3771#: builtin/clean.c:34
3772#, c-format
3773msgid "failed to remove %s"
3774msgstr "Fehler beim Löschen von %s"
3775
3776#: builtin/clean.c:295
3777msgid ""
3778"Prompt help:\n"
3779"1          - select a numbered item\n"
3780"foo        - select item based on unique prefix\n"
3781"           - (empty) select nothing"
3782msgstr ""
3783"Eingabehilfe:\n"
3784"1          - nummeriertes Element auswählen\n"
3785"foo        - Element anhand eines eindeutigen Präfix auswählen\n"
3786"           - (leer) nichts auswählen"
3787
3788#: builtin/clean.c:299
3789msgid ""
3790"Prompt help:\n"
3791"1          - select a single item\n"
3792"3-5        - select a range of items\n"
3793"2-3,6-9    - select multiple ranges\n"
3794"foo        - select item based on unique prefix\n"
3795"-...       - unselect specified items\n"
3796"*          - choose all items\n"
3797"           - (empty) finish selecting"
3798msgstr ""
3799"Eingabehilfe:\n"
3800"1          - einzelnes Element auswählen\n"
3801"3-5        - Bereich von Elementen auswählen\n"
3802"2-3,6-9    - mehrere Bereiche auswählen\n"
3803"foo        - Element anhand eines eindeutigen Präfix auswählen\n"
3804"-...       - angegebenes Element abwählen\n"
3805"*          - alle Elemente auswählen\n"
3806"           - (leer) Auswahl beenden"
3807
3808#: builtin/clean.c:517
3809#, c-format
3810msgid "Huh (%s)?"
3811msgstr "Wie bitte (%s)?"
3812
3813#: builtin/clean.c:659
3814#, c-format
3815msgid "Input ignore patterns>> "
3816msgstr "Ignorier-Muster eingeben>> "
3817
3818#: builtin/clean.c:696
3819#, c-format
3820msgid "WARNING: Cannot find items matched by: %s"
3821msgstr "WARNUNG: Kann keine Einträge finden die Muster entsprechen: %s"
3822
3823#: builtin/clean.c:717
3824msgid "Select items to delete"
3825msgstr "Wählen Sie Einträge zum Löschen"
3826
3827#: builtin/clean.c:757
3828#, c-format
3829msgid "remove %s? "
3830msgstr "'%s' löschen? "
3831
3832#: builtin/clean.c:782
3833msgid "Bye."
3834msgstr "Tschüss."
3835
3836#: builtin/clean.c:790
3837msgid ""
3838"clean               - start cleaning\n"
3839"filter by pattern   - exclude items from deletion\n"
3840"select by numbers   - select items to be deleted by numbers\n"
3841"ask each            - confirm each deletion (like \"rm -i\")\n"
3842"quit                - stop cleaning\n"
3843"help                - this screen\n"
3844"?                   - help for prompt selection"
3845msgstr ""
3846"clean               - Clean starten\n"
3847"filter by pattern   - Einträge von Löschung ausschließen\n"
3848"select by numbers   - Auswahl von Einträgen über Nummern\n"
3849"ask each            - jede Löschung bestätigen (wie \"rm -i\")\n"
3850"quit                - Clean beenden\n"
3851"help                - diese Meldung anzeigen\n"
3852"?                   - Hilfe zur Auswahl mittels Eingabe anzeigen"
3853
3854#: builtin/clean.c:817
3855msgid "*** Commands ***"
3856msgstr "*** Kommandos ***"
3857
3858#: builtin/clean.c:818
3859msgid "What now"
3860msgstr "Was nun"
3861
3862#: builtin/clean.c:826
3863msgid "Would remove the following item:"
3864msgid_plural "Would remove the following items:"
3865msgstr[0] "Würde das folgende Element entfernen:"
3866msgstr[1] "Würde die folgenden Elemente entfernen:"
3867
3868#: builtin/clean.c:843
3869msgid "No more files to clean, exiting."
3870msgstr "Keine Dateien mehr zum Löschen, beende."
3871
3872#: builtin/clean.c:874
3873msgid "do not print names of files removed"
3874msgstr "keine Namen von gelöschten Dateien ausgeben"
3875
3876#: builtin/clean.c:876
3877msgid "force"
3878msgstr "Aktion erzwingen"
3879
3880#: builtin/clean.c:877
3881msgid "interactive cleaning"
3882msgstr "interaktives Clean"
3883
3884#: builtin/clean.c:879
3885msgid "remove whole directories"
3886msgstr "ganze Verzeichnisse löschen"
3887
3888#: builtin/clean.c:880 builtin/describe.c:407 builtin/grep.c:714
3889#: builtin/ls-files.c:486 builtin/name-rev.c:311 builtin/show-ref.c:185
3890msgid "pattern"
3891msgstr "Muster"
3892
3893#: builtin/clean.c:881
3894msgid "add <pattern> to ignore rules"
3895msgstr "<Muster> zu den Regeln für ignorierte Pfade hinzufügen"
3896
3897#: builtin/clean.c:882
3898msgid "remove ignored files, too"
3899msgstr "auch ignorierte Dateien löschen"
3900
3901#: builtin/clean.c:884
3902msgid "remove only ignored files"
3903msgstr "nur ignorierte Dateien löschen"
3904
3905#: builtin/clean.c:902
3906msgid "-x and -X cannot be used together"
3907msgstr "Die Optionen -x und -X können nicht gemeinsam verwendet werden."
3908
3909#: builtin/clean.c:906
3910msgid ""
3911"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
3912"clean"
3913msgstr ""
3914"clean.requireForce auf \"true\" gesetzt und weder -i, -n noch -f gegeben; "
3915"\"clean\" verweigert"
3916
3917#: builtin/clean.c:909
3918msgid ""
3919"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
3920"refusing to clean"
3921msgstr ""
3922"clean.requireForce standardmäßig auf \"true\" gesetzt und weder -i, -n noch -"
3923"f gegeben; \"clean\" verweigert"
3924
3925#: builtin/clone.c:37
3926msgid "git clone [options] [--] <repo> [<dir>]"
3927msgstr "git clone [Optionen] [--] <Repository> [<Verzeichnis>]"
3928
3929#: builtin/clone.c:66 builtin/fetch.c:112 builtin/merge.c:224
3930#: builtin/push.c:514
3931msgid "force progress reporting"
3932msgstr "Fortschrittsanzeige erzwingen"
3933
3934#: builtin/clone.c:68
3935msgid "don't create a checkout"
3936msgstr "kein Auschecken"
3937
3938#: builtin/clone.c:69 builtin/clone.c:71 builtin/init-db.c:496
3939msgid "create a bare repository"
3940msgstr "ein Bare-Repository erstellen"
3941
3942#: builtin/clone.c:73
3943msgid "create a mirror repository (implies bare)"
3944msgstr "ein Spiegelarchiv erstellen (impliziert --bare)"
3945
3946#: builtin/clone.c:75
3947msgid "to clone from a local repository"
3948msgstr "von einem lokalen Repository klonen"
3949
3950#: builtin/clone.c:77
3951msgid "don't use local hardlinks, always copy"
3952msgstr "lokal keine harten Verweise verwenden, immer Kopien"
3953
3954#: builtin/clone.c:79
3955msgid "setup as shared repository"
3956msgstr "als verteiltes Repository einrichten"
3957
3958#: builtin/clone.c:81 builtin/clone.c:83
3959msgid "initialize submodules in the clone"
3960msgstr "Submodule im Klon initialisieren"
3961
3962#: builtin/clone.c:84 builtin/init-db.c:493
3963msgid "template-directory"
3964msgstr "Vorlagenverzeichnis"
3965
3966#: builtin/clone.c:85 builtin/init-db.c:494
3967msgid "directory from which templates will be used"
3968msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden"
3969
3970#: builtin/clone.c:87
3971msgid "reference repository"
3972msgstr "Repository referenzieren"
3973
3974#: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:44
3975msgid "name"
3976msgstr "Name"
3977
3978#: builtin/clone.c:89
3979msgid "use <name> instead of 'origin' to track upstream"
3980msgstr "<Name> statt 'origin' für Upstream-Repository verwenden"
3981
3982#: builtin/clone.c:91
3983msgid "checkout <branch> instead of the remote's HEAD"
3984msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories"
3985
3986#: builtin/clone.c:93
3987msgid "path to git-upload-pack on the remote"
3988msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite"
3989
3990#: builtin/clone.c:94 builtin/fetch.c:113 builtin/grep.c:659
3991msgid "depth"
3992msgstr "Tiefe"
3993
3994#: builtin/clone.c:95
3995msgid "create a shallow clone of that depth"
3996msgstr ""
3997"einen Klon mit unvollständiger Historie (shallow) in dieser Tiefe erstellen"
3998
3999#: builtin/clone.c:97
4000msgid "clone only one branch, HEAD or --branch"
4001msgstr "nur einen Branch klonen, HEAD oder --branch"
4002
4003#: builtin/clone.c:99
4004msgid "use --reference only while cloning"
4005msgstr "--reference nur während des Klonens benutzen"
4006
4007#: builtin/clone.c:100 builtin/init-db.c:502
4008msgid "gitdir"
4009msgstr ".git-Verzeichnis"
4010
4011#: builtin/clone.c:101 builtin/init-db.c:503
4012msgid "separate git dir from working tree"
4013msgstr "Git-Verzeichnis vom Arbeitsverzeichnis separieren"
4014
4015#: builtin/clone.c:102
4016msgid "key=value"
4017msgstr "Schlüssel=Wert"
4018
4019#: builtin/clone.c:103
4020msgid "set config inside the new repository"
4021msgstr "Konfiguration innerhalb des neuen Repositories setzen"
4022
4023#: builtin/clone.c:256
4024#, c-format
4025msgid "reference repository '%s' is not a local repository."
4026msgstr "Referenziertes Repository '%s' ist kein lokales Repository."
4027
4028#: builtin/clone.c:260
4029#, c-format
4030msgid "reference repository '%s' is shallow"
4031msgstr ""
4032"Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."
4033
4034#: builtin/clone.c:263
4035#, c-format
4036msgid "reference repository '%s' is grafted"
4037msgstr ""
4038"Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "
4039"eingehängt."
4040
4041#: builtin/clone.c:325
4042#, c-format
4043msgid "failed to create directory '%s'"
4044msgstr "Fehler beim Erstellen von Verzeichnis '%s'"
4045
4046#: builtin/clone.c:327 builtin/diff.c:84
4047#, c-format
4048msgid "failed to stat '%s'"
4049msgstr "Konnte '%s' nicht lesen"
4050
4051#: builtin/clone.c:329
4052#, c-format
4053msgid "%s exists and is not a directory"
4054msgstr "%s existiert und ist kein Verzeichnis"
4055
4056#: builtin/clone.c:343
4057#, c-format
4058msgid "failed to stat %s\n"
4059msgstr "Konnte %s nicht lesen\n"
4060
4061#: builtin/clone.c:365
4062#, c-format
4063msgid "failed to create link '%s'"
4064msgstr "Konnte Verweis '%s' nicht erstellen"
4065
4066#: builtin/clone.c:369
4067#, c-format
4068msgid "failed to copy file to '%s'"
4069msgstr "Konnte Datei nicht nach '%s' kopieren"
4070
4071#: builtin/clone.c:392 builtin/clone.c:566
4072#, c-format
4073msgid "done.\n"
4074msgstr "Fertig.\n"
4075
4076#: builtin/clone.c:404
4077msgid ""
4078"Clone succeeded, but checkout failed.\n"
4079"You can inspect what was checked out with 'git status'\n"
4080"and retry the checkout with 'git checkout -f HEAD'\n"
4081msgstr ""
4082"Klonen erfolgreich, Auschecken ist aber fehlgeschlagen.\n"
4083"Sie können mit 'git status' prüfen, was ausgecheckt worden ist\n"
4084"und das Auschecken mit 'git checkout -f HEAD' erneut versuchen.\n"
4085
4086#: builtin/clone.c:481
4087#, c-format
4088msgid "Could not find remote branch %s to clone."
4089msgstr "Konnte zu klonenden Remote-Branch %s nicht finden."
4090
4091#: builtin/clone.c:561
4092#, c-format
4093msgid "Checking connectivity... "
4094msgstr "Prüfe Konnektivität... "
4095
4096#: builtin/clone.c:564
4097msgid "remote did not send all necessary objects"
4098msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."
4099
4100#: builtin/clone.c:628
4101msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4102msgstr ""
4103"Externer HEAD bezieht sich auf eine nicht existierende Referenz und kann "
4104"nicht ausgecheckt werden.\n"
4105
4106#: builtin/clone.c:659
4107msgid "unable to checkout working tree"
4108msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden"
4109
4110#: builtin/clone.c:746
4111msgid "cannot repack to clean up"
4112msgstr "Kann \"repack\" zum Aufräumen nicht aufrufen"
4113
4114#: builtin/clone.c:748
4115msgid "cannot unlink temporary alternates file"
4116msgstr "Kann temporäre \"alternates\"-Datei nicht entfernen"
4117
4118#: builtin/clone.c:778
4119msgid "Too many arguments."
4120msgstr "Zu viele Argumente."
4121
4122#: builtin/clone.c:782
4123msgid "You must specify a repository to clone."
4124msgstr "Sie müssen ein Repository zum Klonen angeben."
4125
4126#: builtin/clone.c:793
4127#, c-format
4128msgid "--bare and --origin %s options are incompatible."
4129msgstr "Die Optionen --bare und --origin %s sind inkompatibel."
4130
4131#: builtin/clone.c:796
4132msgid "--bare and --separate-git-dir are incompatible."
4133msgstr "Die Optionen --bare und --separate-git-dir sind inkompatibel."
4134
4135#: builtin/clone.c:809
4136#, c-format
4137msgid "repository '%s' does not exist"
4138msgstr "Repository '%s' existiert nicht."
4139
4140#: builtin/clone.c:815 builtin/fetch.c:1155
4141#, c-format
4142msgid "depth %s is not a positive number"
4143msgstr "Tiefe %s ist keine positive Zahl"
4144
4145#: builtin/clone.c:825
4146#, c-format
4147msgid "destination path '%s' already exists and is not an empty directory."
4148msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis."
4149
4150#: builtin/clone.c:835
4151#, c-format
4152msgid "working tree '%s' already exists."
4153msgstr "Arbeitsverzeichnis '%s' existiert bereits."
4154
4155#: builtin/clone.c:848 builtin/clone.c:860
4156#, c-format
4157msgid "could not create leading directories of '%s'"
4158msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."
4159
4160#: builtin/clone.c:851
4161#, c-format
4162msgid "could not create work tree dir '%s'."
4163msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen."
4164
4165#: builtin/clone.c:870
4166#, c-format
4167msgid "Cloning into bare repository '%s'...\n"
4168msgstr "Klone in Bare-Repository '%s'...\n"
4169
4170#: builtin/clone.c:872
4171#, c-format
4172msgid "Cloning into '%s'...\n"
4173msgstr "Klone nach '%s'...\n"
4174
4175#: builtin/clone.c:897
4176msgid "--dissociate given, but there is no --reference"
4177msgstr "--dissociate ohne --reference angegeben"
4178
4179#: builtin/clone.c:912
4180msgid "--depth is ignored in local clones; use file:// instead."
4181msgstr ""
4182"Die Option --depth wird in lokalen Klonen ignoriert; benutzen Sie "
4183"stattdessen file://"
4184
4185#: builtin/clone.c:915
4186msgid "source repository is shallow, ignoring --local"
4187msgstr ""
4188"Quelle ist ein Repository mit unvollständiger Historie (shallow),ignoriere --"
4189"local"
4190
4191#: builtin/clone.c:920
4192msgid "--local is ignored"
4193msgstr "--local wird ignoriert"
4194
4195#: builtin/clone.c:924
4196#, c-format
4197msgid "Don't know how to clone %s"
4198msgstr "Weiß nicht wie %s zu klonen ist."
4199
4200#: builtin/clone.c:975 builtin/clone.c:983
4201#, c-format
4202msgid "Remote branch %s not found in upstream %s"
4203msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden"
4204
4205#: builtin/clone.c:986
4206msgid "You appear to have cloned an empty repository."
4207msgstr "Sie scheinen ein leeres Repository geklont zu haben."
4208
4209#: builtin/column.c:9
4210msgid "git column [options]"
4211msgstr "git column [Optionen]"
4212
4213#: builtin/column.c:26
4214msgid "lookup config vars"
4215msgstr "Konfigurationsvariablen nachschlagen"
4216
4217#: builtin/column.c:27 builtin/column.c:28
4218msgid "layout to use"
4219msgstr "zu verwendende Anordnung"
4220
4221#: builtin/column.c:29
4222msgid "Maximum width"
4223msgstr "maximale Breite"
4224
4225#: builtin/column.c:30
4226msgid "Padding space on left border"
4227msgstr "Abstand zum linken Rand"
4228
4229#: builtin/column.c:31
4230msgid "Padding space on right border"
4231msgstr "Abstand zur rechten Rand"
4232
4233#: builtin/column.c:32
4234msgid "Padding space between columns"
4235msgstr "Abstand zwischen Spalten"
4236
4237#: builtin/column.c:51
4238msgid "--command must be the first argument"
4239msgstr "Die Option --command muss an erster Stelle stehen."
4240
4241#: builtin/commit.c:37
4242msgid "git commit [options] [--] <pathspec>..."
4243msgstr "git commit [Optionen] [--] <Pfadspezifikation>..."
4244
4245#: builtin/commit.c:42
4246msgid "git status [options] [--] <pathspec>..."
4247msgstr "git status [Optionen] [--] <Pfadspezifikation>..."
4248
4249#: builtin/commit.c:47
4250msgid ""
4251"Your name and email address were configured automatically based\n"
4252"on your username and hostname. Please check that they are accurate.\n"
4253"You can suppress this message by setting them explicitly. Run the\n"
4254"following command and follow the instructions in your editor to edit\n"
4255"your configuration file:\n"
4256"\n"
4257"    git config --global --edit\n"
4258"\n"
4259"After doing this, you may fix the identity used for this commit with:\n"
4260"\n"
4261"    git commit --amend --reset-author\n"
4262msgstr ""
4263"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"
4264"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"
4265"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"
4266"diese explizit setzen. Führen Sie dazu das folgende Kommando aus und folgen\n"
4267"Sie den Anweisungen in Ihrem Editor, um die Konfigurationsdatei zu "
4268"bearbeiten:\n"
4269"\n"
4270"    git config --global --edit\n"
4271"\n"
4272"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit\n"
4273"ändern mit:\n"
4274"\n"
4275"    git commit --amend --reset-author\n"
4276
4277#: builtin/commit.c:60
4278msgid ""
4279"Your name and email address were configured automatically based\n"
4280"on your username and hostname. Please check that they are accurate.\n"
4281"You can suppress this message by setting them explicitly:\n"
4282"\n"
4283"    git config --global user.name \"Your Name\"\n"
4284"    git config --global user.email you@example.com\n"
4285"\n"
4286"After doing this, you may fix the identity used for this commit with:\n"
4287"\n"
4288"    git commit --amend --reset-author\n"
4289msgstr ""
4290"Ihr Name und E-Mail Adresse wurden automatisch auf Basis\n"
4291"Ihres Benutzer- und Rechnernamens konfiguriert. Bitte prüfen Sie, dass\n"
4292"diese zutreffend sind. Sie können diese Meldung unterdrücken, indem Sie\n"
4293"diese explizit setzen:\n"
4294"\n"
4295"    git config --global user.name \"Ihr Name\"\n"
4296"    git config --global user.email ihre@emailadresse.de\n"
4297"\n"
4298"Nachdem Sie das getan hast, können Sie Ihre Identität für diesen Commit "
4299"ändern mit:\n"
4300"\n"
4301"    git commit --amend --reset-author\n"
4302
4303#: builtin/commit.c:72
4304msgid ""
4305"You asked to amend the most recent commit, but doing so would make\n"
4306"it empty. You can repeat your command with --allow-empty, or you can\n"
4307"remove the commit entirely with \"git reset HEAD^\".\n"
4308msgstr ""
4309"Sie fragten den jüngsten Commit nachzubessern, aber das würde diesen leer\n"
4310"machen. Sie können Ihr Kommando mit --allow-empty wiederholen, oder diesen\n"
4311"Commit mit \"git reset HEAD^\" vollständig entfernen.\n"
4312
4313#: builtin/commit.c:77
4314msgid ""
4315"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4316"If you wish to commit it anyway, use:\n"
4317"\n"
4318"    git commit --allow-empty\n"
4319"\n"
4320msgstr ""
4321"Der letzte \"cherry-pick\" ist jetzt leer, möglicherweise durch eine "
4322"Konfliktauflösung.\n"
4323"Wenn Sie dies trotzdem committen wollen, benutzen Sie:\n"
4324"\n"
4325"    git commit --allow-empty\n"
4326"\n"
4327
4328#: builtin/commit.c:84
4329msgid "Otherwise, please use 'git reset'\n"
4330msgstr "Andernfalls benutzen Sie bitte 'git reset'\n"
4331
4332#: builtin/commit.c:87
4333msgid ""
4334"If you wish to skip this commit, use:\n"
4335"\n"
4336"    git reset\n"
4337"\n"
4338"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4339"the remaining commits.\n"
4340msgstr ""
4341"Wenn Sie diesen Commit auslassen möchten, benutzen Sie:\n"
4342"\n"
4343"    git reset\n"
4344"\n"
4345"Benutzen Sie anschließend \"git cherry-pick --continue\", um die\n"
4346"Cherry-Pick-Operation mit den verbleibenden Commits fortzusetzen.\n"
4347
4348#: builtin/commit.c:302
4349msgid "failed to unpack HEAD tree object"
4350msgstr "Fehler beim Entpacken des \"Tree\"-Objektes von HEAD."
4351
4352#: builtin/commit.c:342
4353msgid "unable to create temporary index"
4354msgstr "Konnte temporäre Staging-Area nicht erstellen."
4355
4356#: builtin/commit.c:348
4357msgid "interactive add failed"
4358msgstr "interaktives Hinzufügen fehlgeschlagen"
4359
4360#: builtin/commit.c:359
4361msgid "unable to write index file"
4362msgstr "Konnte Staging-Area-Datei nicht schreiben."
4363
4364#: builtin/commit.c:361
4365msgid "unable to update temporary index"
4366msgstr "Konnte temporäre Staging-Area nicht aktualisieren."
4367
4368#: builtin/commit.c:363
4369msgid "Failed to update main cache tree"
4370msgstr "Konnte Haupt-Cache-Verzeichnis nicht aktualisieren"
4371
4372#: builtin/commit.c:387 builtin/commit.c:412 builtin/commit.c:461
4373msgid "unable to write new_index file"
4374msgstr "Konnte new_index Datei nicht schreiben"
4375
4376#: builtin/commit.c:443
4377msgid "cannot do a partial commit during a merge."
4378msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist."
4379
4380#: builtin/commit.c:445
4381msgid "cannot do a partial commit during a cherry-pick."
4382msgstr ""
4383"Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist."
4384
4385#: builtin/commit.c:454
4386msgid "cannot read the index"
4387msgstr "Kann Staging-Area nicht lesen"
4388
4389#: builtin/commit.c:473
4390msgid "unable to write temporary index file"
4391msgstr "Konnte temporäre Staging-Area-Datei nicht schreiben."
4392
4393#: builtin/commit.c:584
4394#, c-format
4395msgid "commit '%s' lacks author header"
4396msgstr "Commit '%s' fehlt Autor-Kopfbereich"
4397
4398#: builtin/commit.c:586
4399#, c-format
4400msgid "commit '%s' has malformed author line"
4401msgstr "Commit '%s' hat fehlerhafte Autor-Zeile"
4402
4403#: builtin/commit.c:605
4404msgid "malformed --author parameter"
4405msgstr "Fehlerhafter --author Parameter"
4406
4407#: builtin/commit.c:613
4408#, c-format
4409msgid "invalid date format: %s"
4410msgstr "Ungültiges Datumsformat: %s"
4411
4412#: builtin/commit.c:657
4413msgid ""
4414"unable to select a comment character that is not used\n"
4415"in the current commit message"
4416msgstr ""
4417"Konnte kein Kommentar-Zeichen auswählen, das nicht in\n"
4418"der aktuellen Commit-Beschreibung verwendet wird."
4419
4420#: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:1084
4421#, c-format
4422msgid "could not lookup commit %s"
4423msgstr "Konnte Commit %s nicht nachschlagen"
4424
4425#: builtin/commit.c:706 builtin/shortlog.c:273
4426#, c-format
4427msgid "(reading log message from standard input)\n"
4428msgstr "(lese Log-Nachricht von Standard-Eingabe)\n"
4429
4430#: builtin/commit.c:708
4431msgid "could not read log from standard input"
4432msgstr "Konnte Log nicht von Standard-Eingabe lesen."
4433
4434#: builtin/commit.c:712
4435#, c-format
4436msgid "could not read log file '%s'"
4437msgstr "Konnte Log-Datei '%s' nicht lesen"
4438
4439#: builtin/commit.c:734
4440msgid "could not read MERGE_MSG"
4441msgstr "Konnte MERGE_MSG nicht lesen"
4442
4443#: builtin/commit.c:738
4444msgid "could not read SQUASH_MSG"
4445msgstr "Konnte SQUASH_MSG nicht lesen"
4446
4447#: builtin/commit.c:742
4448#, c-format
4449msgid "could not read '%s'"
4450msgstr "Konnte '%s' nicht lesen"
4451
4452#: builtin/commit.c:789
4453msgid "could not write commit template"
4454msgstr "Konnte Commit-Vorlage nicht schreiben"
4455
4456#: builtin/commit.c:807
4457#, c-format
4458msgid ""
4459"\n"
4460"It looks like you may be committing a merge.\n"
4461"If this is not correct, please remove the file\n"
4462"\t%s\n"
4463"and try again.\n"
4464msgstr ""
4465"\n"
4466"Es sieht so aus, als committen Sie einen Merge.\n"
4467"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"
4468"\t%s\n"
4469"und versuchen Sie es erneut.\n"
4470
4471#: builtin/commit.c:812
4472#, c-format
4473msgid ""
4474"\n"
4475"It looks like you may be committing a cherry-pick.\n"
4476"If this is not correct, please remove the file\n"
4477"\t%s\n"
4478"and try again.\n"
4479msgstr ""
4480"\n"
4481"Es sieht so aus, als committen Sie einen \"cherry-pick\".\n"
4482"Falls das nicht korrekt ist, löschen Sie bitte die Datei\n"
4483"\t%s\n"
4484"und versuchen Sie es erneut.\n"
4485
4486#: builtin/commit.c:825
4487#, c-format
4488msgid ""
4489"Please enter the commit message for your changes. Lines starting\n"
4490"with '%c' will be ignored, and an empty message aborts the commit.\n"
4491msgstr ""
4492"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n"
4493"die mit '%c' beginnen, werden ignoriert, und eine leere Beschreibung\n"
4494"bricht den Commit ab.\n"
4495
4496#: builtin/commit.c:832
4497#, c-format
4498msgid ""
4499"Please enter the commit message for your changes. Lines starting\n"
4500"with '%c' will be kept; you may remove them yourself if you want to.\n"
4501"An empty message aborts the commit.\n"
4502msgstr ""
4503"Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, "
4504"die\n"
4505"mit '%c' beginnen, werden beibehalten; wenn Sie möchten, können Sie diese "
4506"entfernen.\n"
4507"Eine leere Beschreibung bricht den Commit ab.\n"
4508
4509#: builtin/commit.c:852
4510#, c-format
4511msgid "%sAuthor:    %.*s <%.*s>"
4512msgstr "%sAutor:           %.*s <%.*s>"
4513
4514#: builtin/commit.c:860
4515#, c-format
4516msgid "%sDate:      %s"
4517msgstr "%sDatum:            %s"
4518
4519#: builtin/commit.c:867
4520#, c-format
4521msgid "%sCommitter: %.*s <%.*s>"
4522msgstr "%sCommit-Ersteller: %.*s <%.*s>"
4523
4524#: builtin/commit.c:885
4525msgid "Cannot read index"
4526msgstr "Kann Staging-Area nicht lesen"
4527
4528#: builtin/commit.c:942
4529msgid "Error building trees"
4530msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte"
4531
4532#: builtin/commit.c:957 builtin/tag.c:495
4533#, c-format
4534msgid "Please supply the message using either -m or -F option.\n"
4535msgstr ""
4536"Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n"
4537
4538#: builtin/commit.c:1059
4539#, c-format
4540msgid "No existing author found with '%s'"
4541msgstr "Kein existierender Autor mit '%s' gefunden."
4542
4543#: builtin/commit.c:1074 builtin/commit.c:1314
4544#, c-format
4545msgid "Invalid untracked files mode '%s'"
4546msgstr "Ungültiger Modus '%s' für unversionierte Dateien"
4547
4548#: builtin/commit.c:1111
4549msgid "--long and -z are incompatible"
4550msgstr "Die Optionen --long und -z sind inkompatibel."
4551
4552#: builtin/commit.c:1141
4553msgid "Using both --reset-author and --author does not make sense"
4554msgstr ""
4555"Die Optionen --reset-author und --author können nicht gemeinsam verwendet "
4556"werden."
4557
4558#: builtin/commit.c:1150
4559msgid "You have nothing to amend."
4560msgstr "Sie haben nichts für \"--amend\"."
4561
4562#: builtin/commit.c:1153
4563msgid "You are in the middle of a merge -- cannot amend."
4564msgstr "Ein Merge ist im Gange -- kann \"--amend\" nicht ausführen."
4565
4566#: builtin/commit.c:1155
4567msgid "You are in the middle of a cherry-pick -- cannot amend."
4568msgstr "\"cherry-pick\" ist im Gange -- kann \"--amend\" nicht ausführen."
4569
4570#: builtin/commit.c:1158
4571msgid "Options --squash and --fixup cannot be used together"
4572msgstr ""
4573"Die Optionen --squash und --fixup können nicht gemeinsam verwendet werden."
4574
4575#: builtin/commit.c:1168
4576msgid "Only one of -c/-C/-F/--fixup can be used."
4577msgstr "Es kann nur eine Option von -c/-C/-F/--fixup verwendet werden."
4578
4579#: builtin/commit.c:1170
4580msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4581msgstr "Die Option -m kann nicht mit -c/-C/-F/--fixup kombiniert werden."
4582
4583#: builtin/commit.c:1178
4584msgid "--reset-author can be used only with -C, -c or --amend."
4585msgstr ""
4586"Die Option --reset--author kann nur mit -C, -c oder --amend verwendet werden."
4587
4588#: builtin/commit.c:1195
4589msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4590msgstr ""
4591"Es kann nur eine Option von --include/--only/--all/--interactive/--patch "
4592"verwendet werden."
4593
4594#: builtin/commit.c:1197
4595msgid "No paths with --include/--only does not make sense."
4596msgstr ""
4597"Die Optionen --include und --only können nur mit der Angabe von Pfaden "
4598"verwendet werden."
4599
4600#: builtin/commit.c:1199
4601msgid "Clever... amending the last one with dirty index."
4602msgstr ""
4603"Klug... den letzten Commit mit einer geänderten Staging-Area nachbessern."
4604
4605#: builtin/commit.c:1201
4606msgid "Explicit paths specified without -i or -o; assuming --only paths..."
4607msgstr "Explizite Pfade ohne -i oder -o angegeben; nehme --only an"
4608
4609#: builtin/commit.c:1213 builtin/tag.c:728
4610#, c-format
4611msgid "Invalid cleanup mode %s"
4612msgstr "Ungültiger \"cleanup\" Modus %s"
4613
4614#: builtin/commit.c:1218
4615msgid "Paths with -a does not make sense."
4616msgstr "Die Option -a kann nur mit der Angabe von Pfaden verwendet werden."
4617
4618#: builtin/commit.c:1328 builtin/commit.c:1608
4619msgid "show status concisely"
4620msgstr "Status im Kurzformat anzeigen"
4621
4622#: builtin/commit.c:1330 builtin/commit.c:1610
4623msgid "show branch information"
4624msgstr "Branchinformationen anzeigen"
4625
4626#: builtin/commit.c:1332 builtin/commit.c:1612 builtin/push.c:500
4627msgid "machine-readable output"
4628msgstr "maschinenlesbare Ausgabe"
4629
4630#: builtin/commit.c:1335 builtin/commit.c:1614
4631msgid "show status in long format (default)"
4632msgstr "Status im Langformat anzeigen (Standard)"
4633
4634#: builtin/commit.c:1338 builtin/commit.c:1617
4635msgid "terminate entries with NUL"
4636msgstr "Einträge mit NUL-Zeichen abschließen"
4637
4638#: builtin/commit.c:1340 builtin/commit.c:1620 builtin/fast-export.c:980
4639#: builtin/fast-export.c:983 builtin/tag.c:603
4640msgid "mode"
4641msgstr "Modus"
4642
4643#: builtin/commit.c:1341 builtin/commit.c:1620
4644msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4645msgstr ""
4646"unversionierte Dateien anzeigen, optionale Modi: all, normal, no. "
4647"(Standard: all)"
4648
4649#: builtin/commit.c:1344
4650msgid "show ignored files"
4651msgstr "ignorierte Dateien anzeigen"
4652
4653#: builtin/commit.c:1345 parse-options.h:153
4654msgid "when"
4655msgstr "wann"
4656
4657#: builtin/commit.c:1346
4658msgid ""
4659"ignore changes to submodules, optional when: all, dirty, untracked. "
4660"(Default: all)"
4661msgstr ""
4662"Änderungen in Submodulen ignorieren, optional wenn: all, dirty, untracked. "
4663"(Standard: all)"
4664
4665#: builtin/commit.c:1348
4666msgid "list untracked files in columns"
4667msgstr "unversionierte Dateien in Spalten auflisten"
4668
4669#: builtin/commit.c:1435
4670msgid "couldn't look up newly created commit"
4671msgstr "Konnte neu erstellten Commit nicht nachschlagen."
4672
4673#: builtin/commit.c:1437
4674msgid "could not parse newly created commit"
4675msgstr "Konnte neulich erstellten Commit nicht analysieren."
4676
4677#: builtin/commit.c:1482
4678msgid "detached HEAD"
4679msgstr "losgelöster HEAD"
4680
4681#: builtin/commit.c:1485
4682msgid " (root-commit)"
4683msgstr " (Basis-Commit)"
4684
4685#: builtin/commit.c:1578
4686msgid "suppress summary after successful commit"
4687msgstr "Zusammenfassung nach erfolgreichem Commit unterdrücken"
4688
4689#: builtin/commit.c:1579
4690msgid "show diff in commit message template"
4691msgstr "Unterschiede in Commit-Beschreibungsvorlage anzeigen"
4692
4693#: builtin/commit.c:1581
4694msgid "Commit message options"
4695msgstr "Optionen für Commit-Beschreibung"
4696
4697#: builtin/commit.c:1582 builtin/tag.c:601
4698msgid "read message from file"
4699msgstr "Beschreibung von Datei lesen"
4700
4701#: builtin/commit.c:1583
4702msgid "author"
4703msgstr "Autor"
4704
4705#: builtin/commit.c:1583
4706msgid "override author for commit"
4707msgstr "Autor eines Commits überschreiben"
4708
4709#: builtin/commit.c:1584 builtin/gc.c:275
4710msgid "date"
4711msgstr "Datum"
4712
4713#: builtin/commit.c:1584
4714msgid "override date for commit"
4715msgstr "Datum eines Commits überschreiben"
4716
4717#: builtin/commit.c:1585 builtin/merge.c:218 builtin/notes.c:391
4718#: builtin/notes.c:554 builtin/tag.c:599
4719msgid "message"
4720msgstr "Beschreibung"
4721
4722#: builtin/commit.c:1585
4723msgid "commit message"
4724msgstr "Commit-Beschreibung"
4725
4726#: builtin/commit.c:1586
4727msgid "reuse and edit message from specified commit"
4728msgstr "Beschreibung des angegebenen Commits wiederverwenden und editieren"
4729
4730#: builtin/commit.c:1587
4731msgid "reuse message from specified commit"
4732msgstr "Beschreibung des angegebenen Commits wiederverwenden"
4733
4734#: builtin/commit.c:1588
4735msgid "use autosquash formatted message to fixup specified commit"
4736msgstr ""
4737"eine automatisch zusammengesetzte Beschreibung zum Nachbessern des "
4738"angegebenen Commits verwenden"
4739
4740#: builtin/commit.c:1589
4741msgid "use autosquash formatted message to squash specified commit"
4742msgstr ""
4743"eine automatisch zusammengesetzte Beschreibung beim \"squash\" des "
4744"angegebenen Commits verwenden"
4745
4746#: builtin/commit.c:1590
4747msgid "the commit is authored by me now (used with -C/-c/--amend)"
4748msgstr "Sie als Autor des Commits setzen (verwendet mit -C/-c/--amend)"
4749
4750#: builtin/commit.c:1591 builtin/log.c:1191 builtin/revert.c:86
4751msgid "add Signed-off-by:"
4752msgstr "'Signed-off-by:'-Zeile hinzufügen"
4753
4754#: builtin/commit.c:1592
4755msgid "use specified template file"
4756msgstr "angegebene Vorlagendatei verwenden"
4757
4758#: builtin/commit.c:1593
4759msgid "force edit of commit"
4760msgstr "Bearbeitung des Commits erzwingen"
4761
4762#: builtin/commit.c:1594
4763msgid "default"
4764msgstr "Standard"
4765
4766#: builtin/commit.c:1594 builtin/tag.c:604
4767msgid "how to strip spaces and #comments from message"
4768msgstr ""
4769"wie Leerzeichen und #Kommentare von der Beschreibung getrennt werden sollen"
4770
4771#: builtin/commit.c:1595
4772msgid "include status in commit message template"
4773msgstr "Status in die Commit-Beschreibungsvorlage einfügen"
4774
4775#: builtin/commit.c:1596 builtin/merge.c:225 builtin/revert.c:92
4776#: builtin/tag.c:605
4777msgid "key-id"
4778msgstr "GPG-Schlüsselkennung"
4779
4780#: builtin/commit.c:1597 builtin/merge.c:226 builtin/revert.c:93
4781msgid "GPG sign commit"
4782msgstr "Commit mit GPG signieren"
4783
4784#: builtin/commit.c:1600
4785msgid "Commit contents options"
4786msgstr "Optionen für Commit-Inhalt"
4787
4788#: builtin/commit.c:1601
4789msgid "commit all changed files"
4790msgstr "alle geänderten Dateien committen"
4791
4792#: builtin/commit.c:1602
4793msgid "add specified files to index for commit"
4794msgstr "die angegebenen Dateien zusätzlich zum Commit vormerken"
4795
4796#: builtin/commit.c:1603
4797msgid "interactively add files"
4798msgstr "interaktives Hinzufügen von Dateien"
4799
4800#: builtin/commit.c:1604
4801msgid "interactively add changes"
4802msgstr "interaktives Hinzufügen von Änderungen"
4803
4804#: builtin/commit.c:1605
4805msgid "commit only specified files"
4806msgstr "nur die angegebenen Dateien committen"
4807
4808#: builtin/commit.c:1606
4809msgid "bypass pre-commit hook"
4810msgstr "\"pre-commit hook\" umgehen"
4811
4812#: builtin/commit.c:1607
4813msgid "show what would be committed"
4814msgstr "anzeigen, was committet werden würde"
4815
4816#: builtin/commit.c:1618
4817msgid "amend previous commit"
4818msgstr "vorherigen Commit ändern"
4819
4820#: builtin/commit.c:1619
4821msgid "bypass post-rewrite hook"
4822msgstr "\"post-rewrite hook\" umgehen"
4823
4824#: builtin/commit.c:1624
4825msgid "ok to record an empty change"
4826msgstr "Aufzeichnung einer leeren Änderung erlauben"
4827
4828#: builtin/commit.c:1626
4829msgid "ok to record a change with an empty message"
4830msgstr "Aufzeichnung einer Änderung mit einer leeren Beschreibung erlauben"
4831
4832#: builtin/commit.c:1655
4833msgid "could not parse HEAD commit"
4834msgstr "Konnte Commit von HEAD nicht analysieren."
4835
4836#: builtin/commit.c:1694 builtin/merge.c:519
4837#, c-format
4838msgid "could not open '%s' for reading"
4839msgstr "Konnte '%s' nicht zum Lesen öffnen."
4840
4841#: builtin/commit.c:1701
4842#, c-format
4843msgid "Corrupt MERGE_HEAD file (%s)"
4844msgstr "Beschädigte MERGE_HEAD-Datei (%s)"
4845
4846#: builtin/commit.c:1708
4847msgid "could not read MERGE_MODE"
4848msgstr "Konnte MERGE_MODE nicht lesen"
4849
4850#: builtin/commit.c:1727
4851#, c-format
4852msgid "could not read commit message: %s"
4853msgstr "Konnte Commit-Beschreibung nicht lesen: %s"
4854
4855#: builtin/commit.c:1738
4856#, c-format
4857msgid "Aborting commit; you did not edit the message.\n"
4858msgstr "Commit abgebrochen; Sie haben die Beschreibung nicht editiert.\n"
4859
4860#: builtin/commit.c:1743
4861#, c-format
4862msgid "Aborting commit due to empty commit message.\n"
4863msgstr "Commit aufgrund leerer Beschreibung abgebrochen.\n"
4864
4865#: builtin/commit.c:1758 builtin/merge.c:851 builtin/merge.c:876
4866msgid "failed to write commit object"
4867msgstr "Fehler beim Schreiben des Commit-Objektes."
4868
4869#: builtin/commit.c:1791
4870msgid ""
4871"Repository has been updated, but unable to write\n"
4872"new_index file. Check that disk is not full and quota is\n"
4873"not exceeded, and then \"git reset HEAD\" to recover."
4874msgstr ""
4875"Das Repository wurde aktualisiert, aber die \"new_index\"-Datei\n"
4876"konnte nicht geschrieben werden. Prüfen Sie, dass Ihre Festplatte nicht\n"
4877"voll und Ihr Kontingent nicht aufgebraucht ist und führen Sie\n"
4878"anschließend \"git reset HEAD\" zu Wiederherstellung aus."
4879
4880#: builtin/config.c:8
4881msgid "git config [options]"
4882msgstr "git config [Optionen]"
4883
4884#: builtin/config.c:53
4885msgid "Config file location"
4886msgstr "Ort der Konfigurationsdatei"
4887
4888#: builtin/config.c:54
4889msgid "use global config file"
4890msgstr "globale Konfigurationsdatei verwenden"
4891
4892#: builtin/config.c:55
4893msgid "use system config file"
4894msgstr "systemweite Konfigurationsdatei verwenden"
4895
4896#: builtin/config.c:56
4897msgid "use repository config file"
4898msgstr "Konfigurationsdatei des Repositories verwenden"
4899
4900#: builtin/config.c:57
4901msgid "use given config file"
4902msgstr "die angegebene Konfigurationsdatei verwenden"
4903
4904#: builtin/config.c:58
4905msgid "blob-id"
4906msgstr "Blob-Id"
4907
4908#: builtin/config.c:58
4909msgid "read config from given blob object"
4910msgstr "Konfiguration von angegebenem Blob-Objekt lesen"
4911
4912#: builtin/config.c:59
4913msgid "Action"
4914msgstr "Aktion"
4915
4916#: builtin/config.c:60
4917msgid "get value: name [value-regex]"
4918msgstr "Wert zurückgeben: Name [Wert-regex]"
4919
4920#: builtin/config.c:61
4921msgid "get all values: key [value-regex]"
4922msgstr "alle Werte zurückgeben: Schlüssel [Wert-regex]"
4923
4924#: builtin/config.c:62
4925msgid "get values for regexp: name-regex [value-regex]"
4926msgstr "Werte für den regulären Ausdruck zurückgeben: Name-regex [Wert-regex]"
4927
4928#: builtin/config.c:63
4929msgid "get value specific for the URL: section[.var] URL"
4930msgstr "Wert spezifisch für eine URL zurückgeben: section[.var] URL"
4931
4932#: builtin/config.c:64
4933msgid "replace all matching variables: name value [value_regex]"
4934msgstr "alle passenden Variablen ersetzen: Name Wert [Wert-regex] "
4935
4936#: builtin/config.c:65
4937msgid "add a new variable: name value"
4938msgstr "neue Variable hinzufügen: Name Wert"
4939
4940#: builtin/config.c:66
4941msgid "remove a variable: name [value-regex]"
4942msgstr "eine Variable entfernen: Name [Wert-regex]"
4943
4944#: builtin/config.c:67
4945msgid "remove all matches: name [value-regex]"
4946msgstr "alle Übereinstimmungen entfernen: Name [Wert-regex]"
4947
4948#: builtin/config.c:68
4949msgid "rename section: old-name new-name"
4950msgstr "eine Sektion umbenennen: alter-Name neuer-Name"
4951
4952#: builtin/config.c:69
4953msgid "remove a section: name"
4954msgstr "eine Sektion entfernen: Name"
4955
4956#: builtin/config.c:70
4957msgid "list all"
4958msgstr "alles auflisten"
4959
4960#: builtin/config.c:71
4961msgid "open an editor"
4962msgstr "einen Editor öffnen"
4963
4964#: builtin/config.c:72
4965msgid "find the color configured: slot [default]"
4966msgstr "die konfigurierte Farbe finden: Slot [Standard]"
4967
4968#: builtin/config.c:73
4969msgid "find the color setting: slot [stdout-is-tty]"
4970msgstr "die Farbeinstellung finden: Slot [Standard-Ausgabe-ist-Terminal]"
4971
4972#: builtin/config.c:74
4973msgid "Type"
4974msgstr "Typ"
4975
4976#: builtin/config.c:75
4977msgid "value is \"true\" or \"false\""
4978msgstr "Wert ist \"true\" oder \"false\""
4979
4980#: builtin/config.c:76
4981msgid "value is decimal number"
4982msgstr "Wert ist eine Dezimalzahl"
4983
4984#: builtin/config.c:77
4985msgid "value is --bool or --int"
4986msgstr "Wert ist --bool oder --int"
4987
4988#: builtin/config.c:78
4989msgid "value is a path (file or directory name)"
4990msgstr "Wert ist ein Pfad (Datei oder Verzeichnisname)"
4991
4992#: builtin/config.c:79
4993msgid "Other"
4994msgstr "Sonstiges"
4995
4996#: builtin/config.c:80
4997msgid "terminate values with NUL byte"
4998msgstr "schließt Werte mit NUL-Byte ab"
4999
5000#: builtin/config.c:81
5001msgid "respect include directives on lookup"
5002msgstr "beachtet \"include\"-Direktiven beim Nachschlagen"
5003
5004#: builtin/config.c:316
5005msgid "unable to parse default color value"
5006msgstr "konnte Standard-Farbwert nicht parsen"
5007
5008#: builtin/config.c:457
5009#, c-format
5010msgid ""
5011"# This is Git's per-user configuration file.\n"
5012"[core]\n"
5013"# Please adapt and uncomment the following lines:\n"
5014"#\tuser = %s\n"
5015"#\temail = %s\n"
5016msgstr ""
5017"# Das ist Git's benutzerspezifische Konfiguraionsdatei.\n"
5018"[core]\n"
5019"# Bitte passen Sie die folgenden Zeilen an und kommentieren Sie diese aus:\n"
5020"#\tuser = %s\n"
5021"#\temail = %s\n"
5022
5023#: builtin/config.c:589
5024#, c-format
5025msgid "cannot create configuration file %s"
5026msgstr "Konnte Konfigurationsdatei '%s' nicht erstellen."
5027
5028#: builtin/count-objects.c:55
5029msgid "git count-objects [-v] [-H | --human-readable]"
5030msgstr "git count-objects [-v] [-H | --human-readable]"
5031
5032#: builtin/count-objects.c:65
5033msgid "print sizes in human readable format"
5034msgstr "gibt Größenangaben in menschenlesbaren Format aus"
5035
5036#: builtin/describe.c:17
5037msgid "git describe [options] <commit-ish>*"
5038msgstr "git describe [Optionen] <commit-ish>*"
5039
5040#: builtin/describe.c:18
5041msgid "git describe [options] --dirty"
5042msgstr "git describe [Optionen] --dirty"
5043
5044#: builtin/describe.c:217
5045#, c-format
5046msgid "annotated tag %s not available"
5047msgstr "annotiertes Tag %s ist nicht verfügbar"
5048
5049#: builtin/describe.c:221
5050#, c-format
5051msgid "annotated tag %s has no embedded name"
5052msgstr "annotiertes Tag %s hat keinen eingebetteten Namen"
5053
5054#: builtin/describe.c:223
5055#, c-format
5056msgid "tag '%s' is really '%s' here"
5057msgstr "Tag '%s' ist eigentlich '%s' hier"
5058
5059#: builtin/describe.c:250 builtin/log.c:452
5060#, c-format
5061msgid "Not a valid object name %s"
5062msgstr "%s ist kein gültiger Objekt-Name"
5063
5064#: builtin/describe.c:253
5065#, c-format
5066msgid "%s is not a valid '%s' object"
5067msgstr "%s ist kein gültiges '%s' Objekt"
5068
5069#: builtin/describe.c:270
5070#, c-format
5071msgid "no tag exactly matches '%s'"
5072msgstr "kein Tag entspricht exakt '%s'"
5073
5074#: builtin/describe.c:272
5075#, c-format
5076msgid "searching to describe %s\n"
5077msgstr "suche zur Beschreibung von %s\n"
5078
5079#: builtin/describe.c:319
5080#, c-format
5081msgid "finished search at %s\n"
5082msgstr "beendete Suche bei %s\n"
5083
5084#: builtin/describe.c:346
5085#, c-format
5086msgid ""
5087"No annotated tags can describe '%s'.\n"
5088"However, there were unannotated tags: try --tags."
5089msgstr ""
5090"Keine annotierten Tags können '%s' beschreiben.\n"
5091"Jedoch gab es nicht-annotierte Tags: versuchen Sie --tags."
5092
5093#: builtin/describe.c:350
5094#, c-format
5095msgid ""
5096"No tags can describe '%s'.\n"
5097"Try --always, or create some tags."
5098msgstr ""
5099"Keine Tags können '%s' beschreiben.\n"
5100"Versuchen Sie --always oder erstellen Sie einige Tags."
5101
5102#: builtin/describe.c:371
5103#, c-format
5104msgid "traversed %lu commits\n"
5105msgstr "%lu Commits durchlaufen\n"
5106
5107#: builtin/describe.c:374
5108#, c-format
5109msgid ""
5110"more than %i tags found; listed %i most recent\n"
5111"gave up search at %s\n"
5112msgstr ""
5113"mehr als %i Tags gefunden; Führe die ersten %i auf\n"
5114"Suche bei %s aufgegeben\n"
5115
5116#: builtin/describe.c:396
5117msgid "find the tag that comes after the commit"
5118msgstr "das Tag finden, das nach dem Commit kommt"
5119
5120#: builtin/describe.c:397
5121msgid "debug search strategy on stderr"
5122msgstr "die Suchstrategie in der Standard-Fehlerausgabe protokollieren"
5123
5124#: builtin/describe.c:398
5125msgid "use any ref"
5126msgstr "alle Referenzen verwenden"
5127
5128#: builtin/describe.c:399
5129msgid "use any tag, even unannotated"
5130msgstr "jedes Tag verwenden, auch nicht-annotierte"
5131
5132#: builtin/describe.c:400
5133msgid "always use long format"
5134msgstr "immer langes Format verwenden"
5135
5136#: builtin/describe.c:401
5137msgid "only follow first parent"
5138msgstr "nur erstem Elternteil folgen"
5139
5140#: builtin/describe.c:404
5141msgid "only output exact matches"
5142msgstr "nur exakte Übereinstimmungen ausgeben"
5143
5144#: builtin/describe.c:406
5145msgid "consider <n> most recent tags (default: 10)"
5146msgstr "die jüngsten <n> Tags betrachten (Standard: 10)"
5147
5148#: builtin/describe.c:408
5149msgid "only consider tags matching <pattern>"
5150msgstr "nur Tags, die <Muster> entsprechen, betrachten"
5151
5152#: builtin/describe.c:410 builtin/name-rev.c:318
5153msgid "show abbreviated commit object as fallback"
5154msgstr "gekürztes Commit-Objekt anzeigen, wenn sonst nichts zutrifft"
5155
5156#: builtin/describe.c:411
5157msgid "mark"
5158msgstr "Kennzeichen"
5159
5160#: builtin/describe.c:412
5161msgid "append <mark> on dirty working tree (default: \"-dirty\")"
5162msgstr ""
5163"<Kennzeichen> bei geändertem Arbeitsverzeichnis hinzufügen (Standard: \"-"
5164"dirty\")"
5165
5166#: builtin/describe.c:430
5167msgid "--long is incompatible with --abbrev=0"
5168msgstr "Die Optionen --long und --abbrev=0 sind inkompatibel."
5169
5170#: builtin/describe.c:456
5171msgid "No names found, cannot describe anything."
5172msgstr "Keine Namen gefunden, kann nichts beschreiben."
5173
5174#: builtin/describe.c:476
5175msgid "--dirty is incompatible with commit-ishes"
5176msgstr "Die Option --dirty kann nicht mit Commits verwendet werden."
5177
5178#: builtin/diff.c:86
5179#, c-format
5180msgid "'%s': not a regular file or symlink"
5181msgstr "'%s': keine reguläre Datei oder symbolischer Verweis"
5182
5183#: builtin/diff.c:237
5184#, c-format
5185msgid "invalid option: %s"
5186msgstr "Ungültige Option: %s"
5187
5188#: builtin/diff.c:358
5189msgid "Not a git repository"
5190msgstr "Kein Git-Repository"
5191
5192#: builtin/diff.c:401
5193#, c-format
5194msgid "invalid object '%s' given."
5195msgstr "Objekt '%s' ist ungültig."
5196
5197#: builtin/diff.c:410
5198#, c-format
5199msgid "more than two blobs given: '%s'"
5200msgstr "Mehr als zwei Blobs angegeben: '%s'"
5201
5202#: builtin/diff.c:417
5203#, c-format
5204msgid "unhandled object '%s' given."
5205msgstr "unbehandeltes Objekt '%s' angegeben"
5206
5207#: builtin/fast-export.c:24
5208msgid "git fast-export [rev-list-opts]"
5209msgstr "git fast-export [rev-list-opts]"
5210
5211#: builtin/fast-export.c:979
5212msgid "show progress after <n> objects"
5213msgstr "Fortschritt nach <n> Objekten anzeigen"
5214
5215#: builtin/fast-export.c:981
5216msgid "select handling of signed tags"
5217msgstr "Behandlung von signierten Tags wählen"
5218
5219#: builtin/fast-export.c:984
5220msgid "select handling of tags that tag filtered objects"
5221msgstr "Behandlung von Tags wählen, die gefilterte Objekte markieren"
5222
5223#: builtin/fast-export.c:987
5224msgid "Dump marks to this file"
5225msgstr "Kennzeichen in diese Datei schreiben"
5226
5227#: builtin/fast-export.c:989
5228msgid "Import marks from this file"
5229msgstr "Kennzeichen von dieser Datei importieren"
5230
5231#: builtin/fast-export.c:991
5232msgid "Fake a tagger when tags lack one"
5233msgstr "künstlich einen Tag-Ersteller erzeugen, wenn das Tag keinen hat"
5234
5235#: builtin/fast-export.c:993
5236msgid "Output full tree for each commit"
5237msgstr "für jeden Commit das gesamte Verzeichnis ausgeben"
5238
5239#: builtin/fast-export.c:995
5240msgid "Use the done feature to terminate the stream"
5241msgstr "die \"done\"-Funktion benutzen, um den Datenstrom abzuschließen"
5242
5243#: builtin/fast-export.c:996
5244msgid "Skip output of blob data"
5245msgstr "Ausgabe von Blob-Daten überspringen"
5246
5247#: builtin/fast-export.c:997
5248msgid "refspec"
5249msgstr "Refspec"
5250
5251#: builtin/fast-export.c:998
5252msgid "Apply refspec to exported refs"
5253msgstr "Refspec auf exportierte Referenzen anwenden"
5254
5255#: builtin/fast-export.c:999
5256msgid "anonymize output"
5257msgstr "Ausgabe anonymisieren"
5258
5259#: builtin/fetch.c:20
5260msgid "git fetch [<options>] [<repository> [<refspec>...]]"
5261msgstr "git fetch [<Optionen>] [<Repository> [<Refspec>...]]"
5262
5263#: builtin/fetch.c:21
5264msgid "git fetch [<options>] <group>"
5265msgstr "git fetch [<Optionen>] <Gruppe>"
5266
5267#: builtin/fetch.c:22
5268msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
5269msgstr "git fetch --multiple [<Optionen>] [(<Repository> | <Gruppe>)...]"
5270
5271#: builtin/fetch.c:23
5272msgid "git fetch --all [<options>]"
5273msgstr "git fetch --all [<Optionen>]"
5274
5275#: builtin/fetch.c:90
5276msgid "fetch from all remotes"
5277msgstr "fordert von allen Remote-Repositories an"
5278
5279#: builtin/fetch.c:92
5280msgid "append to .git/FETCH_HEAD instead of overwriting"
5281msgstr "an .git/FETCH_HEAD anhängen, anstatt zu überschreiben"
5282
5283#: builtin/fetch.c:94
5284msgid "path to upload pack on remote end"
5285msgstr "Pfad des Programms zum Hochladen von Paketen auf der Gegenseite"
5286
5287#: builtin/fetch.c:95
5288msgid "force overwrite of local branch"
5289msgstr "das Überschreiben von lokalen Branches erzwingen"
5290
5291#: builtin/fetch.c:97
5292msgid "fetch from multiple remotes"
5293msgstr "von mehreren Remote-Repositories anfordern"
5294
5295#: builtin/fetch.c:99
5296msgid "fetch all tags and associated objects"
5297msgstr "alle Tags und verbundene Objekte anfordern"
5298
5299#: builtin/fetch.c:101
5300msgid "do not fetch all tags (--no-tags)"
5301msgstr "nicht alle Tags anfordern (--no-tags)"
5302
5303#: builtin/fetch.c:103
5304msgid "prune remote-tracking branches no longer on remote"
5305msgstr ""
5306"Remote-Tracking-Branches entfernen, die sich nicht mehr im Remote-Repository "
5307"befinden"
5308
5309#: builtin/fetch.c:104
5310msgid "on-demand"
5311msgstr "bei-Bedarf"
5312
5313#: builtin/fetch.c:105
5314msgid "control recursive fetching of submodules"
5315msgstr "rekursive Anforderungen von Submodulen kontrollieren"
5316
5317#: builtin/fetch.c:109
5318msgid "keep downloaded pack"
5319msgstr "heruntergeladenes Paket behalten"
5320
5321#: builtin/fetch.c:111
5322msgid "allow updating of HEAD ref"
5323msgstr "Aktualisierung der \"HEAD\"-Referenz erlauben"
5324
5325#: builtin/fetch.c:114
5326msgid "deepen history of shallow clone"
5327msgstr ""
5328"die Historie eines Klons mit unvollständiger Historie (shallow) vertiefen"
5329
5330#: builtin/fetch.c:116
5331msgid "convert to a complete repository"
5332msgstr "zu einem vollständigen Repository konvertieren"
5333
5334#: builtin/fetch.c:118 builtin/log.c:1208
5335msgid "dir"
5336msgstr "Verzeichnis"
5337
5338#: builtin/fetch.c:119
5339msgid "prepend this to submodule path output"
5340msgstr "dies an die Ausgabe der Submodul-Pfade voranstellen"
5341
5342#: builtin/fetch.c:122
5343msgid "default mode for recursion"
5344msgstr "Standard-Modus für Rekursion"
5345
5346#: builtin/fetch.c:124
5347msgid "accept refs that update .git/shallow"
5348msgstr "Referenzen, die .git/shallow aktualisieren, akzeptieren"
5349
5350#: builtin/fetch.c:125
5351msgid "refmap"
5352msgstr "Refmap"
5353
5354#: builtin/fetch.c:126
5355msgid "specify fetch refmap"
5356msgstr "Refmap für 'fetch' angeben"
5357
5358#: builtin/fetch.c:376
5359msgid "Couldn't find remote ref HEAD"
5360msgstr "Konnte Remote-Referenz von HEAD nicht finden."
5361
5362#: builtin/fetch.c:454
5363#, c-format
5364msgid "object %s not found"
5365msgstr "Objekt %s nicht gefunden"
5366
5367#: builtin/fetch.c:459
5368msgid "[up to date]"
5369msgstr "[aktuell]"
5370
5371#: builtin/fetch.c:473
5372#, c-format
5373msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
5374msgstr ""
5375"! %-*s %-*s -> %s  (kann \"fetch\" im aktuellen Branch nicht ausführen)"
5376
5377#: builtin/fetch.c:474 builtin/fetch.c:560
5378msgid "[rejected]"
5379msgstr "[zurückgewiesen]"
5380
5381#: builtin/fetch.c:485
5382msgid "[tag update]"
5383msgstr "[Tag Aktualisierung]"
5384
5385#: builtin/fetch.c:487 builtin/fetch.c:522 builtin/fetch.c:540
5386msgid "  (unable to update local ref)"
5387msgstr "  (kann lokale Referenz nicht aktualisieren)"
5388
5389#: builtin/fetch.c:505
5390msgid "[new tag]"
5391msgstr "[neues Tag]"
5392
5393#: builtin/fetch.c:508
5394msgid "[new branch]"
5395msgstr "[neuer Branch]"
5396
5397#: builtin/fetch.c:511
5398msgid "[new ref]"
5399msgstr "[neue Referenz]"
5400
5401#: builtin/fetch.c:556
5402msgid "unable to update local ref"
5403msgstr "kann lokale Referenz nicht aktualisieren"
5404
5405#: builtin/fetch.c:556
5406msgid "forced update"
5407msgstr "Aktualisierung erzwungen"
5408
5409#: builtin/fetch.c:562
5410msgid "(non-fast-forward)"
5411msgstr "(kein Vorspulen)"
5412
5413#: builtin/fetch.c:595 builtin/fetch.c:828
5414#, c-format
5415msgid "cannot open %s: %s\n"
5416msgstr "kann %s nicht öffnen: %s\n"
5417
5418#: builtin/fetch.c:604
5419#, c-format
5420msgid "%s did not send all necessary objects\n"
5421msgstr "%s hat nicht alle erforderlichen Objekte gesendet\n"
5422
5423#: builtin/fetch.c:622
5424#, c-format
5425msgid "reject %s because shallow roots are not allowed to be updated"
5426msgstr ""
5427"%s wurde zurückgewiesen, da Ursprungs-Commits von Repositoriesmit "
5428"unvollständiger Historie (shallow) nicht aktualisiert werden dürfen."
5429
5430#: builtin/fetch.c:710 builtin/fetch.c:793
5431#, c-format
5432msgid "From %.*s\n"
5433msgstr "Von %.*s\n"
5434
5435#: builtin/fetch.c:721
5436#, c-format
5437msgid ""
5438"some local refs could not be updated; try running\n"
5439" 'git remote prune %s' to remove any old, conflicting branches"
5440msgstr ""
5441"Einige lokale Referenzen konnten nicht aktualisiert werden; versuchen Sie\n"
5442"'git remote prune %s', um jeden älteren, widersprüchlichen Branch zu löschen."
5443
5444#: builtin/fetch.c:773
5445#, c-format
5446msgid "   (%s will become dangling)"
5447msgstr "   (%s wird unreferenziert)"
5448
5449#: builtin/fetch.c:774
5450#, c-format
5451msgid "   (%s has become dangling)"
5452msgstr "   (%s wurde unreferenziert)"
5453
5454#: builtin/fetch.c:798
5455msgid "[deleted]"
5456msgstr "[gelöscht]"
5457
5458#: builtin/fetch.c:799 builtin/remote.c:1058
5459msgid "(none)"
5460msgstr "(nichts)"
5461
5462#: builtin/fetch.c:818
5463#, c-format
5464msgid "Refusing to fetch into current branch %s of non-bare repository"
5465msgstr ""
5466"Der \"fetch\" in den aktuellen Branch %s von einem nicht-Bare-Repository "
5467"wurde verweigert."
5468
5469#: builtin/fetch.c:837
5470#, c-format
5471msgid "Option \"%s\" value \"%s\" is not valid for %s"
5472msgstr "Option \"%s\" Wert \"%s\" ist nicht gültig für %s"
5473
5474#: builtin/fetch.c:840
5475#, c-format
5476msgid "Option \"%s\" is ignored for %s\n"
5477msgstr "Option \"%s\" wird ignoriert für %s\n"
5478
5479#: builtin/fetch.c:896
5480#, c-format
5481msgid "Don't know how to fetch from %s"
5482msgstr "Weiß nicht wie von %s angefordert wird."
5483
5484#: builtin/fetch.c:1058
5485#, c-format
5486msgid "Fetching %s\n"
5487msgstr "Fordere an von %s\n"
5488
5489#: builtin/fetch.c:1060 builtin/remote.c:90
5490#, c-format
5491msgid "Could not fetch %s"
5492msgstr "Konnte nicht von %s anfordern"
5493
5494#: builtin/fetch.c:1078
5495msgid ""
5496"No remote repository specified.  Please, specify either a URL or a\n"
5497"remote name from which new revisions should be fetched."
5498msgstr ""
5499"Kein Remote-Repository angegeben. Bitte geben Sie entweder eine URL\n"
5500"oder den Namen des Remote-Repositories an, von welchem neue\n"
5501"Commits angefordert werden sollen."
5502
5503#: builtin/fetch.c:1101
5504msgid "You need to specify a tag name."
5505msgstr "Sie müssen den Namen des Tags angeben."
5506
5507#: builtin/fetch.c:1143
5508msgid "--depth and --unshallow cannot be used together"
5509msgstr ""
5510"Die Optionen --depth und --unshallow können nicht gemeinsam verwendet werden."
5511
5512#: builtin/fetch.c:1145
5513msgid "--unshallow on a complete repository does not make sense"
5514msgstr ""
5515"Die Option --unshallow kann nicht in einem Repository mit unvollständiger "
5516"Historie verwendet werden."
5517
5518#: builtin/fetch.c:1168
5519msgid "fetch --all does not take a repository argument"
5520msgstr "fetch --all akzeptiert kein Repository als Argument"
5521
5522#: builtin/fetch.c:1170
5523msgid "fetch --all does not make sense with refspecs"
5524msgstr "fetch --all kann nicht mit Refspecs verwendet werden."
5525
5526#: builtin/fetch.c:1181
5527#, c-format
5528msgid "No such remote or remote group: %s"
5529msgstr "Kein Remote-Repository (einzeln oder Gruppe): %s"
5530
5531#: builtin/fetch.c:1189
5532msgid "Fetching a group and specifying refspecs does not make sense"
5533msgstr ""
5534"Das Abholen einer Gruppe von Remote-Repositories kann nicht mit der Angabe\n"
5535"von Refspecs verwendet werden."
5536
5537#: builtin/fmt-merge-msg.c:13
5538msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
5539msgstr ""
5540"git fmt-merge-msg [-m <Beschreibung>] [--log[=<n>]|--no-log] [--file <Datei>]"
5541
5542#: builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665 builtin/grep.c:698
5543#: builtin/merge.c:198 builtin/repack.c:178 builtin/repack.c:182
5544#: builtin/show-branch.c:654 builtin/show-ref.c:178 builtin/tag.c:590
5545#: parse-options.h:132 parse-options.h:239
5546msgid "n"
5547msgstr "Anzahl"
5548
5549#: builtin/fmt-merge-msg.c:663
5550msgid "populate log with at most <n> entries from shortlog"
5551msgstr "Historie mit höchstens <n> Einträgen von \"shortlog\" hinzufügen"
5552
5553#: builtin/fmt-merge-msg.c:666
5554msgid "alias for --log (deprecated)"
5555msgstr "Alias für --log (veraltet)"
5556
5557#: builtin/fmt-merge-msg.c:669
5558msgid "text"
5559msgstr "Text"
5560
5561#: builtin/fmt-merge-msg.c:670
5562msgid "use <text> as start of message"
5563msgstr "<Text> als Beschreibungsanfang verwenden"
5564
5565#: builtin/fmt-merge-msg.c:671
5566msgid "file to read from"
5567msgstr "Datei zum Einlesen"
5568
5569#: builtin/for-each-ref.c:676
5570msgid "unable to parse format"
5571msgstr "Konnte Format nicht parsen."
5572
5573#: builtin/for-each-ref.c:1057
5574msgid "git for-each-ref [options] [<pattern>]"
5575msgstr "git for-each-ref [Optionen] [<Muster>]"
5576
5577#: builtin/for-each-ref.c:1072
5578msgid "quote placeholders suitably for shells"
5579msgstr "Platzhalter als Shell-String formatieren"
5580
5581#: builtin/for-each-ref.c:1074
5582msgid "quote placeholders suitably for perl"
5583msgstr "Platzhalter als Perl-String formatieren"
5584
5585#: builtin/for-each-ref.c:1076
5586msgid "quote placeholders suitably for python"
5587msgstr "Platzhalter als Python-String formatieren"
5588
5589#: builtin/for-each-ref.c:1078
5590msgid "quote placeholders suitably for Tcl"
5591msgstr "Platzhalter als Tcl-String formatieren"
5592
5593#: builtin/for-each-ref.c:1081
5594msgid "show only <n> matched refs"
5595msgstr "nur <n> passende Referenzen anzeigen"
5596
5597#: builtin/for-each-ref.c:1082 builtin/replace.c:438
5598msgid "format"
5599msgstr "Format"
5600
5601#: builtin/for-each-ref.c:1082
5602msgid "format to use for the output"
5603msgstr "für die Ausgabe zu verwendendes Format"
5604
5605#: builtin/for-each-ref.c:1083
5606msgid "key"
5607msgstr "Schüssel"
5608
5609#: builtin/for-each-ref.c:1084
5610msgid "field name to sort on"
5611msgstr "sortiere nach diesem Feld"
5612
5613#: builtin/fsck.c:147 builtin/prune.c:136
5614msgid "Checking connectivity"
5615msgstr "Prüfe Konnektivität"
5616
5617#: builtin/fsck.c:540
5618msgid "Checking object directories"
5619msgstr "Prüfe Objekt-Verzeichnisse"
5620
5621#: builtin/fsck.c:603
5622msgid "git fsck [options] [<object>...]"
5623msgstr "git fsck [Optionen] [<Objekt>...]"
5624
5625#: builtin/fsck.c:609
5626msgid "show unreachable objects"
5627msgstr "unerreichbare Objekte anzeigen"
5628
5629#: builtin/fsck.c:610
5630msgid "show dangling objects"
5631msgstr "unreferenzierte Objekte anzeigen"
5632
5633#: builtin/fsck.c:611
5634msgid "report tags"
5635msgstr "Tags melden"
5636
5637#: builtin/fsck.c:612
5638msgid "report root nodes"
5639msgstr "Hauptwurzeln melden"
5640
5641#: builtin/fsck.c:613
5642msgid "make index objects head nodes"
5643msgstr "Objekte in der Staging-Area prüfen"
5644
5645#: builtin/fsck.c:614
5646msgid "make reflogs head nodes (default)"
5647msgstr "die Reflogs prüfen (Standard)"
5648
5649#: builtin/fsck.c:615
5650msgid "also consider packs and alternate objects"
5651msgstr "ebenso Pakete und alternative Objekte betrachten"
5652
5653#: builtin/fsck.c:616
5654msgid "enable more strict checking"
5655msgstr "genauere Prüfung aktivieren"
5656
5657#: builtin/fsck.c:618
5658msgid "write dangling objects in .git/lost-found"
5659msgstr "unreferenzierte Objekte nach .git/lost-found schreiben"
5660
5661#: builtin/fsck.c:619 builtin/prune.c:108
5662msgid "show progress"
5663msgstr "Fortschrittsanzeige anzeigen"
5664
5665#: builtin/fsck.c:669
5666msgid "Checking objects"
5667msgstr "Prüfe Objekte"
5668
5669#: builtin/gc.c:24
5670msgid "git gc [options]"
5671msgstr "git gc [Optionen]"
5672
5673#: builtin/gc.c:79
5674#, c-format
5675msgid "Invalid gc.pruneexpire: '%s'"
5676msgstr "Ungültiges Wert für \"gc.pruneexpire\": '%s'"
5677
5678#: builtin/gc.c:107
5679#, c-format
5680msgid "insanely long object directory %.*s"
5681msgstr "zu langes Objekt-Verzeichnis %.*s"
5682
5683#: builtin/gc.c:276
5684msgid "prune unreferenced objects"
5685msgstr "unreferenzierte Objekte entfernen"
5686
5687#: builtin/gc.c:278
5688msgid "be more thorough (increased runtime)"
5689msgstr "mehr Gründlichkeit (erhöht Laufzeit)"
5690
5691#: builtin/gc.c:279
5692msgid "enable auto-gc mode"
5693msgstr "\"auto-gc\" Modus aktivieren"
5694
5695#: builtin/gc.c:280
5696msgid "force running gc even if there may be another gc running"
5697msgstr ""
5698"Ausführung von \"git gc\" erwzingen, selbst wenn ein anderes\n"
5699"\"git gc\" bereits ausgeführt wird"
5700
5701#: builtin/gc.c:321
5702#, c-format
5703msgid "Auto packing the repository in background for optimum performance.\n"
5704msgstr ""
5705"Die Datenbank des Repositories wird für eine optimale Performance im\n"
5706"Hintergrund komprimiert.\n"
5707
5708#: builtin/gc.c:323
5709#, c-format
5710msgid "Auto packing the repository for optimum performance.\n"
5711msgstr ""
5712"Die Datenbank des Projektarchivs wird für eine optimale Performance "
5713"komprimiert.\n"
5714
5715#: builtin/gc.c:324
5716#, c-format
5717msgid "See \"git help gc\" for manual housekeeping.\n"
5718msgstr "Siehe \"git help gc\" für manuelles Aufräumen.\n"
5719
5720#: builtin/gc.c:342
5721#, c-format
5722msgid ""
5723"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5724msgstr ""
5725"\"git gc\" wird bereits auf Maschine '%s' pid %<PRIuMAX> ausgeführt\n"
5726"(benutzen Sie --force falls nicht)"
5727
5728#: builtin/gc.c:364
5729msgid ""
5730"There are too many unreachable loose objects; run 'git prune' to remove them."
5731msgstr ""
5732"Es gibt zu viele unerreichbare lose Objekte; führen Sie 'git prune' aus, um "
5733"diese zu löschen."
5734
5735#: builtin/grep.c:23
5736msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
5737msgstr "git grep [Optionen] [-e] <Muster> [<Commit>...] [[--] <Pfad>...]"
5738
5739#: builtin/grep.c:218
5740#, c-format
5741msgid "grep: failed to create thread: %s"
5742msgstr "grep: Fehler beim Erzeugen eines Thread: %s"
5743
5744#: builtin/grep.c:441 builtin/grep.c:476
5745#, c-format
5746msgid "unable to read tree (%s)"
5747msgstr "konnte \"Tree\"-Objekt (%s) nicht lesen"
5748
5749#: builtin/grep.c:491
5750#, c-format
5751msgid "unable to grep from object of type %s"
5752msgstr "kann \"grep\" nicht mit Objekten des Typs %s durchführen"
5753
5754#: builtin/grep.c:547
5755#, c-format
5756msgid "switch `%c' expects a numerical value"
5757msgstr "Schalter '%c' erwartet einen numerischen Wert"
5758
5759#: builtin/grep.c:564
5760#, c-format
5761msgid "cannot open '%s'"
5762msgstr "kann '%s' nicht öffnen"
5763
5764#: builtin/grep.c:638
5765msgid "search in index instead of in the work tree"
5766msgstr "in der Staging-Area anstatt im Arbeitsverzeichnis suchen"
5767
5768#: builtin/grep.c:640
5769msgid "find in contents not managed by git"
5770msgstr "auch in Inhalten finden, die nicht von Git verwaltet werden"
5771
5772#: builtin/grep.c:642
5773msgid "search in both tracked and untracked files"
5774msgstr "in versionierten und unversionierten Dateien suchen"
5775
5776#: builtin/grep.c:644
5777msgid "search also in ignored files"
5778msgstr "auch in ignorierten Dateien suchen"
5779
5780#: builtin/grep.c:647
5781msgid "show non-matching lines"
5782msgstr "Zeilen ohne Übereinstimmungen anzeigen"
5783
5784#: builtin/grep.c:649
5785msgid "case insensitive matching"
5786msgstr "Übereinstimmungen unabhängig von Groß- und Kleinschreibung finden"
5787
5788#: builtin/grep.c:651
5789msgid "match patterns only at word boundaries"
5790msgstr "nur ganze Wörter suchen"
5791
5792#: builtin/grep.c:653
5793msgid "process binary files as text"
5794msgstr "binäre Dateien als Text verarbeiten"
5795
5796#: builtin/grep.c:655
5797msgid "don't match patterns in binary files"
5798msgstr "keine Muster in Binärdateien finden"
5799
5800#: builtin/grep.c:658
5801msgid "process binary files with textconv filters"
5802msgstr "binäre Dateien mit \"textconv\"-Filtern verarbeiten"
5803
5804#: builtin/grep.c:660
5805msgid "descend at most <depth> levels"
5806msgstr "höchstens <Tiefe> Ebenen durchlaufen"
5807
5808#: builtin/grep.c:664
5809msgid "use extended POSIX regular expressions"
5810msgstr "erweiterte reguläre Ausdrücke aus POSIX verwenden"
5811
5812#: builtin/grep.c:667
5813msgid "use basic POSIX regular expressions (default)"
5814msgstr "grundlegende reguläre Ausdrücke aus POSIX verwenden (Standard)"
5815
5816#: builtin/grep.c:670
5817msgid "interpret patterns as fixed strings"
5818msgstr "Muster als feste Zeichenketten interpretieren"
5819
5820#: builtin/grep.c:673
5821msgid "use Perl-compatible regular expressions"
5822msgstr "Perl-kompatible reguläre Ausdrücke verwenden"
5823
5824#: builtin/grep.c:676
5825msgid "show line numbers"
5826msgstr "Zeilennummern anzeigen"
5827
5828#: builtin/grep.c:677
5829msgid "don't show filenames"
5830msgstr "keine Dateinamen anzeigen"
5831
5832#: builtin/grep.c:678
5833msgid "show filenames"
5834msgstr "Dateinamen anzeigen"
5835
5836#: builtin/grep.c:680
5837msgid "show filenames relative to top directory"
5838msgstr "Dateinamen relativ zum Projektverzeichnis anzeigen"
5839
5840#: builtin/grep.c:682
5841msgid "show only filenames instead of matching lines"
5842msgstr "nur Dateinamen anzeigen anstatt übereinstimmende Zeilen"
5843
5844#: builtin/grep.c:684
5845msgid "synonym for --files-with-matches"
5846msgstr "Synonym für --files-with-matches"
5847
5848#: builtin/grep.c:687
5849msgid "show only the names of files without match"
5850msgstr "nur die Dateinamen ohne Übereinstimmungen anzeigen"
5851
5852#: builtin/grep.c:689
5853msgid "print NUL after filenames"
5854msgstr "NUL-Zeichen nach Dateinamen ausgeben"
5855
5856#: builtin/grep.c:691
5857msgid "show the number of matches instead of matching lines"
5858msgstr "anstatt der Zeilen, die Anzahl der übereinstimmenden Zeilen anzeigen"
5859
5860#: builtin/grep.c:692
5861msgid "highlight matches"
5862msgstr "Übereinstimmungen hervorheben"
5863
5864#: builtin/grep.c:694
5865msgid "print empty line between matches from different files"
5866msgstr ""
5867"eine Leerzeile zwischen Übereinstimmungen in verschiedenen Dateien ausgeben"
5868
5869#: builtin/grep.c:696
5870msgid "show filename only once above matches from same file"
5871msgstr ""
5872"den Dateinamen nur einmal oberhalb der Übereinstimmungen aus dieser Datei "
5873"anzeigen"
5874
5875#: builtin/grep.c:699
5876msgid "show <n> context lines before and after matches"
5877msgstr "<n> Zeilen vor und nach den Übereinstimmungen anzeigen"
5878
5879#: builtin/grep.c:702
5880msgid "show <n> context lines before matches"
5881msgstr "<n> Zeilen vor den Übereinstimmungen anzeigen"
5882
5883#: builtin/grep.c:704
5884msgid "show <n> context lines after matches"
5885msgstr "<n> Zeilen nach den Übereinstimmungen anzeigen"
5886
5887#: builtin/grep.c:705
5888msgid "shortcut for -C NUM"
5889msgstr "Kurzform für -C NUM"
5890
5891#: builtin/grep.c:708
5892msgid "show a line with the function name before matches"
5893msgstr "eine Zeile mit dem Funktionsnamen vor Übereinstimmungen anzeigen"
5894
5895#: builtin/grep.c:710
5896msgid "show the surrounding function"
5897msgstr "die umgebende Funktion anzeigen"
5898
5899#: builtin/grep.c:713
5900msgid "read patterns from file"
5901msgstr "Muster von einer Datei lesen"
5902
5903#: builtin/grep.c:715
5904msgid "match <pattern>"
5905msgstr "<Muster> finden"
5906
5907#: builtin/grep.c:717
5908msgid "combine patterns specified with -e"
5909msgstr "Muster kombinieren, die mit -e angegeben wurden"
5910
5911#: builtin/grep.c:729
5912msgid "indicate hit with exit status without output"
5913msgstr "Übereinstimmungen nur durch Beendigungsstatus anzeigen"
5914
5915#: builtin/grep.c:731
5916msgid "show only matches from files that match all patterns"
5917msgstr ""
5918"nur Übereinstimmungen von Dateien anzeigen, die allen Mustern entsprechen"
5919
5920#: builtin/grep.c:733
5921msgid "show parse tree for grep expression"
5922msgstr "geparstes Verzeichnis für \"grep\"-Ausdruck anzeigen"
5923
5924#: builtin/grep.c:737
5925msgid "pager"
5926msgstr "Anzeigeprogramm"
5927
5928#: builtin/grep.c:737
5929msgid "show matching files in the pager"
5930msgstr "Dateien mit Übereinstimmungen im Anzeigeprogramm anzeigen"
5931
5932#: builtin/grep.c:740
5933msgid "allow calling of grep(1) (ignored by this build)"
5934msgstr "den Aufruf von grep(1) erlauben (von dieser Programmversion ignoriert)"
5935
5936#: builtin/grep.c:741 builtin/show-ref.c:187
5937msgid "show usage"
5938msgstr "Verwendung anzeigen"
5939
5940#: builtin/grep.c:808
5941msgid "no pattern given."
5942msgstr "keine Muster angegeben"
5943
5944#: builtin/grep.c:866
5945msgid "--open-files-in-pager only works on the worktree"
5946msgstr ""
5947"Die Option --open-files-in-pager kann nur innerhalb des "
5948"Arbeitsverzeichnisses verwendet werden."
5949
5950#: builtin/grep.c:892
5951msgid "--cached or --untracked cannot be used with --no-index."
5952msgstr ""
5953"Die Optionen --cached und --untracked können nicht mit --no-index verwendet "
5954"werden."
5955
5956#: builtin/grep.c:897
5957msgid "--no-index or --untracked cannot be used with revs."
5958msgstr ""
5959"Die Optionen --no-index und --untracked können nicht mit Commits verwendet "
5960"werden."
5961
5962#: builtin/grep.c:900
5963msgid "--[no-]exclude-standard cannot be used for tracked contents."
5964msgstr ""
5965"Die Option --[no-]exclude-standard kann nicht mit versionierten Inhalten "
5966"verwendet werden."
5967
5968#: builtin/grep.c:908
5969msgid "both --cached and trees are given."
5970msgstr "Die Option --cached kann nicht mit \"Tree\"-Objekten verwendet werden."
5971
5972#: builtin/hash-object.c:82
5973msgid ""
5974"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
5975"<file>..."
5976msgstr ""
5977"git hash-object [-t <Art>] [-w] [--path=<Datei>|--no-filters] [--stdin] [--] "
5978"<Datei>..."
5979
5980#: builtin/hash-object.c:83
5981msgid "git hash-object  --stdin-paths < <list-of-paths>"
5982msgstr "git hash-object  --stdin-paths < <Liste-von-Pfaden>"
5983
5984#: builtin/hash-object.c:94 builtin/tag.c:610
5985msgid "type"
5986msgstr "Art"
5987
5988#: builtin/hash-object.c:94
5989msgid "object type"
5990msgstr "Art des Objektes"
5991
5992#: builtin/hash-object.c:95
5993msgid "write the object into the object database"
5994msgstr "das Objekt in die Objektdatenbank schreiben"
5995
5996#: builtin/hash-object.c:97
5997msgid "read the object from stdin"
5998msgstr "das Objekt von der Standard-Eingabe lesen"
5999
6000#: builtin/hash-object.c:99
6001msgid "store file as is without filters"
6002msgstr "Datei wie sie ist speichern, ohne Filter"
6003
6004#: builtin/hash-object.c:100
6005msgid ""
6006"just hash any random garbage to create corrupt objects for debugging Git"
6007msgstr ""
6008"Hash über zufällige Daten, zur Erzeugung von beschädigten Objekten zur\n"
6009"Fehlersuche in Git, erzeugen"
6010
6011#: builtin/hash-object.c:101
6012msgid "process file as it were from this path"
6013msgstr "Datei verarbeiten, als ob sie von diesem Pfad wäre"
6014
6015#: builtin/help.c:41
6016msgid "print all available commands"
6017msgstr "alle vorhandenen Kommandos anzeigen"
6018
6019#: builtin/help.c:42
6020msgid "print list of useful guides"
6021msgstr "Liste von allgemein verwendeten Anleitungen anzeigen"
6022
6023#: builtin/help.c:43
6024msgid "show man page"
6025msgstr "Handbuch anzeigen"
6026
6027#: builtin/help.c:44
6028msgid "show manual in web browser"
6029msgstr "Handbuch in einem Webbrowser anzeigen"
6030
6031#: builtin/help.c:46
6032msgid "show info page"
6033msgstr "Info-Seite anzeigen"
6034
6035#: builtin/help.c:52
6036msgid "git help [--all] [--guides] [--man|--web|--info] [command]"
6037msgstr "git help [--all] [--guides] [--man|--web|--info] [Kommando]"
6038
6039#: builtin/help.c:64
6040#, c-format
6041msgid "unrecognized help format '%s'"
6042msgstr "nicht erkanntes Hilfeformat: %s"
6043
6044#: builtin/help.c:91
6045msgid "Failed to start emacsclient."
6046msgstr "Konnte emacsclient nicht starten."
6047
6048#: builtin/help.c:104
6049msgid "Failed to parse emacsclient version."
6050msgstr "Konnte Version des emacsclient nicht parsen."
6051
6052#: builtin/help.c:112
6053#, c-format
6054msgid "emacsclient version '%d' too old (< 22)."
6055msgstr "Version des emacsclient '%d' ist zu alt (< 22)."
6056
6057#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:175
6058#, c-format
6059msgid "failed to exec '%s': %s"
6060msgstr "Fehler beim Ausführen von '%s': %s"
6061
6062#: builtin/help.c:215
6063#, c-format
6064msgid ""
6065"'%s': path for unsupported man viewer.\n"
6066"Please consider using 'man.<tool>.cmd' instead."
6067msgstr ""
6068"'%s': Pfad für nicht unterstützten Handbuchbetrachter.\n"
6069"Sie könnten stattdessen 'man.<Werkzeug>.cmd' benutzen."
6070
6071#: builtin/help.c:227
6072#, c-format
6073msgid ""
6074"'%s': cmd for supported man viewer.\n"
6075"Please consider using 'man.<tool>.path' instead."
6076msgstr ""
6077"'%s': Kommando für unterstützten Handbuchbetrachter.\n"
6078"Sie könnten stattdessen 'man.<Werkzeug>.path' benutzen."
6079
6080#: builtin/help.c:354
6081#, c-format
6082msgid "'%s': unknown man viewer."
6083msgstr "'%s': unbekannter Handbuch-Betrachter."
6084
6085#: builtin/help.c:371
6086msgid "no man viewer handled the request"
6087msgstr "kein Handbuch-Betrachter konnte mit dieser Anfrage umgehen"
6088
6089#: builtin/help.c:379
6090msgid "no info viewer handled the request"
6091msgstr "kein Informations-Betrachter konnte mit dieser Anfrage umgehen"
6092
6093#: builtin/help.c:428
6094msgid "Defining attributes per path"
6095msgstr "Definition von Attributen pro Pfad"
6096
6097#: builtin/help.c:429
6098msgid "Everyday Git With 20 Commands Or So"
6099msgstr "Tägliche Benutzung von Git mit ungefähr 20 Kommandos"
6100
6101#: builtin/help.c:430
6102msgid "A Git glossary"
6103msgstr "Ein Git-Glossar"
6104
6105#: builtin/help.c:431
6106msgid "Specifies intentionally untracked files to ignore"
6107msgstr "Spezifikation von bewusst ignorierten, unversionierten Dateien"
6108
6109#: builtin/help.c:432
6110msgid "Defining submodule properties"
6111msgstr "Definition von Submodul-Eigenschaften"
6112
6113#: builtin/help.c:433
6114msgid "Specifying revisions and ranges for Git"
6115msgstr "Spezifikation von Commits und Bereichen für Git"
6116
6117#: builtin/help.c:434
6118msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6119msgstr "Eine einführende Anleitung zu Git (für Version 1.5.1 oder neuer)"
6120
6121#: builtin/help.c:435
6122msgid "An overview of recommended workflows with Git"
6123msgstr "Eine Übersicht über empfohlene Arbeitsabläufe mit Git"
6124
6125#: builtin/help.c:447
6126msgid "The common Git guides are:\n"
6127msgstr "Die allgemein verwendeten Git-Anleitungen sind:\n"
6128
6129#: builtin/help.c:468 builtin/help.c:485
6130#, c-format
6131msgid "usage: %s%s"
6132msgstr "Verwendung: %s%s"
6133
6134#: builtin/help.c:501
6135#, c-format
6136msgid "`git %s' is aliased to `%s'"
6137msgstr "für `git %s' wurde der Alias `%s' angelegt"
6138
6139#: builtin/index-pack.c:150
6140#, c-format
6141msgid "unable to open %s"
6142msgstr "kann %s nicht öffnen"
6143
6144#: builtin/index-pack.c:200
6145#, c-format
6146msgid "object type mismatch at %s"
6147msgstr "Objekt-Typen passen bei %s nicht zusammen"
6148
6149#: builtin/index-pack.c:220
6150#, c-format
6151msgid "did not receive expected object %s"
6152msgstr "konnte erwartetes Objekt %s nicht empfangen"
6153
6154#: builtin/index-pack.c:223
6155#, c-format
6156msgid "object %s: expected type %s, found %s"
6157msgstr "Objekt %s: erwarteter Typ %s, %s gefunden"
6158
6159#: builtin/index-pack.c:265
6160#, c-format
6161msgid "cannot fill %d byte"
6162msgid_plural "cannot fill %d bytes"
6163msgstr[0] "kann %d Byte nicht lesen"
6164msgstr[1] "kann %d Bytes nicht lesen"
6165
6166#: builtin/index-pack.c:275
6167msgid "early EOF"
6168msgstr "zu frühes Dateiende"
6169
6170#: builtin/index-pack.c:276
6171msgid "read error on input"
6172msgstr "Fehler beim Lesen der Eingabe"
6173
6174#: builtin/index-pack.c:288
6175msgid "used more bytes than were available"
6176msgstr "verwendete mehr Bytes als verfügbar waren"
6177
6178#: builtin/index-pack.c:295
6179msgid "pack too large for current definition of off_t"
6180msgstr "Paket ist zu groß für die aktuelle Definition von off_t"
6181
6182#: builtin/index-pack.c:311
6183#, c-format
6184msgid "unable to create '%s'"
6185msgstr "konnte '%s' nicht erstellen"
6186
6187#: builtin/index-pack.c:316
6188#, c-format
6189msgid "cannot open packfile '%s'"
6190msgstr "Kann Paketdatei '%s' nicht öffnen"
6191
6192#: builtin/index-pack.c:330
6193msgid "pack signature mismatch"
6194msgstr "Paketsignatur stimmt nicht überein"
6195
6196#: builtin/index-pack.c:332
6197#, c-format
6198msgid "pack version %<PRIu32> unsupported"
6199msgstr "Paketversion %<PRIu32> nicht unterstützt"
6200
6201#: builtin/index-pack.c:350
6202#, c-format
6203msgid "pack has bad object at offset %lu: %s"
6204msgstr "Paket hat ein ungültiges Objekt bei Versatz %lu: %s"
6205
6206#: builtin/index-pack.c:471
6207#, c-format
6208msgid "inflate returned %d"
6209msgstr "Dekomprimierung gab %d zurück"
6210
6211#: builtin/index-pack.c:520
6212msgid "offset value overflow for delta base object"
6213msgstr "Wert für Versatz bei Differenzobjekt übergelaufen"
6214
6215#: builtin/index-pack.c:528
6216msgid "delta base offset is out of bound"
6217msgstr ""
6218"Wert für Versatz bei Differenzobjekt liegt außerhalb des gültigen Bereichs"
6219
6220#: builtin/index-pack.c:536
6221#, c-format
6222msgid "unknown object type %d"
6223msgstr "Unbekannter Objekt-Typ %d"
6224
6225#: builtin/index-pack.c:567
6226msgid "cannot pread pack file"
6227msgstr "Kann Paketdatei %s nicht lesen"
6228
6229#: builtin/index-pack.c:569
6230#, c-format
6231msgid "premature end of pack file, %lu byte missing"
6232msgid_plural "premature end of pack file, %lu bytes missing"
6233msgstr[0] "frühzeitiges Ende der Paketdatei, vermisse %lu Byte"
6234msgstr[1] "frühzeitiges Ende der Paketdatei, vermisse %lu Bytes"
6235
6236#: builtin/index-pack.c:595
6237msgid "serious inflate inconsistency"
6238msgstr "ernsthafte Inkonsistenz nach Dekomprimierung"
6239
6240#: builtin/index-pack.c:686 builtin/index-pack.c:692 builtin/index-pack.c:715
6241#: builtin/index-pack.c:749 builtin/index-pack.c:758
6242#, c-format
6243msgid "SHA1 COLLISION FOUND WITH %s !"
6244msgstr "SHA1 KOLLISION MIT %s GEFUNDEN !"
6245
6246#: builtin/index-pack.c:689 builtin/pack-objects.c:164
6247#: builtin/pack-objects.c:256
6248#, c-format
6249msgid "unable to read %s"
6250msgstr "kann %s nicht lesen"
6251
6252#: builtin/index-pack.c:755
6253#, c-format
6254msgid "cannot read existing object %s"
6255msgstr "Kann existierendes Objekt %s nicht lesen."
6256
6257#: builtin/index-pack.c:769
6258#, c-format
6259msgid "invalid blob object %s"
6260msgstr "ungültiges Blob-Objekt %s"
6261
6262#: builtin/index-pack.c:783
6263#, c-format
6264msgid "invalid %s"
6265msgstr "Ungültiger Objekt-Typ %s"
6266
6267#: builtin/index-pack.c:787
6268msgid "Error in object"
6269msgstr "Fehler in Objekt"
6270
6271#: builtin/index-pack.c:789
6272#, c-format
6273msgid "Not all child objects of %s are reachable"
6274msgstr "Nicht alle Kind-Objekte von %s sind erreichbar"
6275
6276#: builtin/index-pack.c:861 builtin/index-pack.c:890
6277msgid "failed to apply delta"
6278msgstr "Konnte Dateiunterschied nicht anwenden"
6279
6280#: builtin/index-pack.c:1055
6281msgid "Receiving objects"
6282msgstr "Empfange Objekte"
6283
6284#: builtin/index-pack.c:1055
6285msgid "Indexing objects"
6286msgstr "Indiziere Objekte"
6287
6288#: builtin/index-pack.c:1081
6289msgid "pack is corrupted (SHA1 mismatch)"
6290msgstr "Paket ist beschädigt (SHA1 unterschiedlich)"
6291
6292#: builtin/index-pack.c:1086
6293msgid "cannot fstat packfile"
6294msgstr "kann Paketdatei nicht lesen"
6295
6296#: builtin/index-pack.c:1089
6297msgid "pack has junk at the end"
6298msgstr "Paketende enthält nicht verwendbaren Inhalt"
6299
6300#: builtin/index-pack.c:1100
6301msgid "confusion beyond insanity in parse_pack_objects()"
6302msgstr "Fehler beim Ausführen von \"parse_pack_objects()\""
6303
6304#: builtin/index-pack.c:1123
6305msgid "Resolving deltas"
6306msgstr "Löse Unterschiede auf"
6307
6308#: builtin/index-pack.c:1133
6309#, c-format
6310msgid "unable to create thread: %s"
6311msgstr "kann Thread nicht erzeugen: %s"
6312
6313#: builtin/index-pack.c:1175
6314msgid "confusion beyond insanity"
6315msgstr "Fehler beim Auflösen der Unterschiede"
6316
6317#: builtin/index-pack.c:1181
6318#, c-format
6319msgid "completed with %d local objects"
6320msgstr "abgeschlossen mit %d lokalen Objekten"
6321
6322#: builtin/index-pack.c:1191
6323#, c-format
6324msgid "Unexpected tail checksum for %s (disk corruption?)"
6325msgstr "Unerwartete Prüfsumme für %s (Festplattenfehler?)"
6326
6327#: builtin/index-pack.c:1195
6328#, c-format
6329msgid "pack has %d unresolved delta"
6330msgid_plural "pack has %d unresolved deltas"
6331msgstr[0] "Paket hat %d unaufgelöste Unterschied"
6332msgstr[1] "Paket hat %d unaufgelöste Unterschiede"
6333
6334#: builtin/index-pack.c:1220
6335#, c-format
6336msgid "unable to deflate appended object (%d)"
6337msgstr "Konnte angehängtes Objekt (%d) nicht komprimieren"
6338
6339#: builtin/index-pack.c:1299
6340#, c-format
6341msgid "local object %s is corrupt"
6342msgstr "lokales Objekt %s ist beschädigt"
6343
6344#: builtin/index-pack.c:1323
6345msgid "error while closing pack file"
6346msgstr "Fehler beim Schließen der Paketdatei"
6347
6348#: builtin/index-pack.c:1336
6349#, c-format
6350msgid "cannot write keep file '%s'"
6351msgstr "Kann Paketbeschreibungsdatei '%s' nicht schreiben"
6352
6353#: builtin/index-pack.c:1344
6354#, c-format
6355msgid "cannot close written keep file '%s'"
6356msgstr "Kann eben erstellte Paketbeschreibungsdatei '%s' nicht schließen"
6357
6358#: builtin/index-pack.c:1357
6359msgid "cannot store pack file"
6360msgstr "Kann Paketdatei nicht speichern"
6361
6362#: builtin/index-pack.c:1368
6363msgid "cannot store index file"
6364msgstr "Kann Indexdatei nicht speichern"
6365
6366#: builtin/index-pack.c:1401
6367#, c-format
6368msgid "bad pack.indexversion=%<PRIu32>"
6369msgstr "\"pack.indexversion=%<PRIu32>\" ist ungültig"
6370
6371#: builtin/index-pack.c:1407
6372#, c-format
6373msgid "invalid number of threads specified (%d)"
6374msgstr "ungültige Anzahl von Threads angegeben (%d)"
6375
6376#: builtin/index-pack.c:1411 builtin/index-pack.c:1590
6377#, c-format
6378msgid "no threads support, ignoring %s"
6379msgstr "keine Unterstützung von Threads, '%s' wird ignoriert"
6380
6381#: builtin/index-pack.c:1469
6382#, c-format
6383msgid "Cannot open existing pack file '%s'"
6384msgstr "Kann existierende Paketdatei '%s' nicht öffnen"
6385
6386#: builtin/index-pack.c:1471
6387#, c-format
6388msgid "Cannot open existing pack idx file for '%s'"
6389msgstr "Kann existierende Indexdatei für Paket '%s' nicht öffnen"
6390
6391#: builtin/index-pack.c:1518
6392#, c-format
6393msgid "non delta: %d object"
6394msgid_plural "non delta: %d objects"
6395msgstr[0] "kein Unterschied: %d Objekt"
6396msgstr[1] "kein Unterschied: %d Objekte"
6397
6398#: builtin/index-pack.c:1525
6399#, c-format
6400msgid "chain length = %d: %lu object"
6401msgid_plural "chain length = %d: %lu objects"
6402msgstr[0] "Länge der Objekt-Liste = %d: %lu Objekt"
6403msgstr[1] "Länge der Objekt-Liste = %d: %lu Objekte"
6404
6405#: builtin/index-pack.c:1554
6406msgid "Cannot come back to cwd"
6407msgstr "Kann nicht zurück zu Arbeitsverzeichnis wechseln"
6408
6409#: builtin/index-pack.c:1602 builtin/index-pack.c:1605
6410#: builtin/index-pack.c:1617 builtin/index-pack.c:1621
6411#, c-format
6412msgid "bad %s"
6413msgstr "%s ist ungültig"
6414
6415#: builtin/index-pack.c:1635
6416msgid "--fix-thin cannot be used without --stdin"
6417msgstr "Die Option --fix-thin kann nicht ohne --stdin verwendet werden."
6418
6419#: builtin/index-pack.c:1639 builtin/index-pack.c:1648
6420#, c-format
6421msgid "packfile name '%s' does not end with '.pack'"
6422msgstr "Name der Paketdatei '%s' endet nicht mit '.pack'"
6423
6424#: builtin/index-pack.c:1656
6425msgid "--verify with no packfile name given"
6426msgstr "Die Option --verify wurde ohne Namen der Paketdatei angegeben."
6427
6428#: builtin/init-db.c:35
6429#, c-format
6430msgid "Could not make %s writable by group"
6431msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
6432
6433#: builtin/init-db.c:62
6434#, c-format
6435msgid "insanely long template name %s"
6436msgstr "zu langer Vorlagen-Name %s"
6437
6438#: builtin/init-db.c:67
6439#, c-format
6440msgid "cannot stat '%s'"
6441msgstr "Kann '%s' nicht lesen"
6442
6443#: builtin/init-db.c:73
6444#, c-format
6445msgid "cannot stat template '%s'"
6446msgstr "kann Vorlage '%s' nicht lesen"
6447
6448#: builtin/init-db.c:80
6449#, c-format
6450msgid "cannot opendir '%s'"
6451msgstr "kann Verzeichnis '%s' nicht öffnen"
6452
6453#: builtin/init-db.c:97
6454#, c-format
6455msgid "cannot readlink '%s'"
6456msgstr "kann Verweis '%s' nicht lesen"
6457
6458#: builtin/init-db.c:99
6459#, c-format
6460msgid "insanely long symlink %s"
6461msgstr "zu langer symbolischer Verweis %s"
6462
6463#: builtin/init-db.c:102
6464#, c-format
6465msgid "cannot symlink '%s' '%s'"
6466msgstr "kann symbolischen Verweis '%s' auf '%s' nicht erstellen"
6467
6468#: builtin/init-db.c:106
6469#, c-format
6470msgid "cannot copy '%s' to '%s'"
6471msgstr "kann '%s' nicht nach '%s' kopieren"
6472
6473#: builtin/init-db.c:110
6474#, c-format
6475msgid "ignoring template %s"
6476msgstr "ignoriere Vorlage %s"
6477
6478#: builtin/init-db.c:136
6479#, c-format
6480msgid "insanely long template path %s"
6481msgstr "zu langer Vorlagen-Pfad %s"
6482
6483#: builtin/init-db.c:144
6484#, c-format
6485msgid "templates not found %s"
6486msgstr "keine Vorlagen in '%s' gefunden"
6487
6488#: builtin/init-db.c:157
6489#, c-format
6490msgid "not copying templates of a wrong format version %d from '%s'"
6491msgstr "kopiere keine Vorlagen mit einer falschen Formatversion %d von '%s'"
6492
6493#: builtin/init-db.c:197
6494#, c-format
6495msgid "insane git directory %s"
6496msgstr "ungültiges Git-Verzeichnis %s"
6497
6498#: builtin/init-db.c:331 builtin/init-db.c:334
6499#, c-format
6500msgid "%s already exists"
6501msgstr "%s existiert bereits"
6502
6503#: builtin/init-db.c:363
6504#, c-format
6505msgid "unable to handle file type %d"
6506msgstr "kann nicht mit Dateityp %d umgehen"
6507
6508#: builtin/init-db.c:366
6509#, c-format
6510msgid "unable to move %s to %s"
6511msgstr "Konnte %s nicht nach %s verschieben"
6512
6513#. TRANSLATORS: The first '%s' is either "Reinitialized
6514#. existing" or "Initialized empty", the second " shared" or
6515#. "", and the last '%s%s' is the verbatim directory name.
6516#: builtin/init-db.c:426
6517#, c-format
6518msgid "%s%s Git repository in %s%s\n"
6519msgstr "%s%s Git-Repository in %s%s\n"
6520
6521#: builtin/init-db.c:427
6522msgid "Reinitialized existing"
6523msgstr "Reinitialisierte existierendes"
6524
6525#: builtin/init-db.c:427
6526msgid "Initialized empty"
6527msgstr "Initialisierte leeres"
6528
6529#: builtin/init-db.c:428
6530msgid " shared"
6531msgstr " gemeinsames"
6532
6533#: builtin/init-db.c:475
6534msgid ""
6535"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6536"shared[=<permissions>]] [directory]"
6537msgstr ""
6538"git init [-q | --quiet] [--bare] [--template=<Vorlagenverzeichnis>] [--"
6539"shared[=<Berechtigungen>]] [Verzeichnis]"
6540
6541#: builtin/init-db.c:498
6542msgid "permissions"
6543msgstr "Berechtigungen"
6544
6545#: builtin/init-db.c:499
6546msgid "specify that the git repository is to be shared amongst several users"
6547msgstr "angeben, dass das Git-Repository mit mehreren Benutzern geteilt wird"
6548
6549#: builtin/init-db.c:501 builtin/prune-packed.c:57 builtin/repack.c:171
6550msgid "be quiet"
6551msgstr "weniger Ausgaben"
6552
6553#: builtin/init-db.c:533 builtin/init-db.c:538
6554#, c-format
6555msgid "cannot mkdir %s"
6556msgstr "kann Verzeichnis %s nicht erstellen"
6557
6558#: builtin/init-db.c:542
6559#, c-format
6560msgid "cannot chdir to %s"
6561msgstr "kann nicht in Verzeichnis %s wechseln"
6562
6563#: builtin/init-db.c:563
6564#, c-format
6565msgid ""
6566"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6567"dir=<directory>)"
6568msgstr ""
6569"%s (oder --work-tree=<Verzeichnis>) nicht erlaubt ohne Spezifizierung von %s "
6570"(oder --git-dir=<Verzeichnis>)"
6571
6572#: builtin/init-db.c:591
6573#, c-format
6574msgid "Cannot access work tree '%s'"
6575msgstr "Kann nicht auf Arbeitsverzeichnis '%s' zugreifen."
6576
6577#: builtin/interpret-trailers.c:15
6578msgid ""
6579"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "
6580"[<file>...]"
6581msgstr ""
6582"git interpret-trailers [--trim-empty] [(--trailer <Token>[(=|:)<Wert>])...] "
6583"[<Datei>...]"
6584
6585#: builtin/interpret-trailers.c:25
6586msgid "trim empty trailers"
6587msgstr "kürzt leere Anhänge"
6588
6589#: builtin/interpret-trailers.c:26
6590msgid "trailer"
6591msgstr "Anhang"
6592
6593#: builtin/interpret-trailers.c:27
6594msgid "trailer(s) to add"
6595msgstr "Anhang/Anhänge hinzufügen"
6596
6597#: builtin/log.c:41
6598msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"
6599msgstr "git log [<Optionen>] [Commitbereich>] [[--] <Pfad>...]\n"
6600
6601#: builtin/log.c:42
6602msgid "   or: git show [options] <object>..."
6603msgstr "   oder: git show [Optionen] <Objekt>..."
6604
6605#: builtin/log.c:81
6606#, c-format
6607msgid "invalid --decorate option: %s"
6608msgstr "Ungültige Option für --decorate: %s"
6609
6610#: builtin/log.c:127
6611msgid "suppress diff output"
6612msgstr "Ausgabe der Unterschiede unterdrücken"
6613
6614#: builtin/log.c:128
6615msgid "show source"
6616msgstr "Quelle anzeigen"
6617
6618#: builtin/log.c:129
6619msgid "Use mail map file"
6620msgstr "\"mailmap\"-Datei verwenden"
6621
6622#: builtin/log.c:130
6623msgid "decorate options"
6624msgstr "decorate-Optionen"
6625
6626#: builtin/log.c:133
6627msgid "Process line range n,m in file, counting from 1"
6628msgstr "Verarbeitet nur Zeilen im Bereich n,m in der Datei, gezählt von 1"
6629
6630#: builtin/log.c:229
6631#, c-format
6632msgid "Final output: %d %s\n"
6633msgstr "letzte Ausgabe: %d %s\n"
6634
6635#: builtin/log.c:458
6636#, c-format
6637msgid "git show %s: bad file"
6638msgstr "git show %s: ungültige Datei"
6639
6640#: builtin/log.c:472 builtin/log.c:564
6641#, c-format
6642msgid "Could not read object %s"
6643msgstr "Kann Objekt %s nicht lesen."
6644
6645#: builtin/log.c:588
6646#, c-format
6647msgid "Unknown type: %d"
6648msgstr "Unbekannter Typ: %d"
6649
6650#: builtin/log.c:689
6651msgid "format.headers without value"
6652msgstr "format.headers ohne Wert"
6653
6654#: builtin/log.c:773
6655msgid "name of output directory is too long"
6656msgstr "Name des Ausgabeverzeichnisses ist zu lang."
6657
6658#: builtin/log.c:789
6659#, c-format
6660msgid "Cannot open patch file %s"
6661msgstr "Kann Patch-Datei %s nicht öffnen"
6662
6663#: builtin/log.c:803
6664msgid "Need exactly one range."
6665msgstr "Brauche genau einen Commit-Bereich."
6666
6667#: builtin/log.c:811
6668msgid "Not a range."
6669msgstr "Kein Commit-Bereich."
6670
6671#: builtin/log.c:919
6672msgid "Cover letter needs email format"
6673msgstr "Anschreiben benötigt E-Mail-Format"
6674
6675#: builtin/log.c:998
6676#, c-format
6677msgid "insane in-reply-to: %s"
6678msgstr "ungültiges in-reply-to: %s"
6679
6680#: builtin/log.c:1026
6681msgid "git format-patch [options] [<since> | <revision range>]"
6682msgstr "git format-patch [Optionen] [<seit> | <Commitbereich>]"
6683
6684#: builtin/log.c:1071
6685msgid "Two output directories?"
6686msgstr "Zwei Ausgabeverzeichnisse?"
6687
6688#: builtin/log.c:1186
6689msgid "use [PATCH n/m] even with a single patch"
6690msgstr "[PATCH n/m] auch mit einzelnem Patch verwenden"
6691
6692#: builtin/log.c:1189
6693msgid "use [PATCH] even with multiple patches"
6694msgstr "[PATCH] auch mit mehreren Patches verwenden"
6695
6696#: builtin/log.c:1193
6697msgid "print patches to standard out"
6698msgstr "Ausgabe der Patches in Standard-Ausgabe"
6699
6700#: builtin/log.c:1195
6701msgid "generate a cover letter"
6702msgstr "ein Deckblatt erzeugen"
6703
6704#: builtin/log.c:1197
6705msgid "use simple number sequence for output file names"
6706msgstr "einfache Nummernfolge für die Namen der Ausgabedateien verwenden"
6707
6708#: builtin/log.c:1198
6709msgid "sfx"
6710msgstr "Dateiendung"
6711
6712#: builtin/log.c:1199
6713msgid "use <sfx> instead of '.patch'"
6714msgstr "<Dateiendung> anstatt '.patch' verwenden"
6715
6716#: builtin/log.c:1201
6717msgid "start numbering patches at <n> instead of 1"
6718msgstr "die Nummerierung der Patches bei <n> anstatt bei 1 beginnen"
6719
6720#: builtin/log.c:1203
6721msgid "mark the series as Nth re-roll"
6722msgstr "die Serie als n-te Fassung kennzeichnen"
6723
6724#: builtin/log.c:1205
6725msgid "Use [<prefix>] instead of [PATCH]"
6726msgstr "[<Präfix>] anstatt [PATCH] verwenden"
6727
6728#: builtin/log.c:1208
6729msgid "store resulting files in <dir>"
6730msgstr "erzeugte Dateien in <Verzeichnis> speichern"
6731
6732#: builtin/log.c:1211
6733msgid "don't strip/add [PATCH]"
6734msgstr "[PATCH] nicht entfernen/hinzufügen"
6735
6736#: builtin/log.c:1214
6737msgid "don't output binary diffs"
6738msgstr "keine binären Unterschiede ausgeben"
6739
6740#: builtin/log.c:1216
6741msgid "don't include a patch matching a commit upstream"
6742msgstr ""
6743"keine Patches einschließen, die einem Commit im Upstream-Branch entsprechen"
6744
6745#: builtin/log.c:1218
6746msgid "show patch format instead of default (patch + stat)"
6747msgstr "Patchformat anstatt des Standards anzeigen (Patch + Zusammenfassung)"
6748
6749#: builtin/log.c:1220
6750msgid "Messaging"
6751msgstr "E-Mail-Einstellungen"
6752
6753#: builtin/log.c:1221
6754msgid "header"
6755msgstr "Header"
6756
6757#: builtin/log.c:1222
6758msgid "add email header"
6759msgstr "E-Mail-Header hinzufügen"
6760
6761#: builtin/log.c:1223 builtin/log.c:1225
6762msgid "email"
6763msgstr "E-Mail"
6764
6765#: builtin/log.c:1223
6766msgid "add To: header"
6767msgstr "\"To:\"-Header hinzufügen"
6768
6769#: builtin/log.c:1225
6770msgid "add Cc: header"
6771msgstr "\"Cc:\"-Header hinzufügen"
6772
6773#: builtin/log.c:1227
6774msgid "ident"
6775msgstr "Ident"
6776
6777#: builtin/log.c:1228
6778msgid "set From address to <ident> (or committer ident if absent)"
6779msgstr ""
6780"\"From\"-Adresse auf <Ident> setzen (oder Ident des Commit-Erstellers, wenn "
6781"fehlend)"
6782
6783#: builtin/log.c:1230
6784msgid "message-id"
6785msgstr "message-id"
6786
6787#: builtin/log.c:1231
6788msgid "make first mail a reply to <message-id>"
6789msgstr "aus erster E-Mail eine Antwort zu <message-id> machen"
6790
6791#: builtin/log.c:1232 builtin/log.c:1235
6792msgid "boundary"
6793msgstr "Grenze"
6794
6795#: builtin/log.c:1233
6796msgid "attach the patch"
6797msgstr "den Patch anhängen"
6798
6799#: builtin/log.c:1236
6800msgid "inline the patch"
6801msgstr "den Patch direkt in die Nachricht einfügen"
6802
6803#: builtin/log.c:1240
6804msgid "enable message threading, styles: shallow, deep"
6805msgstr "Nachrichtenverkettung aktivieren, Stile: shallow, deep"
6806
6807#: builtin/log.c:1242
6808msgid "signature"
6809msgstr "Signatur"
6810
6811#: builtin/log.c:1243
6812msgid "add a signature"
6813msgstr "eine Signatur hinzufügen"
6814
6815#: builtin/log.c:1245
6816msgid "add a signature from a file"
6817msgstr "eine Signatur aus einer Datei hinzufügen"
6818
6819#: builtin/log.c:1246
6820msgid "don't print the patch filenames"
6821msgstr "keine Dateinamen der Patches anzeigen"
6822
6823#: builtin/log.c:1320
6824#, c-format
6825msgid "invalid ident line: %s"
6826msgstr "Ungültige Identifikationszeile: %s"
6827
6828#: builtin/log.c:1335
6829msgid "-n and -k are mutually exclusive."
6830msgstr "Die Optionen -n und -k schließen sich gegenseitig aus."
6831
6832#: builtin/log.c:1337
6833msgid "--subject-prefix and -k are mutually exclusive."
6834msgstr "Die Optionen --subject-prefix und -k schließen sich gegenseitig aus."
6835
6836#: builtin/log.c:1345
6837msgid "--name-only does not make sense"
6838msgstr "Die Option --name-only kann nicht verwendet werden."
6839
6840#: builtin/log.c:1347
6841msgid "--name-status does not make sense"
6842msgstr "Die Option --name-status kann nicht verwendet werden."
6843
6844#: builtin/log.c:1349
6845msgid "--check does not make sense"
6846msgstr "Die Option --check kann nicht verwendet werden."
6847
6848#: builtin/log.c:1372
6849msgid "standard output, or directory, which one?"
6850msgstr "Standard-Ausgabe oder Verzeichnis, welches von beidem?"
6851
6852#: builtin/log.c:1374
6853#, c-format
6854msgid "Could not create directory '%s'"
6855msgstr "Konnte Verzeichnis '%s' nicht erstellen."
6856
6857#: builtin/log.c:1472
6858#, c-format
6859msgid "unable to read signature file '%s'"
6860msgstr "Konnte Signatur-Datei '%s' nicht lesen"
6861
6862#: builtin/log.c:1535
6863msgid "Failed to create output files"
6864msgstr "Fehler beim Erstellen der Ausgabedateien."
6865
6866#: builtin/log.c:1583
6867msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6868msgstr "git cherry [-v] [<Upstream> [<Branch> [<Limit>]]]"
6869
6870#: builtin/log.c:1638
6871#, c-format
6872msgid ""
6873"Could not find a tracked remote branch, please specify <upstream> manually.\n"
6874msgstr ""
6875"Konnte gefolgten Remote-Branch nicht finden, bitte geben Sie <Upstream> "
6876"manuell an.\n"
6877
6878#: builtin/log.c:1651 builtin/log.c:1653 builtin/log.c:1665
6879#, c-format
6880msgid "Unknown commit %s"
6881msgstr "Unbekannter Commit %s"
6882
6883#: builtin/ls-files.c:401
6884msgid "git ls-files [options] [<file>...]"
6885msgstr "git ls-files [Optionen] [<Datei>...]"
6886
6887#: builtin/ls-files.c:458
6888msgid "identify the file status with tags"
6889msgstr "den Dateistatus mit Tags anzeigen"
6890
6891#: builtin/ls-files.c:460
6892msgid "use lowercase letters for 'assume unchanged' files"
6893msgstr ""
6894"Kleinbuchstaben für Dateien mit 'assume unchanged' Markierung verwenden"
6895
6896#: builtin/ls-files.c:462
6897msgid "show cached files in the output (default)"
6898msgstr "zwischengespeicherte Dateien in der Ausgabe anzeigen (Standard)"
6899
6900#: builtin/ls-files.c:464
6901msgid "show deleted files in the output"
6902msgstr "entfernte Dateien in der Ausgabe anzeigen"
6903
6904#: builtin/ls-files.c:466
6905msgid "show modified files in the output"
6906msgstr "geänderte Dateien in der Ausgabe anzeigen"
6907
6908#: builtin/ls-files.c:468
6909msgid "show other files in the output"
6910msgstr "sonstige Dateien in der Ausgabe anzeigen"
6911
6912#: builtin/ls-files.c:470
6913msgid "show ignored files in the output"
6914msgstr "ignorierte Dateien in der Ausgabe anzeigen"
6915
6916#: builtin/ls-files.c:473
6917msgid "show staged contents' object name in the output"
6918msgstr ""
6919"Objektnamen von Inhalten, die zum Commit vorgemerkt sind, in der Ausgabe "
6920"anzeigen"
6921
6922#: builtin/ls-files.c:475
6923msgid "show files on the filesystem that need to be removed"
6924msgstr "Dateien im Dateisystem, die gelöscht werden müssen, anzeigen"
6925
6926#: builtin/ls-files.c:477
6927msgid "show 'other' directories' names only"
6928msgstr "nur Namen von 'sonstigen' Verzeichnissen anzeigen"
6929
6930#: builtin/ls-files.c:480
6931msgid "don't show empty directories"
6932msgstr "keine leeren Verzeichnisse anzeigen"
6933
6934#: builtin/ls-files.c:483
6935msgid "show unmerged files in the output"
6936msgstr "nicht zusammengeführte Dateien in der Ausgabe anzeigen"
6937
6938#: builtin/ls-files.c:485
6939msgid "show resolve-undo information"
6940msgstr "'resolve-undo' Informationen anzeigen"
6941
6942#: builtin/ls-files.c:487
6943msgid "skip files matching pattern"
6944msgstr "Dateien auslassen, die einem Muster entsprechen"
6945
6946#: builtin/ls-files.c:490
6947msgid "exclude patterns are read from <file>"
6948msgstr "Muster, gelesen von <Datei>, ausschließen"
6949
6950#: builtin/ls-files.c:493
6951msgid "read additional per-directory exclude patterns in <file>"
6952msgstr "zusätzliche pro-Verzeichnis Auschlussmuster aus <Datei> auslesen"
6953
6954#: builtin/ls-files.c:495
6955msgid "add the standard git exclusions"
6956msgstr "die standardmäßigen Git-Ausschlüsse hinzufügen"
6957
6958#: builtin/ls-files.c:498
6959msgid "make the output relative to the project top directory"
6960msgstr "Ausgabe relativ zum Projektverzeichnis"
6961
6962#: builtin/ls-files.c:501
6963msgid "if any <file> is not in the index, treat this as an error"
6964msgstr ""
6965"als Fehler behandeln, wenn sich eine <Datei> nicht in der Staging-Area "
6966"befindet"
6967
6968#: builtin/ls-files.c:502
6969msgid "tree-ish"
6970msgstr "Commit-Referenz"
6971
6972#: builtin/ls-files.c:503
6973msgid "pretend that paths removed since <tree-ish> are still present"
6974msgstr ""
6975"vorgeben, dass Pfade, die seit <Commit-Referenz> gelöscht wurden, immer noch "
6976"vorhanden sind"
6977
6978#: builtin/ls-files.c:505
6979msgid "show debugging data"
6980msgstr "Ausgaben zur Fehlersuche anzeigen"
6981
6982#: builtin/ls-tree.c:28
6983msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
6984msgstr "git ls-tree [<Optionen>] <Commit-Referenz> [<Pfad>...]"
6985
6986#: builtin/ls-tree.c:127
6987msgid "only show trees"
6988msgstr "nur Verzeichnisse anzeigen"
6989
6990#: builtin/ls-tree.c:129
6991msgid "recurse into subtrees"
6992msgstr "Rekursion in Unterverzeichnissen durchführen"
6993
6994#: builtin/ls-tree.c:131
6995msgid "show trees when recursing"
6996msgstr "Verzeichnisse bei Rekursion anzeigen"
6997
6998#: builtin/ls-tree.c:134
6999msgid "terminate entries with NUL byte"
7000msgstr "Einträge mit NUL-Byte abschließen"
7001
7002#: builtin/ls-tree.c:135
7003msgid "include object size"
7004msgstr "Objektgröße einschließen"
7005
7006#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
7007msgid "list only filenames"
7008msgstr "nur Dateinamen auflisten"
7009
7010#: builtin/ls-tree.c:142
7011msgid "use full path names"
7012msgstr "vollständige Pfadnamen verwenden"
7013
7014#: builtin/ls-tree.c:144
7015msgid "list entire tree; not just current directory (implies --full-name)"
7016msgstr ""
7017"das gesamte Verzeichnis auflisten; nicht nur das aktuelle Verzeichnis "
7018"(impliziert --full-name)"
7019
7020#: builtin/merge.c:45
7021msgid "git merge [options] [<commit>...]"
7022msgstr "git merge [Optionen] [<Commit>...]"
7023
7024#: builtin/merge.c:46
7025msgid "git merge [options] <msg> HEAD <commit>"
7026msgstr "git merge [Optionen] <Beschreibung> HEAD <Commit>"
7027
7028#: builtin/merge.c:47
7029msgid "git merge --abort"
7030msgstr "git merge --abort"
7031
7032#: builtin/merge.c:100
7033msgid "switch `m' requires a value"
7034msgstr "Schalter 'm' erfordert einen Wert."
7035
7036#: builtin/merge.c:137
7037#, c-format
7038msgid "Could not find merge strategy '%s'.\n"
7039msgstr "Konnte Merge-Strategie '%s' nicht finden.\n"
7040
7041#: builtin/merge.c:138
7042#, c-format
7043msgid "Available strategies are:"
7044msgstr "Verfügbare Strategien sind:"
7045
7046#: builtin/merge.c:143
7047#, c-format
7048msgid "Available custom strategies are:"
7049msgstr "Verfügbare benutzerdefinierte Strategien sind:"
7050
7051#: builtin/merge.c:193
7052msgid "do not show a diffstat at the end of the merge"
7053msgstr "keine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"
7054
7055#: builtin/merge.c:196
7056msgid "show a diffstat at the end of the merge"
7057msgstr "eine Zusammenfassung der Unterschiede am Schluss des Merges anzeigen"
7058
7059#: builtin/merge.c:197
7060msgid "(synonym to --stat)"
7061msgstr "(Synonym für --stat)"
7062
7063#: builtin/merge.c:199
7064msgid "add (at most <n>) entries from shortlog to merge commit message"
7065msgstr ""
7066"(höchstens <n>) Einträge von \"shortlog\" zur Beschreibung des Merge-Commits "
7067"hinzufügen"
7068
7069#: builtin/merge.c:202
7070msgid "create a single commit instead of doing a merge"
7071msgstr "einen einzelnen Commit anstatt eines Merges erzeugen"
7072
7073#: builtin/merge.c:204
7074msgid "perform a commit if the merge succeeds (default)"
7075msgstr "einen Commit durchführen, wenn der Merge erfolgreich war (Standard)"
7076
7077#: builtin/merge.c:206
7078msgid "edit message before committing"
7079msgstr "Bearbeitung der Beschreibung vor dem Commit"
7080
7081#: builtin/merge.c:207
7082msgid "allow fast-forward (default)"
7083msgstr "Vorspulen erlauben (Standard)"
7084
7085#: builtin/merge.c:209
7086msgid "abort if fast-forward is not possible"
7087msgstr "abbrechen, wenn kein Vorspulen möglich ist"
7088
7089#: builtin/merge.c:213
7090msgid "Verify that the named commit has a valid GPG signature"
7091msgstr "den genannten Commit auf eine gültige GPG-Signatur überprüfen"
7092
7093#: builtin/merge.c:214 builtin/notes.c:753 builtin/revert.c:89
7094msgid "strategy"
7095msgstr "Strategie"
7096
7097#: builtin/merge.c:215
7098msgid "merge strategy to use"
7099msgstr "zu verwendende Merge-Strategie"
7100
7101#: builtin/merge.c:216
7102msgid "option=value"
7103msgstr "Option=Wert"
7104
7105#: builtin/merge.c:217
7106msgid "option for selected merge strategy"
7107msgstr "Option für ausgewählte Merge-Strategie"
7108
7109#: builtin/merge.c:219
7110msgid "merge commit message (for a non-fast-forward merge)"
7111msgstr ""
7112"Commit-Beschreibung zusammenführen (für einen Merge, der kein Vorspulen war)"
7113
7114#: builtin/merge.c:223
7115msgid "abort the current in-progress merge"
7116msgstr "den sich im Gange befindlichen Merge abbrechen"
7117
7118#: builtin/merge.c:251
7119msgid "could not run stash."
7120msgstr "Konnte \"stash\" nicht ausführen."
7121
7122#: builtin/merge.c:256
7123msgid "stash failed"
7124msgstr "\"stash\" fehlgeschlagen"
7125
7126#: builtin/merge.c:261
7127#, c-format
7128msgid "not a valid object: %s"
7129msgstr "kein gültiges Objekt: %s"
7130
7131#: builtin/merge.c:280 builtin/merge.c:297
7132msgid "read-tree failed"
7133msgstr "read-tree fehlgeschlagen"
7134
7135#: builtin/merge.c:327
7136msgid " (nothing to squash)"
7137msgstr " (nichts zu quetschen)"
7138
7139#: builtin/merge.c:340
7140#, c-format
7141msgid "Squash commit -- not updating HEAD\n"
7142msgstr "Quetsche Commit -- HEAD wird nicht aktualisiert\n"
7143
7144#: builtin/merge.c:372
7145msgid "Writing SQUASH_MSG"
7146msgstr "Schreibe SQUASH_MSG"
7147
7148#: builtin/merge.c:374
7149msgid "Finishing SQUASH_MSG"
7150msgstr "Schließe SQUASH_MSG ab"
7151
7152#: builtin/merge.c:397
7153#, c-format
7154msgid "No merge message -- not updating HEAD\n"
7155msgstr "Keine Merge-Commit-Beschreibung -- HEAD wird nicht aktualisiert\n"
7156
7157#: builtin/merge.c:447
7158#, c-format
7159msgid "'%s' does not point to a commit"
7160msgstr "'%s' zeigt auf keinen Commit"
7161
7162#: builtin/merge.c:559
7163#, c-format
7164msgid "Bad branch.%s.mergeoptions string: %s"
7165msgstr "Ungültiger branch.%s.mergeoptions String: %s"
7166
7167#: builtin/merge.c:654
7168msgid "git write-tree failed to write a tree"
7169msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
7170
7171#: builtin/merge.c:678
7172msgid "Not handling anything other than two heads merge."
7173msgstr "Es wird nur der Merge von zwei Branches behandelt."
7174
7175#: builtin/merge.c:692
7176#, c-format
7177msgid "Unknown option for merge-recursive: -X%s"
7178msgstr "Unbekannte Option für merge-recursive: -X%s"
7179
7180#: builtin/merge.c:705
7181#, c-format
7182msgid "unable to write %s"
7183msgstr "konnte %s nicht schreiben"
7184
7185#: builtin/merge.c:794
7186#, c-format
7187msgid "Could not read from '%s'"
7188msgstr "konnte nicht von '%s' lesen"
7189
7190#: builtin/merge.c:803
7191#, c-format
7192msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7193msgstr ""
7194"Merge wurde nicht committet; benutzen Sie 'git commit', um den Merge "
7195"abzuschließen.\n"
7196
7197#: builtin/merge.c:809
7198#, c-format
7199msgid ""
7200"Please enter a commit message to explain why this merge is necessary,\n"
7201"especially if it merges an updated upstream into a topic branch.\n"
7202"\n"
7203"Lines starting with '%c' will be ignored, and an empty message aborts\n"
7204"the commit.\n"
7205msgstr ""
7206"Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser\n"
7207"Merge erforderlich ist, insbesondere wenn es einen aktualisierten\n"
7208"Upstream-Branch mit einem Thema-Branch zusammenführt.\n"
7209"\n"
7210"Zeilen beginnend mit '%c' werden ignoriert, und eine leere Beschreibung\n"
7211"bricht den Commit ab.\n"
7212
7213#: builtin/merge.c:833
7214msgid "Empty commit message."
7215msgstr "Leere Commit-Beschreibung"
7216
7217#: builtin/merge.c:845
7218#, c-format
7219msgid "Wonderful.\n"
7220msgstr "Wunderbar.\n"
7221
7222#: builtin/merge.c:900
7223#, c-format
7224msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7225msgstr ""
7226"Automatischer Merge fehlgeschlagen; beheben Sie die Konflikte und committen "
7227"Sie dann das Ergebnis.\n"
7228
7229#: builtin/merge.c:916
7230#, c-format
7231msgid "'%s' is not a commit"
7232msgstr "'%s' ist kein Commit"
7233
7234#: builtin/merge.c:957
7235msgid "No current branch."
7236msgstr "Sie befinden sich auf keinem Branch."
7237
7238#: builtin/merge.c:959
7239msgid "No remote for the current branch."
7240msgstr "Kein Remote-Repository für den aktuellen Branch."
7241
7242#: builtin/merge.c:961
7243msgid "No default upstream defined for the current branch."
7244msgstr ""
7245"Es ist kein Standard-Upstream-Branch für den aktuellen Branch definiert."
7246
7247#: builtin/merge.c:966
7248#, c-format
7249msgid "No remote-tracking branch for %s from %s"
7250msgstr "Kein Remote-Tracking-Branch für %s von %s"
7251
7252#: builtin/merge.c:1122
7253msgid "There is no merge to abort (MERGE_HEAD missing)."
7254msgstr "Es gibt keinen Merge zum Abbrechen (MERGE_HEAD fehlt)"
7255
7256#: builtin/merge.c:1138
7257msgid ""
7258"You have not concluded your merge (MERGE_HEAD exists).\n"
7259"Please, commit your changes before you merge."
7260msgstr ""
7261"Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"
7262"Bitte committen Sie Ihre Änderungen, bevor Sie \"merge\" ausführen."
7263
7264#: builtin/merge.c:1141 git-pull.sh:34
7265msgid "You have not concluded your merge (MERGE_HEAD exists)."
7266msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."
7267
7268#: builtin/merge.c:1145
7269msgid ""
7270"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
7271"Please, commit your changes before you merge."
7272msgstr ""
7273"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert).\n"
7274"Bitte committen Sie Ihre Änderungen, bevor Sie \"merge\" ausführen."
7275
7276#: builtin/merge.c:1148
7277msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7278msgstr ""
7279"Sie haben \"cherry-pick\" nicht abgeschlossen (CHERRY_PICK_HEAD existiert)."
7280
7281#: builtin/merge.c:1157
7282msgid "You cannot combine --squash with --no-ff."
7283msgstr "Sie können --squash nicht mit --no-ff kombinieren."
7284
7285#: builtin/merge.c:1166
7286msgid "No commit specified and merge.defaultToUpstream not set."
7287msgstr "Kein Commit angegeben und merge.defaultToUpstream ist nicht gesetzt."
7288
7289#: builtin/merge.c:1198
7290msgid "Can merge only exactly one commit into empty head"
7291msgstr "Kann nur exakt einen Commit in einem leeren Branch zusammenführen."
7292
7293#: builtin/merge.c:1201
7294msgid "Squash commit into empty head not supported yet"
7295msgstr ""
7296"Bin auf einem Commit, der noch geboren wird; kann \"squash\" nicht ausführen."
7297
7298#: builtin/merge.c:1203
7299msgid "Non-fast-forward commit does not make sense into an empty head"
7300msgstr ""
7301"Nicht vorzuspulender Commit kann nicht in einem leeren Branch verwendet "
7302"werden."
7303
7304#: builtin/merge.c:1208
7305#, c-format
7306msgid "%s - not something we can merge"
7307msgstr "%s - nichts was wir zusammenführen können"
7308
7309#: builtin/merge.c:1259
7310#, c-format
7311msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7312msgstr ""
7313"Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."
7314
7315#: builtin/merge.c:1262
7316#, c-format
7317msgid "Commit %s has a bad GPG signature allegedly by %s."
7318msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."
7319
7320#: builtin/merge.c:1265
7321#, c-format
7322msgid "Commit %s does not have a GPG signature."
7323msgstr "Commit %s hat keine GPG-Signatur."
7324
7325#: builtin/merge.c:1268
7326#, c-format
7327msgid "Commit %s has a good GPG signature by %s\n"
7328msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"
7329
7330#: builtin/merge.c:1349
7331#, c-format
7332msgid "Updating %s..%s\n"
7333msgstr "Aktualisiere %s..%s\n"
7334
7335#: builtin/merge.c:1388
7336#, c-format
7337msgid "Trying really trivial in-index merge...\n"
7338msgstr "Probiere wirklich trivialen \"in-index\"-Merge...\n"
7339
7340#: builtin/merge.c:1395
7341#, c-format
7342msgid "Nope.\n"
7343msgstr "Nein.\n"
7344
7345#: builtin/merge.c:1427
7346msgid "Not possible to fast-forward, aborting."
7347msgstr "Vorspulen nicht möglich, breche ab."
7348
7349#: builtin/merge.c:1450 builtin/merge.c:1529
7350#, c-format
7351msgid "Rewinding the tree to pristine...\n"
7352msgstr "Rücklauf des Verzeichnisses bis zum Ursprung...\n"
7353
7354#: builtin/merge.c:1454
7355#, c-format
7356msgid "Trying merge strategy %s...\n"
7357msgstr "Probiere Merge-Strategie %s...\n"
7358
7359#: builtin/merge.c:1520
7360#, c-format
7361msgid "No merge strategy handled the merge.\n"
7362msgstr "Keine Merge-Strategie behandelt diesen Merge.\n"
7363
7364#: builtin/merge.c:1522
7365#, c-format
7366msgid "Merge with strategy %s failed.\n"
7367msgstr "Merge mit Strategie %s fehlgeschlagen.\n"
7368
7369#: builtin/merge.c:1531
7370#, c-format
7371msgid "Using the %s to prepare resolving by hand.\n"
7372msgstr "Benutzen Sie \"%s\", um die Auflösung per Hand vorzubereiten.\n"
7373
7374#: builtin/merge.c:1543
7375#, c-format
7376msgid "Automatic merge went well; stopped before committing as requested\n"
7377msgstr ""
7378"Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an\n"
7379
7380#: builtin/merge-base.c:29
7381msgid "git merge-base [-a|--all] <commit> <commit>..."
7382msgstr "git merge-base [-a|--all] <Commit> <Commit>..."
7383
7384#: builtin/merge-base.c:30
7385msgid "git merge-base [-a|--all] --octopus <commit>..."
7386msgstr "git merge-base [-a|--all] --octopus <Commit>..."
7387
7388#: builtin/merge-base.c:31
7389msgid "git merge-base --independent <commit>..."
7390msgstr "git merge-base --independent <Commit>..."
7391
7392#: builtin/merge-base.c:32
7393msgid "git merge-base --is-ancestor <commit> <commit>"
7394msgstr "git merge-base --is-ancestor <Commit> <Commit>"
7395
7396#: builtin/merge-base.c:33
7397msgid "git merge-base --fork-point <ref> [<commit>]"
7398msgstr "git merge-base --fork-point <Referenz> [<Commit>]"
7399
7400#: builtin/merge-base.c:214
7401msgid "output all common ancestors"
7402msgstr "Ausgabe aller gemeinsamen Vorgänger-Commits"
7403
7404#: builtin/merge-base.c:216
7405msgid "find ancestors for a single n-way merge"
7406msgstr "Vorgänger-Commits für einen einzelnen n-Wege-Merge finden"
7407
7408#: builtin/merge-base.c:218
7409msgid "list revs not reachable from others"
7410msgstr "Commits auflisten, die nicht durch Andere erreichbar sind"
7411
7412#: builtin/merge-base.c:220
7413msgid "is the first one ancestor of the other?"
7414msgstr "ist der Erste ein Vorgänger-Commit von dem Anderen?"
7415
7416#: builtin/merge-base.c:222
7417msgid "find where <commit> forked from reflog of <ref>"
7418msgstr "<Commit> finden, von wo Reflog von <Referenz> abgespalten wurde"
7419
7420#: builtin/merge-file.c:8
7421msgid ""
7422"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
7423"file2"
7424msgstr ""
7425"git merge-file [Optionen] [-L Name1 [-L orig [-L Name2]]] Datei1 orig_Datei "
7426"Datei2"
7427
7428#: builtin/merge-file.c:33
7429msgid "send results to standard output"
7430msgstr "Ergebnisse zur Standard-Ausgabe senden"
7431
7432#: builtin/merge-file.c:34
7433msgid "use a diff3 based merge"
7434msgstr "einen diff3 basierten Merge verwenden"
7435
7436#: builtin/merge-file.c:35
7437msgid "for conflicts, use our version"
7438msgstr "bei Konflikten unsere Variante verwenden"
7439
7440#: builtin/merge-file.c:37
7441msgid "for conflicts, use their version"
7442msgstr "bei Konflikten ihre Variante verwenden"
7443
7444#: builtin/merge-file.c:39
7445msgid "for conflicts, use a union version"
7446msgstr "bei Konflikten eine gemeinsame Variante verwenden"
7447
7448#: builtin/merge-file.c:42
7449msgid "for conflicts, use this marker size"
7450msgstr "bei Konflikten diese Kennzeichnungslänge verwenden"
7451
7452#: builtin/merge-file.c:43
7453msgid "do not warn about conflicts"
7454msgstr "keine Warnung bei Konflikten"
7455
7456#: builtin/merge-file.c:45
7457msgid "set labels for file1/orig_file/file2"
7458msgstr "Beschriftung für Datei1/orig_Datei/Datei2 setzen"
7459
7460#: builtin/mktree.c:64
7461msgid "git mktree [-z] [--missing] [--batch]"
7462msgstr "git mktree [-z] [--missing] [--batch]"
7463
7464#: builtin/mktree.c:150
7465msgid "input is NUL terminated"
7466msgstr "Eingabe ist durch NUL-Zeichen abgeschlossen"
7467
7468#: builtin/mktree.c:151 builtin/write-tree.c:24
7469msgid "allow missing objects"
7470msgstr "fehlende Objekte erlauben"
7471
7472#: builtin/mktree.c:152
7473msgid "allow creation of more than one tree"
7474msgstr "die Erstellung von mehr als einem \"Tree\"-Objekt erlauben"
7475
7476#: builtin/mv.c:15
7477msgid "git mv [options] <source>... <destination>"
7478msgstr "git mv [Optionen] <Quelle>... <Ziel>"
7479
7480#: builtin/mv.c:69
7481#, c-format
7482msgid "Directory %s is in index and no submodule?"
7483msgstr "Verzeichnis %s ist zum Commit vorgemerkt und kein Submodul?"
7484
7485#: builtin/mv.c:71
7486msgid "Please stage your changes to .gitmodules or stash them to proceed"
7487msgstr ""
7488"Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "
7489"benutzen\n"
7490"Sie \"stash\", um fortzufahren."
7491
7492#: builtin/mv.c:89
7493#, c-format
7494msgid "%.*s is in index"
7495msgstr "%.*s ist zum Commit vorgemerkt"
7496
7497#: builtin/mv.c:111
7498msgid "force move/rename even if target exists"
7499msgstr "Verschieben/Umbenennen erzwingen, auch wenn das Ziel existiert"
7500
7501#: builtin/mv.c:112
7502msgid "skip move/rename errors"
7503msgstr "Fehler beim Verschieben oder Umbenennen überspringen"
7504
7505#: builtin/mv.c:151
7506#, c-format
7507msgid "destination '%s' is not a directory"
7508msgstr "Ziel '%s' ist kein Verzeichnis"
7509
7510#: builtin/mv.c:162
7511#, c-format
7512msgid "Checking rename of '%s' to '%s'\n"
7513msgstr "Prüfe Umbenennung von '%s' nach '%s'\n"
7514
7515#: builtin/mv.c:166
7516msgid "bad source"
7517msgstr "ungültige Quelle"
7518
7519#: builtin/mv.c:169
7520msgid "can not move directory into itself"
7521msgstr "kann Verzeichnis nicht in sich selbst verschieben"
7522
7523#: builtin/mv.c:172
7524msgid "cannot move directory over file"
7525msgstr "kann Verzeichnis nicht über Datei verschieben"
7526
7527#: builtin/mv.c:181
7528msgid "source directory is empty"
7529msgstr "Quellverzeichnis ist leer"
7530
7531#: builtin/mv.c:206
7532msgid "not under version control"
7533msgstr "nicht unter Versionskontrolle"
7534
7535#: builtin/mv.c:209
7536msgid "destination exists"
7537msgstr "Ziel existiert bereits"
7538
7539#: builtin/mv.c:217
7540#, c-format
7541msgid "overwriting '%s'"
7542msgstr "überschreibe '%s'"
7543
7544#: builtin/mv.c:220
7545msgid "Cannot overwrite"
7546msgstr "Kann nicht überschreiben"
7547
7548#: builtin/mv.c:223
7549msgid "multiple sources for the same target"
7550msgstr "mehrere Quellen für das selbe Ziel"
7551
7552#: builtin/mv.c:225
7553msgid "destination directory does not exist"
7554msgstr "Zielverzeichnis existiert nicht"
7555
7556#: builtin/mv.c:232
7557#, c-format
7558msgid "%s, source=%s, destination=%s"
7559msgstr "%s, Quelle=%s, Ziel=%s"
7560
7561#: builtin/mv.c:253
7562#, c-format
7563msgid "Renaming %s to %s\n"
7564msgstr "Benenne %s nach %s um\n"
7565
7566#: builtin/mv.c:256 builtin/remote.c:726 builtin/repack.c:355
7567#, c-format
7568msgid "renaming '%s' failed"
7569msgstr "Umbenennung von '%s' fehlgeschlagen"
7570
7571#: builtin/name-rev.c:255
7572msgid "git name-rev [options] <commit>..."
7573msgstr "git name-rev [Optionen] <Commit>..."
7574
7575#: builtin/name-rev.c:256
7576msgid "git name-rev [options] --all"
7577msgstr "git name-rev [Optionen] --all"
7578
7579#: builtin/name-rev.c:257
7580msgid "git name-rev [options] --stdin"
7581msgstr "git name-rev [Optionen] --stdin"
7582
7583#: builtin/name-rev.c:309
7584msgid "print only names (no SHA-1)"
7585msgstr "nur Namen anzeigen (keine SHA-1)"
7586
7587#: builtin/name-rev.c:310
7588msgid "only use tags to name the commits"
7589msgstr "nur Tags verwenden, um die Commits zu benennen"
7590
7591#: builtin/name-rev.c:312
7592msgid "only use refs matching <pattern>"
7593msgstr "nur Referenzen verwenden die <Muster> entsprechen"
7594
7595#: builtin/name-rev.c:314
7596msgid "list all commits reachable from all refs"
7597msgstr "alle Commits auflisten, die von allen Referenzen erreichbar sind"
7598
7599#: builtin/name-rev.c:315
7600msgid "read from stdin"
7601msgstr "von der Standard-Eingabe lesen"
7602
7603#: builtin/name-rev.c:316
7604msgid "allow to print `undefined` names (default)"
7605msgstr "Ausgabe von `undefinierten` Namen erlauben (Standard)"
7606
7607#: builtin/name-rev.c:322
7608msgid "dereference tags in the input (internal use)"
7609msgstr "Tags in der Eingabe dereferenzieren (interne Verwendung)"
7610
7611#: builtin/notes.c:24
7612msgid "git notes [--ref <notes_ref>] [list [<object>]]"
7613msgstr "git notes [--ref <Notiz-Referenz>] [list [<Objekt>]]"
7614
7615#: builtin/notes.c:25
7616msgid ""
7617"git notes [--ref <notes_ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
7618"| (-c | -C) <object>] [<object>]"
7619msgstr ""
7620"git notes [--ref <Notiz-Referenz>] add [-f] [--allow-empty] [-m <Beschreibung> | "
7621"-F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"
7622
7623#: builtin/notes.c:26
7624msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
7625msgstr ""
7626"git notes [--ref <Notiz-Referenz>] copy [-f] <von-Objekt> <nach-Objekt>"
7627
7628#: builtin/notes.c:27
7629msgid ""
7630"git notes [--ref <notes_ref>] append [--allow-empty] [-m <msg> | -F <file> | "
7631"(-c | -C) <object>] [<object>]"
7632msgstr ""
7633"git notes [--ref <Notiz-Referenz>] append [--allow-empty] [-m <Beschreibung> | "
7634"-F <Datei> | (-c | -C) <Objekt>] [<Objekt>]"
7635
7636#: builtin/notes.c:28
7637msgid "git notes [--ref <notes_ref>] edit [--allow-empty] [<object>]"
7638msgstr "git notes [--ref <Notiz-Referenz>] edit [--allow-empty] [<Objekt>]"
7639
7640#: builtin/notes.c:29
7641msgid "git notes [--ref <notes_ref>] show [<object>]"
7642msgstr "git notes [--ref <Notiz-Referenz>] show [<Objekt>]"
7643
7644#: builtin/notes.c:30
7645msgid ""
7646"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
7647msgstr ""
7648"git notes [--ref <Notiz-Referenz>] merge [-v | -q] [-s <Strategie> ] <Notiz-"
7649"Referenz>"
7650
7651#: builtin/notes.c:31
7652msgid "git notes merge --commit [-v | -q]"
7653msgstr "git notes merge --commit [-v | -q]"
7654
7655#: builtin/notes.c:32
7656msgid "git notes merge --abort [-v | -q]"
7657msgstr "git notes merge --abort [-v | -q]"
7658
7659#: builtin/notes.c:33
7660msgid "git notes [--ref <notes_ref>] remove [<object>...]"
7661msgstr "git notes [--ref <Notiz-Referenz>] remove [<Objekt>...]"
7662
7663#: builtin/notes.c:34
7664msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
7665msgstr "git notes [--ref <Notiz-Referenz>] prune [-n | -v]"
7666
7667#: builtin/notes.c:35
7668msgid "git notes [--ref <notes_ref>] get-ref"
7669msgstr "git notes [--ref <Notiz-Referenz>] get-ref"
7670
7671#: builtin/notes.c:40
7672msgid "git notes [list [<object>]]"
7673msgstr "git notes [list [<Objekt>]]"
7674
7675#: builtin/notes.c:45
7676msgid "git notes add [<options>] [<object>]"
7677msgstr "git notes add [<Optionen>] [<Objekt>]"
7678
7679#: builtin/notes.c:50
7680msgid "git notes copy [<options>] <from-object> <to-object>"
7681msgstr "git notes copy [<Optionen>] <von-Objekt> <nach-Objekt>"
7682
7683#: builtin/notes.c:51
7684msgid "git notes copy --stdin [<from-object> <to-object>]..."
7685msgstr "git notes copy --stdin [<von-Objekt> <nach-Objekt>]..."
7686
7687#: builtin/notes.c:56
7688msgid "git notes append [<options>] [<object>]"
7689msgstr "git notes append [<Optionen>] [<Objekt>]"
7690
7691#: builtin/notes.c:61
7692msgid "git notes edit [<object>]"
7693msgstr "git notes edit [<Objekt>]"
7694
7695#: builtin/notes.c:66
7696msgid "git notes show [<object>]"
7697msgstr "git notes show [<Objekt>]"
7698
7699#: builtin/notes.c:71
7700msgid "git notes merge [<options>] <notes_ref>"
7701msgstr "git notes merge [<Optionen>] <Notiz-Referenz>"
7702
7703#: builtin/notes.c:72
7704msgid "git notes merge --commit [<options>]"
7705msgstr "git notes merge --commit [<Optionen>]"
7706
7707#: builtin/notes.c:73
7708msgid "git notes merge --abort [<options>]"
7709msgstr "git notes merge --abort [<Optionen>]"
7710
7711#: builtin/notes.c:78
7712msgid "git notes remove [<object>]"
7713msgstr "git notes remove [<Objekt>]"
7714
7715#: builtin/notes.c:83
7716msgid "git notes prune [<options>]"
7717msgstr "git notes prune [<Optionen>]"
7718
7719#: builtin/notes.c:88
7720msgid "git notes get-ref"
7721msgstr "git notes get-ref"
7722
7723#: builtin/notes.c:146
7724#, c-format
7725msgid "unable to start 'show' for object '%s'"
7726msgstr "konnte 'show' für Objekt '%s' nicht starten"
7727
7728#: builtin/notes.c:150
7729msgid "could not read 'show' output"
7730msgstr "Konnte Ausgabe von 'show' nicht lesen."
7731
7732#: builtin/notes.c:158
7733#, c-format
7734msgid "failed to finish 'show' for object '%s'"
7735msgstr "konnte 'show' für Objekt '%s' nicht abschließen"
7736
7737#: builtin/notes.c:173 builtin/tag.c:477
7738#, c-format
7739msgid "could not create file '%s'"
7740msgstr "konnte Datei '%s' nicht erstellen"
7741
7742#: builtin/notes.c:192
7743msgid "Please supply the note contents using either -m or -F option"
7744msgstr ""
7745"Bitte liefern Sie den Notiz-Inhalt unter Verwendung der Option -m oder -F."
7746
7747#: builtin/notes.c:201
7748msgid "unable to write note object"
7749msgstr "Konnte Notiz-Objekt nicht schreiben"
7750
7751#: builtin/notes.c:203
7752#, c-format
7753msgid "The note contents have been left in %s"
7754msgstr "Die Notiz-Inhalte wurden in %s belassen"
7755
7756#: builtin/notes.c:231 builtin/tag.c:693
7757#, c-format
7758msgid "cannot read '%s'"
7759msgstr "kann '%s' nicht lesen"
7760
7761#: builtin/notes.c:233 builtin/tag.c:696
7762#, c-format
7763msgid "could not open or read '%s'"
7764msgstr "konnte '%s' nicht öffnen oder lesen"
7765
7766#: builtin/notes.c:252 builtin/notes.c:303 builtin/notes.c:305
7767#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:506
7768#: builtin/notes.c:511 builtin/notes.c:589 builtin/notes.c:652
7769#: builtin/notes.c:854 builtin/tag.c:709
7770#, c-format
7771msgid "Failed to resolve '%s' as a valid ref."
7772msgstr "Konnte '%s' nicht als gültige Referenz auflösen."
7773
7774#: builtin/notes.c:255
7775#, c-format
7776msgid "Failed to read object '%s'."
7777msgstr "Fehler beim Lesen des Objektes '%s'."
7778
7779#: builtin/notes.c:259
7780#, c-format
7781msgid "Cannot read note data from non-blob object '%s'."
7782msgstr "Kann Notiz-Daten nicht von Nicht-Blob Objekt '%s' lesen."
7783
7784#: builtin/notes.c:299
7785#, c-format
7786msgid "Malformed input line: '%s'."
7787msgstr "Fehlerhafte Eingabezeile: '%s'."
7788
7789#: builtin/notes.c:314
7790#, c-format
7791msgid "Failed to copy notes from '%s' to '%s'"
7792msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"
7793
7794#: builtin/notes.c:358 builtin/notes.c:413 builtin/notes.c:489
7795#: builtin/notes.c:501 builtin/notes.c:577 builtin/notes.c:645
7796#: builtin/notes.c:919
7797msgid "too many parameters"
7798msgstr "zu viele Parameter"
7799
7800#: builtin/notes.c:371 builtin/notes.c:658
7801#, c-format
7802msgid "No note found for object %s."
7803msgstr "Keine Notiz für Objekt %s gefunden."
7804
7805#: builtin/notes.c:392 builtin/notes.c:555
7806msgid "note contents as a string"
7807msgstr "Notizinhalte als Zeichenkette"
7808
7809#: builtin/notes.c:395 builtin/notes.c:558
7810msgid "note contents in a file"
7811msgstr "Notizinhalte in einer Datei"
7812
7813#: builtin/notes.c:397 builtin/notes.c:400 builtin/notes.c:560
7814#: builtin/notes.c:563 builtin/tag.c:628
7815msgid "object"
7816msgstr "Objekt"
7817
7818#: builtin/notes.c:398 builtin/notes.c:561
7819msgid "reuse and edit specified note object"
7820msgstr "Wiederverwendung und Bearbeitung des angegebenen Notiz-Objektes"
7821
7822#: builtin/notes.c:401 builtin/notes.c:564
7823msgid "reuse specified note object"
7824msgstr "Wiederverwendung des angegebenen Notiz-Objektes"
7825
7826#: builtin/notes.c:404 builtin/notes.c:567
7827msgid "allow storing empty note"
7828msgstr "Speichern leerer Notiz erlauben"
7829
7830#: builtin/notes.c:405 builtin/notes.c:476
7831msgid "replace existing notes"
7832msgstr "existierende Notizen ersetzen"
7833
7834#: builtin/notes.c:430
7835#, c-format
7836msgid ""
7837"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7838"existing notes"
7839msgstr ""
7840"Konnte Notizen nicht hinzufügen. Existierende Notizen für Objekt %s "
7841"gefunden. Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."
7842
7843#: builtin/notes.c:445 builtin/notes.c:524
7844#, c-format
7845msgid "Overwriting existing notes for object %s\n"
7846msgstr "Überschreibe existierende Notizen für Objekt %s\n"
7847
7848#: builtin/notes.c:456 builtin/notes.c:617 builtin/notes.c:859
7849#, c-format
7850msgid "Removing note for object %s\n"
7851msgstr "Entferne Notiz für Objekt %s\n"
7852
7853#: builtin/notes.c:477
7854msgid "read objects from stdin"
7855msgstr "Objekte von der Standard-Eingabe lesen"
7856
7857#: builtin/notes.c:479
7858msgid "load rewriting config for <command> (implies --stdin)"
7859msgstr ""
7860"Konfiguration für <Kommando> beim Umschreiben von Versionen laden "
7861"(impliziert --stdin)"
7862
7863#: builtin/notes.c:497
7864msgid "too few parameters"
7865msgstr "zu wenig Parameter"
7866
7867#: builtin/notes.c:518
7868#, c-format
7869msgid ""
7870"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7871"existing notes"
7872msgstr ""
7873"Kann Notizen nicht kopieren. Existierende Notizen für Objekt %s gefunden. "
7874"Verwenden Sie '-f', um die existierenden Notizen zu überschreiben."
7875
7876#: builtin/notes.c:530
7877#, c-format
7878msgid "Missing notes on source object %s. Cannot copy."
7879msgstr "Keine Notizen für Quell-Objekt %s. Kopie nicht möglich."
7880
7881#: builtin/notes.c:582
7882#, c-format
7883msgid ""
7884"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
7885"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
7886msgstr ""
7887"Die Optionen -m/-F/-c/-C sind für das Unterkommando 'edit' veraltet.\n"
7888"Bitte benutzen Sie stattdessen 'git notes add -f -m/-F/-c/-C'.\n"
7889
7890#: builtin/notes.c:750
7891msgid "General options"
7892msgstr "Allgemeine Optionen"
7893
7894#: builtin/notes.c:752
7895msgid "Merge options"
7896msgstr "Merge-Optionen"
7897
7898#: builtin/notes.c:754
7899msgid ""
7900"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7901"cat_sort_uniq)"
7902msgstr ""
7903"löst Konflikte bei Notizen mit der angegebenen Strategie auf (manual/ours/"
7904"theirs/union/cat_sort_uniq)"
7905
7906#: builtin/notes.c:756
7907msgid "Committing unmerged notes"
7908msgstr "nicht zusammengeführte Notizen eintragen"
7909
7910#: builtin/notes.c:758
7911msgid "finalize notes merge by committing unmerged notes"
7912msgstr ""
7913"Merge von Notizen abschließen, in dem nicht zusammengeführte Notizen "
7914"committet werden"
7915
7916#: builtin/notes.c:760
7917msgid "Aborting notes merge resolution"
7918msgstr "Konfliktauflösung beim Merge von Notizen abbrechen"
7919
7920#: builtin/notes.c:762
7921msgid "abort notes merge"
7922msgstr "Merge von Notizen abbrechen"
7923
7924#: builtin/notes.c:857
7925#, c-format
7926msgid "Object %s has no note\n"
7927msgstr "Objekt %s hat keine Notiz\n"
7928
7929#: builtin/notes.c:869
7930msgid "attempt to remove non-existent note is not an error"
7931msgstr "der Versuch, eine nicht existierende Notiz zu löschen, ist kein Fehler"
7932
7933#: builtin/notes.c:872
7934msgid "read object names from the standard input"
7935msgstr "Objektnamen von der Standard-Eingabe lesen"
7936
7937#: builtin/notes.c:953
7938msgid "notes-ref"
7939msgstr "Notiz-Referenz"
7940
7941#: builtin/notes.c:954
7942msgid "use notes from <notes_ref>"
7943msgstr "Notizen von <Notiz-Referenz> verwenden"
7944
7945#: builtin/notes.c:989 builtin/remote.c:1619
7946#, c-format
7947msgid "Unknown subcommand: %s"
7948msgstr "Unbekanntes Unterkommando: %s"
7949
7950#: builtin/pack-objects.c:28
7951msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
7952msgstr ""
7953"git pack-objects --stdout [Optionen...] [< Referenzliste | < Objektliste]"
7954
7955#: builtin/pack-objects.c:29
7956msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
7957msgstr ""
7958"git pack-objects [Optionen...] Basis-Name [< Referenzliste | < Objektliste]"
7959
7960#: builtin/pack-objects.c:177 builtin/pack-objects.c:180
7961#, c-format
7962msgid "deflate error (%d)"
7963msgstr "Fehler beim Komprimieren (%d)"
7964
7965#: builtin/pack-objects.c:773
7966msgid "Writing objects"
7967msgstr "Schreibe Objekte"
7968
7969#: builtin/pack-objects.c:1015
7970msgid "disabling bitmap writing, as some objects are not being packed"
7971msgstr ""
7972"Deaktiviere Schreiben des Bitmap-Index, da einige Objekte nicht in\n"
7973"eine Pack-Datei geschrieben wurden"
7974
7975#: builtin/pack-objects.c:2175
7976msgid "Compressing objects"
7977msgstr "Komprimiere Objekte"
7978
7979#: builtin/pack-objects.c:2572
7980#, c-format
7981msgid "unsupported index version %s"
7982msgstr "Nicht unterstützte Staging-Area-Version %s"
7983
7984#: builtin/pack-objects.c:2576
7985#, c-format
7986msgid "bad index version '%s'"
7987msgstr "Ungültige Staging-Area-Version '%s'"
7988
7989#: builtin/pack-objects.c:2599
7990#, c-format
7991msgid "option %s does not accept negative form"
7992msgstr "Option %s akzeptiert keine negative Form"
7993
7994#: builtin/pack-objects.c:2603
7995#, c-format
7996msgid "unable to parse value '%s' for option %s"
7997msgstr "konnte Wert '%s' für Option %s nicht parsen"
7998
7999#: builtin/pack-objects.c:2623
8000msgid "do not show progress meter"
8001msgstr "keine Fortschrittsanzeige anzeigen"
8002
8003#: builtin/pack-objects.c:2625
8004msgid "show progress meter"
8005msgstr "Fortschrittsanzeige anzeigen"
8006
8007#: builtin/pack-objects.c:2627
8008msgid "show progress meter during object writing phase"
8009msgstr ""
8010"Forschrittsanzeige während der Phase des Schreibens der Objekte anzeigen"
8011
8012#: builtin/pack-objects.c:2630
8013msgid "similar to --all-progress when progress meter is shown"
8014msgstr "ähnlich zu --all-progress wenn Fortschrittsanzeige darstellt wird"
8015
8016#: builtin/pack-objects.c:2631
8017msgid "version[,offset]"
8018msgstr "version[,offset]"
8019
8020#: builtin/pack-objects.c:2632
8021msgid "write the pack index file in the specified idx format version"
8022msgstr ""
8023"die Index-Datei des Paketes in der angegebenen Indexformat-Version schreiben"
8024
8025#: builtin/pack-objects.c:2635
8026msgid "maximum size of each output pack file"
8027msgstr "maximale Größe für jede ausgegebene Paketdatei"
8028
8029#: builtin/pack-objects.c:2637
8030msgid "ignore borrowed objects from alternate object store"
8031msgstr "geliehene Objekte von alternativem Objektspeicher ignorieren"
8032
8033#: builtin/pack-objects.c:2639
8034msgid "ignore packed objects"
8035msgstr "gepackte Objekte ignorieren"
8036
8037#: builtin/pack-objects.c:2641
8038msgid "limit pack window by objects"
8039msgstr "Paketfenster durch Objekte begrenzen"
8040
8041#: builtin/pack-objects.c:2643
8042msgid "limit pack window by memory in addition to object limit"
8043msgstr ""
8044"Paketfenster, zusätzlich zur Objektbegrenzung, durch Speicher begrenzen"
8045
8046#: builtin/pack-objects.c:2645
8047msgid "maximum length of delta chain allowed in the resulting pack"
8048msgstr ""
8049"maximale Länge der erlaubten Differenzverkettung im resultierenden Paket"
8050
8051#: builtin/pack-objects.c:2647
8052msgid "reuse existing deltas"
8053msgstr "existierende Unterschiede wiederverwenden"
8054
8055#: builtin/pack-objects.c:2649
8056msgid "reuse existing objects"
8057msgstr "existierende Objekte wiederverwenden"
8058
8059#: builtin/pack-objects.c:2651
8060msgid "use OFS_DELTA objects"
8061msgstr "OFS_DELTA Objekte verwenden"
8062
8063#: builtin/pack-objects.c:2653
8064msgid "use threads when searching for best delta matches"
8065msgstr ""
8066"Threads bei der Suche nach den besten Übereinstimmungen bei Unterschieden "
8067"verwenden"
8068
8069#: builtin/pack-objects.c:2655
8070msgid "do not create an empty pack output"
8071msgstr "keine leeren Pakete erzeugen"
8072
8073#: builtin/pack-objects.c:2657
8074msgid "read revision arguments from standard input"
8075msgstr "Argumente bezüglich Commits von der Standard-Eingabe lesen"
8076
8077#: builtin/pack-objects.c:2659
8078msgid "limit the objects to those that are not yet packed"
8079msgstr "die Objekte zu solchen, die noch nicht gepackt wurden, begrenzen"
8080
8081#: builtin/pack-objects.c:2662
8082msgid "include objects reachable from any reference"
8083msgstr "Objekte einschließen, die von jeder Referenz erreichbar sind"
8084
8085#: builtin/pack-objects.c:2665
8086msgid "include objects referred by reflog entries"
8087msgstr ""
8088"Objekte einschließen, die von Einträgen des Reflogs referenziert werden"
8089
8090#: builtin/pack-objects.c:2668
8091msgid "include objects referred to by the index"
8092msgstr "Objekte einschließen, die von der Staging-Area referenziert werden"
8093
8094#: builtin/pack-objects.c:2671
8095msgid "output pack to stdout"
8096msgstr "Paket in die Standard-Ausgabe schreiben"
8097
8098#: builtin/pack-objects.c:2673
8099msgid "include tag objects that refer to objects to be packed"
8100msgstr "Tag-Objekte einschließen, die auf gepackte Objekte referenzieren"
8101
8102#: builtin/pack-objects.c:2675
8103msgid "keep unreachable objects"
8104msgstr "nicht erreichbare Objekte behalten"
8105
8106#: builtin/pack-objects.c:2676 parse-options.h:140
8107msgid "time"
8108msgstr "Zeit"
8109
8110#: builtin/pack-objects.c:2677
8111msgid "unpack unreachable objects newer than <time>"
8112msgstr "nicht erreichbare Objekte entpacken, die neuer als <Zeit> sind"
8113
8114#: builtin/pack-objects.c:2680
8115msgid "create thin packs"
8116msgstr "dünnere Pakete erzeugen"
8117
8118#: builtin/pack-objects.c:2682
8119msgid "create packs suitable for shallow fetches"
8120msgstr "Pakete geeignet für Abholung mit unvollständiger Historie (shallow) erzeugen"
8121
8122#: builtin/pack-objects.c:2684
8123msgid "ignore packs that have companion .keep file"
8124msgstr "Pakete ignorieren, die .keep Dateien haben"
8125
8126#: builtin/pack-objects.c:2686
8127msgid "pack compression level"
8128msgstr "Komprimierungsgrad für Paketierung"
8129
8130#: builtin/pack-objects.c:2688
8131msgid "do not hide commits by grafts"
8132msgstr "keine künstlichen Vorgänger-Commits (\"grafts\") verbergen"
8133
8134#: builtin/pack-objects.c:2690
8135msgid "use a bitmap index if available to speed up counting objects"
8136msgstr ""
8137"Bitmap-Index (falls verfügbar) zur Optimierung der Objektzählung benutzen"
8138
8139#: builtin/pack-objects.c:2692
8140msgid "write a bitmap index together with the pack index"
8141msgstr "Bitmap-Index zusammen mit Pack-Index schreiben"
8142
8143#: builtin/pack-objects.c:2783
8144msgid "Counting objects"
8145msgstr "Zähle Objekte"
8146
8147#: builtin/pack-refs.c:6
8148msgid "git pack-refs [options]"
8149msgstr "git pack-refs [Optionen]"
8150
8151#: builtin/pack-refs.c:14
8152msgid "pack everything"
8153msgstr "alles packen"
8154
8155#: builtin/pack-refs.c:15
8156msgid "prune loose refs (default)"
8157msgstr "lose Referenzen entfernen (Standard)"
8158
8159#: builtin/prune-packed.c:7
8160msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
8161msgstr "git prune-packed [-n|--dry-run] [-q|--quiet]"
8162
8163#: builtin/prune-packed.c:40
8164msgid "Removing duplicate objects"
8165msgstr "Lösche doppelte Objekte"
8166
8167#: builtin/prune.c:12
8168msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8169msgstr "git prune [-n] [-v] [--expire <Zeit>] [--] [<head>...]"
8170
8171#: builtin/prune.c:106
8172msgid "do not remove, show only"
8173msgstr "nicht löschen, nur anzeigen"
8174
8175#: builtin/prune.c:107
8176msgid "report pruned objects"
8177msgstr "gelöschte Objekte melden"
8178
8179#: builtin/prune.c:110
8180msgid "expire objects older than <time>"
8181msgstr "Objekte älter als <Zeit> verfallen lassen"
8182
8183#: builtin/push.c:14
8184msgid "git push [<options>] [<repository> [<refspec>...]]"
8185msgstr "git push [<Optionen>] [<Repository> [<Refspec>...]]"
8186
8187#: builtin/push.c:85
8188msgid "tag shorthand without <tag>"
8189msgstr "Kurzschrift für Tag ohne <Tag>"
8190
8191#: builtin/push.c:95
8192msgid "--delete only accepts plain target ref names"
8193msgstr "Die Option --delete akzeptiert nur reine Referenznamen als Ziel."
8194
8195#: builtin/push.c:139
8196msgid ""
8197"\n"
8198"To choose either option permanently, see push.default in 'git help config'."
8199msgstr ""
8200"\n"
8201"Um eine Variante permanent zu verwenden, siehe push.default in 'git help "
8202"config'."
8203
8204#: builtin/push.c:142
8205#, c-format
8206msgid ""
8207"The upstream branch of your current branch does not match\n"
8208"the name of your current branch.  To push to the upstream branch\n"
8209"on the remote, use\n"
8210"\n"
8211"    git push %s HEAD:%s\n"
8212"\n"
8213"To push to the branch of the same name on the remote, use\n"
8214"\n"
8215"    git push %s %s\n"
8216"%s"
8217msgstr ""
8218"Der Name des Upstream-Branches stimmt nicht mit dem Namen Ihres\n"
8219"aktuellen Branches überein. Um auf den Upstream-Branch in dem Remote-\n"
8220"Repository zu versenden, benutzen Sie:\n"
8221"\n"
8222"    git push %s HEAD:%s\n"
8223"\n"
8224"Um auf den Branch mit dem selben Namen im Remote-Repository zu versenden,\n"
8225"benutzen Sie:\n"
8226"\n"
8227"    git push %s %s\n"
8228"%s"
8229
8230#: builtin/push.c:157
8231#, c-format
8232msgid ""
8233"You are not currently on a branch.\n"
8234"To push the history leading to the current (detached HEAD)\n"
8235"state now, use\n"
8236"\n"
8237"    git push %s HEAD:<name-of-remote-branch>\n"
8238msgstr ""
8239"Sie befinden sich im Moment auf keinem Branch.\n"
8240"Um die Historie, führend zum aktuellen (losgelöster HEAD)\n"
8241"Status zu versenden, benutzen Sie\n"
8242"\n"
8243"    git push %s HEAD:<Name-des-Remote-Branches>\n"
8244
8245#: builtin/push.c:171
8246#, c-format
8247msgid ""
8248"The current branch %s has no upstream branch.\n"
8249"To push the current branch and set the remote as upstream, use\n"
8250"\n"
8251"    git push --set-upstream %s %s\n"
8252msgstr ""
8253"Der aktuelle Branch %s hat keinen Upstream-Branch.\n"
8254"Um den aktuellen Branch zu versenden und den Remote-Branch\n"
8255"als Upstream-Branch zu setzen, benutzen Sie\n"
8256"\n"
8257"    git push --set-upstream %s %s\n"
8258
8259#: builtin/push.c:179
8260#, c-format
8261msgid "The current branch %s has multiple upstream branches, refusing to push."
8262msgstr ""
8263"Der aktuelle Branch %s hat mehrere Upstream-Branches, \"push\" verweigert."
8264
8265#: builtin/push.c:182
8266#, c-format
8267msgid ""
8268"You are pushing to remote '%s', which is not the upstream of\n"
8269"your current branch '%s', without telling me what to push\n"
8270"to update which remote branch."
8271msgstr ""
8272"Sie versenden nach '%s', welches kein Upstream-Repository Ihres aktuellen\n"
8273"Branches '%s' ist, ohne anzugeben, was versendet werden soll, um welchen\n"
8274"Remote-Branch zu aktualisieren."
8275
8276#: builtin/push.c:205
8277msgid ""
8278"push.default is unset; its implicit value has changed in\n"
8279"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
8280"and maintain the traditional behavior, use:\n"
8281"\n"
8282"  git config --global push.default matching\n"
8283"\n"
8284"To squelch this message and adopt the new behavior now, use:\n"
8285"\n"
8286"  git config --global push.default simple\n"
8287"\n"
8288"When push.default is set to 'matching', git will push local branches\n"
8289"to the remote branches that already exist with the same name.\n"
8290"\n"
8291"Since Git 2.0, Git defaults to the more conservative 'simple'\n"
8292"behavior, which only pushes the current branch to the corresponding\n"
8293"remote branch that 'git pull' uses to update the current branch.\n"
8294"\n"
8295"See 'git help config' and search for 'push.default' for further "
8296"information.\n"
8297"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
8298"'current' instead of 'simple' if you sometimes use older versions of Git)"
8299msgstr ""
8300"'push.default' ist nicht gesetzt; der implizit gesetzte Wert\n"
8301"wurde in Git 2.0 von 'matching' nach 'simple' geändert. Um diese Meldung zu\n"
8302"unterdrücken und das aktuelle Verhalten nach Änderung des Standardwertes\n"
8303"beizubehalten, benutzen Sie:\n"
8304"\n"
8305"  git config --global push.default matching\n"
8306"\n"
8307"Um diese Meldung zu unterdrücken und das neue Verhalten jetzt zu übernehmen, "
8308"benutzen Sie:\n"
8309"\n"
8310"  git config --global push.default simple\n"
8311"\n"
8312"Wenn 'push.default' auf den Wert 'matching' gesetzt ist, werden lokale\n"
8313"Branches zu den Remote-Branches mit den selben Namen versendet.\n"
8314"\n"
8315"In Git 2.0 wurde das Standardverhalten zu 'simple' geändert. Hierbei wird\n"
8316"der aktuelle Branch zu dem entsprechenden Remote-Branch versendet, den\n"
8317"'git pull' zur Aktualisierung des aktuellen Branches verwendet.\n"
8318"\n"
8319"Führen Sie 'git help config' aus und suchen Sie nach 'push.default' für\n"
8320"weitere Informationen.\n"
8321"(Der Modus 'simple' wurde in Git 1.7.11 eingeführt. Benutzen Sie den "
8322"ähnlichen\n"
8323"Modus 'current' anstatt 'simple', falls Sie gelegentlich ältere Versionen "
8324"von\n"
8325"Git benutzen.)"
8326
8327#: builtin/push.c:272
8328msgid ""
8329"You didn't specify any refspecs to push, and push.default is \"nothing\"."
8330msgstr ""
8331"Sie haben keine Refspec für \"push\" angegeben, und push.default ist "
8332"\"nothing\"."
8333
8334#: builtin/push.c:279
8335msgid ""
8336"Updates were rejected because the tip of your current branch is behind\n"
8337"its remote counterpart. Integrate the remote changes (e.g.\n"
8338"'git pull ...') before pushing again.\n"
8339"See the 'Note about fast-forwards' in 'git push --help' for details."
8340msgstr ""
8341"Aktualisierungen wurden zurückgewiesen, weil die Spitze Ihres aktuellen\n"
8342"Branches hinter seinem externen Gegenstück zurückgefallen ist. Führen Sie\n"
8343"die externen Änderungen zusammen (z.B. 'git pull ...') bevor Sie \"push\"\n"
8344"erneut ausführen.\n"
8345"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"
8346"für weitere Details."
8347
8348#: builtin/push.c:285
8349msgid ""
8350"Updates were rejected because a pushed branch tip is behind its remote\n"
8351"counterpart. Check out this branch and integrate the remote changes\n"
8352"(e.g. 'git pull ...') before pushing again.\n"
8353"See the 'Note about fast-forwards' in 'git push --help' for details."
8354msgstr ""
8355"Aktualisierungen wurden zurückgewiesen, weil die Spitze eines versendeten\n"
8356"Branches hinter seinem externen Gegenstück zurückgefallen ist. Checken Sie\n"
8357"diesen Branch aus und führen Sie die externen Änderungen zusammen\n"
8358"(z.B. 'git pull ...') bevor Sie erneut \"push\" ausführen.\n"
8359"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"
8360"für weitere Details."
8361
8362#: builtin/push.c:291
8363msgid ""
8364"Updates were rejected because the remote contains work that you do\n"
8365"not have locally. This is usually caused by another repository pushing\n"
8366"to the same ref. You may want to first integrate the remote changes\n"
8367"(e.g., 'git pull ...') before pushing again.\n"
8368"See the 'Note about fast-forwards' in 'git push --help' for details."
8369msgstr ""
8370"Aktualisierungen wurden zurückgewiesen, weil das Remote-Repository Commits "
8371"enthält,\n"
8372"die lokal nicht vorhanden sind. Das wird üblicherweise durch einen \"push\" "
8373"von\n"
8374"Commits auf dieselbe Referenz von einem anderen Repository aus verursacht.\n"
8375"Vielleicht müssen Sie die externen Änderungen zusammenzuführen (z.B. 'git "
8376"pull ...')\n"
8377"bevor Sie erneut \"push\" ausführen.\n"
8378"Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'\n"
8379"für weitere Details."
8380
8381#: builtin/push.c:298
8382msgid "Updates were rejected because the tag already exists in the remote."
8383msgstr ""
8384"Aktualisierungen wurden zurückgewiesen, weil das Tag bereits\n"
8385"im Remote-Repository existiert."
8386
8387#: builtin/push.c:301
8388msgid ""
8389"You cannot update a remote ref that points at a non-commit object,\n"
8390"or update a remote ref to make it point at a non-commit object,\n"
8391"without using the '--force' option.\n"
8392msgstr ""
8393"Sie können keine Remote-Referenz aktualisieren, die auf ein Objekt zeigt,\n"
8394"das kein Commit ist, oder es auf ein solches Objekt zeigen lassen, ohne\n"
8395"die Option '--force' zu verwenden.\n"
8396
8397#: builtin/push.c:360
8398#, c-format
8399msgid "Pushing to %s\n"
8400msgstr "Versende nach %s\n"
8401
8402#: builtin/push.c:364
8403#, c-format
8404msgid "failed to push some refs to '%s'"
8405msgstr "Fehler beim Versenden einiger Referenzen nach '%s'"
8406
8407#: builtin/push.c:394
8408#, c-format
8409msgid "bad repository '%s'"
8410msgstr "ungültiges Repository '%s'"
8411
8412#: builtin/push.c:395
8413msgid ""
8414"No configured push destination.\n"
8415"Either specify the URL from the command-line or configure a remote "
8416"repository using\n"
8417"\n"
8418"    git remote add <name> <url>\n"
8419"\n"
8420"and then push using the remote name\n"
8421"\n"
8422"    git push <name>\n"
8423msgstr ""
8424"Kein Ziel für \"push\" konfiguriert.\n"
8425"Entweder spezifizieren Sie die URL von der Kommandozeile oder konfigurieren "
8426"ein Remote-Repository unter Benutzung von\n"
8427"\n"
8428"    git remote add <Name> <URL>\n"
8429"\n"
8430"und führen \"push\" dann unter Benutzung dieses Namens aus\n"
8431"\n"
8432"    git push <Name>\n"
8433
8434#: builtin/push.c:410
8435msgid "--all and --tags are incompatible"
8436msgstr "Die Optionen --all und --tags sind inkompatibel."
8437
8438#: builtin/push.c:411
8439msgid "--all can't be combined with refspecs"
8440msgstr "Die Option --all kann nicht mit Refspecs kombiniert werden."
8441
8442#: builtin/push.c:416
8443msgid "--mirror and --tags are incompatible"
8444msgstr "Die Optionen --mirror und --tags sind inkompatibel."
8445
8446#: builtin/push.c:417
8447msgid "--mirror can't be combined with refspecs"
8448msgstr "Die Option --mirror kann nicht mit Refspecs kombiniert werden."
8449
8450#: builtin/push.c:422
8451msgid "--all and --mirror are incompatible"
8452msgstr "Die Optionen --all und --mirror sind inkompatibel."
8453
8454#: builtin/push.c:493
8455msgid "repository"
8456msgstr "Repository"
8457
8458#: builtin/push.c:494
8459msgid "push all refs"
8460msgstr "alle Referenzen versenden"
8461
8462#: builtin/push.c:495
8463msgid "mirror all refs"
8464msgstr "alle Referenzen spiegeln"
8465
8466#: builtin/push.c:497
8467msgid "delete refs"
8468msgstr "Referenzen löschen"
8469
8470#: builtin/push.c:498
8471msgid "push tags (can't be used with --all or --mirror)"
8472msgstr "Tags versenden (kann nicht mit --all oder --mirror verwendet werden)"
8473
8474#: builtin/push.c:501
8475msgid "force updates"
8476msgstr "Aktualisierung erzwingen"
8477
8478#: builtin/push.c:503
8479msgid "refname>:<expect"
8480msgstr "Referenzname>:<Erwartungswert"
8481
8482#: builtin/push.c:504
8483msgid "require old value of ref to be at this value"
8484msgstr "Referenz muss sich auf dem angegebenen Wert befinden"
8485
8486#: builtin/push.c:507
8487msgid "control recursive pushing of submodules"
8488msgstr "rekursiven \"push\" von Submodulen steuern"
8489
8490#: builtin/push.c:509
8491msgid "use thin pack"
8492msgstr "kleinere Pakete verwenden"
8493
8494#: builtin/push.c:510 builtin/push.c:511
8495msgid "receive pack program"
8496msgstr "'receive pack' Programm"
8497
8498#: builtin/push.c:512
8499msgid "set upstream for git pull/status"
8500msgstr "Upstream für \"git pull/status\" setzen"
8501
8502#: builtin/push.c:515
8503msgid "prune locally removed refs"
8504msgstr "lokal gelöschte Referenzen entfernen"
8505
8506#: builtin/push.c:517
8507msgid "bypass pre-push hook"
8508msgstr "\"pre-push hook\" umgehen"
8509
8510#: builtin/push.c:518
8511msgid "push missing but relevant tags"
8512msgstr "fehlende, aber relevante Tags versenden"
8513
8514#: builtin/push.c:520
8515msgid "GPG sign the push"
8516msgstr "signiert \"push\" mit GPG"
8517
8518#: builtin/push.c:529
8519msgid "--delete is incompatible with --all, --mirror and --tags"
8520msgstr "Die Option --delete ist inkompatibel mit --all, --mirror und --tags."
8521
8522#: builtin/push.c:531
8523msgid "--delete doesn't make sense without any refs"
8524msgstr "Die Option --delete kann nur mit Referenzen verwendet werden."
8525
8526#: builtin/read-tree.c:37
8527msgid ""
8528"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
8529"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
8530"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
8531msgstr ""
8532"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<Präfix>] "
8533"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
8534"index-output=<Datei>] (--empty | <Commit-Referenz1> [<Commit-Referenz2> "
8535"[<Commit-Referenz3>]])"
8536
8537#: builtin/read-tree.c:110
8538msgid "write resulting index to <file>"
8539msgstr "resultierende Staging-Area nach <Datei> schreiben"
8540
8541#: builtin/read-tree.c:113
8542msgid "only empty the index"
8543msgstr "die Staging-Area leeren"
8544
8545#: builtin/read-tree.c:115
8546msgid "Merging"
8547msgstr "Merge"
8548
8549#: builtin/read-tree.c:117
8550msgid "perform a merge in addition to a read"
8551msgstr "einen Merge, zusätzlich zum Lesen, ausführen"
8552
8553#: builtin/read-tree.c:119
8554msgid "3-way merge if no file level merging required"
8555msgstr "3-Wege-Merge, wenn kein Merge auf Dateiebene erforderlich ist"
8556
8557#: builtin/read-tree.c:121
8558msgid "3-way merge in presence of adds and removes"
8559msgstr "3-Wege-Merge bei Vorhandensein von hinzugefügten/entfernten Zeilen"
8560
8561#: builtin/read-tree.c:123
8562msgid "same as -m, but discard unmerged entries"
8563msgstr "genau wie -m, aber nicht zusammengeführte Einträge verwerfen"
8564
8565#: builtin/read-tree.c:124
8566msgid "<subdirectory>/"
8567msgstr "<Unterverzeichnis>/"
8568
8569#: builtin/read-tree.c:125
8570msgid "read the tree into the index under <subdirectory>/"
8571msgstr "das Verzeichnis in die Staging-Area unter <Unterverzeichnis>/ lesen"
8572
8573#: builtin/read-tree.c:128
8574msgid "update working tree with merge result"
8575msgstr "Arbeitsverzeichnis mit dem Ergebnis des Merges aktualisieren"
8576
8577#: builtin/read-tree.c:130
8578msgid "gitignore"
8579msgstr "gitignore"
8580
8581#: builtin/read-tree.c:131
8582msgid "allow explicitly ignored files to be overwritten"
8583msgstr "explizit ignorierte Dateien zu überschreiben erlauben"
8584
8585#: builtin/read-tree.c:134
8586msgid "don't check the working tree after merging"
8587msgstr "das Arbeitsverzeichnis nach dem Merge nicht prüfen"
8588
8589#: builtin/read-tree.c:135
8590msgid "don't update the index or the work tree"
8591msgstr "weder die Staging-Area, noch das Arbeitsverzeichnis aktualisieren"
8592
8593#: builtin/read-tree.c:137
8594msgid "skip applying sparse checkout filter"
8595msgstr "Anwendung des Filters für spärliches Auschecken überspringen"
8596
8597#: builtin/read-tree.c:139
8598msgid "debug unpack-trees"
8599msgstr "Entpacken der Bäume protokollieren"
8600
8601#: builtin/reflog.c:499
8602#, c-format
8603msgid "%s' for '%s' is not a valid timestamp"
8604msgstr "'%s' für '%s' ist kein gültiger Zeitstempel"
8605
8606#: builtin/reflog.c:615 builtin/reflog.c:620
8607#, c-format
8608msgid "'%s' is not a valid timestamp"
8609msgstr "'%s' ist kein gültiger Zeitstempel"
8610
8611#: builtin/remote.c:12
8612msgid "git remote [-v | --verbose]"
8613msgstr "git remote [-v | --verbose]"
8614
8615#: builtin/remote.c:13
8616msgid ""
8617"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
8618"mirror=<fetch|push>] <name> <url>"
8619msgstr ""
8620"git remote add [-t <Branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
8621"mirror=<fetch|push>] <Name> <URL>"
8622
8623#: builtin/remote.c:14 builtin/remote.c:33
8624msgid "git remote rename <old> <new>"
8625msgstr "git remote rename <alt> <neu>"
8626
8627#: builtin/remote.c:15 builtin/remote.c:38
8628msgid "git remote remove <name>"
8629msgstr "git remote remove <Name>"
8630
8631#: builtin/remote.c:16
8632msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"
8633msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"
8634
8635#: builtin/remote.c:17
8636msgid "git remote [-v | --verbose] show [-n] <name>"
8637msgstr "git remote [-v | --verbose] show [-n] <Name>"
8638
8639#: builtin/remote.c:18
8640msgid "git remote prune [-n | --dry-run] <name>"
8641msgstr "git remote prune [-n | --dry-run] <Name>"
8642
8643#: builtin/remote.c:19
8644msgid ""
8645"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8646msgstr ""
8647"git remote [-v | --verbose] update [-p | --prune] [(<Gruppe> | <Remote>)...]"
8648
8649#: builtin/remote.c:20
8650msgid "git remote set-branches [--add] <name> <branch>..."
8651msgstr "git remote set-branches [--add] <Name> <Branch>..."
8652
8653#: builtin/remote.c:21 builtin/remote.c:69
8654msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
8655msgstr "git remote set-url [--push] <Name> <neueURL> [<alteURL>]"
8656
8657#: builtin/remote.c:22 builtin/remote.c:70
8658msgid "git remote set-url --add <name> <newurl>"
8659msgstr "git remote set-url --add <Name> <neueURL>"
8660
8661#: builtin/remote.c:23 builtin/remote.c:71
8662msgid "git remote set-url --delete <name> <url>"
8663msgstr "git remote set-url --delete <Name> <URL>"
8664
8665#: builtin/remote.c:28
8666msgid "git remote add [<options>] <name> <url>"
8667msgstr "git remote add [<Optionen>] <Name> <URL>"
8668
8669#: builtin/remote.c:43
8670msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
8671msgstr "git remote set-head <Name> (-a | --auto | -d | --delete | <Branch>)"
8672
8673#: builtin/remote.c:48
8674msgid "git remote set-branches <name> <branch>..."
8675msgstr "git remote set-branches <Name> <Branch>..."
8676
8677#: builtin/remote.c:49
8678msgid "git remote set-branches --add <name> <branch>..."
8679msgstr "git remote set-branches --add <Name> <Branch>..."
8680
8681#: builtin/remote.c:54
8682msgid "git remote show [<options>] <name>"
8683msgstr "git remote show [<Optionen>] <Name>"
8684
8685#: builtin/remote.c:59
8686msgid "git remote prune [<options>] <name>"
8687msgstr "git remote prune [<Optionen>] <Name>"
8688
8689#: builtin/remote.c:64
8690msgid "git remote update [<options>] [<group> | <remote>]..."
8691msgstr "git remote update [<Optionen>] [<Gruppe> | <externesRepository>]..."
8692
8693#: builtin/remote.c:88
8694#, c-format
8695msgid "Updating %s"
8696msgstr "Aktualisiere %s"
8697
8698#: builtin/remote.c:120
8699msgid ""
8700"--mirror is dangerous and deprecated; please\n"
8701"\t use --mirror=fetch or --mirror=push instead"
8702msgstr ""
8703"--mirror ist gefährlich und veraltet; bitte\n"
8704"\t benutzen Sie stattdessen --mirror=fetch oder --mirror=push"
8705
8706#: builtin/remote.c:137
8707#, c-format
8708msgid "unknown mirror argument: %s"
8709msgstr "unbekanntes Argument für Option --mirror: %s"
8710
8711#: builtin/remote.c:153
8712msgid "fetch the remote branches"
8713msgstr "die Remote-Branches anfordern"
8714
8715#: builtin/remote.c:155
8716msgid "import all tags and associated objects when fetching"
8717msgstr "alle Tags und verbundene Objekte beim Anfordern importieren"
8718
8719#: builtin/remote.c:158
8720msgid "or do not fetch any tag at all (--no-tags)"
8721msgstr "oder fordere gar keine Zweige an (--no-tags)"
8722
8723#: builtin/remote.c:160
8724msgid "branch(es) to track"
8725msgstr "Branch(es) zur Übernahme"
8726
8727#: builtin/remote.c:161
8728msgid "master branch"
8729msgstr "Hauptbranch"
8730
8731#: builtin/remote.c:162
8732msgid "push|fetch"
8733msgstr "push|fetch"
8734
8735#: builtin/remote.c:163
8736msgid "set up remote as a mirror to push to or fetch from"
8737msgstr ""
8738"Aufsetzen des Remote-Repositories als Spiegel-Repository für \"push\" und "
8739"\"fetch\""
8740
8741#: builtin/remote.c:175
8742msgid "specifying a master branch makes no sense with --mirror"
8743msgstr ""
8744"Die Option --mirror kann nicht mit der Angabe eines Hauptbranches verwendet "
8745"werden."
8746
8747#: builtin/remote.c:177
8748msgid "specifying branches to track makes sense only with fetch mirrors"
8749msgstr ""
8750"Die Angabe von zu folgenden Branches kann nur mit dem Anfordern von "
8751"Spiegelarchiven verwendet werden."
8752
8753#: builtin/remote.c:185 builtin/remote.c:641
8754#, c-format
8755msgid "remote %s already exists."
8756msgstr "externes Repository %s existiert bereits"
8757
8758#: builtin/remote.c:189 builtin/remote.c:645
8759#, c-format
8760msgid "'%s' is not a valid remote name"
8761msgstr "'%s' ist kein gültiger Name für ein Remote-Repository"
8762
8763#: builtin/remote.c:233
8764#, c-format
8765msgid "Could not setup master '%s'"
8766msgstr "Konnte symbolische Referenz für Hauptbranch von '%s' nicht einrichten"
8767
8768#: builtin/remote.c:333
8769#, c-format
8770msgid "Could not get fetch map for refspec %s"
8771msgstr "Konnte Fetch-Map für Refspec %s nicht bekommen"
8772
8773#: builtin/remote.c:434 builtin/remote.c:442
8774msgid "(matching)"
8775msgstr "(übereinstimmend)"
8776
8777#: builtin/remote.c:446
8778msgid "(delete)"
8779msgstr "(lösche)"
8780
8781#: builtin/remote.c:590 builtin/remote.c:596 builtin/remote.c:602
8782#, c-format
8783msgid "Could not append '%s' to '%s'"
8784msgstr "Konnte '%s' nicht an '%s' anhängen."
8785
8786#: builtin/remote.c:634 builtin/remote.c:793 builtin/remote.c:893
8787#, c-format
8788msgid "No such remote: %s"
8789msgstr "Kein solches Remote-Repository: %s"
8790
8791#: builtin/remote.c:651
8792#, c-format
8793msgid "Could not rename config section '%s' to '%s'"
8794msgstr "Konnte Sektion '%s' in Konfiguration nicht nach '%s' umbenennen"
8795
8796#: builtin/remote.c:657 builtin/remote.c:845
8797#, c-format
8798msgid "Could not remove config section '%s'"
8799msgstr "Konnte Sektion '%s' nicht aus Konfiguration entfernen"
8800
8801#: builtin/remote.c:672
8802#, c-format
8803msgid ""
8804"Not updating non-default fetch refspec\n"
8805"\t%s\n"
8806"\tPlease update the configuration manually if necessary."
8807msgstr ""
8808"Keine Aktualisierung der nicht standardmäßigen Refspec für \"fetch\"\n"
8809"\t%s\n"
8810"\tBitte aktualisieren Sie, falls notwendig, die Konfiguration manuell."
8811
8812#: builtin/remote.c:678
8813#, c-format
8814msgid "Could not append '%s'"
8815msgstr "Konnte '%s' nicht anhängen."
8816
8817#: builtin/remote.c:689
8818#, c-format
8819msgid "Could not set '%s'"
8820msgstr "Konnte '%s' nicht setzen"
8821
8822#: builtin/remote.c:711
8823#, c-format
8824msgid "deleting '%s' failed"
8825msgstr "Konnte '%s' nicht löschen"
8826
8827#: builtin/remote.c:745
8828#, c-format
8829msgid "creating '%s' failed"
8830msgstr "Konnte '%s' nicht erstellen"
8831
8832#: builtin/remote.c:764
8833#, c-format
8834msgid "Could not remove branch %s"
8835msgstr "Konnte Branch %s nicht löschen"
8836
8837#: builtin/remote.c:831
8838msgid ""
8839"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
8840"to delete it, use:"
8841msgid_plural ""
8842"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
8843"to delete them, use:"
8844msgstr[0] ""
8845"Hinweis: Ein Branch außerhalb der refs/remotes/ Hierachie wurde nicht "
8846"gelöscht;\n"
8847"um diesen zu löschen, benutzen Sie:"
8848msgstr[1] ""
8849"Hinweis: Einige Branches außer der refs/remotes/ Hierarchie wurden nicht "
8850"entfernt;\n"
8851"um diese zu entfernen, benutzen Sie:"
8852
8853#: builtin/remote.c:946
8854#, c-format
8855msgid " new (next fetch will store in remotes/%s)"
8856msgstr " neu (wird bei nächstem \"fetch\" in remotes/%s gespeichert)"
8857
8858#: builtin/remote.c:949
8859msgid " tracked"
8860msgstr " gefolgt"
8861
8862#: builtin/remote.c:951
8863msgid " stale (use 'git remote prune' to remove)"
8864msgstr " veraltet (benutzen Sie 'git remote prune' zum Löschen)"
8865
8866#: builtin/remote.c:953
8867msgid " ???"
8868msgstr " ???"
8869
8870#: builtin/remote.c:994
8871#, c-format
8872msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
8873msgstr "ungültiges branch.%s.merge; kann Rebase nicht auf > 1 Branch ausführen"
8874
8875#: builtin/remote.c:1001
8876#, c-format
8877msgid "rebases onto remote %s"
8878msgstr "Rebase auf Remote-Branch %s"
8879
8880#: builtin/remote.c:1004
8881#, c-format
8882msgid " merges with remote %s"
8883msgstr " führt mit Remote-Branch %s zusammen"
8884
8885#: builtin/remote.c:1005
8886msgid "    and with remote"
8887msgstr "    und mit Remote-Branch"
8888
8889#: builtin/remote.c:1007
8890#, c-format
8891msgid "merges with remote %s"
8892msgstr "führt mit Remote-Branch %s zusammen"
8893
8894#: builtin/remote.c:1008
8895msgid "   and with remote"
8896msgstr "   und mit Remote-Branch"
8897
8898#: builtin/remote.c:1054
8899msgid "create"
8900msgstr "erstellt"
8901
8902#: builtin/remote.c:1057
8903msgid "delete"
8904msgstr "gelöscht"
8905
8906#: builtin/remote.c:1061
8907msgid "up to date"
8908msgstr "aktuell"
8909
8910#: builtin/remote.c:1064
8911msgid "fast-forwardable"
8912msgstr "vorspulbar"
8913
8914#: builtin/remote.c:1067
8915msgid "local out of date"
8916msgstr "lokal nicht aktuell"
8917
8918#: builtin/remote.c:1074
8919#, c-format
8920msgid "    %-*s forces to %-*s (%s)"
8921msgstr "    %-*s erzwingt Versandt nach %-*s (%s)"
8922
8923#: builtin/remote.c:1077
8924#, c-format
8925msgid "    %-*s pushes to %-*s (%s)"
8926msgstr "    %-*s versendet nach %-*s (%s)"
8927
8928#: builtin/remote.c:1081
8929#, c-format
8930msgid "    %-*s forces to %s"
8931msgstr "    %-*s erzwingt Versand nach %s"
8932
8933#: builtin/remote.c:1084
8934#, c-format
8935msgid "    %-*s pushes to %s"
8936msgstr "    %-*s versendet nach %s"
8937
8938#: builtin/remote.c:1152
8939msgid "do not query remotes"
8940msgstr "keine Abfrage von Remote-Repositories"
8941
8942#: builtin/remote.c:1179
8943#, c-format
8944msgid "* remote %s"
8945msgstr "* Remote-Repository %s"
8946
8947#: builtin/remote.c:1180
8948#, c-format
8949msgid "  Fetch URL: %s"
8950msgstr "  URL zum Abholen: %s"
8951
8952#: builtin/remote.c:1181 builtin/remote.c:1332
8953msgid "(no URL)"
8954msgstr "(keine URL)"
8955
8956#: builtin/remote.c:1190 builtin/remote.c:1192
8957#, c-format
8958msgid "  Push  URL: %s"
8959msgstr "  URL zum Versenden: %s"
8960
8961#: builtin/remote.c:1194 builtin/remote.c:1196 builtin/remote.c:1198
8962#, c-format
8963msgid "  HEAD branch: %s"
8964msgstr "  Hauptbranch: %s"
8965
8966#: builtin/remote.c:1200
8967#, c-format
8968msgid ""
8969"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
8970msgstr ""
8971"  Hauptbranch (externer HEAD ist mehrdeutig, könnte einer der folgenden "
8972"sein):\n"
8973
8974#: builtin/remote.c:1212
8975#, c-format
8976msgid "  Remote branch:%s"
8977msgid_plural "  Remote branches:%s"
8978msgstr[0] "  Remote-Branch:%s"
8979msgstr[1] "  Remote-Branches:%s"
8980
8981#: builtin/remote.c:1215 builtin/remote.c:1242
8982msgid " (status not queried)"
8983msgstr " (Zustand nicht abgefragt)"
8984
8985#: builtin/remote.c:1224
8986msgid "  Local branch configured for 'git pull':"
8987msgid_plural "  Local branches configured for 'git pull':"
8988msgstr[0] "  Lokaler Branch konfiguriert für 'git pull':"
8989msgstr[1] "  Lokale Branches konfiguriert für 'git pull':"
8990
8991#: builtin/remote.c:1232
8992msgid "  Local refs will be mirrored by 'git push'"
8993msgstr "  Lokale Referenzen werden von 'git push' gespiegelt"
8994
8995#: builtin/remote.c:1239
8996#, c-format
8997msgid "  Local ref configured for 'git push'%s:"
8998msgid_plural "  Local refs configured for 'git push'%s:"
8999msgstr[0] "  Lokale Referenz konfiguriert für 'git push'%s:"
9000msgstr[1] "  Lokale Referenzen konfiguriert für 'git push'%s:"
9001
9002#: builtin/remote.c:1260
9003msgid "set refs/remotes/<name>/HEAD according to remote"
9004msgstr "setzt refs/remotes/<Name>/HEAD gemäß dem Remote-Repository"
9005
9006#: builtin/remote.c:1262
9007msgid "delete refs/remotes/<name>/HEAD"
9008msgstr "entfernt refs/remotes/<Name>/HEAD"
9009
9010#: builtin/remote.c:1277
9011msgid "Cannot determine remote HEAD"
9012msgstr "Kann HEAD des Remote-Repositories nicht bestimmen"
9013
9014#: builtin/remote.c:1279
9015msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9016msgstr ""
9017"Mehrere Hauptbranches im Remote-Repository. Bitte wählen Sie explizit einen "
9018"aus mit:"
9019
9020#: builtin/remote.c:1289
9021#, c-format
9022msgid "Could not delete %s"
9023msgstr "Konnte %s nicht entfernen"
9024
9025#: builtin/remote.c:1297
9026#, c-format
9027msgid "Not a valid ref: %s"
9028msgstr "keine gültige Referenz: %s"
9029
9030#: builtin/remote.c:1299
9031#, c-format
9032msgid "Could not setup %s"
9033msgstr "Konnte %s nicht einrichten"
9034
9035#: builtin/remote.c:1317
9036#, c-format
9037msgid " %s will become dangling!"
9038msgstr " %s wird unreferenziert!"
9039
9040#: builtin/remote.c:1318
9041#, c-format
9042msgid " %s has become dangling!"
9043msgstr " %s wurde unreferenziert!"
9044
9045#: builtin/remote.c:1328
9046#, c-format
9047msgid "Pruning %s"
9048msgstr "entferne veraltete Branches von %s"
9049
9050#: builtin/remote.c:1329
9051#, c-format
9052msgid "URL: %s"
9053msgstr "URL: %s"
9054
9055#: builtin/remote.c:1352
9056#, c-format
9057msgid " * [would prune] %s"
9058msgstr " * [würde veralteten Branch entfernen] %s"
9059
9060#: builtin/remote.c:1355
9061#, c-format
9062msgid " * [pruned] %s"
9063msgstr "* [veralteten Branch entfernt] %s"
9064
9065#: builtin/remote.c:1400
9066msgid "prune remotes after fetching"
9067msgstr "entferne veraltete Branches im Remote-Repository nach \"fetch\""
9068
9069#: builtin/remote.c:1466 builtin/remote.c:1540
9070#, c-format
9071msgid "No such remote '%s'"
9072msgstr "Kein solches Remote-Repository '%s'"
9073
9074#: builtin/remote.c:1486
9075msgid "add branch"
9076msgstr "Branch hinzufügen"
9077
9078#: builtin/remote.c:1493
9079msgid "no remote specified"
9080msgstr "kein Remote-Repository angegeben"
9081
9082#: builtin/remote.c:1515
9083msgid "manipulate push URLs"
9084msgstr "URLs für \"push\" manipulieren"
9085
9086#: builtin/remote.c:1517
9087msgid "add URL"
9088msgstr "URL hinzufügen"
9089
9090#: builtin/remote.c:1519
9091msgid "delete URLs"
9092msgstr "URLs löschen"
9093
9094#: builtin/remote.c:1526
9095msgid "--add --delete doesn't make sense"
9096msgstr ""
9097"Die Optionen --add und --delete können nicht gemeinsam verwendet werden."
9098
9099#: builtin/remote.c:1566
9100#, c-format
9101msgid "Invalid old URL pattern: %s"
9102msgstr "ungültiges altes URL Format: %s"
9103
9104#: builtin/remote.c:1574
9105#, c-format
9106msgid "No such URL found: %s"
9107msgstr "Keine solche URL gefunden: %s"
9108
9109#: builtin/remote.c:1576
9110msgid "Will not delete all non-push URLs"
9111msgstr "Werde keine URLs entfernen, die nicht für \"push\" bestimmt sind"
9112
9113#: builtin/remote.c:1590
9114msgid "be verbose; must be placed before a subcommand"
9115msgstr "erweiterte Ausgaben; muss vor einem Unterkommando angegeben werden"
9116
9117#: builtin/repack.c:17
9118msgid "git repack [options]"
9119msgstr "git repack [Optionen]"
9120
9121#: builtin/repack.c:159
9122msgid "pack everything in a single pack"
9123msgstr "alles in eine einzige Pack-Datei packen"
9124
9125#: builtin/repack.c:161
9126msgid "same as -a, and turn unreachable objects loose"
9127msgstr "genau wie -a, unerreichbare Objekte werden aber nicht gelöscht"
9128
9129#: builtin/repack.c:164
9130msgid "remove redundant packs, and run git-prune-packed"
9131msgstr "redundante Pakete entfernen und \"git-prune-packed\" ausführen"
9132
9133#: builtin/repack.c:166
9134msgid "pass --no-reuse-delta to git-pack-objects"
9135msgstr "--no-reuse-delta an git-pack-objects übergeben"
9136
9137#: builtin/repack.c:168
9138msgid "pass --no-reuse-object to git-pack-objects"
9139msgstr "--no-reuse-object an git-pack-objects übergeben"
9140
9141#: builtin/repack.c:170
9142msgid "do not run git-update-server-info"
9143msgstr "git-update-server-info nicht ausführen"
9144
9145#: builtin/repack.c:173
9146msgid "pass --local to git-pack-objects"
9147msgstr "--local an git-pack-objects übergeben"
9148
9149#: builtin/repack.c:175
9150msgid "write bitmap index"
9151msgstr "Bitmap-Index schreiben"
9152
9153#: builtin/repack.c:176
9154msgid "approxidate"
9155msgstr "Datumsangabe"
9156
9157#: builtin/repack.c:177
9158msgid "with -A, do not loosen objects older than this"
9159msgstr "mit -A, keine Objekte älter als dieses Datum löschen"
9160
9161#: builtin/repack.c:179
9162msgid "size of the window used for delta compression"
9163msgstr "Größe des Fensters für die Delta-Kompression"
9164
9165#: builtin/repack.c:180 builtin/repack.c:184
9166msgid "bytes"
9167msgstr "Bytes"
9168
9169#: builtin/repack.c:181
9170msgid "same as the above, but limit memory size instead of entries count"
9171msgstr ""
9172"gleiches wie oben, aber die Speichergröße anstatt der\n"
9173"Anzahl der Einträge limitieren"
9174
9175#: builtin/repack.c:183
9176msgid "limits the maximum delta depth"
9177msgstr "die maximale Delta-Tiefe limitieren"
9178
9179#: builtin/repack.c:185
9180msgid "maximum size of each packfile"
9181msgstr "maximale Größe für jede Paketdatei"
9182
9183#: builtin/repack.c:187
9184msgid "repack objects in packs marked with .keep"
9185msgstr ""
9186"Objekte umpacken, die sich in mit .keep markierten Pack-Dateien befinden"
9187
9188#: builtin/repack.c:371
9189#, c-format
9190msgid "removing '%s' failed"
9191msgstr "Löschen von '%s' fehlgeschlagen"
9192
9193#: builtin/replace.c:19
9194msgid "git replace [-f] <object> <replacement>"
9195msgstr "git replace [-f] <Objekt> <Ersetzung>"
9196
9197#: builtin/replace.c:20
9198msgid "git replace [-f] --edit <object>"
9199msgstr "git replace [-f] --edit <Objekt>"
9200
9201#: builtin/replace.c:21
9202msgid "git replace [-f] --graft <commit> [<parent>...]"
9203msgstr "git replace [-f] --graft <Commit> [<Eltern-Commit>...]"
9204
9205#: builtin/replace.c:22
9206msgid "git replace -d <object>..."
9207msgstr "git replace -d <Objekt>..."
9208
9209#: builtin/replace.c:23
9210msgid "git replace [--format=<format>] [-l [<pattern>]]"
9211msgstr "git replace [--format=<Format>] [-l [<Muster>]]"
9212
9213#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
9214#, c-format
9215msgid "Not a valid object name: '%s'"
9216msgstr "Ungültiger Objekt-Name: '%s'"
9217
9218#: builtin/replace.c:355
9219#, c-format
9220msgid "bad mergetag in commit '%s'"
9221msgstr "ungültiger Merge-Tag in Commit '%s'"
9222
9223#: builtin/replace.c:357
9224#, c-format
9225msgid "malformed mergetag in commit '%s'"
9226msgstr "fehlerhafter Merge-Tag in Commit '%s'"
9227
9228#: builtin/replace.c:368
9229#, c-format
9230msgid ""
9231"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9232"instead of --graft"
9233msgstr ""
9234"Der ursprüngliche Commit '%s' enthält Merge-Tag '%s', der verworfen\n"
9235"wird; benutzen Sie --edit anstatt --graft"
9236
9237#: builtin/replace.c:401
9238#, c-format
9239msgid "the original commit '%s' has a gpg signature."
9240msgstr "Der ursprüngliche Commit '%s' hat eine GPG-Signatur."
9241
9242#: builtin/replace.c:402
9243msgid "the signature will be removed in the replacement commit!"
9244msgstr "Die Signatur wird in dem Ersetzungs-Commit entfernt!"
9245
9246#: builtin/replace.c:408
9247#, c-format
9248msgid "could not write replacement commit for: '%s'"
9249msgstr "Konnte Ersetzungs-Commit für '%s' nicht schreiben"
9250
9251#: builtin/replace.c:432
9252msgid "list replace refs"
9253msgstr "ersetzende Referenzen auflisten"
9254
9255#: builtin/replace.c:433
9256msgid "delete replace refs"
9257msgstr "ersetzende Referenzen löschen"
9258
9259#: builtin/replace.c:434
9260msgid "edit existing object"
9261msgstr "existierendes Objekt bearbeiten"
9262
9263#: builtin/replace.c:435
9264msgid "change a commit's parents"
9265msgstr "Eltern-Commits eines Commits ändern"
9266
9267#: builtin/replace.c:436
9268msgid "replace the ref if it exists"
9269msgstr "die Referenz ersetzen, wenn sie existiert"
9270
9271#: builtin/replace.c:437
9272msgid "do not pretty-print contents for --edit"
9273msgstr "keine ansprechende Anzeige des Objektinhaltes für --edit"
9274
9275#: builtin/replace.c:438
9276msgid "use this format"
9277msgstr "das angegebene Format benutzen"
9278
9279#: builtin/rerere.c:12
9280msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
9281msgstr "git rerere [clean | forget path... | status | remaining | diff | gc]"
9282
9283#: builtin/rerere.c:57
9284msgid "register clean resolutions in index"
9285msgstr "saubere Auflösungen in der Staging-Area registrieren"
9286
9287#: builtin/reset.c:26
9288msgid ""
9289"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
9290msgstr ""
9291"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<Commit>]"
9292
9293#: builtin/reset.c:27
9294msgid "git reset [-q] <tree-ish> [--] <paths>..."
9295msgstr "git reset [-q] <Commit-Referenz> [--] <Pfade>..."
9296
9297#: builtin/reset.c:28
9298msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
9299msgstr "git reset --patch [<Commit-Referenz>] [--] [<Pfade>...]"
9300
9301#: builtin/reset.c:34
9302msgid "mixed"
9303msgstr "mixed"
9304
9305#: builtin/reset.c:34
9306msgid "soft"
9307msgstr "soft"
9308
9309#: builtin/reset.c:34
9310msgid "hard"
9311msgstr "hard"
9312
9313#: builtin/reset.c:34
9314msgid "merge"
9315msgstr "zusammenführen"
9316
9317#: builtin/reset.c:34
9318msgid "keep"
9319msgstr "keep"
9320
9321#: builtin/reset.c:74
9322msgid "You do not have a valid HEAD."
9323msgstr "Sie haben keinen gültigen HEAD."
9324
9325#: builtin/reset.c:76
9326msgid "Failed to find tree of HEAD."
9327msgstr "Fehler beim Finden des \"Tree\"-Objektes von HEAD."
9328
9329#: builtin/reset.c:82
9330#, c-format
9331msgid "Failed to find tree of %s."
9332msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."
9333
9334#: builtin/reset.c:100
9335#, c-format
9336msgid "HEAD is now at %s"
9337msgstr "HEAD ist jetzt bei %s"
9338
9339#: builtin/reset.c:183
9340#, c-format
9341msgid "Cannot do a %s reset in the middle of a merge."
9342msgstr "Kann keinen '%s'-Reset durchführen, während ein Merge im Gange ist."
9343
9344#: builtin/reset.c:276
9345msgid "be quiet, only report errors"
9346msgstr "weniger Ausgaben, meldet nur Fehler"
9347
9348#: builtin/reset.c:278
9349msgid "reset HEAD and index"
9350msgstr "HEAD und Staging-Area umsetzen"
9351
9352#: builtin/reset.c:279
9353msgid "reset only HEAD"
9354msgstr "nur HEAD umsetzen"
9355
9356#: builtin/reset.c:281 builtin/reset.c:283
9357msgid "reset HEAD, index and working tree"
9358msgstr "HEAD, Staging-Area und Arbeitsverzeichnis umsetzen"
9359
9360#: builtin/reset.c:285
9361msgid "reset HEAD but keep local changes"
9362msgstr "HEAD umsetzen, aber lokale Änderungen behalten"
9363
9364#: builtin/reset.c:288
9365msgid "record only the fact that removed paths will be added later"
9366msgstr "nur speichern, dass gelöschte Pfade später hinzugefügt werden sollen"
9367
9368#: builtin/reset.c:305
9369#, c-format
9370msgid "Failed to resolve '%s' as a valid revision."
9371msgstr "Konnte '%s' nicht als gültigen Commit auflösen."
9372
9373#: builtin/reset.c:308 builtin/reset.c:316
9374#, c-format
9375msgid "Could not parse object '%s'."
9376msgstr "Konnte Objekt '%s' nicht parsen."
9377
9378#: builtin/reset.c:313
9379#, c-format
9380msgid "Failed to resolve '%s' as a valid tree."
9381msgstr "Konnte '%s' nicht als gültiges \"Tree\"-Objekt auflösen."
9382
9383#: builtin/reset.c:322
9384msgid "--patch is incompatible with --{hard,mixed,soft}"
9385msgstr "--patch ist inkompatibel mit --{hard,mixed,soft}"
9386
9387#: builtin/reset.c:331
9388msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
9389msgstr ""
9390"--mixed mit Pfaden ist veraltet; benutzen Sie stattdessen 'git reset -- "
9391"<Pfade>'."
9392
9393#: builtin/reset.c:333
9394#, c-format
9395msgid "Cannot do %s reset with paths."
9396msgstr "Ein '%s'-Reset mit Pfaden ist nicht möglich."
9397
9398#: builtin/reset.c:343
9399#, c-format
9400msgid "%s reset is not allowed in a bare repository"
9401msgstr "'%s'-Reset ist in einem Bare-Repository nicht erlaubt"
9402
9403#: builtin/reset.c:347
9404msgid "-N can only be used with --mixed"
9405msgstr "-N kann nur mit -mixed benutzt werden"
9406
9407#: builtin/reset.c:364
9408msgid "Unstaged changes after reset:"
9409msgstr "Nicht zum Commit vorgemerkte Änderungen nach Zurücksetzung:"
9410
9411#: builtin/reset.c:370
9412#, c-format
9413msgid "Could not reset index file to revision '%s'."
9414msgstr "Konnte Staging-Area-Datei nicht zu Commit '%s' setzen."
9415
9416#: builtin/reset.c:374
9417msgid "Could not write new index file."
9418msgstr "Konnte neue Staging-Area-Datei nicht schreiben."
9419
9420#: builtin/rev-parse.c:361
9421msgid "git rev-parse --parseopt [options] -- [<args>...]"
9422msgstr "git rev-parse --parseopt [Optionen] -- [<Argumente>...]"
9423
9424#: builtin/rev-parse.c:366
9425msgid "keep the `--` passed as an arg"
9426msgstr "`--` als Argument lassen"
9427
9428#: builtin/rev-parse.c:368
9429msgid "stop parsing after the first non-option argument"
9430msgstr "das Parsen nach dem ersten Argument, was keine Option ist, stoppen"
9431
9432#: builtin/rev-parse.c:371
9433msgid "output in stuck long form"
9434msgstr ""
9435"Ausgabe in Langform mit Argumenten an den Optionen (getrennt durch '=')"
9436
9437#: builtin/rev-parse.c:499
9438msgid ""
9439"git rev-parse --parseopt [options] -- [<args>...]\n"
9440"   or: git rev-parse --sq-quote [<arg>...]\n"
9441"   or: git rev-parse [options] [<arg>...]\n"
9442"\n"
9443"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
9444msgstr ""
9445"git rev-parse --parseopt [Optionen] -- [<Argumente>...]\n"
9446"   oder: git rev-parse --sq-quote [<Argumente>...]\n"
9447"   oder: git rev-parse [Optionen] [<Argumente>...]\n"
9448"\n"
9449"Führen Sie \"git rev-parse --parseopt -h\" für weitere Informationen bei "
9450"erster Verwendung aus."
9451
9452#: builtin/revert.c:22
9453msgid "git revert [options] <commit-ish>..."
9454msgstr "git revert [Optionen] <Commit-Angabe>..."
9455
9456#: builtin/revert.c:23
9457msgid "git revert <subcommand>"
9458msgstr "git revert <Unterkommando>"
9459
9460#: builtin/revert.c:28
9461msgid "git cherry-pick [options] <commit-ish>..."
9462msgstr "git cherry-pick [Optionen] <Commit-Angabe>..."
9463
9464#: builtin/revert.c:29
9465msgid "git cherry-pick <subcommand>"
9466msgstr "git cherry-pick <Unterkommando>"
9467
9468#: builtin/revert.c:71
9469#, c-format
9470msgid "%s: %s cannot be used with %s"
9471msgstr "%s: %s kann nicht mit %s verwendet werden"
9472
9473#: builtin/revert.c:80
9474msgid "end revert or cherry-pick sequence"
9475msgstr "\"revert\" oder \"cherry-pick\" Ablauf beenden"
9476
9477#: builtin/revert.c:81
9478msgid "resume revert or cherry-pick sequence"
9479msgstr "\"revert\" oder \"cherry-pick\" Ablauf fortsetzen"
9480
9481#: builtin/revert.c:82
9482msgid "cancel revert or cherry-pick sequence"
9483msgstr "\"revert\" oder \"cherry-pick\" Ablauf abbrechen"
9484
9485#: builtin/revert.c:83
9486msgid "don't automatically commit"
9487msgstr "nicht automatisch committen"
9488
9489#: builtin/revert.c:84
9490msgid "edit the commit message"
9491msgstr "Commit-Beschreibung bearbeiten"
9492
9493#: builtin/revert.c:87
9494msgid "parent number"
9495msgstr "Nummer des Elternteils"
9496
9497#: builtin/revert.c:89
9498msgid "merge strategy"
9499msgstr "Merge-Strategie"
9500
9501#: builtin/revert.c:90
9502msgid "option"
9503msgstr "Option"
9504
9505#: builtin/revert.c:91
9506msgid "option for merge strategy"
9507msgstr "Option für Merge-Strategie"
9508
9509#: builtin/revert.c:104
9510msgid "append commit name"
9511msgstr "Commit-Namen anhängen"
9512
9513#: builtin/revert.c:105
9514msgid "allow fast-forward"
9515msgstr "Vorspulen erlauben"
9516
9517#: builtin/revert.c:106
9518msgid "preserve initially empty commits"
9519msgstr "ursprüngliche, leere Commits erhalten"
9520
9521#: builtin/revert.c:107
9522msgid "allow commits with empty messages"
9523msgstr "Commits mit leerer Beschreibung erlauben"
9524
9525#: builtin/revert.c:108
9526msgid "keep redundant, empty commits"
9527msgstr "redundante, leere Commits behalten"
9528
9529#: builtin/revert.c:112
9530msgid "program error"
9531msgstr "Programmfehler"
9532
9533#: builtin/revert.c:197
9534msgid "revert failed"
9535msgstr "\"revert\" fehlgeschlagen"
9536
9537#: builtin/revert.c:212
9538msgid "cherry-pick failed"
9539msgstr "\"cherry-pick\" fehlgeschlagen"
9540
9541#: builtin/rm.c:17
9542msgid "git rm [options] [--] <file>..."
9543msgstr "git rm [Optionen] [--] [<Datei>...]"
9544
9545#: builtin/rm.c:65
9546msgid ""
9547"the following submodule (or one of its nested submodules)\n"
9548"uses a .git directory:"
9549msgid_plural ""
9550"the following submodules (or one of their nested submodules)\n"
9551"use a .git directory:"
9552msgstr[0] ""
9553"das folgende Submodul (oder ein geschachteltes Submodul hiervon)\n"
9554"benutzt ein .git-Verzeichnis:"
9555msgstr[1] ""
9556"die folgenden Submodule (oder ein geschachteltes Submodul hiervon)\n"
9557"benutzen ein .git-Verzeichnis:"
9558
9559#: builtin/rm.c:71
9560msgid ""
9561"\n"
9562"(use 'rm -rf' if you really want to remove it including all of its history)"
9563msgstr ""
9564"\n"
9565"(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"
9566"seiner Historie löschen möchten)"
9567
9568#: builtin/rm.c:231
9569msgid ""
9570"the following file has staged content different from both the\n"
9571"file and the HEAD:"
9572msgid_plural ""
9573"the following files have staged content different from both the\n"
9574"file and the HEAD:"
9575msgstr[0] ""
9576"die folgende Datei hat zum Commit vorgemerkte Änderungen unterschiedlich\n"
9577"zu der Datei und HEAD:"
9578msgstr[1] ""
9579"die folgenden Dateien haben zum Commit vorgemerkte Änderungen "
9580"unterschiedlich\n"
9581"zu der Datei und HEAD:"
9582
9583#: builtin/rm.c:236
9584msgid ""
9585"\n"
9586"(use -f to force removal)"
9587msgstr ""
9588"\n"
9589"(benutzen Sie -f, um die Löschung zu erzwingen)"
9590
9591#: builtin/rm.c:240
9592msgid "the following file has changes staged in the index:"
9593msgid_plural "the following files have changes staged in the index:"
9594msgstr[0] "die folgende Datei hat zum Commit vorgemerkte Änderungen:"
9595msgstr[1] "die folgenden Dateien haben zum Commit vorgemerkte Änderungen:"
9596
9597#: builtin/rm.c:244 builtin/rm.c:255
9598msgid ""
9599"\n"
9600"(use --cached to keep the file, or -f to force removal)"
9601msgstr ""
9602"\n"
9603"(benutzen Sie --cached, um die Datei zu behalten, oder -f, um die Entfernung "
9604"zu erzwingen)"
9605
9606#: builtin/rm.c:252
9607msgid "the following file has local modifications:"
9608msgid_plural "the following files have local modifications:"
9609msgstr[0] "die folgende Datei hat lokale Änderungen:"
9610msgstr[1] "die folgenden Dateien haben lokale Änderungen:"
9611
9612#: builtin/rm.c:270
9613msgid "do not list removed files"
9614msgstr "keine gelöschten Dateien auflisten"
9615
9616#: builtin/rm.c:271
9617msgid "only remove from the index"
9618msgstr "nur aus der Staging-Area entfernen"
9619
9620#: builtin/rm.c:272
9621msgid "override the up-to-date check"
9622msgstr "die \"up-to-date\" Prüfung überschreiben"
9623
9624#: builtin/rm.c:273
9625msgid "allow recursive removal"
9626msgstr "rekursive Entfernung erlauben"
9627
9628#: builtin/rm.c:275
9629msgid "exit with a zero status even if nothing matched"
9630msgstr "mit Rückgabewert 0 beenden, wenn keine Übereinstimmung gefunden wurde"
9631
9632#: builtin/rm.c:318
9633msgid "Please, stage your changes to .gitmodules or stash them to proceed"
9634msgstr ""
9635"Bitte merken Sie Ihre Änderungen in .gitmodules zum Commit vor oder "
9636"benutzen\n"
9637"Sie \"stash\", um fortzufahren."
9638
9639#: builtin/rm.c:336
9640#, c-format
9641msgid "not removing '%s' recursively without -r"
9642msgstr "'%s' wird nicht ohne -r rekursiv entfernt"
9643
9644#: builtin/rm.c:375
9645#, c-format
9646msgid "git rm: unable to remove %s"
9647msgstr "git rm: konnte %s nicht löschen"
9648
9649#: builtin/shortlog.c:13
9650msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"
9651msgstr "git shortlog [<Optionen>] [Commitbereich] [[--] <Pfad>...]"
9652
9653#: builtin/shortlog.c:131
9654#, c-format
9655msgid "Missing author: %s"
9656msgstr "fehlender Autor: %s"
9657
9658#: builtin/shortlog.c:230
9659msgid "sort output according to the number of commits per author"
9660msgstr "die Ausgabe entsprechend der Anzahl von Commits pro Autor sortieren"
9661
9662#: builtin/shortlog.c:232
9663msgid "Suppress commit descriptions, only provides commit count"
9664msgstr "Commit-Beschreibungen unterdrücken, nur Anzahl der Commits liefern"
9665
9666#: builtin/shortlog.c:234
9667msgid "Show the email address of each author"
9668msgstr "die E-Mail-Adresse von jedem Autor anzeigen"
9669
9670#: builtin/shortlog.c:235
9671msgid "w[,i1[,i2]]"
9672msgstr "w[,i1[,i2]]"
9673
9674#: builtin/shortlog.c:236
9675msgid "Linewrap output"
9676msgstr "Ausgabe mit Zeilenumbrüchen"
9677
9678#: builtin/show-branch.c:9
9679msgid ""
9680"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"
9681"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"
9682"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "
9683"<glob>)...]"
9684msgstr ""
9685"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"
9686"current] [--color[=<Wann>] | --no-color] [--sparse] [--more=<n> | --list | --"
9687"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<Commit> "
9688"| <glob>)...]"
9689
9690#: builtin/show-branch.c:10
9691msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
9692msgstr "git show-branch (-g|--reflog)[=<n>[,<Basis>]] [--list] [<Referenz>]"
9693
9694#: builtin/show-branch.c:649
9695msgid "show remote-tracking and local branches"
9696msgstr "Remote-Tracking und lokale Branches anzeigen"
9697
9698#: builtin/show-branch.c:651
9699msgid "show remote-tracking branches"
9700msgstr "Remote-Tracking-Branches anzeigen"
9701
9702#: builtin/show-branch.c:653
9703msgid "color '*!+-' corresponding to the branch"
9704msgstr "'*!+-' entsprechend des Branches einfärben"
9705
9706#: builtin/show-branch.c:655
9707msgid "show <n> more commits after the common ancestor"
9708msgstr "<n> weitere Commits nach dem gemeinsamen Vorgänger-Commit anzeigen"
9709
9710#: builtin/show-branch.c:657
9711msgid "synonym to more=-1"
9712msgstr "Synonym für more=-1"
9713
9714#: builtin/show-branch.c:658
9715msgid "suppress naming strings"
9716msgstr "Namen unterdrücken"
9717
9718#: builtin/show-branch.c:660
9719msgid "include the current branch"
9720msgstr "den aktuellen Branch einbeziehen"
9721
9722#: builtin/show-branch.c:662
9723msgid "name commits with their object names"
9724msgstr "Commits nach ihren Objektnamen benennen"
9725
9726#: builtin/show-branch.c:664
9727msgid "show possible merge bases"
9728msgstr "mögliche Merge-Basen anzeigen"
9729
9730#: builtin/show-branch.c:666
9731msgid "show refs unreachable from any other ref"
9732msgstr ""
9733"Referenzen, die unerreichbar von allen anderen Referenzen sind, anzeigen"
9734
9735#: builtin/show-branch.c:668
9736msgid "show commits in topological order"
9737msgstr "Commits in topologischer Ordnung anzeigen"
9738
9739#: builtin/show-branch.c:671
9740msgid "show only commits not on the first branch"
9741msgstr "nur Commits anzeigen, die sich nicht im ersten Branch befinden"
9742
9743#: builtin/show-branch.c:673
9744msgid "show merges reachable from only one tip"
9745msgstr "Merges anzeigen, die nur von einem Branch aus erreichbar sind"
9746
9747#: builtin/show-branch.c:675
9748msgid "topologically sort, maintaining date order where possible"
9749msgstr "topologische Sortierung, Beibehaltung Datumsordnung wo möglich"
9750
9751#: builtin/show-branch.c:678
9752msgid "<n>[,<base>]"
9753msgstr "<n>[,<Basis>]"
9754
9755#: builtin/show-branch.c:679
9756msgid "show <n> most recent ref-log entries starting at base"
9757msgstr "die <n> jüngsten Einträge im Reflog, beginnend an der Basis, anzeigen"
9758
9759#: builtin/show-ref.c:10
9760msgid ""
9761"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
9762"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
9763msgstr ""
9764"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
9765"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
9766
9767#: builtin/show-ref.c:11
9768msgid "git show-ref --exclude-existing[=pattern] < ref-list"
9769msgstr "git show-ref --exclude-existing[=Muster] < ref-list"
9770
9771#: builtin/show-ref.c:168
9772msgid "only show tags (can be combined with heads)"
9773msgstr "nur Tags anzeigen (kann mit \"heads\" kombiniert werden)"
9774
9775#: builtin/show-ref.c:169
9776msgid "only show heads (can be combined with tags)"
9777msgstr "nur Branches anzeigen (kann mit \"tags\" kombiniert werden)"
9778
9779#: builtin/show-ref.c:170
9780msgid "stricter reference checking, requires exact ref path"
9781msgstr "strengere Referenzprüfung, erfordert exakten Referenzpfad"
9782
9783#: builtin/show-ref.c:173 builtin/show-ref.c:175
9784msgid "show the HEAD reference, even if it would be filtered out"
9785msgstr ""
9786"die HEAD-Referenz anzeigen, selbst wenn diese ausgefiltert werden würde"
9787
9788#: builtin/show-ref.c:177
9789msgid "dereference tags into object IDs"
9790msgstr "Tags in Objekt-Identifikationen dereferenzieren"
9791
9792#: builtin/show-ref.c:179
9793msgid "only show SHA1 hash using <n> digits"
9794msgstr "nur SHA1 Hash mit <n> Ziffern anzeigen"
9795
9796#: builtin/show-ref.c:183
9797msgid "do not print results to stdout (useful with --verify)"
9798msgstr ""
9799"keine Ausgabe der Ergebnisse in die Standard-Ausgabe (nützlich mit --verify)"
9800
9801#: builtin/show-ref.c:185
9802msgid "show refs from stdin that aren't in local repository"
9803msgstr ""
9804"Referenzen von der Standard-Eingabe anzeigen, die sich nicht im lokalen "
9805"Repository befinden"
9806
9807#: builtin/symbolic-ref.c:7
9808msgid "git symbolic-ref [options] name [ref]"
9809msgstr "git symbolic-ref [Optionen] name [ref]"
9810
9811#: builtin/symbolic-ref.c:8
9812msgid "git symbolic-ref -d [-q] name"
9813msgstr "git symbolic-ref -d [-q] name"
9814
9815#: builtin/symbolic-ref.c:40
9816msgid "suppress error message for non-symbolic (detached) refs"
9817msgstr ""
9818"Fehlermeldungen für nicht-symbolische (losgelöste) Referenzen unterdrücken"
9819
9820#: builtin/symbolic-ref.c:41
9821msgid "delete symbolic ref"
9822msgstr "symbolische Referenzen löschen"
9823
9824#: builtin/symbolic-ref.c:42
9825msgid "shorten ref output"
9826msgstr "verkürzte Ausgabe der Referenzen"
9827
9828#: builtin/symbolic-ref.c:43 builtin/update-ref.c:358
9829msgid "reason"
9830msgstr "Grund"
9831
9832#: builtin/symbolic-ref.c:43 builtin/update-ref.c:358
9833msgid "reason of the update"
9834msgstr "Grund für die Aktualisierung"
9835
9836#: builtin/tag.c:22
9837msgid ""
9838"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
9839msgstr ""
9840"git tag [-a|-s|-u <Schlüssel-id>] [-f] [-m <Beschreibung>|-F <Datei>] <Tagname> "
9841"[<Commit>]"
9842
9843#: builtin/tag.c:23
9844msgid "git tag -d <tagname>..."
9845msgstr "git tag -d <Tagname>..."
9846
9847#: builtin/tag.c:24
9848msgid ""
9849"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
9850"\t\t[<pattern>...]"
9851msgstr ""
9852"git tag -l [-n[<Nummer>]] [--contains <Commit>] [--points-at <Objekt>] \n"
9853"\t\t[<Muster>...]"
9854
9855#: builtin/tag.c:26
9856msgid "git tag -v <tagname>..."
9857msgstr "git tag -v <Tagname>..."
9858
9859#: builtin/tag.c:69
9860#, c-format
9861msgid "malformed object at '%s'"
9862msgstr "fehlerhaftes Objekt bei '%s'"
9863
9864#: builtin/tag.c:301
9865#, c-format
9866msgid "tag name too long: %.*s..."
9867msgstr "Tagname zu lang: %.*s..."
9868
9869#: builtin/tag.c:306
9870#, c-format
9871msgid "tag '%s' not found."
9872msgstr "Tag '%s' nicht gefunden."
9873
9874#: builtin/tag.c:321
9875#, c-format
9876msgid "Deleted tag '%s' (was %s)\n"
9877msgstr "Tag '%s' gelöscht (war %s)\n"
9878
9879#: builtin/tag.c:333
9880#, c-format
9881msgid "could not verify the tag '%s'"
9882msgstr "Konnte Tag '%s' nicht verifizieren"
9883
9884#: builtin/tag.c:343
9885#, c-format
9886msgid ""
9887"\n"
9888"Write a message for tag:\n"
9889"  %s\n"
9890"Lines starting with '%c' will be ignored.\n"
9891msgstr ""
9892"\n"
9893"Geben Sie eine Beschreibung für Tag\n"
9894"  %s\n"
9895"ein. Zeilen, die mit '%c' beginnen, werden ignoriert.\n"
9896
9897#: builtin/tag.c:347
9898#, c-format
9899msgid ""
9900"\n"
9901"Write a message for tag:\n"
9902"  %s\n"
9903"Lines starting with '%c' will be kept; you may remove them yourself if you "
9904"want to.\n"
9905msgstr ""
9906"\n"
9907"Geben Sie eine Beschreibung für Tag\n"
9908"  %s\n"
9909"ein. Zeilen, die mit '%c' beginnen, werden behalten; Sie dürfen diese\n"
9910"selbst entfernen wenn Sie möchten.\n"
9911
9912#: builtin/tag.c:371
9913#, c-format
9914msgid "unsupported sort specification '%s'"
9915msgstr "Nicht unterstützte Angabe für \"--sort\" '%s'"
9916
9917#: builtin/tag.c:373
9918#, c-format
9919msgid "unsupported sort specification '%s' in variable '%s'"
9920msgstr "Nicht unterstützte Angabe für \"--sort\" '%s' in Variable '%s'"
9921
9922#: builtin/tag.c:428
9923msgid "unable to sign the tag"
9924msgstr "konnte Tag nicht signieren"
9925
9926#: builtin/tag.c:430
9927msgid "unable to write tag file"
9928msgstr "konnte Tag-Datei nicht schreiben"
9929
9930#: builtin/tag.c:455
9931msgid "bad object type."
9932msgstr "ungültiger Objekt-Typ"
9933
9934#: builtin/tag.c:468
9935msgid "tag header too big."
9936msgstr "Tag-Kopf zu groß."
9937
9938#: builtin/tag.c:504
9939msgid "no tag message?"
9940msgstr "keine Tag-Beschreibung?"
9941
9942#: builtin/tag.c:510
9943#, c-format
9944msgid "The tag message has been left in %s\n"
9945msgstr "Die Tag-Beschreibung wurde gelassen in %s\n"
9946
9947#: builtin/tag.c:559
9948msgid "switch 'points-at' requires an object"
9949msgstr "Option 'points-at' erfordert ein Objekt"
9950
9951#: builtin/tag.c:561
9952#, c-format
9953msgid "malformed object name '%s'"
9954msgstr "fehlerhafter Objekt-Name '%s'"
9955
9956#: builtin/tag.c:589
9957msgid "list tag names"
9958msgstr "Tagnamen auflisten"
9959
9960#: builtin/tag.c:591
9961msgid "print <n> lines of each tag message"
9962msgstr "<n> Zeilen jeder Tag-Beschreibung anzeigen"
9963
9964#: builtin/tag.c:593
9965msgid "delete tags"
9966msgstr "Tags löschen"
9967
9968#: builtin/tag.c:594
9969msgid "verify tags"
9970msgstr "Tags überprüfen"
9971
9972#: builtin/tag.c:596
9973msgid "Tag creation options"
9974msgstr "Optionen für Erstellung von Tags"
9975
9976#: builtin/tag.c:598
9977msgid "annotated tag, needs a message"
9978msgstr "annotiertes Tag, benötigt eine Beschreibung"
9979
9980#: builtin/tag.c:600
9981msgid "tag message"
9982msgstr "Tag-Beschreibung"
9983
9984#: builtin/tag.c:602
9985msgid "annotated and GPG-signed tag"
9986msgstr "annotiertes und GPG-signiertes Tag"
9987
9988#: builtin/tag.c:606
9989msgid "use another key to sign the tag"
9990msgstr "einen anderen Schlüssel verwenden, um das Tag zu signieren"
9991
9992#: builtin/tag.c:607
9993msgid "replace the tag if exists"
9994msgstr "das Tag ersetzen, wenn es existiert"
9995
9996#: builtin/tag.c:608
9997msgid "show tag list in columns"
9998msgstr "Liste der Tags in Spalten anzeigen"
9999
10000#: builtin/tag.c:610
10001msgid "sort tags"
10002msgstr "Tags sortieren"
10003
10004#: builtin/tag.c:614
10005msgid "Tag listing options"
10006msgstr "Optionen für Auflistung der Tags"
10007
10008#: builtin/tag.c:617 builtin/tag.c:623
10009msgid "print only tags that contain the commit"
10010msgstr "nur Tags ausgeben, die diesen Commit beinhalten"
10011
10012#: builtin/tag.c:629
10013msgid "print only tags of the object"
10014msgstr "nur Tags von dem Objekt ausgeben"
10015
10016#: builtin/tag.c:655
10017msgid "--column and -n are incompatible"
10018msgstr "--column und -n sind inkompatibel"
10019
10020#: builtin/tag.c:667
10021msgid "--sort and -n are incompatible"
10022msgstr "--sort und -n sind inkompatibel"
10023
10024#: builtin/tag.c:674
10025msgid "-n option is only allowed with -l."
10026msgstr "-n Option ist nur erlaubt mit -l."
10027
10028#: builtin/tag.c:676
10029msgid "--contains option is only allowed with -l."
10030msgstr "--contains Option ist nur erlaubt mit -l."
10031
10032#: builtin/tag.c:678
10033msgid "--points-at option is only allowed with -l."
10034msgstr "--points-at Option ist nur erlaubt mit -l."
10035
10036#: builtin/tag.c:686
10037msgid "only one -F or -m option is allowed."
10038msgstr "nur eine -F oder -m Option ist erlaubt."
10039
10040#: builtin/tag.c:706
10041msgid "too many params"
10042msgstr "zu viele Parameter"
10043
10044#: builtin/tag.c:712
10045#, c-format
10046msgid "'%s' is not a valid tag name."
10047msgstr "'%s' ist kein gültiger Tagname."
10048
10049#: builtin/tag.c:717
10050#, c-format
10051msgid "tag '%s' already exists"
10052msgstr "Tag '%s' existiert bereits"
10053
10054#: builtin/tag.c:741
10055#, c-format
10056msgid "Updated tag '%s' (was %s)\n"
10057msgstr "Tag '%s' aktualisiert (war %s)\n"
10058
10059#: builtin/unpack-objects.c:489
10060msgid "Unpacking objects"
10061msgstr "Entpacke Objekte"
10062
10063#: builtin/update-index.c:403
10064msgid "git update-index [options] [--] [<file>...]"
10065msgstr "git update-index [Optionen] [--] [<Datei>...]"
10066
10067#: builtin/update-index.c:756
10068msgid "continue refresh even when index needs update"
10069msgstr ""
10070"Aktualisierung fortsetzen, auch wenn die Staging-Area aktualisiert werden "
10071"muss"
10072
10073#: builtin/update-index.c:759
10074msgid "refresh: ignore submodules"
10075msgstr "Aktualisierung: ignoriert Submodule"
10076
10077#: builtin/update-index.c:762
10078msgid "do not ignore new files"
10079msgstr "keine neuen Dateien ignorieren"
10080
10081#: builtin/update-index.c:764
10082msgid "let files replace directories and vice-versa"
10083msgstr "Dateien Verzeichnisse ersetzen lassen, und umgedreht"
10084
10085#: builtin/update-index.c:766
10086msgid "notice files missing from worktree"
10087msgstr "fehlende Dateien im Arbeitsverzeichnis beachten"
10088
10089#: builtin/update-index.c:768
10090msgid "refresh even if index contains unmerged entries"
10091msgstr ""
10092"aktualisieren, auch wenn die Staging-Area nicht zusammengeführte Einträge "
10093"beinhaltet"
10094
10095#: builtin/update-index.c:771
10096msgid "refresh stat information"
10097msgstr "Dateiinformationen aktualisieren"
10098
10099#: builtin/update-index.c:775
10100msgid "like --refresh, but ignore assume-unchanged setting"
10101msgstr "wie --refresh, ignoriert aber \"assume-unchanged\" Einstellung"
10102
10103#: builtin/update-index.c:779
10104msgid "<mode>,<object>,<path>"
10105msgstr "<Modus>,<Objekt>,<Pfad>"
10106
10107#: builtin/update-index.c:780
10108msgid "add the specified entry to the index"
10109msgstr "den angegebenen Eintrag zum Commit vormerken"
10110
10111#: builtin/update-index.c:784
10112msgid "(+/-)x"
10113msgstr "(+/-)x"
10114
10115#: builtin/update-index.c:785
10116msgid "override the executable bit of the listed files"
10117msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"
10118
10119#: builtin/update-index.c:789
10120msgid "mark files as \"not changing\""
10121msgstr "diese Datei immer als unverändert betrachten"
10122
10123#: builtin/update-index.c:792
10124msgid "clear assumed-unchanged bit"
10125msgstr "\"assumed-unchanged\"-Bit löschen"
10126
10127#: builtin/update-index.c:795
10128msgid "mark files as \"index-only\""
10129msgstr "Dateien als \"index-only\" markieren"
10130
10131#: builtin/update-index.c:798
10132msgid "clear skip-worktree bit"
10133msgstr "\"skip-worktree\"-Bit löschen"
10134
10135#: builtin/update-index.c:801
10136msgid "add to index only; do not add content to object database"
10137msgstr ""
10138"die Änderungen nur zum Commit vormerken; Inhalt wird nicht der Objekt-"
10139"Datenbank hinzugefügt"
10140
10141#: builtin/update-index.c:803
10142msgid "remove named paths even if present in worktree"
10143msgstr ""
10144"benannte Pfade löschen, auch wenn sie sich im Arbeitsverzeichnis befinden"
10145
10146#: builtin/update-index.c:805
10147msgid "with --stdin: input lines are terminated by null bytes"
10148msgstr "mit --stdin: eingegebene Zeilen sind durch NUL-Bytes abgeschlossen"
10149
10150#: builtin/update-index.c:807
10151msgid "read list of paths to be updated from standard input"
10152msgstr "Liste der zu aktualisierenden Pfade von der Standard-Eingabe lesen"
10153
10154#: builtin/update-index.c:811
10155msgid "add entries from standard input to the index"
10156msgstr "Einträge von der Standard-Eingabe zum Commit vormerken"
10157
10158#: builtin/update-index.c:815
10159msgid "repopulate stages #2 and #3 for the listed paths"
10160msgstr ""
10161"wiederholtes Einpflegen der Zustände #2 und #3 für die aufgelisteten Pfade"
10162
10163#: builtin/update-index.c:819
10164msgid "only update entries that differ from HEAD"
10165msgstr "nur Einträge aktualisieren, die unterschiedlich zu HEAD sind"
10166
10167#: builtin/update-index.c:823
10168msgid "ignore files missing from worktree"
10169msgstr "fehlende Dateien im Arbeitsverzeichnis ignorieren"
10170
10171#: builtin/update-index.c:826
10172msgid "report actions to standard output"
10173msgstr "die Aktionen in der Standard-Ausgabe ausgeben"
10174
10175#: builtin/update-index.c:828
10176msgid "(for porcelains) forget saved unresolved conflicts"
10177msgstr "(für Fremdprogramme) keine gespeicherten, nicht aufgelöste Konflikte"
10178
10179#: builtin/update-index.c:832
10180msgid "write index in this format"
10181msgstr "Staging-Area-Datei in diesem Format schreiben"
10182
10183#: builtin/update-index.c:834
10184msgid "enable or disable split index"
10185msgstr "Aktivierung oder Deaktivierung des Splittings der Staging-Area"
10186
10187#: builtin/update-ref.c:9
10188msgid "git update-ref [options] -d <refname> [<oldval>]"
10189msgstr "git update-ref [Optionen] -d <Referenzname> [<alterWert>]"
10190
10191#: builtin/update-ref.c:10
10192msgid "git update-ref [options]    <refname> <newval> [<oldval>]"
10193msgstr "git update-ref [Optionen]    <Referenzname> <neuerWert> [<alterWert>]"
10194
10195#: builtin/update-ref.c:11
10196msgid "git update-ref [options] --stdin [-z]"
10197msgstr "git update-ref [Optionen] --stdin [-z]"
10198
10199#: builtin/update-ref.c:359
10200msgid "delete the reference"
10201msgstr "diese Referenz löschen"
10202
10203#: builtin/update-ref.c:361
10204msgid "update <refname> not the one it points to"
10205msgstr "<Referenzname> aktualisieren, nicht den Verweis"
10206
10207#: builtin/update-ref.c:362
10208msgid "stdin has NUL-terminated arguments"
10209msgstr "Standard-Eingabe hat durch NUL-Zeichen abgeschlossene Argumente"
10210
10211#: builtin/update-ref.c:363
10212msgid "read updates from stdin"
10213msgstr "Aktualisierungen von der Standard-Eingabe lesen"
10214
10215#: builtin/update-server-info.c:6
10216msgid "git update-server-info [--force]"
10217msgstr "git update-server-info [--force]"
10218
10219#: builtin/update-server-info.c:14
10220msgid "update the info files from scratch"
10221msgstr "die Informationsdateien von Grund auf aktualisieren"
10222
10223#: builtin/verify-commit.c:17
10224msgid "git verify-commit [-v|--verbose] <commit>..."
10225msgstr "git verify-commit [-v|--verbose] <Commit>..."
10226
10227#: builtin/verify-commit.c:75
10228msgid "print commit contents"
10229msgstr "Commit-Inhalte ausgeben"
10230
10231#: builtin/verify-pack.c:54
10232msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
10233msgstr "git verify-pack [-v|--verbose] [-s|--stat-only] <Paket>..."
10234
10235#: builtin/verify-pack.c:64
10236msgid "verbose"
10237msgstr "erweiterte Ausgaben"
10238
10239#: builtin/verify-pack.c:66
10240msgid "show statistics only"
10241msgstr "nur Statistiken anzeigen"
10242
10243#: builtin/verify-tag.c:17
10244msgid "git verify-tag [-v|--verbose] <tag>..."
10245msgstr "git verify-tag [-v|--verbose] <Tag>..."
10246
10247#: builtin/verify-tag.c:73
10248msgid "print tag contents"
10249msgstr "Tag-Inhalte ausgeben"
10250
10251#: builtin/write-tree.c:13
10252msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
10253msgstr "git write-tree [--missing-ok] [--prefix=<Präfix>/]"
10254
10255#: builtin/write-tree.c:26
10256msgid "<prefix>/"
10257msgstr "<Präfix>/"
10258
10259#: builtin/write-tree.c:27
10260msgid "write tree object for a subdirectory <prefix>"
10261msgstr "das \"Tree\"-Objekt für ein Unterverzeichnis <Präfix> schreiben"
10262
10263#: builtin/write-tree.c:30
10264msgid "only useful for debugging"
10265msgstr "nur nützlich für Fehlersuche"
10266
10267#: credential-cache--daemon.c:267
10268msgid "print debugging messages to stderr"
10269msgstr "Meldungen zur Fehlersuche in Standard-Fehlerausgabe ausgeben"
10270
10271#: git.c:17
10272msgid ""
10273"'git help -a' and 'git help -g' list available subcommands and some\n"
10274"concept guides. See 'git help <command>' or 'git help <concept>'\n"
10275"to read about a specific subcommand or concept."
10276msgstr ""
10277"'git help -a' und 'git help -g' listet verfügbare Unterkommandos und\n"
10278"einige Anleitungen zu Git-Konzepten auf. Benutzen Sie 'git help <Kommando>'\n"
10279"oder 'git help <Konzept>', um mehr über ein spezifisches Kommando oder\n"
10280"Konzept zu erfahren."
10281
10282#: common-cmds.h:8
10283msgid "Add file contents to the index"
10284msgstr "Dateiinhalte zum Commit vormerken"
10285
10286#: common-cmds.h:9
10287msgid "Find by binary search the change that introduced a bug"
10288msgstr ""
10289"über eine Binärsuche die Änderungen finden, die einen Fehler verursacht haben"
10290
10291#: common-cmds.h:10
10292msgid "List, create, or delete branches"
10293msgstr "Branches anzeigen, erstellen oder entfernen"
10294
10295#: common-cmds.h:11
10296msgid "Checkout a branch or paths to the working tree"
10297msgstr "Branches oder Pfade im Arbeitsverzeichnis auschecken"
10298
10299#: common-cmds.h:12
10300msgid "Clone a repository into a new directory"
10301msgstr "ein Repository in einem neuen Verzeichnis klonen"
10302
10303#: common-cmds.h:13
10304msgid "Record changes to the repository"
10305msgstr "Änderungen in das Repository eintragen"
10306
10307#: common-cmds.h:14
10308msgid "Show changes between commits, commit and working tree, etc"
10309msgstr ""
10310"Änderungen zwischen Commits, Commit und Arbeitsverzeichnis, etc. anzeigen"
10311
10312#: common-cmds.h:15
10313msgid "Download objects and refs from another repository"
10314msgstr "Objekte und Referenzen von einem anderen Repository herunterladen"
10315
10316#: common-cmds.h:16
10317msgid "Print lines matching a pattern"
10318msgstr "Zeilen darstellen, die einem Muster entsprechen"
10319
10320#: common-cmds.h:17
10321msgid "Create an empty Git repository or reinitialize an existing one"
10322msgstr ""
10323"ein leeres Git-Repository erstellen oder ein bestehendes neuinitialisieren"
10324
10325#: common-cmds.h:18
10326msgid "Show commit logs"
10327msgstr "Commit-Historie anzeigen"
10328
10329#: common-cmds.h:19
10330msgid "Join two or more development histories together"
10331msgstr "zwei oder mehr Entwicklungszweige zusammenführen"
10332
10333#: common-cmds.h:20
10334msgid "Move or rename a file, a directory, or a symlink"
10335msgstr ""
10336"eine Datei, ein Verzeichnis, oder einen symbolischen Verweis verschieben "
10337"oder umbenennen"
10338
10339#: common-cmds.h:21
10340msgid "Fetch from and integrate with another repository or a local branch"
10341msgstr ""
10342"Objekte von einem externen Repository anfordern und sie mit einem anderen "
10343"Repository oder einem lokalen Branch zusammenführen"
10344
10345#: common-cmds.h:22
10346msgid "Update remote refs along with associated objects"
10347msgstr "Remote-Referenzen mitsamt den verbundenen Objekten aktualisieren"
10348
10349#: common-cmds.h:23
10350msgid "Forward-port local commits to the updated upstream head"
10351msgstr "lokale Commits auf einem aktuellerem Upstream-Branch neu aufbauen"
10352
10353#: common-cmds.h:24
10354msgid "Reset current HEAD to the specified state"
10355msgstr "aktuellen HEAD zu einem spezifizierten Zustand setzen"
10356
10357#: common-cmds.h:25
10358msgid "Remove files from the working tree and from the index"
10359msgstr "Dateien im Arbeitsverzeichnis und von der Staging-Area löschen"
10360
10361#: common-cmds.h:26
10362msgid "Show various types of objects"
10363msgstr "verschiedene Arten von Objekten anzeigen"
10364
10365#: common-cmds.h:27
10366msgid "Show the working tree status"
10367msgstr "den Zustand des Arbeitsverzeichnisses anzeigen"
10368
10369#: common-cmds.h:28
10370msgid "Create, list, delete or verify a tag object signed with GPG"
10371msgstr ""
10372"ein mit GPG signiertes Tag-Objekt erzeugen, auflisten, löschen oder "
10373"verifizieren."
10374
10375#: parse-options.h:143
10376msgid "expiry-date"
10377msgstr "Verfallsdatum"
10378
10379#: parse-options.h:158
10380msgid "no-op (backward compatibility)"
10381msgstr "Kein Effekt (Rückwärtskompatibilität)"
10382
10383#: parse-options.h:232
10384msgid "be more verbose"
10385msgstr "erweiterte Ausgaben"
10386
10387#: parse-options.h:234
10388msgid "be more quiet"
10389msgstr "weniger Ausgaben"
10390
10391#: parse-options.h:240
10392msgid "use <n> digits to display SHA-1s"
10393msgstr "benutze <n> Ziffern zur Anzeige von SHA-1s"
10394
10395#: rerere.h:27
10396msgid "update the index with reused conflict resolution if possible"
10397msgstr ""
10398"Staging-Area, wenn möglich, mit wiederverwendeter Konfliktauflösung "
10399"aktualisieren"
10400
10401#: git-am.sh:53
10402msgid "You need to set your committer info first"
10403msgstr "Sie müssen zuerst die Informationen zum Commit-Ersteller setzen."
10404
10405#: git-am.sh:98
10406msgid ""
10407"You seem to have moved HEAD since the last 'am' failure.\n"
10408"Not rewinding to ORIG_HEAD"
10409msgstr ""
10410"Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"
10411"Keine Zurücksetzung zu ORIG_HEAD."
10412
10413#: git-am.sh:108
10414#, sh-format
10415msgid ""
10416"When you have resolved this problem, run \"$cmdline --continue\".\n"
10417"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
10418"To restore the original branch and stop patching, run \"$cmdline --abort\"."
10419msgstr ""
10420"Wenn Sie das Problem gelöst haben, führen Sie \"$cmdline --continue\" aus.\n"
10421"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen\n"
10422"\"$cmdline --skip\" aus.\n"
10423"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der\n"
10424"Patches abzubrechen, führen Sie \"$cmdline --abort\" aus."
10425
10426#: git-am.sh:124
10427msgid "Cannot fall back to three-way merge."
10428msgstr "Kann nicht zu 3-Wege-Merge zurückfallen."
10429
10430#: git-am.sh:140
10431msgid "Repository lacks necessary blobs to fall back on 3-way merge."
10432msgstr ""
10433"Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "
10434"zurückzufallen."
10435
10436#: git-am.sh:142
10437msgid "Using index info to reconstruct a base tree..."
10438msgstr ""
10439"Verwende Informationen aus der Staging-Area, um einen Basisverzeichnis "
10440"nachzustellen"
10441
10442#: git-am.sh:157
10443msgid ""
10444"Did you hand edit your patch?\n"
10445"It does not apply to blobs recorded in its index."
10446msgstr ""
10447"Haben Sie den Patch per Hand editiert?\n"
10448"Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."
10449
10450#: git-am.sh:166
10451msgid "Falling back to patching base and 3-way merge..."
10452msgstr "Falle zurück zum Patchen der Basis und des 3-Wege-Merges..."
10453
10454#: git-am.sh:182
10455msgid "Failed to merge in the changes."
10456msgstr "Merge der Änderungen fehlgeschlagen"
10457
10458#: git-am.sh:277
10459msgid "Only one StGIT patch series can be applied at once"
10460msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."
10461
10462#: git-am.sh:364
10463#, sh-format
10464msgid "Patch format $patch_format is not supported."
10465msgstr "Patch-Format $patch_format wird nicht unterstützt."
10466
10467#: git-am.sh:366
10468msgid "Patch format detection failed."
10469msgstr "Patch-Formaterkennung fehlgeschlagen."
10470
10471#: git-am.sh:398
10472msgid ""
10473"The -b/--binary option has been a no-op for long time, and\n"
10474"it will be removed. Please do not use it anymore."
10475msgstr ""
10476"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"
10477"entfernt. Bitte nicht mehr verwenden."
10478
10479#: git-am.sh:496
10480#, sh-format
10481msgid "previous rebase directory $dotest still exists but mbox given."
10482msgstr ""
10483"Vorheriges Rebase-Verzeichnis $dotest existiert noch, aber mbox gegeben."
10484
10485#: git-am.sh:501
10486msgid "Please make up your mind. --skip or --abort?"
10487msgstr "Bitte werden Sie sich klar. --skip oder --abort?"
10488
10489#: git-am.sh:537
10490#, sh-format
10491msgid ""
10492"Stray $dotest directory found.\n"
10493"Use \"git am --abort\" to remove it."
10494msgstr ""
10495"Stray $dotest Verzeichnis gefunden.\n"
10496"Benutzen Sie \"git am --abort\", um es zu entfernen."
10497
10498#: git-am.sh:545
10499msgid "Resolve operation not in progress, we are not resuming."
10500msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."
10501
10502#: git-am.sh:612
10503#, sh-format
10504msgid "Dirty index: cannot apply patches (dirty: $files)"
10505msgstr "Geänderte Staging-Area: kann Patches nicht anwenden (geändert: $files)"
10506
10507#: git-am.sh:722
10508#, sh-format
10509msgid ""
10510"Patch is empty.  Was it split wrong?\n"
10511"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
10512"To restore the original branch and stop patching run \"$cmdline --abort\"."
10513msgstr ""
10514"Patch ist leer. Wurde er falsch aufgeteilt?\n"
10515"Wenn Sie diesen Patch auslassen möchten, führen Sie stattdessen\n"
10516"\"$cmdline --skip\" aus.\n"
10517"Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "
10518"Patches\n"
10519"abzubrechen, führen Sie \"$cmdline --abort\" aus."
10520
10521#: git-am.sh:749
10522msgid "Patch does not have a valid e-mail address."
10523msgstr "Patch enthält keine gültige E-Mail-Adresse."
10524
10525#: git-am.sh:796
10526msgid "cannot be interactive without stdin connected to a terminal."
10527msgstr ""
10528"Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "
10529"Terminal verbunden ist."
10530
10531#: git-am.sh:800
10532msgid "Commit Body is:"
10533msgstr "Commit-Beschreibung ist:"
10534
10535#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
10536#. in your translation. The program will only accept English
10537#. input at this point.
10538#: git-am.sh:807
10539msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
10540msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
10541
10542#: git-am.sh:843
10543#, sh-format
10544msgid "Applying: $FIRSTLINE"
10545msgstr "Wende an: $FIRSTLINE"
10546
10547#: git-am.sh:864
10548msgid ""
10549"No changes - did you forget to use 'git add'?\n"
10550"If there is nothing left to stage, chances are that something else\n"
10551"already introduced the same changes; you might want to skip this patch."
10552msgstr ""
10553"Keine Änderungen - haben Sie vergessen 'git add' zu benutzen?\n"
10554"Wenn keine Änderungen mehr zum Commit vorzumerken sind, könnten\n"
10555"diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"
10556"auslassen."
10557
10558#: git-am.sh:872
10559msgid ""
10560"You still have unmerged paths in your index\n"
10561"did you forget to use 'git add'?"
10562msgstr ""
10563"Sie haben immer noch nicht zusammengeführte Pfade in der Staging-Area.\n"
10564"Haben Sie vergessen 'git add' zu benutzen?"
10565
10566#: git-am.sh:888
10567msgid "No changes -- Patch already applied."
10568msgstr "Keine Änderungen -- Patches bereits angewendet."
10569
10570#: git-am.sh:898
10571#, sh-format
10572msgid "Patch failed at $msgnum $FIRSTLINE"
10573msgstr "Anwendung des Patches fehlgeschlagen bei $msgnum $FIRSTLINE"
10574
10575#: git-am.sh:901
10576#, sh-format
10577msgid ""
10578"The copy of the patch that failed is found in:\n"
10579"   $dotest/patch"
10580msgstr ""
10581"Die Kopie des fehlgeschlagenen Patches befindet sich in:\n"
10582"   $dotest/patch"
10583
10584#: git-am.sh:919
10585msgid "applying to an empty history"
10586msgstr "auf leere Historie anwenden"
10587
10588#: git-bisect.sh:48
10589msgid "You need to start by \"git bisect start\""
10590msgstr "Sie müssen mit \"git bisect start\" beginnen."
10591
10592#. TRANSLATORS: Make sure to include [Y] and [n] in your
10593#. translation. The program will only accept English input
10594#. at this point.
10595#: git-bisect.sh:54
10596msgid "Do you want me to do it for you [Y/n]? "
10597msgstr "Wollen Sie, dass ich es für Sie mache [Y/n]? "
10598
10599#: git-bisect.sh:95
10600#, sh-format
10601msgid "unrecognised option: '$arg'"
10602msgstr "nicht erkannte Option: '$arg'"
10603
10604#: git-bisect.sh:99
10605#, sh-format
10606msgid "'$arg' does not appear to be a valid revision"
10607msgstr "'$arg' scheint kein gültiger Commit zu sein"
10608
10609#: git-bisect.sh:117
10610msgid "Bad HEAD - I need a HEAD"
10611msgstr "Ungültiger HEAD - HEAD wird benötigt"
10612
10613#: git-bisect.sh:130
10614#, sh-format
10615msgid ""
10616"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
10617msgstr ""
10618"Auschecken von '$start_head' fehlgeschlagen. Versuchen Sie 'git bisect reset "
10619"<gueltigerbranch>'."
10620
10621#: git-bisect.sh:140
10622msgid "won't bisect on cg-seek'ed tree"
10623msgstr ""
10624"binäre Suche auf einem durch 'cg-seek' geändertem Verzeichnis nicht möglich"
10625
10626#: git-bisect.sh:144
10627msgid "Bad HEAD - strange symbolic ref"
10628msgstr "Ungültiger HEAD - merkwürdige symbolische Referenz"
10629
10630#: git-bisect.sh:189
10631#, sh-format
10632msgid "Bad bisect_write argument: $state"
10633msgstr "Ungültiges \"bisect_write\" Argument: $state"
10634
10635#: git-bisect.sh:218
10636#, sh-format
10637msgid "Bad rev input: $arg"
10638msgstr "Ungültige Referenz-Eingabe: $arg"
10639
10640#: git-bisect.sh:232
10641msgid "Please call 'bisect_state' with at least one argument."
10642msgstr "Bitte rufen Sie 'bisect_state' mit mindestens einem Argument auf."
10643
10644#: git-bisect.sh:244
10645#, sh-format
10646msgid "Bad rev input: $rev"
10647msgstr "Ungültige Referenz-Eingabe: $rev"
10648
10649#: git-bisect.sh:253
10650msgid "'git bisect bad' can take only one argument."
10651msgstr "'git bisect bad' kann nur ein Argument entgegennehmen."
10652
10653#: git-bisect.sh:276
10654msgid "Warning: bisecting only with a bad commit."
10655msgstr "Warnung: binäre Suche nur mit einem fehlerhaften Commit"
10656
10657#. TRANSLATORS: Make sure to include [Y] and [n] in your
10658#. translation. The program will only accept English input
10659#. at this point.
10660#: git-bisect.sh:282
10661msgid "Are you sure [Y/n]? "
10662msgstr "Sind Sie sicher [Y/n]? "
10663
10664#: git-bisect.sh:292
10665msgid ""
10666"You need to give me at least one good and one bad revision.\n"
10667"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
10668msgstr ""
10669"Sie müssen mindestens einen korrekten und einen fehlerhaften Commit "
10670"angeben.\n"
10671"(Sie können dafür \"git bisect bad\" und \"git bisect good\" benutzen.)"
10672
10673#: git-bisect.sh:295
10674msgid ""
10675"You need to start by \"git bisect start\".\n"
10676"You then need to give me at least one good and one bad revision.\n"
10677"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
10678msgstr ""
10679"Sie müssen mit \"git bisect start\" beginnen.\n"
10680"Danach müssen Sie mindestens einen korrekten und einen fehlerhaften Commit "
10681"angeben.\n"
10682"(Sie können dafür \"git bisect bad\" und \"git bisect good\" benutzen.)"
10683
10684#: git-bisect.sh:366 git-bisect.sh:493
10685msgid "We are not bisecting."
10686msgstr "keine binäre Suche im Gange"
10687
10688#: git-bisect.sh:373
10689#, sh-format
10690msgid "'$invalid' is not a valid commit"
10691msgstr "'$invalid' ist kein gültiger Commit"
10692
10693#: git-bisect.sh:382
10694#, sh-format
10695msgid ""
10696"Could not check out original HEAD '$branch'.\n"
10697"Try 'git bisect reset <commit>'."
10698msgstr ""
10699"Konnte den ursprünglichen HEAD '$branch' nicht auschecken.\n"
10700"Versuchen Sie 'git bisect reset <Commit>'."
10701
10702#: git-bisect.sh:409
10703msgid "No logfile given"
10704msgstr "Keine Log-Datei gegeben"
10705
10706#: git-bisect.sh:410
10707#, sh-format
10708msgid "cannot read $file for replaying"
10709msgstr "kann $file nicht für das Abspielen lesen"
10710
10711#: git-bisect.sh:427
10712msgid "?? what are you talking about?"
10713msgstr "?? Was reden Sie da?"
10714
10715#: git-bisect.sh:439
10716#, sh-format
10717msgid "running $command"
10718msgstr "führe $command aus"
10719
10720#: git-bisect.sh:446
10721#, sh-format
10722msgid ""
10723"bisect run failed:\n"
10724"exit code $res from '$command' is < 0 or >= 128"
10725msgstr ""
10726"'bisect run' fehlgeschlagen:\n"
10727"Rückkehrwert $res von '$command' ist < 0 oder >= 128"
10728
10729#: git-bisect.sh:472
10730msgid "bisect run cannot continue any more"
10731msgstr "'bisect run' kann nicht mehr fortgesetzt werden"
10732
10733#: git-bisect.sh:478
10734#, sh-format
10735msgid ""
10736"bisect run failed:\n"
10737"'bisect_state $state' exited with error code $res"
10738msgstr ""
10739"'bisect run' fehlgeschlagen:\n"
10740"'bisect_state $state' wurde mit Fehlerwert $res beendet"
10741
10742#: git-bisect.sh:485
10743msgid "bisect run success"
10744msgstr "'bisect run' erfolgreich ausgeführt"
10745
10746#: git-pull.sh:21
10747msgid ""
10748"Pull is not possible because you have unmerged files.\n"
10749"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
10750"as appropriate to mark resolution and make a commit."
10751msgstr ""
10752"\"pull\" ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben.\n"
10753"Bitte korrigieren Sie dies im Arbeitsverzeichnis und benutzen Sie dann\n"
10754"'git add/rm <Datei>', um die Auflösung entsprechend zu markieren und zu\n"
10755"committen."
10756
10757#: git-pull.sh:25
10758msgid "Pull is not possible because you have unmerged files."
10759msgstr ""
10760"\"pull\" ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
10761
10762#: git-pull.sh:31
10763msgid ""
10764"You have not concluded your merge (MERGE_HEAD exists).\n"
10765"Please, commit your changes before you can merge."
10766msgstr ""
10767"Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert).\n"
10768"Bitte committen Sie Ihre Änderungen, bevor Sie \"merge\" ausführen können."
10769
10770#: git-pull.sh:245
10771msgid "updating an unborn branch with changes added to the index"
10772msgstr ""
10773"Aktualisiere einen ungeborenen Branch mit Änderungen, die zum Commit "
10774"vorgemerkt sind"
10775
10776#: git-pull.sh:269
10777#, sh-format
10778msgid ""
10779"Warning: fetch updated the current branch head.\n"
10780"Warning: fast-forwarding your working tree from\n"
10781"Warning: commit $orig_head."
10782msgstr ""
10783"Warnung: \"fetch\" aktualisierte die Spitze des aktuellen Branches.\n"
10784"Warnung: Spule Ihr Arbeitsverzeichnis von Commit $orig_head vor."
10785
10786#: git-pull.sh:294
10787msgid "Cannot merge multiple branches into empty head"
10788msgstr "Kann nicht mehrere Branches in einen ungeborenen Branch zusammenführen"
10789
10790#: git-pull.sh:298
10791msgid "Cannot rebase onto multiple branches"
10792msgstr "kann Rebase nicht auf mehrere Branches ausführen"
10793
10794#: git-rebase.sh:57
10795msgid ""
10796"When you have resolved this problem, run \"git rebase --continue\".\n"
10797"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
10798"To check out the original branch and stop rebasing, run \"git rebase --abort"
10799"\"."
10800msgstr ""
10801"Wenn Sie das Problem aufgelöst haben, führen Sie \"git rebase --continue\" "
10802"aus.\n"
10803"Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"git "
10804"rebase --skip\" aus.\n"
10805"Um den ursprünglichen Branch wiederherzustellen und den Rebase abzubrechen,\n"
10806"führen Sie \"git rebase --abort\" aus."
10807
10808#: git-rebase.sh:165
10809msgid "Applied autostash."
10810msgstr "\"autostash\" angewendet."
10811
10812#: git-rebase.sh:168
10813#, sh-format
10814msgid "Cannot store $stash_sha1"
10815msgstr "Kann $stash_sha1 nicht speichern."
10816
10817#: git-rebase.sh:169
10818msgid ""
10819"Applying autostash resulted in conflicts.\n"
10820"Your changes are safe in the stash.\n"
10821"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
10822msgstr ""
10823"Anwendung von \"autostash\" resultierte in Konflikten.\n"
10824"Ihre Änderungen sind im Stash sicher.\n"
10825"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"
10826
10827#: git-rebase.sh:208
10828msgid "The pre-rebase hook refused to rebase."
10829msgstr "Der \"pre-rebase hook\" hat den Rebase zurückgewiesen."
10830
10831#: git-rebase.sh:213
10832msgid "It looks like git-am is in progress. Cannot rebase."
10833msgstr "\"git-am\" scheint im Gange zu sein. Kann Rebase nicht durchführen."
10834
10835#: git-rebase.sh:351
10836msgid "The --exec option must be used with the --interactive option"
10837msgstr "Die Option --exec muss mit --interactive verwendet werden."
10838
10839#: git-rebase.sh:356
10840msgid "No rebase in progress?"
10841msgstr "Kein Rebase im Gange?"
10842
10843#: git-rebase.sh:367
10844msgid "The --edit-todo action can only be used during interactive rebase."
10845msgstr ""
10846"Die --edit-todo Aktion kann nur während eines interaktiven Rebase verwendet "
10847"werden."
10848
10849#: git-rebase.sh:374
10850msgid "Cannot read HEAD"
10851msgstr "Kann HEAD nicht lesen"
10852
10853#: git-rebase.sh:377
10854msgid ""
10855"You must edit all merge conflicts and then\n"
10856"mark them as resolved using git add"
10857msgstr ""
10858"Sie müssen alle Merge-Konflikte editieren und diese dann\n"
10859"mittels \"git add\" als aufgelöst markieren"
10860
10861#: git-rebase.sh:395
10862#, sh-format
10863msgid "Could not move back to $head_name"
10864msgstr "Konnte nicht zu $head_name zurückgehen"
10865
10866#: git-rebase.sh:414
10867#, sh-format
10868msgid ""
10869"It seems that there is already a $state_dir_base directory, and\n"
10870"I wonder if you are in the middle of another rebase.  If that is the\n"
10871"case, please try\n"
10872"\t$cmd_live_rebase\n"
10873"If that is not the case, please\n"
10874"\t$cmd_clear_stale_rebase\n"
10875"and run me again.  I am stopping in case you still have something\n"
10876"valuable there."
10877msgstr ""
10878"Es sieht so aus, als ob es das Verzeichnis $state_dir_base bereits gibt\n"
10879"und es könnte ein anderer Rebase im Gange sein. Wenn das der Fall ist,\n"
10880"probieren Sie bitte\n"
10881"\t$cmd_live_rebase\n"
10882"Wenn das nicht der Fall ist, probieren Sie bitte\n"
10883"\t$cmd_clear_stale_rebase\n"
10884"und führen Sie dieses Kommando nochmal aus. Es wird angehalten, falls noch\n"
10885"etwas Schützenswertes vorhanden ist."
10886
10887#: git-rebase.sh:465
10888#, sh-format
10889msgid "invalid upstream $upstream_name"
10890msgstr "ungültiger Upstream-Branch $upstream_name"
10891
10892#: git-rebase.sh:489
10893#, sh-format
10894msgid "$onto_name: there are more than one merge bases"
10895msgstr "$onto_name: es gibt mehr als eine Merge-Basis"
10896
10897#: git-rebase.sh:492 git-rebase.sh:496
10898#, sh-format
10899msgid "$onto_name: there is no merge base"
10900msgstr "$onto_name: es gibt keine Merge-Basis"
10901
10902#: git-rebase.sh:501
10903#, sh-format
10904msgid "Does not point to a valid commit: $onto_name"
10905msgstr "$onto_name zeigt auf keinen gültigen Commit"
10906
10907#: git-rebase.sh:524
10908#, sh-format
10909msgid "fatal: no such branch: $branch_name"
10910msgstr "fatal: Branch $branch_name nicht gefunden"
10911
10912#: git-rebase.sh:557
10913msgid "Cannot autostash"
10914msgstr "Kann \"autostash\" nicht ausführen."
10915
10916#: git-rebase.sh:562
10917#, sh-format
10918msgid "Created autostash: $stash_abbrev"
10919msgstr "\"autostash\" erzeugt: $stash_abbrev"
10920
10921#: git-rebase.sh:566
10922msgid "Please commit or stash them."
10923msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."
10924
10925#: git-rebase.sh:586
10926#, sh-format
10927msgid "Current branch $branch_name is up to date."
10928msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."
10929
10930#: git-rebase.sh:590
10931#, sh-format
10932msgid "Current branch $branch_name is up to date, rebase forced."
10933msgstr ""
10934"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."
10935
10936#: git-rebase.sh:601
10937#, sh-format
10938msgid "Changes from $mb to $onto:"
10939msgstr "Änderungen von $mb zu $onto:"
10940
10941#: git-rebase.sh:610
10942msgid "First, rewinding head to replay your work on top of it..."
10943msgstr ""
10944"Zunächst wird der Branch zurückgespult, um Ihre Änderungen\n"
10945"darauf neu anzuwenden..."
10946
10947#: git-rebase.sh:620
10948#, sh-format
10949msgid "Fast-forwarded $branch_name to $onto_name."
10950msgstr "$branch_name zu $onto_name vorgespult."
10951
10952#: git-stash.sh:51
10953msgid "git stash clear with parameters is unimplemented"
10954msgstr "git stash clear mit Parametern ist nicht implementiert"
10955
10956#: git-stash.sh:74
10957msgid "You do not have the initial commit yet"
10958msgstr "Sie haben bisher noch keinen initialen Commit"
10959
10960#: git-stash.sh:89
10961msgid "Cannot save the current index state"
10962msgstr "Kann den aktuellen Zustand der Staging-Area nicht speichern"
10963
10964#: git-stash.sh:124 git-stash.sh:137
10965msgid "Cannot save the current worktree state"
10966msgstr "Kann den aktuellen Zustand des Arbeitsverzeichnisses nicht speichern"
10967
10968#: git-stash.sh:141
10969msgid "No changes selected"
10970msgstr "Keine Änderungen ausgewählt"
10971
10972#: git-stash.sh:144
10973msgid "Cannot remove temporary index (can't happen)"
10974msgstr "Kann temporäre Staging-Area nicht löschen (kann nicht passieren)"
10975
10976#: git-stash.sh:157
10977msgid "Cannot record working tree state"
10978msgstr "Kann Zustand des Arbeitsverzeichnisses nicht aufzeichnen"
10979
10980#: git-stash.sh:191
10981#, sh-format
10982msgid "Cannot update $ref_stash with $w_commit"
10983msgstr "Kann $ref_stash nicht mit $w_commit aktualisieren."
10984
10985#. TRANSLATORS: $option is an invalid option, like
10986#. `--blah-blah'. The 7 spaces at the beginning of the
10987#. second line correspond to "error: ". So you should line
10988#. up the second line with however many characters the
10989#. translation of "error: " takes in your language. E.g. in
10990#. English this is:
10991#.
10992#. $ git stash save --blah-blah 2>&1 | head -n 2
10993#. error: unknown option for 'stash save': --blah-blah
10994#. To provide a message, use git stash save -- '--blah-blah'
10995#: git-stash.sh:238
10996#, sh-format
10997msgid ""
10998"error: unknown option for 'stash save': $option\n"
10999"       To provide a message, use git stash save -- '$option'"
11000msgstr ""
11001"Fehler: unbekannte Option für 'stash save': $option\n"
11002"        Um eine Beschreibung anzugeben, benutzen Sie \"git stash save -- "
11003"'$option'\""
11004
11005#: git-stash.sh:259
11006msgid "No local changes to save"
11007msgstr "Keine lokalen Änderungen zum Speichern"
11008
11009#: git-stash.sh:263
11010msgid "Cannot initialize stash"
11011msgstr "Kann \"stash\" nicht initialisieren"
11012
11013#: git-stash.sh:267
11014msgid "Cannot save the current status"
11015msgstr "Kann den aktuellen Status nicht speichern"
11016
11017#: git-stash.sh:285
11018msgid "Cannot remove worktree changes"
11019msgstr "Kann Änderungen im Arbeitsverzeichnis nicht löschen"
11020
11021#: git-stash.sh:384
11022msgid "No stash found."
11023msgstr "Kein \"stash\" gefunden."
11024
11025#: git-stash.sh:391
11026#, sh-format
11027msgid "Too many revisions specified: $REV"
11028msgstr "Zu viele Commits angegeben: $REV"
11029
11030#: git-stash.sh:397
11031#, sh-format
11032msgid "$reference is not a valid reference"
11033msgstr "$reference ist keine gültige Referenz"
11034
11035#: git-stash.sh:425
11036#, sh-format
11037msgid "'$args' is not a stash-like commit"
11038msgstr "'$args' ist kein \"stash\"-artiger Commit"
11039
11040#: git-stash.sh:436
11041#, sh-format
11042msgid "'$args' is not a stash reference"
11043msgstr "'$args' ist keine \"stash\"-Referenz"
11044
11045#: git-stash.sh:444
11046msgid "unable to refresh index"
11047msgstr "unfähig die Staging-Area zu aktualisieren"
11048
11049#: git-stash.sh:448
11050msgid "Cannot apply a stash in the middle of a merge"
11051msgstr "Kann \"stash\" nicht anwenden, solang ein Merge im Gange ist"
11052
11053#: git-stash.sh:456
11054msgid "Conflicts in index. Try without --index."
11055msgstr "Konflikte in der Staging-Area. Versuchen Sie es ohne --index."
11056
11057#: git-stash.sh:458
11058msgid "Could not save index tree"
11059msgstr "Konnte Staging-Area-Verzeichnis nicht speichern"
11060
11061#: git-stash.sh:492
11062msgid "Cannot unstage modified files"
11063msgstr "Kann geänderte Dateien nicht aus der Staging-Area entfernen"
11064
11065#: git-stash.sh:507
11066msgid "Index was not unstashed."
11067msgstr "Staging-Area wurde nicht aus dem Stash zurückgeladen."
11068
11069#: git-stash.sh:530
11070#, sh-format
11071msgid "Dropped ${REV} ($s)"
11072msgstr "Gelöscht ${REV} ($s)"
11073
11074#: git-stash.sh:531
11075#, sh-format
11076msgid "${REV}: Could not drop stash entry"
11077msgstr "${REV}: Konnte \"stash\"-Eintrag nicht löschen"
11078
11079#: git-stash.sh:539
11080msgid "No branch name specified"
11081msgstr "Kein Branchname spezifiziert"
11082
11083#: git-stash.sh:611
11084msgid "(To restore them type \"git stash apply\")"
11085msgstr "(Zur Wiederherstellung geben Sie \"git stash apply\" ein)"
11086
11087#: git-submodule.sh:95
11088#, sh-format
11089msgid "cannot strip one component off url '$remoteurl'"
11090msgstr "Kann eine Komponente von URL '$remoteurl' nicht extrahieren"
11091
11092#: git-submodule.sh:237
11093#, sh-format
11094msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
11095msgstr "Keine Submodul-Zuordnung in .gitmodules für Pfad '$sm_path' gefunden"
11096
11097#: git-submodule.sh:287
11098#, sh-format
11099msgid "Clone of '$url' into submodule path '$sm_path' failed"
11100msgstr "Klonen von '$url' in Submodul-Pfad '$sm_path' fehlgeschlagen"
11101
11102#: git-submodule.sh:296
11103#, sh-format
11104msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
11105msgstr "Git-Verzeichnis '$a' ist Teil des Submodul-Pfades '$b', oder umgekehrt"
11106
11107#: git-submodule.sh:406
11108msgid "Relative path can only be used from the toplevel of the working tree"
11109msgstr ""
11110"Relative Pfade können nur von der obersten Ebene des Arbeitsverzeichnisses "
11111"benutzt werden."
11112
11113#: git-submodule.sh:416
11114#, sh-format
11115msgid "repo URL: '$repo' must be absolute or begin with ./|../"
11116msgstr "repo URL: '$repo' muss absolut sein oder mit ./|../ beginnen"
11117
11118#: git-submodule.sh:433
11119#, sh-format
11120msgid "'$sm_path' already exists in the index"
11121msgstr "'$sm_path' ist bereits zum Commit vorgemerkt"
11122
11123#: git-submodule.sh:437
11124#, sh-format
11125msgid ""
11126"The following path is ignored by one of your .gitignore files:\n"
11127"$sm_path\n"
11128"Use -f if you really want to add it."
11129msgstr ""
11130"Der folgende Pfad wird durch eine Ihrer \".gitignore\" Dateien ignoriert:\n"
11131"$sm_path\n"
11132"Benutzen Sie -f wenn Sie diesen wirklich hinzufügen möchten."
11133
11134#: git-submodule.sh:455
11135#, sh-format
11136msgid "Adding existing repo at '$sm_path' to the index"
11137msgstr "Füge existierendes Repository in '$sm_path' der Staging-Area hinzu."
11138
11139#: git-submodule.sh:457
11140#, sh-format
11141msgid "'$sm_path' already exists and is not a valid git repo"
11142msgstr "'$sm_path' existiert bereits und ist kein gültiges Git-Repository"
11143
11144#: git-submodule.sh:465
11145#, sh-format
11146msgid "A git directory for '$sm_name' is found locally with remote(s):"
11147msgstr ""
11148"Ein Git-Verzeichnis für '$sm_name' wurde lokal gefunden mit den Remote-"
11149"Repositories:"
11150
11151#: git-submodule.sh:467
11152#, sh-format
11153msgid ""
11154"If you want to reuse this local git directory instead of cloning again from"
11155msgstr ""
11156"Wenn Sie dieses lokale Git-Verzeichnis wiederverwenden möchtest, anstatt "
11157"erneut zu klonen"
11158
11159#: git-submodule.sh:469
11160#, sh-format
11161msgid ""
11162"use the '--force' option. If the local git directory is not the correct repo"
11163msgstr ""
11164"benutzen Sie die Option '--force'. Wenn das lokale Git-Verzeichnis nicht das "
11165"korrekte Repository ist"
11166
11167#: git-submodule.sh:470
11168#, sh-format
11169msgid ""
11170"or you are unsure what this means choose another name with the '--name' "
11171"option."
11172msgstr ""
11173"oder Sie sich unsicher sind, was das bedeutet, wählen Sie einen anderen "
11174"Namenmit der Option '--name'."
11175
11176#: git-submodule.sh:472
11177#, sh-format
11178msgid "Reactivating local git directory for submodule '$sm_name'."
11179msgstr "Reaktiviere lokales Git-Verzeichnis für Submodul '$sm_name'."
11180
11181#: git-submodule.sh:484
11182#, sh-format
11183msgid "Unable to checkout submodule '$sm_path'"
11184msgstr "Kann Submodul '$sm_path' nicht auschecken"
11185
11186#: git-submodule.sh:489
11187#, sh-format
11188msgid "Failed to add submodule '$sm_path'"
11189msgstr "Hinzufügen von Submodul '$sm_path' fehlgeschlagen"
11190
11191#: git-submodule.sh:498
11192#, sh-format
11193msgid "Failed to register submodule '$sm_path'"
11194msgstr "Fehler beim Eintragen von Submodul '$sm_path' in die Konfiguration."
11195
11196#: git-submodule.sh:542
11197#, sh-format
11198msgid "Entering '$prefix$displaypath'"
11199msgstr "Betrete '$prefix$displaypath'"
11200
11201#: git-submodule.sh:562
11202#, sh-format
11203msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
11204msgstr "Stoppe bei '$prefix$displaypath'; Skript gab nicht-Null Status zurück."
11205
11206#: git-submodule.sh:608
11207#, sh-format
11208msgid "No url found for submodule path '$displaypath' in .gitmodules"
11209msgstr "Keine URL für Submodul-Pfad '$displaypath' in .gitmodules gefunden"
11210
11211#: git-submodule.sh:617
11212#, sh-format
11213msgid "Failed to register url for submodule path '$displaypath'"
11214msgstr ""
11215"Fehler beim Eintragen der URL für Submodul-Pfad '$displaypath' in die "
11216"Konfiguration."
11217
11218#: git-submodule.sh:619
11219#, sh-format
11220msgid "Submodule '$name' ($url) registered for path '$displaypath'"
11221msgstr ""
11222"Submodul '$name' ($url) für Pfad '$displaypath' in die Konfiguration "
11223"eingetragen."
11224
11225#: git-submodule.sh:636
11226#, sh-format
11227msgid "Failed to register update mode for submodule path '$displaypath'"
11228msgstr ""
11229"Fehler bei Änderung des Aktualisierungsmodus für Submodul-Pfad "
11230"'$displaypath' in der Konfiguration."
11231
11232#: git-submodule.sh:674
11233#, sh-format
11234msgid "Use '.' if you really want to deinitialize all submodules"
11235msgstr ""
11236"Verwenden Sie '.' wenn Sie wirklich alle Submodule\n"
11237"deinitialisieren möchten."
11238
11239#: git-submodule.sh:691
11240#, sh-format
11241msgid "Submodule work tree '$displaypath' contains a .git directory"
11242msgstr ""
11243"Arbeitsverzeichnis des Submoduls in '$displaypath' enthält ein .git-"
11244"Verzeichnis"
11245
11246#: git-submodule.sh:692
11247#, sh-format
11248msgid ""
11249"(use 'rm -rf' if you really want to remove it including all of its history)"
11250msgstr ""
11251"(benutzen Sie 'rm -rf' wenn Sie dieses Submodul wirklich mitsamt\n"
11252"seiner Historie löschen möchten)"
11253
11254#: git-submodule.sh:698
11255#, sh-format
11256msgid ""
11257"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
11258"discard them"
11259msgstr ""
11260"Arbeitsverzeichnis von Submodul in '$displaypath' enthält lokale Änderungen; "
11261"verwenden Sie '-f', um diese zu verwerfen"
11262
11263#: git-submodule.sh:701
11264#, sh-format
11265msgid "Cleared directory '$displaypath'"
11266msgstr "Verzeichnis '$displaypath' bereinigt."
11267
11268#: git-submodule.sh:702
11269#, sh-format
11270msgid "Could not remove submodule work tree '$displaypath'"
11271msgstr ""
11272"Konnte Arbeitsverzeichnis des Submoduls in '$displaypath' nicht löschen."
11273
11274#: git-submodule.sh:705
11275#, sh-format
11276msgid "Could not create empty submodule directory '$displaypath'"
11277msgstr ""
11278"Konnte kein leeres Verzeichnis für Submodul in '$displaypath' erstellen."
11279
11280#: git-submodule.sh:714
11281#, sh-format
11282msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
11283msgstr ""
11284"Submodul '$name' ($url) für Pfad '$displaypath' wurde aus der Konfiguration "
11285"entfernt."
11286
11287#: git-submodule.sh:830
11288#, sh-format
11289msgid ""
11290"Submodule path '$displaypath' not initialized\n"
11291"Maybe you want to use 'update --init'?"
11292msgstr ""
11293"Submodul-Pfad '$displaypath' ist nicht initialisiert.\n"
11294"Vielleicht möchten Sie 'update --init' benutzen?"
11295
11296#: git-submodule.sh:843
11297#, sh-format
11298msgid "Unable to find current revision in submodule path '$displaypath'"
11299msgstr "Konnte aktuellen Commit in Submodul-Pfad '$displaypath' nicht finden."
11300
11301#: git-submodule.sh:852
11302#, sh-format
11303msgid "Unable to fetch in submodule path '$sm_path'"
11304msgstr "Konnte \"fetch\" in Submodul-Pfad '$sm_path' nicht ausführen"
11305
11306#: git-submodule.sh:876
11307#, sh-format
11308msgid "Unable to fetch in submodule path '$displaypath'"
11309msgstr "Konnte \"fetch\" in Submodul-Pfad '$displaypath' nicht ausführen"
11310
11311#: git-submodule.sh:890
11312#, sh-format
11313msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11314msgstr "Konnte '$sha1' in Submodul-Pfad '$displaypath' nicht auschecken."
11315
11316#: git-submodule.sh:891
11317#, sh-format
11318msgid "Submodule path '$displaypath': checked out '$sha1'"
11319msgstr "Submodul-Pfad: '$displaypath': '$sha1' ausgecheckt"
11320
11321#: git-submodule.sh:895
11322#, sh-format
11323msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
11324msgstr "Rebase auf '$sha1' in Submodul-Pfad '$displaypath' nicht möglich"
11325
11326#: git-submodule.sh:896
11327#, sh-format
11328msgid "Submodule path '$displaypath': rebased into '$sha1'"
11329msgstr "Submodul-Pfad '$displaypath': Rebase auf '$sha1'"
11330
11331#: git-submodule.sh:901
11332#, sh-format
11333msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
11334msgstr "Merge von '$sha1' in Submodul-Pfad '$displaypath' fehlgeschlagen"
11335
11336#: git-submodule.sh:902
11337#, sh-format
11338msgid "Submodule path '$displaypath': merged in '$sha1'"
11339msgstr "Submodul-Pfad '$displaypath': zusammengeführt in '$sha1'"
11340
11341#: git-submodule.sh:907
11342#, sh-format
11343msgid ""
11344"Execution of '$command $sha1' failed in submodule  path '$prefix$sm_path'"
11345msgstr ""
11346"Ausführung von '$command $sha1' in Submodul-Pfad '$prefix$sm_path' "
11347"fehlgeschlagen"
11348
11349#: git-submodule.sh:908
11350#, sh-format
11351msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
11352msgstr "Submodul-Pfad '$prefix$sm_path': '$command $sha1'"
11353
11354#: git-submodule.sh:938
11355#, sh-format
11356msgid "Failed to recurse into submodule path '$displaypath'"
11357msgstr "Fehler bei Rekursion in Submodul-Pfad '$displaypath'"
11358
11359#: git-submodule.sh:1046
11360msgid "The --cached option cannot be used with the --files option"
11361msgstr ""
11362"Die Optionen --cached und --files können nicht gemeinsam verwendet werden."
11363
11364#: git-submodule.sh:1098
11365#, sh-format
11366msgid "unexpected mode $mod_dst"
11367msgstr "unerwarteter Modus $mod_dst"
11368
11369#: git-submodule.sh:1118
11370#, sh-format
11371msgid "  Warn: $display_name doesn't contain commit $sha1_src"
11372msgstr "  Warnung: $display_name beinhaltet nicht Commit $sha1_src"
11373
11374#: git-submodule.sh:1121
11375#, sh-format
11376msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
11377msgstr "  Warnung: $display_name beinhaltet nicht Commit $sha1_dst"
11378
11379#: git-submodule.sh:1124
11380#, sh-format
11381msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
11382msgstr ""
11383"  Warnung: $display_name beinhaltet nicht die Commits $sha1_src und $sha1_dst"
11384
11385#: git-submodule.sh:1149
11386msgid "blob"
11387msgstr "Blob"
11388
11389#: git-submodule.sh:1267
11390#, sh-format
11391msgid "Failed to recurse into submodule path '$sm_path'"
11392msgstr "Fehler bei Rekursion in Submodul-Pfad '$sm_path'"
11393
11394#: git-submodule.sh:1331
11395#, sh-format
11396msgid "Synchronizing submodule url for '$displaypath'"
11397msgstr "Synchronisiere Submodul-URL für '$displaypath'"
11398
11399#~ msgid "no files added"
11400#~ msgstr "keine Dateien hinzugefügt"
11401
11402#~ msgid "force creation (when already exists)"
11403#~ msgstr "Branch auch erzeugen, wenn dieser bereits existiert"
11404
11405#~ msgid "Malformed ident string: '%s'"
11406#~ msgstr "Fehlerhafter Ident-String: '%s'"
11407
11408#~ msgid "slot"
11409#~ msgstr "Slot"
11410
11411#~ msgid "check"
11412#~ msgstr "check|on-demand"
11413
11414#~ msgid "Failed to lock ref for update"
11415#~ msgstr "Fehler beim Sperren der Referenz zur Aktualisierung."
11416
11417#~ msgid "Failed to write ref"
11418#~ msgstr "Fehler beim Schreiben der Referenz."
11419
11420#~ msgid "Failed to lock HEAD during fast_forward_to"
11421#~ msgstr "Fehler beim Sperren von HEAD während fast_forward_to"
11422
11423#~ msgid "invalid commit: %s"
11424#~ msgstr "Ungültiger Commit: %s"
11425
11426#~ msgid "cannot lock HEAD ref"
11427#~ msgstr "Kann Referenz von HEAD nicht sperren."
11428
11429#~ msgid "cannot update HEAD ref"
11430#~ msgstr "Kann Referenz von HEAD nicht aktualisieren."
11431
11432#~ msgid "Invalid %s: '%s'"
11433#~ msgstr "Ungültiger %s: '%s'"
11434
11435#~ msgid "cannot tell cwd"
11436#~ msgstr "kann aktuelles Arbeitsverzeichnis nicht ermitteln"
11437
11438#~ msgid "%s: cannot lock the ref"
11439#~ msgstr "%s: kann Referenz nicht sperren"
11440
11441#~ msgid "%s: cannot update the ref"
11442#~ msgstr "%s: kann Referenz nicht aktualisieren"
11443
11444#~ msgid "commit has empty message"
11445#~ msgstr "Commit hat eine leere Beschreibung"
11446
11447#~ msgid "Failed to chdir: %s"
11448#~ msgstr "Fehler beim Verzeichniswechsel: %s"
11449
11450#~ msgid "key id"
11451#~ msgstr "Schlüssel-ID"
11452
11453#~ msgid "Tracking not set up: name too long: %s"
11454#~ msgstr ""
11455#~ "Konfiguration zum Folgen von Branch nicht eingerichtet. Name zu lang: %s"
11456
11457#~ msgid "bug"
11458#~ msgstr "Fehler"
11459
11460#~ msgid "ahead "
11461#~ msgstr "voraus "
11462
11463#~ msgid ", behind "
11464#~ msgstr ", hinterher "
11465
11466#~ msgid "could not find .gitmodules in index"
11467#~ msgstr "Konnte .gitmodules nicht in der Staging-Area finden"
11468
11469#~ msgid "reading updated .gitmodules failed"
11470#~ msgstr "Lesen der aktualisierten .gitmodules-Datei fehlgeschlagen"
11471
11472#~ msgid "unable to stat updated .gitmodules"
11473#~ msgstr "Konnte aktualisierte .gitmodules-Datei nicht lesen"
11474
11475#~ msgid "unable to remove .gitmodules from index"
11476#~ msgstr "Konnte .gitmodules nicht aus der Staging-Area entfernen"
11477
11478#~ msgid "adding updated .gitmodules failed"
11479#~ msgstr "Konnte aktualisierte .gitmodules-Datei nicht hinzufügen"
11480
11481#~ msgid ""
11482#~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"
11483#~ "subdirectory of the tree will change in Git 2.0 and should not be used "
11484#~ "anymore.\n"
11485#~ "To add content for the whole tree, run:\n"
11486#~ "\n"
11487#~ "  git add %s :/\n"
11488#~ "  (or git add %s :/)\n"
11489#~ "\n"
11490#~ "To restrict the command to the current directory, run:\n"
11491#~ "\n"
11492#~ "  git add %s .\n"
11493#~ "  (or git add %s .)\n"
11494#~ "\n"
11495#~ "With the current Git version, the command is restricted to the current "
11496#~ "directory.\n"
11497#~ msgstr ""
11498#~ "Das Verhalten von 'git add %s (oder %s)' ohne ein Pfad-Argument von\n"
11499#~ "einem Unterverzeichnis aus wird in Git 2.0 geändert und sollte nicht\n"
11500#~ "mehr verwendet werden.\n"
11501#~ "Um Dateien des gesamten Projektverzeichnisses hinzuzufügen, führen Sie "
11502#~ "aus:\n"
11503#~ "\n"
11504#~ "  git add %s :/\n"
11505#~ "  (oder git add %s :/)\n"
11506#~ "\n"
11507#~ "Zur Einschränkung auf das aktuelle Verzeichnis führen Sie aus:\n"
11508#~ "\n"
11509#~ "  git add %s .\n"
11510#~ "  (oder git add %s .)\n"
11511#~ "\n"
11512#~ "Mit der aktuellen Version von Git ist das Kommando auf das aktuelle\n"
11513#~ "Verzeichnis beschränkt.\n"
11514
11515#~ msgid ""
11516#~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"
11517#~ "whose behaviour will change in Git 2.0 with respect to paths you "
11518#~ "removed.\n"
11519#~ "Paths like '%s' that are\n"
11520#~ "removed from your working tree are ignored with this version of Git.\n"
11521#~ "\n"
11522#~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"
11523#~ "  ignores paths you removed from your working tree.\n"
11524#~ "\n"
11525#~ "* 'git add --all <pathspec>' will let you also record the removals.\n"
11526#~ "\n"
11527#~ "Run 'git status' to check the paths you removed from your working tree.\n"
11528#~ msgstr ""
11529#~ "Sie haben 'git add' weder mit '-A (--all)' noch mit '--ignore-removal'\n"
11530#~ "ausgeführt. Das Verhalten des Kommandos ändert sich in Git 2.0 durch\n"
11531#~ "Berücksichtigung der gelöschten Pfade.\n"
11532#~ "Pfade wie '%s', die im Arbeitsverzeichnis gelöscht wurden, werden in\n"
11533#~ "dieser Version von Git ignoriert.\n"
11534#~ "\n"
11535#~ "* 'git add --ignore-removal <Pfadspezifikation>', was der aktuelle\n"
11536#~ "  Standardwert ist, ignoriert gelöschte Pfade im Arbeitsverzeichnis.\n"
11537#~ "* 'git add --all <Pfadspezifikation>' berücksichtigt ebenfalls gelöschte\n"
11538#~ "  Pfade.\n"
11539#~ "Führen Sie 'git status' aus, um die gelöschten Pfade zu überprüfen.\n"
11540
11541#~ msgid ""
11542#~ "Auto packing the repository for optimum performance. You may also\n"
11543#~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"
11544#~ msgstr ""
11545#~ "Die Datenbank des Repositories wird für eine optimale Performance\n"
11546#~ "komprimiert. Sie können auch \"git gc\" manuell ausführen.\n"
11547#~ "Siehe \"git help gc\" für weitere Informationen.\n"
11548
11549#~ msgid ""
11550#~ "Updates were rejected because a pushed branch tip is behind its remote\n"
11551#~ "counterpart. If you did not intend to push that branch, you may want to\n"
11552#~ "specify branches to push or set the 'push.default' configuration "
11553#~ "variable\n"
11554#~ "to 'simple', 'current' or 'upstream' to push only the current branch."
11555#~ msgstr ""
11556#~ "Aktualisierungen wurden zurückgewiesen, weil die Spitze eines "
11557#~ "versendeten\n"
11558#~ "Branches hinter seinem externen Gegenstück zurückgefallen ist. Wenn Sie "
11559#~ "nicht\n"
11560#~ "beabsichtigt haben, diesen Branch zu versenden, können Sie auch den zu "
11561#~ "versendenden\n"
11562#~ "Branch spezifizieren oder die Konfigurationsvariable 'push.default' zu "
11563#~ "'simple', 'current'\n"
11564#~ "oder 'upstream' setzen, um nur den aktuellen Branch zu versenden."
11565
11566#~ msgid "copied:     %s -> %s"
11567#~ msgstr "kopiert:     %s -> %s"
11568
11569#~ msgid "deleted:    %s"
11570#~ msgstr "gelöscht:    %s"
11571
11572#~ msgid "modified:   %s"
11573#~ msgstr "geändert:   %s"
11574
11575#~ msgid "renamed:    %s -> %s"
11576#~ msgstr "umbenannt:    %s -> %s"
11577
11578#~ msgid "unmerged:   %s"
11579#~ msgstr "nicht zusammengeführt:   %s"
11580
11581#~ msgid "input paths are terminated by a null character"
11582#~ msgstr "Eingabepfade sind durch ein NUL Zeichen abgeschlossen"
11583
11584#~ msgid ""
11585#~ "The following untracked files would NOT be saved but need to be removed "
11586#~ "by stash save:"
11587#~ msgstr ""
11588#~ "Die folgenden unbeobachteten Dateien würden NICHT gespeichert werden,\n"
11589#~ "müssen aber durch \"stash save\" entfernt werden:"
11590
11591#~ msgid ""
11592#~ "Aborting. Consider using either the --force or --include-untracked option."
11593#~ msgstr ""
11594#~ "Abgebrochen. Benutzen Sie entweder die Option --force oder --include-"
11595#~ "untracked."
11596
11597#~ msgid "  (fix conflicts and then run \"git am --resolved\")"
11598#~ msgstr ""
11599#~ "  (beheben Sie die Konflikte und führen Sie dann \"git am --resolved\" "
11600#~ "aus)"
11601
11602#~ msgid "  (all conflicts fixed: run \"git commit\")"
11603#~ msgstr "  (alle Konflikte behoben: führen Sie \"git commit\" aus)"
11604
11605#~ msgid "more than %d trees given: '%s'"
11606#~ msgstr "Mehr als %d \"Tree\"-Objekte angegeben: '%s'"
11607
11608#~ msgid "You cannot combine --no-ff with --ff-only."
11609#~ msgstr "Sie können --no-ff nicht mit --ff--only kombinieren."
11610
11611#~ msgid ""
11612#~ "submodule '%s' (or one of its nested submodules) uses a .git directory\n"
11613#~ "(use 'rm -rf' if you really want to remove it including all of its "
11614#~ "history)"
11615#~ msgstr ""
11616#~ "Submodul '%s' (oder ein geschachteltes Submodul hiervon) verwendet\n"
11617#~ "ein .git-Verzeichnis (benutzen Sie 'rm -rf' wenn Sie dieses wirklich "
11618#~ "mitsamt\n"
11619#~ "seiner Historie löschen möchten)"
11620
11621#~ msgid ""
11622#~ "'%s' has changes staged in the index\n"
11623#~ "(use --cached to keep the file, or -f to force removal)"
11624#~ msgstr ""
11625#~ "'%s' hat zum Commit vorgemerkte Änderungen\n"
11626#~ "(benutzen Sie --cached um die Datei zu behalten, oder -f um die "
11627#~ "Entfernung zu erzwingen)"
11628
11629#~ msgid "show commits where no parent comes before its children"
11630#~ msgstr ""
11631#~ "zeigt Commits, bei denen kein Eltern-Commit vor seinem Kind-Commit kommt"
11632
11633#~ msgid "show the HEAD reference"
11634#~ msgstr "zeigt Referenz von HEAD"
11635
11636#~ msgid "Unable to fetch in submodule path '$prefix$sm_path'"
11637#~ msgstr "Konnte \"fetch\" in Submodul-Pfad '$prefix$sm_path' nicht ausführen"
11638
11639#~ msgid "Failed to recurse into submodule path '$prefix$sm_path'"
11640#~ msgstr "Fehler bei Rekursion in Submodul-Pfad '$prefix$sm_path'"
11641
11642#~ msgid "It took %.2f seconds to enumerate untracked files.  'status -uno'"
11643#~ msgstr ""
11644#~ "Es dauerte %.2f Sekunden die unbeobachteten Dateien zu bestimmen.'status -"
11645#~ "uno'"
11646
11647#~ msgid "may speed it up, but you have to be careful not to forget to add"
11648#~ msgstr "könnte das beschleunigen, aber Sie müssen darauf achten, neue"
11649
11650#~ msgid "new files yourself (see 'git help status')."
11651#~ msgstr "Dateien selbstständig hinzuzufügen (siehe 'git help status')."
11652
11653#~ msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"
11654#~ msgstr ""
11655#~ "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] "
11656#~ "[<Versionsidentifikation>... ]"
11657
11658#~ msgid "See 'git help <command>' for more information on a specific command."
11659#~ msgstr ""
11660#~ "Siehe 'git help <Kommando>' für weitere Informationen zu einem "
11661#~ "spezifischen Kommando"
11662
11663#~ msgid "use any ref in .git/refs"
11664#~ msgstr "verwendet alle Referenzen in .git/refs"
11665
11666#~ msgid "use any tag in .git/refs/tags"
11667#~ msgstr "verwendet alle Markierungen in .git/refs/tags"
11668
11669#~ msgid "bad object %s"
11670#~ msgstr "ungültiges Objekt %s"
11671
11672#~ msgid "bogus committer info %s"
11673#~ msgstr "unechte Einreicher-Informationen %s"
11674
11675#~ msgid "can't fdopen 'show' output fd"
11676#~ msgstr "konnte Datei-Deskriptor für Ausgabe von 'show' nicht öffnen"
11677
11678#~ msgid "failed to close pipe to 'show' for object '%s'"
11679#~ msgstr ""
11680#~ "Schließen der Verbindung zu 'show' ist für Objekt '%s' fehlgeschlagen."
11681
11682#~ msgid "You do not have a valid HEAD"
11683#~ msgstr "Sie haben keine gültige Zweigspitze (HEAD)"
11684
11685#~ msgid "oops"
11686#~ msgstr "Ups"
11687
11688#~ msgid "Would not remove %s\n"
11689#~ msgstr "Würde '%s' nicht löschen\n"
11690
11691#~ msgid "Not removing %s\n"
11692#~ msgstr "Entferne nicht %s\n"
11693
11694#~ msgid "Could not read index"
11695#~ msgstr "Konnte Bereitstellung nicht lesen"
11696
11697#~ msgid " 0 files changed"
11698#~ msgstr " 0 Dateien geändert"
11699
11700#~ msgid " %d file changed"
11701#~ msgid_plural " %d files changed"
11702#~ msgstr[0] " %d Datei geändert"
11703#~ msgstr[1] " %d Dateien geändert"
11704
11705#~ msgid ", %d insertion(+)"
11706#~ msgid_plural ", %d insertions(+)"
11707#~ msgstr[0] ", %d Zeile hinzugefügt(+)"
11708#~ msgstr[1] ", %d Zeilen hinzugefügt(+)"
11709
11710#~ msgid ", %d deletion(-)"
11711#~ msgid_plural ", %d deletions(-)"
11712#~ msgstr[0] ", %d Zeile entfernt(-)"
11713#~ msgstr[1] ", %d Zeilen entfernt(-)"
11714
11715#~ msgid "git remote set-head <name> (-a | -d | <branch>])"
11716#~ msgstr "git remote set-head <Name> (-a | -d | <Zweig>])"
11717
11718#~ msgid " (use \"git add\" to track)"
11719#~ msgstr " (benutze \"git add\" zum Beobachten)"
11720
11721#~ msgid "--detach cannot be used with -b/-B/--orphan"
11722#~ msgstr "--detach kann nicht mit -b/-B/--orphan benutzt werden"
11723
11724#~ msgid "--detach cannot be used with -t"
11725#~ msgstr "--detach kann nicht mit -t benutzt werden"
11726
11727#~ msgid "--orphan and -b|-B are mutually exclusive"
11728#~ msgstr "--orphan und -b|-B sind gegenseitig exklusiv"
11729
11730#~ msgid "--orphan cannot be used with -t"
11731#~ msgstr "--orphan kann nicht mit -t benutzt werden"
11732
11733#~ msgid "git checkout: -f and -m are incompatible"
11734#~ msgstr "git checkout: -f und -m sind inkompatibel"
11735
11736#~ msgid ""
11737#~ "git checkout: updating paths is incompatible with switching branches."
11738#~ msgstr ""
11739#~ "git checkout: Die Aktualisierung von Pfaden ist inkompatibel mit dem "
11740#~ "Wechsel von Zweigen."
11741
11742#~ msgid "diff setup failed"
11743#~ msgstr "diff_setup_done fehlgeschlagen"
11744
11745#~ msgid "merge-recursive: disk full?"
11746#~ msgstr "merge-recursive: Festplatte voll?"
11747
11748#~ msgid "diff_setup_done failed"
11749#~ msgstr "diff_setup_done fehlgeschlagen"
11750
11751#~ msgid "-d option is no longer supported.  Do not use."
11752#~ msgstr "-d Option wird nicht länger unterstützt. Nicht benutzen."
11753
11754#~ msgid "%s: has been deleted/renamed"
11755#~ msgstr "%s wurde gelöscht/umbenannt"
11756
11757#~ msgid "'%s': not a documentation directory."
11758#~ msgstr "'%s' ist kein Dokumentationsverzeichnis"
11759
11760#~ msgid "--"
11761#~ msgstr "--"
11762
11763#~ msgid "Could not extract email from committer identity."
11764#~ msgstr "Konnte E-Mail-Adresse des Einreichers nicht extrahieren."
11765
11766#~ msgid "cherry-pick"
11767#~ msgstr "cherry-pick"
11768
11769#~ msgid "Please enter the commit message for your changes."
11770#~ msgstr "Bitte gebe die Versionsbeschreibung für deine Änderungen ein."
11771
11772#~ msgid ""
11773#~ "To prevent you from losing history, non-fast-forward updates were "
11774#~ "rejected\n"
11775#~ "Merge the remote changes (e.g. 'git pull') before pushing again.  See "
11776#~ "the\n"
11777#~ "'Note about fast-forwards' section of 'git push --help' for details.\n"
11778#~ msgstr ""
11779#~ "Um dich vor Verlust von Historie zu bewahren, wurden nicht vorzuspulende "
11780#~ "Aktualisierungen zurückgewiesen.\n"
11781#~ "Führe die externen Änderungen zusammen (z.B. 'git pull') bevor du erneut "
11782#~ "versendest. Siehe auch die 'Note about fast-forwards' Sektion von \n"
11783#~ "'git push --help' für weitere Details.\n"