From c66c1489daaf036c35067eae91ee264ee5f633c1 Mon Sep 17 00:00:00 2001 From: pgamba <pgamba@localhost> Date: Wed, 19 Sep 2007 09:22:21 +0000 Subject: [PATCH] #793 / Ability to search the replication server db --- opends/src/messages/messages/replication.properties | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index e6226a9..aefafdf 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -229,8 +229,12 @@ testing existence or creating the replication backend : %s SEVERE_ERR_DELETE_REPL_BACKEND_FAILED_90=An unexpected error occurred when \ deleting the replication backend : %s -SEVERE_ERR_EXPORT_CANNOT_WRITE_ENTRY_TO_LDIF_91=An error occurred when \ - exporting to LDIF the entry %s : %s + SEVERE_ERR_BACKEND_EXPORT_ENTRY_91=An error occurred when \ + exporting the entry %s : %s SEVERE_ERR_BACKEND_CANNOT_CREATE_LDIF_WRITER_92 =An error occurred when \ creating the LDIF writer to export backend : %s +SEVERE_ERR_BACKEND_SEARCH_ENTRY_93 =An error occurred when \ + searching for %s : %s + SEVERE_ERR_REPLICATIONBACKEND_ENTRY_DOESNT_EXIST_94=Entry %s does not exist in \ + the replication server backend \ No newline at end of file -- Gitblit v1.10.0