[ 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 * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio. 9 * All Rights Reserved. 10 * ******************************************************************************** 11 * Language : Español es_es 12 * Version : 6.0.0 13 * Created Date : 2012-10-25 14 * Author : JPL TSolucio, S. L. Joe Bordes 15 * Last change : 2013-05-03 16 * Author : JPL TSolucio, S. L. Joe Bordes 17 ************************************************************************************/ 18 $languageStrings = array( 19 'Leads' => 'Pre-Contactos', 20 'SINGLE_Leads' => 'Pre-Contacto', 21 'LBL_RECORDS_LIST' => 'Lista de Pre-Contactos', 22 'LBL_ADD_RECORD' => 'Añadir Pre-Contacto', 23 'LBL_LEAD_INFORMATION' => 'Detalle de Pre-Contacto', 24 'Lead No' => 'Número Pre-Contacto', 25 'Company' => 'Cuenta', 26 'Designation' => 'Designación', 27 'Website' => 'Página Web', 28 'Industry' => 'Industria', 29 'Lead Status' => 'Estado Pre-Contacto', 30 'No Of Employees' => 'Numero de Empleados', 31 'Secondary Email' => 'Email (Alternativo)', 32 'Phone' => 'Teléfono', 33 'Email' => 'Email', 34 '--None--' => '--Ninguno--', 35 'Mr.' => 'Sr.', 36 'Ms.' => 'Sra.', 37 'Mrs.' => 'Srta.', 38 'Dr.' => 'Dr.', 39 'Prof.' => 'Prof.', 40 'Attempted to Contact' => 'Intentado Contactar', 41 'Cold' => 'Frío', 42 'Contact in Future' => 'Contactar más adelante', 43 'Contacted' => 'Contactado', 44 'Hot' => 'Caliente', 45 'Hot Leads' => 'Leads calientes', 46 'Junk Lead' => 'Pre-Contacto Basura', 47 'Lost Lead' => 'Pre-Contacto Fallido', 48 'Not Contacted' => 'No Contactado', 49 'Pre Qualified' => 'Pre Calificado', 50 'Qualified' => 'Calificado', 51 'Warm' => 'Tibio', 52 'LBL_CONVERT_LEAD' => 'Convertir Pre-Contacto', 53 'LBL_TRANSFER_RELATED_RECORD' => 'Transferir elemento relacionado a', 54 'LBL_CONVERT_LEAD_ERROR' => 'Cuentas y/o Contactos han de estar habilitados para la conversión', 55 'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Módulos Deshabilitados', 56 'CANNOT_CONVERT' => 'No se puede convertir', 57 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'A continuación se detallan algunas de las posibles causas:', 58 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'No se han vinculado todos los campos obligatorios(Configuración > Administrador de Módulos > Pre-Contactos > Vinculación de Campos)', 59 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Algún campo obligatorio está vacío', 60 'LBL_LEADS_FIELD_MAPPING' => 'Vinculación de Campos', 61 'LBL_CUSTOM_FIELD_MAPPING' => 'Editar Vinculación de Campos', 62 'LBL_WEBFORMS' => 'Crear Formulario Web', 63 ); 64 $jsLanguageStrings = array( 65 'JS_SELECT_CONTACTS' => 'Selecciona Contactos para seguir', 66 'JS_SELECT_ORGANIZATION' => 'Selecciona Cuenta para seguir', 67 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'La conversión requiere la selección de Contacto o Cuenta', 68 );
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 |