[ 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 * Author : Francisco Hernandez Odin Consultores S de RL de CV 10 * Author : www.odin.mx 11 * Author : Proudly, the best Vtiger's Partner in Mexico 12 ************************************************************************************/ 13 $languageStrings = array( 14 'Leads' => 'Prospectos' , 15 'SINGLE_Leads' => 'Prospecto' , 16 'LBL_RECORDS_LIST' => 'Lista de prospectos' , 17 'LBL_ADD_RECORD' => 'Agregar prospecto' , 18 'LBL_LEAD_INFORMATION' => 'Información del Prospecto' , 19 'Lead No' => 'Núm. Prospecto' , 20 'Company' => 'Empresa' , 21 'Designation' => 'Cargo' , 22 'Website' => 'Página Web' , 23 'Industry' => 'Actividad' , 24 'Lead Status' => 'Estado del Prospecto' , 25 'No Of Employees' => 'Número de Empleados' , 26 '--None--' => '-----' , 27 'Mr.' => 'Sr.' , 28 'Ms.' => 'Sra.' , 29 'Mrs.' => 'Srta.' , 30 'Dr.' => 'Dr.' , 31 'Prof.' => 'Prof.' , 32 'Attempted to Contact' => 'Intentando Contactar' , 33 'Cold' => 'Frio' , 34 'Contact in Future' => 'Contactar más adelante' , 35 'Contacted' => 'Contactado' , 36 'Hot' => 'Caliente' , 37 'Hot Leads' => 'Prospectos calientes', 38 'Junk Lead' => 'Prospecto Basura' , 39 'Lost Lead' => 'Prospecto Fallido' , 40 'Not Contacted' => 'No Contactado' , 41 'Pre Qualified' => 'Pre Calificado' , 42 'Qualified' => 'Calificado' , 43 'Warm' => 'Tibio' , 44 'LBL_CONVERT_LEAD' => 'Convertir Prospecto' , 45 'LBL_TRANSFER_RELATED_RECORD' => 'Transferir registro relacionado a', 46 'LBL_CONVERT_LEAD_ERROR' => 'Necesitas tener habilitado el módulo de Cuentas o Contactos pasra convertir el prospecto', 47 'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Módulos deshabilitados' , 48 'CANNOT_CONVERT' => 'No se puede Convertir' , 49 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'A continuación se detallan algunas de las posibles causas', 50 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'No se han vinculado todos los campos obligatorios', 51 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Algún campo obligatorio está vacío', 52 'LBL_LEADS_FIELD_MAPPING' => 'Vinculación de Campos Personalizados', 53 'LBL_CUSTOM_FIELD_MAPPING' => 'Editar mapeo de campos' , 54 55 ); 56 $jsLanguageStrings = array( 57 'JS_SELECT_CONTACTS' => 'Selecciona un contacto para proceder', 58 'JS_SELECT_ORGANIZATION' => 'Selecciona una cuenta para proceder', 59 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'La conversiónn requiere la selección de un contacto o Cuenta', 60 );
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 |