Commit 19e093f6305b14aee32d04696fb025c31a8a5b41

Authored by Luan
1 parent 8d3b8143

Changing list to group and updating translations - closes #98

src/accounts/templates/accounts/user_detail.html
... ... @@ -63,7 +63,7 @@
63 63 </ul>
64 64  
65 65 {% if user_.mailinglists %}
66   - <b>{% trans 'Subscribes: ' %}</b>
  66 + <b>{% trans 'Groups: ' %}</b>
67 67 {% for list in user_.mailinglists %}
68 68 <span class="label label-primary">{{ list }}</span>
69 69 {% endfor %}
... ... @@ -88,7 +88,7 @@
88 88 <div class="col-lg-4 col-md-4 col-sm-7">
89 89 <div class="panel panel-default">
90 90 <div class="panel-heading">
91   - <h3 class="panel-title">{% trans "Mailing list Participation" %}</h3>
  91 + <h3 class="panel-title">{% trans "Groups Inscriptions" %}</h3>
92 92 </div>
93 93 <div class="panel-body">
94 94 <div id="collabs2"></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 msgstr ""
8 8 "Project-Id-Version: PACKAGE VERSION\n"
9 9 "Report-Msgid-Bugs-To: \n"
10   -"POT-Creation-Date: 2013-12-05 13:41+0000\n"
  10 +"POT-Creation-Date: 2013-12-05 15:35+0000\n"
11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 13 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -141,16 +141,16 @@ msgid &quot;Personal webpage&quot;
141 141 msgstr "Página web pessoal"
142 142  
143 143 #: accounts/templates/accounts/user_detail.html:66
144   -msgid "Subscribes: "
145   -msgstr "Inscrições: "
  144 +msgid "Groups: "
  145 +msgstr "Grupos: "
146 146  
147 147 #: accounts/templates/accounts/user_detail.html:79
148 148 msgid "Contributions by Area"
149 149 msgstr "Contribuições por área"
150 150  
151 151 #: accounts/templates/accounts/user_detail.html:91
152   -msgid "Mailing list Participation"
153   -msgstr "Participação em listas de e-mail"
  152 +msgid "Groups Inscriptions"
  153 +msgstr "Inscrições em grupos"
154 154  
155 155 #: accounts/templates/accounts/user_detail.html:104 badger/models.py:70
156 156 msgid "Badges"
... ... @@ -801,8 +801,8 @@ msgstr &quot;Etiquetas:&quot;
801 801  
802 802 #: super_archives/templates/superarchives/thread-dashboard.html:5
803 803 #: templates/base.html:73
804   -msgid "Discussions"
805   -msgstr "Discussões"
  804 +msgid "Groups"
  805 +msgstr "Grupos"
806 806  
807 807 #: super_archives/templates/superarchives/thread-dashboard.html:15
808 808 msgid "latest"
... ... @@ -963,6 +963,12 @@ msgstr &quot;Vontade de ajudar&quot;
963 963 msgid "INTERLEGIS COMMUNITIES"
964 964 msgstr "COMUNIDADES INTERLEGIS"
965 965  
  966 +#~ msgid "Subscribes: "
  967 +#~ msgstr "Inscrições: "
  968 +
  969 +#~ msgid "Discussions"
  970 +#~ msgstr "Discussões"
  971 +
966 972 #~ msgid "Community inside participations"
967 973 #~ msgstr "Participações internas da comunidade"
968 974  
... ...
src/super_archives/templates/superarchives/thread-dashboard.html
... ... @@ -2,7 +2,7 @@
2 2 {% load i18n %}
3 3  
4 4 {% block main-content %}
5   - <h2>{% trans 'Discussions'|title %}</h2>
  5 + <h2>{% trans 'Groups'|title %}</h2>
6 6 <hr/>
7 7  
8 8 {% for listname, latest, most_relevant in lists %}
... ...
src/templates/base.html
... ... @@ -70,7 +70,7 @@
70 70 <div class="collapse navbar-collapse navbar-main">
71 71 <ul class="nav navbar-nav">
72 72 <li>
73   - <a href="{% url 'thread_list' %}">{% trans "Discussions" %}</a>
  73 + <a href="{% url 'thread_list' %}">{% trans "Groups" %}</a>
74 74 </li>
75 75 <li>
76 76 <a href="{% url "feedzilla_index" %}">{% trans "Planet" %}</a>
... ...