commit | author | age | ||
bef7e2 | 1 | <?php |
F | 2 | $wb["list_head_txt"] = 'Jobqueue'; |
3 | $wb["tstamp_txt"] = 'Date'; | |
4 | $wb["server_id_txt"] = 'Server'; | |
5 | $wb["dbtable_txt"] = 'DB Table'; | |
6 | $wb["action_txt"] = 'Action'; | |
7 | $wb["status_txt"] = 'Status'; | |
8 | $wb["page_txt"] = 'Page'; | |
9 | $wb["page_of_txt"] = 'of'; | |
10 | $wb["page_next_txt"] = 'Next'; | |
11 | $wb["page_back_txt"] = 'Back'; | |
12 | $wb["delete_txt"] = 'Delete'; | |
13 | $wb["filter_txt"] = 'Filter'; | |
14 | $wb["add_new_record_txt"] = 'Add new record'; | |
15 | ?> |