fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / dbaccess / source / ui / app / app.src
blob0c2ef92e7dd7b830e05215864c881162cffb0041
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #include "dbu_app.hrc"
20 #include <svx/globlmn.hrc>
21 #include <sfx2/cntids.hrc>
22 #include "browserids.hxx"
23 #include "dbaccess_helpid.hrc"
24 #include "toolbox.hrc"
26 #define MN_PROPS    25
28 String RID_STR_NEW_FORM
30     Text [ en-US ] = "Create Form in Design View..." ;
33 String RID_STR_NEW_FORM_AUTO
35     Text [ en-US ] = "Use Wizard to Create Form..." ;
38 String RID_STR_NEW_REPORT_AUTO
40     Text [ en-US ] = "Use Wizard to Create Report..." ;
43 String RID_STR_NEW_REPORT
45     Text [ en-US ] = "Create Report in Design View..." ;
48 String RID_STR_NEW_QUERY
50     Text [ en-US ] = "Create Query in Design View..." ;
53 String RID_STR_NEW_QUERY_SQL
55     Text [ en-US ] = "Create Query in SQL View..." ;
58 String RID_STR_NEW_QUERY_AUTO
60     Text [ en-US ] = "Use Wizard to Create Query..." ;
62 String RID_STR_NEW_TABLE
64     Text [ en-US ] = "Create Table in Design View..." ;
67 String RID_STR_NEW_TABLE_AUTO
69     Text [ en-US ] = "Use Wizard to Create Table..." ;
71 String RID_STR_NEW_VIEW
73     Text [ en-US ] = "Create View..." ;
76 String RID_STR_FORMS_CONTAINER
78     Text [ en-US ] = "Forms" ;
81 String RID_STR_REPORTS_CONTAINER
83     Text [ en-US ] = "Reports" ;
86 Menu RID_MENU_APP_NEW
88     ItemList =
89     {
90         MenuItem
91         {
92             Identifier = SID_APP_NEW_FORM;
93             Command = ".uno:DBNewForm";
94             Text [ en-US ] = "Form..." ;
95         };
96         MenuItem
97         {
98             Identifier = SID_APP_NEW_REPORT;
99             Command = ".uno:DBNewReport";
100             Text [ en-US ] = "Report..." ;
101         };
102         MenuItem
103         {
104             MID_DOCUMENT_CREATE_REPWIZ
105             Command = ".uno:DBNewReportAutoPilot";
106         };
107         MenuItem
108         {
109             MID_QUERY_NEW_DESIGN
110             Command = ".uno:DBNewQuery";
111         };
112         MenuItem
113         {
114             MID_QUERY_NEW_SQL
115             Command = ".uno:DBNewQuerySql";
116         };
117         MenuItem
118         {
119             Separator = TRUE;
120         };
121         MenuItem
122         {
123             MID_NEW_TABLE_DESIGN
124             Command = ".uno:DBNewTable";
125         };
126         MenuItem
127         {
128             MID_NEW_VIEW_DESIGN
129             Command = ".uno:DBNewView";
130         };
131         MenuItem
132         {
133             Identifier = SID_DB_NEW_VIEW_SQL;
134             Command = ".uno:DBNewViewSQL";
135             Text [ en-US ] = "View (Simple)..." ;
136         };
138     };
141 Menu RID_MENU_APP_EDIT
143     ItemList =
144     {
145         MenuItem
146         {
147             ITEM_EDIT_COPY
148         };
149         MenuItem
150         {
151             ITEM_EDIT_PASTE
152         };
153         MenuItem
154         {
155             Identifier = SID_DB_APP_PASTE_SPECIAL;
156             Text[ en-US ] = "Paste Special...";
157             Command = ".uno:PasteSpecial";
158         };
159         MenuItem
160         {
161             Separator = TRUE ;
162         };
163         MenuItem
164         {
165             Identifier = SID_DB_APP_DELETE;
166             Text[ en-US ] = "Delete";
167             Command = ".uno:DBDelete";
168         };
169         MenuItem
170         {
171             Identifier = SID_DB_APP_RENAME;
172             Text[ en-US ] = "Rename";
173             Command = ".uno:DBRename";
174         };
175         MenuItem
176         {
177             Identifier = SID_DB_APP_EDIT;
178             Text[ en-US ] = "Edit";
179             Command = ".uno:DBEdit";
180         };
181         MenuItem
182         {
183             Identifier = SID_DB_APP_EDIT_SQL_VIEW;
184             Text [ en-US ] = "Edit in SQL View...";
185             Command = ".uno:DBEditSqlView";
186         };
187         MenuItem
188         {
189             Identifier = SID_DB_APP_OPEN;
190             Text[ en-US ] = "Open";
191             Command = ".uno:DBOpen";
192         };
193         MenuItem
194         {
195             Identifier = SID_DB_APP_CONVERTTOVIEW;
196             Text[ en-US ] = "Create as View";
197             Command = ".uno:DBConvertToView";
198         };
199         MenuItem
200         {
201             Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL;
202             Text [ en-US ] = "Form Wizard...";
203             Command = ".uno:DBNewFormAutoPilotWithPreSelection";
204         };
205         MenuItem
206         {
207             Identifier = SID_APP_NEW_REPORT_PRE_SEL;
208             Command = ".uno:DBNewReportWithPreSelection";
209             Text [ en-US ] = "Report..." ;
210         };
211         MenuItem
212         {
213             Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
214             Text[ en-US ] = "Report Wizard...";
216             Command = ".uno:DBNewReportAutoPilotWithPreSelection";
217         };
218         MenuItem
219         {
220             Separator = TRUE ;
221         };
222         MenuItem
223         {
224             Identifier = SID_SELECTALL;
225             Text[ en-US ] = "Select All";
226             Command = ".uno:SelectAll";
227         };
228         MenuItem
229         {
230             Separator = TRUE ;
231         };
232         MenuItem
233         {
234             Identifier = MN_PROPS;
235             Text[ en-US ] = "~Database";
236             SubMenu = Menu
237             {
238                 ItemList =
239                 {
240                     MenuItem
241                     {
242                         Identifier = SID_DB_APP_DSPROPS;
243                         Text[ en-US ] = "Properties...";
244                         Command = ".uno:DBDSProperties";
245                     };
246                     MenuItem
247                     {
248                         Identifier = SID_DB_APP_DSCONNECTION_TYPE;
249                         Text[ en-US ] = "Connection Type...";
250                         Command = ".uno:DBDSConnectionType";
251                     };
252                     MenuItem
253                     {
254                         Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
255                         Text[ en-US ] = "Advanced Settings...";
256                         Command = ".uno:DBDSAdvancedSettings";
257                     };
258                 };
259             };
260         };
261     };
264 String STR_QUERY_DELETE_DATASOURCE
266     Text [ en-US ] = "Do you want to delete the data source '%1'?" ;
269 String STR_APP_TITLE
271     Text [ en-US ] = " - %PRODUCTNAME Base" ;
274 String RID_STR_REPORTS_HELP_TEXT_WIZARD
276     Text [ en-US ] = "The wizard will guide you through the steps necessary to create a report." ;
279 String RID_STR_FORMS_HELP_TEXT
281     Text [ en-US ] = "Create a form by specifying the record source, controls, and control properties." ;
284 String RID_STR_REPORT_HELP_TEXT
286     Text [ en-US ] = "Create a report by specifying the record source, controls, and control properties." ;
289 String RID_STR_FORMS_HELP_TEXT_WIZARD
291     Text [ en-US ] = "The wizard will guide you through the steps necessary to create a form." ;
294 String RID_STR_QUERIES_HELP_TEXT
296     Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping." ;
299 String RID_STR_QUERIES_HELP_TEXT_SQL
301     Text [ en-US ] = "Create a query entering an SQL statement directly." ;
304 String RID_STR_QUERIES_HELP_TEXT_WIZARD
306     Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ;
309 String RID_STR_TABLES_HELP_TEXT_DESIGN
311     Text [ en-US ] = "Create a table by specifying the field names and properties, as well as the data types." ;
314 String RID_STR_TABLES_HELP_TEXT_WIZARD
316     Text [ en-US ] = "Choose from a selection of business and personal table samples, which you customize to create a table." ;
319 String RID_STR_VIEWS_HELP_TEXT_DESIGN
321     Text [ en-US ] = "Create a view by specifying the tables and field names you would like to have visible." ;
324 String RID_STR_VIEWS_HELP_TEXT_WIZARD
326     Text [ en-US ] = "Opens the view wizard" ;
329 String STR_DATABASE
331     Text [ en-US ] = "Database" ;
334 String STR_TASKS
336     Text [ en-US ] = "Tasks" ;
339 String STR_DESCRIPTION
341     Text [ en-US ] = "Description" ;
344 String STR_PREVIEW
346     Text [ en-US ] = "Preview" ;
349 String STR_DISABLEPREVIEW
351     Text [ en-US ] = "Disable Preview" ;
354 String STR_QUERY_CLOSEDOCUMENTS
356     Text [ 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?" ;
359 Menu RID_MENU_APP_PREVIEW
361     ItemList =
362     {
363         MenuItem
364         {
365             Identifier = SID_DB_APP_DISABLE_PREVIEW;
366             Text[ en-US ] = "None";
367             Command = ".uno:DBDisablePreview";
368             Checkable = TRUE;
369             RadioCheck = TRUE;
370             AutoCheck = TRUE;
371         };
372         MenuItem
373         {
374             Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW;
375             Text[ en-US ] = "Document Information";
376             Command = ".uno:DBShowDocInfoPreview";
377             Checkable = TRUE;
378             RadioCheck = TRUE;
379             AutoCheck = TRUE;
380         };
381         MenuItem
382         {
383             Identifier = SID_DB_APP_VIEW_DOC_PREVIEW;
384             Text[ en-US ] = "Document";
385             Command = ".uno:DBShowDocPreview";
386             Checkable = TRUE;
387             RadioCheck = TRUE;
388             AutoCheck = TRUE;
389         };
390     };
393 String RID_STR_FORM
395     Text [ en-US ] = "Form";
398 String RID_STR_REPORT
400     Text [ en-US ] = "Report";
403 String STR_FRM_LABEL
405     Text [ en-US ] = "F~orm name" ;
408 String STR_RPT_LABEL
410     Text [ en-US ] = "~Report name" ;
413 String STR_FOLDER_LABEL
415     Text [ en-US ] = "F~older name" ;
418 String STR_SUB_DOCS_WITH_SCRIPTS
420     Text [ en-US ] = "The document contains forms or reports with embedded macros.";
423 String STR_SUB_DOCS_WITH_SCRIPTS_DETAIL
425     Text [ en-US ] = "Macros should be embedded into the database document itself.\n\n"
427                     "You can continue to use your document as before, however, you are encouraged to migrate "
428                     "your macros. The menu item 'Tools / Migrate Macros ...' will assist you with this.\n\n"
430                     "Note that you won't be able to embed macros into the database document itself until "
431                     "this migration is done. ";
434 String RID_STR_EMBEDDED_DATABASE
436     Text [ en-US ] = "Embedded database";
439 String RID_STR_NO_DIFF_CAT
441     Text [ en-US ] = "You cannot select different categories.";
444 String RID_STR_UNSUPPORTED_OBJECT_TYPE
446     Text [ en-US ] = "Unsupported object type found ($type$).";
449 String STR_PAGETITLE_GENERAL
451     Text [ en-US ] = "Advanced Properties" ;
454 String STR_PAGETITLE_ADVANCED
456     Text [ en-US ] = "Additional Settings" ;
459 String STR_PAGETITLE_CONNECTION
461     Text [ en-US ] = "Connection settings" ;
464 String STR_TBL_LABEL
466     Text [ en-US ] = "~Table Name" ;
469 String STR_VW_LABEL
471     Text [ en-US ] = "~Name of table view" ;
474 String STR_QRY_LABEL
476     Text [ en-US ] = "~Query name" ;
479 String STR_TITLE_RENAME
481     Text [ en-US ] = "Rename to";
484 String STR_TITLE_PASTE_AS
486     Text [ en-US ] = "Insert as";
489 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */