21 lines
537 B
PHP
21 lines
537 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_edit' => '插件详情',
|
|
'plugins_update' => '插件更新',
|
|
'plugins_update_status' => '删除插件',
|
|
'plugins_install' => '安装',
|
|
'plugins_uninstall' => '卸载',
|
|
];
|