summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-07 22:02:22 -0500
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-07 22:02:22 -0500
commit66fbcc4ea21318ceca9024f31e0d350337dbb75d (patch)
tree0f7f4d8396134605508fc13b52acf92f853c24ee
parentddaf3917911e1f33b82d832698799b1160cebc6d (diff)
parenta6de8aacbc57d4308fc7944a343955f5717e8f55 (diff)
Merge pull request #46 from rzeka/master
Added Polish translations
-rw-r--r--locales/pl_PL/translations.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php
index 17b27c8e..ae5ec4de 100644
--- a/locales/pl_PL/translations.php
+++ b/locales/pl_PL/translations.php
@@ -215,10 +215,10 @@ return array(
'Unable to create your comment.' => 'Nie udało się dodać komentarza',
'The description is required' => 'Opis jest wymagany',
'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',
+ 'Due Date' => 'Termin',
+ 'm/d/Y' => 'd/m/Y', // Date format parsed with php
+ 'month/day/year' => 'dzień/miesiąc/rok', // Help shown to the user
+ 'Invalid date' => 'Błędna data',
+ 'Must be done before %B %e, %G' => 'Termin do %e %B %G',
+ '%B %e, %G' => '%e %B %G',
);