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