lang_houselist.php 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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_houselist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
  7. */
  8. if(!defined('IN_DISCUZ')) {
  9. exit('Access Denied');
  10. }
  11. $lang = array
  12. (
  13. 'categorylist_fids' => '所在版块',
  14. 'categorylist_fids_comment' => '设置允许参与新帖调用的版块,可以按住 CTRL 多选,全选或全不选均为不做限制',
  15. 'categorylist_startrow' => '起始数据行数',
  16. 'categorylist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
  17. 'categorylist_showitems' => '显示数据条数',
  18. 'categorylist_showitems_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
  19. 'categorylist_titlelength' => '标题最大字节数',
  20. 'categorylist_titlelength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
  21. 'categorylist_fnamelength' => '标题最大字节数包含版块名称',
  22. 'categorylist_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
  23. 'categorylist_summarylength' => '主题简短内容文字数',
  24. 'categorylist_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
  25. 'categorylist_tids' => '指定主题',
  26. 'categorylist_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
  27. 'categorylist_keyword' => '标题关键字',
  28. 'categorylist_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
  29. 'categorylist_sortids' => '分类信息',
  30. 'categorylist_sortids_comment' => '设置特定分类的主题。注意: 全选或全不选均为不进行任何过滤',
  31. 'categorylist_styleids' => '分类模板',
  32. 'categorylist_styleids_comment' => '在后台对应的分类信息里面设置模板',
  33. 'categorylist_styleids_style1' => '样式1',
  34. 'categorylist_styleids_style2' => '样式2',
  35. 'categorylist_styleids_style3' => '样式3',
  36. 'categorylist_styleids_style4' => '样式4',
  37. 'categorylist_styleids_style5' => '样式5',
  38. 'categorylist_typeids_all' => '全部的主题分类',
  39. 'categorylist_categoryids' => '分类信息',
  40. 'categorylist_categoryids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
  41. 'categorylist_categoryids_all' => '全部的分类信息',
  42. 'categorylist_digest' => '精华主题过滤',
  43. 'categorylist_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
  44. 'categorylist_digest_0' => '普通主题',
  45. 'categorylist_digest_1' => '精华 I',
  46. 'categorylist_digest_2' => '精华 II',
  47. 'categorylist_digest_3' => '精华 III',
  48. 'categorylist_stick' => '置顶主题过滤',
  49. 'categorylist_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
  50. 'categorylist_stick_0' => '普通主题',
  51. 'categorylist_stick_1' => '置顶 I',
  52. 'categorylist_stick_2' => '置顶 II',
  53. 'categorylist_stick_3' => '置顶 III',
  54. 'categorylist_special' => '特殊主题过滤',
  55. 'categorylist_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
  56. 'categorylist_special_1' => '投票主题',
  57. 'categorylist_special_2' => '商品主题',
  58. 'categorylist_special_3' => '悬赏主题',
  59. 'categorylist_special_4' => '活动主题',
  60. 'categorylist_special_5' => '辩论主题',
  61. 'categorylist_special_0' => '普通主题',
  62. 'categorylist_special_reward' => '悬赏主题过滤',
  63. 'categorylist_special_reward_comment' => '设置特定类型的悬赏主题',
  64. 'categorylist_special_reward_0' => '全部',
  65. 'categorylist_special_reward_1' => '已解决',
  66. 'categorylist_special_reward_2' => '未解决',
  67. 'categorylist_recommend' => '推荐主题过滤',
  68. 'categorylist_recommend_comment' => '设置是否只显示推荐的主题',
  69. 'categorylist_orderby' => '主题排序方式',
  70. 'categorylist_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
  71. 'categorylist_orderby_lastpost' => '按最后回复时间倒序排序',
  72. 'categorylist_orderby_dateline' => '按发布时间倒序排序',
  73. 'categorylist_orderby_replies' => '按回复数倒序排序',
  74. 'categorylist_orderby_views' => '按浏览次数倒序排序',
  75. 'categorylist_orderby_heats' => '按热度倒序排序',
  76. 'categorylist_orderby_recommends' => '按主题评价倒序排序',
  77. 'categorylist_orderby_hourviews' => '按指定时间内浏览次数倒序排序',
  78. 'categorylist_orderby_todayviews' => '按当天浏览次数倒序排序',
  79. 'categorylist_orderby_weekviews' => '按本周浏览次数倒序排序',
  80. 'categorylist_orderby_monthviews' => '按当月浏览次数倒序排序',
  81. 'categorylist_orderby_hours' => '指定时间(小时)',
  82. 'categorylist_orderby_hours_comment' => '指定时间内浏览次数倒序排序的时间值',
  83. );
  84. ?>