* [PATCH] l10n: de.po: better language for 2 strings
@ 2015-09-17 15:50 Phillip Sz
2015-09-17 18:15 ` Stefan Beller
2015-09-18 8:48 ` Ralf Thielow
0 siblings, 2 replies; 4+ messages in thread
From: Phillip Sz @ 2015-09-17 15:50 UTC (permalink / raw)
To: git
Cc: tr, jk, stimming, matthias.ruester, magnus.goerlitz, ralf.thielow,
Phillip Sz
just 2 strings I think we could translate better.
Signed-off-by: Phillip Sz <phillip.szelat@gmail.com>
---
po/de.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/po/de.po b/po/de.po
index 6ed3509..2f54093 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10785,7 +10785,7 @@ msgid ""
"it will be removed. Please do not use it anymore."
msgstr ""
"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"
-"entfernt. Bitte nicht mehr verwenden."
+"entfernt. Bitte verwenden Sie diese nicht mehr."
#: git-am.sh:507
#, sh-format
@@ -10795,7 +10795,7 @@ msgstr ""
#: git-am.sh:512
msgid "Please make up your mind. --skip or --abort?"
-msgstr "Bitte werden Sie sich klar. --skip oder --abort?"
+msgstr "Bitte entscheiden Sie sich. --skip oder --abort?"
#: git-am.sh:560
#, sh-format
--
2.5.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] l10n: de.po: better language for 2 strings
2015-09-17 15:50 [PATCH] l10n: de.po: better language for 2 strings Phillip Sz
@ 2015-09-17 18:15 ` Stefan Beller
2015-09-18 8:48 ` Ralf Thielow
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Beller @ 2015-09-17 18:15 UTC (permalink / raw)
To: Phillip Sz
Cc: git@vger.kernel.org, tr, jk, Christian Stimming,
Matthias Rüster, Magnus G, Ralf Thielow
On Thu, Sep 17, 2015 at 8:50 AM, Phillip Sz <phillip.szelat@gmail.com> wrote:
> just 2 strings I think we could translate better.
>
> Signed-off-by: Phillip Sz <phillip.szelat@gmail.com>
> ---
> po/de.po | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/po/de.po b/po/de.po
> index 6ed3509..2f54093 100644
> --- a/po/de.po
> +++ b/po/de.po
> @@ -10785,7 +10785,7 @@ msgid ""
> "it will be removed. Please do not use it anymore."
> msgstr ""
> "Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"
> -"entfernt. Bitte nicht mehr verwenden."
> +"entfernt. Bitte verwenden Sie diese nicht mehr."
>
> #: git-am.sh:507
> #, sh-format
> @@ -10795,7 +10795,7 @@ msgstr ""
>
> #: git-am.sh:512
> msgid "Please make up your mind. --skip or --abort?"
> -msgstr "Bitte werden Sie sich klar. --skip oder --abort?"
That was a hilarious translation.
> +msgstr "Bitte entscheiden Sie sich. --skip oder --abort?"
I wonder if we should use a better wording upstream
"Only one of --skip or --abort allowed".
I think that is what we do usually, e.g. in builtin/clone we have
die(_("--bare and --separate-git-dir are incompatible."));
But this is definitely better than before. :)
>
> #: git-am.sh:560
> #, sh-format
> --
> 2.5.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] l10n: de.po: better language for 2 strings
2015-09-17 15:50 [PATCH] l10n: de.po: better language for 2 strings Phillip Sz
2015-09-17 18:15 ` Stefan Beller
@ 2015-09-18 8:48 ` Ralf Thielow
2015-09-18 14:43 ` Phillip Sz
1 sibling, 1 reply; 4+ messages in thread
From: Ralf Thielow @ 2015-09-18 8:48 UTC (permalink / raw)
To: Phillip Sz; +Cc: git, tr, jk, stimming, matthias.ruester, magnus.goerlitz
Phillip Sz <phillip.szelat@gmail.com> wrote:
> just 2 strings I think we could translate better.
Thanks!
>
> Signed-off-by: Phillip Sz <phillip.szelat@gmail.com>
> ---
> po/de.po | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> #: git-am.sh:512
> msgid "Please make up your mind. --skip or --abort?"
> -msgstr "Bitte werden Sie sich klar. --skip oder --abort?"
> +msgstr "Bitte entscheiden Sie sich. --skip oder --abort?"
>
This string has been removed in 40147ec (l10n: de.po: translate 123
new messages), so I've updated the commit accordingly.
-- >% --
From: Phillip Sz <phillip.szelat@gmail.com>
Date: Thu, 17 Sep 2015 17:50:32 +0200
Subject: [PATCH] l10n: de.po: better language for one string
Just one string I think we could translate better.
Signed-off-by: Phillip Sz <phillip.szelat@gmail.com>
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
po/de.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/de.po b/po/de.po
index c9b4d16..c682aaf 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2733,7 +2733,7 @@ msgid ""
"it will be removed. Please do not use it anymore."
msgstr ""
"Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"
-"entfernt. Bitte nicht mehr verwenden."
+"entfernt. Bitte verwenden Sie diese nicht mehr."
#: builtin/am.c:2329
msgid "failed to read the index"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] l10n: de.po: better language for 2 strings
2015-09-18 8:48 ` Ralf Thielow
@ 2015-09-18 14:43 ` Phillip Sz
0 siblings, 0 replies; 4+ messages in thread
From: Phillip Sz @ 2015-09-18 14:43 UTC (permalink / raw)
To: Ralf Thielow
Cc: git, tr, jk, stimming, matthias.ruester, magnus.goerlitz, sbeller
[-- Attachment #1: Type: text/plain, Size: 717 bytes --]
Hi,
>> #: git-am.sh:512
>> msgid "Please make up your mind. --skip or --abort?"
>> -msgstr "Bitte werden Sie sich klar. --skip oder --abort?"
>> +msgstr "Bitte entscheiden Sie sich. --skip oder --abort?"
>>
>
> This string has been removed in 40147ec (l10n: de.po: translate 123
> new messages), so I've updated the commit accordingly.
>
Thanks, a lot!
> From: Phillip Sz <phillip.szelat@gmail.com>
> Date: Thu, 17 Sep 2015 17:50:32 +0200
> Subject: [PATCH] l10n: de.po: better language for one string
>
> Just one string I think we could translate better.
>
> Signed-off-by: Phillip Sz <phillip.szelat@gmail.com>
> Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Phillip
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-18 14:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 15:50 [PATCH] l10n: de.po: better language for 2 strings Phillip Sz
2015-09-17 18:15 ` Stefan Beller
2015-09-18 8:48 ` Ralf Thielow
2015-09-18 14:43 ` Phillip Sz
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).