rhymix/modules/lifepod/lang/en.lang.php
haneul 3a6abc6b97 added lifepod module
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3288 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-12-10 07:21:22 +00:00

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.";
?>