~ubuntu-branches/ubuntu/quantal/kiten/quantal-proposed

« back to all changes in this revision

Viewing changes to app/kiten.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2011-07-10 11:23:47 UTC
  • Revision ID: james.westby@ubuntu.com-20110710112347-ykfhtvam3kgssspo
Tags: upstream-4.6.90+repack
ImportĀ upstreamĀ versionĀ 4.6.90+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
        <include>kfontrequester.h</include>
 
7
  <kcfgfile name="kitenrc"/>
 
8
  <group name="dict_config_types">
 
9
    <entry key="dictionary_list" name="dictionary_list" type="StringList">
 
10
                <label>List of dictionary Types, used internally, do not touch</label>
 
11
                <?If you are adding a dictionary type, add it to the list and add your
 
12
                Section below... at the moment you are required to have
 
13
                <dictname>__useGlobal and <dictname>__NAMES list if you list it in this
 
14
                set... the program will crash otherwise.
 
15
                  You must also provide the __displayFields information, although you
 
16
                can provide this even if you do not allow the user to enter other
 
17
                dictionaries. If you use a custom kcfg dialog instead of the standard
 
18
                one, be sure to provide the variables that you need.
 
19
                ?>
 
20
                <default>edict,kanjidic,deinflect</default>
 
21
         </entry>
 
22
  </group>
 
23
  <group name="dicts_edict">
 
24
    <entry key="__NAMES" name="edict__NAMES" type="StringList">
 
25
      <label>Edict dictionary files</label>
 
26
    </entry>
 
27
    <entry key="__useGlobal" name="edict__useGlobal" type="Bool">
 
28
      <label>Use preinstalled edict</label>
 
29
      <default>true</default>
 
30
    </entry>
 
31
    <entry key="__displayFields" name="edict__displayFields" type="StringList">
 
32
                <label>Set of fields to display for this dictionary type</label>
 
33
                <default>Word/Kanji,Reading,Meaning</default>
 
34
    </entry>
 
35
  </group>
 
36
 
 
37
  <group name="dicts_kanjidic">
 
38
    <entry key="__NAMES" name="kanjidic__NAMES" type="StringList">
 
39
      <label>Kanjidic dictionary files</label>
 
40
    </entry>
 
41
    <entry key="__useGlobal" name="kanjidic__useGlobal" type="Bool">
 
42
      <label>Use preinstalled kanjidic</label>
 
43
      <default>true</default>
 
44
    </entry>
 
45
    <entry key="__displayFields" name="kanjidic__displayFields" type="StringList">
 
46
                <label>Set of fields to display for this dictionary type</label>
 
47
                <default>Word/Kanji,Reading,Meaning</default>
 
48
    </entry>
 
49
  </group>
 
50
 
 
51
  <group name="dicts_deinflect">
 
52
    <entry key="__NAMES" name="deinflect__NAMES" type="StringList">
 
53
      <label>Deinflect Dictionary Files</label>
 
54
    </entry>
 
55
    <entry key="__useGlobal" name="deinflect__useGlobal" type="Bool">
 
56
      <label>Use preinstalled kanjidic</label>
 
57
      <default>true</default>
 
58
    </entry>
 
59
    <entry key="__displayFields" name="deinflect__displayFields" type="StringList">
 
60
                <label>Set of fields to display for this dictionary type</label>
 
61
                <default>Deinflection</default>
 
62
    </entry>
 
63
  </group>
 
64
 
 
65
  <group name="Searching Options">
 
66
    <entry key="initialSearch" type="Bool">
 
67
      <label>Do we search for "jiten" on startup</label>
 
68
      <default>true</default>
 
69
    </entry>
 
70
    <entry key="caseSensitive" type="Bool">
 
71
      <label>Case sensitive searches</label>
 
72
      <default>false</default>
 
73
    </entry>
 
74
  </group>
 
75
  <group name="Sorting">
 
76
          <entry key="dictionary_enable" type="String">
 
77
                <label>Enable Sorting By Dictionary</label>
 
78
                <default>true></default>
 
79
          </entry>
 
80
          <entry key="dictionary_sortlist" type="StringList">
 
81
                  <label>What order do we sort the dictionaries in?</label>
 
82
                  <default>kanjidic,edict,deinflect</default>
 
83
          </entry>
 
84
          <entry key="field_sortlist" type="StringList">
 
85
                  <label>What order do we sort the fields in?</label>
 
86
                  <default>common</default>
 
87
          </entry>
 
88
  </group>
 
89
  <group name="Font">
 
90
    <entry key="font" type="Font"></entry>
 
91
         <entry key="textSameSize" type="Bool">
 
92
      <default>false</default>
 
93
         </entry>
 
94
         <entry key="textKanjiBig" type="Bool">
 
95
      <default>false</default>
 
96
         </entry>
 
97
         <entry key="textMainWordBig" type="Bool">
 
98
      <default>true</default>
 
99
         </entry>
 
100
  </group>
 
101
  <group name="Learn">
 
102
  </group>
 
103
  <group name="app">
 
104
          <entry key="common_only" type="Bool">
 
105
                <label>Limit search results to "common" entries only?</label>
 
106
      <default>false</default>
 
107
        </entry>
 
108
        <entry key="search_precision" type="Int">
 
109
                <label>The user's last type of search, 0=Exact, 1=Match Start, 2=Match Anywhere</label>
 
110
                <default>2</default>
 
111
        </entry>
 
112
        <entry key="search_limit_to_wordtype" type="Int">
 
113
                <label>Limit the user's word-type choices? 0:Any, Verb, Noun, Adjective, Adverb</label>
 
114
                <default>0</default>
 
115
        </entry>
 
116
         <entry key="autosearch" type="Bool">
 
117
                 <label>Automatically search for clipboard entries?</label>
 
118
      <default>false</default>
 
119
    </entry>
 
120
         <entry key="deinf" type="Bool">
 
121
                 <label>Enable the Deinflection checker?</label>
 
122
      <default>true</default>
 
123
    </entry>
 
124
  </group>
 
125
</kcfg>