[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 ************************************************************************************/ 10 $languageStrings = array( 11 'SINGLE_ProjectTask' => "Proje Görevi", 12 'LBL_ADD_RECORD' => "Proje Görev ekle", 13 'LBL_RECORDS_LIST' => "Proje Görev Listesi", 14 'LBL_PROJECT_TASK_INFORMATION' => "Proje Görev Detayları", 15 'LBL_PROJECTS_LIST' => "Projeler Listesi", 16 'LBL_TASKS_LIST' => "Görevler Listesi", 17 'LBL_MILESTONES_LIST' => "Kilometre Taşları Listesi", 18 'Project Task Name' => "Proje Görev Adı", 19 'Project Task No' => "Proje Görev Yok", 20 'Project Task Number' => "Proje Görev sayısı", 21 'Status' => "Durum", 22 'Priority' => "Öncelik", 23 'Progress' => "Ilerleme", 24 'Type' => "Tip", 25 'Worked Hours' => "Çalışılan Saat", 26 'Start Date' => "Başlangıç Tarihi", 27 'End Date' => "Bitiş Tarihi", 28 'Related To' => "İlgili", 29 'administrative' => 'Idari', 30 'operative' => 'Faal', 31 'other' => 'Diğer', 32 'low' => 'Düşük', 33 'normal' => 'Normal', 34 'high' => 'Yüksek', 35 'Created Time' => "Oluşturulma Zaman", 36 'Modified Time' => "Modifiye Zaman", 37 'description' => "Tanımlama", 38 'Assigned To' => "Atanan", 39 'Open' => "Açık", 40 'In Progress' => "Devam", 41 'Completed' => "Tamamlandı", 42 'Deferred' => "Ertelenen", 43 'Canceled' => "Iptal edildi", 44 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |