diff options
Diffstat (limited to 'app/Locales/fr_FR')
-rw-r--r-- | app/Locales/fr_FR/translations.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 573b8e89..49e6bc2f 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -349,9 +349,9 @@ return array( 'estimated' => 'estimé', 'Sub-Tasks' => 'Sous-Tâches', 'Add a sub-task' => 'Ajouter une sous-tâche', - 'Original Estimate' => 'Estimation originale', + 'Original estimate' => 'Estimation originale', 'Create another sub-task' => 'Créer une autre sous-tâche', - 'Time Spent' => 'Temps passé', + 'Time spent' => 'Temps passé', 'Edit a sub-task' => 'Modifier une sous-tâche', 'Remove a sub-task' => 'Supprimer une sous-tâche', 'The time must be a numeric value' => 'Le temps doit-être une valeur numérique', @@ -538,4 +538,9 @@ return array( 'This project is private' => 'Ce projet est privé', 'Type here to create a new sub-task' => 'Créer une sous-tâche en écrivant le titre ici', 'Add' => 'Ajouter', + 'Estimated time: %s hours' => 'Temps estimé: %s hours', + 'Time spent: %s hours' => 'Temps passé : %s heures', + 'Started on %B %e, %Y' => 'Commençé le %d/%m/%Y', + 'Start date' => 'Date de début', + 'Time estimated' => 'Temps estimé', ); |