~ubuntu-branches/ubuntu/breezy/gnustep-base/breezy

« back to all changes in this revision

Viewing changes to Resources/Languages/Italian.old

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (4 hoary)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Italian -*-c-*- */
2
 
{
3
 
  NSLanguageName = "Italian";
4
 
  NSLanguageCode = ITA;
5
 
  NSFormalName = "Italiano";
6
 
  NSParentContext = "Default";
7
 
  
8
 
  NSCurrencySymbol = "LIT";
9
 
  NSPositiveCurrencyFormatString = "9,999.00$";
10
 
  NSNegativeCurrencyFormatString = "-9,999.00$";
11
 
  NSInternationalCurrencyString = "LIT";
12
 
  
13
 
  NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
14
 
  NSDecimalSeparator = ",";
15
 
  NSThousandsSeparator = "'"; /* not sure but better than `.' */
16
 
  
17
 
  NSAMPMDesignation = (AM, PM);
18
 
  NSDateFormatString = "%A %d %B %Y"; /* Gioved� 22 Febbraio 2001 */
19
 
  NSDateTimeOrdering = DMYH; 
20
 
  NSEarlierTimeDesignations = (prima, passato, fa);
21
 
  NSHourNameDesignations = ((0, mezzanotte), (12, mezzogiorno), (10, mattina), (14, pomeriggio), (19, sera));
22
 
  NSLaterTimeDesignations = (dopo, prossimo);
23
 
  NSMonthNameArray = (Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre);
24
 
  NSNextDayDesignations = (domani);
25
 
  NSNextNextDayDesignations = ("il giorno seguente");
26
 
  NSPriorDayDesignations = (ieri);
27
 
  NSShortDateFormatString = "%d/%m/%Y"; /* 20/11/1974 */
28
 
  NSShortMonthNameArray = (Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic);
29
 
  NSShortTimeDateFormatString = "%d %b %Y %H:%M"; /* 20 Nov 1974 17:33 */
30
 
  NSShortWeekDayNameArray = (Dom, Lun, Mar, Mer, Gio, Ven, Sab); 
31
 
  NSThisDayDesignations = (oggi);
32
 
  NSTimeDateFormatString = "%a %d %b %H:%M:%S %z %Y"; /* Gio 22 Feb 15:33:42 +0100 2001 */
33
 
  NSTimeFormatString = "%H:%M:%S"; /* 21:21:08 */
34
 
  NSWeekDayNameArray = (Domenica, "Luned�", "Marted�", "Mercoled�", "Gioved�", "Venerd�", Sabato);
35
 
  NSYearMonthWeekDesignations = (anno, mese, settimana);
36
 
}
37
 
 
38