]> git.0d.be Git - empathy.git/blobdiff - data/org.gnome.Empathy.gschema.xml
Updated Swedish translation
[empathy.git] / data / org.gnome.Empathy.gschema.xml
index ca3c48c281ad88b2d1230c517c880e894d359167..f695431afdd633d84fe9a75c7ffca8863db01a61 100644 (file)
@@ -1,5 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <schemalist>
-  <schema id="org.gnome.Empathy" path="/apps/empathy/">
+
+  <enum id="position">
+    <value nick="top-left" value="1"/>
+    <value nick="top-right" value="2"/>
+    <value nick="bottom-left" value="3"/>
+    <value nick="bottom-right" value="4"/>
+  </enum>
+
+  <schema id="org.gnome.Empathy" path="/org/gnome/empathy/">
     <key name="use-conn" type="b">
       <default>true</default>
       <summary>Connection managers should be used</summary>
     <key name="autoaway" type="b">
       <default>true</default>
       <summary>Empathy should auto-away when idle</summary>
-      <description>Whether Empathy should go into away mode automatically if user is idle.</description>
-    </key>
-    <key name="import-asked" type="b">
-      <default>false</default>
-      <summary>Empathy has asked about importing accounts</summary>
-      <description>Whether Empathy has asked about importing accounts from other programs.</description>
-    </key>
-    <key name="butterfly-logs-migrated" type="b">
-      <default>false</default>
-      <summary>Empathy has migrated butterfly logs</summary>
-      <description>Whether Empathy has migrated butterfly logs.</description>
+      <description>Whether Empathy should go into away mode automatically if the user is idle.</description>
     </key>
     <key name="file-transfer-default-folder" type="s">
       <default>''</default>
       <summary>Empathy default download folder</summary>
       <description>The default folder to save file transfers in.</description>
     </key>
+    <key name="sanity-cleaning-number" type="u">
+      <default>0</default>
+      <!-- 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. -->
+      <summary>Magic number used to check if sanity cleaning tasks should be run</summary>
+      <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>
+    </key>
     <child name="ui" schema="org.gnome.Empathy.ui"/>
-    <child name="contacts" schema="org.gnome.Empathy.contacts"/>
     <child name="sounds" schema="org.gnome.Empathy.sounds"/>
     <child name="notifications" schema="org.gnome.Empathy.notifications"/>
     <child name="conversation" schema="org.gnome.Empathy.conversation"/>
     <child name="hints" schema="org.gnome.Empathy.hints"/>
-    <child name="accounts" schema="org.gnome.Empathy.accounts"/>
     <child name="location" schema="org.gnome.Empathy.location"/>
   </schema>
-  <schema id="org.gnome.Empathy.ui" path="/apps/empathy/ui/">
+  <schema id="org.gnome.Empathy.ui" path="/org/gnome/empathy/ui/">
     <key name="show-offline" type="b">
-      <default>true</default>
+      <default>false</default>
       <summary>Show offline contacts</summary>
       <description>Whether to show contacts that are offline in the contact list.</description>
     </key>
-    <key name="show-avatars" type="b">
+    <key name="show-balance-in-roster" type="b">
       <default>true</default>
-      <summary>Show avatars</summary>
-      <description>Whether to show avatars for contacts in the contact list and chat windows.</description>
-    </key>
-    <key name="show-protocols" type="b">
-      <default>false</default>
-      <summary>Show protocols</summary>
-      <description>Whether to show protocols for contacts in the contact list.</description>
-    </key>
-    <key name="compact-contact-list" type="b">
-      <default>false</default>
-      <summary>Compact contact list</summary>
-      <description>Whether to show the contact list in compact mode.</description>
+      <summary>Show Balance in contact list</summary>
+      <description>Whether to show account balances in the contact list.</description>
     </key>
     <key name="main-window-hidden" type="b">
       <default>false</default>
       <summary>Open new chats in separate windows</summary>
       <description>Always open a separate chat window for new chats.</description>
     </key>
-  </schema>
-  <schema id="org.gnome.Empathy.contacts" path="/apps/empathy/contacts/">
-    <key name="sort-criterium" type="s">
-      <default>'state'</default>
-      <summary>Contact list sort criterion</summary>
-      <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>
+    <key name="events-notify-area" type="b">
+      <default>true</default>
+      <summary>Display incoming events in the status area</summary>
+      <description>Display incoming events in the status area. If false,
+present them to the user immediately.</description>
+    </key>
+    <key name="chat-window-paned-pos" type="i">
+      <default>0</default>
+      <summary>The position for the chat window side pane</summary>
+      <description>The stored position (in pixels) of the chat window side pane.</description>
+    </key>
+    <key name="show-groups" type="b">
+      <default>false</default>
+      <summary>Show contact groups</summary>
+      <description>Whether to show groups in the contact list.</description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.sounds" path="/apps/empathy/sounds/">
+  <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/">
     <key name="sounds-enabled" type="b">
       <default>true</default>
       <summary>Use notification sounds</summary>
       <description>Whether to play a sound when logging out of a network.</description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.notifications" path="/apps/empathy/notifications/">
