From 533e1a61dc679a790ad42d5de0804e3f55bddd14 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Wed, 16 Jun 2021 00:03:23 +0800 Subject: [PATCH] special section deny text cht + en --- lang/cht/lang_speical.php | 7 +++++++ lang/en/lang_speical.php | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 lang/cht/lang_speical.php create mode 100644 lang/en/lang_speical.php diff --git a/lang/cht/lang_speical.php b/lang/cht/lang_speical.php new file mode 100644 index 00000000..5a42ebac --- /dev/null +++ b/lang/cht/lang_speical.php @@ -0,0 +1,7 @@ + "對不起...", + 'std_permission_denied_only' => "你沒有該權限。只有", + 'std_or_above_can_view' => "及以上等級的用戶才能查看特別區。

請查看常見問題了解更多關於用戶等級和權限的信息。

" .$SITENAME."管理組
", +]; diff --git a/lang/en/lang_speical.php b/lang/en/lang_speical.php new file mode 100644 index 00000000..26867d95 --- /dev/null +++ b/lang/en/lang_speical.php @@ -0,0 +1,7 @@ + "Sorry...", + 'std_permission_denied_only' => "Permission denied. Only ", + 'std_or_above_can_view' => " or above could view Special section.

Please see the FAQ for more information on different user classes and what they can do.

The " .$SITENAME." Staff
", +];