Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?php
/************************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Author : Francisco Hernandez Odin Consultores S de RL de CV
* Author : www.odin.mx
* Author : Proudly, the best Vtiger's Partner in Mexico
************************************************************************************/
$languageStrings = array(
'LBL_SAVED_SUCCESSFULLY' => 'Guardado exitosamente' ,
'LBL_DELETED_SUCCESSFULLY' => 'Eliminado exitosamente' ,
'LBL_INVALID_MAPPING' => 'Mapeo inválido' ,
'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Mapeo de Conversión de Prospecto' ,
'LBL_FIELD_LABEL' => 'Etiqueta del campo' ,
'LBL_FIELD_TYPE' => 'Tipo de Campo' ,
'LBL_MAPPING_WITH_OTHER_MODULES' => 'Mapear con otros módulos' ,
'LBL_ORGANIZATIONS' => 'Cuentas' ,
'LBL_CONTACTS' => 'Contactos' ,
'LBL_OPPURTUNITIES' => 'Oportunidades' ,
'LBL_ADD_MAPPING' => 'Agregar Mapeo' ,
'LBL_NONE' => 'Ninguno' ,
'phone' => 'Teléfono' ,
'picklist' => 'Lista Desplegable' ,
'email' => 'Email' ,
'text' => 'Texto' ,
'currency' => 'Moneda' ,
'multiSelectCombo' => 'Lista Multi-Selección' ,
'time' => 'Hora' ,
'textArea' => 'Area de texto' ,
'url' => 'Url' ,
'string' => 'Cadena' ,
'checkBox' => 'Casilla' ,
'date' => 'Fecha' ,
'decimal' => 'Decimal' ,
'percent' => 'Porcentaje' ,
'skype' => 'Skype' ,
'integer' => 'Entero',
);
$jsLanguageStrings = array(
'JS_NONE' => 'Ninguno' ,
'JS_IS_ALREADY_BEEN_MAPPED' => 'Ya ha sido mapeado' ,
'JS_CANT_MAP' => 'No se puede mapear' ,
'JS_WITH' => 'con' ,
'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Mapeo eliminado exitosamente',
'JS_phone' => 'Teléfono' ,
'JS_picklist' => 'Lista Desplegable' ,
'JS_email' => 'Email' ,
'JS_text' => 'Texto' ,
'JS_currency' => 'Moneda' ,
'JS_multiSelectCombo' => 'Lista Multi-Selección' ,
'JS_time' => 'Hora' ,
'JS_textArea' => 'Area de Texto' ,
'JS_url' => 'Url' ,
'JS_string' => 'Cadena' ,
'JS_checkBox' => 'Casilla' ,
'JS_date' => 'Fecha' ,
'JS_decimal' => 'Decimal' ,
'JS_percent' => 'Porcentaje' ,
'JS_skype' => 'Skype' ,
'JS_None' => 'Ninguno' ,
'JS_integer' => 'Entero',
);