123456789101112131415161718192021222324252627 |
- <?php
- /**
- * [Discuz!] (C)2001-2099 Comsenz Inc.
- * This is NOT a freeware, use is subject to license terms
- *
- * $Id: lang_article.php 27449 2012-02-01 05:32:35Z zhangguosheng $
- */
- if(!defined('IN_DISCUZ')) {
- exit('Access Denied');
- }
- $lang = array
- (
- 'article_name' => '门户 文章广告',
- 'article_desc' => '展现方式: 文章广告显示于文章页面,分为内容区域环绕广告和相关阅读上方广告 2 种。',
- 'article_position' => '投放位置',
- 'article_position_comment' => '分为 3 个位置,其中相关阅读上方广告有 2 个紧邻的显示位置',
- 'article_position_float' => '内容区域环绕',
- 'article_position_up' => '相关阅读上方(上)',
- 'article_position_down' => '相关阅读上方(下)',
- 'article_category' => '投放频道分类',
- 'article_category_comment' => '设置广告投放的频道分类',
- );
- ?>
|