Improve error reporting when file upload is not configured properly
This commit is contained in:
@@ -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.' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user