Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
2d870d 1 <?php
2ab1e5 2 $wb['active_txt'] = 'Habilitado';
58ad89 3 $wb['also_notify_error_regex'] = 'También notificar a: Por favor use una dirección IP.';
CD 4 $wb['also_notify_txt'] = 'También notificar a';
2d870d 5 $wb['client_txt'] = 'Cliente';
58ad89 6 $wb['dnssec_info_txt'] = 'Datos DS para el registro DNSSEC';
CD 7 $wb['dnssec_wanted_info'] = 'Cuando se deshabilita, las claves DNSSEC no se borrarán si DNSSEC fué habilitado anteriormente y las claves fueron generadas, pero la zona no se entregará en formato firmado después de ello.';
8 $wb['dnssec_wanted_txt'] = 'Zona de firmado (DNSSEC)';
2ab1e5 9 $wb['eg_domain_tld'] = 'eje. dominio.tld';
TB 10 $wb['eg_ns1_domain_tld'] = 'eje. ns1.dominio.tld';
11 $wb['eg_webmaster_domain_tld'] = 'eje. webmaster@dominio.tld';
58ad89 12 $wb['error_not_allowed_server_id'] = 'El servidor seleccionado no está permitido para esta cuenta.';
CD 13 $wb['expire_range_error'] = 'El tiempo mín. de expiración es 60 segundos.';
14 $wb['expire_txt'] = 'Expiración';
15 $wb['limit_dns_zone_txt'] = 'Ha alcanzado el número máx. de zonas DNS permitidos para su cuenta.';
16 $wb['mbox_error_empty'] = 'Correo vacío.';
17 $wb['mbox_error_regex'] = 'Formato de correo inválido.';
18 $wb['mbox_txt'] = 'Correo';
19 $wb['minimum_range_error'] = 'El tiempo mín. de Mínimo es 60 segundos.';
20 $wb['minimum_txt'] = 'TTL mínimo';
21 $wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
22 $wb['ns_error_regex'] = 'El registro NS contiene un formato incorrecto.';
23 $wb['ns_txt'] = 'NS';
24 $wb['origin_error_empty'] = 'Zona vacía.';
25 $wb['origin_error_regex'] = 'La zona contiene un formato incorrecto.';
26 $wb['origin_error_unique'] = 'Ya existe un registro para esta zona.';
27 $wb['origin_txt'] = 'Zona (SOA)';
28 $wb['refresh_range_error'] = 'El tiempo mín. de refresco es 60 segundos.';
29 $wb['refresh_txt'] = 'Actualizar';
30 $wb['retry_range_error'] = 'El tiempo mín. de reintento es 60 segundos.';
31 $wb['retry_txt'] = 'Reintentar';
32 $wb['seconds_txt'] = 'Segundos';
33 $wb['serial_txt'] = 'Nº de Serie';
34 $wb['server_id_error_empty'] = 'No se ha seleccionado ningún servidor';
35 $wb['server_id_txt'] = 'Servidor';
36 $wb['soa_cannot_be_changed_txt'] = 'La Zona (SOA) no se puede cambiar. Por favor, póngase en contacto con el administrador para cambiar su Zona.';
37 $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 póngase en contacto con el administrador si desea modificar el nombre de dominio.';
2ab1e5 38 $wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
58ad89 39 $wb['ttl_txt'] = 'TTL';
CD 40 $wb['update_acl_txt'] = 'Actualizar ACL';
41 $wb['xfer_error_regex'] = 'Notificar también a: Por favor, usa una dirección IP.';
42 $wb['xfer_txt'] = 'Permitir transferencia de zonas a<br />estas IP (lista separada por comas)';
43 ?>