Skip to content
br_server_ip.lng 499 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['ip_address_txt'] = 'Endereço IP';
Till Brehm's avatar
Till Brehm committed
$wb['virtualhost_txt'] = 'Nome do virtualHost http';
tbrehm's avatar
tbrehm committed
$wb['ip_error_wrong'] = 'Endereço IP inválido!';
$wb['ip_error_unique'] = 'O endereço IP deve ser exclusivo.';
Till Brehm's avatar
Till Brehm committed
$wb['client_id_txt'] = 'Cliente';
$wb['ip_type_txt'] = 'Tipo';
$wb['virtualhost_port_txt'] = 'Portas http';
$wb['error_port_syntax'] = 'Caracteres inválidos no campo -portas http-, insira somente números separados por vírgula. Exemplo: 80,443';
tbrehm's avatar
tbrehm committed
?>