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#ifndef _DBU_REL_HRC_ 28#include "dbu_rel.hrc" 29#endif 30#ifndef _GLOBLMN_HRC 31#include <svx/globlmn.hrc> 32#endif 33#ifndef _CNTIDS_HRC 34#include <sfx2/cntids.hrc> 35#endif 36#ifndef DBACCESS_UI_BROWSER_ID_HXX 37#include "browserids.hxx" 38#endif 39#ifndef _DBA_DBACCESS_HELPID_HRC_ 40#include "dbaccess_helpid.hrc" 41#endif 42 43String STR_QUERY_REL_EDIT_RELATION 44{ 45 Text [ en-US ] = "This relation already exists. Do you want to edit it or create a new one?" ; 46}; 47String STR_QUERY_REL_EDIT 48{ 49 Text [ en-US ] = "Edit..." ; 50}; 51String STR_QUERY_REL_CREATE 52{ 53 Text [ en-US ] = "Create..." ; 54}; 55String STR_RELATIONDESIGN 56{ 57 Text [ en-US ] = " - %PRODUCTNAME Base: Relation design" ; 58}; 59String STR_RELATIONDESIGN_NOT_AVAILABLE 60{ 61 Text [ en-US ] = "The database does not support relations." ; 62}; 63QueryBox RELATION_DESIGN_SAVEMODIFIED 64{ 65 Buttons = WB_YES_NO_CANCEL ; 66 DefButton = WB_DEF_YES ; 67 Message [ en-US ] = "The relation design has been changed.\nDo you want to save the changes?" ; 68}; 69 70String STR_QUERY_REL_DELETE_WINDOW 71{ 72 Text [ en-US ] = "When you delete this table all corresponding relations will be deleted as well. Continue?"; 73}; 74 75String STR_QUERY_REL_COULD_NOT_CREATE 76{ 77 Text [ en-US ] = "The database could not create the relation. May be foreign keys for this kind of table aren't supported.\nPlease check your documentation of the database."; 78}; 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131