git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4564 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
royallin 2008-09-26 03:37:04 +00:00
parent cf4d834285
commit 35477add43
61 changed files with 600 additions and 11 deletions

View file

@ -6,12 +6,14 @@
<title xml:lang="ru">Лайфпод</title>
<title xml:lang="es">Lifepod</title>
<title xml:lang="zh-CN">Lifepod API</title>
<title xml:lang="zh-TW">Lifepod API</title>
<description xml:lang="ko">라이프팟의 calendar를 제로보드XE에서 연동하여 출력하는 기능을 가지고 있는 모듈입니다.</description>
<description xml:lang="es">Este módulo muestra calendario de lifepod.</description>
<description xml:lang="zh-CN">把Lifepod日历连接到zbXE的模块。</description>
<description xml:lang="en">This module displays calendar from lifepod.</description>
<description xml:lang="jp">(Openmaru社提供の)LifepodサービスのカレンダーをゼロボードXEに連動して出力するモジュールです。</description>
<description xml:lang="ru">Этот модуль отображает календать с lifepod'а.</description>
<description xml:lang="zh-TW">將 Lifepod日曆連結到 ZeroboardXE的模組。</description>
<version>0.12</version>
<date>2007-12-10</date>
<category>service</category>
@ -22,5 +24,6 @@
<name xml:lang="zh-CN">haneul</name>
<name xml:lang="en">haneul</name>
<name xml:lang="jp">haneul</name>
<name xml:lang="zh-TW">haneul</name>
</author>
</module>

View file

@ -8,6 +8,7 @@
<title xml:lang="zh-CN">查看</title>
<title xml:lang="jp">閲覧</title>
<title xml:lang="en">view</title>
<title xml:lang="zh-TW">檢視</title>
</grant>
</grants>
<actions>

View file

@ -0,0 +1,15 @@
<?php
/**
* @file zh-TW.lang.php
* @author haneul (haneul0318@gmail.com)
* @brief lifepod模組的語言包
**/
$lang->lifepod = "Lifepod API";
$lang->calendar_address = "日曆 xml地址";
$lang->cmd_lifepod_list = 'Lifepod目錄';
$lang->cmd_view_info = 'Lifepod資訊';
$lang->about_lifepod = "Lifepod是由 Openmaru提供的日曆服務。<br />Lifepod zerboardXE模組是把特定的 Lifepod日曆整合到 zerboardXE的模組。";
?>