Tag: cws_dev300_odbmacros3 User: fs Date: 2008-05-08 10:07:48+0000 Modified: dba/dbaccess/source/ext/macromigration/macromigration.hrc dba/dbaccess/source/ext/macromigration/macromigration.src
Log: new strings File Changes: Directory: /dba/dbaccess/source/ext/macromigration/ =================================================== File [changed]: macromigration.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/macromigration.hrc?r1=1.3&r2=1.3.2.1 Delta lines: +4 -2 ------------------- --- macromigration.hrc 2008-04-10 13:11:51+0000 1.3 +++ macromigration.hrc 2008-05-08 10:07:45+0000 1.3.2.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: macromigration.hrc,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.2.1 $ * * This file is part of OpenOffice.org. * @@ -93,5 +93,7 @@ #define STR_STATE_BACKUP_DBDOC 2 #define STR_STATE_MIGRATE 3 #define STR_STATE_SUMMARY 4 +#define STR_SUCCESSFUL 5 +#define STR_UNSUCCESSFUL 6 #endif // DBACCESS_MACROMIGRATION_HRC File [changed]: macromigration.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/macromigration.src?r1=1.3.2.3&r2=1.3.2.4 Delta lines: +10 -1 -------------------- --- macromigration.src 2008-04-30 09:23:55+0000 1.3.2.3 +++ macromigration.src 2008-05-08 10:07:45+0000 1.3.2.4 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: macromigration.src,v $ - * $Revision: 1.3.2.3 $ + * $Revision: 1.3.2.4 $ * * This file is part of OpenOffice.org. * @@ -339,6 +339,15 @@ Border = TRUE; BorderStyle = WINDOW_BORDER_MONO; }; + + String STR_SUCCESSFUL + { + Text [ en-US ] = "The migration was successful. Below is a log of the actions which have been taken to your document"; + }; + String STR_UNSUCCESSFUL + { + Text [ en-US ] = "The migration was not successful. Examine the migration log below for details."; + }; }; String STR_FORM --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
