mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
8 lines
377 B
PHP
8 lines
377 B
PHP
<?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>%s管理組</b>",
|
|
];
|