diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-01-30 14:23:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 14:23:56 -0500 |
commit | 830fce876f3df44f5fb40fe01509f3d4e887efec (patch) | |
tree | 591b5fa0bd19f76fc6ae641a15e184277932bdf7 | |
parent | a5a9bd56b7fef8dfe8c2a9e90aac50ce7371da01 (diff) | |
parent | 4d40e4810d7b5ebac1855c0993369dfd98ab4b26 (diff) |
Merge pull request #2996
Updated Translation
-rw-r--r-- | app/Locale/pt_PT/translations.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index d7a8b74d..8fec0d83 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1306,9 +1306,9 @@ return array( 'Sign-up' => 'Registe-se', 'Credentials' => 'Credenciais', 'New user' => 'Novo utilizador', - 'This username is already taken' => 'Este nome de usuário já foi utilizado', - // 'A link to reset your password has been sent by email.' => '', - // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', - // 'TRL - Turkish Lira' => '', + 'This username is already taken' => 'Este nome de usuário já está a ser utilizado', + 'A link to reset your password has been sent by email.' => 'Um link para redefinir a sua password foi enviado por email.', + 'Your profile must have a valid email address.' => 'O seu perfil deve ter um endereço de email válido.', + 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Infelizmente, não conseguimos redefinir a sua password. Colocou um utilizador válido? Tem um endereço de email definido no seu perfil?', + 'TRL - Turkish Lira' => 'TRL - Lira Turca', ); |