Skip to content

Commit 58ad893

Browse files
DNS lang files translated
1 parent 869f30d commit 58ad893

29 files changed

+406
-407
lines changed

interface/web/dns/lib/lang/es.lng

100644100755
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?php
2-
$wb['DNS'] = 'DNS';
3-
$wb['Zones'] = 'Zonas';
2+
$wb['Add DNS Zone'] = 'Añadir zona DNS';
43
$wb['DNS A'] = 'DNS A';
54
$wb['DNS ALIAS'] = 'DNS ALIAS';
65
$wb['DNS CNAME'] = 'DNS CNAME';
7-
$wb['DNS hinfo'] = 'DNS hinfo';
8-
$wb['DNS mx'] = 'DNS mx';
9-
$wb['DNS ns'] = 'DNS ns';
10-
$wb['DNS ptr'] = 'DNS ptr';
6+
$wb['DNS hinfo'] = 'DNS HINFO';
7+
$wb['DNS mx'] = 'DNS MX';
8+
$wb['DNS ns'] = 'DNS NS';
9+
$wb['DNS ptr'] = 'DNS PTR';
1110
$wb['DNS RP'] = 'DNS RP';
12-
$wb['DNS Zone'] = 'Zona DNS';
13-
$wb['Records'] = 'Registros';
1411
$wb['DNS SRV'] = 'DNS SRV';
1512
$wb['DNS TXT Record'] = 'Registro DNS TXT';
1613
$wb['DNS TXT'] = 'DNS TXT';
17-
$wb['DNS Wizard'] = 'Ayudante de DNS';
18-
$wb['Add DNS Zone'] = 'Añadir zona DNS';
19-
$wb['Templates'] = 'Plantillas';
20-
$wb['Secondary Zones'] = 'Zonas DNS secundarias';
14+
$wb['DNS Wizard'] = 'Asistente de DNS';
15+
$wb['DNS Zone'] = 'Zona DNS';
16+
$wb['DNS'] = 'DNS';
2117
$wb['Import Zone File'] = 'Importar archivo de Zona';
22-
?>
18+
$wb['Records'] = 'Registros';
19+
$wb['Secondary Zones'] = 'Zonas DNS secundarias';
20+
$wb['Templates'] = 'Plantillas';
21+
$wb['Zones'] = 'Zonas';
22+
?>

interface/web/dns/lib/lang/es_dns_a.lng

100644100755
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?php
2-
$wb['server_id_txt'] = 'Servidor';
3-
$wb['zone_txt'] = 'Zona';
4-
$wb['name_txt'] = 'Nombre del host';
5-
$wb['type_txt'] = 'tipo';
6-
$wb['data_txt'] = 'Dirección IP';
7-
$wb['ttl_txt'] = 'TTL';
82
$wb['active_txt'] = 'Habilitado';
9-
$wb['limit_dns_record_txt'] = 'Ha alcanzado en su cuenta el número máx. de registros DNS.';
10-
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona de DNS.';
11-
$wb['name_error_empty'] = 'El nombre del host está vacío.';
12-
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
3+
$wb['data_error_duplicate'] = 'Registro A o registro CNAME duplicado.';
134
$wb['data_error_empty'] = 'Dirección IP vacía';
5+
$wb['data_txt'] = 'Dirección IP';
146
$wb['ip_error_wrong'] = 'Formato inválido de dirección IP';
15-
$wb['data_error_duplicate'] = 'Registro A o registro CNAME duplicado.';
7+
$wb['limit_dns_record_txt'] = 'Ha alcanzado el número máx. de registros DNS permitidos para su cuenta.';
8+
$wb['name_error_empty'] = 'El nombre del host está vacío.';
9+
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
10+
$wb['name_txt'] = 'Nombre del host';
11+
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
12+
$wb['server_id_txt'] = 'Servidor';
1613
$wb['ttl_range_error'] = 'El tiempo min. para TTL es de 60 segundos.';
17-
?>
14+
$wb['ttl_txt'] = 'TTL';
15+
$wb['type_txt'] = 'tipo';
16+
$wb['zone_txt'] = 'Zona';
17+
?>

