diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-22 17:46:58 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-22 17:46:58 -0500 |
commit | e6f7929f7780dc7ab06f6c4fbbbc86cd63115cd2 (patch) | |
tree | e5db35af5887f1e2a93fc93f80d69f0cf38669c5 /app/Locale/fr_FR/translations.php | |
parent | 0d80102c4837ccd01edfec948b59be97385c6a16 (diff) |
Add new automatic action (Task comment logging), patch #539
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index c40cee9e..c1c8a495 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -698,4 +698,6 @@ return array( 'All swimlanes' => 'Toutes les swimlanes', 'All colors' => 'Toutes les couleurs', 'All status' => 'Tous les états', + 'Add a comment logging moving the task between columns' => 'Ajouter un commentaire de log lorsqu\'une tâche est déplacée dans une autre colonne', + 'Moved to column %s' => 'Tâche déplacée à la colonne %s', ); |