customview.php 666 B

123456789101112131415161718192021
  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. // 添加/编辑
  11. 'customview_add_name' => '自定义页面添加',
  12. 'customview_edit_name' => '自定义页面编辑',
  13. 'customview_title_text' => '标题',
  14. 'customview_content_text' => '内容',
  15. 'customview_title_format' => '标题长度 3~60 个字符',
  16. 'customview_content_format' => '内容长度最少 50~105000 个字符',
  17. 'customview_content_format_mobile' => '更多编辑功能请使用电脑访问',
  18. 'customview_so_keyword_tips' => '标题关键字',
  19. );
  20. ?>