interface/web/dns/lib/lang/es_dns_a_list.lng

100644100755
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
2-
$wb['list_head_txt'] = 'Registro A';
32
$wb['active_txt'] = 'Habilitado';
4-
$wb['server_id_txt'] = 'Servidor';
5-
$wb['zone_txt'] = 'Zona';
6-
$wb['name_txt'] = 'Nombre';
7-
$wb['data_txt'] = 'Dato';
3+
$wb['add_new_record_txt'] = 'Añadir registro DNS A';
84
$wb['aux_txt'] = 'Prioridad';
5+
$wb['data_txt'] = 'Dato';
6+
$wb['delete_confirmation'] = 'Realmente desea borrar este registro?';
7+
$wb['list_head_txt'] = 'Registro A';
8+
$wb['name_txt'] = 'Nombre';
9+
$wb['page_of_txt'] = 'de';
10+
$wb['page_txt'] = 'Página';
11+
$wb['server_id_txt'] = 'Servidor';
912
$wb['ttl_txt'] = 'TTL';
1013
$wb['type_txt'] = 'Tipo';
11-
$wb['add_new_record_txt'] = 'Añadir registro A de DNS';
12-
$wb['page_txt'] = 'Página';
13-
$wb['page_of_txt'] = 'de';
14-
$wb['delete_confirmation'] = 'Realmente desea borrar este registro?';
15-
?>
14+
$wb['zone_txt'] = 'Zona';
15+
?>

interface/web/dns/lib/lang/es_dns_aaaa.lng

100644100755
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
2-
$wb['server_id_txt'] = 'Servidor';
3-
$wb['zone_txt'] = 'Zona';
4-
$wb['name_txt'] = 'Nombre del host';
5-
$wb['type_txt'] = 'tipo';
6-
$wb['data_txt'] = 'Dirección IPv6';
7-
$wb['ttl_txt'] = 'TTL';
82
$wb['active_txt'] = 'Habilitado';
9-
$wb['limit_dns_record_txt'] = 'Ha alcanzado en su cuenta el número máx. de registros DNS.';
10-
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona de DNS.';
3+
$wb['data_error_empty'] = 'Dirección IP vacía';
4+
$wb['data_txt'] = 'Dirección IPv6';
5+
$wb['ip_error_wrong'] = 'La dirección IP tiene un formato incorrecto';
6+
$wb['limit_dns_record_txt'] = 'Ha alcanzado el número máx. de registros DNS permitidos para su cuenta.';
117
$wb['name_error_empty'] = 'El nombre del host está vacío.';
128
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
13-
$wb['data_error_empty'] = 'Dirección IP vacía';
14-
$wb['ip_error_wrong'] = 'Formato incorrecto de dirección IP';
9+
$wb['name_txt'] = 'Nombre del host';
10+
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
11+
$wb['server_id_txt'] = 'Servidor';
1512
$wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
13+
$wb['ttl_txt'] = 'TTL';
14+
$wb['type_txt'] = 'tipo';
15+
$wb['zone_txt'] = 'Zona';
1616
?>

interface/web/dns/lib/lang/es_dns_alias.lng

100644100755
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
2-
$wb['server_id_txt'] = 'Servidor';
3-
$wb['zone_txt'] = 'Zona';
4-
$wb['name_txt'] = 'Nombre del host';
5-
$wb['type_txt'] = 'tipo';
6-
$wb['data_txt'] = 'Nombre del host de destino';
7-
$wb['ttl_txt'] = 'TTL';
82
$wb['active_txt'] = 'Habilitado';
9-
$wb['limit_dns_record_txt'] = 'Ha alcanzado en su cuenta el número máx. de registros DNS.';
10-
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona de DNS.';
11-
$wb['name_error_empty'] = 'El nombre del host está vacío.';
12-
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
133
$wb['data_error_empty'] = 'El nombre del host de destino está vacío.';
144
$wb['data_error_regex'] = 'El nombre del host de destino tiene un formato incorrecto.';
5+
$wb['data_txt'] = 'Nombre del host de destino';
6+
$wb['limit_dns_record_txt'] = 'Ha alcanzado el número máx. de registros DNS permitidos para su cuenta.';
7+
$wb['name_error_empty'] = 'El nombre del host está vacío.';
8+
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
9+
$wb['name_txt'] = 'Nombre del host';
10+
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
11+
$wb['server_id_txt'] = 'Servidor';
1512
$wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
16-
?>
13+
$wb['ttl_txt'] = 'TTL';
14+
$wb['type_txt'] = 'tipo';
15+
$wb['zone_txt'] = 'Zona';
16+
?>

