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/paginator.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'templates/paginator.html') diff --git a/templates/paginator.html b/templates/paginator.html index 3e8bd856..c5e51a81 100644 --- a/templates/paginator.html +++ b/templates/paginator.html @@ -1,7 +1,10 @@ + {% spaceless %} +{% load i18n %} {% if is_paginated %}
-{% if has_previous %}« 上一页{% endif %} +{% if has_previous %} +« {% trans "previous" %}{% endif %} {% if not in_leading_range %} {% for num in pages_outside_trailing_range %} @@ -14,22 +17,23 @@ {% ifequal num page %} {% ifequal pages 1 %} {% else %} - {{ num }} + {{ num }} {% endifequal %} {% else %} - {{ num }} + {{ num }} {% endifequal %} {% endfor %} {% if not in_trailing_range %} ... {% for num in pages_outside_leading_range reversed %} - {{ num }} + {{ num }} {% endfor %} {% endif %} -{% if has_next %}下一页 »{% endif %} +{% if has_next %}{% trans "next page" %} »{% endif %}
{% endif %} -{% endspaceless %} \ No newline at end of file +{% endspaceless %} + -- cgit v1.2.3-1-g7c22