home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextDeveloper / Demos / Draw.app / English.lproj / Operations.strings < prev    next >
Encoding:
Text File  |  1995-02-06  |  3.9 KB  |  115 lines

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