lang_portalcp.php 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?php
  2. /**
  3. * [Discuz!] (C)2001-2099 Comsenz Inc.
  4. * This is NOT a freeware, use is subject to license terms
  5. *
  6. * $Id: lang_portalcp.php 30107 2012-05-11 02:10:58Z svn_project_zhangjie $
  7. */
  8. if(!defined('IN_DISCUZ')) {
  9. exit('Access Denied');
  10. }
  11. $lang = array(
  12. 'block_diy_nopreview' => '<p>此模块内容包含js代码,不能立即预览,请点击保存后查看</p>',
  13. 'block_diy_summary_html_tag' => '自定义内容错误,HTML标签:',
  14. 'block_diy_summary_not_closed' => ' 不匹配',
  15. 'block_all_category' => '全部分类',
  16. 'block_first_category' => '顶级分类',
  17. 'block_all_forum' => '全部版块',
  18. 'block_all_group' => '全部用户组',
  19. 'block_all_type' => '全部分类',
  20. 'file_size_limit' => '文件不能大于 {size} KB,请返回.',
  21. 'set_to_conver' => '设为封面',
  22. 'small_image' => '小图',
  23. 'insert_small_image' => '插入小图',
  24. 'insert_large_image' => '插入大图',
  25. 'insert_file' => '插入文件',
  26. 'delete' => '删除',
  27. 'upload_error' => '上传失败',
  28. 'upload_remote_failed' => '远程上传失败',
  29. 'article_noexist' => '指定的文章不存在,请检查',
  30. 'article_noallowed' => '您没有权限对指定的文章进行操作',
  31. 'article_publish_noallowed' => '您没有权限进行文章发布操作',
  32. 'article_category_empty' => '抱歉,栏目不能为空',
  33. 'article_edit_nopermission' => '抱歉,您没有权限进行当前文章操作',
  34. 'article_publish' => '发布文章',
  35. 'article_manage' => '文章管理',
  36. 'article_tag' => '标签',
  37. 'select_category' => '选择分类',
  38. 'blockstyle_diy' => '自定义模板',
  39. 'article_pushplus_info' => '<p><center><i><a href="{url}" class="xg1 xs1">本文内容由 {author} 提供</a></i></center></p>',
  40. 'diytemplate_name_null' => '[未填写]',
  41. 'portal_view_name' => ' 文章查看页',
  42. 'forum_viewthread_name' => ' 帖子查看页',
  43. 'portal/index' => '门户首页',
  44. 'portal/list' => '文章列表页(公共)',
  45. 'portal/view' => '文章查看页(公共)',
  46. 'portal/comment' => '文章评论页',
  47. 'forum/discuz' => '论坛首页',
  48. 'forum/viewthread' => '帖子查看页(公共)',
  49. 'forum/forumdisplay' => '版块列表页(公共)',
  50. 'group/index' => $_G['setting']['navs'][3]['navname'].'首页',
  51. 'group/group_my' => '我的'.$_G['setting']['navs'][3]['navname'].'首页',
  52. 'group/group' => $_G['setting']['navs'][3]['navname'].'内容页',
  53. 'home/space_home' => '空间首页',
  54. 'home/space_trade' => '空间商品页',
  55. 'home/space_top' => '空间排行榜',
  56. 'home/space_thread' => '空间帖子页',
  57. 'home/space_reward' => '空间悬赏页',
  58. 'home/space_share_list' => '空间分享列表页',
  59. 'home/space_share_view' => '空间分享查看页',
  60. 'space_share_view' => '空间分享查看页',
  61. 'home/space_poll' => '空间投票页',
  62. 'home/space_pm' => '空间短消息页',
  63. 'home/space_notice' => '空间提醒页',
  64. 'home/space_group' => '空间'.$_G['setting']['navs'][3]['navname'].'页',
  65. 'home/space_friend' => '空间好友页',
  66. 'home/space_favorite' => '空间收藏页',
  67. 'home/space_doing' => '空间记录页',
  68. 'home/space_debate' => '空间辩论页',
  69. 'home/space_blog_view' => '空间日志查看页',
  70. 'home/space_blog_list' => '空间日志列表页',
  71. 'home/space_album_view' => '空间相册查看页',
  72. 'home/space_album_pic' => '空间图片查看页',
  73. 'home/space_album_list' => '空间相册列表页',
  74. 'home/space_activity' => '空间活动页',
  75. 'ranklist/ranklist' => '全部排行榜页',
  76. 'ranklist/blog' => '日志排行榜页',
  77. 'ranklist/poll' => '投票排行榜页',
  78. 'ranklist/activity' => '活动排行榜页',
  79. 'ranklist/forum' => '版块排行榜页',
  80. 'ranklist/picture' => '图片排行榜页',
  81. 'ranklist/group' => '群组排行榜页',
  82. 'ranklist/thread' => '帖子排行榜页',
  83. 'ranklist/member' => '用户排行榜页',
  84. 'other_page' => '非DIY模块',
  85. 'upload' => '上传',
  86. 'remote' => '远程',
  87. 'portal_index' => '门户首页',
  88. 'portal_topic_blue' => '蓝色调专题',
  89. 'portal_topic_green' => '绿色调专题',
  90. 'portal_topic_grey' => '灰色调专题',
  91. 'portal_topic_red' => '红色调专题',
  92. 'itemtypename0' => '自动',
  93. 'itemtypename1' => '<span style="color: #FF0000">固定</span>',
  94. 'itemtypename2' => '<span style="color: #00BFFF">编辑</span>',
  95. 'itemtypename3' => '<span style="color: #0000FF">推送</span>',
  96. );