From 6fc7fa8f772083bda5cb4b4956150db5d155e060 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 10 Oct 2012 13:39:28 +0200 Subject: add gettext to gschema --- libmateweather/org.mate.weather.gschema.xml.in.in | 161 ++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 libmateweather/org.mate.weather.gschema.xml.in.in (limited to 'libmateweather/org.mate.weather.gschema.xml.in.in') diff --git a/libmateweather/org.mate.weather.gschema.xml.in.in b/libmateweather/org.mate.weather.gschema.xml.in.in new file mode 100644 index 0000000..43dcbbb --- /dev/null +++ b/libmateweather/org.mate.weather.gschema.xml.in.in @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + <_summary>Update the data automatically + <_description>Determines whether the applet automatically updates its weather statistics or not. + + + 1800 + <_summary>Update interval + <_description>The interval, in seconds, between automatic updates. + + + false + <_summary>Use metric units + <_description>Use metric units instead of english units. + + + 'Default' + <_summary>Distance unit + <_description>The unit to use for visibility. + + + 'Default' + <_summary>Pressure unit + <_description>The unit to use for pressure. + + + 'Default' + <_summary>Speed unit + <_description>The unit to use for wind speed. + + + 'Default' + <_summary>Temperature unit + <_description>The unit to use for temperature. + + + false + <_summary>Not used anymore + + + false + <_summary>Display radar map + <_description>Fetch a radar map on each update. + + + + <_default l10n="messages">'DEFAULT_LOCATION' + <_summary>Weather location information + <_description>Weather location information. + + + + <_default l10n="messages">'DEFAULT_CODE' + <_summary>Nearby city + <_description>Nearby major zone, such as a capital city, as found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in + + + + <_default l10n="messages">'DEFAULT_ZONE' + <_summary>Zone location + <_description>A unique zone for the city, as found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in + + + + <_default l10n="messages">'DEFAULT_RADAR' + <_summary>Radar location + <_description>A three-digit-long code for retrieving radar maps from weather.com, found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in + + + <_default l10n="messages">'DEFAULT_LOCATION' + <_summary>Weather for a city + <_description>The city that mateweather displays information for. + + + + <_default l10n="messages">'DEFAULT_COORDINATES' + <_summary>Location coordinates + <_description>Latitude and longitude of your location expressed in DD-MM-SS[NS] DD-MM-SS[EW]. + + + false + <_summary>Use custom url for the radar map + <_description>If true, then retrieve a radar map from a location specified by the "radar" key. + + + '' + <_summary>Url for the radar map + <_description>The custom url from where to retrieve a radar map. + + + -- cgit v1.2.1