Mark strings for translation.
commit1ac17950e93a956d01b042db3de70010195eddcc
authorChristian Stimming <chs@ckiste.goetheallee>
Sat, 21 Jul 2007 12:21:34 +0000 (21 14:21 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 2 Sep 2007 15:54:48 +0000 (2 16:54 +0100)
tree71f6b9f721c2ea5e218349241f12f7def2853d9f
parentd4b0ccd931cc29f35e8f8493445af27ea72ed03e
Mark strings for translation.

The procedure [mc ...] will translate the strings through msgcat.
Strings must be enclosed in quotes, not in braces, because otherwise
xgettext cannot extract them properly, although on the Tcl side both
delimiters would work fine.

[jes: I merged the later patches to that end.]

Signed-off-by: Christian Stimming <stimming@tuhh.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
22 files changed:
git-gui.sh
lib/blame.tcl
lib/branch_checkout.tcl
lib/branch_create.tcl
lib/branch_delete.tcl
lib/branch_rename.tcl
lib/browser.tcl
lib/checkout_op.tcl
lib/choose_rev.tcl
lib/commit.tcl
lib/console.tcl
lib/database.tcl
lib/diff.tcl
lib/error.tcl
lib/index.tcl
lib/merge.tcl
lib/option.tcl
lib/remote.tcl
lib/remote_branch_delete.tcl
lib/shortcut.tcl
lib/status_bar.tcl
lib/transport.tcl