Florian Schaal
2016-06-13 701f4d81bf0e2ec0e25b8b6adb03345636e9f450
1
2
3
4
5
6
7
8
9
<?php
$wb['server_id_txt'] = 'Servidor Host';
$wb['ip_address_txt'] = 'Direcciones IP';
$wb['vm_id_txt'] = 'Servidor virtual';
$wb['reserved_txt'] = 'Reservado';
$wb['ip_error_wrong'] = 'Por favor ingrese una dirección IPv4 válida.';
$wb['ip_error_unique'] = 'Esta dirección IP ya existe.';
$wb['IP address'] = 'Dirección IP';
?>