This file is indexed.

/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.24/Resources/Languages/French 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
/* French -*-c-*- */
{
  NSLanguageName = "French";
  NSLanguageCode = FRE;
  NSFormalName = "Fran\u00e7ais";
  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 = " "; 
  
  NSAMPMDesignation = (AM, PM);
  NSDateFormatString = "%A %d %B %Y";
  NSDateTimeOrdering = DMYH; 
  NSEarlierTimeDesignations = (avant);
  NSHourNameDesignations = ((0, minuit), (12, midi), (10, matin), (14, "apr\u00e8s-midi" ), (19, soir));
  NSLaterTimeDesignations = ("apr\u00e8s");
  NSMonthNameArray = (Janvier, "F\u00e9vrier", Mars, Avril, Mai, Juin, Juillet, "Ao\u00fbt", Septembre, Octobre, Novembre, "D\u00e9cembre");
  NSNextDayDesignations = (demain);
  NSNextNextDayDesignations = ("apr\u00e8s demain");
  NSPriorDayDesignations = (hier);
  NSShortDateFormatString = "%d/%m/%Y"; /* 20/11/1974 */
  NSShortMonthNameArray = (Jan, Fev, Mar, Avr, Mai, Jun, Jui, Aou, Sep, Oct, Nov, Dec);
  NSShortTimeDateFormatString = "%d %b %Y %H:%M"; /* 20 Nov 1974 17:33 */
  NSShortWeekDayNameArray = (Dim, Lun, Mar, Mer, Jeu, Ven, Sam); 
  NSThisDayDesignations = ("Aujourd'hui");
  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 = (Dimanche, Lundi, Mardi, Mercredi, Jeudi, Vendredi, Samedi);
  NSYearMonthWeekDesignations = ("ann\u00e9e", mois, semaine);
}