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

17 lines
641 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 />啟用/禁用插件,為網站提供強大的功能。';
?>