#19224791 관리자 설정의 'SSO 사용'을 이해하기 쉬운 용어로 변경하고, 설명 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7776 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-10-28 10:19:39 +00:00
parent b0398057f6
commit 36914ee5da
10 changed files with 12 additions and 2 deletions

View file

@ -532,8 +532,9 @@ 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->use_sso = 'Single Sign On';
$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->about_sso = '사용자가 한 번만 로그인하면 기본 사이트와 가상 사이트에 동시에 로그인이 되는 기능입니다. 가상 사이트를 사용할 때만 필요합니다.';
$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';