From 8ce2ef999f381cadb411110f5da406aff7a83f5b Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 12 Jul 2007 08:37:12 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=B6=80=EB=B6=84=EC=9D=98=20=ED=95=9C?= =?UTF-8?q?=EA=B5=AD=EC=96=B4=20=EB=B3=80=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@1910 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/install/lang/zh-CN.lang.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/install/lang/zh-CN.lang.php b/modules/install/lang/zh-CN.lang.php index 5a962533f..230687de0 100644 --- a/modules/install/lang/zh-CN.lang.php +++ b/modules/install/lang/zh-CN.lang.php @@ -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不能接近的地方
数据文件需要指定在707属性的位置。'; $lang->success_installed = '已完成安装';