summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-09-03 14:45:05 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-30 10:47:03 +0200
commitae5a34cbbc0cd3841647a2ad166bdfc65399da19 (patch)
treeac3efde8a01b7ad0c7fa13b643afbe6b2672277d /install/ui/test
parent749101db74219681735226664c1f83ebb4dc4aa7 (diff)
downloadfreeipa-ae5a34cbbc0cd3841647a2ad166bdfc65399da19.tar.gz
freeipa-ae5a34cbbc0cd3841647a2ad166bdfc65399da19.tar.xz
freeipa-ae5a34cbbc0cd3841647a2ad166bdfc65399da19.zip
webui: new ID views section
https://fedorahosted.org/freeipa/ticket/4535 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 2f42b3613..dfeffd9d1 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -62,6 +62,7 @@
"add_and_close": "Add and Close",
"add_and_edit": "Add and Edit",
"add_many": "Add Many",
+ "apply": "Apply",
"back": "Back",
"cancel": "Cancel",
"close": "Close",
@@ -81,6 +82,7 @@
"retry": "Retry",
"revoke": "Revoke",
"set": "Set",
+ "unapply": "Un-apply",
"update": "Update",
"view": "View"
},
@@ -358,6 +360,30 @@
"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"
},