home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / LocalizableStringsForGraphicsUndo.h < prev    next >
Encoding:
Text File  |  1995-11-28  |  3.9 KB  |  30 lines

  1. #import <Foundation/Foundation.h>
  2.  
  3. /* Localization strings for the graphics undo subproject */
  4.  
  5. #define ALIGN_OP NSLocalizedStringFromTable(@"Align", @"Operations", "The operation of aligning some graphical entities together.")
  6. #define ARROW_OP NSLocalizedStringFromTable(@"Arrows", @"Operations", "The operation of adding or removing arrows from a line.")
  7. #define ASPECT_OP NSLocalizedStringFromTable(@"Natural Size", @"Operations", "The operation of returning a graphical entity to its natural aspect ratio, e.g., an oval becomes a circle, a rectangle becomes a square.")
  8. #define BRING_TO_FRONT_OP NSLocalizedStringFromTable(@"Bring to Front", @"Operations", "The operation of bringing a graphical entity or group of graphical entities to the front of all other graphical entities.")
  9. #define NEW_CHANGE_OP NSLocalizedStringFromTable(@"New %@", @"Operations", "The operation of creating a new graphical entity by dragging the mouse.  The %@ is one of Rectangle, Circle, etc.")
  10. #define CUT_OP NSLocalizedStringFromTable(@"Cut", @"Operations", "The operation of cutting some graphical entities out of the document and putting them on the Pasteboard.")
  11. #define DELETE_OP NSLocalizedStringFromTable(@"Delete", @"Operations", "The operation of pressing the delete key to remove the selected graphical entites or text from the document entirely.")
  12. #define DIMENSION_OP NSLocalizedStringFromTable(@"Dimensions", @"Operations", "The operation of changing the dimensions of a graphical entity by typing numbers into text fields for the width and height.")
  13. #define END_EDITING_OP NSLocalizedStringFromTable(@"End Editing", @"Operations", "The operation of ending the editing process and proceding onto some other operation.")
  14. #define FILL_OP NSLocalizedStringFromTable(@"Fill", @"Operations", "The operation of filling a graphical entity's interior with a gray or color.")
  15. #define GRID_OP NSLocalizedStringFromTable(@"Grid Change", @"Operations", "The operation of changing the spacing or color of the grid.")
  16. #define GROUP_OP NSLocalizedStringFromTable(@"Group", @"Operations", "The operation of grouping a bunch of graphical entities together.")
  17. #define LINECAP_OP NSLocalizedStringFromTable(@"Line Cap", @"Operations", "The operation of changing the roundedness of the end of a line.")
  18. #define LINECOLOR_OP NSLocalizedStringFromTable(@"Line Color", @"Operations", "The operation of changing the color of a line segment.")
  19. #define LINEJOIN_OP NSLocalizedStringFromTable(@"Line Join", @"Operations", "The operation of changing the roundedness at the joint between two lines.")
  20. #define LINEWIDTH_OP NSLocalizedStringFromTable(@"Line Width", @"Operations", "The operation of changing the width of a line segment.")
  21. #define LOCK_OP NSLocalizedStringFromTable(@"Lock", @"Operations", "The operation of locking down all selected graphics so that they can't be edited in anyway until they are unlocked.")
  22. #define MOVE_OP NSLocalizedStringFromTable(@"Move", @"Operations", "The operation of moving a graphical entity.")
  23. #define PASTE_OP NSLocalizedStringFromTable(@"Paste", @"Operations", "The operation of getting something from the Pasteboard and inserting into the document.")
  24. #define RESIZE_OP NSLocalizedStringFromTable(@"Resize", @"Operations", "The operation of changing the size of a graphical entity by dragging a corner of it with the mouse.")
  25. #define SEND_TO_BACK_OP NSLocalizedStringFromTable(@"Send To Back", @"Operations", "The operation of sending all the selected graphical entities to the back of (behind) all other graphical entities.")
  26. #define START_EDITING_OP NSLocalizedStringFromTable(@"Begin Editing", @"Operations", "The operation of starting to edit some text.")
  27. #define UNGROUP_OP NSLocalizedStringFromTable(@"Ungroup", @"Operations", "The operation of ungroup a bunch of graphical entities that are grouped together into a single graphical entity.")
  28. #define UNLOCK_OP NSLocalizedStringFromTable(@"Unlock", @"Operations", "The operation of unlocking all the graphical entities which were previously locked down (see Lock).")
  29.  
  30.