From aee2544e1633eccb83015d6adacb91c52f6e3bff Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 11 Aug 2011 10:28:50 +0200 Subject: 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. --- install/ui/test/data/ipa_init.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 659ddfc61..bd3255054 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -15880,13 +15880,17 @@ "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", "prospective": "Prospective", "remove_empty": "Select entries to be removed.", - "remove_title": "Remove ${entity}" + "remove_title": "Remove ${entity}", + "show_details": "Show details" }, "facet_groups": { "managedby": "${primary_key} is managed by:", @@ -16125,6 +16129,7 @@ }, "search": { "delete_confirm": "Are you sure you want to delete selected entries?", + "partial_delete": "Some entries were not deleted", "quick_links": "Quick Links", "select_all": "Select All", "truncated": "Query returned more results than the configured size limit. Displaying the first ${counter} results.", -- cgit