diff options
Diffstat (limited to 'app/Locale/pt_PT/translations.php')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index a12aa9a2..7448be5b 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -273,7 +273,6 @@ return array( 'Sub-task updated successfully.' => 'Subtarefa atualizada com sucesso.', 'Unable to update your sub-task.' => 'Não foi possível atualizar a sua subtarefa.', '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: ', 'Display another project' => 'Mostrar outro projeto', 'Created by %s' => 'Criado por %s', @@ -1207,7 +1206,6 @@ return array( 'Preview' => 'Pré-Visualizar', 'Write' => 'Escrever', 'Write your text in Markdown' => 'Escreva o seu texto em Markdown', - 'New External Task: %s' => 'Nova Tarefa Externa: %s', 'No personal API access token registered.' => 'Nenhum token pessoal de acesso ao API ', 'Your personal API access token is "%s"' => 'O seu token de acesso pessoal ao API é "%s"', 'Remove your token' => 'Remover o seu token', @@ -1344,4 +1342,7 @@ return array( // 'Subtask not started' => '', // 'Subtask currently in progress' => '', // 'Subtask completed' => '', + // 'Subtask added successfully.' => '', + // '%d subtasks added successfully.' => '', + // 'Enter one subtask by line.' => '', ); |