Florian Schaal
2016-03-22 5ca959fa688255a8de61f89fe2751eb4d24a6912
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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';
$wb['email_error_isemail'] = 'Please enter a valid email address.';
$wb['send_as_txt'] = 'Send as';
$wb['send_as_exp'] = 'Allow target to send mail using this address as origin (if target is internal)';
?>