diff options
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index a060b030..30205e68 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1331,11 +1331,11 @@ return array( '%d subtasks' => '%d subtarefas', '%d subtask' => '%d subtarefa', 'Only moving task between those columns is permitted for tasks assigned to the current user' => 'Apenas é permitido mover a tarefa entre essas colunas para tarefas atribuídas ao utilizador atual', - // '[DUPLICATE]' => '', - // 'DKK - Danish Krona' => '', - // 'Remove user from group' => '', - // 'Assign the task to its creator' => '', - // 'This task was sent by email to "%s" with subject "%s".' => '', - // 'Predefined Email Subjects' => '', - // 'Write one subject by line.' => '', + '[DUPLICATE]' => '[DUPLICADA]', + 'DKK - Danish Krona' => 'DKK - Coroa Dinamarquesa', + 'Remove user from group' => 'Remover utilizador do grupo', + 'Assign the task to its creator' => 'Atribuir a tarefa ao seu criador', + 'This task was sent by email to "%s" with subject "%s".' => 'Esta tarefa foi enviada por email para "%s" com o assunto "%s".', + 'Predefined Email Subjects' => 'Assuntos de email predefinidos', + 'Write one subject by line.' => 'Escreva um assunto por linha.', ); |