1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: app.src,v $
10 * $Revision: 1.17.68.1 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "dbu_app.hrc"
34 #include <svx/globlmn.hrc>
37 #include <sfx2/cntids.hrc>
39 #ifndef DBACCESS_UI_BROWSER_ID_HXX
40 #include "browserids.hxx"
42 #ifndef _DBA_DBACCESS_HELPID_HRC_
43 #include "dbaccess_helpid.hrc"
45 #ifndef DBAUI_TOOLBOX_HXX
46 #include "toolbox.hrc"
52 String RID_STR_NEW_FORM
54 Text [ en-US ] = "Create Form in Design View..." ;
57 String RID_STR_NEW_FORM_AUTO
59 Text [ en-US ] = "Use Wizard to Create Form..." ;
62 String RID_STR_NEW_REPORT_AUTO
64 Text [ en-US ] = "Use Wizard to Create Report..." ;
67 String RID_STR_NEW_REPORT
69 Text [ en-US ] = "Create Report in Design View..." ;
72 String RID_STR_NEW_QUERY
74 Text [ en-US ] = "Create Query in Design View..." ;
77 String RID_STR_NEW_QUERY_SQL
79 Text [ en-US ] = "Create Query in SQL View..." ;
82 String RID_STR_NEW_QUERY_AUTO
84 Text [ en-US ] = "Use Wizard to Create Query..." ;
86 String RID_STR_NEW_TABLE
88 Text [ en-US ] = "Create Table in Design View..." ;
91 String RID_STR_NEW_TABLE_AUTO
93 Text [ en-US ] = "Use Wizard to Create Table..." ;
95 String RID_STR_NEW_VIEW
97 Text [ en-US ] = "Create View..." ;
100 String RID_STR_FORMS_CONTAINER
102 Text [ en-US ] = "Forms" ;
105 String RID_STR_REPORTS_CONTAINER
107 Text [ en-US ] = "Reports" ;
110 Menu RID_MENU_APP_NEW
116 Identifier = SID_APP_NEW_FORM;
117 HelpId = SID_APP_NEW_FORM;
118 Command = ".uno:DBNewForm";
119 Text [ en-US ] = "Form..." ;
123 Identifier = SID_APP_NEW_REPORT;
124 HelpId = SID_APP_NEW_REPORT;
125 Command = ".uno:DBNewReport";
126 Text [ en-US ] = "Report..." ;
130 MID_DOCUMENT_CREATE_REPWIZ
131 Command = ".uno:DBNewReportAutoPilot";
136 Command = ".uno:DBNewQuery";
141 Command = ".uno:DBNewQuerySql";
150 Command = ".uno:DBNewTable";
155 Command = ".uno:DBNewView";
159 Identifier = SID_DB_NEW_VIEW_SQL;
160 HelpId = SID_DB_NEW_VIEW_SQL;
161 Command = ".uno:DBNewViewSQL";
162 Text [ en-US ] = "View (Simple)..." ;
168 Menu RID_MENU_APP_EDIT
182 Identifier = SID_DB_APP_PASTE_SPECIAL;
183 HelpID = SID_DB_APP_PASTE_SPECIAL ;
184 Text[ en-US ] = "Paste Special...";
185 Command = ".uno:PasteSpecial";
193 Identifier = SID_DB_APP_DELETE;
194 HelpID = SID_DB_APP_DELETE ;
195 Text[ en-US ] = "Delete";
196 Command = ".uno:DBDelete";
200 Identifier = SID_DB_APP_RENAME;
201 HelpID = SID_DB_APP_RENAME ;
202 Text[ en-US ] = "Rename";
203 Command = ".uno:DBRename";
207 Identifier = SID_DB_APP_EDIT;
208 HelpID = SID_DB_APP_EDIT ;
209 Text[ en-US ] = "Edit";
210 Command = ".uno:DBEdit";
214 Identifier = SID_DB_APP_EDIT_SQL_VIEW;
215 HelpID = SID_DB_APP_EDIT_SQL_VIEW ;
216 Text [ en-US ] = "Edit in SQL View...";
217 Command = ".uno:DBEditSqlView";
221 Identifier = SID_DB_APP_OPEN;
222 HelpID = SID_DB_APP_OPEN ;
223 Text[ en-US ] = "Open";
224 Command = ".uno:DBOpen";
228 Identifier = SID_DB_APP_CONVERTTOVIEW;
229 HelpID = SID_DB_APP_CONVERTTOVIEW ;
230 Text[ en-US ] = "Create as View";
231 Command = ".uno:DBConvertToView";
235 Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL;
236 Text [ en-US ] = "Form Wizard...";
237 Command = ".uno:DBNewFormAutoPilotWithPreSelection";
241 Identifier = SID_APP_NEW_REPORT_PRE_SEL;
242 HelpId = SID_APP_NEW_REPORT_PRE_SEL;
243 Command = ".uno:DBNewReportWithPreSelection";
244 Text [ en-US ] = "Report..." ;
248 Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
249 HelpID = HID_DOCUMENT_CREATE_REPWIZ ;
250 Text[ en-US ] = "Report Wizard...";
252 Command = ".uno:DBNewReportAutoPilotWithPreSelection";
260 Identifier = SID_SELECTALL;
261 HelpID = SID_SELECTALL ;
262 Text[ en-US ] = "Select All";
263 Command = ".uno:SelectAll";
271 Identifier = MN_PROPS;
272 Text[ en-US ] = "~Database";
279 Identifier = SID_DB_APP_DSPROPS;
280 HelpID = SID_DB_APP_DSPROPS ;
281 Text[ en-US ] = "Properties";
282 Command = ".uno:DBDSProperties";
286 Identifier = SID_DB_APP_DSCONNECTION_TYPE;
287 HelpID = SID_DB_APP_DSCONNECTION_TYPE ;
288 Text[ en-US ] = "Connection Type";
289 Command = ".uno:DBDSConnectionType";
293 Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
294 HelpID = SID_DB_APP_DSADVANCED_SETTINGS ;
295 Text[ en-US ] = "Advanced Settings";
296 Command = ".uno:DBDSAdvancedSettings";
304 String STR_QUERY_DELETE_DATASOURCE
306 Text [ en-US ] = "Do you want to delete the data source '%1'?" ;
311 Text [ en-US ] = " - %PRODUCTNAME Base" ;
314 String RID_STR_REPORTS_HELP_TEXT_WIZARD
316 Text [ en-US ] = "The wizard will guide you through the steps necessary to create a report." ;
318 String RID_STR_FORMS_HELP_TEXT
320 Text [ en-US ] = "Create a form by specifying the record source, controls, and control properties." ;
322 String RID_STR_REPORT_HELP_TEXT
324 Text [ de ] ="Erstellen Sie einen Bericht, indem Sie die Datensatzquelle, Steuerelemente und Steuerelementeigenschaften angeben." ;
325 Text [ en-US ] = "Create a report by specifying the record source, controls, and control properties." ;
327 String RID_STR_FORMS_HELP_TEXT_WIZARD
329 Text [ en-US ] = "The wizard will guide you through the steps necessary to create a form." ;
331 String RID_STR_QUERIES_HELP_TEXT
333 Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping." ;
335 String RID_STR_QUERIES_HELP_TEXT_SQL
337 Text [ en-US ] = "Create a query entering an SQL statement directly." ;
339 String RID_STR_QUERIES_HELP_TEXT_WIZARD
341 Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ;
343 String RID_STR_TABLES_HELP_TEXT_DESIGN
345 Text [ en-US ] = "Create a table by specifying the field names and properties, as well as the data types." ;
347 String RID_STR_TABLES_HELP_TEXT_WIZARD
349 Text [ en-US ] = "Choose from a selection of business and personal table samples, which you customize to create a table." ;
351 String RID_STR_VIEWS_HELP_TEXT_DESIGN
353 Text [ en-US ] = "Create a view by specifying the tables and field names you would like to have visible." ;
355 String RID_STR_VIEWS_HELP_TEXT_WIZARD
357 Text [ en-US ] = "Opens the view wizard" ;
362 Text [ en-US ] = "Database" ;
366 Text [ en-US ] = "Tasks" ;
368 String STR_DESCRIPTION
370 Text [ en-US ] = "Description" ;
374 Text [ en-US ] = "Preview" ;
376 String STR_DISABLEPREVIEW
378 Text [ en-US ] = "Disable Preview" ;
380 QueryBox APP_SAVEMODIFIED
382 Buttons = WB_YES_NO_CANCEL ;
383 DefButton = WB_DEF_YES ;
384 Message [ en-US ] = "The database has been modified.\nDo you want to save the changes?" ;
386 QueryBox APP_CLOSEDOCUMENTS
388 Buttons = WB_YES_NO ;
389 DefButton = WB_DEF_YES ;
390 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?" ;
393 Menu RID_MENU_APP_PREVIEW
399 Identifier = SID_DB_APP_DISABLE_PREVIEW;
400 HelpId = SID_DB_APP_DISABLE_PREVIEW;
401 Text[ en-US ] = "None";
402 Command = ".uno:DBDisablePreview";
409 Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW;
410 HelpId = SID_DB_APP_VIEW_DOCINFO_PREVIEW;
411 Text[ en-US ] = "Document Information";
412 Command = ".uno:DBShowDocInfoPreview";
419 Identifier = SID_DB_APP_VIEW_DOC_PREVIEW;
420 HelpId = SID_DB_APP_VIEW_DOC_PREVIEW;
421 Text[ en-US ] = "Document";
422 Command = ".uno:DBShowDocPreview";
431 Text [ en-US ] = "Form";
434 String RID_STR_REPORT
436 Text [ en-US ] = "Report";
440 Text [ en-US ] = "F~orm name" ;
444 Text [ en-US ] = "~Report name" ;
447 String STR_FOLDER_LABEL
449 Text [ en-US ] = "F~older name" ;
452 String STR_SUB_DOCS_WITH_SCRIPTS
454 Text [ en-US ] = "The document contains forms or reports with embedded macros.";
457 String STR_SUB_DOCS_WITH_SCRIPTS_DETAIL
459 Text [ en-US ] = "Macros should be embedded into the database document itself.\n\n"
461 "You can continue to use your document as before, however, you are encouraged to migrate "
462 "your macros. The menu item 'Tools / Migrate Macros ...' will assist you with this.\n\n"
464 "Note that you won't be able to embed macros into the database document itself until "
465 "this migration is done. ";
468 String RID_STR_EMBEDDED_DATABASE
470 Text [ en-US ] = "Embedded database";