25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
/*+**********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
|
|
* ("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.
|
|
* Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
|
|
* All Rights Reserved.
|
|
************************************************************************************
|
|
* Language : Español es_es
|
|
* Version : 6.0.0
|
|
* Created Date : 2013-07-14
|
|
* Author : JPL TSolucio, S. L. Joe Bordes
|
|
* Last change : 2013-07-14
|
|
* Author : JPL TSolucio, S. L. Joe Bordes
|
|
************************************************************************************/
|
|
|
|
$languageStrings = array(
|
|
'LBL_RIGHT_CLICK_COPY' => 'Clic botón derecho y copia'
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'JS_SAVED_SUCCESSFULLY' => 'Guardado Correctamente',
|
|
'JS_DELETED_SUCCESSFULLY' => 'Eliminado Correctamente'
|
|
);
|