update dev300-m58
[ooovba.git] / dbaccess / source / ext / adabas / AdabasNewDb.src
blobcf108cbd63e319dae550482cfe88323524eaa9f6
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: AdabasNewDb.src,v $
10  * $Revision: 1.5 $
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 #ifndef ADABASUI_ADABASNEWDB_HRC
32 #include "AdabasNewDb.hrc"
33 #endif
34 #include "dbaccess_helpid.hrc"
35 #include "adabasui_resource.hrc"
36 //==================================================================
37 // NEWDB Admin
38 //==================================================================
39 #define WIN_X   268
40 #define WIN_Y   210
41 #define MOVE_Y  21
42 #define ADJUST_X 45
43 ModalDialog DLG_ADABAS_NEWDB
45     Moveable    = TRUE ;
46     Closeable   = TRUE ;
47     OutputSize  = TRUE ;
48     SVLook              = TRUE;
49     HelpID              = HID_DLG_ADABAS_NEWDB ;
50     Size                = MAP_APPFONT ( WIN_X , WIN_Y + MOVE_Y) ;
52     FixedText FT_DATABASENAME
53     {
54         Pos             = MAP_APPFONT ( 12 , 6) ;
55         Size    = MAP_APPFONT ( 64 + ADJUST_X, 10 ) ;
56         Text[ en-US ] = "Database ~name";
58     Edit ET_DATABASENAME
59     {
60         Border  = TRUE ;
61         Pos     = MAP_APPFONT ( 77 + ADJUST_X, 5) ;
62         Size    = MAP_APPFONT ( 161 - ADJUST_X, 12 ) ;
63         TabStop = TRUE ;
64         HelpID  = HID_DLG_ADABAS_DBNAME ;
65     };
67     FixedLine FL_USER
68     {
69         Pos             = MAP_APPFONT ( 6 , 3 + MOVE_Y) ;
70         Size    = MAP_APPFONT ( WIN_X - 12 , 8 ) ;
71         Text[ en-US ] = "User settings";
74     FixedText FT_CONUSR
75     {
76         Pos             = MAP_APPFONT ( 12 , 31 + MOVE_Y) ;
77         Size    = MAP_APPFONT ( 64 + ADJUST_X, 10 ) ;
78         Text[ en-US ] = "~Control user";
80     FixedText FT_SYSUSR
81     {
82         Pos             = MAP_APPFONT ( 12 , 14 + MOVE_Y) ;
83         Size    = MAP_APPFONT ( 64 + ADJUST_X, 10 ) ;
84         Text[ en-US ] = "~Administrator";
86     FixedText FT_DOMAIN_USR
87     {
88         Pos             = MAP_APPFONT ( 12 , 48 + MOVE_Y) ;
89         Size    = MAP_APPFONT ( 64 + ADJUST_X, 10 ) ;
90         Text[ en-US ] = "~Domain user";
93     Edit ET_SYSUSR
94     {
95         Border  = TRUE ;
96         Pos     = MAP_APPFONT ( 77 + ADJUST_X, 13 + MOVE_Y) ;
97         Size    = MAP_APPFONT ( 105 - ADJUST_X, 12 ) ;
98         TabStop = TRUE ;
99         HelpID  = HID_DLG_ADABAS_SYSUSR ;
100     };
102     PushButton PB_SYSPWD
103     {
104         Pos     = MAP_APPFONT ( 188 , 13 + MOVE_Y) ;
105         Size    = MAP_APPFONT ( 50 , 14 ) ;
106         TabStop = TRUE ;
107         HelpID  = HID_DLG_ADABAS_SYSPWD ;
108         Text[ en-US ] = "P~assword...";
111     Edit ET_CONUSR
112     {
113         Border  = TRUE ;
114         Pos     = MAP_APPFONT ( 77 + ADJUST_X, 30 + MOVE_Y) ;
115         Size    = MAP_APPFONT ( 105 - ADJUST_X, 12 ) ;
116         TabStop = TRUE ;
117         HelpID  = HID_DLG_ADABAS_CONUSR ;
118     };
120     PushButton PB_CONPWD
121     {
122         Pos     = MAP_APPFONT ( 188 , 30 + MOVE_Y) ;
123         Size    = MAP_APPFONT ( 50 , 14 ) ;
124         TabStop = TRUE ;
125         HelpID  = HID_DLG_ADABAS_CONPWD ;
126         Text[ en-US ] = "~Password...";
128     Edit ET_DOMAIN_USR
129     {
130         Pos     = MAP_APPFONT ( 77 + ADJUST_X, 47 + MOVE_Y) ;
131         Size    = MAP_APPFONT ( 105 - ADJUST_X, 12 ) ;
132         Border  = TRUE ;
133         TabStop = TRUE ;
134         ReadOnly= TRUE;
135         HelpID  = HID_DLG_ADABAS_USR ;
136         Text = "adabas";
137     };
139     PushButton PB_DOMAINPWD
140     {
141         Pos     = MAP_APPFONT ( 188 , 47 + MOVE_Y) ;
142         Size    = MAP_APPFONT ( 50 , 14 ) ;
143         TabStop = TRUE ;
144         HelpID  = HID_DLG_ADABAS_DOMAINPWD ;
145         Text[ en-US ] = "Passwo~rd...";
148     FixedImage BMP_CON
149     {
150         Pos     = MAP_APPFONT ( 240 , 27 + MOVE_Y) ;
151         Size    = MAP_APPFONT ( 20 , 20 ) ;
152         HelpID  = HID_DLG_ADABAS_CON_PWD ;
153     };
154     FixedImage BMP_SYS
155     {
156         Pos     = MAP_APPFONT ( 240 , 11 + MOVE_Y) ;
157         Size    = MAP_APPFONT ( 20 , 20 ) ;
158         HelpID  = HID_DLG_ADABAS_SYS_PWD ;
159     };
160     FixedImage BMP_DOMAIN
161     {
162         Pos     = MAP_APPFONT ( 240 , 44 + MOVE_Y) ;
163         Size    = MAP_APPFONT ( 20 , 20 ) ;
164         HelpID  = HID_DLG_ADABAS_DOMAIN_PWD ;
165     };
167     FixedText FT_RESTORE
168     {
169         Pos             = MAP_APPFONT ( 12 , 13 + MOVE_Y) ;
170         Size    = MAP_APPFONT ( 64 + ADJUST_X, 10 ) ;
171         Text[ en-US ] = "~Backup file";
174     Edit ET_RESTORE
175     {
176         Border  = TRUE ;
177         Pos     = MAP_APPFONT ( 77 + ADJUST_X, 13 + MOVE_Y) ;
178         Size    = MAP_APPFONT ( 105 - ADJUST_X, 12 ) ;
179         TabStop = TRUE ;
180         HelpID  = HID_DLG_ADABAS_RESTORE ;
181     };
183     PushButton PB_RESTORE
184     {
185         Pos     = MAP_APPFONT ( 188 , 13 + MOVE_Y) ;
186         Size    = MAP_APPFONT ( 50 , 14 ) ;
187         TabStop = TRUE ;
188         HelpID  = HID_DLG_ADABAS_PBRESTORE ;
189         Text[ en-US ]   = "...";
192     /* DEVSPACE positions */
193     FixedLine FL_DBSETTINGS
194     {
195         Pos             = MAP_APPFONT ( 6 , 70 + MOVE_Y) ;
196         Size    = MAP_APPFONT ( WIN_X - 12 , 8 ) ;
197         Text[ en-US ] = "Database settings";
200     FixedText FT_SYSDEVSPACE
201     {
202         Pos     = MAP_APPFONT ( 12 , 83 + MOVE_Y) ;
203         Size    = MAP_APPFONT ( 64 + ADJUST_X, 8 ) ;
204         Text[ en-US ] = "S~YSDEVSPACE";
207     FixedText FT_TRANSACTIONLOG
208     {
209         Pos     = MAP_APPFONT ( 12 , 99 + MOVE_Y) ;
210         Size    = MAP_APPFONT ( 64 + ADJUST_X, 8 ) ;
211         Text[ en-US ] = "TRANSACTI~ONLOG";
214     FixedText FT_DATADEVSPACE
215     {
216         Pos     = MAP_APPFONT ( 12 , 116 + MOVE_Y) ;
217         Size    = MAP_APPFONT ( 64 + ADJUST_X, 8 ) ;
218         Text[ en-US ] = "DATAD~EVSPACE";
221     Edit ET_SYSDEVSPACE
222     {
223         Border  = TRUE ;
224         Pos     = MAP_APPFONT ( 77 + ADJUST_X, 81 + MOVE_Y) ;
225         Size    = MAP_APPFONT ( 161 - ADJUST_X, 12 ) ;
226         TabStop = TRUE ;
227         HelpID  = HID_DLG_ADABAS_SYSDEVSPACE ;
228     };
230     PushButton PB_SYSDEVSPACE
231     {
232         Pos             = MAP_APPFONT ( WIN_X - 24, 81 + MOVE_Y) ;
233         Size    = MAP_APPFONT ( 12 , 12 ) ;
234         TabStop = TRUE ;
235         HelpID  = HID_DLG_ADABAS_PBSYSDEVSPACE ;
236         Text[ en-US ]   = "...";
239     Edit ET_TRANSACTIONLOG
240     {
241         Border  = TRUE ;
242         Pos     = MAP_APPFONT ( 77 + ADJUST_X, 97 + MOVE_Y) ;
243         Size    = MAP_APPFONT ( 161 - ADJUST_X, 12 ) ;
244         TabStop = TRUE ;
245         HelpID  = HID_DLG_ADABAS_TRANSACTIONLOG ;
246     };
248     PushButton PB_TRANSACTIONLOG
249     {
250         Pos             = MAP_APPFONT ( WIN_X - 24, 97+ MOVE_Y) ;
251         Size    = MAP_APPFONT ( 12 , 12 ) ;
252         TabStop = TRUE ;
253         HelpID  = HID_DLG_ADABAS_PBTRANSACTIONLOG ;
254         Text[ en-US ] = "...";
257     Edit ET_DATADEVSPACE
258     {
259         Pos     = MAP_APPFONT ( 77 + ADJUST_X, 114 + MOVE_Y) ;
260         Size    = MAP_APPFONT ( 161 - ADJUST_X, 12) ;
261         Border  = TRUE ;
262         TabStop = TRUE ;
263         HelpID  = HID_DLG_ADABAS_DATADEVSPACE ;
264     };
267     PushButton PB_DATADEVSPACE
268     {
269         Pos             = MAP_APPFONT ( WIN_X - 24, 114 + MOVE_Y) ;
270         Size    = MAP_APPFONT ( 12 , 12 ) ;
271         TabStop = TRUE ;
272         HelpID  = HID_DLG_ADABAS_PBDATADEVSPACE ;
273         Text[ en-US ] = "...";
275     /* DEVSPACE sizes */
276     FixedText FT_TRANSACTIONLOG_SIZE
277     {
278         Pos = MAP_APPFONT ( 12 , 133 + MOVE_Y) ;
279         Size = MAP_APPFONT ( 64 + ADJUST_X, 8 ) ;
280         Text[ en-US ] = "Transaction ~file (MB)";
282     NumericField NF_TRANSACTIONLOG_SIZE
283     {
284         Pos             = MAP_APPFONT ( 77 + ADJUST_X, 131 + MOVE_Y) ;
285         Size            = MAP_APPFONT ( 40 , 12 ) ;
286         Border                  = TRUE ;
287         TabStop                 = TRUE ;
288         Spin                    = TRUE ;
289 StrictFormat    = TRUE;
290         HelpID  = HID_DLG_ADABAS_TRANSACTIONLOG_SIZE ;
291     };
292     FixedText FT_DATADEVSPACE_SIZE
293     {
294         Pos = MAP_APPFONT ( 12 , 150 + MOVE_Y) ;
295         Size = MAP_APPFONT ( 64 + ADJUST_X, 8 ) ;
296         Text[ en-US ] = "Data~base size (MB)";
298     NumericField NF_DATADEVSPACE_SIZE
299     {
300         Pos             = MAP_APPFONT ( 77 + ADJUST_X, 148 + MOVE_Y) ;
301         Size            = MAP_APPFONT ( 40 , 12 ) ;
302         Border                  = TRUE ;
303         TabStop                 = TRUE ;
304         Spin                    = TRUE ;
305 StrictFormat    = TRUE;
306         HelpID  = HID_DLG_ADABAS_DATADEVSPACE_SIZE ;
307     };
308     FixedText FT_CACHE_SIZE
309     {
310         Pos = MAP_APPFONT ( 12 , 167 + MOVE_Y) ;
311         Size = MAP_APPFONT ( 64 + ADJUST_X, 8 ) ;
312         Text[ en-US ] = "Data ~buffer size (MB)";
314     NumericField NF_CACHE_SIZE
315     {
316         Pos             = MAP_APPFONT ( 77 + ADJUST_X, 165 + MOVE_Y) ;
317         Size            = MAP_APPFONT ( 40 , 12 ) ;
318         Border                  = TRUE ;
319         TabStop                 = TRUE ;
320         Spin                    = TRUE ;
321 StrictFormat    = TRUE;
322         HelpID                  = HID_DLG_ADABAS_CACHE_SIZE ;
323     };
324     FixedLine FL_END
325     {
326         Pos     = MAP_APPFONT ( 0 , WIN_Y - 24 + MOVE_Y) ;
327         Size    = MAP_APPFONT ( WIN_X , 1 ) ;
328     };
329     OKButton PB_OK
330     {
331         Pos                     = MAP_APPFONT ( WIN_X - 112, WIN_Y - 20 + MOVE_Y) ;
332         Size            = MAP_APPFONT ( 50 , 14 ) ;
333         TabStop         = TRUE ;
334         DefButton       = TRUE ;
335     };
336     CancelButton PB_CANCEL
337     {
338         Pos                     = MAP_APPFONT ( WIN_X - 56 , WIN_Y - 20+ MOVE_Y) ;
339         Size            = MAP_APPFONT ( 50 , 14 ) ;
340         TabStop         = TRUE ;
341     };
343     String STR_BACKUPFILE_LOAD
344     {
345         Text[ en-US ]   = "Backup file information";
348     Text[ en-US ] = "Create New Adabas D Database";
351 Image CHECK_GREEN
353     ImageBitmap = Bitmap { File = "nu07.bmp"; };
354     MaskColor   = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
356 Image UNCHECK_RED
358     ImageBitmap = Bitmap { File = "nu08.bmp"; };
359     MaskColor   = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
361 Image DEFAULT_BLUE
363     ImageBitmap = Bitmap { File = "nu09.bmp"; };
364     MaskColor   = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
366 /* Fehlermeldungen beim Erstellen einer Adabas DB */
368 String STR_ADABAS_NO_PARAM_SET
370     Text[ en-US ]       = "No entry could be written in the configuration file.";
373 String STR_ADABAS_NO_DB_CREATED
375     Text[ en-US ]       = "An error occurred as the DB files were being created.";
378 String STR_ADABAS_NO_SYSTEM_TABLES
380     Text[ en-US ]       = "An error occurred as the system tables were being created.";
382 String STR_ADABAS_NO_BACKUP_FILE
384     Text[ en-US ]       = "The backup file entered does not exist.";
387 InfoBox INFO_STR_MAX_FILE_LENGTH
389     Message[ en-US ]    = "The fully qualified file cannot be longer than \'#\' characters.";
392 String STR_NO_SAME_USER
394     Text[ en-US ] = "The administrator and the control user cannot have the same name!";
396 String STR_DEVSPACE_NO_FILE
398     Text[ en-US ] = "No name has been entered for the $name$ file!";
400 String STR_NO_PERMISSION
402     Text[ en-US ] = "You have to have administrator rights to create a new database!";
405 String STR_FILE_OR_DIR_UNKNOWN
407     Text[ en-US ] = "The specified file name or directory does not exist.";
410 String STR_ERROR_IN_ADABAS_INSTALLATION
412     Text [ en-US ] = "No new database can be created.\nPlease check your Adabas D installation, especially the variables \"DBROOT\" and \"DBWORK\".";
415 String STR_STAT_WARNING
417     Text [ en-US ] = "Warning!" ;
420 String STR_ADABAS_CREATEFILES
422     Text [ en-US ] = "Creating database files." ;
425 String STR_ADABAS_CREATEPARAM_FILE
427     Text [ en-US ] = "Creating database configuration file." ;
429 String STR_ADABAS_START_DATABASE
431     Text [ en-US ] = "Starting database for the first time." ;
434 String STR_ADABAS_DB_EXISTS
436     Text[ en-US ] = "The name entered already exists.";
439 String STR_ADABAS_NO_DEFAULTNAME
441     Text[ en-US ] = "No default names could be set for the database files. The total length is more than 40 characters.";
444 String STR_ADABAS_NO_ACCESSRIGHTS
446     Text[ en-US ] = "No default names could be set for the database files. There is no write access.";
449 String STR_ADABAS_CANNOT_CONVERT
451     Text[ en-US ] = "The current database need to be converted. Please insert control user  and password.";
454 String STR_ADABAS_PASSWORD_ILLEGAL
456     Text[ en-US ] = "Spaces are not permitted in the password. Please enter a new password.";