lang_articlelist.php 930 B

12345678910111213141516171819202122232425262728
  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_articlelist.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. 'articlelist_name' => '门户 文章列表广告',
  14. 'articlelist_desc' => '展现方式: 文章广告显示于频道文章分类的文章列表页面,分为顶部、底部 2 个投放位置。',
  15. 'articlelist_position' => '投放位置',
  16. 'articlelist_position_comment' => '分为 4 个位置,上下各有 2 个紧邻的显示位置',
  17. 'articlelist_position_up1' => '顶部(上)',
  18. 'articlelist_position_up2' => '顶部(下)',
  19. 'articlelist_position_down1' => '底部(上)',
  20. 'articlelist_position_down2' => '底部(下)',
  21. 'articlelist_category' => '投放频道分类',
  22. 'articlelist_category_comment' => '设置广告投放的频道分类',
  23. );
  24. ?>