This is localization.h in view mode; [Download] [Up]
#define CANCEL NXLocalString("Cancel", NULL, "Button choice for cancelling or aborting a requested operation.") #define PASTE_OPERATION NXLocalizedStringFromTable("Operations", "Paste", NULL, "The operation of getting something from the Pasteboard and inserting into the document.") #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.") #define CUT_OPERATION NXLocalizedStringFromTable("Operations", "Cut", NULL, "The operation of cutting some graphical entities out of the document and putting them on the Pasteboard.") #define TEXT_COLOR_OPERATION NXLocalizedStringFromTable("Operations", "Text Color", NULL, "The operation of changing the color of some text.") #define FONT_OPERATION NXLocalizedStringFromTable("Operations", "Font", NULL, "The user action of changing the font of a bunch of selected graphical entities.")
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.