mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
공백 제거 기능 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7114 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c1370ed26f
commit
7db80f6054
5 changed files with 3 additions and 53 deletions
|
|
@ -163,12 +163,6 @@ EndOfLicense;
|
|||
$lang->env_title = 'Configuration';
|
||||
$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->use_spaceremover_condition = array(
|
||||
'Y' => 'Always',
|
||||
'P' => 'During dawn',
|
||||
'N' => 'Never');
|
||||
$lang->use_rewrite = 'Rewrite Mod';
|
||||
$lang->about_rewrite = "If web server provides rewrite mod, long URL such as http://blah/?document_srl=123 can be shortened like http://blah/123";
|
||||
$lang->time_zone = 'Time Zone';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue