rhymix/modules/lifepod/lang/en.lang.php
2008-02-25 18:37:59 +00:00

15 lines
517 B
PHP

<?php
/**
* @file en.lang.php
* @author haneul (haneul0318@gmail.com)
* @brief default language pack of lifepod module
**/
$lang->lifepod = "Lifepod";
$lang->calendar_address = "Calendar's XML Address";
$lang->cmd_lifepod_list = 'Lifepod List';
$lang->cmd_view_info = 'Lifepod Info.';
$lang->about_lifepod = "Lifepod is a calendar service provided by Openmaru Studio.<br />Lifepod Zeroboard XE module displays Lifepod's specific calendars as internal documents.";
?>