14 lines
1.6 KiB
PHP
14 lines
1.6 KiB
PHP
<?php
|
|
$lang['install']['a001'] = 'ROOT'; //최상위폴더
|
|
$lang['install']['a002'] = 'The username,password or port number of database is not correct.'; //DB접속 유저네임이나 패스워드 혹은 포트가 정확하지 않습니다.
|
|
$lang['install']['a003'] = 'The DB name is not correct.'; //DB네임이 정확하지 않습니다.
|
|
$lang['install']['a004'] = 'Other KimsQ is alredy installed using same table prefix on this server. \nPlease change the table prefix.'; //이미 동일한 테이블식별자로 킴스큐Rb용 DB가 생성되어 있습니다. \n다른 테이블식별자를 사용해 주세요.
|
|
$lang['install']['a005'] = 'Privacy Policy'; //개인정보 취급방침
|
|
$lang['install']['a006'] = 'Terms of Service'; //이용약관
|
|
$lang['install']['a007'] = 'Default pages'; //기본페이지
|
|
$lang['install']['a008'] = 'Admin'; //관리자
|
|
$lang['install']['a009'] = 'What is the password writen you have installed?'; //킴스큐 설치시에 입력한 회원비밀번호는?
|
|
$lang['install']['a010'] = 'Group'; //그룹(단수)
|
|
$lang['install']['a011'] = 'Level'; //레벨(단수)
|
|
$lang['install']['a012'] = 'Hello? <strong>%s</strong>, Thank you for your installing <code>KimsQ Rb 2.0</code> which is trying to be with global people. KimsQ is always seeking the web framework innovation and hope to be with you. Thank you again.'; //안녕하세요? <strong>%s님</strong>, 세계인과 함께하는 글로벌 <code>킴스큐 Rb 2.0</code> 을 설치해 주셔서 감사합니다. 킴스큐는 혁신적인 웹 어플리케이션 개발 플랫폼을 추구하며 늘 %s님과 함께할 것입니다. 다시한번 감사드립니다.
|
|
?>
|