From 9ac58eb42e34b77fd29618f9a48b2e102f4c1c56 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 19 Mar 2008 17:47:00 +0000
Subject: [PATCH] Fix for issue 3078 (dsreplication interactive mode not consistent with dsconfig)
---
opendj-sdk/opends/src/messages/messages/admin_tool.properties | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
index 4b6cdf5..7c62239 100644
--- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties
+++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -551,7 +551,7 @@
SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \
replication port (%s) for two servers located on the same machine (%s).
SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \
- subcommand.
+ subcommand. You must specify a subcommand when using the option {%s}.
SEVERE_ERR_REPLICATION_STATUS_QUIET=The {%s} subcommand is not compatible with \
the {%s} argument.
INFO_REPLICATION_SUCCESSFUL=The operation has been successfully completed
@@ -592,7 +592,7 @@
INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=Replication port for the \
second server (the port must be free)
INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Do want replication to use encrypted \
- communication when connecting to replication port %s on the second server?
+ communication when connecting to replication port %s on the second server?
INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=Bind DN for the second server
INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Password for %s on the second server:
INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS \
@@ -798,3 +798,16 @@
%s for more information.
SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation.
SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation.
+INFO_REPLICATION_SUBCOMMAND_PROMPT=What do you want to do?
+INFO_REPLICATION_ENABLE_MENU_PROMPT=Enable Replication
+INFO_REPLICATION_DISABLE_MENU_PROMPT=Disable Replication
+INFO_REPLICATION_INITIALIZE_MENU_PROMPT=Initialize Replication on one Server
+INFO_REPLICATION_INITIALIZE_ALL_MENU_PROMPT=Initialize All Servers
+INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=Pre External \
+ Initialization
+INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=Post External \
+ Initialization
+INFO_REPLICATION_STATUS_MENU_PROMPT=Display Replication Status
+INFO_REPLICATION_POST_ENABLE_INFO=Replication has been successfully enabled. \
+ Note that for replication to work you must initialize the contents of the \
+ base DNs that are being replicated (use %s %s to do so).
--
Gitblit v1.10.0