From 69ced1b9a07ebab09f738e09fda8b451b6710c80 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Mon, 15 Jul 2013 00:44:24 +0000 Subject: [PATCH 1/2] Automatically generated installer lang files --- install/lang/gl/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/lang/gl/moodle.php b/install/lang/gl/moodle.php index e77ba8343e8..94a5d111a76 100644 --- a/install/lang/gl/moodle.php +++ b/install/lang/gl/moodle.php @@ -33,3 +33,4 @@ defined('MOODLE_INTERNAL') || die(); $string['language'] = 'Idioma'; $string['next'] = 'Seguinte'; $string['previous'] = 'Anterior'; +$string['reload'] = 'Cargar de novo'; From d9a519693347ccaf44b1527ef3d14c3d1489f376 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Wed, 17 Jul 2013 00:42:25 +0000 Subject: [PATCH 2/2] 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'] = '필요한 항목이 빠져 있음';