From: Ralf Thielow Date: Sat, 16 Dec 2017 19:32:16 +0000 (+0100) Subject: l10n: de.po: improve messages when a branch starts to track another ref X-Git-Tag: v2.16.0~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31eaa14e810b2388beeb08d3ca4538a6808d01d7;p=thirdparty%2Fgit.git l10n: de.po: improve messages when a branch starts to track another ref Signed-off-by: Ralf Thielow --- diff --git a/po/de.po b/po/de.po index 400262625e..00ffd8c417 100644 --- a/po/de.po +++ b/po/de.po @@ -1070,42 +1070,42 @@ msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein." #: branch.c:93 #, c-format msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing." -msgstr "Branch '%s' konfiguriert zum Folgen von Remote-Branch '%s' von '%s' durch Rebase." +msgstr "Branch '%s' folgt nun Remote-Branch '%s' von '%s' durch Rebase." #: branch.c:94 #, c-format msgid "Branch '%s' set up to track remote branch '%s' from '%s'." -msgstr "Branch '%s' konfiguriert zum Folgen von Remote-Branch '%s' von '%s'." +msgstr "Branch '%s' folgt nun Remote-Branch '%s' von '%s'." #: branch.c:98 #, c-format msgid "Branch '%s' set up to track local branch '%s' by rebasing." -msgstr "Branch '%s' konfiguriert zum Folgen von lokalem Branch '%s' durch Rebase." +msgstr "Branch '%s' folgt nun lokalem Branch '%s' durch Rebase." #: branch.c:99 #, c-format msgid "Branch '%s' set up to track local branch '%s'." -msgstr "Branch '%s' konfiguriert zum Folgen von lokalem Branch '%s'." +msgstr "Branch '%s' folgt nun lokalem Branch '%s'." #: branch.c:104 #, c-format msgid "Branch '%s' set up to track remote ref '%s' by rebasing." -msgstr "Branch '%s' konfiguriert zum Folgen von Remote-Referenz '%s' durch Rebase." +msgstr "Branch '%s' folgt nun Remote-Referenz '%s' durch Rebase." #: branch.c:105 #, c-format msgid "Branch '%s' set up to track remote ref '%s'." -msgstr "Branch '%s' konfiguriert zum Folgen von Remote-Referenz '%s'." +msgstr "Branch '%s' folgt nun Remote-Referenz '%s'." #: branch.c:109 #, c-format msgid "Branch '%s' set up to track local ref '%s' by rebasing." -msgstr "Branch '%s' konfiguriert zum Folgen von lokaler Referenz '%s' durch Rebase." +msgstr "Branch '%s' folgt nun lokaler Referenz '%s' durch Rebase." #: branch.c:110 #, c-format msgid "Branch '%s' set up to track local ref '%s'." -msgstr "Branch '%s' konfiguriert zum Folgen von lokaler Referenz '%s'." +msgstr "Branch '%s' folgt nun lokaler Referenz '%s'." #: branch.c:119 msgid "Unable to write upstream branch configuration"