1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22<!-- This is a template.  i18n translation is not performed in-place;
23     i18n translated XML files are generated from this template by
24     transex3/layout/tralay.  !-->
25
26<tabpage help-id="HID_SCPAGE_SORT_OPTIONS"
27	 id="RID_SCPAGE_SORT_OPTIONS"
28	 sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container"
29	 optimumsize="true"
30         sizeable="true" moveable="true">
31    <vbox spacing="4" border="5">
32	<string id="STR_COL_LABEL" _text="Range contains column la~bels"/>
33	<string id="STR_ROW_LABEL" _text="Range contains ~row labels"/>
34	<string id="SCSTR_UNDEFINED" _text="- undefined -"/>
35	<vbox spacing="4" border="5">
36            <checkbox id="BTN_CASESENSITIVE" tabstop="true" _label="Case ~sensitive"/>
37            <checkbox id="BTN_LABEL" tabstop="true"/>
38            <checkbox id="BTN_FORMATS" tabstop="true" _label="Include ~formats"/>
39            <checkbox id="BTN_NATURALSORT" tabstop="true" _label="Enable ~natural sort"/>
40            <checkbox id="BTN_COPYRESULT" tabstop="true" _label="~Copy sort results to:"/>
41            <hbox>
42		<listbox has_border="true" dropdown="true" id="LB_OUTAREA" tabstop="true"/>
43		<edit has_border="true" disable="true" id="ED_OUTAREA" tabstop="true"/>
44            </hbox>
45            <checkbox id="BTN_SORT_USER" tabstop="true" _label="Custom sort ~order"/>
46            <listbox has_border="true" disable="true" dropdown="true" id="LB_SORT_USER" tabstop="true"/>
47            <hbox>
48		<fixedtext id="FT_LANGUAGE" _label="~Language"/>
49		<fixedtext id="FT_ALGORITHM" _label="O~ptions"/>
50            </hbox>
51            <hbox>
52		<svxlanguagebox has_border="true" dropdown="true" id="LB_LANGUAGE" sort="true" tabstop="true" _string-item-list="Default"/>
53		<listbox has_border="true" dropdown="true" id="LB_ALGORITHM" tabstop="true"/>
54            </hbox>
55            <fixedline id="FL_DIRECTION" _text="Direction"/>
56            <radiobutton id="BTN_TOP_DOWN" radiogroup="sort-options" tabstop="true" _label="~Top to bottom (sort rows)"/>
57            <radiobutton id="BTN_LEFT_RIGHT" radiogroup="sort-options" tabstop="true" _label="L~eft to right (sort columns)"/>
58	</vbox>
59    </vbox>
60</tabpage>
61