lms-video/pd-0.44-2/po/iemgui_dynamic_strings.tcl
Santi Noreña e85d191b46 - Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector
- Añadidas fuentes de Gem y Pure Data
- pix2jpg incluído en Gem. Archivos de construcción de Gem modificados.
- Añadido fichero ompiling.txt con instrucciones de compilación
2013-02-04 18:00:17 +01:00

34 lines
1.1 KiB
Tcl

# 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:"]