mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
한글 띄어쓰기, 맞춤법 등 일부 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6715 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
914b89add2
commit
2ee3844935
22 changed files with 375 additions and 383 deletions
|
|
@ -12,11 +12,11 @@
|
|||
$lang->krzip_server_query = '우편번호 검사 서버 경로';
|
||||
|
||||
// 설명문
|
||||
$lang->about_krzip_server_hostname = '우편번호를 검사하여 결과 목록을 가져올 서버의 도메인을 입력해주세요';
|
||||
$lang->about_krzip_server_port = '우편번호를 검사서버의 포트 번호를 입력해주세요';
|
||||
$lang->about_krzip_server_query = '우편번호를 검사서버에 요청할 query url을 입력해 주세요';
|
||||
$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 = '우편번호 검색 대상 서버 접속이 실패하였습니다';
|
||||
// 에러 메시지들
|
||||
$lang->msg_not_exists_addr = '검색하려는 대상이 없습니다.';
|
||||
$lang->msg_fail_to_socket_open = '우편번호 검색 대상 서버 접속이 실패하였습니다.';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue