From e0a5045ed5f3a4a6a34d252f5251295a27d11418 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 16 Mar 2014 10:44:05 -0400 Subject: Add the possiblity to reorder the column position for a board --- locales/pl_PL/translations.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'locales/pl_PL') 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' => '', ); -- cgit v1.2.3