interface/web/dns/lib/lang/es_dns_cname.lng

100644100755
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?php
2-
$wb['server_id_txt'] = 'Servidor';
3-
$wb['zone_txt'] = 'Zona';
4-
$wb['name_txt'] = 'Nombre del host';
5-
$wb['type_txt'] = 'tipo';
6-
$wb['data_txt'] = 'Nombre del host de destino';
7-
$wb['ttl_txt'] = 'TTL';
82
$wb['active_txt'] = 'Habilitado';
9-
$wb['limit_dns_record_txt'] = 'Ha alcanzado en su cuenta el número máx. de registros DNS.';
10-
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona de DNS.';
11-
$wb['name_error_empty'] = 'El nombre del host está vacío.';
12-
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
3+
$wb['data_error_duplicate'] = 'Registro A o registro CNAME duplicado.';
134
$wb['data_error_empty'] = 'El nombre del host de destino está vacío.';
145
$wb['data_error_regex'] = 'El nombre del host de destino tiene un formato incorrecto.';
15-
$wb['data_error_duplicate'] = 'Registro A o registro CNAME duplicado.';
6+
$wb['data_txt'] = 'Nombre del host de destino';
7+
$wb['limit_dns_record_txt'] = 'Ha alcanzado el número máx. de registros DNS permitidos para su cuenta.';
8+
$wb['name_error_empty'] = 'El nombre del host está vacío.';
9+
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
10+
$wb['name_txt'] = 'Nombre del host';
11+
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
12+
$wb['server_id_txt'] = 'Servidor';
1613
$wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
17-
?>
14+
$wb['ttl_txt'] = 'TTL';
15+
$wb['type_txt'] = 'tipo';
16+
$wb['zone_txt'] = 'Zona';
17+
?>

interface/web/dns/lib/lang/es_dns_dkim.lng

100644100755
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2-
$wb['public_key_txt'] = 'Public-Key';
2+
$wb['active_txt'] = 'Habilitado';
3+
$wb['dkim_disabled_txt'] = 'DKIM deshabilitado para este dominio de correo';
4+
$wb['limit_dns_record_txt'] = 'Ha alcanzado el número máx. de registros DNS permitidos para su cuenta.';
5+
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
6+
$wb['public_key_txt'] = 'Clave Pública';
7+
$wb['record_exists_txt'] = 'El registro DNS ya existe';
8+
$wb['selector_txt'] = 'Seleccionador DKIM';
9+
$wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
310
$wb['ttl_txt'] = 'TTL';
4-
$wb['active_txt'] = 'Active';
5-
$wb['record_exists_txt'] = 'DNS-Record already exists';
6-
$wb['dkim_disabled_txt'] = 'DKIM disabled for this mail-domain';
7-
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
8-
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
9-
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
10-
$wb['selector_txt'] = 'DKIM-Selector';
11-
?>
11+
?>

interface/web/dns/lib/lang/es_dns_dmarc.lng

