slideshow.php (702B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Slideshow'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified slideshow module!'; 8 $_['text_edit'] = 'Edit Slideshow Module'; 9 10 // Entry 11 $_['entry_name'] = 'Module Name'; 12 $_['entry_banner'] = 'Banner'; 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 slideshow module!'; 19 $_['error_name'] = 'Module Name must be between 3 and 64 characters!'; 20 $_['error_width'] = 'Width required!'; 21 $_['error_height'] = 'Height required!';