|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/autoinstall/lang/ |
Upload File : |
<?php
/**
* @file en.lang.php
* @author haneul (haneul0318@gmail.com)
* @brief Autoinstall(autoinstall) language pack (English)
**/
$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 = '¬¯¬à¬Ó¬í¬Û';
$lang->order_popular = '¬±¬à¬á¬å¬Ý¬ñ¬â¬ß¬í¬Û';
$lang->order_download = '¬³¬Ü¬Ñ¬é¬Ñ¬ä¬î';
$lang->success_installed = '¬µ¬ã¬ä¬Ñ¬ß¬à¬Ó¬Ý¬Ö¬ß¬à ¬å¬ã¬á¬Ö¬ê¬ß¬à';
$lang->view_all_package = '¬±¬à¬Ü¬Ñ¬Ù¬Ñ¬ä¬î ¬Ó¬ã¬Ö';
$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 EasyInstall module, please press update button to renew new information';
$lang->install = '¬ª¬ß¬ã¬ä¬Ñ¬Ý¬Ý¬Ú¬â¬à¬Ó¬Ñ¬ä¬î';
$lang->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 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';
$lang->msg_ftp_password_input = 'Please input FTP password';
$lang->dependant_list = "ÀÌ ÆÐŰÁö¿¡ ÀÇÁ¸ÇÏ´Â ÆÐŰÁö ¸ñ·Ï";
$lang->description_uninstall = "ÆÐŰÁö¸¦ »èÁ¦ÇÕ´Ï´Ù. ¸ðµâÀÇ °æ¿ì ¸ðµç µ¥ÀÌÅͰ¡ »ç¶óÁý´Ï´Ù.";
?>