| 
<?php
 return array(
 'Sort by position' => 'Sortuj wg pozycji',
 'Sort by date' => 'Sortuj wg daty',
 'Add task' => 'Dodaj zadanie',
 'There is no start date or due date for this task.' => 'Brak daty rozpocz?cia lub terminu zadania',
 'Moving or resizing a task will change the start and due date of the task.' => 'Przeniesienie b?d? edycja zmieni dat? rozpocz?cia oraz termin uko?czenia zadania.',
 'There is no task in your project.' => 'Brak zada? w projekcie.',
 'Gantt chart' => 'Wykres Gantta',
 'Gantt chart for all projects' => 'Wykres Gantta dla wszystkich projektów',
 'Gantt chart for this project' => 'Wykres Gantta dla bie?acego projektu',
 'Project board' => 'Talica projektu',
 'There is no start date or end date for this project.' => 'Nie zdefiniowano czasu trwania projektu',
 'Projects Gantt chart' => 'Wykres Gantta dla projektów',
 'Switch to the Gantt chart view' => 'Prze??cz na wykres Gantta',
 );
 
 
 |