diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-06-21 20:18:35 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-06-21 20:18:35 -0700 |
commit | 95150183652cbe2381f1741bb214621bc628c055 (patch) | |
tree | 41bf52147c34ca58ab3f6d52655f732396fdeeff /app/Locale/fr_FR/translations.php | |
parent | 878c6f29c356871a43493eea9e2eaf0368a8ec6a (diff) |
Update French translation
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-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 caa60992..496ffced 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1400,4 +1400,7 @@ return array( '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 »', + 'Move the task to another column when the due date is less than a certain number of days' => 'Déplaçer la tâche dans une autre colonne lorsque la date d\'échéance est inférieure à un certain nombre de jour', + 'HTTP Client:' => 'Client HTTP :', + 'XBT - bitcoin' => 'XBT - Bitcoin', ); |