Marius Cramer
2015-01-06 9724f8f13bdc6bfb2f9649c54ad37fb45bea9870
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['page_head_txt'] = 'Configuración del buzón';
$wb['page_desc_txt'] = 'Aquí puedes editar la configuración de tu cuenta de correo.';
$wb['email_txt'] = 'Dirección de correo';
$wb['login_txt'] = 'Usuario';
$wb['server_address_txt'] = 'Servidor de correo';
$wb['cc_txt'] = 'Enviar copia a (CC)';
$wb['quota_txt'] = 'Espacio del buzón';
$wb['unlimited_txt'] = 'Ilimitado';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'Ninguna';
?>