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/index.html | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index ba3e2229..db2bb12e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,8 +1,8 @@ {% extends "base.html" %} +{% load i18n %} {% load extra_tags %} {% load humanize %} {% load extra_filters %} -{% load i18n %} {% block title %}{% spaceless %}{% trans "Home" %}{% endspaceless %}{% endblock %} {% block meta %} {% endblock %} @@ -20,12 +20,13 @@
{% trans "Questions" %}
+
{% for question in questions %}
@@ -42,9 +43,9 @@ {{ question.view_count|cnprog_intword|safe }} - {% trans "Answers" %} - {% trans "Votes" %} - {% trans "Visits" %} + {% trans "answers" %} + {% trans "votes" %} + {% trans "views" %}
@@ -52,7 +53,7 @@ {{ question.summary }}...
{% if question.wiki %} - {% trans "Community wiki" %} + {% trans "community wiki" %} {% diff_date question.last_activity_at %} {% else %}
@@ -64,7 +65,7 @@ {% endif %}
{% for tag in question.tagname_list %} - + {% endfor %}
@@ -75,11 +76,11 @@ {% block sidebar %} {% if not request.user.is_authenticated %}
-

{% trans "Welcome" %}

+

{% trans "welcome to website" %}

- {{ APP_INTRO|safe }} - - + {{ APP_INTRO|safe }} + +
{% endif %} @@ -88,33 +89,34 @@

{% for tag in tags %} - + {% endfor %}

- +
-

{% trans "Recent badges" %}

+

{% trans "Recent awards" %}

- +
-{% trans "Subscribe" %} +{% trans "subscribe to the questions feed" %}
{% endblock %} {% block tail %}
-{% trans "Are you looking for more questions? Try to browse" %} {% trans "All questions" %}{% trans " or "%} {% trans "Popular tags" %}{% trans ". Please help us answer "%}{% trans "Unanswered questions" %} +{% trans "Still looking for more? See" %} {% trans "complete list of quesionts" %}, {% trans "or" %} {% trans "popular tags" %}{% trans "." %} {% trans "Please help us answer" %} {% trans "unanswered questions" %}{% trans "." %}
{% endblock %} -- cgit v1.2.3-1-g7c22