summaryrefslogtreecommitdiff
path: root/mate-dictionary/data/mate-dictionary.schemas.in
blob: 0d204ecd4974b7e87c6ddd5779044cac767b9144 (plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<mateconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/mate-dictionary/server</key>
      <applyto>/apps/mate-dictionary/server</applyto>
      <owner>mate-dictionary</owner>
      <type>string</type>
      <default>dict.org</default>
      <locale name="C">
        <short>Dictionary server (Deprecated)</short>
        <long>The dictionary server to connect to. The default server is
        dict.org. See http://www.dict.org for details on other servers.
        This key is deprecated and no longer in use.</long>
      </locale>
    </schema>
      
    <schema>
      <key>/schemas/apps/mate-dictionary/port</key>
      <applyto>/apps/mate-dictionary/port</applyto>
      <owner>mate-dictionary</owner>
      <type>int</type>
      <default>2628</default>
      <locale name="C">
        <short>Port used to connect to server (Deprecated)</short>
        <long>The port number to connect to. The default port is 2628.
        This key is deprecated and no longer in use.</long>
      </locale>
    </schema>
      
    <schema>
      <key>/schemas/apps/mate-dictionary/smart</key>
      <applyto>/apps/mate-dictionary/smart</applyto>
      <owner>mate-dictionary</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
        <short>Use smart lookup (Deprecated)</short>
        <long>Specify whether to use smart lookup. This key is dependant
        on whether the dictionary server supports this option. The default
        is TRUE.  This key is deprecated and no longer in use.</long>
      </locale>
    </schema>
      
    <schema>
      <key>/schemas/apps/mate-dictionary/database</key>
      <applyto>/apps/mate-dictionary/database</applyto>
      <owner>mate-dictionary</owner>
      <type>string</type>
      <default>!</default>
      <locale name="C">
        <short>The default database to use</short>
        <long>The name of the default individual database or meta-database to
        use on a dictionary source. An exclamation mark ("!") means that all
        the databases present in a dictionary source should be searched</long>
      </locale>
    </schema>
      
    <schema>
      <key>/schemas/apps/mate-dictionary/strategy</key>
      <applyto>/apps/mate-dictionary/strategy</applyto>
      <owner>mate-dictionary</owner>
      <type>string</type>
      <default>exact</default>
      <locale name="C">
        <short>The default search strategy to use</short>
        <long>The name of the default search strategy to use on a dictionary
        source, if available. The default strategy is 'exact', that is match
        exact words.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/mate-dictionary/print-font</key>
      <applyto>/apps/mate-dictionary/print-font</applyto>
      <owner>mate-dictionary</owner>
      <type>string</type>
      <default>Serif 12</default>
      <locale name="C">
        <short>The font to be used when printing</short>
        <long>The font to be used when printing a definition.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-dictionary/source-name</key>
      <applyto>/apps/mate-dictionary/source-name</applyto>
      <owner>mate-dictionary</owner>
      <type>string</type>
      <default>Default</default>
      <locale name="C">
        <short>The name of the dictionary source used</short>
	<long>The name of the dictionary source used to retrieve the
	definitions of words.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-dictionary/default-window-width</key>
      <applyto>/apps/mate-dictionary/default-window-width</applyto>
      <owner>mate-dictionary</owner>
      <type>int</type>
      <default>-1</default>
      <locale name="C">
        <short>The default width of the application window</short>
	<long>This key defines the window width and it's used to remember
	the size of the dictionary window across sessions.  Setting it
	to -1 will make the dictionary window use a width based on the
	font size.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-dictionary/default-window-height</key>
      <applyto>/apps/mate-dictionary/default-window-height</applyto>
      <owner>mate-dictionary</owner>
      <type>int</type>
      <default>-1</default>
      <locale name="C">
        <short>The default height of the application window</short>
	<long>This key defines the window height and it's used to remember
	the size of the dictionary window across sessions.  Setting it
	to -1 will make the dictionary window use a height based on the
	font size.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-dictionary/window-is-maximized</key>
      <applyto>/apps/mate-dictionary/window-is-maximized</applyto>
      <owner>mate-dictionary</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>Whether the application window should be maximized</short>
        <long>This key defines whether the window should be maximized and it's
	used to remember the state of the dictionary window across sessions.
	Setting it to TRUE will make the window always appear as
	maximized.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-dictionary/sidebar-visible</key>
      <applyto>/apps/mate-dictionary/sidebar-visible</applyto>
      <owner>mate-dictionary</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>Whether the sidebar should be visible</short>
	<long>This key defines whether the sidebar should be visible
	and it's used to remember the state of the sidebar across
	sessions.  Setting it to TRUE will make the sidebar always
	be displayed.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-dictionary/statusbar-visible</key>
      <applyto>/apps/mate-dictionary/statusbar-visible</applyto>
      <owner>mate-dictionary</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>Whether the statusbar should be visible</short>
	<long>This key defines whether the statusbar should be visible
	and it's used to remember the state of the statusbar across
	sessions.  Setting it to TRUE will make the statusbar always
	be displayed.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-dictionary/sidebar-page</key>
      <applyto>/apps/mate-dictionary/sidebar-page</applyto>
      <owner>mate-dictionary</owner>
      <type>string</type>
      <default>speller</default>
      <locale name="C">
        <short>The page of the sidebar to show</short>
	<long>This key defines which page of the sidebar should be
	displayed and it's used to remember the setting across
	sessions..  It can be "speller" or "databases".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-dictionary/sidebar-width</key>
      <applyto>/apps/mate-dictionary/sidebar-width</applyto>
      <owner>mate-dictionary</owner>
      <type>int</type>
      <default>-1</default>
      <locale name="C">
        <short>The width of the sidebar</short>
	<long>This key defines the width of the sidebar and it's
	used to remember the setting across sessions.</long>
      </locale>
    </schema>
    
  </schemalist>
  
</mateconfschemafile>