lang_template.php 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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_template.php 29284 2012-03-31 09:42:04Z chenmengshu $
  7. *
  8. * This file is automatically generate
  9. */
  10. $lang = array (
  11. 'search_nomatch' => '对不起,没有找到匹配结果。',
  12. 'search_result' => '结果: <em>找到相关主题 $index[num] 个</em>',
  13. 'search_result_keyword' => '结果: <em>找到 “<span class="emfont">$keyword</span>” 相关内容 $index[num] 个</em>',
  14. 'a_comment' => '个评论',
  15. 'a_visit' => '次查看',
  16. 'heat' => '热度',
  17. 'search_credit_msg' => '每进行一次搜索将扣除 $policymsgs',
  18. '180_days_ago' => '6 个月',
  19. '1_days_ago' => '1 天',
  20. '2_days_ago' => '2 天',
  21. '30_days_ago' => '1 个月',
  22. '365_days_ago' => '1 年',
  23. '7_days_ago' => '1 周',
  24. '90_days_ago' => '3 个月',
  25. 'author' => '作者',
  26. 'dateline' => '发布时间',
  27. 'keywords' => '关键词',
  28. 'order_asc' => '按升序排列',
  29. 'order_desc' => '按降序排列',
  30. 'order_lastpost' => '回复时间',
  31. 'order_replies' => '回复数量',
  32. 'order_starttime' => '发布时间',
  33. 'order_views' => '浏览次数',
  34. 'post_trade_price' => '商品价格',
  35. 'search_allforum' => '全部版块',
  36. 'search_any_date' => '全部时间',
  37. 'search_fulltext' => '全文',
  38. 'search_newer' => '以内',
  39. 'search_older' => '以前',
  40. 'search_orderby' => '排序类型',
  41. 'search_range' => '搜索范围',
  42. 'search_thread_higher' => '帖子高级搜索',
  43. 'search_thread_range' => '主题范围',
  44. 'search_thread_range_all' => '全部主题',
  45. 'search_thread_range_digest' => '精华主题',
  46. 'search_thread_range_top' => '置顶主题',
  47. 'search_time' => '搜索时间',
  48. 'special_activity' => '活动主题',
  49. 'special_debate' => '辩论主题',
  50. 'special_poll' => '投票主题',
  51. 'special_reward' => '悬赏主题',
  52. 'special_thread' => '特殊主题',
  53. 'special_trade' => '商品主题',
  54. 'trade_remaindays' => '剩余时间',
  55. 'a_comment_thread' => '个回复',
  56. 'anonymous' => '匿名',
  57. 'creating_time' => '创建时间',
  58. 'credits' => '积分',
  59. 'member' => '成员',
  60. 'public' => '公开',
  61. 'search_group_result' => '结果: <em>找到相关{$_G[setting][navs][3][navname]} $groupnum 个</em>',
  62. 'search_group_result_keyword' => '结果: <em>找到相关{$_G[setting][navs][3][navname]} $groupnum 个,&nbsp;&nbsp;相关主题 $index[num] 个</em>',
  63. 'search_group_viewgroup' => '查看{$_G[setting][navs][3][navname]}',
  64. 'threads' => '主题',
  65. 'subscribe' => '订阅',
  66. 'comment' => '评论',
  67. 'lastupdate' => '最后更新',
  68. 'return_homepage' => '返回首页',
  69. 'visit_my_space' => '访问我的空间',
  70. 'album' => '相册',
  71. 'blog' => '日志',
  72. 'collection' => '淘帖',
  73. 'portal' => '文章',
  74. 'quick' => '快速',
  75. 'search_adv' => '高级',
  76. 'search_quick_day_180' => '6 月内帖子',
  77. 'search_quick_day_30' => '1 月内帖子',
  78. 'search_quick_day_365' => '1 年内帖子',
  79. 'search_quick_day_7' => '1 周内帖子',
  80. 'search_quick_hour_1' => '1 小时以内的新帖',
  81. 'search_quick_hour_24' => '24 小时以内的新帖',
  82. 'search_quick_hour_4' => '4 小时以内的新帖',
  83. 'search_quick_hour_8' => '8 小时以内的新帖',
  84. 'user' => '用户',
  85. 'equal_to' => '等于',
  86. 'lower_than' => '小于',
  87. 'more_than' => '大于',
  88. 'unlimited' => '不限',
  89. 'goto_memcp' => '进入管理面板',
  90. 'thread_list_message1' => '内容隐藏需要,请点击进去查看',
  91. );
  92. ?>