Add new actions to reorder tasks by column

This commit is contained in:
Frédéric Guillot
2019-02-08 13:53:13 -08:00
parent ba5878e786
commit 0295388461
36 changed files with 320 additions and 1 deletions

View File

@@ -1392,4 +1392,10 @@ return array(
'Destination swimlane' => 'Swimlane de destination',
'Assign a category when the task is moved to a specific swimlane' => 'Assigner une catégorie lorsque la tâche est déplaçée dans une swimlane spécifique',
'Move the task to another swimlane when the category is changed' => 'Déplaçer la tâche dans une autre swimlane lorsque la catégorie est modifiée',
'Reorder this column by priority (ASC)' => 'Réorganiser cette colonne par priorité (ASC)',
'Reorder this column by priority (DESC)' => 'Réorganiser cette colonne par priorité (DESC)',
'Reorder this column by assignee and priority (ASC)' => 'Réorganiser cette colonne par assigné et par priorité (ASC)',
'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)',
);