mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
중국어 번역 적용(by eiken님, 엔죠라이프님) 2007년 7월 9일 17시 20분
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1884 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
46badd60f5
commit
38447795e4
35 changed files with 438 additions and 0 deletions
|
|
@ -2,9 +2,11 @@
|
|||
<module version="0.1">
|
||||
<title xml:lang="ko">한국 우편번호</title>
|
||||
<title xml:lang="en">Korean Zip Code<title>
|
||||
<title xml:lang="zh-CN">韩国邮编</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="en">Zero</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드에서 운영하는 우편번호서버를 이용하여 우편번호 검색을 합니다.
|
||||
우편번호 검색 서버는 설정을 통해 변경하실 수 있습니다.
|
||||
|
|
@ -13,5 +15,9 @@
|
|||
Searching the zip code via zip code server operated by zeroboard.
|
||||
You can change the zip code server by setting.
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
利用zeroboard运营的邮编服务器搜索邮编。
|
||||
邮编搜索服务器通过服务器的设定可以修改。
|
||||
</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
22
modules/krzip/lang/zh-CN.lang.php
Normal file
22
modules/krzip/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/krzip/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 简体中文语言包(收录了基本内容)
|
||||
**/
|
||||
|
||||
// 一般单词
|
||||
$lang->krzip = "韩国邮编";
|
||||
$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