blob: dd79afe3be678bed584f0abfaddd0356e8c6d4f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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';
|