merge the formfield patch from ooo-build
[ooovba.git] / dbaccess / source / ui / browser / sbabrw.src
blobc7a4997f3e3cf720333e33601f8937255a8b31ab
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: sbabrw.src,v $
10  * $Revision: 1.109 $
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 _DBA_DBACCESS_HELPID_HRC_
31 #include "dbaccess_helpid.hrc"
32 #endif
33 #ifndef _DBU_BRW_HRC_
34 #include "dbu_brw.hrc"
35 #endif
36 #ifndef DBACCESS_UI_BROWSER_ID_HXX
37 #include "browserids.hxx"
38 #endif
39 //      #include <sfx2/sfx.hrc>
40 #ifndef _GLOBLMN_HRC
41 #include <svx/globlmn.hrc>
42 #endif
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
55     Buttons = WB_YES_NO ;
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
106     ItemList =
107     {
108         MenuItem        \
109         {       \
110             MID_EDIT_DATABASE   \
111         };      \
112         MenuItem        \
113         {       \
114             MID_CLOSECONN       \
115         };      \
116         MenuItem        \
117         {       \
118             Separator = TRUE;   \
119         };  \
120         MenuItem { ITEM_EDIT_COPY               };
121         MenuItem        \
122         {       \
123             Separator = TRUE;   \
124         };  \
125         MenuItem        \
126         {       \
127             MID_ADMINISTRATE    \
128         };
129     };
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?" ;
146     };
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?" ;
152     };
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$\" ...";
167     };
169 String STR_LOADING_QUERY
171     Text [ en-US ] = "Loading query $name$ ...";
172     };
174 String STR_LOADING_TABLE
176     Text [ en-US ] = "Loading table $name$ ...";
177     };
179 String STR_NO_TABLE_FORMAT_INSIDE
181     Text [ en-US ] = "No table format could be found." ;
182     };
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
191     ItemList =
192     {
193         MenuItem
194         {
195             MID_SBA_QRY_REFRESH
196             HelpId = SID_FM_REFRESH ;
197             Command = ".uno:Refresh";
198         };
199         MenuItem
200         {
201             Identifier = ID_BROWSER_REFRESH_REBUILD;
202             Command = ".uno:DBRebuildData";
203             HelpId = HID_BROWSER_REFRESH_REBUILDVIEW;
204             Text [ en-US ] = "Rebuild";
205         };
206     };