| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | ?> |
| | | $wb['source_txt'] = 'Origem'; |
| | | $wb['destination_txt'] = 'Destino'; |
| | | $wb['active_txt'] = 'Ativo'; |
| | | $wb['no_domain_perm'] = 'Você não tem permissão para este domínio.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'O número máximo de domínios aliases para sua conta foi atingido.'; |
| | | $wb['source_destination_identical_txt'] = 'Origem e Destino são os mesmos.'; |
| | | $wb['source_error_empty'] = 'Domínio de origem está em branco.'; |
| | | $wb['source_error_unique'] = 'Domínio de origem duplicado.'; |
| | | $wb['source_error_regex'] = 'Nome do domínio de origem inválido.'; |
| | | ?> |