blob: e59125a17d585ce8ef1f64f56fce9c0cbe14cd46 [file] [log] [blame]
/**************************************************************
*
* 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
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#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 QUERY from com.sun.star.sdb.CommandType are allowed.";
};