Add missing template and translations

This commit is contained in:
Frédéric Guillot
2019-04-05 18:33:22 -07:00
committed by fguillot
parent 9f926c9878
commit d261482e9a
33 changed files with 76 additions and 0 deletions

View File

@@ -1398,4 +1398,6 @@ 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)',
'%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 »',
);