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 --- ipalib/plugins/internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 2ed57f69..d860baf4 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -149,10 +149,12 @@ class i18n_messages(Command): }, }, "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}"), + "title": _("Actions"), }, "association": { "add": { -- cgit