rhymix/modules/lifepod/lang/en.lang.php
bnu a4e8aae7eb * zeroboard XE, zeroboardXE -> XE
* index.php, common_layout.html : XE -> XpressEngine

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4909 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-11-19 09:47:05 +00:00

15 lines
508 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 = 'Lifepods List';
$lang->cmd_view_info = 'Lifepod Info.';
$lang->about_lifepod = "Lifepod is a calendar service provided by Openmaru Studio.<br />Lifepod XE module displays Lifepod's specific calendars as internal documents.";
?>