diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-21 21:12:24 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-21 21:12:24 -0400 |
commit | 81e40e2c910f0be3f6031445a4d2c1714cdeb385 (patch) | |
tree | d571857cff71af4e351327edc70e971758259239 /app/Locale/fr_FR | |
parent | 1465ca1ae1510cd399b8f408ce7bf8058ed26955 (diff) |
Replace dimplejs by c3js for chart drawing
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 4a792d07..4f077e93 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -945,4 +945,7 @@ return array( 'New due date: %B %e, %Y' => 'Nouvelle date d\'échéance : %d/%m/%Y', 'Start date changed: %B %e, %Y' => 'Date de début modifiée : %d/%m/%Y', '%k:%M %p' => '%H:%M', + '%%Y-%%m-%%d' => '%%d/%%m/%%Y', + 'Total for all columns' => 'Total pour toutes les colonnes', + 'You need at least 2 days of data to show the chart.' => 'Vous avez besoin d\'au minimum 2 jours de données pour afficher le graphique.', ); |