fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / dbaccess / source / ui / dlg / dbadminsetup.src
blobd798978cb21b403873c0e5935f8fa019e1004434
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "dbu_dlg.hrc"
22 String STR_DBWIZARDTITLE
24     Text[ en-US ]  = "Database Wizard" ;
27 String STR_PAGETITLE_INTROPAGE
29     Text[ en-US ]  = "Select database" ;
32 String STR_PAGETITLE_DBASE
34     Text[ en-US ]  = "Set up dBASE connection" ;
37 String STR_PAGETITLE_TEXT
39     Text[ en-US ]  = "Set up a connection to text files" ;
42 String STR_PAGETITLE_MSACCESS
44     Text[ en-US ]  = "Set up Microsoft Access connection" ;
47 String STR_PAGETITLE_LDAP
49     Text[ en-US ]  = "Set up LDAP connection" ;
52 String STR_PAGETITLE_ADO
54     Text[ en-US ]  = "Set up ADO connection" ;
57 String STR_PAGETITLE_JDBC
59     Text[ en-US ]  = "Set up JDBC connection" ;
62 String STR_PAGETITLE_ORACLE
64     Text[ en-US ] = "Set up Oracle database connection" ;
67 String STR_PAGETITLE_MYSQL
69     Text[ en-US ] = "Set up MySQL connection" ;
72 String STR_PAGETITLE_ODBC
74     Text[ en-US ] = "Set up ODBC connection" ;
77 String STR_PAGETITLE_SPREADSHEET
79     Text[ en-US ] = "Set up Spreadsheet connection" ;
82 String STR_PAGETITLE_AUTHENTIFICATION
84     Text[ en-US ] = "Set up user authentication" ;
87 String STR_PAGETITLE_MYSQL_NATIVE
89     Text [ en-US ] = "Set up MySQL server data";
92 String STR_PAGETITLE_FINAL
94     Text[ en-US ] = "Save and proceed" ;
97 String STR_DATABASEDEFAULTNAME
99     Text[ en-US ]  = "New Database" ;
103 String STR_MYSQLJDBC_HEADERTEXT
105     Text[ en-US ] = "Set up connection to a MySQL database using JDBC" ;
108 String STR_MYSQLJDBC_HELPTEXT
110     Text[ en-US ] = "Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings.";
113 String STR_MYSQL_DRIVERCLASSTEXT
115     Text [  en-US  ] = "MySQL JDBC d~river class:";
118 String STR_MYSQL_DEFAULT
120     Text[ en-US ] = "Default: 3306";
123 String STR_DBASE_HEADERTEXT
125     Text[ en-US ] = "Set up a connection to dBASE files" ;
128 String STR_DBASE_HELPTEXT
130     Text[ en-US ]  = "Select the folder where the dBASE files are stored." ;
133 String STR_TEXT_HEADERTEXT
135     Text[ en-US ]   = "Set up a connection to text files" ;
138 String STR_TEXT_HELPTEXT
140     Text[ en-US ]   = "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode." ;
143 String STR_TEXT_PATH_OR_FILE
145     Text[ en-US ]  = "Path to text files";
148 String STR_MSACCESS_HEADERTEXT
150     Text[ en-US ] = "Set up a connection to a Microsoft Access database" ;
153 String STR_MSACCESS_HELPTEXT
155     Text[ en-US ] = "Please select the Microsoft Access file you want to access.";
158 String STR_ADO_HEADERTEXT
160     Text[ en-US ] = "Set up a connection to an ADO database" ;
163 String STR_ADO_HELPTEXT
165     Text[ en-US ] = "Please enter the URL of the ADO data source you want to connect to.\nClick 'Browse' to configure provider-specific settings.\nPlease contact your system administrator if you are unsure about the following settings." ;
168 String STR_ODBC_HEADERTEXT
170     Text[ en-US ] = "Set up a connection to an ODBC database" ;
173 String STR_ODBC_HELPTEXT{
174     Text[ en-US ] = "Enter the name of the ODBC database you want to connect to.\nClick 'Browse...' to select an ODBC database that is already registered in %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings." ;
177 String STR_JDBC_HEADERTEXT
179     Text[ en-US ] = "Set up a connection to a JDBC database" ;
182 String STR_JDBC_HELPTEXT{
183     Text[ en-US ] = "Please enter the required information to connect to a JDBC database.\nPlease contact your system administrator if you are unsure about the following settings." ;
186 String STR_ORACLE_HEADERTEXT
188     Text[ en-US ] = "Set up a connection to an Oracle database";
191 String STR_ORACLE_DEFAULT
193     Text[ en-US ] = "Default: 1521" ;
196 String STR_ORACLE_DRIVERCLASSTEXT
198     Text [ en-US ] = "Oracle JDBC ~driver class";
201 String STR_ORACLE_HELPTEXT{
202     Text[ en-US ] = "Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings." ;
205 String STR_SPREADSHEET_HEADERTEXT
207     Text[ en-US ] = "Set up a connection to spreadsheets";
210 String STR_SPREADSHEET_HELPTEXT{
211     Text[ en-US ] = "Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n%PRODUCTNAME will open this file in read-only mode." ;
214 String STR_SPREADSHEETPATH{
215     Text[ en-US ] = "~Location and file name" ;
218 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */