summaryrefslogtreecommitdiffstats
path: root/install/ui/test
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 /install/ui/test
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 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index c710de6ff..a5ef756eb 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -221,7 +221,17 @@
"services": "Services"
},
"hbactest": {
- "label": "HBAC Test"
+ "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",