summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-05-23 09:27:28 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-06-04 10:45:08 +0200
commit496fbbd9195d58f614fb169eebcdb95f93263729 (patch)
treecf9fcab43ddc0964dd605fce98276c4ec51de345 /ipalib
parent888797ffac2c26e21129447ddc1d46167d36fc74 (diff)
downloadfreeipa-496fbbd9195d58f614fb169eebcdb95f93263729.tar.gz
freeipa-496fbbd9195d58f614fb169eebcdb95f93263729.tar.xz
freeipa-496fbbd9195d58f614fb169eebcdb95f93263729.zip
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
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 2ed57f69a..d860baf47 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": {