mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4613 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
490 B
PHP
15 lines
490 B
PHP
<?php
|
|
/**
|
|
* @file zh-TW.lang.php
|
|
* @author haneul (haneul0318@gmail.com)
|
|
* @brief lifepod模組的語言
|
|
**/
|
|
|
|
$lang->lifepod = "Lifepod API";
|
|
|
|
$lang->calendar_address = "日曆 XML地址";
|
|
$lang->cmd_lifepod_list = 'Lifepod列表';
|
|
$lang->cmd_view_info = 'Lifepod資訊';
|
|
|
|
$lang->about_lifepod = "Lifepod是由 Openmaru提供的日曆服務。<br />此模組是把特定的 Lifepod日曆整合到 zerboardXE中的模組。";
|
|
?>
|