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: dbadmin2.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 ************************************************************************/
31 #ifndef _DBA_DBACCESS_HELPID_HRC_
32 #include "dbaccess_helpid.hrc"
36 #include "dbu_dlg.hrc"
38 #ifndef _DBAUI_DBADMIN_HRC_
39 #include "dbadmin.hrc"
41 #ifndef DBACCESS_UI_BROWSER_ID_HXX
42 #include "browserids.hxx"
44 #ifndef DBAUI_TOOLBOX_HXX
45 #include "toolbox.hrc"
47 #ifndef _DBAUI_AUTOCONTROLS_HRC_
48 #include "AutoControls.hrc"
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
113 ModalDialog DLG_DOMAINPASSWORD
119 Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
120 Text[ en-US ] = "Convert Database";
122 FixedLine FT_PASSWORD
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'.";
132 Pos = MAP_APPFONT ( 12 + FT_SIZE_X , 16 ) ;
133 Size = MAP_APPFONT ( EDIT_SIZE_X , 12 ) ;
136 OKButton BTN_PASSWORD_OK
138 Pos = MAP_APPFONT ( WIN_X - 56 , 6 ) ;
139 Size = MAP_APPFONT ( 50 , 14 ) ;
142 CancelButton BTN_PASSWORD_CANCEL
144 Pos = MAP_APPFONT ( WIN_X - 56 , 23 ) ;
145 Size = MAP_APPFONT ( 50 , 14 ) ;
147 HelpButton BTN_PASSWORD_HELP
149 Pos = MAP_APPFONT ( WIN_X - 56 , 43 ) ;
150 Size = MAP_APPFONT ( 50 , 14 ) ;
154 #define PAGE_X_T (PAGE_X -80)
155 #define PAGE_Y_T (PAGE_Y -50)
157 TabPage PAGE_TABLESUBSCRIPTION
161 Pos = MAP_APPFONT ( 0 , 0 ) ;
162 Size = MAP_APPFONT ( PAGE_X_T, PAGE_Y_T) ;
163 HelpId = HID_DSADMIN_TABLE_SUBSCRIPTION;
165 Text [ en-US ] = "Tables Filter" ;
167 FixedLine FL_SEPARATOR1
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";
173 Control CTL_TABLESUBSCRIPTION
175 Pos = MAP_APPFONT ( UNRELATED_CONTROLS , UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + RELATED_CONTROLS) ;
176 Size = MAP_APPFONT ( PAGE_X_T - 2*UNRELATED_CONTROLS , 81 ) ;
180 HelpId = HID_DSADMIN_TABLE_SELECTOR;
182 FixedText FT_FILTER_EXPLANATION
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;
188 Text [ en-US ] = "Mark the tables that should be visible for the applications.";