Files
nexusphp/lang/en/lang_special.php

8 lines
377 B
PHP
Raw Permalink Normal View History

2021-06-16 00:03:23 +08:00
<?php
$lang_special = [
'std_sorry' => "Sorry...",
'std_permission_denied_only' => "Permission denied. Only ",
2025-04-19 02:06:51 +07:00
'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>",
2021-06-16 00:03:23 +08:00
];