From 55a0baf1c32e1c472efe2ce81870e05abccb5a4a Mon Sep 17 00:00:00 2001 From: Pavel Vomacka Date: Tue, 26 Apr 2016 12:28:45 +0200 Subject: Add certificate widget The certificate widget is used for each certificate in certs_widget. It allows to view, get, download, revoke and restore certificate. https://fedorahosted.org/freeipa/ticket/5108 https://fedorahosted.org/freeipa/ticket/5381 Reviewed-By: Petr Vobornik --- install/ui/test/data/ipa_init.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index cdb7bdbef..49eca4de9 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -69,6 +69,8 @@ "cancel": "Cancel", "close": "Close", "disable": "Disable", + "download": "Download", + "download_title": "Download certificate as PEM formatted file.", "edit": "Edit", "enable": "Enable", "filter": "Filter", @@ -268,6 +270,7 @@ "md5_fingerprint": "MD5 Fingerprint", "missing": "No Valid Certificate", "new_certificate": "New Certificate", + "new_cert_format": "Certificate in base64 or PEM format", "note": "Note", "organization": "Organization", "organizational_unit": "Organizational Unit", @@ -287,6 +290,7 @@ "revoke_certificate_simple": "Revoke Certificate", "revoke_confirmation": "To confirm your intention to revoke this certificate, select a reason from the pull-down list, and click the \"Revoke\" button.", "revoked": "Certificate Revoked", + "revoked_status": "REVOKED", "serial_number": "Serial Number", "serial_number_hex": "Serial Number (hex)", "sha1_fingerprint": "SHA1 Fingerprint", @@ -295,6 +299,8 @@ "superseded": "Superseded", "unspecified": "Unspecified", "valid": "Valid Certificate Present", + "valid_from": "Valid from", + "valid_to": "Valid to", "validity": "Validity", "view_certificate": "Certificate for ${entity} ${primary_key}", "view_certificate_btn": "View Certificate" -- cgit