~mjz/awn-extras/to-do-two

« back to all changes in this revision

Viewing changes to applets/maintained/cairo-clock/awn-applet-cairo-clock.schema-ini.in

  • Committer: Michal Hruby
  • Date: 2010-03-24 16:42:08 UTC
  • mfrom: (1209.1.9 0.4-build-system+i18n)
  • Revision ID: michal.mhr@gmail.com-20100324164208-faqrdd1nkaa056oq
Merge from <lp:~awn-extras/awn-extras/0.4-build-system+i18n>, plus distcheck fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
[DEFAULT/time-24-format]
5
5
type = boolean
6
6
default = true
7
 
description = Show time in 24 hour format if enabled, or 12 hour format when disabled.
 
7
_description=Show time in 24 hour format if enabled, or 12 hour format when disabled.
8
8
 
9
9
[DEFAULT/time-date]
10
10
type = boolean
11
11
default = true
12
 
description = If enabled, the date will be shown in the title.
 
12
_description=If enabled, the date will be shown in the title.
13
13
 
14
14
[DEFAULT/time-seconds]
15
15
type = boolean
16
16
default = true
17
 
description = If enabled, besides hours and minutes, the seconds will be visible too.
 
17
_description=If enabled, besides hours and minutes, the seconds will be visible too.
18
18
 
19
19
[DEFAULT/show-seconds-hand]
20
20
type = boolean
21
21
default = true
22
 
description = If enabled, the seconds hand will be visible in the clock.
 
22
_description=If enabled, the seconds hand will be visible in the clock.
23
23
 
24
24
[DEFAULT/theme]
25
25
type = string
26
26
default = gnome
27
 
description = The name of the theme of the analog clock.
 
27
_description=The name of the theme of the analog clock.
28
28
 
29
29
[DEFAULT/custom-time-format]
30
30
type = string
31
31
default =
32
 
description = A custom time format (strftime()), used if not empty.
 
32
_description=A custom time format (strftime()), used if not empty.
33
33
 
34
34
[DEFAULT/cities-timezones]
35
35
type = list-string
36
36
default =
37
 
description = List of cities and timezones separated by a '#' character.
 
37
_description=List of cities and timezones separated by a '#' character.
38
38
 
39
39
[DEFAULT/show-weather]
40
40
type = boolean
41
41
default = false
42
 
description = If enabled, displays the weather as an overlay on top of the clock.
 
42
_description=If enabled, displays the weather as an overlay on top of the clock.
43
43
 
44
44
[DEFAULT/temperature-unit]
45
45
type = integer
46
46
default = 0
47
 
description = Temperature unit (0=Celcius, 1=Fahrenheit, 2=Kelvin).
 
47
_description=Temperature unit (0=Celcius, 1=Fahrenheit, 2=Kelvin).
48
48
 
49
49
[DEFAULT/wind-speed-unit]
50
50
type = integer
51
51
default = 0
52
 
description = Wind speed unit (0=m/s, 1=km/h, 2=mph, 3=knots, 4=Beaufort).
 
 
b'\\ No newline at end of file'
 
52
_description=Wind speed unit (0=m/s, 1=km/h, 2=mph, 3=knots, 4=Beaufort).
 
 
b'\\ No newline at end of file'