36 lines
1.9 KiB
PHP
36 lines
1.9 KiB
PHP
<?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.
|
|
************************************************************************************/
|
|
$languageStrings = array(
|
|
'ALVT' => 'Cuentas más importantes' ,
|
|
'PLVT' => 'Oportunidades más importantes' ,
|
|
'QLTQ' => 'Cotizaciones más importantes' ,
|
|
'CVLVT' => 'Medidas clave' ,
|
|
'HLT' => 'Casos más importantes' ,
|
|
'GRT' => 'Asignación de grupo' ,
|
|
'OLTSO' => 'Órdenes de venta más importantes',
|
|
'ILTI' => 'Facturas más importantes' ,
|
|
'HDB' => 'Tablero de inicio' ,
|
|
'OLTPO' => 'Órdenes de compra más importantes',
|
|
'LTFAQ' => 'FAQs recientes' ,
|
|
'UA' => 'Eventos próximos' ,
|
|
'PA' => 'Eventos pendientes' ,
|
|
'Home' => 'Tablero' ,
|
|
|
|
'LBL_SAVE_ORDER' => 'Guardar orden',
|
|
'LBL_ADD_NEW_DASHBOARD' => 'Añadir nuevo Tablero',
|
|
'LBL_MAX_CHARACTERS_ALLOWED_DASHBOARD' => 'Se permiten máximo 30 caracteres para el Tablero',
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_TAB_NAME_SHOULD_NOT_BE_EMPTY' => 'El nombre del Dashboard no no puede estar vacío',
|
|
'JS_NO_DATA_AVAILABLE' => 'Datos no disponibles',
|
|
);
|
|
|