summaryrefslogtreecommitdiff
path: root/libmateweather/mateweather.schemas.in
blob: 3b81d35a8204dab92814008a95a57ceb18a7f2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<mateconfschemafile>
<schemalist>

<schema>
	<key>/schemas/apps/mateweather/prefs/auto_update</key>
	<owner>mateweather-applet-2</owner>
	<type>bool</type>
	<default>true</default>
	<locale name="C">
		<short>Update the data automatically</short>
		<long>Determines whether the applet automatically updates its weather statistics or not.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/auto_update_interval</key>
	<owner>mateweather-applet-2</owner>
	<type>int</type>
	<default>1800</default>
	<locale name="C">
		<short>Update interval</short>
		<long>The interval, in seconds, between automatic updates.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/enable_metric</key>
	<owner>mateweather-applet-2</owner>
	<type>bool</type>
	<default>false</default>
	<locale name="C">
		<short>Use metric units</short>
		<long>Use metric units instead of english units.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/distance_unit</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<default>Default</default>
	<locale name="C">
		<short>Distance unit</short>
		<long>The unit to use for visibility.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/pressure_unit</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<default>Default</default>
	<locale name="C">
		<short>Pressure unit</short>
		<long>The unit to use for pressure.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/speed_unit</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<default>Default</default>
	<locale name="C">
		<short>Speed unit</short>
		<long>The unit to use for wind speed.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/temperature_unit</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<default>Default</default>
	<locale name="C">
		<short>Temperature unit</short>
		<long>The unit to use for temperature.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/enable_detailed_forecast</key>
	<owner>mateweather-applet-2</owner>
	<type>bool</type>
	<default>false</default>
	<locale name="C">
		<short>Not used anymore</short>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/enable_radar_map</key>
	<owner>mateweather-applet-2</owner>
	<type>bool</type>
	<default>false</default>
	<locale name="C">
		<short>Display radar map</short>
		<long>Fetch a radar map on each update.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/location0</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<locale name="C">
		<default>DEFAULT_LOCATION</default>
		<short>Weather location information</short>
		<long>Weather location information.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/location1</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<locale name="C">
		<default>DEFAULT_CODE</default>
		<short>Nearby city</short>
		<long>Nearby major zone, such as a capital city, as found from http://git.gnome.org/cgit/libmateweather/plain/data/Locations.xml.in</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/location2</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<locale name="C">
		<default>DEFAULT_ZONE</default>
		<short>Zone location</short>
		<long>A unique zone for the city, as found from http://git.gnome.org/cgit/libmateweather/plain/data/Locations.xml.in</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/location3</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<locale name="C">
		<default>DEFAULT_RADAR</default>
		<short>Radar location</short>
		<long>A three-digit-long code for retrieving radar maps from weather.com, found from http://git.gnome.org/cgit/libmateweather/plain/data/Locations.xml.in</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/location4</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<locale name="C">
		<default>DEFAULT_LOCATION</default>
		<short>Weather for a city</short>
		<long>The city that mateweather displays information for.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/coordinates</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<locale name="C">
		<default>DEFAULT_COORDINATES</default>
		<short>Location coordinates</short>
		<long>Latitude and longitude of your location expressed in DD-MM-SS[NS] DD-MM-SS[EW].</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/use_custom_radar_url</key>
	<owner>mateweather-applet-2</owner>
	<type>bool</type>
	<default>false</default>
	<locale name="C">
		<short>Use custom url for the radar map</short>
		<long>If true, then retrieve a radar map from a location specified by the "radar" key.</long>
	</locale>
</schema>
<schema>
	<key>/schemas/apps/mateweather/prefs/radar</key>
	<owner>mateweather-applet-2</owner>
	<type>string</type>
	<locale name="C">
		<short>Url for the radar map</short>
		<long>The custom url from where to retrieve a radar map.</long>
	</locale>
</schema>
</schemalist>
</mateconfschemafile>