OpenCart 3.0.3.8
This commit is contained in:
@ -71,20 +71,6 @@ $_['text_length_class'] = 'Length Classes';
|
||||
$_['text_zone'] = 'Zones';
|
||||
$_['text_recurring'] = 'Recurring Profiles';
|
||||
$_['text_order_recurring'] = 'Recurring Orders';
|
||||
$_['text_openbay_extension'] = 'OpenBay Pro';
|
||||
$_['text_openbay_dashboard'] = 'Dashboard';
|
||||
$_['text_openbay_orders'] = 'Bulk order update';
|
||||
$_['text_openbay_items'] = 'Manage items';
|
||||
$_['text_openbay_ebay'] = 'eBay';
|
||||
$_['text_openbay_amazon'] = 'Amazon (EU)';
|
||||
$_['text_openbay_amazonus'] = 'Amazon (US)';
|
||||
$_['text_openbay_etsy'] = 'Etsy';
|
||||
$_['text_openbay_settings'] = 'Settings';
|
||||
$_['text_openbay_links'] = 'Item links';
|
||||
$_['text_openbay_report_price'] = 'Pricing report';
|
||||
$_['text_openbay_order_import'] = 'Order import';
|
||||
$_['text_paypal'] = 'PayPal';
|
||||
$_['text_paypal_search'] = 'Search';
|
||||
$_['text_complete_status'] = 'Orders Completed';
|
||||
$_['text_processing_status'] = 'Orders Processing';
|
||||
$_['text_other_status'] = 'Other Statuses';
|
||||
|
@ -17,3 +17,4 @@ $_['button_login'] = 'Kirjaudu';
|
||||
// Error
|
||||
$_['error_login'] = 'No match for Username and/or Password.';
|
||||
$_['error_token'] = 'Invalid token session. Please login again.';
|
||||
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour or reset password.';
|
||||
|
@ -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';
|
||||
|
Reference in New Issue
Block a user