From 75d92e5488ccaa51b1c05242cee772988eec75fe Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 18 Dec 2006 13:33:24 +0000
Subject: [PATCH] Fix some issues with the dialog position when they were displayed.
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 22 ++++++++++++----------
1 files changed, 12 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 fe13de9..cfb1ba8 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
@@ -117,7 +117,7 @@
you sure you want to continue?
cli-uninstall-stop-authentication-generic-prompt1=The server is currently \
running and must be stopped before uninstallation can continue.
-cli-uninstall-stop-authentication-generic-prompt2=You must provide the \
+cli-uninstall-stop-authentication-generic-prompt2=You must provide an \
Administrative User DN and password to stop the server.
cli-uninstall-error-reading-pwd-file=Could not read the password from \
file {0}. Check that the file path is correct, that you have access rights to \
@@ -292,13 +292,13 @@
#
# Icon tooltips.
#
-current-step-icon-tooltip=Current Step Indicator.
-splash-icon-tooltip=Open DS QuickSetup Launching.
-minimized-icon-tooltip=OpenDS QuickSetup.
-background-icon-tooltip=OpenDS QuickSetup.
-warning-icon-tooltip=Warning.
-error-icon-tooltip=Error.
-information-icon-tooltip=Information.
+current-step-icon-tooltip=Current Step Indicator
+splash-icon-tooltip=Open DS QuickSetup Launching
+minimized-icon-tooltip=OpenDS QuickSetup
+background-icon-tooltip=OpenDS QuickSetup
+warning-icon-tooltip=Warning
+error-icon-tooltip=Error
+information-icon-tooltip=Information
#
# Icon paths. This is done to be able to provide localizable icons (for
@@ -453,12 +453,12 @@
following locations outside the server path:
delete-outside-dbs-label=Delete these Database Files
delete-outside-dbs-tooltip=Check this box to Delete the Database Files located \
-outside the install directory.
+outside the install directory
delete-outside-logs-msg=The Directory Server contains log files in the \
following locations outside the server path:
delete-outside-logs-label=Delete these Log Files
delete-outside-logs-tooltip=Check this box to Delete the Log Files located \
-outside the install directory.
+outside the install directory
#
# Miscellaneous labels
@@ -561,6 +561,8 @@
error-starting-server=Error Starting Directory Server.
error-starting-server-in-windows=Could not connect to Server after Start. \
If you have a firewall configured check that it allows connections to port {0}.
+error-starting-server-in-unix=Could not connect to Server after Start. \
+Verify that you have the rights to access to port {0}.
error-stopping-server=Error Stopping Directory Server.
error-stopping-server-code=Error Stopping Directory Server. Error code: {0}.
error-reading-erroroutput=Error Reading error output.
--
Gitblit v1.10.0