cache.php 778 B

1234567891011121314151617181920
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. /**
  4. *
  5. */
  6. $lang['cache_cls_operate'] = '清理緩存';
  7. $lang['cache_cls_all'] = '全部';
  8. $lang['cache_cls_seting'] = '商城配置';
  9. $lang['cache_cls_category'] = '商品分類';
  10. $lang['cache_cls_adv'] = '廣告緩存';
  11. $lang['cache_cls_group'] = '團購緩存(分類|價格區間)';
  12. $lang['cache_cls_link'] = '友情連結';
  13. $lang['cache_cls_nav'] = '底部導航';
  14. $lang['cache_cls_index'] = '首頁';
  15. $lang['cache_cls_table'] = '表結構';
  16. $lang['cache_cls_express'] = '快遞公司';
  17. $lang['cache_cls_store_class'] = '店舖分類';
  18. $lang['cache_cls_store_grade'] = '店舖等級';
  19. $lang['cache_cls_address'] = '省市區地址缓存';
  20. $lang['cache_cls_ok'] = '更新成功';