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 | 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 "" |
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 "Personal webpage" |
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 "Etiquetas:" |
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 "Vontade de ajudar" |
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
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> | ... | ... |