merged tag ooo/DEV300_m102
[LibreOffice.git] / toolkit / workben / layout / sortdlg.xml
blobce45a60ff1ee7a5ef6b91348e378e60b60f8b5cd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This is a template.  i18n translation is not performed in-place;
3      i18n translated XML files are generated from this template by
4      transex3/layout/tralay.  !-->
6 <tabpage help-id="HID_SCPAGE_SORT_FIELDS" hide="true" id="RID_SCPAGE_SORT_FIELDS" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
7     <vbox>
8         <fixedline id="FL_SORT1" text="Sort ~by"/>
9         <radiobutton id="BTN_UP1" tabstop="true" label="~Ascending"/>
10         <listbox has_border="true" dropdown="true" id="LB_SORT1" tabstop="true"/>
11         <radiobutton id="BTN_DOWN1" tabstop="true" label="~Descending"/>
12         <fixedline id="FL_SORT2" text="Then b~y"/>
13         <radiobutton id="BTN_UP2" tabstop="true" label="A~scending"/>
14         <listbox has_border="true" dropdown="true" id="LB_SORT2" tabstop="true"/>
15         <radiobutton id="BTN_DOWN2" tabstop="true" label="D~escending"/>
16         <fixedline id="FL_SORT3" text="T~hen by"/>
17         <radiobutton id="BTN_UP3" tabstop="true" label="As~cending"/>
18         <listbox has_border="true" dropdown="true" id="LB_SORT3" tabstop="true"/>
19         <radiobutton id="BTN_DOWN3" tabstop="true" label="Desce~nding"/>
20     </vbox>
21 </tabpage>
22 <tabpage help-id="HID_SCPAGE_SORT_OPTIONS" hide="true" id="RID_SCPAGE_SORT_OPTIONS" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
23     <string id="STR_COL_LABEL" text="Range contains column la~bels"/>
24     <string id="STR_ROW_LABEL" text="Range contains ~row labels"/>
25     <vbox>
26         <checkbox id="BTN_CASESENSITIVE" tabstop="true" label="Case ~sensitive"/>
27         <checkbox id="BTN_LABEL" tabstop="true"/>
28         <checkbox id="BTN_FORMATS" tabstop="true" label="Include ~formats"/>
29         <checkbox id="BTN_NATURALSORT" tabstop="true" label=" "/>
30         <checkbox id="BTN_COPYRESULT" tabstop="true" label="~Copy sort results to:"/>
31         <hbox>
32             <listbox has_border="true" dropdown="true" id="LB_OUTAREA" tabstop="true"/>
33             <edit has_border="true" disable="true" id="ED_OUTAREA" tabstop="true"/>
34         </hbox>
35         <checkbox id="BTN_SORT_USER" tabstop="true" label="Custom sort ~order"/>
36         <listbox has_border="true" disable="true" dropdown="true" id="LB_SORT_USER" tabstop="true"/>
37         <hbox>
38             <fixedtext id="FT_LANGUAGE" label="~Language"/>
39             <fixedtext id="FT_ALGORITHM" label="O~ptions"/>
40         </hbox>
41         <hbox>
42             <listbox has_border="true" dropdown="true" id="LB_LANGUAGE" sort="true" tabstop="true"/>
43             <listbox has_border="true" dropdown="true" id="LB_ALGORITHM" tabstop="true"/>
44         </hbox>
45         <fixedline id="FL_DIRECTION" text="Direction"/>
46         <radiobutton id="BTN_TOP_DOWN" tabstop="true" label="~Top to bottom (sort rows)"/>
47         <radiobutton id="BTN_LEFT_RIGHT" tabstop="true" label="L~eft to right (sort columns)"/>
48     </vbox>
49 </tabpage>
50 <tabdialog closeable="false" moveable="true" output-size="true" id="RID_SCDLG_SORT" sv-look="true" text="Sort" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
51     <vbox>
52         <tabcontrol output-size="true" id="1">
53             <pagelist>
54                 <pageitem identifier="TP_FIELDS" page-res-id="TP_FIELDS" text="Sort Criteria"/>
55                 <pageitem identifier="TP_OPTIONS" page-res-id="TP_OPTIONS" text="Options"/>
56             </pagelist>
57         </tabcontrol>
58         <hbox>
59             <okbutton defbutton="true" id="1" tabstop="true"/>
60             <cancelbutton id="1" tabstop="true"/>
61             <helpbutton id="1" tabstop="true"/>
62             <pushbutton id="1" tabstop="true"/>
63         </hbox>
64     </vbox>
65 </tabdialog>