From 2acafb0369cf46cf556777dc34881fe900c70e6d Mon Sep 17 00:00:00 2001
From: david_page <david_page@localhost>
Date: Fri, 05 Oct 2007 17:25:06 +0000
Subject: [PATCH] Issue 466 (partial) CryptoManager start on TODO: i18n

---
 opends/src/messages/messages/core.properties |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index 8f02e80..9720add 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -1675,3 +1675,11 @@
 SEVERE_WARN_GROUP_FILTER_NOT_INDEXED_660=The search filter "%s" used by group \
  implementation %s is not indexed in backend %s.  Backend initialization \
  for this group implementation may take a very long time to complete
+SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_DIGEST_661=CryptoManager cannot get \
+ preferred digest:  %s
+SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_MAC_ENGINE_662=CryptoManager cannot \
+ get preferred MAC engine:  %s
+SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_ENCRYPTION_CIPHER_663=CryptoManager \
+ cannot get preferred encryption cipher:  %s
+SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager \
+ cannot get preferred key wrapping cipher:  %s

--
Gitblit v1.10.0