From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/mail/lib/lang/br_mail_transport.lng | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/web/mail/lib/lang/br_mail_transport.lng b/interface/web/mail/lib/lang/br_mail_transport.lng index b4394c6..51df05d 100644 --- a/interface/web/mail/lib/lang/br_mail_transport.lng +++ b/interface/web/mail/lib/lang/br_mail_transport.lng @@ -1,10 +1,10 @@ <?php -$wb["server_id_txt"] = 'Servidor'; -$wb["domain_txt"] = 'Domínio'; -$wb["destination_txt"] = 'Destino'; -$wb["type_txt"] = 'Tipo'; -$wb["mx_txt"] = 'Sem MX lookup'; -$wb["sort_order_txt"] = 'Ordenar por'; -$wb["active_txt"] = 'Ativo'; -$wb["limit_mailrouting_txt"] = 'O número máximo de rotas para sua conta foi atingido.'; +$wb['server_id_txt'] = 'Servidor'; +$wb['domain_txt'] = 'Domínio'; +$wb['destination_txt'] = 'Destino'; +$wb['type_txt'] = 'Tipo'; +$wb['mx_txt'] = 'Sem MX lookup'; +$wb['sort_order_txt'] = 'Ordenar por'; +$wb['active_txt'] = 'Ativo'; +$wb['limit_mailrouting_txt'] = 'O número máximo de rotas para sua conta foi atingido.'; ?> -- Gitblit v1.9.1