mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
중국어 변경사항
1. 모바일관련 번역 완료. 2. LGPL V2라이센스 번역. 3. 기타 자잘한 변역. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7593 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2025f89243
commit
d64685ce2e
22 changed files with 284 additions and 581 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh_CN.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 外部页面(opage)模块语言包
|
||||
* @file modules/opage/lang/zh_CN.lang.php
|
||||
* @author zero (zero@nzeo.com) 翻译:guny(space.china@gmail.com)
|
||||
* @brief 外部页面(opage)模块简体中文语言包
|
||||
**/
|
||||
|
||||
$lang->opage = "外部页面";
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
$lang->about_opage = "此模块是一种可以把外部html或php文件插入到XE内部的模块。<br />可以使用绝对路径及相对路径。而且使用以http:// 开头的地址时,可以把外部服务器中的页面插入到XE当中。";
|
||||
$lang->about_opage_path= "请输入外部文件路径。<br />可以使用如同 /path1/path2/sample.php的绝对路径或如 ../path2/sample.php的相对路径。<br />如使用http://url/sample.php之类的地址,可以把此页面的输出结果显示到XE内部的指定位置。<br />现安装的XE绝对路径如下:<br />";
|
||||
$lang->about_opage_caching_interval = "单位为分。缓冲时间内页面将输出临时储存的数据。<br />输出外部服务器信息或数据时,如消耗资源很大,尽量把缓冲时间设置为大一点的相应值。<br />0 表示无缓冲。";
|
||||
$lang->opage_mobile_path = 'Location of External Document for Mobile View';
|
||||
$lang->about_opage_mobile_path= "Please input the location of external document for mobile view. If not inputted, it uses the the external document specified above.<br />Both absolute path such as '/path1/path2/sample.php' or relative path such as '../path2/sample.php' can be used.<br />If you input the path like 'http://url/sample.php' , the result will be received and then displayed.<br />This is current XE's absolute path.<br />";
|
||||
|
||||
$lang->opage_mobile_path = '移动版外部页面路径';
|
||||
$lang->about_opage_mobile_path= '请输入移动版外部文件路径。留空默认使用上面指定的的普通外部页面。<br />可以使用如同 /path1/path2/sample.php的绝对路径或如 ../path2/sample.php的相对路径。<br />如使用http://url/sample.php之类的地址,可以把此页面的输出结果显示到XE内部的指定位置。<br />现安装的XE绝对路径如下:<br />';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue