From 7e6a2d6cd3a9b95acb001a3f37437893067bca27 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 30 Jul 2007 15:53:44 +0000
Subject: [PATCH] The following modifications are done in order to be able to handle properly secure connections in both the status command-line and the status panel. Some options to specify a keystore, a trustore, etc. have been added to the status command-line so that is consistent with the other command-lines that use LDAP. As for these command-lines if the user does not specify to use Start TLS or LDAPS, the command-line will try to use LDAP to connect. But if there is no LDAP port enabled, the command-line will try to connect to the LDAPS port.
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 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 a39e139..691c68d 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
@@ -144,6 +144,7 @@
finish-button-tooltip=Finish Setup
close-button-label=Close
close-button-tooltip=Close Setup Window
+close-progress-button-tooltip=Close Progress Dialog
close-button-install-tooltip=Close Setup Window
close-button-uninstall-tooltip=Close Uninstall Window
quit-button-label=Quit
@@ -189,6 +190,17 @@
uninstallation can continue. Do you want the uninstaller to stop \
the server for you and continue with the uninstall? If you click \
No, you will need to stop the server manually to continue.
+confirm-uninstall-replication-server-running-title=Confirmation Required
+confirm-uninstall-replication-server-running-msg=This server is configured to \
+perform replication.\nIn order to remove references to this server in other \
+servers you must provide administrator authentication.\n\nClick on 'Yes' to \
+provide authentication to remove the remote references.
+confirm-uninstall-replication-server-not-running-title=Confirmation Required
+confirm-uninstall-replication-server-not-running-msg=This server is configured \
+to perform replication.\nIn order to remove references to this server in other \
+servers the server will be started and then you must provide administrator \
+authentication.\n\nClick on 'Yes' to start the server and then provide \
+authentication to remove the remote references.
confirm-uninstall-server-running-title=Server is Running
confirm-cancel-title=Confirmation Required
confirm-cancel-prompt=Cancel the running operation?
@@ -343,7 +355,7 @@
cannot-connect-to-shutdown-without-cause=Could not connect to the Directory \
Server with the provided credentials.\nCheck that the Administrative User DN \
and password are valid.
-server-not-running-msg=The Directory Server is not running. Click OK to \
+server-not-running-msg=The Directory Server is not running. Click 'Yes' to \
continue the uninstall.
server-not-running-title=Directory Server not Running
@@ -983,6 +995,7 @@
##
# Progress messages
#
+progress-title=Progress
progress-downloading=Downloading
progress-done=Done.
progress-points=.....
@@ -1351,6 +1364,22 @@
installandupgrader-rbupgrade-tooltip=Select to upgrade an existing server \
instance.
+
+#
+# Progress Dialog
+#
+progress-dialog-title=Progress
+summary-starting=Starting Server...
+summary-stopping=Stopping Server...
+summary-start-error=An error occurred Starting Server. Check 'Details' text \
+area for more information.
+summary-stop-error=An error occurred Stopping Server. Check 'Details' text \
+area for more information.
+error-starting-server-code=Error Starting Directory Server. Error code: {0}.
+summary-start-success=OpenDS Started Successfully.
+summary-stop-success=OpenDS Stopped Successfully.
+
+
general-action-required=Action Required
general-warning=Warning
general-info=Information
--
Gitblit v1.10.0