home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / RUNTIME.Z / Spanish < prev    next >
Text (UTF-16)  |  1996-09-11  |  3KB  |  32 lines

  1. /* Spanish */
  2. {
  3.     NSLanguageName = "Spanish";
  4.     NSFormalName = "Español";
  5.     NSLanguageCode = "ESL";
  6.     NSParentContext = "Default";
  7.  
  8.     NSAMPMDesignation = (AM, PM);
  9.     NSCurrencySymbol = "pta.";
  10.     NSDateFormatString = "%A, %B %d, %Y";
  11.     NSDateTimeOrdering = HDMY; /* resolve numbers in Day,Month,Year,Hour order */
  12.     NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
  13.     NSDecimalSeparator = ",";
  14.     NSEarlierTimeDesignations = (pasado, pasada, pasados, pasadas);
  15.     NSHourNameDesignations = ((0, medianoche), (12, "mediodía"), (10, "mañana"), (2, "de la tarde"));
  16.     NSInternationalCurrencyString = ESP; /* ISO 4217 */
  17.     NSLaterTimeDesignations = (siguiente, siguientes);
  18.     NSMonthNameArray = (enero, febrero, marzo, abril, mayo, junio, julio, agosto, septiembre, octubre, noviembre, diciembre);
  19.     NSNextDayDesignations = ("mañana");
  20.     NSPriorDayDesignations = (ayer);
  21.     NSShortDateFormatString = "%d-%m-%y";
  22.     NSShortMonthNameArray = (ene, feb, mar, abr, may, jun, jul, ago, sep, oct, nov, dic);
  23.     NSShortTimeDateFormatString = "%d-%b-%y %H:%M";
  24.     NSShortWeekDayNameArray = (Lun, Mar, "Miér", Jue, Vie, "Sáb", Dom);
  25.     NSThisDayDesignations = (hoy);
  26.     NSThousandsSeparator = ".";
  27.     NSTimeDateFormatString = "%a %d %b %Y %H:%M:%S %Z";
  28.     NSTimeFormatString = "%H:%M:%S";
  29.     NSWeekDayNameArray = (Lunes, Martes, "Miércoles", Jueves, Viernes, "Sábado", Domingo);
  30.     NSYearMonthWeekDesignations = ("año", mes, semana);
  31. }
  32.