Florian Schaal
2016-01-10 e2c08e59a23fe28a2816c985422f796b9c6b39b0
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';
?>