Sergio Cambra
2014-07-03 f58a7adebed0a6a02ffb1c710c7f3fab1ae87571
1
2
3
4
5
6
7
8
9
<?php
$wb['email_txt'] = 'Correio';
$wb['destination_txt'] = 'Correio de Destino';
$wb['active_txt'] = 'Activo';
$wb['limit_mailforward_txt'] = 'O número máximo de encaminhamentos para a conta foi atingido.';
$wb['duplicate_mailbox_txt'] = 'Já existe uma caixa de correio com este endereço.';
$wb['domain_txt'] = 'Domain';
$wb['source_txt'] = 'Source Email';
?>