diff options
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 0c2e4955..2fd05dc5 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1163,4 +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"' => '', ); |