rhymix/modules/addon/lang/zh-TW.lang.php
royallin 1a4ccb0d5c Modified zh-TW language
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5053 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-12-10 13:36:38 +00:00

17 lines
639 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 zh-TW.lang.php
* @author zero (zero@nzeo.com) 翻譯royallin
* @brief 正體中文語言
**/
$lang->addon = "附加元件";
$lang->addon_info = '資料';
$lang->addon_maker = '作者';
$lang->addon_license = '版權';
$lang->addon_history = '更新紀錄';
$lang->about_addon_mid = "可以指定使用附加元件的目標。<br />(全部不選取表示可用在所有目標。)";
$lang->about_addon = '附加元件可擴展程式功能而不是顯示輸出HTML結果。<br />『啟用/禁用』附加元件,增強網站的功能。';
?>