-- cgit v1.2.3-1-g7c22 From b4b14fad956c9a135df770716826ef7c35f2fa98 Mon Sep 17 00:00:00 2001 From: Bruno Sarlo Date: Mon, 20 Jul 2009 02:29:50 -0300 Subject: little templatetags translation modifications --- templates/badges.html | 12 ++++-------- templates/header.html | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/templates/badges.html b/templates/badges.html index 8a3b7eab..7fd1402a 100644 --- a/templates/badges.html +++ b/templates/badges.html @@ -18,8 +18,7 @@

- {% trans "Community gives you awards for your questions, answers and votes." %}
- {% trans "Below is the list of available badges and number of times each type of badge has been awarded." %} + {% trans "Community gives you awards for your questions, answers and votes. Below is the list of available badges and number of times each type of badge has been awarded." %}


@@ -52,9 +51,7 @@  {% trans "gold" %}

- {% trans "Gold badge is very rare." %} - {% trans "To obtain it you have to show profound knowledge and ability in addition to actively participating in the community." %} - {% trans "Gold badge is the highest award in this community." %} + {% trans "Gold badge is very rare. To obtain it you have to show profound knowledge and ability in addition to actively participating in the community. Gold badge is the highest award in this community." %}

 {% trans "silver" %}

- {% trans "Obtaining silver badge requires significant patience." %} - {% trans "If you got one, you've very significantly contributed to this community" %} + {% trans "Obtaining silver badge requires significant patience. If you got one, you've very significantly contributed to this community" %}

 {% trans "bronze" %}

- {% trans "If you are active in this community, you will will get this medal - still it is a special honor." %} + {% trans "If you are active in this community, you will get this medal - still it is a special honor." %}

diff --git a/templates/header.html b/templates/header.html index 0aa02886..fb07a4c0 100644 --- a/templates/header.html +++ b/templates/header.html @@ -5,9 +5,9 @@