summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-09-05 11:11:02 -0400
committerFrederic Guillot <fred@kanboard.net>2016-09-05 11:11:02 -0400
commit5eb0104916794e53dc66bbf558e4dfeb677713e3 (patch)
tree974c7fb87b6447b089de48ca5a12fbe6436a5d0c /app/Locale/fr_FR
parent49788b70eca710f8ca17e99ca447053ae598173b (diff)
Sync locales
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 71b8ace5..ebdae0a4 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1213,4 +1213,16 @@ return array(
'Notifications for %s' => 'Notifications pour %s',
'Subtasks export' => 'Export des sous-tâches',
'Tasks exportation' => 'Export des tâches',
+ 'Assign a color when the task is moved to a specific swimlane' => 'Assigner une couleur lorsque une tâche est déplaçée dans une swimlane spécifique',
+ 'Assign a priority when the task is moved to a specific swimlane' => 'Assigner une priorité lorsque une tâche est déplaçée dans une swimlane spécifique',
+ 'User unlocked successfully.' => 'Utilisateur débloqué avec succès.',
+ 'Unable to unlock the user.' => 'Impossible de débloquer cet utilisateur.',
+ 'Move a task to another swimlane' => 'Déplaçer une tâche dans une autre swimlane',
+ 'Creator Name' => 'Nom du créateur',
+ 'Time spent and estimated' => 'Temps passé et estimé',
+ 'Move position' => 'Changer la position',
+ 'Move task to another position on the board' => 'Déplaçer la tâche vers une autre position sur le board',
+ 'Insert before this task' => 'Insérer avant cette tâche',
+ 'Insert after this task' => 'Insérer après cette tâche',
+ 'Unlock this user' => 'Débloquer cet utilisateur',
);