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