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/user_stats.html | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'templates/user_stats.html') diff --git a/templates/user_stats.html b/templates/user_stats.html index f6f55246..a5be1a77 100644 --- a/templates/user_stats.html +++ b/templates/user_stats.html @@ -1,4 +1,6 @@ + {% extends "user.html" %} +{% load i18n %} {% load extra_tags %} {% load humanize %} {% block usercontent %} @@ -10,7 +12,7 @@
{{questions|length}}
-

个问题

+

{% trans "User questions" %}

@@ -23,7 +25,7 @@
{{answered_questions|length}}
-

个回答

+

{% trans "Answers" %}

@@ -31,12 +33,14 @@ {% for answered_question in answered_questions %}
-
+
{{ answered_question.vote_count }}
{% endfor %} @@ -49,7 +53,7 @@
{{total_votes}}
-

个投票

+

{% trans "votes total" %}

@@ -58,12 +62,12 @@ - {{up_votes}} + {{up_votes}} - {{down_votes}} + {{down_votes}} @@ -77,7 +81,7 @@
{{tags|length}}
-

个标签

+

{% trans "Tags" %}

@@ -86,7 +90,9 @@ {% for tag in tags%} - × {{ tag.used_count|intcomma }}
+ × {{ tag.used_count|intcomma }}
{% if forloop.counter|divisibleby:"10" %} @@ -104,7 +110,7 @@
{{total_awards}}
-

枚奖牌

+

{% trans "Badges" %}

@@ -125,3 +131,4 @@
{% endblock %} + -- cgit v1.2.3-1-g7c22