Added missing translations

This commit is contained in:
Frederic Guillot 2016-04-11 18:14:03 -04:00
parent 481b2091dd
commit 14659e1e09
1 changed files with 4 additions and 4 deletions

View File

@ -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 »',
);