| 
<?php
 return array(
 'Sort by position' => 'Pozisyona göre s?rala',
 'Sort by date' => 'Tarihe göre s?rala',
 'Add task' => 'Görev ekle',
 'There is no start date or due date for this task.' => 'Bu görev için ba?lang?ç veya tamamlanmas? gereken tarih yok.',
 'Moving or resizing a task will change the start and due date of the task.' => 'Bir görevin boyutunu de?i?tirmek, görevin ba?lang?ç ve tamamlanmas? gereken tarihlerini de?i?tirir.',
 'There is no task in your project.' => 'Projenizde hiç görev yok.',
 'Gantt chart' => 'Gantt diyagram?',
 'Gantt chart for all projects' => 'Tüm projeler için Gantt diyagram?',
 'Gantt chart for this project' => 'Bu proje için Gantt diyagram?',
 'Project board' => 'Proje Panosu',
 'There is no start date or end date for this project.' => 'Bu proje için ba?lang?ç veya biti? tarihi yok.',
 'Projects Gantt chart' => 'Projeler Gantt diyagram?',
 'Switch to the Gantt chart view' => 'Gantt diyagram? görünümüne geç',
 );
 
 
 |