summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-30 21:53:50 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-30 21:53:50 -0400
commit4110e823148799914be2dcc04db4529b70f7e44c (patch)
tree711cfe2e50720c3305a3bb1fef571fb4756cbbf8
parentcabcdc9d9e58d279ac6a5992ae5202568ed4d24e (diff)
parentca5d84a18eb33940ed09a8cc351886515ab075b4 (diff)
Merge pull-request #1303
-rw-r--r--app/Locale/pt_BR/translations.php12
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',
);