blob: 61f4b8d3b9ed1cd4c29df3ddff0de9e0410ce24c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Pablo <tuthotep@gmail.com>
* @author cadetill <cadetill@gmail.com>
*/
$lang['menu'] = 'Ver registros';
$lang['date'] = 'Fecha';
$lang['js']['filter'] = 'Filtrar lineas de registro:';
|