From 9f5b919d84da48df1bee0afa2b17fd806d627e1f Mon Sep 17 00:00:00 2001
From: david_page <david_page@localhost>
Date: Mon, 08 Oct 2007 20:45:54 +0000
Subject: [PATCH] issue 466 (partial) CryptoManager more i18n cleanup

---
 opends/src/messages/messages/core.properties |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index 18c604a..0f40564 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -1695,11 +1695,24 @@
  failed to publish the instance-key-pair public-key-certificate entry in ADS:  %s
 SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS_670=CryptoManager \
  failed to retrieve the collection of instance-key-pair public-key-certificates \
- from ADS container \"%s\":  %s
+ from ADS container "%s":  %s
 SEVERE_ERR_CRYPTOMGR_FAILED_TO_ENCODE_SYMMETRIC_KEY_ATTRIBUTE_671=CryptoManager \
  failed to encode symmetric key attribute value:  %s
-SEVERE_ERR_CRYPTOMGR_PARSE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT_672=CryptoManager \
- symmetric key attribute value \"%s\" syntax is invalid: incorrect number of fields
-SEVERE_ERR_CRYPTOMGR_PARSE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=CryptoManager \
- symmetric key attribute value \"%s\" syntax is invalid. Parsing failed in field \
- \"%s\" at offset \"%d\"
+SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT_672=CryptoManager \
+ symmetric key attribute value "%s" syntax is invalid: incorrect number of fields
+SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=CryptoManager \
+ symmetric key attribute value "%s" syntax is invalid. Parsing failed in field \
+ "%s" at offset %d
+SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE_674=CryptoManager \
+ failed to retrieve the instance-key-pair private-key: %s
+SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager \
+ failed to decipher the wrapped secret-key value:  %s
+MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager \
+ cannot find the public-key-certificate (identfier "%s") requested for symmetric \
+ key re-encoding
+MILD_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_KEY_IDENTIFIER_677=CryptoManager \
+ cannot decode the MAC key entry identifier "%s":  %s
+SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM_678=CrytpoManager \
+ invalid MAC algorithm "%s":  %s
+SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_KEY_SPECIFICATION_679=CryptoManager \
+ cannot initialize MAC engine:  %s

--
Gitblit v1.10.0