2b30ab651b
2007/03/20 14:45:22 ihi 1.5.242.1: #i72301# Remove German
110 lines
2.7 KiB
Text
110 lines
2.7 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: AutoControls.src,v $
|
|
*
|
|
* $Revision: 1.6 $
|
|
*
|
|
* last change: $Author: ihi $ $Date: 2007-04-19 14:57:17 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
************************************************************************/
|
|
|
|
#ifndef _DBAUI_AUTOCONTROLS_HRC_
|
|
#include "AutoControls.hrc"
|
|
#endif
|
|
|
|
String STR_DBASE_PATH_OR_FILE
|
|
{
|
|
Text[ en-US ] = "Path to the dBASE files";
|
|
};
|
|
|
|
String STR_FLAT_PATH_OR_FILE
|
|
{
|
|
Text[ en-US ] = "Path to the text files";
|
|
};
|
|
|
|
String STR_CALC_PATH_OR_FILE
|
|
{
|
|
Text[ en-US ] = "Path to the spreadsheet document";
|
|
};
|
|
|
|
String STR_NAME_OF_ODBC_DATASOURCE
|
|
{
|
|
Text[ en-US ] = "Name of the ODBC data source on your system";
|
|
};
|
|
|
|
String STR_MYSQL_DATABASE_NAME
|
|
{
|
|
Text[ en-US ] = "Name of the MySQL database";
|
|
};
|
|
|
|
String STR_ORACLE_DATABASE_NAME
|
|
{
|
|
Text[ en-US ] = "Name of the Oracle database";
|
|
};
|
|
|
|
String STR_ADABAS_DATABASE_NAME
|
|
{
|
|
Text[ en-US ] = "Name of the Adabas D database";
|
|
};
|
|
|
|
String STR_MSACCESS_MDB_FILE
|
|
{
|
|
Text[ en-US ] = "Microsoft Access database file";
|
|
};
|
|
|
|
|
|
String STR_NO_ADDITIONAL_SETTINGS
|
|
{
|
|
Text[ en-US ] = "No more settings are necessary. To verify that the connection is working, click the '%test' button.";
|
|
};
|
|
|
|
|
|
String STR_COMMONURL
|
|
{
|
|
Text [ en-US ] = "Datasource URL" ;
|
|
};
|
|
|
|
String STR_HOSTNAME
|
|
{
|
|
Text[ en-US ] = "~Host name";
|
|
};
|
|
String STR_MOZILLA_PROFILE_NAME
|
|
{
|
|
Text[ en-US ] = "~Mozilla profile name";
|
|
};
|
|
String STR_THUNDERBIRD_PROFILE_NAME
|
|
{
|
|
Text[ en-US ] = "~Thunderbird profile name";
|
|
};
|
|
|
|
|
|
// -------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|