From 4525af355d0db0cf9edc1da642aacd14ed52f2ba Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 19 Nov 2007 17:14:24 +0000 Subject: [PATCH] Fix for issue 2214 (Provide a manner to accept permanently certificates). --- opends/src/messages/messages/quicksetup.properties | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 992a3f1..7ebad22 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -99,10 +99,15 @@ INFO_CERTIFICATE_CHAIN_COMBO_TOOLTIP=To view the details of a given \ certificate select it. INFO_CERTIFICATE_CHAIN_LABEL=Certificate Chain: -INFO_CERTIFICATE_DIALOG_CANCEL_BUTTON_TOOLTIP=Close this dialog and do not \ - accept the certificate. -INFO_CERTIFICATE_DIALOG_OK_BUTTON_TOOLTIP=Close this dialog and accept the \ - certificate. +INFO_CERTIFICATE_DIALOG_DO_NOT_ACCEPT_BUTTON_LABEL=Do not Accept +INFO_CERTIFICATE_DIALOG_ACCEPT_FOR_SESSION_BUTTON_LABEL=Accept for this Session +INFO_CERTIFICATE_DIALOG_ACCEPT_PERMANENTLY_BUTTON_LABEL=Accept permanently +INFO_CERTIFICATE_DIALOG_DO_NOT_ACCEPT_BUTTON_TOOLTIP=Close this dialog and do \ + not accept the certificate. +INFO_CERTIFICATE_DIALOG_ACCEPT_FOR_SESSION_BUTTON_TOOLTIP=Close this dialog \ + and accept the certificate only for this session. +INFO_CERTIFICATE_DIALOG_ACCEPT_PERMANENTLY_BUTTON_TOOLTIP=Close this dialog \ + and accept the certificate permanently. INFO_CERTIFICATE_DIALOG_TITLE=Certificate Not Trusted INFO_CERTIFICATE_EXCEPTION=You must accept the certificate presented by \ %s:%s. -- Gitblit v1.10.0