A. Täffner
2016-04-07 28cd07d1a75c4e9dcaecac49efee0091f2fc62fa
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['add_new_record_txt'] = 'Añadir buzón';
$wb['autoresponder_txt'] = 'Auto respuesta';
$wb['disableimap_txt'] = 'IMAP';
$wb['disablepop3_txt'] = 'POP3';
$wb['disablesmtp_txt'] = 'SMTP (envío)';
$wb['email_txt'] = 'Correo';
$wb['list_head_txt'] = 'Buzón';
$wb['login_txt'] = 'Entrar';
$wb['name_txt'] = 'Nombre';
$wb['postfix_txt'] = 'Recepción';
?>