Commit 1302101d92fb11a509ccb3d61a53b5197c080398

Authored by Luan
1 parent 87417a3d

Changing a few words and updating translations - #98

src/accounts/templates/accounts/manage_subscriptions.html
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 3
4 {% block main-content %} 4 {% block main-content %}
5 5
6 - <h2>{% blocktrans %}Mailing List Subscriptions{% endblocktrans %}</h2> 6 + <h2>{% blocktrans %}Group Subscriptions{% endblocktrans %}</h2>
7 <h3>{% gravatar user_.email 50 %} {{ user_.get_full_name }} ({{ user_.username }})</h3> 7 <h3>{% gravatar user_.email 50 %} {{ user_.get_full_name }} ({{ user_.username }})</h3>
8 <br> 8 <br>
9 9
src/accounts/templates/accounts/user_detail.html
@@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@
22 </h1> 22 </h1>
23 23
24 {% if request.user == user_ or request.user.is_superuser %} 24 {% if request.user == user_ or request.user.is_superuser %}
25 - <a class="btn btn-info" href="{% url 'user_profile_update' user_ %}"><span class="glyphicon glyphicon-pencil"></span>&nbsp;&nbsp;{% trans "profile"|title %}</a>  
26 - <a class="btn btn-info" href="{% url 'user_list_subscriptions' user_ %}"><span class="glyphicon glyphicon-pencil"></span>&nbsp;&nbsp;{% trans "list membership"|title %}</a> 25 + <a class="btn btn-info" href="{% url 'user_profile_update' user_ %}"><span class="glyphicon glyphicon-pencil"></span>&nbsp;&nbsp;{% trans "edit profile"|title %}</a>
  26 + <a class="btn btn-info" href="{% url 'user_list_subscriptions' user_ %}"><span class="glyphicon glyphicon-pencil"></span>&nbsp;&nbsp;{% trans "group membership"|title %}</a>
27 {% endif %} 27 {% endif %}
28 28
29 <div class="divider"></div> 29 <div class="divider"></div>
@@ -76,7 +76,7 @@ @@ -76,7 +76,7 @@
76 <div class="col-lg-4 col-md-4 col-sm-7"> 76 <div class="col-lg-4 col-md-4 col-sm-7">
77 <div class="panel panel-default"> 77 <div class="panel panel-default">
78 <div class="panel-heading"> 78 <div class="panel-heading">
79 - <h3 class="panel-title">{% trans "Contributions by Area" %}</h3> 79 + <h3 class="panel-title">{% trans "Contributions by Type" %}</h3>
80 </div> 80 </div>
81 <div class="panel-body"> 81 <div class="panel-body">
82 <div id="collabs"></div> 82 <div id="collabs"></div>
@@ -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 "Groups Inscriptions" %}</h3> 91 + <h3 class="panel-title">{% trans "Participation by Group" %}</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 &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: 2013-12-09 15:48+0000\n" 10 +"POT-Creation-Date: 2013-12-10 11:38+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"
@@ -53,6 +53,14 @@ msgstr &quot;Digite a mesma senha que acima, para verificação.&quot; @@ -53,6 +53,14 @@ msgstr &quot;Digite a mesma senha que acima, para verificação.&quot;
53 msgid "Password mismatch" 53 msgid "Password mismatch"
54 msgstr "Senhas diferentes" 54 msgstr "Senhas diferentes"
55 55
  56 +#: accounts/models.py:56
  57 +msgid "Required. 30 characters or fewer. Letters, digits and ./+/-/_ only."
  58 +msgstr ""
  59 +
  60 +#: accounts/models.py:61
  61 +msgid "Enter a valid username."
  62 +msgstr ""
  63 +
56 #: accounts/views.py:144 64 #: accounts/views.py:144
57 msgid "Your profile has been created!" 65 msgid "Your profile has been created!"
58 msgstr "Seu perfil foi criado!" 66 msgstr "Seu perfil foi criado!"
@@ -89,8 +97,8 @@ msgid &quot;Change Password&quot; @@ -89,8 +97,8 @@ msgid &quot;Change Password&quot;
89 msgstr "Trocar senha" 97 msgstr "Trocar senha"
90 98
91 #: accounts/templates/accounts/manage_subscriptions.html:6 99 #: accounts/templates/accounts/manage_subscriptions.html:6
92 -msgid "Mailing List Subscriptions"  
93 -msgstr "Inscrições em listas de e-mails" 100 +msgid "Group Subscriptions"
  101 +msgstr "Inscrições em grupos"
