Commit 361e6bfdfade6108c53c80380f7f2aa192eac6fd
1 parent
927873cd
Exists in
master
and in
13 other branches
Updating translations
Showing
2 changed files
with
14 additions
and
5 deletions
Show diff stats
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-25 15:42+0000\n" | |
10 | +"POT-Creation-Date: 2013-11-26 13:17+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" |
... | ... | @@ -53,11 +53,11 @@ msgstr "Digite a mesma senha que acima, para verificação." |
53 | 53 | msgid "Password mismatch" |
54 | 54 | msgstr "Senhas diferentes" |
55 | 55 | |
56 | -#: accounts/views.py:126 | |
56 | +#: accounts/views.py:127 | |
57 | 57 | msgid "Your profile has been created!" |
58 | 58 | msgstr "Seu perfil foi criado!" |
59 | 59 | |
60 | -#: accounts/views.py:127 | |
60 | +#: accounts/views.py:128 | |
61 | 61 | msgid "" |
62 | 62 | "You must login to validated your profile. Profiles not validated are deleted " |
63 | 63 | "in 24h." |
... | ... | @@ -65,6 +65,15 @@ msgstr "" |
65 | 65 | "Você deve se logar para validar seu perfil. Perfis não validados serão " |
66 | 66 | "deletados em 24h." |
67 | 67 | |
68 | +#: accounts/views.py:209 | |
69 | +msgid "Could not change your password. Please, try again later." | |
70 | +msgstr "" | |
71 | +"Não conseguimos alterar sua senha. Por favor, tente novamente mais tarde." | |
72 | + | |
73 | +#: accounts/views.py:218 | |
74 | +msgid "You've changed your password successfully!" | |
75 | +msgstr "Senha alterada com sucesso!" | |
76 | + | |
68 | 77 | #: accounts/management/commands/delete_invalid.py:42 |
69 | 78 | #, python-format |
70 | 79 | msgid "%(count)s users deleted." |
... | ... | @@ -229,8 +238,8 @@ msgid "" |
229 | 238 | "You don't need to change this password. Change it only if you really know " |
230 | 239 | "what you are doing." |
231 | 240 | msgstr "" |
232 | -"Você não precisa trocar essa senha. Troque-a somente se tem " | |
233 | -"certeza do que está fazendo." | |
241 | +"Você não precisa trocar essa senha. Troque-a somente se tem certeza do que " | |
242 | +"está fazendo." | |
234 | 243 | |
235 | 244 | #: accounts/templates/accounts/user_update_form.html:199 |
236 | 245 | msgid "Update" | ... | ... |