diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-16 10:44:05 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-16 10:44:05 -0400 |
commit | e0a5045ed5f3a4a6a34d252f5251295a27d11418 (patch) | |
tree | fb9affe5aab371e64ceb6403818d6acd99203b97 /locales/pl_PL/translations.php | |
parent | 395a8a5f2a4976b80432a0d71d51d1bad3d01a83 (diff) |
Add the possiblity to reorder the column position for a board
Diffstat (limited to 'locales/pl_PL/translations.php')
-rw-r--r-- | locales/pl_PL/translations.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index ffc078a9..458ad25d 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -216,7 +216,7 @@ return array( 'The description is required' => 'Opis jest wymagany', 'Edit this task' => 'Edytuj zadanie', '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' => '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', @@ -251,4 +251,8 @@ return array( 'Open a closed task' => 'Otwarcie zamkniętego zadania', 'Closing a task' => 'Zamknięcie zadania', 'Assign a color to a specific user' => 'Przypisz kolor do wybranego użytkownika', + // 'Column title' => '', + // 'Position' => '', + // 'Move Up' => '', + // 'Move Down' => '', ); |