]> git.0d.be Git - empathy.git/blob - data/org.gnome.Empathy.gschema.xml
Updated Oriya 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="sounds" schema="org.gnome.Empathy.sounds"/>
40     <child name="notifications" schema="org.gnome.Empathy.notifications"/>
41     <child name="conversation" schema="org.gnome.Empathy.conversation"/>
42     <child name="hints" schema="org.gnome.Empathy.hints"/>
43     <child name="location" schema="org.gnome.Empathy.location"/>
44   </schema>
45   <schema id="org.gnome.Empathy.ui" path="/org/gnome/empathy/ui/">
46     <key name="show-offline" type="b">
47       <default>false</default>
48       <summary>Show offline contacts</summary>
49       <description>Whether to show contacts that are offline in the contact list.</description>
50     </key>
51     <key name="show-balance-in-roster" type="b">
52       <default>true</default>
53       <summary>Show Balance in contact list</summary>
54       <description>Whether to show account balances in the contact list.</description>
55     </key>
56     <key name="main-window-hidden" type="b">
57       <default>false</default>
58       <summary>Hide main window</summary>
59       <description>Hide the main window.</description>
60     </key>
61     <key name="avatar-directory" type="s">
62       <default>''</default>
63       <summary>Default directory to select an avatar image from</summary>
64       <description>The last directory that an avatar image was chosen from.</description>
65     </key>
66     <key name="separate-chat-windows" type="b">
67       <default>false</default>
68       <summary>Open new chats in separate windows</summary>
69       <description>Always open a separate chat window for new chats.</description>
70     </key>
71     <key name="events-notify-area" type="b">
72       <default>true</default>
73       <summary>Display incoming events in the status area</summary>
74       <description>Display incoming events in the status area. If false,
75 present them to the user immediately.</description>
76     </key>
77     <key name="chat-window-paned-pos" type="i">
78       <default>0</default>
79       <summary>The position for the chat window side pane</summary>
80       <description>The stored position (in pixels) of the chat window side pane.</description>
81     </key>
82     <key name="show-groups" type="b">
83       <default>false</default>
84       <summary>Show contact groups</summary>
85       <description>Whether to show groups in the contact list.</description>
86     </key>
87   </schema>
88   <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/">
89     <key name="sounds-enabled" type="b">
90       <default>true</default>
91       <summary>Use notification sounds</summary>
92       <description>Whether to play a sound to notify of events.</description>
93     </key>
94     <key name="sounds-disabled-away" type="b">
95       <default>true</default>
96       <summary>Disable sounds when away</summary>
97       <description>Whether to play sound notifications when away or busy.</description>
98     </key>
99     <key name="sounds-incoming-message" type="b">
100       <default>true</default>
101       <summary>Play a sound for incoming messages</summary>
102       <description>Whether to play a sound to notify of incoming messages.</description>
103     </key>
104     <key name="sounds-outgoing-message" type="b">
105       <default>false</default>
106       <summary>Play a sound for outgoing messages</summary>
107       <description>Whether to play a sound to notify of outgoing messages.</description>
108     </key>
109     <key name="sounds-new-conversation" type="b">
110       <default>true</default>
111       <summary>Play a sound for new conversations</summary>
112       <description>Whether to play a sound to notify of new conversations.</description>
113     </key>
114     <key name="sounds-contact-login" type="b">
115       <default>false</default>
116       <summary>Play a sound when a contact logs in</summary>
117       <description>Whether to play a sound to notify of contacts logging into the network.</description>
118     </key>
119     <key name="sounds-contact-logout" type="b">
120       <default>false</default>
121       <summary>Play a sound when a contact logs out</summary>
122       <description>Whether to play a sound to notify of contacts logging out of the network.</description>
123     </key>
124     <key name="sounds-service-login" type="b">
125       <default>false</default>
126       <summary>Play a sound when we log in</summary>
127       <description>Whether to play a sound when logging into a network.</description>
128     </key>
129     <key name="sounds-service-logout" type="b">
130       <default>false</default>
131       <summary>Play a sound when we log out</summary>
132       <description>Whether to play a sound when logging out of a network.</description>
133     </key>
134   </schema>
135   <schema id="org.gnome.Empathy.notifications" path="/org/gnome/empathy/notifications/">
136     <key name="notifications-enabled" type="b">
137       <default>true</default>
138       <summary>Enable popup notifications for new messages</summary>
139       <description>Whether to show a popup notification when receiving a new message.</description>
140     </key>
141     <key name="notifications-disabled-away" type="b">
142       <default>true</default>
143       <summary>Disable popup notifications when away</summary>
144       <description>Whether to show popup notifications when away or busy.</description>
145     </key>
146     <key name="notifications-focus" type="b">
147       <default>true</default>
148       <summary>Pop up notifications if the chat isn't focused</summary>
149       <description>Whether to show a popup notification when receiving a new message even if the chat is already opened, but not focused.</description>
150     </key>
151     <key name="notifications-contact-signin" type="b">
152       <default>false</default>
153       <summary>Pop up notifications when a contact logs in</summary>
154       <description>Whether to show a popup notification when a contact goes online.</description>
155     </key>
156     <key name="notifications-contact-signout" type="b">
157       <default>false</default>
158       <summary>Pop up notifications when a contact logs out</summary>
159       <description>Whether to show a popup notification when a contact goes offline.</description>
160     </key>
161   </schema>
162   <schema id="org.gnome.Empathy.conversation" path="/org/gnome/empathy/conversation/">
163     <key name="graphical-smileys" type="b">
164       <default>true</default>
165       <summary>Use graphical smileys</summary>
166       <description>Whether to convert smileys into graphical images in conversations.</description>
167     </key>
168     <key name="show-contacts-in-rooms" type="b">
169       <default>true</default>
170       <summary>Show contact list in rooms</summary>
171       <description>Whether to show the contact list in chat rooms.</description>
172     </key>
173     <key name="theme" type="s">
174       <default>'Classic'</default>
175       <summary>Chat window theme</summary>
176       <description>The theme that is used to display the conversation in chat windows.</description>
177     </key>
178     <key name="theme-variant" type="s">
179       <default>''</default>
180       <summary>Chat window theme variant</summary>
181       <description>The theme variant that is used to display the conversation in chat windows.</description>
182     </key>
183     <key name="adium-path" type="s">
184       <default>''</default>
185       <summary>Path of the Adium theme to use</summary>
186       <description>Path of the Adium theme to use if the theme used for chat is Adium. Deprecated.</description>
187     </key>
188     <key name="enable-webkit-developer-tools" type="b">
189       <default>false</default>
190       <summary>Enable WebKit Developer Tools</summary>
191       <description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</description>
192     </key>
193     <key name="send-chat-states" type="b">
194       <default>true</default>
195       <summary>Inform other users when you are typing to them</summary>
196       <description>Whether to send the 'composing' or 'paused' chat states. Does not currently affect the 'gone' state.</description>
197     </key>
198     <key name="theme-chat-room" type="b">
199       <default>true</default>
200       <summary>Use theme for chat rooms</summary>
201       <description>Whether to use the theme for chat rooms.</description>
202     </key>
203     <key name="spell-checker-languages" type="s">
204       <default>'en'</default>
205       <summary>Spell checking languages</summary>
206       <description>Comma-separated list of spell checker languages to use (e.g. "en, fr, nl").</description>
207     </key>
208     <key name="spell-checker-enabled" type="b">
209       <default>true</default>
210       <summary>Enable spell checker</summary>
211       <description>Whether to check words typed against the languages you want to check with.</description>
212     </key>
213     <key name="nick-completion-char" type="s">
214       <default>':'</default>
215       <summary>Nick completed character</summary>
216       <description>Character to add after nickname when using nick completion (tab) in group chat.</description>
217     </key>
218     <key name="avatar-in-icon" type="b">
219       <default>false</default>
220       <summary>Empathy should use the avatar of the contact as the chat window icon</summary>
221       <description>Whether Empathy should use the avatar of the contact as the chat window icon.</description>
222     </key>
223     <key name="room-last-account" type="o">
224       <default>"/"</default>
225       <summary>Last account selected in Join Room dialog</summary>
226       <description>D-Bus object path of the last account selected to join a room.</description>
227     </key>
228   </schema>
229   <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/">
230     <key name="camera-device" type="s">
231       <default>''</default>
232       <summary>Camera device</summary>
233       <description>Default camera device to use in video calls, e.g. /dev/video0.</description>
234     </key>
235     <key name="camera-position" enum="position">
236       <default>'bottom-left'</default>
237       <summary>Camera position</summary>
238       <description>Position the camera preview should be during a call.</description>
239     </key>
240     <key name="echo-cancellation" type="b">
241       <default>true</default>
242       <summary>Echo cancellation support</summary>
243       <description>Whether to enable Pulseaudio's echo cancellation filter.</description>
244     </key>
245   </schema>
246   <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
247     <key name="close-main-window" type="b">
248       <default>true</default>
249       <summary>Show hint about closing the main window</summary>
250       <description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</description>
251     </key>
252   </schema>
253   <schema id="org.gnome.Empathy.location" path="/org/gnome/empathy/location/">
254     <key name="publish" type="b">
255       <default>false</default>
256       <summary>Empathy can publish the user's location</summary>
257       <description>Whether Empathy can publish the user's location to their contacts.</description>
258     </key>
259     <key name="reduce-accuracy" type="b">
260       <default>true</default>
261       <summary>Empathy should reduce the location's accuracy</summary>
262       <description>Whether Empathy should reduce the location's accuracy for privacy reasons.</description>
263     </key>
264   </schema>
265 </schemalist>