100644100755
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
<?php
2-
$wb['data_txt'] = 'DMARC Record';
3-
$wb['domain_txt'] = 'Domain';
4-
$wb['dmarc_policy_txt'] = 'Mail Receiver Policy';
5-
$wb['dmarc_policy_note_txt'] = 'How ISPs should handle messages that failed SPF or DKIM (DMARC).';
6-
$wb['dmarc_policy_none_txt'] = 'none';
7-
$wb['dmarc_policy_quarantine_txt'] = 'quarantine';
8-
$wb['dmarc_policy_reject_txt'] = 'reject';
9-
$wb['dmarc_rua_txt'] = 'Aggregate Data Reporting Address';
10-
$wb['dmarc_rua_note_txt'] = 'Email to receive reports from ISPs aboute messages which failed DMARC checks for the domain (separated by whitespaces).';
11-
$wb['dmarc_ruf_txt'] = 'Forensic Data Reporting Address';
12-
$wb['dmarc_ruf_note_txt'] = 'Email to receive sample messages that are failing DMARC checks for the domain (separated by whitespaces).';
13-
$wb['dmarc_fo_txt'] = 'Forensic reporting options';
14-
$wb['dmarc_fo0_txt'] = 'Generate reports if all underlying authentication mechanisms fail to produce a DMARC \'pass\' result.';
15-
$wb['dmarc_fo1_txt'] = 'Generate reports if any mechanisms fail.';
16-
$wb['dmarc_fod_txt'] = 'Generate report if DKIM signature failed to verify.';
17-
$wb['dmarc_fos_txt'] = 'Generate report if SPF failed.';
18-
$wb['dmarc_adkim_txt'] = 'DKIM identifier alignment';
19-
$wb['dmarc_adkim_note_txt'] = '\'strict\' requires exact matching between DKIM domain and email\'s from';
20-
$wb['dmarc_adkim_r_txt'] = 'relaxed';
21-
$wb['dmarc_adkim_s_txt'] = 'strict';
22-
$wb['dmarc_aspf_txt'] = 'SPF identifier alignment';
23-
$wb['dmarc_aspf_note_txt'] = '\'strict\' requires exact matching between SPF domain and email\'s from';
24-
$wb['dmarc_aspf_r_txt'] = 'relaxed';
25-
$wb['dmarc_aspf_s_txt'] = 'strict';
26-
$wb['dmarc_rf_txt'] = 'Report Format';
27-
$wb['dmarc_rf_afrf_txt'] = 'Authentication Failure Reporting Format';
28-
$wb['dmarc_rf_iodef_txt'] = 'Incident Object Description Exchange Format';
29-
$wb['dmarc_pct_txt'] = 'Apply Policy to this Percentage';
30-
$wb['dmarc_pct_note_txt'] = '% (100 default). Messages in percent from the domain you want ISPs to check.';
31-
$wb['dmarc_ri_txt'] = 'Reporting Interval';
32-
$wb['dmarc_ri_note_txt'] = 'Seconds (default=86400). The time in seconds that aggregate reports should be generate (86400 represents 1 day).';
33-
$wb['dmarc_sp_txt'] = 'Subdomain Policy (Defaults to same as domain).';
34-
$wb['dmarc_sp_same_txt'] = 'same as domain';
35-
$wb['dmarc_sp_none_txt'] = 'none';
36-
$wb['dmarc_sp_quarantine_txt'] = 'quarantine';
37-
$wb['dmarc_sp_reject_txt'] = 'reject';
2+
$wb['active_txt'] = 'Habilitado';
3+
$wb['data_txt'] = 'Registro DMARC';
4+
$wb['dmarc_adkim_note_txt'] = '\'estricto\' necesita que el dominio DKIM y el campo de email \'desde\' sean iguales';
5+
$wb['dmarc_adkim_r_txt'] = 'relajado';
6+
$wb['dmarc_adkim_s_txt'] = 'estricto';
7+
$wb['dmarc_adkim_txt'] = 'Identificador de alineación DKIM';
8+
$wb['dmarc_aspf_note_txt'] = '\'estricto\' necesita que el dominio SPF y el campo de email \'desde\' sean iguales';
9+
$wb['dmarc_aspf_r_txt'] = 'relajado';
10+
$wb['dmarc_aspf_s_txt'] = 'estricto';
11+
$wb['dmarc_aspf_txt'] = 'Identificador de alineación SPF';
12+
$wb['dmarc_empty_txt'] = 'El registro DMARC está vacío - especifique al menos una opción';
13+
$wb['dmarc_fo0_txt'] = 'Generar informes si todos los mecanismos de autenticación subyacentes no pueden producir un resultado DMARC de \'pase\'.';
14+
$wb['dmarc_fo1_txt'] = 'Generar informes si cualquier mecanismo falla.';
15+
$wb['dmarc_fo_txt'] = 'Opciones de informes forenses';
16+
$wb['dmarc_fod_txt'] = 'Generar informe si falla el verificado de la firma DKIM.';
17+
$wb['dmarc_fos_txt'] = 'Generar informe si falla SPF.';
18+
$wb['dmarc_invalid_email_txt'] = 'El Email no es correcto';
19+
$wb['dmarc_more_spf_txt'] = 'Más de un registro SPF activado';
20+
$wb['dmarc_no_dkim_txt'] = 'No hay registro DKIM activado.';
21+
$wb['dmarc_no_spf_txt'] = 'No hay registro SPF activado.';
22+
$wb['dmarc_pct_note_txt'] = '% (por defecto 100). Mensajes en porcentaje desde el dominio que desea que compruebe el ISP.';
23+
$wb['dmarc_pct_txt'] = 'Aplicar política a este porcentaje';
24+
$wb['dmarc_policy_error_txt'] = 'Sólo se permite la política \'ninguna\' sin emails firmados por DKIM.';
25+
$wb['dmarc_policy_none_txt'] = 'ninguna';
26+
$wb['dmarc_policy_note_txt'] = 'Cómo los ISP deben manejar los mensajes que fallen la verificación SPF o DKIM (DMARC).';
27+
$wb['dmarc_policy_quarantine_txt'] = 'cuarentena';
28+
$wb['dmarc_policy_reject_txt'] = 'rechazar';
29+
$wb['dmarc_policy_txt'] = 'Política del receptor de correos';
30+
$wb['dmarc_rf_afrf_txt'] = 'Formato de informes de fallo de autentificación';
31+
$wb['dmarc_rf_iodef_txt'] = 'Formato de intercambio de descripciones de objetos de incidentes';
32+
$wb['dmarc_rf_txt'] = 'Formato de informes';
33+
$wb['dmarc_ri_note_txt'] = 'Segundos (por defecto=86400). El tiempo en segundos en el que los informes agregados deben generarse (86400 representa 1 día).';
34+
$wb['dmarc_ri_txt'] = 'Intervalo de informes';
35+
$wb['dmarc_rua_note_txt'] = 'Correo electrónico para recibir los informes de los mensajes absolutos de los ISPs que fallaron las comprobaciones DMARC para el dominio (separado por espacios en blanco).';
36+
$wb['dmarc_rua_txt'] = 'Dirección de informes de datos agregados';
37+
$wb['dmarc_ruf_note_txt'] = 'Correo electrónico para recibir mensajes de prueba que estén fallando las comprobaciones DMARC para el dominio (separado por espacios en blanco).';
38+
$wb['dmarc_ruf_txt'] = 'Dirección para informes de datos forenses';
39+
$wb['dmarc_sp_none_txt'] = 'ninguno';
40+
$wb['dmarc_sp_quarantine_txt'] = 'cuarentena';
41+
$wb['dmarc_sp_reject_txt'] = 'rechazar';
42+
$wb['dmarc_sp_same_txt'] = 'el mismo que el dominio';
43+
$wb['dmarc_sp_txt'] = 'Política de subdominios (por defecto igual que el dominio).';
44+
$wb['domain_txt'] = 'Dominio';
45+
$wb['limit_dns_record_txt'] = 'Ha alcanzado el número máx. de registros DNS permitidos para su cuenta.';
46+
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
47+
$wb['record_exists_txt'] = 'El registro DNS ya existe';
48+
$wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
3849
$wb['ttl_txt'] = 'TTL';
39-
$wb['active_txt'] = 'Active';
40-
$wb['dmarc_policy_error_txt'] = 'Only policy \'none\' is allowed without DKIM-signed emails.';
41-
$wb['dmarc_no_dkim_txt'] = 'No active DKIM Record.';
42-
$wb['dmarc_no_spf_txt'] = 'No active SPF Record.';
43-
$wb['dmarc_more_spf_txt'] = 'More than one active SPF Record';
44-
$wb['dmarc_invalid_email_txt'] = 'Invalid Email';
45-
$wb['dmarc_empty_txt'] = 'DMARC Record empty - specify at least one option';
46-
$wb['record_exists_txt'] = 'DNS-Record already exists';
47-
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
48-
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
49-
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
50-
?>
50+
?>

