bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
 
/**
  邮局平邮插件的语言文件
*/
 
$_LANG['post_mail']          = '邮局平邮';
$_LANG['post_mail_desc']     = '由商家选择合作快递为您配送:';
$_LANG['pack_fee']           = '包装费用:';
$_LANG['item_fee']              = '单件商品费用:';
$_LANG['base_fee']          = '1000克以内费用:';
$_LANG['step_fee']          = '5000克以内续重每1000克费用:';
$_LANG['step_fee1']          = '5001克以上续重1000克费用:';
 
?>