Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / dbadmin2.src
blobf59d9999a4eec52086b4b170eaf21e8cd49b8dd3
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: dbadmin2.src,v $
10  * $Revision: 1.10 $
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 _DBA_DBACCESS_HELPID_HRC_
32 #include "dbaccess_helpid.hrc"
33 #endif
35 #ifndef _DBU_DLG_HRC_
36 #include "dbu_dlg.hrc"
37 #endif
38 #ifndef _DBAUI_DBADMIN_HRC_
39 #include "dbadmin.hrc"
40 #endif
41 #ifndef DBACCESS_UI_BROWSER_ID_HXX
42 #include "browserids.hxx"
43 #endif
44 #ifndef DBAUI_TOOLBOX_HXX
45 #include "toolbox.hrc"
46 #endif
47 #ifndef _DBAUI_AUTOCONTROLS_HRC_
48 #include "AutoControls.hrc"
49 #endif
51 //.........................................................................
53 String STR_ENTER_CONNECTION_PASSWORD
55     Text [ en-US ] = "A password is needed to connect to the data source \"$name$\".";
58 String STR_QUERY_DROP_ALL
60     Text[ en-US ] = "Do you want to delete all selected items?";
63 String STR_ASK_FOR_DIRECTORY_CREATION
65     Text [ en-US ] = "The directory\n\n$path$\n\ndoes not exist. Should it be created?";
68 String STR_COULD_NOT_CREATE_DIRECTORY
70     Text [ en-US ] = "The directory $name$ could not be created.";
73 String STR_ADDRESSBOOK_SYSTEM
75     Text[ en-US ] = "Windows address book";
77 String STR_ADDRESSBOOK_OUTLOOK
79     Text[ en-US ] = "MS Outlook";
81 String STR_ADDRESSBOOK_MOZILLA
83     Text[ en-US ] = "Mozilla address book";
85 String STR_ADDRESSBOOK_THUNDERBIRD
87     Text[ en-US ] = "Thunderbird address book";
89 String STR_ADDRESSBOOK_EVOLUTION
91     Text[ en-US ] = "Evolution address book";
93 String STR_ADDRESSBOOK_LDAP
95     Text[ en-US ] = "LDAP address book";
98 String STR_HINT_READONLY_CONNECTION
100     Text [ en-US ] = "(Connection is read-only)";
103 String STR_HINT_CONNECTION_NOT_CAPABLE
105     Text [ en-US ] = "(Not supported by this connection)";
108 #define EDIT_SIZE_X             50
109 #define FT_SIZE_X               90
110 #define WIN_X                   220
111 #define WIN_Y                   72
113 ModalDialog DLG_DOMAINPASSWORD
115     Border = TRUE ;
116     Moveable = TRUE ;
117     OutputSize = TRUE ;
118     SVLook = TRUE ;
119     Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
120     Text[ en-US ] = "Convert Database";
122     FixedLine FT_PASSWORD
123     {
124         Pos = MAP_APPFONT ( 3 , 3 ) ;
125         Size = MAP_APPFONT ( WIN_X - 3 - 6 - 6 - 50 , 8 ) ;
126         Text[ en-US ] = "Please enter the ~password for the user 'DOMAIN'.";
127     };
129     Edit ET_PASSWORD
130     {
131         Border = TRUE ;
132         Pos = MAP_APPFONT ( 12 + FT_SIZE_X , 16 ) ;
133         Size = MAP_APPFONT ( EDIT_SIZE_X , 12 ) ;
134         PassWord = TRUE ;
135     };
136     OKButton BTN_PASSWORD_OK
137     {
138         Pos = MAP_APPFONT ( WIN_X - 56 , 6 ) ;
139         Size = MAP_APPFONT ( 50 , 14 ) ;
140         DefButton = TRUE ;
141     };
142     CancelButton BTN_PASSWORD_CANCEL
143     {
144         Pos = MAP_APPFONT ( WIN_X - 56 , 23 ) ;
145         Size = MAP_APPFONT ( 50 , 14 ) ;
146     };
147     HelpButton BTN_PASSWORD_HELP
148     {
149         Pos = MAP_APPFONT ( WIN_X - 56 , 43 ) ;
150         Size = MAP_APPFONT ( 50 , 14 ) ;
151     };  
154 #define PAGE_X_T  (PAGE_X -80)
155 #define PAGE_Y_T  (PAGE_Y -50)
157 TabPage PAGE_TABLESUBSCRIPTION
159     SVLook = TRUE ;
160     Hide = TRUE;
161     Pos = MAP_APPFONT ( 0 , 0 ) ;
162     Size = MAP_APPFONT ( PAGE_X_T, PAGE_Y_T) ;
163     HelpId = HID_DSADMIN_TABLE_SUBSCRIPTION;
164     
165     Text [ en-US ] = "Tables Filter" ;
167     FixedLine FL_SEPARATOR1
168     {
169         Pos = MAP_APPFONT ( RELATED_CONTROLS , UNRELATED_CONTROLS ) ;
170         Size = MAP_APPFONT ( PAGE_X_T - 2* RELATED_CONTROLS, FIXEDTEXT_HEIGHT ) ;
171         Text [ en-US ] = "Tables and table filter";
172     };
173     Control CTL_TABLESUBSCRIPTION
174     {
175         Pos             = MAP_APPFONT ( UNRELATED_CONTROLS , UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + RELATED_CONTROLS) ;
176         Size    = MAP_APPFONT ( PAGE_X_T - 2*UNRELATED_CONTROLS , 81 ) ;
177         Group   = TRUE;
178         Border  = TRUE ;
179         TabStop = TRUE ;
180         HelpId = HID_DSADMIN_TABLE_SELECTOR;
181     };
182     FixedText FT_FILTER_EXPLANATION
183     {
184         Pos = MAP_APPFONT ( UNRELATED_CONTROLS , 2*UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + RELATED_CONTROLS + 81 ) ;
185         Size    = MAP_APPFONT ( PAGE_X_T - 2*UNRELATED_CONTROLS , 16 ) ;
186         HelpId = HID_DSADMIN_FILTER_EXPLANATION;
187         WordBreak = TRUE;
188         Text [ en-US ] = "Mark the tables that should be visible for the applications.";
189     };