]> git.0d.be Git - empathy.git/blob - data/empathy.schemas.in
Merge branch 'debugger'
[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/notifications/notifications_contact_signin</key>
265       <applyto>/apps/empathy/notifications/notifications_contact_signin</applyto>
266       <owner>empathy</owner>
267       <type>bool</type>
268       <default>false</default>
269       <locale name="C">
270          <short>Popup notifications when a contact sign in</short>
271          <long>
272          Whether or not to show a popup notification when a contact goes
273          online.
274          </long>
275       </locale>
276     </schema>
277
278     <schema>
279       <key>/schemas/apps/empathy/notifications/notifications_contact_signout</key>
280       <applyto>/apps/empathy/notifications/notifications_contact_signout</applyto>
281       <owner>empathy</owner>
282       <type>bool</type>
283       <default>false</default>
284       <locale name="C">
285          <short>Popup notifications when a contact sign out</short>
286          <long>
287          Whether or not to show a popup notification when a contact goes
288          offline.
289          </long>
290       </locale>
291     </schema>
292
293     <schema>
294        <key>/schemas/apps/empathy/ui/separate_chat_windows</key>
295        <applyto>/apps/empathy/ui/separate_chat_windows</applyto>
296        <owner>empathy</owner>
297        <type>bool</type>
298        <default>false</default>
299        <locale name="C">
300           <short>Open new chats in separate windows</short>
301           <long>
302             Always open a separate chat window for new chats.
303           </long>
304        </locale>
305     </schema>
306
307     <schema>
308       <key>/schemas/apps/empathy/conversation/graphical_smileys</key>
309       <applyto>/apps/empathy/conversation/graphical_smileys</applyto>
310       <owner>empathy</owner>
311       <type>bool</type>
312       <default>true</default>
313       <locale name="C">
314          <short>Use graphical smileys</short>
315          <long>
316          Whether or not to convert smileys into graphical images in
317          conversations.
318          </long>
319       </locale>
320     </schema>
321
322     <schema>
323       <key>/schemas/apps/empathy/conversation/show_contacts_in_rooms</key>
324       <applyto>/apps/empathy/conversation/show_contacts_in_rooms</applyto>
325       <owner>empathy</owner>
326       <type>bool</type>
327       <default>true</default>
328       <locale name="C">
329          <short>Show contact list in rooms</short>
330          <long>
331          Whether or not to show the contact list in chat rooms.
332          </long>
333       </locale>
334     </schema>
335
336     <schema>
337       <key>/schemas/apps/empathy/conversation/theme</key>
338       <applyto>/apps/empathy/conversation/theme</applyto>
339       <owner>empathy</owner>
340       <type>string</type>
341       <default>classic</default>
342       <locale name="C">
343          <short>Chat window theme</short>
344          <long>
345            The theme that is used to display the conversation in chat windows.
346          </long>
347       </locale>
348     </schema>
349
350     <schema>
351       <key>/schemas/apps/empathy/conversation/adium_path</key>
352       <applyto>/apps/empathy/conversation/adium_path</applyto>
353       <owner>empathy</owner>
354       <type>string</type>
355       <default></default>
356       <locale name="C">
357          <short>Path of the adium theme to use</short>
358          <long>
359            Path of the adium theme to use if the theme used for chat is adium.
360          </long>
361       </locale>
362     </schema>
363
364     <schema>
365       <key>/schemas/apps/empathy/conversation/theme_chat_room</key>
366       <applyto>/apps/empathy/conversation/theme_chat_room</applyto>
367       <owner>empathy</owner>
368       <type>bool</type>
369       <default>true</default>
370       <locale name="C">
371          <short>Use theme for chat rooms</short>
372          <long>
373            Whether to use the theme for chat rooms or not.
374          </long>
375       </locale>
376     </schema>
377
378     <schema>
379       <key>/schemas/apps/empathy/conversation/spell_checker_languages</key>
380       <applyto>/apps/empathy/conversation/spell_checker_languages</applyto>
381       <owner>empathy</owner>
382       <type>string</type>
383       <default>en</default>
384       <locale name="C">
385         <short>Spell checking languages</short>
386         <long>
387           Comma separated list of spell checker languages to use (e.g. en, fr, nl).
388         </long>
389       </locale>
390     </schema>
391
392     <schema>
393       <key>/schemas/apps/empathy/conversation/spell_checker_enabled</key>
394       <applyto>/apps/empathy/conversation/spell_checker_enabled</applyto>
395       <owner>empathy</owner>
396       <type>bool</type>
397       <default>true</default>
398       <locale name="C">
399         <short>Enable spell checker</short>
400         <long>
401         Whether or not to check words typed against the languages you
402       want to check with.
403         </long>
404       </locale>
405     </schema>
406
407     <schema>
408       <key>/schemas/apps/empathy/conversation/nick_completion_char</key>
409       <applyto>/apps/empathy/conversation/nick_completion_char</applyto>
410       <owner>empathy</owner>
411       <type>string</type>
412       <default>:</default>
413       <locale name="C">
414         <short>Nick completed character</short>
415         <long>
416         Character to add after nickname when using nick completion (tab)
417         in group chat.
418         </long>
419
420       </locale>
421     </schema>
422
423     <schema>
424       <key>/schemas/apps/empathy/conversation/avatar_in_icon</key>
425       <applyto>/apps/empathy/conversation/avatar_in_icon</applyto>
426       <owner>empathy</owner>
427       <type>bool</type>
428       <default>false</default>
429       <locale name="C">
430         <short>Empathy should use the avatar of the contact as the chat window icon</short>
431         <long>
432         Whether or not Empathy should use the avatar of the contact as the chat window icon.
433         </long>
434       </locale>
435     </schema>
436
437     <schema>
438       <key>/schemas/apps/empathy/hints/close_main_window</key>
439       <applyto>/apps/empathy/hints/close_main_window</applyto>
440       <owner>empathy</owner>
441       <type>bool</type>
442       <default>true</default>
443       <locale name="C">
444         <short>Show hint about closing the main window</short>
445         <long>
446         Whether or not to show the message dialog about closing the
447       main window with the 'x' button in the title bar.
448         </long>
449       </locale>
450     </schema>
451
452     <schema>
453       <key>/schemas/apps/empathy/accounts/salut_created</key>
454       <applyto>/apps/empathy/accounts/salut_created</applyto>
455       <owner>empathy</owner>
456       <type>bool</type>
457       <default>false</default>
458       <locale name="C">
459         <short>Salut account is created</short>
460         <long>
461         Whether or not the Salut account has been created on the first
462       Empathy run.
463         </long>
464       </locale>
465     </schema>
466
467     <schema>
468       <key>/schemas/apps/empathy/use_nm</key>
469       <applyto>/apps/empathy/use_nm</applyto>
470       <owner>empathy</owner>
471       <type>bool</type>
472       <default>true</default>
473       <locale name="C">
474         <short>NetworkManager should be used</short>
475         <long>
476         Whether or not the network manager should be used to automatically
477         disconnect/reconnect.
478         </long>
479       </locale>
480     </schema>
481
482     <schema>
483       <key>/schemas/apps/empathy/autoconnect</key>
484       <applyto>/apps/empathy/autoconnect</applyto>
485       <owner>empathy</owner>
486       <type>bool</type>
487       <default>true</default>
488       <locale name="C">
489         <short>Empathy should auto-connect on startup</short>
490         <long>
491         Whether or not Empathy should automatically log in to your accounts on startup.
492         </long>
493       </locale>
494     </schema>
495
496     <schema>
497       <key>/schemas/apps/empathy/import_asked</key>
498       <applyto>/apps/empathy/import_asked</applyto>
499       <owner>empathy</owner>
500       <type>bool</type>
501       <default>false</default>
502       <locale name="C">
503         <short>Empathy has asked about importing accounts</short>
504         <long>
505         Whether or not Empathy has asked about importing accounts from other programs.
506         </long>
507       </locale>
508     </schema>
509
510     <schema>
511       <key>/schemas/apps/empathy/file_transfer/default_folder</key>
512       <applyto>/apps/empathy/file_transfer_default_folder</applyto>
513       <owner>empathy</owner>
514       <type>string</type>
515       <default></default>
516       <locale name="C">
517         <short>Empathy default download folder</short>
518         <long>
519         The default folder to save file transfers in.
520         </long>
521       </locale>
522     </schema>
523
524     <schema>
525       <key>/schemas/apps/empathy/location/publish</key>
526       <applyto>/apps/empathy/location/publish</applyto>
527       <owner>empathy</owner>
528       <type>bool</type>
529       <default>false</default>
530       <locale name="C">
531         <short>Empathy can publish the user's location</short>
532         <long>
533         Whether or not Empathy can publish the user's location to his contacts.
534         </long>
535       </locale>
536     </schema>
537
538     <schema>
539       <key>/schemas/apps/empathy/location/resource_network</key>
540       <applyto>/apps/empathy/location/resource_network</applyto>
541       <owner>empathy</owner>
542       <type>bool</type>
543       <default>true</default>
544       <locale name="C">
545         <short>Empathy can use the network to guess the location</short>
546         <long>
547         Whether or not Empathy can use the network to guess the location.
548         </long>
549       </locale>
550     </schema>
551
552     <schema>
553       <key>/schemas/apps/empathy/location/resource_cell</key>
554       <applyto>/apps/empathy/location/resource_cell</applyto>
555       <owner>empathy</owner>
556       <type>bool</type>
557       <default>true</default>
558       <locale name="C">
559         <short>Empathy can use the cellular network to guess the location</short>
560         <long>
561         Whether or not Empathy can use the cellular network to guess the location.
562         </long>
563       </locale>
564     </schema>
565
566     <schema>
567       <key>/schemas/apps/empathy/location/resource_gps</key>
568       <applyto>/apps/empathy/location/resource_gps</applyto>
569       <owner>empathy</owner>
570       <type>bool</type>
571       <default>false</default>
572       <locale name="C">
573         <short>Empathy can use the GPS to guess the location</short>
574         <long>
575         Whether or not Empathy can use the GPS to guess the location.
576         </long>
577       </locale>
578     </schema>
579
580     <schema>
581       <key>/schemas/apps/empathy/location/reduce_accuracy</key>
582       <applyto>/apps/empathy/location/reduce_accuracy</applyto>
583       <owner>empathy</owner>
584       <type>bool</type>
585       <default>false</default>
586       <locale name="C">
587         <short>Empathy should reduce the location's accuracy</short>
588         <long>
589         Whether or not Empathy should reduce the location's accuracy for privacy reasons.
590         </long>
591       </locale>
592     </schema>
593
594   </schemalist>  
595 </gconfschemafile>