Files
nexusphp/lang/chs/lang_adredir.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

12 lines
213 B
PHP

<?php
$lang_adredir = array
(
'std_error' => "错误",
'std_ad_system_disabled' => "广告系统关闭中。",
'std_invalid_ad_id' => "无效的广告ID",
'std_no_redirect_url' => "无跳转链接。"
);
?>