Files
nexusphp/lang/chs/lang_adredir.php

12 lines
213 B
PHP
Raw Normal View History

2020-12-26 01:42:23 +08:00
<?php
$lang_adredir = array
(
'std_error' => "错误",
'std_ad_system_disabled' => "广告系统关闭中。",
'std_invalid_ad_id' => "无效的广告ID",
'std_no_redirect_url' => "无跳转链接。"
);
?>