중국어 - 자동설치 모듈 번역

중국어 - 일부 기존 번역 업데이트

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6922 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
c2joy 2009-11-11 06:55:11 +00:00
parent cb6e5687f7
commit eb4499f16b
30 changed files with 511 additions and 424 deletions

View file

@ -0,0 +1,21 @@
<?php
/**
* @file zh-CN.lang.php
* @author sol (sol@ngleader.com) 翻译guny(space.china@gmail.com)
* @brief 自动安装(autoinstall)模块语言包
**/
$lang->autoinstall = 'Autoinstall';
$lang->about_autoinstall = 'Autoinstall是XpressEngine的自动安装模块。';
$lang->package_update = '最新更新';
$lang->package_downloaded_count = '总下载';
$lang->need_update = "有新的更新。";
$lang->order_newest = "最新发布";
$lang->order_popular = "热门";
$lang->order_download = "下载";
$lang->success_installed = "安装成功!";
$lang->view_all_package = "查看全部";
$lang->description_ftp_note = "请务必完成FTP设置否则将无法在线安装(更新)相关模块。";
$lang->description_update = "新安装(更新)模块的版本信息点击Update按钮后才能正常显示。";
?>