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

17 lines
626 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 = '插件是附加延伸的功能,而不是輸出結果組件。<br />啟用/禁用插件,為網站提供強大的功能。';
?>