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)
* @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中的《域名》值。)';
?>