User: kz Date: 2008-03-06 18:12:21+0000 Modified: dba/dbaccess/source/ui/app/app.src
Log: INTEGRATION: CWS odbmacros2 (1.15.2); FILE MERGED 2008/01/26 21:19:45 fs 1.15.2.1: #i49133# when connecting to a document which contains macros/scripts in a form/report, then show a warning File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: app.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/app.src?r1=1.15&r2=1.16 Delta lines: +14 -3 -------------------- --- app.src 2007-11-20 19:23:20+0000 1.15 +++ app.src 2008-03-06 18:12:18+0000 1.16 @@ -454,8 +454,19 @@ Text [ en-US ] = "F~older name" ; }; -String RID_STR_ERROR_NO_REPORT_INSTALLED +String STR_SUB_DOCS_WITH_SCRIPTS { - Text [ de ] ="Es wurde keine Report Designer Erweiterung gefunden, bitte installieren." ; - Text [ en-US ] = "There is no report designer extension found, please install." ; + Text [ en-US ] = "The document contains forms and/or reports with macros and/or scripts embedded."; +}; + +String STR_SUB_DOCS_WITH_SCRIPTS_DETAIL +{ + Text [ en-US ] = "Scripts and macros should nowadays be embedded into the database document itself.\n\n" + + "You can continue to use your document as before, however, you are encouraged to migrate " + "your scripts and macros. The menu item 'Tools / Migrate Scripts and Macros ...' will " + "assist you with this.\n\n" + + "Note that you won't be able to embed macros or scripts into the database document until " + "this migration is done. "; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
