summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
Diffstat (limited to 'locales')
-rw-r--r--locales/fr_FR/translations.php8
-rw-r--r--locales/pl_PL/translations.php8
2 files changed, 14 insertions, 2 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index b69c0445..29214886 100644
--- a/locales/fr_FR/translations.php
+++ b/locales/fr_FR/translations.php
@@ -151,7 +151,7 @@ return array(
'Task opened successfully.' => 'Tâche ouverte avec succès.',
'Unable to close this task.' => 'Impossible de fermer cette tâche.',
'Task closed successfully.' => 'Tâche fermé avec succès.',
- 'Unable to update your task.' => 'Impossible de fermer cette tâche.',
+ 'Unable to update your task.' => 'Impossible de modifier cette tâche.',
'Task updated successfully.' => 'Tâche mise à jour avec succès.',
'Unable to create your task.' => 'Impossible de créer cette tâche.',
'Task created successfully.' => 'Tâche créée avec succès.',
@@ -212,4 +212,10 @@ return array(
'Unable to create your comment.' => 'Impossible de sauvegarder votre commentaire.',
'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, %G' => 'Doit être fait avant le %e %B %G',
+ '%B %e, %G' => '%e %B %G',
);
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php
index b088e30e..17b27c8e 100644
--- a/locales/pl_PL/translations.php
+++ b/locales/pl_PL/translations.php
@@ -214,5 +214,11 @@ return array(
'Comment added successfully.' => 'Komentarz dodany',
'Unable to create your comment.' => 'Nie udało się dodać komentarza',
'The description is required' => 'Opis jest wymagany',
- 'Edit this task' => 'Edytuj zadanie'
+ 'Edit this task' => 'Edytuj zadanie',
+ // 'Due Date' => '',
+ // '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' => '',
+ // 'Must be done before %B %e, %G' => '',
+ // '%B %e, %G' => '%e %B %G',
);