summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-09-25 15:50:41 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-30 10:47:03 +0200
commit2cc78acf9b45b5f8a2d12e232d53267a31732df6 (patch)
tree4c14bc1ab3e09deee3de3e24562fa3f38e499f27 /ipalib/plugins/internal.py
parentae5a34cbbc0cd3841647a2ad166bdfc65399da19 (diff)
downloadfreeipa-2cc78acf9b45b5f8a2d12e232d53267a31732df6.tar.gz
freeipa-2cc78acf9b45b5f8a2d12e232d53267a31732df6.tar.xz
freeipa-2cc78acf9b45b5f8a2d12e232d53267a31732df6.zip
webui: facet group labels for idview's facets
https://fedorahosted.org/freeipa/ticket/4535 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index c2e0bc0e8..c58f8314a 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -513,12 +513,14 @@ class i18n_messages(Command):
"anchor_tooltip": _("Enter trusted or IPA group name. Note: search doesn't list groups from trusted domains."),
},
"idview": {
+ "appliesto_tab": _("${primary_key} applies to:"),
"appliedtohosts": _("Applied to hosts"),
"appliedtohosts_title": _("Applied to hosts"),
"apply_hostgroups": _("Apply to host groups"),
"apply_hostgroups_title": _("Apply ID View ${primary_key} on hosts of ${entity}"),
"apply_hosts": _("Apply to hosts"),
"apply_hosts_title": _("Apply ID view ${primary_key} on ${entity}"),
+ "overrides_tab": _("${primary_key} overrides:"),
"unapply_hostgroups": _("Un-apply from host groups"),
"unapply_hostgroups_all_title": _("Un-apply ID Views from hosts of hostgroups"),
"unapply_hostgroups_title": _("Un-apply ID View ${primary_key} from hosts of ${entity}"),