Skip to content
Snippets Groups Projects
Home.php 1.7 KiB
Newer Older
Prasad's avatar
Prasad committed
<?php
Prasad's avatar
Prasad committed
/*+**********************************************************************************
Prasad's avatar
Prasad committed
 * 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 Importantes'         , 
	'PLVT'                         => 'Oportunidades Importantes'   , 
	'QLTQ'                         => 'Cotizaciones Importantes'    , 
	'CVLVT'                        => 'Medidas Clave'               , 
	'HLT'                          => 'Casos más importantes'      , 
	'GRT'                          => 'Asignación de Grupo'        , 
	'OLTSO'                        => 'Pedidos de Venta Importantes', 
	'ILTI'                         => 'Facturas Importantes'        , 
	'HDB'                          => 'Cuadro Mando Inicio'         , 
	'OLTPO'                        => 'Ordenes de Compra Importantes', 
	'LTFAQ'                        => 'FAQs Recientes'              , 
	'UA'                           => 'Eventos Próximos'           , 
	'PA'                           => 'Eventos Pendientes'          , 
Prasad's avatar
Prasad committed
        'Home'                         => 'Tablero'                     ,

  'LBL_SAVE_ORDER' => 'Guardar El Fin De',
  'LBL_ADD_NEW_DASHBOARD' => 'Añadir nuevo panel de control',
	'LBL_MAX_CHARACTERS_ALLOWED_DASHBOARD' => 'Máximo 30 caracteres están permitidos para el nombre salpicadero.',
Prasad's avatar
Prasad committed
);