From f0ecb612708c2fdd2ad21698701b5a04298750cd Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 23 Jul 2007 18:25:05 +0000
Subject: [PATCH] This commit does some initial work in anticipation of the reverter tool:

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 04e8abc..a39e139 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -106,6 +106,20 @@
 failed.  Check file {0} for more details.\n\nLaunching command line upgrade...
 cli-upgrade-unknown-argument=Unknown argument {0}
 
+revert-launcher-usage-description=This utility reverts the current installation \
+  of the Directory Server to a version prior to running the upgrade utility.   
+revert-error-no-history-dir=There are no existing backup locations from \
+  prior upgrades.  The 'history' directory does not exist.
+revert-error-empty-history-dir=There are no existing backup locations from \
+  prior upgrades.  The 'history' directory is empty.
+revert-error-null-files-dir=The upgrade backup directory is invalid or could not \
+  be determined.
+revert-error-not-dir-files-dir=The upgrade backup directory is not a directory.
+revert-error-invalid-files-dir=The upgrade backup directory does not appear to \
+  contain files backed up from an invocation of the upgrade tool.
+revert-error-no-dir=ERROR:  No reversion directory specified.  You must specify \
+  one of {0}
+
 
 #
 # Dialog titles
@@ -939,7 +953,34 @@
 summary-upgrade-finished-canceled-cli=OpenDS QuickUpgrade Canceled. \
   The upgrade operation was canceled and the installation has been \
   restored to the state it was in before the upgrade operation.
+
+summary-revert-not-started=Starting Reversion...
+summary-revert-initializing=Initializing Reversion...
+summary-revert-reverting-components=Reverting Components...
+summary-revert-verifying=Verifying revert...
+summary-revert-history=Recording Reversion History...
+summary-revert-cleanup=Cleaning Up...
+summary-revert-abort=Canceling Reversion...
+summary-revert-finished-successfully-cli=OpenDS Reversion Completed \
+  Successfully.  The OpenDS installation at {0} has now been reverted \
+  to version {1}.
+summary-revert-finished-with-errors-cli=OpenDS Reversion Failed. \
+  The reversion operation could not complete successfully due to errors and \
+  the installation has been restored to the state it was in before the reversion \
+  operation.  See the logs for details on why the reversion operation failed.
+summary-revert-finished-with-warnings-cli=OpenDS Reversion Succeeded With \
+  Warnings. The reversion operation completed successfully but the reverter \
+  had problems that require attention. See the logs for details on the \
+  problems.
+summary-revert-finished-canceled-cli=OpenDS Reversion Canceled. \
+  The upgrade operation was canceled and the installation has been \
+  restored to the state it was in before the reversion operation.
+
 #
+#
+#
+#
+##
 # Progress messages
 #
 progress-downloading=Downloading
@@ -1190,6 +1231,8 @@
 upgrade-verification-failure-view-details=View Error Details
 upgrade-file-prompt=Enter the name and path of the OpenDS install file (.zip):
 
+reversion-canceled=Reversion canceled.
+
 #
 # Upgrader Panels
 #
@@ -1315,6 +1358,7 @@
 general-checking-data=Checking Data...
 general-loading=Loading...
 general-see-for-details=See {0} for a detailed log of this operation.
+general-see-for-history=See {0} for a history installation history.
 not-available-label=<not available>
 general-build-id=Build ID
 general-unset=Unset

--
Gitblit v1.10.0