]> git.0d.be Git - empathy.git/blob - data/empathy.schemas.in
[darcs-to-svn @ Move schemas to data/ and hide main window by default]
[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/gossip/contacts/sort_criterium</key>
20       <applyto>/apps/gossip/contacts/sort_criterium</applyto>
21       <owner>gossip</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/hints/close_main_window</key>
235       <applyto>/apps/empathy/hints/close_main_window</applyto>
236       <owner>empathy</owner>
237       <type>bool</type>
238       <default>true</default>
239       <locale name="C">
240         <short>Show hint about closing the main window</short>
241         <long>
242         Whether or not to show the message dialog about closing the
243       main window with the 'x' button in the title bar.
244         </long>
245       </locale>
246     </schema>
247
248   </schemalist>  
249 </gconfschemafile>
250
251
252
253