rhymix/modules/springnote/lang/zh-CN.lang.php
2009-03-06 05:33:56 +00:00

30 lines
1.7 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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-CN.lang.php
* @author zero (zero@nzeo.com) 翻译guny
* @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的特定页面引用到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中的《域名》值。)';
?>