summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorCraig Crosby <creecros@gmail.com>2019-07-02 22:52:22 -0400
committerfguillot <fred@kanboard.net>2019-07-02 19:52:22 -0700
commit48acf99fd10da2bb755d56f9dfd7c0210e76abeb (patch)
tree042eff2af1822c77b40591d938f5eafe26add05a /app/Locale/fr_FR
parentefed94b23d592647f889ef03b144a91e8fbb6098 (diff)
Sort columns by due date
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 496ffced..1c1b7944 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1398,6 +1398,8 @@ return array(
'Reorder this column by assignee and priority (DESC)' => 'Réorganiser cette colonne par assigné et par priorité (DESC)',
'Reorder this column by assignee (A-Z)' => 'Réorganiser cette colonne par assigné (A-Z)',
'Reorder this column by assignee (Z-A)' => 'Réorganiser cette colonne par assigné (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 a déplacé la tâche #%d « %s » vers le projet « %s »',
'Task #%d "%s" has been moved to the project "%s"' => 'La tâche #%d « %s » a été déplacée vers le projet « %s »',
'Move the task to another column when the due date is less than a certain number of days' => 'Déplaçer la tâche dans une autre colonne lorsque la date d\'échéance est inférieure à un certain nombre de jour',