theme.php 542 B

12345678910111213141516171819
  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. 'theme_nav_home' => '当前主题',
  11. 'theme_nav_upload' => '主题安装',
  12. 'theme_upload_tips' => '上传一个zip压缩格式的主题安装包',
  13. 'theme_upload_error' => '文件格式有误,请上传zip压缩包',
  14. 'theme_delete_error' => '不能删除正在使用的主题',
  15. 'theme_author_text' => '作者:',
  16. 'theme_ver_text' => '适用版本:',
  17. );
  18. ?>