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

« back to all changes in this revision

Viewing changes to applets/maintained/battery/awn-applet-battery.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/battery-udi]
5
5
type = string
6
6
default = 
7
 
description = HAL UDI of battery.
 
7
_description=HAL UDI of battery.
8
8
 
9
9
[DEFAULT/level-notify-high]
10
10
type = integer
11
11
default = 100
12
 
description = If charge level reaches this threshold, a notification will be sent.
 
12
_description=If charge level reaches this threshold, a notification will be sent.
13
13
 
14
14
[DEFAULT/level-warn-low]
15
15
type = integer
16
16
default = 15
17
 
description = If charge level drops below this threadhold, a warning will be displayed.
 
17
_description=If charge level drops below this threadhold, a warning will be displayed.
18
18
 
19
19
[DEFAULT/low-level-unit]
20
20
type = string
21
21
default = Percent
22
 
description = Unit of low level threshold (Percent or Time Remaining).
 
22
_description=Unit of low level threshold (Percent or Time Remaining).
23
23
 
24
24
[DEFAULT/notify-high-level]
25
25
type = boolean
26
26
default = false
27
 
description = If enabled, notify when the charge level reaches the high level.
 
27
_description=If enabled, notify when the charge level reaches the high level.
28
28
 
29
29
[DEFAULT/theme]
30
30
type = string
31
31
default = gpm
32
 
description = The name of the theme of the icon.
 
32
_description=The name of the theme of the icon.
33
33
 
34
34
[DEFAULT/warn-low-level]
35
35
type = boolean
36
36
default = true
37
 
description = If enabled, warn when the charge level drops below the warning threshold.
 
37
_description=If enabled, warn when the charge level drops below the warning threshold.