Skip to content

Commit

Permalink
git-gui: de.po: consistently add untranslated hook names within braces
Browse files Browse the repository at this point in the history
The user might not really know what hook is
actually meant if it's translated. To avoid such
a confusion we should consistently write it untranslated
within braces after.

Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
  • Loading branch information
Ralf Thielow authored and Pat Thoyts committed Jun 19, 2012
1 parent ef42057 commit 3c3737d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ msgstr "Nach geänderten Dateien suchen..."

#: git-gui.sh:1454
msgid "Calling prepare-commit-msg hook..."
msgstr "Aufrufen der Eintragen-Vorbereiten-Kontrolle..."
msgstr "Aufrufen der Eintragen-Vorbereiten-Kontrolle (»prepare-commit hook«)..."

#: git-gui.sh:1471
msgid "Commit declined by prepare-commit-msg hook."
Expand Down Expand Up @@ -1446,15 +1446,15 @@ msgstr ""

#: lib/commit.tcl:234
msgid "Calling pre-commit hook..."
msgstr "Aufrufen der Vor-Eintragen-Kontrolle..."
msgstr "Aufrufen der Vor-Eintragen-Kontrolle (»pre-commit hook«)..."

#: lib/commit.tcl:249
msgid "Commit declined by pre-commit hook."
msgstr "Eintragen abgelehnt durch Vor-Eintragen-Kontrolle (»pre-commit hook«)."

#: lib/commit.tcl:272
msgid "Calling commit-msg hook..."
msgstr "Aufrufen der Versionsbeschreibungs-Kontrolle..."
msgstr "Aufrufen der Versionsbeschreibungs-Kontrolle (»commit-message hook«)..."

#: lib/commit.tcl:287
msgid "Commit declined by commit-msg hook."
Expand Down

0 comments on commit 3c3737d

Please sign in to comment.