[PD-cvs] pd/src/locale english.tcl,1.1.2.18,1.1.2.19

Mathieu Bouchard matju at users.sourceforge.net
Fri Aug 18 06:37:14 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	english.tcl 
Log Message:
properties dialog stuff


Index: english.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/locale/Attic/english.tcl,v
retrieving revision 1.1.2.18
retrieving revision 1.1.2.19
diff -C2 -d -r1.1.2.18 -r1.1.2.19
*** english.tcl	18 Aug 2006 02:38:30 -0000	1.1.2.18
--- english.tcl	18 Aug 2006 04:37:11 -0000	1.1.2.19
***************
*** 40,44 ****
--- 40,59 ----
    say find_last_error "Find Last Error"
  
+ # contents of Put menu is Phase 5C
  say put "Put"
+   say Object "Object"
+   say Message "Message"
+   say Number "Number"
+   say Symbol "Symbol"
+   say Comment "Comment"
+   say Bang "Bang"
+   say Toggle "Toggle"
+   say Number2 "Number2"
+   say Vslider "Vertical Slider"
+   say Hslider "Horizontal Slider"
+   say Vradio "Vertical Radio"
+   say Hradio "Horizontal Radio"
+   say Canvas "Canvas"
+   say Array "Array"
  
  say media "Media"
***************
*** 64,83 ****
  say latency_meter "Latency Meter"
  say Pdwindow "Pd window"
- say Object "Object"
- say Message "Message"
- say Number "Number"
- say Symbol "Symbol"
- say Comment "Comment"
- say Bang "Bang"
- say Toggle "Toggle"
- say Number2 "Number2"
- say Vslider "Vertical Slider"
- say Hslider "Horizontal Slider"
- say Vradio "Vertical Radio"
- say Hradio "Horizontal Radio"
- say Canvas "Canvas"
- say Array "Array"
  
! ### for IEMproperties
  say w "width(px)"
  say h "height(px)"
--- 79,85 ----
  say latency_meter "Latency Meter"
  say Pdwindow "Pd window"
  
! ### for Properties Dialog (phase 5B)
! say_category IEM
  say w "width(px)"
  say h "height(px)"
***************
*** 91,97 ****
  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"
--- 93,99 ----
  say isa "init"
  say n "number of choices"
! say steady "steadiness"
! say steady_no  "jump on click"
! say steady_yes "steady on click"
  say snd "send-symbol"
  say rcv "receive-symbol"
***************
*** 109,116 ****
  say helvetica "helvetica (sansserif)"
  say times "times (serif)"
! say coords "Graph on parent"
  
! ### Main Window
  
  say in "in"
  say out "out"
--- 111,138 ----
  say helvetica "helvetica (sansserif)"
  say times "times (serif)"
! say coords "graph on parent"
  
! say_category GAtomProperties
! say width "width"
! say lo "lower limit"
! say hi "upper limit"
! say label "label"
! say wherelabel "show label on"
! say symto "send symbol"
! say symfrom "receive symbol"
  
+ say_category GraphProperties
+ say x1   "x from"
+ say x2   "x to"
+ say xpix "screen width"
+ say y2   "y from"
+ say y1   "y to"
+ say ypix "screen height"
+ 
+ say category CanvasProperties
+ #say xscale "X units/px"
+ #say yscale "Y units/px"
+ 
+ say_category MainWindow
  say in "in"
  say out "out"
***************
*** 121,124 ****
--- 143,147 ----
  ### phase 2
  
+ say_category Other
  say_namespace summary {
    say_category IEMGUI
***************
*** 406,410 ****
  
  
! # phase 5
  
  say cannot "can't"
--- 429,433 ----
  
  
! # phase 5A
  
  say cannot "can't"





More information about the Pd-cvs mailing list