94 102
95 #: accounts/templates/accounts/manage_subscriptions.html:36 103 #: accounts/templates/accounts/manage_subscriptions.html:36
96 msgid "Update subscriptions" 104 msgid "Update subscriptions"
@@ -121,12 +129,12 @@ msgid &quot;Register&quot; @@ -121,12 +129,12 @@ msgid &quot;Register&quot;
121 msgstr "Cadastre-se" 129 msgstr "Cadastre-se"
122 130
123 #: accounts/templates/accounts/user_detail.html:25 131 #: accounts/templates/accounts/user_detail.html:25
124 -msgid "profile"  
125 -msgstr "perfil" 132 +msgid "edit profile"
  133 +msgstr "editar perfil"
126 134
127 #: accounts/templates/accounts/user_detail.html:26 135 #: accounts/templates/accounts/user_detail.html:26
128 -msgid "list membership"  
129 -msgstr "participação em listas" 136 +msgid "group membership"
  137 +msgstr "Inscrições nos grupos"
130 138
131 #: accounts/templates/accounts/user_detail.html:49 139 #: accounts/templates/accounts/user_detail.html:49
132 msgid "Twitter account" 140 msgid "Twitter account"
@@ -145,12 +153,12 @@ msgid &quot;Groups: &quot; @@ -145,12 +153,12 @@ msgid &quot;Groups: &quot;
145 msgstr "Grupos: " 153 msgstr "Grupos: "
146 154
147 #: accounts/templates/accounts/user_detail.html:79 155 #: accounts/templates/accounts/user_detail.html:79
148 -msgid "Contributions by Area"  
149 -msgstr "Contribuições por área" 156 +msgid "Contributions by Type"
  157 +msgstr "Contribuições por tipo"
150 158
151 #: accounts/templates/accounts/user_detail.html:91 159 #: accounts/templates/accounts/user_detail.html:91
152 -msgid "Groups Inscriptions"  
153 -msgstr "Inscrições em grupos" 160 +msgid "Participation by Group"
  161 +msgstr "Participação por grupo"
154 162
155 #: accounts/templates/accounts/user_detail.html:104 badger/models.py:70 163 #: accounts/templates/accounts/user_detail.html:104 badger/models.py:70
156 msgid "Badges" 164 msgid "Badges"
@@ -747,7 +755,7 @@ msgstr &quot;Lista de e-mail não existe&quot; @@ -747,7 +755,7 @@ msgstr &quot;Lista de e-mail não existe&quot;
747 msgid "Unknown error trying to connect to Mailman API" 755 msgid "Unknown error trying to connect to Mailman API"
748 msgstr "Erro desconhecido na conexão com a API do Mailman" 756 msgstr "Erro desconhecido na conexão com a API do Mailman"
749 757
750 -#: super_archives/views.py:146 758 +#: super_archives/views.py:148
751 msgid "" 759 msgid ""
752 "The email address you are trying to verify either has already been verified " 760 "The email address you are trying to verify either has already been verified "
753 "or does not exist." 761 "or does not exist."
@@ -755,7 +763,7 @@ msgstr &quot;&quot; @@ -755,7 +763,7 @@ msgstr &quot;&quot;
755 "O endereço de e-mail que você está tentando verificar ou já foi verificado " 763 "O endereço de e-mail que você está tentando verificar ou já foi verificado "
756 "ou não existe." 764 "ou não existe."
757 765
758 -#: super_archives/views.py:157 766 +#: super_archives/views.py:159
759 msgid "" 767 msgid ""
760 "The email address you are trying to verify is already an active email " 768 "The email address you are trying to verify is already an active email "
761 "address." 769 "address."
@@ -763,7 +771,7 @@ msgstr &quot;&quot; @@ -763,7 +771,7 @@ msgstr &quot;&quot;
763 "O endereço de e-mail que você está tentando verificar já é um endereço de e-" 771 "O endereço de e-mail que você está tentando verificar já é um endereço de e-"
764 "mail ativo" 772 "mail ativo"
765 773
766 -#: super_archives/views.py:167 774 +#: super_archives/views.py:169
767 msgid "Email address verified!" 775 msgid "Email address verified!"
768 msgstr "Endereço de e-mail verificado!" 776 msgstr "Endereço de e-mail verificado!"
769 777
@@ -1031,6 +1039,9 @@ msgstr &quot;Vontade de ajudar&quot; @@ -1031,6 +1039,9 @@ msgstr &quot;Vontade de ajudar&quot;
1031 msgid "INTERLEGIS COMMUNITIES" 1039 msgid "INTERLEGIS COMMUNITIES"
1032 msgstr "COMUNIDADES INTERLEGIS" 1040 msgstr "COMUNIDADES INTERLEGIS"
1033 1041
  1042 +#~ msgid "Mailing List Subscriptions"
  1043 +#~ msgstr "Inscrições em listas de e-mails"
  1044 +
1034 #~ msgid "Change SVN and XMPP Client password" 1045 #~ msgid "Change SVN and XMPP Client password"
1035 #~ msgstr "Trocar a senha do SVN e do Mensageiro" 1046 #~ msgstr "Trocar a senha do SVN e do Mensageiro"
1036 1047