From fca0f4dd6576f82376a7d98cfc95641c75cd68cb 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') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 8524a257..0738df06 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