upgrade.php (1170B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Upgrade'; 4 $_['heading_success'] = 'Upgrade - Complete!'; 5 6 // Text 7 $_['text_upgrade'] = 'Prepare for your upgrade'; 8 $_['text_server'] = 'Check your server is set-up correctly'; 9 $_['text_steps'] = 'Upgrade Progress'; 10 $_['text_error'] = 'Post any upgrade script errors problems in the forums'; 11 $_['text_clear'] = 'After upgrade, clear any cookies in your browser to avoid getting token errors.'; 12 $_['text_admin'] = 'Load the admin page & press Ctrl+F5 twice to force the browser to update the css changes.'; 13 $_['text_user'] = 'Goto Admin -> Users -> User Groups and Edit the Top Adminstrator group. Check All boxes.'; 14 $_['text_setting'] = 'Goto Admin and Edit the main System Settings. Update all fields and click save, even if nothing changed.'; 15 $_['text_store'] = 'Load the store front & press Ctrl+F5 twice to force the browser to update the css changes.'; 16 $_['text_progress'] = 'Patch %s has been applied (%s of %s)'; 17 $_['text_success'] = 'Congratulations! You have successfuly upgraded your OpenCart installation!'; 18 19 // Entry 20 $_['entry_progress'] = 'Progress';