]> git.0d.be Git - empathy.git/blob - data/empathy.schemas.in
5ed04e757ee295329dd2d85eedb3f0c1b125539e
[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>true</default>
10       <locale name="C">
11         <short>Show offline contacts</short>
12         <long>
13         Whether 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>state</default>
24       <locale name="C">
25         <short>Contact list sort criterion</short>
26         <long>
27         Which criterion to use when sorting the contact list.
28         Default is to 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 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/show_protocols</key>
51       <applyto>/apps/empathy/ui/show_protocols</applyto>
52       <owner>empathy</owner>
53       <type>bool</type>
54       <default>false</default>
55       <locale name="C">
56         <short>Show protocols</short>
57         <long>
58         Whether to show protocols for contacts in the contact
59         list.
60         </long>
61       </locale>
62     </schema>
63
64     <schema>
65       <key>/schemas/apps/empathy/ui/compact_contact_list</key>
66       <applyto>/apps/empathy/ui/compact_contact_list</applyto>
67       <owner>empathy</owner>
68       <type>bool</type>
69       <default>false</default>
70       <locale name="C">
71         <short>Compact contact list</short>
72         <long>
73         Whether to show the contact list in compact mode.
74         </long>
75       </locale>
76     </schema>
77
78     <schema>
79        <key>/schemas/apps/empathy/ui/main_window_hidden</key>
80        <applyto>/apps/empathy/ui/main_window_hidden</applyto>
81        <owner>empathy</owner>
82        <type>bool</type>
83        <default>false</default>
84        <locale name="C">
85           <short>Hide main window</short>
86           <long>
87             Hide the main window.
88           </long>
89        </locale>
90     </schema>
91
92     <schema>
93        <key>/schemas/apps/empathy/ui/avatar_directory</key>
94        <applyto>/apps/empathy/ui/avatar_directory</applyto>
95        <owner>empathy</owner>
96        <type>string</type>
97        <default></default>
98        <locale name="C">
99           <short>Default directory to select an avatar image from</short>
100           <long>
101             The last directory that an avatar image was chosen from.
102           </long>
103        </locale>
104     </schema>
105
106     <schema>
107       <key>/schemas/apps/empathy/sounds/sounds_enabled</key>
108       <applyto>/apps/empathy/sounds/sounds_enabled</applyto>
109       <owner>empathy</owner>
110       <type>bool</type>
111       <default>true</default>
112       <locale name="C">
113          <short>Use notification sounds</short>
114          <long>
115          Whether to play a sound to notify of events.
116          </long>
117       </locale>
118     </schema>
119
120     <schema>
121       <key>/schemas/apps/empathy/sounds/sounds_disabled_away</key>
122       <applyto>/apps/empathy/sounds/sounds_disabled_away</applyto>
123       <owner>empathy</owner>
124       <type>bool</type>
125       <default>true</default>
126       <locale name="C">
127          <short>Disable sounds when away</short>
128          <long>
129          Whether to play sound notifications when away or busy.
130          </long>
131       </locale>
132     </schema>
133
134     <schema>
135       <key>/schemas/apps/empathy/sounds/sounds_incoming_message</key>
136       <applyto>/apps/empathy/sounds/sounds_incoming_message</applyto>
137       <owner>empathy</owner>
138       <type>bool</type>
139       <default>true</default>
140       <locale name="C">
141          <short>Play a sound for incoming messages</short>
142          <long>
143          Whether to play a sound to notify of incoming messages.
144          </long>
145       </locale>
146     </schema>
147
148     <schema>
149       <key>/schemas/apps/empathy/sounds/sounds_outgoing_message</key>
150       <applyto>/apps/empathy/sounds/sounds_outgoing_message</applyto>
151       <owner>empathy</owner>
152       <type>bool</type>
153       <default>false</default>
154       <locale name="C">
155          <short>Play a sound for outgoing messages</short>
156          <long>
157          Whether to play a sound to notify of outgoing messages.
158          </long>
159       </locale>
160     </schema>
161
162     <schema>
163       <key>/schemas/apps/empathy/sounds/sounds_new_conversation</key>
164       <applyto>/apps/empathy/sounds/sounds_new_conversation</applyto>
165       <owner>empathy</owner>
166       <type>bool</type>
167       <default>true</default>
168       <locale name="C">
169          <short>Play a sound for new conversations</short>
170          <long>
171          Whether to play a sound to notify of new conversations.
172          </long>
173       </locale>
174     </schema>
175
176     <schema>
177       <key>/schemas/apps/empathy/sounds/sounds_contact_login</key>
178       <applyto>/apps/empathy/sounds/sounds_contact_login</applyto>
179       <owner>empathy</owner>
180       <type>bool</type>
181       <default>false</default>
182       <locale name="C">
183          <short>Play a sound when a contact logs in</short>
184          <long>
185          Whether to play a sound to notify of contacts logging into the
186          network.
187          </long>
188       </locale>
189     </schema>
190
191     <schema>
192       <key>/schemas/apps/empathy/sounds/sounds_contact_logout</key>
193       <applyto>/apps/empathy/sounds/sounds_contact_logout</applyto>
194       <owner>empathy</owner>
195       <type>bool</type>
196       <default>false</default>
197       <locale name="C">
198          <short>Play a sound when a contact logs out</short>
199          <long>
200          Whether to play a sound to notify of contacts logging out of the
201          network.
202          </long>
203       </locale>
204     </schema>
205
206     <schema>
207       <key>/schemas/apps/empathy/sounds/sounds_service_login</key>
208       <applyto>/apps/empathy/sounds/sounds_service_login</applyto>
209       <owner>empathy</owner>
210       <type>bool</type>
211       <default>false</default>
212       <locale name="C">
213          <short>Play a sound when we log in</short>
214          <long>
215          Whether to play a sound when logging into a network.
216          </long>
217       </locale>
218     </schema>
219
220     <schema>
221       <key>/schemas/apps/empathy/sounds/sounds_service_logout</key>
222       <applyto>/apps/empathy/sounds/sounds_service_logout</applyto>
223       <owner>empathy</owner>
224       <type>bool</type>
225       <default>false</default>
226       <locale name="C">
227          <short>Play a sound when we log out</short>
228          <long>
229          Whether to play a sound when logging out of a network.
230          </long>
231       </locale>
232     </schema>
233
234     <schema>
235       <key>/schemas/apps/empathy/notifications/notifications_enabled</key>
236       <applyto>/apps/empathy/notifications/notifications_enabled</applyto>
237       <owner>empathy</owner>
238       <type>bool</type>
239       <default>true</default>
240       <locale name="C">
241          <short>Enable popup notifications for new messages</short>
242          <long>
243          Whether to show a popup notification when receiving a new
244          message.
245          </long>
246       </locale>
247     </schema>
248
249     <schema>
250       <key>/schemas/apps/empathy/notifications/notifications_disabled_away</key>
251       <applyto>/apps/empathy/notifications/notifications_disabled_away</applyto>
252       <owner>empathy</owner>
253       <type>bool</type>
254       <default>true</default>
255       <locale name="C">
256          <short>Disable popup notifications when away</short>
257          <long>
258          Whether to show popup notifications when away or busy.
259          </long>
260       </locale>
261     </schema>
262
263     <schema>
264       <key>/schemas/apps/empathy/notifications/notifications_focus</key>
265       <applyto>/apps/empathy/notifications/notifications_focus</applyto>
266       <owner>empathy</owner>
267       <type>bool</type>
268       <default>false</default>
269       <locale name="C">
270          <short>Pop up notifications if the chat isn't focused</short>
271          <long>
272          Whether to show a popup notification when receiving a new
273          message even if the chat is already opened, but not focused.
274          </long>
275       </locale>
276     </schema>
277
278     <schema>
279       <key>/schemas/apps/empathy/notifications/notifications_contact_signin</key>
280       <applyto>/apps/empathy/notifications/notifications_contact_signin</applyto>
281       <owner>empathy</owner>
282       <type>bool</type>
283       <default>false</default>
284       <locale name="C">
285          <short>Pop up notifications when a contact logs in</short>
286          <long>
287          Whether to show a popup notification when a contact goes
288          online.
289          </long>
290       </locale>
291     </schema>
292
293     <schema>
294       <key>/schemas/apps/empathy/notifications/notifications_contact_signout</key>
295       <applyto>/apps/empathy/notifications/notifications_contact_signout</applyto>
296       <owner>empathy</owner>
297       <type>bool</type>
298       <default>false</default>
299       <locale name="C">
300          <short>Pop up notifications when a contact logs out</short>
301          <long>
302          Whether to show a popup notification when a contact goes
303          offline.
304          </long>
305       </locale>
306     </schema>
307
308     <schema>
309        <key>/schemas/apps/empathy/ui/separate_chat_windows</key>
310        <applyto>/apps/empathy/ui/separate_chat_windows</applyto>
311        <owner>empathy</owner>
312        <type>bool</type>
313        <default>false</default>
314        <locale name="C">
315           <short>Open new chats in separate windows</short>
316           <long>
317             Always open a separate chat window for new chats.
318           </long>
319        </locale>
320     </schema>
321
322     <schema>
323       <key>/schemas/apps/empathy/conversation/graphical_smileys</key>
324       <applyto>/apps/empathy/conversation/graphical_smileys</applyto>
325       <owner>empathy</owner>
326       <type>bool</type>
327       <default>true</default>
328       <locale name="C">
329          <short>Use graphical smileys</short>
330          <long>
331          Whether to convert smileys into graphical images in
332          conversations.
333          </long>
334       </locale>
335     </schema>
336
337     <schema>
338       <key>/schemas/apps/empathy/conversation/show_contacts_in_rooms</key>
339       <applyto>/apps/empathy/conversation/show_contacts_in_rooms</applyto>
340       <owner>empathy</owner>
341       <type>bool</type>
342       <default>true</default>
343       <locale name="C">
344          <short>Show contact list in rooms</short>
345          <long>
346          Whether to show the contact list in chat rooms.
347          </long>
348       </locale>
349     </schema>
350
351     <schema>
352       <key>/schemas/apps/empathy/conversation/theme</key>
353       <applyto>/apps/empathy/conversation/theme</applyto>
354       <owner>empathy</owner>
355       <type>string</type>
356       <default>classic</default>
357       <locale name="C">
358          <short>Chat window theme</short>
359          <long>
360            The theme that is used to display the conversation in chat windows.
361          </long>
362       </locale>
363     </schema>
364
365     <schema>
366       <key>/schemas/apps/empathy/conversation/adium_path</key>
367       <applyto>/apps/empathy/conversation/adium_path</applyto>
368       <owner>empathy</owner>
369       <type>string</type>
370       <default></default>
371       <locale name="C">
372          <short>Path of the Adium theme to use</short>
373          <long>
374            Path of the Adium theme to use if the theme used for chat is Adium.
375          </long>
376       </locale>
377     </schema>
378
379     <schema>
380       <key>/schemas/apps/empathy/conversation/enable_webkit_developer_tools</key>
381       <applyto>/apps/empathy/conversation/enable_webkit_developer_tools</applyto>
382       <owner>empathy</owner>
383       <type>bool</type>
384       <default>false</default>
385       <locale name="C">
386          <short>Enable WebKit Developer Tools</short>
387          <long>
388            Whether WebKit developer tools, such as the Web Inspector, should be enabled.
389          </long>
390       </locale>
391     </schema>
392
393     <schema>
394       <key>/schemas/apps/empathy/conversation/theme_chat_room</key>
395       <applyto>/apps/empathy/conversation/theme_chat_room</applyto>
396       <owner>empathy</owner>
397       <type>bool</type>
398       <default>true</default>
399       <locale name="C">
400          <short>Use theme for chat rooms</short>
401          <long>
402            Whether to use the theme for chat rooms.
403          </long>
404       </locale>
405     </schema>
406
407     <schema>
408       <key>/schemas/apps/empathy/conversation/spell_checker_languages</key>
409       <applyto>/apps/empathy/conversation/spell_checker_languages</applyto>
410       <owner>empathy</owner>
411       <type>string</type>
412       <default>en</default>
413       <locale name="C">
414         <short>Spell checking languages</short>
415         <long>
416           Comma-separated list of spell checker languages to use (e.g. "en, fr, nl").
417         </long>
418       </locale>
419     </schema>
420
421     <schema>
422       <key>/schemas/apps/empathy/conversation/spell_checker_enabled</key>
423       <applyto>/apps/empathy/conversation/spell_checker_enabled</applyto>
424       <owner>empathy</owner>
425       <type>bool</type>
426       <default>true</default>
427       <locale name="C">
428         <short>Enable spell checker</short>
429         <long>
430         Whether to check words typed against the languages you
431       want to check with.
432         </long>
433       </locale>
434     </schema>
435
436     <schema>
437       <key>/schemas/apps/empathy/conversation/nick_completion_char</key>
438       <applyto>/apps/empathy/conversation/nick_completion_char</applyto>
439       <owner>empathy</owner>
440       <type>string</type>
441       <default>:</default>
442       <locale name="C">
443         <short>Nick completed character</short>
444         <long>
445         Character to add after nickname when using nick completion (tab)
446         in group chat.
447         </long>
448
449       </locale>
450     </schema>
451
452     <schema>
453       <key>/schemas/apps/empathy/conversation/avatar_in_icon</key>
454       <applyto>/apps/empathy/conversation/avatar_in_icon</applyto>
455       <owner>empathy</owner>
456       <type>bool</type>
457       <default>false</default>
458       <locale name="C">
459         <short>Empathy should use the avatar of the contact as the chat window icon</short>
460         <long>
461         Whether Empathy should use the avatar of the contact as the chat window icon.
462         </long>
463       </locale>
464     </schema>
465
466     <schema>
467       <key>/schemas/apps/empathy/hints/close_main_window</key>
468       <applyto>/apps/empathy/hints/close_main_window</applyto>
469       <owner>empathy</owner>
470       <type>bool</type>
471       <default>true</default>
472       <locale name="C">
473         <short>Show hint about closing the main window</short>
474         <long>
475         Whether to show the message dialog about closing the
476       main window with the 'x' button in the title bar.
477         </long>
478       </locale>
479     </schema>
480
481     <schema>
482       <key>/schemas/apps/empathy/accounts/imported_mc4_accounts</key>
483       <applyto>/apps/empathy/accounts/imported_mc4_accounts</applyto>
484       <owner>empathy</owner>
485       <type>bool</type>
486       <default>false</default>
487       <locale name="C">
488         <short>MC 4 accounts have been imported</short>
489         <long>
490           MC 4 accounts have been imported.
491         </long>
492       </locale>
493     </schema>
494
495     <schema>
496       <key>/schemas/apps/empathy/use_conn</key>
497       <applyto>/apps/empathy/use_conn</applyto>
498       <owner>empathy</owner>
499       <type>bool</type>
500       <default>true</default>
501       <locale name="C">
502         <short>Connection managers should be used</short>
503         <long>
504         Whether connectivity managers should be used to automatically
505         disconnect/reconnect.
506         </long>
507       </locale>
508     </schema>
509
510     <schema>
511       <key>/schemas/apps/empathy/autoconnect</key>
512       <applyto>/apps/empathy/autoconnect</applyto>
513       <owner>empathy</owner>
514       <type>bool</type>
515       <default>true</default>
516       <locale name="C">
517         <short>Empathy should auto-connect on startup</short>
518         <long>
519         Whether Empathy should automatically log into your accounts on startup.
520         </long>
521       </locale>
522     </schema>
523
524     <schema>
525       <key>/schemas/apps/empathy/autoaway</key>
526       <applyto>/apps/empathy/autoaway</applyto>
527       <owner>empathy</owner>
528       <type>bool</type>
529       <default>true</default>
530       <locale name="C">
531         <short>Empathy should auto-away when idle</short>
532         <long>
533         Whether Empathy should go into away mode automatically if user is idle.
534         </long>
535       </locale>
536     </schema>
537
538     <schema>
539       <key>/schemas/apps/empathy/import_asked</key>
540       <applyto>/apps/empathy/import_asked</applyto>
541       <owner>empathy</owner>
542       <type>bool</type>
543       <default>false</default>
544       <locale name="C">
545         <short>Empathy has asked about importing accounts</short>
546         <long>
547         Whether Empathy has asked about importing accounts from other programs.
548         </long>
549       </locale>
550     </schema>
551
552     <schema>
553       <key>/schemas/apps/empathy/butterfly_logs_migrated</key>
554       <applyto>/apps/empathy/butterfly_logs_migrated</applyto>
555       <owner>empathy</owner>
556       <type>bool</type>
557       <default>false</default>
558       <locale name="C">
559         <short>Empathy has migrated butterfly logs</short>
560         <long>
561         Whether Empathy has migrated butterfly logs.
562         </long>
563       </locale>
564     </schema>
565
566     <schema>
567       <key>/schemas/apps/empathy/file_transfer/default_folder</key>
568       <applyto>/apps/empathy/file_transfer_default_folder</applyto>
569       <owner>empathy</owner>
570       <type>string</type>
571       <default></default>
572       <locale name="C">
573         <short>Empathy default download folder</short>
574         <long>
575         The default folder to save file transfers in.
576         </long>
577       </locale>
578     </schema>
579
580     <schema>
581       <key>/schemas/apps/empathy/location/publish</key>
582       <applyto>/apps/empathy/location/publish</applyto>
583       <owner>empathy</owner>
584       <type>bool</type>
585       <default>false</default>
586       <locale name="C">
587         <short>Empathy can publish the user's location</short>
588         <long>
589         Whether Empathy can publish the user's location to their contacts.
590         </long>
591       </locale>
592     </schema>
593
594     <schema>
595       <key>/schemas/apps/empathy/location/resource_network</key>
596       <applyto>/apps/empathy/location/resource_network</applyto>
597       <owner>empathy</owner>
598       <type>bool</type>
599       <default>true</default>
600       <locale name="C">
601         <short>Empathy can use the network to guess the location</short>
602         <long>
603         Whether Empathy can use the network to guess the location.
604         </long>
605       </locale>
606     </schema>
607
608     <schema>
609       <key>/schemas/apps/empathy/location/resource_cell</key>
610       <applyto>/apps/empathy/location/resource_cell</applyto>
611       <owner>empathy</owner>
612       <type>bool</type>
613       <default>true</default>
614       <locale name="C">
615         <short>Empathy can use the cellular network to guess the location</short>
616         <long>
617         Whether Empathy can use the cellular network to guess the location.
618         </long>
619       </locale>
620     </schema>
621
622     <schema>
623       <key>/schemas/apps/empathy/location/resource_gps</key>
624       <applyto>/apps/empathy/location/resource_gps</applyto>
625       <owner>empathy</owner>
626       <type>bool</type>
627       <default>false</default>
628       <locale name="C">
629         <short>Empathy can use the GPS to guess the location</short>
630         <long>
631         Whether Empathy can use the GPS to guess the location.
632         </long>
633       </locale>
634     </schema>
635
636     <schema>
637       <key>/schemas/apps/empathy/location/reduce_accuracy</key>
638       <applyto>/apps/empathy/location/reduce_accuracy</applyto>
639       <owner>empathy</owner>
640       <type>bool</type>
641       <default>true</default>
642       <locale name="C">
643         <short>Empathy should reduce the location's accuracy</short>
644         <long>
645         Whether Empathy should reduce the location's accuracy for privacy reasons.
646         </long>
647       </locale>
648     </schema>
649
650   </schemalist>  
651 </gconfschemafile>