mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5030 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
487 B
PHP
15 lines
487 B
PHP
<?php
|
||
/**
|
||
* @file zh-TW.lang.php
|
||
* @author haneul (haneul0318@gmail.com) 翻譯:royallin
|
||
* @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日曆整合到XE中的模組。";
|
||
?>
|