mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add detailed information about the choice of rewrite level
This commit is contained in:
parent
36b8ce75c5
commit
a81690953c
3 changed files with 3 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ $lang->use_rewrite = 'Use Short URLs';
|
|||
$lang->use_rewrite_0 = 'None';
|
||||
$lang->use_rewrite_1 = 'XE-compatible URLs only';
|
||||
$lang->use_rewrite_2 = 'All supported URLs';
|
||||
$lang->about_use_rewrite = 'Your web server must support mod_rewrite in order for short URLs to work. Apache usually detects the .htaccess file automatically.<br />nginx users should configure rewrite rules according to <a href="https://github.com/rhymix/rhymix-docs/blob/master/ko/introduction/nginx.md> target="_blank">the manual</a>. Outdated versions of nginx rewrite rules only support XE-compatible short URLs.';
|
||||
$lang->timezone = 'Time Zone';
|
||||
$lang->use_mobile_view = 'Enable Mobile View';
|
||||
$lang->about_use_mobile_view = 'Show mobile page when visitors access with mobile devices.';
|
||||
|
|
|
|||
|
|
@ -264,6 +264,7 @@ $lang->use_rewrite = '짧은 주소 사용';
|
|||
$lang->use_rewrite_0 = '사용하지 않음';
|
||||
$lang->use_rewrite_1 = 'XE와 호환되는 주소 형태만 사용';
|
||||
$lang->use_rewrite_2 = '모든 주소 형태를 사용';
|
||||
$lang->about_use_rewrite = '짧은 주소를 사용하려면 웹서버에서 rewrite 기능을 지원해야 합니다. 아파치의 경우 .htaccess 파일이 있으면 대부분 자동으로 인식합니다.<br />nginx 사용시 <a href="https://github.com/rhymix/rhymix-docs/blob/master/ko/introduction/nginx.md> target="_blank">매뉴얼</a>을 참고하여 직접 설정하셔야 합니다. 구 버전의 nginx 설정은 XE와 호환되는 주소만 지원하니 주의하십시오.';
|
||||
$lang->timezone = '표준 시간대';
|
||||
$lang->use_mobile_view = '모바일 뷰 사용';
|
||||
$lang->about_use_mobile_view = '모바일 기기로 접속시 모바일 페이지를 보여줍니다.';
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
<label for="use_rewrite_0" class="x_inline"><input type="radio" name="use_rewrite" id="use_rewrite_0" value="0" checked="checked"|cond="$use_rewrite == 0" /> {$lang->use_rewrite_0}</label>
|
||||
<label for="use_rewrite_1" class="x_inline"><input type="radio" name="use_rewrite" id="use_rewrite_1" value="1" checked="checked"|cond="$use_rewrite == 1" /> {$lang->use_rewrite_1}</label>
|
||||
<label for="use_rewrite_2" class="x_inline"><input type="radio" name="use_rewrite" id="use_rewrite_2" value="2" checked="checked"|cond="$use_rewrite == 2" /> {$lang->use_rewrite_2}</label>
|
||||
<p class="x_help-block">{$lang->about_use_rewrite}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue