From f4ee26cf95755a2ea8081cb38de9c7b1f1f01175 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 17 Apr 2007 20:23:12 +0000
Subject: [PATCH] This commit introduces preliminary versions of the upgrader tool's GUI wizard panels.  Effort has been made to make the panels conform to the design at

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |   71 ++++++++++++++++++++++++++++++-----
 1 files changed, 61 insertions(+), 10 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 b0feaf7..2c473e8 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
@@ -159,15 +159,12 @@
 #
 upgrade-launcher-description=This utility may be used to upgrade the Directory \
   Server to a newer version.
-upgrade-launcher-usage=This utility may be used to upgrade the \
-Directory Server to a newer version.\n\
-Usage:  {0} {options}\n        where {options} include:\n\
---cli\n\    Specifies to use the command line upgrade.  If not specified the \
-graphical\n\    interface will be launched.\n\
--H, --help\n    Displays usage information for this program.\n\n\
-The following options will only be taken into account if the option --cli \n\
-(command line) is specified\n\
--s, --silentUpgrade\n    Perform a silent upgrade.
+upgrade-launcher-usage=This utility may be used to upgrade the Directory Server \
+   to a newer version.\nUsage:  {0} {options} where {options} \
+   include:\n\n  -f, --file\n  Specifies an existing OpenDS package (.zip) \
+   file to which the\n  current build will be upgraded.\n\n  -c, --cli\n  \
+   Use the command line upgrade.  If not specified the graphical\n  interface \
+   will be launched.\n
 upgrade-launcher-launching-gui=Launching graphical upgrade...
 upgrade-launcher-launching-cli=Launching command line upgrade...
 upgrade-launcher-gui-launched-failed=\n\nThe graphical upgrade launch \
@@ -705,4 +702,58 @@
 upgrade-mod-no-schema=Processed server modifications \
   (schema checking disabled): {0}
 upgrade-mod=Processed server modifications: {0}
-upgrade-mod-ignore=Attribute or value already exists: {0}
\ No newline at end of file
+upgrade-mod-ignore=Attribute or value already exists: {0}
+
+#
+# Upgrader Panels
+#
+#
+# Welcome Panel specific labels
+#
+upgrade-welcome-panel-title=Welcome
+# The following line contains some HTML tags.  translators should respect them.
+# Concerning the URL, depending on how works the product page translators
+# have to modify it or not: if the server uses the locale of the browser to display
+# 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> \
+  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.
+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> \
+  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
+
+#
+# Upgrader Choose Version Panel
+#
+upgrade-choose-version-panel-title=Choose New Version
+upgrade-choose-version-panel-instructions=Choose a new version or reference \
+  build to use for the upgrading.
+upgrade-choose-version-remote-label=Choose New Version from opends.dev.java.net
+upgrade-choose-version-remote-tooltip=Download and upgrade to a build publicly \
+  available on the OpenDS website.
+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\
+  already downloaded.
+upgrade-choose-version-local-path=Path:
+
+upgrade-review-panel-title=Review
+upgrade-review-panel-instructions=Review your settings and click Finish if they \
+  are correct.
+upgrade-review-panel-server-label=Server to Upgrade:
+upgrade-review-panel-server-tooltip=File system location of the build that will be upgraded
+upgrade-review-panel-old-version-label=Old Version:
+upgrade-review-panel-old-version-tooltip=The current version of the server
+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
\ No newline at end of file

--
Gitblit v1.10.0