summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-14 21:03:25 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-14 21:03:25 -0500
commit7c4bdea324d8074ffcc3fa353fcfd85ee8066634 (patch)
tree2542a985fd47d3dce14c06e6872febb34751d302 /app/Locale/fr_FR/translations.php
parent2eec0185ab2af2bd51356423152ec4a4374bb78e (diff)
Add board filter: collapse/expand tasks
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-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 26372c48..a6981662 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -724,4 +724,6 @@ return array(
'<1h' => '<1h',
'%dh' => '%dh',
'%b %e' => '%e %b',
+ 'Expand tasks' => 'Déplier les tâches',
+ 'Collapse tasks' => 'Replier les tâches',
);