rhymix/modules/autoinstall/lang/zh-TW.lang.php
royallin f737991796 Modify CHT language
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7041 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-12-14 08:50:09 +00:00

32 lines
1.6 KiB
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 zh-TW.lang.php
* @author sol (sol@ngleader.com) 翻譯royallin
* @brief 自動安裝(autoinstall)模組正體中文語言
**/
$lang->autoinstall = '自動安裝';
$lang->about_autoinstall = '可幫助您安裝/更新XE程式及面板。';
$lang->package_update = '最近更新';
$lang->package_downloaded_count = '下載次數';
$lang->need_update = "需要更新。";
$lang->order_newest = "最新發表";
$lang->order_popular = "熱門";
$lang->order_download = "下載";
$lang->success_installed = "安裝成功";
$lang->view_all_package = "全部檢視";
$lang->description_ftp_note = "請先將FTP設定好否則無法執行自動安裝功能。";
$lang->description_update = "如果您最近不是用自動安裝模組更新或安裝,請點擊更新按鈕更新。";
$lang->install = "安裝";
$lang->update = "更新";
$lang->current_version = "版本";
$lang->depending_programs = "This program depends on ";
$lang->require_update = "需要更新";
$lang->require_installation = "需要安裝";
$lang->description_install = "One Click Installer will also install/update all other programs which this program is depending on";
$lang->description_download = "如果FTP無法使用的話必須要手動下載並解壓縮到目標路徑。(假設目標路徑為 ./modules/board的話將檔案解壓縮到 ./modules就可以了)";
$lang->path = "路徑";
$lang->cmd_download = "下載";
$lang->view_installed_packages = "已安裝套裝軟體";
?>