기능 추가되는 부분의 한국어 변수 추가

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1910 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-12 08:37:12 +00:00
parent 1cf673838a
commit 8ce2ef999f

View file

@ -244,6 +244,12 @@ EndOfLicense;
$lang->admin_title = '管理员信息';
$lang->env_title = '환경 설정';
$lang->use_rewrite = 'rewrite mod 사용';
$lang->about_rewrite = '웹서버에서 rewrite mod를 지원하면 http://주소/?document_srl=123 같이 복잡한 주소를 http://주소/123과 같이 간단하게 줄일 수 있습니다.';
$lang->time_zone = 'time zone';
$lang->about_time_zone = '서버의 설정시간과 사용하려는 장소의 시간이 차이가 날 경우 time zone을 지정하시면 표시되는 시간을 지정된 곳의 시간으로 사용하실 수 있습니다';
$lang->about_database_file = 'Sqlite是文件里保存数据。数据库的文件位置应该放在web不能接近的地方<br/><span style="color:red">数据文件需要指定在707属性的位置。</span>';
$lang->success_installed = '已完成安装';