mobile.php 308 B

12345678910
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. $lang['order_state_cancel'] = '已取消';
  4. $lang['order_state_new'] = '待付款';
  5. $lang['order_state_pay'] = '待发货';
  6. $lang['order_state_send'] = '待收货';
  7. $lang['order_state_success'] = '交易完成';
  8. $lang['order_state_eval'] = '已评价';