lang_attachmentlist.php 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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_attachmentlist.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. 'attachmentlist_name' => '论坛附件列表',
  14. 'attachmentlist_desc' => '论坛附件列表调用',
  15. 'attachmentlist_fids' => '所在版块',
  16. 'attachmentlist_fids_comment' => '设置允许参与图片调用的版块,可以按住 CTRL 多选,全选或全不选均为不做限制',
  17. 'attachmentlist_tids' => '指定主题',
  18. 'attachmentlist_tids_comment' => '指定主题ID,多个ID之间用逗号分隔',
  19. 'attachmentlist_startrow' => '起始数据行数',
  20. 'attachmentlist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
  21. 'attachmentlist_items' => '显示数据条数',
  22. 'attachmentlist_items_comment' => '设置一次显示的图片主题条目数,请设置为大于 0 的整数',
  23. 'attachmentlist_titlelength' => '标题长度',
  24. 'attachmentlist_titlelength_comment' => '设置当附件名称/帖子标题显示的最大长度',
  25. 'attachmentlist_summarylength' => '内容长度',
  26. 'attachmentlist_summarylength_comment' => '设置附件介绍/帖子内容显示的最大长度',
  27. 'attachmentlist_maxwidth' => '图片最大宽度(像素)',
  28. 'attachmentlist_maxwidth_comment' => '设置是否自动缩小或放大图片的尺寸到本设定的宽度,0 为不自动缩放',
  29. 'attachmentlist_maxheight' => '图片最大高度(像素)',
  30. 'attachmentlist_maxheight_comment' => '设置是否自动缩小或放大图片的尺寸到本设定的高度,0 为不自动缩放',
  31. 'attachmentlist_threadmethod' => '主题方式调用',
  32. 'attachmentlist_threadmethod_comment' => '选择“是”将按照主题方式调用附件,一个主题显示一个附件;选择“否”将按照附件方式调用',
  33. 'attachmentlist_digest' => '精华帖过滤',
  34. 'attachmentlist_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
  35. 'attachmentlist_digest_0' => '普通主题',
  36. 'attachmentlist_digest_1' => '精华 I',
  37. 'attachmentlist_digest_2' => '精华 II',
  38. 'attachmentlist_digest_3' => '精华 III',
  39. 'attachmentlist_special' => '特殊主题过滤',
  40. 'attachmentlist_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
  41. 'attachmentlist_special_1' => '投票主题',
  42. 'attachmentlist_special_2' => '商品主题',
  43. 'attachmentlist_special_3' => '悬赏主题',
  44. 'attachmentlist_special_4' => '活动主题',
  45. 'attachmentlist_special_5' => '辩论主题',
  46. 'attachmentlist_special_0' => '普通主题',
  47. 'attachmentlist_special_reward' => '悬赏主题过滤',
  48. 'attachmentlist_special_reward_comment' => '设置特定类型的悬赏主题',
  49. 'attachmentlist_special_reward_0' => '全部',
  50. 'attachmentlist_special_reward_1' => '已解决',
  51. 'attachmentlist_special_reward_2' => '未解决',
  52. 'attachmentlist_dateline' => '附件上传时间',
  53. 'attachmentlist_dateline_nolimit' => '不限制',
  54. 'attachmentlist_dateline_hour' => '最近1小时',
  55. 'attachmentlist_dateline_day' => '最近24小时',
  56. 'attachmentlist_dateline_week' => '最近1周',
  57. 'attachmentlist_dateline_month' => '最近1月',
  58. 'attachmentlist_highlight' => '获得高亮值',
  59. );
  60. ?>