This file is indexed.

/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.24/Resources/Languages/Italian is in gnustep-base-common 1.24.7-1build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* Italian -*-c-*- */
{
  NSLanguageName = "Italian";
  NSLanguageCode = ITA;
  NSFormalName = "Italiano";
  NSParentContext = "Default";
  
  NSCurrencySymbol = "EUR";
  NSPositiveCurrencyFormatString = "EUR9,999.00";
  NSNegativeCurrencyFormatString = "EUR-9,999.00";
  NSInternationalCurrencyString = "EUR";
  
  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\u00ec 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\u00ec", "Marted\u00ec", "Mercoled\u00ec", "Gioved\u00ec", "Venerd\u00ec", Sabato);
  NSYearMonthWeekDesignations = (anno, mese, settimana);
}