From ad1f68fc875ad941f6acf5f56754453c8987bab4 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 02 Apr 2007 15:07:10 +0000
Subject: [PATCH] further refactorings to delegate application logic to Application classes in addition to basic upgrade tool implementation classes and scripts
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 20 ++++++++++++++++++++
1 files changed, 20 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 ccf5261..7be0483 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
@@ -155,10 +155,30 @@
cli-uninstall-server-stopped=The Server is Stopped.
#
+# Upgrade command line messages
+#
+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 or --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 or --silentUpgrade\n Perform a silent upgrade.
+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 \
+failed.\n\nLaunching command line upgrade...
+cli-upgrade-unknown-argument=Unknown argument {0}
+
+
+#
# Dialog titles
#
frame-install-title=OpenDS QuickSetup
frame-uninstall-title=OpenDS Uninstall
+frame-upgrade-title=OpenDS Upgrade
#
# Wizard buttons (labels and tooltips)
--
Gitblit v1.10.0