37 lines
1.2 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.
* Author : Francisco Hernandez Odin Consultores www.odin.mx
************************************************************************************/
$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' => 'Agregar Comentario',
'LBL_AUTHOR' => 'Autor',
'LBL_ON' => 'en',
'LBL_MINE' => 'Mio',
'LBL_LAST5'=> 'Ultimos 5',
'ModComments ID' => 'Id Comentario',
);
?>