summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-08-11 10:28:50 +0200
committerEndi S. Dewata <edewata@redhat.com>2011-08-17 17:27:57 +0000
commite8b64be673cdae9798da4ada71b58ba85816a8df (patch)
treee791db75ef6adb8bfc7b5a71e78320711be07d85 /ipalib
parent293f0fab0b5148e6778bb883dd20917cef714d72 (diff)
downloadfreeipa-e8b64be673cdae9798da4ada71b58ba85816a8df.tar.gz
freeipa-e8b64be673cdae9798da4ada71b58ba85816a8df.tar.xz
freeipa-e8b64be673cdae9798da4ada71b58ba85816a8df.zip
error dialog for batch command
https://fedorahosted.org/freeipa/ticket/1597 https://fedorahosted.org/freeipa/ticket/1592 Added option to show multiple errors in error dialog.
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 0c16841b9..84d8fd3fa 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -350,14 +350,18 @@ class i18n_messages(Command):
"dialogs": {
"add_title":_("Add ${entity}"),
"available":_("Available"),
+ "batch_error_message":_("Some operations failed."),
+ "batch_error_title":_("Operations Error"),
"confirmation":_("Confirmation"),
"dirty_message":_("This page has unsaved changes. Please save or revert."),
"dirty_title":_("Dirty"),
"hide_already_enrolled":_("Hide already enrolled."),
+ "hide_details":_("Hide details"),\
"redirection":_("Redirection"),
"remove_empty":_("Select entries to be removed."),
"remove_title":_("Remove ${entity}"),
"prospective":_("Prospective"),
+ "show_details":_("Show details"),\
},
"facet_groups": {
"managedby":_("${primary_key} is managed by:"),
@@ -369,6 +373,7 @@ class i18n_messages(Command):
"details": _("Settings"),
},
"search": {
+ "partial_delete":_("Some entries were not deleted"),
"quick_links":_("Quick Links"),
"select_all":_("Select All"),
"unselect_all":_("Unselect All"),