32 lines
883 B
PHP
32 lines
883 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 [
|
|
'plugins_index' => '插件列表',
|
|
'plugins_import' => '上传插件',
|
|
'plugins_show' => '插件详情',
|
|
'plugins_update' => '插件更新',
|
|
'plugins_update_status' => '删除插件',
|
|
'plugins_install' => '安装',
|
|
'plugins_uninstall' => '卸载',
|
|
|
|
'plugin_list' => '插件列表',
|
|
'plugin_code' => '插件代码',
|
|
'plugin_type' => '插件类型',
|
|
'plugin_description' => '插件描述',
|
|
'plugin_upload' => '上传插件(仅支持 zip 文件)',
|
|
|
|
'shipping' => '配送方式',
|
|
'payment' => '支付方式',
|
|
'total' => '订单计算',
|
|
'view' => '页面修改',
|
|
];
|