summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Voborník <pvoborni@redhat.com>2012-02-03 11:37:09 +0100
committerEndi S. Dewata <edewata@redhat.com>2012-02-07 00:48:10 -0600
commitcbd77cae0a2b8b9ee51ff5aced8c215805d7f12e (patch)
treefbc5a86a479ce3008941e084d8a9890b06bfab8d /ipalib/plugins/internal.py
parentfccea2dca4d384ab2992103916cfe8801be53edd (diff)
downloadfreeipa-cbd77cae0a2b8b9ee51ff5aced8c215805d7f12e.tar.gz
freeipa-cbd77cae0a2b8b9ee51ff5aced8c215805d7f12e.tar.xz
freeipa-cbd77cae0a2b8b9ee51ff5aced8c215805d7f12e.zip
Automember UI - Fixed I18n labels
Hard-coded labels in Automember UI have been moved into internal.py to allow translation. https://fedorahosted.org/freeipa/ticket/2195
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index aaa01b7d7..843d71f78 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -250,6 +250,20 @@ class i18n_messages(Command):
"aci": {
"attribute": _("Attribute"),
},
+ "automember": {
+ "add_condition": _("Add Condition into ${pkey}"),
+ "add_rule": _("Add Rule"),
+ "attribute": _("Attribute"),
+ "default_host_group": _("Default host group"),
+ "default_user_group": _("Default user group"),
+ "exclusive": _("Exclusive"),
+ "expression": _("Expression"),
+ "hostgrouprule": _("Host group rule"),
+ "hostgrouprules": _("Host group rules"),
+ "inclusive": _("Inclusive"),
+ "usergrouprule": _("User group rule"),
+ "usergrouprules": _("User group rules"),
+ },
"automountkey": {
},
"automountlocation": {
@@ -507,6 +521,7 @@ class i18n_messages(Command):
},
"tabs": {
"audit": _("Audit"),
+ "automember": _("Automember"),
"automount": _("Automount"),
"dns": _("DNS"),
"hbac": _("Host Based Access Control"),