diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-30 11:10:25 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-30 11:10:25 -0700 |
commit | 0b475c18509c335087cc3158b5a7e616c1928286 (patch) | |
tree | c8f96eb2ce30a33bed40bd2fe699bad2e0607f09 /app/Locale/fr_FR | |
parent | 9c50fc9eb57b7fe6bdb6b0d2905269525570f857 (diff) |
Add missing translations
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index f0b2e9f6..fec677cc 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1377,4 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'Le lien avec la relation « %s » de la tâche %s a été supprimé', 'Custom Filter:' => 'Filtre personalisé :', 'Unable to find this group.' => 'Impossible de trouver ce groupe.', + '%s moved the task #%d to the column "%s"' => '%s a déplacé la tâche #%d vers la colonne « %s »', + '%s moved the task #%d to the position %d in the column "%s"' => '%s a déplacé la tâche #%d à la position %d dans la colonne « %s »', + '%s moved the task #%d to the swimlane "%s"' => '%s a déplacé la tâche #%d vers la swimlane « %s »', ); |