Add the possiblity to reorder the column position for a board
This commit is contained in:
@@ -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' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user