]> git.0d.be Git - empathy.git/blob - data/org.gnome.Empathy.gschema.xml.in
Update Simplified Chinese help translation.
[empathy.git] / data / org.gnome.Empathy.gschema.xml.in
1 <schemalist>
2   <schema id="org.gnome.Empathy" path="/org/gnome/empathy/">
3     <key name="use-conn" type="b">
4       <default>true</default>
5       <_summary>Connection managers should be used</_summary>
6       <_description>Whether connectivity managers should be used to automatically disconnect/reconnect.</_description>
7     </key>
8     <key name="autoconnect" type="b">
9       <default>true</default>
10       <_summary>Empathy should auto-connect on startup</_summary>
11       <_description>Whether Empathy should automatically log into your accounts on startup.</_description>
12     </key>
13     <key name="autoaway" type="b">
14       <default>true</default>
15       <_summary>Empathy should auto-away when idle</_summary>
16       <_description>Whether Empathy should go into away mode automatically if the user is idle.</_description>
17     </key>
18     <key name="butterfly-logs-migrated" type="b">
19       <default>false</default>
20       <_summary>Empathy has migrated butterfly logs</_summary>
21       <_description>Whether Empathy has migrated butterfly logs.</_description>
22     </key>
23     <key name="file-transfer-default-folder" type="s">
24       <default>''</default>
25       <_summary>Empathy default download folder</_summary>
26       <_description>The default folder to save file transfers in.</_description>
27     </key>
28     <child name="ui" schema="org.gnome.Empathy.ui"/>
29     <child name="contacts" schema="org.gnome.Empathy.contacts"/>
30     <child name="sounds" schema="org.gnome.Empathy.sounds"/>
31     <child name="notifications" schema="org.gnome.Empathy.notifications"/>
32     <child name="conversation" schema="org.gnome.Empathy.conversation"/>
33     <child name="hints" schema="org.gnome.Empathy.hints"/>
34     <child name="location" schema="org.gnome.Empathy.location"/>
35   </schema>
36   <schema id="org.gnome.Empathy.ui" path="/org/gnome/empathy/ui/">
37     <key name="show-offline" type="b">
38       <default>true</default>
39       <_summary>Show offline contacts</_summary>
40       <_description>Whether to show contacts that are offline in the contact list.</_description>
41     </key>
42     <key name="show-avatars" type="b">
43       <default>true</default>
44       <_summary>Show avatars</_summary>
45       <_description>Whether to show avatars for contacts in the contact list and chat windows.</_description>
46     </key>
47     <key name="show-protocols" type="b">
48       <default>false</default>
49       <_summary>Show protocols</_summary>
50       <_description>Whether to show protocols for contacts in the contact list.</_description>
51     </key>
52     <key name="show-balance-in-roster" type="b">
53       <default>false</default>
54       <_summary>Show Balance in contact list</_summary>
55       <_description>Whether to show account balances in the contact list.</_description>
56     </key>
57     <key name="compact-contact-list" type="b">
58       <default>false</default>
59       <_summary>Compact contact list</_summary>
60       <_description>Whether to show the contact list in compact mode.</_description>
61     </key>
62     <key name="main-window-hidden" type="b">
63       <default>false</default>
64       <_summary>Hide main window</_summary>
65       <_description>Hide the main window.</_description>
66     </key>
67     <key name="avatar-directory" type="s">
68       <default>''</default>
69       <_summary>Default directory to select an avatar image from</_summary>
70       <_description>The last directory that an avatar image was chosen from.</_description>
71     </key>
72     <key name="separate-chat-windows" type="b">
73       <default>false</default>
74       <_summary>Open new chats in separate windows</_summary>
75       <_description>Always open a separate chat window for new chats.</_description>
76     </key>
77     <key name="events-notify-area" type="b">
78       <default>true</default>
79       <_summary>Display incoming events in the status area</_summary>
80       <_description>Display incoming events in the status area. If false,
81 present them to the user immediately.</_description>
82     </key>
83     <key name="chat-window-paned-pos" type="i">
84       <default>0</default>
85       <_summary>The position for the chat window side pane</_summary>
86       <_description>The stored position (in pixels) of the chat window side pane.</_description>
87     </key>
88   </schema>
89   <schema id="org.gnome.Empathy.contacts" path="/org/gnome/empathy/contacts/">
90     <key name="sort-criterium" type="s">
91       <default>'state'</default>
92       <_summary>Contact list sort criterion</_summary>
93       <_description>Which criterion to use when sorting the contact list. Default is to sort by the contact's name with the value "name". A value of "state" will sort the contact list by state.</_description>
94     </key>
95   </schema>
96   <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/">
97     <key name="sounds-enabled" type="b">
98       <default>true</default>
99       <_summary>Use notification sounds</_summary>
100       <_description>Whether to play a sound to notify of events.</_description>
101     </key>
102     <key name="sounds-disabled-away" type="b">
103       <default>true</default>
104       <_summary>Disable sounds when away</_summary>
105       <_description>Whether to play sound notifications when away or busy.</_description>
106     </key>
107     <key name="sounds-incoming-message" type="b">
108       <default>true</default>
109       <_summary>Play a sound for incoming messages</_summary>
110       <_description>Whether to play a sound to notify of incoming messages.</_description>
111     </key>
112     <key name="sounds-outgoing-message" type="b">
113       <default>false</default>
114       <_summary>Play a sound for outgoing messages</_summary>
115       <_description>Whether to play a sound to notify of outgoing messages.</_description>
116     </key>
117     <key name="sounds-new-conversation" type="b">
118       <default>true</default>
119       <_summary>Play a sound for new conversations</_summary>
120       <_description>Whether to play a sound to notify of new conversations.</_description>
121     </key>
122     <key name="sounds-contact-login" type="b">
123       <default>false</default>
124       <_summary>Play a sound when a contact logs in</_summary>
125       <_description>Whether to play a sound to notify of contacts logging into the network.</_description>
126     </key>
127     <key name="sounds-contact-logout" type="b">
128       <default>false</default>
129       <_summary>Play a sound when a contact logs out</_summary>
130       <_description>Whether to play a sound to notify of contacts logging out of the network.</_description>
131     </key>
132     <key name="sounds-service-login" type="b">
133       <default>false</default>
134       <_summary>Play a sound when we log in</_summary>
135       <_description>Whether to play a sound when logging into a network.</_description>
136     </key>
137     <key name="sounds-service-logout" type="b">
138       <default>false</default>
139       <_summary>Play a sound when we log out</_summary>
140       <_description>Whether to play a sound when logging out of a network.</_description>
141     </key>
142   </schema>
143   <schema id="org.gnome.Empathy.notifications" path="/org/gnome/empathy/notifications/">
144     <key name="notifications-enabled" type="b">
145       <default>true</default>
146       <_summary>Enable popup notifications for new messages</_summary>
147       <_description>Whether to show a popup notification when receiving a new message.</_description>
148     </key>
149     <key name="notifications-disabled-away" type="b">
150       <default>true</default>
151       <_summary>Disable popup notifications when away</_summary>
152       <_description>Whether to show popup notifications when away or busy.</_description>
153     </key>
154     <key name="notifications-focus" type="b">
155       <default>false</default>
156       <_summary>Pop up notifications if the chat isn't focused</_summary>
157       <_description>Whether to show a popup notification when receiving a new message even if the chat is already opened, but not focused.</_description>
158     </key>
159     <key name="notifications-contact-signin" type="b">
160       <default>false</default>
161       <_summary>Pop up notifications when a contact logs in</_summary>
162       <_description>Whether to show a popup notification when a contact goes online.</_description>
163     </key>
164     <key name="notifications-contact-signout" type="b">
165       <default>false</default>
166       <_summary>Pop up notifications when a contact logs out</_summary>
167       <_description>Whether to show a popup notification when a contact goes offline.</_description>
168     </key>
169   </schema>
170   <schema id="org.gnome.Empathy.conversation" path="/org/gnome/empathy/conversation/">
171     <key name="graphical-smileys" type="b">
172       <default>true</default>
173       <_summary>Use graphical smileys</_summary>
174       <_description>Whether to convert smileys into graphical images in conversations.</_description>
175     </key>
176     <key name="show-contacts-in-rooms" type="b">
177       <default>true</default>
178       <_summary>Show contact list in rooms</_summary>
179       <_description>Whether to show the contact list in chat rooms.</_description>
180     </key>
181     <key name="theme" type="s">
182       <default>'classic'</default>
183       <_summary>Chat window theme</_summary>
184       <_description>The theme that is used to display the conversation in chat windows.</_description>
185     </key>
186     <key name="theme-variant" type="s">
187       <default>''</default>
188       <_summary>Chat window theme variant</_summary>
189       <_description>The theme variant that is used to display the conversation in chat windows.</_description>
190     </key>
191     <key name="adium-path" type="s">
192       <default>''</default>
193       <_summary>Path of the Adium theme to use</_summary>
194       <_description>Path of the Adium theme to use if the theme used for chat is Adium.</_description>
195     </key>
196     <key name="enable-webkit-developer-tools" type="b">
197       <default>false</default>
198       <_summary>Enable WebKit Developer Tools</_summary>
199       <_description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</_description>
200     </key>
201     <key name="theme-chat-room" type="b">
202       <default>true</default>
203       <_summary>Use theme for chat rooms</_summary>
204       <_description>Whether to use the theme for chat rooms.</_description>
205     </key>
206     <key name="spell-checker-languages" type="s">
207       <default>'en'</default>
208       <_summary>Spell checking languages</_summary>
209       <_description>Comma-separated list of spell checker languages to use (e.g. "en, fr, nl").</_description>
210     </key>
211     <key name="spell-checker-enabled" type="b">
212       <default>true</default>
213       <_summary>Enable spell checker</_summary>
214       <_description>Whether to check words typed against the languages you want to check with.</_description>
215     </key>
216     <key name="nick-completion-char" type="s">
217       <default>':'</default>
218       <_summary>Nick completed character</_summary>
219       <_description>Character to add after nickname when using nick completion (tab) in group chat.</_description>
220     </key>
221     <key name="avatar-in-icon" type="b">
222       <default>false</default>
223       <_summary>Empathy should use the avatar of the contact as the chat window icon</_summary>
224       <_description>Whether Empathy should use the avatar of the contact as the chat window icon.</_description>
225     </key>
226   </schema>
227   <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/">
228     <key name="volume" type="d">
229       <range min="0" max="150"/>
230       <default>100.0</default>
231       <_summary>Call volume</_summary>
232       <_description>Call volume, as a percentage.</_description>
233     </key>
234   </schema>
235   <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
236     <key name="close-main-window" type="b">
237       <default>true</default>
238       <_summary>Show hint about closing the main window</_summary>
239       <_description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</_description>
240     </key>
241   </schema>
242   <schema id="org.gnome.Empathy.location" path="/org/gnome/empathy/location/">
243     <key name="publish" type="b">
244       <default>false</default>
245       <_summary>Empathy can publish the user's location</_summary>
246       <_description>Whether Empathy can publish the user's location to their contacts.</_description>
247     </key>
248     <key name="resource-network" type="b">
249       <default>true</default>
250       <_summary>Empathy can use the network to guess the location</_summary>
251       <_description>Whether Empathy can use the network to guess the location.</_description>
252     </key>
253     <key name="resource-cell" type="b">
254       <default>true</default>
255       <_summary>Empathy can use the cellular network to guess the location</_summary>
256       <_description>Whether Empathy can use the cellular network to guess the location.</_description>
257     </key>
258     <key name="resource-gps" type="b">
259       <default>false</default>
260       <_summary>Empathy can use the GPS to guess the location</_summary>
261       <_description>Whether Empathy can use the GPS to guess the location.</_description>
262     </key>
263     <key name="reduce-accuracy" type="b">
264       <default>true</default>
265       <_summary>Empathy should reduce the location's accuracy</_summary>
266       <_description>Whether Empathy should reduce the location's accuracy for privacy reasons.</_description>
267     </key>
268   </schema>
269 </schemalist>