First commit
This commit is contained in:
19
source/language/block/lang_adv.php
Normal file
19
source/language/block/lang_adv.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_adv.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'adv_title' => '或者输入名称',
|
||||
'adv_adv' => '选择广告',
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user