summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-17 11:03:33 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-17 11:03:33 -0500
commitd45fa6a33b8ce5258e4eab4c894765f885c16518 (patch)
treeb9ef59892e83c4439f5a6024b8ab40160980c3b0 /app/Locale/fr_FR
parent3c5762691827fae90d81ed05eee163da90140784 (diff)
Add dropdown menu on each board column title to close all tasks
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 2724c300..7c05dbe9 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1101,4 +1101,8 @@ return array(
'Creation' => 'Création',
'Expiration' => 'Expiration',
'Password reset history' => 'Historique de la réinitialisation du mot de passe',
+ 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => 'Toutes les tâches de la colonne « %s » et de la swimlane « %s » ont été fermées avec succès.',
+ 'Do you really want to close all tasks of this column?' => 'Voulez-vous vraiment fermer toutes les tâches de cette colonne ?',
+ '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d tâche(s) dans la colonne « %s » et la swimlane « %s » seront fermées.',
+ 'Close all tasks of this column' => 'Fermer toutes les tâches de cette colonne',
);