summaryrefslogtreecommitdiff
path: root/app/Locales/fr_FR/translations.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Locales/fr_FR/translations.php')
-rw-r--r--app/Locales/fr_FR/translations.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php
index 19c15f86..8c9c74ea 100644
--- a/app/Locales/fr_FR/translations.php
+++ b/app/Locales/fr_FR/translations.php
@@ -209,11 +209,9 @@ return array(
'The description is required' => 'La description est obligatoire',
'Edit this task' => 'Modifier cette tâche',
'Due Date' => 'Date d\'échéance',
- 'm/d/Y' => 'd/m/Y', // Date format parsed with php
- 'month/day/year' => 'jour/mois/année', // Help shown to the user
'Invalid date' => 'Date invalide',
'Must be done before %B %e, %Y' => 'Doit être fait avant le %d/%m/%Y',
- '%B %e, %Y' => '%d/%m/%Y',
+ '%B %e, %Y' => '%d %B %Y',
'Automatic actions' => 'Actions automatisées',
'Your automatic action have been created successfully.' => 'Votre action automatisée a été ajouté avec succès.',
'Unable to create your automatic action.' => 'Impossible de créer votre action automatisée.',
@@ -534,4 +532,6 @@ return array(
'Application URL' => 'URL de l\'application',
'Example: http://example.kanboard.net/ (used by email notifications)' => 'Exemple : http://exemple.kanboard.net/ (utilisé pour les notifications)',
'Token regenerated.' => 'Jeton de sécurité regénéré.',
+ 'Date format' => 'Format de date',
+ 'ISO format is always accepted, example: "%s" and "%s"' => 'Le format ISO est toujours accepté, exemple : « %s » et « %s »',
);