From 068bb7dc78d0b3565c100b61acc859ede0adc0d4 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 29 Jul 2009 00:00:52 +0800 Subject: merge Evgeny's English and Botum's Spanish translations --- templates/users.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'templates/users.html') diff --git a/templates/users.html b/templates/users.html index 16a83b21..c3c9f790 100644 --- a/templates/users.html +++ b/templates/users.html @@ -1,9 +1,11 @@ {% extends "base_content.html" %} {% load extra_tags %} {% load humanize %} -{% block title %}{% spaceless %}用户列表{% endspaceless %}{% endblock %} +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Users" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
-
用户列表
+
{% trans "Users" %}

{% if suser %} - 匹配查询 '{{ suser }}' 的所有用户名: + {% blocktrans %}users matching query {{suser}}:{% endblocktrans %} {% endif %} {% if not users.object_list %} - 没有找到相关数据。 + {% trans "Nothing found." %} {% endif %}

@@ -67,4 +68,5 @@
{% cnprog_paginator context %}
-{% endblock %} \ No newline at end of file +{% endblock %} + -- cgit v1.2.3-1-g7c22