mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -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.php#id22> <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>",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user