[ 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' => 'Prospectari' , 12 'SINGLE_Leads' => 'Prospectare' , 13 'LBL_RECORDS_LIST' => 'Leads List' , 14 'LBL_ADD_RECORD' => 'Add Lead' , 15 'LBL_LEAD_INFORMATION' => 'Info prospectare' , 16 'Lead No' => 'ID Prospectare' , 17 'Company' => 'Companie' , 18 'Designation' => 'Titlu' , 19 'Website' => 'Site Web' , 20 'Industry' => 'Industrie' , 21 'Lead Status' => 'Stare prospectare' , 22 'No Of Employees' => 'Nr angajati' , 23 '--None--' => '--Zero--' , 24 'Mr.' => 'D-nul' , 25 'Ms.' => 'D-na' , 26 'Mrs.' => 'D-ra' , 27 'Dr.' => 'Dr.' , 28 'Prof.' => 'Prof.' , 29 'Attempted to Contact' => 'Contact incercat' , 30 'Cold' => 'Rece' , 31 'Contact in Future' => 'Contact de viitor' , 32 'Contacted' => 'Contactat' , 33 'Hot' => 'Fierbinte' , 34 'Hot Leads' => 'Oportunitati Hot', 35 'Junk Lead' => 'Prospectare Junk' , 36 'Lost Lead' => 'Prospectare pierduta' , 37 'Not Contacted' => 'N-a fost contactat' , 38 'Pre Qualified' => 'Pre calificat' , 39 'Qualified' => 'Calificat' , 40 'Warm' => 'Cald' , 41 'LBL_CONVERT_LEAD' => 'Converteste prospectare:' , 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' => 'Nu poate fi convertit' , 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 ); 53 $jsLanguageStrings = array( 54 'JS_SELECT_CONTACTS' => 'Select Contacts to proceed' , 55 'JS_SELECT_ORGANIZATION' => 'Select Organization to proceed', 56 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Conversion requires selection of Contact or Organization', 57 );
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 |