summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-12-07 02:46:08 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-12-07 15:33:38 +0000
commitc1d0f72c20f5ae09c9872fa4434ba5040248b6b3 (patch)
tree3b5c716bd497c2b3ede4c565d5343a423f37600c /ipalib/plugins/internal.py
parent6ca3b5c569eee394945347e65ee7d9a465524dcb (diff)
downloadfreeipa-c1d0f72c20f5ae09c9872fa4434ba5040248b6b3.tar.gz
freeipa-c1d0f72c20f5ae09c9872fa4434ba5040248b6b3.tar.xz
freeipa-c1d0f72c20f5ae09c9872fa4434ba5040248b6b3.zip
Fixed I18n labels for HBAC Test
Hard-coded labels in HBAC Test have been moved into internal.py to allow translation. Ticket #388
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index e218b2fcc..e4308140b 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -359,7 +359,17 @@ class i18n_messages(Command):
"services": _("Services"),
},
"hbactest": {
+ "access_denied": _("Access Denied"),
+ "access_granted": _("Access Granted"),
+ "include_disabled": _("Include Disabled"),
+ "include_enabled": _("Include Enabled"),
"label": _("HBAC Test"),
+ "matched": _("Matched"),
+ "new_test": _("New Test"),
+ "rules": _("Rules"),
+ "run_test": _("Run Test"),
+ "specify_external": _("Specify external ${entity}"),
+ "unmatched": _("Unmatched"),
},
"host": {
"certificate": _("Host Certificate"),