bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
 
/**
  邮政快递包裹插件的语言文件
 * ============================================================================
 * * 
 
 * ----------------------------------------------------------------------------
 
 * ============================================================================
 
 * $Id: post_express.php 17217 2011-01-19 06:29:08Z  $
*/
 
$_LANG['post_express']          = '邮政快递包裹';
$_LANG['post_express_desc']     = '邮政快递包裹的描述内容。';
$_LANG['item_fee']              = '单件商品费用:';
$_LANG['base_fee']              = '1000克以内费用:';
$_LANG['step_fee']             = '5000克以内续重每500克费用:';
$_LANG['step_fee1']             = '5001克以上续重500克费用:';
?>