summaryrefslogtreecommitdiffstats
path: root/schemas/service-discovery-applet.schemas.in
diff options
context:
space:
mode:
authorSebastian Droege <slomo@ubuntu.com>2005-10-06 14:41:58 +0000
committerSebastian Droege <slomo@ubuntu.com>2005-10-06 14:41:58 +0000
commit37199f0fd28d5f036d99d4755544ffa90436b600 (patch)
treee9ec1a068ad654801cba3b16172c243053222c74 /schemas/service-discovery-applet.schemas.in
parentaeb1d09124bd57ecf78e138c4466d682827eb354 (diff)
* added localization to sda
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@45 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'schemas/service-discovery-applet.schemas.in')
-rw-r--r--schemas/service-discovery-applet.schemas.in41
1 files changed, 41 insertions, 0 deletions
diff --git a/schemas/service-discovery-applet.schemas.in b/schemas/service-discovery-applet.schemas.in
new file mode 100644
index 0000000..2ceaefa
--- /dev/null
+++ b/schemas/service-discovery-applet.schemas.in
@@ -0,0 +1,41 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/service-discovery-applet/options/show_notifications</key>
+ <applyto>/apps/service-discovery-applet/options/show_notifications</applyto>
+ <owner>service-discovery-applet</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Display notifications.</short>
+ <long>
+ Use the notification deamon to notify the user when a service is discovered.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/service-discovery-applet/options/show_local_services</key>
+ <applyto>/apps/service-discovery-applet/options/show_local_services</applyto>
+ <owner>service-discovery-applet</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Browse for your own services.</short>
+ <long>
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/service-discovery-applet/options/first_run</key>
+ <applyto>/apps/service-discovery-applet/options/first_run</applyto>
+ <owner>service-discovery-applet</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>First time you start the app?</short>
+ <long>
+ </long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>