First commit
This commit is contained in:
20
source/language/block/lang_vedio.php
Normal file
20
source/language/block/lang_vedio.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_vedio.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'vedio_url' => '视频地址',
|
||||
'vedio_width' => '视频宽度',
|
||||
'vedio_height' => '视频高度',
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user