xref: /AOO41X/main/dbaccess/source/ui/app/app.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#ifndef _DBU_APP_HRC_
28*cdf0e10cSrcweir#include "dbu_app.hrc"
29*cdf0e10cSrcweir#endif
30*cdf0e10cSrcweir#ifndef _GLOBLMN_HRC
31*cdf0e10cSrcweir#include <svx/globlmn.hrc>
32*cdf0e10cSrcweir#endif
33*cdf0e10cSrcweir#ifndef _CNTIDS_HRC
34*cdf0e10cSrcweir#include <sfx2/cntids.hrc>
35*cdf0e10cSrcweir#endif
36*cdf0e10cSrcweir#ifndef DBACCESS_UI_BROWSER_ID_HXX
37*cdf0e10cSrcweir#include "browserids.hxx"
38*cdf0e10cSrcweir#endif
39*cdf0e10cSrcweir#ifndef _DBA_DBACCESS_HELPID_HRC_
40*cdf0e10cSrcweir#include "dbaccess_helpid.hrc"
41*cdf0e10cSrcweir#endif
42*cdf0e10cSrcweir#ifndef DBAUI_TOOLBOX_HXX
43*cdf0e10cSrcweir#include "toolbox.hrc"
44*cdf0e10cSrcweir#endif
45*cdf0e10cSrcweir
46*cdf0e10cSrcweir#define MN_PROPS	25
47*cdf0e10cSrcweir
48*cdf0e10cSrcweir
49*cdf0e10cSrcweirString RID_STR_NEW_FORM
50*cdf0e10cSrcweir{
51*cdf0e10cSrcweir	Text [ en-US ] = "Create Form in Design View..." ;
52*cdf0e10cSrcweir};
53*cdf0e10cSrcweir
54*cdf0e10cSrcweirString RID_STR_NEW_FORM_AUTO
55*cdf0e10cSrcweir{
56*cdf0e10cSrcweir	Text [ en-US ] = "Use Wizard to Create Form..." ;
57*cdf0e10cSrcweir};
58*cdf0e10cSrcweir
59*cdf0e10cSrcweirString RID_STR_NEW_REPORT_AUTO
60*cdf0e10cSrcweir{
61*cdf0e10cSrcweir	Text [ en-US ] = "Use Wizard to Create Report..." ;
62*cdf0e10cSrcweir};
63*cdf0e10cSrcweir
64*cdf0e10cSrcweirString RID_STR_NEW_REPORT
65*cdf0e10cSrcweir{
66*cdf0e10cSrcweir	Text [ en-US ] = "Create Report in Design View..." ;
67*cdf0e10cSrcweir};
68*cdf0e10cSrcweir
69*cdf0e10cSrcweirString RID_STR_NEW_QUERY
70*cdf0e10cSrcweir{
71*cdf0e10cSrcweir	Text [ en-US ] = "Create Query in Design View..." ;
72*cdf0e10cSrcweir};
73*cdf0e10cSrcweir
74*cdf0e10cSrcweirString RID_STR_NEW_QUERY_SQL
75*cdf0e10cSrcweir{
76*cdf0e10cSrcweir	Text [ en-US ] = "Create Query in SQL View..." ;
77*cdf0e10cSrcweir};
78*cdf0e10cSrcweir
79*cdf0e10cSrcweirString RID_STR_NEW_QUERY_AUTO
80*cdf0e10cSrcweir{
81*cdf0e10cSrcweir	Text [ en-US ] = "Use Wizard to Create Query..." ;
82*cdf0e10cSrcweir};
83*cdf0e10cSrcweirString RID_STR_NEW_TABLE
84*cdf0e10cSrcweir{
85*cdf0e10cSrcweir	Text [ en-US ] = "Create Table in Design View..." ;
86*cdf0e10cSrcweir};
87*cdf0e10cSrcweir
88*cdf0e10cSrcweirString RID_STR_NEW_TABLE_AUTO
89*cdf0e10cSrcweir{
90*cdf0e10cSrcweir	Text [ en-US ] = "Use Wizard to Create Table..." ;
91*cdf0e10cSrcweir};
92*cdf0e10cSrcweirString RID_STR_NEW_VIEW
93*cdf0e10cSrcweir{
94*cdf0e10cSrcweir	Text [ en-US ] = "Create View..." ;
95*cdf0e10cSrcweir};
96*cdf0e10cSrcweir
97*cdf0e10cSrcweirString RID_STR_FORMS_CONTAINER
98*cdf0e10cSrcweir{
99*cdf0e10cSrcweir	Text [ en-US ] = "Forms" ;
100*cdf0e10cSrcweir};
101*cdf0e10cSrcweir
102*cdf0e10cSrcweirString RID_STR_REPORTS_CONTAINER
103*cdf0e10cSrcweir{
104*cdf0e10cSrcweir	Text [ en-US ] = "Reports" ;
105*cdf0e10cSrcweir};
106*cdf0e10cSrcweir
107*cdf0e10cSrcweirMenu RID_MENU_APP_NEW
108*cdf0e10cSrcweir{
109*cdf0e10cSrcweir	ItemList =
110*cdf0e10cSrcweir	{
111*cdf0e10cSrcweir		MenuItem
112*cdf0e10cSrcweir		{
113*cdf0e10cSrcweir			Identifier = SID_APP_NEW_FORM;
114*cdf0e10cSrcweir			Command = ".uno:DBNewForm";
115*cdf0e10cSrcweir			Text [ en-US ] = "Form..." ;
116*cdf0e10cSrcweir		};
117*cdf0e10cSrcweir		MenuItem
118*cdf0e10cSrcweir		{
119*cdf0e10cSrcweir			Identifier = SID_APP_NEW_REPORT;
120*cdf0e10cSrcweir			Command = ".uno:DBNewReport";
121*cdf0e10cSrcweir			Text [ en-US ] = "Report..." ;
122*cdf0e10cSrcweir		};
123*cdf0e10cSrcweir		MenuItem
124*cdf0e10cSrcweir		{
125*cdf0e10cSrcweir			MID_DOCUMENT_CREATE_REPWIZ
126*cdf0e10cSrcweir			Command = ".uno:DBNewReportAutoPilot";
127*cdf0e10cSrcweir		};
128*cdf0e10cSrcweir		MenuItem
129*cdf0e10cSrcweir		{
130*cdf0e10cSrcweir			MID_QUERY_NEW_DESIGN
131*cdf0e10cSrcweir			Command = ".uno:DBNewQuery";
132*cdf0e10cSrcweir		};
133*cdf0e10cSrcweir		MenuItem
134*cdf0e10cSrcweir		{
135*cdf0e10cSrcweir			MID_QUERY_NEW_SQL
136*cdf0e10cSrcweir			Command = ".uno:DBNewQuerySql";
137*cdf0e10cSrcweir		};
138*cdf0e10cSrcweir		MenuItem
139*cdf0e10cSrcweir		{
140*cdf0e10cSrcweir			Separator = TRUE;
141*cdf0e10cSrcweir		};
142*cdf0e10cSrcweir		MenuItem
143*cdf0e10cSrcweir		{
144*cdf0e10cSrcweir			MID_NEW_TABLE_DESIGN
145*cdf0e10cSrcweir			Command = ".uno:DBNewTable";
146*cdf0e10cSrcweir		};
147*cdf0e10cSrcweir		MenuItem
148*cdf0e10cSrcweir		{
149*cdf0e10cSrcweir			MID_NEW_VIEW_DESIGN
150*cdf0e10cSrcweir			Command = ".uno:DBNewView";
151*cdf0e10cSrcweir		};
152*cdf0e10cSrcweir		MenuItem
153*cdf0e10cSrcweir		{
154*cdf0e10cSrcweir			Identifier = SID_DB_NEW_VIEW_SQL;
155*cdf0e10cSrcweir			Command = ".uno:DBNewViewSQL";
156*cdf0e10cSrcweir			Text [ en-US ] = "View (Simple)..." ;
157*cdf0e10cSrcweir		};
158*cdf0e10cSrcweir
159*cdf0e10cSrcweir	};
160*cdf0e10cSrcweir};
161*cdf0e10cSrcweir
162*cdf0e10cSrcweirMenu RID_MENU_APP_EDIT
163*cdf0e10cSrcweir{
164*cdf0e10cSrcweir    ItemList =
165*cdf0e10cSrcweir    {
166*cdf0e10cSrcweir		MenuItem
167*cdf0e10cSrcweir		{
168*cdf0e10cSrcweir			ITEM_EDIT_COPY
169*cdf0e10cSrcweir		};
170*cdf0e10cSrcweir		MenuItem
171*cdf0e10cSrcweir		{
172*cdf0e10cSrcweir			ITEM_EDIT_PASTE
173*cdf0e10cSrcweir		};
174*cdf0e10cSrcweir		MenuItem
175*cdf0e10cSrcweir		{
176*cdf0e10cSrcweir			Identifier = SID_DB_APP_PASTE_SPECIAL;
177*cdf0e10cSrcweir			Text[ en-US ] = "Paste Special...";
178*cdf0e10cSrcweir			Command = ".uno:PasteSpecial";
179*cdf0e10cSrcweir		};
180*cdf0e10cSrcweir		MenuItem
181*cdf0e10cSrcweir		{
182*cdf0e10cSrcweir			Separator = TRUE ;
183*cdf0e10cSrcweir		};
184*cdf0e10cSrcweir		MenuItem
185*cdf0e10cSrcweir		{
186*cdf0e10cSrcweir			Identifier = SID_DB_APP_DELETE;
187*cdf0e10cSrcweir			Text[ en-US ] = "Delete";
188*cdf0e10cSrcweir			Command = ".uno:DBDelete";
189*cdf0e10cSrcweir		};
190*cdf0e10cSrcweir		MenuItem
191*cdf0e10cSrcweir		{
192*cdf0e10cSrcweir			Identifier = SID_DB_APP_RENAME;
193*cdf0e10cSrcweir			Text[ en-US ] = "Rename";
194*cdf0e10cSrcweir			Command = ".uno:DBRename";
195*cdf0e10cSrcweir		};
196*cdf0e10cSrcweir		MenuItem
197*cdf0e10cSrcweir		{
198*cdf0e10cSrcweir			Identifier = SID_DB_APP_EDIT;
199*cdf0e10cSrcweir			Text[ en-US ] = "Edit";
200*cdf0e10cSrcweir			Command = ".uno:DBEdit";
201*cdf0e10cSrcweir		};
202*cdf0e10cSrcweir		MenuItem
203*cdf0e10cSrcweir		{
204*cdf0e10cSrcweir			Identifier = SID_DB_APP_EDIT_SQL_VIEW;
205*cdf0e10cSrcweir			Text [ en-US ] = "Edit in SQL View...";
206*cdf0e10cSrcweir			Command = ".uno:DBEditSqlView";
207*cdf0e10cSrcweir		};
208*cdf0e10cSrcweir		MenuItem
209*cdf0e10cSrcweir		{
210*cdf0e10cSrcweir			Identifier = SID_DB_APP_OPEN;
211*cdf0e10cSrcweir			Text[ en-US ] = "Open";
212*cdf0e10cSrcweir			Command = ".uno:DBOpen";
213*cdf0e10cSrcweir		};
214*cdf0e10cSrcweir		MenuItem
215*cdf0e10cSrcweir		{
216*cdf0e10cSrcweir			Identifier = SID_DB_APP_CONVERTTOVIEW;
217*cdf0e10cSrcweir			Text[ en-US ] = "Create as View";
218*cdf0e10cSrcweir			Command = ".uno:DBConvertToView";
219*cdf0e10cSrcweir		};
220*cdf0e10cSrcweir		MenuItem
221*cdf0e10cSrcweir		{
222*cdf0e10cSrcweir			Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL;
223*cdf0e10cSrcweir			Text [ en-US ] = "Form Wizard...";
224*cdf0e10cSrcweir			Command = ".uno:DBNewFormAutoPilotWithPreSelection";
225*cdf0e10cSrcweir		};
226*cdf0e10cSrcweir        MenuItem
227*cdf0e10cSrcweir		{
228*cdf0e10cSrcweir			Identifier = SID_APP_NEW_REPORT_PRE_SEL;
229*cdf0e10cSrcweir			Command = ".uno:DBNewReportWithPreSelection";
230*cdf0e10cSrcweir			Text [ en-US ] = "Report..." ;
231*cdf0e10cSrcweir		};
232*cdf0e10cSrcweir		MenuItem
233*cdf0e10cSrcweir		{
234*cdf0e10cSrcweir			Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
235*cdf0e10cSrcweir			Text[ en-US ] = "Report Wizard...";
236*cdf0e10cSrcweir
237*cdf0e10cSrcweir			Command = ".uno:DBNewReportAutoPilotWithPreSelection";
238*cdf0e10cSrcweir		};
239*cdf0e10cSrcweir		MenuItem
240*cdf0e10cSrcweir		{
241*cdf0e10cSrcweir			Separator = TRUE ;
242*cdf0e10cSrcweir		};
243*cdf0e10cSrcweir		MenuItem
244*cdf0e10cSrcweir		{
245*cdf0e10cSrcweir			Identifier = SID_SELECTALL;
246*cdf0e10cSrcweir			Text[ en-US ] = "Select All";
247*cdf0e10cSrcweir			Command = ".uno:SelectAll";
248*cdf0e10cSrcweir		};
249*cdf0e10cSrcweir		MenuItem
250*cdf0e10cSrcweir		{
251*cdf0e10cSrcweir			Separator = TRUE ;
252*cdf0e10cSrcweir		};
253*cdf0e10cSrcweir		MenuItem
254*cdf0e10cSrcweir		{
255*cdf0e10cSrcweir			Identifier = MN_PROPS;
256*cdf0e10cSrcweir			Text[ en-US ] = "~Database";
257*cdf0e10cSrcweir			SubMenu = Menu
258*cdf0e10cSrcweir			{
259*cdf0e10cSrcweir				ItemList =
260*cdf0e10cSrcweir				{
261*cdf0e10cSrcweir					MenuItem
262*cdf0e10cSrcweir					{
263*cdf0e10cSrcweir						Identifier = SID_DB_APP_DSPROPS;
264*cdf0e10cSrcweir						Text[ en-US ] = "Properties...";
265*cdf0e10cSrcweir						Command = ".uno:DBDSProperties";
266*cdf0e10cSrcweir					};
267*cdf0e10cSrcweir					MenuItem
268*cdf0e10cSrcweir					{
269*cdf0e10cSrcweir						Identifier = SID_DB_APP_DSCONNECTION_TYPE;
270*cdf0e10cSrcweir						Text[ en-US ] = "Connection Type...";
271*cdf0e10cSrcweir						Command = ".uno:DBDSConnectionType";
272*cdf0e10cSrcweir					};
273*cdf0e10cSrcweir					MenuItem
274*cdf0e10cSrcweir					{
275*cdf0e10cSrcweir						Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
276*cdf0e10cSrcweir						Text[ en-US ] = "Advanced Settings...";
277*cdf0e10cSrcweir						Command = ".uno:DBDSAdvancedSettings";
278*cdf0e10cSrcweir					};
279*cdf0e10cSrcweir				};
280*cdf0e10cSrcweir			};
281*cdf0e10cSrcweir		};
282*cdf0e10cSrcweir	};
283*cdf0e10cSrcweir};
284*cdf0e10cSrcweir
285*cdf0e10cSrcweirString STR_QUERY_DELETE_DATASOURCE
286*cdf0e10cSrcweir{
287*cdf0e10cSrcweir	Text [ en-US ] = "Do you want to delete the data source '%1'?" ;
288*cdf0e10cSrcweir};
289*cdf0e10cSrcweir
290*cdf0e10cSrcweirString STR_APP_TITLE
291*cdf0e10cSrcweir{
292*cdf0e10cSrcweir	Text [ en-US ] = " - %PRODUCTNAME Base" ;
293*cdf0e10cSrcweir};
294*cdf0e10cSrcweir
295*cdf0e10cSrcweirString RID_STR_REPORTS_HELP_TEXT_WIZARD
296*cdf0e10cSrcweir{
297*cdf0e10cSrcweir	Text [ en-US ] = "The wizard will guide you through the steps necessary to create a report." ;
298*cdf0e10cSrcweir};
299*cdf0e10cSrcweirString RID_STR_FORMS_HELP_TEXT
300*cdf0e10cSrcweir{
301*cdf0e10cSrcweir	Text [ en-US ] = "Create a form by specifying the record source, controls, and control properties." ;
302*cdf0e10cSrcweir};
303*cdf0e10cSrcweirString RID_STR_REPORT_HELP_TEXT
304*cdf0e10cSrcweir{
305*cdf0e10cSrcweir	Text [ de ] ="Erstellen Sie einen Bericht, indem Sie die Datensatzquelle, Steuerelemente und Steuerelementeigenschaften angeben." ;
306*cdf0e10cSrcweir	Text [ en-US ] = "Create a report by specifying the record source, controls, and control properties." ;
307*cdf0e10cSrcweir};
308*cdf0e10cSrcweirString RID_STR_FORMS_HELP_TEXT_WIZARD
309*cdf0e10cSrcweir{
310*cdf0e10cSrcweir	Text [ en-US ] = "The wizard will guide you through the steps necessary to create a form." ;
311*cdf0e10cSrcweir};
312*cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT
313*cdf0e10cSrcweir{
314*cdf0e10cSrcweir	Text [ en-US ] = "Create a query by specifying the filters, input tables, field names,  and  properties for sorting or grouping." ;
315*cdf0e10cSrcweir};
316*cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT_SQL
317*cdf0e10cSrcweir{
318*cdf0e10cSrcweir	Text [ en-US ] = "Create a query  entering an SQL statement directly." ;
319*cdf0e10cSrcweir};
320*cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT_WIZARD
321*cdf0e10cSrcweir{
322*cdf0e10cSrcweir	Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ;
323*cdf0e10cSrcweir};
324*cdf0e10cSrcweirString RID_STR_TABLES_HELP_TEXT_DESIGN
325*cdf0e10cSrcweir{
326*cdf0e10cSrcweir	Text [ en-US ] = "Create a table by specifying the field names and properties, as well as the data types." ;
327*cdf0e10cSrcweir};
328*cdf0e10cSrcweirString RID_STR_TABLES_HELP_TEXT_WIZARD
329*cdf0e10cSrcweir{
330*cdf0e10cSrcweir	Text [ en-US ] = "Choose from a selection of business and personal table samples, which you customize to create a table." ;
331*cdf0e10cSrcweir};
332*cdf0e10cSrcweirString RID_STR_VIEWS_HELP_TEXT_DESIGN
333*cdf0e10cSrcweir{
334*cdf0e10cSrcweir	Text [ en-US ] = "Create a view by specifying the tables and field names you would like to have visible." ;
335*cdf0e10cSrcweir};
336*cdf0e10cSrcweirString RID_STR_VIEWS_HELP_TEXT_WIZARD
337*cdf0e10cSrcweir{
338*cdf0e10cSrcweir	Text [ en-US ] = "Opens the view wizard" ;
339*cdf0e10cSrcweir};
340*cdf0e10cSrcweir
341*cdf0e10cSrcweirString STR_DATABASE
342*cdf0e10cSrcweir{
343*cdf0e10cSrcweir	Text [ en-US ] = "Database" ;
344*cdf0e10cSrcweir};
345*cdf0e10cSrcweirString STR_TASKS
346*cdf0e10cSrcweir{
347*cdf0e10cSrcweir	Text [ en-US ] = "Tasks" ;
348*cdf0e10cSrcweir};
349*cdf0e10cSrcweirString STR_DESCRIPTION
350*cdf0e10cSrcweir{
351*cdf0e10cSrcweir	Text [ en-US ] = "Description" ;
352*cdf0e10cSrcweir};
353*cdf0e10cSrcweirString STR_PREVIEW
354*cdf0e10cSrcweir{
355*cdf0e10cSrcweir	Text [ en-US ] = "Preview" ;
356*cdf0e10cSrcweir};
357*cdf0e10cSrcweirString STR_DISABLEPREVIEW
358*cdf0e10cSrcweir{
359*cdf0e10cSrcweir	Text [ en-US ] = "Disable Preview" ;
360*cdf0e10cSrcweir};
361*cdf0e10cSrcweirQueryBox APP_SAVEMODIFIED
362*cdf0e10cSrcweir{
363*cdf0e10cSrcweir	Buttons = WB_YES_NO_CANCEL ;
364*cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
365*cdf0e10cSrcweir	Message [ en-US ] = "The database has been modified.\nDo you want to save the changes?" ;
366*cdf0e10cSrcweir};
367*cdf0e10cSrcweirQueryBox APP_CLOSEDOCUMENTS
368*cdf0e10cSrcweir{
369*cdf0e10cSrcweir	Buttons = WB_YES_NO ;
370*cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
371*cdf0e10cSrcweir	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?" ;
372*cdf0e10cSrcweir};
373*cdf0e10cSrcweir
374*cdf0e10cSrcweirMenu RID_MENU_APP_PREVIEW
375*cdf0e10cSrcweir{
376*cdf0e10cSrcweir	ItemList =
377*cdf0e10cSrcweir	{
378*cdf0e10cSrcweir		MenuItem
379*cdf0e10cSrcweir		{
380*cdf0e10cSrcweir			Identifier = SID_DB_APP_DISABLE_PREVIEW;
381*cdf0e10cSrcweir			Text[ en-US ] = "None";
382*cdf0e10cSrcweir			Command = ".uno:DBDisablePreview";
383*cdf0e10cSrcweir			Checkable = TRUE;
384*cdf0e10cSrcweir			RadioCheck = TRUE;
385*cdf0e10cSrcweir			AutoCheck = TRUE;
386*cdf0e10cSrcweir		};
387*cdf0e10cSrcweir		MenuItem
388*cdf0e10cSrcweir		{
389*cdf0e10cSrcweir			Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW;
390*cdf0e10cSrcweir			Text[ en-US ] = "Document Information";
391*cdf0e10cSrcweir			Command = ".uno:DBShowDocInfoPreview";
392*cdf0e10cSrcweir			Checkable = TRUE;
393*cdf0e10cSrcweir			RadioCheck = TRUE;
394*cdf0e10cSrcweir			AutoCheck = TRUE;
395*cdf0e10cSrcweir		};
396*cdf0e10cSrcweir		MenuItem
397*cdf0e10cSrcweir		{
398*cdf0e10cSrcweir			Identifier = SID_DB_APP_VIEW_DOC_PREVIEW;
399*cdf0e10cSrcweir			Text[ en-US ] = "Document";
400*cdf0e10cSrcweir			Command = ".uno:DBShowDocPreview";
401*cdf0e10cSrcweir			Checkable = TRUE;
402*cdf0e10cSrcweir			RadioCheck = TRUE;
403*cdf0e10cSrcweir			AutoCheck = TRUE;
404*cdf0e10cSrcweir		};
405*cdf0e10cSrcweir	};
406*cdf0e10cSrcweir};
407*cdf0e10cSrcweirString RID_STR_FORM
408*cdf0e10cSrcweir{
409*cdf0e10cSrcweir	Text [ en-US ] = "Form";
410*cdf0e10cSrcweir};
411*cdf0e10cSrcweir
412*cdf0e10cSrcweirString RID_STR_REPORT
413*cdf0e10cSrcweir{
414*cdf0e10cSrcweir	Text [ en-US ] = "Report";
415*cdf0e10cSrcweir};
416*cdf0e10cSrcweirString STR_FRM_LABEL
417*cdf0e10cSrcweir{
418*cdf0e10cSrcweir	Text [ en-US ] = "F~orm name" ;
419*cdf0e10cSrcweir};
420*cdf0e10cSrcweirString STR_RPT_LABEL
421*cdf0e10cSrcweir{
422*cdf0e10cSrcweir	Text [ en-US ] = "~Report name" ;
423*cdf0e10cSrcweir};
424*cdf0e10cSrcweir
425*cdf0e10cSrcweirString STR_FOLDER_LABEL
426*cdf0e10cSrcweir{
427*cdf0e10cSrcweir	Text [ en-US ] = "F~older name" ;
428*cdf0e10cSrcweir};
429*cdf0e10cSrcweir
430*cdf0e10cSrcweirString STR_SUB_DOCS_WITH_SCRIPTS
431*cdf0e10cSrcweir{
432*cdf0e10cSrcweir	Text [ en-US ] = "The document contains forms or reports with embedded macros.";
433*cdf0e10cSrcweir};
434*cdf0e10cSrcweir
435*cdf0e10cSrcweirString STR_SUB_DOCS_WITH_SCRIPTS_DETAIL
436*cdf0e10cSrcweir{
437*cdf0e10cSrcweir    Text [ en-US ] = "Macros should be embedded into the database document itself.\n\n"
438*cdf0e10cSrcweir
439*cdf0e10cSrcweir                    "You can continue to use your document as before, however, you are encouraged to migrate "
440*cdf0e10cSrcweir                    "your macros. The menu item 'Tools / Migrate Macros ...' will assist you with this.\n\n"
441*cdf0e10cSrcweir
442*cdf0e10cSrcweir                    "Note that you won't be able to embed macros into the database document itself until "
443*cdf0e10cSrcweir                    "this migration is done. ";
444*cdf0e10cSrcweir};
445*cdf0e10cSrcweir
446*cdf0e10cSrcweirString RID_STR_EMBEDDED_DATABASE
447*cdf0e10cSrcweir{
448*cdf0e10cSrcweir    Text [ en-US ] = "Embedded database";
449*cdf0e10cSrcweir};
450*cdf0e10cSrcweirString RID_STR_NO_DIFF_CAT
451*cdf0e10cSrcweir{
452*cdf0e10cSrcweir    Text [ en-US ] = "You cannot select different categories.";
453*cdf0e10cSrcweir};
454*cdf0e10cSrcweirString RID_STR_UNSUPPORTED_OBJECT_TYPE
455*cdf0e10cSrcweir{
456*cdf0e10cSrcweir    Text [ en-US ] = "Unsupported object type found ($type$).";
457*cdf0e10cSrcweir};
458