mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 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