Files
nexusphp/lang/cht/lang_special.php

8 lines
377 B
PHP
Raw Normal View History

2021-06-16 00:03:23 +08:00
<?php
$lang_special = [
'std_sorry' => "對不起...",
'std_permission_denied_only' => "你沒有該權限。只有",
2025-04-19 02:06:51 +07:00
'std_or_above_can_view' => "及以上等級的用戶才能查看特別區。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關於用戶等級和權限的信息。<br /><br /><b></p>%s管理組</b>",
2021-06-16 00:03:23 +08:00
];