summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-01-30 11:06:32 -0800
committerFrédéric Guillot <fred@kanboard.net>2018-01-30 11:06:32 -0800
commite7ea0b46e9d616d7e87845e1851c183eefdfe10f (patch)
tree3e22311521a66f0fa30cb6737a486449d3078279 /app/Locale/fr_FR/translations.php
parente155163265ff0781153922b3cf685db3eed99834 (diff)
Add missing translations
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 39f46cca..8f74fdb7 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1373,4 +1373,6 @@ return array(
'days' => 'jours',
'minutes' => 'minutes',
'seconds' => 'secondes',
+ 'Assign automatically a color when preset start date is reached' => 'Assigner automatiquement une couleur lorsque la date de début est passée',
+ 'Move the task to another column once a predefined start date is reached' => 'Déplaçer la tâche vers une autre colonne lorsque la date de début est passée',
);