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#include "dbu_uno.hrc" 25 26String STR_CTW_NO_VIEWS_SUPPORT 27{ 28 Text [ en-US ] = "The destination database does not support views."; 29}; 30 31String STR_CTW_NO_PRIMARY_KEY_SUPPORT 32{ 33 Text [ en-US ] = "The destination database does not support primary keys."; 34}; 35 36String STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR 37{ 38 Text [ en-US ] = "no data access descriptor found, or no data access descriptor able to provide all necessary information"; 39}; 40 41String STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT 42{ 43 Text [ en-US ] = "Only tables and queries are supported at the moment."; 44}; 45 46String STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS 47{ 48 Text [ en-US ] = "The copy source's result set must support bookmarks."; 49}; 50 51String STR_CTW_UNSUPPORTED_COLUMN_TYPE 52{ 53 Text [ en-US ] = "Unsupported source column type ($type$) at column position $pos$."; 54}; 55 56String STR_CTW_ILLEGAL_PARAMETER_COUNT 57{ 58 Text [ en-US ] = "Illegal number of initialization parameters."; 59}; 60 61String STR_CTW_ERROR_DURING_INITIALIZATION 62{ 63 Text [ en-US ] = "An error occurred during initialization."; 64}; 65String STR_CTW_ERROR_UNSUPPORTED_SETTING 66{ 67 Text [ en-US ] = "Unsupported setting in the copy source descriptor: $name$."; 68}; 69String STR_CTW_ERROR_NO_QUERY 70{ 71 Text [ en-US ] = "To copy a query, your connection must be able to provide queries."; 72}; 73String STR_CTW_ERROR_INVALID_INTERACTIONHANDLER 74{ 75 Text [ en-US ] = "The given interaction handler is invalid."; 76}; 77