From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/question_retag.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'templates/question_retag.html') diff --git a/templates/question_retag.html b/templates/question_retag.html index aebf93a5..c7062e30 100644 --- a/templates/question_retag.html +++ b/templates/question_retag.html @@ -1,5 +1,6 @@ {% extends "base.html" %} -{% block title %}{% spaceless %}修改问题标签{% endspaceless %}{% endblock %} + +{% block title %}{% spaceless %}{% trans "Change tags" %}{% endspaceless %}{% endblock %} {% block forejs %} @@ -34,8 +35,8 @@ }, messages: { tags: { - required: " 标签不能为空。", - maxlength: " 最多5个标签,每个标签长度小于20个字符。" + required: "{% trans "tags are required" %}", + maxlength: "{% trans "up to 5 tags, less than 20 characters each" %} } } @@ -48,7 +49,7 @@ {% block content %}
- 修改标签 [返回] + {% trans "Change tags" %} [{% trans "back" %}]
@@ -71,8 +72,8 @@
- - + +

@@ -82,20 +83,16 @@ {% block sidebar %}
-

为什么我只能修改问题标签?

+

{% trans "Why use and modify tags?" %}

    -
  • - CNProg用标签来分类系统的信息 - + {% trans "tags help us keep Questions organized" %}
  • 修改完整问题需要用户的积分达到一定条件(比如:积分 >= 3000分,自己发布的问题除外),而用户积分达到比较低的时候,就可以修改问题的标签(比如:积分 >= 500, 这里指所有问题的标签)。 -
  • - 修改标签的用户将授予特殊的社区奖牌 - + {% trans "tag editors receive special awards from the community" %}
faq » @@ -106,4 +103,4 @@ {% block endjs %} {% endblock %} - + -- cgit v1.2.3-1-g7c22