diff options
author | Frédéric Guillot <fred@kanboard.net> | 2016-10-21 07:41:52 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2016-10-21 07:41:52 -0400 |
commit | c2e3f1eba95c86efdc429c16b94e87b0687241dd (patch) | |
tree | f43c6bac1b8fe20603ec7ee3f35ed0c4d9e1e7d3 /app/Locale/fr_FR/translations.php | |
parent | 6a3e435e89173d6e14377c975d42c3c0b18f2ea3 (diff) |
Show error messages in dialog box to move tasks
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 89f46181..f525fff4 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1278,4 +1278,5 @@ return array( 'This field is required' => 'Ce champ est requis', 'Moving a task is not permitted' => 'Déplaçer une tâche n\'est pas autorisé', 'This value must be in the range %d to %d' => 'Cette valeur doit être définie entre %d et %d', + 'You are not allowed to move this task.' => 'Vous n\'êtes pas autorisé à déplacer cette tâche.', ); |