mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
8 lines
399 B
PHP
8 lines
399 B
PHP
<?php
|
|
|
|
$lang_special = [
|
|
'std_sorry' => "Sorry...",
|
|
'std_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 %s Staff</b>",
|
|
];
|