mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
added lifepod module
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3288 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6e2a5f765a
commit
3a6abc6b97
30 changed files with 1727 additions and 0 deletions
15
modules/lifepod/lang/en.lang.php
Normal file
15
modules/lifepod/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* @file en.lang.php
|
||||
* @author haneul (haneul0318@gmail.com)
|
||||
* @brief 라이프팟(lifepod) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->lifepod = "Lifepod";
|
||||
|
||||
$lang->calendar_address = "calendar's xml address";
|
||||
$lang->cmd_lifepod_list = 'Lifepod module list';
|
||||
$lang->cmd_view_info = 'Lifepod info.';
|
||||
|
||||
$lang->about_lifepod = "Lifepod is a calendar service provided by Openmaru Studio.<br />Lifepod Zeroboard XE module desplays Lifepod's scalendar as an internal document.";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue