From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- templates/500.html | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'templates/500.html') diff --git a/templates/500.html b/templates/500.html index 2e89783a..c99774b3 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,4 +1,6 @@ + {% extends "base_content.html" %} +{% load i18n %} {% block title %}{% spaceless %}500 Error{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %} -
- 500 Server Error +
+

+ 500 Server Error +

+
-
+
-

对不起,系统发生了错误,不能响应您的请求!

+

{% trans "sorry, system error"


- 系统已经记录错误日志,我们会尽快解决此问题。
- 如果这个问题长时间没有被修复,请搜索查看当前问题的状态,或者报告新的bug。感谢您的支持! - + {% trans "system error log is recorded, error will be fixed as soon as possible" %}
+ {% trans "please report the error to the site administrators if you wish" %}
{% endblock %} - - - + -- cgit v1.2.3-1-g7c22