From 34eeb0f7371dcd4fb24dae2c25918a96d9a65f32 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 22 Nov 2007 11:52:59 +0000 Subject: [PATCH] Fix for issue 2613 --- opendj-sdk/opends/src/messages/messages/quicksetup.properties | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties index 7ebad22..6e9af19 100644 --- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties +++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties @@ -406,20 +406,34 @@ INFO_ERROR_UPGRADE_MIGRATION=Migration Error INFO_ERROR_UPGRADE_MIGRATION_ADD=An attempt to add entry <b>%s</b> to the \ newly upgraded server was unsuccessful. +INFO_ERROR_UPGRADE_MIGRATION_ADD_CLI=An attempt to add entry %s to the \ + newly upgraded server was unsuccessful. INFO_ERROR_UPGRADE_MIGRATION_CONFIG=Configuration Migration Error INFO_ERROR_UPGRADE_MIGRATION_DELETE=An attempt to delete entry <b>%s</b> to \ the newly upgraded server was unsuccessful. INFO_ERROR_UPGRADE_MIGRATION_MODIFY=An attempt to modify entry <b>%s</b> to \ the newly upgraded server was unsuccessful. + INFO_ERROR_UPGRADE_MIGRATION_DELETE_CLI=An attempt to delete entry %s to \ + the newly upgraded server was unsuccessful. +INFO_ERROR_UPGRADE_MIGRATION_MODIFY_CLI=An attempt to modify entry %s to \ + the newly upgraded server was unsuccessful. INFO_ERROR_UPGRADE_MIGRATION_NOTE=You can cancel this upgrade altogether, \ continue anyway or retry this operation. If you cancel the server will be \ restored to the state it was in before the upgrade was attempted. If you \ continue you should be aware that the server may not configured as it was \ before this upgrade. A copy of the original installation files will be kept \ in <i>%s</i>. +INFO_ERROR_UPGRADE_MIGRATION_NOTE_CLI=You can cancel this upgrade altogether, \ + continue anyway or retry this operation. If you cancel the server will be \ + restored to the state it was in before the upgrade was attempted. If you \ + continue you should be aware that the server may not configured as it was \ + before this upgrade. A copy of the original installation files will be kept \ + in %s. INFO_ERROR_UPGRADE_MIGRATION_SCHEMA=Schema Migration Error INFO_ERROR_UPGRADE_MIGRATION_UNEXPECTED=An unexpected error occurred while \ processing entry <b>%s</b>. +INFO_ERROR_UPGRADE_MIGRATION_UNEXPECTED_CLI=An unexpected error occurred while \ + processing entry %s. INFO_ERROR_UPGRADED_SERVER_STARTS_WITH_ERRORS=The upgraded server starts with \ errors: %s INFO_ERROR_UPGRADING_COMPONENTS=Error upgrading components. @@ -959,6 +973,8 @@ INFO_SUMMARY_UPGRADE_ABORT=Canceling Upgrade... INFO_SUMMARY_UPGRADE_APPLYING_CONFIG_CUSTOMIZATION=Applying Configuration \ Customizations... +INFO_SUMMARY_UPGRADE_APPLYING_ADS_CUSTOMIZATION=Applying Registration \ + Customizations... INFO_SUMMARY_UPGRADE_APPLYING_SCHEMA_CUSTOMIZATION=Applying Schema \ Customizations... INFO_SUMMARY_UPGRADE_BACKING_UP_DB=Backing Up Data... -- Gitblit v1.10.0