From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/dns/lib/lang/br_dns_soa.lng | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/interface/web/dns/lib/lang/br_dns_soa.lng b/interface/web/dns/lib/lang/br_dns_soa.lng index 089dae6..e681674 100644 --- a/interface/web/dns/lib/lang/br_dns_soa.lng +++ b/interface/web/dns/lib/lang/br_dns_soa.lng @@ -9,7 +9,7 @@ $wb['expire_txt'] = 'Expire'; $wb['minimum_txt'] = 'Minimum'; $wb['ttl_txt'] = 'TTL'; -$wb['xfer_txt'] = 'Permitir transferências de zona para <br />estes IPs (lista separada por ponto e vírgula)'; +$wb['xfer_txt'] = 'Permitir transferências de zona para <br />estes IPs (IPs separados por vírgula)'; $wb['active_txt'] = 'Ativo'; $wb['limit_dns_zone_txt'] = 'O número máximo de zonas DNS para sua conta foi atingido.'; $wb['client_txt'] = 'Cliente'; @@ -21,5 +21,12 @@ $wb['ns_error_regex'] = 'NS tem um formato inválido.'; $wb['mbox_error_empty'] = 'Correio está em branco.'; $wb['mbox_error_regex'] = 'Correio com formato inválido.'; +$wb['also_notify_txt'] = 'Also Notify'; +$wb['also_notify_error_regex'] = 'Please use an IP address.'; +$wb['update_acl_txt'] = 'Atualizar ACL'; +$wb['seconds_txt'] = 'Segundos'; +$wb['eg_domain_tld'] = 'e.x. dominio.ext'; +$wb['eg_ns1_domain_tld'] = 'e.x. ns1.dominio.ext'; +$wb['eg_webmaster_domain_tld'] = 'e.x. webmaster@dominio.ext'; +$wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'; ?> - -- Gitblit v1.9.1