영어 - 추가 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6789 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2009-09-17 09:58:55 +00:00
parent 116268daa3
commit 83c5ca0f53
5 changed files with 12 additions and 12 deletions

View file

@ -77,5 +77,5 @@
$lang->server_ports = "Server port";
$lang->about_server_ports = "If your web-server uses other than 80 for HTTP, 443 for HTTPS, you should specify server ports";
$lang->use_db_session = 'Use Session DB';
$lang->about_db_session = '인증시 사용되는 PHP 세션을 DB로 사용하는 기능입니다.<br/>웹서버의 사용율이 낮은 사이트에서는 비활성화시 사이트 응답 속도가 향상될 수 있습니다<br/>단 현재 접속자를 구할 수 없어 관련된 기능을 사용할 수 없게 됩니다.';
$lang->about_db_session = 'It will use php session with DB when authenticating.<br/>Websites with infrequent usage of web server may expect faster response when this function is disabled.<br/>However session DB will make it unable to get current users, so you cannot use related functions.';
?>