diff options
author | Craig Crosby <creecros@gmail.com> | 2019-07-02 22:52:22 -0400 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-07-02 19:52:22 -0700 |
commit | 48acf99fd10da2bb755d56f9dfd7c0210e76abeb (patch) | |
tree | 042eff2af1822c77b40591d938f5eafe26add05a /app/Locale/pt_BR/translations.php | |
parent | efed94b23d592647f889ef03b144a91e8fbb6098 (diff) |
Sort columns by due date
Diffstat (limited to 'app/Locale/pt_BR/translations.php')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 506a03ee..1e8ec99a 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1398,6 +1398,8 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Reordenar esta coluna por designado e prioridade (decrescente)', 'Reorder this column by assignee (A-Z)' => 'Reordenar esta coluna por designado (A-Z)', 'Reorder this column by assignee (Z-A)' => 'Reordenar esta coluna por designado (Z-A)', + // 'Reorder this column by due date (ASC)' => '', + // 'Reorder this column by due date (DESC)' => '', '%s moved the task #%d "%s" to the project "%s"' => '%s moveu a tarefa #%d "%s" para o projeto "%s"', 'Task #%d "%s" has been moved to the project "%s"' => 'Tarefa #%d "%s" foi movida para o projeto "%s"', // 'Move the task to another column when due date is less than a certain number of days' => '', |