1*81d089aeSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*81d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*81d089aeSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*81d089aeSAndrew Rist * distributed with this work for additional information 6*81d089aeSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*81d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*81d089aeSAndrew Rist * "License"); you may not use this file except in compliance 9*81d089aeSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*81d089aeSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*81d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*81d089aeSAndrew Rist * software distributed under the License is distributed on an 15*81d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*81d089aeSAndrew Rist * KIND, either express or implied. See the License for the 17*81d089aeSAndrew Rist * specific language governing permissions and limitations 18*81d089aeSAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*81d089aeSAndrew Rist *************************************************************/ 21*81d089aeSAndrew Rist 22*81d089aeSAndrew 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 [ de ] ="Erstellen Sie einen Bericht, indem Sie die Datensatzquelle, Steuerelemente und Steuerelementeigenschaften angeben." ; 302cdf0e10cSrcweir Text [ en-US ] = "Create a report by specifying the record source, controls, and control properties." ; 303cdf0e10cSrcweir}; 304cdf0e10cSrcweirString RID_STR_FORMS_HELP_TEXT_WIZARD 305cdf0e10cSrcweir{ 306cdf0e10cSrcweir Text [ en-US ] = "The wizard will guide you through the steps necessary to create a form." ; 307cdf0e10cSrcweir}; 308cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT 309cdf0e10cSrcweir{ 310cdf0e10cSrcweir Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping." ; 311cdf0e10cSrcweir}; 312cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT_SQL 313cdf0e10cSrcweir{ 314cdf0e10cSrcweir Text [ en-US ] = "Create a query entering an SQL statement directly." ; 315cdf0e10cSrcweir}; 316cdf0e10cSrcweirString RID_STR_QUERIES_HELP_TEXT_WIZARD 317cdf0e10cSrcweir{ 318cdf0e10cSrcweir Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ; 319cdf0e10cSrcweir}; 320cdf0e10cSrcweirString RID_STR_TABLES_HELP_TEXT_DESIGN 321cdf0e10cSrcweir{ 322cdf0e10cSrcweir Text [ en-US ] = "Create a table by specifying the field names and properties, as well as the data types." ; 323cdf0e10cSrcweir}; 324cdf0e10cSrcweirString RID_STR_TABLES_HELP_TEXT_WIZARD 325cdf0e10cSrcweir{ 326cdf0e10cSrcweir Text [ en-US ] = "Choose from a selection of business and personal table samples, which you customize to create a table." ; 327cdf0e10cSrcweir}; 328cdf0e10cSrcweirString RID_STR_VIEWS_HELP_TEXT_DESIGN 329cdf0e10cSrcweir{ 330cdf0e10cSrcweir Text [ en-US ] = "Create a view by specifying the tables and field names you would like to have visible." ; 331cdf0e10cSrcweir}; 332cdf0e10cSrcweirString RID_STR_VIEWS_HELP_TEXT_WIZARD 333cdf0e10cSrcweir{ 334cdf0e10cSrcweir Text [ en-US ] = "Opens the view wizard" ; 335cdf0e10cSrcweir}; 336cdf0e10cSrcweir 337cdf0e10cSrcweirString STR_DATABASE 338cdf0e10cSrcweir{ 339cdf0e10cSrcweir Text [ en-US ] = "Database" ; 340cdf0e10cSrcweir}; 341cdf0e10cSrcweirString STR_TASKS 342cdf0e10cSrcweir{ 343cdf0e10cSrcweir Text [ en-US ] = "Tasks" ; 344cdf0e10cSrcweir}; 345cdf0e10cSrcweirString STR_DESCRIPTION 346cdf0e10cSrcweir{ 347cdf0e10cSrcweir Text [ en-US ] = "Description" ; 348cdf0e10cSrcweir}; 349cdf0e10cSrcweirString STR_PREVIEW 350cdf0e10cSrcweir{ 351cdf0e10cSrcweir Text [ en-US ] = "Preview" ; 352cdf0e10cSrcweir}; 353cdf0e10cSrcweirString STR_DISABLEPREVIEW 354cdf0e10cSrcweir{ 355cdf0e10cSrcweir Text [ en-US ] = "Disable Preview" ; 356cdf0e10cSrcweir}; 357cdf0e10cSrcweirQueryBox APP_SAVEMODIFIED 358cdf0e10cSrcweir{ 359cdf0e10cSrcweir Buttons = WB_YES_NO_CANCEL ; 360cdf0e10cSrcweir DefButton = WB_DEF_YES ; 361cdf0e10cSrcweir Message [ en-US ] = "The database has been modified.\nDo you want to save the changes?" ; 362cdf0e10cSrcweir}; 363cdf0e10cSrcweirQueryBox APP_CLOSEDOCUMENTS 364cdf0e10cSrcweir{ 365cdf0e10cSrcweir Buttons = WB_YES_NO ; 366cdf0e10cSrcweir DefButton = WB_DEF_YES ; 367cdf0e10cSrcweir 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?" ; 368cdf0e10cSrcweir}; 369cdf0e10cSrcweir 370cdf0e10cSrcweirMenu RID_MENU_APP_PREVIEW 371cdf0e10cSrcweir{ 372cdf0e10cSrcweir ItemList = 373cdf0e10cSrcweir { 374cdf0e10cSrcweir MenuItem 375cdf0e10cSrcweir { 376cdf0e10cSrcweir Identifier = SID_DB_APP_DISABLE_PREVIEW; 377cdf0e10cSrcweir Text[ en-US ] = "None"; 378cdf0e10cSrcweir Command = ".uno:DBDisablePreview"; 379cdf0e10cSrcweir Checkable = TRUE; 380cdf0e10cSrcweir RadioCheck = TRUE; 381cdf0e10cSrcweir AutoCheck = TRUE; 382cdf0e10cSrcweir }; 383cdf0e10cSrcweir MenuItem 384cdf0e10cSrcweir { 385cdf0e10cSrcweir Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW; 386cdf0e10cSrcweir Text[ en-US ] = "Document Information"; 387cdf0e10cSrcweir Command = ".uno:DBShowDocInfoPreview"; 388cdf0e10cSrcweir Checkable = TRUE; 389cdf0e10cSrcweir RadioCheck = TRUE; 390cdf0e10cSrcweir AutoCheck = TRUE; 391cdf0e10cSrcweir }; 392cdf0e10cSrcweir MenuItem 393cdf0e10cSrcweir { 394cdf0e10cSrcweir Identifier = SID_DB_APP_VIEW_DOC_PREVIEW; 395cdf0e10cSrcweir Text[ en-US ] = "Document"; 396cdf0e10cSrcweir Command = ".uno:DBShowDocPreview"; 397cdf0e10cSrcweir Checkable = TRUE; 398cdf0e10cSrcweir RadioCheck = TRUE; 399cdf0e10cSrcweir AutoCheck = TRUE; 400cdf0e10cSrcweir }; 401cdf0e10cSrcweir }; 402cdf0e10cSrcweir}; 403cdf0e10cSrcweirString RID_STR_FORM 404cdf0e10cSrcweir{ 405cdf0e10cSrcweir Text [ en-US ] = "Form"; 406cdf0e10cSrcweir}; 407cdf0e10cSrcweir 408cdf0e10cSrcweirString RID_STR_REPORT 409cdf0e10cSrcweir{ 410cdf0e10cSrcweir Text [ en-US ] = "Report"; 411cdf0e10cSrcweir}; 412cdf0e10cSrcweirString STR_FRM_LABEL 413cdf0e10cSrcweir{ 414cdf0e10cSrcweir Text [ en-US ] = "F~orm name" ; 415cdf0e10cSrcweir}; 416cdf0e10cSrcweirString STR_RPT_LABEL 417cdf0e10cSrcweir{ 418cdf0e10cSrcweir Text [ en-US ] = "~Report name" ; 419cdf0e10cSrcweir}; 420cdf0e10cSrcweir 421cdf0e10cSrcweirString STR_FOLDER_LABEL 422cdf0e10cSrcweir{ 423cdf0e10cSrcweir Text [ en-US ] = "F~older name" ; 424cdf0e10cSrcweir}; 425cdf0e10cSrcweir 426cdf0e10cSrcweirString STR_SUB_DOCS_WITH_SCRIPTS 427cdf0e10cSrcweir{ 428cdf0e10cSrcweir Text [ en-US ] = "The document contains forms or reports with embedded macros."; 429cdf0e10cSrcweir}; 430cdf0e10cSrcweir 431cdf0e10cSrcweirString STR_SUB_DOCS_WITH_SCRIPTS_DETAIL 432cdf0e10cSrcweir{ 433cdf0e10cSrcweir Text [ en-US ] = "Macros should be embedded into the database document itself.\n\n" 434cdf0e10cSrcweir 435cdf0e10cSrcweir "You can continue to use your document as before, however, you are encouraged to migrate " 436cdf0e10cSrcweir "your macros. The menu item 'Tools / Migrate Macros ...' will assist you with this.\n\n" 437cdf0e10cSrcweir 438cdf0e10cSrcweir "Note that you won't be able to embed macros into the database document itself until " 439cdf0e10cSrcweir "this migration is done. "; 440cdf0e10cSrcweir}; 441cdf0e10cSrcweir 442cdf0e10cSrcweirString RID_STR_EMBEDDED_DATABASE 443cdf0e10cSrcweir{ 444cdf0e10cSrcweir Text [ en-US ] = "Embedded database"; 445cdf0e10cSrcweir}; 446cdf0e10cSrcweirString RID_STR_NO_DIFF_CAT 447cdf0e10cSrcweir{ 448cdf0e10cSrcweir Text [ en-US ] = "You cannot select different categories."; 449cdf0e10cSrcweir}; 450cdf0e10cSrcweirString RID_STR_UNSUPPORTED_OBJECT_TYPE 451cdf0e10cSrcweir{ 452cdf0e10cSrcweir Text [ en-US ] = "Unsupported object type found ($type$)."; 453cdf0e10cSrcweir}; 454