181d089aeSAndrew Rist/**************************************************************
2*0ac3728eSmseidel *
381d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
481d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
581d089aeSAndrew Rist * distributed with this work for additional information
681d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
781d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
881d089aeSAndrew Rist * "License"); you may not use this file except in compliance
981d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0ac3728eSmseidel *
1181d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0ac3728eSmseidel *
1381d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
1481d089aeSAndrew Rist * software distributed under the License is distributed on an
1581d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1681d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
1781d089aeSAndrew Rist * specific language governing permissions and limitations
1881d089aeSAndrew Rist * under the License.
19*0ac3728eSmseidel *
2081d089aeSAndrew Rist *************************************************************/
2181d089aeSAndrew Rist
2281d089aeSAndrew Rist
23*0ac3728eSmseidel
24cdf0e10cSrcweir#ifndef _DBU_REL_HRC_
25cdf0e10cSrcweir#include "dbu_rel.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir#ifndef _GLOBLMN_HRC
28cdf0e10cSrcweir#include <svx/globlmn.hrc>
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir#ifndef _CNTIDS_HRC
31cdf0e10cSrcweir#include <sfx2/cntids.hrc>
32cdf0e10cSrcweir#endif
33cdf0e10cSrcweir#ifndef DBACCESS_UI_BROWSER_ID_HXX
34cdf0e10cSrcweir#include "browserids.hxx"
35cdf0e10cSrcweir#endif
36cdf0e10cSrcweir#ifndef _DBA_DBACCESS_HELPID_HRC_
37cdf0e10cSrcweir#include "dbaccess_helpid.hrc"
38cdf0e10cSrcweir#endif
39cdf0e10cSrcweir
40cdf0e10cSrcweirString STR_QUERY_REL_EDIT_RELATION
41cdf0e10cSrcweir{
42cdf0e10cSrcweir	Text [ en-US ] = "This relation already exists. Do you want to edit it or create a new one?" ;
43cdf0e10cSrcweir};
44cdf0e10cSrcweirString STR_QUERY_REL_EDIT
45cdf0e10cSrcweir{
46cdf0e10cSrcweir	Text [ en-US ] = "Edit..." ;
47cdf0e10cSrcweir};
48cdf0e10cSrcweirString STR_QUERY_REL_CREATE
49cdf0e10cSrcweir{
50cdf0e10cSrcweir	Text [ en-US ] = "Create..." ;
51cdf0e10cSrcweir};
52cdf0e10cSrcweirString STR_RELATIONDESIGN
53cdf0e10cSrcweir{
54cdf0e10cSrcweir	Text [ en-US ] = " - %PRODUCTNAME Base: Relation design" ;
55cdf0e10cSrcweir};
56cdf0e10cSrcweirString STR_RELATIONDESIGN_NOT_AVAILABLE
57cdf0e10cSrcweir{
58cdf0e10cSrcweir	Text [ en-US ] = "The database does not support relations." ;
59cdf0e10cSrcweir};
60cdf0e10cSrcweirQueryBox RELATION_DESIGN_SAVEMODIFIED
61cdf0e10cSrcweir{
62cdf0e10cSrcweir	Buttons = WB_YES_NO_CANCEL ;
63cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
64cdf0e10cSrcweir	Message [ en-US ] = "The relation design has been changed.\nDo you want to save the changes?" ;
65cdf0e10cSrcweir};
66cdf0e10cSrcweir
67cdf0e10cSrcweirString STR_QUERY_REL_DELETE_WINDOW
68cdf0e10cSrcweir{
69*0ac3728eSmseidel	Text [ en-US ] = "When you delete this table all corresponding relations will be deleted as well. Continue?" ;
70cdf0e10cSrcweir};
71cdf0e10cSrcweir
72cdf0e10cSrcweirString STR_QUERY_REL_COULD_NOT_CREATE
73cdf0e10cSrcweir{
74*0ac3728eSmseidel	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." ;
75cdf0e10cSrcweir};
76cdf0e10cSrcweir
77*0ac3728eSmseidel// ********************************************************************** EOF
78