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
555 B
PHP
15 lines
555 B
PHP
<?php
|
|
/**
|
|
* @file es.lang.php
|
|
* @author haneul (haneul0318@gmail.com)
|
|
* @brief Paquete de idioma por defecto de lifepod módulo
|
|
**/
|
|
|
|
$lang->lifepod = "Lifepod";
|
|
|
|
$lang->calendar_address = "Calendario de la Dirección XML";
|
|
$lang->cmd_lifepod_list = 'Lista Lifepod';
|
|
$lang->cmd_view_info = 'Lifepod Información.';
|
|
|
|
$lang->about_lifepod = "Lifepod calendario es un servicio proporcionado por Openmaru Studio.<br />Lifepod XE módulo desplays Lifepod específicas de calendarios como documentos internos.";
|
|
?>
|