don't mark menu branches for translation; the translatable branch name is

2005-03-24  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/*.scm: don't mark menu branches for
	translation; the translatable branch name is registered by the
	Script-Fu extension.
This commit is contained in:
Sven Neumann
2005-03-24 16:40:00 +00:00
committed by Sven Neumann
parent 0a5ce16b84
commit 1754a9daa2
90 changed files with 125 additions and 119 deletions

View File

@ -116,7 +116,7 @@
SF-TOGGLE _"Index image" TRUE)
(script-fu-menu-register "script-fu-tube-button-label-gimp-org"
_"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org")
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org")
(script-fu-register "script-fu-tube-subbutton-label-gimp-org"
@ -131,7 +131,7 @@
SF-TOGGLE _"Index image" TRUE)
(script-fu-menu-register "script-fu-tube-subbutton-label-gimp-org"
_"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org")
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org")
(script-fu-register "script-fu-tube-subsubbutton-label-gimp-org"
@ -146,7 +146,7 @@
SF-TOGGLE _"Index image" TRUE)
(script-fu-menu-register "script-fu-tube-subsubbutton-label-gimp-org"
_"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org")
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org")
(script-fu-register "script-fu-labels-gimp-org"
@ -171,4 +171,4 @@
SF-ADJUSTMENT _"Height" '(30 2 1000 1 10 0 1))
(script-fu-menu-register "script-fu-labels-gimp-org"
_"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org")
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org")