summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/plugins/internal.py')
-rw-r--r--ipaserver/plugins/internal.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 5cb78c5ef..1d83b4648 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -351,12 +351,16 @@ class i18n_messages(Command):
"indirect": _("Indirect"),
},
"caacl": {
+ "all": _("All"),
+ "any_ca": _("Any CA"),
"any_host": _("Any Host"),
"any_service": _("Any Service"),
"any_profile": _("Any Profile"),
"anyone": _("Anyone"),
"ipaenabledflag": _("Rule status"),
+ "no_ca_msg": _("If no CAs are specified, requests to the default CA are allowed."),
"profile": _("Profiles"),
+ "specified_cas": _("Specified CAs"),
"specified_hosts": _("Specified Hosts and Groups"),
"specified_profiles": _("Specified Profiles"),
"specified_services": _("Specified Services and Groups"),