<?php
|
$wb['list_head_txt'] = 'Tráfico de correo';
|
$wb['email_txt'] = 'Correo';
|
$wb['this_month_txt'] = 'Este mes';
|
$wb['last_month_txt'] = 'Último mes';
|
$wb['this_year_txt'] = 'Este año';
|
$wb['last_year_txt'] = 'Último año';
|
$wb['page_txt'] = 'Página';
|
$wb['page_of_txt'] = 'de';
|
$wb['page_next_txt'] = 'Siguiente';
|
$wb['page_back_txt'] = 'Atrás';
|
$wb['delete_txt'] = 'Borrar';
|
$wb['filter_txt'] = 'Filtro';
|
?>
|