Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / app / app.src
blob3f9ff4e74f35e00419faed0fe8062a80e8f164df
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: app.src,v $
10  * $Revision: 1.17.68.1 $
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_APP_HRC_
31 #include "dbu_app.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
45 #ifndef DBAUI_TOOLBOX_HXX
46 #include "toolbox.hrc"
47 #endif
49 #define MN_PROPS        25
52 String RID_STR_NEW_FORM
54     Text [ en-US ] = "Create Form in Design View..." ;
57 String RID_STR_NEW_FORM_AUTO
59     Text [ en-US ] = "Use Wizard to Create Form..." ;
62 String RID_STR_NEW_REPORT_AUTO
64     Text [ en-US ] = "Use Wizard to Create Report..." ;
67 String RID_STR_NEW_REPORT
69     Text [ en-US ] = "Create Report in Design View..." ;
72 String RID_STR_NEW_QUERY
74     Text [ en-US ] = "Create Query in Design View..." ;
77 String RID_STR_NEW_QUERY_SQL
79     Text [ en-US ] = "Create Query in SQL View..." ;
82 String RID_STR_NEW_QUERY_AUTO
84     Text [ en-US ] = "Use Wizard to Create Query..." ;
86 String RID_STR_NEW_TABLE
88     Text [ en-US ] = "Create Table in Design View..." ;
91 String RID_STR_NEW_TABLE_AUTO
93     Text [ en-US ] = "Use Wizard to Create Table..." ;
95 String RID_STR_NEW_VIEW
97     Text [ en-US ] = "Create View..." ;
100 String RID_STR_FORMS_CONTAINER
102     Text [ en-US ] = "Forms" ;
105 String RID_STR_REPORTS_CONTAINER
107     Text [ en-US ] = "Reports" ;
110 Menu RID_MENU_APP_NEW
112     ItemList =
113     {
114         MenuItem
115         {
116             Identifier = SID_APP_NEW_FORM;
117             HelpId = SID_APP_NEW_FORM;
118             Command = ".uno:DBNewForm";
119             Text [ en-US ] = "Form..." ;
120         };
121         MenuItem
122         {
123             Identifier = SID_APP_NEW_REPORT;
124             HelpId = SID_APP_NEW_REPORT;
125             Command = ".uno:DBNewReport";
126             Text [ en-US ] = "Report..." ;
127         };
128         MenuItem
129         {
130             MID_DOCUMENT_CREATE_REPWIZ
131             Command = ".uno:DBNewReportAutoPilot";
132         };
133         MenuItem
134         {
135             MID_QUERY_NEW_DESIGN
136             Command = ".uno:DBNewQuery";
137         };
138         MenuItem
139         {
140             MID_QUERY_NEW_SQL
141             Command = ".uno:DBNewQuerySql";
142         };
143         MenuItem
144         {
145             Separator = TRUE;
146         };
147         MenuItem
148         {
149             MID_NEW_TABLE_DESIGN
150             Command = ".uno:DBNewTable";
151         };
152         MenuItem
153         {
154             MID_NEW_VIEW_DESIGN
155             Command = ".uno:DBNewView";
156         };
157         MenuItem
158         {
159             Identifier = SID_DB_NEW_VIEW_SQL;
160             HelpId = SID_DB_NEW_VIEW_SQL;
161             Command = ".uno:DBNewViewSQL";
162             Text [ en-US ] = "View (Simple)..." ;
163         };
165     };
168 Menu RID_MENU_APP_EDIT
170     ItemList =
171     {
172         MenuItem
173         {
174             ITEM_EDIT_COPY
175         };
176         MenuItem
177         {
178             ITEM_EDIT_PASTE
179         };
180         MenuItem
181         {
182             Identifier = SID_DB_APP_PASTE_SPECIAL;
183             HelpID = SID_DB_APP_PASTE_SPECIAL ;
184             Text[ en-US ] = "Paste Special...";
185             Command = ".uno:PasteSpecial";
186         };
187         MenuItem
188         {
189             Separator = TRUE ;
190         };
191         MenuItem
192         {
193             Identifier = SID_DB_APP_DELETE;
194             HelpID = SID_DB_APP_DELETE ;
195             Text[ en-US ] = "Delete";
196             Command = ".uno:DBDelete";
197         };
198         MenuItem
199         {
200             Identifier = SID_DB_APP_RENAME;
201             HelpID = SID_DB_APP_RENAME ;
202             Text[ en-US ] = "Rename";
203             Command = ".uno:DBRename";
204         };
205         MenuItem
206         {
207             Identifier = SID_DB_APP_EDIT;
208             HelpID = SID_DB_APP_EDIT ;
209             Text[ en-US ] = "Edit";
210             Command = ".uno:DBEdit";
211         };
212         MenuItem
213         {
214             Identifier = SID_DB_APP_EDIT_SQL_VIEW;
215             HelpID = SID_DB_APP_EDIT_SQL_VIEW ;
216             Text [ en-US ] = "Edit in SQL View...";
217             Command = ".uno:DBEditSqlView";
218         };
219         MenuItem
220         {
221             Identifier = SID_DB_APP_OPEN;
222             HelpID = SID_DB_APP_OPEN ;
223             Text[ en-US ] = "Open";
224             Command = ".uno:DBOpen";
225         };
226         MenuItem
227         {
228             Identifier = SID_DB_APP_CONVERTTOVIEW;
229             HelpID = SID_DB_APP_CONVERTTOVIEW ;
230             Text[ en-US ] = "Create as View";
231             Command = ".uno:DBConvertToView";
232         };
233         MenuItem
234         {
235             Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL;
236             Text [ en-US ] = "Form Wizard...";
237             Command = ".uno:DBNewFormAutoPilotWithPreSelection";
238         };
239         MenuItem
240         {
241             Identifier = SID_APP_NEW_REPORT_PRE_SEL;
242             HelpId = SID_APP_NEW_REPORT_PRE_SEL;
243             Command = ".uno:DBNewReportWithPreSelection";
244             Text [ en-US ] = "Report..." ;
245         };
246         MenuItem
247         {
248             Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
249             HelpID = HID_DOCUMENT_CREATE_REPWIZ ;
250             Text[ en-US ] = "Report Wizard...";
252             Command = ".uno:DBNewReportAutoPilotWithPreSelection";
253         };
254         MenuItem
255         {
256             Separator = TRUE ;
257         };
258         MenuItem
259         {
260             Identifier = SID_SELECTALL;
261             HelpID = SID_SELECTALL ;
262             Text[ en-US ] = "Select All";
263             Command = ".uno:SelectAll";
264         };
265         MenuItem
266         {
267             Separator = TRUE ;
268         };
269         MenuItem
270         {
271             Identifier = MN_PROPS;
272             Text[ en-US ] = "~Database";
273             SubMenu = Menu
274             {
275                 ItemList =
276                 {
277                     MenuItem
278                     {
279                         Identifier = SID_DB_APP_DSPROPS;
280                         HelpID = SID_DB_APP_DSPROPS ;
281                         Text[ en-US ] = "Properties";
282                         Command = ".uno:DBDSProperties";
283                     };
284                     MenuItem
285                     {
286                         Identifier = SID_DB_APP_DSCONNECTION_TYPE;
287                         HelpID = SID_DB_APP_DSCONNECTION_TYPE ;
288                         Text[ en-US ] = "Connection Type";
289                         Command = ".uno:DBDSConnectionType";
290                     };
291                     MenuItem
292                     {
293                         Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
294                         HelpID = SID_DB_APP_DSADVANCED_SETTINGS ;
295                         Text[ en-US ] = "Advanced Settings";
296                         Command = ".uno:DBDSAdvancedSettings";
297                     };
298                 };
299             };
300         };
301     };
304 String STR_QUERY_DELETE_DATASOURCE
306     Text [ en-US ] = "Do you want to delete the data source '%1'?" ;
309 String STR_APP_TITLE
311     Text [ en-US ] = " - %PRODUCTNAME Base" ;
314 String RID_STR_REPORTS_HELP_TEXT_WIZARD
316     Text [ en-US ] = "The wizard will guide you through the steps necessary to create a report." ;
318 String RID_STR_FORMS_HELP_TEXT
320     Text [ en-US ] = "Create a form by specifying the record source, controls, and control properties." ;
322 String RID_STR_REPORT_HELP_TEXT
324     Text [ de ] ="Erstellen Sie einen Bericht, indem Sie die Datensatzquelle, Steuerelemente und Steuerelementeigenschaften angeben." ;
325     Text [ en-US ] = "Create a report by specifying the record source, controls, and control properties." ;
327 String RID_STR_FORMS_HELP_TEXT_WIZARD
329     Text [ en-US ] = "The wizard will guide you through the steps necessary to create a form." ;
331 String RID_STR_QUERIES_HELP_TEXT
333     Text [ en-US ] = "Create a query by specifying the filters, input tables, field names,  and  properties for sorting or grouping." ;
335 String RID_STR_QUERIES_HELP_TEXT_SQL
337     Text [ en-US ] = "Create a query  entering an SQL statement directly." ;
339 String RID_STR_QUERIES_HELP_TEXT_WIZARD
341     Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ;
343 String RID_STR_TABLES_HELP_TEXT_DESIGN
345     Text [ en-US ] = "Create a table by specifying the field names and properties, as well as the data types." ;
347 String RID_STR_TABLES_HELP_TEXT_WIZARD
349     Text [ en-US ] = "Choose from a selection of business and personal table samples, which you customize to create a table." ;
351 String RID_STR_VIEWS_HELP_TEXT_DESIGN
353     Text [ en-US ] = "Create a view by specifying the tables and field names you would like to have visible." ;
355 String RID_STR_VIEWS_HELP_TEXT_WIZARD
357     Text [ en-US ] = "Opens the view wizard" ;
360 String STR_DATABASE
362     Text [ en-US ] = "Database" ;
364 String STR_TASKS
366     Text [ en-US ] = "Tasks" ;
368 String STR_DESCRIPTION
370     Text [ en-US ] = "Description" ;
372 String STR_PREVIEW
374     Text [ en-US ] = "Preview" ;
376 String STR_DISABLEPREVIEW
378     Text [ en-US ] = "Disable Preview" ;
380 QueryBox APP_SAVEMODIFIED
382     Buttons = WB_YES_NO_CANCEL ;
383     DefButton = WB_DEF_YES ;
384     Message [ en-US ] = "The database has been modified.\nDo you want to save the changes?" ;
386 QueryBox APP_CLOSEDOCUMENTS
388     Buttons = WB_YES_NO ;
389     DefButton = WB_DEF_YES ;
390     Message [ en-US ] = "The connection type has been altered.\nFor the changes to take effect, all forms, reports, queries and tables must be closed.\n\nDo you want to close all documents now?" ;
393 Menu RID_MENU_APP_PREVIEW
395     ItemList =
396     {
397         MenuItem
398         {
399             Identifier = SID_DB_APP_DISABLE_PREVIEW;
400             HelpId = SID_DB_APP_DISABLE_PREVIEW;
401             Text[ en-US ] = "None";
402             Command = ".uno:DBDisablePreview";
403             Checkable = TRUE;
404             RadioCheck = TRUE;
405             AutoCheck = TRUE;
406         };
407         MenuItem
408         {
409             Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW;
410             HelpId = SID_DB_APP_VIEW_DOCINFO_PREVIEW;
411             Text[ en-US ] = "Document Information";
412             Command = ".uno:DBShowDocInfoPreview";
413             Checkable = TRUE;
414             RadioCheck = TRUE;
415             AutoCheck = TRUE;
416         };
417         MenuItem
418         {
419             Identifier = SID_DB_APP_VIEW_DOC_PREVIEW;
420             HelpId = SID_DB_APP_VIEW_DOC_PREVIEW;
421             Text[ en-US ] = "Document";
422             Command = ".uno:DBShowDocPreview";
423             Checkable = TRUE;
424             RadioCheck = TRUE;
425             AutoCheck = TRUE;
426         };
427     };
429 String RID_STR_FORM
431     Text [ en-US ] = "Form";
434 String RID_STR_REPORT
436     Text [ en-US ] = "Report";
438 String STR_FRM_LABEL
440     Text [ en-US ] = "F~orm name" ;
442 String STR_RPT_LABEL
444     Text [ en-US ] = "~Report name" ;
447 String STR_FOLDER_LABEL
449     Text [ en-US ] = "F~older name" ;
452 String STR_SUB_DOCS_WITH_SCRIPTS
454     Text [ en-US ] = "The document contains forms or reports with embedded macros.";
457 String STR_SUB_DOCS_WITH_SCRIPTS_DETAIL
459     Text [ en-US ] = "Macros should be embedded into the database document itself.\n\n"
461                     "You can continue to use your document as before, however, you are encouraged to migrate "
462                     "your macros. The menu item 'Tools / Migrate Macros ...' will assist you with this.\n\n"
464                     "Note that you won't be able to embed macros into the database document itself until "
465                     "this migration is done. ";
468 String RID_STR_EMBEDDED_DATABASE
470     Text [ en-US ] = "Embedded database";