1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: sbabrw.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #ifndef _DBA_DBACCESS_HELPID_HRC_
31 #include "dbaccess_helpid.hrc"
34 #include "dbu_brw.hrc"
36 #ifndef DBACCESS_UI_BROWSER_ID_HXX
37 #include "browserids.hxx"
39 // #include <sfx2/sfx.hrc>
41 #include <svx/globlmn.hrc>
43 #include "toolbox.hrc"
45 QueryBox QUERY_BRW_SAVEMODIFIED
47 Buttons = WB_YES_NO_CANCEL ;
48 DefButton = WB_DEF_YES ;
49 /* ### ACHTUNG: Neuer Text in Resource? Soll der geänderte Datensatz gespeichert werden? : Soll der geänderte Datensatz gespeichert werden? */
50 Message [ en-US ] = "The current record has been changed.\nDo you want to save the changes?" ;
53 QueryBox QUERY_BRW_DELETE_ROWS
56 /* ### ACHTUNG: Neuer Text in Resource? Sollen die selektierten Daten gelöscht werden? : Sollen die selektierten Daten gel÷scht werden? */
57 Message [ en-US ] = "Do you want to delete the selected data?" ;
60 String RID_STR_DATABROWSER_FILTERED
62 Text [ en-US ] = "(filtered)" ;
65 String SBA_BROWSER_SETTING_ORDER
67 Text [ en-US ] = "Error setting the sort criteria";
69 String SBA_BROWSER_SETTING_FILTER
71 Text [ en-US ] = "Error setting the filter criteria";
74 String RID_STR_CONNECTION_LOST
76 Text [ en-US ] = "Connection lost";
79 String RID_STR_QUERIES_CONTAINER
81 Text [ en-US ] = "Queries";
84 String RID_STR_TABLES_CONTAINER
86 Text [ en-US ] = "Tables";
89 #define MID_EDIT_DATABASE \
90 Identifier = ID_TREE_EDIT_DATABASE ; \
91 HelpId = HID_BROWSER_EDIT_DATABASE; \
92 Text [ en-US ] = "Edit ~Database File..." ;\
94 #define MID_ADMINISTRATE \
95 Identifier = ID_TREE_ADMINISTRATE ; \
96 HelpId = HID_BROWSER_ADMINISTRATE; \
97 Text [ en-US ] = "Registered databases ..." ;\
99 #define MID_CLOSECONN \
100 Identifier = ID_TREE_CLOSE_CONN ; \
101 HelpId = HID_BROWSER_CLOSECONN ; \
102 Text [ en-US ] = "Disco~nnect" ; \
104 Menu MENU_BROWSER_DEFAULTCONTEXT
120 MenuItem { ITEM_EDIT_COPY };
132 String STR_TITLE_CONFIRM_DELETION
134 Text [ en-US ] = "Confirm Deletion" ;
137 String STR_QUERY_DELETE_TABLE
139 Text [ en-US ] = "Do you want to delete the table '%1'?" ;
142 QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM
144 Buttons = WB_YES_NO ;
145 Message [ en-US ] = "The query already exists. Do you want to delete it?" ;
148 QueryBox QUERY_CONNECTION_LOST
150 Buttons = WB_YES_NO ;
151 Message [ en-US ] = "The connection to the database has been lost. Do you want to reconnect?" ;
154 String STR_OPENTABLES_WARNINGS
156 Text [ en-US ] = "Warnings encountered";
159 String STR_OPENTABLES_WARNINGS_DETAILS
161 Text [ en-US ] = "While retrieving the tables, warnings were reported by the database connection.";
164 String STR_CONNECTING_DATASOURCE
166 Text [ en-US ] = "Connecting to \"$name$\" ...";
169 String STR_LOADING_QUERY
171 Text [ en-US ] = "Loading query $name$ ...";
174 String STR_LOADING_TABLE
176 Text [ en-US ] = "Loading table $name$ ...";
179 String STR_NO_TABLE_FORMAT_INSIDE
181 Text [ en-US ] = "No table format could be found." ;
184 String STR_COULDNOTCONNECT_DATASOURCE
186 Text [ en-US ] = "The connection to the data source \"$name$\" could not be established.";
189 Menu RID_MENU_REFRESH_DATA
196 HelpId = SID_FM_REFRESH ;
197 Command = ".uno:Refresh";
201 Identifier = ID_BROWSER_REFRESH_REBUILD;
202 Command = ".uno:DBRebuildData";
203 HelpId = HID_BROWSER_REFRESH_REBUILDVIEW;
204 Text [ en-US ] = "Rebuild";