[ 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 'LBL_SAVED_SUCCESSFULLY' => 'Guardado exitosamente' , 15 'LBL_DELETED_SUCCESSFULLY' => 'Eliminado exitosamente' , 16 'LBL_INVALID_MAPPING' => 'Mapeo inválido' , 17 'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Mapeo de Conversión de Prospecto' , 18 'LBL_FIELD_LABEL' => 'Etiqueta del campo' , 19 'LBL_FIELD_TYPE' => 'Tipo de Campo' , 20 'LBL_MAPPING_WITH_OTHER_MODULES' => 'Mapear con otros módulos' , 21 'LBL_ORGANIZATIONS' => 'Cuentas' , 22 'LBL_CONTACTS' => 'Contactos' , 23 'LBL_OPPURTUNITIES' => 'Oportunidades' , 24 'LBL_ADD_MAPPING' => 'Agregar Mapeo' , 25 'LBL_NONE' => 'Ninguno' , 26 'phone' => 'Teléfono' , 27 'picklist' => 'Lista Desplegable' , 28 'email' => 'Email' , 29 'text' => 'Texto' , 30 'currency' => 'Moneda' , 31 'multiSelectCombo' => 'Lista Multi-Selección' , 32 'time' => 'Hora' , 33 'textArea' => 'Area de texto' , 34 'url' => 'Url' , 35 'string' => 'Cadena' , 36 'checkBox' => 'Casilla' , 37 'date' => 'Fecha' , 38 'decimal' => 'Decimal' , 39 'percent' => 'Porcentaje' , 40 'skype' => 'Skype' , 41 'integer' => 'Entero', 42 ); 43 $jsLanguageStrings = array( 44 'JS_NONE' => 'Ninguno' , 45 'JS_IS_ALREADY_BEEN_MAPPED' => 'Ya ha sido mapeado' , 46 'JS_CANT_MAP' => 'No se puede mapear' , 47 'JS_WITH' => 'con' , 48 'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Mapeo eliminado exitosamente', 49 'JS_phone' => 'Teléfono' , 50 'JS_picklist' => 'Lista Desplegable' , 51 'JS_email' => 'Email' , 52 'JS_text' => 'Texto' , 53 'JS_currency' => 'Moneda' , 54 'JS_multiSelectCombo' => 'Lista Multi-Selección' , 55 'JS_time' => 'Hora' , 56 'JS_textArea' => 'Area de Texto' , 57 'JS_url' => 'Url' , 58 'JS_string' => 'Cadena' , 59 'JS_checkBox' => 'Casilla' , 60 'JS_date' => 'Fecha' , 61 'JS_decimal' => 'Decimal' , 62 'JS_percent' => 'Porcentaje' , 63 'JS_skype' => 'Skype' , 64 'JS_None' => 'Ninguno' , 65 'JS_integer' => 'Entero', 66 );
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 |