diff options
author | Eskiso <eSkiSo@users.noreply.github.com> | 2015-08-31 10:50:39 +0100 |
---|---|---|
committer | Eskiso <eSkiSo@users.noreply.github.com> | 2015-08-31 10:50:39 +0100 |
commit | d96d60e520a07f58fc70dcfe0ab68b58368282d6 (patch) | |
tree | f2053370e893d9f9ef82c53cfd5e54e7dcaefe66 | |
parent | de91d5820b9f987b17bea245ecf999b8e6aa7a81 (diff) |
Updated translation
-rw-r--r-- | app/Locale/pt_PT/translations.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index d19a31ec..ae73af1e 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1060,11 +1060,11 @@ return array( 'Gitlab Account' => 'Conta Gitlab', 'Link my Gitlab Account' => 'Connectar a minha Conta Gitlab', 'Unlink my Gitlab Account' => 'Desconectar a minha Conta Gitlab', - // 'Documentation: %s' => '', - // 'Switch to the Gantt chart view' => '', - // 'Reset the search/filter box' => '', - // 'Documentation' => '', - // 'Table of contents' => '', - // 'Gantt' => '', - // 'Help with project permissions' => '', + 'Documentation: %s' => 'Documentação: %s', + 'Switch to the Gantt chart view' => 'Mudar para vista de gráfico de Gantt', + 'Reset the search/filter box' => 'Repor caixa de procura/filtro', + 'Documentation' => 'Documentação', + 'Table of contents' => 'Tabela de conteúdos', + 'Gantt' => 'Gantt', + 'Help with project permissions' => 'Ajuda com permissões de projecto', ); |