summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-22 17:46:58 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-22 17:46:58 -0500
commite6f7929f7780dc7ab06f6c4fbbbc86cd63115cd2 (patch)
treee5db35af5887f1e2a93fc93f80d69f0cf38669c5 /app/Locale/fr_FR
parent0d80102c4837ccd01edfec948b59be97385c6a16 (diff)
Add new automatic action (Task comment logging), patch #539
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 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',
);