Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
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í puede editar la configuración de la cuenta de correo.';
$wb['email_txt'] = 'Dirección de correo';
$wb['login_txt'] = 'Iniciar sesión';
$wb['server_address_txt'] = 'Dirección del servidor de correo';
$wb['cc_txt'] = 'Enviar copia a (CC)';
$wb['quota_txt'] = 'Tamaño del buzón';
$wb['unlimited_txt'] = 'Ilimitado';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'Ninguno';
?>