rhymix/modules/springnote/lang/zh-TW.lang.php

30 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file zh-TW.lang.php
* @author zero (zero@nzeo.com) 翻譯royallin
* @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特定的頁面引用到 Zeroboard 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中的《域名》值。)';
?>