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