Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / dlg / dbadminsetup.hrc
blob4aaa4c32d31c1860061cc8a0bc456094efd76a37
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #ifndef _DBAUI_DBADMINSETUP_HRC_
29 #define _DBAUI_DBADMINSETUP_HRC_
32 #ifndef _DBA_DBACCESS_HELPID_HRC_
33 #include "dbaccess_helpid.hrc"
34 #endif
35 #ifndef _DBU_DLG_HRC_
36 #include "dbu_dlg.hrc"
37 #endif
38 #ifndef DBACCESS_UI_BROWSER_ID_HXX
39 #include "browserids.hxx"
40 #endif
43 #define STR_DBASE_HELPTEXT                  28
44 #define STR_MSACCESS_HELPTEXT               29
45 #define STR_TEXT_HELPTEXT                   30
46     // FREE
47 #define STR_ADO_HELPTEXT                    32
48 #define STR_JDBC_HELPTEXT                   33
49 #define STR_ODBC_HELPTEXT                   34
50 #define STR_MYSQLJDBC_HELPTEXT              35
51 #define STR_SPREADSHEET_HELPTEXT            36
52     // FREE
53 #define STR_FINAL_HELPTEXT                  38
54     // FREE
55 #define STR_ORACLE_HELPTEXT                 40
56 #define STR_DBASE_HEADERTEXT                41
57 #define STR_MSACCESS_HEADERTEXT             42
58 #define STR_TEXT_HEADERTEXT                 43
59     // FREE
60 #define STR_ADO_HEADERTEXT                  45
61 #define STR_JDBC_HEADERTEXT                 46
62 #define STR_ODBC_HEADERTEXT                 47
63 #define STR_MYSQLJDBC_HEADERTEXT            48
64     // FREE
65 #define STR_SPREADSHEET_HEADERTEXT          50
66 #define STR_FINAL_HEADERTEXT                52
67     // FREE
68 #define STR_ORACLE_HEADERTEXT               54
69 #define STR_GENERAL_HEADERTEXT              55
70 #define STR_DBWIZARDTITLE                   56
72 #define STR_DEFAULTLDAPPORTNUMBER           60
74     // FREE
75 #define STR_ODBCDATASOURCENAME          63
76 #define STR_SPREADSHEETPATH             64
77 #define STR_DBLOCATIONLABEL             65
78 #define STR_ADMIN_HELPTEXT              66
80 #define STR_ORACLE_DEFAULT              67
81 #define STR_PAGETITLE_INTROPAGE         69
82 #define STR_PAGETITLE_DBASE             70
83 #define STR_PAGETITLE_TEXT              71
84 #define STR_PAGETITLE_MSACCESS          72
85 #define STR_PAGETITLE_LDAP              73
86     // FREE
87 #define STR_PAGETITLE_ADO               75
88 #define STR_PAGETITLE_JDBC              76
89 #define STR_PAGETITLE_ORACLE            77
90 #define STR_PAGETITLE_MYSQL             78
91 #define STR_PAGETITLE_ODBC              79
92 #define STR_PAGETITLE_SPREADSHEET       80
93 #define STR_PAGETITLE_AUTHENTIFICATION  81
94 #define STR_PAGETITLE_FINAL             82
95 #define STR_MYSQL_DEFAULT               83
96 #define STR_ORACLE_DRIVERCLASSTEXT      84
97 #define STR_MYSQL_DRIVERCLASSTEXT       85
98 #define STR_LDAP_DEFAULT                86
99 #define STR_PAGETITLE_MYSQL_NATIVE      87
102 #define FT_PORTNUMBERDEFAULT            1
103 #define FT_LDAP_HELPTEXT                2
104 #define FT_MYSQL_HELPTEXT               3
105 #define FT_MYSQL_HEADERTEXT             4
106 #define FT_MYSQLCONNECTIONMODE          5
107 #define FT_BROWSEURL                    6
108 #define FT_AUTHENTIFICATIONHELPTEXT     7
109 #define FT_AUTHENTIFICATIONHEADERTEXT   8
110 #define FT_LDAP_HEADERTEXT              9
111 #define FT_GENERALUSERNAME              10
112 #define FT_FINALHEADER                  11
113 #define FT_FINALTEXT                    12
114 #define FT_FINALHELPTEXT                13
115 #define FT_ADDITIONALSETTINGS           14
116 #define FT_SETUP_WIZARD_HEADER          15
117 #define FT_SETUP_WIZARD_HELP            16
119 #define ET_GENERALUSERNAME          1
121 #define PB_TESTCONNECTION           1
123 #define RB_CONNECTVIAODBC           1
124 #define RB_CONNECTVIAJDBC           2
125 #define RB_REGISTERDATASOURCE       3
126 #define RB_DONTREGISTERDATASOURCE   4
127 #define RB_CONNECTVIANATIVE         5
129 #define CB_WIZ_USESSL                       1
130 #define CB_STARTTABLEWIZARD                 2
131 #define CB_OPENAFTERWARDS                   3
132 #define CB_SPREADSHEETPASSWORDREQUIRED      4
133 #define CB_GENERALPASSWORDREQUIRED          5
135 #endif