modification.php (704B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Modifications'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified modifications!'; 7 $_['text_refresh'] = 'Whenever you enable / disable or delete a modification you need to click the refresh button to rebuild your modification cache!'; 8 $_['text_list'] = 'Modification List'; 9 10 // Column 11 $_['column_name'] = 'Modification Name'; 12 $_['column_author'] = 'Author'; 13 $_['column_version'] = 'Version'; 14 $_['column_status'] = 'Status'; 15 $_['column_date_added'] = 'Date Added'; 16 $_['column_action'] = 'Action'; 17 18 // Error 19 $_['error_permission'] = 'Warning: You do not have permission to modify modifications!';