mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +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
|
<?php
|
||||||
$lang->admin = 'Admin';
|
$lang->admin = 'Admin';
|
||||||
|
$lang->cmd_configure = 'Configure';
|
||||||
$lang->subtitle_primary = 'General Settings';
|
$lang->subtitle_primary = 'General Settings';
|
||||||
$lang->subtitle_security = 'Security Settings';
|
$lang->subtitle_security = 'Security Settings';
|
||||||
$lang->subtitle_advanced = 'Advanced Settings';
|
$lang->subtitle_advanced = 'Advanced Settings';
|
||||||
|
|
@ -211,4 +212,5 @@ $lang->sitelock_message = 'Sign Contents';
|
||||||
$lang->sitelock_message_help = 'You can use HTML tags.';
|
$lang->sitelock_message_help = 'You can use HTML tags.';
|
||||||
$lang->sitelock_warning_whitelist = 'You should include the IP of the administrator here.';
|
$lang->sitelock_warning_whitelist = 'You should include the IP of the administrator here.';
|
||||||
$lang->your_ip = 'Your IP';
|
$lang->your_ip = 'Your IP';
|
||||||
$lang->sitelock_in_use = 'Site lock in use';
|
$lang->sitelock_in_use = 'This site is locked.';
|
||||||
|
$lang->about_sitelock_in_use = 'Only the administrator and visitors from specified IP addresses can access this site.';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$lang->admin = '管理者';
|
$lang->admin = '管理者';
|
||||||
|
$lang->cmd_configure = '設定する';
|
||||||
$lang->subtitle_primary = '基本設定';
|
$lang->subtitle_primary = '基本設定';
|
||||||
$lang->subtitle_security = 'セキュリティ設定';
|
$lang->subtitle_security = 'セキュリティ設定';
|
||||||
$lang->subtitle_advanced = '上級設定';
|
$lang->subtitle_advanced = '上級設定';
|
||||||
|
|
@ -200,3 +201,5 @@ $lang->sitelock_message = '案内文内容';
|
||||||
$lang->sitelock_message_help = 'HTMLタグを使用できます。';
|
$lang->sitelock_message_help = 'HTMLタグを使用できます。';
|
||||||
$lang->sitelock_warning_whitelist = 'ここに管理者のIPを必ず記入てください。';
|
$lang->sitelock_warning_whitelist = 'ここに管理者のIPを必ず記入てください。';
|
||||||
$lang->your_ip = '接続したIP';
|
$lang->your_ip = '接続したIP';
|
||||||
|
$lang->sitelock_in_use = 'サイトロック状態です。';
|
||||||
|
$lang->about_sitelock_in_use = '管理者との接続が許可されたIPのみのサイトの利用が可能です。';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$lang->admin = '관리자';
|
$lang->admin = '관리자';
|
||||||
|
$lang->cmd_configure = '설정하기';
|
||||||
$lang->subtitle_primary = '기본 설정';
|
$lang->subtitle_primary = '기본 설정';
|
||||||
$lang->subtitle_security = '보안 설정';
|
$lang->subtitle_security = '보안 설정';
|
||||||
$lang->subtitle_advanced = '고급 설정';
|
$lang->subtitle_advanced = '고급 설정';
|
||||||
|
|
@ -208,5 +209,5 @@ $lang->sitelock_message = '안내문 내용';
|
||||||
$lang->sitelock_message_help = 'HTML 태그를 사용할 수 있습니다.';
|
$lang->sitelock_message_help = 'HTML 태그를 사용할 수 있습니다.';
|
||||||
$lang->sitelock_warning_whitelist = '사이트 잠금 사용시 관리자의 IP가 반드시 이 목록에 포함되어야 합니다.';
|
$lang->sitelock_warning_whitelist = '사이트 잠금 사용시 관리자의 IP가 반드시 이 목록에 포함되어야 합니다.';
|
||||||
$lang->your_ip = '접속하신 IP';
|
$lang->your_ip = '접속하신 IP';
|
||||||
$lang->sitelock_in_use = '사이트 잠금을 사용중입니다.';
|
$lang->sitelock_in_use = '사이트 잠금 상태입니다.';
|
||||||
$lang->about_sitelock_in_use = '관리자 페이지에서 허용한 IP를 제외한 사용자는 접속할 수 없습니다.';
|
$lang->about_sitelock_in_use = '관리자 및 접속이 허용된 IP에서만 사이트 이용이 가능합니다.';
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<div class="message error" cond="$db_info->use_sitelock == 'Y'">
|
<div class="message error" cond="$db_info->use_sitelock == 'Y'">
|
||||||
<h2>{$lang->sitelock_in_use}</h2>
|
<h2>{$lang->sitelock_in_use}</h2>
|
||||||
<p>{$lang->about_sitelock_in_use}</p>
|
<p>{$lang->about_sitelock_in_use} <a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfigSitelock')}">{$lang->cmd_configure}</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="./" method="post" class="message info x_clearfix" cond="!$isLicenseAgreement">
|
<form action="./" method="post" class="message info x_clearfix" cond="!$isLicenseAgreement">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue