From d008bf1b670388b23f7dc841caba6ca8aa596a1a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 26 Dec 2011 10:54:14 -0300 Subject: added translation tags to three words in the scope nav --- askbot/skins/default/templates/widgets/scope_nav.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/askbot/skins/default/templates/widgets/scope_nav.html b/askbot/skins/default/templates/widgets/scope_nav.html index bed34d44..e95f0c1d 100644 --- a/askbot/skins/default/templates/widgets/scope_nav.html +++ b/askbot/skins/default/templates/widgets/scope_nav.html @@ -1,11 +1,11 @@ {% if active_tab != "ask" %} ALL + href="{% url questions %}{{ query_string|replace_in_url("section:all")|replace_in_url("sort:activity-desc") }}" title="{% trans %}see all questions{% endtrans %}">{% trans %}ALL{% endtrans %} UNANSWERED + href="{% url questions %}{{ query_string|replace_in_url("section:unanswered")|replace_in_url("sort:answers-asc") }}" title="{% trans %}see unanswered questions{% endtrans %}">{% trans %}UNANSWERED{% endtrans %} {% if request.user.is_authenticated() %} FOLLOWED + href="{% url questions %}{{ query_string|replace_in_url("section:favorite") }}" title="{% trans %}see your followed questions{% endtrans %}">{% trans %}FOLLOWED{% endtrans %} {% endif %} {% else %}
{% trans %}Please ask your question here{% endtrans %}
-- cgit v1.2.3-1-g7c22