summaryrefslogtreecommitdiff
path: root/locales/fr_FR/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-27 15:14:13 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-27 15:14:13 -0400
commit096b282a473fa2b27c3bfe3061f54b5fd83c75e0 (patch)
treefc358e47860c50ab8505e0666043d76196e48016 /locales/fr_FR/translations.php
parent6551609d1b248011d301080c1be7c48085dc5d55 (diff)
Add a basic task search
Diffstat (limited to 'locales/fr_FR/translations.php')
-rw-r--r--locales/fr_FR/translations.php6
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',
);