dashboard
repositories
filestore
activity
search
login
php
/
iem_shop
iem_shop
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
项目导入
bhq@iemsoft.cn
2018-11-27
e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
[php/iem_shop.git]
/
languages
/
zh_cn
/
shipping
/
cac.php
1
2
3
4
5
6
7
8
9
<?php
/**
上门取货插件的语言文件
*/
$_LANG['cac'] = '上门取货';
$_LANG['cac_desc'] = '买家自己到商家指定地点取货';
?>