mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
번역 / 문구 수정 - 영어 번역
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6926 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0ccabfcbbb
commit
119953f1db
7 changed files with 55 additions and 22 deletions
28
modules/autoinstall/lang/en.lang.php
Normal file
28
modules/autoinstall/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<?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, pressing update will update the information of the programs.";
|
||||
$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";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue