product.lang.php 468 B

1234567891011121314151617181920
  1. <?php
  2. //产品列表
  3. $lang['product_title'] = 'Title';
  4. $lang['product_order'] = 'Order';
  5. $lang['product_new_ok'] = 'New Ok';
  6. $lang['product_top_ok'] = 'Top Ok';
  7. $lang['product_com_ok'] = 'Com Ok';
  8. $lang['product_parent'] = 'Parent';
  9. $lang['product_sort'] = 'Sort';
  10. $lang['product_addtime'] = 'AddTime';
  11. $lang['product_imgurl'] = 'ImgUrl';
  12. $lang['product_content'] = 'Content';
  13. $lang['product_displaytype'] = 'DisplayType';
  14. $lang['product_wap_ok'] = 'Product';
  15. ?>