product.lang.php 574 B

123456789101112131415161718192021
  1. <?php
  2. //产品列表
  3. $lang['product_title'] = '产品标题';
  4. $lang['product_order'] = '产品排序';
  5. $lang['product_new_ok'] = '是否最新';
  6. $lang['product_top_ok'] = '是否顶置';
  7. $lang['product_com_ok'] = '是否推荐';
  8. $lang['product_parent'] = '产品所属栏目';
  9. $lang['product_sort'] = '产品排序';
  10. $lang['product_addtime'] = '添加时间';
  11. $lang['product_imgurl'] = '图片';
  12. $lang['product_content'] = '描述';
  13. $lang['product_displaytype'] = '前台显示';
  14. $lang['product_wap_ok'] = '手机版显示';
  15. $lang['ds_please_choose'] = '请选择';
  16. ?>