summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
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 /ipalib/plugins
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 'ipalib/plugins')
-rw-r--r--ipalib/plugins/internal.py22
1 files changed, 20 insertions, 2 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 7fae78e24..785dc1680 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -400,12 +400,30 @@ class i18n_messages(Command):
"automount":_("Automount")
},
"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"),
},
"widget": {