This is localstrings.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /* localized strings for Solitaire.app */ #define LOCALIZED_OPEN_TITLE \ NXLocalizedString("Open Game Module", NULL, title of error panel displayed when user tries to open a file that is not a .solitaire file) #define LOCALIZED_OPEN_ERROR \ NXLocalizedString("%s is not a file that Solitaire.app can open.", NULL, message displayed is alert panel when user tries to open a file that is not a .solitaire file) #define LOCALIZED_LOAD_ERROR \ NXLocalizedString("Could not dynamically load class: %s", NULL, message displayed in alert panel when game bundle fails to load) #define LOCALIZED_NONIB_MSG \ NXLocalizedString("Cannot find SmallGame.nib or LargeGame.nib.", NULL, no game NIB files found so game cannot be played) #define LOCALIZED_NIBGONE_MSG \ NXLocalizedString("Hey, did you delete a NIB file?", NULL, nib files appear to have vanished in mid-game) #define LOCALIZED_NOGAMES \ NXLocalizedString("No games found. Please install .solitaire bundles in the app wrapper, /LocalLibrary/Solitaire, or ~/Library/Solitaire.", NULL, no games found) #define LOCALIZED_TERMINATE \ NXLocalizedString("Terminate Program", NULL, button in alert panel displayed when no games found)
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.