summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-04-30 14:39:51 -0400
committerFrederic Guillot <fred@kanboard.net>2017-04-30 14:39:51 -0400
commitf22cc29cd52d71580f598d0602cdce85bfaf5e92 (patch)
tree3120edd44702149e1a16e47d24ce42bdd3b8b2de /app/Locale/fr_FR
parent11d1da2d7915fef02e60fff787b1ea640f780cda (diff)
Add [DUPLICATE] prefix to duplicated tasks title
Diffstat (limited to 'app/Locale/fr_FR')
-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 f6085944..48168271 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1331,4 +1331,5 @@ return array(
'%d subtasks' => '%d sous-tâches',
'%d subtask' => '%d sous-tâche',
'Only moving task between those columns is permitted for tasks assigned to the current user' => 'Seulement le déplacement des tâches entre ces colonnes est autorisé pour l\'utilisateur courant',
+ '[DUPLICATE]' => '[COPIE]',
);