From 4d74b3b494615d970f28c4e584eb3f472e6ed8d1 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Feb 2017 18:34:15 -0500 Subject: Add missing translations --- app/Locale/fr_FR/translations.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/Locale/fr_FR/translations.php') diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index cf538fc9..3016a18d 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1321,4 +1321,15 @@ return array( 'Your project must have at least one active swimlane.' => 'Votre projet doit avoir au moins une swimlane active.', 'Project: %s' => 'Projet : %s', 'Automatic action not found: "%s"' => 'Action automatique introuvable : « %s »', + '%d projects' => '%d projets', + '%d project' => '%d projet', + 'There is no project.' => 'Il n\'y a pas de projet.', + 'Sort' => 'Trier', + 'Project ID' => 'ID du projet', + 'Project name' => 'Nom du projet', + 'Public' => 'Public', + 'Private' => 'Privé', + '%d tasks' => '%d tâches', + '%d task' => '%d tâche', + 'Task ID' => 'ID de la tâche', ); -- cgit v1.2.3