28 lines
957 B
PHP
28 lines
957 B
PHP
<?php
|
|
|
|
/**
|
|
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
|
* This is NOT a freeware, use is subject to license terms
|
|
*
|
|
* $Id: lang_articlelist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
|
*/
|
|
|
|
if(!defined('IN_DISCUZ')) {
|
|
exit('Access Denied');
|
|
}
|
|
|
|
$lang = array
|
|
(
|
|
'articlelist_name' => '门户 文章列表广告',
|
|
'articlelist_desc' => '展现方式: 文章广告显示于频道文章分类的文章列表页面,分为顶部、底部 2 个投放位置。',
|
|
'articlelist_position' => '投放位置',
|
|
'articlelist_position_comment' => '分为 4 个位置,上下各有 2 个紧邻的显示位置',
|
|
'articlelist_position_up1' => '顶部(上)',
|
|
'articlelist_position_up2' => '顶部(下)',
|
|
'articlelist_position_down1' => '底部(上)',
|
|
'articlelist_position_down2' => '底部(下)',
|
|
'articlelist_category' => '投放频道分类',
|
|
'articlelist_category_comment' => '设置广告投放的频道分类',
|
|
);
|
|
|
|
?>
|