[ 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 'Leads' => 'Kaynaklar' , 12 'SINGLE_Leads' => 'Kaynak' , 13 'LBL_RECORDS_LIST' => 'Leads List' , 14 'LBL_ADD_RECORD' => 'Add Lead' , 15 'LBL_LEAD_INFORMATION' => 'Kaynak Bilgisi' , 16 'Lead No' => 'Kaynak No' , 17 'Company' => 'Şirket' , 18 'Designation' => 'Ünvan' , 19 'Website' => 'Website' , 20 'Industry' => 'Sektör' , 21 'Lead Status' => 'Kaynak Statüsü' , 22 'No Of Employees' => 'Çalışan Sayısı' , 23 '--None--' => '--Hiç Biri--' , 24 'Mr.' => 'Bay.' , 25 'Ms.' => 'Bayan.' , 26 'Mrs.' => 'Bayan.' , 27 'Dr.' => 'Dr.' , 28 'Prof.' => 'Prof.' , 29 'Attempted to Contact' => 'İlgili Kişi Girişimi' , 30 'Cold' => 'Soğuk' , 31 'Contact in Future' => 'Gelecekte Ara' , 32 'Contacted' => 'Arandı' , 33 'Hot' => 'Sıcak' , 34 'Hot Leads' => 'Sıcak İlanlar', 35 'Junk Lead' => 'Kötü Kaynak' , 36 'Lost Lead' => 'Kaybedilmiş Kaynak' , 37 'Not Contacted' => 'İrtibatageçilemedi' , 38 'Pre Qualified' => 'Zaten uygundu' , 39 'Qualified' => 'Uygun bulundu' , 40 'Warm' => 'Sıcak' , 41 'LBL_CONVERT_LEAD' => 'Kaynağı Dönüştür:' , 42 'LBL_TRANSFER_RELATED_RECORD' => 'Transfer related record to' , 43 'LBL_CONVERT_LEAD_ERROR' => 'You have to enable either Organization or Contact to convert the Lead', 44 'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Modules Disabled' , 45 'CANNOT_CONVERT' => 'Dönüştürülemedi.' , 46 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'Possible reasons include:' , 47 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'Leads Field Mapping is incomplete(Settings > Module Manager > Leads > Leads Field Mapping)', 48 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Mandatory fields are empty' , 49 'LBL_LEADS_FIELD_MAPPING' => 'Leads Field Mapping' , 50 'LBL_CUSTOM_FIELD_MAPPING' => 'Edit Field Mapping' , 51 ); 52 $jsLanguageStrings = array( 53 'JS_SELECT_CONTACTS' => 'Select Contacts to proceed' , 54 'JS_SELECT_ORGANIZATION' => 'Select Organization to proceed', 55 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Conversion requires selection of Contact or Organization', 56 );
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 |