r593: Rewrote the file info box. Looks a bit nicer, and it's easier to add extra
[rox-filer.git] / ROX-Filer / Options.xml
blob8dacfe3d0fd5eadc5a0f6ff6f2ebddc4577e4387
1 <?xml version='1.0' encoding='UTF-8'?>
2 <options>
3   <section name='i18n' title='Translation options'>
4     <menu name='translation' label='Translation'>
5       <item label='None' value='None'/>
6       <item label='From LANG' value='From LANG'/>
7       <item label='Dutch' value='nl'/>
8       <item label='French' value='fr'/>
9       <item label='Hungarian' value='hu'/>
10       <item label='Italian' value='it'/>
11       <item label='Polish' value='pl'/>
12       <item label='Russian' value='ru'/>
13     </menu>
14   </section>
15   <section name='pinboard' title='Pinboard options'>
16     <radio-group name='text_bg'>
17       <radio label='No background' value='0'>The text is drawn directly on the desktop background.</radio>
18       <radio label='Outlined text' value='1'>The text has a thin outline around each letter.</radio>
19       <radio label='Rectangular background slab' value='2'>The text is drawn on a solid rectangle.</radio>
20     </radio-group>
21     <hbox label='Text colours:'>
22       <colour name='fg_colour' label='Foreground'/>
23       <colour name='bg_colour' label='Background'/>
24     </hbox>
25     <toggle name='clamp_icons' label='Keep icons within screen limits'>If this is set, pinboard icons are always kept completely within screen limits, including the label.</toggle>
26     <hbox label='Icon grid step:'>
27       <radio-group name='grid_step'>
28         <radio label='Fine' value='2'>Use a 2-pixel grid for positioning icons on the desktop.</radio>
29         <radio label='Medium' value='16'>Use a 16-pixel grid for positioning icons on the desktop.</radio>
30         <radio label='Coarse' value='32'>Use a 32-pixel grid for positioning icons on the desktop.</radio>
31       </radio-group>
32     </hbox>
33   </section>
34   <section name='action' title='Action window options'>
35     <label>Auto-start (Quiet) these actions:</label>
36     <hbox>
37       <toggle name='copy' label='Copy'/>
38       <toggle name='move' label='Move'/>
39       <toggle name='link' label='Link'/>
40       <toggle name='delete' label='Delete'/>
41       <toggle name='mount' label='Mount'/>
42     </hbox>
43   </section>
44   <section name='display' title='Display options'>
45     <toggle name='sort_nocase' label='Ignore case when sorting'>If off: Ben, animal, zoo.
46 If on: animal, Ben, zoo.</toggle>
47     <toggle name='dirs_first' label='Directories always come first'>If this is on then directories will always appear before anything else, regardless of the sort type.</toggle>
48     <slider name='large_width' label='Max Large Icons width' min='0' max='250' fixed='1'>Maximum width for the text under a Large Icon.</slider>
49     <slider name='small_width' label='Max Small Icons width' min='0' max='250' fixed='1'>Maximum width for the text beside a Small Icon.</slider>
50     <label>Default settings for new windows</label>
51     <hbox>
52       <menu name='size' label='Icon size'>
53         <item label='Huge Icons' value='2'/>
54         <item label='Large Icons' value='0'/>
55         <item label='Small Icons' value='1'/>
56       </menu>
57       <menu name='details' label='Details'>
58         <item label='No details' value='0'/>
59         <item label='Summary' value='1'/>
60         <item label='Sizes' value='2'/>
61         <item label='Permissions' value='3'/>
62         <item label='Type' value='4'/>
63         <item label='Times' value='5'/>
64       </menu>
65     </hbox>
66     <menu name='sort_by' label='Sort by'>
67       <item label='Name' value='0'/>
68       <item label='Type' value='1'/>
69       <item label='Date' value='2'/>
70       <item label='Size' value='3'/>
71     </menu>
72   </section>
73   <section name='toolbar' title='Toolbar options'>
74     <label>Unshade the tools you want:</label>
75     <tool-options name='disable'/>
76     <menu name='type' label='Toolbar type'>
77       <item label='None' value='0'/>
78       <item label='Small' value='1'/>
79       <item label='Large' value='2'/>
80     </menu>
81   </section>
82   <section name='filer' title='Filer window options'>
83     <toggle name='auto_resize' label='Automatic resize'>Automatically resize the window when changing directory, if it's too small.</toggle>
84     <toggle name='unique_windows' label='Unique windows'>If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.</toggle>
85     <toggle name='beep_fail' label='Beep if Tab-completion fails'>When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).</toggle>
86     <toggle name='beep_multi' label='Beep if there are several matches'>When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.</toggle>
87   </section>
88   <section name='dnd' title='Drag and Drop options'>
89     <toggle name='no_hostnames' label="Don't use hostnames">Some older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.</toggle>
90     <toggle name='drag_to_icons' label='Allow dragging to icons in filer windows'>When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.</toggle>
91     <toggle name='spring_open' label='Directories spring open'>This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.</toggle>
92     <slider name='spring_delay' label='Spring delay' min='100' max='2000' showvalue='1'>This option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.</slider>
93   </section>
94   <section name='menu' title='Menu options'>
95     <label>To set the keyboard short-cuts, simply open the
96 menu over a filer window, move the pointer over
97 the item you want to use and press a key. The key
98 will appear next to the menu item and you can just
99 press that key without opening the menu in future.</label>
100     <entry name='xterm' label="`Xterm Here' program:">The program to launch when you choose `Xterm Here' from the menu.</entry>
101   </section>
102   <section name='bind' title='Mouse bindings'>
103     <toggle name='new_button_1' label='New window on button 1 (RISC OS style)'>Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.</toggle>
104     <toggle name='menu_button_2' label='Menu on button 2 (RISC OS style)'>Use button 2, the middle button (click both buttons at once on two button mice), to pop up the menu. If off, use button 3 (right) instead.</toggle>
105     <toggle name='single_click' label='Single-click navigation'>Clicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.</toggle>
106   </section>
107 </options>