44 lines
1.4 KiB
PHP
44 lines
1.4 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.
|
|
*
|
|
************************************************************
|
|
* Module : ModComments
|
|
* Language : ES Spanish
|
|
* Version : vt5.4.0
|
|
* Created Date : 2012-02-27
|
|
* Author : JPL TSolucio, S.L.
|
|
* License : MPL 1.1
|
|
************************************************************************************/
|
|
$mod_strings = Array (
|
|
'ModComments' => 'Comentarios',
|
|
'SINGLE_ModComments' => 'Comentario',
|
|
|
|
'LBL_MODCOMMENTS_INFORMATION' => 'Información de Comentario',
|
|
'LBL_OTHER_INFORMATION' => 'Información Adicional',
|
|
'LBL_CUSTOM_INFORMATION' => 'Información Personalizada',
|
|
|
|
'Assigned To' => 'Asignado a',
|
|
'Created Time' => 'Fecha Creación',
|
|
'Modified Time' => 'Fecha Modificación',
|
|
'Comment' => 'Comentario',
|
|
'Comments' => 'Comentarios',
|
|
'Related To' => 'Relacionado con',
|
|
'Creator' => 'Creador',
|
|
|
|
'LBL_ADD_COMMENT' => 'Añadir Comentario',
|
|
'LBL_AUTHOR' => 'Autor',
|
|
'LBL_ON' => 'en',
|
|
'LBL_MINE' => 'Mio',
|
|
'LBL_LAST5'=> 'Ultimos 5',
|
|
|
|
'ModComments ID' => 'Id Comentario',
|
|
);
|
|
|
|
?>
|