Commit 19e093f6305b14aee32d04696fb025c31a8a5b41
1 parent
8d3b8143
Exists in
master
and in
39 other branches
Changing list to group and updating translations - closes #98
Showing
5 changed files
with
17 additions
and
11 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | </ul> | 63 | </ul> |
64 | 64 | ||
65 | {% if user_.mailinglists %} | 65 | {% if user_.mailinglists %} |
66 | - <b>{% trans 'Subscribes: ' %}</b> | 66 | + <b>{% trans 'Groups: ' %}</b> |
67 | {% for list in user_.mailinglists %} | 67 | {% for list in user_.mailinglists %} |
68 | <span class="label label-primary">{{ list }}</span> | 68 | <span class="label label-primary">{{ list }}</span> |
69 | {% endfor %} | 69 | {% endfor %} |
@@ -88,7 +88,7 @@ | @@ -88,7 +88,7 @@ | ||
88 | <div class="col-lg-4 col-md-4 col-sm-7"> | 88 | <div class="col-lg-4 col-md-4 col-sm-7"> |
89 | <div class="panel panel-default"> | 89 | <div class="panel panel-default"> |
90 | <div class="panel-heading"> | 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 | </div> | 92 | </div> |
93 | <div class="panel-body"> | 93 | <div class="panel-body"> |
94 | <div id="collabs2"></div> | 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 "" | @@ -7,7 +7,7 @@ msgid "" | ||
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: 2013-12-05 13:41+0000\n" | 10 | +"POT-Creation-Date: 2013-12-05 15:35+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" |
@@ -141,16 +141,16 @@ msgid "Personal webpage" | @@ -141,16 +141,16 @@ msgid "Personal webpage" | ||
141 | msgstr "Página web pessoal" | 141 | msgstr "Página web pessoal" |
142 | 142 | ||
143 | #: accounts/templates/accounts/user_detail.html:66 | 143 | #: accounts/templates/accounts/user_detail.html:66 |
144 | -msgid "Subscribes: " | ||
145 | -msgstr "Inscrições: " | 144 | +msgid "Groups: " |
145 | +msgstr "Grupos: " | ||
146 | 146 | ||
147 | #: accounts/templates/accounts/user_detail.html:79 | 147 | #: accounts/templates/accounts/user_detail.html:79 |
148 | msgid "Contributions by Area" | 148 | msgid "Contributions by Area" |
149 | msgstr "Contribuições por área" | 149 | msgstr "Contribuições por área" |
150 | 150 | ||
151 | #: accounts/templates/accounts/user_detail.html:91 | 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 | #: accounts/templates/accounts/user_detail.html:104 badger/models.py:70 | 155 | #: accounts/templates/accounts/user_detail.html:104 badger/models.py:70 |
156 | msgid "Badges" | 156 | msgid "Badges" |
@@ -801,8 +801,8 @@ msgstr "Etiquetas:" | @@ -801,8 +801,8 @@ msgstr "Etiquetas:" | ||
801 | 801 | ||
802 | #: super_archives/templates/superarchives/thread-dashboard.html:5 | 802 | #: super_archives/templates/superarchives/thread-dashboard.html:5 |
803 | #: templates/base.html:73 | 803 | #: templates/base.html:73 |
804 | -msgid "Discussions" | ||
805 | -msgstr "Discussões" | 804 | +msgid "Groups" |
805 | +msgstr "Grupos" | ||
806 | 806 | ||
807 | #: super_archives/templates/superarchives/thread-dashboard.html:15 | 807 | #: super_archives/templates/superarchives/thread-dashboard.html:15 |
808 | msgid "latest" | 808 | msgid "latest" |
@@ -963,6 +963,12 @@ msgstr "Vontade de ajudar" | @@ -963,6 +963,12 @@ msgstr "Vontade de ajudar" | ||
963 | msgid "INTERLEGIS COMMUNITIES" | 963 | msgid "INTERLEGIS COMMUNITIES" |
964 | msgstr "COMUNIDADES INTERLEGIS" | 964 | msgstr "COMUNIDADES INTERLEGIS" |
965 | 965 | ||
966 | +#~ msgid "Subscribes: " | ||
967 | +#~ msgstr "Inscrições: " | ||
968 | + | ||
969 | +#~ msgid "Discussions" | ||
970 | +#~ msgstr "Discussões" | ||
971 | + | ||
966 | #~ msgid "Community inside participations" | 972 | #~ msgid "Community inside participations" |
967 | #~ msgstr "Participações internas da comunidade" | 973 | #~ msgstr "Participações internas da comunidade" |
968 | 974 |
src/super_archives/templates/superarchives/thread-dashboard.html
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | {% load i18n %} | 2 | {% load i18n %} |
3 | 3 | ||
4 | {% block main-content %} | 4 | {% block main-content %} |
5 | - <h2>{% trans 'Discussions'|title %}</h2> | 5 | + <h2>{% trans 'Groups'|title %}</h2> |
6 | <hr/> | 6 | <hr/> |
7 | 7 | ||
8 | {% for listname, latest, most_relevant in lists %} | 8 | {% for listname, latest, most_relevant in lists %} |
src/templates/base.html
@@ -70,7 +70,7 @@ | @@ -70,7 +70,7 @@ | ||
70 | <div class="collapse navbar-collapse navbar-main"> | 70 | <div class="collapse navbar-collapse navbar-main"> |
71 | <ul class="nav navbar-nav"> | 71 | <ul class="nav navbar-nav"> |
72 | <li> | 72 | <li> |
73 | - <a href="{% url 'thread_list' %}">{% trans "Discussions" %}</a> | 73 | + <a href="{% url 'thread_list' %}">{% trans "Groups" %}</a> |
74 | </li> | 74 | </li> |
75 | <li> | 75 | <li> |
76 | <a href="{% url "feedzilla_index" %}">{% trans "Planet" %}</a> | 76 | <a href="{% url "feedzilla_index" %}">{% trans "Planet" %}</a> |