Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
2d870d 1 <?php
F 2 $wb['server_id_txt'] = 'Servidor';
3 $wb['origin_txt'] = 'Zona (SOA)';
4 $wb['ns_txt'] = 'NS';
2ab1e5 5 $wb['mbox_txt'] = 'Correo';
TB 6 $wb['serial_txt'] = 'Serial';
7 $wb['refresh_txt'] = 'Actualizar';
2d870d 8 $wb['retry_txt'] = 'Reintentar';
2ab1e5 9 $wb['expire_txt'] = 'Expiración';
TB 10 $wb['minimum_txt'] = 'TTL mínimo';
2d870d 11 $wb['ttl_txt'] = 'TTL';
2ab1e5 12 $wb['xfer_txt'] = 'Permitir transferencia de zonas a<br />estas IP (lista separada por comas)';
TB 13 $wb['active_txt'] = 'Habilitado';
14 $wb['limit_dns_zone_txt'] = 'Ha alcanzado en su cuenta el número máx. de zonas DNS.';
2d870d 15 $wb['client_txt'] = 'Cliente';
2ab1e5 16 $wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona de DNS.';
TB 17 $wb['server_id_error_empty'] = 'No hay seleccionado un servidor';
2d870d 18 $wb['origin_error_empty'] = 'Zona vacía.';
2ab1e5 19 $wb['origin_error_unique'] = 'Ya existe un registro para esta zona.';
TB 20 $wb['origin_error_regex'] = 'La zona contiene un formato inválido.';
21 $wb['ns_error_regex'] = 'NS contiene un formato inválido.';
2d870d 22 $wb['mbox_error_empty'] = 'Correo vacío.';
2ab1e5 23 $wb['mbox_error_regex'] = 'Formato de correo inválido.';
TB 24 $wb['also_notify_txt'] = 'También notificar';
25 $wb['also_notify_error_regex'] = 'También notificar: Por favor use una dirección IP.';
26 $wb['xfer_error_regex'] = 'Xfer: Por favor use una dirección IP.';
3b8514 27 $wb['update_acl_txt'] = 'Actualizar ACL';
10b4c8 28 $wb['seconds_txt'] = 'Segundos';
2ab1e5 29 $wb['eg_domain_tld'] = 'eje. dominio.tld';
TB 30 $wb['eg_ns1_domain_tld'] = 'eje. ns1.dominio.tld';
31 $wb['eg_webmaster_domain_tld'] = 'eje. webmaster@dominio.tld';
32 $wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'El dominio no puede ser modificado. Por favor consulte al administrador si desea modificar el nombre de dominio.';
33 $wb['refresh_range_error'] = 'Tiempo mín. de refresco es 60 segundos.';
34 $wb['retry_range_error'] = 'Tiempo mín. de reintento es 60 segundos.';
35 $wb['expire_range_error'] = 'Tiempo mín. de expiración es 60 segundos.';
36 $wb['minimum_range_error'] = 'Tiempo mín. de Mínimo es 60 segundos.';
37 $wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
2d870d 38 ?>