diff options
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index f6a7b92f..674c5f64 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1375,4 +1375,7 @@ return array( 'seconds' => 'segundos', 'Assign automatically a color when preset start date is reached' => 'Atribuir automaticamente uma cor quando a data de início for atingida', 'Move the task to another column once a predefined start date is reached' => 'Mover a tarefa para outra coluna quando a data de início for atingida', + // 'This task is now linked to the task %s with the relation "%s"' => '', + // 'The link with the relation "%s" to the task %s has been removed' => '', + // 'Custom Filter:' => '', ); |