mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
merge & tag 1.4.3
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7597 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
762ebbf445
commit
289973781a
200 changed files with 2296 additions and 1827 deletions
|
|
@ -28,8 +28,8 @@
|
|||
$lang->description_download = "Khi FTP không được mở, bạn nên tải về và giả nén, sau đó Upload theo đường dẫn. (Nếu đường dẫn là ./modules/board, thì giải nén vào ./modules)";
|
||||
$lang->path = "Đường dẫn";
|
||||
$lang->cmd_download = "Download";
|
||||
$lang->view_installed_packages = "Installed Packages";
|
||||
$lang->msg_ftp_password_input = "Please input FTP password.";
|
||||
$lang->dependant_list = "이 패키지에 의존하는 패키지 목록";
|
||||
$lang->description_uninstall = "패키지를 삭제합니다. 모듈의 경우 모든 데이터가 사라집니다.";
|
||||
$lang->view_installed_packages = "Những gói đã cài đặt";
|
||||
$lang->msg_ftp_password_input = "Hãy nhập mật khẩu của FTP.";
|
||||
$lang->dependant_list = "Gói cài đặt này phụ thuộc vào các gói khác trong danh sách";
|
||||
$lang->description_uninstall = "Loại bỏ gói cài đặt. Tất cả dữ liệu của các gói sẽ đồng thời bị xóa.";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
/**
|
||||
* @file zh-CN.lang.php
|
||||
* @author sol (sol@ngleader.com) 翻译:guny(space.china@gmail.com)
|
||||
* @brief 自动安装(autoinstall)模块语言包
|
||||
* @brief 在线安装/更新(autoinstall)模块语言包
|
||||
**/
|
||||
|
||||
$lang->autoinstall = 'Autoinstall';
|
||||
$lang->about_autoinstall = 'Autoinstall是XpressEngine的自动安装模块。';
|
||||
$lang->autoinstall = '安装·更新';
|
||||
$lang->about_autoinstall = 'Autoinstall是XpressEngine的在线安装/更新模块。';
|
||||
$lang->package_update = '最新更新';
|
||||
$lang->package_downloaded_count = '总下载';
|
||||
$lang->need_update = "有新的更新。";
|
||||
|
|
@ -18,18 +18,18 @@
|
|||
$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";
|
||||
$lang->view_installed_packages = "Installed Packages";
|
||||
$lang->msg_ftp_password_input = "Please input FTP password.";
|
||||
$lang->dependant_list = "이 패키지에 의존하는 패키지 목록";
|
||||
$lang->description_uninstall = "패키지를 삭제합니다. 모듈의 경우 모든 데이터가 사라집니다.";
|
||||
$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 = "确定要删除此数据包吗?如果此数据包为模块,模块中的数据将会全部消失。";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue