summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2017-12-26 17:49:09 -0800
committerFrédéric Guillot <fred@kanboard.net>2017-12-26 17:49:09 -0800
commitd696a969e1566f753fc554673ad57c40e3a7bdb9 (patch)
tree9990f3f7361d24739a3aa9675f68e16366ccd121 /app/Locale/fr_FR
parent663b9c08a1c4fa4775f186a2fbe49b4716fd1fd7 (diff)
Update French translations
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 92f1c0e5..39f46cca 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1370,7 +1370,7 @@ return array(
'Stop the timer of all subtasks when moving a task to another column' => 'Arrêter le minuteur de toutes les sous-tâches lorsque la tâche est déplaçée dans une autre colonne',
'Subtask Title' => 'Titre de la sous-tâche',
'Add a subtask and activate the timer when moving a task to another column' => 'Ajouter une sous-tâche et activer le minuteur lorsque la tâche est déplaçé dans une autre colonne',
- // 'days' => '',
- // 'minutes' => '',
- // 'seconds' => '',
+ 'days' => 'jours',
+ 'minutes' => 'minutes',
+ 'seconds' => 'secondes',
);