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_REL_HRC_ 25#include "dbu_rel.hrc" 26#endif 27#ifndef _GLOBLMN_HRC 28#include <svx/globlmn.hrc> 29#endif 30#ifndef _CNTIDS_HRC 31#include <sfx2/cntids.hrc> 32#endif 33#ifndef DBACCESS_UI_BROWSER_ID_HXX 34#include "browserids.hxx" 35#endif 36#ifndef _DBA_DBACCESS_HELPID_HRC_ 37#include "dbaccess_helpid.hrc" 38#endif 39 40String STR_QUERY_REL_EDIT_RELATION 41{ 42 Text [ en-US ] = "This relation already exists. Do you want to edit it or create a new one?" ; 43}; 44String STR_QUERY_REL_EDIT 45{ 46 Text [ en-US ] = "Edit..." ; 47}; 48String STR_QUERY_REL_CREATE 49{ 50 Text [ en-US ] = "Create..." ; 51}; 52String STR_RELATIONDESIGN 53{ 54 Text [ en-US ] = " - %PRODUCTNAME Base: Relation design" ; 55}; 56String STR_RELATIONDESIGN_NOT_AVAILABLE 57{ 58 Text [ en-US ] = "The database does not support relations." ; 59}; 60QueryBox RELATION_DESIGN_SAVEMODIFIED 61{ 62 Buttons = WB_YES_NO_CANCEL ; 63 DefButton = WB_DEF_YES ; 64 Message [ en-US ] = "The relation design has been changed.\nDo you want to save the changes?" ; 65}; 66 67String STR_QUERY_REL_DELETE_WINDOW 68{ 69 Text [ en-US ] = "When you delete this table all corresponding relations will be deleted as well. Continue?" ; 70}; 71 72String STR_QUERY_REL_COULD_NOT_CREATE 73{ 74 Text [ en-US ] = "The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\nPlease check your documentation of the database." ; 75}; 76 77// ********************************************************************** EOF 78