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/dns/lib/lang/es_dns_soa.lng | 30 ++++++++++++++++++------------ 1 files changed, 18 insertions(+), 12 deletions(-) diff --git a/interface/web/dns/lib/lang/es_dns_soa.lng b/interface/web/dns/lib/lang/es_dns_soa.lng index efd6173..1cd10e4 100644 --- a/interface/web/dns/lib/lang/es_dns_soa.lng +++ b/interface/web/dns/lib/lang/es_dns_soa.lng @@ -1,26 +1,32 @@ <?php -$wb['btn_save_txt'] = 'Guardar'; -$wb['btn_cancel_txt'] = 'Cancelar'; $wb['server_id_txt'] = 'Servidor'; $wb['origin_txt'] = 'Zona (SOA)'; $wb['ns_txt'] = 'NS'; $wb['mbox_txt'] = 'correo'; -$wb['serial_txt'] = 'Nº Serie'; -$wb['refresh_txt'] = 'Refresco'; -$wb['retry_txt'] = 'Reintento'; -$wb['expire_txt'] = 'Expira'; +$wb['serial_txt'] = 'Nº de serie'; +$wb['refresh_txt'] = 'Refrescar'; +$wb['retry_txt'] = 'Reintentar'; +$wb['expire_txt'] = 'Expirar'; $wb['minimum_txt'] = 'Mínimo'; $wb['ttl_txt'] = 'TTL'; -$wb['xfer_txt'] = 'Permitir transferencias de zona a <br />estas IPs (list separada por comas)'; +$wb['xfer_txt'] = 'Permitir transferencias de zona a <br />estas IPs (lista separada por comas)'; $wb['active_txt'] = 'Activar'; -$wb['limit_dns_zone_txt'] = 'Se ha alcanzado el máximo número de zonas DNS para esta cuenta.'; +$wb['limit_dns_zone_txt'] = 'Se ha alcanzado el número máximo de zonas DNS para esta cuenta.'; $wb['client_txt'] = 'Cliente'; -$wb['no_zone_perm'] = 'No tiene permiso para añadir registros a esta zona DNS.'; -$wb['server_id_error_empty'] = 'No hay servidor seleccionado.'; +$wb['no_zone_perm'] = 'No tiene permisos para añadir registros a esta zona DNS.'; +$wb['server_id_error_empty'] = 'No se ha seleccionado el servidor.'; $wb['origin_error_empty'] = 'Zona vacía.'; $wb['origin_error_unique'] = 'Ya hay un registro para esta zona.'; -$wb['origin_error_regex'] = 'Formato de zona inválido.'; -$wb['ns_error_regex'] = 'Formato de NS inválido.'; +$wb['origin_error_regex'] = 'Formato de zona no válido.'; +$wb['ns_error_regex'] = 'Formato de NS no válido.'; $wb['mbox_error_empty'] = 'Correo vacío.'; $wb['mbox_error_regex'] = 'Formato de correo no válido.'; +$wb['also_notify_txt'] = 'Notificar también a'; +$wb['also_notify_error_regex'] = 'Please use an IP address.'; +$wb['update_acl_txt'] = 'Actualizar ACL'; +$wb['seconds_txt'] = 'Seconds'; +$wb['eg_domain_tld'] = 'e.g. domain.tld'; +$wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld'; +$wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld'; +$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