From cb874f4953806e281bc7030a098dbd3acce9cf86 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 14 Jan 2009 14:03:06 +0000
Subject: [PATCH] Fix issue 3579: import-ldif countRejects does not work as expected

---
 opendj-sdk/opends/src/messages/messages/tools.properties |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index 12ed426..48ab5d0 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -2432,12 +2432,13 @@
  already a backup location for backend %s
 
 INFO_RECURRING_TASK_PLACEHOLDER_1651={schedulePattern}
-INFO_DESCRIPTION_RECURRING_TASK_1652=Indicates the task is recurring and will \
- be scheduled according to the value argument expressed in crontab(5) \
- compatible time/date pattern
-INFO_TASK_TOOL_RECURRING_TASK_SCHEDULED_1653=Recurring %s task %s scheduled \
- successfully
-SEVERE_ERR_ENCPW_CANNOT_INITIALIZE_SERVER_COMPONENTS_1654=An error occurred \
+SEVERE_ERR_ENCPW_CANNOT_INITIALIZE_SERVER_COMPONENTS_1652=An error occurred \
  while attempting to initialize server components to run the encode \
  password tool:  %s
-
+SEVERE_ERR_LDIFIMPORT_COUNT_REJECTS_REQUIRES_OFFLINE_1653=The %s \
+ argument is not supported for online imports
+INFO_DESCRIPTION_RECURRING_TASK_1654=Indicates the task is recurring and will \
+ be scheduled according to the value argument expressed in crontab(5) \
+ compatible time/date pattern
+INFO_TASK_TOOL_RECURRING_TASK_SCHEDULED_1655=Recurring %s task %s scheduled \
+ successfully

--
Gitblit v1.10.0