diff options
Diffstat (limited to 'locales/pl_PL/translations.php')
-rw-r--r-- | locales/pl_PL/translations.php | 8 |
1 files changed, 7 insertions, 1 deletions
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', ); |