From 397335baee8c21654b0a55b23c22edbff21d39b3 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 6 Sep 2015 18:08:40 +0200 Subject: Bump required intltool version for gsettings support And mark the gschema accordingly in POTFILES --- libmateweather/org.mate.weather.gschema.xml.in | 175 +++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 libmateweather/org.mate.weather.gschema.xml.in (limited to 'libmateweather/org.mate.weather.gschema.xml.in') diff --git a/libmateweather/org.mate.weather.gschema.xml.in b/libmateweather/org.mate.weather.gschema.xml.in new file mode 100644 index 0000000..c482563 --- /dev/null +++ b/libmateweather/org.mate.weather.gschema.xml.in @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + Show notifications + Determines whether the applet shows a notification on each update. + + + true + Update the data automatically + Determines whether the applet automatically updates its weather statistics or not. + + + 1800 + Update interval + The interval, in seconds, between automatic updates. + + + false + Use metric units + Use metric units instead of english units. + + + + <_default l10n="messages">'miles' + Distance unit + The unit to use for visibility. Values: 'meters', 'km' ,'miles'. + + + + <_default l10n="messages">'inHg' + Pressure unit + The unit to use for pressure. Values: 'kPa', 'hPa', 'mb', 'mmHg', 'inHg, 'atm'. + + + + <_default l10n="messages">'knots' + Speed unit + The unit to use for wind speed. Values: 'm/s', 'km/h, 'mph', 'knots', 'Beaufort scale'. + + + + <_default l10n="messages">'Fahrenheit' + Temperature unit + The unit to use for temperature. Values: 'Kelvin', 'Centigrade', 'Fahrenheit'. + + + false + Not used anymore + + + false + Display radar map + Fetch a radar map on each update. + + + + <_default l10n="messages">'DEFAULT_LOCATION' + Weather location information + Weather location information. + + + + <_default l10n="messages">'DEFAULT_CODE' + Nearby city + 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' + Zone location + 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' + Radar location + 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' + Weather for a city + The city that mateweather displays information for. + + + + <_default l10n="messages">'DEFAULT_COORDINATES' + Location coordinates + Latitude and longitude of your location expressed in DD-MM-SS[NS] DD-MM-SS[EW]. + + + false + Use custom url for the radar map + If true, then retrieve a radar map from a location specified by the "radar" key. + + + '' + Url for the radar map + The custom url from where to retrieve a radar map. + + + -- cgit v1.2.1