From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@drmicha.warpmail.net Subject: Re: [PATCH] l10n: de.po: translate "index" as "Index" Date: Mon, 01 Jun 2015 09:38:37 +0200 Message-ID: <556C0BFD.3060806@drmicha.warpmail.net> References: <1432925644-26231-1-git-send-email-ralf.thielow@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: sbeller@google.com, tr@thomasrast.ch, jk@jk.gs, stimming@tuhh.de, phillip.szelat@gmail.com, matthias.ruester@gmail.com, magnus.goerlitz@googlemail.com To: Ralf Thielow , git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Jun 01 09:38:58 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YzKJB-0004Sb-VU for gcvg-git-2@plane.gmane.org; Mon, 01 Jun 2015 09:38:54 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751835AbbFAHio convert rfc822-to-quoted-printable (ORCPT ); Mon, 1 Jun 2015 03:38:44 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:58035 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751833AbbFAHil (ORCPT ); Mon, 1 Jun 2015 03:38:41 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 78D9520383 for ; Mon, 1 Jun 2015 03:38:40 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Mon, 01 Jun 2015 03:38:40 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=warpmail.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=OCDYvmSfxkLTOs1L9gCZs0ycaIA=; b=ij23a0 khUFNDfIwDRSGS8g05zkLWGSwUy91aSprNF+hTf9drPz06MJ1BN2QWpjEvj5Cd0T uRwW7kuFWis5PwUtOx9g7tpta+zbuvJCqy9Mj+KiLmclW9FP9obSdXbcmnWKLfR9 E3ZH2eWLzWQRWuob+w8M4agj+fKK33wkrQ0ZA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=OCDYvmSfxkLTOs1 L9gCZs0ycaIA=; b=OsZIqrpehx6QvxAG5QyuU5QcZjVClKtw+sqND+PbaTstQEf BJ+RalmE3UCZtLZha9gda5ByptTsD2M38U53bJ9NcUSwDCsFe6YXU50baN51dnG+ zSVgvwtbV+R4EOg0ezsewazwMwIdWipPLmqoWV/2wsEXLJ/4HoQstg5zm/Cw= X-Sasl-enc: 59HsG6O5QnPdr4QKc/zXae6fY+WNi3z6CZo6KUIHk1UQ 1433144319 Received: from localhost.localdomain (unknown [130.75.46.56]) by mail.messagingengine.com (Postfix) with ESMTPA id B5A70680123; Mon, 1 Jun 2015 03:38:38 -0400 (EDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <1432925644-26231-1-git-send-email-ralf.thielow@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Ralf Thielow venit, vidit, dixit 29.05.2015 20:54: > The term "index" is translated as "Staging-Area" to > not confuse beginners who don't know about Git's index. >=20 > Since the term "staging area" doesn't appear in original > Git messages (not even in the glossary) and "index" is a > well known term for experienced users, we should treat > "index" as a Git term and therefore don't translate it. Super! :) > Signed-off-by: Ralf Thielow > --- >=20 > http://thread.gmane.org/gmane.comp.version-control.git/269345/focus=3D= 269657 >=20 > po/de.po | 139 ++++++++++++++++++++++++++++++-----------------------= ---------- > 1 file changed, 67 insertions(+), 72 deletions(-) >=20 > diff --git a/po/de.po b/po/de.po > index 2feaec1..e0fe667 100644 > --- a/po/de.po > +++ b/po/de.po > @@ -657,7 +657,7 @@ msgstr "Lesen des Zwischenspeichers fehlgeschlage= n" > #: merge.c:94 builtin/checkout.c:374 builtin/checkout.c:580 > #: builtin/clone.c:662 > msgid "unable to write new index file" > -msgstr "Konnte neue Staging-Area-Datei nicht schreiben." > +msgstr "Konnte neue Index-Datei nicht schreiben." > =20 > #: merge-recursive.c:189 > #, c-format > @@ -913,7 +913,7 @@ msgstr "Konnte Objekt '%s' nicht parsen." > =20 > #: merge-recursive.c:2019 builtin/merge.c:667 > msgid "Unable to write index." > -msgstr "Konnte Staging-Area nicht schreiben." > +msgstr "Konnte Index nicht schreiben." > =20 Except for the "new", the above two messages should be the same in the original already (but are not). I'll follow up with a source patch. > #: notes-utils.c:41 > msgid "Cannot commit uninitialized/unreferenced notes tree" > @@ -1226,7 +1226,7 @@ msgstr "" > #: sequencer.c:321 > #, c-format > msgid "%s: Unable to write new index file" > -msgstr "%s: Konnte neue Staging-Area-Datei nicht schreiben" > +msgstr "%s: Konnte neue Index-Datei nicht schreiben" > =20 > #: sequencer.c:339 > msgid "Could not resolve HEAD commit\n" > @@ -1248,7 +1248,7 @@ msgstr "Konnte Eltern-Commit %s nicht parsen\n" > =20 > #: sequencer.c:482 > msgid "Your index file is unmerged." > -msgstr "Ihre Staging-Area-Datei ist nicht zusammengef=C3=BChrt." > +msgstr "Ihre Index-Datei ist nicht zusammengef=C3=BChrt." > =20 > #: sequencer.c:501 > #, c-format > @@ -1294,12 +1294,12 @@ msgstr "leere Menge von Commits =C3=BCbergebe= n" > #: sequencer.c:661 > #, c-format > msgid "git %s: failed to read the index" > -msgstr "git %s: Fehler beim Lesen der Staging-Area" > +msgstr "git %s: Fehler beim Lesen des Indexes" Now we have to decide whether we flex "Index" like a foreign word in German or like a German word: der Index, des Index, ...; die Indizes (pl.) or der Index, des Indexes, ...; die Indexe (pl.) I'd vote the former. > #: sequencer.c:665 > #, c-format > msgid "git %s: failed to refresh the index" > -msgstr "git %s: Fehler beim Aktualisieren der Staging-Area" > +msgstr "git %s: Fehler beim Aktualisieren des Indexes" > =20 > #: sequencer.c:725 > #, c-format > @@ -2063,11 +2063,11 @@ msgstr "l=C3=B6sche '%s'\n" > #: builtin/add.c:134 > msgid "Unstaged changes after refreshing the index:" > msgstr "" > -"Nicht zum Commit vorgemerkte =C3=84nderungen nach Aktualisierung de= r Staging-Area:" > +"Nicht zum Commit vorgemerkte =C3=84nderungen nach Aktualisierung de= s Indexes:" > =20 > #: builtin/add.c:194 builtin/rev-parse.c:785 > msgid "Could not read the index" > -msgstr "Konnte die Staging-Area nicht lesen" > +msgstr "Konnte den Index nicht lesen" > =20 > #: builtin/add.c:205 > #, c-format > @@ -2145,7 +2145,7 @@ msgstr "gel=C3=B6schte Pfade im Arbeitsverzeich= nis ignorieren (genau wie --no-all)" > =20 > #: builtin/add.c:262 > msgid "don't add, only refresh the index" > -msgstr "nichts hinzuf=C3=BCgen, nur die Staging-Area aktualisieren" > +msgstr "nichts hinzuf=C3=BCgen, nur den Index aktualisieren" > =20 > #: builtin/add.c:263 > msgid "just skip files which cannot be added because of errors" > @@ -2188,11 +2188,11 @@ msgstr "Wollten Sie vielleicht 'git add .' sa= gen?\n" > #: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:920 > #: builtin/commit.c:335 builtin/mv.c:130 builtin/reset.c:235 builtin= /rm.c:299 > msgid "index file corrupt" > -msgstr "Staging-Area-Datei besch=C3=A4digt" > +msgstr "Index-Datei besch=C3=A4digt" > =20 > #: builtin/add.c:446 builtin/apply.c:4675 builtin/mv.c:279 builtin/r= m.c:431 > msgid "Unable to write new index file" > -msgstr "Konnte neue Staging-Area-Datei nicht schreiben." > +msgstr "Konnte neue Index-Datei nicht schreiben." > =20 > #: builtin/apply.c:59 > msgid "git apply [] [...]" > @@ -2396,7 +2396,7 @@ msgstr "Pfad %s wurde umbenannt/gel=C3=B6scht" > #: builtin/apply.c:3349 builtin/apply.c:3504 > #, c-format > msgid "%s: does not exist in index" > -msgstr "%s ist nicht in der Staging-Area" > +msgstr "%s ist nicht im Index" > =20 > #: builtin/apply.c:3353 builtin/apply.c:3496 builtin/apply.c:3518 > #, c-format > @@ -2406,7 +2406,7 @@ msgstr "%s: %s" > #: builtin/apply.c:3358 builtin/apply.c:3512 > #, c-format > msgid "%s: does not match index" > -msgstr "%s entspricht nicht der Version in der Staging-Area" > +msgstr "%s entspricht nicht der Version im Index" > =20 > #: builtin/apply.c:3460 > msgid "removal patch leaves file contents" > @@ -2470,7 +2470,7 @@ msgstr "make_cache_entry f=C3=BCr Pfad '%s' feh= lgeschlagen" > #: builtin/apply.c:4049 > #, c-format > msgid "unable to remove %s from index" > -msgstr "konnte %s nicht aus der Staging-Area entfernen" > +msgstr "konnte %s nicht aus dem Index entfernen" > =20 > #: builtin/apply.c:4078 > #, c-format > @@ -2539,7 +2539,7 @@ msgstr "nicht erkannte Eingabe" > =20 > #: builtin/apply.c:4405 > msgid "unable to read index file" > -msgstr "Konnte Staging-Area-Datei nicht lesen" > +msgstr "Konnte Index-Datei nicht lesen" > =20 > #: builtin/apply.c:4522 builtin/apply.c:4525 builtin/clone.c:92 > #: builtin/fetch.c:92 > @@ -2593,8 +2593,7 @@ msgstr "" > #: builtin/apply.c:4544 > msgid "make sure the patch is applicable to the current index" > msgstr "" > -"sicherstellen, dass der Patch in der aktuellen Staging-Area angewen= det " > -"werden kann" > +"sicherstellen, dass der Patch mit dem aktuellen Index angewendet we= rden kann" > =20 > #: builtin/apply.c:4546 > msgid "apply a patch without touching the working tree" > @@ -2616,8 +2615,8 @@ msgstr "versuche 3-Wege-Merge, wenn der Patch n= icht angewendet werden konnte" > #: builtin/apply.c:4554 > msgid "build a temporary index based on embedded index information" > msgstr "" > -"eine tempor=C3=A4re Staging-Area, basierend auf den integrierten St= aging-Area-" > -"Informationen, erstellen" > +"einen tempor=C3=A4ren Index, basierend auf den integrierten Index-I= nformationen, " > +"erstellen" > =20 > #: builtin/apply.c:4556 builtin/checkout-index.c:198 builtin/ls-file= s.c:412 > msgid "paths are separated with NUL character" > @@ -3365,7 +3364,7 @@ msgstr "alle Attribute einer Datei ausgeben" > =20 > #: builtin/check-attr.c:20 > msgid "use .gitattributes only from the index" > -msgstr ".gitattributes nur von der Staging-Area verwenden" > +msgstr "nur .gitattributes vom Index verwenden" > =20 > #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-ob= ject.c:98 > msgid "read file names from stdin" > @@ -3385,7 +3384,7 @@ msgstr "Eingabe-Pfade ohne =C3=9Cbereinstimmung= en anzeigen" > =20 > #: builtin/check-ignore.c:28 > msgid "ignore index when checking" > -msgstr "Staging-Area bei der Pr=C3=BCfung ignorieren" > +msgstr "Index bei der Pr=C3=BCfung ignorieren" > =20 > #: builtin/check-ignore.c:154 > msgid "cannot specify pathnames with --stdin" > @@ -3435,7 +3434,7 @@ msgstr "git checkout-index [] [--] [<= Datei>...]" > =20 > #: builtin/checkout-index.c:188 > msgid "check out all files in the index" > -msgstr "alle Dateien in der Staging-Area auschecken" > +msgstr "alle Dateien im Index auschecken" > =20 > #: builtin/checkout-index.c:189 > msgid "force overwrite of existing files" > @@ -3444,8 +3443,8 @@ msgstr "das =C3=9Cberschreiben bereits existier= ender Dateien erzwingen" > #: builtin/checkout-index.c:191 > msgid "no warning for existing files and files not in index" > msgstr "" > -"keine Warnung f=C3=BCr existierende Dateien, und Dateien, die sich = nicht in der " > -"Staging-Area befinden" > +"keine Warnung f=C3=BCr existierende Dateien, und Dateien, die sich = nicht im Index " > +"befinden" > =20 > #: builtin/checkout-index.c:193 > msgid "don't checkout new files" > @@ -3453,7 +3452,7 @@ msgstr "keine neuen Dateien auschecken" > =20 > #: builtin/checkout-index.c:195 > msgid "update stat information in the index file" > -msgstr "Dateiinformationen in der Staging-Area-Datei aktualisieren" > +msgstr "Dateiinformationen in der Index-Datei aktualisieren" > =20 > #: builtin/checkout-index.c:201 > msgid "read list of paths from the standard input" > @@ -3533,7 +3532,7 @@ msgstr "" > =20 > #: builtin/checkout.c:278 builtin/checkout.c:467 > msgid "corrupt index file" > -msgstr "besch=C3=A4digte Staging-Area-Datei" > +msgstr "besch=C3=A4digte Index-Datei" > =20 > #: builtin/checkout.c:338 builtin/checkout.c:345 > #, c-format > @@ -3542,7 +3541,7 @@ msgstr "Pfad '%s' ist nicht zusammengef=C3=BChr= t." > =20 > #: builtin/checkout.c:489 > msgid "you need to resolve your current index first" > -msgstr "Sie m=C3=BCssen zuerst Ihre aktuelle Staging-Area aufl=C3=B6= sen." > +msgstr "Sie m=C3=BCssen zuerst die Konflikte in Ihrem aktuellen Inde= x aufl=C3=B6sen." > =20 > #: builtin/checkout.c:615 > #, c-format > @@ -3774,7 +3773,7 @@ msgid "" > "checking out of the index." > msgstr "" > "git checkout: --ours/--theirs, --force und --merge sind inkompatibe= l wenn\n" > -"Sie aus der Staging-Area auschecken." > +"Sie aus dem Index auschecken." > =20 > #: builtin/clean.c:26 > msgid "" > @@ -4386,7 +4385,7 @@ msgstr "Fehler beim Entpacken des \"Tree\"-Obje= ktes von HEAD." > =20 > #: builtin/commit.c:344 > msgid "unable to create temporary index" > -msgstr "Konnte tempor=C3=A4re Staging-Area nicht erstellen." > +msgstr "Konnte tempor=C3=A4ren Index nicht erstellen." > =20 > #: builtin/commit.c:350 > msgid "interactive add failed" > @@ -4394,11 +4393,11 @@ msgstr "interaktives Hinzuf=C3=BCgen fehlgesc= hlagen" > =20 > #: builtin/commit.c:361 > msgid "unable to write index file" > -msgstr "Konnte Staging-Area-Datei nicht schreiben." > +msgstr "Konnte Index-Datei nicht schreiben." > =20 > #: builtin/commit.c:363 > msgid "unable to update temporary index" > -msgstr "Konnte tempor=C3=A4re Staging-Area nicht aktualisieren." > +msgstr "Konnte tempor=C3=A4ren Index nicht aktualisieren." > =20 > #: builtin/commit.c:365 > msgid "Failed to update main cache tree" > @@ -4419,11 +4418,11 @@ msgstr "" > =20 > #: builtin/commit.c:456 > msgid "cannot read the index" > -msgstr "Kann Staging-Area nicht lesen" > +msgstr "Kann Index nicht lesen" > =20 > #: builtin/commit.c:475 > msgid "unable to write temporary index file" > -msgstr "Konnte tempor=C3=A4re Staging-Area-Datei nicht schreiben." > +msgstr "Konnte tempor=C3=A4re Index-Datei nicht schreiben." > =20 > #: builtin/commit.c:580 > #, c-format > @@ -4558,7 +4557,7 @@ msgstr "%sCommit-Ersteller: %.*s <%.*s>" > =20 > #: builtin/commit.c:881 > msgid "Cannot read index" > -msgstr "Kann Staging-Area nicht lesen" > +msgstr "Kann Index nicht lesen" > =20 > #: builtin/commit.c:938 > msgid "Error building trees" > @@ -4637,7 +4636,7 @@ msgstr "" > #: builtin/commit.c:1195 > msgid "Clever... amending the last one with dirty index." > msgstr "" > -"Klug ... den letzten Commit mit einer ge=C3=A4nderten Staging-Area = nachbessern." > +"Klug ... den letzten Commit mit einem ge=C3=A4nderten Index nachbes= sern." > =20 > #: builtin/commit.c:1197 > msgid "Explicit paths specified without -i or -o; assuming --only pa= ths..." > @@ -5679,7 +5678,7 @@ msgstr "Hauptwurzeln melden" > =20 > #: builtin/fsck.c:613 > msgid "make index objects head nodes" > -msgstr "Objekte in der Staging-Area pr=C3=BCfen" > +msgstr "Index-Objekte im Index pr=C3=BCfen" Maybe "Alle Index-Objekte als head betrachten."? I don't know how we translate "head object". But the point is that this option makes fsck walk from the index objects, i.e. check their whole object ancestry, ni= t just those objects. > =20 > #: builtin/fsck.c:614 > msgid "make reflogs head nodes (default)" > @@ -5802,7 +5801,7 @@ msgstr "kann '%s' nicht =C3=B6ffnen" > =20 > #: builtin/grep.c:638 > msgid "search in index instead of in the work tree" > -msgstr "in der Staging-Area anstatt im Arbeitsverzeichnis suchen" > +msgstr "im Index anstatt im Arbeitsverzeichnis suchen" > =20 > #: builtin/grep.c:640 > msgid "find in contents not managed by git" > @@ -7001,8 +7000,7 @@ msgstr "Ausgabe relativ zum Projektverzeichnis" > #: builtin/ls-files.c:458 > msgid "if any is not in the index, treat this as an error" > msgstr "" > -"als Fehler behandeln, wenn sich eine nicht in der Staging-A= rea " > -"befindet" > +"als Fehler behandeln, wenn sich eine nicht im Index befinde= t" > =20 > #: builtin/ls-files.c:459 > msgid "tree-ish" > @@ -8018,12 +8016,12 @@ msgstr "Komprimiere Objekte" > #: builtin/pack-objects.c:2570 > #, c-format > msgid "unsupported index version %s" > -msgstr "Nicht unterst=C3=BCtzte Staging-Area-Version %s" > +msgstr "Nicht unterst=C3=BCtzte Index-Version %s" > =20 > #: builtin/pack-objects.c:2574 > #, c-format > msgid "bad index version '%s'" > -msgstr "Ung=C3=BCltige Staging-Area-Version '%s'" > +msgstr "Ung=C3=BCltige Index-Version '%s'" > =20 > #: builtin/pack-objects.c:2597 > #, c-format > @@ -8128,7 +8126,7 @@ msgstr "" > =20 > #: builtin/pack-objects.c:2666 > msgid "include objects referred to by the index" > -msgstr "Objekte einschlie=C3=9Fen, die von der Staging-Area referenz= iert werden" > +msgstr "Objekte einschlie=C3=9Fen, die vom Index referenziert werden= " > =20 > #: builtin/pack-objects.c:2669 > msgid "output pack to stdout" > @@ -8580,11 +8578,11 @@ msgstr "" > =20 > #: builtin/read-tree.c:110 > msgid "write resulting index to " > -msgstr "resultierende Staging-Area nach schreiben" > +msgstr "resultierenden Index nach schreiben" > =20 > #: builtin/read-tree.c:113 > msgid "only empty the index" > -msgstr "die Staging-Area leeren" > +msgstr "nur den Index leeren" > =20 > #: builtin/read-tree.c:115 > msgid "Merging" > @@ -8612,7 +8610,7 @@ msgstr "/" > =20 > #: builtin/read-tree.c:125 > msgid "read the tree into the index under /" > -msgstr "das Verzeichnis in die Staging-Area unter = / lesen" > +msgstr "das Verzeichnis in den Index unter / lesen= " > =20 > #: builtin/read-tree.c:128 > msgid "update working tree with merge result" > @@ -8632,7 +8630,7 @@ msgstr "das Arbeitsverzeichnis nach dem Merge n= icht pr=C3=BCfen" > =20 > #: builtin/read-tree.c:135 > msgid "don't update the index or the work tree" > -msgstr "weder die Staging-Area, noch das Arbeitsverzeichnis aktualis= ieren" > +msgstr "weder den Index, noch das Arbeitsverzeichnis aktualisieren" > =20 > #: builtin/read-tree.c:137 > msgid "skip applying sparse checkout filter" > @@ -9322,7 +9320,7 @@ msgstr "git rerere [clean | forget ... | = status | remaining | diff | gc]" > =20 > #: builtin/rerere.c:57 > msgid "register clean resolutions in index" > -msgstr "saubere Aufl=C3=B6sungen in der Staging-Area registrieren" > +msgstr "saubere Aufl=C3=B6sungen im Index registrieren" > =20 > #: builtin/reset.c:26 > msgid "" > @@ -9387,7 +9385,7 @@ msgstr "weniger Ausgaben, meldet nur Fehler" > =20 > #: builtin/reset.c:278 > msgid "reset HEAD and index" > -msgstr "HEAD und Staging-Area umsetzen" > +msgstr "HEAD und Index umsetzen" > =20 > #: builtin/reset.c:279 > msgid "reset only HEAD" > @@ -9395,7 +9393,7 @@ msgstr "nur HEAD umsetzen" > =20 > #: builtin/reset.c:281 builtin/reset.c:283 > msgid "reset HEAD, index and working tree" > -msgstr "HEAD, Staging-Area und Arbeitsverzeichnis umsetzen" > +msgstr "HEAD, Index und Arbeitsverzeichnis umsetzen" > =20 > #: builtin/reset.c:285 > msgid "reset HEAD but keep local changes" > @@ -9451,11 +9449,11 @@ msgstr "Nicht zum Commit vorgemerkte =C3=84nd= erungen nach Zur=C3=BCcksetzung:" > #: builtin/reset.c:370 > #, c-format > msgid "Could not reset index file to revision '%s'." > -msgstr "Konnte Staging-Area-Datei nicht zu Commit '%s' setzen." > +msgstr "Konnte Index-Datei nicht zu Commit '%s' setzen." > =20 > #: builtin/reset.c:374 > msgid "Could not write new index file." > -msgstr "Konnte neue Staging-Area-Datei nicht schreiben." > +msgstr "Konnte neue Index-Datei nicht schreiben." > =20 > #: builtin/rev-parse.c:361 > msgid "git rev-parse --parseopt [] -- [...]" > @@ -9655,7 +9653,7 @@ msgstr "keine gel=C3=B6schten Dateien auflisten= " > =20 > #: builtin/rm.c:271 > msgid "only remove from the index" > -msgstr "nur aus der Staging-Area entfernen" > +msgstr "nur aus dem Index entfernen" > =20 > #: builtin/rm.c:272 > msgid "override the up-to-date check" > @@ -10108,8 +10106,7 @@ msgstr "git update-index [] [--] [<= Datei>...]" > #: builtin/update-index.c:757 > msgid "continue refresh even when index needs update" > msgstr "" > -"Aktualisierung fortsetzen, auch wenn die Staging-Area aktualisiert = werden " > -"muss" > +"Aktualisierung fortsetzen, auch wenn der Index aktualisiert werden = muss" > =20 > #: builtin/update-index.c:760 > msgid "refresh: ignore submodules" > @@ -10130,7 +10127,7 @@ msgstr "fehlende Dateien im Arbeitsverzeichni= s beachten" > #: builtin/update-index.c:769 > msgid "refresh even if index contains unmerged entries" > msgstr "" > -"aktualisieren, auch wenn die Staging-Area nicht zusammengef=C3=BChr= te Eintr=C3=A4ge " > +"aktualisieren, auch wenn der Index nicht zusammengef=C3=BChrte Eint= r=C3=A4ge " > "beinhaltet" > =20 > #: builtin/update-index.c:772 > @@ -10219,11 +10216,11 @@ msgstr "(f=C3=BCr Fremdprogramme) keine ges= peicherten, nicht aufgel=C3=B6ste Konflikte" > =20 > #: builtin/update-index.c:833 > msgid "write index in this format" > -msgstr "Staging-Area-Datei in diesem Format schreiben" > +msgstr "Index-Datei in diesem Format schreiben" > =20 > #: builtin/update-index.c:835 > msgid "enable or disable split index" > -msgstr "Aktivierung oder Deaktivierung des Splittings der Staging-Ar= ea" > +msgstr "Aktivierung oder Deaktivierung des Splittings des Indexes" > =20 > #: builtin/update-ref.c:9 > msgid "git update-ref [] -d []" > @@ -10398,7 +10395,7 @@ msgstr "aktuellen HEAD zu einem spezifizierte= n Zustand setzen" > =20 > #: common-cmds.h:25 > msgid "Remove files from the working tree and from the index" > -msgstr "Dateien im Arbeitsverzeichnis und von der Staging-Area l=C3=B6= schen" > +msgstr "Dateien im Arbeitsverzeichnis und vom Index l=C3=B6schen" > =20 > #: common-cmds.h:26 > msgid "Show various types of objects" > @@ -10437,8 +10434,7 @@ msgstr "benutze Ziffern zur Anzeige von S= HA-1s" > #: rerere.h:27 > msgid "update the index with reused conflict resolution if possible" > msgstr "" > -"Staging-Area, wenn m=C3=B6glich, mit wiederverwendeter Konfliktaufl= =C3=B6sung " > -"aktualisieren" > +"Index, wenn m=C3=B6glich, mit wiederverwendeter Konfliktaufl=C3=B6s= ung aktualisieren" > =20 > #: git-am.sh:53 > msgid "You need to set your committer info first" > @@ -10478,8 +10474,7 @@ msgstr "" > #: git-am.sh:142 > msgid "Using index info to reconstruct a base tree..." > msgstr "" > -"Verwende Informationen aus der Staging-Area, um einen Basisverzeich= nis " > -"nachzustellen" > +"Verwende Informationen aus dem Index, um einen Basisverzeichnis nac= hzustellen" "ein", not "einen" (unrelated fix) > =20 > #: git-am.sh:157 > msgid "" > @@ -10544,7 +10539,7 @@ msgstr "Es ist keine Aufl=C3=B6sung im Gange,= es wird nicht fortgesetzt." > #: git-am.sh:612 > #, sh-format > msgid "Dirty index: cannot apply patches (dirty: $files)" > -msgstr "Ge=C3=A4nderte Staging-Area: kann Patches nicht anwenden (ge= =C3=A4ndert: $files)" > +msgstr "Ge=C3=A4nderter Index: kann Patches nicht anwenden (ge=C3=A4= ndert: $files)" > =20 > #: git-am.sh:722 > #, sh-format > @@ -10602,7 +10597,7 @@ msgid "" > "You still have unmerged paths in your index\n" > "did you forget to use 'git add'?" > msgstr "" > -"Sie haben immer noch nicht zusammengef=C3=BChrte Pfade in der Stagi= ng-Area.\n" > +"Sie haben immer noch nicht zusammengef=C3=BChrte Pfade im Index.\n" > "Haben Sie vergessen 'git add' zu benutzen?" > =20 > #: git-am.sh:888 > @@ -11001,7 +10996,7 @@ msgstr "Sie haben bisher noch keinen initiale= n Commit" > =20 > #: git-stash.sh:89 > msgid "Cannot save the current index state" > -msgstr "Kann den aktuellen Zustand der Staging-Area nicht speichern" > +msgstr "Kann den aktuellen Zustand des Indexes nicht speichern" Genitiv depending on the decision above > =20 > #: git-stash.sh:124 git-stash.sh:137 > msgid "Cannot save the current worktree state" > @@ -11013,7 +11008,7 @@ msgstr "Keine =C3=84nderungen ausgew=C3=A4hlt= " > =20 > #: git-stash.sh:144 > msgid "Cannot remove temporary index (can't happen)" > -msgstr "Kann tempor=C3=A4re Staging-Area nicht l=C3=B6schen (kann ni= cht passieren)" > +msgstr "Kann tempor=C3=A4ren Index nicht l=C3=B6schen (kann nicht pa= ssieren)" > =20 > #: git-stash.sh:157 > msgid "Cannot record working tree state" > @@ -11086,7 +11081,7 @@ msgstr "'$args' ist keine \"stash\"-Referenz" > =20 > #: git-stash.sh:444 > msgid "unable to refresh index" > -msgstr "unf=C3=A4hig die Staging-Area zu aktualisieren" > +msgstr "unf=C3=A4hig den Index zu aktualisieren" > =20 > #: git-stash.sh:448 > msgid "Cannot apply a stash in the middle of a merge" > @@ -11094,19 +11089,19 @@ msgstr "Kann \"stash\" nicht anwenden, sola= ng ein Merge im Gange ist" > =20 > #: git-stash.sh:456 > msgid "Conflicts in index. Try without --index." > -msgstr "Konflikte in der Staging-Area. Versuchen Sie es ohne --index= =2E" > +msgstr "Konflikte im Index. Versuchen Sie es ohne --index." > =20 > #: git-stash.sh:458 > msgid "Could not save index tree" > -msgstr "Konnte Staging-Area-Verzeichnis nicht speichern" > +msgstr "Konnte Index-Verzeichnis nicht speichern" > =20 > #: git-stash.sh:492 > msgid "Cannot unstage modified files" > -msgstr "Kann ge=C3=A4nderte Dateien nicht aus der Staging-Area entfe= rnen" > +msgstr "Kann ge=C3=A4nderte Dateien nicht aus dem Index entfernen" > =20 > #: git-stash.sh:507 > msgid "Index was not unstashed." > -msgstr "Staging-Area wurde nicht aus dem Stash zur=C3=BCckgeladen." > +msgstr "Index wurde nicht aus dem Stash zur=C3=BCckgeladen." > =20 > #: git-stash.sh:530 > #, sh-format > @@ -11176,7 +11171,7 @@ msgstr "" > #: git-submodule.sh:455 > #, sh-format > msgid "Adding existing repo at '$sm_path' to the index" > -msgstr "F=C3=BCge existierendes Repository in '$sm_path' der Staging= -Area hinzu." > +msgstr "F=C3=BCge existierendes Repository in '$sm_path' dem Index h= inzu." > =20 > #: git-submodule.sh:457 > #, sh-format >=20 Rest looks good, thanks! Michael