git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 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
* [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
* [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
@ 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
* [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

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

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).