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

« back to all changes in this revision

Viewing changes to applets/unmaintained/filebrowser/awn-applet-filebrowser.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:
1
1
[DEFAULT/default_drag_action]
2
2
type = string
3
3
default = link
4
 
description = The default action when files are dropped on the applet: "copy", "move" or "link". If it is set to "system", you can modify the behavior with SHIFT, CTRL and ALT (keys depend on your system)
 
4
_description=The default action when files are dropped on the applet: "copy", "move" or "link". If it is set to "system", you can modify the behavior with SHIFT, CTRL and ALT (keys depend on your system)
5
5
 
6
6
[DEFAULT/applet_icon]
7
7
type = string
8
8
default = folder-drag-accept
9
 
description = Specify an icon to use for the file browser applet (button)
 
9
_description=Specify an icon to use for the file browser applet (button)
10
10
 
11
11
[DEFAULT/enable_browsing]
12
12
type = boolean
13
13
default = TRUE
14
 
description = Support browsing of folders. If false, folders will be openend in the default fowsing of folders. If false, folders will be openend in the default filemanager
 
14
_description=Support browsing of folders. If false, folders will be openend in the default fowsing of folders. If false, folders will be openend in the default filemanager
15
15
 
16
16
[DEFAULT/show_files]
17
17
type = boolean
18
18
default = TRUE
19
 
description = Show files in the file browser
 
19
_description=Show files in the file browser
20
20
 
21
21
[DEFAULT/show_hidden_files]
22
22
type = boolean
23
23
default = FALSE
24
 
description = Show hideen files in the file browser
 
24
_description=Show hideen files in the file browser
25
25
 
26
26
[DEFAULT/show_folders]
27
27
type = boolean
28
28
default = TRUE
29
 
description = Show folders in the file browser
 
29
_description=Show folders in the file browser
30
30
 
31
31
[DEFAULT/show_desktop_items]
32
32
type = boolean
33
33
default = TRUE
34
 
description = Show desktop items (applications) in the file browser
 
34
_description=Show desktop items (applications) in the file browser
35
35
 
36
36
[DEFAULT/enable_composite_applet_icon]
37
37
type = boolean
38
38
default = TRUE
39
 
description = If true, the applet icon is a composite of the 3 last added files
 
39
_description=If true, the applet icon is a composite of the 3 last added files
40
40
 
41
41
[DEFAULT/backend_folder]
42
42
type = string
43
43
default = 
44
 
description = The absolute path to a folder to use as a backend
 
44
_description=The absolute path to a folder to use as a backend
45
45
 
46
46
[DEFAULT/icon_size]
47
47
type = integer
48
48
default = 48
49
 
description = The size of the file browser icons
 
49
_description=The size of the file browser icons
50
50
 
51
51
[DEFAULT/maximum_rows]
52
52
type = integer
53
53
default = 4
54
 
description = The maximum number of rows a file browser page should display
 
54
_description=The maximum number of rows a file browser page should display
55
55
 
56
56
[DEFAULT/maximum_cols]
57
57
type = integer
58
58
default = 5
59
 
description = The maximum number of columns a file browser page should display
 
59
_description=The maximum number of columns a file browser page should display
60
60
 
61
61
; vim: set ft=dosini :