article.php 330 B

123456789101112131415
  1. <?php
  2. /**
  3. * 模块语言包-文章详情
  4. * @author Devil
  5. * @blog http://gong.gg/
  6. * @version 0.0.1
  7. * @datetime 2016-12-01T21:51:08+0800
  8. */
  9. return array(
  10. 'article_add_time_text' => '发布日期',
  11. 'article_access_count_text' => '浏览次数',
  12. 'article_on_exist_error' => '文章不存在或已删除',
  13. );
  14. ?>