summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-26 20:49:37 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-26 20:49:37 -0400
commitd3ae8d2acb218c8e1bc50ed1b92c19016e9214ee (patch)
tree1fbf207bb2e1f681f8477f4273f084ce9c64f727 /app/Locale/fr_FR
parent626ad566f718e0c0f63034ecc76604d22d4b2a06 (diff)
Display subtask estimates in the user calendar according to the timetable
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 340d16b1..7a88669c 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -810,4 +810,5 @@ return array(
'Move the task to another column when assigned to a user' => 'Déplacer la tâche dans une autre colonne lorsque celle-ci est assignée à quelqu\'un',
'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',
);