From 2b8cdb2c8d2dc2d115a120604267de7ad54e2c7c Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 25 Jan 2011 19:39:08 -0500 Subject: 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 --- ipalib/plugins/internal.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ipalib') 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"), -- cgit