Admin_module.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. return array(
  3. 'module_name' => '模型名称',
  4. 'module_dir' => '模型目录',
  5. 'module_developer' => '开发商',
  6. 'module_version' => '版本号',
  7. 'module_uninstall' => '卸载',
  8. 'module_install' => '安装',
  9. 'module_real_uninstall' => '您确定要卸载吗?',
  10. 'module_table' => '模型表名',
  11. 'module_description' => '模型简介',
  12. 'module_listfields' => '列表页调用字段',
  13. 'module_tip_title' => '模型名称必须为2-30个字',
  14. 'module_tip_table' => '表名必须为2-30个字',
  15. 'catid'=>'栏目',
  16. 'catid_error'=>'必须选择一个栏目',
  17. 'title_error'=>'标题必须为1-80个字符',
  18. 'keywords'=>'关键词',
  19. 'description'=>'SEO简介',
  20. 'content'=>'内容',
  21. 'createtime'=>'发布时间',
  22. 'recommend'=>'允许评论',
  23. 'norecommend'=>'不允许评论',
  24. 'readpoint'=>'阅读收费',
  25. 'hits'=>'点击次数',
  26. 'readgroup'=>'访问权限',
  27. 'posid'=>'推荐位',
  28. 'template'=>'模板',
  29. 'status'=>'状态',
  30. 'fabu'=>'发布',
  31. 'dingshi'=>'定时发布',
  32. 'moduleishave' =>'表已经存在',
  33. 'module_empty_table' => '空表字段',
  34. 'module_news_table' => '普通文章表字段',
  35. 'module_table_type' => '新建表字段',
  36. 'module_issearch'=> '前台搜索模型',
  37. 'module_ispost'=> '允许前台投稿',
  38. 'POSTGROUP' =>'允许投稿会员组',
  39. 'module_addmenu' =>'添加信息',
  40. );
  41. ?>