]> git.0d.be Git - empathy.git/blob - data/empathy.schemas.in
Bump version to 0.21.6, this time we really got 0.21.5.x right!
[empathy.git] / data / empathy.schemas.in
1 <gconfschemafile>
2   <schemalist>
3
4     <schema>
5       <key>/schemas/apps/empathy/ui/show_offline</key>
6       <applyto>/apps/empathy/ui/show_offline</applyto>
7       <owner>empathy</owner>
8       <type>bool</type>
9       <default>false</default>
10       <locale name="C">
11         <short>Show offline contacts</short>
12         <long>
13         Whether or not to show contacts that are offline in the contact list.
14         </long>
15       </locale>
16     </schema>
17
18     <schema>
19       <key>/schemas/apps/empathy/contacts/sort_criterium</key>
20       <applyto>/apps/empathy/contacts/sort_criterium</applyto>
21       <owner>empathy</owner>
22       <type>string</type>
23       <default>name</default>
24       <locale name="C">
25         <short>Contact list sort criterium</short>
26         <long>
27         Which criterium to use when sorting the contact list.
28         Default is to use sort by the contact's name with the value
29         "name". A value of "state" will sort the contact list by state.
30         </long>
31       </locale>
32     </schema>
33
34     <schema>
35       <key>/schemas/apps/empathy/ui/show_avatars</key>
36       <applyto>/apps/empathy/ui/show_avatars</applyto>
37       <owner>empathy</owner>
38       <type>bool</type>
39       <default>true</default>
40       <locale name="C">
41         <short>Show avatars</short>
42         <long>
43         Whether or not to show avatars for contacts in the contact
44         list and chat windows.
45         </long>
46       </locale>
47     </schema>
48
49     <schema>
50       <key>/schemas/apps/empathy/ui/compact_contact_list</key>
51       <applyto>/apps/empathy/ui/compact_contact_list</applyto>
52       <owner>empathy</owner>
53       <type>bool</type>
54       <default>false</default>
55       <locale name="C">
56         <short>Compact contact list</short>
57         <long>
58         Whether to show the contact list in compact mode or not. 
59         </long>
60       </locale>
61     </schema>
62
63     <schema>
64        <key>/schemas/apps/empathy/ui/main_window_hidden</key>
65        <applyto>/apps/empathy/ui/main_window_hidden</applyto>
66        <owner>empathy</owner>
67        <type>bool</type>
68        <default>true</default>
69        <locale name="C">
70           <short>Hide main window</short>
71           <long>
72             Hide the main window.
73           </long>
74        </locale>
75     </schema>
76
77     <schema>
78        <key>/schemas/apps/empathy/ui/avatar_directory</key>
79        <applyto>/apps/empathy/ui/avatar_directory</applyto>
80        <owner>empathy</owner>
81        <type>string</type>
82        <default></default>
83        <locale name="C">
84           <short>Default directory to select an avatar image from</short>
85           <long>
86             The last directory that an avatar image was chosen from.
87           </long>
88        </locale>
89     </schema>
90
91     <schema>
92       <key>/schemas/apps/empathy/notifications/play_sounds</key>
93       <applyto>/apps/empathy/notifications/play_sounds</applyto>
94       <owner>empathy</owner>
95       <type>bool</type>
96       <default>true</default>
97       <locale name="C">
98          <short>Use notification sounds</short>
99          <long>
100          Whether or not to play a sound when messages arrive.
101          </long>
102       </locale>
103     </schema>
104
105     <schema>
106       <key>/schemas/apps/empathy/notifications/sound_when_away</key>
107       <applyto>/apps/empathy/notifications/sound_when_away</applyto>
108       <owner>empathy</owner>
109       <type>bool</type>
110       <default>false</default>
111       <locale name="C">
112          <short>Enable sound when away</short>
113          <long>
114          Whether or not to play sounds when away.
115          </long>
116       </locale>
117     </schema>
118
119     <schema>
120       <key>/schemas/apps/empathy/notifications/sound_when_busy</key>
121       <applyto>/apps/empathy/notifications/sound_when_busy</applyto>
122       <owner>empathy</owner>
123       <type>bool</type>
124       <default>true</default>
125       <locale name="C">
126          <short>Enable sound when busy</short>
127          <long>
128          Whether or not to play sounds when busy.
129          </long>
130       </locale>
131     </schema>
132
133     <schema>
134       <key>/schemas/apps/empathy/notifications/popup_when_contact_available</key>
135       <applyto>/apps/empathy/notifications/popup_when_contact_available</applyto>
136       <owner>empathy</owner>
137       <type>bool</type>
138       <default>true</default>
139       <locale name="C">
140          <short>Enable popup when contact is available</short>
141          <long>
142          Whether or not to show a popup when a contact becomes available.
143          </long>
144       </locale>
145     </schema>
146
147     <schema>
148        <key>/schemas/apps/empathy/ui/separate_chat_windows</key>
149        <applyto>/apps/empathy/ui/separate_chat_windows</applyto>
150        <owner>empathy</owner>
151        <type>bool</type>
152        <default>false</default>
153        <locale name="C">
154           <short>Open new chats in separate windows</short>
155           <long>
156             Always open a separate chat window for new chats.
157           </long>
158        </locale>
159     </schema>
160
161     <schema>
162       <key>/schemas/apps/empathy/conversation/graphical_smileys</key>
163       <applyto>/apps/empathy/conversation/graphical_smileys</applyto>
164       <owner>empathy</owner>
165       <type>bool</type>
166       <default>true</default>
167       <locale name="C">
168          <short>Use graphical smileys</short>
169          <long>
170          Whether or not to convert smileys into graphical images in
171          conversations.
172          </long>
173       </locale>
174     </schema>
175
176     <schema>
177       <key>/schemas/apps/empathy/conversation/theme</key>
178       <applyto>/apps/empathy/conversation/theme</applyto>
179       <owner>empathy</owner>
180       <type>string</type>
181       <default>classic</default>
182       <locale name="C">
183          <short>Chat window theme</short>
184          <long>
185            The theme that is used to display the conversation in chat windows.
186          </long>
187       </locale>
188     </schema>
189
190     <schema>
191       <key>/schemas/apps/empathy/conversation/theme_chat_room</key>
192       <applyto>/apps/empathy/conversation/theme_chat_room</applyto>
193       <owner>empathy</owner>
194       <type>bool</type>
195       <default>true</default>
196       <locale name="C">
197          <short>Use theme for chat rooms</short>
198          <long>
199            Whether to use the theme for chat rooms or not.
200          </long>
201       </locale>
202     </schema>
203
204     <schema>
205       <key>/schemas/apps/empathy/conversation/spell_checker_languages</key>
206       <applyto>/apps/empathy/conversation/spell_checker_languages</applyto>
207       <owner>empathy</owner>
208       <type>string</type>
209       <default>en</default>
210       <locale name="C">
211         <short>Spell checking languages</short>
212         <long>
213           Comma separated list of spell checker languages to use (e.g. en, fr, nl).
214         </long>
215       </locale>
216     </schema>
217
218     <schema>
219       <key>/schemas/apps/empathy/conversation/spell_checker_enabled</key>
220       <applyto>/apps/empathy/conversation/spell_checker_enabled</applyto>
221       <owner>empathy</owner>
222       <type>bool</type>
223       <default>true</default>
224       <locale name="C">
225         <short>Enable spell checker</short>
226         <long>
227         Whether or not to check words typed against the languages you
228       want to check with.
229         </long>
230       </locale>
231     </schema>
232
233     <schema>
234       <key>/schemas/apps/empathy/conversation/nick_completion_char</key>
235       <applyto>/apps/empathy/conversation/nick_completion_char</applyto>
236       <owner>empathy</owner>
237       <type>string</type>
238       <default>:</default>
239       <locale name="C">
240         <short>Nick completed character</short>
241         <long>
242         Character to add after nickname when using nick completion (tab)
243         in group chat.
244         </long>
245         
246       </locale>
247     </schema>
248
249     <schema>
250       <key>/schemas/apps/empathy/hints/close_main_window</key>
251       <applyto>/apps/empathy/hints/close_main_window</applyto>
252       <owner>empathy</owner>
253       <type>bool</type>
254       <default>true</default>
255       <locale name="C">
256         <short>Show hint about closing the main window</short>
257         <long>
258         Whether or not to show the message dialog about closing the
259       main window with the 'x' button in the title bar.
260         </long>
261       </locale>
262     </schema>
263
264     <schema>
265       <key>/schemas/apps/empathy/accounts/salut_created</key>
266       <applyto>/apps/empathy/accounts/salut_created</applyto>
267       <owner>empathy</owner>
268       <type>bool</type>
269       <default>false</default>
270       <locale name="C">
271         <short>Checks if Salut account is created</short>
272         <long>
273         Whether or not the Salut account has been created on the first
274       empathy run.
275         </long>
276       </locale>
277     </schema>
278
279     <schema>
280       <key>/schemas/apps/empathy/use_nm</key>
281       <applyto>/apps/empathy/use_nm</applyto>
282       <owner>empathy</owner>
283       <type>bool</type>
284       <default>true</default>
285       <locale name="C">
286         <short>Checks if NetworkManager should be used</short>
287         <long>
288         Whether or not the network manager should be used to automatically
289         disconnect/reconnect.
290         </long>
291       </locale>
292     </schema>
293     
294     <schema>
295       <key>/schemas/apps/empathy/autoconnect</key>
296       <applyto>/apps/empathy/autoconnect</applyto>
297       <owner>empathy</owner>
298       <type>bool</type>
299       <default>true</default>
300       <locale name="C">
301         <short>Checks if Empathy should autoconnect on startup</short>
302         <long>
303         Whether or not Empathy should automatically login to your accounts on startup.
304         </long>
305       </locale>
306     </schema>
307
308   </schemalist>  
309 </gconfschemafile>