From 35ba173b00c380fa11f97fc6c3b68a92685acab9 Mon Sep 17 00:00:00 2001 From: clench Date: Wed, 29 Apr 2009 06:49:28 +0000 Subject: [PATCH] =?UTF-8?q?Firebird=20DB=20=EC=83=9D=EC=84=B1=20=EB=B0=A9?= =?UTF-8?q?=EB=B2=95=20=EC=84=A4=EB=AA=85=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/sandbox@6228 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/install/lang/ko.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/install/lang/ko.lang.php b/modules/install/lang/ko.lang.php index bd6936753..d09543265 100644 --- a/modules/install/lang/ko.lang.php +++ b/modules/install/lang/ko.lang.php @@ -234,7 +234,7 @@ EndOfLicense; 'sqlite3_pdo' => 'PHP의 PDO로 sqlite3를 지원합니다.
설치시 DB파일은 웹에서 접근할 수 없는 곳에 생성하여 주셔야 합니다.', 'cubrid' => 'CUBRID DB를 이용합니다. manual', 'postgresql' => 'PostgreSql을 이용합니다', - 'firebird' => 'Firebird를 이용합니다', + 'firebird' => 'Firebird를 이용합니다.
DB 생성 방법 (create database "/path/dbname.fdb" page_size=8192 default character set UTF8;)', ); $lang->form_title = 'DB & 관리자 정보 입력';