diff options
author | mfoucrier <michel@foucrier.fr> | 2015-09-30 11:09:07 +0200 |
---|---|---|
committer | mfoucrier <michel@foucrier.fr> | 2015-09-30 11:09:07 +0200 |
commit | ca5d84a18eb33940ed09a8cc351886515ab075b4 (patch) | |
tree | c2654f04958ad6fc7ae85125589dba387e2cdc47 | |
parent | 421e8751ebca5b566ecbd8d08e9d56b93ce81ffa (diff) |
Update translations.php
-rw-r--r-- | app/Locale/pt_BR/translations.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 9dd005ab..b0fbdb4c 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1012,10 +1012,10 @@ return array( 'Table of contents' => 'Índice', 'Gantt' => 'Gantt', 'Help with project permissions' => 'Ajuda com as permissões dos projetos', - // 'Author' => '', - // 'Version' => '', - // 'Plugins' => '', - // 'There is no plugin loaded.' => '', - // 'Set maximum column height' => '', - // 'Remove maximum column height' => '', + 'Author' => 'Autor', + 'Version' => 'Versão', + 'Plugins' => 'Extensão', + 'There is no plugin loaded.' => 'Não há nenhuma extensão carga.', + 'Set maximum column height' => 'Definir a altura máxima das colunas', + 'Remove maximum column height' => 'Retirar a altura máxima das colunas', ); |