Commit 278abd02b5aef4cfa02197241aef7a4cc1ff31fd

Authored by Marco
Committed by Sergio Oliveira
1 parent 3daab661

Minor change of layout

src/accounts/templates/accounts/user_detail.html
@@ -150,7 +150,7 @@ @@ -150,7 +150,7 @@
150 {% endfor %} 150 {% endfor %}
151 </ul> 151 </ul>
152 <a href="{% url 'haystack_search' %}?type=thread&amp;author={{ user_.username }}"> 152 <a href="{% url 'haystack_search' %}?type=thread&amp;author={{ user_.username }}">
153 - {% trans "View more discussions..." %} 153 + {% trans "View more posts..." %}
154 </a> 154 </a>
155 <div>&nbsp;</div> 155 <div>&nbsp;</div>
156 </div> 156 </div>
src/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type
src/locale/pt_BR/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid &quot;&quot; @@ -7,7 +7,7 @@ msgid &quot;&quot;
7 msgstr "" 7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n" 8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n" 9 "Report-Msgid-Bugs-To: \n"
10 -"POT-Creation-Date: 2014-06-10 14:24+0000\n" 10 +"POT-Creation-Date: 2014-06-11 13:17+0000\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n" 13 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -200,10 +200,9 @@ msgstr &quot;Últimas postagens&quot; @@ -200,10 +200,9 @@ msgstr &quot;Últimas postagens&quot;
200 msgid "There are no posts by this user so far." 200 msgid "There are no posts by this user so far."
201 msgstr "Não há posts deste usuário até agora." 201 msgstr "Não há posts deste usuário até agora."
202 202
203 -#: accounts/templates/accounts/user_detail.html:153 templates/home.html:61  
204 -#: templates/home.html.py:80  
205 -msgid "View more discussions..."  
206 -msgstr "Ver mais discussões..." 203 +#: accounts/templates/accounts/user_detail.html:153
  204 +msgid "View more posts..."
  205 +msgstr "Ver mais postagens..."
207 206
208 #: accounts/templates/accounts/user_detail.html:159 207 #: accounts/templates/accounts/user_detail.html:159
209 msgid "Latest contributions" 208 msgid "Latest contributions"
@@ -1078,6 +1077,10 @@ msgstr &quot;Discussões Mais Relevantes&quot; @@ -1078,6 +1077,10 @@ msgstr &quot;Discussões Mais Relevantes&quot;
1078 msgid "RSS - Most Relevant Threads" 1077 msgid "RSS - Most Relevant Threads"
1079 msgstr "RSS - Discussões Mais Relevantes" 1078 msgstr "RSS - Discussões Mais Relevantes"
1080 1079
  1080 +#: templates/home.html:61 templates/home.html.py:80
  1081 +msgid "View more discussions..."
  1082 +msgstr "Ver mais discussões..."
  1083 +
1081 #: templates/home.html:68 1084 #: templates/home.html:68
1082 msgid "Latest Threads" 1085 msgid "Latest Threads"
1083 msgstr "Últimas Discussões" 1086 msgstr "Últimas Discussões"
src/super_archives/templates/superarchives/thread-dashboard.html
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 9
10 {% for listname, description, latest, most_relevant in lists %} 10 {% for listname, description, latest, most_relevant in lists %}
11 {% if latest or most_relevant %} 11 {% if latest or most_relevant %}
12 - <h3 class="text-center"><b>{{ listname|title }} {% if description %} ({{ description }}){% endif %}</b></h3> 12 + <h3><b>{{ listname|title }} {% if description %} ({{ description }}){% endif %}</b></h3>
13 <hr/> 13 <hr/>
14 14
15 <div class="row"> 15 <div class="row">