installer.php (1042B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Extension Installer'; 4 5 // Text 6 $_['text_progress'] = 'Install Progress'; 7 $_['text_upload'] = 'Upload your extensions'; 8 $_['text_history'] = 'Install History'; 9 $_['text_success'] = 'Success: The extension has been installed!'; 10 $_['text_install'] = 'Installing'; 11 12 // Column 13 $_['column_filename'] = 'Filename'; 14 $_['column_date_added'] = 'Date Added'; 15 $_['column_action'] = 'Action'; 16 17 // Entry 18 $_['entry_upload'] = 'Upload File'; 19 $_['entry_progress'] = 'Progress'; 20 21 // Help 22 $_['help_upload'] = 'Requires a modification file with extension \'.ocmod.zip\'.'; 23 24 // Error 25 $_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; 26 $_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; 27 $_['error_upload'] = 'File could not be uploaded!'; 28 $_['error_filetype'] = 'Invalid file type!'; 29 $_['error_file'] = 'File could not be found!';