From 927391125ce0b09652dfc1934fac5a61acf544d4 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 8 Jul 2015 12:11:02 +0200 Subject: webui: caacl Reviewed-By: Martin Basti --- ipalib/plugins/internal.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 270a228b2..653d866da 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -347,6 +347,19 @@ class i18n_messages(Command): "direct": _("Direct"), "indirect": _("Indirect"), }, + "caacl": { + "any_host": _("Any Host"), + "any_service": _("Any Service"), + "any_profile": _("Any Profile"), + "anyone": _("Anyone"), + "ipaenabledflag": _("Rule status"), + "profile": _("Profiles"), + "specified_hosts": _("Specified Hosts and Groups"), + "specified_profiles": _("Specified Profiles"), + "specified_services": _("Specified Services and Groups"), + "specified_users": _("Specified Users and Groups"), + "who": _("Permitted to have certificates issued"), + }, "cert": { "aa_compromise": _("AA Compromise"), "affiliation_changed": _("Affiliation Changed"), -- cgit