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 más importantes'         , 
	'PLVT'                         => 'Oportunidades más importantes'   , 
	'QLTQ'                         => 'Cotizaciones más importantes'    , 
	'CVLVT'                        => 'Medidas clave'               , 
Prasad's avatar
Prasad committed
	'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'          , 
Prasad's avatar
Prasad committed
        'Home'                         => 'Tablero'                     ,

  'LBL_ADD_NEW_DASHBOARD' => 'Añadir nuevo Tablero',
	'LBL_MAX_CHARACTERS_ALLOWED_DASHBOARD' => 'Se permiten máximo 30 caracteres para el Tablero',
Prasad's avatar
Prasad committed
);