Update of /cvsroot/pure-data/pd/src/locale In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25380
Modified Files: Tag: devel_0_39 english.tcl Log Message: .
Index: english.tcl =================================================================== RCS file: /cvsroot/pure-data/pd/src/locale/Attic/english.tcl,v retrieving revision 1.1.2.17 retrieving revision 1.1.2.18 diff -C2 -d -r1.1.2.17 -r1.1.2.18 *** english.tcl 18 Aug 2006 02:28:33 -0000 1.1.2.17 --- english.tcl 18 Aug 2006 02:38:30 -0000 1.1.2.18 *************** *** 80,117 ****
### 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)" ! ! ### for canvas propertie ! say coords "Graph on parrent: "
### Main Window --- 80,113 ----
### 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 "number of choices" ! 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 yes "yes" say no "no" ! say courier "courier (typewriter)" ! say helvetica "helvetica (sansserif)" say times "times (serif)" ! say coords "Graph on parent"
### Main Window