summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/automount.py2
-rw-r--r--ipalib/plugins/internal.py13
2 files changed, 11 insertions, 4 deletions
diff --git a/ipalib/plugins/automount.py b/ipalib/plugins/automount.py
index 65d7322d2..504e183bf 100644
--- a/ipalib/plugins/automount.py
+++ b/ipalib/plugins/automount.py
@@ -186,7 +186,7 @@ class automountlocation(LDAPObject):
object_name_plural = 'automount locations'
object_class = ['nscontainer']
default_attributes = ['cn']
- label = _('Automount')
+ label = _('Automount Locations')
takes_params = (
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index dabe4e58d..78c5a8480 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -100,7 +100,13 @@ class i18n_messages(Command):
},
"automountlocation": {
"add":_("Add Automount Location"),
- "identity":_("Automount Location Settings"),
+ "identity":_("Automount Location Settings")
+ },
+ "automountmap": {
+ "add":_("Add Automount Map")
+ },
+ "automountkey": {
+ "add":_("Add Automount Key")
},
"cert": {
"unspecified":_("Unspecified"),
@@ -372,8 +378,9 @@ class i18n_messages(Command):
"audit": _("Audit"),
"ipaserver":_("IPA Server"),
"sudo":_("Sudo"),
- "hbac":_("HBAC"),
- "role":_("Role Based Access Control")
+ "hbac":_("Host Based Access Control"),
+ "role":_("Role Based Access Control"),
+ "automount":_("Automount")
},
"association":{
"add":_("Add ${other_entity} into ${entity} ${primary_key}"),