lang_groupattachment.php 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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_groupattachment.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. 'groupattachment_name' => '论坛附件列表',
  14. 'groupattachment_desc' => '论坛附件列表调用',
  15. 'groupattachment_fids' => '指定群组',
  16. 'groupattachment_fids_comment' => '指定群组,多个ID之间请用半角逗号“,”隔开。',
  17. 'groupattachment_tids' => '指定主题',
  18. 'groupattachment_tids_comment' => '指定主题ID,多个ID之间用逗号分隔',
  19. 'groupattachment_gtids' => '群组分类',
  20. 'groupattachment_gtids_comment' => '设置群组所在分类,可以按住 CTRL 多选,全选或全不选均为不做限制',
  21. 'groupattachment_startrow' => '起始数据行数',
  22. 'groupattachment_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
  23. 'groupattachment_items' => '显示数据条数',
  24. 'groupattachment_items_comment' => '设置一次显示的图片主题条目数,请设置为大于 0 的整数',
  25. 'groupattachment_titlelength' => '标题长度',
  26. 'groupattachment_titlelength_comment' => '设置当附件名称/帖子标题显示的最大长度',
  27. 'groupattachment_summarylength' => '内容长度',
  28. 'groupattachment_summarylength_comment' => '设置附件介绍/帖子内容显示的最大长度',
  29. 'groupattachment_maxwidth' => '图片最大宽度(像素)',
  30. 'groupattachment_maxwidth_comment' => '设置是否自动缩小或放大图片的尺寸到本设定的宽度,0 为不自动缩放',
  31. 'groupattachment_maxheight' => '图片最大高度(像素)',
  32. 'groupattachment_maxheight_comment' => '设置是否自动缩小或放大图片的尺寸到本设定的高度,0 为不自动缩放',
  33. 'groupattachment_threadmethod' => '主题方式调用',
  34. 'groupattachment_threadmethod_comment' => '选择“是”将按照主题方式调用附件,一个主题显示一个附件;选择“否”将按照附件方式调用',
  35. 'groupattachment_digest' => '精华帖过滤',
  36. 'groupattachment_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
  37. 'groupattachment_digest_0' => '普通主题',
  38. 'groupattachment_digest_1' => '精华 I',
  39. 'groupattachment_digest_2' => '精华 II',
  40. 'groupattachment_digest_3' => '精华 III',
  41. 'groupattachment_special' => '特殊主题过滤',
  42. 'groupattachment_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
  43. 'groupattachment_special_1' => '投票主题',
  44. 'groupattachment_special_2' => '商品主题',
  45. 'groupattachment_special_3' => '悬赏主题',
  46. 'groupattachment_special_4' => '活动主题',
  47. 'groupattachment_special_5' => '辩论主题',
  48. 'groupattachment_special_0' => '普通主题',
  49. 'groupattachment_special_reward' => '悬赏主题过滤',
  50. 'groupattachment_special_reward_comment' => '设置特定类型的悬赏主题',
  51. 'groupattachment_special_reward_0' => '全部',
  52. 'groupattachment_special_reward_1' => '已解决',
  53. 'groupattachment_special_reward_2' => '未解决',
  54. 'groupattachment_dateline' => '附件上传时间',
  55. 'groupattachment_dateline_nolimit' => '不限制',
  56. 'groupattachment_dateline_hour' => '最近1小时',
  57. 'groupattachment_dateline_day' => '最近24小时',
  58. 'groupattachment_dateline_week' => '最近1周',
  59. 'groupattachment_dateline_month' => '最近1月',
  60. 'groupattachment_gviewperm' => '群组浏览权限',
  61. 'groupattachment_gviewperm_nolimit' => '不限制',
  62. 'groupattachment_gviewperm_only_member' => '仅成员',
  63. 'groupattachment_gviewperm_all_member' => '所有人',
  64. 'groupattachment_highlight' => '获得高亮值',
  65. );
  66. ?>