Warning, /education/kanagram/src/kanagram.kcfg is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" 0003 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 0004 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 0005 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > 0006 <kcfgfile name="kanagramrc"/> 0007 <group name="kanagram"> 0008 <entry name="currentVocabulary" type="Int"> 0009 <label>This setting stores the currently selected Vocabulary.</label> 0010 <default>-1</default> 0011 </entry> 0012 <entry name="singlePlayerMode" type="Bool"> 0013 <label>This setting allows you to decide one-player or two-player mode</label> 0014 <default>true</default> 0015 </entry> 0016 <entry name="hintHideTime" type="String"> 0017 <label>This setting allows you to set in seconds how long Kanagram's hint bubble is shown.</label> 0018 <default>1</default> 0019 </entry> 0020 <entry name="resolveTime" type="String"> 0021 <label>This setting allows you to set in seconds how much time is available for resolving the anagram.</label> 0022 <default>0</default> 0023 </entry> 0024 0025 <entry name="scoreTime" type="String"> 0026 <label>This setting allows you to set in seconds the time interval of the score timer.</label> 0027 <default>2</default> 0028 </entry> 0029 <entry name="correctAnswerScore" type="String"> 0030 <label>This setting allows you to set the score associated with a correct answer.</label> 0031 <default>0</default> 0032 </entry> 0033 <entry name="incorrectAnswerScore" type="String"> 0034 <label>This setting allows you to set the score associated with an incorrect answer.</label> 0035 <default>0</default> 0036 </entry> 0037 <entry name="revealAnswerScore" type="String"> 0038 <label>This setting allows you to set the score associated with reveal answer.</label> 0039 <default>0</default> 0040 </entry> 0041 <entry name="skippedWordScore" type="String"> 0042 <label>This setting allows you to set the score associated with a skipped word.</label> 0043 <default>0</default> 0044 </entry> 0045 <entry name="useSounds" type="Bool"> 0046 <label>Turns sounds on/off.</label> 0047 <default>true</default> 0048 </entry> 0049 <entry name="uppercaseOnly" type="Bool"> 0050 <label>Use uppercase.</label> 0051 <default>false</default> 0052 </entry> 0053 <entry name="enablePronunciation" type="Bool"> 0054 <label>Turns pronunciations on/off.</label> 0055 <default>true</default> 0056 </entry> 0057 <entry name="dataLanguage" type="String"> 0058 <label>Set the default translation</label> 0059 <default></default> 0060 </entry> 0061 </group> 0062 </kcfg>