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