Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
658b0f 1 <?php
T 2 $wb['email_txt'] = 'Correio';
3 $wb['destination_txt'] = 'Destino';
4 $wb['active_txt'] = 'Activo';
5 $wb['email_error_isemail'] = 'Endereço de correio inválido.';
6 $wb['email_error_unique'] = 'Endereço de correio duplicado.';
7 $wb['no_domain_perm'] = 'Não tem permissão para este domínio.';
8 $wb['destination_error_isemail'] = 'Endereço de destino inválido';
9 $wb['limit_mailalias_txt'] = 'O número máximo de aliases para a conta foi atingido.';
10 $wb['duplicate_mailbox_txt'] = 'Já existe uma caixa de correio com este endereço.';
d7be27 11 $wb['domain_txt'] = 'Domain';
02bf99 12 $wb['duplicate_email_alias_txt'] = 'This email alias does already exist.';
142907 13 $wb['source_txt'] = 'Alias';
f665ce 14 $wb['greylisting_txt'] = 'Enable greylisting';
407003 15 $wb['send_as_txt'] = 'Send as';
TB 16 $wb['send_as_exp'] = 'Allow target to send mail using this alias as origin';
658b0f 17 ?>