home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / DEMOS.Z / Operations.strings < prev    next >
Text File  |  1996-09-09  |  4KB  |  94 lines

  1. /* The operation of undoing the last thing the user did. */
  2. "&Undo" = "&Undo";
  3.  
  4. /* The operation of undoing the last %@ operation the user did--all the entries in the Operations and TextOperations .strings files are the %@ of this or Redo. */
  5. "&Undo %@" = "&Undo %@";
  6.  
  7. /* The operation of redoing the last thing the user undid. */
  8. "&Redo" = "&Redo";
  9.  
  10. /* The operation of redoing the last %@ operation the user undid--all the entries in the Operations and TextOperations .strings files are the %@ of either this or Undo. */
  11. "&Redo %@" = "&Redo %@";
  12.  
  13. /* The operation of changing the size of a graphical entity by dragging a corner of it with the mouse. */
  14. "Resize" = "Resize";
  15.  
  16. /* The operation of changing the spacing or color of the grid. */
  17. "Grid Change" = "Grid Change";
  18.  
  19. /* The operation of creating a new graphical entity by dragging the mouse.  The %@ is one of Rectangle, Circle, etc. */
  20. "New %@" = "New %@";
  21.  
  22. /* The operation of changing the width of a line segment. */
  23. "Line Width" = "Line Width";
  24.  
  25. /* The operation of changing the color of a line segment. */
  26. "Line Color" = "Line Color";
  27.  
  28. /* The operation of aligning some graphical entities together. */
  29. "Align" = "Align";
  30.  
  31. /* The operation of bringing a graphical entity or group of graphical entities to the front of all other graphical entities. */
  32. "Bring to Front" = "Bring to Front";
  33.  
  34. /* The operation of adding or removing arrows from a line. */
  35. "Arrows" = "Arrows";
  36.  
  37. /* The operation of unlocking all the graphical entities which were previously locked down (see Lock). */
  38. "Unlock" = "Unlock";
  39.  
  40. /* The operation of changing the dimensions of a graphical entity by typing numbers into text fields for the width and height. */
  41. "Dimensions" = "Dimensions";
  42.  
  43. /* The operation of returning a graphical entity to its natural aspect ratio, e.g., an oval becomes a circle, a rectangle becomes a square. */
  44. "Natural Size" = "Natural Size";
  45.  
  46. /* The operation of moving a graphical entity. */
  47. "Move" = "Move";
  48.  
  49. /* The operation of pressing the delete key to remove the selected graphical entites or text from the document entirely. */
  50. "Delete" = "Delete";
  51.  
  52. /* The operation of starting to edit some text. */
  53. "Begin Editing" = "Begin Editing";
  54.  
  55. /* The operation of ungroup a bunch of graphical entities that are grouped together into a single graphical entity. */
  56. "Ungroup" = "Ungroup";
  57.  
  58. /* The operation of grouping a bunch of graphical entities together. */
  59. "Group" = "Group";
  60.  
  61. /* The operation of cutting some graphical entities out of the document and putting them on the Pasteboard. */
  62. "Cut" = "Cut";
  63.  
  64. /* The operation of locking down all selected graphics so that they can't be edited in anyway until they are unlocked. */
  65. "Lock" = "Lock";
  66.  
  67. /* The operation of filling a graphical entity's interior with a gray or color. */
  68. "Fill" = "Fill";
  69.  
  70. /* The operation of sending all the selected graphical entities to the back of (behind) all other graphical entities. */
  71. "Send To Back" = "Send To Back";
  72.  
  73. /* The operation of ending the editing process and proceding onto some other operation. */
  74. "End Editing" = "End Editing";
  75.  
  76. /* The operation of changing the roundedness of the end of a line. */
  77. "Line Cap" = "Line Cap";
  78.  
  79. /* The operation of getting something from the Pasteboard and inserting into the document. */
  80. "Paste" = "Paste";
  81.  
  82. /* The operation of changing the roundedness at the joint between two lines. */
  83. "Line Join" = "Line Join";
  84.  
  85. /* The user action of creating an area to type into. */
  86. "Text" = "Text";
  87.  
  88. /* The user action of selecting an item in the Services menu (for the undo/redo menu). */
  89. "Service Call" = "Service Call";
  90.  
  91. /* The user action of changing the font of a bunch of selected graphical entities (for the undo/redo menu). */
  92. "Font" = "Font";
  93.  
  94.