Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
2d870d 1 <?php
2ab1e5 2 $wb['active_txt'] = 'Habilitado';
58ad89 3 $wb['data_error_empty'] = 'El texto está vacío';
CD 4 $wb['data_error_regex'] = 'El texto tiene un formato incorrecto';
5 $wb['data_txt'] = 'Texto';
6 $wb['invalid_type_dkim'] = 'No está permitido DKIM. Use el botón DKIM.';
7 $wb['invalid_type_dmarc'] = 'No está permitido DMARC. Use el botón DMARC.';
8 $wb['invalid_type_spf'] = 'No está permitido SPF. Use el botón SPF.';
2ab1e5 9 $wb['limit_dns_record_txt'] = 'Ha alcanzado en su cuenta el número máx. de registros DNS.';
TB 10 $wb['name_error_empty'] = 'El nombre del host está vacío.';
11 $wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
58ad89 12 $wb['name_txt'] = 'Nombre del host';
CD 13 $wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
14 $wb['server_id_txt'] = 'Servidor';
15 $wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
16 $wb['ttl_txt'] = 'TTL';
17 $wb['type_txt'] = 'Tipo';
18 $wb['zone_txt'] = 'Zona';
4bdecc 19 ?>