From: Ralf Thielow <ralf.thielow@googlemail.com>
To: trast@student.ethz.ch, jk@jk.gs, stimming@tuhh.de
Cc: worldhello.net@gmail.com, git@vger.kernel.org,
Ralf Thielow <ralf.thielow@googlemail.com>
Subject: [PATCH 02/10] l10n: de.po: hopefully uncontroversial fixes
Date: Tue, 8 May 2012 19:33:37 +0200 [thread overview]
Message-ID: <1336498425-17890-3-git-send-email-ralf.thielow@googlemail.com> (raw)
In-Reply-To: <1336498425-17890-1-git-send-email-ralf.thielow@googlemail.com>
From: Thomas Rast <trast@student.ethz.ch>
These are all obviously wrong, such as typos or messages where the
current translation is based on a misunderstanding of the original
message.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
---
po/de.po | 22 +++++++++++-----------
1 Datei geändert, 11 Zeilen hinzugefügt(+), 11 Zeilen entfernt(-)
diff --git a/po/de.po b/po/de.po
index 09099fc..95f2b49 100644
--- a/po/de.po
+++ b/po/de.po
@@ -145,7 +145,7 @@ msgstr "'%s': %s"
#: grep.c:1308
#, c-format
msgid "'%s': short read %s"
-msgstr "'%s': kurz gelesen %s"
+msgstr "'%s': read() zu kurz %s"
#: help.c:287
#, c-format
@@ -758,7 +758,7 @@ msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"
#: builtin/add.c:414
#, c-format
msgid "Maybe you wanted to say 'git add .'?\n"
-msgstr "Wolltest du vieleicht 'git add .' sagen?\n"
+msgstr "Wolltest du vielleicht 'git add .' sagen?\n"
#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82
#: builtin/rm.c:162
@@ -794,7 +794,7 @@ msgstr "git archive: NACK %s"
#: builtin/archive.c:65
#, c-format
msgid "remote error: %s"
-msgstr "Versandfehler: %s"
+msgstr "Fehler am anderen Ende: %s"
#: builtin/archive.c:66
msgid "git archive: protocol error"
@@ -2209,11 +2209,11 @@ msgstr "Initialisierte leeres"
#: builtin/init-db.c:421
msgid " shared"
-msgstr " geteilt"
+msgstr " geteiltes"
#: builtin/init-db.c:440
msgid "cannot tell cwd"
-msgstr "kann nicht \"cwd\" sagen"
+msgstr "kann aktuelles Verzeichnis nicht bestimmen"
#: builtin/init-db.c:521 builtin/init-db.c:528
#, c-format
@@ -3005,7 +3005,7 @@ msgstr "--delete ist inkompatibel mit --all, --mirror und --tags"
#: builtin/push.c:286
msgid "--delete doesn't make sense without any refs"
-msgstr "--delete macht ohne irgendeine Referenz ohne keinen Sinn"
+msgstr "--delete macht ohne irgendeine Referenz keinen Sinn"
#: builtin/reset.c:33
msgid "mixed"
@@ -3231,7 +3231,7 @@ msgstr "Die Markierungsbeschreibung wurde in %s gelassen\n"
#: builtin/tag.c:421
msgid "switch 'points-at' requires an object"
-msgstr "Wechseln von 'points-at' erfordert ein Objekt"
+msgstr "Option 'points-at' erfordert ein Objekt"
#: builtin/tag.c:423
#, c-format
@@ -3385,7 +3385,7 @@ msgstr "nicht erkannte Option: '$arg'"
#: git-bisect.sh:99
#, sh-format
msgid "'$arg' does not appear to be a valid revision"
-msgstr "'$arg' scheint keine gültige Option zu sein"
+msgstr "'$arg' scheint keine gültige Version zu sein"
#: git-bisect.sh:117
msgid "Bad HEAD - I need a HEAD"
@@ -3419,7 +3419,7 @@ msgstr "Schlechte Referenz-Eingabe: $arg"
#: git-bisect.sh:232
msgid "Please call 'bisect_state' with at least one argument."
-msgstr "Bitte rufe 'bisect_state' mit mindestens einem Argument."
+msgstr "Bitte rufe 'bisect_state' mit mindestens einem Argument auf."
#: git-bisect.sh:244
#, sh-format
@@ -3558,7 +3558,7 @@ msgstr "$reference ist keine gültige Referenz"
#: git-stash.sh:393
#, sh-format
msgid "'$args' is not a stash-like commit"
-msgstr "'$args' ist keine \"stash\"-artiger Version"
+msgstr "'$args' ist keine \"stash\"-artige Version"
#: git-stash.sh:404
#, sh-format
@@ -3755,7 +3755,7 @@ msgstr " Warnung: $name beinhaltet nicht Version $sha1_dst"
#: git-submodule.sh:772
#, sh-format
msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
-msgstr " Warnung: $name beinhaltet nich die Versionen $sha1_src und $sha1_dst"
+msgstr " Warnung: $name beinhaltet nicht die Versionen $sha1_src und $sha1_dst"
#: git-submodule.sh:797
msgid "blob"
--
1.7.10.129.g1ec31a3
next prev parent reply other threads:[~2012-05-08 17:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-08 17:33 [PATCH 00/10] 'maint' updates of German translation Ralf Thielow
2012-05-08 17:33 ` [PATCH 01/10] l10n: de.po: translate "bare" as "bloß" Ralf Thielow
2012-05-09 23:13 ` Jiang Xin
2012-05-08 17:33 ` Ralf Thielow [this message]
2012-05-08 17:33 ` [PATCH 03/10] l10n: de.po: translate "bad" as "ungültig" ("invalid") Ralf Thielow
2012-05-08 17:33 ` [PATCH 04/10] l10n: de.po: collection of suggestions Ralf Thielow
2012-05-08 17:33 ` [PATCH 05/10] l10n: add new members to German translation team Ralf Thielow
2012-05-08 17:33 ` [PATCH 06/10] l10n: de.po: translate "track" as "beobachten" Ralf Thielow
2012-05-08 17:33 ` [PATCH 07/10] l10n: de.po: translate "remote" as "extern" Ralf Thielow
2012-05-08 17:33 ` [PATCH 08/10] l10n: de.po: collection of improvements Ralf Thielow
2012-05-08 17:33 ` [PATCH 09/10] l10n: de.po: unify translation of "ahead" and "behind" Ralf Thielow
2012-05-08 17:33 ` [PATCH 10/10] l10n: de.po: translate one new message Ralf Thielow
2012-05-09 23:17 ` Jiang Xin
2012-05-10 6:34 ` Ralf Thielow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1336498425-17890-3-git-send-email-ralf.thielow@googlemail.com \
--to=ralf.thielow@googlemail.com \
--cc=git@vger.kernel.org \
--cc=jk@jk.gs \
--cc=stimming@tuhh.de \
--cc=trast@student.ethz.ch \
--cc=worldhello.net@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).