Sergio Cambra
2014-06-27 9df44a90fd7fd57693899ccbe2231955a48fe64b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Nombre';
$wb['type_txt'] = 'tipo';
$wb['data_txt'] = 'Nombre canónico de la máquina (FQDN)';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Activar';
$wb['limit_dns_record_txt'] = 'Se ha alcanzado el número máximo de registro DNS de esta cuenta.';
$wb['no_zone_perm'] = 'No tiene permisos para añadir registros a esta zona DNS';
$wb['name_error_empty'] = 'El nombre está vacío.';
$wb['name_error_regex'] = 'El nombre tiene un formato incorrecto.';
$wb['data_error_empty'] = 'El nombre canónico está vacío.';
$wb['data_error_regex'] = 'El formato del nombre canónico no es válido.';
$wb['ttl_range_error'] = 'TTL mínimo es 60 segundos';
?>