diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-14 17:43:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-14 17:43:49 -0400 |
commit | e637a17efbedf907226c8e08a314ee8d208bdf20 (patch) | |
tree | e00b789a17e9a4db594d9795246124b0e9dc0131 /app/Locale/fr_FR | |
parent | ee5e8cca218c7a617147a7312be73bc81fe63348 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 10 |
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', ); |