summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-07-09 00:12:00 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-07-09 10:58:40 +0200
commitcf8b56cc75af43a26f1bd7fadb29a2ab0dd64633 (patch)
treeb1ee9fb72a5b9fb4a1184dad67fd6de66a7d92dd /ipalib
parent7c481b1e90dbb6821b71707c4012b3857adb84e2 (diff)
downloadfreeipa-cf8b56cc75af43a26f1bd7fadb29a2ab0dd64633.tar.gz
freeipa-cf8b56cc75af43a26f1bd7fadb29a2ab0dd64633.tar.xz
freeipa-cf8b56cc75af43a26f1bd7fadb29a2ab0dd64633.zip
webui: show multiple cert
New certificate widget which replaced certificate status widget. It can display multiple certs. Drawback is that it cannot display if the certificate was revoked. Web UI does not have the information. part of: https://fedorahosted.org/freeipa/ticket/5045 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index ae019e7ef..f97885cea 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -216,6 +216,7 @@ class i18n_messages(Command):
"filter": _("Filter"),
"find": _("Find"),
"get": _("Get"),
+ "hide": _("Hide"),
"issue": _("Issue"),
"ok": _("OK"),
"refresh": _("Refresh"),
@@ -228,6 +229,7 @@ class i18n_messages(Command):
"revoke": _("Revoke"),
"save": _("Save"),
"set": _("Set"),
+ "show": _("Show"),
"unapply": ("Un-apply"),
"update": _("Update"),
"view": _("View"),
@@ -397,6 +399,7 @@ class i18n_messages(Command):
"note": _("Note"),
"organization": _("Organization"),
"organizational_unit": _("Organizational Unit"),
+ "present": _("${count} certificate(s) present"),
"privilege_withdrawn": _("Privilege Withdrawn"),
"reason": _("Reason for Revocation"),
"remove_from_crl": _("Remove from CRL"),