update dev300-m58
[ooovba.git] / dbaccess / source / ui / relationdesign / relation.src
blob343fe9e110309a62b827e08336cf06c2fd9dfab9
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: relation.src,v $
10  * $Revision: 1.63 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _DBU_REL_HRC_
31 #include "dbu_rel.hrc"
32 #endif
33 #ifndef _GLOBLMN_HRC
34 #include <svx/globlmn.hrc>
35 #endif
36 #ifndef _CNTIDS_HRC
37 #include <sfx2/cntids.hrc>
38 #endif
39 #ifndef DBACCESS_UI_BROWSER_ID_HXX
40 #include "browserids.hxx"
41 #endif
42 #ifndef _DBA_DBACCESS_HELPID_HRC_
43 #include "dbaccess_helpid.hrc"
44 #endif
46 String STR_QUERY_REL_EDIT_RELATION
48     Text [ en-US ] = "This relation already exists. Do you want to edit it or create a new one?" ;
50 String STR_QUERY_REL_EDIT
52     Text [ en-US ] = "Edit..." ;
54 String STR_QUERY_REL_CREATE
56     Text [ en-US ] = "Create..." ;
58 String STR_RELATIONDESIGN
60     Text [ en-US ] = " - %PRODUCTNAME Base: Relation design" ;
62 String STR_RELATIONDESIGN_NOT_AVAILABLE
64     Text [ en-US ] = "The database does not support relations." ;
66 QueryBox RELATION_DESIGN_SAVEMODIFIED
68     Buttons = WB_YES_NO_CANCEL ;
69     DefButton = WB_DEF_YES ;
70     Message [ en-US ] = "The relation design has been changed.\nDo you want to save the changes?" ;
73 String STR_QUERY_REL_DELETE_WINDOW
75     Text [ en-US ] = "When you delete this table all corresponding relations will be deleted as well. Continue?";
78 String STR_QUERY_REL_COULD_NOT_CREATE
80     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.";