mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6964 201d5d3c-b55e-5fd7-737f-ddc643e51545
31 lines
1.6 KiB
PHP
31 lines
1.6 KiB
PHP
<?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按钮后才能正常显示。";
|
||
$lang->install = "Install";
|
||
$lang->update = "Update";
|
||
$lang->depending_programs = "This program depends on ";
|
||
$lang->require_update = "Update is required.";
|
||
$lang->require_installation = "Installation is required.";
|
||
$lang->description_install = "Installation process also install/update programs which this program depends on";
|
||
$lang->current_version = "Installed version";
|
||
$lang->description_download = "When FTP is disabled, you should download it and extract it into target path. (if target path is ./modules/board, extract it at ./modules)";
|
||
$lang->path = "Path";
|
||
$lang->cmd_download = "Download";
|
||
?>
|