mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59: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
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