rhymix/modules/autoinstall/lang/zh-CN.lang.php
c2joy d64685ce2e 중국어 변경사항
1. 모바일관련 번역 완료.
2. LGPL V2라이센스 번역.
3. 기타 자잘한 변역.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7593 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-07-06 07:48:49 +00:00

35 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file zh-CN.lang.php
* @author sol (sol@ngleader.com) 翻译guny(space.china@gmail.com)
* @brief 在线安装/更新(autoinstall)模块语言包
**/
$lang->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按钮后才能正常显示。";
$lang->install = "安装";
$lang->update = "更新";
$lang->current_version = "现用版本";
$lang->depending_programs = "联动插件/控件";
$lang->require_update = "需要更新";
$lang->require_installation = "需要安装";
$lang->description_install = "安装时,与其联动的插件/控件也会同时被安装(更新)。";
$lang->description_download = "无法使用FTP时需得自行下载安装到指定路径。";
$lang->path = "安装路径";
$lang->cmd_download = "下载";
$lang->view_installed_packages = "已安装的数据包";
$lang->msg_ftp_password_input = "请输入FTP密码。";
$lang->dependant_list = "联动数据包列表";
$lang->description_uninstall = "确定要删除此数据包吗?如果此数据包为模块,模块中的数据将会全部消失。";
?>