author | Christian Stimming <chs@ckiste.goetheallee> | |
Sat, 21 Jul 2007 12:21:34 +0000 (14:21 +0200) | ||
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | |
Sun, 2 Sep 2007 15:54:48 +0000 (16:54 +0100) | ||
commit | 1ac17950e93a956d01b042db3de70010195eddcc | |
tree | 71f6b9f721c2ea5e218349241f12f7def2853d9f | tree | snapshot |
parent | d4b0ccd931cc29f35e8f8493445af27ea72ed03e | commit | diff |
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>
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 | diff | blob | history | |
lib/blame.tcl | diff | blob | history | |
lib/branch_checkout.tcl | diff | blob | history | |
lib/branch_create.tcl | diff | blob | history | |
lib/branch_delete.tcl | diff | blob | history | |
lib/branch_rename.tcl | diff | blob | history | |
lib/browser.tcl | diff | blob | history | |
lib/checkout_op.tcl | diff | blob | history | |
lib/choose_rev.tcl | diff | blob | history | |
lib/commit.tcl | diff | blob | history | |
lib/console.tcl | diff | blob | history | |
lib/database.tcl | diff | blob | history | |
lib/diff.tcl | diff | blob | history | |
lib/error.tcl | diff | blob | history | |
lib/index.tcl | diff | blob | history | |
lib/merge.tcl | diff | blob | history | |
lib/option.tcl | diff | blob | history | |
lib/remote.tcl | diff | blob | history | |
lib/remote_branch_delete.tcl | diff | blob | history | |
lib/shortcut.tcl | diff | blob | history | |
lib/status_bar.tcl | diff | blob | history | |
lib/transport.tcl | diff | blob | history |