mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@256 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de279750ba
commit
b675f26ac4
10 changed files with 151 additions and 5 deletions
|
|
@ -5,6 +5,16 @@
|
|||
* @desc : 한국어 언어팩 (기본적인 내용만 수록)
|
||||
**/
|
||||
|
||||
// 일반 단어들
|
||||
$lang->krzip_server_hostname = "우편번호 검사 서버의 이름";
|
||||
$lang->krzip_server_port = "우편번호 검사 서버 포트";
|
||||
$lang->krzip_server_query = "우편번호 검사 서버 경로";
|
||||
|
||||
// 설명문
|
||||
$lang->about_krzip_server_hostname = "우편번호를 검사하여 결과 목록을 가져올 서버의 도메인을 입력해주세요";
|
||||
$lang->about_krzip_server_port = "우편번호를 검사서버의 포트 번호를 입력해주세요";
|
||||
$lang->about_krzip_server_query = "우편번호를 검사서버에 요청할 query url을 입력해 주세요";
|
||||
|
||||
// 에러 메세지들
|
||||
$lang->msg_not_exists_addr = "검색하려는 대상이 없습니다";
|
||||
$lang->msg_fail_to_socket_open = "우편번호 검색 대상 서버 접속이 실패하였습니다";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue