From: Ralf Thielow Date: Fri, 24 Jun 2016 18:03:22 +0000 (+0200) Subject: l10n: de.po: fix translation of autostash X-Git-Tag: v2.10.2~26^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ff597830f51d0eb6fd53fa4b59f6eee3f0f77e5;p=thirdparty%2Fgit.git l10n: de.po: fix translation of autostash Signed-off-by: Ralf Thielow Acked-by: Matthias Rüster --- diff --git a/po/de.po b/po/de.po index d50cb1b608..38ba98519e 100644 --- a/po/de.po +++ b/po/de.po @@ -12408,7 +12408,7 @@ msgstr "" #: git-rebase.sh:168 msgid "Applied autostash." -msgstr "\"autostash\" angewendet." +msgstr "Automatischen Stash angewendet." #: git-rebase.sh:171 #, sh-format @@ -12421,7 +12421,7 @@ msgid "" "Your changes are safe in the stash.\n" "You can run \"git stash pop\" or \"git stash drop\" at any time.\n" msgstr "" -"Anwendung von \"autostash\" resultierte in Konflikten.\n" +"Anwendung des automatischen Stash resultierte in Konflikten.\n" "Ihre Änderungen sind im Stash sicher.\n" "Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n" @@ -12508,12 +12508,12 @@ msgstr "fatal: Branch $branch_name nicht gefunden" #: git-rebase.sh:558 msgid "Cannot autostash" -msgstr "Kann \"autostash\" nicht ausführen." +msgstr "Kann automatischen Stash nicht erzeugen." #: git-rebase.sh:563 #, sh-format msgid "Created autostash: $stash_abbrev" -msgstr "\"autostash\" erzeugt: $stash_abbrev" +msgstr "Automatischen Stash erzeugt: $stash_abbrev" #: git-rebase.sh:567 msgid "Please commit or stash them."