19 lines
427 B
PHP
19 lines
427 B
PHP
<?php
|
|
/**
|
|
* products.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-08-18 08:31:03
|
|
* @modified 2022-08-18 08:31:03
|
|
*/
|
|
|
|
return [
|
|
'index' => 'steps',
|
|
'cart' => 'Cart',
|
|
'checkout' => 'Checkouts',
|
|
'submitted_successfully' => 'Submitted Successfully',
|
|
'payment' => 'Payment',
|
|
];
|