promotionwholesale.lang.php 976 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. $lang['promotion_wholesale'] = '批发';
  3. $lang['wholesale_list'] = '活动列表';
  4. $lang['wholesale_quota'] = '套餐管理';
  5. $lang['wholesale_setting'] = '设置';
  6. $lang['goods_store_price'] = '商品价格';
  7. $lang['wholesale_price'] = '批发价格';
  8. $lang['wholesale_price_explain'] = '购买单位为月(30天),购买后卖家可以在所购买周期内发布批发活动';
  9. $lang['wholesale_price_error'] = '不能为空,且必须为大于0的正整数';
  10. $lang['setting_save_success'] = '设置保存成功';
  11. $lang['setting_save_fail'] = '设置保存失败';
  12. $lang['wholesale_quota_list_help1'] = '卖家的批发套餐列表';
  13. $lang['wholesale_list_help1'] = '卖家发布的批发活动列表';
  14. $lang['wholesale_list_help2'] = '取消操作后的活动不可恢复,请慎重操作';
  15. $lang['wholesale_list_help3'] = '点击详细按钮,查看活动详细信息';
  16. $lang['wholesale_count'] = '件起批';
  17. return $lang;