This file is indexed.

/usr/share/kde4/config.kcfg/translatorconfig.kcfg is in kopete 4:4.14.1-2.

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
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
    <kcfgfile name="kopeterc"/>

    <group name="Translator plugin">
        <entry name="DefaultLanguage" type="String">
            <label>Default native language</label>
            <default>null</default>
        </entry>

        <entry name="Service" type="String">
            <label>Translation service</label>
            <default>google</default>
        </entry>

        <entry name="IncomingDontTranslate" type="Bool">
            <label>Do not translate incoming messages</label>
            <default>true</default>
        </entry>

        <entry name="IncomingShowOriginal" type="Bool">
            <label>Show the original incoming message</label>
            <default>false</default>
        </entry>

        <entry name="IncomingTranslate" type="Bool">
            <label>Translate incoming message directly</label>
            <default>false</default>
        </entry>

        <entry name="OutgoingDontTranslate" type="Bool">
            <label>Do not translate outgoing messages</label>
            <default>true</default>
        </entry>

        <entry name="OutgoingShowOriginal" type="Bool">
            <label>Show the original outgoing message</label>
            <default>false</default>
        </entry>

        <entry name="OutgoingTranslate" type="Bool">
            <label>Translate outgoing message directly</label>
            <default>false</default>
        </entry>

        <entry name="OutgoingAsk" type="Bool">
            <label>Show dialog before sending message</label>
            <default>false</default>
        </entry>

    </group>
</kcfg>