From 56f7fa2950663b0e26943b3f4460b33118fcd4f7 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 18 Oct 2007 23:02:53 +0000 Subject: [PATCH] Fix for issue 2452: Missing "rejected file" when importing data from LDIF --- opends/src/messages/messages/tools.properties | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index c06a7d3..a435f2f 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2189,3 +2189,13 @@ SEVERE_ERR_TASKINFO_TASK_NOT_CANCELABLE_TASK_1477=Error: task %s is not in a \ cancelable state NOTICE_BACKUPDB_CANCELLED_1478=The backup process was cancelled +INFO_INSTALLDS_DESCRIPTION_REJECTED_FILE_1479=Write rejected entries to the \ + specified file +MILD_ERR_INSTALLDS_CANNOT_WRITE_REJECTED_1480=Cannot write to rejected entries \ + file %s. Verify that you have enough write rights on the file +INFO_INSTALLDS_PROMPT_REJECTED_FILE_1481=Write rejected entries to file: +INFO_INSTALLDS_DESCRIPTION_SKIPPED_FILE_1482=Write skipped entries to the \ + specified file +MILD_ERR_INSTALLDS_CANNOT_WRITE_SKIPPED_1483=Cannot write to skipped entries \ + file %s. Verify that you have enough write rights on the file +INFO_INSTALLDS_PROMPT_SKIPPED_FILE_1484=Write skipped entries to file: -- Gitblit v1.10.0