mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4613 201d5d3c-b55e-5fd7-737f-ddc643e51545
10 lines
No EOL
280 B
PHP
10 lines
No EOL
280 B
PHP
<?php
|
|
/**
|
|
* @file modules/message/lang/zh-TW.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 正體中文語言(包含基本內容)
|
|
**/
|
|
|
|
$lang->message = '錯誤提示';
|
|
$lang->about_skin = "提示訊息時,可以指定面板。";
|
|
?>
|