diff options
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-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.', ); |