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
/
payment
/
balance.php
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
余额支付插件语言文件
*/
global $_LANG;
$_LANG['balance'] = '余额支付';
$_LANG['balance_desc'] = '使用帐户余额支付。只有会员才能使用,通过设置信用额度,可以透支。';
?>