mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
New file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ac3ce22ef8
commit
7e8db413ed
1 changed files with 38 additions and 0 deletions
38
Resources/Languages/Italian
Normal file
38
Resources/Languages/Italian
Normal file
|
@ -0,0 +1,38 @@
|
|||
/* 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ì 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ì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", Sabato);
|
||||
NSYearMonthWeekDesignations = (anno, mese, settimana);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue