rhymix/modules/krzip/lang/zh-TW.lang.php

22 lines
906 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/krzip/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @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 = "連接郵編搜尋對像主機失敗!";
?>