[ 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 * Language : Español es_es 11 * Version : 6.0.0 12 * Created Date : 2013-05-10 13 * Author : JPL TSolucio, S. L. Joe Bordes 14 * Last change : 2013-05-10 15 * Author : JPL TSolucio, S. L. Joe Bordes 16 *************************************************************************************/ 17 $languageStrings = array( 18 //Actions 19 'LBL_SAVED_SUCCESSFULLY' => 'Se ha guardado correctamente', 20 'LBL_DELETED_SUCCESSFULLY' => 'Se ha eliminado correctamente', 21 'LBL_INVALID_MAPPING' => 'Asignación Inválida', 22 'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Convertir Asignación de PreContacto', 23 'LBL_FIELD_LABEL' => 'Etiqueta Campo', 24 'LBL_FIELD_TYPE' => 'Tipo Campo', 25 'LBL_MAPPING_WITH_OTHER_MODULES' => 'Asignación con otros Módulos', 26 'LBL_ORGANIZATIONS' => 'Cuentas', 27 'LBL_CONTACTS' => 'Contactos', 28 'LBL_OPPURTUNITIES' => 'Oportunidades', 29 'LBL_ADD_MAPPING' => 'Añadir Asignación', 30 'LBL_NONE' => 'Ninguno', 31 32 //Field Type Translation 33 'phone' => 'Teléfono', 34 'picklist' => 'Lista Desplegable', 35 'email' => 'Email', 36 'text' => 'Texto', 37 'currency' => 'Moneda', 38 'multiSelectCombo' => 'Lista Desplegable Múltiple', 39 'time' => 'Tiempo', 40 'textArea' => 'Area de Texto', 41 'url' => 'Url', 42 'string' => 'Cadena', 43 'checkBox' => 'Casilla Verificación', 44 'date' => 'Fecha', 45 'decimal' => 'Decimal', 46 'percent' => 'Porcentaje', 47 'skype' => 'Skype', 48 ); 49 $jsLanguageStrings = array( 50 'JS_None' => 'Ninguno', 51 'JS_NONE' => 'Ninguno', 52 'JS_IS_ALREADY_BEEN_MAPPED' => 'ya está asignado', 53 'JS_CANT_MAP' => 'No se puede asignar', 54 'JS_WITH' => 'con', 55 'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Se ha eliminado la asignación', 56 57 //JS Field Type Translation 58 'JS_phone' => 'Teléfono', 59 'JS_picklist' => 'Lista Desplegable', 60 'JS_email' => 'Email', 61 'JS_text' => 'Texto', 62 'JS_currency' => 'Moneda', 63 'JS_multiSelectCombo' => 'Lista Desplegable Múltiple', 64 'JS_time' => 'Tiempo', 65 'JS_textArea' => 'Area de Texto', 66 'JS_url' => 'Url', 67 'JS_string' => 'Cadena', 68 'JS_checkBox' => 'Casilla Verificación', 69 'JS_date' => 'Fecha', 70 'JS_decimal' => 'Decimal', 71 'JS_percent' => 'Porcentaje', 72 'JS_skype' => 'Skype', 73 'JS_integer' => 'Integer', 74 );
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 |