[PD-cvs] pd/src/locale english.tcl,1.1.2.14,1.1.2.15

chunlee chunlee at users.sourceforge.net
Wed Jun 14 01:19:01 CEST 2006


Update of /cvsroot/pure-data/pd/src/locale
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26053/locale

Modified Files:
      Tag: devel_0_39
	english.tcl 
Log Message:
properties_dialog related fixes


Index: english.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/locale/Attic/english.tcl,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -C2 -d -r1.1.2.14 -r1.1.2.15
*** english.tcl	2 Jun 2006 21:10:06 -0000	1.1.2.14
--- english.tcl	13 Jun 2006 23:18:59 -0000	1.1.2.15
***************
*** 79,82 ****
--- 79,115 ----
  say Array "Array"
  
+ ### for IEMproperties
+ say w "width(px): "
+ say h "height(px): "
+ say hold "hold time(ms): "
+ say break "break time(ms): "
+ say min "minimum value: "
+ say max "maximum value: "
+ say is_log "mode: "
+ say linear "linear" 
+ say logarithmic "logarithmic"
+ say isa "init: "
+ say n "n: "
+ say steady "Steadiness: "
+ say jump "jump on click" 
+ say steady "steady on click"
+ say snd "send-symbol: "
+ say rcv "receive-symbol: "
+ say lab "label: "
+ say ldx "label x offset: "
+ say ldy "label y offset: "
+ say fstyle "Typeface: "
+ say fs "font size: "
+ say bcol "background color: "
+ say fcol "forground color: "
+ say lcol "label color: "
+ say 1 "yes"
+ say 0 "no"
+ say yes "yes"
+ say no "no"
+ say courier "courier (typewriter)" 
+ say helvetica "helvetica (sansserif)" 
+ say times "times (serif)"
+ 
  ### Main Window
  
***************
*** 317,320 ****
--- 350,354 ----
      say -oss "use OSS audio API"
    say -32bit "allow 32 bit OSS audio (for RME Hammerfall)"
+   say {} "default"
  
  say section_midi "MIDI"





More information about the Pd-cvs mailing list