From 14659e1e091d1e1f78665b88027eb75ae28f8aa0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 11 Apr 2016 18:14:03 -0400 Subject: Added missing translations --- app/Locale/fr_FR/translations.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Locale/fr_FR') diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 2fd05dc5..ed4638cd 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1163,8 +1163,8 @@ return array( 'Search by task status: ' => 'Rechercher par le statut des tâches : ', 'Search by task title: ' => 'Rechercher par le titre des tâches : ', 'Activity stream search' => 'Recherche dans le flux d\'activité', - 'Projects where "%s" is manager' => '', - 'Projects where "%s" is member' => '', - 'Open tasks assigned to "%s"' => '', - 'Closed tasks assigned to "%s"' => '', + 'Projects where "%s" is manager' => 'Projets où « %s » est gestionnaire', + 'Projects where "%s" is member' => 'Projets où « %s » est membre du projet', + 'Open tasks assigned to "%s"' => 'Tâches ouvertes assignées à « %s »', + 'Closed tasks assigned to "%s"' => 'Tâches fermées assignées à « %s »', ); -- cgit v1.2.3