diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-05 20:31:44 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-05 20:31:44 -0500 |
commit | 36d4cea9866d605fd8685876378988c10a32e82d (patch) | |
tree | ecf457a2eb3a0c0cf7d5b9f0d85e5fcca3dff0d8 /app/Locale | |
parent | e62779e26781c849bdc24f40e94330bec97f8069 (diff) | |
parent | cfa54a20cf3eae9104d61eb03c86b90231066ffb (diff) |
Merge pull-request #1610
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index d17545ea..3700ac1a 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -475,7 +475,7 @@ 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', + 'Estimated time: %s hours' => 'Temps estimé: %s heures', 'Time spent: %s hours' => 'Temps passé : %s heures', 'Started on %B %e, %Y' => 'Commençé le %d/%m/%Y', 'Start date' => 'Date de début', @@ -1101,7 +1101,7 @@ return array( 'Group Name' => 'Nom du groupe', 'Enter group name...' => 'Entrez le nom du groupe...', 'Role:' => 'Rôle :', - 'Project members' => 'Membres du project', + 'Project members' => 'Membres du projet', 'Compare hours for "%s"' => 'Comparer les heures pour « %s »', '%s mentioned you in the task #%d' => '%s vous a mentionné dans la tâche n°%d', '%s mentioned you in a comment on the task #%d' => '%s vous a mentionné dans un commentaire de la tâche n°%d', |