1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: convert.src,v $
10 * $Revision: 1.29.240.1 $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
32 #include "convert.hrc"
35 ModalDialog DLG_CONV_TEXT_TABLE
37 HelpID = FN_CONVERT_TEXT_TABLE ;
39 Size = MAP_APPFONT ( 223 , 169 ) ;
40 Text [ en-US ] = "Convert Table to Text" ;
45 Pos = MAP_APPFONT ( 12 , 17 ) ;
46 Size = MAP_APPFONT ( 60 , 10 ) ;
47 Text [ en-US ] = "~Tabs" ;
54 Pos = MAP_APPFONT ( 75 , 17 ) ;
55 Size = MAP_APPFONT ( 60 , 10 ) ;
56 Text [ en-US ] = "~Semicolons" ;
61 Pos = MAP_APPFONT ( 12 , 33 ) ;
62 Size = MAP_APPFONT ( 60 , 10 ) ;
63 Text [ en-US ] = "~Paragraph" ;
68 Pos = MAP_APPFONT ( 75 , 33 ) ;
69 Size = MAP_APPFONT ( 45 , 10 ) ;
70 Text [ en-US ] = "~Other: " ;
76 Pos = MAP_APPFONT ( 123 , 32 ) ;
77 Size = MAP_APPFONT ( 9 , 12 ) ;
81 CheckBox CB_KEEPCOLUMN
83 Pos = MAP_APPFONT ( 12 , 49 ) ;
84 Size = MAP_APPFONT ( 128 , 10 ) ;
87 Text [ en-US ] = "Equal width for all columns" ;
91 Pos = MAP_APPFONT ( 6 , 3 ) ;
92 Size = MAP_APPFONT ( 135 , 8 ) ;
93 Text [ en-US ] = "Separate text at" ;
98 Pos = MAP_APPFONT ( 12 , 84 ) ;
99 Size = MAP_APPFONT ( 123 , 10 ) ;
101 Text [ en-US ] = "Heading";
103 CheckBox CB_REPEAT_HEADER
105 Pos = MAP_APPFONT ( 22 , 97 ) ;
106 Size = MAP_APPFONT ( 113 , 10 ) ;
107 Text [ en-US ] = "Repeat heading";
110 FixedText FT_REPEAT_HEADER
112 Pos = MAP_APPFONT ( 125 , 113 ) ;
113 Size = MAP_APPFONT ( 66 , 10 ) ;
114 Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
116 NumericField NF_REPEAT_HEADER
119 Pos = MAP_APPFONT ( 191 , 112 ) ;
120 Size = MAP_APPFONT ( 28 , 12 ) ;
129 Window WIN_REPEAT_HEADER
131 Pos = MAP_APPFONT ( 30 , 110 ) ;
132 Size = MAP_APPFONT ( 2 , 1 ) ;
134 CheckBox CB_DONT_SPLIT
136 Pos = MAP_APPFONT ( 12 , 126 ) ;
137 Size = MAP_APPFONT ( 123 , 10 ) ;
139 Text [ en-US ] = "Don't split table";
143 Pos = MAP_APPFONT ( 12 , 139 ) ;
144 Size = MAP_APPFONT ( 123 , 10 ) ;
146 Text [ en-US ] = "Border";
150 Pos = MAP_APPFONT ( 6 , 71 ) ;
151 Size = MAP_APPFONT ( 135 , 8 ) ;
152 Text [ en-US ] = "Options";
154 String STR_CONVERT_TEXT_TABLE
156 Text [ en-US ] = "Convert Text to Table" ;
160 Pos = MAP_APPFONT ( 147 , 6 ) ;
161 Size = MAP_APPFONT ( 70 , 14 ) ;
165 CancelButton BT_CANCEL
167 Pos = MAP_APPFONT ( 147 , 23 ) ;
168 Size = MAP_APPFONT ( 70 , 14 ) ;
173 Pos = MAP_APPFONT ( 147 , 43 ) ;
174 Size = MAP_APPFONT ( 70 , 14 ) ;
177 PushButton BT_AUTOFORMAT
179 Pos = MAP_APPFONT ( 12 , 152 ) ;
180 Size = MAP_APPFONT ( 70 , 14 ) ;
183 Text [ en-US ] = "Auto~Format..." ;