Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
d6cd45 1 <?php
b51db0 2 $wb['list_head_txt'] = 'IPTables';
bd12aa 3 $wb['add_new_rule_txt'] = 'IPTables Kuralı Ekle';
TB 4 $wb['server_id_txt'] = 'Sunucu';
5 $wb['multiport_txt'] = 'Çok Kapı';
6 $wb['singleport_txt'] = 'Tek Kapı';
7 $wb['protocol_txt'] = 'İletişim Kuralı';
8 $wb['table_txt'] = 'Tablo';
9 $wb['target_txt'] = 'Hedef';
10 $wb['state_txt'] = 'Durum';
11 $wb['destination_ip_txt'] = 'Hedef Adresi';
12 $wb['source_ip_txt'] = 'Kaynak Adresi';
13 $wb['active_txt'] = 'Etkin';
14 $wb['iptables_error_unique'] = 'Bu sunucu için zaten bir güvenlik duvarı kaydı var.';
d6cd45 15 ?>