/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #ifndef _DBU_REL_HRC_ #include "dbu_rel.hrc" #endif #ifndef _GLOBLMN_HRC #include #endif #ifndef _CNTIDS_HRC #include #endif #ifndef DBACCESS_UI_BROWSER_ID_HXX #include "browserids.hxx" #endif #ifndef _DBA_DBACCESS_HELPID_HRC_ #include "dbaccess_helpid.hrc" #endif String STR_QUERY_REL_EDIT_RELATION { Text [ en-US ] = "This relation already exists. Do you want to edit it or create a new one?" ; }; String STR_QUERY_REL_EDIT { Text [ en-US ] = "Edit..." ; }; String STR_QUERY_REL_CREATE { Text [ en-US ] = "Create..." ; }; String STR_RELATIONDESIGN { Text [ en-US ] = " - %PRODUCTNAME Base: Relation design" ; }; String STR_RELATIONDESIGN_NOT_AVAILABLE { Text [ en-US ] = "The database does not support relations." ; }; QueryBox RELATION_DESIGN_SAVEMODIFIED { Buttons = WB_YES_NO_CANCEL ; DefButton = WB_DEF_YES ; Message [ en-US ] = "The relation design has been changed.\nDo you want to save the changes?" ; }; String STR_QUERY_REL_DELETE_WINDOW { Text [ en-US ] = "When you delete this table all corresponding relations will be deleted as well. Continue?" ; }; String STR_QUERY_REL_COULD_NOT_CREATE { 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." ; }; // ********************************************************************** EOF