update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
<?php
$lang_special = array (
'std_sorry' => 'ごめん...',
'std_permission_denied_only' => '許可はありません。のみ',
'std_or_above_can_view' => 'より高いレベルのユーザーのみが特別なエリアを表示できます。 <br /> <br />ユーザーレベルと許可の詳細については、<a class = faqlink href = faq.phpid22> <b> faq < /b> </a>を確認してください。 <br /> <br /> <b> < /p>s管理グループ< /b>',
);
$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>",
];