commit | author | age
|
407003
|
1 |
<?php |
58ad89
|
2 |
$wb['active_txt'] = 'Habilitado'; |
CD |
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.'; |
4bdecc
|
17 |
?> |