mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
#19155609 SSO 사용 유무 설정 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7698 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
57bdeb6e19
commit
9e5d9d49bc
14 changed files with 26 additions and 1 deletions
|
|
@ -532,6 +532,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_rewrite = 'Rewrite Mod';
|
||||
$lang->use_sso = 'SSO';
|
||||
$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->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 ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue