mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
#18540114 : added a feature showing installed packages
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7032 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
33aef51d0f
commit
01ec0c89d2
14 changed files with 113 additions and 17 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* @file en.lang.php
|
||||
* @author sol (sol@ngleader.com)
|
||||
* @brief Autoinstall(autoinstall) 모듈의 기본 언어팩
|
||||
* @author haneul (haneul0318@gmail.com)
|
||||
* @brief Autoinstall(autoinstall) language pack (English)
|
||||
**/
|
||||
|
||||
$lang->autoinstall = 'One Click Installer';
|
||||
$lang->about_autoinstall = 'One Click Installer will help you install/upgrade programs(skins) for XE.';
|
||||
$lang->autoinstall = 'EasyInstall';
|
||||
$lang->about_autoinstall = 'EasyInstall module will help you install/upgrade programs(skins) for XE.';
|
||||
$lang->package_update = 'Recent Update';
|
||||
$lang->package_downloaded_count = 'Download Count';
|
||||
$lang->need_update = "Please update package list first.";
|
||||
|
|
@ -17,15 +17,16 @@
|
|||
$lang->success_installed = "Successfully Installed";
|
||||
$lang->view_all_package = "View All";
|
||||
$lang->description_ftp_note = "If FTP configuration is not set, installation would not work. Please configure FTP information";
|
||||
$lang->description_update = "If you have upgraded or installed programs without One Click Installer, please press update button to renew new information.";
|
||||
$lang->description_update = "If you have upgraded or installed programs without EasyInstall module, please press update button to renew new information.";
|
||||
$lang->install = "Install";
|
||||
$lang->update = "Update";
|
||||
$lang->current_version = "Version";
|
||||
$lang->depending_programs = "This program is depending on ";
|
||||
$lang->require_update = "Update is required.";
|
||||
$lang->require_installation = "Installation is required.";
|
||||
$lang->description_install = "One Click Installer will also install/update all other programs which this program is depending on";
|
||||
$lang->description_install = "EasyInstall will also install/update all other programs which this program is depending on";
|
||||
$lang->description_download = "If FTP is unavailable, you should manually 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";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -28,4 +28,5 @@
|
|||
$lang->description_download = "FTPの利用が出来ない場合は、直接ダウンロードし、サーバー上の該当パスにてインストールして下さい。 (一つ上階層にて解凍します。 ./modules/board の場合 ./modulesにて tarを解凍して下さい。)";
|
||||
$lang->path = "インストールパス";
|
||||
$lang->cmd_download = "ダウンロード";
|
||||
$lang->view_installed_packages = "Installed Packages";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -28,4 +28,5 @@
|
|||
$lang->description_download = "FTP를 이용할 수 없는 경우, 직접 다운로드 하여 해당 path에 설치하셔야 합니다. (한칸 상위에서 압축을 푸시면 됩니다. ./modules/board의 경우 ./modules에서 tar를 푸세요)";
|
||||
$lang->path = "설치경로";
|
||||
$lang->cmd_download = "다운로드";
|
||||
$lang->view_installed_packages = "설치된 패키지";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -28,4 +28,5 @@
|
|||
$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";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -28,4 +28,5 @@
|
|||
$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";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -28,4 +28,5 @@
|
|||
$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 = "路徑";
|
||||
$lang->cmd_download = "Download";
|
||||
$lang->view_installed_packages = "Installed Packages";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue