Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
2d870d 1 <?php
F 2 $wb['server_id_txt'] = 'Servidor';
3 $wb['zone_txt'] = 'Zona';
2ab1e5 4 $wb['name_txt'] = 'Nombre del host';
TB 5 $wb['type_txt'] = 'Tipo';
2d870d 6 $wb['data_txt'] = 'Texto';
F 7 $wb['ttl_txt'] = 'TTL';
2ab1e5 8 $wb['active_txt'] = 'Habilitado';
TB 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.';
13 $wb['data_error_empty'] = 'Texto vacío';
14 $wb['data_error_regex'] = 'Formato incorrecto de texto.';
15 $wb['ttl_range_error'] = 'El tiempo min. para TTL es de 60 segundos.';
2d870d 16 ?>