interface/web/dns/lib/lang/es_dns_ds.lng

100644100755
Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<?php
2-
$wb["server_id_txt"] = 'Server';
3-
$wb["zone_txt"] = 'Zone';
4-
$wb["name_txt"] = 'Hostname';
5-
$wb["type_txt"] = 'type';
6-
$wb["data_txt"] = 'Data';
7-
$wb["ttl_txt"] = 'TTL';
8-
$wb["active_txt"] = 'Active';
9-
$wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
10-
$wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
11-
$wb["name_error_empty"] = 'The hostname is empty.';
12-
$wb["name_error_regex"] = 'The hostname has the wrong format.';
13-
$wb["data_error_empty"] = 'Text empty';
14-
$wb["data_error_regex"] = 'Text format invalid';
15-
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
16-
$wb['invalid_type_ds'] = 'DS-Record has a wrong format.';
17-
18-
?>
2+
$wb['active_txt'] = 'Habilitado';
3+
$wb['data_error_empty'] = 'Datos vacíos';
4+
$wb['data_error_regex'] = 'El formato de los datos no es correcto';
5+
$wb['data_txt'] = 'Datos';
6+
$wb['limit_dns_record_txt'] = 'Ha alcanzado el número máx. de registros DNS permitidos para su cuenta.';
7+
$wb['name_error_empty'] = 'El nombre del host está vacío.';
8+
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
9+
$wb['name_txt'] = 'Nombre del host';
10+
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
11+
$wb['server_id_txt'] = 'Servidor';
12+
$wb['ttl_txt'] = 'TTL';
13+
$wb['type_txt'] = 'tipo';
14+
$wb['zone_txt'] = 'Zona';
15+
$wb['invalid_type_ds'] = 'El registro DS tiene un formato incorrecto.';
16+
$wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
17+
?>

