summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/ipa_init.json
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:11:42 +0000
commitfca0f4dd6576f82376a7d98cfc95641c75cd68cb (patch)
tree51aee3c15a7e84219031b2980123569af6d81ff7 /install/ui/test/data/ipa_init.json
parenta797f907ee43bb73fb649f200a27183c44a885a0 (diff)
downloadfreeipa-fca0f4dd6576f82376a7d98cfc95641c75cd68cb.tar.gz
freeipa-fca0f4dd6576f82376a7d98cfc95641c75cd68cb.tar.xz
freeipa-fca0f4dd6576f82376a7d98cfc95641c75cd68cb.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/ipa_init.json')
-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": {