Tag: cws_dev300_odbmacros3 User: fs Date: 2008-09-09 10:59:13+0000 Modified: dba/dbaccess/source/ext/macromigration/macromigration.src
Log: #i49133# new wording, as per latest iTeam meeting File Changes: Directory: /dba/dbaccess/source/ext/macromigration/ =================================================== File [changed]: macromigration.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/macromigration.src?r1=1.3.2.7&r2=1.3.2.8 Delta lines: +16 -10 --------------------- --- macromigration.src 2008-05-21 12:22:16+0000 1.3.2.7 +++ macromigration.src 2008-09-09 10:59:10+0000 1.3.2.8 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: macromigration.src,v $ - * $Revision: 1.3.2.7 $ + * $Revision: 1.3.2.8 $ * * This file is part of OpenOffice.org. * @@ -88,16 +88,16 @@ TAB_PAGE_HEIGHT - CONTENT_POS_X - TAB_PAGE_CONTENT_MARGIN - ( 2 * FIXED_TEXT_HEIGHT - SPACING_UNRELATED ) ); WordBreak = TRUE; - Text [ en-US ] = "This wizard will guide you through the task of migrating your macros and scripts.\n\n" + Text [ en-US ] = "This wizard will guide you through the task of migrating your macros.\n\n" - "After you finished it, all macros and scripts which were formerly embedded into your " - "forms and reports will have been moved to the database document. In this course, libraries " - "will be renamed as needed.\n\n" + "After you finished it, all macros which were formerly embedded into the forms and reports of " + "the current database document will have been moved to the document itself. In this course, " + "libraries will be renamed as needed.\n\n" - "If your forms and reports contain references to those macros and scripts, they " - "will be adjusted, where possible.\n\n" + "If your forms and reports contain references to those macros, they will be adjusted, where " + "possible.\n\n" - "Before the migration can start, all forms, reports, queries and tables must be closed. " + "Before the migration can start, all forms, reports, queries and tables belonging to the document must be closed. " "Press 'Next' to do so."; }; @@ -297,7 +297,7 @@ WordBreak = TRUE; Hide = TRUE; - Text [ en-US ] = "All documents have been successfully processed. Press 'Next' to show a detailed summary."; + Text [ en-US ] = "All forms and reports have been successfully processed. Press 'Next' to show a detailed summary."; }; }; @@ -379,7 +379,7 @@ String STR_MOVED_LIBRARY { - Text[ en-US ] = "moved $type$ library '$old$' to '$new$'"; + Text[ en-US ] = "migrated $type$ library '$old$' to '$new$'"; }; String STR_LIBRARY_TYPE_AND_NAME @@ -437,3 +437,9 @@ Text [ en-US ] = "caught exception: "; }; + +ErrorBox ERR_INVALID_BACKUP_LOCATION +{ + Buttons = WB_OK; + Message [ en-US ] = "You need to choose a backup location other than the document location itself."; +}; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
