Browse Source

gitk: Mark some more strings for translation

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
maint
Michele Ballabio 16 years ago committed by Paul Mackerras
parent
commit
b56e0a9afd
  1. 6
      gitk

6
gitk

@ -521,7 +521,7 @@ proc updatecommits {} { @@ -521,7 +521,7 @@ proc updatecommits {} {
incr viewactive($view)
set viewcomplete($view) 0
reset_pending_select {}
nowbusy $view "Reading"
nowbusy $view [mc "Reading"]
if {$showneartags} {
getallcommits
}
@ -3772,7 +3772,7 @@ proc editview {} { @@ -3772,7 +3772,7 @@ proc editview {} {
set newviewopts($curview,perm) $viewperm($curview)
set newviewopts($curview,cmd) $viewargscmd($curview)
decode_view_opts $curview $viewargs($curview)
vieweditor $top $curview "Gitk: edit view $viewname($curview)"
vieweditor $top $curview "[mc "Gitk: edit view"] $viewname($curview)"
}

proc vieweditor {top n title} {
@ -10400,7 +10400,7 @@ proc doprefs {} { @@ -10400,7 +10400,7 @@ proc doprefs {} {
proc choose_extdiff {} {
global extdifftool

set prog [tk_getOpenFile -title "External diff tool" -multiple false]
set prog [tk_getOpenFile -title [mc "External diff tool"] -multiple false]
if {$prog ne {}} {
set extdifftool $prog
}

Loading…
Cancel
Save