중국어 변경사항

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:
c2joy 2010-07-06 07:48:49 +00:00
parent 2025f89243
commit d64685ce2e
22 changed files with 284 additions and 581 deletions

View file

@ -1,8 +1,8 @@
<?php
/**
* @file zh-CN.lang.php
* @author zero (zero@nzeo.com)
* @brief 页面(page) 模块基本语言包
* @author zero (zero@nzeo.com) 翻译guny(space.china@gmail.com)
* @brief 页面(page)模块简体中文语言包
**/
$lang->page = "页面";
@ -10,5 +10,5 @@
$lang->cmd_page_modify = "页面编辑";
$lang->page_caching_interval = "缓冲时间设置";
$lang->about_page_caching_interval = "单位为分。缓冲时间间隔内页面将输出临时储存的数据。<br />显示外链服务器信息或数据时,如消耗资源很大,尽量把缓冲时间设置为大一点的相应值。<br />0 表示无缓冲。";
$lang->about_mcontent = 'This is the page for the mobile view. If you do not write this page, the mobile view display reoragnized PC view\'s page.';
$lang->about_mcontent = '此页为移动版页面如您没有对此页面进行布局它会自动将PC版页面数据重排序显示。';
?>