wyyl/resources/lang/en/admin/rma.php

18 lines
366 B
PHP

<?php
/**
* rma.php
*
* @copyright 2022 opencart.cn - All Rights Reserved
* @link http://www.guangdawangluo.com
* @author TL <mengwb@opencart.cn>
* @created 2022-08-16 17:22:41
* @modified 2022-08-16 17:22:41
*/
return [
'rmas_index' => 'Index',
'rmas_show' => 'Show',
'rmas_update' => 'Update',
'rmas_delete' => 'Delete'
];