mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
중국어 외부페이지 추가파일
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2906 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0485f2f743
commit
e65f0c6159
1 changed files with 15 additions and 0 deletions
15
modules/opage/lang/zh-CN.lang.php
Normal file
15
modules/opage/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?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 为表示不更新。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue