diff options
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r-- | ipalib/plugins/internal.py | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index af51cab63..c2e0bc0e8 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -204,6 +204,7 @@ class i18n_messages(Command): "add_and_close": _("Add and Close"), "add_and_edit": _("Add and Edit"), "add_many": _("Add Many"), + "apply": _("Apply"), "back": _("Back"), "cancel": _("Cancel"), "close": _("Close"), @@ -223,6 +224,7 @@ class i18n_messages(Command): "retry": _("Retry"), "revoke": _("Revoke"), "set": _("Set"), + "unapply": ("Un-apply"), "update": _("Update"), "view": _("View"), }, @@ -502,6 +504,30 @@ class i18n_messages(Command): "hostgroup": { "identity": _("Host Group Settings"), }, + "idoverrideuser": { + "anchor_label": _("User to override"), + "anchor_tooltip": _("Enter trusted or IPA user login. Note: search doesn't list users from trusted domains."), + }, + "idoverridegroup": { + "anchor_label": _("Group to override"), + "anchor_tooltip": _("Enter trusted or IPA group name. Note: search doesn't list groups from trusted domains."), + }, + "idview": { + "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}"), + "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}"), + "unapply_hosts": _("Un-apply"), + "unapply_hosts_all": _("Un-apply from hosts"), + "unapply_hosts_all_title": _("Un-apply ID Views from hosts"), + "unapply_hosts_confirm": _("Are you sure you want to un-apply ID view from selected entries?"), + "unapply_hosts_title": _("Un-apply ID View ${primary_key} from hosts"), + }, "krbtpolicy": { "identity": _("Kerberos Ticket Policy"), }, |