From 68a345712c040d30e57d31a7881619567f7d35c5 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 19 Aug 2011 10:20:40 -0500 Subject: 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 --- install/ui/test/data/ipa_init.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'install/ui/test/data') 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 follow these directions 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": { -- cgit