Till Brehm
2016-03-23 ddfe16e3a29d434ce5109fd8215050a00b3283fd
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';
?>