1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
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"
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" ;
92 Identifier = SID_APP_NEW_FORM;
93 Command = ".uno:DBNewForm";
94 Text [ en-US ] = "Form..." ;
98 Identifier = SID_APP_NEW_REPORT;
99 Command = ".uno:DBNewReport";
100 Text [ en-US ] = "Report..." ;
104 MID_DOCUMENT_CREATE_REPWIZ
105 Command = ".uno:DBNewReportAutoPilot";
110 Command = ".uno:DBNewQuery";
115 Command = ".uno:DBNewQuerySql";
124 Command = ".uno:DBNewTable";
129 Command = ".uno:DBNewView";
133 Identifier = SID_DB_NEW_VIEW_SQL;
134 Command = ".uno:DBNewViewSQL";
135 Text [ en-US ] = "View (Simple)..." ;
141 Menu RID_MENU_APP_EDIT
155 Identifier = SID_DB_APP_PASTE_SPECIAL;
156 Text[ en-US ] = "Paste Special...";
157 Command = ".uno:PasteSpecial";
165 Identifier = SID_DB_APP_DELETE;
166 Text[ en-US ] = "Delete";
167 Command = ".uno:DBDelete";
171 Identifier = SID_DB_APP_RENAME;
172 Text[ en-US ] = "Rename";
173 Command = ".uno:DBRename";
177 Identifier = SID_DB_APP_EDIT;
178 Text[ en-US ] = "Edit";
179 Command = ".uno:DBEdit";
183 Identifier = SID_DB_APP_EDIT_SQL_VIEW;
184 Text [ en-US ] = "Edit in SQL View...";
185 Command = ".uno:DBEditSqlView";
189 Identifier = SID_DB_APP_OPEN;
190 Text[ en-US ] = "Open";
191 Command = ".uno:DBOpen";
195 Identifier = SID_DB_APP_CONVERTTOVIEW;
196 Text[ en-US ] = "Create as View";
197 Command = ".uno:DBConvertToView";
201 Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL;
202 Text [ en-US ] = "Form Wizard...";
203 Command = ".uno:DBNewFormAutoPilotWithPreSelection";
207 Identifier = SID_APP_NEW_REPORT_PRE_SEL;
208 Command = ".uno:DBNewReportWithPreSelection";
209 Text [ en-US ] = "Report..." ;
213 Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
214 Text[ en-US ] = "Report Wizard...";
216 Command = ".uno:DBNewReportAutoPilotWithPreSelection";
224 Identifier = SID_SELECTALL;
225 Text[ en-US ] = "Select All";
226 Command = ".uno:SelectAll";
234 Identifier = MN_PROPS;
235 Text[ en-US ] = "~Database";
242 Identifier = SID_DB_APP_DSPROPS;
243 Text[ en-US ] = "Properties...";
244 Command = ".uno:DBDSProperties";
248 Identifier = SID_DB_APP_DSCONNECTION_TYPE;
249 Text[ en-US ] = "Connection Type...";
250 Command = ".uno:DBDSConnectionType";
254 Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
255 Text[ en-US ] = "Advanced Settings...";
256 Command = ".uno:DBDSAdvancedSettings";
264 String STR_QUERY_DELETE_DATASOURCE
266 Text [ en-US ] = "Do you want to delete the data source '%1'?" ;
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" ;
331 Text [ en-US ] = "Database" ;
336 Text [ en-US ] = "Tasks" ;
339 String STR_DESCRIPTION
341 Text [ en-US ] = "Description" ;
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
365 Identifier = SID_DB_APP_DISABLE_PREVIEW;
366 Text[ en-US ] = "None";
367 Command = ".uno:DBDisablePreview";
374 Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW;
375 Text[ en-US ] = "Document Information";
376 Command = ".uno:DBShowDocInfoPreview";
383 Identifier = SID_DB_APP_VIEW_DOC_PREVIEW;
384 Text[ en-US ] = "Document";
385 Command = ".uno:DBShowDocPreview";
395 Text [ en-US ] = "Form";
398 String RID_STR_REPORT
400 Text [ en-US ] = "Report";
405 Text [ en-US ] = "F~orm name" ;
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" ;
466 Text [ en-US ] = "~Table Name" ;
471 Text [ en-US ] = "~Name of table view" ;
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: */