From 496fbbd9195d58f614fb169eebcdb95f93263729 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 23 May 2012 09:27:28 +0200 Subject: Added missing i18n in action list and action panel This patch adds strings to internal.py which were not translated in action list/panel patches. https://fedorahosted.org/freeipa/ticket/2248 --- install/ui/test/data/ipa_init.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 01201f69..09d5a545 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -14,10 +14,12 @@ } }, "actions": { + "apply": "Apply", "confirm": "Are you sure you want to proceed with the action.", "delete_confirm": "Are you sure you want to delete ${object}", "disable_confirm": "Are you sure you want to disable ${object}", - "enable_confirm": "Are you sure you want to enable ${object}" + "enable_confirm": "Are you sure you want to enable ${object}", + "title": "Actions" }, "association": { "add": { -- cgit