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

View File

@@ -0,0 +1,7 @@
<?php
$lang_special = [
'std_sorry' => "對不起...",
'std_permission_denied_only' => "你沒有該權限。只有",
'std_or_above_can_view' => "及以上等級的用戶才能查看特別區。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關於用戶等級和權限的信息。<br /><br /><b></p>" .$SITENAME."管理組</b>",
];

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>",
];