Denny Bortfeldt
2016-06-27 dd0130670fe3cab4c7e2c1ab4f3bf0d2b2d512b0
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['cc_txt'] = 'Enviar copia a (CC)';
$wb['email_txt'] = 'Dirección de correo';
$wb['login_txt'] = 'Iniciar sesión';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'Ninguno';
$wb['page_desc_txt'] = 'Aquí puede editar la configuración de la cuenta de correo.';
$wb['page_head_txt'] = 'Configuración del buzón';
$wb['quota_txt'] = 'Tamaño del buzón';
$wb['server_address_txt'] = 'Dirección del servidor de correo';
$wb['unlimited_txt'] = 'Ilimitado';
?>