From 37199f0fd28d5f036d99d4755544ffa90436b600 Mon Sep 17 00:00:00 2001 From: Sebastian Droege Date: Thu, 6 Oct 2005 14:41:58 +0000 Subject: * added localization to sda git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@45 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- schemas/Makefile.am | 10 +++---- schemas/service-discovery-applet.schemas | 41 ----------------------------- schemas/service-discovery-applet.schemas.in | 41 +++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 schemas/service-discovery-applet.schemas create mode 100644 schemas/service-discovery-applet.schemas.in (limited to 'schemas') diff --git a/schemas/Makefile.am b/schemas/Makefile.am index aae3947..dffc000 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -1,12 +1,12 @@ -SCHEMAS_FILE = service-discovery-applet.schemas - -EXTRA_DIST = $(SCHEMAS_FILE) +EXTRA_DIST = $(schemas_in_files) schemasdir = $(GCONF_SCHEMA_FILE_DIR) -schemas_DATA = $(SCHEMAS_FILE) +schemas_in_files = service-discovery-applet.schemas.in +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) +@INTLTOOL_SCHEMAS_RULE@ install-schemas: - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(top_srcdir)/schemas/$(SCHEMAS_FILE) 2>&1 > /dev/null + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(top_srcdir)/schemas/$(schemas_DATA) 2>&1 > /dev/null gconftool-2 --shutdown if GCONF_SCHEMAS_INSTALL diff --git a/schemas/service-discovery-applet.schemas b/schemas/service-discovery-applet.schemas deleted file mode 100644 index 2ceaefa..0000000 --- a/schemas/service-discovery-applet.schemas +++ /dev/null @@ -1,41 +0,0 @@ - - - - /schemas/apps/service-discovery-applet/options/show_notifications - /apps/service-discovery-applet/options/show_notifications - service-discovery-applet - bool - TRUE - - Display notifications. - - Use the notification deamon to notify the user when a service is discovered. - - - - - /schemas/apps/service-discovery-applet/options/show_local_services - /apps/service-discovery-applet/options/show_local_services - service-discovery-applet - bool - FALSE - - Browse for your own services. - - - - - - /schemas/apps/service-discovery-applet/options/first_run - /apps/service-discovery-applet/options/first_run - service-discovery-applet - bool - TRUE - - First time you start the app? - - - - - - 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 @@ + + + + /schemas/apps/service-discovery-applet/options/show_notifications + /apps/service-discovery-applet/options/show_notifications + service-discovery-applet + bool + TRUE + + Display notifications. + + Use the notification deamon to notify the user when a service is discovered. + + + + + /schemas/apps/service-discovery-applet/options/show_local_services + /apps/service-discovery-applet/options/show_local_services + service-discovery-applet + bool + FALSE + + Browse for your own services. + + + + + + /schemas/apps/service-discovery-applet/options/first_run + /apps/service-discovery-applet/options/first_run + service-discovery-applet + bool + TRUE + + First time you start the app? + + + + + + -- cgit