+  <schema id="org.gnome.Empathy.notifications" path="/org/gnome/empathy/notifications/">
     <key name="notifications-enabled" type="b">
       <default>true</default>
       <summary>Enable popup notifications for new messages</summary>
       <description>Whether to show popup notifications when away or busy.</description>
     </key>
     <key name="notifications-focus" type="b">
-      <default>false</default>
+      <default>true</default>
       <summary>Pop up notifications if the chat isn't focused</summary>
       <description>Whether to show a popup notification when receiving a new message even if the chat is already opened, but not focused.</description>
     </key>
       <description>Whether to show a popup notification when a contact goes offline.</description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.conversation" path="/apps/empathy/conversation/">
+  <schema id="org.gnome.Empathy.conversation" path="/org/gnome/empathy/conversation/">
     <key name="graphical-smileys" type="b">
       <default>true</default>
       <summary>Use graphical smileys</summary>
       <description>Whether to show the contact list in chat rooms.</description>
     </key>
     <key name="theme" type="s">
-      <default>'classic'</default>
+      <default>'Classic'</default>
       <summary>Chat window theme</summary>
       <description>The theme that is used to display the conversation in chat windows.</description>
     </key>
+    <key name="theme-variant" type="s">
+      <default>''</default>
+      <summary>Chat window theme variant</summary>
+      <description>The theme variant that is used to display the conversation in chat windows.</description>
+    </key>
     <key name="adium-path" type="s">
       <default>''</default>
       <summary>Path of the Adium theme to use</summary>
-      <description>Path of the Adium theme to use if the theme used for chat is Adium.</description>
+      <description>Path of the Adium theme to use if the theme used for chat is Adium. Deprecated.</description>
     </key>
     <key name="enable-webkit-developer-tools" type="b">
       <default>false</default>
       <summary>Enable WebKit Developer Tools</summary>
       <description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</description>
     </key>
+    <key name="send-chat-states" type="b">
+      <default>true</default>
+      <summary>Inform other users when you are typing to them</summary>
+      <description>Whether to send the 'composing' or 'paused' chat states. Does not currently affect the 'gone' state.</description>
+    </key>
     <key name="theme-chat-room" type="b">
       <default>true</default>
       <summary>Use theme for chat rooms</summary>
       <summary>Empathy should use the avatar of the contact as the chat window icon</summary>
       <description>Whether Empathy should use the avatar of the contact as the chat window icon.</description>
     </key>
+    <key name="room-last-account" type="o">
+      <default>"/"</default>
+      <summary>Last account selected in Join Room dialog</summary>
+      <description>D-Bus object path of the last account selected to join a room.</description>
+    </key>
+  </schema>
+  <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/">
+    <key name="camera-device" type="s">
+      <default>''</default>
+      <summary>Camera device</summary>
+      <description>Default camera device to use in video calls, e.g. /dev/video0.</description>
+    </key>
+    <key name="camera-position" enum="position">
+      <default>'bottom-left'</default>
+      <summary>Camera position</summary>
+      <description>Position the camera preview should be during a call.</description>
+    </key>
+    <key name="echo-cancellation" type="b">
+      <default>true</default>
+      <summary>Echo cancellation support</summary>
+      <description>Whether to enable Pulseaudio's echo cancellation filter.</description>
+    </key>
   </schema>
-  <schema id="org.gnome.Empathy.hints" path="/apps/empathy/hints/">
+  <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
     <key name="close-main-window" type="b">
       <default>true</default>
       <summary>Show hint about closing the main window</summary>
       <description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.accounts" path="/apps/empathy/accounts/">
-    <key name="imported-mc4-accounts" type="b">
-      <default>false</default>
-      <summary>MC 4 accounts have been imported</summary>
-      <description>MC 4 accounts have been imported.</description>
-    </key>
-  </schema>
-  <schema id="org.gnome.Empathy.location" path="/apps/empathy/location/">
+  <schema id="org.gnome.Empathy.location" path="/org/gnome/empathy/location/">
     <key name="publish" type="b">
       <default>false</default>
       <summary>Empathy can publish the user's location</summary>
       <description>Whether Empathy can publish the user's location to their contacts.</description>
     </key>
-    <key name="resource-network" type="b">
-      <default>true</default>
-      <summary>Empathy can use the network to guess the location</summary>
-      <description>Whether Empathy can use the network to guess the location.</description>
-    </key>
-    <key name="resource-cell" type="b">
-      <default>true</default>
-      <summary>Empathy can use the cellular network to guess the location</summary>
-      <description>Whether Empathy can use the cellular network to guess the location.</description>
-    </key>
-    <key name="resource-gps" type="b">
-      <default>false</default>
-      <summary>Empathy can use the GPS to guess the location</summary>
-      <description>Whether Empathy can use the GPS to guess the location.</description>
-    </key>
     <key name="reduce-accuracy" type="b">
       <default>true</default>
       <summary>Empathy should reduce the location's accuracy</summary>