diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-11 18:14:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-11 18:14:03 -0400 |
commit | 14659e1e091d1e1f78665b88027eb75ae28f8aa0 (patch) | |
tree | 71631849997360b6512097b7e27eb7119b0cc9d8 /app/Locale/fr_FR/translations.php | |
parent | 481b2091ddf1fef735c7ebab399fc13b85ce8110 (diff) |
Added missing translations
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
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 »', ); |