Till Brehm
2016-06-30 be08cdebf7c631f0f851824bb0d7df69d6711bfa
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';
?>