1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#ifndef _DBAUI_AUTOCONTROLS_HRC_ 25#include "AutoControls.hrc" 26#endif 27 28String STR_DBASE_PATH_OR_FILE 29{ 30 Text[ en-US ] = "Path to the dBASE files"; 31}; 32 33String STR_FLAT_PATH_OR_FILE 34{ 35 Text[ en-US ] = "Path to the text files"; 36}; 37 38String STR_CALC_PATH_OR_FILE 39{ 40 Text[ en-US ] = "Path to the spreadsheet document"; 41}; 42 43String STR_NAME_OF_ODBC_DATASOURCE 44{ 45 Text[ en-US ] = "Name of the ODBC data source on your system"; 46}; 47 48String STR_MYSQL_DATABASE_NAME 49{ 50 Text[ en-US ] = "Name of the MySQL database"; 51}; 52 53String STR_ORACLE_DATABASE_NAME 54{ 55 Text[ en-US ] = "Name of the Oracle database"; 56}; 57 58String STR_ADABAS_DATABASE_NAME 59{ 60 Text[ en-US ] = "Name of the Adabas D database"; 61}; 62 63String STR_MSACCESS_MDB_FILE 64{ 65 Text[ en-US ] = "Microsoft Access database file"; 66}; 67 68 69String STR_NO_ADDITIONAL_SETTINGS 70{ 71 Text[ en-US ] = "No more settings are necessary. To verify that the connection is working, click the '%test' button."; 72}; 73 74 75String STR_COMMONURL 76{ 77 Text [ en-US ] = "Datasource URL" ; 78}; 79 80String STR_HOSTNAME 81{ 82 Text[ en-US ] = "~Host name"; 83}; 84String STR_MOZILLA_PROFILE_NAME 85{ 86 Text[ en-US ] = "~Mozilla profile name"; 87}; 88String STR_THUNDERBIRD_PROFILE_NAME 89{ 90 Text[ en-US ] = "~Thunderbird profile name"; 91}; 92 93 94// ------------------------------------------------------------------------------------------------- 95 96 97 98 99