mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 14:11:00 +00:00
39 lines
1.7 KiB
Text
39 lines
1.7 KiB
Text
|
/* Italian -*-c-*- */
|
|||
|
{
|
|||
|
NSLanguageName = "Italian";
|
|||
|
NSLanguageCode = ITA;
|
|||
|
NSFormalName = "Italiano";
|
|||
|
NSParentContext = "Default";
|
|||
|
|
|||
|
NSCurrencySymbol = "LIT";
|
|||
|
NSPositiveCurrencyFormatString = "9,999.00$";
|
|||
|
NSNegativeCurrencyFormatString = "-9,999.00$";
|
|||
|
NSInternationalCurrencyString = "LIT";
|
|||
|
|
|||
|
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
|||
|
NSDecimalSeparator = ",";
|
|||
|
NSThousandsSeparator = "'"; /* not sure but better than `.' */
|
|||
|
|
|||
|
NSAMPMDesignation = (AM, PM);
|
|||
|
NSDateFormatString = "%A %d %B %Y"; /* Gioved<65> 22 Febbraio 2001 */
|
|||
|
NSDateTimeOrdering = DMYH;
|
|||
|
NSEarlierTimeDesignations = (prima, passato, fa);
|
|||
|
NSHourNameDesignations = ((0, mezzanotte), (12, mezzogiorno), (10, mattina), (14, pomeriggio), (19, sera));
|
|||
|
NSLaterTimeDesignations = (dopo, prossimo);
|
|||
|
NSMonthNameArray = (Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre);
|
|||
|
NSNextDayDesignations = (domani);
|
|||
|
NSNextNextDayDesignations = ("il giorno seguente");
|
|||
|
NSPriorDayDesignations = (ieri);
|
|||
|
NSShortDateFormatString = "%d/%m/%Y"; /* 20/11/1974 */
|
|||
|
NSShortMonthNameArray = (Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic);
|
|||
|
NSShortTimeDateFormatString = "%d %b %Y %H:%M"; /* 20 Nov 1974 17:33 */
|
|||
|
NSShortWeekDayNameArray = (Dom, Lun, Mar, Mer, Gio, Ven, Sab);
|
|||
|
NSThisDayDesignations = (oggi);
|
|||
|
NSTimeDateFormatString = "%a %d %b %H:%M:%S %z %Y"; /* Gio 22 Feb 15:33:42 +0100 2001 */
|
|||
|
NSTimeFormatString = "%H:%M:%S"; /* 21:21:08 */
|
|||
|
NSWeekDayNameArray = (Domenica, "Luned<65>", "Marted<65>", "Mercoled<65>", "Gioved<65>", "Venerd<72>", Sabato);
|
|||
|
NSYearMonthWeekDesignations = (anno, mese, settimana);
|
|||
|
}
|
|||
|
|
|||
|
|