summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-10-07 08:45:18 -0400
committerFrederic Guillot <fred@kanboard.net>2016-10-07 08:45:18 -0400
commit096b000c59842d0d2995ce66b84f9ca87370473f (patch)
tree4dcc1eb4473626b6390a5d4b9002d43c92e8e015 /app/Locale/fr_FR/translations.php
parent4cc856344f0105fe893c384eeec6b14036321651 (diff)
Add restriction to disable task drag and drop for a project
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 2de18abf..b428ec10 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1276,4 +1276,5 @@ return array(
'Do you really want to remove this project restriction: "%s"?' => 'Voulez-vous vraiment supprimer cette restriction de projet : « %s » ?',
'Duplicate to multiple projects' => 'Dupliquer vers plusieurs projets',
'This field is required' => 'Ce champ est requis',
+ 'Moving a task is not permitted' => 'Déplaçer une tâche n\'est pas autorisé',
);