Files
dev.ttsby.com/modules/domain/language/english/lang.admin.php
2023-04-17 11:06:08 +09:00

33 lines
2.8 KiB
PHP

<?php
// main.php
$lang['domain']['a1001'] = 'Connected Domains'; //연결 도메인
$lang['domain']['a1002'] = 'No domains.'; //등록된 도메인이 없습니다.
$lang['domain']['a1003'] = 'Domains sequence'; //순서 조정
$lang['domain']['a1004'] = 'No domains or 2nd domain dose not exist.'; //등록된 도메인이 없거나 2차 도메인입니다.
$lang['domain']['a1005'] = 'Add second domain'; //2차 도메인 등록
$lang['domain']['a1006'] = 'Add first domain'; //1차 도메인 등록
$lang['domain']['a1007'] = 'Domain infomation'; //도메인 등록정보
$lang['domain']['a1008'] = 'Parent domain'; //소속 도메인
$lang['domain']['a1009'] = 'Root domain'; //최상위도메인
$lang['domain']['a1010'] = 'Domain'; //도메인 주소
$lang['domain']['a1011'] = 'Add seconnd domain'; //2차도메인 등록
$lang['domain']['a1012'] = 'Delete'; //삭제
$lang['domain']['a1013'] = 'Are you sure to delete?'; //정말로 삭제하시겠습니까?
$lang['domain']['a1014'] = 'All seconnd domains will be deleted if you delete the first domain.'; //1차 도메인을 삭제하면 소속된 2차 도메인 모두 삭제됩니다.
$lang['domain']['a1015'] = 'Help'; //도움말
$lang['domain']['a1016'] = 'Please input without <code>http://</code> or <code>https://</code>.'; //<code>http://</code> 또는 <code>https://</code> 를 제외하고 입력해주세요.
$lang['domain']['a1017'] = 'Site'; //연결 사이트
$lang['domain']['a1018'] = 'None'; //지정안함
$lang['domain']['a1019'] = 'No sites.'; //등록된 사이트가 없습니다.
$lang['domain']['a1020'] = 'Save changes'; //속성 변경
$lang['domain']['a1021'] = 'Add domain'; //등록
$lang['domain']['a1022'] = 'Cancel'; //등록취소
$lang['domain']['a1023'] = 'Browse'; //접속하기
$lang['domain']['a1024'] = 'You need to set for name and web server through domain agency.'; //도메인 공급업체를 통해 <a href="#.">네임서버 설정</a>과 <a href="#.">웹서버 설정</a>이 필요합니다.
$lang['domain']['a1025'] = 'Please input without <code>http://</code> or <code>https://</code>.'; //<code>http://</code> 또는 <code>https://</code> 를 제외하고 등록해 주세요.
$lang['domain']['a1026'] = 'You can register second domain and port number.'; //2차 도메인까지 등록할 수 있으며, 포트지정도 가능합니다.
$lang['domain']['a1027'] = 'You will be connected to first site if you do not register domains.'; //도메인 미 등록시 첫번째 사이트에 접속됩니다.
$lang['domain']['a1028'] = 'The domain is required and cannot be empty.'; //도메인을 입력해 주세요.
$lang['domain']['a1029'] = 'You can only use these the english lowercase letters,numbers,_,-, and dot(.).'; //도메인은 영문소문자/숫자/_/-/. 만 사용할 수 있습니다.
$lang['domain']['a1030'] = 'Add domain'; //등록
?>