From e1fc51c3a1d944193032d8bb1d95741d090b6d3b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 9 Oct 2011 16:41:04 +0000 Subject: checked in pd-0.43-1test4.src.tar.gz svn path=/trunk/; revision=15558 --- pd/po/iemgui_dynamic_strings.tcl | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 pd/po/iemgui_dynamic_strings.tcl (limited to 'pd/po/iemgui_dynamic_strings.tcl') diff --git a/pd/po/iemgui_dynamic_strings.tcl b/pd/po/iemgui_dynamic_strings.tcl new file mode 100644 index 00000000..8b3ac392 --- /dev/null +++ b/pd/po/iemgui_dynamic_strings.tcl @@ -0,0 +1,34 @@ +# These are strings that are passed from C to Tcl but the msgcat +# procedure call '[_ $string]' is on the Tcl side, so that the +# automatic parsing done by xgettext doesn't pick them up as strings +# to be localized. Therefore we just list them here to make xgettext +# happy. +# +# If these are changed in the src/g_*.c files, then need to be +# manually updated here. + +# these are headers for the tops of the Properties panel +puts [_ "-------dimensions(digits)(pix):-------"] +puts [_ "--------dimensions(pix)(pix):--------"] +puts [_ "----------dimensions(pix):-----------"] +puts [_ "--------flash-time(ms)(ms):---------"] +puts [_ "-----------output-range:-----------"] +puts [_ "------selectable_dimensions(pix):------"] +puts [_ "------visible_rectangle(pix)(pix):------"] + +# these are labels for elements of the Properties panel +puts [_ "bottom:"] +puts [_ "height:"] +puts [_ "hold:"] +puts [_ "intrrpt:"] +puts [_ "left:"] +puts [_ "lin"] +puts [_ "log"] +puts [_ "log-height:"] +puts [_ "max:"] +puts [_ "min:"] +puts [_ "right:"] +puts [_ "size:"] +puts [_ "top:"] +puts [_ "value:"] +puts [_ "width:"] -- cgit v1.2.1