]> git.0d.be Git - empathy.git/blob - data/empathy.schemas.in
Add empathy to debug dialog CM chooser.
[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>false</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/sounds/sounds_enabled</key>
93       <applyto>/apps/empathy/sounds/sounds_enabled</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 to notify for events.
101          </long>
102       </locale>
103     </schema>
104
105     <schema>
106       <key>/schemas/apps/empathy/sounds/sounds_disabled_away</key>
107       <applyto>/apps/empathy/sounds/sounds_disabled_away</applyto>
108       <owner>empathy</owner>
109       <type>bool</type>
110       <default>true</default>
111       <locale name="C">
112          <short>Disable sounds when away</short>
113          <long>
114          Whether or not to play sound notifications when away or busy.
115          </long>
116       </locale>
117     </schema>
118
119     <schema>
120       <key>/schemas/apps/empathy/sounds/sounds_incoming_message</key>
121       <applyto>/apps/empathy/sounds/sounds_incoming_message</applyto>
122       <owner>empathy</owner>
123       <type>bool</type>
124       <default>true</default>
125       <locale name="C">
126          <short>Play a sound for incoming messages</short>
127          <long>
128          Whether or not to play a sound to notify for incoming messages.
129          </long>
130       </locale>
131     </schema>
132
133     <schema>
134       <key>/schemas/apps/empathy/sounds/sounds_outgoing_message</key>
135       <applyto>/apps/empathy/sounds/sounds_outgoing_message</applyto>
136       <owner>empathy</owner>
137       <type>bool</type>
138       <default>false</default>
139       <locale name="C">
140          <short>Play a sound for outgoing messages</short>
141          <long>
142          Whether or not to play a sound to notify for outgoing messages.
143          </long>
144       </locale>
145     </schema>
146
147     <schema>
148       <key>/schemas/apps/empathy/sounds/sounds_new_conversation</key>
149       <applyto>/apps/empathy/sounds/sounds_new_conversation</applyto>
150       <owner>empathy</owner>
151       <type>bool</type>
152       <default>true</default>
153       <locale name="C">
154          <short>Play a sound for new conversations</short>
155          <long>
156          Whether or not to play a sound to notify for new conversations.
157          </long>
158       </locale>
159     </schema>
160
161     <schema>
162       <key>/schemas/apps/empathy/sounds/sounds_contact_login</key>
163       <applyto>/apps/empathy/sounds/sounds_contact_login</applyto>
164       <owner>empathy</owner>
165       <type>bool</type>
166       <default>true</default>
167       <locale name="C">
168          <short>Play a sound when a contact logs in</short>
169          <long>
170          Whether or not to play a sound to notify for contacts logging in the
171          network.
172          </long>
173       </locale>
174     </schema>
175     
176     <schema>
177       <key>/schemas/apps/empathy/sounds/sounds_contact_logout</key>
178       <applyto>/apps/empathy/sounds/sounds_contact_logout</applyto>
179       <owner>empathy</owner>
180       <type>bool</type>
181       <default>true</default>
182       <locale name="C">
183          <short>Play a sound when a contact logs out</short>
184          <long>
185          Whether or not to play a sound to notify for contacts logging off the
186          network.
187          </long>
188       </locale>
189     </schema>
190
191     <schema>
192       <key>/schemas/apps/empathy/sounds/sounds_service_login</key>
193       <applyto>/apps/empathy/sounds/sounds_service_login</applyto>
194       <owner>empathy</owner>
195       <type>bool</type>
196       <default>false</default>
197       <locale name="C">
198          <short>Play a sound when we log in</short>
199          <long>
200          Whether or not to play a sound when logging in a network.
201          </long>
202       </locale>
203     </schema>
204     
205     <schema>
206       <key>/schemas/apps/empathy/sounds/sounds_service_logout</key>
207       <applyto>/apps/empathy/sounds/sounds_service_logout</applyto>
208       <owner>empathy</owner>
209       <type>bool</type>
210       <default>false</default>
211       <locale name="C">
212          <short>Play a sound when we log out</short>
213          <long>
214          Whether or not to play a sound when logging off a network.
215          </long>
216       </locale>
217     </schema>
218
219     <schema>
220       <key>/schemas/apps/empathy/notifications/notifications_enabled</key>
221       <applyto>/apps/empathy/notifications/notifications_enabled</applyto>
222       <owner>empathy</owner>
223       <type>bool</type>
224       <default>true</default>
225       <locale name="C">
226          <short>Enable popup notifications for new messages</short>
227          <long>
228          Whether or not to show a popup notification when receiving a new
229          message.
230          </long>
231       </locale>
232     </schema>
233
234     <schema>
235       <key>/schemas/apps/empathy/notifications/notifications_disabled_away</key>
236       <applyto>/apps/empathy/notifications/notifications_disabled_away</applyto>
237       <owner>empathy</owner>
238       <type>bool</type>
239       <default>true</default>
240       <locale name="C">
241          <short>Disable popup notifications when away</short>
242          <long>
243          Whether or not to show popup notifications when away or busy.
244          </long>
245       </locale>
246     </schema>
247
248     <schema>
249       <key>/schemas/apps/empathy/notifications/notifications_focus</key>
250       <applyto>/apps/empathy/notifications/notifications_focus</applyto>
251       <owner>empathy</owner>
252       <type>bool</type>
253       <default>false</default>
254       <locale name="C">
255          <short>Popup notifications if the chat isn't focused</short>
256          <long>
257          Whether or not to show a popup notification when receiving a new
258          message even if the chat is already opened, but not focused.
259          </long>
260       </locale>
261     </schema>
262
263     <schema>
264        <key>/schemas/apps/empathy/ui/separate_chat_windows</key>
265        <applyto>/apps/empathy/ui/separate_chat_windows</applyto>
266        <owner>empathy</owner>
267        <type>bool</type>
268        <default>false</default>
269        <locale name="C">
270           <short>Open new chats in separate windows</short>
271           <long>
272             Always open a separate chat window for new chats.
273           </long>
274        </locale>
275     </schema>
276
277     <schema>
278       <key>/schemas/apps/empathy/conversation/graphical_smileys</key>
279       <applyto>/apps/empathy/conversation/graphical_smileys</applyto>
280       <owner>empathy</owner>
281       <type>bool</type>
282       <default>true</default>
283       <locale name="C">
284          <short>Use graphical smileys</short>
285          <long>
286          Whether or not to convert smileys into graphical images in
287          conversations.
288          </long>
289       </locale>
290     </schema>
291
292     <schema>
293       <key>/schemas/apps/empathy/conversation/theme</key>
294       <applyto>/apps/empathy/conversation/theme</applyto>
295       <owner>empathy</owner>
296       <type>string</type>
297       <default>classic</default>
298       <locale name="C">
299          <short>Chat window theme</short>
300          <long>
301            The theme that is used to display the conversation in chat windows.
302          </long>
303       </locale>
304     </schema>
305
306     <schema>
307       <key>/schemas/apps/empathy/conversation/adium_path</key>
308       <applyto>/apps/empathy/conversation/adium_path</applyto>
309       <owner>empathy</owner>
310       <type>string</type>
311       <default></default>
312       <locale name="C">
313          <short>Path of the adium theme to use</short>
314          <long>
315            Path of the adium theme to use if the theme used for chat is adium.
316          </long>
317       </locale>
318     </schema>
319
320     <schema>
321       <key>/schemas/apps/empathy/conversation/theme_chat_room</key>
322       <applyto>/apps/empathy/conversation/theme_chat_room</applyto>
323       <owner>empathy</owner>
324       <type>bool</type>
325       <default>true</default>
326       <locale name="C">
327          <short>Use theme for chat rooms</short>
328          <long>
329            Whether to use the theme for chat rooms or not.
330          </long>
331       </locale>
332     </schema>
333
334     <schema>
335       <key>/schemas/apps/empathy/conversation/spell_checker_languages</key>
336       <applyto>/apps/empathy/conversation/spell_checker_languages</applyto>
337       <owner>empathy</owner>
338       <type>string</type>
339       <default>en</default>
340       <locale name="C">
341         <short>Spell checking languages</short>
342         <long>
343           Comma separated list of spell checker languages to use (e.g. en, fr, nl).
344         </long>
345       </locale>
346     </schema>
347
348     <schema>
349       <key>/schemas/apps/empathy/conversation/spell_checker_enabled</key>
350       <applyto>/apps/empathy/conversation/spell_checker_enabled</applyto>
351       <owner>empathy</owner>
352       <type>bool</type>
353       <default>true</default>
354       <locale name="C">
355         <short>Enable spell checker</short>
356         <long>
357         Whether or not to check words typed against the languages you
358       want to check with.
359         </long>
360       </locale>
361     </schema>
362
363     <schema>
364       <key>/schemas/apps/empathy/conversation/nick_completion_char</key>
365       <applyto>/apps/empathy/conversation/nick_completion_char</applyto>
366       <owner>empathy</owner>
367       <type>string</type>
368       <default>:</default>
369       <locale name="C">
370         <short>Nick completed character</short>
371         <long>
372         Character to add after nickname when using nick completion (tab)
373         in group chat.
374         </long>
375         
376       </locale>
377     </schema>
378
379     <schema>
380       <key>/schemas/apps/empathy/conversation/avatar_in_icon</key>
381       <applyto>/apps/empathy/conversation/avatar_in_icon</applyto>
382       <owner>empathy</owner>
383       <type>bool</type>
384       <default>false</default>
385       <locale name="C">
386         <short>Empathy should use the avatar of the contact as the chat window icon</short>
387         <long>
388         Whether or not Empathy should use the avatar of the contact as the chat window icon.
389         </long>
390       </locale>
391     </schema>
392
393     <schema>
394       <key>/schemas/apps/empathy/hints/close_main_window</key>
395       <applyto>/apps/empathy/hints/close_main_window</applyto>
396       <owner>empathy</owner>
397       <type>bool</type>
398       <default>true</default>
399       <locale name="C">
400         <short>Show hint about closing the main window</short>
401         <long>
402         Whether or not to show the message dialog about closing the
403       main window with the 'x' button in the title bar.
404         </long>
405       </locale>
406     </schema>
407
408     <schema>
409       <key>/schemas/apps/empathy/accounts/salut_created</key>
410       <applyto>/apps/empathy/accounts/salut_created</applyto>
411       <owner>empathy</owner>
412       <type>bool</type>
413       <default>false</default>
414       <locale name="C">
415         <short>Salut account is created</short>
416         <long>
417         Whether or not the Salut account has been created on the first
418       Empathy run.
419         </long>
420       </locale>
421     </schema>
422
423     <schema>
424       <key>/schemas/apps/empathy/use_nm</key>
425       <applyto>/apps/empathy/use_nm</applyto>
426       <owner>empathy</owner>
427       <type>bool</type>
428       <default>true</default>
429       <locale name="C">
430         <short>NetworkManager should be used</short>
431         <long>
432         Whether or not the network manager should be used to automatically
433         disconnect/reconnect.
434         </long>
435       </locale>
436     </schema>
437     
438     <schema>
439       <key>/schemas/apps/empathy/autoconnect</key>
440       <applyto>/apps/empathy/autoconnect</applyto>
441       <owner>empathy</owner>
442       <type>bool</type>
443       <default>true</default>
444       <locale name="C">
445         <short>Empathy should auto-connect on startup</short>
446         <long>
447         Whether or not Empathy should automatically log in to your accounts on startup.
448         </long>
449       </locale>
450     </schema>
451
452     <schema>
453       <key>/schemas/apps/empathy/import_asked</key>
454       <applyto>/apps/empathy/import_asked</applyto>
455       <owner>empathy</owner>
456       <type>bool</type>
457       <default>false</default>
458       <locale name="C">
459         <short>Empathy has asked about importing accounts</short>
460         <long>
461         Whether or not Empathy has asked about importing accounts from other programs.
462         </long>
463       </locale>
464     </schema>
465
466     <schema>
467       <key>/schemas/apps/empathy/file_transfer/default_folder</key>
468       <applyto>/apps/empathy/file_transfer_default_folder</applyto>
469       <owner>empathy</owner>
470       <type>string</type>
471       <default></default>
472       <locale name="C">
473         <short>Empathy default download folder</short>
474         <long>
475         The default folder to save file transfers in.
476         </long>
477       </locale>
478     </schema>
479
480     <schema>
481       <key>/schemas/apps/empathy/location/publish</key>
482       <applyto>/apps/empathy/location/publish</applyto>
483       <owner>empathy</owner>
484       <type>bool</type>
485       <default>false</default>
486       <locale name="C">
487         <short>Empathy can publish the user's location</short>
488         <long>
489         Whether or not Empathy can publish the user's location to his contacts.
490         </long>
491       </locale>
492     </schema>
493
494     <schema>
495       <key>/schemas/apps/empathy/location/resource_network</key>
496       <applyto>/apps/empathy/location/resource_network</applyto>
497       <owner>empathy</owner>
498       <type>bool</type>
499       <default>true</default>
500       <locale name="C">
501         <short>Empathy can use the network to guess the location</short>
502         <long>
503         Whether or not Empathy can use the network to guess the location.
504         </long>
505       </locale>
506     </schema>
507
508     <schema>
509       <key>/schemas/apps/empathy/location/resource_cell</key>
510       <applyto>/apps/empathy/location/resource_cell</applyto>
511       <owner>empathy</owner>
512       <type>bool</type>
513       <default>true</default>
514       <locale name="C">
515         <short>Empathy can use the cellular network to guess the location</short>
516         <long>
517         Whether or not Empathy can use the cellular network to guess the location.
518         </long>
519       </locale>
520     </schema>
521
522     <schema>
523       <key>/schemas/apps/empathy/location/resource_gps</key>
524       <applyto>/apps/empathy/location/resource_gps</applyto>
525       <owner>empathy</owner>
526       <type>bool</type>
527       <default>false</default>
528       <locale name="C">
529         <short>Empathy can use the GPS to guess the location</short>
530         <long>
531         Whether or not Empathy can use the GPS to guess the location.
532         </long>
533       </locale>
534     </schema>
535
536     <schema>
537       <key>/schemas/apps/empathy/location/reduce_accuracy</key>
538       <applyto>/apps/empathy/location/reduce_accuracy</applyto>
539       <owner>empathy</owner>
540       <type>bool</type>
541       <default>false</default>
542       <locale name="C">
543         <short>Empathy should reduce the location's accuracy</short>
544         <long>
545         Whether or not Empathy should reduce the location's accuracy for privacy reasons.
546         </long>
547       </locale>
548     </schema>
549
550   </schemalist>  
551 </gconfschemafile>