Jesse Norell
2015-07-14 411a6f5299c2894a27ba26e4c0531b36615216ee
1
2
3
4
5
6
7
8
9
<?php
$wb['server_id_txt'] = 'Sunucu';
$wb['ip_address_txt'] = 'IP Adresi';
$wb['vm_id_txt'] = 'Sanal Sunucu';
$wb['reserved_txt'] = 'Ayrılmış';
$wb['ip_error_wrong'] = 'Lütfen geçerli bir IPv4 adresi yazın.';
$wb['ip_error_unique'] = 'Bu IP adresi zaten var.';
$wb['IP address'] = 'IP adresi';
?>