Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
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 ?>