diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-18 12:57:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-18 12:57:41 -0400 |
commit | 3849fb99e6dcf59c138d333f28578548bda13f83 (patch) | |
tree | 56ee6cf81c687c4cd4878474e55b3238980bed10 /app/Locale | |
parent | 46eafe105fe97b7be8b8a25a72b491bef03fea8c (diff) | |
parent | c1d67ebeddf898afa000198bb3b017ab85915424 (diff) |
Merge pull-request #868
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index d8b7a7c6..96e99210 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -868,10 +868,10 @@ return array( 'Help on Sendgrid integration' => 'Ajuda na integração do Sendgrid', 'Disable two factor authentication' => 'Desativar autenticação à dois fatores', 'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Você deseja realmente desativar a autenticação à dois fatores para esse usuário: "%s"?', - // 'Edit link' => '', - // 'Start to type task title...' => '', - // 'A task cannot be linked to itself' => '', - // 'The exact same link already exists' => '', + 'Edit link' => 'Editar um link', + 'Start to type task title...' => 'Digite o título do trabalho...', + 'A task cannot be linked to itself' => 'Uma tarefa não pode ser ligada a si própria', + 'The exact same link already exists' => 'Um link idêntico jà existe', // 'Recurrent task is scheduled to be generated' => '', // 'Recurring information' => '', // 'Score' => '', |