From d87db3bc5ec525652e477574e4d626dd34e27d3d Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Wed, 17 Jul 2013 00:42:26 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/ko/error.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/lang/ko/error.php b/install/lang/ko/error.php index a8c4db7ec6d..13beccaa119 100644 --- a/install/lang/ko/error.php +++ b/install/lang/ko/error.php @@ -39,6 +39,7 @@ $string['cannotsavemd5file'] = 'md5 파일을 저장할 수 없음'; $string['cannotsavezipfile'] = 'ZIP 파일을 저장할 수 없음'; $string['cannotunzipfile'] = '압축된 파일을 풀 수 없음'; $string['componentisuptodate'] = '구성 요소가 최신임'; +$string['dmlexceptiononinstall'] = '

데이터베이스 오류가 발생하였습니다. [{$a->errorcode}].
{$a->debuginfo}

'; $string['downloadedfilecheckfailed'] = '내려받은 파일 점검 실패'; $string['invalidmd5'] = '변수 점검 오류 - 재시도 할 것'; $string['missingrequiredfield'] = '필요한 항목이 빠져 있음';