This file is indexed.

/usr/share/javascript/libjs-jquery-colorpicker/i18n/jquery.ui.colorpicker-el.js is in libjs-jquery-colorpicker 1.2.16-1.

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
;
jQuery(function ($) {
	$.colorpicker.regional['el'] = {
		"alphaA": "A",
		"button": "Χρώμα",
		"cancel": "Άκυρο",
		"cmykC": "C",
		"cmykK": "K",
		"cmykM": "M",
		"cmykY": "Y",
		"hslH": "H",
		"hslL": "L",
		"hslS": "S",
		"hsvH": "H",
		"hsvS": "S",
		"hsvV": "V",
		"labA": "a",
		"labB": "b",
		"labL": "L",
		"none": "Κανένα",
		"ok": "Επιβεβαίωση",
		"rgbB": "B",
		"rgbG": "G",
		"rgbR": "Κ",
		"title": "Επιλέξτε χρώμα",
		"transparent": "Διαφάνεια"
	};
});