~ubuntu-branches/ubuntu/trusty/libgweather/trusty-updates

« back to all changes in this revision

Viewing changes to schemas/org.gnome.GWeather.gschema.xml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-27 11:58:15 UTC
  • mfrom: (13.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130527115815-l51yffuy20gbv9q0
Tags: 3.8.0-1ubuntu1
* Sync with Debian (LP: #1184168). Remaining changes: 
  - debian/control.in, debian/rules:
    + Run autoreconf
  - debian/rules:
    + Generate POT files on build
  - debian/patches/01_gettext_not_xml.patch: 
    + using gettext rather than add translations to the xml databases
  - debian/patches/02_no_external_gettext.patch:
    + Can't have both IT_PROG_INTLTOOL and AM_GNU_GETTEXT

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="libgweather-3.0">
 
2
  <schema id="org.gnome.GWeather" path="/org/gnome/GWeather/">
 
3
    <key name="radar" type="s">
 
4
      <default>''</default>
 
5
      <summary>URL for the radar map</summary>
 
6
      <description>
 
7
        The custom URL from where to retrieve a radar map, or empty
 
8
        for disabling radar maps.
 
9
      </description>
 
10
    </key>
 
11
    <key name="temperature-unit" enum="org.gnome.GWeather.GWeatherTemperatureUnit">
 
12
      <!-- TRANSLATORS: pick a temperature unit that should be used by default in your
 
13
      locale; values must be quoted -->
 
14
      <default l10n="messages">'fahrenheit'</default>
 
15
      <summary>Temperature unit</summary>
 
16
      <description>
 
17
        The unit of temperature used for showing weather. Valid values are 'kelvin',
 
18
        'centigrade' and 'fahrenheit'.
 
19
      </description>
 
20
    </key>
 
21
    <key name="distance-unit" enum="org.gnome.GWeather.GWeatherDistanceUnit">
 
22
      <!-- TRANSLATORS: pick a default distance unit for your locale, see key description
 
23
      for valid values -->
 
24
      <default l10n="messages">'miles'</default>
 
25
      <summary>Distance unit</summary>
 
26
      <description>
 
27
        The unit of distance used for showing weather (for example for visibility or for
 
28
        distance of important events). Valid values are 'meters', 'km' and 'miles'.
 
29
      </description>
 
30
    </key>
 
31
    <key name="speed-unit" enum="org.gnome.GWeather.GWeatherSpeedUnit">
 
32
      <!-- TRANSLATORS: pick a default speed unit for your locale, see key description
 
33
      for valid values -->
 
34
      <default l10n="messages">'knots'</default>
 
35
      <summary>Speed unit</summary>
 
36
      <description>
 
37
        The unit of speed used for showing weather (for example for wind speed). Valid
 
38
        values are 'ms' (meters per second), 'kph' (kilometers per hour), 'mph' (miles
 
39
        per hour), 'knots' and 'bft' (Beaufort scale).
 
40
      </description>
 
41
    </key>
 
42
    <key name="pressure-unit" enum="org.gnome.GWeather.GWeatherPressureUnit">
 
43
      <!-- TRANSLATORS: pick a default pressure unit for your locale, see key description
 
44
      for valid values -->
 
45
      <default l10n="messages">'inch-hg'</default>
 
46
      <summary>Pressure unit</summary>
 
47
      <description>
 
48
        The unit of pressure used for showing weather. Valid values are 'kpa' (kilopascal),
 
49
        'hpa' (hectopascal), 'mb' (millibar, mathematically equivalent to 1 hPa but shown
 
50
        differently), 'mm-hg' (millimiters of mercury), 'inch-hg' (inches of mercury), 'atm'
 
51
        (atmospheres).
 
52
      </description>
 
53
    </key>
 
54
    <key name="default-location" type="(ssm(dd))">
 
55
      <!-- TRANSLATORS: pick a default location to use in the weather applet. This should
 
56
      usually be the largest city or the capital of your country. If you're not picking
 
57
      a <location> in the database, don't forget to set name and coordinates. -->
 
58
      <default>('', 'KNYC', nothing)</default>
 
59
      <summary>Default location</summary>
 
60
      <description>
 
61
        The default location for the weather applet. The first field is the name that will
 
62
        be shown. If empty, it will be taken from the locations database.
 
63
        The second field is the METAR code for the default weather station. It must not be
 
64
        empty and must correspond to a &lt;code&gt; tag in the Locations.xml file.
 
65
        The third field is a tuple of (latitude, longitude), to override the value taken
 
66
        from the database. This is only used for sunrise and moon phase calculations, not
 
67
        for weather forecast.
 
68
      </description>
 
69
    </key>
 
70
  </schema>
 
71
</schemalist>