25 lines
597 B
PHP
25 lines
597 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => 'Tax Rate',
|
|
'tax_classes_index' => 'Tax Classes',
|
|
'tax' => 'Tax',
|
|
'tax_rate' => 'Tax Rate',
|
|
'type' => 'Type',
|
|
'area' => 'Area',
|
|
'tax_rates_index' => 'Index',
|
|
'tax_rates_create' => 'Create',
|
|
'tax_rates_show' => 'Detail',
|
|
'tax_rates_update' => 'Edit',
|
|
'tax_rates_delete' => 'Delete'
|
|
];
|