1<?xml version="1.0" encoding="UTF-8"?>
2<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6<kcfgfile name="kanagramrc"/>
7<group name="kanagram">
8<entry name="currentVocabulary" type="Int">
9    <label>This setting stores the currently selected Vocabulary.</label>
10    <default>-1</default>
11</entry>
12<entry name="singlePlayerMode" type="Bool">
13    <label>This setting allows you to decide one-player or two-player mode</label>
14    <default>true</default>
15</entry>
16<entry name="hintHideTime" type="String">
17        <label>This setting allows you to set in seconds how long Kanagram's hint bubble is shown.</label>
18        <default>1</default>
19</entry>
20<entry name="resolveTime" type="String">
21    <label>This setting allows you to set in seconds how much time is available for resolving the anagram.</label>
22    <default>0</default>
23</entry>
24
25<entry name="scoreTime" type="String">
26    <label>This setting allows you to set in seconds the time interval of the score timer.</label>
27    <default>2</default>
28</entry>
29<entry name="correctAnswerScore" type="String">
30    <label>This setting allows you to set the score associated with a correct answer.</label>
31    <default>0</default>
32</entry>
33<entry name="incorrectAnswerScore" type="String">
34    <label>This setting allows you to set the score associated with an incorrect answer.</label>
35    <default>0</default>
36</entry>
37<entry name="revealAnswerScore" type="String">
38    <label>This setting allows you to set the score associated with reveal answer.</label>
39    <default>0</default>
40</entry>
41<entry name="skippedWordScore" type="String">
42    <label>This setting allows you to set the score associated with a skipped word.</label>
43    <default>0</default>
44</entry>
45<entry name="useSounds" type="Bool">
46        <label>Turns sounds on/off.</label>
47        <default>true</default>
48</entry>
49<entry name="uppercaseOnly" type="Bool">
50        <label>Use uppercase.</label>
51        <default>false</default>
52</entry>
53<entry name="enablePronunciation" type="Bool">
54        <label>Turns pronunciations on/off.</label>
55        <default>true</default>
56</entry>
57<entry name="dataLanguage" type="String">
58        <label>Set the default translation</label>
59        <default></default>
60</entry>
61</group>
62</kcfg>
63