From 23faffa02e132a30c02f928e317c6f66ac373d06 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 23 Apr 2007 00:29:32 +0000
Subject: [PATCH] The commit contains code for the following:

---
 opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |   32 +++++++++++++++++++++++++-------
 1 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 4f0bdfe..bf03e38 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -685,6 +685,8 @@
 
 summary-upgrade-not-started=Starting Upgrade...
 summary-upgrade-initializing=Initializing Upgrade...
+summary-upgrade-downloading=Downloading Build...
+summary-upgrade-extracting=Extracting Build...
 summary-upgrade-backing-up-db=Backing Up Data...
 summary-upgrade-backing-up-files=Backing Up Files...
 summary-upgrade-calculating-schema-customization=Calculating Schema \
@@ -825,19 +827,25 @@
 # a language there is no translation to be done but if we have specific URL for
 # each language the URL must be localized.
 upgrade-welcome-panel-offline-instructions=The OpenDS Upgrade tool will upgrade \
-  an existing build in place.<br><br> \
+  an existing build in place.<br><br>You will be prompted to choose among a list \
+  of available builds to which you can upgrade or you can specify an install\
+  package (.zip) file that you have already downloaded.You can also use this tool to set up a build you have \
+  downloaded manually.<br><br> \
   Additional information on this tool is available in the <a href="https://opends.dev.java.net/public/docs/index.html"> \
-  Documentation Depot</a> section of OpenDS project web site.
+  Documentation Depot</a> section of OpenDS project web site.<br><br>
 upgrade-welcome-panel-webstart-instructions=The OpenDS Upgrade tool will upgrade \
-  an existing build in place.<br><br>You can also use this tool to set up a build you have \
-  downloaded manually. To run Upgrade in this case, use the {0} command at \
-  the top level of the OpenDS directory.<br><br> \
+  an existing build in place.<br><br>You will be prompted to choose among a list \
+  of available builds to which you can upgrade or you can specify an install\
+  package (.zip) file that you have already downloaded.You can also use this tool to set up a build you have \
+  downloaded manually.<br><br> \
   Additional information on this tool is available in the <a href="https://opends.dev.java.net/public/docs/index.html"> \
   Documentation Depot</a> section of OpenDS project web site.<br><br>
 upgrade-location-label=Server to Upgrade:
 upgrade-location-tooltip=File system location of the build that will be upgraded
 upgrade-build-id-label=Build Version:
 upgrade-build-id-tooltip=The ID of the build version installed in the above location
+upgrade-build-id-unknown=Unknown
+error-invalid-server-location=Invalid server location: {0}
 
 #
 # Upgrader Choose Version Panel
@@ -851,9 +859,18 @@
 upgrade-choose-version-remote-weekly=Weekly Builds
 upgrade-choose-version-remote-nightly=Nightly Builds
 upgrade-choose-version-local-label=Upgrade Based on Downloaded Weekly Build (.zip)
-upgrade-choose-version-local-tooltip=Upgrade to a build whose .zip file you have\
+upgrade-choose-version-local-tooltip=Upgrade to a build whose .zip file you have \
   already downloaded.
 upgrade-choose-version-local-path=Path:
+upgrade-choose-version-build-list-error=<b>Error Accessing Build Information.</b>\
+  <br>Unable to retrieve the list of builds from {0} due to: {1}.<br>\
+  Possible Causes:<br>\
+  <ul><li>Need to specify a proxy.<br><table><tr><td>\
+  <input value="Specify Proxy" type="submit"/></td><td>Current Proxy: {2}<td>\
+  </tr></table><br></li><li>{0} \
+  is down or experiencing difficulty.</li></ul><br>You can still continue with \
+  upgrade but will need to download a build separately and then point to it in \
+  the wizard.
 
 upgrade-review-panel-title=Review
 upgrade-review-panel-instructions=Review your settings and click Finish if they \
@@ -865,4 +882,5 @@
 upgrade-review-panel-new-version-label=New Version:
 upgrade-review-panel-new-version-tooltip=The target version of the server
 upgrade-review-panel-start-server=Start Server when the Upgrade has Completed
-
+upgrade-review-panel-start-server-tooltip=Check this check box if you want to \
+  start the server once the upgrade has completed

--
Gitblit v1.10.0