From 3fb3bbd4bcc82c70e0fbd72b88d4662bdaf5911d Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 20 Feb 2009 14:30:51 +0000 Subject: [PATCH] Move messages from tools.properties to admin_tool.properties. --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index b23c021..fb75159 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -817,6 +817,12 @@ SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The \ specified path %s to write the equivalent command is a directory. You must \ specify a path to a file +MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=The first server is \ + already configured with replication port '%d'. The provided replication \ + server port '%d' has been ignored. +MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=The second server \ + is already configured with replication port '%d'. The provided replication \ + server port '%d' has been ignored. INFO_CONTROL_PANEL_TITLE=OpenDS Control Panel INFO_PERSON_ICON_DESCRIPTION=Person object INFO_ORGANIZATION_ICON_DESCRIPTION=Organization -- Gitblit v1.10.0