Added Polish translations

This commit is contained in:
rzeka
2014-03-07 16:40:26 +01:00
parent ddaf391791
commit a6de8aacbc

View File

@@ -215,10 +215,10 @@ return array(
'Unable to create your comment.' => 'Nie udało się dodać komentarza', 'Unable to create your comment.' => 'Nie udało się dodać komentarza',
'The description is required' => 'Opis jest wymagany', 'The description is required' => 'Opis jest wymagany',
'Edit this task' => 'Edytuj zadanie', 'Edit this task' => 'Edytuj zadanie',
// 'Due Date' => '', 'Due Date' => 'Termin',
// 'm/d/Y' => 'd/m/Y', // Date format parsed with php 'm/d/Y' => 'd/m/Y', // Date format parsed with php
// 'month/day/year' => 'jour/mois/année', // Help shown to the user 'month/day/year' => 'dzień/miesiąc/rok', // Help shown to the user
// 'Invalid date' => '', 'Invalid date' => 'Błędna data',
// 'Must be done before %B %e, %G' => '', 'Must be done before %B %e, %G' => 'Termin do %e %B %G',
// '%B %e, %G' => '%e %B %G', '%B %e, %G' => '%e %B %G',
); );