Update to m13
[ooovba.git] / sc / source / ui / dbgui / asciiopt.src
blob22a789d25e7861a5e8ca682092413c5847e33e80
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: asciiopt.src,v $
10  * $Revision: 1.36 $
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 "asciiopt.hrc"
33 ModalDialog RID_SCDLG_ASCII
35         OutputSize = TRUE ;
36         SVLook = TRUE ;
37     Size = MAP_APPFONT ( 320 , 305 ) ;
38         Text [ en-US ] = "Text Import" ;
39         Moveable = TRUE ;
41     OKButton BTN_OK
42         {
43         Pos = MAP_APPFONT ( 264 , 6 ) ;
44         Size = MAP_APPFONT ( 50 , 14 ) ;
45                 TabStop = TRUE ;
46         DefButton = TRUE ;
47         };
48     CancelButton BTN_CANCEL
49         {
50         Pos = MAP_APPFONT ( 264 , 23 ) ;
51         Size = MAP_APPFONT ( 50 , 14 ) ;
52         TabStop = TRUE ;
53         };
54     HelpButton BTN_HELP
55         {
56         Pos = MAP_APPFONT ( 264 , 43 ) ;
57         Size = MAP_APPFONT ( 50 , 14 ) ;
58                 TabStop = TRUE ;
59         };
61     FixedLine FL_FIELDOPT
62         {
63         Pos = MAP_APPFONT ( 6 , 3 ) ;
64         Size = MAP_APPFONT ( 252 , 8 ) ;
65         Text [ en-US ] = "Import" ;
66         };
68         FixedText FT_CHARSET
69         {
70         Pos = MAP_APPFONT ( 12 , 16 ) ;
71         Size = MAP_APPFONT ( 60 , 8 ) ;
72                 Text [ en-US ] = "Ch~aracter set" ;
73         };
75         ListBox LB_CHARSET
76         {
77         Pos = MAP_APPFONT ( 76 , 14 ) ;
78         Size = MAP_APPFONT ( 130 , 61 ) ;
79                 TabStop = TRUE ;
80                 DropDown = TRUE ;
81                 Sort = TRUE;
82         };
84     FixedText FT_CUSTOMLANG
85         {
86         Pos = MAP_APPFONT ( 12 , 32 ) ;
87         Size = MAP_APPFONT ( 60 , 8 ) ;
88         Text [ en-US ] = "Language" ;
89         };
91     ListBox LB_CUSTOMLANG
92         {
93         Pos = MAP_APPFONT ( 76 , 30 ) ;
94         Size = MAP_APPFONT ( 130 , 61 ) ;
95                 TabStop = TRUE ;
96                 DropDown = TRUE ;
97         Sort = TRUE;
98         };
100     FixedText FT_AT_ROW
101         {
102         Pos = MAP_APPFONT ( 12 , 48 ) ;
103         Size = MAP_APPFONT ( 60 , 8 ) ;
104         Text [ en-US ] = "From ro~w" ;
105         };
107     NumericField NF_AT_ROW
108         {
109         Border = TRUE ;
110         SVLook = TRUE ;
111         Pos = MAP_APPFONT ( 76 , 46 ) ;
112         Size = MAP_APPFONT ( 30 , 12 ) ;
113                 TabStop = TRUE ;
114         Spin = TRUE ;
115         Repeat = TRUE ;
116         Minimum = 1 ;
117         };
119     FixedLine FL_SEPOPT
120         {
121         Pos = MAP_APPFONT ( 6 , 63 ) ;
122         Size = MAP_APPFONT ( 252 , 8 ) ;
123         Text [ en-US ] = "Separator options" ;
124         };
125     RadioButton RB_FIXED
126         {
127         Pos = MAP_APPFONT ( 12 , 75 ) ;
128         Size = MAP_APPFONT ( 243 , 10 ) ;
129         Text [ en-US ] = "~Fixed width" ;
130                 TabStop = TRUE ;
131         };
132     RadioButton RB_SEPARATED
133         {
134         Pos = MAP_APPFONT ( 12 , 89 ) ;
135         Size = MAP_APPFONT ( 243 , 10 ) ;
136         Text [ en-US ] = "~Separated by" ;
137                 TabStop = TRUE ;
138         Check = TRUE ;
139         };
141     CheckBox CKB_TAB
142         {
143         Pos = MAP_APPFONT ( 20 , 102 ) ;
144         Size = MAP_APPFONT ( 68 , 10 ) ;
145                 TabStop = TRUE ;
146         Text [ en-US ] = "~Tab" ;
147         };
148     CheckBox CKB_COMMA
149         {
150         Pos = MAP_APPFONT ( 92 , 102 ) ;
151         Size = MAP_APPFONT ( 68 , 10 ) ;
152                 TabStop = TRUE ;
153         Text [ en-US ] = "~Comma" ;
154         };
155         CheckBox CKB_OTHER
156         {
157         Pos = MAP_APPFONT ( 164 , 102 ) ;
158         Size = MAP_APPFONT ( 50 , 10 ) ;
159                 TabStop = TRUE ;
160                 Text [ en-US ] = "~Other" ;
161         };
162         Edit ED_OTHER
163         {
164                 Border = TRUE ;
165         Pos = MAP_APPFONT ( 218 , 100 ) ;
166         Size = MAP_APPFONT ( 37 , 12 ) ;
167                 TabStop = TRUE ;
168         MaxTextLength = 10 ;
169         };
171     CheckBox CKB_SEMICOLON
172         {
173         Pos = MAP_APPFONT ( 20 , 115 ) ;
174         Size = MAP_APPFONT ( 68 , 10 ) ;
175                 TabStop = TRUE ;
176         Text [ en-US ] = "S~emicolon" ;
177         };
178     CheckBox CKB_SPACE
179         {
180         Pos = MAP_APPFONT ( 92 , 115 ) ;
181         Size = MAP_APPFONT ( 68 , 10 ) ;
182         TabStop = TRUE ;
183         Text [ en-US ] = "S~pace" ;
184         };
186         CheckBox CB_ASONCE
187         {
188         Pos = MAP_APPFONT ( 20 , 130 ) ;
189         Size = MAP_APPFONT ( 130 , 10 ) ;
190                 TabStop = TRUE ;
191                 Text [ en-US ] = "Merge ~delimiters" ;
192         };
194     ComboBox CB_TEXTSEP
195     {
196         Pos = MAP_APPFONT ( 218 , 128 ) ;
197         Size = MAP_APPFONT ( 37 , 94 ) ;
198         TabStop = TRUE ;
199         DropDown = TRUE ;
200     };
201     FixedText FT_TEXTSEP
202     {
203         Pos = MAP_APPFONT ( 156 , 130 ) ;
204         Size = MAP_APPFONT ( 60 , 8 ) ;
205         Text [ en-US ] = "Te~xt delimiter" ;
206     };
208     FixedLine FL_OTHER_OPTIONS
209     {
210         Pos = MAP_APPFONT ( 6 , 146 ) ;
211         Size = MAP_APPFONT ( 252 , 8 ) ;
212         Text [ en-US ] = "Other options" ;
213     };
215     CheckBox CB_QUOTED_AS_TEXT
216     {
217         Pos = MAP_APPFONT ( 20 , 158 ) ;
218         Size = MAP_APPFONT ( 130 , 10 ) ;
219         TabStop = TRUE ;
220         Text [ en-US ] = "~Quoted field as text" ;
221     };
223     CheckBox CB_DETECT_SPECIAL_NUMBER
224     {
225         Pos = MAP_APPFONT ( 20 , 171 ) ;
226         Size = MAP_APPFONT ( 130 , 10 ) ;
227         TabStop = TRUE ;
228         Text [ en-US ] = "Detect special numbers" ;
229     };
231     FixedLine FL_WIDTH
232     {
233         Pos = MAP_APPFONT ( 6 , 187 ) ;
234         Size = MAP_APPFONT ( 252 , 8 ) ;
235         Text [ en-US ] = "Fields" ;
236     };
237     FixedText FT_TYPE
238     {
239         Pos = MAP_APPFONT ( 12 , 200 ) ;
240         Size = MAP_APPFONT ( 60 , 8 ) ;
241         Text [ en-US ] = "Column t~ype";
242     };
243     ListBox LB_TYPE1
244     {
245         Pos = MAP_APPFONT ( 76 , 198 ) ;
246         Size = MAP_APPFONT ( 60 , 68 ) ;
247         TabStop = TRUE ;
248         DropDown = TRUE ;
249     };
250     Control CTR_TABLEBOX
251     {
252         HelpId = HID_SC_ASCII_TABCTR ;
253         Border = TRUE ;
254         DialogControl = TRUE ;
255         Pos = MAP_APPFONT ( 12 , 216 ) ;
256         Size = MAP_APPFONT ( 243 , 82 ) ;
257     };
259     String STR_TEXTTOCOLUMNS
260     {
261         Text [ en-US ] = "Text to Columns" ;
262     };