Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
027d48 1 <?php
2ab1e5 2 $wb['server_id_txt'] = 'Servidor Host';
TB 3 $wb['ip_address_txt'] = 'Direcciones IP';
4 $wb['vm_id_txt'] = 'Servidor virtual';
10b4c8 5 $wb['reserved_txt'] = 'Reservado';
2ab1e5 6 $wb['ip_error_wrong'] = 'Por favor ingrese una dirección IPv4 válida.';
TB 7 $wb['ip_error_unique'] = 'Esta dirección IP ya existe.';
8 $wb['IP address'] = 'Dirección IP';
522ef8 9 ?>