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