A. Täffner
2016-01-25 34d684aa34e5225f12a62dce183e2bb35cd05958
1
2
3
4
5
6
7
8
9
10
<?php
$wb['email_txt'] = 'Correo';
$wb['destination_txt'] = 'Destino del correo';
$wb['active_txt'] = 'Habilitado';
$wb['limit_mailforward_txt'] = 'Ha alcanzado en su cuenta el número máx. de registros de reenvío de correos.';
$wb['duplicate_mailbox_txt'] = 'Ya existe un buzón con esta cuenta de correo.';
$wb['domain_txt'] = 'Dominio';
$wb['greylisting_txt'] = 'Enable greylisting';
$wb['source_txt'] = 'Origen del correo';
?>