diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-26 22:40:46 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-26 22:40:46 -0400 |
commit | 87d2c6d99e6eb26b526f5da22b3496e3d02d11ed (patch) | |
tree | edb8ef750b85fda13ebb2c4f7089eef94328d0f1 /app/Locale/fr_FR | |
parent | 93fa9b5cba4bf343d3c5dd97420cea81beaf6e88 (diff) |
Add task transitions history
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 7a88669c..6baca123 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -811,4 +811,7 @@ return array( 'Move the task to another column when assignee is cleared' => 'Déplacer la tâche dans une autre colonne lorsque celle-ci n\'est plus assignée', 'Source column' => 'Colonne d\'origine', 'Show subtask estimates in the user calendar' => 'Afficher le temps estimé des sous-tâches dans le calendrier utilisateur', + 'Transitions' => 'Transitions', + 'Executer' => 'Exécutant', + 'Time spent in the column' => 'Temps passé dans la colonne', ); |