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_info.html | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'templates/user_info.html') diff --git a/templates/user_info.html b/templates/user_info.html index 1700fda8..8e6dca84 100644 --- a/templates/user_info.html +++ b/templates/user_info.html @@ -1,6 +1,8 @@ + {% load extra_tags %} {% load extra_filters %} {% load humanize %} +{% load i18n %}
{{view_user.username}} @@ -18,7 +20,7 @@
{{view_user.reputation|intcomma}}
-

积分

+

{% trans "reputation" %}

@@ -26,51 +28,52 @@ - + {% if view_user.real_name %} - - + + {% endif %} - + {% if view_user.last_seen %} - - + + {% endif %} {% if view_user.website %} - + {% endif %} {% if view_user.location %} - + {% endif %} {% if view_user.date_of_birth%} - - + + + {% endif %} {% if votes_today_left %} - - + + {% endif %}
注册用户{% trans "Registered user" %} {% if request.user|can_view_user_edit:view_user %} - 更新我的资料 + {% trans "update profile" %} {% endif %}
姓名{{view_user.real_name}}{% trans "real name" %}{{view_user.real_name}}
已加入{% trans "member for" %} {{ view_user.date_joined|timesince }}
上次活动时间{{ view_user.last_seen|timesince }}前{% trans "last seen" %}{{ view_user.last_seen|timesince }} {% trans "ago" %}
个人网站{% trans "user website" %} {{view_user.website}}
城市{% trans "location" %} {{view_user.location}}
年龄{% get_age view_user.date_of_birth %} 岁{% trans "age" %}{% get_age view_user.date_of_birth %} {% trans "age unit" %}
今日剩余投票数{{ votes_today_left }}{% trans "todays unused votes" %}{{ votes_today_left }} {% trans "votes left" %}
@@ -83,4 +86,5 @@
- \ No newline at end of file + + -- cgit v1.2.3-1-g7c22