This file is indexed.

/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.25/Resources/Languages/Slovak 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
/* Slovak */
{
	NSLanguageName = "Slovak";
	NSFormalName = "Slovensky";
	NSLanguageCode = "SK";
	NSParentContext = "Default";

	NSCurrencySymbol = "Sk";
	NSInternationalCurrencyString = SKK; 
	NSPositiveCurrencyFormatString = "9.999,00 $";
	NSNegativeCurrencyFormatString = "-9.999,00 $";

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

	NSDateFormatString = "%A, %B %d, %Y";
	NSDateTimeOrdering = DMYH; /* resolve numbers in Day,Month,Year,Hour order */
	NSEarlierTimeDesignations = ("predch\u00e1dzaj\u00faci", "posledn\u00fd", "minul\u00fd", "sp\u00e4\u0165");
	NSHourNameDesignations = ((0, polnoc), (12, poludnie), (10, "r\u00e1no"), (14, poobede), (19, "ve\u010der"));
	NSLaterTimeDesignations = ("bud\u00faci");
	NSMonthNameArray = ("Janu\u00e1r", "Febru\u00e1r", Marec, "Apr\u00edl", "M\u00e1j", "J\u00fan", "J\u00fal", August, September, "Okt\u00f3ber", November, December);
	NSNextDayDesignations = (zajtra);
	NSNextNextDayDesignations = (pozajtra);
	NSPriorDayDesignations = ("v\u010dera");
	NSShortDateFormatString = "%d.%m.%Y"; /* "07.12.95" for example */
	NSShortMonthNameArray = (Jan, Feb, Mar, Apr, "M\u00e1j", "J\u00fan", "J\u00fal", Aug, Sep, Okt, Nov, Dec);
	NSShortTimeDateFormatString = "%d.%b.%Y %H:%M"; /* "07. Dec. 95 16:50 " for example */
	NSShortWeekDayNameArray = (Ne, Po, Ut, St, "\u0160t", Pi, So);
	NSThisDayDesignations = (dnes);
	NSThousandsSeparator = ".";
	NSTimeDateFormatString = "%a %b %d %Y %H:%M:%S %Z";
	NSTimeFormatString = "%H:%M:%S";
	NSWeekDayNameArray = ("Nede\u013ea", Pondelok, Utorok, Streda, "\u0160tvrtok", Piatok, Sobota);
	NSYearMonthWeekDesignations = (rok, mesiac, "t\u00fd\u017ede\u0148");
}