Update of /cvsroot/pure-data/pd/src/locale In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20146/locale
Modified Files: Tag: devel_0_39 english.tcl Log Message: small fixes to ddrc and ddrc editor, adding toggles to enable/disable buttonbar and status bar
Index: english.tcl =================================================================== RCS file: /cvsroot/pure-data/pd/src/locale/Attic/english.tcl,v retrieving revision 1.1.2.20 retrieving revision 1.1.2.21 diff -C2 -d -r1.1.2.20 -r1.1.2.21 *** english.tcl 18 Aug 2006 04:47:16 -0000 1.1.2.20 --- english.tcl 19 Aug 2006 15:35:02 -0000 1.1.2.21 *************** *** 421,424 **** --- 421,430 ---- say objectbg "object background" say objectfg "object foreground" + say commentbg "comment background" + say commentfg "comment forground" + say commentframe1 "comment frame" + say commentframe2 "comment frame" + say commentframe3 "comment frame" + say selectframe "hilight box" say wire_color "wire" say wirefg "wire color" *************** *** 430,434 **** say selrect "selection box" say keys "keys" !
--- 436,444 ---- say selrect "selection box" say keys "keys" ! say others "others" ! say hairstate "Activate crosshair" ! say hairsnap "Crosshair snap to object" ! say statusbar "Activate statusbar" ! say buttonbar "Activate buttonbar"