summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-19 10:20:40 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-23 16:12:05 +0000
commit68a345712c040d30e57d31a7881619567f7d35c5 (patch)
tree0e3461f44946069acff88ae34fb4e7d78aae5628 /install/ui/test/data
parent7879079ce2c984b8b7e450b1f9fbe223c5943602 (diff)
downloadfreeipa-68a345712c040d30e57d31a7881619567f7d35c5.tar.gz
freeipa-68a345712c040d30e57d31a7881619567f7d35c5.tar.xz
freeipa-68a345712c040d30e57d31a7881619567f7d35c5.zip
Updated add and delete association dialog titles.
The association table widget and facet have been modified to accept titles for the add and delete dialogs. The table and facet definitions have been modified to specify the appropriate titles. Some unused code have been removed. Ticket #1629
Diffstat (limited to 'install/ui/test/data')
-rw-r--r--install/ui/test/data/ipa_init.json22
1 files changed, 20 insertions, 2 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 8524a2572..0738df061 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -15840,12 +15840,30 @@
"401": "Your Kerberos ticket is no longer valid. Please run kinit and then click 'Retry'. If this is your first time running the IPA Web UI <a href='/ipa/config/unauthorized.html'>follow these directions</a> to configure your browser."
},
"association": {
- "add": "Add ${other_entity} into ${entity} ${primary_key}",
+ "add": {
+ "ipasudorunas": "Add RunAs ${other_entity} into ${entity} ${primary_key}",
+ "ipasudorunasgroup": "Add RunAs Groups into ${entity} ${primary_key}",
+ "member": "Add ${other_entity} into ${entity} ${primary_key}",
+ "memberallowcmd": "Add Allow ${other_entity} into ${entity} ${primary_key}",
+ "memberdenycmd": "Add Deny ${other_entity} into ${entity} ${primary_key}",
+ "memberof": "Add ${entity} ${primary_key} into ${other_entity}",
+ "managedby": "Add ${other_entity} Managing ${entity} ${primary_key}",
+ "sourcehost": "Add Source ${other_entity} into ${entity} ${primary_key}"
+ },
"direct_enrollment": "Direct Enrollment",
"indirect_enrollment": "Indirect Enrollment",
"no_entries": "No entries.",
"paging": "Showing ${start} to ${end} of ${total} entries.",
- "remove": "Remove ${other_entity} from ${entity} ${primary_key}",
+ "remove": {
+ "ipasudorunas": "Remove RunAs ${other_entity} from ${entity} ${primary_key}",
+ "ipasudorunasgroup": "Remove RunAs Groups from ${entity} ${primary_key}",
+ "member": "Remove ${other_entity} from ${entity} ${primary_key}",
+ "memberallowcmd": "Remove Allow ${other_entity} from ${entity} ${primary_key}",
+ "memberdenycmd": "Remove Deny ${other_entity} from ${entity} ${primary_key}",
+ "memberof": "Remove ${entity} ${primary_key} from ${other_entity}",
+ "managedby": "Remove ${other_entity} Managing ${entity} ${primary_key}",
+ "sourcehost": "Remove Source ${other_entity} from ${entity} ${primary_key}"
+ },
"show_results": "Show Results"
},
"buttons": {