diff options
Diffstat (limited to 'app/Locale/pt_PT/translations.php')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 2f5d892f..b4048710 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -282,7 +282,6 @@ return array( 'Unable to create your sub-task.' => 'Não é possível criar a sua subtarefa.', 'Sub-task added successfully.' => 'Subtarefa adicionada com sucesso.', 'Maximum size: ' => 'Tamanho máximo: ', - 'Unable to upload the file.' => 'Não foi possível carregar o arquivo.', 'Display another project' => 'Mostrar outro projeto', 'Created by %s' => 'Criado por %s', 'Tasks Export' => 'Exportar Tarefas', @@ -1312,4 +1311,5 @@ return array( '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', + // 'Unable to upload files, check the permissions of your data folder.' => '', ); |