rhymix/modules/opage/lang/zh-CN.lang.php

15 lines
1.2 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_CN.lang.php
* @author zero (zero@nzeo.com)
* @brief 外部页面(opage)模块语言包
**/
$lang->opage = "外部页面";
$lang->opage_path = "外部页面路径";
$lang->opage_caching_interval = "缓冲时间设置";
$lang->about_opage = "此模块是一种可以把外部html或php文件插入到Zeroboard XE内部的模块。<br />可以使用绝对路径及相对路径。而且使用以http:// 开头的地址时可以把外部服务器中的页面插入到Zeroboard XE当中。";
$lang->about_opage_path= "请输入外部文件路径。<br />可以使用如同 /path1/path2/sample.php的绝对路径或如 ../path2/sample.php的相对路径。<br />如使用http://url/sample.php之类的地址可以把此页面的输出结果显示到Zeroboard XE内部的指定位置。<br />现安装的Zeroboard XE绝对路径如下:<br />";
$lang->about_opage_caching_interval = "单位为分。缓冲时间内页面将输出临时储存的数据。<br />输出外部服务器信息或数据时,如消耗资源很大,尽量把缓冲时间设置为大一点的相应值。<br />0 表示无缓冲。";
?>