| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Sunucu'; |
| | | $wb['ip_address_txt'] = 'IP Adresleri'; |
| | | $wb['client_id_txt'] = 'Müşteri'; |
| | | $wb['ip_type_txt'] = 'Tip'; |
| | | $wb['ip_address_txt'] = 'IP Adresi'; |
| | | $wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; |
| | | $wb['ip_error_wrong'] = 'Geçersiz IP adresi'; |
| | | $wb['ip_error_unique'] = 'IP adresi tekrar etmemeli'; |
| | | $wb['virtualhost_port_txt'] = 'HTTP Kapıları'; |
| | | $wb['ip_error_wrong'] = 'IP adresi geçersiz'; |
| | | $wb['ip_error_unique'] = 'Aynı IP adresi zaten var'; |
| | | $wb['error_port_syntax'] = 'Kapı alanında geçersiz karakterler var. Lütfen yalnız virgül ile ayrılmış sayılar yazın. Örnek: 80,443'; |
| | | ?> |