From b6aa7c847234ed985ec693c53633a7f0f3e2cd9c Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 29 Jul 2009 00:01:16 +0800 Subject: merge Evgeny's English and Botum's Spanish translations --- templates/user_tabs.html | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) (limited to 'templates/user_tabs.html') diff --git a/templates/user_tabs.html b/templates/user_tabs.html index 165b1b9f..03a9d111 100644 --- a/templates/user_tabs.html +++ b/templates/user_tabs.html @@ -1,20 +1,34 @@ + {% load extra_filters %} +{% load i18n %}
- 概览 - 最近活动 + {% trans "overview" %} + {% trans "recent activity" %} {% if request.user|is_user_self:view_user %} - 回应 + {% trans "responses" %} {% endif %} - 积分 + {% trans "reputation history" %} {% if request.user|can_view_user_votes:view_user %} - 投票 + {% trans "casted votes" %} {% endif %} - 收藏 + {% trans "favorites" %}
-
\ No newline at end of file + + -- cgit v1.2.3-1-g7c22