1
0

OpenCart 3.0.3.8

This commit is contained in:
Christer Warén
2021-10-08 18:17:57 +03:00
parent cfa575a06a
commit 4bd790f56a
63 changed files with 461 additions and 89 deletions

View File

@ -5,7 +5,7 @@ $_['heading_title'] = 'Important Security Notification!';
// Text
$_['text_success'] = 'Success: You have modified the storage folder!';
$_['text_admin'] = 'Edit admin/config.php and change';
$_['text_security'] = 'It is very imporant that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).';
$_['text_security'] = 'It is very important that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).';
$_['text_choose'] = 'Choose how to move the storage directory';
$_['text_automatic'] = 'Automatically Move';
$_['text_manual'] = 'Manually Move';
@ -14,6 +14,9 @@ $_['text_to'] = 'to';
$_['text_config'] = 'Edit config.php change';
$_['text_admin'] = 'Edit admin/config.php and change';
// Entry
$_['entry_directory'] = 'Directory';
// Button
$_['button_move'] = 'Move';
$_['button_manual'] = 'Manual';