commit | author | age | ||
034425 | 1 | <?php |
62469f | 2 | $wb['list_head_txt'] = 'IP Addresses'; |
K | 3 | $wb['server_id_txt'] = 'Server'; |
4 | $wb['ip_address_txt'] = 'IP Address'; | |
5 | $wb['page_txt'] = 'Page'; | |
6 | $wb['page_of_txt'] = 'of'; | |
7 | $wb['page_next_txt'] = 'Next'; | |
8 | $wb['page_back_txt'] = 'Back'; | |
9 | $wb['delete_txt'] = 'Delete'; | |
10 | $wb['filter_txt'] = 'Filter'; | |
11 | $wb['add_new_record_txt'] = 'Add new IP Address'; | |
12 | ?> |