mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2906 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
1,017 B
PHP
15 lines
1,017 B
PHP
<?php
|
||
/**
|
||
* @file zh_CN.lang.php
|
||
* @author zero (zero@nzeo.com)
|
||
* @brief 外部页面基本语言包
|
||
**/
|
||
|
||
$lang->opage = "外部页面";
|
||
$lang->opage_path = "外部文章位置";
|
||
$lang->opage_caching_interval = "更新时间设定";
|
||
|
||
$lang->about_opage = "ZBXE以外的html或者php文件引入到ZBXE当中。可以使用绝对路径,相对路径。并且如果使用http://可以引入服务器以外的网页。";
|
||
$lang->about_opage_path= "请输入外部页面位置.<br />可以使用/path1/path2/sample.php 绝对路径或者 ../path2/sample.php等相对路径。<br />如果引入服务器以外的页面可直接输入网址 例如:http://url/sample.php 。<br />ZBXE的绝对路径如下<br />";
|
||
$lang->about_opage_caching_interval = "单位为分钟,下一次更新之前输出临时保存的页面。<br />引入服务器以外的信息或者数据大容量数据时推荐更新时间为以分钟为单位。<br />设定0 为表示不更新。";
|
||
?>
|