mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3288 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
526 B
PHP
15 lines
526 B
PHP
<?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.";
|
|
?>
|