interface/web/dns/lib/lang/es_dns_hinfo.lng

100644100755
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
2-
$wb['server_id_txt'] = 'Servidor';
3-
$wb['zone_txt'] = 'Zona';
4-
$wb['name_txt'] = 'Nombre del host';
5-
$wb['type_txt'] = 'tipo';
6-
$wb['data_txt'] = 'Información de Host';
7-
$wb['ttl_txt'] = 'TTL';
82
$wb['active_txt'] = 'Habilitado';
9-
$wb['limit_dns_record_txt'] = 'Ha alcanzado en su cuenta el número máx. de registros DNS.';
10-
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona de DNS.';
11-
$wb['name_error_empty'] = 'El nombre del host está vacío.';
12-
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
133
$wb['data_error_empty'] = 'Información de host vacía';
144
$wb['data_error_regex'] = 'Información de host inválida';
5+
$wb['data_txt'] = 'Información de Host';
6+
$wb['limit_dns_record_txt'] = 'Ha alcanzado el número máx. de registros DNS permitidos para su cuenta.';
7+
$wb['name_error_empty'] = 'El nombre del host está vacío.';
8+
$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
9+
$wb['name_txt'] = 'Nombre del host';
10+
$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
11+
$wb['server_id_txt'] = 'Servidor';
1512
$wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
16-
?>
13+
$wb['ttl_txt'] = 'TTL';
14+
$wb['type_txt'] = 'tipo';
15+
$wb['zone_txt'] = 'Zona';
16+
?>

0 commit comments

Comments
 (0)