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@3891 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
481 B
PHP
15 lines
481 B
PHP
<?php
|
|
/**
|
|
* @file ko.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的模块。";
|
|
?>
|