merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / table / convert.src
blob6bd8b0d70dbf44639eb5b0eb1d508b0bf51e7178
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: convert.src,v $
10  * $Revision: 1.29.240.1 $
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 "table.hrc"
32 #include "convert.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
35 ModalDialog DLG_CONV_TEXT_TABLE
37     HelpID = FN_CONVERT_TEXT_TABLE ;
38     OUTPUTSIZE = TRUE ;
39     Size = MAP_APPFONT ( 223 , 169 ) ;
40     Text [ en-US ] = "Convert Table to Text" ;
41     MOVEABLE = TRUE ;
42     SVLOOK = TRUE ;
43     RadioButton CB_TAB
44     {
45         Pos = MAP_APPFONT ( 12 , 17 ) ;
46         Size = MAP_APPFONT ( 60 , 10 ) ;
47         Text [ en-US ] = "~Tabs" ;
48         TABSTOP = TRUE ;
49         Group = TRUE ;
50         Check = TRUE ;
51     };
52     RadioButton CB_SEMI
53     {
54         Pos = MAP_APPFONT ( 75 , 17 ) ;
55         Size = MAP_APPFONT ( 60 , 10 ) ;
56         Text [ en-US ] = "~Semicolons" ;
57         TABSTOP = TRUE ;
58     };
59     RadioButton CB_PARA
60     {
61         Pos = MAP_APPFONT ( 12 , 33 ) ;
62         Size = MAP_APPFONT ( 60 , 10 ) ;
63         Text [ en-US ] = "~Paragraph" ;
64         TABSTOP = TRUE ;
65     };
66     RadioButton RB_OTHER
67     {
68         Pos = MAP_APPFONT ( 75 , 33 ) ;
69         Size = MAP_APPFONT ( 45 , 10 ) ;
70         Text [ en-US ] = "~Other: " ;
71     };
72     Edit ED_OTHER
73     {
74         Border = TRUE ;
75         Left = TRUE ;
76         Pos = MAP_APPFONT ( 123 , 32 ) ;
77         Size = MAP_APPFONT ( 9 , 12 ) ;
78         Text = "," ;
79         MaxTextLength = 1 ;
80     };
81     CheckBox CB_KEEPCOLUMN
82     {
83         Pos = MAP_APPFONT ( 12 , 49 ) ;
84         Size = MAP_APPFONT ( 128 , 10 ) ;
85         Check = TRUE;
86         Hide = TRUE ;
87         Text [ en-US ] = "Equal width for all columns" ;
88     };
89     FixedLine FL_DELIM
90     {
91         Pos = MAP_APPFONT ( 6 , 3 ) ;
92         Size = MAP_APPFONT ( 135 , 8 ) ;
93         Text [ en-US ] = "Separate text at" ;
94         Group = TRUE ;
95     };
96     CheckBox CB_HEADER
97     {
98         Pos = MAP_APPFONT ( 12 , 84 ) ;
99         Size = MAP_APPFONT ( 123 , 10 ) ;
100         TabStop = TRUE ;
101         Text [ en-US ] = "Heading";
102     };
103     CheckBox CB_REPEAT_HEADER
104     {
105         Pos = MAP_APPFONT ( 22 , 97 ) ;
106         Size = MAP_APPFONT ( 113 , 10 ) ;
107         Text [ en-US ] = "Repeat heading";
108         TabStop = TRUE ;
109     };
110     FixedText FT_REPEAT_HEADER
111     {
112         Pos = MAP_APPFONT ( 125 , 113 ) ;
113         Size = MAP_APPFONT ( 66 , 10 ) ;
114         Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
115     };
116     NumericField NF_REPEAT_HEADER
117     {
118         Border = TRUE ;
119         Pos = MAP_APPFONT ( 191 , 112 ) ;
120         Size = MAP_APPFONT ( 28 , 12 ) ;
121         TabStop = TRUE ;
122         Left = TRUE ;
123         Repeat = TRUE ;
124         Spin = TRUE ;
125         Minimum = 1 ;
126         Maximum = 1000 ;
127         First = 1 ;
128     };
129     Window WIN_REPEAT_HEADER
130     {
131         Pos = MAP_APPFONT ( 30 , 110 ) ;
132         Size = MAP_APPFONT ( 2 , 1 ) ;
133     };
134     CheckBox CB_DONT_SPLIT
135     {
136         Pos = MAP_APPFONT ( 12 , 126 ) ;
137         Size = MAP_APPFONT ( 123 , 10 ) ;
138         TabStop = TRUE ;
139         Text [ en-US ] = "Don't split table";
140     };
141     CheckBox CB_BORDER
142     {
143         Pos = MAP_APPFONT ( 12 , 139 ) ;
144         Size = MAP_APPFONT ( 123 , 10 ) ;
145         TabStop = TRUE ;
146         Text [ en-US ] = "Border";
147     };
148     FixedLine FL_OPTIONS
149     {
150         Pos = MAP_APPFONT ( 6 , 71 ) ;
151         Size = MAP_APPFONT ( 135 , 8 ) ;
152         Text [ en-US ] = "Options";
153     };
154     String STR_CONVERT_TEXT_TABLE
155     {
156         Text [ en-US ] = "Convert Text to Table" ;
157     };
158     OkButton BT_OK
159     {
160         Pos = MAP_APPFONT ( 147 , 6 ) ;
161                 Size = MAP_APPFONT ( 70 , 14 ) ;
162         TABSTOP = TRUE ;
163         DefButton = TRUE ;
164     };
165     CancelButton BT_CANCEL
166     {
167         Pos = MAP_APPFONT ( 147 , 23 ) ;
168                 Size = MAP_APPFONT ( 70 , 14 ) ;
169         TABSTOP = TRUE ;
170     };
171     HelpButton BT_HELP
172     {
173         Pos = MAP_APPFONT ( 147 , 43 ) ;
174                 Size = MAP_APPFONT ( 70 , 14 ) ;
175         TABSTOP = TRUE ;
176     };
177     PushButton BT_AUTOFORMAT
178     {
179         Pos = MAP_APPFONT ( 12 , 152 ) ;
180                 Size = MAP_APPFONT ( 70 , 14 ) ;
181         TabStop = TRUE ;
182         Hide = TRUE ;
183         Text [ en-US ] = "Auto~Format..." ;
184     };