This is localstrings.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /* localized strings for Pyramid.solitaire */ #define LOCALIZED_GAME_NAME \ [[NSBundle mainBundle] localizedStringForKey:@"Pyramid" value:@"Pyramid" table:nil] #define LOCALIZED_TURN_MATCH \ NSLocalizedString(@"The card just turned up and the card on the waste pile add to 13.", like it says) #define LOCALIZED_LEAVE_ON_WASTE \ NSLocalizedString(@"Leave them on the waste pile.", option in above panel) #define LOCALIZED_REMOVE_THEM \ NSLocalizedString(@"Discard them.", second option) #define LOCALIZED_NO_FLIP \ NSLocalizedString(@"Only two redeals are allowed.", user tried to flip deck more than twice)
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.