summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-12-02 15:46:08 +0900
committerJavier Jardón <jjardon@gnome.org>2012-12-02 15:50:05 +0900
commita273fe8b5ee275828db30de6f2856786dfbc92cb (patch)
treea80ca2c1819c77c7218850fa0c59ad862ae0825a /schemas
parent8e38c082048572e247971d0eb088ed58b9e5ceef (diff)
downloadlibgweather-a273fe8b5ee275828db30de6f2856786dfbc92cb.tar.gz
build: INTLTOOL 0.50 supports translation of schemas directly
Diffstat (limited to 'schemas')
-rw-r--r--schemas/Makefile.am12
-rw-r--r--schemas/org.gnome.GWeather.gschema.xml (renamed from schemas/org.gnome.GWeather.gschema.xml.in)48
2 files changed, 30 insertions, 30 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index f9b5796..6cd21ee 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -1,14 +1,14 @@
-gschemas_in = org.gnome.GWeather.gschema.xml.in
-
gsettings_ENUM_NAMESPACE = org.gnome.GWeather
gsettings_ENUM_FILES = $(top_srcdir)/libgweather/gweather-enums.h
-gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml)
+gsettings_SCHEMAS = org.gnome.GWeather.gschema.xml
@GSETTINGS_RULES@
-@INTLTOOL_XML_NOMERGE_RULE@
-EXTRA_DIST = $(gschemas_in)
-CLEANFILES = $(gsettings_SCHEMAS) *.valid
+EXTRA_DIST = \
+ $(gsettings_SCHEMAS)
+
+CLEANFILES = \
+ *.valid
-include $(top_srcdir)/git.mk
diff --git a/schemas/org.gnome.GWeather.gschema.xml.in b/schemas/org.gnome.GWeather.gschema.xml
index 113854b..96d7d70 100644
--- a/schemas/org.gnome.GWeather.gschema.xml.in
+++ b/schemas/org.gnome.GWeather.gschema.xml
@@ -1,63 +1,63 @@
<schemalist gettext-domain="libgweather-3.0">
<schema id="org.gnome.GWeather" path="/org/gnome/GWeather/">
<key name="radar" type="s">
- <_default>''</_default>
- <_summary>URL for the radar map</_summary>
- <_description>
+ <default>''</default>
+ <summary>URL for the radar map</summary>
+ <description>
The custom URL from where to retrieve a radar map, or empty
for disabling radar maps.
- </_description>
+ </description>
</key>
<key name="temperature-unit" enum="org.gnome.GWeather.GWeatherTemperatureUnit">
<!-- TRANSLATORS: pick a temperature unit that should be used by default in your
locale; values must be quoted -->
- <_default l10n="messages">'fahrenheit'</_default>
- <_summary>Temperature unit</_summary>
- <_description>
+ <default l10n="messages">'fahrenheit'</default>
+ <summary>Temperature unit</summary>
+ <description>
The unit of temperature used for showing weather. Valid values are 'kelvin',
'centigrade' and 'fahrenheit'.
- </_description>
+ </description>
</key>
<key name="distance-unit" enum="org.gnome.GWeather.GWeatherDistanceUnit">
<!-- TRANSLATORS: pick a default distance unit for your locale, see key description
for valid values -->
- <_default l10n="messages">'miles'</_default>
- <_summary>Distance unit</_summary>
- <_description>
+ <default l10n="messages">'miles'</default>
+ <summary>Distance unit</summary>
+ <description>
The unit of distance used for showing weather (for example for visibility or for
distance of important events). Valid values are 'meters', 'km' and 'miles'.
- </_description>
+ </description>
</key>
<key name="speed-unit" enum="org.gnome.GWeather.GWeatherSpeedUnit">
<!-- TRANSLATORS: pick a default speed unit for your locale, see key description
for valid values -->
- <_default l10n="messages">'knots'</_default>
- <_summary>Speed unit</_summary>
- <_description>
+ <default l10n="messages">'knots'</default>
+ <summary>Speed unit</summary>
+ <description>
The unit of speed used for showing weather (for example for wind speed). Valid
values are 'ms' (meters per second), 'kph' (kilometers per hour), 'mph' (miles
per hour), 'knots' and 'bft' (Beaufort scale).
- </_description>
+ </description>
</key>
<key name="pressure-unit" enum="org.gnome.GWeather.GWeatherPressureUnit">
<!-- TRANSLATORS: pick a default pressure unit for your locale, see key description
for valid values -->
- <_default l10n="messages">'inch-hg'</_default>
- <_summary>Pressure unit</_summary>
- <_description>
+ <default l10n="messages">'inch-hg'</default>
+ <summary>Pressure unit</summary>
+ <description>
The unit of pressure used for showing weather. Valid values are 'kpa' (kilopascal),
'hpa' (hectopascal), 'mb' (millibar, mathematically equivalent to 1 hPa but shown
differently), 'mm-hg' (millimiters of mercury), 'inch-hg' (inches of mercury), 'atm'
(atmospheres).
- </_description>
+ </description>
</key>
<key name="default-location" type="(ssm(dd))">
<!-- TRANSLATORS: pick a default location to use in the weather applet. This should
usually be the largest city or the capital of your country. If you're not picking
a <location> in the database, don't forget to set name and coordinates. -->
- <_default>('', 'KNYC', nothing)</_default>
- <_summary>Default location</_summary>
- <_description>
+ <default>('', 'KNYC', nothing)</default>
+ <summary>Default location</summary>
+ <description>
The default location for the weather applet. The first field is the name that will
be shown. If empty, it will be taken from the locations database.
The second field is the METAR code for the default weather station. It must not be
@@ -65,7 +65,7 @@
The third field is a tuple of (latitude, longitude), to override the value taken
from the database. This is only used for sunrise and moon phase calculations, not
for weather forecast.
- </_description>
+ </description>
</key>
</schema>
</schemalist>