summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-11-03 10:57:00 -0700
committerFrederic Guillot <fred@kanboard.net>2017-11-03 10:57:00 -0700
commite6f8a76a188960512ced32133b85686d9a8d9090 (patch)
treea7d4ff84eb127a8d542244e276c4775886c88a85 /app/Locale/fr_FR/translations.php
parent78a2d3142c8da35ed072fdb035a2351594b128cc (diff)
Use task description templates in bulk task creation
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-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 d281def6..c3f0bb90 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1356,4 +1356,5 @@ return array(
'Template removed successfully.' => 'Modèle supprimé avec succès.',
'Unable to remove this template.' => 'Impossible de supprimer ce modèle.',
'Description Templates' => 'Modèles de description',
+ 'Template for the task description' => 'Modèle pour la description des tâches',
);