summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-25 19:39:08 -0500
committerAdam Young <ayoung@redhat.com>2011-01-26 10:07:21 -0500
commit2b8cdb2c8d2dc2d115a120604267de7ad54e2c7c (patch)
treef03bef3aac100ad4b6f5cca8d410d7ef00221fa5 /ipalib/plugins/internal.py
parent6cca48cb59951db833ac517aaa1274c19e40c8d8 (diff)
downloadfreeipa-2b8cdb2c8d2dc2d115a120604267de7ad54e2c7c.tar.gz
freeipa-2b8cdb2c8d2dc2d115a120604267de7ad54e2c7c.tar.xz
freeipa-2b8cdb2c8d2dc2d115a120604267de7ad54e2c7c.zip
Tab I18N
Makes the values for the Top level tabs internationizable, and no longer just passes through their names Also uses the I18N values for SUDO and HBAC as the static text in the Action p[anel title
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 76e80db5f..7f812962a 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -104,6 +104,13 @@ class i18n_messages(Command):
"employee":_("Employee Information"),
"misc":_("Misc. Information"),
"to_top":_("Back to Top")},
+ "tabs": {
+ "identity":_("Identity"),
+ "policy":_("Policy"),
+ "audit": _("Audit"),
+ "ipaserver":_("IPA Server"),
+ "sudo":_("SUDO"),
+ "hbac":_("HBAC")},
"association":{
"managedby":_("Managed by"),
"members":_("Members"),