Skip to content

Commit 3c3737d

Browse files
Ralf Thielowpatthoyts
authored andcommitted
git-gui: de.po: consistently add untranslated hook names within braces
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 <[email protected]> Signed-off-by: Pat Thoyts <[email protected]>
1 parent ef42057 commit 3c3737d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

po/de.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ msgstr "Nach geänderten Dateien suchen..."
8888

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

9393
#: git-gui.sh:1471
9494
msgid "Commit declined by prepare-commit-msg hook."
@@ -1446,15 +1446,15 @@ msgstr ""
14461446

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

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

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

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

0 commit comments

Comments
 (0)