mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4564 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cf4d834285
commit
35477add43
61 changed files with 600 additions and 11 deletions
|
|
@ -6,12 +6,14 @@
|
|||
<title xml:lang="en">Springnote</title>
|
||||
<title xml:lang="es">Springnote</title>
|
||||
<title xml:lang="ru">Спрингноут</title>
|
||||
<title xml:lang="zh-TW">Springnote API</title>
|
||||
<description xml:lang="ko">스프링노트의 페이지를 제로보드XE에서 연동하여 출력하는 기능을 가지고 있는 모듈입니다.</description>
|
||||
<description xml:lang="jp">スプリングノートのページをゼロボードXEと連動させて出力する機能のモジュールです。</description>
|
||||
<description xml:lang="zh-CN">把Springnote网站页面整合到Zeroboard XE的模块。</description>
|
||||
<description xml:lang="en">This modules links pages of Springnote with ZeroboardXE, and display them.</description>
|
||||
<description xml:lang="es">Esta módulos de enlaces de páginas Springnote con ZeroboardXE, y lo muestra.</description>
|
||||
<description xml:lang="ru">Этот модуль связывает страницы Springnote с ZeroboardXE, и отображает их.</description>
|
||||
<description xml:lang="zh-TW">將Springnote網站的頁面整合到Zeroboard XE的模組。</description>
|
||||
<version>0.1</version>
|
||||
<date>2007-11-30</date>
|
||||
<category>service</category>
|
||||
|
|
@ -24,5 +26,6 @@
|
|||
<name xml:lang="en">Zero</name>
|
||||
<name xml:lang="es">Zero</name>
|
||||
<name xml:lang="ru">Zero</name>
|
||||
<name xml:lang="zh-TW">Zero</name>
|
||||
</author>
|
||||
</module>
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
<title xml:lang="zh-CN">目录</title>
|
||||
<title xml:lang="jp">リスト</title>
|
||||
<title xml:lang="en">list</title>
|
||||
<title xml:lang="zh-TW">目錄</title>
|
||||
</grant>
|
||||
<grant name="view" default="guest">
|
||||
<title xml:lang="ko">열람</title>
|
||||
|
|
@ -16,6 +17,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>
|
||||
|
|
|
|||
30
modules/springnote/lang/zh-TW.lang.php
Normal file
30
modules/springnote/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh-TW.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Springnote模組語言包
|
||||
**/
|
||||
|
||||
$lang->springnote = "Springnote";
|
||||
$lang->springnote_openid = "Open ID";
|
||||
$lang->springnote_userkey = "用戶 Key";
|
||||
$lang->springnote_pageid = "頁號";
|
||||
$lang->springnote_pageid_setup = '頁號設置';
|
||||
$lang->springnote_pageid_option_only = '只顯示指定頁面(不顯示目錄)。';
|
||||
$lang->springnote_pageid_option_list = '從指定頁面開始顯示(顯示目錄)。';
|
||||
$lang->springnote_domain = "域名設置";
|
||||
|
||||
$lang->page_url = "原始 URL";
|
||||
$lang->page_modified = "最新更新";
|
||||
$lang->page_modifier = "最新修改者";
|
||||
|
||||
$lang->cmd_springnote_list = 'Springnote目錄';
|
||||
$lang->cmd_view_info = 'Springnote資訊';
|
||||
|
||||
$lang->about_springnote = "Springnote是由 Openmaru提供的一種 Wiki服務。<br />Springnote模組是一種能夠將 Springnote特定的頁面引用到 Zeroboard XE的模組。";
|
||||
$lang->about_springnote_openid = "請輸入Springnote網站的 Open ID。";
|
||||
$lang->about_springnote_userkey = '請輸入用戶 Key值。<br />請輸入點擊[<a href="https://api.openmaru.com/delegate_key/springnote?app_id=www.zeroboard.com&openid=" onclick="window.open(this.href);return false;">獲得用戶 Key</a>]獲得的用戶 Key值。';
|
||||
$lang->about_springnote_pageid = '請輸入要指定為預設頁面(即:首頁)的頁號(Springnote網站特定頁面的頁號)。';
|
||||
$lang->about_springnote_pageid_setup = '指定頁號時,可以選擇上述的其中一種。';
|
||||
$lang->about_springnote_domain = '可以指定其他 SpringNote域名。(註:只輸入http://域名.springnote.com中的《域名》值。)';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue