diff options
Diffstat (limited to 'locales/fr_FR/translations.php')
-rw-r--r-- | locales/fr_FR/translations.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 563ccc91..54659276 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -283,4 +283,10 @@ return array( 'Filter by user' => 'Filtrer par utilisateur', 'Filter by due date' => 'Filtrer par date d\'échéance', 'Everybody' => 'Tout le monde', + 'Open' => 'Ouvert', + 'Closed' => 'Fermé', + 'Search' => 'Rechercher', + 'Nothing found.' => 'Rien trouvé.', + 'Search in the project "%s"' => 'Rechercher dans le projet « %s »', + 'Due date' => 'Date d\'échéance', ); |