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