Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
027d48 1 <?php
bd12aa 2 $wb['server_id_txt'] = 'Sunucu';
TB 3 $wb['ip_address_txt'] = 'IP Adresi';
4 $wb['vm_id_txt'] = 'Sanal Sunucu';
5 $wb['reserved_txt'] = 'Ayrılmış';
6 $wb['ip_error_wrong'] = 'Lütfen geçerli bir IPv4 adresi yazın.';
7 $wb['ip_error_unique'] = 'Bu IP adresi zaten var.';
8 $wb['IP address'] = 'IP adresi';
d6cd45 9 ?>