vr-shopxo-source/service/Application/Admin/Lang/zh-cn/region.php

14 lines
250 B
PHP
Executable File

<?php
/**
* 模块语言包-地区
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
return array(
'region_add_name' => '地区添加',
'region_edit_name' => '地区编辑',
);
?>