home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / RUNTIME.Z / English < prev    next >
Text File  |  1996-09-11  |  1KB  |  33 lines

  1. /* English */
  2. {
  3.     NSLanguageName = "English";
  4.     NSFormalName = "English";
  5.     NSLanguageCode = "ENG";
  6.     NSParentContext = "Default";
  7.  
  8.     NSAMPMDesignation = (AM, PM);
  9.     NSCurrencySymbol = "$";
  10.     NSDateFormatString = "%A, %B %d, %Y";
  11.     NSDateTimeOrdering = DMYH; /* resolve numbers in Day,Month,Year,Hour order */
  12.     NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
  13.     NSDecimalSeparator = ".";
  14.     NSEarlierTimeDesignations = (prior, last, past, ago);
  15.     NSHourNameDesignations = ((0, midnight), (12, noon, lunch), (10, morning), (14, afternoon), (19, dinner));
  16.     NSInternationalCurrencyString = USD; /* ISO 4217 */
  17.     NSLaterTimeDesignations = (next);
  18.     NSMonthNameArray = (January, February, March, April, May, June, July, August, September, October, November, December);
  19.     NSNextDayDesignations = (tomorrow);
  20.     NSNextNextDayDesignations = (nextday);
  21.     NSPriorDayDesignations = (yesterday);
  22.     NSShortDateFormatString = "%d %b %y";
  23.     NSShortMonthNameArray = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec);
  24.     NSShortTimeDateFormatString = "%d %b %y %I:%M %p";
  25.     NSShortWeekDayNameArray = (Sun, Mon, Tue, Wed, Thu, Fri, Sat);
  26.     NSThisDayDesignations = (today);
  27.     NSThousandsSeparator = ",";
  28.     NSTimeDateFormatString = "%A, %B %d, %Y %H:%M:%S %Z";
  29.     NSTimeFormatString = "%H:%M:%S";
  30.     NSWeekDayNameArray = (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday);
  31.     NSYearMonthWeekDesignations = (year, month, week);
  32. }
  33.