rhymix/modules/autoinstall/lang/zh-TW.lang.php
2009-12-11 14:31:50 +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->depending_programs = "This program depends on ";
$lang->require_update = "需要更新";
$lang->require_installation = "需要安裝";
$lang->description_install = "Installation process also install/update programs which this program depends on";
$lang->current_version = "安裝版本";
$lang->description_download = "When FTP is disabled, you should download it and extract it into target path. (if target path is ./modules/board, extract it at ./modules)";
$lang->path = "路徑";
$lang->cmd_download = "Download";
$lang->view_installed_packages = "Installed Packages";
?>