]> git.0d.be Git - empathy.git/blob - data/org.gnome.Empathy.gschema.xml
Updated Belarusian translation.
[empathy.git] / data / org.gnome.Empathy.gschema.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <schemalist>
3
4   <enum id="position">
5     <value nick="top-left" value="1"/>
6     <value nick="top-right" value="2"/>
7     <value nick="bottom-left" value="3"/>
8     <value nick="bottom-right" value="4"/>
9   </enum>
10
11   <schema id="org.gnome.Empathy" path="/org/gnome/empathy/">
12     <key name="use-conn" type="b">
13       <default>true</default>
14       <summary>Connection managers should be used</summary>
15       <description>Whether connectivity managers should be used to automatically disconnect/reconnect.</description>
16     </key>
17     <key name="autoconnect" type="b">
18       <default>true</default>
19       <summary>Empathy should auto-connect on startup</summary>
20       <description>Whether Empathy should automatically log into your accounts on startup.</description>
21     </key>
22     <key name="autoaway" type="b">
23       <default>true</default>
24       <summary>Empathy should auto-away when idle</summary>
25       <description>Whether Empathy should go into away mode automatically if the user is idle.</description>
26     </key>
27     <key name="file-transfer-default-folder" type="s">
28       <default>''</default>
29       <summary>Empathy default download folder</summary>
30       <description>The default folder to save file transfers in.</description>
31     </key>
32     <key name="sanity-cleaning-number" type="u">
33       <default>0</default>
34       <!-- translators: Automatic tasks which are run once to port/update account settings. Ideally, this shouldn't be exposed to users at all, we just use a gsettings key here as an optimization to only run it only once. -->
35       <summary>Magic number used to check if sanity cleaning tasks should be run</summary>
36       <description>empathy-sanity-cleaning.c uses this number to check if the cleaning tasks should be executed or not. Users should not change this key manually.</description>
37     </key>
38     <child name="ui" schema="org.gnome.Empathy.ui"/>
39     <child name="contacts" schema="org.gnome.Empathy.contacts"/>
40     <child name="sounds" schema="org.gnome.Empathy.sounds"/>
41     <child name="notifications" schema="org.gnome.Empathy.notifications"/>
42     <child name="conversation" schema="org.gnome.Empathy.conversation"/>
43     <child name="hints" schema="org.gnome.Empathy.hints"/>
44     <child name="location" schema="org.gnome.Empathy.location"/>
45   </schema>
46   <schema id="org.gnome.Empathy.ui" path="/org/gnome/empathy/ui/">
47     <key name="show-offline" type="b">
48       <default>true</default>
49       <summary>Show offline contacts</summary>
50       <description>Whether to show contacts that are offline in the contact list.</description>
51     </key>
52     <key name="show-avatars" type="b">
53       <default>true</default>
54       <summary>Show avatars</summary>
55       <description>Whether to show avatars for contacts in the contact list and chat windows.</description>
56     </key>
57     <key name="show-protocols" type="b">
58       <default>false</default>
59       <summary>Show protocols</summary>
60       <description>Whether to show protocols for contacts in the contact list.</description>
61     </key>
62     <key name="show-balance-in-roster" type="b">
63       <default>true</default>
64       <summary>Show Balance in contact list</summary>
65       <description>Whether to show account balances in the contact list.</description>
66     </key>
67     <key name="compact-contact-list" type="b">
68       <default>false</default>
69       <summary>Compact contact list</summary>
70       <description>Whether to show the contact list in compact mode.</description>
71     </key>
72     <key name="main-window-hidden" type="b">
73       <default>false</default>
74       <summary>Hide main window</summary>
75       <description>Hide the main window.</description>
76     </key>
77     <key name="avatar-directory" type="s">
78       <default>''</default>
79       <summary>Default directory to select an avatar image from</summary>
80       <description>The last directory that an avatar image was chosen from.</description>
81     </key>
82     <key name="separate-chat-windows" type="b">
83       <default>false</default>
84       <summary>Open new chats in separate windows</summary>
85       <description>Always open a separate chat window for new chats.</description>
86     </key>
87     <key name="events-notify-area" type="b">
88       <default>true</default>
89       <summary>Display incoming events in the status area</summary>
90       <description>Display incoming events in the status area. If false,
91 present them to the user immediately.</description>
92     </key>
93     <key name="chat-window-paned-pos" type="i">
94       <default>0</default>
95       <summary>The position for the chat window side pane</summary>
96       <description>The stored position (in pixels) of the chat window side pane.</description>
97     </key>
98     <key name="show-groups" type="b">
99       <default>true</default>
100       <summary>Show contact groups</summary>
101       <description>Whether to show groups in the contact list.</description>
102     </key>
103   </schema>
104   <schema id="org.gnome.Empathy.contacts" path="/org/gnome/empathy/contacts/">
105     <key name="sort-criterium" type="s">
106       <default>'state'</default>
107       <choices>
108         <choice value='state'/>
109         <choice value='name'/>
110       </choices>
111       <summary>Contact list sort criterion</summary>
112       <description>Which criterion to use when sorting the contact list. Default is to sort by the contact's state with the value "state". A value of "name" will sort the contact list by name.</description>
113     </key>
114   </schema>
115   <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/">
116     <key name="sounds-enabled" type="b">
117       <default>true</default>
118       <summary>Use notification sounds</summary>
119       <description>Whether to play a sound to notify of events.</description>
120     </key>
121     <key name="sounds-disabled-away" type="b">
122       <default>true</default>
123       <summary>Disable sounds when away</summary>
124       <description>Whether to play sound notifications when away or busy.</description>
125     </key>
126     <key name="sounds-incoming-message" type="b">
127       <default>true</default>
128       <summary>Play a sound for incoming messages</summary>
129       <description>Whether to play a sound to notify of incoming messages.</description>
130     </key>
131     <key name="sounds-outgoing-message" type="b">
132       <default>false</default>
133       <summary>Play a sound for outgoing messages</summary>
134       <description>Whether to play a sound to notify of outgoing messages.</description>
135     </key>
136     <key name="sounds-new-conversation" type="b">
137       <default>true</default>
138       <summary>Play a sound for new conversations</summary>
139       <description>Whether to play a sound to notify of new conversations.</description>
140     </key>
141     <key name="sounds-contact-login" type="b">
142       <default>false</default>
143       <summary>Play a sound when a contact logs in</summary>
144       <description>Whether to play a sound to notify of contacts logging into the network.</description>
145     </key>
146     <key name="sounds-contact-logout" type="b">
147       <default>false</default>
148       <summary>Play a sound when a contact logs out</summary>
149       <description>Whether to play a sound to notify of contacts logging out of the network.</description>
150     </key>
151     <key name="sounds-service-login" type="b">
152       <default>false</default>
153       <summary>Play a sound when we log in</summary>
154       <description>Whether to play a sound when logging into a network.</description>
155     </key>
156     <key name="sounds-service-logout" type="b">
157       <default>false</default>
158       <summary>Play a sound when we log out</summary>
159       <description>Whether to play a sound when logging out of a network.</description>
160     </key>
161   </schema>
162   <schema id="org.gnome.Empathy.notifications" path="/org/gnome/empathy/notifications/">
163     <key name="notifications-enabled" type="b">
164       <default>true</default>
165       <summary>Enable popup notifications for new messages</summary>
166       <description>Whether to show a popup notification when receiving a new message.</description>
167     </key>
168     <key name="notifications-disabled-away" type="b">
169       <default>true</default>
170       <summary>Disable popup notifications when away</summary>
171       <description>Whether to show popup notifications when away or busy.</description>
172     </key>
173     <key name="notifications-focus" type="b">
174       <default>false</default>
175       <summary>Pop up notifications if the chat isn't focused</summary>
176       <description>Whether to show a popup notification when receiving a new message even if the chat is already opened, but not focused.</description>
177     </key>
178     <key name="notifications-contact-signin" type="b">
179       <default>false</default>
180       <summary>Pop up notifications when a contact logs in</summary>
181       <description>Whether to show a popup notification when a contact goes online.</description>
182     </key>
183     <key name="notifications-contact-signout" type="b">
184       <default>false</default>
185       <summary>Pop up notifications when a contact logs out</summary>
186       <description>Whether to show a popup notification when a contact goes offline.</description>
187     </key>
188   </schema>
189   <schema id="org.gnome.Empathy.conversation" path="/org/gnome/empathy/conversation/">
190     <key name="graphical-smileys" type="b">
191       <default>true</default>
192       <summary>Use graphical smileys</summary>
193       <description>Whether to convert smileys into graphical images in conversations.</description>
194     </key>
195     <key name="show-contacts-in-rooms" type="b">
196       <default>true</default>
197       <summary>Show contact list in rooms</summary>
198       <description>Whether to show the contact list in chat rooms.</description>
199     </key>
200     <key name="theme" type="s">
201       <default>'classic'</default>
202       <summary>Chat window theme</summary>
203       <description>The theme that is used to display the conversation in chat windows.</description>
204     </key>
205     <key name="theme-variant" type="s">
206       <default>''</default>
207       <summary>Chat window theme variant</summary>
208       <description>The theme variant that is used to display the conversation in chat windows.</description>
209     </key>
210     <key name="adium-path" type="s">
211       <default>''</default>
212       <summary>Path of the Adium theme to use</summary>
213       <description>Path of the Adium theme to use if the theme used for chat is Adium.</description>
214     </key>
215     <key name="enable-webkit-developer-tools" type="b">
216       <default>false</default>
217       <summary>Enable WebKit Developer Tools</summary>
218       <description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</description>
219     </key>
220     <key name="send-chat-states" type="b">
221       <default>true</default>
222       <summary>Inform other users when you are typing to them</summary>
223       <description>Whether to send the 'composing' or 'paused' chat states. Does not currently affect the 'gone' state.</description>
224     </key>
225     <key name="theme-chat-room" type="b">
226       <default>true</default>
227       <summary>Use theme for chat rooms</summary>
228       <description>Whether to use the theme for chat rooms.</description>
229     </key>
230     <key name="spell-checker-languages" type="s">
231       <default>'en'</default>
232       <summary>Spell checking languages</summary>
233       <description>Comma-separated list of spell checker languages to use (e.g. "en, fr, nl").</description>
234     </key>
235     <key name="spell-checker-enabled" type="b">
236       <default>true</default>
237       <summary>Enable spell checker</summary>
238       <description>Whether to check words typed against the languages you want to check with.</description>
239     </key>
240     <key name="nick-completion-char" type="s">
241       <default>':'</default>
242       <summary>Nick completed character</summary>
243       <description>Character to add after nickname when using nick completion (tab) in group chat.</description>
244     </key>
245     <key name="avatar-in-icon" type="b">
246       <default>false</default>
247       <summary>Empathy should use the avatar of the contact as the chat window icon</summary>
248       <description>Whether Empathy should use the avatar of the contact as the chat window icon.</description>
249     </key>
250     <key name="room-last-account" type="o">
251       <default>"/"</default>
252       <summary>Last account selected in Join Room dialog</summary>
253       <description>D-Bus object path of the last account selected to join a room.</description>
254     </key>
255   </schema>
256   <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/">
257     <key name="camera-device" type="s">
258       <default>''</default>
259       <summary>Camera device</summary>
260       <description>Default camera device to use in video calls, e.g. /dev/video0.</description>
261     </key>
262     <key name="camera-position" enum="position">
263       <default>'bottom-left'</default>
264       <summary>Camera position</summary>
265       <description>Position the camera preview should be during a call.</description>
266     </key>
267     <key name="echo-cancellation" type="b">
268       <default>true</default>
269       <summary>Echo cancellation support</summary>
270       <description>Whether to enable Pulseaudio's echo cancellation filter.</description>
271     </key>
272   </schema>
273   <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
274     <key name="close-main-window" type="b">
275       <default>true</default>
276       <summary>Show hint about closing the main window</summary>
277       <description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</description>
278     </key>
279   </schema>
280   <schema id="org.gnome.Empathy.location" path="/org/gnome/empathy/location/">
281     <key name="publish" type="b">
282       <default>false</default>
283       <summary>Empathy can publish the user's location</summary>
284       <description>Whether Empathy can publish the user's location to their contacts.</description>
285     </key>
286     <key name="resource-network" type="b">
287       <default>true</default>
288       <summary>Empathy can use the network to guess the location</summary>
289       <description>Whether Empathy can use the network to guess the location.</description>
290     </key>
291     <key name="resource-cell" type="b">
292       <default>true</default>
293       <summary>Empathy can use the cellular network to guess the location</summary>
294       <description>Whether Empathy can use the cellular network to guess the location.</description>
295     </key>
296     <key name="resource-gps" type="b">
297       <default>false</default>
298       <summary>Empathy can use the GPS to guess the location</summary>
299       <description>Whether Empathy can use the GPS to guess the location.</description>
300     </key>
301     <key name="reduce-accuracy" type="b">
302       <default>true</default>
303       <summary>Empathy should reduce the location's accuracy</summary>
304       <description>Whether Empathy should reduce the location's accuracy for privacy reasons.</description>
305     </key>
306   </schema>
307 </schemalist>