Jesse Norell
2015-07-20 c067e5e1bf8d2d9947df4c23dbac235ad2f63c87
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Cuota de casilla';
$wb['quota_txt'] = 'Cuota';
$wb['name_txt'] = 'Nombre';
$wb['email_txt'] = 'Dirección de correo';
$wb['used_txt'] = 'Espacio usado';
$wb['percentage_txt'] = 'Usado %';
?>