This file is indexed.

/usr/share/doc/arj/xlation.txt is in arj 3.10.22-11.

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
37
38
39
40
41
42
$Id: xlation.txt,v 1.1.1.1 2002/03/28 00:03:37 andrew_belov Exp $ 

ARJ TRANSLATION GUIDELINES 

        "\n", "\r" and all   other symbols prefixed with   "\\" indicate
        special characters and should be retained.

        The  list  of  files that  should   be  attended by  translators
        follows:

      * ARJDATA.C

        General locale information, date formats, etc. 

      * PACKAGER.C 

        Contains message  resources used when creating  distribution SFX
        archives.  The  items  to be translated can  be  located by "#if
        LOCALE=" pattern..

      * RESOURCE\H*.TXT

        These files  are  displayed when  a help  switch is invoked. The
        only rule is to stay within 80 columns.

      * RESOURCE\RESOURCE.TXT 

        One-line    ARJ messages  are held   here.   The format may seem
        complicated but the common rule is  that English text goes first
        in the quotes.  A "{*}" marker instead  of language list  ("{en,
        fr, ...}")  means   that the message  is language-independent so
        there's no need to translate it.

        Important note: where "%s", "%d" and  "%lu" markers are met, the
        translated text  must  have them placed in   same  order as  the
        original (e.g., if a message  says "....%u bytes in %u files..."
        it may NOT be rewritten as "...%u files consume %u bytes...").

      * RESOURCE\en\*.TXT 
      * RESOURCE\en\FILE_ID.DIZ 

        These are end-user README, help and description files.