diff options
Diffstat (limited to 'app/i18n/kr/install.php')
| -rw-r--r-- | app/i18n/kr/install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php index 03a8ccdbe..6b60f6ffd 100644 --- a/app/i18n/kr/install.php +++ b/app/i18n/kr/install.php @@ -24,8 +24,8 @@ return array( 'ok' => '데이터베이스 설정이 저장되었습니다.', ), 'host' => '데이터베이스 서버', - 'prefix' => '테이블 접두어', 'password' => '데이터베이스 암호', + 'prefix' => '테이블 접두어', 'type' => '데이터베이스 종류', 'username' => '데이터베이스 사용자 이름', ), @@ -69,8 +69,8 @@ return array( 'ok' => 'JSON 확장 기능이 설치되어 있습니다.', ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO + 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation + 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation ), 'minz' => array( 'nok' => 'Minz 프레임워크를 찾을 수 없습니다.', |
