All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] l10n: de.po: fix typo
@ 2014-06-11 16:17 Ralf Thielow
  2014-08-01 13:37 ` Hartmut Henkel
  0 siblings, 1 reply; 9+ 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] 9+ messages in thread

* Re: [PATCH] l10n: de.po: fix typo
  2014-06-11 16:17 [PATCH] l10n: de.po: fix typo Ralf Thielow
@ 2014-08-01 13:37 ` Hartmut Henkel
  2014-08-01 16:34   ` Ralf Thielow
  0 siblings, 1 reply; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ messages in thread

* [PATCH] l10n: de.po: fix typo
  2017-07-10  6:47 Small typo in german translation Andre Hinrichs
@ 2017-07-10 16:23 ` Ralf Thielow
  2017-07-10 18:44   ` Junio C Hamano
  0 siblings, 1 reply; 9+ 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] 9+ messages in thread

* [PATCH] l10n: de.po: fix typo
@ 2015-01-26 18:16 Ralf Thielow
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

* [PATCH] l10n: de.po: fix typo
@ 2014-12-31 19:18 Ralf Thielow
  0 siblings, 0 replies; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ messages in thread

end of thread, other threads:[~2017-07-10 18:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 16:17 [PATCH] l10n: de.po: fix typo Ralf Thielow
2014-08-01 13:37 ` Hartmut Henkel
2014-08-01 16:34   ` Ralf Thielow
2014-06-12 16:12 Ralf Thielow
2014-06-12 17:59 ` Stefan Beller
2014-12-31 19:18 Ralf Thielow
2015-01-26 18:16 Ralf Thielow
2017-07-10  6:47 Small typo in german translation Andre Hinrichs
2017-07-10 16:23 ` [PATCH] l10n: de.po: fix typo Ralf Thielow
2017-07-10 18:44   ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.