mallvouchertemplate.lang.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. //菜单
  3. $lang['admin_mallvouchertemplate_manage']= '平台代金券列表';
  4. $lang['admin_mallvouchertemplate_add'] = '添加代金券';
  5. $lang['admin_mallvouchertemplate_view'] = '查看代金券';
  6. $lang['admin_mallvouchertemplate_edit'] = '编辑代金券';
  7. /**
  8. * 代金券编辑
  9. */
  10. $lang['admin_mallvouchertemplate_gc_error'] = '请选择所属商品分类';
  11. $lang['admin_mallvouchertemplate_price'] = '代金券面额';
  12. $lang['admin_mallvouchertemplate_price_error'] = '代金券面额应为大于0的整数';
  13. $lang['admin_mallvouchertemplate_title'] = '代金券标题';
  14. $lang['admin_mallvouchertemplate_title_error'] = '代金券标题不能为空';
  15. $lang['admin_mallvouchertemplate_title_lengtherror'] = '代金券标题不能为空且不能大于255个字符';
  16. $lang['admin_mallvouchertemplate_points'] = '领取所需积分';
  17. $lang['admin_mallvouchertemplate_quantity'] = '发放数量';
  18. $lang['admin_mallvouchertemplate_quantity_error'] = '发放数量不能为空';
  19. $lang['admin_mallvouchertemplate_eachlimit'] = '每人限领';
  20. $lang['admin_mallvouchertemplate_eachlimit_error'] = '每人限领不能为空';
  21. $lang['admin_mallvouchertemplate_giveout'] = '已领取';
  22. $lang['admin_mallvouchertemplate_used'] = '已使用';
  23. $lang['admin_mallvouchertemplate_startdate'] = '开始时间';
  24. $lang['admin_mallvouchertemplate_enddate'] = '结束时间';
  25. $lang['admin_mallvouchertemplate_limit'] = '消费金额';
  26. $lang['admin_mallvouchertemplate_limit_error'] = "消费金额不能为空且必须为整数,且面额不能大于代金券面额";
  27. $lang['admin_mallvoucher_drop'] = '删除代金券';
  28. $lang['admin_mallvoucheruser_activedate'] = '代金券发放时间';
  29. $lang['admin_mallvouchertemplate_goodsclass'] = '所属商品分类';
  30. return $lang;