summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 3f26afe6..8516ee5b 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1019,4 +1019,14 @@ return array(
'License' => 'Licence',
'Project Administrator' => 'Administrateur de projet',
'Enter the text below' => 'Entrez le texte ci-dessous',
+ 'Gantt chart for %s' => 'Diagramme de Gantt pour %s',
+ 'Sort by position' => 'Trier par position',
+ 'Sort by date' => 'Trier par date',
+ 'Add task' => 'Ajouter une tâche',
+ 'Start date:' => 'Date de début :',
+ 'Due date:' => 'Date d\'échéance :',
+ 'There is no start date or due date for this task.' => 'Il n\'y a pas de date de début ou de date de fin pour cette tâche.',
+ 'Moving or resizing a task will change the start and due date of the task.' => 'Déplacer ou redimensionner une tâche va changer la date de début et la date de fin de la tâche.',
+ 'There is no task in your project.' => 'Il n\'y a aucun tâche dans votre projet.',
+ 'Gantt chart' => 'Diagramme de Gantt',
);