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: dbnamdlg.src,v $
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 ************************************************************************/
30 #include "dbnamdlg.hrc"
31 ModelessDialog RID_SCDLG_DBNAMES
34 HelpId = SID_DEFINE_DBNAME ;
37 Size = MAP_APPFONT ( 222 , 142 ) ;
38 Text [ en-US ] = "Define Database Range" ;
40 // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button !
43 Pos = MAP_APPFONT ( 6 , 3 ) ;
44 Size = MAP_APPFONT ( 154 , 8 ) ;
45 Text [ en-US ] = "Na~me" ;
49 Pos = MAP_APPFONT ( 12 , 14 ) ;
50 Size = MAP_APPFONT ( 145 , 92 ) ;
56 Pos = MAP_APPFONT ( 6 , 112 ) ;
57 Size = MAP_APPFONT ( 154 , 8 ) ;
58 Text [ en-US ] = "~Range" ;
63 Pos = MAP_APPFONT ( 12 , 123 ) ;
64 Size = MAP_APPFONT ( 131 , 12 ) ;
69 Pos = MAP_APPFONT ( 145 , 122 ) ;
70 Size = MAP_APPFONT ( 13 , 15 ) ;
72 QuickHelpText [ en-US ] = "Shrink" ;
77 Pos = MAP_APPFONT ( 6 , 142 ) ;
78 Size = MAP_APPFONT ( 154 , 8 ) ;
79 Text [ en-US ] = "Options" ;
84 Pos = MAP_APPFONT ( 12 , 153 ) ;
85 Size = MAP_APPFONT ( 145 , 10 ) ;
87 Text [ en-US ] = "Co~ntains column labels" ;
92 Pos = MAP_APPFONT ( 12 , 167 ) ;
93 Size = MAP_APPFONT ( 145 , 10 ) ;
95 Text [ en-US ] = "Insert or delete ~cells" ;
100 Pos = MAP_APPFONT ( 12 , 181 ) ;
101 Size = MAP_APPFONT ( 145 , 10 ) ;
103 Text [ en-US ] = "Keep ~formatting" ;
105 CheckBox BTN_STRIPDATA
108 Pos = MAP_APPFONT ( 12 , 195 ) ;
109 Size = MAP_APPFONT ( 145 , 10 ) ;
111 Text [ en-US ] = "Don't save ~imported data" ;
116 Pos = MAP_APPFONT ( 12 , 209 ) ;
117 Size = MAP_APPFONT ( 145 , 8 ) ;
118 Text [ en-US ] = "Source:" ;
120 FixedText FT_OPERATIONS
123 Pos = MAP_APPFONT ( 12 , 221 ) ;
124 Size = MAP_APPFONT ( 145 , 8 ) ;
125 Text [ en-US ] = "Operations:" ;
129 Pos = MAP_APPFONT ( 166 , 6 ) ;
130 Size = MAP_APPFONT ( 50 , 14 ) ;
133 CancelButton BTN_CANCEL
135 Pos = MAP_APPFONT ( 166 , 23 ) ;
136 Size = MAP_APPFONT ( 50 , 14 ) ;
141 Pos = MAP_APPFONT ( 166 , 74 ) ;
142 Size = MAP_APPFONT ( 50 , 14 ) ;
143 Text [ en-US ] = "~Add" ;
147 PushButton BTN_REMOVE
149 Pos = MAP_APPFONT ( 166 , 92 ) ;
150 Size = MAP_APPFONT ( 50 , 14 ) ;
151 Text [ en-US ] = "~Delete" ;
156 Pos = MAP_APPFONT ( 166 , 43 ) ;
157 Size = MAP_APPFONT ( 50 , 14 ) ;
162 Pos = MAP_APPFONT ( 166 , 122 ) ;
163 Size = MAP_APPFONT ( 50 , 14 ) ;
165 MapUnit = MAP_APPFONT ;
170 Text [ en-US ] = "~Add" ;
174 Text [ en-US ] = "M~odify" ;
176 String STR_DB_INVALID
178 Text [ en-US ] = "Invalid range" ;