diff options
author | Michael J Gruber <git@grubix.eu> | 2017-03-27 18:50:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-27 13:45:30 -0700 |
commit | 7d5a38b61fad51b765117ae6dae9117db74dac3d (patch) | |
tree | 2b750d0eeb8076f403f98757695b6f62b96685e8 /po | |
parent | describe: localize debug output fully (diff) | |
download | tgif-7d5a38b61fad51b765117ae6dae9117db74dac3d.tar.xz |
l10n: de: translate describe debug terms
Signed-off-by: Michael J Gruber <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/de.po | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -7530,7 +7530,19 @@ msgstr "git describe [<Optionen>] [<Commit-Angabe>...]" msgid "git describe [<options>] --dirty" msgstr "git describe [<Optionen>] --dirty" -#: builtin/describe.c:217 +#: builtin/describe.c:52 +msgid "head" +msgstr "Branch" + +#: builtin/describe.c:52 +msgid "lightweight" +msgstr "nicht-annotiert" + +#: builtin/describe.c:52 +msgid "annotated" +msgstr "annotiert" + +#: builtin/describe.c:249 #, c-format msgid "annotated tag %s not available" msgstr "annotiertes Tag %s ist nicht verfügbar" |