1/************************************************************************* 2* 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26************************************************************************/ 27 28#ifndef _DBU_MISC_HRC_ 29#include "dbu_misc.hrc" 30#endif 31 32 33Resource RSC_CHARSETS 34{ 35 String 1 36 { 37 Text [ en-US ] = "System"; 38 }; 39}; 40 41String STR_ERROR_DURING_CREATION 42{ 43 Text [ en-US ] = "Error during creation"; 44}; 45 46String STR_UNEXPECTED_ERROR 47{ 48 Text [ en-US ] = "An unexpected error occurred. The operation could not be performed."; 49}; 50 51String STR_COULDNOTOPEN_LINKEDDOC 52{ 53 Text [ en-US ] = "The document \"$file$\" could not be opened."; 54}; 55 56String STR_MISSING_TABLES_XDROP 57{ 58 Text [ en-US ] = "The table cannot be deleted because the database connection does not support this."; 59}; 60 61String STR_BUTTON_TEXT_ALL 62{ 63 Text [ en-US ] = "~All"; 64 65}; 66 67String STR_UNDO_COLON 68{ 69 Text [ en-US ] = "Undo:"; 70}; 71 72String STR_REDO_COLON 73{ 74 Text [ en-US ] = "Redo:"; 75}; 76 77String STR_UNKNOWN_TYPE_FOUND 78{ 79 Text [ en-US ] = "No corresponding column type could be found for column '#1'." ; 80}; 81 82String STR_FILE_DOES_NOT_EXIST 83{ 84 Text[ en-US ] = "The file \"$file$\" does not exist."; 85}; 86 87String STR_WARNINGS_DURING_CONNECT 88{ 89 Text [ en-US ] = "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."; 90}; 91 92String STR_NAMED_OBJECT_ALREADY_EXISTS 93{ 94 Text [ en-US ] = "The name '$#$' already exists.\nPlease enter another name." ; 95}; 96String RID_STR_EXTENSION_NOT_PRESENT 97{ 98 // #i96130# use hard coded name 99 Text [ en-US ] = "The report, \"$file$\", requires the extension Oracle Report Builder."; 100}; 101