mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Support different rewrite levels for XE compatibility
This commit is contained in:
parent
f01fb9ae42
commit
1cd3cfc7d9
7 changed files with 42 additions and 5 deletions
|
|
@ -264,7 +264,10 @@ $lang->trash = 'Recycle Bin';
|
|||
$lang->accusation = 'Report';
|
||||
$lang->status = 'Status';
|
||||
$lang->action = 'Execute';
|
||||
$lang->use_rewrite = 'Use Rewrite Mode';
|
||||
$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->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