summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2019-04-05 18:33:22 -0700
committerfguillot <fred@kanboard.net>2019-04-05 19:04:19 -0700
commitd261482e9a5103bf8439b3a22250b2bee4bb222a (patch)
tree3668410658890eb40d1a95137059523d39895a4e /app/Locale/fr_FR/translations.php
parent9f926c987894b12caffbef56a56d18873a25cefc (diff)
Add missing template and 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 1df707c8..caa60992 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1398,4 +1398,6 @@ return array(
'Reorder this column by assignee and priority (DESC)' => 'Réorganiser cette colonne par assigné et par priorité (DESC)',
'Reorder this column by assignee (A-Z)' => 'Réorganiser cette colonne par assigné (A-Z)',
'Reorder this column by assignee (Z-A)' => 'Réorganiser cette colonne par assigné (Z-A)',
+ '%s moved the task #%d "%s" to the project "%s"' => '%s a déplacé la tâche #%d « %s » vers le projet « %s »',
+ 'Task #%d "%s" has been moved to the project "%s"' => 'La tâche #%d « %s » a été déplacée vers le projet « %s »',
);