mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5874 201d5d3c-b55e-5fd7-737f-ddc643e51545
30 lines
1.7 KiB
PHP
30 lines
1.7 KiB
PHP
<?php
|
||
/**
|
||
* @file modules/springnote/lang/zh-TW.lang.php
|
||
* @author zero (zero@nzeo.com) 翻譯:royallin
|
||
* @brief Springnote模組正體中文語言
|
||
**/
|
||
|
||
$lang->springnote = "Springnote";
|
||
$lang->springnote_openid = "Open ID";
|
||
$lang->springnote_userkey = "User Key";
|
||
$lang->springnote_pageid = "頁號";
|
||
$lang->springnote_pageid_setup = '頁號設置';
|
||
$lang->springnote_pageid_option_only = '只顯示指定頁面(不顯示列表)。';
|
||
$lang->springnote_pageid_option_list = '從指定頁面開始顯示(顯示列表)。';
|
||
$lang->springnote_domain = "域名設置";
|
||
|
||
$lang->page_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特定的頁面引用到XE中的模組。";
|
||
$lang->about_springnote_openid = "請輸入Springnote網站的Open ID。";
|
||
$lang->about_springnote_userkey = '請輸入用戶Key值。<br />請輸入獲得的用戶Key值。[<a href="https://api.openmaru.com/delegate_key/springnote?app_id=www.zeroboard.com&openid=" onclick="window.open(this.href);return false;">按此獲得</a>]';
|
||
$lang->about_springnote_pageid = '請輸入要指定為預設頁面(即:首頁)的頁號(Springnote網站特定頁面的頁號)。';
|
||
$lang->about_springnote_pageid_setup = '指定頁號時,可以選擇上述的其中一種。';
|
||
$lang->about_springnote_domain = '可以指定其他SpringNote域名。(註:只輸入http://域名.springnote.com中的《域名》值。)';
|
||
?>
|