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/tools.properties | 6 ------ opendj-sdk/opends/src/messages/messages/admin_tool.properties | 6 ++++++ 2 files changed, 6 insertions(+), 6 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 diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index 3c5ff3d..5e510e8 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -2446,9 +2446,3 @@ INFO_UNCONFIGURE_USAGE_DESCRIPTION_1656=This utility unsets the instance location INFO_DESCRIPTION_CHECK_OPTIONS_1657=Checks options are valid -MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED_1658=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_1659=The second server \ - is already configured with replication port '%d'. The provided replication \ - server port '%d' has been ignored -- Gitblit v1.10.0