[ 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' => 'Leads' , 12 'SINGLE_Leads' => 'Lead' , 13 'LBL_RECORDS_LIST' => 'Leads List' , 14 'LBL_ADD_RECORD' => 'Add Lead' , 15 'LBL_LEAD_INFORMATION' => 'Informação Lead' , 16 'Lead No' => 'Cod. Lead' , 17 'Company' => 'Empresa' , 18 'Designation' => 'Título' , 19 'Website' => 'Website' , 20 'Industry' => 'Atividade' , 21 'Lead Status' => 'Status Lead' , 22 'No Of Employees' => 'No. Empregados' , 23 '--None--' => '--Nada--' , 24 'Mr.' => 'Sr.' , 25 'Ms.' => 'Sra.' , 26 'Mrs.' => 'Srta.' , 27 'Dr.' => 'Dr' , 28 'Prof.' => 'Prof.' , 29 'Attempted to Contact' => 'Tentativa Contato' , 30 'Cold' => 'Frio' , 31 'Contact in Future' => 'Contactar no Futuro' , 32 'Contacted' => 'Contactado' , 33 'Hot' => 'Quente' , 34 'Hot Leads' => 'Leads quentes', 35 'Junk Lead' => 'Descartado' , 36 'Lost Lead' => 'Perdido' , 37 'Not Contacted' => 'Não Contactado' , 38 'Pre Qualified' => 'Pré-Qualificado' , 39 'Qualified' => 'Qualificado' , 40 'Warm' => 'Morno' , 41 'LBL_CONVERT_LEAD' => 'Converter Lead:' , 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' => 'Não pode ser Convertido' , 46 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'O seguinte pode ser uma das possíveis razões', 47 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'Todos os campos obrigatórios não são mapeados', 48 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Alguns dos valores dos campos obrigatórios estão vazios', 49 'LBL_LEADS_FIELD_MAPPING' => 'Mapeamento Campos Customizados do Lead', 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 |