source: trunk/third/gnome-applets/gweather/gweather.schemas.in @ 20910

Revision 20910, 4.4 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
1<gconfschemafile>
2<schemalist>
3
4<schema>
5        <key>/schemas/apps/gweather/prefs/auto_update</key>
6        <owner>gweather-applet-2</owner>
7        <type>bool</type>
8        <default>true</default>
9        <locale name="C">
10                <short>Update the data automatically</short>
11                <long>Determines whether the applet automatically updates its weather statistics or not.</long>
12        </locale>
13</schema>
14<schema>
15        <key>/schemas/apps/gweather/prefs/auto_update_interval</key>
16        <owner>gweather-applet-2</owner>
17        <type>int</type>
18        <default>1800</default>
19        <locale name="C">
20                <short>Update interval</short>
21                <long>The interval, in seconds, between automatic updates.</long>
22        </locale>
23</schema>
24<schema>
25        <key>/schemas/apps/gweather/prefs/enable_metric</key>
26        <owner>gweather-applet-2</owner>
27        <type>bool</type>
28        <default>false</default>
29        <locale name="C">
30                <short>Use metric units</short>
31                <long>Use metric units instead of english units.</long>
32        </locale>
33</schema>
34<schema>
35        <key>/schemas/apps/gweather/prefs/distance_unit</key>
36        <owner>gweather-applet-2</owner>
37        <type>string</type>
38        <default>Default</default>
39        <locale name="C">
40                <short>Distance units</short>
41                <long>The unit to use for visibility.</long>
42        </locale>
43</schema>
44<schema>
45        <key>/schemas/apps/gweather/prefs/pressure_unit</key>
46        <owner>gweather-applet-2</owner>
47        <type>string</type>
48        <default>Default</default>
49        <locale name="C">
50                <short>Pressure units</short>
51                <long>The unit to use for pressure.</long>
52        </locale>
53</schema>
54<schema>
55        <key>/schemas/apps/gweather/prefs/speed_unit</key>
56        <owner>gweather-applet-2</owner>
57        <type>string</type>
58        <default>Default</default>
59        <locale name="C">
60                <short>Speed units</short>
61                <long>The unit to use for wind speed.</long>
62        </locale>
63</schema>
64<schema>
65        <key>/schemas/apps/gweather/prefs/temperature_unit</key>
66        <owner>gweather-applet-2</owner>
67        <type>string</type>
68        <default>Default</default>
69        <locale name="C">
70                <short>Temperature units</short>
71                <long>The temperature units to use.</long>
72        </locale>
73</schema>
74<schema>
75        <key>/schemas/apps/gweather/prefs/enable_detailed_forecast</key>
76        <owner>gweather-applet-2</owner>
77        <type>bool</type>
78        <default>false</default>
79        <locale name="C">
80                <short>Not used anymore</short>
81        </locale>
82</schema>
83<schema>
84        <key>/schemas/apps/gweather/prefs/enable_radar_map</key>
85        <owner>gweather-applet-2</owner>
86        <type>bool</type>
87        <default>false</default>
88        <locale name="C">
89                <short>Display radar map</short>
90                <long>Fetch a radar map on each update.</long>
91        </locale>
92</schema>
93<schema>
94        <key>/schemas/apps/gweather/prefs/location0</key>
95        <owner>gweather-applet-2</owner>
96        <type>string</type>
97        <locale name="C">
98                <default>DEFAULT_LOCATION</default>
99                <short>weather location information.</short>
100                <long>weather location information.</long>
101        </locale>
102</schema>
103<schema>
104        <key>/schemas/apps/gweather/prefs/location1</key>
105        <owner>gweather-applet-2</owner>
106        <type>string</type>
107        <locale name="C">
108                <default>DEFAULT_CODE</default>
109                <short>weather location information.</short>
110                <long>weather location information.</long>
111        </locale>
112</schema>
113<schema>
114        <key>/schemas/apps/gweather/prefs/location2</key>
115        <owner>gweather-applet-2</owner>
116        <type>string</type>
117        <locale name="C">
118                <default>DEFAULT_ZONE</default>
119                <short>weather location information.</short>
120                <long>weather location information.</long>
121        </locale>
122</schema>
123<schema>
124        <key>/schemas/apps/gweather/prefs/location3</key>
125        <owner>gweather-applet-2</owner>
126        <type>string</type>
127        <locale name="C">
128                <default>DEFAULT_RADAR</default>
129                <short>weather location information.</short>
130                <long>weather location information.</long>
131        </locale>
132</schema>
133<schema>
134        <key>/schemas/apps/gweather/prefs/location4</key>
135        <owner>gweather-applet-2</owner>
136        <type>string</type>
137        <locale name="C">
138                <default>DEFAULT_LOCATION</default>
139                <short>weather location information.</short>
140                <long>weather location information.</long>
141        </locale>
142</schema>
143<schema>
144        <key>/schemas/apps/gweather/prefs/use_custom_radar_url</key>
145        <owner>gweather-applet-2</owner>
146        <type>bool</type>
147        <default>false</default>
148        <locale name="C">
149                <short>Use custom url for the radar map</short>
150                <long>If true, then retreive a radar map from a location specified by the "radar" key.</long>
151        </locale>
152</schema>
153<schema>
154        <key>/schemas/apps/gweather/prefs/radar</key>
155        <owner>gweather-applet-2</owner>
156        <type>string</type>
157        <locale name="C">
158                <short>Url for the radar map</short>
159                <long>The custom url from where to retrieve a radar map.</long>
160        </locale>
161</schema>
162</schemalist>
163</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.