mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
20
modules/krzip/lang/ko.php
Normal file
20
modules/krzip/lang/ko.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
$lang->krzip = '한국 우편번호';
|
||||
$lang->cmd_krzip_api_type = 'API 선택';
|
||||
$lang->cmd_krzip_daumapi = '다음 우편번호';
|
||||
$lang->cmd_krzip_epostapi = '우체국 우편번호';
|
||||
$lang->cmd_krzip_postcodify = 'Postcodify';
|
||||
$lang->cmd_krzip_regkey = '등록키';
|
||||
$lang->cmd_krzip_postcode = '우편번호';
|
||||
$lang->cmd_krzip_address = '주소';
|
||||
$lang->cmd_krzip_detail_address = '상세 주소';
|
||||
$lang->about_krzip = '공개 API를 이용해 우편번호 검색 서비스를 이용합니다.';
|
||||
$lang->about_krzip_api_handler = '우편번호 검색을 어떤 API를 통해 할 것인지 결정합니다.';
|
||||
$lang->about_krzip_epostapi_regkey = '우체국 우편번호 API를 이용하기 위해 인터넷 우체국에서 발급 받은 등록키를 입력합니다.';
|
||||
$lang->msg_krzip_road_address_expectation = '예상 도로명 주소: %s';
|
||||
$lang->msg_krzip_jibun_address_expectation = '예상 지번 주소: %s';
|
||||
$lang->msg_krzip_no_query = '검색할 주소가 없습니다.';
|
||||
$lang->msg_krzip_is_maintenance = '점검 중입니다.';
|
||||
$lang->msg_krzip_wrong_regkey = '잘못된 등록키입니다.';
|
||||
$lang->msg_krzip_no_result = '검색된 주소가 없습니다.';
|
||||
$lang->msg_krzip_riddling_wrong = '알 수 없는 오류입니다.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue