From 1932d41262099a16f43749a90677366818b3664c Mon Sep 17 00:00:00 2001 From: Gaetan Boismal <gaetan.boismal@forgerock.com> Date: Tue, 01 Mar 2016 09:44:57 +0000 Subject: [PATCH] OPENDJ-2701 Code cleanup --- opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties index 58bb0b6..2504872 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties @@ -2706,3 +2706,13 @@ ERR_CONFIRMATION_TRIES_LIMIT_REACHED=Confirmation tries limit reached (%d) REF_SHORT_DESC_UNINSTALL=remove OpenDJ directory server software + +INFO_CERTIFICATE_EXCEPTION_CAUSE=Certificate exception cause: %s +ERROR_CERTIFICATE_PARSING_URL=Error parsing ldap url %s: %s +ERROR_CERTIFICATE_NULL_AUTH_TYPE=Null auth type for this certificate exception +ERROR_CERTIFICATE_NULL_CHAIN=Null chain for this certificate exception +ERROR_CERTIFICATE_NULL_HOST_NAME=Null host name for this certificate exception +ERR_RESOLVE_KEYSTORE_ALIASES=Unable to resolve keystore aliases: %s +ERR_TRUSTING_CERTIFICATE=Unable to trust the certificate because: %s +ERR_TRUSTING_CERTIFICATE_PERMANENTLY=Unable to trust the certificate permanently, \ + certificate will be trusted only for this session. Error details: %s -- Gitblit v1.10.0