mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
10 lines
No EOL
298 B
PHP
10 lines
No EOL
298 B
PHP
<?php
|
||
/**
|
||
* @file modules/message/lang/zh-TW.lang.php
|
||
* @author zero <zero@nzeo.com> 翻譯:royallin
|
||
* @brief 正體中文語言(包含基本內容)
|
||
**/
|
||
|
||
$lang->message = '錯誤提示';
|
||
$lang->about_skin = "提示訊息時,可以指定面板。";
|
||
?>
|