sellercost.lang.php 342 B

12345678910111213
  1. <?php
  2. /**
  3. * 列表
  4. */
  5. $lang['cost_consumption_content'] = '消费内容';
  6. $lang['cost_time'] = '时间';
  7. $lang['cost_consumption_amount'] = '消费金额';
  8. $lang['cost_status'] = '状态';
  9. $lang['cost_settled'] = '已结算';
  10. $lang['cost_not_settled'] = '未结算';
  11. $lang['cost_list'] = '消费列表';
  12. return $lang;