lang_threadlist.php 1.5 KB

123456789101112131415161718192021222324252627282930313233
  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_threadlist.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. 'threadlist_name' => '论坛/群组 帖子列表帖位广告',
  14. 'threadlist_desc' => '展现方式: 帖位广告显示于帖子列表页第一页的帖子位置,可以模拟出一个具有广告意义的帖子地址,吸引访问者的注意力。',
  15. 'threadlist_fids' => '投放版块',
  16. 'threadlist_fids_comment' => '设置广告投放的论坛版块,当广告投放范围中包含“论坛”时有效',
  17. 'threadlist_groups' => '投放群组分类',
  18. 'threadlist_groups_comment' => '设置广告投放的群组分类,当广告投放范围中包含“群组”时有效',
  19. 'threadlist_pos' => '投放位置',
  20. 'threadlist_pos_comment' => '设置在主题列表的第几个主题位置显示此广告,如不指定则将随机位置显示',
  21. 'threadlist_mode' => '显示模式',
  22. 'threadlist_mode_comment' => '自由模式,占用主题列表的全部列宽显示本广告<br />主题模式,把广告模拟成一个主题,点击广告后跳转到指定的主题',
  23. 'threadlist_mode_0' => '自由模式',
  24. 'threadlist_mode_1' => '主题模式',
  25. 'threadlist_tid' => '主题模式指定主题 tid',
  26. 'threadlist_threadurl' => '主题模式自定义主题 URL',
  27. 'threadlist_threadurl_comment' => '留空表示使用指定主题的 URL',
  28. );
  29. ?>