summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Pereira <toni_to_1993@hotmail.com>2017-02-09 18:52:04 +0000
committerFrédéric Guillot <fred@kanboard.net>2017-02-09 13:52:04 -0500
commit49b3eeca2c79b67fa67f82cddec95fe340711040 (patch)
treeb9a80d6f6a7a875665f93932a80008621301fd1e
parent72cea716923acc665ad6c86d964e9c73c0e650a0 (diff)
Update pt_PT/translations.php
-rw-r--r--app/Locale/pt_PT/translations.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index d88cdab7..2f5d892f 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -1304,12 +1304,12 @@ return array(
'The project email is optional and could be used by several plugins.' => 'O e-mail do projeto é opcional e pode ser usado por vários plugins.',
'The email project must be unique across all projects' => 'O e-mail do projeto tem de ser único em todos os projetos',
'The email configuration has been disabled by the administrator.' => 'A configuração de e-mail foi desativada pelo administrador.',
- // 'Close this project' => '',
- // 'Open this project' => '',
- // 'Close a project' => '',
- // 'Do you really want to close this project: "%s"?' => '',
- // 'Reopen a project' => '',
- // 'Do you really want to reopen this project: "%s"?' => '',
- // 'This project is open' => '',
- // 'This project is closed' => '',
+ 'Close this project' => 'Fechar este projeto',
+ 'Open this project' => 'Abrir este projeto',
+ 'Close a project' => 'Fechar um projeto',
+ 'Do you really want to close this project: "%s"?' => 'Deseja realmente fechar este projeto: "%s"?',
+ 'Reopen a project' => 'Reabrir um projeto',
+ 'Do you really want to reopen this project: "%s"?' => 'Deseja mesmo reabrir este projecto?: "%s"?',
+ 'This project is open' => 'Este projeto está aberto',
+ 'This project is closed' => 'Este projecto está fechado',
);