lang_article.php 885 B

123456789101112131415161718192021222324252627
  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_article.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. 'article_name' => '门户 文章广告',
  14. 'article_desc' => '展现方式: 文章广告显示于文章页面,分为内容区域环绕广告和相关阅读上方广告 2 种。',
  15. 'article_position' => '投放位置',
  16. 'article_position_comment' => '分为 3 个位置,其中相关阅读上方广告有 2 个紧邻的显示位置',
  17. 'article_position_float' => '内容区域环绕',
  18. 'article_position_up' => '相关阅读上方(上)',
  19. 'article_position_down' => '相关阅读上方(下)',
  20. 'article_category' => '投放频道分类',
  21. 'article_category_comment' => '设置广告投放的频道分类',
  22. );
  23. ?>