summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
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": {