From b74b209b6453e0734b4df1b226d77e640f7edbbc Mon Sep 17 00:00:00 2001 From: david_page <david_page@localhost> Date: Fri, 05 Oct 2007 18:11:14 +0000 Subject: [PATCH] issue 466 (partial) CryptoManager more TODO: i18n cleanup --- opends/src/messages/messages/core.properties | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 9720add..2253e8e 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1676,10 +1676,20 @@ 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 + the preferred digest: %s SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_MAC_ENGINE_662=CryptoManager cannot \ - get preferred MAC engine: %s + get the preferred MAC engine: %s SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_ENCRYPTION_CIPHER_663=CryptoManager \ - cannot get preferred encryption cipher: %s + cannot get the preferred encryption cipher: %s SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager \ - cannot get preferred key wrapping cipher: %s + cannot get the preferred key wrapping cipher: %s +SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager \ + failed to add entry "%s" to initiate instance key generation +SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager \ + failed to retrieve entry "%s" (the instance-key-pair public-key certificate): %s +SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager \ + failed to compute an instance key identifier: %s +SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=CryptoManager \ + failed to add entry "%s" +SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager \ + failed to publish the instance-key-pair public-key-certificate entry in ADS: %s -- Gitblit v1.10.0