From 73b6faf791290e10ac84feb56361ab4bfa8196cc Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 05 Jan 2007 14:04:45 +0000
Subject: [PATCH] 

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |   65 +++++++++++++++++++++++++++++---
 1 files changed, 58 insertions(+), 7 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 cfb1ba8..2fa88fc 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
@@ -1,3 +1,31 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at
+# trunk/opends/resource/legal-notices/OpenDS.LICENSE
+# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at
+# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
+# add the following below this CDDL HEADER, with the fields enclosed
+# by brackets "[]" replaced with your own identifying * information:
+#      Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# This file contains the primary Directory Server configuration.  It must not
+# be directly edited while the server is online.  The server configuration
+# should only be managed using the administration utilities provided with the
+# Directory Server.
+
 #
 # Setup command line messages
 #
@@ -51,8 +79,8 @@
 -w {password}  or   --rootUserPassword {password}\n    Specifies the password \
 of the Administrative User (Directory Manager) of the Directory Server.\n\
 -W {filename}  or   --rootUserPasswordFile {filename}\n    Specifies the path \
-to a file containing the password for the initial Administrative\n\    User \
-for the Directory Server.\n\
+to a file containing the password for the Administrative\n\    User \
+of the Directory Server.\n\
 -s  or   --silentUninstall\n    Perform a silent uninstall.
 uninstall-launcher-usage-unix=This utility may be used to uninstall the \
 Directory Server.\n\
@@ -156,6 +184,8 @@
 cancel-button-label=Cancel
 cancel-button-uninstall-tooltip=Cancel Uninstall
 shutdown-button-label=Shutdown
+continue-button-label=Continue
+continue-button-install-tooltip=Continue with the QuickSetup Tool
 
 #
 # Confirmation dialogs
@@ -187,6 +217,12 @@
 error-title=Error
 
 #
+# Error when we cannot launch the status panel
+#
+could-not-launch-status-panel-msg=An unexpected error occurred launching the \
+Status Panel.
+
+#
 # Browser launching error dialog
 #
 error-browser-display-msg=Could not launch the web browser.<br>You can copy \
@@ -288,12 +324,16 @@
 warning-icon-description=Warning.
 error-icon-description=Error.
 information-icon-description=Information.
+opends-small-icon-description=OpenDS icon.
+subsection-left-icon-description=Decoration icon.
+subsection-right-icon-description=Decoration icon.
+help-small-icon-description=Help icon.
 
 #
 # Icon tooltips.
 #
 current-step-icon-tooltip=Current Step Indicator
-splash-icon-tooltip=Open DS QuickSetup Launching
+splash-icon-tooltip=OpenDS QuickSetup Launching
 minimized-icon-tooltip=OpenDS QuickSetup
 background-icon-tooltip=OpenDS QuickSetup
 warning-icon-tooltip=Warning
@@ -311,10 +351,16 @@
 minimized-mac-icon=images/opendsminimizedmac.png
 splash-icon=images/opendssplash.png
 background-icon=images/opendsbackground.png
-error-icon=images/error.gif
-warning-icon=images/warning.gif
+error-icon=images/error_small.gif
+error-large-icon=images/error_large.gif
+warning-icon=images/warning_small.gif
 warning-large-icon=images/warning_large.gif
-information-icon=images/information.gif
+information-icon=images/info_small.gif
+information-large-icon=images/info_large.gif
+subsection-left-icon=images/divider-left.png
+subsection-right-icon=images/divider-right.png
+opends-small-icon=images/opends_logo_small.png
+help-small-icon=images/help_small.gif
 
 #
 # Welcome Panel specific labels
@@ -486,7 +532,9 @@
 Successfully.</b><br>OpenDS is now installed in {0}.<br><br>Visit the \
 <a href="https://opends.dev.java.net/public/docs/user-docs/OpenDS-QuickReference.html"> \
 OpenDS Quick Reference</a> page for an overview of server management and \
-configuration.
+configuration.<br>To see basic server configuration status and to start/stop \
+the server, click Launch Status Panel.  Note that you can launch this tool \
+later using {1}.<br><INPUT type="submit" value="Launch Status Panel"></INPUT>
 summary-install-finished-with-error=An error occurred.  Check 'Details' text \
 area for more information.
 summary-stopping=Stopping Directory Server...
@@ -587,3 +635,6 @@
 QuickSetup can only be used with OpenDS Servers that have not yet been \
 configured.  The current server:{0}
 installstatus-not-installed=The Directory Server is not installed.
+installstatus-canoverwritecurrentinstall-msg=The Directory Server contains \
+some database files.<br>If you continue with the setup the contents of these \
+database files will be deleted.

--
Gitblit v1.10.0