mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
* index.php, common_layout.html : XE -> XpressEngine git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4909 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
508 B
PHP
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.";
|
|
?>
|