diff options
| author | Pavel Vomacka <pvomacka@redhat.com> | 2016-05-20 12:46:53 +0200 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-03 16:29:54 +0200 |
| commit | fdd2265bc4a0894fa5a33bc4c5fd026593185c8b (patch) | |
| tree | 433e4351e531e2f76720b49abfae5f3a58a7e353 /ipaserver/plugins | |
| parent | b16e59bdaa4acba7b8a190a4ca32b7a113b32cd1 (diff) | |
| download | freeipa-fdd2265bc4a0894fa5a33bc4c5fd026593185c8b.tar.gz freeipa-fdd2265bc4a0894fa5a33bc4c5fd026593185c8b.tar.xz freeipa-fdd2265bc4a0894fa5a33bc4c5fd026593185c8b.zip | |
Change 'Restore' to 'Remove Hold'
To be consistent with CLI the restoring certificate is renamed to
removing certificate hold in all WebUI components.
https://fedorahosted.org/freeipa/ticket/5878
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
| -rw-r--r-- | ipaserver/plugins/internal.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py index bfcee1a6e..850156c34 100644 --- a/ipaserver/plugins/internal.py +++ b/ipaserver/plugins/internal.py @@ -215,6 +215,7 @@ class i18n_messages(Command): "refresh": _("Refresh"), "refresh_title": _("Reload current settings from the server."), "remove": _("Delete"), + "remove_hold": _("Remove hold"), "reset": _("Reset"), "reset_password_and_login": _("Reset Password and Login"), "restore": _("Restore"), @@ -384,6 +385,7 @@ class i18n_messages(Command): "find_validnotbefore_to": _("Valid not before to"), "fingerprints": _("Fingerprints"), "get_certificate": _("Get Certificate"), + "hold_removed": _("Certificate Hold Removed"), "issue_certificate": _("Issue New Certificate for ${entity} ${primary_key}"), "issue_certificate_generic": _("Issue New Certificate"), "issued_by": _("Issued By"), @@ -399,13 +401,13 @@ class i18n_messages(Command): "present": _("${count} certificate(s) present"), "privilege_withdrawn": _("Privilege Withdrawn"), "reason": _("Reason for Revocation"), + "remove_hold": _("Remove Hold"), + "remove_certificate_hold": _("Remove Certificate Hold for ${entity} ${primary_key}"), + "remove_certificate_hold_simple": _("Remove Certificate Hold"), + "remove_certificate_hold_confirmation": _("To confirm your intention to remove the certificate hold, click the \"Remove hold\" button."), "remove_from_crl": _("Remove from CRL"), "request_message": _("<ol> <li>Create a certificate database or use an existing one. To create a new database:<br/> <code># certutil -N -d <database path></code> </li> <li>Create a CSR with subject <em>CN=<${cn_name}>,O=<realm></em>, for example:<br/> <code># certutil -R -d <database path> -a -g <key size> -s 'CN=${cn},O=${realm}'</code> </li> <li> Copy and paste the CSR (from <em>-----BEGIN NEW CERTIFICATE REQUEST-----</em> to <em>-----END NEW CERTIFICATE REQUEST-----</em>) into the text area below: </li> </ol>"), "requested": _("Certificate requested"), - "restore_certificate": _("Restore Certificate for ${entity} ${primary_key}"), - "restore_certificate_simple": _("Restore Certificate"), - "restore_confirmation": _("To confirm your intention to restore this certificate, click the \"Restore\" button."), - "restored": _("Certificate restored"), "revocation_reason": _("Revocation reason"), "revoke_certificate": _("Revoke Certificate for ${entity} ${primary_key}"), "revoke_certificate_simple": _("Revoke Certificate"), |
