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

  1. /* English */
  2. {
  3.     NSLanguageName = "Italian";
  4.     NSFormalName = "Italiano";
  5.     NSLanguageCode = "ITA";
  6.     NSParentContext = "Default";
  7.  
  8.     NSCurrencySymbol = "£";
  9.     NSDateFormatString = "%A, %B %d, %Y";
  10.     NSDateTimeOrdering = DMYH; /* resolve numbers in Day,Month,Year,Hour order */
  11.     NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
  12.     NSDecimalSeparator = ",";
  13.     NSEarlierTimeDesignations = (scorso, scorsi, scorsa, scorse, fa, precedente, precedenti, precedente, precedenti);
  14.     NSHourNameDesignations = ((24, mezzanotte), (12, mezzogiorno), (10, mattina), (14, pomeriggio), (19, sera));
  15.     NSInternationalCurrencyString = ITL; /* ISO 4217 */
  16.     NSLaterTimeDesignations = (prossimo, prossimi, prossima, prossime, seguente);
  17.     NSMonthNameArray = (Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre);
  18.     NSNextDayDesignations = (Domani);
  19.     NSNextNextDayDesignations = (Dopodomani);
  20.     NSPriorDayDesignations = (Ieri);
  21.     NSShortDateFormatString = "%d/%m/%y";
  22.     NSShortMonthNameArray = (Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic);
  23.     NSShortTimeDateFormatString = "%d-%b-%y %I:%M %p";
  24.     NSShortWeekDayNameArray = (Lun, Mar, Mer, Gio, Ven, Sab, Dom);
  25.     NSThisDayDesignations = (Oggi);
  26.     NSThousandsSeparator = ".";
  27.     NSTimeDateFormatString = "%a %b %d %H:%M:%S %Z %Y";
  28.     NSTimeFormatString = "%H:%M:%S";
  29.     NSWeekDayNameArray = ("Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", Sabato, Domenica);
  30.     NSYearMonthWeekDesignations = (anno, mese, settimana);
  31. }
  32.