diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 17:59:02 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 17:59:02 -0500 |
commit | e89ba5e9e692f33427fedb05a095255f27480a6b (patch) | |
tree | 59cbca6ac75a8eff45be14f6ae4ab487e0a427b1 /app/Locale/fr_FR | |
parent | 3df63e051fac84cec98c912668722f87d6e8183e (diff) |
Analytics: add the first graph (task repartition)
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 05756a93..3afa53ce 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -565,4 +565,10 @@ return array( 'Columns' => 'Colonnes', 'Task' => 'Tâche', 'Your are not member of any project.' => 'Vous n\'êtes membre d\'aucun projet.', + 'Percentage' => 'Pourcentage', + 'Number of tasks' => 'Nombre de tâches', + 'Task distribution' => 'Répartition des tâches', + 'Reportings' => 'Rapports', + 'Task repartition for "%s"' => 'Répartition des tâches pour « %s »', + 'Analytics' => 'Analytique', ); |