mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 19:02:14 +09:00
r7094 보완 커밋
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7096 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6b3717861e
commit
8501dc4a03
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ EndOfLicense;
|
|||
$lang->use_optimizer = 'Enable Optimizer';
|
||||
$lang->about_optimizer = 'If optimizer is enabled, users can quickly access to this site, since multiple CSS / JS files are put together and compressed before transmission. <br /> Nevertheless, this optimization might be problematic according to CSS or JS. If you disable it, it would work properly though it would work slower.';
|
||||
$lang->use_spaceremover = 'Remove Spaces at optimized file';
|
||||
$lang->about_spaceremover = 'Making a file, optimizer removes spaces before lines or after lines and overlapped line breakers. It might makes a optimized file smaller than a normal optimized file that is not processed.<br />'During dawn' option will apply this process between 1 a.m. and 5 a.m.';
|
||||
$lang->about_spaceremover = 'Making a file, optimizer removes spaces before lines or after lines and overlapped line breakers. It might makes a optimized file smaller than a normal optimized file that is not processed.<br />\'During dawn\' option will apply this process between 1 a.m. and 5 a.m.';
|
||||
$lang->use_spaceremover_condition = array(
|
||||
'Y' => 'Always',
|
||||
'P' => 'During dawn',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue