summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index d00f06ab3..541d85cfb 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -226,6 +226,14 @@ class i18n_messages(Command):
"validation_title": _("Validation error"),
"validation_message": _("Input form contains invalid or missing values."),
},
+ "error_report": {
+ "options": _("Please try the following options:"),
+ "problem_persists": _("If the problem persists please contact the system administrator."),
+ "refresh": _("Refresh the page."),
+ "reload": _("Reload the browser."),
+ "main_page": _("Return to the main page and retry the operation"),
+ "title": _("An error has occured (${error})"),
+ },
"errors": {
"error": _("Error"),
"http_error": _("HTTP Error"),