xref: /aoo42x/main/dbaccess/source/ui/app/app.src (revision 01183344)
181d089aeSAndrew Rist/**************************************************************
2*01183344SJim Jagielski *
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
10*01183344SJim Jagielski *
1181d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*01183344SJim Jagielski *
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.
19*01183344SJim Jagielski *
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
42*01183344SJim Jagielski#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		{
109*01183344SJim Jagielski			Identifier = SID_APP_NEW_FORM ;
110*01183344SJim Jagielski			Command = ".uno:DBNewForm" ;
111cdf0e10cSrcweir			Text [ en-US ] = "Form..." ;
112cdf0e10cSrcweir		};
113cdf0e10cSrcweir		MenuItem
114cdf0e10cSrcweir		{
115*01183344SJim Jagielski			Identifier = SID_APP_NEW_REPORT ;
116*01183344SJim Jagielski			Command = ".uno:DBNewReport" ;
117cdf0e10cSrcweir			Text [ en-US ] = "Report..." ;
118cdf0e10cSrcweir		};
119cdf0e10cSrcweir		MenuItem
120cdf0e10cSrcweir		{
121cdf0e10cSrcweir			MID_DOCUMENT_CREATE_REPWIZ
122*01183344SJim Jagielski			Command = ".uno:DBNewReportAutoPilot" ;
123cdf0e10cSrcweir		};
124cdf0e10cSrcweir		MenuItem
125cdf0e10cSrcweir		{
126cdf0e10cSrcweir			MID_QUERY_NEW_DESIGN
127*01183344SJim Jagielski			Command = ".uno:DBNewQuery" ;
128cdf0e10cSrcweir		};
129cdf0e10cSrcweir		MenuItem
130cdf0e10cSrcweir		{
131cdf0e10cSrcweir			MID_QUERY_NEW_SQL
132*01183344SJim Jagielski			Command = ".uno:DBNewQuerySql" ;
133cdf0e10cSrcweir		};
134cdf0e10cSrcweir		MenuItem
135cdf0e10cSrcweir		{
136*01183344SJim Jagielski			Separator = TRUE ;
137cdf0e10cSrcweir		};
138cdf0e10cSrcweir		MenuItem
139cdf0e10cSrcweir		{
140cdf0e10cSrcweir			MID_NEW_TABLE_DESIGN
141*01183344SJim Jagielski			Command = ".uno:DBNewTable" ;
142cdf0e10cSrcweir		};
143cdf0e10cSrcweir		MenuItem
144cdf0e10cSrcweir		{
145cdf0e10cSrcweir			MID_NEW_VIEW_DESIGN
146*01183344SJim Jagielski			Command = ".uno:DBNewView" ;
147cdf0e10cSrcweir		};
148cdf0e10cSrcweir		MenuItem
149cdf0e10cSrcweir		{
150*01183344SJim Jagielski			Identifier = SID_DB_NEW_VIEW_SQL ;
151*01183344SJim Jagielski			Command = ".uno:DBNewViewSQL" ;
152cdf0e10cSrcweir			Text [ en-US ] = "View (Simple)..." ;
153cdf0e10cSrcweir		};
154cdf0e10cSrcweir	};
155cdf0e10cSrcweir};
156cdf0e10cSrcweir
157cdf0e10cSrcweirMenu RID_MENU_APP_EDIT
158cdf0e10cSrcweir{
159*01183344SJim Jagielski	ItemList =
160*01183344SJim Jagielski	{
161cdf0e10cSrcweir		MenuItem
162cdf0e10cSrcweir		{
163cdf0e10cSrcweir			ITEM_EDIT_COPY
164cdf0e10cSrcweir		};
165cdf0e10cSrcweir		MenuItem
166cdf0e10cSrcweir		{
167cdf0e10cSrcweir			ITEM_EDIT_PASTE
168cdf0e10cSrcweir		};
169cdf0e10cSrcweir		MenuItem
170cdf0e10cSrcweir		{
171*01183344SJim Jagielski			Identifier = SID_DB_APP_PASTE_SPECIAL ;
172*01183344SJim Jagielski			Text [ en-US ] = "Paste Special..." ;
173*01183344SJim Jagielski			Command = ".uno:PasteSpecial" ;
174cdf0e10cSrcweir		};
175cdf0e10cSrcweir		MenuItem
176cdf0e10cSrcweir		{
177cdf0e10cSrcweir			Separator = TRUE ;
178cdf0e10cSrcweir		};
179cdf0e10cSrcweir		MenuItem
180cdf0e10cSrcweir		{
181*01183344SJim Jagielski			Identifier = SID_DB_APP_DELETE ;
182*01183344SJim Jagielski			Text [ en-US ] = "Delete" ;
183*01183344SJim Jagielski			Command = ".uno:DBDelete" ;
184cdf0e10cSrcweir		};
185cdf0e10cSrcweir		MenuItem
186cdf0e10cSrcweir		{
187*01183344SJim Jagielski			Identifier = SID_DB_APP_RENAME ;
188*01183344SJim Jagielski			Text [ en-US ] = "Rename" ;
189*01183344SJim Jagielski			Command = ".uno:DBRename" ;
190cdf0e10cSrcweir		};
191cdf0e10cSrcweir		MenuItem
192cdf0e10cSrcweir		{
193*01183344SJim Jagielski			Identifier = SID_DB_APP_EDIT ;
194*01183344SJim Jagielski			Text [ en-US ] = "Edit" ;
195*01183344SJim Jagielski			Command = ".uno:DBEdit" ;
196cdf0e10cSrcweir		};
197cdf0e10cSrcweir		MenuItem
198cdf0e10cSrcweir		{
199*01183344SJim Jagielski			Identifier = SID_DB_APP_EDIT_SQL_VIEW ;
200*01183344SJim Jagielski			Text [ en-US ] = "Edit in SQL View..." ;
201*01183344SJim Jagielski			Command = ".uno:DBEditSqlView" ;
202cdf0e10cSrcweir		};
203cdf0e10cSrcweir		MenuItem
204cdf0e10cSrcweir		{
205*01183344SJim Jagielski			Identifier = SID_DB_APP_OPEN ;
206*01183344SJim Jagielski			Text [ en-US ] = "Open" ;
207*01183344SJim Jagielski			Command = ".uno:DBOpen" ;
208cdf0e10cSrcweir		};
209cdf0e10cSrcweir		MenuItem
210cdf0e10cSrcweir		{
211*01183344SJim Jagielski			Identifier = SID_DB_APP_CONVERTTOVIEW ;
212*01183344SJim Jagielski			Text [ en-US ] = "Create as View" ;
213*01183344SJim Jagielski			Command = ".uno:DBConvertToView" ;
214cdf0e10cSrcweir		};
215cdf0e10cSrcweir		MenuItem
216cdf0e10cSrcweir		{
217*01183344SJim Jagielski			Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL ;
218*01183344SJim Jagielski			Text [ en-US ] = "Form Wizard..." ;
219*01183344SJim Jagielski			Command = ".uno:DBNewFormAutoPilotWithPreSelection" ;
220cdf0e10cSrcweir		};
221*01183344SJim Jagielski		MenuItem
222cdf0e10cSrcweir		{
223*01183344SJim Jagielski			Identifier = SID_APP_NEW_REPORT_PRE_SEL ;
224*01183344SJim Jagielski			Command = ".uno:DBNewReportWithPreSelection" ;
225cdf0e10cSrcweir			Text [ en-US ] = "Report..." ;
226cdf0e10cSrcweir		};
227cdf0e10cSrcweir		MenuItem
228cdf0e10cSrcweir		{
229cdf0e10cSrcweir			Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
230*01183344SJim Jagielski			Text [ en-US ] = "Report Wizard..." ;
231*01183344SJim Jagielski			Command = ".uno:DBNewReportAutoPilotWithPreSelection" ;
232cdf0e10cSrcweir		};
233cdf0e10cSrcweir		MenuItem
234cdf0e10cSrcweir		{
235cdf0e10cSrcweir			Separator = TRUE ;
236cdf0e10cSrcweir		};
237cdf0e10cSrcweir		MenuItem
238cdf0e10cSrcweir		{
239*01183344SJim Jagielski			Identifier = SID_SELECTALL ;
240*01183344SJim Jagielski			Text [ en-US ] = "Select All" ;
241*01183344SJim Jagielski			Command = ".uno:SelectAll" ;
242cdf0e10cSrcweir		};
243cdf0e10cSrcweir		MenuItem
244cdf0e10cSrcweir		{
245cdf0e10cSrcweir			Separator = TRUE ;
246cdf0e10cSrcweir		};
247cdf0e10cSrcweir		MenuItem
248cdf0e10cSrcweir		{
249*01183344SJim Jagielski			Identifier = MN_PROPS ;
250*01183344SJim Jagielski			Text [ en-US ] = "~Database" ;
251cdf0e10cSrcweir			SubMenu = Menu
252cdf0e10cSrcweir			{
253cdf0e10cSrcweir				ItemList =
254cdf0e10cSrcweir				{
255cdf0e10cSrcweir					MenuItem
256cdf0e10cSrcweir					{
257*01183344SJim Jagielski						Identifier = SID_DB_APP_DSPROPS ;
258*01183344SJim Jagielski						Text [ en-US ] = "Properties..." ;
259*01183344SJim Jagielski						Command = ".uno:DBDSProperties" ;
260cdf0e10cSrcweir					};
261cdf0e10cSrcweir					MenuItem
262cdf0e10cSrcweir					{
263*01183344SJim Jagielski						Identifier = SID_DB_APP_DSCONNECTION_TYPE ;
264*01183344SJim Jagielski						Text [ en-US ] = "Connection Type..." ;
265*01183344SJim Jagielski						Command = ".uno:DBDSConnectionType" ;
266cdf0e10cSrcweir					};
267cdf0e10cSrcweir					MenuItem
268cdf0e10cSrcweir					{
269*01183344SJim Jagielski						Identifier = SID_DB_APP_DSADVANCED_SETTINGS ;
270*01183344SJim Jagielski						Text [ en-US ] = "Advanced Settings..." ;
271*01183344SJim Jagielski						Command = ".uno:DBDSAdvancedSettings" ;
272cdf0e10cSrcweir					};
273cdf0e10cSrcweir				};
274cdf0e10cSrcweir			};
275cdf0e10cSrcweir		};
276cdf0e10cSrcweir	};
277cdf0e10cSrcweir};
278cdf0e10cSrcweir
279cdf0e10cSrcweirString STR_QUERY_DELETE_DATASOURCE
280cdf0e10cSrcweir{
281cdf0e10cSrcweir	Text [ en-US ] = "Do you want to delete the data source '%1'?" ;
282cdf0e10cSrcweir};
283cdf0e10cSrcweir
284cdf0e10cSrcweirString STR_APP_TITLE
285cdf0e10cSrcweir{
286cdf0e10cSrcweir	Text [ en-US ] = " - %PRODUCTNAME Base" ;
287cdf0e10cSrcweir};
288cdf0e10cSrcweir
289cdf0e10cSrcweirString RID_STR_REPORTS_HELP_TEXT_WIZARD
290cdf0e10cSrcweir{
291cdf0e10cSrcweir	Text [ en-US ] = "The wizard will guide you through the steps necessary to create a report." ;
292cdf0e10cSrcweir};
293cdf0e10cSrcweirString RID_STR_FORMS_HELP_TEXT
294cdf0e10cSrcweir{
295cdf0e10cSrcweir	Text [ en-US ] = "Create a form by specifying the record source, controls, and control properties." ;
296cdf0e10cSrcweir};
297cdf0e10cSrcweirString RID_STR_REPORT_HELP_TEXT
298cdf0e10cSrcweir{
299cdf0e10cSrcweir	Text [ en-US ] = "Create a report by specifying the record source, controls, and control properties." ;
300cdf0e10cSrcweir};
301cdf0e10cSrcweirString RID_STR_FORMS_HELP_TEXT_WIZARD
302cdf0e10cSrcweir{
303cdf0e10cSrcweir	Text [ en-US ] = "The wizard will guide you through the steps necessary to create a form." ;
304cdf0e10cSrcweir};
305cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT
306cdf0e10cSrcweir{
307e53d11b3Sdamjan	Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping." ;
308cdf0e10cSrcweir};
309cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT_SQL
310cdf0e10cSrcweir{
311e53d11b3Sdamjan	Text [ en-US ] = "Create a query by entering an SQL statement directly." ;
312cdf0e10cSrcweir};
313cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT_WIZARD
314cdf0e10cSrcweir{
315cdf0e10cSrcweir	Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ;
316cdf0e10cSrcweir};
317cdf0e10cSrcweirString RID_STR_TABLES_HELP_TEXT_DESIGN
318cdf0e10cSrcweir{
319cdf0e10cSrcweir	Text [ en-US ] = "Create a table by specifying the field names and properties, as well as the data types." ;
320cdf0e10cSrcweir};
321cdf0e10cSrcweirString RID_STR_TABLES_HELP_TEXT_WIZARD
322cdf0e10cSrcweir{
323cdf0e10cSrcweir	Text [ en-US ] = "Choose from a selection of business and personal table samples, which you customize to create a table." ;
324cdf0e10cSrcweir};
325cdf0e10cSrcweirString RID_STR_VIEWS_HELP_TEXT_DESIGN
326cdf0e10cSrcweir{
327cdf0e10cSrcweir	Text [ en-US ] = "Create a view by specifying the tables and field names you would like to have visible." ;
328cdf0e10cSrcweir};
329cdf0e10cSrcweirString RID_STR_VIEWS_HELP_TEXT_WIZARD
330cdf0e10cSrcweir{
331cdf0e10cSrcweir	Text [ en-US ] = "Opens the view wizard" ;
332cdf0e10cSrcweir};
333cdf0e10cSrcweir
334cdf0e10cSrcweirString STR_DATABASE
335cdf0e10cSrcweir{
336cdf0e10cSrcweir	Text [ en-US ] = "Database" ;
337cdf0e10cSrcweir};
338cdf0e10cSrcweirString STR_TASKS
339cdf0e10cSrcweir{
340cdf0e10cSrcweir	Text [ en-US ] = "Tasks" ;
341cdf0e10cSrcweir};
342cdf0e10cSrcweirString STR_DESCRIPTION
343cdf0e10cSrcweir{
344cdf0e10cSrcweir	Text [ en-US ] = "Description" ;
345cdf0e10cSrcweir};
346cdf0e10cSrcweirString STR_PREVIEW
347cdf0e10cSrcweir{
348cdf0e10cSrcweir	Text [ en-US ] = "Preview" ;
349cdf0e10cSrcweir};
350cdf0e10cSrcweirString STR_DISABLEPREVIEW
351cdf0e10cSrcweir{
352cdf0e10cSrcweir	Text [ en-US ] = "Disable Preview" ;
353cdf0e10cSrcweir};
354cdf0e10cSrcweirQueryBox APP_SAVEMODIFIED
355cdf0e10cSrcweir{
356cdf0e10cSrcweir	Buttons = WB_YES_NO_CANCEL ;
357cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
358cdf0e10cSrcweir	Message [ en-US ] = "The database has been modified.\nDo you want to save the changes?" ;
359cdf0e10cSrcweir};
360cdf0e10cSrcweirQueryBox APP_CLOSEDOCUMENTS
361cdf0e10cSrcweir{
362cdf0e10cSrcweir	Buttons = WB_YES_NO ;
363cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
364cdf0e10cSrcweir	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?" ;
365cdf0e10cSrcweir};
366cdf0e10cSrcweir
367cdf0e10cSrcweirMenu RID_MENU_APP_PREVIEW
368cdf0e10cSrcweir{
369cdf0e10cSrcweir	ItemList =
370cdf0e10cSrcweir	{
371cdf0e10cSrcweir		MenuItem
372cdf0e10cSrcweir		{
373*01183344SJim Jagielski			Identifier = SID_DB_APP_DISABLE_PREVIEW ;
374*01183344SJim Jagielski			Text [ en-US ] = "None" ;
375*01183344SJim Jagielski			Command = ".uno:DBDisablePreview" ;
376*01183344SJim Jagielski			Checkable = TRUE ;
377*01183344SJim Jagielski			RadioCheck = TRUE ;
378*01183344SJim Jagielski			AutoCheck = TRUE ;
379cdf0e10cSrcweir		};
380cdf0e10cSrcweir		MenuItem
381cdf0e10cSrcweir		{
382*01183344SJim Jagielski			Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW ;
383*01183344SJim Jagielski			Text [ en-US ] = "Document Information" ;
384*01183344SJim Jagielski			Command = ".uno:DBShowDocInfoPreview" ;
385*01183344SJim Jagielski			Checkable = TRUE ;
386*01183344SJim Jagielski			RadioCheck = TRUE ;
387*01183344SJim Jagielski			AutoCheck = TRUE ;
388cdf0e10cSrcweir		};
389cdf0e10cSrcweir		MenuItem
390cdf0e10cSrcweir		{
391*01183344SJim Jagielski			Identifier = SID_DB_APP_VIEW_DOC_PREVIEW ;
392*01183344SJim Jagielski			Text [ en-US ] = "Document" ;
393*01183344SJim Jagielski			Command = ".uno:DBShowDocPreview" ;
394*01183344SJim Jagielski			Checkable = TRUE ;
395*01183344SJim Jagielski			RadioCheck = TRUE ;
396*01183344SJim Jagielski			AutoCheck = TRUE ;
397cdf0e10cSrcweir		};
398cdf0e10cSrcweir	};
399cdf0e10cSrcweir};
400cdf0e10cSrcweirString RID_STR_FORM
401cdf0e10cSrcweir{
402*01183344SJim Jagielski	Text [ en-US ] = "Form" ;
403cdf0e10cSrcweir};
404cdf0e10cSrcweir
405cdf0e10cSrcweirString RID_STR_REPORT
406cdf0e10cSrcweir{
407*01183344SJim Jagielski	Text [ en-US ] = "Report" ;
408cdf0e10cSrcweir};
409cdf0e10cSrcweirString STR_FRM_LABEL
410cdf0e10cSrcweir{
411cdf0e10cSrcweir	Text [ en-US ] = "F~orm name" ;
412cdf0e10cSrcweir};
413cdf0e10cSrcweirString STR_RPT_LABEL
414cdf0e10cSrcweir{
415cdf0e10cSrcweir	Text [ en-US ] = "~Report name" ;
416cdf0e10cSrcweir};
417cdf0e10cSrcweir
418cdf0e10cSrcweirString STR_FOLDER_LABEL
419cdf0e10cSrcweir{
420cdf0e10cSrcweir	Text [ en-US ] = "F~older name" ;
421cdf0e10cSrcweir};
422cdf0e10cSrcweir
423cdf0e10cSrcweirString STR_SUB_DOCS_WITH_SCRIPTS
424cdf0e10cSrcweir{
425*01183344SJim Jagielski	Text [ en-US ] = "The document contains forms or reports with embedded macros." ;
426cdf0e10cSrcweir};
427cdf0e10cSrcweir
428cdf0e10cSrcweirString STR_SUB_DOCS_WITH_SCRIPTS_DETAIL
429cdf0e10cSrcweir{
430*01183344SJim Jagielski	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." ;
431cdf0e10cSrcweir};
432cdf0e10cSrcweir
433cdf0e10cSrcweirString RID_STR_EMBEDDED_DATABASE
434cdf0e10cSrcweir{
435*01183344SJim Jagielski	Text [ en-US ] = "Embedded database" ;
436cdf0e10cSrcweir};
437cdf0e10cSrcweirString RID_STR_NO_DIFF_CAT
438cdf0e10cSrcweir{
439*01183344SJim Jagielski	Text [ en-US ] = "You cannot select different categories." ;
440cdf0e10cSrcweir};
441cdf0e10cSrcweirString RID_STR_UNSUPPORTED_OBJECT_TYPE
442cdf0e10cSrcweir{
443*01183344SJim Jagielski	Text [ en-US ] = "Unsupported object type found ($type$)." ;
444cdf0e10cSrcweir};
445*01183344SJim Jagielski
446*01183344SJim Jagielski// ********************************************************************** EOF
447