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#ifndef _DBU_MISC_HRC_ 23#include "dbu_misc.hrc" 24#endif 25 26Resource RSC_CHARSETS 27{ 28 String 1 29 { 30 Text [ en-US ] = "System" ; 31 }; 32}; 33 34String STR_ERROR_DURING_CREATION 35{ 36 Text [ en-US ] = "Error during creation" ; 37}; 38 39String STR_UNEXPECTED_ERROR 40{ 41 Text [ en-US ] = "An unexpected error occurred. The operation could not be performed." ; 42}; 43 44String STR_COULDNOTOPEN_LINKEDDOC 45{ 46 Text [ en-US ] = "The document \"$file$\" could not be opened." ; 47}; 48 49String STR_MISSING_TABLES_XDROP 50{ 51 Text [ en-US ] = "The table cannot be deleted because the database connection does not support this." ; 52}; 53 54String STR_BUTTON_TEXT_ALL 55{ 56 Text [ en-US ] = "~All" ; 57}; 58 59String STR_UNDO_COLON 60{ 61 Text [ en-US ] = "Undo:" ; 62}; 63 64String STR_REDO_COLON 65{ 66 Text [ en-US ] = "Redo:" ; 67}; 68 69String STR_UNKNOWN_TYPE_FOUND 70{ 71 Text [ en-US ] = "No corresponding column type could be found for column '#1'." ; 72}; 73 74String STR_FILE_DOES_NOT_EXIST 75{ 76 Text [ en-US ] = "The file \"$file$\" does not exist." ; 77}; 78 79String STR_WARNINGS_DURING_CONNECT 80{ 81 Text [ en-US ] = "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them." ; 82}; 83 84String STR_NAMED_OBJECT_ALREADY_EXISTS 85{ 86 Text [ en-US ] = "The name '$#$' already exists.\nPlease enter another name." ; 87}; 88String RID_STR_EXTENSION_NOT_PRESENT 89{ 90 // #i96130# use hard coded name 91 Text [ en-US ] = "The report, \"$file$\", requires the extension Report Builder." ; 92}; 93 94// ********************************************************************** EOF 95