modified english translation

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7004 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2009-12-02 10:33:01 +00:00
parent cf3733d338
commit 2c97ae2cab
3 changed files with 21 additions and 21 deletions

View file

@ -163,9 +163,9 @@ 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_rewrite = 'Use rewrite mod';
$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';
$lang->time_zone = 'Time Zone';
$lang->about_time_zone = "If the server time and the time on your location don't accord each other, you can set the time as same as your location by using time zone ";
$lang->qmail_compatibility = 'Enable Qmail';
$lang->about_qmail_compatibility = 'It will enable sending mails from MTA which cannot distinguish CRLF like Qmail.';