mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-31 09:45:25 +09:00
15 lines
505 B
PHP
15 lines
505 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模組是把特定的 Lifepod日曆整合到 zerboardXE的模組。";
|
|
?>
|