From dd2551ddeaeffd9ea16c2ccf1e772249e5811469 Mon Sep 17 00:00:00 2001 From: moglia <moglia@ispconfig3> Date: Tue, 11 Aug 2009 14:49:25 -0400 Subject: [PATCH] Update of Brazilian Language Files. Translation folow Fixed: FS#822 -for Main tabs at top not applying translations. Now login page and main tabs translations works. regards till. --- interface/web/dns/lib/lang/br_dns_mx.lng | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/interface/web/dns/lib/lang/br_dns_mx.lng b/interface/web/dns/lib/lang/br_dns_mx.lng index 0dfd536..7f2cb4e 100644 --- a/interface/web/dns/lib/lang/br_dns_mx.lng +++ b/interface/web/dns/lib/lang/br_dns_mx.lng @@ -1,16 +1,16 @@ <?php -$wb['server_id_txt'] = 'Servidor'; -$wb['zone_txt'] = 'Zona'; -$wb['name_txt'] = 'Hostname'; -$wb['type_txt'] = 'tipo'; -$wb['data_txt'] = 'Hostname do servidor de correio'; -$wb['aux_txt'] = 'Prioridade'; -$wb['ttl_txt'] = 'TTL'; -$wb['active_txt'] = 'Ativo'; -$wb['limit_dns_record_txt'] = 'O número máximo de zonas DNS para sua conta foi atingido.'; -$wb['no_zone_perm'] = 'Você não tem permição para adcionar registros a está zona DNS.'; -$wb['name_error_empty'] = 'Hostname em branco.'; -$wb['name_error_regex'] = 'Hostname tem um formato inválido.'; -$wb['data_error_empty'] = 'Hostname do servidor de correio em branco'; -$wb['data_error_regex'] = 'Hostname do servidor de correio formato inválido'; +$wb["server_id_txt"] = 'Servidor'; +$wb["zone_txt"] = 'Zona'; +$wb["name_txt"] = 'Hostname'; +$wb["type_txt"] = 'tipo'; +$wb["data_txt"] = 'Hostname do servidor de correio'; +$wb["aux_txt"] = 'Prioridade'; +$wb["ttl_txt"] = 'TTL'; +$wb["active_txt"] = 'Ativo'; +$wb["limit_dns_record_txt"] = 'O número máximo de zonas DNS para sua conta foi atingido.'; +$wb["no_zone_perm"] = 'Você não tem permição para adcionar registros a está zona DNS.'; +$wb["name_error_empty"] = 'Hostname em branco.'; +$wb["name_error_regex"] = 'Hostname tem um formato inválido.'; +$wb["data_error_empty"] = 'Hostname do servidor de correio em branco'; +$wb["data_error_regex"] = 'Hostname do servidor de correio formato inválido'; ?> -- Gitblit v1.9.1