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

7
install/en-gb.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// Button
$_['button_continue'] = 'Jatka';
$_['button_back'] = 'Palaa takaisin';
// Error
$_['error_exception'] = 'Virhekoodi(%s): %s in %s on line %s';

View File

@ -38,7 +38,7 @@ $_['text_unwritable'] = 'Unwritable';
// Error
$_['error_missing'] = 'Missing';
$_['error_unwritable'] = 'Unwritable';
$_['error_version'] = 'Varoitus: You need to use PHP 5.4 or above for OpenCart to work!';
$_['error_version'] = 'Varoitus: You need to use PHP 7.3 or above for OpenCart to work!';
$_['error_file_upload'] = 'Varoitus: file_uploads needs to be enabled!';
$_['error_session'] = 'Varoitus: OpenCart will not work with session.auto_start enabled!';
$_['error_db'] = 'Varoitus: A database extension needs to be loaded in the php.ini for OpenCart to work!';
@ -59,4 +59,4 @@ $_['error_cache'] = 'Varoitus: Cache directory needs to be writable f
$_['error_log'] = 'Varoitus: Logs directory needs to be writable for OpenCart to work!';
$_['error_download'] = 'Varoitus: Download directory needs to be writable for OpenCart to work!';
$_['error_upload'] = 'Varoitus: Upload directory needs to be writable for OpenCart to work!';
$_['error_modification'] = 'Varoitus: Modification directory needs to be writable for OpenCart to work!';
$_['error_modification'] = 'Varoitus: Modification directory needs to be writable for OpenCart to work!';

View File

@ -7,8 +7,7 @@ $_['text_step_3'] = 'Enter your database and administration details';
$_['text_db_connection'] = '1. Please enter your database connection details.';
$_['text_db_administration'] = '2. Please enter a username and password for the administration.';
$_['text_mysqli'] = 'MySQLi';
$_['text_mysql'] = 'MySQL';
$_['text_mpdo'] = 'mPDO';
$_['text_pdo'] = 'PDO';
$_['text_pgsql'] = 'PostgreSQL';
// Entry
@ -24,6 +23,7 @@ $_['entry_password'] = 'Password';
$_['entry_email'] = 'E-Mail';
// Error
$_['error_db_driver'] = 'Database Driver required!';
$_['error_db_hostname'] = 'Hostname required!';
$_['error_db_username'] = 'Username required!';
$_['error_db_database'] = 'Database Name required!';
@ -32,5 +32,5 @@ $_['error_db_prefix'] = 'DB Prefix can only contain lowercase characters
$_['error_db_connect'] = 'Virhe: Could not connect to the database please make sure the database server, username and password is correct!';
$_['error_username'] = 'Username required!';
$_['error_password'] = 'Password required!';
$_['error_email'] = 'Invalid E-Mail!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_config'] = 'Virhe: Could not write to config.php please check you have set the correct permissions on: ';

View File

@ -10,8 +10,6 @@ $_['text_loading'] = 'Loading modules...';
$_['text_extension'] = 'visit the extensions store';
$_['text_mail'] = 'Join the mailing list';
$_['text_mail_description'] = 'Stay informed of OpenCart updates and events.';
$_['text_openbay'] = 'OpenBay Pro gives merchants the ability to link their store with 3rd party markets like eBay and Amazon. Import orders, list items and handle shipping information direct from OpenCart...<a href="http://www.openbaypro.com/?utm_source=opencart_install&utm_medium=referral&utm_campaign=opencart_install" target="_blank">More information</a>';
$_['text_amazon_pay'] = 'Amazon Pay is a trusted payment solution which allows customers to check in and out using information already stored in their Amazon account. It\'s fast, simple and secure....<a href="https://pay.amazon.com/uk/signup" target="_blank">More information</a>';
$_['text_facebook'] = 'Like us on Facebook';
$_['text_facebook_description'] = 'Tell us how much you like OpenCart!';
$_['text_facebook_visit'] = 'Visit our Facebook page';