diff options
-rw-r--r-- | app/Locale/pt_PT/translations.php | 16 |
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', ); |