Jesse Norell
2015-12-23 2c7813beca5e10b268e64736d2c791a1e7248c76
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';
?>