Files
web-discuz/source/language/block/lang_vedio.php
2025-06-27 21:04:18 +08:00

20 lines
375 B
PHP
Executable File

<?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' => '视频高度',
);
?>