Skip to content
tr_server_ip.lng 456 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
Fantu's avatar
Fantu committed
$wb['server_id_txt'] = 'Sunucu';
$wb['ip_address_txt'] = 'IP Adresleri';
$wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
tbrehm's avatar
tbrehm committed
$wb['ip_error_wrong'] = 'Geçersiz IP adresi';
$wb['ip_error_unique'] = 'IP adresi tekrar etmemeli';
tbrehm's avatar
tbrehm committed
$wb['client_id_txt'] = 'Client';
$wb['ip_type_txt'] = 'Type';
$wb['virtualhost_port_txt'] = 'HTTP Ports';
$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443';
tbrehm's avatar
tbrehm committed
?>