special section deny text cht + en

This commit is contained in:
xiaomlove
2021-06-16 00:03:23 +08:00
parent 00930a8386
commit 533e1a61dc
2 changed files with 14 additions and 0 deletions

7
lang/en/lang_speical.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
$lang_special = [
'std_sorry' => "Sorry...",
'std_permission_denied_only' => "Permission denied. Only ",
'std_or_above_can_view' => " or above could view Special section. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The " .$SITENAME." Staff</b>",
];