rhymix/modules/addon/lang/zh-TW.lang.php
2010-09-06 06:35:20 +00:00

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