diff options
Diffstat (limited to 'ipaserver/plugins')
| -rw-r--r-- | ipaserver/plugins/internal.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py index 8552f63d6..5b0a3db37 100644 --- a/ipaserver/plugins/internal.py +++ b/ipaserver/plugins/internal.py @@ -211,6 +211,8 @@ class i18n_messages(Command): "cancel": _("Cancel"), "close": _("Close"), "disable": _("Disable"), + "download": _("Download"), + "download_title": _("Download certificate as PEM formatted file."), "edit": _("Edit"), "enable": _("Enable"), "filter": _("Filter"), @@ -411,6 +413,7 @@ class i18n_messages(Command): "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"), @@ -430,6 +433,7 @@ class i18n_messages(Command): "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"), @@ -438,6 +442,8 @@ class i18n_messages(Command): "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"), |
