summaryrefslogtreecommitdiff
path: root/applets/clock/clock.schemas.in
blob: badec94ef0c7c5880d68d480df54550d6aada12a (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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<?xml version="1.0"?>
<mateconfschemafile>
    <schemalist>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/format</key>
        <owner>clock-applet</owner>
        <type>string</type>
        <locale name="C">
          <default>
            <!-- Translators:
               This controls whether the MATE panel clock should display time in 24 hour mode
               or 12 hour mode by default. The only valid values for this are "24-hour" and
               "12-hour". If your locale uses 24 hour time notation, translate this to "24-hour".
               If your locale uses 12 hour time notation with am/pm, translate this to "12-hour".

               Do NOT translate this into anything else than "24-hour" or "12-hour". For example,
               if you translate this to "24 sata" or anything else that isn't "24-hour" or
               "12-hour", things will not work.
              -->
            24-hour
          </default>
          <short>Hour format</short>
          <long>
            This key specifies the hour format used by the clock applet.
            Possible values are "12-hour", "24-hour", "internet", "unix" and
	    "custom".
            If set to "internet", the clock will display Internet time.
            The Internet time system divides the day into 1000 ".beats". There
            are no time zones in this system, so time is the same all over the
            world.
            If set to "unix", the clock will display time in seconds since
            Epoch, i.e. 1970-01-01.
	    If set to "custom", the clock will display time according to the
	    format specified in the custom_format key.
          </long>
        </locale>
	<locale name="en_US">
	  <default>12-hour</default>
	</locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/custom_format</key>
        <owner>clock-applet</owner>
        <type>string</type>
        <default></default>
        <locale name="C">
          <short>Custom format of the clock</short>
          <long>
            This key specifies the format used by the clock applet when the
	    format key is set to "custom". You can use conversion specifiers
	    understood by strftime() to obtain a specific format. See the
	    strftime() manual for more information.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/show_seconds</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Show time with seconds</short>
          <long>If true, display seconds in time.</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/show_date</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>true</default>
        <locale name="C">
          <short>Show date in clock</short>
          <long>If true, display date in the clock, in addition to time.</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/show_tooltip</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>true</default>
        <locale name="C">
          <short>Show date in tooltip</short>
          <long>
            If true, show date in a tooltip when the pointer is over the clock.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/show_weather</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>true</default>
        <locale name="C">
          <short>Show weather in clock</short>
          <long>If true, display a weather icon.</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/show_temperature</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>true</default>
        <locale name="C">
          <short>Show temperature in clock</short>
          <long>If true, show the temperature next to the weather icon.</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/gmt_time</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Use UTC</short>
          <long>
	    The use of this key was deprecated in MATE 2.28 in favour of the
	    use of timezones. The schema is retained for compatibility with
	    older versions.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/config_tool</key>
        <owner>clock-applet</owner>
        <type>string</type>
        <default> </default>
        <locale name="C">
          <short>Time configuration tool</short>
          <long>
            The use of this key was deprecated in MATE 2.22 with the use
            of an internal time configuration tool. The schema is retained for
            compatibility with older versions.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/show_week_numbers</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>true</default>
        <locale name="C">
          <short>Show week numbers in calendar</short>
          <long>
            If true, show week numbers in the calendar.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/expand_appointments</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Expand list of appointments</short>
          <long>
            If true, expand the list of appointments in the calendar window.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/expand_birthdays</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Expand list of birthdays</short>
          <long>
            If true, expand the list of birthdays in the calendar window.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/expand_tasks</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Expand list of tasks</short>
          <long>
            If true, expand the list of tasks in the calendar window.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/expand_weather</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Expand list of weather information</short>
          <long>
            If true, expand the list of weather information in the calendar
            window.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/expand_locations</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Expand list of locations</short>
          <long>
            If true, expand the list of locations in the calendar
            window.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/hour_format</key>
        <owner>clock-applet</owner>
        <type>int</type>
        <default>12</default>
        <locale name="C">
          <short>Hour format</short>
          <long>
	    The use of this key was deprecated in MATE 2.6 in favour of the
	    'format' key. The schema is retained for compatibility with older
	    versions.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/unix_time</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Use UNIX time</short>
          <long>
	    The use of this key was deprecated in MATE 2.6 in favour of the
	    'format' key. The schema is retained for compatibility with older
	    versions.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/internet_time</key>
        <owner>clock-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Use Internet time</short>
          <long>
	    The use of this key was deprecated in MATE 2.6 in favour of the
	    'format' key. The schema is retained for compatibility with older
	    versions.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/cities</key>
        <owner>clock-applet</owner>
        <type>list</type>
        <list_type>string</list_type>
        <default>[]</default>
        <locale name="C">
          <short>List of locations</short>
          <long>
            A list of locations to display in the calendar window.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/temperature_unit</key>
        <owner>clock-applet</owner>
        <type>string</type>
        <default>Default</default>
        <locale name="C">
          <short>Temperature unit</short>
          <long>
            The unit to use when showing temperatures.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/clock_applet/prefs/speed_unit</key>
        <owner>clock-applet</owner>
        <type>string</type>
        <default>Default</default>
        <locale name="C">
          <short>Speed unit</short>
          <long>
            The unit to use when showing wind speed.
          </long>
        </locale>
      </schema>

  </schemalist>

</mateconfschemafile>