home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / Draw / localization.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-04  |  975 b   |  8 lines

  1. #define CANCEL NXLocalString("Cancel", NULL, "Button choice for cancelling or aborting a requested operation.")
  2.  
  3. #define PASTE_OPERATION NXLocalizedStringFromTable("Operations", "Paste", NULL, "The operation of getting something from the Pasteboard and inserting into the document.")
  4. #define DELETE_OPERATION NXLocalizedStringFromTable("Operations", "Delete", NULL, "The operation of pressing the delete key to remove the selected graphical entites or text from the document entirely.")
  5. #define CUT_OPERATION NXLocalizedStringFromTable("Operations", "Cut", NULL, "The operation of cutting some graphical entities out of the document and putting them on the Pasteboard.")
  6. #define TEXT_COLOR_OPERATION NXLocalizedStringFromTable("Operations", "Text Color", NULL, "The operation of changing the color of some text.")
  7. #define FONT_OPERATION NXLocalizedStringFromTable("Operations", "Font", NULL, "The user action of changing the font of a bunch of selected graphical entities.")
  8.