Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
2d870d 1 <?php
2ab1e5 2 $wb['active_txt'] = 'Habilitado';
TB 3 $wb['data_error_empty'] = 'Campo de persona responsable vacío.';
4 $wb['data_error_regex'] = 'Formato inválido en el campo de persona responsable.';
58ad89 5 $wb['data_txt'] = 'Persona Responsable';
CD 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';
2ab1e5 12 $wb['ttl_range_error'] = 'El tiempo min. para TTL es de 60 segundos.';
58ad89 13 $wb['ttl_txt'] = 'TTL';
CD 14 $wb['type_txt'] = 'tipo';
15 $wb['zone_txt'] = 'Zona';
4bdecc 16 ?>