update dev300-m58
[ooovba.git] / sw / source / ui / misc / srtdlg.src
blobd8c79de9464b215ed6f01ebc22ebf2180743361c
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: srtdlg.src,v $
10  * $Revision: 1.35 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "misc.hrc"
32 #include "srtdlg.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
36 ModalDialog DLG_SORTING
38     HelpID = FN_SORTING_DLG ;
39     OutputSize = TRUE ;
40     SVLook = TRUE ;
41     Size = MAP_APPFONT ( 268 , 193 ) ;
42     Text [ en-US ] = "Sort" ;
43     Moveable = TRUE ;
44     OKButton BT_OK
45     {
46         Pos = MAP_APPFONT ( 212 , 6 ) ;
47         Size = MAP_APPFONT ( 50 , 14 ) ;
48         TabStop = TRUE ;
49         DefButton = TRUE ;
50     };
51     CancelButton BT_CANCEL
52     {
53         Pos = MAP_APPFONT ( 212 , 23 ) ;
54         Size = MAP_APPFONT ( 50 , 14 ) ;
55         TabStop = TRUE ;
56     };
57     HelpButton BT_HELP
58     {
59         Pos = MAP_APPFONT ( 212 , 43 ) ;
60         Size = MAP_APPFONT ( 50 , 14 ) ;
61         TabStop = TRUE ;
62     };
63     FixedText FT_COL
64     {
65         Pos = MAP_APPFONT ( 68 , 12 ) ;
66         Size = MAP_APPFONT ( 25 , 8 ) ;
67         Text [ en-US ] = "Column" ;
68         Left = TRUE ;
69     };
70     FixedText FT_KEYTYP
71     {
72         Pos = MAP_APPFONT ( 101, 12 ) ;
73         Size = MAP_APPFONT ( 48 , 8 ) ;
74         /* ### ACHTUNG: Neuer Text in Resource? Schlüsseltyp : Schl³sseltyp */
75         Text [ en-US ] = "Key type" ;
76         Left = TRUE ;
77     };
78     FixedText FT_DIR
79     {
80         Pos = MAP_APPFONT ( 155 , 12 ) ;
81         Size = MAP_APPFONT ( 49 , 10 ) ;
82         Text [ en-US ] = "Order" ;
83     };
84     CheckBox CB_KEY1
85     {
86         Pos = MAP_APPFONT ( 12 , 25 ) ;
87         Size = MAP_APPFONT ( 49 , 8 ) ;
88         /* ### ACHTUNG: Neuer Text in Resource? Schlüssel ~1 : Schl³ssel ~1 */
89         Text [ en-US ] = "Key ~1" ;
90         Check = TRUE ;
91     };
92     NumericField ED_KEY1
93     {
94         Border = TRUE ;
95         Pos = MAP_APPFONT ( 66 , 23 ) ;
96         Size = MAP_APPFONT ( 25 , 12 ) ;
97         Text = "10" ;
98         TabStop = TRUE ;
99         Left = TRUE ;
100         Repeat = TRUE ;
101         Spin = TRUE ;
102         Minimum = 1 ;
103         Maximum = 99 ;
104         Value = 1 ;
105         First = 1 ;
106         Last = 99 ;
107         SpinSize = 1 ;
108     };
109     String STR_NUMERIC
110     {
111         Text [ en-US ] = "Numeric";
112     };
113     ListBox DLB_KEY1
114     {
115         Pos = MAP_APPFONT ( 96 , 23 ) ;
116         Size = MAP_APPFONT ( 55 , 45 ) ;
117         TabStop = TRUE ;
118         DropDown = TRUE ;
119         CurPos = 0 ;
120         Sort = TRUE;
121     };
122     RadioButton RB_UP
123     {
124         Pos = MAP_APPFONT ( 155 , 23 ) ;
125         Size = MAP_APPFONT ( 50 , 10 ) ;
126         Text [ en-US ] = "~Ascending" ;
127         TabStop = TRUE ;
128         Check = TRUE ;
129     };
130     RadioButton RB_DN
131     {
132         Pos = MAP_APPFONT ( 155 , 35 ) ;
133         Size = MAP_APPFONT ( 50 , 10 ) ;
134         Text [ en-US ] = "~Descending" ;
135         TabStop = TRUE ;
136     };
137     CheckBox CB_KEY2
138     {
139         Pos = MAP_APPFONT ( 12 , 52 ) ;
140         Size = MAP_APPFONT ( 49 , 8 ) ;
141         /* ### ACHTUNG: Neuer Text in Resource? Schlüssel ~2 : Schl³ssel ~2 */
142         Text [ en-US ] = "Key ~2" ;
143     };
144     NumericField ED_KEY2
145     {
146         Border = TRUE ;
147         Pos = MAP_APPFONT ( 66 , 50 ) ;
148         Size = MAP_APPFONT ( 25 , 12 ) ;
149         TabStop = TRUE ;
150         Left = TRUE ;
151         Repeat = TRUE ;
152         Spin = TRUE ;
153         Minimum = 1 ;
154         Maximum = 99 ;
155         Value = 1 ;
156         First = 1 ;
157         Last = 99 ;
158         SpinSize = 1 ;
159     };
160     ListBox DLB_KEY2
161     {
162         Pos = MAP_APPFONT ( 96 , 50 ) ;
163         Size = MAP_APPFONT ( 55 , 45 ) ;
164         TabStop = TRUE ;
165         DropDown = TRUE ;
166         CurPos = 0 ;
167         Sort = TRUE;
168     };
169     RadioButton RB_UP2
170     {
171         Pos = MAP_APPFONT ( 155 , 50 ) ;
172         Size = MAP_APPFONT ( 50 , 10 ) ;
173         Text [ en-US ] = "Ascending" ;
174         TabStop = TRUE ;
175         Check = TRUE ;
176     };
177     RadioButton RB_DN2
178     {
179         Pos = MAP_APPFONT ( 155 , 62 ) ;
180         Size = MAP_APPFONT ( 50 , 10 ) ;
181         Text [ en-US ] = "Descending" ;
182         TabStop = TRUE ;
183     };
184     CheckBox CB_KEY3
185     {
186         Pos = MAP_APPFONT ( 12 , 81 ) ;
187         Size = MAP_APPFONT ( 49 , 8 ) ;
188         /* ### ACHTUNG: Neuer Text in Resource? Schlüssel ~3 : Schl³ssel ~3 */
189         Text [ en-US ] = "Key ~3" ;
190     };
191     NumericField ED_KEY3
192     {
193         Border = TRUE ;
194         Pos = MAP_APPFONT ( 66 , 79 ) ;
195         Size = MAP_APPFONT ( 25 , 12 ) ;
196         TabStop = TRUE ;
197         Left = TRUE ;
198         Repeat = TRUE ;
199         Spin = TRUE ;
200         Minimum = 1 ;
201         Maximum = 99 ;
202         Value = 1 ;
203         First = 1 ;
204         Last = 99 ;
205         SpinSize = 1 ;
206     };
207     ListBox DLB_KEY3
208     {
209         Pos = MAP_APPFONT ( 96 , 79 ) ;
210         Size = MAP_APPFONT ( 55 , 45 ) ;
211         TabStop = TRUE ;
212         DropDown = TRUE ;
213         CurPos = 0 ;
214         Sort = TRUE;
215     };
216     RadioButton RB_UP3
217     {
218         Pos = MAP_APPFONT ( 155 , 79 ) ;
219         Size = MAP_APPFONT ( 50 , 10 ) ;
220         Text [ en-US ] = "Ascending" ;
221         TabStop = TRUE ;
222         Check = TRUE ;
223     };
224     RadioButton RB_DN3
225     {
226         Pos = MAP_APPFONT ( 155 , 91 ) ;
227         Size = MAP_APPFONT ( 50 , 10 ) ;
228         Text [ en-US ] = "Descending" ;
229         TabStop = TRUE ;
230     };
231     FixedLine FL_SORT_2
232     {
233         Pos = MAP_APPFONT ( 6 , 3 ) ;
234         Size = MAP_APPFONT ( 200 , 8 ) ;
235         Text [ en-US ] = "Sort criteria" ;
236     };
237     RadioButton RB_COL
238     {
239         Pos = MAP_APPFONT ( 12 , 120 ) ;
240         Size = MAP_APPFONT ( 38 , 10 ) ;
241         Text [ en-US ] = "Col~umns" ;
242         TabStop = TRUE ;
243     };
244     RadioButton RB_ROW
245     {
246         Pos = MAP_APPFONT ( 12 , 133 ) ;
247         Size = MAP_APPFONT ( 34 , 10 ) ;
248         Text [ en-US ] = "~Rows" ;
249         TabStop = TRUE ;
250         Check = TRUE ;
251     };
252     FixedLine FL_DIR
253     {
254         Pos = MAP_APPFONT ( 6 , 108 ) ;
255         Size = MAP_APPFONT ( 95 , 8 ) ;
256         Text [ en-US ] = "Direction" ;
257     };
258     RadioButton RB_TAB
259     {
260         Pos = MAP_APPFONT ( 113 , 120 ) ;
261         Size = MAP_APPFONT ( 44 , 9 ) ;
262         Text [ en-US ] = "~Tabs" ;
263         TabStop = TRUE ;
264         Check = TRUE ;
265     };
266     RadioButton RB_TABCH
267     {
268         Pos = MAP_APPFONT ( 113 , 133 ) ;
269         Size = MAP_APPFONT ( 38 , 10 ) ;
270         Text [ en-US ] = "~Character" ;
271         TabStop = TRUE ;
272     };
273     Edit ED_TABCH
274     {
275         Border = TRUE ;
276         Pos = MAP_APPFONT ( 180 , 133 ) ;
277         Size = MAP_APPFONT ( 12 , 12 ) ;
278         TabStop = TRUE ;
279         Left = TRUE ;
280     };
281     FixedLine FL_DELIM
282     {
283         Pos = MAP_APPFONT ( 107 , 108 ) ;
284         Size = MAP_APPFONT ( 99 , 8 ) ;
285         Text [ en-US ] = "Separator" ;
286     };
287     String STR_ROW
288     {
289         Text [ en-US ] = "Rows" ;
290     };
291     String STR_COL
292     {
293         Text [ en-US ] = "Column" ;
294     };
295     PushButton PB_DELIM
296     {
297         Pos = MAP_APPFONT ( 195 , 133 ) ;
298         Size = MAP_APPFONT ( 12 , 12 ) ;
299         TabStop = TRUE ;
300         Text = "...";
301     };
302     FixedLine FL_LANG
303     {
304         Pos = MAP_APPFONT ( 6 , 147 ) ;
305         Size = MAP_APPFONT ( 95 , 8 ) ;
306         Text [ en-US ] = "Language";
307     };
308     ListBox LB_LANG
309     {
310         Pos = MAP_APPFONT ( 12 , 158 ) ;
311         Size = MAP_APPFONT ( 83 , 61 ) ;
312         TabStop = TRUE ;
313         DropDown = TRUE ;
314         Sort = TRUE ;
315     };
316     FixedLine FL_SORT
317     {
318         Pos = MAP_APPFONT ( 107 , 147 ) ;
319         Size = MAP_APPFONT ( 99 , 8 ) ;
320         Text [ en-US ] = "Setting";
321     };
322     CheckBox CB_CASE
323     {
324         Pos = MAP_APPFONT ( 113 , 159 ) ;
325         Size = MAP_APPFONT ( 147 , 10 ) ;
326         TabStop = TRUE ;
327         Text [ en-US ] = "Match case";
328     };
331 InfoBox MSG_SRTERR
333     BUTTONS = WB_OK ;
334     DEFBUTTON = WB_DEF_OK ;
335     Message [ en-US ] = "Cannot sort selection" ;