중국어 변경사항

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

@ -2,7 +2,7 @@
/**
* @file zh-CN.lang.php
* @author zero (zero@nzeo.com)
* @brief 简体中文语言包 (只收录基本内容)
* @brief 简体中文语言包
**/
$lang->admin_info = '管理员信息';
@ -78,12 +78,12 @@
$lang->about_server_ports = "使用除HTTP80, HTTPS443以外的端口时必须得指定该服务器端口号。";
$lang->use_db_session = 'DB储存认证会话';
$lang->about_db_session = '用DB储存认证时的PHP会话。<br/>服务器使用率较少的网站建议不要勾选此项(可提高网站访问速度)。<br/>只是无法统计在线会员。';
$lang->sftp = "Use SFTP";
$lang->ftp_get_list = "Get List";
$lang->ftp_remove_info = 'Remove FTP Info.';
$lang->msg_ftp_invalid_path = 'Failed to read the specified FTP Path.';
$lang->msg_self_restart_cache_engine = 'Please restart Memcached or cache daemon.';
$lang->mobile_view = 'Use Mobile View';
$lang->about_mobile_view = 'If accessing with a smartphone, display content with mobile layout.';
$lang->autoinstall = 'Autoinstall';
$lang->sftp = '使用sSFTP';
$lang->ftp_get_list = '载入列表';
$lang->ftp_remove_info = '删除FTP信息';
$lang->msg_ftp_invalid_path = '无法读取FTP路径。';
$lang->msg_self_restart_cache_engine = '请重新启动Memcached或CacheDaemon。';
$lang->mobile_view = '开启移动版';
$lang->about_mobile_view = '为智能手机访问网站,提供最佳视觉效果。';
$lang->autoinstall = '安装·更新';
?>