special.php (697B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Specials'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified module specials!'; 8 $_['text_edit'] = 'Edit Specials Module'; 9 10 // Entry 11 $_['entry_name'] = 'Module Name'; 12 $_['entry_limit'] = 'Limit'; 13 $_['entry_width'] = 'Width'; 14 $_['entry_height'] = 'Height'; 15 $_['entry_status'] = 'Status'; 16 17 // Error 18 $_['error_permission'] = 'Warning: You do not have permission to modify specials module!'; 19 $_['error_name'] = 'Module Name must be between 3 and 64 characters!'; 20 $_['error_width'] = 'Width required!'; 21 $_['error_height'] = 'Height required!';