commit | author | age | ||
034425 | 1 | <?php |
62469f | 2 | $wb['repo_name_txt'] = 'Repository'; |
K | 3 | $wb['repo_url_txt'] = 'URL'; |
4 | $wb['repo_username_txt'] = 'User (optional)'; | |
5 | $wb['repo_password_txt'] = 'Password (optional)'; | |
6 | $wb['active_txt'] = 'Active'; | |
7 | $wb['btn_save_txt'] = 'Save'; | |
8 | $wb['btn_cancel_txt'] = 'Cancel'; | |
9 | ?> |