From a1923d3d7f9276e859d6fd6bee339f0ea00f6544 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 22 Feb 2014 13:37:06 -0500 Subject: Add a page to display completed tasks and add the completion date column for tasks --- locales/fr_FR/translations.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'locales/fr_FR') diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 4249632a..245825ad 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -166,5 +166,17 @@ return array( 'Backlog' => 'En attente', 'Work in progress' => 'En cours', 'Done' => 'Terminé', - 'Application version:' => 'Version de l\'application :' + 'Application version:' => 'Version de l\'application :', + 'Completed on %B %e, %G at %k:%M %p' => 'Terminé le %e %B %G à %k:%M', + '%B %e, %G at %k:%M %p' => '%e %B %G à %k:%M', + 'Date created' => 'Date de création', + 'Date completed' => 'Date de clôture', + 'Id' => 'Identifiant', + 'Show this task' => 'Afficher cette tâche', + 'No task' => 'Aucune tâche', + 'completed tasks' => 'tâches terminées', + 'List of projects' => 'Liste des projets', + 'Completed tasks for "%s"' => 'Tâches terminées pour "%s"', + '%d closed tasks' => '%d tâches terminées', + 'no task for this project' => 'aucune tâche pour ce projet', ); -- cgit v1.2.3