commit | author | age | ||
bef7e2 | 1 | <?php |
F | 2 | $wb["list_head_txt"] = 'Repository'; |
3 | $wb["active_txt"] = 'Active'; | |
4 | $wb["repo_name_txt"] = 'Repository'; | |
5 | $wb["repo_url_txt"] = 'URL'; | |
6 | $wb["page_txt"] = 'Page'; | |
7 | $wb["page_of_txt"] = 'of'; | |
8 | $wb["page_next_txt"] = 'Next'; | |
9 | $wb["page_back_txt"] = 'Back'; | |
10 | $wb["delete_txt"] = 'Delete'; | |
11 | $wb["filter_txt"] = 'Filter'; | |
12 | $wb["add_new_record_txt"] = 'Add new record'; | |
13 | ?> |