mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Add link to sitelock config page in admin dashboard
This commit is contained in:
parent
ef22fe3f87
commit
6db7068245
4 changed files with 10 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
$lang->admin = '管理者';
|
||||
$lang->cmd_configure = '設定する';
|
||||
$lang->subtitle_primary = '基本設定';
|
||||
$lang->subtitle_security = 'セキュリティ設定';
|
||||
$lang->subtitle_advanced = '上級設定';
|
||||
|
|
@ -200,3 +201,5 @@ $lang->sitelock_message = '案内文内容';
|
|||
$lang->sitelock_message_help = 'HTMLタグを使用できます。';
|
||||
$lang->sitelock_warning_whitelist = 'ここに管理者のIPを必ず記入てください。';
|
||||
$lang->your_ip = '接続したIP';
|
||||
$lang->sitelock_in_use = 'サイトロック状態です。';
|
||||
$lang->about_sitelock_in_use = '管理者との接続が許可されたIPのみのサイトの利用が可能です。';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue