This file is indexed.

/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.25/Resources/Languages/English is in gnustep-base-common 1.25.1-2ubuntu3.

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
/* English */
{
  NSLanguageName = "English";
  NSLanguageCode = ENG;
  NSFormalName = "English";
  
  NSCurrencySymbol = "$";
  NSPositiveCurrencyFormatString = "$9,999.00";
  NSNegativeCurrencyFormatString = "$-9,999.00";
  NSInternationalCurrencyString = "USD";

  NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
  NSDecimalSeparator = ".";
  NSThousandsSeparator = ",";

  NSAMPMDesignation = (AM, PM);
  NSDateFormatString = "%A, %B %d, %Y";
  NSDateTimeOrdering = DMYH;
  NSEarlierTimeDesignations = (prior, last, past, ago);
  NSHourNameDesignations = ((0, midnight), (12, noon, lunch), (10, morning), (14, afternoon), (19, dinner));
  NSLaterTimeDesignations = (next);
  NSMonthNameArray = (January, February, March, April, May, June, July, August, September, October, November, December);
  NSNextDayDesignations = (tomorrow);
  NSNextNextDayDesignations = (nextday);
  NSPriorDayDesignations = (yesterday);
  NSShortDateFormatString = "%m/%d/%Y";
  NSShortMonthNameArray = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec);
  NSShortTimeDateFormatString = "%d %b, %Y %H:%M";
  NSShortWeekDayNameArray = (Sun, Mon, Tue, Wed, Thu, Fri, Sat); 
  NSThisDayDesignations = (today);
  NSTimeDateFormatString = "%a %b %d %H:%M:%S %z %Y";
  NSTimeFormatString = "%H:%M:%S";
  NSWeekDayNameArray = (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday);
  NSYearMonthWeekDesignations = (year, month, week);
}