office-gobmx/dbaccess/source/sdbtools/resource/sdbt_strings.src
Ivo Hinkelmann 379a5d7317 INTEGRATION: CWS dba24c (1.8.8); FILE MERGED
2007/09/20 18:34:50 fs 1.8.8.1: #i80856# moved error strings
2007-11-21 14:48:17 +00:00

73 lines
2.3 KiB
Text

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sdbt_strings.src,v $
*
* $Revision: 1.9 $
*
* last change: $Author: ihi $ $Date: 2007-11-21 15:48: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 DBACCESS_SDBT_RESOURCE_HRC
#include "sdbt_resource.hrc"
#endif
String STR_QUERY_AND_TABLE_DISTINCT_NAMES
{
Text [ en-US ] = "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table.";
};
String STR_BASENAME_TABLE
{
Text [ en-US ] = "Table";
};
String STR_BASENAME_QUERY
{
Text [ en-US ] = "Query";
};
String STR_CONN_WITHOUT_QUERIES_OR_TABLES
{
Text [ en-US ] = "The given connection is no valid query and/or tables supplier.";
};
String STR_NO_TABLE_OBJECT
{
Text [ en-US ] = "The given object is no table object.";
};
String STR_INVALID_COMPOSITION_TYPE
{
Text [ en-US ] = "Invalid composition type - need a value from com.sun.star.sdb.tools.CompositionType.";
};
String STR_INVALID_COMMAND_TYPE
{
Text [ en-US ] = "Invalid command type - only TABLE and AND QUERY from com.sun.star.sdb.CommandType are allowed.";
};