Commit f75187fcfd208c15361e37e446ab530d65b6faea
1 parent
f5202671
Exists in
master
and in
13 other branches
Updating translations
Showing
3 changed files
with
9 additions
and
10 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
... | ... | @@ -133,7 +133,7 @@ |
133 | 133 | </div> |
134 | 134 | |
135 | 135 | <div class="col-lg-6 col-md-6 col-sm-12"> |
136 | - <h3>{% trans "Community inside participations" %}</h3> | |
136 | + <h3>{% trans "Contributions" %}</h3> | |
137 | 137 | <ul class="message-list"> |
138 | 138 | {% for result in results %} |
139 | 139 | {% include "message-preview.html" %} | ... | ... |
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-11-19 13:05-0200\n" | |
10 | +"POT-Creation-Date: 2013-11-19 13:46-0200\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" |
... | ... | @@ -130,9 +130,9 @@ msgstr "Últimas postagens" |
130 | 130 | msgid "There are no posts by this user so far." |
131 | 131 | msgstr "Não há posts deste usuário até agora." |
132 | 132 | |
133 | -#: accounts/templates/accounts/user_detail.html:136 | |
134 | -msgid "Community inside participations" | |
135 | -msgstr "Participações em comunidades internas" | |
133 | +#: accounts/templates/accounts/user_detail.html:136 badger/models.py:24 | |
134 | +msgid "Contributions" | |
135 | +msgstr "Contribuições" | |
136 | 136 | |
137 | 137 | #: accounts/templates/accounts/user_detail.html:141 |
138 | 138 | msgid "No contributions of this user so far." |
... | ... | @@ -227,10 +227,6 @@ msgstr "Manual" |
227 | 227 | msgid "Messages" |
228 | 228 | msgstr "Mensagens" |
229 | 229 | |
230 | -#: badger/models.py:24 | |
231 | -msgid "Contributions" | |
232 | -msgstr "Contribuições" | |
233 | - | |
234 | 230 | #: badger/models.py:25 |
235 | 231 | msgid "Wikis" |
236 | 232 | msgstr "Wikis" |
... | ... | @@ -812,7 +808,7 @@ msgstr "Inscrição na lista de e-mail" |
812 | 808 | msgid "Not found. Keep searching! :)" |
813 | 809 | msgstr "Não encontrado. Continue procurando! :)" |
814 | 810 | |
815 | -#: templates/500.html:5 | |
811 | +#: templates/500.html:2 | |
816 | 812 | msgid "Ooopz... something went wrong!" |
817 | 813 | msgstr "Opa... algo saiu errado!" |
818 | 814 | |
... | ... | @@ -908,6 +904,9 @@ msgstr "Vontade de ajudar" |
908 | 904 | msgid "INTERLEGIS COMMUNITIES" |
909 | 905 | msgstr "COMUNIDADES INTERLEGIS" |
910 | 906 | |
907 | +#~ msgid "Community inside participations" | |
908 | +#~ msgstr "Participações internas da comunidade" | |
909 | + | |
911 | 910 | #~ msgid "documents found in" |
912 | 911 | #~ msgstr "documentos encontrados em" |
913 | 912 | ... | ... |