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@201 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eb5e1cf87d
commit
0463fa5b58
9 changed files with 265 additions and 138 deletions
12
modules/krzip/lang/ko.lang.php
Normal file
12
modules/krzip/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* @file : modules/krzip/lang/ko.lang.php
|
||||
* @author : zero <zero@nzeo.com>
|
||||
* @desc : 한국어 언어팩 (기본적인 내용만 수록)
|
||||
**/
|
||||
|
||||
// 에러 메세지들
|
||||
$lang->msg_not_exists_addr = "검색하려는 대상이 없습니다";
|
||||
$lang->msg_fail_to_socket_open = "우편번호 검색 대상 서버 접속이 실패하였습니다";
|
||||
$lang->msg_no_result = "검색 결과가 없습니다";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue