diff options
author | mfoucrier <michel@foucrier.fr> | 2015-07-14 00:39:11 +0200 |
---|---|---|
committer | mfoucrier <michel@foucrier.fr> | 2015-07-14 00:39:11 +0200 |
commit | 67198b804a1e8164f9e3ead66da36bc973034fae (patch) | |
tree | 317faa6553a2d35d802f6c187029467809b847ae /app/Locale/fr_FR/translations.php | |
parent | bf59465b10c3f360d8c860b55bcd40d78af74f4a (diff) |
Update translations.php
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 34839a12..d0776d51 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -899,7 +899,7 @@ return array( 'This report contains all subtasks information for the given date range.' => 'Ce rapport contient les informations de toutes les sous-tâches pour la période selectionnée.', 'This report contains all tasks information for the given date range.' => 'Ce rapport contient les informations de toutes les tâches pour la période selectionnée.', 'Project activities for %s' => 'Activité des projets pour « %s »', - 'view the board on Kanboard' => 'voir la tableau sur Kanboard', + 'view the board on Kanboard' => 'voir le tableau sur Kanboard', 'The task have been moved to the first swimlane' => 'La tâche a été déplacée dans la première swimlane', 'The task have been moved to another swimlane:' => 'La tâche a été déplacée dans une autre swimlane :', 'Overdue tasks for the project "%s"' => 'Tâches en retard pour le projet « %s »', @@ -966,7 +966,7 @@ return array( 'Filter' => 'Filtre', 'Advanced search' => 'Recherche avancée', 'Example of query: ' => 'Exemple de requête : ', - 'Search by project: ' => 'Rechercher par project : ', + 'Search by project: ' => 'Rechercher par projet : ', 'Search by column: ' => 'Rechercher par colonne : ', 'Search by assignee: ' => 'Rechercher par assigné : ', 'Search by color: ' => 'Rechercher par couleur : ', |