This file is indexed.

/usr/share/zabbix/locale/README is in zabbix-frontend-php 1:2.4.7+dfsg-2ubuntu2.

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
This directory holds Zabbix translations and helper scripts to work with them.

If you have checked out this copy of frontend from svn and want to access
 translations, run make_mo.sh .

Working msgfmt and find are required. This script will generate mo files for all
 translations.

If you want to update po files with new strings in the sourcefile, run
 update_po.sh . It will gather translatable strings from all files that end with
 ".php"

If you want to start translating in a new language, run add_new_language.sh and
 pass language code as the only argument, for example:

  $ ./add_new_language.sh et

For this script language template is needed. Running update_po.sh will generate
 one as frontend.pot (which add_new_language.sh requires).