* [PATCH] l10n: de.po: fix typo
@ 2014-06-11 16:17 Ralf Thielow
2014-08-01 13:37 ` Hartmut Henkel
0 siblings, 1 reply; 11+ messages in thread
From: Ralf Thielow @ 2014-06-11 16:17 UTC (permalink / raw)
To: git; +Cc: henkel, tr, jk, stimming, Ralf Thielow
Reported-by: Hartmut Henkel
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
po/de.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/po/de.po b/po/de.po
index b777ef4..88d10ed 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10551,13 +10551,13 @@ msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."
#: git-rebase.sh:577
#, sh-format
msgid "Current branch $branch_name is up to date."
-msgstr "Aktueller Branch $branch_name ist auf dem neusten Stand."
+msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."
#: git-rebase.sh:581
#, sh-format
msgid "Current branch $branch_name is up to date, rebase forced."
msgstr ""
-"Aktueller Branch $branch_name ist auf dem neusten Stand, Rebase erzwungen."
+"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."
#: git-rebase.sh:592
#, sh-format
--
2.0.0.415.g8cd8cf8
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH] l10n: de.po: fix typo
@ 2014-06-12 16:12 Ralf Thielow
2014-06-12 17:59 ` Stefan Beller
0 siblings, 1 reply; 11+ messages in thread
From: Ralf Thielow @ 2014-06-12 16:12 UTC (permalink / raw)
To: git; +Cc: tr, jk, stimming, Ralf Thielow
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 b777ef4..d7bc424 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3503,7 +3503,7 @@ msgstr "Gewechselt zu umgesetzten Branch '%s'\n"
#: builtin/checkout.c:648 builtin/checkout.c:1033
#, c-format
msgid "Switched to a new branch '%s'\n"
-msgstr "Gewechselt zu einem neuem Branch '%s'\n"
+msgstr "Gewechselt zu einem neuen Branch '%s'\n"
#: builtin/checkout.c:650
#, c-format
--
2.0.0.415.g8cd8cf8
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] l10n: de.po: fix typo
2014-06-12 16:12 Ralf Thielow
@ 2014-06-12 17:59 ` Stefan Beller
0 siblings, 0 replies; 11+ messages in thread
From: Stefan Beller @ 2014-06-12 17:59 UTC (permalink / raw)
To: Ralf Thielow, git; +Cc: tr, jk, stimming
On 12.06.2014 18:12, Ralf Thielow wrote:
> 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 b777ef4..d7bc424 100644
> --- a/po/de.po
> +++ b/po/de.po
> @@ -3503,7 +3503,7 @@ msgstr "Gewechselt zu umgesetzten Branch '%s'\n"
> #: builtin/checkout.c:648 builtin/checkout.c:1033
> #, c-format
> msgid "Switched to a new branch '%s'\n"
> -msgstr "Gewechselt zu einem neuem Branch '%s'\n"
> +msgstr "Gewechselt zu einem neuen Branch '%s'\n"
How about ?
+msgstr "Zu neuem Branch '%s' gewechselt\n"
>
> #: builtin/checkout.c:650
> #, c-format
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] l10n: de.po: fix typo
2014-06-11 16:17 Ralf Thielow
@ 2014-08-01 13:37 ` Hartmut Henkel
2014-08-01 16:34 ` Ralf Thielow
0 siblings, 1 reply; 11+ messages in thread
From: Hartmut Henkel @ 2014-08-01 13:37 UTC (permalink / raw)
To: Ralf Thielow; +Cc: git, tr, jk, stimming
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1155 bytes --]
Dear Ralf,
thanks a lot for signing off the tiny patch below. Yet somehow it didn't
make it into git version 2.1.0.rc0.52.gaa544bf.
Regards, Hartmut
On Wed, 11 Jun 2014, Ralf Thielow wrote:
> Reported-by: Hartmut Henkel
> Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
> ---
> po/de.po | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/po/de.po b/po/de.po
> index b777ef4..88d10ed 100644
> --- a/po/de.po
> +++ b/po/de.po
> @@ -10551,13 +10551,13 @@ msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."
> #: git-rebase.sh:577
> #, sh-format
> msgid "Current branch $branch_name is up to date."
> -msgstr "Aktueller Branch $branch_name ist auf dem neusten Stand."
> +msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."
>
> #: git-rebase.sh:581
> #, sh-format
> msgid "Current branch $branch_name is up to date, rebase forced."
> msgstr ""
> -"Aktueller Branch $branch_name ist auf dem neusten Stand, Rebase erzwungen."
> +"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."
>
> #: git-rebase.sh:592
> #, sh-format
> --
> 2.0.0.415.g8cd8cf8
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] l10n: de.po: fix typo
2014-08-01 13:37 ` Hartmut Henkel
@ 2014-08-01 16:34 ` Ralf Thielow
0 siblings, 0 replies; 11+ messages in thread
From: Ralf Thielow @ 2014-08-01 16:34 UTC (permalink / raw)
To: Hartmut Henkel; +Cc: git, Thomas Rast, Jan Krüger, Christian Stimming
Hi Hartmut,
2014-08-01 15:37 GMT+02:00 Hartmut Henkel <henkel@vh-s.de>:
> Dear Ralf,
>
> thanks a lot for signing off the tiny patch below. Yet somehow it didn't
> make it into git version 2.1.0.rc0.52.gaa544bf.
>
my plan is to make this patch be part of the translations
for the 2.1.0 release. I'll be sending a pull request
(containing this patch) to the l10n coordinator when the
other translations for this release are done.
Ralf
> Regards, Hartmut
>
>
> On Wed, 11 Jun 2014, Ralf Thielow wrote:
>
>> Reported-by: Hartmut Henkel
>> Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
>> ---
>> po/de.po | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/po/de.po b/po/de.po
>> index b777ef4..88d10ed 100644
>> --- a/po/de.po
>> +++ b/po/de.po
>> @@ -10551,13 +10551,13 @@ msgstr "Bitte committen Sie die Änderungen oder benutzen Sie \"stash\"."
>> #: git-rebase.sh:577
>> #, sh-format
>> msgid "Current branch $branch_name is up to date."
>> -msgstr "Aktueller Branch $branch_name ist auf dem neusten Stand."
>> +msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand."
>>
>> #: git-rebase.sh:581
>> #, sh-format
>> msgid "Current branch $branch_name is up to date, rebase forced."
>> msgstr ""
>> -"Aktueller Branch $branch_name ist auf dem neusten Stand, Rebase erzwungen."
>> +"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen."
>>
>> #: git-rebase.sh:592
>> #, sh-format
>> --
>> 2.0.0.415.g8cd8cf8
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] l10n: de.po: fix typo
@ 2014-12-31 19:18 Ralf Thielow
0 siblings, 0 replies; 11+ messages in thread
From: Ralf Thielow @ 2014-12-31 19:18 UTC (permalink / raw)
To: git
Cc: tr, jk, stimming, phillip.szelat, matthias.ruester,
magnus.goerlitz, Ralf Thielow
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 5a93ea8..bf7a13b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7802,7 +7802,7 @@ msgstr "zu viele Parameter"
#: builtin/notes.c:387 builtin/notes.c:646
#, c-format
msgid "No note found for object %s."
-msgstr "Kein Notiz für Objekt %s gefunden."
+msgstr "Keine Notiz für Objekt %s gefunden."
#: builtin/notes.c:409 builtin/notes.c:566
msgid "note contents as a string"
--
2.2.1.314.g08fc3c1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH] l10n: de.po: fix typo
@ 2015-01-26 18:16 Ralf Thielow
0 siblings, 0 replies; 11+ messages in thread
From: Ralf Thielow @ 2015-01-26 18:16 UTC (permalink / raw)
To: git
Cc: bebe, tr, jk, stimming, phillip.szelat, matthias.ruester,
magnus.goerlitz, Ralf Thielow
From: Benedikt Heine <bebe@bebehei.de>
Signed-off-by: Benedikt Heine <bebe@bebehei.de>
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
po/de.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/po/de.po b/po/de.po
index b2d4639..596f486 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4295,8 +4295,8 @@ msgstr ""
" git config --global user.name \"Ihr Name\"\n"
" git config --global user.email ihre@emailadresse.de\n"
"\n"
-"Nachdem Sie das getan hast, können Sie Ihre Identität für diesen Commit "
-"ändern mit:\n"
+"Nachdem Sie das getan haben, können Sie Ihre Identität für diesen Commit "
+"ändern:\n"
"\n"
" git commit --amend --reset-author\n"
--
2.3.0.rc1.218.gc1bb7d0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Small typo in german translation
@ 2017-07-10 6:47 Andre Hinrichs
2017-07-10 10:10 ` Kevin Daudt
2017-07-10 16:23 ` [PATCH] l10n: de.po: fix typo Ralf Thielow
0 siblings, 2 replies; 11+ messages in thread
From: Andre Hinrichs @ 2017-07-10 6:47 UTC (permalink / raw)
To: git
Hi Git-Developers!
I've found a small typo in git/po/de.po
In line 8567 the word "erwzingen" should be "erzwingen".
Please fix.
Thanks
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Small typo in german translation
2017-07-10 6:47 Small typo in german translation Andre Hinrichs
@ 2017-07-10 10:10 ` Kevin Daudt
2017-07-10 16:23 ` [PATCH] l10n: de.po: fix typo Ralf Thielow
1 sibling, 0 replies; 11+ messages in thread
From: Kevin Daudt @ 2017-07-10 10:10 UTC (permalink / raw)
To: Andre Hinrichs; +Cc: git
On Mon, Jul 10, 2017 at 08:47:23AM +0200, Andre Hinrichs wrote:
> Hi Git-Developers!
>
> I've found a small typo in git/po/de.po
> In line 8567 the word "erwzingen" should be "erzwingen".
> Please fix.
>
> Thanks
>
Hello Andre,
The best way to get this fixed is to make a pull-request on the German
translation team repo[0].
Kind regards, Kevin
[0]: https://github.com/ralfth/git-po-de
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] l10n: de.po: fix typo
2017-07-10 6:47 Small typo in german translation Andre Hinrichs
2017-07-10 10:10 ` Kevin Daudt
@ 2017-07-10 16:23 ` Ralf Thielow
2017-07-10 18:44 ` Junio C Hamano
1 sibling, 1 reply; 11+ messages in thread
From: Ralf Thielow @ 2017-07-10 16:23 UTC (permalink / raw)
To: andre.hinrichs; +Cc: git, Ralf Thielow
Reported-by: Andre Hinrichs <andre.hinrichs@gmx.de>
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
Hi Andre,
thanks for the bugreport!
Ralf
po/de.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/de.po b/po/de.po
index 679f8f4..42c4508 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8564,7 +8564,7 @@ msgstr "\"auto-gc\" Modus aktivieren"
#: builtin/gc.c:362
msgid "force running gc even if there may be another gc running"
msgstr ""
-"Ausführung von \"git gc\" erwzingen, selbst wenn ein anderes\n"
+"Ausführung von \"git gc\" erzwingen, selbst wenn ein anderes\n"
"\"git gc\" bereits ausgeführt wird"
#: builtin/gc.c:379
--
2.7.4
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] l10n: de.po: fix typo
2017-07-10 16:23 ` [PATCH] l10n: de.po: fix typo Ralf Thielow
@ 2017-07-10 18:44 ` Junio C Hamano
0 siblings, 0 replies; 11+ messages in thread
From: Junio C Hamano @ 2017-07-10 18:44 UTC (permalink / raw)
To: Ralf Thielow; +Cc: andre.hinrichs, git
Ralf Thielow <ralf.thielow@gmail.com> writes:
> Reported-by: Andre Hinrichs <andre.hinrichs@gmx.de>
> Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
> ---
> Hi Andre,
>
> thanks for the bugreport!
>
> Ralf
Thanks. Let me take it directly to 'maint'.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2017-07-10 18:44 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10 6:47 Small typo in german translation Andre Hinrichs
2017-07-10 10:10 ` Kevin Daudt
2017-07-10 16:23 ` [PATCH] l10n: de.po: fix typo Ralf Thielow
2017-07-10 18:44 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2015-01-26 18:16 Ralf Thielow
2014-12-31 19:18 Ralf Thielow
2014-06-12 16:12 Ralf Thielow
2014-06-12 17:59 ` Stefan Beller
2014-06-11 16:17 Ralf Thielow
2014-08-01 13:37 ` Hartmut Henkel
2014-08-01 16:34 ` Ralf Thielow
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).