apply new UI to autoinstall module

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8622 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-07-22 09:10:02 +00:00
parent 4686c06414
commit c7cbf2d446
19 changed files with 351 additions and 323 deletions

View file

@ -6,30 +6,30 @@
**/
$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.";
$lang->order_newest = "Newest";
$lang->order_popular = "Popular";
$lang->order_download = "Download";
$lang->success_installed = "Successfully Installed";
$lang->view_all_package = "View All";
$lang->description_ftp_note = "If the FTP configuration is not set, the installation will not work. Please configure the FTP information";
$lang->description_update = "If you have upgraded or installed programs without EasyInstall module, please press update button to renew new information.";
$lang->description_ftp_note = 'If the %s is not set, the installation will not work. Pleas configure the FTP information';
$lang->ftp_setup = 'FTP configuration';
$lang->description_update = 'If you have upgraded or installed programs without EasyInstall module, please press %s to renew new information.';
$lang->status_update = 'update button';
$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 = "EasyInstall will also install/update all other programs which this program depends on";
$lang->description_download = "If FTP is unavailable, you should manually download and extract it into the target path. (If the target path is ./modules/board, extract it to ./modules)";
$lang->path = "Path";
$lang->cmd_download = "Download";
$lang->view_installed_packages = "Installed Packages";
$lang->msg_ftp_password_input = "Please input the FTP password.";
$lang->dependant_list = "Dependant package list of the current package";
$lang->description_uninstall = "Package will be uninstalled. For modules, all data will be deleted.";
$lang->distribute_version = 'Distribute version';
$lang->run = 'Run';
$lang->rate = '%s points';
$lang->thumbnail = 'Thumbnail';
$lang->name = 'Name';
$lang->about_depending_programs = 'To use this package must be installed the fllowing program.';
$lang->ftp_password = 'FTP password';
?>