219 lines
5.6 KiB
Plaintext
219 lines
5.6 KiB
Plaintext
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#include "dbu_dlg.hrc"
|
|
|
|
String STR_DBWIZARDTITLE
|
|
{
|
|
Text[ en-US ] = "Database Wizard" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_INTROPAGE
|
|
{
|
|
Text[ en-US ] = "Select database" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_DBASE
|
|
{
|
|
Text[ en-US ] = "Set up dBASE connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_TEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to text files" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_MSACCESS
|
|
{
|
|
Text[ en-US ] = "Set up Microsoft Access connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_LDAP
|
|
{
|
|
Text[ en-US ] = "Set up LDAP connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_ADO
|
|
{
|
|
Text[ en-US ] = "Set up ADO connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_JDBC
|
|
{
|
|
Text[ en-US ] = "Set up JDBC connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_ORACLE
|
|
{
|
|
Text[ en-US ] = "Set up Oracle database connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_MYSQL
|
|
{
|
|
Text[ en-US ] = "Set up MySQL connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_ODBC
|
|
{
|
|
Text[ en-US ] = "Set up ODBC connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_SPREADSHEET
|
|
{
|
|
Text[ en-US ] = "Set up Spreadsheet connection" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_AUTHENTIFICATION
|
|
{
|
|
Text[ en-US ] = "Set up user authentication" ;
|
|
};
|
|
|
|
String STR_PAGETITLE_MYSQL_NATIVE
|
|
{
|
|
Text [ en-US ] = "Set up MySQL server data";
|
|
};
|
|
|
|
String STR_PAGETITLE_FINAL
|
|
{
|
|
Text[ en-US ] = "Save and proceed" ;
|
|
};
|
|
|
|
String STR_DATABASEDEFAULTNAME
|
|
{
|
|
Text[ en-US ] = "New Database" ;
|
|
};
|
|
|
|
|
|
String STR_MYSQLJDBC_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up connection to a MySQL database using JDBC" ;
|
|
};
|
|
|
|
String STR_MYSQLJDBC_HELPTEXT
|
|
{
|
|
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.";
|
|
};
|
|
|
|
String STR_MYSQL_DRIVERCLASSTEXT
|
|
{
|
|
Text [ en-US ] = "MySQL JDBC d~river class:";
|
|
};
|
|
|
|
String STR_MYSQL_DEFAULT
|
|
{
|
|
Text[ en-US ] = "Default: 3306";
|
|
};
|
|
|
|
String STR_DBASE_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to dBASE files" ;
|
|
};
|
|
|
|
String STR_DBASE_HELPTEXT
|
|
{
|
|
Text[ en-US ] = "Select the folder where the dBASE files are stored." ;
|
|
};
|
|
|
|
String STR_TEXT_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to text files" ;
|
|
};
|
|
|
|
String STR_TEXT_HELPTEXT
|
|
{
|
|
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." ;
|
|
};
|
|
|
|
String STR_TEXT_PATH_OR_FILE
|
|
{
|
|
Text[ en-US ] = "Path to text files";
|
|
};
|
|
|
|
String STR_MSACCESS_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to a Microsoft Access database" ;
|
|
};
|
|
|
|
String STR_MSACCESS_HELPTEXT
|
|
{
|
|
Text[ en-US ] = "Please select the Microsoft Access file you want to access.";
|
|
};
|
|
|
|
String STR_ADO_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to an ADO database" ;
|
|
};
|
|
|
|
String STR_ADO_HELPTEXT
|
|
{
|
|
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." ;
|
|
};
|
|
|
|
String STR_ODBC_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to an ODBC database" ;
|
|
};
|
|
|
|
String STR_ODBC_HELPTEXT{
|
|
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." ;
|
|
};
|
|
|
|
String STR_JDBC_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to a JDBC database" ;
|
|
};
|
|
|
|
String STR_JDBC_HELPTEXT{
|
|
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." ;
|
|
};
|
|
|
|
String STR_ORACLE_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to an Oracle database";
|
|
};
|
|
|
|
String STR_ORACLE_DEFAULT
|
|
{
|
|
Text[ en-US ] = "Default: 1521" ;
|
|
};
|
|
|
|
String STR_ORACLE_DRIVERCLASSTEXT
|
|
{
|
|
Text [ en-US ] = "Oracle JDBC ~driver class";
|
|
};
|
|
|
|
String STR_ORACLE_HELPTEXT{
|
|
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." ;
|
|
};
|
|
|
|
String STR_SPREADSHEET_HEADERTEXT
|
|
{
|
|
Text[ en-US ] = "Set up a connection to spreadsheets";
|
|
};
|
|
|
|
String STR_SPREADSHEET_HELPTEXT{
|
|
Text[ en-US ] = "Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n%PRODUCTNAME will open this file in read-only mode." ;
|
|
};
|
|
|
|
String STR_SPREADSHEETPATH{
|
|
Text[ en-US ] = "~Location and file name" ;
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|