mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue