[PD-cvs] pd/src/locale english.tcl,1.1.2.21,1.1.2.22

chunlee chunlee at users.sourceforge.net
Fri Aug 25 15:47:09 CEST 2006


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

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.21
retrieving revision 1.1.2.22
diff -C2 -d -r1.1.2.21 -r1.1.2.22
*** english.tcl	19 Aug 2006 15:35:02 -0000	1.1.2.21
--- english.tcl	25 Aug 2006 13:47:07 -0000	1.1.2.22
***************
*** 17,20 ****
--- 17,29 ----
    say print "Print..."
    say quit "Quit"
+   
+   say canvasnew_file "New File"
+   say canvasopen_file "Open File..."
+   say canvassave "Save"
+   say canvassave_as "Save As..."
+   say clientpdrc_editor ".pdrc Editor"
+   say clientddrc_editor ".ddrc Editor"
+   say canvasclose "Close"
+   say canvasquit "Quit"
  
  say edit "Edit"
***************
*** 31,42 ****
--- 40,65 ----
    say edit_mode "Edit Mode"
    say editmodeswitch "Edit/Run mode"
+   
+   say canvascut "Cut"
+   say canvascopy "Copy"
+   say canvasundo "Undo"
+   say canvasredo "Redo"
+   say canvaspaste "Paste"
+   say canvasselect_all "Select All"
+   say canvaseditmodeswitch "Edit/Run mode"
  
  say view "View"
    say reload "Reload"
    say redraw "Redraw"
+   
+   say canvasreload "Reload"
+   say canvasredraw "Redraw"
  
  say find "Find"
    say find_again "Find Again"
    say find_last_error "Find Last Error"
+   
+ say canvasfind "Find"
+   say canvasfind_again "Find Again"
  
  # contents of Put menu is Phase 5C
***************
*** 56,59 ****
--- 79,97 ----
    say Canvas "Canvas"
    say Array "Array"
+   
+   say canvasobject "Object"
+   say canvasmessage "Message"
+   say canvasnumber "Number"
+   say canvassymbol "Symbol"
+   say canvascomment "Comment"
+   say canvasbang "Bang"
+   say canvastoggle "Toggle"
+   say canvasnumber2 "Number2"
+   say canvasvslider "Vertical Slider"
+   say canvashslider "Horizontal Slider"
+   say canvasvradio "Vertical Radio"
+   say canvashradio "Horizontal Radio"
+   say canvascanvas "Canvas"
+   say canvasarray "Array"
  
  say media "Media"
***************
*** 62,65 ****
--- 100,108 ----
    say test_audio_and_midi "Test Audio and MIDI"
    say load_meter "Load Meter"
+   
+   say canvasaudio_on "Audio ON"
+   say canvasaudio_off "Audio OFF"
+   say clienttest_audio_and_midi "Test Audio and MIDI"
+   say canvasload_meter "Load Meter"
  
  say window "Window"
***************
*** 69,72 ****
--- 112,117 ----
    say pure_documentation "Pure Documentation..."
    say class_browser "Class Browser..."
+   
+   say canvasabout "About..."
  
  say properties "Properties"
***************
*** 80,83 ****
--- 125,133 ----
  say Pdwindow "Pd window"
  
+ say canvaspdwindow "Pd window"
+ say canvaslatency_meter "Latency Meter"
+ say clientaudio_settings "Audio Settings"
+ say clientmidi_settings "Midi Settings"
+ 
  ### for Properties Dialog (phase 5B)
  say_category IEM
***************
*** 415,424 ****
    say canvasbgrun "canvas background (run mode)"
   say object_color "object"
!   say objectframe1 "objectbox color"
!   say objectframe2 "objectbox color"
!   say objectframe3 "objectbox color"
!   say objectframe4 "objectbox highlight color"
!   say objectbg "object background"
!   say objectfg "object foreground"
    say commentbg "comment background"
    say commentfg "comment forground"
--- 465,474 ----
    say canvasbgrun "canvas background (run mode)"
   say object_color "object"
!   say viewframe1 "objectbox color"
!   say viewframe2 "objectbox color"
!   say viewframe3 "objectbox color"
!   say viewframe4 "objectbox highlight color"
!   say viewbg "object background"
!   say viewfg "object foreground"
    say commentbg "comment background"
    say commentfg "comment forground"
***************
*** 426,430 ****
    say commentframe2 "comment frame"
    say commentframe3 "comment frame"
!   say selectframe "hilight box"
   say wire_color "wire"
    say wirefg "wire color"
--- 476,480 ----
    say commentframe2 "comment frame"
    say commentframe3 "comment frame"
!   say viewselectframe "hilight box"
   say wire_color "wire"
    say wirefg "wire color"
***************
*** 437,444 ****
  say keys "keys"
  say others "others"
! say hairstate "Activate crosshair"
! say hairsnap "Crosshair snap to object"
! say statusbar "Activate statusbar"
! say buttonbar "Activate buttonbar"
  
  
--- 487,494 ----
  say keys "keys"
  say others "others"
! say canvashairstate "Activate crosshair"
! say canvashairsnap "Crosshair snap to object"
! say canvasstatusbar "Activate statusbar"
! say canvasbuttonbar "Activate buttonbar"
  
  





More information about the Pd-cvs mailing list