rhymix/modules/autoinstall/lang/en.lang.php
haneul c7e4f9b460 translation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6964 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-11-24 06:55:48 +00:00

31 lines
1.6 KiB
PHP

<?php
/**
* @file ko.lang.php
* @author sol (sol@ngleader.com)
* @brief Autoinstall(autoinstall) 모듈의 기본 언어팩
**/
$lang->autoinstall = 'Easy-install';
$lang->about_autoinstall = 'It helps you install/upgrade progams(skins) of XE.';
$lang->package_update = 'Recent Update';
$lang->package_downloaded_count = 'Download Count';
$lang->need_update = "You need to update package list.";
$lang->order_newest = "Newest";
$lang->order_popular = "Popular";
$lang->order_download = "Download";
$lang->success_installed = "Installations succeeded.";
$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 recently upgrade or install programs without easy installation module, please press update button to keep information of the programs updated.";
$lang->install = "Install";
$lang->update = "Update";
$lang->current_version = "Installed version";
$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->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";
?>