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