mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fee1779c50
commit
0a4a9f04a7
36 changed files with 1672 additions and 0 deletions
22
modules/krzip/lang/zh-TW.lang.php
Normal file
22
modules/krzip/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/krzip/lang/zh-TW.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